:root{--bg:#0b0d12;--surface:#151821;--surface-2:#1c2029;--border:#2a2f3a;--text:#e6e8eb;--text-dim:#9aa1ad;--accent:#5b8cff;--ok:#3ecf8e;--warn:#e0b94c;--danger:#e0625c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);margin:0}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{margin:0 0 .5rem;font-weight:600}table{border-collapse:collapse;width:100%;font-size:.9rem}th,td{border-bottom:1px solid var(--border);text-align:right;white-space:nowrap;padding:.5rem .75rem}th:first-child,td:first-child{text-align:left}thead th{color:var(--text-dim);text-transform:uppercase;letter-spacing:.03em;font-size:.8rem;font-weight:500}tbody tr:hover{background:var(--surface-2)}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.page{max-width:1200px;margin:0 auto;padding:1.5rem}.pill{border-radius:999px;padding:.15rem .55rem;font-size:.8rem;font-weight:600;display:inline-block}.pill-ok{color:var(--ok);background:#3ecf8e26}.pill-warn{color:var(--warn);background:#e0b94c26}.pill-danger{color:var(--danger);background:#e0625c26}.pill-muted{background:var(--surface-2);color:var(--text-dim)}.muted{color:var(--text-dim)}input,select,button{font-family:inherit;font-size:.95rem}input,select{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:.5rem .65rem}button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.55rem 1rem;font-weight:600}button:disabled{opacity:.6;cursor:default}button.secondary{color:var(--text);border:1px solid var(--border);background:0 0}label{color:var(--text-dim);margin-bottom:.25rem;font-size:.85rem;display:block}.field{margin-bottom:1rem}.error{color:var(--danger);margin-top:.5rem;font-size:.9rem}nav.topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}nav.topbar .brand{letter-spacing:.01em;font-weight:700}.login-shell{justify-content:center;align-items:center;min-height:100vh;display:flex}
