:root{--bg:#0e1116;--panel:#161b22;--border:#262d38;--text:#e6edf3;--muted:#8b949e;--accent:#2ca01c;--accent-dim:#1f7715}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:ui-sans-serif,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}main{flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:2rem 1.25rem;display:flex}.card{background:var(--panel);border:1px solid var(--border);border-radius:12px;width:100%;max-width:34rem;padding:2rem}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0 0 .75rem;font-size:.6875rem}h1{margin:0 0 .75rem;font-size:1.5rem;font-weight:650;line-height:1.25}p{color:var(--muted);margin:0 0 1rem;font-size:.9375rem;line-height:1.6}p:last-child{margin-bottom:0}.status{color:var(--muted);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.8125rem;display:inline-flex}.dot{background:var(--muted);border-radius:50%;width:8px;height:8px}.dot.live{background:var(--accent)}.button{background:var(--accent);color:#fff;border:1px solid var(--accent-dim);border-radius:8px;margin-top:1.5rem;padding:.625rem 1.125rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-block}.button:hover{background:var(--accent-dim)}.button.secondary{color:var(--text);border-color:var(--border);background:0 0}.button.secondary:hover{background:#1d232c}hr{border:0;border-top:1px solid var(--border);margin:1.75rem 0 1.25rem}code{border:1px solid var(--border);color:var(--text);background:#1d232c;border-radius:4px;padding:.1rem .35rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8125rem}.notice{border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;padding:.75rem .875rem;font-size:.875rem;line-height:1.5}.notice.warn{color:#f0c674;background:#2a1f12;border-color:#4a3417}.notice.ok{color:#86d97a;background:#12240f;border-color:#1f4718}.meta{color:var(--muted);text-align:center;margin-top:2rem;font-size:.75rem}.meta a{color:var(--muted)}
