*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f3f6fb;color:#172033}body{min-height:100vh;display:grid;place-items:center;padding:24px}main{width:100%;max-width:420px}.card{background:#fff;border-radius:24px;padding:34px 26px;text-align:center;box-shadow:0 12px 40px rgba(0,0,0,.08)}.icon{width:64px;height:64px;margin:0 auto 18px;border-radius:18px;display:grid;place-items:center;background:#2563eb;color:#fff;font-size:32px;font-weight:700}h1{font-size:25px;margin:0 0 10px}p{margin:0 0 20px;color:#667085;line-height:1.5}a{display:inline-block;padding:12px 18px;border-radius:12px;background:#2563eb;color:#fff;text-decoration:none;font-weight:600}