.auth_container__tfB4I{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.auth_card__FJKwD{width:100%;max-width:400px;background:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.04);padding:2.5rem;border:1px solid rgba(0,0,0,.05)}@media (prefers-color-scheme:dark){.auth_card__FJKwD{background:#111;border-color:hsla(0,0%,100%,.1);box-shadow:0 8px 30px rgba(0,0,0,.5)}}.auth_header__R6HKf{text-align:center;margin-bottom:2rem}.auth_header__R6HKf h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.auth_header__R6HKf p{color:#666;font-size:.875rem}@media (prefers-color-scheme:dark){.auth_header__R6HKf p{color:#999}}.auth_form__krKKs{display:flex;flex-direction:column;gap:1.25rem}.auth_formGroup__b4_jv{display:flex;flex-direction:column;gap:.5rem}.auth_formGroup__b4_jv label{font-size:.875rem;font-weight:500}.auth_formGroup__b4_jv input{padding:.75rem 1rem;border-radius:6px;border:1px solid #ddd;font-size:1rem;transition:border-color .15s ease,box-shadow .15s ease;background:transparent;color:inherit}@media (prefers-color-scheme:dark){.auth_formGroup__b4_jv input{border-color:#333}}.auth_formGroup__b4_jv input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(0,112,243,.1)}.auth_error__RAJfV{background:#fee2e2;color:#b91c1c;padding:.75rem;border-radius:6px;font-size:.875rem;text-align:center}@media (prefers-color-scheme:dark){.auth_error__RAJfV{background:rgba(185,28,28,.1);color:#fca5a5;border:1px solid rgba(185,28,28,.2)}}.auth_submitBtn__0ZUIX{background:var(--primary);color:#fff;border:none;padding:.875rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:opacity .15s ease;margin-top:.5rem}.auth_submitBtn__0ZUIX:hover{opacity:.9}.auth_submitBtn__0ZUIX:disabled{opacity:.7;cursor:not-allowed}.auth_footer__d9GXZ{text-align:center;margin-top:2rem;font-size:.875rem;color:#666}@media (prefers-color-scheme:dark){.auth_footer__d9GXZ{color:#999}}.auth_footer__d9GXZ a{color:var(--primary);font-weight:500}.auth_footer__d9GXZ a:hover{text-decoration:underline}