:root{--bg: #0f1216;--card: #181d24;--border: #2a323d;--text: #e7ecf2;--muted: #93a0b0;--accent: #2f6df0;--accent-press: #2459c9;--error-bg: #2a1416;--error-border: #5a2027;--error-text: #ffb4ba;--ok: #36c08a;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text)}.screen{min-height:100%;display:flex;align-items:center;justify-content:center;padding:24px}.card{width:100%;max-width:380px;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:28px;display:flex;flex-direction:column;gap:14px;box-shadow:0 12px 40px #00000059}.title{margin:0;font-size:22px;font-weight:700}.subtitle{margin:-6px 0 6px;color:var(--muted);font-size:14px}.field{display:flex;flex-direction:column;gap:6px}.label{font-size:13px;color:var(--muted)}input{background:#0f141a;border:1px solid var(--border);border-radius:9px;padding:11px 12px;color:var(--text);font-size:15px}input:focus{outline:none;border-color:var(--accent)}input:disabled{opacity:.6}.button{margin-top:4px;background:var(--accent);color:#fff;border:none;border-radius:9px;padding:12px 14px;font-size:15px;font-weight:600;cursor:pointer}.button:hover:not(:disabled){background:var(--accent-press)}.button:disabled{opacity:.6;cursor:default}.button.ghost{background:transparent;border:1px solid var(--border);color:var(--text);font-weight:500;padding:8px 12px;margin-top:0}.notice{margin:4px 0 0;font-size:14px;border-radius:9px;padding:10px 12px}.notice.error{background:var(--error-bg);border:1px solid var(--error-border);color:var(--error-text)}.notice code{background:#ffffff14;padding:1px 5px;border-radius:4px;font-size:12px}.dash-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.badge{margin:8px 0 0;color:var(--ok);font-weight:600;font-size:16px}.muted{margin:0;color:var(--muted);font-size:14px}.muted.small{font-size:12px;margin-top:4px}.muted strong{color:var(--text)}
