:root{--canvas:#f7faf8;--surface:#fff;--surface-soft:#f1f6f2;--ink:#17231d;--muted:#6d7971;--line:#dce6df;--blue:#2f6fca;--blue-soft:#e8f0fc;--green:#2f8b63;--green-soft:#e7f5ed;--violet:#765bb3;--violet-soft:#f0ebfb;--orange:#c27939;--orange-soft:#fff0e2;--shadow:0 12px 30px #1d37270f}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--canvas);color:var(--ink);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}button,input{font:inherit}button{cursor:pointer}.dashboard-frame{grid-template-columns:236px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:#fbfdfb;flex-direction:column;height:100vh;padding:24px 14px 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;padding:0 10px 34px;display:flex}.brand-mark{color:#1f6f4a;background:#e9f5ed;border:1px solid #b8d1c0;border-radius:8px;place-items:center;width:30px;height:30px;font-weight:750;display:grid}.brand b,.brand span{line-height:1.1;display:block}.brand b{font-size:15px}.brand span{color:var(--muted);margin-top:3px;font-size:11px}.sidebar-caption,.eyebrow{color:#7c8a81;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:750}.sidebar-caption{padding:0 11px 9px}.sidebar nav{gap:3px;display:grid}.nav-item{color:#56645b;text-align:left;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:10px;width:100%;min-height:40px;padding:0 10px;display:flex}.nav-item:hover{color:var(--ink);background:#f1f6f2}.nav-item.active{color:#1d6c46;background:#edf7ef;border-color:#cfe0d4;font-weight:650}.nav-arrow{opacity:.7;margin-left:auto}.sidebar-foot{color:#849087;justify-content:space-between;align-items:end;gap:10px;margin-top:auto;padding:14px 10px 0;font-size:11px;display:flex}.sidebar-meta{gap:8px;display:grid}.workspace-badge{color:#50715d;align-items:center;gap:7px;font-weight:650;display:inline-flex}.logout-button{border:1px solid var(--line);background:var(--surface);color:#78867d;border-radius:7px;flex:none;place-items:center;width:32px;height:32px;display:grid}.logout-button:hover{color:#a34e4e;border-color:#dfb8b8}.status-dot{background:#aab5ad;border-radius:50%;width:7px;height:7px;display:inline-block}.status-dot.connected{background:#38a66e;box-shadow:0 0 0 3px #dff3e7}.status-dot.partial{background:#ce8a38;box-shadow:0 0 0 3px #fff0df}.status-dot.waiting{background:#89969c;box-shadow:0 0 0 3px #edf0f1}.status-dot.error{background:#c85d5d;box-shadow:0 0 0 3px #fbe8e8}.main-content{min-width:0;padding:30px clamp(20px,4vw,56px) 26px}.topbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}h1,h2,p{margin:0}h1{letter-spacing:0;margin-top:6px;font-size:clamp(24px,3vw,34px);line-height:1.12}.topbar p{max-width:620px;color:var(--muted);margin-top:8px;line-height:1.55}.toolbar-wrap{position:relative}.toolbar{align-items:center;gap:8px;padding-top:8px;display:flex}.range-switch{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:3px;display:inline-flex}.range-switch button{min-width:46px;color:var(--muted);background:0 0;border:0;border-radius:5px;padding:6px 8px;font-size:11px;font-weight:700}.range-switch button:last-child{place-items:center;min-width:34px;display:grid}.range-switch button.selected{color:var(--blue);background:#eaf2fc}.icon-button{border:1px solid var(--line);background:var(--surface);color:#66736b;border-radius:7px;place-items:center;width:34px;height:34px;display:grid}.icon-button:hover{color:var(--ink);border-color:#b5cfc0}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.source-strip{flex-wrap:wrap;gap:7px;margin-bottom:20px;display:flex}.source-item{border:1px solid var(--line);color:#526058;background:#ffffffb8;border-radius:6px;align-items:center;gap:7px;padding:6px 9px;font-size:11px;display:inline-flex}.source-item small{color:#8a978e}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.metric{border:1px solid var(--line);border-top:3px solid var(--blue);background:var(--surface);min-height:132px;box-shadow:var(--shadow);border-radius:8px;padding:17px 18px}.metric-green{border-top-color:var(--green)}.metric-violet{border-top-color:var(--violet)}.metric-orange{border-top-color:var(--orange)}.metric-label{color:#6e7b72;font-size:12px;font-weight:650}.metric-value{letter-spacing:-.02em;margin-top:13px;font-size:29px;font-weight:760}.metric-note{color:#8a958e;margin-top:7px;font-size:11px}.content-grid{gap:14px;display:grid}.content-grid.two-thirds{grid-template-columns:minmax(0,1.65fr) minmax(280px,.85fr)}.panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:8px}.panel-heading{justify-content:space-between;align-items:flex-start;gap:16px;padding:19px 20px 15px;display:flex}.panel-heading h2{letter-spacing:0;margin-top:4px;font-size:17px}.panel-heading>svg{color:#86a393}.quiet-chip,.table-status{color:#65806d;text-transform:uppercase;background:#f4f8f5;border:1px solid #d9e5dc;border-radius:5px;align-items:center;padding:5px 8px;font-size:10px;font-weight:750;display:inline-flex}.trend-chart{padding:4px 20px 17px}.trend-chart svg{width:100%;height:auto;display:block;overflow:visible}.chart-axis{stroke:#cfdcd3;stroke-width:1px}.chart-grid{stroke:#e6eee8;stroke-dasharray:3 5}.chart-line{fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.chart-line.visitors{stroke:var(--blue)}.chart-line.active{stroke:var(--green);stroke-dasharray:5 5}.chart-label{fill:#8b988f;font-size:10px}.chart-legend{color:#7c887f;gap:16px;margin-top:2px;font-size:11px;display:flex}.chart-legend span{align-items:center;gap:6px;display:inline-flex}.legend-line{background:var(--blue);width:18px;height:2px;display:inline-block}.legend-line.active{background:var(--green)}.health-panel{min-height:280px}.health-list{gap:2px;padding:0 20px;display:grid}.health-row{color:#69766e;border-bottom:1px solid #eef3ef;justify-content:space-between;align-items:center;min-height:40px;font-size:12px;display:flex}.health-row>div{align-items:center;gap:8px;display:inline-flex}.health-row b{color:#344239;font-weight:650}.health-row>span{color:#829087;font-size:11px}.health-callout,.funnel-note{color:#54705c;background:#f0f8f2;border-left:3px solid #b7d8c1;align-items:flex-start;gap:9px;margin:18px 20px 20px;padding:11px 12px;font-size:11px;line-height:1.45;display:flex}.insight-panel{align-items:flex-start;gap:13px;margin-top:14px;padding:18px 20px;display:flex}.insight-icon{background:var(--violet-soft);width:30px;height:30px;color:var(--violet);border-radius:7px;flex:none;place-items:center;display:grid}.insight-panel h2{margin-top:4px;font-size:16px}.insight-panel p{color:var(--muted);margin-top:6px;line-height:1.55}.table-panel{overflow:hidden}.table-wrap{padding:0 8px 10px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:700px}th,td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf2ee;padding:12px}th{color:#89958d;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:750}td{color:#657269;font-size:12px}td b{color:#334139;font-weight:650}tbody tr:hover{background:#fbfdfb}.cell-subtitle{color:#95a199;margin-top:4px;font-size:10px;display:block}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.rate{color:#347b5a;font-weight:700}.truncate{text-overflow:ellipsis;max-width:280px;overflow:hidden}.empty-state{color:#86938a;text-align:center;justify-content:center;align-items:center;gap:8px;min-height:120px;padding:18px;font-size:12px;display:flex}.empty-state.compact{min-height:180px}.search-box{border:1px solid var(--line);color:#829087;border-radius:6px;align-items:center;gap:7px;min-width:230px;padding:7px 9px;display:flex}.search-box input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px}.search-box input::placeholder{color:#a4aea7}.custom-range{z-index:3;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:7px;align-items:end;gap:8px;margin-top:7px;padding:10px;display:flex;position:absolute;right:42px}.custom-range label{color:var(--muted);text-transform:uppercase;gap:4px;font-size:10px;font-weight:700;display:grid}.custom-range input{border:1px solid var(--line);width:125px;color:var(--ink);background:#fbfdfb;border-radius:5px;padding:6px 7px;font-size:11px}.custom-range button{height:30px;color:var(--blue);background:#eaf2fc;border:0;border-radius:5px;padding:0 10px;font-size:11px;font-weight:700}.judgment,.identity-status,.opportunity{color:#657269;white-space:nowrap;background:#f1f5f2;border-radius:5px;align-items:center;padding:4px 7px;font-size:10px;font-weight:700;display:inline-flex}.judgment-loved{color:#2f8b63;background:#e7f5ed}.judgment-healthy{color:#2f6fca;background:#e8f0fc}.judgment-under-discovered{color:#765bb3;background:#f0ebfb}.judgment-potential-friction{color:#a3632b;background:#fff0e2}.judgment-low-demand,.judgment-needs-validation{color:#7d8982;background:#f1f3f2}.identity-matched{color:#2f8b63;background:#e7f5ed}.identity-unmapped{color:#a3632b;background:#fff0e2}.identity-anonymous-only{color:#7d8982;background:#f1f3f2}.identity-legacy-mapped{color:#765bb3;background:#f0ebfb}.opportunity{color:#3a689a;background:#f0f6fc}.funnel-panel{padding-bottom:5px}.funnel-list{gap:17px;padding:8px 24px 5px;display:grid}.funnel-row{gap:7px;display:grid}.funnel-label{color:#647168;justify-content:space-between;font-size:12px;display:flex}.funnel-label b{color:#2e3e34}.funnel-track{background:#edf2ee;border-radius:3px;height:10px;overflow:hidden}.funnel-track i{background:linear-gradient(90deg,#7eaddf,#5b84c3);border-radius:3px;height:100%;display:block}.funnel-row small{color:#9aa69e;font-size:10px}.source-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.source-card{border:1px solid var(--line);background:var(--surface);min-height:176px;box-shadow:var(--shadow);border-radius:8px;padding:17px}.source-card-top{color:#708077;align-items:center;gap:7px;font-size:11px;display:flex}.source-card h2{margin-top:20px;font-size:16px}.source-card p{min-height:48px;color:var(--muted);margin-top:8px;font-size:12px;line-height:1.5}.source-card-foot{color:#87938b;border-top:1px solid #edf2ee;justify-content:space-between;align-items:center;margin-top:16px;padding-top:10px;font-size:10px;display:flex}.identity-health{margin-top:14px;padding-bottom:4px}.identity-metrics{background:#e1ebe3;border:1px solid #e1ebe3;grid-template-columns:repeat(7,minmax(0,1fr));gap:1px;margin:0 20px 16px;display:grid}.identity-metrics>div{background:#fbfdfb;gap:7px;min-height:74px;padding:11px;display:grid}.identity-metrics span{color:#829087;font-size:10px}.identity-metrics b{color:#2e3e34;font-size:18px}.identity-spine{margin-top:14px;padding-bottom:4px}.spine{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:13px;padding:10px 20px 18px;display:grid}.spine>div{background:#f8fbf8;border:1px solid #dfe9e2;gap:5px;padding:13px;display:grid}.spine b{font-size:12px}.spine span{color:#849189;font-size:10px}.spine>svg{color:#9ab3a2}.muted-note{color:#8a968e;margin:0 20px 19px;font-size:11px;line-height:1.5}.error-banner{color:#9a4e4e;background:#fff4f4;border:1px solid #efcaca;align-items:center;gap:9px;margin-bottom:14px;padding:10px 12px;font-size:12px;display:flex}.error-banner button{color:#9a4e4e;background:0 0;border:0;margin-left:auto;font-weight:700}.loading-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.loading-grid div{border:1px solid var(--line);background:linear-gradient(90deg,#eef3ef 25%,#f8fbf8 50%,#eef3ef 75%) 0 0/200% 100%;border-radius:8px;height:132px;animation:1.3s infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}.page-footer{color:#9aa59d;text-align:right;margin-top:22px;font-size:10px}.login-page{background:var(--canvas);place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel{border:1px solid var(--line);background:var(--surface);width:min(100%,390px);box-shadow:var(--shadow);border-radius:8px;padding:30px}.login-brand{align-items:center;gap:10px;margin-bottom:34px;display:flex}.login-brand b,.login-brand span{line-height:1.1;display:block}.login-brand b{font-size:15px}.login-brand span{color:var(--muted);margin-top:3px;font-size:11px}.login-lock{color:#1d6c46;background:#edf7ef;border:1px solid #cfe0d4;border-radius:8px;place-items:center;width:38px;height:38px;margin-bottom:18px;display:grid}.login-panel h1{font-size:24px}.login-panel>p{color:var(--muted);margin-top:9px;line-height:1.55}.login-panel form{gap:10px;margin-top:25px;display:grid}.login-panel label{color:#58665d;font-size:11px;font-weight:700}.password-field{border:1px solid var(--line);background:#fbfdfb;border-radius:7px;align-items:center;min-height:42px;display:flex}.password-field:focus-within{border-color:#91bca0;box-shadow:0 0 0 3px #edf7ef}.password-field input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;padding:10px 12px}.password-field button{color:#839087;background:0 0;border:0;place-items:center;width:40px;height:40px;display:grid}.login-error{color:#9a4e4e;background:#fff4f4;border-left:3px solid #c85d5d;padding:9px 10px;font-size:11px;line-height:1.45}.login-submit{color:#fff;background:#246b49;border:0;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:42px;margin-top:4px;font-size:12px;font-weight:700;display:inline-flex}.login-submit:hover:not(:disabled){background:#1c5b3d}.login-submit:disabled{cursor:not-allowed;opacity:.6}@media (max-width:1240px){.identity-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1120px){.metric-grid,.source-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.dashboard-frame{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--line);flex-flow:wrap;align-items:center;height:auto;padding:14px;position:static}.brand{flex:0 0 100%;width:auto;padding:0 6px 14px}.sidebar-caption,.sidebar-meta{display:none}.sidebar nav{flex:auto;gap:4px;min-width:0;padding-bottom:2px;display:flex;overflow-x:auto}.sidebar-foot{flex:none;margin:0 0 0 8px;padding:0}.nav-item{width:auto;min-width:max-content}.nav-arrow{display:none}.main-content{padding:24px 18px}.content-grid.two-thirds{grid-template-columns:1fr}}@media (max-width:620px){.topbar{display:block}.toolbar{justify-content:space-between;padding-top:16px}.custom-range{flex-wrap:wrap;margin-top:8px;position:static}.custom-range input{width:118px}.metric-grid,.source-grid{grid-template-columns:1fr}.identity-metrics{grid-template-columns:repeat(2,minmax(0,1fr));margin:0 15px 16px}.metric{min-height:116px}.panel-heading{padding:16px 15px 13px}.search-box{min-width:160px}.spine{grid-template-columns:1fr}.spine>svg{justify-self:center;transform:rotate(90deg)}}
