:root{--bg:#0f1419;--fg:#e8eef4;--muted:#9aabbc;--accent:#3d9a7a;--line:rgba(232,238,244,0.12)}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{font-family:Segoe UI,system-ui,sans-serif;color:var(--fg);background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(61,154,122,.22),transparent),linear-gradient(165deg,#0f1419,#152028 55%,#0f1419)}main{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 1.5rem 3rem;max-width:40rem;margin:0 auto}.brand{font-size:clamp(2.4rem,8vw,3.4rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;margin:0 0 1rem}.lead{margin:0 0 1.75rem;font-size:1.1rem;line-height:1.55;max-width:32rem}.lead,.status{color:var(--muted)}.status{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .85rem;border:1px solid var(--line);border-radius:999px;font-size:.85rem}.status-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--accent)}.meta{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid var(--line);font-size:.85rem;color:var(--muted)}