:root{--bg: #ffffff;--fg: #14171a;--muted: #5b6570;--accent: #1a5cff;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bg: #101315;--fg: #f2f4f6;--muted: #9aa5b1;--accent: #7aa2ff}}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}.shell{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1.5rem;text-align:center}.shell__title{margin:0;font-size:clamp(2rem,6vw,3.25rem);font-weight:650;letter-spacing:-.02em}.shell__status{margin:0;font-size:clamp(1rem,2.5vw,1.25rem);color:var(--muted)}.shell__domain{margin:.5rem 0 0;font-size:1rem;font-weight:600;color:var(--accent);letter-spacing:.01em}
