:root{--bg:#0b1220;--panel:#121d31;--line:#263550;--text:#f7f9fc;--muted:#9eabc0;--brand:#f4c430;--ok:#32d296;--error:#ff6b7a;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Tahoma,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 80% 0,#18355c 0,transparent 38%),var(--bg);color:var(--text);min-height:100vh;margin:0}.shell-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#09111ed9;justify-content:space-between;align-items:center;height:72px;padding:0 clamp(20px,5vw,72px);display:flex}.shell-header b{font-size:20px}.shell-header span,.hero>span,.page-title>span{color:var(--brand)}.shell{max-width:1100px;margin:auto;padding:clamp(40px,8vw,100px) 20px}.hero{max-width:760px}.hero h1,.page-title h1{margin:12px 0;font-size:clamp(36px,6vw,72px);line-height:1.1}.hero p,.page-title p,.timestamp{color:var(--muted);font-size:18px}.button{background:var(--brand);color:#111;border-radius:12px;margin-top:24px;padding:13px 20px;font-weight:800;text-decoration:none;display:inline-flex}.status-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px;display:grid}.status{border:1px solid var(--line);background:var(--panel);border-radius:18px;padding:24px}.status small{color:var(--muted);margin-bottom:12px;display:block}.status strong{font-size:26px}.status.is-ok strong{color:var(--ok)}.status.is-error strong{color:var(--error)}@media (max-width:700px){.status-grid{grid-template-columns:1fr}.shell-header{height:62px}.hero h1,.page-title h1{font-size:38px}}
