:root{color-scheme:dark;--bg: #0b0d10;--fg: #e6e8ea;--muted: #8a9098;--accent: #4dd2ff;--error: #ff6b6b;font-family:DM Sans,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:var(--bg);color:var(--fg)}main.app{max-width:920px;margin:0 auto;padding:32px 24px}header h1{font-family:Space Mono,ui-monospace,SFMono-Regular,monospace;margin:0 0 4px}header p{color:var(--muted);margin:0 0 24px}section.status{border:1px solid #1f2329;border-radius:8px;padding:16px 20px;background:#0f1217}section.status h2{margin:0 0 12px;font-size:16px;color:var(--accent)}section.status ul{margin:0;padding:0;list-style:none}section.status li+li{margin-top:6px}.error{color:var(--error)}footer{margin-top:32px;color:var(--muted);font-size:13px}
