@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap");*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f4f5f7;color:#171717}body{min-height:100dvh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0,#fff,#f4f5f7 45%)}.card{width:min(480px,100%);background:#fff;border:1px solid #e7e9ed;border-radius:30px;padding:28px;box-shadow:0 18px 55px rgba(15,23,42,.09);text-align:center}.icon{width:78px;height:78px;border-radius:24px;background:#f4f5f7;display:grid;place-items:center;margin:0 auto 18px;font-size:34px}.badge{display:inline-block;padding:6px 10px;border-radius:99px;background:#171717;color:#fff;font-size:8px;font-weight:900;letter-spacing:1.2px}h1{font-size:30px;letter-spacing:-1.2px;margin:12px 0 8px}p{color:#737373;font-size:12px;line-height:1.65;margin:0 auto 20px;max-width:380px}a{display:inline-block;text-decoration:none;background:#171717;color:#fff;border-radius:15px;padding:13px 17px;font-size:10px;font-weight:850}.host{display:block;margin-top:18px;color:#a1a1aa;font-size:8px;font-weight:700}