.MatchCard-module__yzGTrq__row{align-items:stretch;transition:background-color .15s;display:flex;position:relative}.MatchCard-module__yzGTrq__row:hover{background:var(--c-hover)}.MatchCard-module__yzGTrq__row:before{content:"";background:var(--c-accent);transform-origin:50%;border-radius:0 2px 2px 0;width:3px;transition:transform .18s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.MatchCard-module__yzGTrq__row:hover:before{transform:scaleY(.8)}.MatchCard-module__yzGTrq__row--live:before{background:var(--c-live);box-shadow:0 0 10px var(--c-live-glow);transform:scaleY(1)}.MatchCard-module__yzGTrq__row--live{background:linear-gradient(90deg, var(--c-live-dim) 0%, transparent 35%)}.MatchCard-module__yzGTrq__row--live:hover{background:linear-gradient(90deg, var(--c-live-dim) 0%, var(--c-hover) 35%)}.MatchCard-module__yzGTrq__row--goalFlash{animation:1.4s ease-out MatchCard-module__yzGTrq__goal-flash}.MatchCard-module__yzGTrq__fav{width:32px;color:var(--c-text-muted);flex-shrink:0;justify-content:center;align-items:center;font-size:16px;transition:transform .15s,color .15s;display:flex}.MatchCard-module__yzGTrq__fav:hover{color:var(--c-text-dim);transform:scale(1.18)}.MatchCard-module__yzGTrq__fav--active{color:var(--c-goal);text-shadow:0 0 8px var(--c-goal-bg)}.MatchCard-module__yzGTrq__body{cursor:pointer;flex:1;align-items:center;gap:12px;min-width:0;padding:10px 12px 10px 0;display:flex}.MatchCard-module__yzGTrq__status{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;gap:3px;width:46px;display:flex}.MatchCard-module__yzGTrq__statusPulse{width:7px;height:7px;display:inline-flex;position:relative}.MatchCard-module__yzGTrq__statusPulse:before,.MatchCard-module__yzGTrq__statusPulse:after{content:"";border-radius:999px;position:absolute;inset:0}.MatchCard-module__yzGTrq__statusPulse:before{background:var(--c-live);animation:1.6s cubic-bezier(0,0,.2,1) infinite MatchCard-module__yzGTrq__live-ping}.MatchCard-module__yzGTrq__statusPulse:after{background:var(--c-live);box-shadow:0 0 6px var(--c-live-glow)}.MatchCard-module__yzGTrq__statusText{letter-spacing:.3px;font-feature-settings:"tnum";font-size:11px;font-weight:700;line-height:1}.MatchCard-module__yzGTrq__statusText--live{color:var(--c-live)}.MatchCard-module__yzGTrq__statusText--ht{color:var(--c-goal)}.MatchCard-module__yzGTrq__statusText--ft{color:var(--c-text-muted);font-weight:600}.MatchCard-module__yzGTrq__statusText--time{color:var(--c-text-dim);font-weight:600}.MatchCard-module__yzGTrq__statusText--other{color:var(--c-text-muted);font-weight:600}.MatchCard-module__yzGTrq__teams{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.MatchCard-module__yzGTrq__team{align-items:center;gap:8px;min-width:0;display:flex}.MatchCard-module__yzGTrq__teamLink{align-items:center;gap:8px;min-width:0;max-width:100%;display:inline-flex;overflow:hidden}.MatchCard-module__yzGTrq__teamLink:hover .MatchCard-module__yzGTrq__teamName{text-decoration:underline}.MatchCard-module__yzGTrq__logo{object-fit:contain;flex-shrink:0;width:20px;height:20px}.MatchCard-module__yzGTrq__logoFallback{background:var(--c-surface3);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.MatchCard-module__yzGTrq__logoFallback span{color:var(--c-text-muted);font-size:8px;font-weight:700}.MatchCard-module__yzGTrq__teamName{color:var(--c-text);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.MatchCard-module__yzGTrq__teamName--winner{color:var(--c-text);font-weight:700}.MatchCard-module__yzGTrq__teamName--loser{color:var(--c-text-dim);font-weight:500}.MatchCard-module__yzGTrq__score{font-variant-numeric:tabular-nums;font-feature-settings:"tnum";color:var(--c-text-dim);text-align:right;flex-shrink:0;width:18px;margin-left:auto;font-size:13px;font-weight:700}.MatchCard-module__yzGTrq__score--winner,.MatchCard-module__yzGTrq__score--live{color:var(--c-text)}.MatchCard-module__yzGTrq__score--goal{color:var(--c-goal);text-shadow:0 0 8px var(--c-goal-bg)}.MatchCard-module__yzGTrq__actions{flex-direction:column;flex-shrink:0;align-items:stretch;gap:4px;min-width:38px;display:flex}.MatchCard-module__yzGTrq__liveBadge{background:var(--c-live);color:#fff;letter-spacing:.5px;text-align:center;box-shadow:0 2px 8px var(--c-live-glow);border-radius:4px;justify-content:center;align-items:center;gap:2px;padding:4px 6px;font-size:9px;font-weight:800;line-height:1;transition:opacity .15s,transform .15s;display:inline-flex}.MatchCard-module__yzGTrq__liveBadge:hover{opacity:.85;transform:translateY(-1px)}.MatchCard-module__yzGTrq__watchBtn{background:linear-gradient(135deg, var(--c-live), var(--c-live2));color:#fff;box-shadow:0 2px 6px var(--c-live-glow);border-radius:4px;justify-content:center;align-items:center;padding:2px 0;transition:opacity .15s,transform .15s;display:flex}.MatchCard-module__yzGTrq__watchBtn:hover{opacity:.88;transform:translateY(-1px)}.MatchCard-module__yzGTrq__watchBtn svg{width:12px;height:12px}
.LeagueSection-module__msNkNq__card{background:var(--c-surface);box-shadow:0 0 0 1px var(--c-border), 0 4px 20px #00000052;border-radius:12px;transition:box-shadow .25s;position:relative;overflow:hidden}.LeagueSection-module__msNkNq__card:hover{box-shadow:0 0 0 1px var(--c-border-strong), 0 8px 32px #00000073, 0 0 24px #60a5fa0f}[data-theme=light] .LeagueSection-module__msNkNq__card{box-shadow:0 0 0 1px var(--c-border), 0 2px 12px #2563eb0f}[data-theme=light] .LeagueSection-module__msNkNq__card:hover{box-shadow:0 0 0 1px var(--c-border-strong), 0 8px 24px #2563eb1f}.LeagueSection-module__msNkNq__header{border-bottom:1px solid var(--c-border);background:linear-gradient(90deg, var(--c-surface2) 0%, var(--c-surface) 100%);align-items:center;gap:8px;padding:8px 12px;display:flex}.LeagueSection-module__msNkNq__chevronBtn{color:var(--c-text-muted);flex-shrink:0;padding:2px;transition:opacity .15s}.LeagueSection-module__msNkNq__chevronBtn:hover{opacity:.7}.LeagueSection-module__msNkNq__chevronBtn svg{width:12px;height:12px;transition:transform .2s}.LeagueSection-module__msNkNq__chevron--collapsed{transform:rotate(-90deg)}.LeagueSection-module__msNkNq__titleLink{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.LeagueSection-module__msNkNq__leagueLogo{object-fit:contain;flex-shrink:0;width:16px;height:16px}.LeagueSection-module__msNkNq__leagueLogoFallback{opacity:.45;flex-shrink:0;font-size:10px}.LeagueSection-module__msNkNq__metaBlock{align-items:center;gap:6px;min-width:0;display:flex}.LeagueSection-module__msNkNq__flagImg{object-fit:cover;border-radius:2px;flex-shrink:0;width:16px;height:10px}.LeagueSection-module__msNkNq__countryAbbr{color:var(--c-text-muted);text-transform:uppercase;flex-shrink:0;font-size:9px;font-weight:700}.LeagueSection-module__msNkNq__title{color:var(--c-text);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.005em;font-size:11px;font-weight:700;transition:color .15s;overflow:hidden}.LeagueSection-module__msNkNq__titleLink:hover .LeagueSection-module__msNkNq__title{color:var(--c-accent)}.LeagueSection-module__msNkNq__right{flex-shrink:0;align-items:center;gap:8px;display:flex}.LeagueSection-module__msNkNq__liveCount{color:var(--c-live);background:var(--c-live-dim);box-shadow:0 0 8px var(--c-live-glow);letter-spacing:.05em;border-radius:999px;align-items:center;gap:5px;padding:2px 8px;font-size:9px;font-weight:800;display:inline-flex}.LeagueSection-module__msNkNq__liveDot{flex-shrink:0;width:6px;height:6px;display:inline-flex;position:relative}.LeagueSection-module__msNkNq__liveDot:before,.LeagueSection-module__msNkNq__liveDot:after{content:"";background:var(--c-live);border-radius:999px;position:absolute;inset:0}.LeagueSection-module__msNkNq__liveDot:before{animation:1.6s cubic-bezier(0,0,.2,1) infinite LeagueSection-module__msNkNq__live-ping}.LeagueSection-module__msNkNq__totalCount{color:var(--c-text-muted);font-feature-settings:"tnum";font-size:9px;font-weight:600}.LeagueSection-module__msNkNq__standingsBtn{border:1px solid var(--c-border);background:var(--c-surface3);color:var(--c-text-dim);border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:10px;font-weight:700;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.LeagueSection-module__msNkNq__standingsBtn:hover{color:var(--c-text);border-color:var(--c-border-strong)}.LeagueSection-module__msNkNq__standingsBtn--active{background:var(--c-accent-dim);color:var(--c-accent);border-color:var(--c-accent)}.LeagueSection-module__msNkNq__standingsBtn svg{width:12px;height:12px}.LeagueSection-module__msNkNq__spinIcon{animation:1s linear infinite LeagueSection-module__msNkNq__spin-frame}@media (max-width:639px){.LeagueSection-module__msNkNq__standingsLabel{display:none}}.LeagueSection-module__msNkNq__pinBtn{opacity:.25;flex-shrink:0;font-size:14px;line-height:1;transition:opacity .15s,transform .15s}.LeagueSection-module__msNkNq__pinBtn:hover{opacity:.8;transform:scale(1.1)}.LeagueSection-module__msNkNq__pinBtn--active{opacity:1}.LeagueSection-module__msNkNq__standings{background:var(--c-surface2);border-bottom:1px solid var(--c-border)}.LeagueSection-module__msNkNq__standingsError{text-align:center;color:var(--c-text-muted);padding:12px 0;font-size:11px}.LeagueSection-module__msNkNq__groupLabel{background:var(--c-surface3);padding:6px 12px}.LeagueSection-module__msNkNq__groupLabel span{color:var(--c-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:700}.LeagueSection-module__msNkNq__tableHeader,.LeagueSection-module__msNkNq__tableRow{grid-template-columns:24px 1fr 28px 28px 28px 28px 36px 36px;align-items:center;padding:4px 12px;display:grid}.LeagueSection-module__msNkNq__tableHeader{color:var(--c-text-muted);text-transform:uppercase;letter-spacing:.05em;background:#0000001a;font-size:9px;font-weight:800}[data-theme=light] .LeagueSection-module__msNkNq__tableHeader{background:#2563eb0a}.LeagueSection-module__msNkNq__tableHeader>span:first-child,.LeagueSection-module__msNkNq__tableHeader>span:nth-child(n+3){text-align:center}.LeagueSection-module__msNkNq__tableRow{font-feature-settings:"tnum";padding:6px 12px;transition:background-color .15s}.LeagueSection-module__msNkNq__tableRow:hover{background:var(--c-hover)}.LeagueSection-module__msNkNq__tableRow--featured{background:#10b9810f}.LeagueSection-module__msNkNq__tableRow--featured:hover{background:#10b9811a}.LeagueSection-module__msNkNq__rankCell{justify-content:center;align-items:center;display:flex;position:relative}.LeagueSection-module__msNkNq__rankBar{border-radius:99px;width:3px;position:absolute;top:4px;bottom:4px;left:-8px}.LeagueSection-module__msNkNq__rankBar--ucl{background:var(--c-win)}.LeagueSection-module__msNkNq__rankBar--uel{background:#f97316}.LeagueSection-module__msNkNq__rankBar--uecl{background:#14b8a6}.LeagueSection-module__msNkNq__rankBar--rel{background:var(--c-live)}.LeagueSection-module__msNkNq__rankBar--other{background:var(--c-accent)}.LeagueSection-module__msNkNq__rankNum{color:var(--c-text-muted);font-size:11px;font-weight:800}.LeagueSection-module__msNkNq__rankNum--featured{color:var(--c-win)}.LeagueSection-module__msNkNq__teamCell{align-items:center;gap:6px;min-width:0;display:flex}.LeagueSection-module__msNkNq__teamLogo{object-fit:contain;flex-shrink:0;width:16px;height:16px}.LeagueSection-module__msNkNq__teamLogoFallback{background:#ffffff14;border-radius:999px;flex-shrink:0;width:16px;height:16px}[data-theme=light] .LeagueSection-module__msNkNq__teamLogoFallback{background:#2563eb1a}.LeagueSection-module__msNkNq__teamName{color:var(--c-text-dim);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:11px;overflow:hidden}.LeagueSection-module__msNkNq__teamName--featured{color:var(--c-text);font-weight:800}.LeagueSection-module__msNkNq__featureDot{background:var(--c-win);width:4px;height:4px;box-shadow:0 0 6px var(--c-win-bg);border-radius:999px;flex-shrink:0}.LeagueSection-module__msNkNq__statCell{text-align:center;color:var(--c-text-dim);font-size:11px}.LeagueSection-module__msNkNq__gdCell--pos{color:var(--c-win);font-weight:600}.LeagueSection-module__msNkNq__gdCell--neg{color:var(--c-loss);font-weight:600}.LeagueSection-module__msNkNq__gdCell--zero{color:var(--c-text-muted)}.LeagueSection-module__msNkNq__pointsCell{text-align:center;color:var(--c-text);font-size:11px;font-weight:800}.LeagueSection-module__msNkNq__pointsCell--featured{color:var(--c-win)}.LeagueSection-module__msNkNq__rowDivider{background:linear-gradient(90deg, transparent 0%, var(--c-border2) 8%, var(--c-border2) 92%, transparent 100%);height:1px}.LeagueSection-module__msNkNq__legend{border-top:1px solid var(--c-border2);flex-wrap:wrap;align-items:center;gap:12px;padding:8px 12px;display:flex}.LeagueSection-module__msNkNq__legendItem{align-items:center;gap:4px;display:flex}.LeagueSection-module__msNkNq__legendBar{border-radius:99px;width:4px;height:12px}.LeagueSection-module__msNkNq__legendLabel{color:var(--c-text-muted);font-size:9px;font-weight:600}.LeagueSection-module__msNkNq__matches{flex-direction:column;display:flex}.LeagueSection-module__msNkNq__matchDivider{background:linear-gradient(90deg, transparent 0%, var(--c-border2) 8%, var(--c-border2) 92%, transparent 100%);height:1px;margin:0 8px}
.SearchOverlay-module__XXIV2a__backdrop{z-index:110;-webkit-backdrop-filter:blur(4px);background:#0009;position:fixed;inset:0}.SearchOverlay-module__XXIV2a__modal{z-index:120;width:100%;max-width:32rem;padding:0 12px;position:fixed;top:80px;left:50%;transform:translate(-50%)}.SearchOverlay-module__XXIV2a__card{background:var(--c-surface);border:1px solid var(--c-border);box-shadow:0 24px 64px #0000008c, 0 0 0 1px var(--c-border);border-radius:16px;overflow:hidden}.SearchOverlay-module__XXIV2a__inputRow{border-bottom:1px solid var(--c-border);align-items:center;gap:12px;padding:12px 16px;display:flex}.SearchOverlay-module__XXIV2a__iconLeft{width:16px;height:16px;color:var(--c-text-muted);flex-shrink:0}.SearchOverlay-module__XXIV2a__iconLeft--loading{color:var(--c-accent);animation:1s linear infinite SearchOverlay-module__XXIV2a__spin-frame}.SearchOverlay-module__XXIV2a__input{color:var(--c-text);background:0 0;border:0;outline:none;flex:1;font-size:14px}.SearchOverlay-module__XXIV2a__input::placeholder{color:var(--c-text-muted)}.SearchOverlay-module__XXIV2a__clearBtn{color:var(--c-text-muted);flex-shrink:0;font-size:18px;line-height:1;transition:color .15s}.SearchOverlay-module__XXIV2a__clearBtn:hover{color:var(--c-text)}.SearchOverlay-module__XXIV2a__results{max-height:60vh;overflow-y:auto}.SearchOverlay-module__XXIV2a__empty{text-align:center;color:var(--c-text-muted);padding:32px 0;font-size:13px}.SearchOverlay-module__XXIV2a__sectionLabel{padding:12px 16px 4px}.SearchOverlay-module__XXIV2a__sectionLabel span{text-transform:uppercase;letter-spacing:.18em;color:var(--c-text-muted);font-size:10px;font-weight:800}.SearchOverlay-module__XXIV2a__row{text-align:left;align-items:center;gap:12px;width:100%;padding:10px 16px;transition:background-color .15s;display:flex}.SearchOverlay-module__XXIV2a__row:hover{background:var(--c-hover)}.SearchOverlay-module__XXIV2a__logo{object-fit:contain;flex-shrink:0;width:20px;height:20px}.SearchOverlay-module__XXIV2a__logoLg{object-fit:contain;flex-shrink:0;width:24px;height:24px}.SearchOverlay-module__XXIV2a__logoFallback{background:var(--c-surface3);border-radius:999px;flex-shrink:0}.SearchOverlay-module__XXIV2a__logoFallback--sm{width:20px;height:20px}.SearchOverlay-module__XXIV2a__logoFallback--md{width:24px;height:24px}.SearchOverlay-module__XXIV2a__rowMain{flex-direction:column;flex:1;min-width:0;display:flex}.SearchOverlay-module__XXIV2a__rowTitle{color:var(--c-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.SearchOverlay-module__XXIV2a__rowSub{color:var(--c-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.SearchOverlay-module__XXIV2a__flag{object-fit:cover;opacity:.7;border-radius:2px;flex-shrink:0;width:20px;height:12px}.SearchOverlay-module__XXIV2a__chev{width:14px;height:14px;color:var(--c-text-muted);flex-shrink:0}.SearchOverlay-module__XXIV2a__spacer{height:8px}.SearchOverlay-module__XXIV2a__idle{text-align:center;padding:24px 16px}.SearchOverlay-module__XXIV2a__idle p{color:var(--c-text-muted);font-size:12px}
.AdsManager-module__zgFxkq__bannerTop{background:var(--c-surface2);border-bottom:1px solid var(--c-border);flex-shrink:0;width:100%;position:relative}.AdsManager-module__zgFxkq__bannerTopLink{width:100%;display:block}.AdsManager-module__zgFxkq__bannerTopImg{object-fit:cover;width:100%;max-height:90px}.AdsManager-module__zgFxkq__closeBtn{color:#fff;opacity:.6;background:#0009;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:800;line-height:1;transition:opacity .15s;display:flex;position:absolute;top:4px;right:4px}.AdsManager-module__zgFxkq__closeBtn:hover{opacity:1}.AdsManager-module__zgFxkq__closeBtn--lg{opacity:.7;width:24px;height:24px;font-size:12px}.AdsManager-module__zgFxkq__bannerBottom{z-index:150;border-top:1px solid var(--c-border);-webkit-backdrop-filter:blur(8px);background:#080c14f2;justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}.AdsManager-module__zgFxkq__bannerBottomInner{width:100%;max-width:728px;position:relative}.AdsManager-module__zgFxkq__bannerBottomImg{object-fit:cover;width:100%;max-height:90px}.AdsManager-module__zgFxkq__bannerBottomLabel{text-transform:uppercase;letter-spacing:.15em;opacity:.3;color:var(--c-text);font-size:8px;font-weight:800;position:absolute;top:4px;left:8px}.AdsManager-module__zgFxkq__sidebar{margin-top:8px;padding:0 8px 12px}.AdsManager-module__zgFxkq__sidebarLabel{text-transform:uppercase;letter-spacing:.15em;opacity:.3;color:#60a5fa80;margin-bottom:4px;padding:0 4px;font-size:8px;font-weight:800}.AdsManager-module__zgFxkq__sidebarBox{border:1px solid var(--c-border);border-radius:12px;position:relative;overflow:hidden}.AdsManager-module__zgFxkq__sidebarBox a{display:block}.AdsManager-module__zgFxkq__sidebarBox img{object-fit:cover;width:100%;max-height:200px}.AdsManager-module__zgFxkq__popup{z-index:500;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.AdsManager-module__zgFxkq__popupBackdrop{-webkit-backdrop-filter:blur(6px);background:#000000b3;position:absolute;inset:0}.AdsManager-module__zgFxkq__popupCard{z-index:10;width:100%;max-width:384px;margin:0 auto;position:relative}.AdsManager-module__zgFxkq__popupHeader{justify-content:space-between;align-items:center;margin-bottom:8px;padding:0 4px;display:flex}.AdsManager-module__zgFxkq__popupLabel{text-transform:uppercase;letter-spacing:.15em;opacity:.4;color:#fff;font-size:10px;font-weight:800}.AdsManager-module__zgFxkq__popupClose{color:#fff;background:#ffffff26;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:800;transition:transform .15s;display:flex}.AdsManager-module__zgFxkq__popupClose:hover{transform:scale(1.1)}.AdsManager-module__zgFxkq__popupImg{object-fit:cover;border-radius:16px;width:100%;max-height:400px;box-shadow:0 24px 64px #000c}.AdsManager-module__zgFxkq__popupHint{text-align:center;opacity:.3;color:#fff;margin-top:8px;font-size:10px}
.Sidebar-module__WZVnLW__aside{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:linear-gradient(180deg, var(--c-sidebar) 0%, var(--c-sidebar2) 100%);border-right:1px solid #60a5fa1a;flex-direction:column;flex-shrink:0;width:220px;height:100%;display:none;overflow:hidden}@media (min-width:1024px){.Sidebar-module__WZVnLW__aside{display:flex}}.Sidebar-module__WZVnLW__drawer{z-index:200;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:linear-gradient(180deg, var(--c-sidebar) 0%, var(--c-sidebar2) 100%);border-right:1px solid #60a5fa24;flex-direction:column;width:280px;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:0 12px 60px #0000008c}@media (min-width:1024px){.Sidebar-module__WZVnLW__drawerWrap{display:none}}.Sidebar-module__WZVnLW__drawerWrap{z-index:200;position:fixed;inset:0}.Sidebar-module__WZVnLW__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;position:absolute;inset:0}.Sidebar-module__WZVnLW__header{background:linear-gradient(#60a5fa0f 0%,#0000 100%);border-bottom:1px solid #60a5fa14;flex-shrink:0;padding:14px 16px}.Sidebar-module__WZVnLW__headerRow{justify-content:space-between;align-items:center;display:flex}.Sidebar-module__WZVnLW__brand{align-items:center;gap:10px;display:flex}.Sidebar-module__WZVnLW__brandLogoImg{object-fit:contain;width:auto;max-width:140px;height:36px}.Sidebar-module__WZVnLW__brandLogoFallback{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex;overflow:hidden;box-shadow:0 4px 16px #3b82f666}.Sidebar-module__WZVnLW__brandName{letter-spacing:-.01em;color:#e2e8f4;font-size:14px;font-weight:900}.Sidebar-module__WZVnLW__headerActions{align-items:center;gap:4px;display:flex}.Sidebar-module__WZVnLW__iconBtn{color:#9ca3af;background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:background-color .2s,color .2s;display:flex}.Sidebar-module__WZVnLW__iconBtn:hover{color:#fff;background:#ffffff1a}.Sidebar-module__WZVnLW__iconBtn svg{width:14px;height:14px}.Sidebar-module__WZVnLW__iconBtn--close{font-size:20px;line-height:1}@media (min-width:1024px){.Sidebar-module__WZVnLW__iconBtn--close{display:none}}.Sidebar-module__WZVnLW__body{flex-direction:column;flex:1;gap:2px;padding:12px 0;display:flex;overflow-y:auto}.Sidebar-module__WZVnLW__sectionLabel{margin-bottom:2px;padding:6px 12px 4px}.Sidebar-module__WZVnLW__sectionLabel span{text-transform:uppercase;letter-spacing:.14em;color:#60a5fa80;font-size:9px;font-weight:700}.Sidebar-module__WZVnLW__leagueGroup{margin-bottom:12px}.Sidebar-module__WZVnLW__leagueList{flex-direction:column;gap:2px;padding:0 8px;display:flex}.Sidebar-module__WZVnLW__leagueItem{cursor:pointer;color:#94a3b8;border-left:2px solid #0000;border-radius:8px;align-items:center;gap:4px;padding:4px 8px;transition:background-color .15s,color .15s;display:flex}.Sidebar-module__WZVnLW__leagueItem:hover{color:#e2e8f0}.Sidebar-module__WZVnLW__leagueItem--selected{border-left-color:var(--c-accent);color:var(--c-accent);background:var(--c-accent-dim);box-shadow:inset 0 0 12px var(--c-accent-glow)}.Sidebar-module__WZVnLW__leagueItemMain{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.Sidebar-module__WZVnLW__leagueLogo{object-fit:contain;opacity:.9;flex-shrink:0;width:16px;height:16px}.Sidebar-module__WZVnLW__leagueLogoFallback{opacity:.45;background:#ffffff0d;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:8px;display:flex}.Sidebar-module__WZVnLW__leagueName{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:11px;font-weight:500;line-height:1.25;overflow:hidden}.Sidebar-module__WZVnLW__favPill{color:var(--c-accent);background:var(--c-accent-dim);border-radius:4px;flex-shrink:0;padding:1px 4px;font-size:8px;font-weight:700;line-height:1}.Sidebar-module__WZVnLW__pinBtn{color:#6b7280;opacity:0;flex-shrink:0;font-size:11px;line-height:1;transition:opacity .15s,color .15s}.Sidebar-module__WZVnLW__leagueItem:hover .Sidebar-module__WZVnLW__pinBtn{opacity:.4}.Sidebar-module__WZVnLW__pinBtn:hover{opacity:1!important}.Sidebar-module__WZVnLW__pinBtn--active{opacity:1;color:var(--c-accent)}.Sidebar-module__WZVnLW__countryHeader{color:#6b7280;align-items:center;gap:6px;width:100%;padding:4px 12px;transition:color .15s;display:flex}.Sidebar-module__WZVnLW__countryHeader:hover{color:#cbd5e1}.Sidebar-module__WZVnLW__countryHeader--active{color:var(--c-accent)}.Sidebar-module__WZVnLW__countryFlag{object-fit:cover;opacity:.7;border-radius:2px;flex-shrink:0;width:16px;height:10px}.Sidebar-module__WZVnLW__countryFlagPlaceholder{flex-shrink:0;width:16px;height:10px}.Sidebar-module__WZVnLW__countryName{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;text-overflow:ellipsis;text-align:left;flex:1;font-size:10px;font-weight:600;overflow:hidden}.Sidebar-module__WZVnLW__chevron{flex-shrink:0;width:10px;height:10px;transition:transform .2s}.Sidebar-module__WZVnLW__chevron--collapsed{transform:rotate(-90deg)}.Sidebar-module__WZVnLW__countryList{flex-direction:column;gap:2px;padding:0 8px 4px;display:flex}.Sidebar-module__WZVnLW__allBtn{cursor:pointer;color:#94a3b8;border-left:2px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:4px 8px;font-size:11px;font-weight:600;transition:background-color .15s,color .15s;display:flex}.Sidebar-module__WZVnLW__allBtn:hover{color:#e2e8f0}.Sidebar-module__WZVnLW__allBtn--selected{border-left-color:var(--c-accent);color:var(--c-accent);background:var(--c-accent-dim);box-shadow:inset 0 0 12px var(--c-accent-glow)}.Sidebar-module__WZVnLW__allBtn svg{flex-shrink:0;width:14px;height:14px}.Sidebar-module__WZVnLW__dividerAccent{background:linear-gradient(90deg,#0000 0%,#60a5fa2e 15% 85%,#0000 100%);height:1px;margin-top:12px}
.SettingsPanel-module__xETwFG__backdrop{z-index:80;background:#00000080;transition:opacity .2s;position:fixed;inset:0}.SettingsPanel-module__xETwFG__panel{z-index:90;background:var(--c-surface);border-left:1px solid var(--c-border);flex-direction:column;width:288px;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:0 16px 60px #0000008c}.SettingsPanel-module__xETwFG__header{border-bottom:1px solid var(--c-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.SettingsPanel-module__xETwFG__headerTitle{color:var(--c-text);font-size:15px;font-weight:700}.SettingsPanel-module__xETwFG__closeBtn{width:28px;height:28px;color:var(--c-text-dim);border-radius:8px;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:background-color .15s,color .15s;display:flex}.SettingsPanel-module__xETwFG__closeBtn:hover{background:var(--c-hover2);color:var(--c-text)}.SettingsPanel-module__xETwFG__body{flex:1;overflow-y:auto}.SettingsPanel-module__xETwFG__section{border-bottom:1px solid var(--c-border);margin-top:12px;margin-bottom:4px}.SettingsPanel-module__xETwFG__section--last{border-bottom:0}.SettingsPanel-module__xETwFG__sectionTitle{text-align:center;padding:8px 20px}.SettingsPanel-module__xETwFG__sectionTitle span{text-transform:uppercase;letter-spacing:.15em;color:var(--c-text-muted);font-size:11px;font-weight:800}.SettingsPanel-module__xETwFG__row{border-bottom:1px solid var(--c-border2);justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.SettingsPanel-module__xETwFG__row:last-child{border-bottom:0}.SettingsPanel-module__xETwFG__rowLabel{color:var(--c-text);font-size:13px;font-weight:500}.SettingsPanel-module__xETwFG__scopeWrap{padding:0 20px 12px}.SettingsPanel-module__xETwFG__scope{border:1px solid var(--c-border);border-radius:12px;display:flex;overflow:hidden}.SettingsPanel-module__xETwFG__scopeBtn{background:var(--c-surface2);color:var(--c-text-dim);flex:1;padding:8px 0;font-size:12px;font-weight:800;transition:background-color .15s,color .15s}.SettingsPanel-module__xETwFG__scopeBtn--active{background:var(--c-accent);color:#fff}.SettingsPanel-module__xETwFG__toggle{border-radius:999px;flex-shrink:0;width:44px;height:24px;transition:background-color .2s;position:relative}.SettingsPanel-module__xETwFG__toggle:before{content:"";background:#fff;border-radius:999px;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0003}.SettingsPanel-module__xETwFG__toggle--off{background:var(--c-surface3)}.SettingsPanel-module__xETwFG__toggle--on{background:var(--c-accent)}.SettingsPanel-module__xETwFG__toggle--on:before{transform:translate(20px)}.SettingsPanel-module__xETwFG__soundLabel{color:var(--c-text-dim);border-bottom:1px solid var(--c-border2);padding:12px 20px 8px;font-size:12px;font-weight:500}.SettingsPanel-module__xETwFG__soundLabel--last{border-bottom:0}.SettingsPanel-module__xETwFG__soundRow{gap:4px;padding:0 20px 12px;display:flex}.SettingsPanel-module__xETwFG__soundBtn{border:1px solid var(--c-border);background:var(--c-surface2);width:36px;height:32px;color:var(--c-text-dim);border-radius:8px;font-size:11px;font-weight:800;transition:background-color .15s,color .15s,border-color .15s}.SettingsPanel-module__xETwFG__soundBtn--active{background:var(--c-accent);border-color:var(--c-accent);color:#fff}.SettingsPanel-module__xETwFG__tzBody{padding:0 20px 16px}.SettingsPanel-module__xETwFG__tzLabel{color:var(--c-text-dim);align-items:center;gap:6px;margin-bottom:8px;font-size:12px;font-weight:500;display:flex}.SettingsPanel-module__xETwFG__tzLabel svg{width:14px;height:14px}.SettingsPanel-module__xETwFG__tzSelect{appearance:none;cursor:pointer;background:var(--c-surface2);border:1px solid var(--c-border);width:100%;color:var(--c-text);border-radius:8px;outline:none;padding:10px 12px;font-size:12px;font-weight:500}.SettingsPanel-module__xETwFG__tzHint{color:var(--c-text-muted);margin-top:8px;font-size:11px;line-height:1.5}.SettingsPanel-module__xETwFG__previewHint{padding:16px 20px}.SettingsPanel-module__xETwFG__previewHint p{color:var(--c-text-muted);text-align:center;font-size:11px;line-height:1.5}
.HomeClient-module__wqfXlq__app{background:var(--c-bg);height:100vh;color:var(--c-text);overflow:hidden}.HomeClient-module__wqfXlq__shell{z-index:2;max-width:1400px;height:100%;margin:0 auto;display:flex;position:relative}.HomeClient-module__wqfXlq__main{flex:1;width:0;min-width:0;overflow:hidden auto}.HomeClient-module__wqfXlq__newsSkeleton{border-left:1px solid var(--c-border);flex-shrink:0;width:280px;display:none}@media (min-width:1280px){.HomeClient-module__wqfXlq__newsSkeleton{display:block}}.HomeClient-module__wqfXlq__goalFlash{z-index:100;pointer-events:none;position:fixed;top:16px;left:50%;transform:translate(-50%)}.HomeClient-module__wqfXlq__goalFlashPill{color:#000;background:linear-gradient(135deg,#facc15,#f59e0b);border-radius:999px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:800;animation:.6s ease-out HomeClient-module__wqfXlq__goal-bounce;display:inline-flex;box-shadow:0 12px 36px #facc1573}.HomeClient-module__wqfXlq__goalFlashPill span:first-child{font-size:18px}@keyframes HomeClient-module__wqfXlq__goal-bounce{0%{opacity:0;transform:translateY(-20px)}60%{opacity:1;transform:translateY(4px)}to{transform:translateY(0)}}.HomeClient-module__wqfXlq__header{z-index:50;background:var(--c-surface);border-bottom:1px solid var(--c-border);width:100%;position:sticky;top:0}.HomeClient-module__wqfXlq__mobileOnly{display:block}@media (min-width:1024px){.HomeClient-module__wqfXlq__mobileOnly{display:none}}.HomeClient-module__wqfXlq__desktopOnly{display:none}@media (min-width:1024px){.HomeClient-module__wqfXlq__desktopOnly{padding:12px 16px 0;display:block}}.HomeClient-module__wqfXlq__mobileTopRow{justify-content:space-between;align-items:center;padding:12px 16px 8px;display:flex}.HomeClient-module__wqfXlq__brand{align-items:center;gap:8px;display:flex}.HomeClient-module__wqfXlq__brandImg{object-fit:contain;width:auto;max-width:140px;height:36px}.HomeClient-module__wqfXlq__brandLogo{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex;overflow:hidden;box-shadow:0 4px 14px #3b82f659}.HomeClient-module__wqfXlq__brandName{letter-spacing:-.01em;color:var(--c-text);font-size:17px;font-weight:900;line-height:1}.HomeClient-module__wqfXlq__demoBadge{color:#fbbf24;vertical-align:middle;background:#fbbf241a;border:1px solid #fbbf2433;border-radius:999px;margin-left:6px;padding:2px 6px;font-size:9px;font-weight:700}.HomeClient-module__wqfXlq__mobileIcons{align-items:center;gap:4px;display:flex}.HomeClient-module__wqfXlq__liveCountMobile{color:var(--c-live);background:var(--c-live-dim);border-radius:999px;align-items:center;gap:4px;margin-right:4px;padding:4px 8px;font-size:9px;font-weight:800;display:inline-flex}.HomeClient-module__wqfXlq__liveCountDot{width:6px;height:6px;display:inline-flex;position:relative}.HomeClient-module__wqfXlq__liveCountDot:before,.HomeClient-module__wqfXlq__liveCountDot:after{content:"";background:var(--c-live);border-radius:999px;position:absolute;inset:0}.HomeClient-module__wqfXlq__liveCountDot:before{animation:1.6s cubic-bezier(0,0,.2,1) infinite HomeClient-module__wqfXlq__live-ping}.HomeClient-module__wqfXlq__newsBtn{color:var(--c-accent);background:var(--c-accent-dim);border:1px solid var(--c-accent-dim);border-radius:12px;align-items:center;gap:4px;padding:6px 10px;font-size:11px;font-weight:700;transition:background-color .15s;display:inline-flex}.HomeClient-module__wqfXlq__newsBtn:hover{background:var(--c-hover2)}.HomeClient-module__wqfXlq__iconBtn{width:36px;height:36px;color:var(--c-text-dim);border-radius:12px;justify-content:center;align-items:center;transition:background-color .15s,color .15s,border-color .15s;display:flex}.HomeClient-module__wqfXlq__iconBtn:hover{background:var(--c-hover2);color:var(--c-text)}.HomeClient-module__wqfXlq__iconBtn--bordered{border:1px solid var(--c-border);width:32px;height:32px}.HomeClient-module__wqfXlq__iconBtn--bordered:hover{border-color:var(--c-border-strong)}.HomeClient-module__wqfXlq__iconBtn svg{width:18px;height:18px}.HomeClient-module__wqfXlq__iconBtn--bordered svg{width:16px;height:16px}.HomeClient-module__wqfXlq__tabsRow{border-bottom:1px solid var(--c-border2);position:relative}.HomeClient-module__wqfXlq__tabsWrap{scrollbar-width:none;display:flex;overflow-x:auto}.HomeClient-module__wqfXlq__tabsWrap::-webkit-scrollbar{display:none}.HomeClient-module__wqfXlq__tabsWrapDesktop{scrollbar-width:none;gap:4px;padding-bottom:12px;display:flex;overflow-x:auto}.HomeClient-module__wqfXlq__tabsWrapDesktop::-webkit-scrollbar{display:none}.HomeClient-module__wqfXlq__tabBtnMobile{letter-spacing:.02em;color:var(--c-text-muted);white-space:nowrap;border-bottom:2px solid #0000;flex-shrink:0;align-items:center;gap:6px;padding:10px 16px;font-size:12px;font-weight:800;transition:color .15s,border-color .15s;display:inline-flex}.HomeClient-module__wqfXlq__tabBtnMobile--active{border-bottom-color:var(--c-accent);color:var(--c-accent)}.HomeClient-module__wqfXlq__tabBtnDesktop{letter-spacing:.02em;background:var(--c-surface2);color:var(--c-text-dim);border:1px solid var(--c-border);border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:6px 14px;font-size:11px;font-weight:800;transition:background-color .15s,color .15s;display:inline-flex}.HomeClient-module__wqfXlq__tabBtnDesktop--active{color:#fff;border-color:#0000}.HomeClient-module__wqfXlq__tabBtnDesktop--liveActive{background:var(--c-live);box-shadow:0 4px 16px var(--c-live-dim)}.HomeClient-module__wqfXlq__tabBtnDesktop--regActive{background:var(--c-accent);box-shadow:0 4px 16px var(--c-accent-dim)}.HomeClient-module__wqfXlq__tabPulse{flex-shrink:0;width:6px;height:6px;display:inline-flex;position:relative}.HomeClient-module__wqfXlq__tabPulse:before,.HomeClient-module__wqfXlq__tabPulse:after{content:"";border-radius:999px;position:absolute;inset:0}.HomeClient-module__wqfXlq__tabPulse:before{animation:1.6s cubic-bezier(0,0,.2,1) infinite HomeClient-module__wqfXlq__live-ping}.HomeClient-module__wqfXlq__tabPulse--live:before,.HomeClient-module__wqfXlq__tabPulse--live:after{background:var(--c-live)}.HomeClient-module__wqfXlq__tabPulse--muted:before{display:none}.HomeClient-module__wqfXlq__tabPulse--muted:after{background:var(--c-text-muted)}.HomeClient-module__wqfXlq__tabPulse--active:before,.HomeClient-module__wqfXlq__tabPulse--active:after{background:#fff}.HomeClient-module__wqfXlq__tabCount{font-variant-numeric:tabular-nums;background:var(--c-surface3);color:var(--c-text-muted);border-radius:999px;padding:1px 6px;font-size:10px;font-weight:800}.HomeClient-module__wqfXlq__tabCount--active{background:var(--c-accent-dim);color:var(--c-accent)}.HomeClient-module__wqfXlq__tabCount--onActive{color:#fff;background:#ffffff38}.HomeClient-module__wqfXlq__tabsFade{pointer-events:none;background:linear-gradient(to left, var(--c-surface), transparent);width:40px;position:absolute;top:0;bottom:12px;right:0}.HomeClient-module__wqfXlq__dateRow{align-items:center;gap:8px;padding:8px 16px;display:flex}.HomeClient-module__wqfXlq__dateArrow{width:28px;height:28px;color:var(--c-text-dim);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:300;transition:background-color .15s,color .15s;display:flex}.HomeClient-module__wqfXlq__dateArrow:hover{background:var(--c-hover2);color:var(--c-text)}.HomeClient-module__wqfXlq__dateLabelMobile{border:1px solid var(--c-border);background:var(--c-surface2);border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:6px 12px;display:flex}.HomeClient-module__wqfXlq__dateLabelMobile svg{width:14px;height:14px;color:var(--c-text-muted);flex-shrink:0}.HomeClient-module__wqfXlq__dateLabelMobile span{color:var(--c-text);font-size:12px;font-weight:700}.HomeClient-module__wqfXlq__dateInlineActions{align-items:center;gap:4px;margin-left:4px;display:flex}.HomeClient-module__wqfXlq__refreshInline{color:var(--c-text-muted);align-items:center;gap:2px;font-size:10px;font-weight:600;display:flex}.HomeClient-module__wqfXlq__refreshInline svg{width:12px;height:12px;color:var(--c-accent);flex-shrink:0}.HomeClient-module__wqfXlq__refreshNum{font-variant-numeric:tabular-nums;min-width:1.8rem}.HomeClient-module__wqfXlq__dateRowDesktop{align-items:center;gap:12px;margin-bottom:12px;display:flex}.HomeClient-module__wqfXlq__dateNavCenter{flex:1;justify-content:center;align-items:center;gap:6px;display:flex}.HomeClient-module__wqfXlq__dateArrowLg{width:32px;height:32px;color:var(--c-text-dim);border:1px solid var(--c-border);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:300;transition:background-color .15s,color .15s;display:flex}.HomeClient-module__wqfXlq__dateArrowLg:hover{background:var(--c-hover2);color:var(--c-text)}.HomeClient-module__wqfXlq__dateQuick{background:var(--c-surface2);border:1px solid var(--c-border);border-radius:12px;align-items:center;gap:4px;padding:4px;display:flex}.HomeClient-module__wqfXlq__dateQuickBtn{color:var(--c-text-dim);border-radius:8px;padding:4px 10px;font-size:11px;font-weight:700;transition:background-color .15s,color .15s}.HomeClient-module__wqfXlq__dateQuickBtn:hover{color:var(--c-text)}.HomeClient-module__wqfXlq__dateQuickBtn--active{background:var(--c-accent);color:#fff;box-shadow:0 2px 8px var(--c-accent-dim)}.HomeClient-module__wqfXlq__dateLabelInline{border:1px solid var(--c-border);background:var(--c-surface2);color:var(--c-text);white-space:nowrap;border-radius:12px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;display:flex}.HomeClient-module__wqfXlq__dateLabelInline svg{width:12px;height:12px;color:var(--c-text-dim);flex-shrink:0}.HomeClient-module__wqfXlq__controlsRight{flex-shrink:0;align-items:center;gap:8px;display:flex}.HomeClient-module__wqfXlq__liveCountDesktop{color:var(--c-live);background:var(--c-live-dim);border:1px solid var(--c-live);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:800;display:inline-flex}.HomeClient-module__wqfXlq__newsBtnDesktop{color:var(--c-accent);background:var(--c-accent-dim);border:1px solid var(--c-accent-dim);border-radius:12px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;transition:background-color .15s;display:inline-flex}.HomeClient-module__wqfXlq__newsBtnDesktop:hover{background:var(--c-hover2)}.HomeClient-module__wqfXlq__refreshDesktop{color:var(--c-text-muted);align-items:center;gap:4px;font-size:10px;font-weight:600;display:inline-flex}.HomeClient-module__wqfXlq__refreshDesktop svg{width:12px;height:12px;color:var(--c-accent);flex-shrink:0}.HomeClient-module__wqfXlq__refreshDesktopNum{font-variant-numeric:tabular-nums;min-width:2.2rem}.HomeClient-module__wqfXlq__contentMain{padding:12px}.HomeClient-module__wqfXlq__loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:96px 0;display:flex}.HomeClient-module__wqfXlq__loadingSpinner{border:2px solid var(--c-surface3);border-top-color:var(--c-accent);border-radius:999px;width:36px;height:36px;animation:.8s linear infinite HomeClient-module__wqfXlq__spin-cont}.HomeClient-module__wqfXlq__loadingSpinner--cyan{border-top-color:#22d3ee}.HomeClient-module__wqfXlq__loadingText{color:var(--c-text-dim);font-size:14px}.HomeClient-module__wqfXlq__errorBox{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:96px 0;display:flex}.HomeClient-module__wqfXlq__errorIcon{opacity:.3;font-size:28px}.HomeClient-module__wqfXlq__retryBtn{border:1px solid var(--c-border);background:var(--c-surface2);color:var(--c-text);border-radius:12px;padding:8px 16px;font-size:14px;transition:background-color .15s}.HomeClient-module__wqfXlq__retryBtn:hover{background:var(--c-hover)}.HomeClient-module__wqfXlq__emptyBox{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:96px 0;display:flex}.HomeClient-module__wqfXlq__emptyIcon{opacity:.1;font-size:40px}.HomeClient-module__wqfXlq__upcomingHeader{align-items:center;gap:12px;padding:8px 4px;display:flex}.HomeClient-module__wqfXlq__upcomingHeaderLabel{align-items:center;gap:8px;display:inline-flex}.HomeClient-module__wqfXlq__upcomingHeaderIcon{color:#22d3ee;font-size:14px}.HomeClient-module__wqfXlq__upcomingHeaderText{text-transform:uppercase;letter-spacing:.18em;color:#22d3ee;font-size:11px;font-weight:800}.HomeClient-module__wqfXlq__divider{background:linear-gradient(90deg, transparent 0%, var(--c-border) 12%, var(--c-border) 88%, transparent 100%);flex:1;height:1px}.HomeClient-module__wqfXlq__dividerBlock{background:linear-gradient(90deg, transparent 0%, var(--c-border) 12%, var(--c-border) 88%, transparent 100%);height:1px;margin-bottom:8px}.HomeClient-module__wqfXlq__groupList{flex-direction:column;gap:8px;display:flex}.HomeClient-module__wqfXlq__article{border-top:1px solid var(--c-border);padding:24px 16px}.HomeClient-module__wqfXlq__articleTitle{color:var(--c-text);margin-bottom:12px;font-size:18px;font-weight:800}.HomeClient-module__wqfXlq__articleBody{color:var(--c-text-dim);font-size:14px;line-height:1.6}.HomeClient-module__wqfXlq__articleBody h1{color:var(--c-text);margin:1rem 0 .5rem;font-size:1.5rem;font-weight:800}.HomeClient-module__wqfXlq__articleBody h2{color:var(--c-text);margin:1rem 0 .5rem;font-size:1.25rem;font-weight:700}.HomeClient-module__wqfXlq__articleBody h3{color:var(--c-text);margin:.75rem 0 .4rem;font-size:1.1rem;font-weight:600}.HomeClient-module__wqfXlq__articleBody p{margin:.5rem 0}.HomeClient-module__wqfXlq__articleBody ul,.HomeClient-module__wqfXlq__articleBody ol{margin:.5rem 0;padding-left:1.5rem}.HomeClient-module__wqfXlq__articleBody ul{list-style:outside}.HomeClient-module__wqfXlq__articleBody ol{list-style:decimal}.HomeClient-module__wqfXlq__articleBody li{margin:.25rem 0}.HomeClient-module__wqfXlq__articleBody a{color:var(--c-accent);text-decoration:underline}.HomeClient-module__wqfXlq__articleBody b,.HomeClient-module__wqfXlq__articleBody strong{color:var(--c-text);font-weight:700}.HomeClient-module__wqfXlq__articleBody i,.HomeClient-module__wqfXlq__articleBody em{font-style:italic}.HomeClient-module__wqfXlq__footer{text-align:center;border-top:1px solid var(--c-border);color:var(--c-text-muted);padding:20px 16px;font-size:11px}.HomeClient-module__wqfXlq__footerLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 16px;margin-bottom:6px;display:flex}.HomeClient-module__wqfXlq__footerLink{color:var(--c-text-muted);transition:-webkit-text-decoration .15s,text-decoration .15s}.HomeClient-module__wqfXlq__footerLink:hover{text-decoration:underline}.HomeClient-module__wqfXlq__scrollTop{z-index:140;color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .15s;display:flex;position:fixed;bottom:24px;right:16px;box-shadow:0 4px 16px #3b82f666}.HomeClient-module__wqfXlq__scrollTop:hover{transform:scale(1.1)}.HomeClient-module__wqfXlq__scrollTop:active{transform:scale(.95)}.HomeClient-module__wqfXlq__scrollTop svg{width:16px;height:16px}
