*{box-sizing:border-box}:root{color-scheme:dark;--bg: #08111b;--bg-soft: rgba(7, 18, 31, .72);--panel: rgba(10, 22, 37, .82);--panel-strong: rgba(12, 26, 42, .94);--line: rgba(148, 163, 184, .16);--line-strong: rgba(148, 163, 184, .22);--text: #edf4fb;--muted: #9fb4c8;--teal: #4fd1b5;--sky: #7dd3fc;--amber: #f4b35d;--rose: #f97373;--navy: #274c77;--shadow: 0 26px 60px rgba(2, 7, 18, .45)}html,body,#root{min-height:100%}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(79,209,181,.16),transparent 25%),radial-gradient(circle at 85% 10%,rgba(125,211,252,.14),transparent 24%),radial-gradient(circle at bottom right,rgba(244,179,93,.1),transparent 24%),linear-gradient(180deg,#06101a,#091422 54%,#0a1624)}button{font:inherit}.dashboard-shell{min-height:100vh;padding:28px}.dashboard-shell--loading{display:grid;place-items:center}.loading-panel{border:1px solid var(--line);border-radius:22px;padding:28px 34px;background:var(--panel);box-shadow:var(--shadow)}.app-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.eyebrow,.section-kicker,.metric-label,.alert-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700}.eyebrow,.section-kicker{color:var(--sky)}.header-title-row{display:flex;align-items:center;gap:14px}.header-title-row h1,.hero-panel h1{margin:6px 0 0;font-size:clamp(2rem,4vw,3.5rem);line-height:.98}.header-badge,.hero-meta span,.os-cadence{border:1px solid var(--line-strong);border-radius:999px;padding:8px 12px;color:var(--muted);background:#09121e8c}.tab-row{display:flex;gap:10px}.tab-button{border:1px solid var(--line);border-radius:999px;padding:10px 16px;color:var(--text);background:#09121e99;cursor:pointer}.tab-button.active{background:linear-gradient(135deg,#4fd1b53d,#7dd3fc33);border-color:#7dd3fc6b}.page-stack{display:flex;flex-direction:column;gap:24px}.hero-panel,.section-block,.chart-card,.os-card,.metric-card,.coverage-card,.principle-card{border:1px solid var(--line);box-shadow:var(--shadow)}.hero-panel{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:28px;align-items:end;border-radius:28px;padding:28px;background:linear-gradient(135deg,#091523fa,#091523d6),radial-gradient(circle at top right,rgba(79,209,181,.18),transparent 26%)}.hero-panel--secondary{grid-template-columns:1fr}.hero-copy{max-width:900px;color:#c6d5e4;font-size:1rem;line-height:1.6}.hero-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.metrics-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.metric-card{border-radius:22px;padding:18px;background:var(--panel)}.metric-card--good{background:linear-gradient(180deg,#0d252af0,#091a21e0)}.metric-card--watch{background:linear-gradient(180deg,#2c2210e6,#17130ae0)}.metric-card--alert{background:linear-gradient(180deg,#311414eb,#1a0c0ce0)}.metric-label{color:var(--muted)}.metric-value{margin-top:10px;font-size:clamp(1.5rem,2vw,2rem);font-weight:800;line-height:1}.metric-subvalue{margin-top:10px;color:#c0cfde;font-size:.93rem}.section-block{border-radius:28px;padding:24px;background:var(--panel)}.section-header,.card-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.section-header h2,.card-head h3,.os-card h2,.coverage-card h3,.principle-card h3,.alert-pill h3{margin:6px 0 0}.alert-grid,.coverage-grid,.principles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.alert-pill{border-radius:20px;padding:18px;background:var(--panel-strong)}.alert-pill--good{background:linear-gradient(180deg,#0b262af2,#091a21e6)}.alert-pill--watch{background:linear-gradient(180deg,#2e220cf2,#1a1409e6)}.alert-pill--alert{background:linear-gradient(180deg,#361111f2,#1c0a0ae6)}.alert-pill p,.coverage-card p,.principle-card p,.chart-card p,.os-why{color:#c4d1df;line-height:1.55}.chart-grid{display:grid;gap:16px}.chart-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.chart-card{border-radius:26px;padding:22px;background:var(--panel)}.chart-shell{height:290px;margin-top:16px}.coverage-card,.principle-card{border-radius:22px;padding:18px;background:var(--panel)}.coverage-status{display:inline-flex;border-radius:999px;padding:6px 10px;margin-bottom:12px;font-size:.8rem}.coverage-status--live,.coverage-status--live-via-source-table,.coverage-status--partial-via-marketing-warehouse-tables{background:#4fd1b524;color:#8de8d7}.coverage-status--next-integration{background:#f4b35d24;color:#ffd089}.os-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.os-card{border-radius:26px;padding:22px;background:var(--panel)}.os-list{display:flex;flex-direction:column;gap:10px;margin:18px 0}.os-list-item{border-left:3px solid rgba(125,211,252,.38);padding-left:12px;color:#d1deea;line-height:1.55}@media(max-width:1180px){.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.chart-grid--two,.alert-grid,.coverage-grid,.principles-grid,.os-grid,.hero-panel{grid-template-columns:1fr}.hero-meta{justify-content:flex-start}}@media(max-width:760px){.dashboard-shell{padding:16px}.app-header{align-items:flex-start;flex-direction:column}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.header-title-row{flex-wrap:wrap}}@media(max-width:560px){.metrics-grid{grid-template-columns:1fr}}
