.recovery-page { max-width: 620px; padding-block: clamp(28px, 5vw, 64px); }
.recovery-page h1 { font-size: clamp(1.8rem, 5vw, 2.6rem); line-height: 1.2; margin-block: 8px 16px; }
.recovery-page .form-grid { margin-top: 24px; gap: 18px; }
.recovery-page .form-actions { margin-top: 20px; gap: 12px 20px; flex-wrap: wrap; }
.recovery-page .text-link { background: transparent; color: var(--theme-accent, var(--teal-700)); padding: 8px 0; cursor: pointer; }
.recovery-page button:disabled { opacity: .55; cursor: not-allowed; }
.recovery-page #recovery-code { letter-spacing: .2em; }
.recovery-help { margin-top: 28px; font-size: .9rem; }
.recovery-help summary { cursor: pointer; }
.auth-forgot { margin: 6px 0 0; font-size: .9rem; }
