.auth_page__X3YgJ{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;background:var(--color-bg-subtle);padding:2rem 1rem 1rem}.auth_card__OBlyd{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;width:100%;max-width:380px}@media (min-width:480px){.auth_page__X3YgJ{align-items:center;padding:1rem}.auth_card__OBlyd{padding:2rem}}.auth_logo__qw_SA{font-size:1.75rem;font-weight:800;color:var(--color-primary);margin-bottom:.25rem}.auth_card__OBlyd h2{font-size:1.1rem;font-weight:600;color:var(--color-text-muted);margin-bottom:1.5rem}.auth_form__V_XtZ{display:flex;flex-direction:column;gap:1rem}.auth_field__TxEEx{display:flex;flex-direction:column;gap:.35rem}.auth_field__TxEEx span{font-size:.875rem;font-weight:500;color:var(--color-text-muted)}.auth_field__TxEEx input{padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-family:inherit;font-size:1rem;width:100%}.auth_field__TxEEx input:focus{outline:2px solid var(--color-primary);outline-offset:1px;border-color:transparent}.auth_submit__y1ucL{background:var(--color-primary);color:#fff;border:none;padding:.85rem;border-radius:var(--radius);font-size:1rem;font-weight:600;margin-top:.5rem;min-height:48px;width:100%}.auth_submit__y1ucL:hover{background:var(--color-primary-dark)}.auth_errorMsg__YHqzP{color:var(--color-danger,#c0392b);font-size:.875rem;margin:0}.auth_submit__y1ucL:disabled{opacity:.6;cursor:not-allowed}.auth_footer__IdVgU{text-align:center;margin-top:1.5rem;font-size:.9rem;color:var(--color-text-muted)}