:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f5f6f8;--fg:#1a1a1a;--card:#fff;--border:#d9dce1;--accent:#2454ff;--muted:#6b7280;--error:#b3261e;--success:#1e7a34}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#14161a;--fg:#e8e9ec;--card:#1d2025;--border:#33373f;--accent:#6f96ff;--muted:#9aa0aa}}*{box-sizing:border-box}body{background:var(--bg);color:var(--fg);margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-form{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:360px;padding:2rem;display:flex}.auth-form h1{margin:0 0 .5rem;font-size:1.25rem}.auth-form label{flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.auth-form input{border:1px solid var(--border);color:inherit;background:0 0;border-radius:8px;padding:.55rem .65rem;font-size:1rem}.auth-form button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1rem;font-weight:600}.auth-form button[type=button]{color:var(--fg);border:1px solid var(--border);background:0 0}.auth-form button:disabled{opacity:.6;cursor:not-allowed}.auth-divider{color:var(--muted);align-items:center;gap:.75rem;margin:.25rem 0;font-size:.85rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.google-button{border:1px solid var(--border);color:var(--fg);text-align:center;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1rem;font-weight:600;text-decoration:none;display:flex}.google-button:hover{background:var(--card)}.error{color:var(--error);margin:0;font-size:.9rem}.success{color:var(--success);margin:0;font-size:.9rem}.dashboard{max-width:640px;margin:0 auto;padding:2rem 1rem}.dashboard header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard header button{border:1px solid var(--border);color:inherit;cursor:pointer;background:0 0;border-radius:8px;padding:.5rem .9rem}.system-list{flex-direction:column;gap:.75rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.system-list li{background:var(--card);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.system-list a{color:var(--accent);font-weight:600;text-decoration:none}.muted{color:var(--muted);font-size:.9rem}
