*{box-sizing:border-box}html{color-scheme:light}body{margin:0;min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,#f5f8ff,#eef3ff);font-family:Inter,Segoe UI,Arial,sans-serif;color:#111827}.card{width:min(720px,100%);padding:48px;border:1px solid #dce5f5;border-radius:28px;background:#fff;box-shadow:0 24px 70px rgba(32,68,122,.14);text-align:center}.mark{width:76px;height:76px;margin:0 auto 22px;display:grid;place-items:center;border-radius:22px;background:#2054a6;color:#fff;font-size:36px;font-weight:800}.eyebrow{margin:0 0 12px;color:#2054a6;font-weight:700}.card h1{margin:0;font-size:clamp(32px,6vw,54px);line-height:1.08}.lead{margin:24px auto 0;max-width:590px;font-size:20px;line-height:1.55;color:#475569}.status{margin:30px auto 0;padding:16px 18px;border-radius:16px;background:#edf7ef;color:#185b2b;font-weight:700}@media(max-width:560px){.card{padding:32px 22px;border-radius:22px}.lead{font-size:18px}}