@import"https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800&display=swap";.lh-root{--spotio-yellow: #FFC300;--deep-charcoal: #28272D;--cloud-white: #F4F6F7;--slate-navy: #232F49;--deep-tech-blue: #2532A2;--emerald-modern: #428960;--silver-mist: #E0E5EE;--wild-fork-orange: #FF6B35;font-family:Archivo,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--cloud-white);color:var(--deep-charcoal);font-size:13px;line-height:1.5;min-height:100vh}.lh-root *,.lh-root *:before,.lh-root *:after{box-sizing:border-box}.lh-root button{font-family:inherit}.lh-root .top-nav{position:sticky;top:0;z-index:100;background:var(--deep-charcoal);height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.lh-root .nav-left{display:flex;align-items:center;gap:12px}.lh-root .logo-mark{width:28px;height:28px;background:var(--spotio-yellow);border-radius:50% 50% 4px;transform:rotate(-45deg);display:flex;align-items:center;justify-content:center}.lh-root .logo-mark span{transform:rotate(45deg);font-size:10px}.lh-root .wordmark{color:#fff;font-weight:700;font-size:16px;letter-spacing:.5px}.lh-root .hub-badge{background:#ffc30026;color:var(--spotio-yellow);font-size:10px;font-weight:700;padding:3px 10px;border-radius:10px;letter-spacing:.5px}.lh-root .nav-right{display:flex;align-items:center;gap:24px}.lh-root .nav-link{color:#fff9;text-decoration:none;font-size:12px;font-weight:500;cursor:pointer;transition:color .2s}.lh-root .nav-link:hover,.lh-root .nav-link.active{color:#fff}.lh-root .avatar{width:32px;height:32px;border-radius:50%;border:2px solid var(--spotio-yellow);display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700}.lh-root .content{max-width:1440px;margin:0 auto;padding:20px 24px 60px}.lh-root .greeting{margin-bottom:20px}.lh-root .greeting h1{font-size:22px;font-weight:700}.lh-root .greeting h1 span{color:var(--spotio-yellow)}.lh-root .greeting .subtitle{font-size:12px;color:#666;margin-top:2px}.lh-root .version-badge{position:fixed;bottom:12px;right:12px;background:var(--deep-charcoal);color:var(--spotio-yellow);font-size:9px;font-weight:700;padding:4px 10px;border-radius:6px;z-index:200;letter-spacing:.5px;opacity:.8}.lh-root .card{background:#fff;border:1px solid var(--silver-mist);border-radius:10px;margin-bottom:16px}.lh-root .card-header{padding:14px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--silver-mist)}.lh-root .card-header h2{font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px}.lh-root .card-header .count-badge{background:var(--spotio-yellow);color:var(--deep-charcoal);font-size:10px;font-weight:800;padding:2px 8px;border-radius:10px}.lh-root .card-header .subtitle{font-size:11px;color:#888;font-weight:400}.lh-root .card-body{padding:16px 20px}.lh-root .metric-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:0;align-items:center}.lh-root .metric-card{background:#fff;border:1px solid var(--silver-mist);border-radius:10px;padding:16px 18px}.lh-root .metric-card .label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#888;margin-bottom:4px}.lh-root .metric-card .value{font-size:28px;font-weight:800;line-height:1.1}.lh-root .metric-card .sub{font-size:11px;color:#888;margin-top:2px}.lh-root .metric-card .trend{font-size:10px;margin-top:4px}.lh-root .metric-card .trend.up{color:var(--emerald-modern)}.lh-root .metric-card .trend.down{color:var(--wild-fork-orange)}.lh-root .metric-card .trend.flat{color:#999}.lh-root .metric-arrow{color:#ccc;font-size:18px;text-align:center;padding:0 4px}.lh-root .conversion-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:16px}.lh-root .conv-card{background:#fff;border:1px solid var(--silver-mist);border-radius:10px;padding:16px 18px;display:flex;align-items:center;gap:14px}.lh-root .conv-pct{font-size:28px;font-weight:800;line-height:1}.lh-root .conv-pct.green{color:var(--emerald-modern)}.lh-root .conv-pct.yellow{color:#b7950b}.lh-root .conv-pct.orange{color:var(--wild-fork-orange)}.lh-root .conv-detail .conv-label{font-size:12px;font-weight:600}.lh-root .conv-detail .conv-sub{font-size:10px;color:#888}.lh-root .scorecard-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:16px}.lh-root .score-kpi{background:#fff;border:1px solid var(--silver-mist);border-radius:10px;padding:14px 16px;text-align:center}.lh-root .score-kpi .kpi-value{font-size:26px;font-weight:800;line-height:1.1}.lh-root .score-kpi .kpi-value.good{color:var(--emerald-modern)}.lh-root .score-kpi .kpi-value.warn{color:var(--wild-fork-orange)}.lh-root .score-kpi .kpi-value.bad{color:#c0392b}.lh-root .score-kpi .kpi-value.neutral{color:var(--slate-navy)}.lh-root .score-kpi .kpi-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#888;margin-top:4px}.lh-root .score-kpi .kpi-sub{font-size:10px;color:#aaa;margin-top:2px}.lh-root .exec-alert{border-left:4px solid var(--wild-fork-orange);background:#fff8f0;border-radius:0 10px 10px 0;padding:12px 16px;margin-bottom:16px;display:flex;align-items:center;gap:12px}.lh-root .exec-alert .alert-icon{width:32px;height:32px;background:var(--wild-fork-orange);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:700;flex-shrink:0}.lh-root .exec-alert .alert-text{font-size:12px}.lh-root .exec-alert .alert-text strong{color:var(--wild-fork-orange)}.lh-root table{width:100%;border-collapse:collapse;font-size:12px}.lh-root th{background:var(--slate-navy);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;padding:10px 12px;text-align:left}.lh-root th.center{text-align:center}.lh-root td{padding:10px 12px;border-bottom:1px solid var(--silver-mist);vertical-align:middle}.lh-root td.center{text-align:center}.lh-root tr:hover td{background:#ffc30008}.lh-root .ae-name{font-weight:600;font-size:12px}.lh-root .ae-role{font-size:10px;color:#888}.lh-root .cell-good{color:var(--emerald-modern);font-weight:700}.lh-root .cell-warn{color:var(--wild-fork-orange);font-weight:700}.lh-root .cell-bad{color:#c0392b;font-weight:700}.lh-root .cell-neutral{color:var(--deep-charcoal);font-weight:600}.lh-root .bar-cell{display:flex;align-items:center;gap:6px}.lh-root .mini-bar{height:6px;border-radius:3px;background:var(--emerald-modern)}.lh-root .mini-bar.warn{background:var(--wild-fork-orange)}.lh-root .mini-bar.bad{background:#c0392b}.lh-root .status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:4px}.lh-root .status-dot.green{background:var(--emerald-modern)}.lh-root .status-dot.yellow{background:#b7950b}.lh-root .status-dot.red{background:#c0392b}.lh-root .effort-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.lh-root .effort-channel{text-align:center;padding:10px;background:var(--cloud-white);border-radius:8px}.lh-root .effort-channel .ch-icon{font-size:20px;margin-bottom:4px}.lh-root .effort-channel .ch-value{font-size:20px;font-weight:800;color:var(--slate-navy)}.lh-root .effort-channel .ch-label{font-size:9px;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.lh-root .effort-channel .ch-trend{font-size:10px;margin-top:2px}.lh-root .coaching-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lh-root .coaching-card{background:var(--cloud-white);border-radius:8px;padding:14px 16px}.lh-root .coaching-card .cc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.lh-root .coaching-card .cc-header .cc-ae{font-weight:600;font-size:12px}.lh-root .coaching-card .cc-header .cc-score{font-size:18px;font-weight:800}.lh-root .coaching-card .cc-header .cc-score.good{color:var(--emerald-modern)}.lh-root .coaching-card .cc-header .cc-score.warn{color:var(--wild-fork-orange)}.lh-root .coaching-card .cc-header .cc-score.bad{color:#c0392b}.lh-root .coaching-card .cc-detail{font-size:11px;color:#666;margin-bottom:6px}.lh-root .coaching-card .cc-metrics{display:flex;gap:12px;font-size:10px}.lh-root .coaching-card .cc-metrics .ccm{display:flex;flex-direction:column}.lh-root .coaching-card .cc-metrics .ccm .ccm-val{font-weight:700;font-size:12px;color:var(--deep-charcoal)}.lh-root .coaching-card .cc-metrics .ccm .ccm-label{color:#999;font-size:9px;text-transform:uppercase;letter-spacing:.5px}.lh-root .coaching-card .cc-flag{display:inline-block;font-size:9px;font-weight:700;padding:2px 8px;border-radius:4px;margin-top:6px}.lh-root .cc-flag.needs-coaching{background:#fde8e8;color:#c0392b}.lh-root .cc-flag.strong{background:#d4edda;color:#155724}.lh-root .cc-flag.improving{background:#fff3cd;color:#856404}.lh-root .gong-badge{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:700;padding:2px 8px;border-radius:4px;background:#2532a214;color:var(--deep-tech-blue);margin-right:4px}.lh-root .aging-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.lh-root .aging-label{width:80px;font-size:11px;font-weight:600;text-align:right}.lh-root .aging-bar-track{flex:1;height:24px;background:var(--cloud-white);border-radius:4px;overflow:hidden;display:flex}.lh-root .aging-segment{height:100%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff}.lh-root .aging-segment.fresh{background:var(--emerald-modern)}.lh-root .aging-segment.moderate{background:#b7950b}.lh-root .aging-segment.stale{background:#c0392b}.lh-root .aging-count{width:40px;font-size:11px;font-weight:700}.lh-root .skip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.lh-root .skip-card{text-align:center;padding:14px;background:var(--cloud-white);border-radius:8px}.lh-root .skip-card .skip-pct{font-size:24px;font-weight:800;color:var(--slate-navy)}.lh-root .skip-card .skip-label{font-size:10px;color:#666;margin-top:4px}.lh-root .skip-card .skip-count{font-size:10px;color:#aaa}.lh-root .section-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#999;margin:24px 0 12px;display:flex;align-items:center;gap:8px}.lh-root .section-label:after{content:"";flex:1;height:1px;background:var(--silver-mist)}.lh-root .filter-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:10px 16px;background:#fff;border:1px solid var(--silver-mist);border-radius:10px}.lh-root .filter-group{display:flex;align-items:center;gap:4px}.lh-root .filter-group .filter-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#888;margin-right:8px}.lh-root .filter-btn{font-family:Archivo,sans-serif;font-size:11px;font-weight:600;padding:5px 12px;border-radius:6px;border:1px solid var(--silver-mist);background:#fff;color:var(--deep-charcoal);cursor:pointer;transition:all .15s}.lh-root .filter-btn:hover{border-color:var(--spotio-yellow)}.lh-root .filter-btn.active{background:var(--spotio-yellow);color:var(--deep-charcoal);border-color:var(--spotio-yellow);font-weight:700}.lh-root .filter-date-range{font-size:11px;color:#888}.lh-root .drilldown-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:300;justify-content:center;align-items:flex-start;padding-top:40px}.lh-root .drilldown-overlay.show{display:flex}.lh-root .drilldown-panel{background:var(--cloud-white);width:95%;max-width:1300px;max-height:85vh;overflow-y:auto;border-radius:12px}.lh-root .drilldown-header{position:sticky;top:0;z-index:10;background:#fff;padding:16px 24px;border-bottom:1px solid var(--silver-mist);display:flex;align-items:center;justify-content:space-between;border-radius:12px 12px 0 0}.lh-root .drilldown-header h2{font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px}.lh-root .drilldown-close{width:28px;height:28px;border-radius:6px;border:1px solid var(--silver-mist);background:#fff;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.lh-root .drilldown-close:hover{background:var(--cloud-white)}.lh-root .drilldown-body{padding:20px 24px}.lh-root .signal-summary-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:16px}.lh-root .signal-summary-card{background:#fff;border:1px solid var(--silver-mist);border-radius:8px;padding:12px 14px;text-align:center;cursor:pointer;transition:all .15s}.lh-root .signal-summary-card:hover{border-color:var(--spotio-yellow)}.lh-root .signal-summary-card.active{border-color:var(--spotio-yellow);border-width:2px}.lh-root .signal-summary-card .ss-value{font-size:22px;font-weight:800}.lh-root .signal-summary-card .ss-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#888;margin-top:2px}.lh-root .sig-type{display:inline-block;font-size:9px;font-weight:700;padding:2px 8px;border-radius:4px}.lh-root .sig-type.new{background:#ffc30026;color:#9a7500}.lh-root .sig-type.follow-up{background:#2532a21a;color:var(--deep-tech-blue)}.lh-root .sig-type.stale{background:#fde8e8;color:#c0392b}.lh-root .sig-type.no-show{background:#8000801a;color:#7b2d8e}.lh-root .sig-type.decay{background:#ff6b351f;color:var(--wild-fork-orange)}.lh-root .prospect-tabs{display:flex;gap:2px;margin-bottom:12px}.lh-root .prospect-tab{font-family:Archivo,sans-serif;font-size:11px;font-weight:600;padding:6px 14px;border-radius:6px 6px 0 0;border:1px solid var(--silver-mist);border-bottom:none;background:#fff;color:#888;cursor:pointer}.lh-root .prospect-tab.active{background:var(--spotio-yellow);color:var(--deep-charcoal);border-color:var(--spotio-yellow);font-weight:700}.lh-root .prospect-status{display:inline-block;font-size:9px;font-weight:700;padding:2px 7px;border-radius:4px}.lh-root .prospect-status.acted{background:#d4edda;color:#155724}.lh-root .prospect-status.pending{background:#ffc30026;color:#9a7500}.lh-root .prospect-status.skipped{background:#e8e8ec;color:#666}.lh-root .prospect-status.in-progress{background:#2532a21a;color:var(--deep-tech-blue)}.ih-root{color-scheme:light;--spotio-yellow: #FFC300;--deep-charcoal: #28272D;--cloud-white: #F4F6F7;--slate-navy: #232F49;--deep-tech-blue: #2532A2;--emerald-modern: #428960;--silver-mist: #E0E5EE;--wild-fork-orange: #FF6B35;--font-brand: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--font-brand);background:var(--cloud-white);color:var(--deep-charcoal);min-height:100vh}.ih-root *,.ih-root *:before,.ih-root *:after{box-sizing:border-box}.ih-root .topnav{background:var(--deep-charcoal);display:flex;align-items:center;justify-content:space-between;padding:0 28px;height:52px;position:sticky;top:0;z-index:100}.ih-root .topnav-left{display:flex;align-items:center;gap:16px}.ih-root .logo-mark{width:24px;height:24px;background:var(--spotio-yellow);border-radius:50% 50% 50% 4px;transform:rotate(-45deg)}.ih-root .logo-text{color:#fff;font-weight:700;font-size:17px;letter-spacing:1.5px}.ih-root .hub-label{color:var(--spotio-yellow);font-weight:600;font-size:12px;background:#ffc3001f;padding:3px 10px;border-radius:16px}.ih-root .topnav-right{display:flex;align-items:center;gap:14px}.ih-root .nav-link{color:#ffffffa6;font-size:12px;font-weight:500;cursor:pointer}.ih-root .nav-link:hover{color:#fff}.ih-root .avatar{width:30px;height:30px;border-radius:50%;background:var(--slate-navy);border:2px solid var(--spotio-yellow);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700}.ih-root .page{max-width:1440px;margin:0 auto;padding:20px 28px 60px}.ih-root .greeting{margin-bottom:20px}.ih-root .greeting h1{font-size:24px;font-weight:700}.ih-root .greeting h1 span{color:var(--spotio-yellow)}.ih-root .greeting p{color:#777;font-size:13px;margin-top:2px}.ih-root .funnel-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:10px}.ih-root .funnel-card{background:#fff;border-radius:10px;padding:18px 22px;border:1px solid var(--silver-mist);position:relative}.ih-root .funnel-label{font-size:10px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.ih-root .funnel-value{font-size:32px;font-weight:800;line-height:1.1}.ih-root .funnel-sub{font-size:12px;color:#888;margin-top:4px}.ih-root .funnel-trend{font-size:11px;font-weight:600;margin-top:4px}.ih-root .funnel-trend.up{color:var(--emerald-modern)}.ih-root .funnel-trend.down{color:var(--wild-fork-orange)}.ih-root .funnel-trend.flat{color:#888}.ih-root .funnel-arrow{position:absolute;right:-14px;top:50%;transform:translateY(-50%);color:var(--silver-mist);font-size:22px;font-weight:300;z-index:2}.ih-root .conv-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px}.ih-root .conv-card{background:#fff;border-radius:8px;padding:12px 16px;border:1px solid var(--silver-mist);display:flex;align-items:center;gap:14px}.ih-root .conv-pct{font-size:26px;font-weight:800}.ih-root .conv-pct.good{color:var(--emerald-modern)}.ih-root .conv-pct.ok{color:var(--spotio-yellow)}.ih-root .conv-pct.warn{color:var(--wild-fork-orange)}.ih-root .conv-detail{flex:1}.ih-root .conv-label{font-size:11px;font-weight:600;color:#888}.ih-root .conv-sub{font-size:10px;color:#aaa;margin-top:2px}.ih-root .new-signal-banner{background:#fff;border:2px solid var(--spotio-yellow);border-radius:12px;padding:0;margin-bottom:20px;overflow:hidden}.ih-root .new-signal-banner-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:linear-gradient(90deg,#ffc30014,#ffc30005);border-bottom:1px solid rgba(255,195,0,.2)}.ih-root .new-signal-banner-title{display:flex;align-items:center;gap:10px}.ih-root .new-signal-pulse{width:10px;height:10px;border-radius:50%;background:var(--spotio-yellow);box-shadow:0 0 0 3px #ffc30040;animation:ih-pulse 2s infinite}@keyframes ih-pulse{0%,to{box-shadow:0 0 0 3px #ffc30040}50%{box-shadow:0 0 0 7px #ffc30014}}.ih-root .new-signal-banner-title h3{font-size:14px;font-weight:700;color:var(--deep-charcoal)}.ih-root .new-signal-count{background:var(--spotio-yellow);color:var(--deep-charcoal);font-size:12px;font-weight:800;padding:2px 9px;border-radius:10px}.ih-root .new-signal-sla{font-size:11px;color:#888;font-weight:500}.ih-root .new-signal-sla strong{color:var(--deep-charcoal)}.ih-root .new-signal-cards{display:grid;grid-template-columns:1fr 1fr;gap:0}.ih-root .new-signal-card{padding:16px 20px;display:flex;gap:14px;align-items:flex-start;border-right:1px solid #f0f1f3}.ih-root .new-signal-card:last-child{border-right:none}.ih-root .new-signal-rank{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0;background:#fde8e8;color:#c0392b}.ih-root .new-signal-info{flex:1;min-width:0}.ih-root .new-signal-account{font-size:13px;font-weight:700;margin-bottom:2px}.ih-root .new-signal-meta{font-size:11px;color:#888;margin-bottom:4px}.ih-root .new-signal-contact{font-size:11px;font-weight:600;color:var(--deep-charcoal)}.ih-root .new-signal-contact-title{font-size:10px;color:#888}.ih-root .new-signal-contact-phone{font-size:11px;color:var(--deep-tech-blue);font-weight:500;margin-top:1px}.ih-root .new-signal-reason{font-size:11px;color:#555;line-height:1.35;margin-top:6px}.ih-root .new-signal-source{font-size:9px;color:#aaa;font-weight:500;margin-top:2px}.ih-root .new-signal-actions{display:flex;gap:6px;margin-top:10px;flex-shrink:0}.ih-root .new-signal-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.ih-root .new-signal-age{font-size:10px;font-weight:600;padding:3px 8px;border-radius:6px;white-space:nowrap}.ih-root .new-signal-age.fresh{background:#d4edda;color:#155724}.ih-root .new-signal-age.warning{background:#fff3cd;color:#856404}.ih-root .new-signal-age.overdue{background:#fde8e8;color:#c0392b}.ih-root .decay-alert{background:#fff;border:1px solid var(--wild-fork-orange);border-left:4px solid var(--wild-fork-orange);border-radius:10px;padding:14px 20px;margin-bottom:20px;display:flex;align-items:flex-start;gap:14px}.ih-root .decay-icon{width:36px;height:36px;border-radius:50%;background:#fff0e6;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.ih-root .decay-content{flex:1}.ih-root .decay-title{font-size:13px;font-weight:700;color:var(--wild-fork-orange);margin-bottom:4px}.ih-root .decay-desc{font-size:12px;color:#666;line-height:1.4}.ih-root .decay-accounts{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.ih-root .decay-chip{display:inline-flex;align-items:center;gap:6px;background:#fff0e6;border:1px solid #FFDBB5;border-radius:8px;padding:5px 10px;font-size:11px;font-weight:600;color:var(--deep-charcoal);cursor:pointer;transition:background .15s}.ih-root .decay-chip:hover{background:#ffe4cc}.ih-root .decay-chip-stage{font-size:9px;font-weight:700;color:var(--wild-fork-orange);background:#fff;padding:1px 5px;border-radius:4px}.ih-root .decay-chip-days{font-size:10px;color:#999;font-weight:400}.ih-root .decay-dismiss{font-size:11px;color:#999;cursor:pointer;margin-left:auto;flex-shrink:0;align-self:center}.ih-root .decay-dismiss:hover{color:var(--deep-charcoal)}.ih-root .card{background:#fff;border-radius:10px;border:1px solid var(--silver-mist);margin-bottom:20px;overflow:hidden}.ih-root .card-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--silver-mist)}.ih-root .card-title{font-size:14px;font-weight:700}.ih-root .card-count{font-size:12px;color:#888;font-weight:500;margin-left:8px}.ih-root .card-actions{display:flex;gap:12px}.ih-root .card-action{font-size:11px;color:var(--deep-tech-blue);font-weight:600;cursor:pointer;text-decoration:none}.ih-root .card-action:hover{text-decoration:underline}.ih-root .data-table{width:100%;border-collapse:collapse}.ih-root .data-table th{text-align:left;padding:8px 12px;font-size:10px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.4px;background:var(--cloud-white);border-bottom:1px solid var(--silver-mist);white-space:nowrap}.ih-root .data-table td{padding:10px 12px;font-size:12px;border-bottom:1px solid #f0f1f3;vertical-align:middle}.ih-root .data-table tbody tr{cursor:pointer;transition:background .1s}.ih-root .data-table tbody tr:hover{background:#fafbfc}.ih-root .data-table tr:last-child td{border-bottom:none}.ih-root .signal-section-header{display:flex;align-items:center;gap:8px}.ih-root .signal-badge{background:var(--spotio-yellow);color:var(--deep-charcoal);font-size:11px;font-weight:800;padding:2px 8px;border-radius:10px}.ih-root .signal-priority{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex-shrink:0}.ih-root .signal-priority.p1{background:#fde8e8;color:#c0392b}.ih-root .signal-priority.p2{background:#fff3cd;color:#856404}.ih-root .signal-priority.p3{background:#d4e6f1;color:#1b4f72}.ih-root .signal-priority.p4{background:#e8e8ec;color:#666}.ih-root .signal-type-badge{display:inline-block;font-size:10px;font-weight:600;padding:2px 7px;border-radius:8px;white-space:nowrap}.ih-root .signal-type-badge.new-signal{background:#fcf3cf;color:#7d6608}.ih-root .signal-type-badge.stale{background:#fde8e8;color:#c0392b}.ih-root .signal-type-badge.follow-up{background:#d4e6f1;color:#1b4f72}.ih-root .signal-type-badge.no-show{background:#f5e6fe;color:#6c3483}.ih-root .signal-type-badge.working{background:#d4e6f1;color:#1b4f72}.ih-root .contact-cell-name{font-weight:600;font-size:12px}.ih-root .contact-cell-title{font-size:10px;color:#888}.ih-root .contact-cell-phone{font-size:11px;color:var(--deep-tech-blue);font-weight:500;margin-top:1px}.ih-root .account-cell-name{font-weight:600;font-size:12px}.ih-root .account-cell-detail{font-size:10px;color:#888}.ih-root .signal-reason-text{font-size:11px;color:#555;line-height:1.35;max-width:220px}.ih-root .signal-source-tag{font-size:9px;color:#aaa;font-weight:500;margin-top:2px}.ih-root .touch-date{color:#555}.ih-root .touch-attempts{font-weight:600}.ih-root .touch-attempts.many{color:var(--wild-fork-orange)}.ih-root .touch-attempts.few{color:#888}.ih-root .age-badge{display:inline-block;font-size:10px;font-weight:700;padding:3px 8px;border-radius:6px;white-space:nowrap}.ih-root .age-badge.fresh{background:#d4edda;color:#155724}.ih-root .age-badge.moderate{background:#fff3cd;color:#856404}.ih-root .age-badge.old{background:#fde8e8;color:#c0392b}.ih-root .no-contact{display:flex;align-items:center;gap:6px}.ih-root .no-contact-label{font-size:11px;color:#999;font-style:italic}.ih-root .no-contact-action{font-size:10px;color:var(--deep-tech-blue);font-weight:600;cursor:pointer}.ih-root .multi-contact{display:flex;flex-direction:column;gap:3px}.ih-root .multi-contact-row{display:flex;align-items:center;gap:6px}.ih-root .multi-contact-primary{font-size:10px;font-weight:600;color:var(--emerald-modern);background:#d4edda;padding:1px 5px;border-radius:3px}.ih-root .sla-badge{display:inline-block;font-size:9px;font-weight:700;padding:2px 6px;border-radius:4px;margin-left:6px}.ih-root .sla-badge.on-track{background:#d4edda;color:#155724}.ih-root .sla-badge.at-risk{background:#fff3cd;color:#856404}.ih-root .sla-badge.overdue{background:#fde8e8;color:#c0392b}.ih-root .action-group{position:relative;display:inline-flex}.ih-root .action-btn{display:inline-block;padding:4px 10px;border-radius:6px 0 0 6px;font-size:11px;font-weight:600;cursor:pointer;background:var(--spotio-yellow);color:var(--deep-charcoal);border:none;white-space:nowrap;font-family:var(--font-brand)}.ih-root .action-btn:hover{background:#e6b000}.ih-root .action-btn.secondary{background:var(--cloud-white);color:var(--deep-charcoal);border:1px solid var(--silver-mist);border-right:none}.ih-root .action-btn.secondary:hover{background:#e8e8ec}.ih-root .action-split{padding:4px 6px;border-radius:0 6px 6px 0;font-size:10px;cursor:pointer;background:var(--spotio-yellow);color:var(--deep-charcoal);border:none;border-left:1px solid rgba(0,0,0,.1);font-family:var(--font-brand)}.ih-root .action-split:hover{background:#e6b000}.ih-root .action-split.secondary{background:var(--cloud-white);color:var(--deep-charcoal);border:1px solid var(--silver-mist);border-left:1px solid var(--silver-mist)}.ih-root .action-dropdown{display:none;position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid var(--silver-mist);border-radius:8px;box-shadow:0 4px 16px #0000001f;z-index:50;min-width:160px;padding:4px 0}.ih-root .action-dropdown.show{display:block}.ih-root .action-dropdown-item{padding:8px 14px;font-size:12px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;color:var(--deep-charcoal)}.ih-root .action-dropdown-item:hover{background:var(--cloud-white)}.ih-root .action-dropdown-item .action-icon{width:18px;text-align:center;font-size:13px}.ih-root .tier-badge{display:inline-block;padding:2px 7px;border-radius:6px;font-size:10px;font-weight:700}.ih-root .tier-1{background:#d4edda;color:#155724}.ih-root .tier-2{background:#d4e6f1;color:#1b4f72}.ih-root .tier-3{background:#fcf3cf;color:#7d6608}.ih-root .suggest-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px 20px}.ih-root .suggest-card{background:#fff;border:1px solid var(--silver-mist);border-radius:10px;padding:14px 16px;position:relative;transition:border-color .15s,box-shadow .15s}.ih-root .suggest-card:hover{border-color:#ccc;box-shadow:0 2px 8px #0000000f}.ih-root .suggest-card.acted{opacity:.55;border-style:dashed}.ih-root .suggest-card.acted:after{content:"Contacted";position:absolute;top:10px;right:10px;font-size:9px;font-weight:700;color:var(--emerald-modern);background:#d4edda;padding:2px 8px;border-radius:4px}.ih-root .suggest-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px}.ih-root .suggest-acct-name{font-size:13px;font-weight:700;color:var(--deep-tech-blue);cursor:pointer;text-decoration:none}.ih-root .suggest-acct-name:hover{text-decoration:underline}.ih-root .suggest-acct-detail{font-size:10px;color:#888;margin-top:2px}.ih-root .suggest-badges{display:flex;gap:5px;flex-shrink:0;align-items:center}.ih-root .suggest-ai-reason{font-size:11px;color:#444;line-height:1.4;margin-bottom:10px;padding:8px 10px;background:#ffc3000f;border-left:3px solid var(--spotio-yellow);border-radius:0 6px 6px 0}.ih-root .suggest-ai-reason:before{content:"AI";display:inline-block;font-size:8px;font-weight:800;color:var(--deep-charcoal);background:var(--spotio-yellow);padding:1px 5px;border-radius:3px;margin-right:6px;vertical-align:1px}.ih-root .suggest-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:10px}.ih-root .suggest-meta-item{font-size:10px;color:#777}.ih-root .suggest-meta-item strong{color:var(--deep-charcoal);font-weight:600}.ih-root .suggest-opp-badge{display:inline-block;font-size:9px;font-weight:700;padding:2px 6px;border-radius:4px}.ih-root .suggest-opp-badge.no-opp{background:#e8e8ec;color:#666}.ih-root .suggest-opp-badge.closed-lost{background:#fde8e8;color:#c0392b}.ih-root .suggest-opp-badge.has-opp{background:#d4edda;color:#155724}.ih-root .suggest-contact{display:flex;align-items:center;gap:8px;margin-bottom:10px}.ih-root .suggest-contact-info{font-size:11px}.ih-root .suggest-contact-name{font-weight:600;color:var(--deep-charcoal)}.ih-root .suggest-contact-title{font-size:10px;color:#888}.ih-root .suggest-no-contact{font-size:11px;color:#999;font-style:italic}.ih-root .suggest-actions{display:flex;align-items:center;gap:8px}.ih-root .suggest-cta{display:inline-block;padding:5px 14px;border-radius:6px;font-size:11px;font-weight:600;cursor:pointer;background:var(--spotio-yellow);color:var(--deep-charcoal);border:none;font-family:var(--font-brand)}.ih-root .suggest-cta:hover{background:#e6b000}.ih-root .suggest-cta.secondary{background:var(--cloud-white);border:1px solid var(--silver-mist)}.ih-root .suggest-cta.secondary:hover{background:#e8e8ec}.ih-root .suggest-skip{font-size:10px;color:#aaa;cursor:pointer;margin-left:auto;display:flex;align-items:center;gap:4px;position:relative}.ih-root .suggest-skip:hover{color:var(--wild-fork-orange)}.ih-root .suggest-skip-dropdown{display:none;position:absolute;bottom:24px;right:0;background:#fff;border:1px solid var(--silver-mist);border-radius:8px;box-shadow:0 4px 16px #0000001f;z-index:50;min-width:200px;padding:4px 0}.ih-root .suggest-skip-dropdown.show{display:block}.ih-root .suggest-skip-item{padding:8px 14px;font-size:11px;cursor:pointer;color:var(--deep-charcoal)}.ih-root .suggest-skip-item:hover{background:var(--cloud-white)}.ih-root .suggest-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-top:1px solid var(--silver-mist)}.ih-root .suggest-footer-link{font-size:11px;color:var(--deep-tech-blue);font-weight:600;cursor:pointer}.ih-root .suggest-footer-note{font-size:10px;color:#aaa}.ih-root .mockup-badge{position:fixed;bottom:14px;right:14px;background:var(--deep-charcoal);color:var(--spotio-yellow);padding:6px 14px;border-radius:16px;font-size:10px;font-weight:700;z-index:200;box-shadow:0 2px 12px #0003}@media(max-width:1200px){.ih-root .funnel-row{grid-template-columns:repeat(2,1fr)}.ih-root .conv-row,.ih-root .new-signal-cards,.ih-root .suggest-grid{grid-template-columns:1fr}}
