:root{color-scheme:light dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:#f5f6f8;color:#1c1e21}.muted{color:#6b7280}.small{font-size:.85em}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.error{color:#b91c1c}.center{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center}.login-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;gap:.75rem;width:320px}.login-card h1{margin:0;font-size:1.25rem}.login-card input{padding:.55rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem}.login-card button,.topbar button,td button{padding:.5rem .9rem;border:0;border-radius:8px;background:#2563eb;color:#fff;font-size:.9rem;cursor:pointer}button.danger{background:#dc2626}button:disabled{opacity:.5;cursor:default}.dash{max-width:860px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.topbar{display:flex;align-items:center;gap:1rem}.topbar h1{font-size:1.2rem;margin-right:auto}.card{background:#fff;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 1px 4px #0000000f}.card header{display:flex;align-items:baseline;justify-content:space-between}.card h2{font-size:1rem;margin:.25rem 0 .75rem}table{width:100%;border-collapse:collapse;font-size:.92rem}th,td{text-align:left;padding:.4rem .5rem;border-bottom:1px solid #eef0f3}th{color:#6b7280;font-weight:600}.chips{display:flex;flex-wrap:wrap;gap:.5rem}.chip{padding:.25rem .7rem;border-radius:999px;background:#e5e7eb}.chip.ok{background:#d1fae5;color:#065f46}@media (prefers-color-scheme: dark){body{background:#111418;color:#e5e7eb}.login-card,.card{background:#1b1f26}th,td{border-bottom-color:#262b33}.chip{background:#2b313a}}
