.TopMatchesGridCard-module__C3F3fa__card{background:var(--surface);border:1px solid var(--border);border-radius:10px;grid-template-columns:1fr;grid-template-areas:"info""date""odds""more";transition:border-color .15s;display:grid;overflow:hidden}.TopMatchesGridCard-module__C3F3fa__card:hover{border-color:var(--border)}.TopMatchesGridCard-module__C3F3fa__infoBlock{background:var(--surface);color:inherit;border-bottom:1px solid var(--border);grid-area:info;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:flex}.TopMatchesGridCard-module__C3F3fa__sportBadge{background:var(--a24-brand);border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.TopMatchesGridCard-module__C3F3fa__details{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.TopMatchesGridCard-module__C3F3fa__league{align-items:baseline;gap:5px;min-width:0;display:flex;overflow:hidden}.TopMatchesGridCard-module__C3F3fa__sportName{color:var(--a24-brand);text-transform:uppercase;letter-spacing:.3px;flex-shrink:0;font-size:12px;font-weight:700}.TopMatchesGridCard-module__C3F3fa__champName{min-width:0;color:var(--text2);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:400;overflow:hidden}.TopMatchesGridCard-module__C3F3fa__teamsLine{align-items:baseline;gap:6px;min-width:0;display:flex}.TopMatchesGridCard-module__C3F3fa__teamName{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;transition:color .15s;overflow:hidden}.TopMatchesGridCard-module__C3F3fa__infoBlock:hover .TopMatchesGridCard-module__C3F3fa__teamName{color:var(--a24-brand)}.TopMatchesGridCard-module__C3F3fa__vs{color:var(--text3);flex-shrink:0;font-size:13px;font-weight:500}.TopMatchesGridCard-module__C3F3fa__dateBlock{grid-area:date;align-items:center;gap:6px;padding:8px 14px;display:flex}.TopMatchesGridCard-module__C3F3fa__dateText{color:var(--text3);white-space:nowrap;font-size:12px;font-weight:600}.TopMatchesGridCard-module__C3F3fa__timeText{color:var(--text2);letter-spacing:-.3px;font-size:16px;font-weight:800}.TopMatchesGridCard-module__C3F3fa__eventNo{color:var(--text3);margin-left:2px;font-size:11px;font-weight:600}.TopMatchesGridCard-module__C3F3fa__oddsBlock{grid-area:odds;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:4px;padding:0 14px 14px;display:grid}.TopMatchesGridCard-module__C3F3fa__oddsBlock[data-mode=compact]{grid-template-columns:repeat(var(--odds-count,6), minmax(0, 1fr))}.TopMatchesGridCard-module__C3F3fa__oddsBlock[data-mode=scroll]{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:4px;display:flex;overflow:auto hidden}.TopMatchesGridCard-module__C3F3fa__oddsBlock[data-mode=scroll]::-webkit-scrollbar{width:0;height:0}.TopMatchesGridCard-module__C3F3fa__oddsBlock[data-mode=scroll]>*{flex:0 0 56px;min-width:56px}.TopMatchesGridCard-module__C3F3fa__lockOdd{border:1px solid var(--border);background:var(--surface);opacity:.65;border-radius:10px;flex-direction:column;justify-content:center;min-height:52px;max-height:52px;padding:6px 4px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 -1px #15171f0f}.TopMatchesGridCard-module__C3F3fa__lockOdd:before{content:"";background:var(--odd-accent,var(--a24-brand));opacity:.35;border-radius:0 2px 2px 0;width:2px;position:absolute;top:8px;bottom:8px;left:0}.TopMatchesGridCard-module__C3F3fa__lockOdd[data-position=home],.TopMatchesGridCard-module__C3F3fa__lockOdd[data-position=draw],.TopMatchesGridCard-module__C3F3fa__lockOdd[data-position=away]{--odd-accent:var(--a24-brand)}.TopMatchesGridCard-module__C3F3fa__lockLabel{min-height:18px;color:var(--text3);letter-spacing:.04em;text-transform:uppercase;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}.TopMatchesGridCard-module__C3F3fa__lockOdd[data-position=home] .TopMatchesGridCard-module__C3F3fa__lockLabel,.TopMatchesGridCard-module__C3F3fa__lockOdd[data-position=draw] .TopMatchesGridCard-module__C3F3fa__lockLabel,.TopMatchesGridCard-module__C3F3fa__lockOdd[data-position=away] .TopMatchesGridCard-module__C3F3fa__lockLabel{color:var(--text3)}.TopMatchesGridCard-module__C3F3fa__lockValue{min-height:22px;color:var(--text3);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.TopMatchesGridCard-module__C3F3fa__moreOdds{color:var(--a24-brand);background:rgba(var(--a24-brand-rgb), .05);border-left:1px solid var(--border);white-space:nowrap;grid-area:more;justify-content:center;align-items:center;padding:0 12px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s;display:none}.TopMatchesGridCard-module__C3F3fa__moreOdds:hover{background:rgba(var(--a24-brand-rgb), .12)}@media (min-width:769px){.TopMatchesGridCard-module__C3F3fa__card{border-radius:12px;grid-template:"info date odds more"1fr/1fr auto auto auto}.TopMatchesGridCard-module__C3F3fa__infoBlock{background:0 0;border-bottom:0;padding:14px 20px 14px 16px}.TopMatchesGridCard-module__C3F3fa__sportBadge{width:42px;height:42px}.TopMatchesGridCard-module__C3F3fa__details{gap:3px}.TopMatchesGridCard-module__C3F3fa__sportName,.TopMatchesGridCard-module__C3F3fa__champName{font-size:13px}.TopMatchesGridCard-module__C3F3fa__teamName{font-size:15px}.TopMatchesGridCard-module__C3F3fa__dateBlock{border-left:1px solid var(--border);border-right:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:80px;padding:10px 18px}.TopMatchesGridCard-module__C3F3fa__dateText{font-size:12px}.TopMatchesGridCard-module__C3F3fa__timeText{font-size:20px;font-weight:800}.TopMatchesGridCard-module__C3F3fa__eventNo{margin-left:0;font-size:11px}.TopMatchesGridCard-module__C3F3fa__oddsBlock{min-height:unset;max-height:unset;align-items:center;gap:3px;padding:8px 4px 8px 12px;display:flex}.TopMatchesGridCard-module__C3F3fa__oddsBlock[data-mode=compact],.TopMatchesGridCard-module__C3F3fa__oddsBlock[data-mode=default]{display:flex}.TopMatchesGridCard-module__C3F3fa__oddsBlock>*{flex:0 0 52px;min-width:52px}.TopMatchesGridCard-module__C3F3fa__lockOdd{width:52px}.TopMatchesGridCard-module__C3F3fa__moreOdds{min-width:48px;font-size:14px;display:flex}}@media (max-width:480px){.TopMatchesGridCard-module__C3F3fa__infoBlock{gap:10px;padding:10px 12px}.TopMatchesGridCard-module__C3F3fa__sportBadge{width:36px;height:36px}.TopMatchesGridCard-module__C3F3fa__sportName,.TopMatchesGridCard-module__C3F3fa__champName{font-size:11.5px}.TopMatchesGridCard-module__C3F3fa__teamName{font-size:13px}.TopMatchesGridCard-module__C3F3fa__dateBlock{padding:7px 12px}.TopMatchesGridCard-module__C3F3fa__oddsBlock{gap:4px;padding:0 12px 12px}}
.TopMatchesGrid-module__tAH9oq__root{flex-direction:column;gap:8px;height:100%;display:flex}.TopMatchesGrid-module__tAH9oq__rootFlat{height:auto}.TopMatchesGrid-module__tAH9oq__flatList{flex-direction:column;gap:8px;display:flex}.TopMatchesGrid-module__tAH9oq__flatItem{width:100%}.TopMatchesGrid-module__tAH9oq__pageTitle{border:1px solid var(--border);background:var(--surface2);color:var(--text);text-transform:uppercase;border-radius:10px;margin:0;padding:10px 12px;font-size:16px;font-weight:700}.TopMatchesGrid-module__tAH9oq__filterBar{z-index:10;background:var(--surface);margin-bottom:2px;padding:8px 0 10px;position:sticky;top:0}@media (max-width:1024px){.TopMatchesGrid-module__tAH9oq__filterBar{top:var(--app-header-height,60px)}}.TopMatchesGrid-module__tAH9oq__sportChips{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.TopMatchesGrid-module__tAH9oq__sportChips::-webkit-scrollbar{display:none}.TopMatchesGrid-module__tAH9oq__sportChip{border:1px solid var(--border);background:var(--surface2);height:36px;color:var(--text2);letter-spacing:.1px;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.TopMatchesGrid-module__tAH9oq__sportChip:hover{background:var(--chip);border-color:var(--border)}.TopMatchesGrid-module__tAH9oq__sportChipActive{background:var(--a24-brand);border-color:var(--a24-brand);color:#fff}.TopMatchesGrid-module__tAH9oq__sportChipActive:hover{background:var(--a24-brand);border-color:var(--a24-brand)}.TopMatchesGrid-module__tAH9oq__sportChipLabel{line-height:1}.TopMatchesGrid-module__tAH9oq__sportChipCount{opacity:.6;font-size:11px;font-weight:700;line-height:1}.TopMatchesGrid-module__tAH9oq__empty{text-align:center;color:var(--text3);border:1px solid var(--border);background:var(--surface2);border-radius:10px;padding:40px 16px;font-size:14px}.TopMatchesGrid-module__tAH9oq__scrollContainer{scrollbar-width:thin;scrollbar-color:var(--text3) var(--surface);flex:1;overflow:hidden auto}.TopMatchesGrid-module__tAH9oq__virtualCanvas{width:100%;position:relative}.TopMatchesGrid-module__tAH9oq__virtualItem{width:100%;position:absolute;top:0;left:0}.TopMatchesGrid-module__tAH9oq__virtualItem>article{flex:auto;width:100%;max-width:100%}.TopMatchesGrid-module__tAH9oq__groupHeader{border:1px solid var(--border);background:var(--surface2);border-radius:10px;align-items:center;gap:10px;padding:8px 12px;display:flex}.TopMatchesGrid-module__tAH9oq__groupHeaderIcon{flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.TopMatchesGrid-module__tAH9oq__groupHeaderTitle{min-width:0;color:var(--text);text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;font-weight:700;overflow:hidden}.TopMatchesGrid-module__tAH9oq__groupHeaderCount{background:rgba(var(--a24-brand-rgb), .14);min-width:28px;height:22px;color:var(--a24-brand);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0 8px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}
.TopMatchOddButton-module__P0kvwW__root{appearance:none;background:var(--surface);border:0;border:1px solid var(--border);-webkit-backdrop-filter:blur(6px);cursor:pointer;height:36px;font-family:var(--app-font-base);font-variant-numeric:tabular-nums;transition:background-color .14s var(--app-ease), border-color .14s var(--app-ease), box-shadow .14s var(--app-ease);border-radius:8px;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;padding:0 10px;display:flex}.TopMatchOddButton-module__P0kvwW__root:hover{background:rgba(var(--a24-brand-rgb), .3);border-color:rgba(var(--a24-brand-rgb), .6);box-shadow:0 0 0 1px rgba(var(--a24-brand-rgb), .25)}.TopMatchOddButton-module__P0kvwW__root[data-disabled]{cursor:not-allowed}.TopMatchOddButton-module__P0kvwW__root[data-selected]{background:linear-gradient(180deg, var(--a24-focus) 0%, var(--a24-brand) 100%);border-color:var(--a24-focus);box-shadow:var(--app-glow-accent);-webkit-backdrop-filter:none}.TopMatchOddButton-module__P0kvwW__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text3);flex-shrink:0;font-size:11px;font-weight:700;line-height:1;transition:color .14s}.TopMatchOddButton-module__P0kvwW__value{font-family:var(--app-font-display);color:var(--text);font-variant-numeric:tabular-nums;font-size:14px;font-weight:800;line-height:1;transition:color .14s}.TopMatchOddButton-module__P0kvwW__root[data-selected] .TopMatchOddButton-module__P0kvwW__label,.TopMatchOddButton-module__P0kvwW__root[data-selected] .TopMatchOddButton-module__P0kvwW__value{color:#fff}.TopMatchOddButton-module__P0kvwW__up{background:rgba(var(--a24-green-rgb), .35)}.TopMatchOddButton-module__P0kvwW__up .TopMatchOddButton-module__P0kvwW__value{color:var(--a24-green)}.TopMatchOddButton-module__P0kvwW__down{background:rgba(var(--a24-red-rgb), .35)}.TopMatchOddButton-module__P0kvwW__down .TopMatchOddButton-module__P0kvwW__value{color:var(--a24-red)}@media (max-width:480px){.TopMatchOddButton-module__P0kvwW__root{gap:6px;height:34px;padding:0 8px}.TopMatchOddButton-module__P0kvwW__label{font-size:10px}.TopMatchOddButton-module__P0kvwW__value{font-size:13px}}
.TopMatchesSlideCard-module__uZQXIq__card{border-radius:var(--app-radius-card);border:1px solid var(--app-hairline);background-color:var(--surface);width:298px;min-width:298px;max-width:298px;height:100%;color:inherit;box-shadow:var(--app-sheen);transition:border-color .16s var(--app-ease), box-shadow .16s var(--app-ease);background-position:0,50%;background-repeat:no-repeat,no-repeat;background-size:auto,cover;flex-direction:column;flex-shrink:0;display:flex;position:relative;overflow:hidden}.TopMatchesSlideCard-module__uZQXIq__card:hover{border-color:rgba(var(--a24-brand-rgb), .45);box-shadow:var(--app-glow-ring)}.TopMatchesSlideCard-module__uZQXIq__card[data-no-bg=true]{background:linear-gradient(135deg, rgba(var(--a24-brand-rgb), .18) 0%, rgba(var(--a24-brand-rgb), .04) 100%), var(--surface2)}.TopMatchesSlideCard-module__uZQXIq__card[data-no-page]{border-style:dashed;border-color:rgba(var(--a24-brand-rgb), .3);opacity:.86}.TopMatchesSlideCard-module__uZQXIq__card[data-no-page] .TopMatchesSlideCard-module__uZQXIq__content{cursor:default}.TopMatchesSlideCard-module__uZQXIq__content{color:inherit;background:0 0;flex-direction:column;flex:auto;gap:8px;padding:12px 14px 14px;text-decoration:none;display:flex}.TopMatchesSlideCard-module__uZQXIq__champRow{align-items:flex-start;gap:8px;min-width:0;padding-right:30px;display:flex}.TopMatchesSlideCard-module__uZQXIq__favBtn{z-index:6;appearance:none;color:#fff;cursor:pointer;background:#00000073;border:1px solid #ffffff29;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:color .14s,background-color .14s,border-color .14s;display:inline-flex;position:absolute;top:10px;right:10px}.TopMatchesSlideCard-module__uZQXIq__favBtn:hover{color:var(--a24-brand);border-color:rgba(var(--a24-brand-rgb), .5);background:#0009}.TopMatchesSlideCard-module__uZQXIq__favBtnActive{color:var(--a24-brand);border-color:rgba(var(--a24-brand-rgb), .45)}.TopMatchesSlideCard-module__uZQXIq__sportBadge{color:#fff;background:#00000073;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.TopMatchesSlideCard-module__uZQXIq__topBar{align-items:center;gap:8px;display:flex}.TopMatchesSlideCard-module__uZQXIq__topBar .TopMatchesSlideCard-module__uZQXIq__countBadge{margin-left:auto}.TopMatchesSlideCard-module__uZQXIq__eventNum{background:rgba(var(--a24-brand-rgb), .55);color:#fff;height:18px;font-family:var(--app-font-base);letter-spacing:.02em;font-variant-numeric:tabular-nums;border-radius:4px;align-items:center;padding:0 8px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.TopMatchesSlideCard-module__uZQXIq__champ{min-width:0;max-width:270px;font-family:var(--app-font-base);color:var(--text2);letter-spacing:.02em;word-break:break-word;overflow-wrap:anywhere;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;flex:1 1 0;min-height:2.4em;font-size:12px;font-weight:500;line-height:1.2;display:-webkit-box;overflow:hidden}.TopMatchesSlideCard-module__uZQXIq__countBadge{background:rgba(var(--a24-brand-rgb), .6);color:#fff;min-width:30px;height:18px;font-family:var(--app-font-base);letter-spacing:.02em;font-variant-numeric:tabular-nums;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:0 7px;font-size:10.5px;font-weight:700;line-height:1;display:inline-flex}.TopMatchesSlideCard-module__uZQXIq__body{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:4px 0;display:grid}.TopMatchesSlideCard-module__uZQXIq__team{flex-direction:column;align-items:center;gap:6px;min-width:0;display:flex}.TopMatchesSlideCard-module__uZQXIq__teamLogo{width:44px;height:44px;color:var(--text);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.TopMatchesSlideCard-module__uZQXIq__teamName{width:100%;font-family:var(--app-font-base);color:var(--text);letter-spacing:.01em;text-align:center;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;line-height:1.2;overflow:hidden}.TopMatchesSlideCard-module__uZQXIq__center{flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:56px;display:flex}.TopMatchesSlideCard-module__uZQXIq__time{font-family:var(--app-font-base);color:var(--text);letter-spacing:.02em;font-variant-numeric:tabular-nums;font-size:18px;font-weight:800;line-height:1}.TopMatchesSlideCard-module__uZQXIq__date{font-family:var(--app-font-base);color:var(--text2);letter-spacing:.01em;font-size:11px;font-weight:500;line-height:1}.TopMatchesSlideCard-module__uZQXIq__odds{background:0 0;flex-wrap:nowrap;align-items:stretch;gap:6px;padding:8px;display:flex}.TopMatchesSlideCard-module__uZQXIq__odds>*{flex:1 1 0;min-width:0}.TopMatchesSlideCard-module__uZQXIq__lockOdd{appearance:none;background:var(--chip);cursor:not-allowed;height:36px;font-family:var(--app-font-base);opacity:.6;border:0;border-radius:6px;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;padding:0 10px;display:flex}.TopMatchesSlideCard-module__uZQXIq__lockLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text);flex-shrink:0;font-size:11px;font-weight:700;line-height:1}.TopMatchesSlideCard-module__uZQXIq__lockValue{color:var(--text);font-variant-numeric:tabular-nums;font-size:13px;font-weight:800;line-height:1}@media (max-width:768px){.TopMatchesSlideCard-module__uZQXIq__card{width:100%;min-width:0;max-width:100%}}@media (max-width:480px){.TopMatchesSlideCard-module__uZQXIq__content{gap:12px;padding:10px 12px 12px}.TopMatchesSlideCard-module__uZQXIq__body{gap:8px}.TopMatchesSlideCard-module__uZQXIq__teamLogo{width:40px;height:40px}.TopMatchesSlideCard-module__uZQXIq__teamName{font-size:11.5px}.TopMatchesSlideCard-module__uZQXIq__time{font-size:16px}.TopMatchesSlideCard-module__uZQXIq__date{font-size:10.5px}.TopMatchesSlideCard-module__uZQXIq__odds{gap:5px;padding:6px}.TopMatchesSlideCard-module__uZQXIq__lockOdd{gap:6px;height:34px;padding:0 8px}.TopMatchesSlideCard-module__uZQXIq__lockLabel{font-size:10px}.TopMatchesSlideCard-module__uZQXIq__lockValue{font-size:12px}}
.TopMatchesGroupedGrid-module__CW0tKW__root{flex-direction:column;gap:24px;min-width:0;margin-top:12px;display:flex}.TopMatchesGroupedGrid-module__CW0tKW__section{flex-direction:column;gap:10px;min-width:0;display:flex}.TopMatchesGroupedGrid-module__CW0tKW__header{justify-content:space-between;align-items:center;gap:12px;padding:0 4px;display:flex}.TopMatchesGroupedGrid-module__CW0tKW__titleGroup{align-items:center;gap:10px;min-width:0;padding-left:12px;display:flex;position:relative}.TopMatchesGroupedGrid-module__CW0tKW__titleGroup:before{content:"";border-radius:var(--app-radius-pill);background:var(--a24-brand);width:4px;height:18px;box-shadow:var(--app-glow-accent);position:absolute;top:50%;left:0;transform:translateY(-50%)}.TopMatchesGroupedGrid-module__CW0tKW__sportIcon{flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.TopMatchesGroupedGrid-module__CW0tKW__title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;font-weight:700;overflow:hidden}.TopMatchesGroupedGrid-module__CW0tKW__more{color:var(--text2);flex-shrink:0;align-items:center;gap:6px;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.TopMatchesGroupedGrid-module__CW0tKW__more:hover{color:var(--a24-brand)}.TopMatchesGroupedGrid-module__CW0tKW__moreIcon{transition:transform .15s}.TopMatchesGroupedGrid-module__CW0tKW__more:hover .TopMatchesGroupedGrid-module__CW0tKW__moreIcon{transform:translate(2px)}.TopMatchesGroupedGrid-module__CW0tKW__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(var(--a24-brand-rgb), .45) transparent;gap:8px;padding:2px 4px 10px;scroll-padding-inline:4px;display:flex;overflow:auto hidden}.TopMatchesGroupedGrid-module__CW0tKW__track::-webkit-scrollbar{height:8px}.TopMatchesGroupedGrid-module__CW0tKW__track::-webkit-scrollbar-track{background:0 0}.TopMatchesGroupedGrid-module__CW0tKW__track::-webkit-scrollbar-thumb{background-color:rgba(var(--a24-brand-rgb), .4);border-radius:var(--app-radius-pill)}.TopMatchesGroupedGrid-module__CW0tKW__track::-webkit-scrollbar-thumb:hover{background-color:rgba(var(--a24-brand-rgb), .65)}.TopMatchesGroupedGrid-module__CW0tKW__slot{scroll-snap-align:start;flex:0 0 298px;width:298px;min-width:0;max-width:298px;display:flex}.TopMatchesGroupedGrid-module__CW0tKW__slot>article{flex:auto;width:100%;min-width:0;max-width:100%}@media (max-width:1024px){.TopMatchesGroupedGrid-module__CW0tKW__slot{flex-basis:300px;width:300px;max-width:300px}}@media (max-width:560px){.TopMatchesGroupedGrid-module__CW0tKW__slot{flex-basis:85%;width:85%;max-width:85%}}.TopMatchesGroupedGrid-module__CW0tKW__ctaCard{border-radius:var(--app-radius-card);border:1px solid var(--app-hairline);background:var(--app-surface-1);width:298px;min-width:298px;max-width:298px;height:100%;min-height:170px;box-shadow:var(--app-sheen);transition:border-color .16s var(--app-ease), box-shadow .16s var(--app-ease);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:14px;padding:20px 16px;text-decoration:none;display:flex}.TopMatchesGroupedGrid-module__CW0tKW__ctaCard:hover{border-color:rgba(var(--a24-brand-rgb), .45);box-shadow:var(--app-glow-ring)}.TopMatchesGroupedGrid-module__CW0tKW__ctaTitle{color:var(--text2);text-align:center;letter-spacing:.01em;font-size:13px;font-weight:500;line-height:1.35}.TopMatchesGroupedGrid-module__CW0tKW__ctaButton{background:var(--a24-brand);color:#fff;letter-spacing:.04em;text-transform:uppercase;height:36px;box-shadow:var(--app-glow-accent);transition:background .16s var(--app-ease), box-shadow .16s var(--app-ease);border-radius:9px;align-items:center;gap:6px;padding:0 16px;font-size:12px;font-weight:800;display:inline-flex}.TopMatchesGroupedGrid-module__CW0tKW__ctaCard:hover .TopMatchesGroupedGrid-module__CW0tKW__ctaButton{background:var(--a24-brand-hover);box-shadow:0 0 24px rgba(var(--a24-brand-rgb), .6)}.TopMatchesGroupedGrid-module__CW0tKW__empty{text-align:center;color:var(--app-text-muted);border-radius:var(--app-radius-card);border:1px solid var(--app-hairline);background:var(--app-surface-1);box-shadow:var(--app-sheen);padding:48px 24px;font-size:14px}
.TopMatchCard-module__ALSVdG__card{border:1px solid var(--border);background:var(--surface);width:100%;height:100%;transition:border-color .16s var(--app-ease), box-shadow .16s var(--app-ease);border-radius:14px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 8px #15171f0d}.TopMatchCard-module__ALSVdG__card:hover{border-color:rgba(var(--a24-brand-rgb), .4);box-shadow:var(--app-glow-soft)}.TopMatchCard-module__ALSVdG__head{align-items:center;gap:8px;padding:12px 13px 0;display:flex}.TopMatchCard-module__ALSVdG__sport{font:700 11px/1 var(--app-font-base);border-radius:7px;flex-shrink:0;align-items:center;gap:5px;padding:4px 9px;display:inline-flex}.TopMatchCard-module__ALSVdG__champ{min-width:0;font:600 12px/1.2 var(--app-font-base);color:var(--text3);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.TopMatchCard-module__ALSVdG__star{width:24px;height:24px;color:var(--text3);cursor:pointer;transition:color .14s var(--app-ease);background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.TopMatchCard-module__ALSVdG__star:hover,.TopMatchCard-module__ALSVdG__starActive{color:var(--a24-brand)}.TopMatchCard-module__ALSVdG__board{color:inherit;flex:auto;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:14px 13px;text-decoration:none;display:grid}.TopMatchCard-module__ALSVdG__team{flex-direction:column;align-items:center;gap:9px;min-width:0;display:flex}.TopMatchCard-module__ALSVdG__avatar{background:var(--surface2);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;overflow:hidden}.TopMatchCard-module__ALSVdG__teamName{max-width:100%;font:600 13px/1.25 var(--app-font-base);color:var(--text);text-align:center;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.TopMatchCard-module__ALSVdG__center{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;padding:0 4px;display:flex}.TopMatchCard-module__ALSVdG__topBadge{background:var(--a24-brand);color:#fff;font:700 9px/1 var(--app-font-base);letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;border-radius:6px;margin-bottom:2px;padding:4px 8px}.TopMatchCard-module__ALSVdG__time{font:800 17px/1 var(--app-font-display);color:var(--text);font-variant-numeric:tabular-nums}.TopMatchCard-module__ALSVdG__date{font:500 11px/1 var(--app-font-base);color:var(--text3)}.TopMatchCard-module__ALSVdG__odds{grid-template-columns:repeat(3,1fr);gap:6px;padding:0 13px 13px;display:grid}.TopMatchCard-module__ALSVdG__odds>*{min-height:46px}.TopMatchCard-module__ALSVdG__oddLock{border:1px solid var(--border);background:var(--chip);min-height:46px;color:var(--text3);font:700 12px/1 var(--app-font-base);border-radius:10px;justify-content:space-between;align-items:center;padding:0 12px;display:flex}
.TopMatchesTable-module__5AgVda__wrap{flex-direction:column;gap:10px;display:flex}.TopMatchesTable-module__5AgVda__tabs{border:1px solid var(--app-hairline);background:var(--app-surface-1);box-shadow:var(--app-sheen);scrollbar-width:none;border-radius:12px;gap:6px;padding:6px;display:flex;overflow-x:auto}.TopMatchesTable-module__5AgVda__tabs::-webkit-scrollbar{height:0}.TopMatchesTable-module__5AgVda__tab{border:1px solid var(--app-hairline);background:var(--surface);height:36px;color:var(--text2);letter-spacing:.02em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background-color .16s var(--app-ease), border-color .16s var(--app-ease), color .16s var(--app-ease), box-shadow .16s var(--app-ease);border-radius:9px;flex-shrink:0;align-items:center;gap:7px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.TopMatchesTable-module__5AgVda__tab:hover{border-color:rgba(var(--a24-brand-rgb), .5);background:rgba(var(--a24-brand-rgb), .14);color:#fff}.TopMatchesTable-module__5AgVda__tabActive{color:#fff;border-color:var(--a24-focus);background:linear-gradient(180deg, var(--a24-focus) 0%, var(--a24-brand) 100%);box-shadow:var(--app-glow-accent)}.TopMatchesTable-module__5AgVda__tabIcon{justify-content:center;align-items:center;display:inline-flex}.TopMatchesTable-module__5AgVda__tabLabel{line-height:1}.TopMatchesTable-module__5AgVda__root{background:0 0;border:0;flex-direction:column;display:flex}.TopMatchesTable-module__5AgVda__head,.TopMatchesTable-module__5AgVda__row{grid-template-columns:minmax(0, 1fr) repeat(var(--odds-cols,6), minmax(46px, 54px)) 52px;align-items:center;gap:6px;display:grid}.TopMatchesTable-module__5AgVda__head{font-family:var(--app-font-base);letter-spacing:.01em;color:var(--text3);padding:0 12px 7px;font-size:10px;font-weight:700}.TopMatchesTable-module__5AgVda__head>span{text-align:center;line-height:1}.TopMatchesTable-module__5AgVda__headEvent{text-align:left!important}.TopMatchesTable-module__5AgVda__body{flex-direction:column;display:flex}.TopMatchesTable-module__5AgVda__row{border:1px solid var(--border);background:var(--surface);transition:border-color .14s var(--app-ease), box-shadow .14s var(--app-ease);border-radius:12px;margin-bottom:8px;padding:11px 12px}.TopMatchesTable-module__5AgVda__row:hover{border-color:rgba(var(--a24-brand-rgb), .45);box-shadow:0 2px 10px rgba(var(--a24-brand-rgb), .1)}.TopMatchesTable-module__5AgVda__eventCell{min-width:0;color:inherit;cursor:pointer;transition:opacity .14s var(--app-ease);align-items:center;gap:10px;text-decoration:none;display:flex}.TopMatchesTable-module__5AgVda__eventCell:hover{opacity:.78}.TopMatchesTable-module__5AgVda__time{font-variant-numeric:tabular-nums;flex-direction:column;flex-shrink:0;width:60px;display:flex;overflow:hidden}.TopMatchesTable-module__5AgVda__timeHour{font-family:var(--app-font-display);color:var(--text);font-size:12px;font-weight:700;line-height:1}.TopMatchesTable-module__5AgVda__timeDate{font-family:var(--app-font-base);color:var(--text3);margin-top:3px;font-size:10px;font-weight:500;line-height:1}.TopMatchesTable-module__5AgVda__teams{flex-direction:column;gap:5px;min-width:0;display:flex}.TopMatchesTable-module__5AgVda__team{min-width:0;font-family:var(--app-font-base);color:var(--text);align-items:center;gap:7px;font-size:13px;font-weight:600;line-height:1.1;display:flex}.TopMatchesTable-module__5AgVda__teamName{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.TopMatchesTable-module__5AgVda__teamLogo{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.TopMatchesTable-module__5AgVda__teamLogo img,.TopMatchesTable-module__5AgVda__teamLogo svg{object-fit:contain;width:100%;height:100%}.TopMatchesTable-module__5AgVda__odd{align-items:stretch;height:40px;display:flex}.TopMatchesTable-module__5AgVda__odd>*{flex:1;min-width:0}.TopMatchesTable-module__5AgVda__lockCell{width:100%;height:40px;color:var(--text3);font-family:var(--app-font-display);font-variant-numeric:tabular-nums;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.TopMatchesTable-module__5AgVda__total{border:1px dashed var(--border);height:40px;font-family:var(--app-font-display);color:var(--text3);font-variant-numeric:tabular-nums;cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none;background:0 0;border-radius:9px;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.TopMatchesTable-module__5AgVda__more{height:40px;color:var(--a24-brand);font-family:var(--app-font-base);font-variant-numeric:tabular-nums;transition:background-color .14s var(--app-ease);background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.TopMatchesTable-module__5AgVda__more:hover{background:rgba(var(--a24-brand-rgb), .08)}.TopMatchesTable-module__5AgVda__skeletonRow{grid-template-columns:minmax(0, 1fr) repeat(var(--odds-cols,6), minmax(46px, 54px)) 52px;border:1px solid var(--border);background:var(--surface);border-radius:12px;align-items:center;gap:6px;margin-bottom:8px;padding:11px 12px;display:grid}.TopMatchesTable-module__5AgVda__shimmer{background:linear-gradient(90deg, var(--chip) 0%, rgba(var(--a24-brand-rgb), .18) 50%, var(--chip) 100%);background-size:220% 100%;border-radius:8px;height:30px;animation:1.2s ease-in-out infinite TopMatchesTable-module__5AgVda__tm-shimmer}.TopMatchesTable-module__5AgVda__skEvent{height:34px}@keyframes TopMatchesTable-module__5AgVda__tm-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}.TopMatchesTable-module__5AgVda__empty{text-align:center;color:var(--app-text-muted);border:1px solid var(--app-hairline);border-radius:var(--app-radius-card);background:var(--app-surface-1);box-shadow:var(--app-sheen);padding:40px 24px;font-size:14px}@media (max-width:768px){.TopMatchesTable-module__5AgVda__head,.TopMatchesTable-module__5AgVda__row,.TopMatchesTable-module__5AgVda__skeletonRow{grid-template-columns:minmax(0, 1fr) repeat(var(--odds-cols,6), minmax(40px, 48px)) 44px;gap:5px}.TopMatchesTable-module__5AgVda__row{padding:10px}.TopMatchesTable-module__5AgVda__time{width:48px}.TopMatchesTable-module__5AgVda__team{font-size:12px}.TopMatchesTable-module__5AgVda__odd,.TopMatchesTable-module__5AgVda__lockCell,.TopMatchesTable-module__5AgVda__total,.TopMatchesTable-module__5AgVda__more{height:38px}}.TopMatchesTable-module__5AgVda__cardGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}@media (max-width:1100px){.TopMatchesTable-module__5AgVda__cardGrid{grid-template-columns:minmax(0,1fr)}}.TopMatchesTable-module__5AgVda__tableWrap{flex-direction:column;gap:0;display:flex}.TopMatchesTable-module__5AgVda__groupHead{border:1px solid rgba(var(--a24-brand-rgb), .16);background:rgba(var(--a24-brand-rgb), .07);cursor:pointer;text-align:left;width:100%;transition:background-color .14s var(--app-ease), border-color .14s var(--app-ease);border-radius:10px;align-items:center;gap:9px;margin:12px 0 4px;padding:10px 12px;display:flex}.TopMatchesTable-module__5AgVda__root:first-child .TopMatchesTable-module__5AgVda__groupHead{margin-top:0}.TopMatchesTable-module__5AgVda__groupHead:hover{background:rgba(var(--a24-brand-rgb), .12);border-color:rgba(var(--a24-brand-rgb), .3)}.TopMatchesTable-module__5AgVda__groupChevron{color:var(--a24-brand);transition:transform .15s var(--app-ease);flex-shrink:0}.TopMatchesTable-module__5AgVda__groupChevronCollapsed{transform:rotate(-90deg)}.TopMatchesTable-module__5AgVda__groupIcon{flex-shrink:0;align-items:center;display:inline-flex}.TopMatchesTable-module__5AgVda__groupTitle{min-width:0;font:700 14px/1 var(--app-font-base);color:var(--text);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.TopMatchesTable-module__5AgVda__groupCount{font:700 11px/1 var(--app-font-base);color:var(--a24-brand);background:rgba(var(--a24-brand-rgb), .14);font-variant-numeric:tabular-nums;border-radius:20px;flex-shrink:0;padding:2px 7px}.TopMatchesTable-module__5AgVda__odd [data-variant=live-card]{border:1px solid var(--border);background:var(--surface2);border-radius:9px;justify-content:center;align-items:center;width:100%;height:40px;min-height:0;padding:0}.TopMatchesTable-module__5AgVda__odd [data-variant=live-card] [data-section=top]{display:none}.TopMatchesTable-module__5AgVda__odd [data-variant=live-card] [data-section=bottom]{min-height:unset;font-family:var(--app-font-display);letter-spacing:0;padding:0;font-size:14px;font-weight:700}.TopMatchesTable-module__5AgVda__odd[data-emphasis=primary] [data-variant=live-card] [data-section=bottom]{color:var(--text)}.TopMatchesTable-module__5AgVda__odd[data-emphasis=muted] [data-variant=live-card] [data-section=bottom]{color:var(--text3);font-weight:600}.TopMatchesTable-module__5AgVda__odd [data-variant=live-card]:hover{border-color:rgba(var(--a24-brand-rgb), .55);box-shadow:0 0 0 1px rgba(var(--a24-brand-rgb), .2)}.TopMatchesTable-module__5AgVda__odd [data-variant=live-card][data-selected=true]{background:var(--a24-brand);border-color:var(--a24-brand)}.TopMatchesTable-module__5AgVda__odd[data-emphasis] [data-variant=live-card][data-selected=true] [data-section=bottom]{color:#fff;font-weight:700}
.TopMatchesCarousel-module__R_wIIq__root{flex-direction:column;gap:24px;display:flex}.TopMatchesCarousel-module__R_wIIq__carouselSection{flex-direction:column;gap:10px;min-width:0;display:flex}.TopMatchesCarousel-module__R_wIIq__carouselHeader{justify-content:space-between;align-items:center;gap:12px;padding:0 4px;display:flex}.TopMatchesCarousel-module__R_wIIq__titleGroup{align-items:center;gap:10px;min-width:0;display:flex}.TopMatchesCarousel-module__R_wIIq__sportIcon{flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.TopMatchesCarousel-module__R_wIIq__title{font:700 16px/1 var(--app-font-display);color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.TopMatchesCarousel-module__R_wIIq__count{font:700 12px/1 var(--app-font-base);color:var(--text3);background:var(--chip);border-radius:20px;flex-shrink:0;padding:2px 8px}.TopMatchesCarousel-module__R_wIIq__headerRight{flex-shrink:0;align-items:center;gap:10px;display:flex}.TopMatchesCarousel-module__R_wIIq__more{font:600 13px/1 var(--app-font-base);color:var(--text2);transition:color .15s var(--app-ease);text-decoration:none}.TopMatchesCarousel-module__R_wIIq__more:hover{color:var(--a24-brand)}.TopMatchesCarousel-module__R_wIIq__nav{align-items:center;gap:6px;display:inline-flex}.TopMatchesCarousel-module__R_wIIq__navBtn{border:1px solid var(--border);background:var(--surface);width:30px;height:30px;color:var(--text3);cursor:pointer;transition:color .15s var(--app-ease), border-color .15s var(--app-ease), background .15s var(--app-ease);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.TopMatchesCarousel-module__R_wIIq__navBtn:hover{color:var(--a24-brand);border-color:var(--a24-brand);background:var(--surface2)}.TopMatchesCarousel-module__R_wIIq__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--border) transparent;gap:10px;padding:2px 4px 10px;scroll-padding-inline:4px;display:flex;overflow:auto hidden}.TopMatchesCarousel-module__R_wIIq__track::-webkit-scrollbar{height:8px}.TopMatchesCarousel-module__R_wIIq__track::-webkit-scrollbar-track{background:0 0}.TopMatchesCarousel-module__R_wIIq__track::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:4px}.TopMatchesCarousel-module__R_wIIq__slot{scroll-snap-align:start;flex:0 0 340px;width:340px;min-width:0;max-width:100%;display:flex}.TopMatchesCarousel-module__R_wIIq__empty{text-align:center;color:var(--text3);font:500 14px/1.4 var(--app-font-base);padding:32px 24px}@media (max-width:560px){.TopMatchesCarousel-module__R_wIIq__slot{flex:0 0 86%;width:86%;max-width:86%}}
.HomeLiveLineSection-module__V76LtG__panel{flex-direction:column;gap:16px;display:flex}.HomeLiveLineSection-module__V76LtG__head{background:var(--surface);border:1px solid var(--border);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-height:60px;padding:0 18px;display:flex}.HomeLiveLineSection-module__V76LtG__tabs{align-items:stretch;gap:28px;display:flex}.HomeLiveLineSection-module__V76LtG__tab{cursor:pointer;font:700 19px/1 var(--app-font-display);color:var(--text3);transition:color .2s var(--app-ease);background:0 0;border:none;align-items:center;gap:9px;padding:19px 2px;display:inline-flex;position:relative}.HomeLiveLineSection-module__V76LtG__tab:hover{color:var(--text2)}.HomeLiveLineSection-module__V76LtG__tabActive{color:var(--text)}.HomeLiveLineSection-module__V76LtG__tabActive:after{content:"";background:var(--a24-brand);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:-1px;left:0;right:0}.HomeLiveLineSection-module__V76LtG__liveDot{background:var(--text3);border-radius:50%;width:8px;height:8px}.HomeLiveLineSection-module__V76LtG__tabLive.HomeLiveLineSection-module__V76LtG__tabActive .HomeLiveLineSection-module__V76LtG__liveDot,.HomeLiveLineSection-module__V76LtG__tabLive:hover .HomeLiveLineSection-module__V76LtG__liveDot{background:var(--a24-green)}.HomeLiveLineSection-module__V76LtG__tabLive.HomeLiveLineSection-module__V76LtG__tabActive .HomeLiveLineSection-module__V76LtG__liveDot{animation:1.4s ease-in-out infinite HomeLiveLineSection-module__V76LtG__feed-live-pulse}@keyframes HomeLiveLineSection-module__V76LtG__feed-live-pulse{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-reduced-motion:reduce){.HomeLiveLineSection-module__V76LtG__tabLive.HomeLiveLineSection-module__V76LtG__tabActive .HomeLiveLineSection-module__V76LtG__liveDot{animation:none}}.HomeLiveLineSection-module__V76LtG__count{background:var(--chip);min-width:22px;color:var(--text3);font:700 12px/1 var(--app-font-base);font-variant-numeric:tabular-nums;border-radius:20px;justify-content:center;align-items:center;padding:3px 8px;display:inline-flex}.HomeLiveLineSection-module__V76LtG__tabActive .HomeLiveLineSection-module__V76LtG__count{background:rgba(var(--a24-brand-rgb), .12);color:var(--a24-brand)}.HomeLiveLineSection-module__V76LtG__tabLive.HomeLiveLineSection-module__V76LtG__tabActive .HomeLiveLineSection-module__V76LtG__count{background:rgba(var(--a24-green-rgb), .14);color:var(--a24-green)}.HomeLiveLineSection-module__V76LtG__headRight{flex-shrink:0;align-items:center;gap:12px;display:flex}.HomeLiveLineSection-module__V76LtG__hint{font:500 13px/1 var(--app-font-base);color:var(--text3);white-space:nowrap}.HomeLiveLineSection-module__V76LtG__viewToggle{gap:6px;display:flex}@media (max-width:768px){.HomeLiveLineSection-module__V76LtG__viewToggle{display:none}}.HomeLiveLineSection-module__V76LtG__viewBtn{border:1px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--text3);cursor:pointer;transition:color .15s var(--app-ease), border-color .15s var(--app-ease), background .15s var(--app-ease);border-radius:9px;justify-content:center;align-items:center;display:inline-flex}.HomeLiveLineSection-module__V76LtG__viewBtn:hover{color:var(--a24-brand);border-color:rgba(var(--a24-brand-rgb), .4)}.HomeLiveLineSection-module__V76LtG__viewActive{background:rgba(var(--a24-brand-rgb), .1);border-color:rgba(var(--a24-brand-rgb), .3);color:var(--a24-brand)}.HomeLiveLineSection-module__V76LtG__chips{scrollbar-width:none;align-items:center;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.HomeLiveLineSection-module__V76LtG__chips::-webkit-scrollbar{height:0}.HomeLiveLineSection-module__V76LtG__chip{border:1px solid var(--border);background:var(--surface);color:var(--text2);cursor:pointer;font:600 14px/1 var(--app-font-base);white-space:nowrap;transition:color .15s var(--app-ease), border-color .15s var(--app-ease), background .15s var(--app-ease);border-radius:12px;flex-shrink:0;align-items:center;gap:8px;padding:9px 14px;display:inline-flex}.HomeLiveLineSection-module__V76LtG__chip:hover{color:var(--text);border-color:rgba(var(--a24-brand-rgb), .5)}.HomeLiveLineSection-module__V76LtG__chipIcon{align-items:center;display:inline-flex}.HomeLiveLineSection-module__V76LtG__chipCount{background:var(--bg);min-width:20px;color:var(--text3);font:700 12px/1 var(--app-font-base);font-variant-numeric:tabular-nums;border-radius:20px;justify-content:center;align-items:center;padding:2px 7px;display:inline-flex}.HomeLiveLineSection-module__V76LtG__chipActive{background:var(--a24-brand);border-color:var(--a24-brand);color:#fff;box-shadow:0 4px 12px rgba(var(--a24-brand-rgb), .28)}.HomeLiveLineSection-module__V76LtG__chipActive .HomeLiveLineSection-module__V76LtG__chipCount{color:#fff;background:#ffffff42}.HomeLiveLineSection-module__V76LtG__chipFav.HomeLiveLineSection-module__V76LtG__chipActive{background:var(--a24-yellow);border-color:var(--a24-yellow);box-shadow:0 4px 12px #e0a92e4d}.HomeLiveLineSection-module__V76LtG__body{min-width:0}.HomeLiveLineSection-module__V76LtG__empty{text-align:center;color:var(--text2);border:1px solid var(--border);border-radius:var(--app-radius-card,14px);background:var(--surface);margin-top:12px;padding:40px 24px;font-size:14px}@media (max-width:640px){.HomeLiveLineSection-module__V76LtG__head{min-height:52px;padding:0 12px}.HomeLiveLineSection-module__V76LtG__tab{padding:15px 2px;font-size:16px}.HomeLiveLineSection-module__V76LtG__hint{display:none}}.HomeLiveLineSection-module__V76LtG__mobileHead{display:none}@media (max-width:1023px){.HomeLiveLineSection-module__V76LtG__mobileHead{top:var(--app-header-height,68px);z-index:9;background:var(--bg);border-bottom:1px solid var(--border);flex-direction:column;gap:10px;padding:10px 16px;display:flex;position:sticky}.HomeLiveLineSection-module__V76LtG__head,.HomeLiveLineSection-module__V76LtG__chips{display:none}}.HomeLiveLineSection-module__V76LtG__mobileTitleRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.HomeLiveLineSection-module__V76LtG__mobileTitle{font:800 18px/1.2 var(--app-font-display);color:var(--text);margin:0}.HomeLiveLineSection-module__V76LtG__mobileSeeAll{font:600 14px/1.2 var(--app-font-base);color:var(--a24-brand);transition:opacity .15s var(--app-ease);flex-shrink:0;text-decoration:none}.HomeLiveLineSection-module__V76LtG__mobileSeeAll:active{opacity:.7}.HomeLiveLineSection-module__V76LtG__pills{align-items:center;gap:10px;display:flex}.HomeLiveLineSection-module__V76LtG__pill{cursor:pointer;height:38px;font:700 15px/1 var(--app-font-display);transition:background .15s var(--app-ease), color .15s var(--app-ease), border-color .15s var(--app-ease);border-radius:19px;justify-content:center;align-items:center;gap:8px;display:inline-flex}.HomeLiveLineSection-module__V76LtG__pillIdle{border:1px solid var(--border);background:var(--surface);width:38px;color:var(--text);padding:0}.HomeLiveLineSection-module__V76LtG__pillActive{border:1px solid var(--a24-brand);background:var(--a24-brand);color:#fff;box-shadow:0 4px 12px rgba(var(--a24-brand-rgb), .28);padding:0 16px}.HomeLiveLineSection-module__V76LtG__pillDot{background:#fff;border-radius:50%;width:7px;height:7px}.HomeLiveLineSection-module__V76LtG__pillDotLive{background:var(--a24-red);animation:1.4s ease-in-out infinite HomeLiveLineSection-module__V76LtG__feed-live-pulse}@media (prefers-reduced-motion:reduce){.HomeLiveLineSection-module__V76LtG__pillDotLive{animation:none}}
.AsideExtras-module__ZcDTzG__root{flex-direction:column;gap:16px;margin-top:16px;display:flex}.AsideExtras-module__ZcDTzG__deposit{background:var(--a24-brand);color:#fff;box-shadow:0 6px 18px rgba(var(--a24-brand-rgb), .26);border-radius:14px;align-items:center;gap:14px;padding:16px 18px;text-decoration:none;transition:background .16s;display:flex}.AsideExtras-module__ZcDTzG__deposit:hover{background:var(--a24-brand-hover)}.AsideExtras-module__ZcDTzG__depositIcon{color:#fff;background:#ffffff2e;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.AsideExtras-module__ZcDTzG__depositText{flex:1;min-width:0}.AsideExtras-module__ZcDTzG__depositTitle{font-family:var(--app-font-display);color:#fff;font-size:16px;font-weight:800;line-height:1.1}.AsideExtras-module__ZcDTzG__depositSubtitle{font-family:var(--app-font-base);color:#ffffffd9;margin-top:3px;font-size:12px;font-weight:500;line-height:1.2}.AsideExtras-module__ZcDTzG__depositChevron{color:#fffc;flex-shrink:0}.AsideExtras-module__ZcDTzG__card{border:1px solid var(--border);background:var(--surface);border-radius:14px;overflow:hidden}.AsideExtras-module__ZcDTzG__cardHeader{border-bottom:1px solid var(--border);font-family:var(--app-font-base);letter-spacing:.06em;text-transform:uppercase;color:var(--text3);padding:14px 16px;font-size:12px;font-weight:700;line-height:1}.AsideExtras-module__ZcDTzG__list{padding:6px}.AsideExtras-module__ZcDTzG__listItem{width:100%;font-family:var(--app-font-base);color:var(--text2);border-radius:10px;align-items:center;gap:10px;padding:9px 10px;font-size:13px;font-weight:600;line-height:1;text-decoration:none;transition:background .14s,color .14s;display:flex}.AsideExtras-module__ZcDTzG__listItem:hover{background:var(--surface2);color:var(--text)}.AsideExtras-module__ZcDTzG__flag{font-size:16px;line-height:1}.AsideExtras-module__ZcDTzG__cardFooter{border-top:1px solid var(--border);font-family:var(--app-font-base);color:var(--a24-brand);padding:11px 16px;font-size:13px;font-weight:700;line-height:1;text-decoration:none;transition:background .14s;display:block}.AsideExtras-module__ZcDTzG__cardFooter:hover{background:var(--surface2)}.AsideExtras-module__ZcDTzG__support{border:1px solid var(--border);background:var(--surface);text-align:left;border-radius:14px;padding:18px}.AsideExtras-module__ZcDTzG__supportTitle{font-family:var(--app-font-display);color:var(--text);font-size:15px;font-weight:800;line-height:1}.AsideExtras-module__ZcDTzG__supportTitleAccent{color:var(--a24-brand)}.AsideExtras-module__ZcDTzG__supportSubtitle{font-family:var(--app-font-base);color:var(--text3);margin:5px 0 14px;font-size:13px;font-weight:500;line-height:1.3}.AsideExtras-module__ZcDTzG__supportButton{background:var(--a24-brand);color:#fff;width:100%;font-family:var(--app-font-base);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:11px;font-size:13px;font-weight:700;line-height:1;text-decoration:none;transition:background .16s;display:flex}.AsideExtras-module__ZcDTzG__supportButton:hover{background:var(--a24-brand-hover)}
/*# sourceMappingURL=0kw.ba7~lpsxg.css.map*/