body.auth-shell.password-reset-request,
body.auth-shell.password-reset-confirm {
    --auth-bg: linear-gradient(135deg, #29415f 0%, #3b7f6d 100%);
    --auth-accent: #29415f;
    --auth-button-bg: #29415f;
    --auth-button-bg-hover: #1f334d;
    --auth-input-border: #e5e7eb;
    --auth-input-focus-border: #3b7f6d;
    --auth-input-focus-shadow: 0 0 0 3px rgba(59, 127, 109, 0.14);
    --auth-focus-outline: rgba(41, 65, 95, 0.32);
    --auth-footer-bg: #f8fafc;
    --auth-footer-text: #64748b;
    --auth-link: #29415f;
    --auth-link-hover: #1f334d;
}

body.auth-shell.password-reset-request {
    --auth-card-width: 460px;
}

body.auth-shell.password-reset-confirm {
    --auth-card-width: 480px;
}