/* Lead View add-on: intentionally isolated from the dashboard's existing styles. */
.tabs{gap:0!important;overflow:hidden!important}.tabs .tab{flex:1 1 auto!important;min-width:0!important;padding-left:6px!important;padding-right:6px!important;font-size:clamp(9.5px,.8vw,12px)!important;text-align:center}
.lead-titlebar{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:16px}.lead-titlebar h2{font-size:25px;margin:0 0 5px}.lead-scope{background:#eef4ff;border:1px solid #c5d7f5;border-radius:7px;padding:9px 12px;min-width:220px}.lead-scope span{display:block;color:#5f6f89;font-size:10px;text-transform:uppercase;font-weight:800}.lead-scope strong{font-size:13px;color:#0b3c87}.lead-eyebrow{margin:0 0 6px;color:#0b56ca;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:850}.lead-filter-card{display:flex;align-items:flex-end;gap:12px;padding:13px 15px;margin-bottom:16px;width:max-content;max-width:100%;flex-wrap:wrap}.lead-filter{margin:0;min-width:185px}.lead-filter label,.lead-search label{display:block;font-size:10px;font-weight:850;color:#455774;margin:0 0 5px;text-transform:uppercase;letter-spacing:.04em}.lead-filter select,.lead-search input{width:100%;padding:8px 10px;border:1px solid #ccd7e6;border-radius:6px;background:#fff;color:#13274b;font-size:12px}.lead-reset{border:1px solid #bdd0ed;background:#f7faff;color:#0b56ca;border-radius:6px;padding:8px 12px;font-size:11px;font-weight:800;cursor:pointer}.lead-reset:hover{background:#edf4ff}.lead-kpis{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;margin-bottom:18px}.lead-kpi{min-height:116px;padding:14px 12px;display:flex;flex-direction:column}.lead-kpi-label{font-size:10px;font-weight:850;color:#42516a}.lead-kpi-value{font-size:23px;line-height:1;font-weight:850;margin:13px 0 8px;color:#0755c2}.lead-kpi-foot{font-size:9px;color:var(--muted);line-height:1.4;margin-top:auto}.lead-kpi.lead-sat-ahead{background:#f3fbf6;border-color:#79d9a0}.lead-kpi.lead-sat-near{background:#fffaf0;border-color:#e9c86d}.lead-kpi.lead-sat-behind{background:#fff5f5;border-color:#efa0a0}.lead-kpi.lead-sat-ahead .lead-kpi-value{color:#087b38}.lead-kpi.lead-sat-near .lead-kpi-value{color:#a86a00}.lead-kpi.lead-sat-behind .lead-kpi-value{color:#c62828}.lead-table-card{padding:18px;margin-bottom:18px}.lead-table-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:14px}.lead-table-head h3{font-size:20px;margin:0}.lead-table-head p{color:var(--muted);font-size:12px;margin:5px 0 0}.lead-search{min-width:220px}.lead-tablewrap{overflow:auto;border:1px solid #e1e7f0;border-radius:6px}.lead-table{width:100%;border-collapse:collapse;font-size:10.5px}.lead-table th{background:linear-gradient(var(--blue),var(--blue2));color:#fff;padding:10px 8px;text-align:center;border-right:1px solid #ffffff35;white-space:nowrap;font-size:10px;cursor:pointer;user-select:none}.lead-table th:hover{filter:brightness(1.08)}.lead-table td{padding:9px 8px;border-bottom:1px solid #e8edf4;border-right:1px solid #edf1f6;text-align:center;white-space:nowrap}.lead-table tbody tr:hover{background:#f8fbff}.lead-table .lead-name{text-align:left;font-weight:750}.lead-region-table tbody tr{cursor:pointer}.lead-benchmark td{background:#eef4ff;color:#0b2f6b;font-size:12px;font-weight:850;padding-top:11px;padding-bottom:11px;border-top:2px solid #b8d0fb;border-bottom:1px solid #c9daf7}.lead-benchmark td.lead-name{font-size:13px;font-weight:900}.lead-sat{display:inline-block;min-width:49px;padding:4px 7px;border-radius:5px;font-weight:850}.lead-sat-ahead{background:#e7f7ed;color:#087b38;border:1px solid #79d9a0}.lead-sat-near{background:#fff5d9;color:#a86a00;border:1px solid #e9c86d}.lead-sat-behind{background:#fdeaea;color:#c62828;border:1px solid #efa0a0}.lead-sat-neutral{color:#95a0b1}.lead-ramp,.lead-leave{display:inline-block;border-radius:999px;padding:2px 5px;margin-left:5px;font-size:8px;font-weight:850;vertical-align:middle}.lead-ramp{background:#fff4d6;color:#9a5d00;border:1px solid #ebce7a}.lead-leave{background:#f0eaff;color:#6036a5;border:1px solid #cbb7eb}.lead-sla-scroll{max-height:560px}.lead-sla-scroll thead{position:sticky;top:0;z-index:2}.lead-note{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;background:#f7faff;border:1px solid #cbdcf5;border-radius:7px;color:#4c5f7b;font-size:10.5px;line-height:1.45}.lead-note strong{color:#173866;white-space:nowrap}.lead-empty{padding:24px}.lead-empty h2{margin:0 0 8px}.lead-empty p{margin:0;color:var(--muted);line-height:1.5}.lead-sort-arrow{font-size:9px;margin-left:3px}
@media(max-width:1280px){.lead-kpis{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.lead-kpis{grid-template-columns:repeat(2,1fr)}.lead-titlebar,.lead-table-head{align-items:flex-start;flex-direction:column}.lead-scope{width:100%}}
@media(max-width:600px){.lead-kpis{grid-template-columns:1fr}.lead-filter-card{width:100%}.lead-filter{width:100%}.lead-note{flex-direction:column}}
@media(max-width:900px){.tabs{height:auto!important;min-height:56px!important;flex-wrap:wrap!important;overflow:visible!important}.tabs .tab{flex:1 1 25%!important;min-height:44px!important;font-size:10px!important}}
@media(max-width:600px){.tabs .tab{flex-basis:50%!important}}
@media print{.lead-filter-card,.lead-search{display:none!important}}
