*{box-sizing:border-box}
html,body{min-height:100%}
body{margin:0;padding:28px;display:grid;place-items:center;background:#0b1020;color:#eef2ff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.starter-card{width:min(720px,100%);padding:34px;border-radius:24px;background:linear-gradient(180deg,#131a2b,#0d1322);border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px rgba(0,0,0,.25)}
.starter-badge{display:inline-block;padding:7px 11px;border-radius:999px;background:rgba(112,101,247,.18);color:#cfc8ff;font-size:12px}
h1{margin:14px 0 10px;font-size:38px;line-height:1.1;font-weight:650}
p{margin:0;color:#b8c2da;line-height:1.7}
.starter-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.starter-actions a{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:12px;background:#7065f7;color:#fff;text-decoration:none}