:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility}html,body,#root{min-height:100%}:root{--bg:#0f1115;--card:#1a1d24;--border:#2a2f3a;--text:#e6e8ec;--muted:#8b93a3;--accent:#3b82f6;--online:#22c55e;--offline:#64748b;--error:#ef4444}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.center{place-items:center;min-height:100vh;display:grid}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:.75rem;width:320px;padding:2rem;display:flex}.card h1{margin:0}.muted{color:var(--muted)}.error{color:var(--error);margin:.25rem 0 0}label{color:var(--muted);flex-direction:column;gap:.25rem;font-size:.85rem;display:flex}input{border:1px solid var(--border);color:var(--text);background:#12151b;border-radius:8px;padding:.55rem .7rem}button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.55rem .9rem;font-weight:600}button:disabled{opacity:.6;cursor:default}button.ghost{border:1px solid var(--border);color:var(--text);background:0 0}.page{max-width:900px;margin:0 auto;padding:2rem 1.5rem}header{justify-content:space-between;align-items:center;display:flex}table{border-collapse:collapse;width:100%;margin-top:1rem}th,td{text-align:left;border-bottom:1px solid var(--border);padding:.6rem .75rem}th{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:.8rem;font-weight:600}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.dot{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.dot.online{background:var(--online)}.dot.offline{background:var(--offline)}
