:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f3f6f8;color:#14212b;font-synthesis:none;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}button,input{font:inherit}button{cursor:pointer}.appShell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr);background:#f3f6f8}.sidebar{position:sticky;top:0;height:100vh;padding:20px 14px;background:#111922;color:#e8eef4;display:flex;flex-direction:column;gap:22px}.brand{display:flex;align-items:center;gap:12px;padding:6px 8px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.brandMark{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,#2ec7c9,#3868ff);color:#fff;font-weight:800;letter-spacing:0}.brand strong,.brand span{display:block}.brand strong{font-size:14px}.brand span{margin-top:2px;color:#92a0ad;font-size:12px}.navList{display:grid;gap:4px}.navItem{width:100%;height:40px;border:0;border-radius:7px;padding:0 10px;display:flex;align-items:center;gap:10px;background:transparent;color:#aebac5;font-size:13px;text-align:left}.navItem:hover,.navItem.active{color:#fff;background:#1d2b38}.sidebarStatus{margin-top:auto;display:flex;gap:10px;align-items:center;padding:12px;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#17232e}.sidebarStatus strong,.sidebarStatus span{display:block}.sidebarStatus strong{font-size:13px}.sidebarStatus span{color:#98a7b4;font-size:12px;margin-top:2px}.statusDot{width:9px;height:9px;border-radius:50%;background:#26c281;box-shadow:0 0 0 4px #26c28124}.main{min-width:0;display:flex;flex-direction:column}.topbar{height:64px;display:grid;grid-template-columns:auto minmax(260px,480px) auto auto;gap:12px;align-items:center;padding:0 26px;background:#fff;border-bottom:1px solid #dde4eb}.locationSelect,.topSearch,.localSearch{display:flex;align-items:center;gap:8px;min-height:38px;border:1px solid #d9e1e8;border-radius:7px;background:#fff;color:#314250}.locationSelect{padding:0 12px;font-size:13px;font-weight:650}.topSearch,.localSearch{padding:0 11px}.topSearch input,.localSearch input{width:100%;border:0;outline:0;color:#17232d}.topSearch input::placeholder,.localSearch input::placeholder{color:#8b99a7}.iconButton{width:38px;height:38px;border:1px solid #d9e1e8;border-radius:7px;background:#fff;display:grid;place-items:center;color:#415160;font-size:22px;line-height:1}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#233244;font-size:12px;font-weight:800}.pageHeader{padding:24px 26px 18px;display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.pageHeader h1{margin:0;font-size:28px;line-height:1.15;letter-spacing:0}.pageHeader p{margin:7px 0 0;color:#647586;font-size:14px}.headerActions,.actionStack{display:flex;gap:10px}.primaryButton,.softButton{border:0;min-height:38px;border-radius:7px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700;white-space:nowrap}.primaryButton{background:#1d63ed;color:#fff;box-shadow:0 8px 22px #1d63ed2e}.softButton{background:#fff;color:#273847;border:1px solid #d9e1e8}.statsGrid{padding:0 26px 20px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.statCard{min-height:98px;padding:16px;border:1px solid #dce4eb;border-radius:8px;background:#fff;display:flex;align-items:flex-start;gap:14px;box-shadow:0 10px 24px #1a27340a}.statIcon{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:#eaf7f8;color:#0b8d95}.statCard span,.statCard small{display:block;color:#637282;font-size:12px}.statCard strong{display:block;margin:3px 0 4px;font-size:25px;line-height:1}.workbench{padding:0 26px 26px;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:16px;align-items:start}.contentColumn{min-width:0}.toolbar{margin-bottom:12px;display:flex;justify-content:space-between;gap:14px}.segmented{min-height:38px;display:inline-flex;border:1px solid #d9e1e8;border-radius:7px;background:#fff;overflow:hidden}.segmented button{border:0;padding:0 13px;background:transparent;color:#576878;font-size:12px;font-weight:750}.segmented button.active{color:#fff;background:#233244}.localSearch{width:250px}.tablePanel,.detailPanel,.apiStrip{border:1px solid #dce4eb;border-radius:8px;background:#fff;box-shadow:0 12px 28px #1a27340a}.panelHeader{min-height:66px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8ee}.panelHeader h2,.detailTop h2,.apiDrawer h2{margin:0;font-size:17px;letter-spacing:0}.panelHeader p,.detailTop p{margin:4px 0 0;font-size:12px;color:#738292}.tableWrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{height:40px;color:#70808f;text-align:left;font-size:11px;font-weight:800;text-transform:uppercase;border-bottom:1px solid #e3e9ef;padding:0 14px}td{min-height:58px;border-bottom:1px solid #eef2f5;color:#344656;padding:12px 14px;white-space:nowrap}tr{transition:background .14s ease}tbody tr:hover,tbody tr.selected{background:#f2f7ff}.leadCell strong,.leadCell span{display:block}.leadCell strong{color:#13212d}.leadCell span{margin-top:3px;color:#738292;font-size:12px}.statusChip,.scorePill{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;padding:0 9px;font-size:11px;font-weight:800}.statusChip.hot{color:#9a3a0f;background:#fff0d8}.statusChip.qualified{color:#096b45;background:#dff7e9}.statusChip.new{color:#185ea7;background:#e2f0ff}.statusChip.nurture{color:#7d4b0e;background:#fff4d6}.statusChip.review{color:#56508a;background:#ecebff}.scorePill{color:#1f3e5a;background:#eef4f8}.detailPanel{position:sticky;top:80px;padding:16px}.detailTop{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding-bottom:14px;border-bottom:1px solid #e2e8ee}.miniLabel{color:#718191;font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}.actionStack{margin:14px 0}.actionStack .primaryButton,.actionStack .softButton{flex:1}.analysisBox{padding:14px;border-radius:8px;background:#f4f9fa;border:1px solid #dcecef}.analysisHeader{display:flex;align-items:center;gap:8px;color:#0a777e;font-size:13px}.analysisBox p{color:#425364;font-size:13px;line-height:1.45;margin:10px 0 12px}.callout{padding:11px;border-left:3px solid #1d63ed;background:#fff;border-radius:6px}.callout span,.callout strong{display:block}.callout span{color:#6b7b8c;font-size:11px;font-weight:800;text-transform:uppercase}.callout strong{margin-top:4px;color:#152331;font-size:13px;line-height:1.4}.detailSection{margin-top:16px}.detailSection h3{margin:0 0 10px;font-size:13px}.questionList{display:grid;gap:9px}.questionItem{padding:10px;border:1px solid #e1e8ee;border-radius:7px;background:#fff}.questionItem span{color:#6f7e8d;font-size:11px;font-weight:800;text-transform:uppercase}.questionItem p{margin:5px 0 0;color:#253645;font-size:13px;line-height:1.35}.pointList{margin:0;padding-left:18px;color:#344656;font-size:13px;line-height:1.55}.apiStrip{margin-top:14px;padding:14px 16px;display:flex;align-items:center;gap:12px;color:#294054}.apiStrip strong,.apiStrip span{display:block}.apiStrip span{margin-top:3px;color:#6f7e8d;font-size:12px}.drawerScrim{position:fixed;inset:0;z-index:20;background:#09101861;display:flex;justify-content:flex-end}.apiDrawer{width:min(520px,100%);min-height:100%;padding:22px;background:#fff;box-shadow:-24px 0 50px #0a141f2e}.drawerHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px}.apiDrawer pre{margin:0;padding:16px;overflow:auto;border-radius:8px;background:#111922;color:#d7eef4;font-size:12px;line-height:1.55}.endpointList{margin-top:16px;display:grid;gap:10px}.endpointList a{color:#1d63ed;font-size:13px;font-weight:750}@media(max-width:1180px){.appShell{grid-template-columns:84px minmax(0,1fr)}.brand div:not(.brandMark),.navItem span,.sidebarStatus div{display:none}.navItem{justify-content:center}.workbench{grid-template-columns:1fr}.detailPanel{position:static}}@media(max-width:760px){.appShell{display:block}.sidebar{position:static;width:100%;height:auto;flex-direction:row;align-items:center;overflow-x:auto;padding:12px}.brand{padding:0;border:0}.navList{display:flex}.sidebarStatus{display:none}.topbar{grid-template-columns:1fr auto;height:auto;padding:12px}.topSearch{grid-column:1 / -1;order:3}.avatar{display:none}.pageHeader,.headerActions,.toolbar{flex-direction:column;align-items:stretch}.pageHeader,.statsGrid,.workbench{padding-left:12px;padding-right:12px}.statsGrid{grid-template-columns:1fr}.segmented{overflow-x:auto}.localSearch{width:100%}}
