.game-hub{padding-top:78px;min-height:100vh}.game-hub-hero{position:relative;padding:56px 0 48px;overflow:hidden}.game-hub-hero-bg{position:absolute;inset:0;background-size:cover;background-position:50%;filter:brightness(.35) saturate(.8)}.game-hub-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,9,9,.97) 25%,rgba(9,9,9,.75) 70%,rgba(9,9,9,.4))}.game-hub-hero-inner{position:relative;z-index:1}.game-hub-hero-inner h1{font-size:clamp(34px,5vw,56px);color:var(--gc,var(--text));margin:14px 0 10px}.game-hub-hero-inner p{color:var(--text2);max-width:560px}.game-status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-family:var(--font-mono);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;margin-top:12px}.game-status-badge.is-live{color:var(--green);background:rgba(88,224,90,.12);border:1px solid rgba(88,224,90,.35)}.game-status-badge.is-upcoming{color:var(--accent2);background:rgba(255,196,0,.12);border:1px solid rgba(255,196,0,.35)}.game-status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.game-hub-section:not(:first-of-type){border-top:1px solid var(--border)}.game-hub-empty{color:var(--text3);font-size:14px}.game-hub-empty a{color:var(--accent)}.game-hub-players{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.game-hub-player{display:flex;align-items:center;gap:12px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 16px;transition:border-color .2s,transform .2s}.game-hub-player:hover{border-color:var(--accent);transform:translateY(-2px)}.game-hub-player-avatar{position:relative;width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--bg3)}.game-hub-player-avatar img{object-fit:cover}.game-hub-player div:not(.game-hub-player-avatar){display:flex;flex-direction:column;gap:2px;min-width:0}.game-hub-player strong{color:var(--text);font-size:14px}.game-hub-player>div span{color:var(--text3);font-size:12px}.game-hub-player-gear{margin-left:auto;font-size:11px;color:var(--text3);text-align:right;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-hub-hardware{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.game-hub-coverage{display:grid;grid-template-columns:repeat(3,1fr);max-width:420px}@media (max-width:900px){.game-hub-hardware,.game-hub-players{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.game-hub-hardware,.game-hub-players{grid-template-columns:1fr}.game-hub-coverage{max-width:100%}}