.hub{--hub-bg:#08090c;--hub-surface:#111319;--hub-line:#ffffff1a;--hub-fg:#f0f1f4;--hub-muted:#8b94a1;--hub-ra:#ff3b30;background:var(--hub-bg);min-height:100vh;color:var(--hub-fg);font-family:var(--font-inter), system-ui, sans-serif;position:relative;overflow-x:clip}.hub:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(60vw 40vh at 80% -10%,#ff3b301a,#0000 60%);position:fixed;inset:0}.hub__wrap{z-index:1;max-width:1200px;margin-inline:auto;padding:clamp(2rem,5vw,4.5rem) clamp(1.1rem,4vw,3rem) 4rem;position:relative}.hub__top{justify-content:space-between;align-items:center;margin-bottom:clamp(2.5rem,6vw,5rem);display:flex}.hub__brand{letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.hub__brand b{color:var(--hub-ra)}.hub__back{color:var(--hub-muted);font-size:.9rem;text-decoration:none}.hub__back:hover{color:var(--hub-fg)}.hub__kicker{letter-spacing:.22em;text-transform:uppercase;color:var(--hub-ra);font-size:.74rem;font-weight:600}.hub__h1{letter-spacing:-.035em;text-wrap:balance;max-width:16ch;margin:.8rem 0 1rem;font-size:clamp(2.3rem,7vw,5.2rem);font-weight:800;line-height:.98}.hub__lead{color:var(--hub-muted);max-width:56ch;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.55}.hub__grid{grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:clamp(2.5rem,5vw,4rem);display:grid}.hub__card{background:var(--hub-surface);border:1px solid var(--hub-line);min-height:230px;color:var(--hub-fg);isolation:isolate;border-radius:18px;flex-direction:column;justify-content:space-between;padding:1.4rem;text-decoration:none;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s;display:flex;position:relative;overflow:hidden}.hub__card:before{content:"";z-index:-1;opacity:.18;background:radial-gradient(120% 90% at 100% 0%, var(--accent), transparent 60%);transition:opacity .35s;position:absolute;inset:0}.hub__card--live:hover{border-color:color-mix(in srgb, var(--accent) 60%, transparent);transform:translateY(-6px)}.hub__card--live:hover:before{opacity:.42}.hub__card--soon{opacity:.72;cursor:default}.hub__num{font-family:var(--font-inter), monospace;font-variant-numeric:tabular-nums;letter-spacing:.1em;color:var(--hub-muted);font-size:.8rem}.hub__card-title{letter-spacing:-.02em;margin-top:auto;font-size:1.45rem;font-weight:800;line-height:1.05}.hub__card-tag{color:var(--hub-muted);margin-top:.4rem;font-size:.88rem;line-height:1.4}.hub__status{letter-spacing:.04em;border:1px solid var(--hub-line);border-radius:999px;align-items:center;gap:.4rem;padding:.3em .7em;font-size:.72rem;font-weight:700;display:inline-flex;position:absolute;top:1.2rem;right:1.2rem}.hub__status--live{color:#0a0b0d;background:var(--accent);border-color:#0000}.hub__status--soon{color:var(--hub-muted)}.hub__dot{background:currentColor;border-radius:50%;width:6px;height:6px}.hub__go{color:var(--accent);align-items:center;gap:.4rem;margin-top:1rem;font-size:.9rem;font-weight:700;display:inline-flex}.hub__foot{border-top:1px solid var(--hub-line);color:var(--hub-muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:clamp(3rem,6vw,5rem);padding-top:1.6rem;font-size:.82rem;display:flex}.hub__foot a{color:var(--hub-muted);text-decoration:none}.hub__foot a:hover{color:var(--hub-fg)}@media (max-width:920px){.hub__grid{grid-template-columns:1fr 1fr}.hub__top{margin-bottom:2rem}}@media (max-width:560px){.hub__grid{grid-template-columns:1fr}}
