:root{color-scheme:light dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}body{margin:0;display:flex;justify-content:center;padding:2rem 1rem;background:#f5f5f7;color:#1c1c1e}.auth-card,.home-card{width:100%;max-width:24rem;background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 4px #00000014}h1{margin-top:0;font-size:1.5rem}form{display:flex;flex-direction:column;gap:.25rem}label{margin-top:.75rem;font-weight:600;font-size:.875rem}input{padding:.5rem .625rem;border:1px solid #c7c7cc;border-radius:.375rem;font-size:1rem}button{margin-top:1.25rem;padding:.625rem 1rem;border:none;border-radius:.375rem;background:#0a84ff;color:#fff;font-size:1rem;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.form-error{margin:.75rem 0 0;color:#c00;font-size:.875rem}dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem}dt{font-weight:600}dd{margin:0}
