:root{--bg: #0c0a07;--surface: #13100b;--border: rgba(201, 169, 110, .22);--text: #f0eadf;--muted: #9a8e7e;--accent: #c9a96e;--gold: #e8c88a;--green: #7ac98a;--red: #c97a6e}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;display:flex;align-items:center;justify-content:center;padding:24px}.card{max-width:560px;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:48px 40px;text-align:center}.badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--bg);background:var(--accent);padding:5px 14px;border-radius:999px;margin-bottom:24px}.logo{display:block;width:160px;height:160px;margin:0 auto 28px;border-radius:12px;background:#fff;padding:8px;box-shadow:0 4px 20px #0006}h1{font-size:32px;font-weight:800;letter-spacing:-.5px;color:var(--gold);margin-bottom:12px}.sub{font-size:15px;color:var(--muted);margin-bottom:32px}.status,.api{display:flex;flex-direction:column;gap:8px;text-align:left;background:#00000040;border:1px solid var(--border);border-radius:10px;padding:16px 20px;margin-bottom:16px;font-size:13px}.status-row,.api-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.status-label{color:var(--muted)}.status-value{color:var(--text);font-weight:600;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px}.ok{color:var(--green)}.err{color:var(--red)}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--green);margin-right:6px;vertical-align:middle;box-shadow:0 0 8px #7ac98a99}.footer{font-size:12px;color:var(--muted);border-top:1px solid var(--border);padding-top:20px;margin-top:12px}.footer a{color:var(--accent);text-decoration:none;border-bottom:1px dotted var(--accent)}.footer a:hover{color:var(--gold)}
