:root { color-scheme: light; font-family: system-ui, sans-serif; color: #172033; background: #f3f6fa; }
* { box-sizing: border-box; }
body { margin: 0; padding: 48px 20px; min-height: 100vh; display: grid; place-items: center; }
.recovery-card { width: min(100%, 480px); padding: 32px; border: 1px solid #d9e1ec; border-radius: 16px; background: white; box-shadow: 0 16px 48px #1720330d; }
.brand { font-weight: 750; color: #2252a1; letter-spacing: .03em; }
h1 { font-size: clamp(1.65rem, 5vw, 2rem); line-height: 1.2; margin: 24px 0 16px; }
p { line-height: 1.6; }
label { display: block; margin: 20px 0 8px; font-weight: 600; }
input:not([type=hidden]), button { width: 100%; font: inherit; padding: 12px; border: 1px solid #78879c; border-radius: 8px; min-height: 48px; }
button { background: #2252a1; color: white; font-weight: 650; margin-top: 24px; cursor: pointer; border-color: #2252a1; }
button:hover { background: #193e7c; }
a { color: #174a9b; text-underline-offset: 3px; }
:focus-visible { outline: 3px solid #1768db; outline-offset: 3px; }
.sign-in-link { margin-top: 28px; }
.recovery-skip-link { position: absolute; top: 8px; left: 8px; padding: 12px; background: white; transform: translateY(-200%); }
.recovery-skip-link:focus { transform: translateY(0); }
.validation-summary-errors { color: #a11326; }
.validation-summary-valid { display: none; }
@media (max-width: 480px) { body { padding: 24px 12px; } .recovery-card { padding: 24px; } }
