.auth_page__Y5bx6{min-height:100vh;background:var(--bg);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth_card__3UHkg{background:#fff;border-radius:12px;border:1px solid rgba(3,62,140,.12);padding:2rem;width:100%;max-width:420px}.auth_logo__kC1qL{display:flex;align-items:center;gap:12px;margin-bottom:1.75rem}.auth_logoIcon__kDOir{width:44px;height:44px;background:transparent;border-radius:0;flex-shrink:0;object-fit:contain}.auth_logoTitle__bnO25{font-size:15px;font-weight:700;color:var(--navy)}.auth_logoSub__WYQdR{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:1px}.auth_heading__oEuCs{font-size:20px;font-weight:700;color:var(--navy);margin-bottom:4px}.auth_subtext__9TV17{font-size:13px;color:var(--text-muted);margin-bottom:1.5rem}.auth_formGroup__GahYP{margin-bottom:1rem}.auth_label__642y9{display:block;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px}.auth_input__2iiLT{width:100%;border:1px solid rgba(3,62,140,.2);border-radius:7px;padding:9px 12px;font-size:13px;font-family:var(--font);color:var(--navy);background:#fff;outline:none;transition:border-color .15s}.auth_input__2iiLT:focus{border-color:var(--blue)}.auth_grid2__jYX7P{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.auth_btnPrimary__rRri1{width:100%;background:var(--navy);color:#fff;border:none;border-radius:7px;padding:10px;font-size:14px;font-weight:600;font-family:var(--font);cursor:pointer;margin-top:.5rem;transition:background .15s}.auth_btnPrimary__rRri1:hover{background:var(--navy-dark,#034C8C)}.auth_btnPrimary__rRri1:disabled{opacity:.6;cursor:not-allowed}.auth_link__cZ_Ll{font-size:12px;color:var(--blue);text-align:center;margin-top:1rem}.auth_link__cZ_Ll a{color:var(--blue);text-decoration:underline}.auth_error__WpX77{background:#fdeee8;border:1px solid #f9c4b3;border-radius:7px;color:#9a4428}.auth_error__WpX77,.auth_success__HZTRc{padding:.6rem 1rem;font-size:12px;margin-bottom:1rem}.auth_success__HZTRc{background:#e0f5ec;border:1px solid #a8dfc8;border-radius:7px;color:#0a6a45}.auth_divider__LhdcP{border:none;border-top:1px solid rgba(3,62,140,.08);margin:1.25rem 0}.auth_toggles__7Xd_h{display:flex;gap:4px;margin-bottom:1.5rem}.auth_toggle__rBqTj{flex:1 1;text-align:center;padding:7px;border-radius:6px;font-size:12px;font-weight:500;color:var(--text-muted);cursor:pointer;border:1.5px solid transparent;transition:all .13s}.auth_toggleActive__0yfmD{background:var(--navy);color:#fff}