.club-page .page-intro h1 span { color:#e8c95d; }
.club-page .eyebrow { color:#e8c95d; }
.club-page .metric.reward-metric { background:linear-gradient(145deg,rgba(232,201,93,.09),rgba(254,44,85,.055) 58%,#141419); }
.club-page .reward-metric strong { color:#f3d96f; text-shadow:0 0 18px rgba(232,201,93,.18); }
.club-page .club-tabs { gap:18px; overflow-x:auto; }
.club-page .club-tabs button { flex:0 0 auto; }
.club-page .report-panel table { min-width:1320px; }
.club-page .report-panel td { height:72px; }
.club-page .reward-primary strong { color:#f3d96f!important; text-shadow:0 0 15px rgba(232,201,93,.16); }
.club-page .reward-primary.claimed { background:linear-gradient(90deg,rgba(232,201,93,.08),transparent); }
.club-page .reward-secondary strong { color:#b9b9c2; font-size:13px; font-weight:650; text-shadow:none; }
.club-page .tier-chip { display:inline-flex; min-width:44px; justify-content:center; padding:5px 8px; border-radius:3px; background:#29272a; color:#d6bd65; }
.club-page .tier-chip.diamond { background:rgba(37,244,238,.1); color:var(--cyan); }
.club-page .effective-chip { display:inline-flex; padding:5px 8px; border-radius:3px; color:#888894; background:#24242b; }
.club-page .effective-chip.yes { color:var(--cyan); background:var(--cyan-soft); }
.club-page .club-preview .reel-stage { background:radial-gradient(circle at 50% 34%,rgba(232,201,93,.16),transparent 34%),radial-gradient(circle at 76% 70%,rgba(37,244,238,.1),transparent 36%),#08090c; }
.club-page .club-preview .reel-stage > strong { color:#f4db75; text-shadow:2px 2px 0 rgba(254,44,85,.45); }
.club-orbit { position:relative; width:130px; height:130px; margin:12px auto 2px; display:grid; place-items:center; }
.club-orbit i { position:absolute; inset:0; border:1px solid rgba(232,201,93,.32); border-radius:50%; animation:club-orbit 8s linear infinite; }
.club-orbit i:nth-child(2) { inset:18px; border-color:rgba(37,244,238,.32); animation-direction:reverse; animation-duration:6s; }
.club-orbit i:nth-child(3) { inset:37px; border-color:rgba(254,44,85,.24); animation-duration:5s; }
.club-orbit i::after { content:""; position:absolute; top:-3px; left:50%; width:6px; height:6px; border-radius:50%; background:#e8c95d; box-shadow:0 0 10px rgba(232,201,93,.8); }
.club-orbit b { font-size:34px; color:#e8c95d; text-shadow:0 0 18px rgba(232,201,93,.24); }
.tier-stack { display:grid; grid-template-columns:1fr 1fr; gap:1px; margin-top:16px; border:1px solid rgba(232,201,93,.17); background:rgba(232,201,93,.17); }
.tier-stack div { display:grid; gap:3px; padding:9px; background:rgba(8,9,12,.82); }
.tier-stack span { color:#777783; font-size:8px; }
.tier-stack strong { color:#d8d8df; font-size:14px; }
.club-preview .collection-copy strong { color:#f3d96f; }
.club-drill .drill-table-wrap table { min-width:1420px; }
.club-drill .drill-money { min-width:140px; color:#bdbdc6; font-size:13px; font-weight:600; }
.club-drill .drill-money.negative { color:#ff718d; }
@keyframes club-orbit { to { transform:rotate(360deg); } }
@media (prefers-reduced-motion:reduce) { .club-orbit i { animation:none; } }
@media (max-width:720px) { .club-page .club-tabs { width:100%; padding-bottom:2px; }.club-page .report-head { gap:10px; }.club-page .report-tools { min-width:280px; } }
