.startup-recovery{box-sizing:border-box;max-width:28rem;margin:18vh auto;padding:2rem;font:16px/1.5 system-ui,sans-serif;color:#222;background:#fff;border:1px solid #d9dce2;border-radius:16px}
.startup-recovery h1{margin:0 0 .75rem;font-size:1.4rem;line-height:1.3;font-weight:600}
.startup-recovery p{margin:0 0 1.5rem;color:#555}
.startup-recovery button{padding:.75rem 1rem;border:0;border-radius:8px;background:#245be8;color:#fff;font:600 16px system-ui,sans-serif;cursor:pointer}
.startup-recovery button:focus-visible{outline:3px solid #245be8;outline-offset:4px}
[data-theme=dark] .startup-recovery{color:#f3f4f6;background:#18191d;border-color:#42454d}
[data-theme=dark] .startup-recovery p{color:#c7cad2}
@media(max-width:480px){.startup-recovery{margin:14vh 1rem;padding:1.5rem}}
