* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; padding: 24px; background: linear-gradient(145deg, #f4f8fa, #e8f2f2); color: #183044; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.recovery-shell { width: min(480px, 100%); padding: 38px; border: 1px solid rgba(14,124,120,.2); border-radius: 18px; background: #fff; box-shadow: 0 24px 64px rgba(22,55,73,.14); }
.recovery-brand { display: block; width: 64px; height: 64px; margin: 0 auto 18px; }
.recovery-brand img { width: 100%; height: 100%; object-fit: contain; }
.recovery-eyebrow { color: #0e7c78; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
h1 { margin: 8px 0 12px; font-size: 30px; line-height: 1.2; text-align: center; }
.recovery-copy { margin: 0 0 22px; color: #536779; font-size: 15px; line-height: 1.6; text-align: center; }
.recovery-field { margin-bottom: 17px; }
.recovery-field label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 700; }
.recovery-field input { width: 100%; height: 44px; padding: 9px 12px; border: 1px solid #becbd3; border-radius: 7px; font: inherit; }
.recovery-field input:focus { border-color: #0e7c78; outline: 3px solid rgba(14,124,120,.13); }
.field-validation-error, .validation-summary-errors { display: block; margin-top: 6px; color: #a52b2b; font-size: 13px; line-height: 1.45; }
.validation-summary-errors ul { margin: 0 0 16px; padding-left: 20px; }
.recovery-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.recovery-button { display: inline-flex; min-height: 42px; flex: 1; align-items: center; justify-content: center; padding: 10px 17px; border: 1px solid #0e7c78; border-radius: 999px; background: #0e7c78; color: #fff; cursor: pointer; font: inherit; font-weight: 700; text-decoration: none; }
.recovery-button.secondary { border-color: #bdcbd3; background: #fff; color: #294454; }
.recovery-note { padding: 14px; border: 1px solid #cfe5e3; border-radius: 8px; background: #f2faf9; color: #355b5a; font-size: 14px; line-height: 1.55; }
@media (max-width: 520px) { .recovery-shell { padding: 30px 22px; } .recovery-button { width: 100%; flex-basis: 100%; } }
