:root{color-scheme:dark;--bg:#070914;--panel:#111827;--text:#f8fafc;--muted:#94a3b8}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,#172554 0,#070914 38%,#020617 100%);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text)}.wrap{width:min(1050px,92vw);margin:0 auto;padding:7vh 0}.hero{margin-bottom:34px}.orb{width:72px;height:72px;border-radius:24px;background:linear-gradient(135deg,#ec4899,#8b5cf6,#06b6d4);box-shadow:0 20px 80px #8b5cf688;margin-bottom:18px}.hero h1{font-size:clamp(42px,8vw,82px);line-height:.9;margin:0}.hero p{font-size:20px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.card{display:flex;min-height:155px;flex-direction:column;justify-content:flex-end;text-decoration:none;color:white;border:1px solid #ffffff1b;border-radius:28px;padding:24px;background:#111827;box-shadow:0 18px 60px #0008;transition:.18s transform,.18s border-color}.card:hover{transform:translateY(-4px);border-color:#ffffff66}.card span{font-size:24px;font-weight:800}.card small{color:#e2e8f0;margin-top:8px;line-height:1.4}.pink{background:linear-gradient(135deg,#be185d,#7e22ce)}.blue{background:linear-gradient(135deg,#1d4ed8,#0891b2)}.green{background:linear-gradient(135deg,#047857,#0f766e)}.orange{background:linear-gradient(135deg,#c2410c,#be123c)}.purple{background:linear-gradient(135deg,#6d28d9,#4338ca)}.dim{background:#111827cc}.dim small{color:#94a3b8}
.teal{background:linear-gradient(135deg,#0f766e,#0891b2)}.lime{background:linear-gradient(135deg,#65a30d,#15803d)}
