.AuthForm_wrapper__LW9hl{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:2rem}.AuthForm_card__Ksq5w{background:linear-gradient(180deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.03));border:1px solid var(--stroke);border-radius:28px;padding:2.75rem 2.25rem 2.5rem;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:100%;max-width:420px}.AuthForm_heading__ex6kE{font-family:var(--font-serif),serif;font-size:1.75rem;font-weight:600;color:var(--text-primary);margin-bottom:.3rem;text-align:center}.AuthForm_subtitle__U_Qaj{color:var(--text-muted);font-size:.9rem;text-align:center;margin-bottom:2rem}.AuthForm_form__ugvBR{display:flex;flex-direction:column;gap:1rem}.AuthForm_label__WHg3b{display:flex;flex-direction:column;gap:.4rem;font-size:.84rem;font-weight:600;color:var(--text-secondary);letter-spacing:.04em}.AuthForm_input__9NQ9J{padding:.85rem 1rem;border-radius:14px;border:1px solid var(--stroke);background:hsla(0,0%,100%,.04);color:var(--text-primary);font-size:1rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.AuthForm_input__9NQ9J::placeholder{color:var(--text-muted);opacity:.6}.AuthForm_input__9NQ9J:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft)}.AuthForm_primaryBtn__7E9n_{display:flex;align-items:center;justify-content:center;padding:.95rem 1.4rem;margin-top:.5rem;border-radius:999px;font-weight:700;font-size:1rem;color:#f8fbff;background:linear-gradient(135deg,var(--blue),#2f6de0 55%,#2555b4 100%);border:1px solid rgba(135,173,247,.34);box-shadow:0 18px 36px rgba(47,109,224,.28);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.AuthForm_primaryBtn__7E9n_:hover{transform:translateY(-2px);box-shadow:0 22px 42px rgba(47,109,224,.34);border-color:rgba(135,173,247,.5)}.AuthForm_primaryBtn__7E9n_:disabled{opacity:.5;cursor:not-allowed;transform:none}.AuthForm_secondaryBtn__2_uWI{padding:.65rem 1rem;border-radius:999px;font-size:.88rem;font-weight:600;color:var(--text-muted);background:transparent;border:1px solid var(--stroke);cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.AuthForm_secondaryBtn__2_uWI:hover{color:var(--text-primary);border-color:var(--stroke-strong);background:hsla(0,0%,100%,.04)}.AuthForm_divider__0IUBQ{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.78rem;margin:.25rem 0}.AuthForm_divider__0IUBQ:after,.AuthForm_divider__0IUBQ:before{content:"";flex:1 1;height:1px;background:var(--stroke)}.AuthForm_error__Y9YZS{border-radius:14px;background:var(--red-soft);border:1px solid rgba(255,94,108,.3);color:var(--red-strong)}.AuthForm_error__Y9YZS,.AuthForm_success__vxley{padding:.75rem 1rem;font-size:.88rem;text-align:center}.AuthForm_success__vxley{border-radius:14px;background:rgba(80,200,120,.12);border:1px solid rgba(80,200,120,.3);color:#6ce89a}