:root { color-scheme: dark; --bg:#06070b; --panel:#10131a; --line:#232b39; --text:#f3f7fb; --muted:#98a3b7; --green:#00ff88; --amber:#ffc14d; --red:#ff6577; }
* { box-sizing: border-box; }
body { margin:0; min-height:100vh; background:radial-gradient(circle at 80% -10%,#102b27 0,transparent 34%),var(--bg); color:var(--text); font:15px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
a { color:var(--green); }
header,main,footer { width:min(920px,calc(100% - 32px)); margin:auto; }
header { display:flex; align-items:center; justify-content:space-between; padding:24px 0; border-bottom:1px solid var(--line); }
.brand { color:var(--text); font-size:18px; font-weight:850; letter-spacing:.08em; text-decoration:none; }
nav { display:flex; gap:18px; flex-wrap:wrap; }
nav a { color:var(--muted); text-decoration:none; }
main { padding:64px 0 80px; }
.eyebrow { color:var(--green); font-size:12px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
h1 { max-width:760px; font-size:clamp(36px,7vw,68px); line-height:1.02; letter-spacing:-.045em; margin:12px 0 22px; }
h2 { margin:46px 0 12px; font-size:24px; }
h3 { margin:0 0 6px; font-size:17px; }
p,li { color:var(--muted); }
.lede { max-width:720px; font-size:18px; }
.notice,.card { background:color-mix(in srgb,var(--panel) 92%,transparent); border:1px solid var(--line); border-radius:16px; padding:20px; margin:22px 0; }
.notice strong { color:var(--text); }
.grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:14px; margin:28px 0; }
.metric { font-size:26px; font-weight:800; }
.label { color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.status { display:inline-flex; align-items:center; gap:8px; border:1px solid var(--line); border-radius:999px; padding:7px 12px; text-transform:uppercase; font-size:12px; font-weight:800; letter-spacing:.07em; }
.status::before { content:""; width:8px; height:8px; border-radius:50%; background:var(--muted); }
.status.operational::before { background:var(--green); box-shadow:0 0 12px var(--green); }
.status.degraded::before { background:var(--amber); }
.status.outage::before { background:var(--red); }
label { display:block; color:var(--muted); font-size:13px; margin:18px 0 7px; }
input { width:100%; padding:13px 14px; color:var(--text); background:#090c12; border:1px solid var(--line); border-radius:10px; font:inherit; }
button { margin-top:14px; padding:12px 16px; border:0; border-radius:10px; color:#03110a; background:var(--green); font-weight:800; cursor:pointer; }
button.secondary { color:var(--text); background:#222a38; margin-left:8px; }
pre { max-height:420px; overflow:auto; white-space:pre-wrap; word-break:break-word; padding:16px; background:#090c12; border:1px solid var(--line); border-radius:10px; color:#c9f7df; }
.incident { padding:16px 0; border-top:1px solid var(--line); }
.incident:first-child { border-top:0; }
.muted { color:var(--muted); }
.danger { color:var(--red); }
footer { border-top:1px solid var(--line); padding:28px 0 44px; color:var(--muted); font-size:13px; }
footer a { margin-right:14px; }
@media(max-width:620px) { header { align-items:flex-start; gap:15px; } nav { justify-content:flex-end; gap:10px; } main { padding-top:42px; } h1 { font-size:40px; } button.secondary { margin-left:0; } }

