.auth-module__zy-4VG__page{background:radial-gradient(circle at 20% 20%, var(--brand-soft) 0%, transparent 45%), radial-gradient(circle at 80% 0%, var(--brand-soft) 0%, transparent 40%), var(--background);flex:1;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.auth-module__zy-4VG__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow-card);padding:2.25rem 2rem}.auth-module__zy-4VG__backLink{color:var(--muted);border-radius:6px;align-items:center;gap:.35rem;margin-bottom:1.5rem;font-size:.82rem;font-weight:500;transition:color .15s;display:inline-flex}.auth-module__zy-4VG__backLink:hover{color:var(--brand)}.auth-module__zy-4VG__title{letter-spacing:-.02em;margin-bottom:.4rem;font-size:1.55rem;font-weight:700}.auth-module__zy-4VG__subtitle{color:var(--muted);text-wrap:pretty;margin-bottom:1.75rem;font-size:.9rem;line-height:1.55}.auth-module__zy-4VG__form{flex-direction:column;gap:1.1rem;display:flex}.auth-module__zy-4VG__row{gap:.75rem;display:flex}.auth-module__zy-4VG__row>.auth-module__zy-4VG__field{flex:1;min-width:0}@media (max-width:420px){.auth-module__zy-4VG__row{flex-direction:column;gap:1.1rem}}.auth-module__zy-4VG__field{flex-direction:column;gap:.4rem;display:flex}.auth-module__zy-4VG__label{color:var(--foreground);font-size:.82rem;font-weight:600}.auth-module__zy-4VG__labelRow{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.auth-module__zy-4VG__forgotLink{color:var(--brand);border-radius:4px;font-size:.78rem;font-weight:500}.auth-module__zy-4VG__forgotLink:hover{text-decoration:underline}.auth-module__zy-4VG__input{border-radius:var(--radius-sm);border:1.5px solid var(--border-strong);background:var(--surface);width:100%;min-height:46px;color:var(--foreground);padding:.7rem .85rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}.auth-module__zy-4VG__input::placeholder{color:var(--faint)}.auth-module__zy-4VG__input:hover:not(:focus){border-color:color-mix(in srgb, var(--border-strong) 60%, var(--brand))}.auth-module__zy-4VG__input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--ring);outline:none}.auth-module__zy-4VG__inputError{border-color:var(--danger)}.auth-module__zy-4VG__inputError:focus{border-color:var(--danger);box-shadow:0 0 0 3px var(--danger-soft)}.auth-module__zy-4VG__passwordWrapper{display:flex;position:relative}.auth-module__zy-4VG__passwordWrapper .auth-module__zy-4VG__input{padding-right:3rem}.auth-module__zy-4VG__toggleVisibility{cursor:pointer;width:38px;height:38px;color:var(--faint);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:color .15s,background-color .15s;display:flex;position:absolute;top:50%;right:.35rem;transform:translateY(-50%)}.auth-module__zy-4VG__toggleVisibility:hover{color:var(--foreground);background:var(--brand-soft)}.auth-module__zy-4VG__hint{color:var(--faint);font-size:.78rem}.auth-module__zy-4VG__errorText{color:var(--danger);align-items:center;gap:.3rem;font-size:.78rem;font-weight:500;display:flex}.auth-module__zy-4VG__banner{border-radius:var(--radius-sm);align-items:flex-start;gap:.55rem;margin-bottom:1.1rem;padding:.7rem .85rem;font-size:.85rem;line-height:1.45;display:flex}.auth-module__zy-4VG__banner svg{flex-shrink:0;margin-top:.1rem}.auth-module__zy-4VG__bannerError{background:var(--danger-soft);color:var(--danger);border:1px solid var(--danger-border)}.auth-module__zy-4VG__submit{border-radius:var(--radius-md);color:#fff;background:linear-gradient(120deg, var(--brand), var(--brand-2));min-height:48px;box-shadow:0 10px 24px -12px var(--ring);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.4rem;padding:.8rem 1rem;font-size:.95rem;font-weight:600;transition:transform .12s,box-shadow .15s,opacity .15s;display:flex}.auth-module__zy-4VG__submit:hover:not(:disabled){box-shadow:0 14px 28px -12px var(--ring);transform:translateY(-1px)}.auth-module__zy-4VG__submit:active:not(:disabled){transform:translateY(0)scale(.98)}.auth-module__zy-4VG__submit:disabled{opacity:.65;cursor:not-allowed}.auth-module__zy-4VG__spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite auth-module__zy-4VG__spin}@keyframes auth-module__zy-4VG__spin{to{transform:rotate(360deg)}}.auth-module__zy-4VG__successIcon{background:var(--success-soft);width:56px;height:56px;color:var(--success);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.1rem;display:flex}.auth-module__zy-4VG__successTitle{text-align:center;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.auth-module__zy-4VG__successText{text-align:center;color:var(--muted);text-wrap:pretty;font-size:.9rem;line-height:1.6}.auth-module__zy-4VG__successAction{border-radius:var(--radius-md);border:1.5px solid var(--border-strong);min-height:48px;color:var(--foreground);justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.92rem;font-weight:600;transition:border-color .15s,background-color .15s;display:flex}.auth-module__zy-4VG__successAction:hover{border-color:var(--brand);background:var(--brand-soft)}.auth-module__zy-4VG__switchText{border-top:1px solid var(--border);text-align:center;color:var(--muted);margin-top:1.5rem;padding-top:1.25rem;font-size:.85rem}.auth-module__zy-4VG__switchLink{color:var(--brand);border-radius:4px;font-weight:600}.auth-module__zy-4VG__switchLink:hover{text-decoration:underline}
