.main-desktop{box-sizing:border-box;grid-template-columns:1fr;gap:30px;width:100%;max-width:1400px;margin:0 auto;padding:32px;display:grid;overflow-x:hidden}@media (max-width:1200px){.main-desktop{gap:44px;padding:28px 24px}}@media (max-width:1024px){.main-desktop{gap:40px;padding:24px 20px}}@media (max-width:900px){.main-desktop{gap:36px;padding:20px 16px}}.quick-nav-section{width:100%}.quick-nav-grid{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}@media (max-width:900px){.quick-nav-grid{grid-template-columns:repeat(3,1fr);gap:10px}}.quick-nav-section-tournament{grid-template-columns:repeat(2,1fr);gap:12px;width:100%;display:grid}@media (max-width:900px){.quick-nav-section-tournament{grid-template-columns:1fr;gap:10px}}.game-section{flex-direction:column;gap:20px;display:flex;overflow:hidden}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.section-title{align-items:center;gap:14px;display:flex;position:relative}.section-title:before{content:"";background:var(--ThingBet--neon-green--10);border-radius:0 4px 4px 0;width:4px;height:26px;position:absolute;top:50%;left:-32px;transform:translateY(-50%);box-shadow:0 0 10px #03f68280}@media (max-width:1024px){.section-title:before{height:24px;left:-24px}}@media (max-width:900px){.section-title:before{height:22px;left:-20px}}.section-title .section-icon{filter:drop-shadow(0 0 10px #03f68280);flex-shrink:0;width:26px;height:26px;transition:filter .2s}.section-title h2{letter-spacing:-.025em;color:#fff;white-space:nowrap;margin:0;font-size:24px;font-weight:700}@media (max-width:1024px){.section-title h2{font-size:22px}}@media (max-width:900px){.section-title h2{font-size:20px}}.section-title:hover .section-icon{filter:drop-shadow(0 0 14px #03f68280)}.section-filters{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.section-filter-btn{letter-spacing:-.02em;color:#9ca3af;cursor:pointer;white-space:nowrap;background:#ffffff0a;border:1px solid #0000;border-radius:999px;flex-shrink:0;align-items:center;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.section-filter-btn:hover{color:var(--ThingBet--neon-green--10);background:#03f68214;border-color:#03f68233}.section-filter-btn:active{transform:scale(.97)}.section-filter-btn.active{color:var(--ThingBet--neon-green--10);background:linear-gradient(135deg,#03f68233 0%,#03f68214 100%);border-color:#03f6824d;font-weight:600;box-shadow:0 0 14px #03f68226}.section-filter-btn.view-all{gap:6px;padding-right:10px}.section-filter-btn.view-all:hover{color:var(--ThingBet--neon-green--10);background:0 0}.section-filter-btn.view-all:hover .arrow-icon{filter:brightness(0)saturate()invert(85%)sepia(52%)saturate(5011%)hue-rotate(97deg)brightness(101%)contrast(97%);transform:translate(3px)}.section-filter-btn .arrow-icon{opacity:.7;width:14px;height:14px;transition:transform .2s,filter .2s}.section-provider-list{grid-template-columns:repeat(8,1fr);grid-auto-rows:1fr;gap:10px;display:grid}.section-provider-list>*{min-width:0}@media (max-width:1200px){.section-provider-list{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.section-provider-list{grid-template-columns:repeat(4,1fr);gap:8px}}.section-game-list{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}@media (max-width:1200px){.section-game-list{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.section-game-list{grid-template-columns:repeat(2,1fr);gap:8px}}.section-game-list-8col{grid-template-columns:repeat(8,1fr);gap:10px;display:grid}@media (max-width:1200px){.section-game-list-8col{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.section-game-list-8col{grid-template-columns:repeat(4,1fr);gap:8px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes inplayPulse{0%,to{opacity:1}50%{opacity:.4}}.game-section{animation:.4s ease-out both fadeInUp}.game-section:first-child{animation-delay:0s}.game-section:nth-child(2){animation-delay:50ms}.game-section:nth-child(3){animation-delay:.1s}.game-section:nth-child(4){animation-delay:.15s}.game-section:nth-child(5){animation-delay:.2s}.game-section:nth-child(6){animation-delay:.25s}.game-section:nth-child(7){animation-delay:.3s}.quick-nav-section,.quick-nav-section-tournament{animation:.4s ease-out both fadeInUp}.quick-nav-section-tournament{animation-delay:50ms}.empty-state{text-align:center;color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 20px;display:flex}.empty-state .empty-icon{opacity:.5;width:48px;height:48px}.empty-state .empty-text{font-size:14px;font-weight:500}
