*,:before,:after{box-sizing:border-box}:root{--bg:#f4f6fa;--surface:#fff;--border:#d9dfe8;--text:#1c2430;--muted:#5d6b7f;--accent:#1f5fbf;--error:#b3261e}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.centered{min-height:100vh;color:var(--muted);place-items:center;display:grid}.login-layout{place-items:center;min-height:100vh;padding:1.5rem;display:grid}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;width:100%;max-width:380px;padding:2rem;display:flex;box-shadow:0 8px 24px #1c24300f}.login-card h1{margin:0;font-size:1.4rem}.subtitle{color:var(--muted);margin:.35rem 0 1.5rem;font-size:.9rem}label{margin-bottom:.35rem;font-size:.85rem;font-weight:600}input{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;margin-bottom:1rem;padding:.65rem .75rem;font-size:.95rem}input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.7rem 1rem;font-size:.95rem;font-weight:600}button:disabled{opacity:.6;cursor:not-allowed}.error{color:var(--error);background:#fdecea;border-radius:8px;margin-bottom:1rem;padding:.6rem .75rem;font-size:.85rem}.dashboard{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.dashboard header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard header h1{margin:0;font-size:1.3rem}.dashboard header button{color:var(--accent);border:1px solid var(--border);background:0 0}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.card h2{margin-top:0;font-size:1.05rem}.card dl{grid-template-columns:minmax(120px,200px) 1fr;gap:.6rem 1rem;margin:0;display:grid}.card dt{color:var(--muted);font-size:.85rem}.card dd{word-break:break-all;margin:0;font-size:.9rem}@media (prefers-color-scheme:dark){:root{--bg:#14181f;--surface:#1c222c;--border:#2c3542;--text:#e8ecf2;--muted:#97a3b4;--accent:#5b9bff}.error{color:#ff9d95;background:#3a1f1d}}
