:root{--bg: #131319;--surface: #1c1d26;--surface-border: #2b2c39;--text: #ece9e2;--text-muted: #8d8ea0;--ember: #ff7a45;--violet: #7c6bf0;--error: #e0556b;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:radial-gradient(circle at 20% -10%,#24263a 0%,var(--bg) 55%);color:var(--text);font-family:-apple-system,Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.console{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.console__panel{width:100%;max-width:480px;background:var(--surface);border:1px solid var(--surface-border);border-radius:12px;padding:36px 32px;box-shadow:0 30px 60px -30px #0009}.console__eyebrow{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px}.console__title{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:32px;font-weight:600;letter-spacing:-.01em;margin:0}.console__title-accent{background:linear-gradient(90deg,var(--ember),var(--violet));-webkit-background-clip:text;background-clip:text;color:transparent}.console__subtitle{color:var(--text-muted);margin:6px 0 28px;font-size:14px}.console__checks{display:flex;flex-direction:column;gap:14px}.check-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--surface-border);border-radius:8px;background:#ffffff05}.check-row__text{flex:1;min-width:0}.check-row__label{font-size:14px;font-weight:600}.check-row__description{font-size:12px;color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.check-row__status{font-size:12px;font-weight:600;white-space:nowrap}.check-row__status--checking{color:var(--text-muted)}.check-row__status--ok{color:var(--ember)}.check-row__status--error{color:var(--error)}.gauge{flex-shrink:0;width:10px;height:10px;border-radius:50%;background:var(--text-muted)}.gauge--checking{background:var(--violet);animation:pulse 1.4s ease-in-out infinite}.gauge--ok{background:var(--ember);box-shadow:0 0 10px 1px #ff7a4599}.gauge--error{background:var(--error)}.console__footnote{margin:24px 0 0;font-size:12px;line-height:1.5;color:var(--text-muted)}.console__footnote code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#ffffff0f;padding:1px 5px;border-radius:4px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion: reduce){.gauge--checking{animation:none}}
