.funnel-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.funnel-step{padding:12px;border:1px solid rgba(143,255,210,.18);border-radius:12px;background:rgba(8,21,17,.72)}
.funnel-index{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(143,255,210,.12);border:1px solid rgba(143,255,210,.24);font-weight:950;margin-bottom:7px}
.funnel-label{font-weight:900;color:#f2fff8}.funnel-value{color:var(--muted);font-size:12px;margin-top:2px}
.funnel-step.hot,.funnel-step.armed{border-color:rgba(18,211,126,.46);box-shadow:inset 0 0 0 1px rgba(18,211,126,.05)}
.funnel-step.reject{border-color:rgba(255,93,103,.35)}
@media(max-width:900px){.funnel-strip{grid-template-columns:1fr}}
@media(max-width:640px){
  .funnel-strip{gap:8px}
  .funnel-step{padding:10px;border-radius:11px}
  .funnel-index{width:22px;height:22px;margin-bottom:6px}
  .funnel-label{font-size:13px}
  .funnel-value{font-size:11.5px}
}
