:root{color-scheme:light;--ink:#172033;--muted:#5b6575;--line:#d9e1ec;--panel:#ffffff;--bg:#eef4f8;--brand:#106b73;--brand-dark:#0b4e55;--danger:#b42318;--ok:#087443;--focus:#f4b942}*{box-sizing:border-box}body.auth-page{margin:0;min-height:100vh;font-family:Inter,Arial,sans-serif;background:linear-gradient(180deg,#f8fbfd 0%,var(--bg) 100%);color:var(--ink);display:grid;place-items:center;padding:24px}.auth-shell{width:min(100%,440px)}.auth-card{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 48px rgba(23,32,51,.12);padding:28px;display:grid;gap:18px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-weight:800;font-size:1.35rem}.brand img{width:42px;height:42px}.auth-heading{display:grid;gap:6px}.auth-heading h1{margin:0;font-size:1.8rem;line-height:1.1}.auth-heading p,.auth-switch,.auth-note{margin:0;color:var(--muted);line-height:1.5}.auth-form{display:grid;gap:16px}.auth-field{display:grid;gap:7px;font-weight:700}.auth-field input{width:100%;border:1px solid var(--line);border-radius:8px;padding:12px 13px;font:inherit;color:var(--ink);background:#fff}.auth-field input:focus{outline:3px solid rgba(244,185,66,.45);border-color:var(--brand)}.password-row{position:relative}.password-row input{padding-right:48px}.icon-button{position:absolute;right:6px;top:50%;translate:0 -50%;border:0;background:transparent;color:var(--muted);min-width:38px;min-height:38px;border-radius:8px;cursor:pointer}.auth-button{border:0;border-radius:8px;background:var(--brand);color:#fff;font:inherit;font-weight:800;padding:13px 16px;cursor:pointer}.auth-button:hover{background:var(--brand-dark)}.auth-button:disabled{opacity:.65;cursor:progress}.auth-link{color:var(--brand-dark);font-weight:800;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-message{border-radius:8px;padding:11px 12px;font-weight:700;line-height:1.4;display:none}.auth-message.show{display:block}.auth-message.error{background:#fef3f2;color:var(--danger);border:1px solid #fecdca}.auth-message.success{background:#ecfdf3;color:var(--ok);border:1px solid #abefc6}.auth-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.success-state{display:grid;gap:14px}.skip-link{position:absolute;left:12px;top:12px;transform:translateY(-140%);background:#fff;color:var(--ink);padding:8px 10px;border-radius:6px}.skip-link:focus{transform:none}@media(max-width:520px){body.auth-page{padding:16px;place-items:stretch}.auth-shell{align-self:center}.auth-card{padding:22px}.auth-heading h1{font-size:1.55rem}.auth-actions{align-items:flex-start;flex-direction:column}}
.auth-choice{border:1px solid rgba(15,23,42,.14);border-radius:8px;padding:12px;display:flex;gap:14px;flex-wrap:wrap;color:#102a43}
.auth-choice legend{font-weight:700;margin-bottom:8px;padding:0 4px}
.auth-choice label{display:inline-flex;align-items:center;gap:6px;font-weight:700}
