:root{color-scheme:dark;--bg:#090c11;--surface:#121720;--surface2:#181f29;--line:#29313d;--text:#f5f7fa;--muted:#9ba6b5;--blue:#4c96ff;--green:#35d095;--amber:#f2ac45;--red:#f05f68;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{min-width:320px}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text)}button{font:inherit}.site-header{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px max(24px,calc((100vw - 1180px)/2));border-bottom:1px solid var(--line);background:#0d1117}.brand{display:flex;align-items:center;gap:13px;color:inherit;text-decoration:none}.brand img{width:50px;height:50px;border:1px solid #315b91;border-radius:7px;object-fit:cover}.brand strong,.brand small{display:block}.brand strong{font-size:15px}.brand small{margin-top:4px;color:var(--muted);font-size:12px}.header-status{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px;font-weight:800}.header-status i,.pulse{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(53,208,149,.12)}
main{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:42px 0 34px}.hero{min-height:340px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);border:1px solid var(--line);border-left:5px solid var(--green);border-radius:8px;background:var(--surface);overflow:hidden}.hero.degraded{border-left-color:var(--amber)}.hero.outage{border-left-color:var(--red)}.hero-copy{align-self:center;padding:45px 48px}.kicker{margin:0 0 12px;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:1.4px}.hero-title-row{display:flex;align-items:center;gap:18px}.status-symbol{width:60px;height:60px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:rgba(53,208,149,.12);color:var(--green);font-size:31px;font-weight:900}.degraded .status-symbol{background:rgba(242,172,69,.12);color:var(--amber)}.outage .status-symbol{background:rgba(240,95,104,.12);color:var(--red)}h1{margin:0;font-size:clamp(32px,5vw,54px);line-height:1.08;letter-spacing:0}.hero-copy>p:not(.kicker){max-width:650px;margin:20px 0 0;color:var(--muted);font-size:16px;line-height:1.7}.hero-meta{display:flex;flex-wrap:wrap;gap:18px 28px;margin-top:30px;color:#c7ced7;font-size:12px;font-weight:700}.hero-meta span{display:flex;align-items:center;gap:9px}.hero-visual{position:relative;min-height:340px;display:grid;place-items:center;border-left:1px solid var(--line);background:#0d1219;overflow:hidden}.hero-visual img{width:min(196px,52%);aspect-ratio:1;object-fit:cover;border:1px solid #2f5d99;border-radius:14px;box-shadow:0 18px 52px rgba(0,0,0,.42),0 0 0 10px rgba(76,150,255,.05)}.hero-visual:after{content:"";position:absolute;inset:24px;border:1px solid #252e3a;border-radius:8px;pointer-events:none}.hero-visual span{position:absolute;right:30px;bottom:24px;color:#596575;font-size:11px;font-weight:900;letter-spacing:2px}
.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0 34px}.metric{min-height:112px;display:flex;align-items:center;gap:16px;border:1px solid var(--line);border-radius:7px;background:var(--surface);padding:20px 22px}.metric-icon{width:43px;height:43px;flex:0 0 auto;display:grid;place-items:center;border-radius:6px;background:#172b47;color:#8fc0ff;font-size:11px;font-weight:900}.metric-icon.green{background:#15382d;color:#78e4ba}.metric-icon.amber{background:#3b2d18;color:#ffd184}.metric small,.metric strong{display:block}.metric small{color:var(--muted);font-size:12px;font-weight:800}.metric strong{margin-top:9px;font-size:22px;overflow-wrap:anywhere}
.content-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:18px;align-items:start}.systems,.side-panel{border:1px solid var(--line);border-radius:8px;background:var(--surface);overflow:hidden}.section-heading{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;border-bottom:1px solid var(--line)}.section-heading h2,.side-panel h2{margin:0;font-size:22px;letter-spacing:0}#refresh{width:42px;height:42px;border:1px solid var(--line);border-radius:6px;background:var(--surface2);color:var(--text);font-size:22px;cursor:pointer}#refresh:hover{border-color:#4b596a}#refresh:disabled{cursor:wait;opacity:.55}.service-row{min-height:82px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:16px;padding:17px 24px;border-bottom:1px solid var(--line)}.service-row:last-child{border-bottom:0}.service-code{width:42px;height:42px;display:grid;place-items:center;border:1px solid #304057;border-radius:6px;background:#172232;color:#9bc6ff;font-size:10px;font-style:normal;font-weight:900}.service-name strong,.service-name span{display:block}.service-name strong{font-size:14px}.service-name span{margin-top:6px;color:var(--muted);font-size:12px}.status-label{display:flex;align-items:center;gap:8px;min-width:110px;justify-content:flex-end;color:var(--amber);font-size:12px;font-weight:900}.status-label:before{content:"";width:9px;height:9px;border-radius:50%;background:currentColor}.status-label.operational{color:var(--green)}.status-label.outage{color:var(--red)}.status-label.disabled{color:#7d8997}.loading{min-height:220px;display:grid;place-items:center;color:var(--muted)}
.side-panel{padding:28px}.side-panel>p:not(.kicker){margin:13px 0 0;color:var(--muted);line-height:1.65;font-size:14px}.incident-mark{width:100%;min-height:118px;display:grid;place-items:center;margin:25px 0;border:1px solid #285541;border-radius:7px;background:#10271f;color:var(--green);font-size:50px;font-weight:900}.incident-mark.degraded{border-color:#644b26;background:#2c2214;color:var(--amber)}.incident-mark.outage{border-color:#67333a;background:#311a1e;color:var(--red)}.monitor-note{padding-top:22px;border-top:1px solid var(--line)}.monitor-note strong,.monitor-note span{display:block}.monitor-note strong{font-size:13px}.monitor-note span{margin-top:8px;color:var(--muted);font-size:12px;line-height:1.55}footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:28px;padding:22px 4px 0;border-top:1px solid var(--line);color:var(--muted);font-size:11px}footer div{display:flex;align-items:center;gap:9px;color:#cdd3db;font-weight:800}footer img{width:27px;height:27px;border-radius:4px;object-fit:cover}
@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-visual{min-height:240px;border-top:1px solid var(--line);border-left:0}.hero-visual img{width:min(170px,42%)}.content-layout{grid-template-columns:1fr}}
@media(max-width:680px){.site-header{min-height:72px;padding:10px 16px}.brand img{width:44px;height:44px}.header-status span{display:none}main{width:min(100% - 28px,1180px);padding-top:18px}.hero{min-height:0}.hero-copy{padding:28px 22px}.hero-title-row{align-items:flex-start;gap:14px}.status-symbol{width:48px;height:48px;font-size:25px}h1{font-size:30px}.hero-copy>p:not(.kicker){font-size:14px}.hero-visual{min-height:190px}.hero-visual img{width:min(145px,48%)}.metrics{grid-template-columns:1fr}.metric{min-height:94px}.service-row{grid-template-columns:42px minmax(0,1fr);padding:16px 18px}.status-label{grid-column:2;min-width:0;justify-content:flex-start}.side-panel{padding:24px 20px}footer{align-items:flex-start;flex-direction:column}}
