.auth-page{background:var(--surface-subtle);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);width:100%;max-width:420px;box-shadow:var(--shadow-md);padding:40px 36px 36px}.auth-brand{align-items:center;gap:10px;margin-bottom:32px;display:flex}.auth-brand .brand-mark{background:linear-gradient(145deg,#5689ff,#7c3aed);border-radius:9px;align-items:flex-end;gap:3px;width:28px;height:28px;padding:5px;display:flex}.auth-brand .brand-mark span{background:#fff;border-radius:4px;width:4px;display:block}.auth-brand .brand-mark span:first-child{opacity:.72;height:9px}.auth-brand .brand-mark span:nth-child(2){opacity:.88;height:14px}.auth-brand .brand-mark span:nth-child(3){height:18px}.auth-brand .brand-name{color:var(--ink);letter-spacing:-.03em;font-family:Calistoga,Georgia,serif;font-size:22px}.auth-card h1{color:var(--ink);letter-spacing:-.04em;margin:0;font-size:22px}.auth-card .auth-subtitle{color:var(--muted);margin:8px 0 0;font-size:12px;line-height:1.5}.auth-form{gap:16px;margin-top:28px;display:grid}.auth-form .form-field{gap:7px;display:grid}.auth-form label{color:var(--ink);font-size:10px;font-weight:700}.auth-form input{border:1px solid var(--border-strong);width:100%;height:45px;color:var(--ink);background:var(--surface-subtle);border-radius:10px;outline:0;padding:0 13px;font-size:12px;transition:border-color .16s,box-shadow .16s,background .16s}.auth-form input:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px #2563eb1a}.auth-form input.is-error{border-color:#c24154;box-shadow:0 0 0 3px #c241541a}.auth-submit{color:#fff;background:var(--blue);cursor:pointer;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:45px;margin-top:4px;font-size:12px;font-weight:700;transition:background .18s,box-shadow .18s,transform .18s,opacity .18s;display:inline-flex;box-shadow:0 8px 18px #2563eb33}.auth-submit:hover{background:var(--blue-dark);box-shadow:0 10px 22px #2563eb47}.auth-submit:active{transform:scale(.97)}.auth-submit.is-loading{opacity:.7;pointer-events:none}.auth-error{color:#9f1239;background:#fff5f5;border:1px solid #c2415433;border-radius:10px;align-items:center;gap:8px;padding:11px 14px;font-size:10px;font-weight:600;line-height:1.5;display:none}.auth-error.is-visible{display:flex}.auth-footer{text-align:center;color:var(--muted);margin-top:24px;font-size:11px}.auth-footer a{color:var(--blue);font-weight:700;text-decoration:none}.auth-footer a:hover{color:var(--blue-dark);text-decoration:underline}@media (max-width:480px){.auth-card{padding:28px 22px 26px}.auth-card h1{font-size:20px}}
