/* auth blueprint - forgot-password page (Phase 2-C, 18 Apr 2026).
   Extends login.css shared primitives (.auth-login-*). Only defines the
   few scoped deltas that differ. Zero hardcoded hex -- design-system
   tokens only (Rule 15). */

.auth-forgot-wrap {
    /* Same width + spacing as login card; scope purely for future tweaks. */
}

.auth-forgot-card {
    /* Inherits .auth-login-card styling. Add class-scoped overrides here
       if/when the forgot-password card diverges visually. */
}

.auth-forgot-form {
    /* Slightly tighter gap than login (no remember-me row to breathe). */
    gap: 12px;
}

.auth-forgot-status {
    /* Status block inherits .auth-login-status appearance + is-* tones.
       Only difference: allow a tiny bit more vertical room when the copy
       is longer ("If an account with that email exists..."). */
    line-height: 1.55;
}

/* Responsive: no extra rules needed — inherits from login.css @media block. */
