/* Usado pelo funil comercial (tela de Propostas) */
.funnel .stage { display: grid; grid-template-columns: 140px 1fr 90px; gap: 12px; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: var(--fs-sm); }
.funnel .stage:last-child { border: 0; }
.funnel .fbar { height: 16px; background: var(--accent-soft); position: relative; }
.funnel .fbar i { position: absolute; inset: 0 auto 0 0; background: var(--accent); opacity: .85; }
.funnel .fval { font-family: var(--f-mono); font-size: var(--fs-xs); color: var(--ink-2); text-align: right; }
