.auth_container__tfB4I{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-forest) 0,var(--color-forest-light) 100%);padding:1rem}.auth_card__FJKwD{background:var(--color-bg-card);border-radius:var(--radius);box-shadow:var(--shadow);padding:2.5rem;width:100%;max-width:420px}.auth_title__tO5sT{font-size:1.75rem;color:var(--color-link);text-align:center;margin-bottom:.25rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth_subtitle__9YJuJ{color:var(--color-text-muted);text-align:center;margin-bottom:2rem}.auth_form__krKKs{display:flex;flex-direction:column;gap:1.25rem}.auth_field__H8XQ4{display:flex;flex-direction:column;gap:.4rem}.auth_field__H8XQ4 label{font-size:.875rem;font-weight:600}.auth_field__H8XQ4 input{padding:.625rem .875rem;border:1.5px solid var(--color-border);border-radius:var(--radius);font-size:1rem;transition:border-color .15s}.auth_field__H8XQ4 input:focus{outline:none;border-color:var(--color-link)}.auth_error__RAJfV{background:#fdf0ef;color:var(--color-error);border:1px solid #f5c6c0;border-radius:var(--radius);padding:.625rem .875rem;font-size:.875rem}.auth_button__Upg0k{background:var(--color-forest);color:#fff;border:none;border-radius:var(--radius);padding:.75rem;font-size:1rem;font-weight:600;transition:background .15s;margin-top:.25rem}.auth_button__Upg0k:hover:not(:disabled){background:var(--color-forest-light)}.auth_button__Upg0k:disabled{opacity:.6;cursor:not-allowed}.auth_footer__d9GXZ{text-align:center;margin-top:1.5rem;font-size:.9rem;color:var(--color-text-muted)}.auth_footer__d9GXZ a{color:var(--color-link);font-weight:600}.auth_optionalBlock__5AcQ5{background:#f5f5f0;border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.75rem}.auth_optionalNote__r548u{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0}.auth_optionalFields__GPRqi{display:flex;gap:1rem}@media (max-width:480px){.auth_optionalFields__GPRqi{flex-direction:column}}.auth_select__WbNiV{padding:.625rem .875rem;border:1.5px solid var(--color-border);border-radius:var(--radius);font-size:1rem;font-family:inherit;background:#fff;cursor:pointer;transition:border-color .15s;width:100%}.auth_select__WbNiV:focus{outline:none;border-color:var(--color-link)}.auth_oauthGroup__PnGDs{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.25rem}.auth_btnOAuth__P2jjt{display:flex;align-items:center;justify-content:center;gap:.65rem;width:100%;padding:.7rem;border-radius:var(--radius);font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s,background .15s}.auth_btnOAuth__P2jjt:disabled{opacity:.6;cursor:not-allowed}.auth_btnGoogle__XTPxk{background:#fff;color:#3c4043;border:1.5px solid #dadce0}.auth_btnGoogle__XTPxk:hover:not(:disabled){background:#f8f9fa}.auth_btnApple__Eneyf{background:#000;color:#fff;border:1.5px solid #000}.auth_btnApple__Eneyf:hover:not(:disabled){background:#1a1a1a}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .auth_btnGoogle__XTPxk{background:#2a2a2a;color:#e8e6e1;border-color:#3a3a3a}:root:not([data-theme=light]) .auth_btnGoogle__XTPxk:hover:not(:disabled){background:#333}:root:not([data-theme=light]) .auth_btnApple__Eneyf{background:#fff;color:#000;border-color:#fff}:root:not([data-theme=light]) .auth_btnApple__Eneyf:hover:not(:disabled){background:#e8e6e1}}:root[data-theme=dark] .auth_btnGoogle__XTPxk{background:#2a2a2a;color:#e8e6e1;border-color:#3a3a3a}:root[data-theme=dark] .auth_btnGoogle__XTPxk:hover:not(:disabled){background:#333}:root[data-theme=dark] .auth_btnApple__Eneyf{background:#fff;color:#000;border-color:#fff}:root[data-theme=dark] .auth_btnApple__Eneyf:hover:not(:disabled){background:#e8e6e1}.auth_divider__ZhDd8{display:flex;align-items:center;gap:.75rem;color:var(--color-text-muted);font-size:.8rem;margin:.25rem 0}.auth_divider__ZhDd8:after,.auth_divider__ZhDd8:before{content:"";flex:1 1;height:1px;background:var(--color-border)}