:root{--navy:#11213c;--ink:#17233a;--muted:#6d778b;--line:#e7eaf0;--surface:#fff;--bg:#f4f6fa;--brand:#2764e7;--green:#15966c;--orange:#e89532;--purple:#7c5ce5;font-family:Tahoma,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:var(--bg)}a,button{font:inherit}.skipLink{position:fixed;top:-60px;right:16px;z-index:100;background:#fff;padding:10px 16px;border-radius:8px}.skipLink:focus{top:12px}.appShell{display:grid;grid-template-columns:252px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:28px 18px 20px;background:var(--navy);color:#dbe3f1;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 30px}.brandMark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:linear-gradient(145deg,#5489fa,#2454cf);font-size:22px;font-weight:800;color:#fff}.brand strong,.sidebarFooter strong{display:block;color:#fff;font-size:14px}.brand small,.sidebarFooter small{display:block;color:#91a0b9;margin-top:5px;font-size:11px}.navLabel{font-size:11px;color:#71819c;margin:0 10px 10px}.navItem{min-height:46px;display:flex;align-items:center;gap:13px;padding:0 13px;margin:4px 0;border-radius:10px;color:#aebbd0;text-decoration:none;font-size:13px;transition:.2s}.navItem:focus-visible,.navItem:hover{background:#1b3153;color:#fff;outline:none}.navItem.active{background:#2455b8;color:#fff}.iconButton svg,.navItem svg{width:20px;height:20px}.statusDot{width:7px;height:7px;background:#e9a83e;border-radius:50%;margin-right:auto}.sidebarFooter{margin-top:auto;border-top:1px solid #263a59;padding:20px 7px 0;display:flex;gap:10px;align-items:center}.avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#263d62;color:#fff;font-size:11px}.mainColumn{min-width:0}.topbar{height:76px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 36px}.topbar p{margin:0 0 5px;font-size:13px;font-weight:700}.topbar span{font-size:11px;color:var(--muted)}.iconButton{border:1px solid var(--line);background:#fff;border-radius:10px;width:42px;height:42px;display:grid;place-items:center;color:#69758a}.content{max-width:1440px;margin:0 auto;padding:34px 36px 50px}.pageHeader{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px}.pageHeader h1{margin:0 0 9px;font-size:25px}.pageHeader>div>p{margin:0;color:var(--muted);font-size:13px;line-height:1.8}.headerMeta{display:flex;align-items:center;gap:9px;margin-bottom:8px}.headerMeta .eyebrow{margin:0!important}.demoBadge{display:inline-flex;border:1px solid #d8e4fd;background:#f3f7ff;color:#476ba9;border-radius:20px;padding:3px 8px;font-size:11px;font-weight:700}.filterBar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:14px;margin-bottom:10px;background:#f8f9fc;border:1px solid var(--line);border-radius:10px}.filterBar input{width:min(300px,70vw);border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:#fff;color:var(--muted)}.filterBar small{color:var(--muted);font-size:11px}.statePill{display:inline-flex;border-radius:20px;padding:6px 10px;font-size:11px;font-weight:700;white-space:nowrap}.statePill.success{background:#e9f7f1;color:#13815e}.statePill.warning{background:#fff4df;color:#9a6217}.statePill.danger{background:#ffebeb;color:#bc4040}.statePill.neutral{background:#eef1f5;color:#667187}.metricsCompact{grid-template-columns:repeat(3,1fr)}.integrationCard{max-width:780px}.noBorder{border:0;padding:0}.welcome{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px}.eyebrow{color:var(--brand)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.04em;margin:0 0 8px!important}.welcome h1{font-size:25px;margin:0 0 10px}.welcome>div>p:last-child{margin:0;color:var(--muted);font-size:13px}.primaryButton,.secondaryButton{border:0;border-radius:9px;padding:11px 18px;font-weight:700;font-size:12px;text-decoration:none;display:inline-block}.primaryButton{background:var(--brand);color:#fff}.primaryButton:disabled,.secondaryButton:disabled,.textButton:disabled{opacity:.48;cursor:not-allowed}.secondaryButton{background:#edf3ff;color:var(--brand)}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.metricCard,.panel{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 3px 14px rgba(28,43,70,.035)}.metricCard{min-height:118px;padding:20px;display:flex;gap:15px;align-items:center}.metricCard p{margin:0 0 7px;color:var(--muted);font-size:11px}.metricCard strong{display:block;font-size:23px;margin-bottom:6px}.metricCard small{color:var(--muted);font-size:11px}.metricIcon{display:grid;place-items:center;flex:0 0 43px;height:43px;border-radius:11px;font-weight:800}.metricIcon.blue{background:#ebf2ff;color:#3971dc}.metricIcon.purple{background:#f1edff;color:var(--purple)}.metricIcon.orange{background:#fff3e6;color:var(--orange)}.metricIcon.green{background:#e9f7f1;color:var(--green)}.dashboardGrid{display:grid;grid-template-columns:1fr 1.3fr;gap:18px;margin-bottom:18px}.panel{padding:22px}.panelHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:20px}.panelHeader h2{font-size:15px;margin:0}.badge{display:inline-flex;align-items:center;gap:7px;border-radius:20px;padding:6px 10px;font-size:11px;font-weight:700}.badge>span{width:6px;height:6px;border-radius:50%;background:currentColor}.badge-healthy{background:#e9f7f1;color:#13815e}.badge-degraded{background:#fff4df;color:#a56916}.badge-unavailable{background:#ffebeb;color:#bc4040}.badge-unknown{background:#eef1f5;color:#667187}.sourceRow{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding-bottom:18px}.sourceLogo{display:grid;place-items:center;width:43px;height:43px;border-radius:11px;background:#eef3ff;color:var(--brand);font-size:20px;font-weight:800}.sourceRow strong{display:block;font-size:13px;margin-bottom:4px}.sourceRow a{font-size:11px;color:var(--brand);text-decoration:none;direction:ltr;display:block}.details{margin:15px 0}.details div{display:flex;justify-content:space-between;padding:7px 0;font-size:11px}.details dt{color:var(--muted)}.details dd{margin:0;font-weight:700}.notice{margin:0;padding:11px;border-radius:8px;background:#f6f8fc;color:#657087;font-size:11px;line-height:1.8}.textButton{border:0;background:none;color:var(--brand);font-size:11px}.emptyState{text-align:center;padding:22px 15px}.emptyState>div{margin:0 auto 13px;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#f1f4f8;color:#8893a4;font-size:20px}.emptyState strong{font-size:12px}.emptyState p{max-width:330px;margin:8px auto 0;color:var(--muted);font-size:11px;line-height:1.8}.reportsPanel{padding-bottom:8px}.tableWrap{overflow:auto;margin:0 -22px}table{width:100%;border-collapse:collapse;min-width:600px;text-align:right}th{background:#fafbfc;color:#788295;font-size:11px;font-weight:700;padding:12px 22px;border-block:1px solid var(--line)}td{padding:25px 22px}.tableEmpty{text-align:center;display:grid;gap:7px;color:var(--muted);font-size:11px}.tableEmpty strong{color:#536076}.centeredState{min-height:calc(100vh - 76px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.centeredState h1{font-size:22px;margin:14px 0 8px}.centeredState p{color:var(--muted);font-size:13px;margin:0 0 20px}.stateCode,.stateIcon{color:var(--brand);font-weight:800}.stateIcon{display:grid;place-items:center;width:55px;height:55px;border-radius:50%;background:#eaf1ff;font-size:25px}.stateCode{font-size:42px}.skeleton{background:linear-gradient(90deg,#e9edf3 25%,#f4f6f9 45%,#e9edf3 65%);background-size:300% 100%;animation:pulse 1.5s infinite;border-radius:14px}.skeletonHero{height:84px;margin-bottom:28px}.skeletonCard{height:118px}.skeletonPanel{height:300px}@keyframes pulse{0%{background-position:100%}to{background-position:0}}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:1000px){.metrics{grid-template-columns:repeat(2,1fr)}.dashboardGrid{grid-template-columns:1fr}.content{padding:28px 24px}.topbar{padding:0 24px}}@media (max-width:700px){.appShell{display:block;padding-bottom:70px}.sidebar{position:fixed;z-index:20;inset:auto 0 0;height:66px;padding:7px 10px;display:block;border-top:1px solid #31435f}.brand,.navLabel,.sidebarFooter{display:none}.sidebar nav{display:grid;grid-template-columns:repeat(6,1fr)}.navItem{position:relative;width:auto;min-height:50px;margin:0;padding:5px;display:flex;flex-direction:column;justify-content:center;gap:3px;font-size:11px}.navItem svg{width:18px;height:18px}.statusDot{position:absolute;margin:0;transform:translate(-12px,-15px)}.topbar{height:64px;padding:0 16px}.content{padding:22px 16px 35px}.pageHeader,.welcome{align-items:flex-start}.pageHeader h1{font-size:21px}.pageHeader .primaryButton{display:none}.metricsCompact{grid-template-columns:1fr}.welcome h1{font-size:21px}.welcome>div>p:last-child{line-height:1.8}.welcome .primaryButton{display:none}.metrics{grid-template-columns:1fr 1fr;gap:10px}.metricCard{padding:14px 12px;min-height:106px;gap:10px}.metricIcon{width:35px;flex-basis:35px;height:35px}.metricCard strong{font-size:19px}.panel{padding:18px}.tableWrap{margin:0 -18px}}@media (max-width:420px){.metrics{grid-template-columns:1fr}.topbar p,.topbar span{font-size:11px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.skeleton{animation:none}}:root{--navy:#121826;--ink:#111827;--muted:#667085;--line:#edf0f5;--bg:#e6eef8;--brand:#2675ea}body{padding:28px;background:linear-gradient(145deg,#e7eff8,#dfe9f5)}.appShell{min-height:calc(100vh - 56px);max-width:1560px;margin:0 auto;overflow:hidden;background:#fbfcfe;border:1px solid rgba(255,255,255,.94);border-radius:30px;box-shadow:0 28px 80px rgba(48,72,106,.13)}.sidebar{height:calc(100vh - 56px);padding:30px 20px 22px;color:#596273;background:#fff;border-left:1px solid var(--line)}.brandMark{border-radius:13px;background:linear-gradient(145deg,#64a6ff,#246fe5);box-shadow:0 8px 18px rgba(38,117,234,.25)}.brand strong,.sidebarFooter strong{color:var(--ink)}.brand small,.navLabel,.sidebarFooter small{color:#98a2b3}.navItem{border-radius:12px;color:#4b5565}.navItem:focus-visible,.navItem:hover{color:var(--brand);background:#f5f8fd}.navItem.active{position:relative;color:#176ee2;background:#f2f7ff;font-weight:700}.navItem.active:after{position:absolute;content:"";inset-block:10px;right:-20px;width:3px;border-radius:8px 0 0 8px;background:var(--brand)}.statusDot{background:#34c38f}.sidebarFooter{border-color:var(--line)}.avatar{color:var(--brand);background:#edf4ff}.mainColumn{background:#fbfcfe}.topbar{min-height:82px;height:auto;padding:16px 36px;gap:24px}.topbarTitle{min-width:150px}.topbarTitle p{font-size:16px}.globalSearch{width:min(520px,48vw);min-height:44px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid transparent;border-radius:13px;color:#98a2b3;background:#f7f9fc}.globalSearch:focus-within{border-color:#9dc5ff;box-shadow:0 0 0 3px #e8f2ff}.globalSearch svg{width:19px;height:19px;flex:0 0 auto}.globalSearch input{width:100%;border:0;outline:0;color:var(--ink);background:transparent}.globalSearch input::placeholder{color:#98a2b3}.topbarActions{margin-right:auto}.syncSummary{white-space:nowrap}.content{padding:34px 36px 52px}.metricCard,.panel{border-radius:20px;box-shadow:0 10px 30px rgba(30,61,104,.045)}.metricCard{padding:22px}.metricCard strong{font-size:27px}.metricIcon{border-radius:50%}.dashboardGrid{grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr)}.panel{padding:24px}.filterBar{border-radius:14px}.insightsPanel{min-height:350px;overflow:hidden;grid-row:span 2;background:linear-gradient(135deg,#fff,#fff 58%,#f1f7ff)}.chartPeriod{padding:7px 12px;border:1px solid var(--line);border-radius:20px;color:#475467;background:#fff;font-size:11px}.insightValue{display:flex;align-items:baseline;gap:12px;margin-bottom:6px}.insightValue strong{font-size:40px;letter-spacing:-.04em}.chartLegend,.insightValue span{color:var(--muted);font-size:11px}.chartLegend{display:flex;justify-content:flex-end;gap:16px;margin:6px 0 16px}.chartLegend span{display:flex;align-items:center;gap:6px}.chartLegend i{width:7px;height:7px;border-radius:50%;background:#bad6fa}.chartLegend .legendPrimary{background:var(--brand)}.chartPlaceholder{height:205px;display:flex;align-items:flex-end;gap:clamp(6px,2vw,18px);padding:20px 12px 0;border-bottom:1px solid #dfe7f2;background:repeating-linear-gradient(0deg,transparent 0 49px,#edf1f6 50px)}.chartPlaceholder span{flex:1 1;height:var(--bar-height);min-width:10px;max-width:34px;border-radius:9px 9px 2px 2px;background:repeating-linear-gradient(135deg,#edf1f6 0 4px,#f8fafc 4px 8px)}.chartPlaceholder span:nth-child(8){background:linear-gradient(0deg,#ddecff,#2675ea);box-shadow:0 8px 20px rgba(38,117,234,.2)}@media (max-width:1000px){body{padding:14px}.appShell{min-height:calc(100vh - 28px);border-radius:22px}.sidebar{height:calc(100vh - 28px)}.syncSummary{display:none}}@media (max-width:700px){body{padding:0}.appShell{min-height:100vh;border:0;border-radius:0}.sidebar{height:66px;background:rgba(255,255,255,.96);border-color:var(--line)}.navItem.active:after{display:none}.topbarTitle{min-width:auto}.topbarTitle span{display:none}.globalSearch{width:auto;flex:1 1}.dashboardGrid{grid-template-columns:1fr}.insightsPanel{grid-row:auto;min-height:320px}}@media (max-width:420px){.globalSearch{padding:0 10px}.globalSearch input::placeholder{color:transparent}.chartPlaceholder{gap:5px;padding-inline:4px}}