.TopMatchesGridCard-module__C3F3fa__card{background:#1c1d1e;border:1px solid #2a2c2e;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:#3a3d42}.TopMatchesGridCard-module__C3F3fa__infoBlock{color:inherit;background:#1a1b1c;border-bottom:1px solid #2a2c2e;grid-area:info;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:flex}.TopMatchesGridCard-module__C3F3fa__sportBadge{background:var(--app-color-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(--app-color-brand);text-transform:uppercase;letter-spacing:.3px;flex-shrink:0;font-size:12px;font-weight:700}.TopMatchesGridCard-module__C3F3fa__champName{color:#999;white-space:nowrap;text-overflow:ellipsis;min-width:0;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:#e8eaed;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(--app-color-brand)}.TopMatchesGridCard-module__C3F3fa__vs{color:#505358;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:#7a7d83;white-space:nowrap;font-size:12px;font-weight:600}.TopMatchesGridCard-module__C3F3fa__timeText{color:#d0d2d6;letter-spacing:-.3px;font-size:16px;font-weight:800}.TopMatchesGridCard-module__C3F3fa__eventNo{color:#555860;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{opacity:.65;background:linear-gradient(#1b1c1e 0%,#131415 100%);border:1px solid #2a2b2d;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 #ffffff0a,inset 0 -1px #00000059}.TopMatchesGridCard-module__C3F3fa__lockOdd:before{content:"";background:var(--odd-accent,#3a3d40);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]{--odd-accent:#4cb8ff}.TopMatchesGridCard-module__C3F3fa__lockOdd[data-position=draw]{--odd-accent:#9aa0ac}.TopMatchesGridCard-module__C3F3fa__lockOdd[data-position=away]{--odd-accent:#ff9e4c}.TopMatchesGridCard-module__C3F3fa__lockLabel{color:#8b8f97;letter-spacing:.04em;text-transform:uppercase;justify-content:center;align-items:center;min-height:18px;font-size:11px;font-weight:600;display:flex}.TopMatchesGridCard-module__C3F3fa__lockOdd[data-position=home] .TopMatchesGridCard-module__C3F3fa__lockLabel{color:#6fc6ff}.TopMatchesGridCard-module__C3F3fa__lockOdd[data-position=draw] .TopMatchesGridCard-module__C3F3fa__lockLabel{color:#a8aeb9}.TopMatchesGridCard-module__C3F3fa__lockOdd[data-position=away] .TopMatchesGridCard-module__C3F3fa__lockLabel{color:#ffb074}.TopMatchesGridCard-module__C3F3fa__lockValue{color:#4a4d52;font-variant-numeric:tabular-nums;justify-content:center;align-items:center;min-height:22px;font-size:15px;font-weight:700;display:flex}.TopMatchesGridCard-module__C3F3fa__moreOdds{color:var(--app-color-brand);background:rgba(var(--app-color-brand-rgb), .05);white-space:nowrap;border-left:1px solid #2a2c2e;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(--app-color-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 #2a2c2e;border-right:1px solid #2a2c2e;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{color:#f2f5fa;text-transform:uppercase;background:linear-gradient(#242526 0%,#1d1e1f 100%);border:1px solid #242424;border-radius:10px;margin:0;padding:10px 12px;font-size:16px;font-weight:700}.TopMatchesGrid-module__tAH9oq__filterBar{z-index:10;background:#121212;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{color:#b0b3b8;letter-spacing:.1px;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:#212223;border:1px solid #242424;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;height:36px;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:#2a2b2d;border-color:#4a4d52}.TopMatchesGrid-module__tAH9oq__sportChipActive{background:var(--app-color-brand);border-color:var(--app-color-brand);color:#000}.TopMatchesGrid-module__tAH9oq__sportChipActive:hover{background:var(--app-color-brand);border-color:var(--app-color-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:#6c7078;background:linear-gradient(#242526 0%,#1d1e1f 100%);border:1px solid #242424;border-radius:10px;padding:40px 16px;font-size:14px}.TopMatchesGrid-module__tAH9oq__scrollContainer{scrollbar-width:thin;scrollbar-color:#787878 #181a1c;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{background:linear-gradient(#242526 0%,#1d1e1f 100%);border:1px solid #242424;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{color:#f2f5fa;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:14px;font-weight:700;overflow:hidden}.TopMatchesGrid-module__tAH9oq__groupHeaderCount{background:rgba(var(--app-color-brand-rgb), .14);min-width:28px;height:22px;color:var(--app-color-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}
.TopMatchesSlideCard-module__uZQXIq__card{width:298px;min-width:298px;max-width:298px;height:100%;color:inherit;background-color:#0e1419;background-position:0,50%;background-repeat:no-repeat,no-repeat;background-size:auto,cover;border:1px solid #242424;border-radius:12px;flex-direction:column;flex-shrink:0;display:flex;position:relative;overflow:hidden}.TopMatchesSlideCard-module__uZQXIq__card[data-no-bg=true]{background:linear-gradient(#00000073 0%,#0003 45%,#0009 100%),linear-gradient(#17263d99 1.64%,#17263d14 63.09%,#17263d00 87.58%),#619a38}.TopMatchesSlideCard-module__uZQXIq__card[data-no-page]{opacity:.86;border-style:dashed;border-color:#3a3c42}.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:#f4f6fa;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(--app-color-brand);border-color:rgba(var(--app-color-brand-rgb), .5);background:#0009}.TopMatchesSlideCard-module__uZQXIq__favBtnActive{color:var(--app-color-brand);border-color:rgba(var(--app-color-brand-rgb), .45)}.TopMatchesSlideCard-module__uZQXIq__sportBadge{color:#f4f6fa;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{color:#d8dce2;height:18px;font-family:var(--app-font-base);letter-spacing:.02em;font-variant-numeric:tabular-nums;background:#57793ecc;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:#c8ccd2;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{color:#fff;min-width:30px;height:18px;font-family:var(--app-font-base);letter-spacing:.02em;font-variant-numeric:tabular-nums;background:#622b2b99;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{color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.TopMatchesSlideCard-module__uZQXIq__teamName{width:100%;font-family:var(--app-font-base);color:#fff;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:#fff;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:#c8ccd2;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;cursor:not-allowed;height:36px;font-family:var(--app-font-base);opacity:.6;background:#ffffff2e;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:#fff;flex-shrink:0;font-size:11px;font-weight:700;line-height:1}.TopMatchesSlideCard-module__uZQXIq__lockValue{color:#fff;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}}
.PrematchChampionshipsList-module__asSXnq__root{flex-direction:column;gap:14px;display:flex}.PrematchChampionshipsList-module__asSXnq__chips{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:1;gap:6px;min-width:0;padding-right:8px;display:flex;overflow-x:auto}.PrematchChampionshipsList-module__asSXnq__chips::-webkit-scrollbar{display:none}.PrematchChampionshipsList-module__asSXnq__chip{color:#9aa0a7;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:#1a1a1a;border:1px solid #242424;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;height:40px;padding:0 14px;font-family:inherit;font-size:11px;font-weight:700;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.PrematchChampionshipsList-module__asSXnq__chipFlag{justify-content:center;align-items:center;font-size:16px;line-height:1;display:inline-flex}.PrematchChampionshipsList-module__asSXnq__chip:hover{color:#e8edf5;background:#2a2c2f;border-color:#45484c}.PrematchChampionshipsList-module__asSXnq__chip[data-active]{background:var(--app-color-brand);border-color:var(--app-color-brand);color:#111215}.PrematchChampionshipsList-module__asSXnq__groups{flex-direction:column;gap:12px;display:flex}.PrematchChampionshipsList-module__asSXnq__groups[data-virtualized=true]{gap:0;display:block;position:relative}.PrematchChampionshipsList-module__asSXnq__virtualCanvas{width:100%;position:relative}.PrematchChampionshipsList-module__asSXnq__virtualItem{will-change:transform;width:100%;padding-bottom:12px;position:absolute;top:0;left:0}.PrematchChampionshipsList-module__asSXnq__group{background:#1a1a1a;border:1px solid #242424;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.PrematchChampionshipsList-module__asSXnq__groupHeader{background:#242526;border-bottom:1px solid #242424;align-items:center;gap:10px;height:40px;padding:0 14px;display:flex}.PrematchChampionshipsList-module__asSXnq__groupCountry{color:#f1f1f1;text-transform:uppercase;letter-spacing:.2em;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:800;line-height:1;overflow:hidden}.PrematchChampionshipsList-module__asSXnq__groupHeader:after{content:"";flex:1}.PrematchChampionshipsList-module__asSXnq__groupCount{color:var(--app-color-brand);font-variant-numeric:tabular-nums;letter-spacing:.04em;background:rgba(var(--app-color-brand-rgb), .1);border:1px solid rgba(var(--app-color-brand-rgb), .25);border-radius:999px;flex-shrink:0;padding:3px 10px;font-size:11px;font-weight:700}.PrematchChampionshipsList-module__asSXnq__list{flex-direction:column;display:flex}.PrematchChampionshipsList-module__asSXnq__item{color:#d7dce3;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-bottom:1px solid #2a2b3080;border-radius:0;align-items:center;gap:10px;width:100%;height:44px;padding:0 14px;text-decoration:none;transition:background .16s,color .16s;display:flex;position:relative}.PrematchChampionshipsList-module__asSXnq__item:last-child{border-bottom:0}.PrematchChampionshipsList-module__asSXnq__itemAccent{display:none}.PrematchChampionshipsList-module__asSXnq__item:hover{background:rgba(var(--app-color-brand-rgb), .04);color:#fff}.PrematchChampionshipsList-module__asSXnq__item[data-hot]:before{content:"";background:#ff9d40;border-radius:0 2px 2px 0;width:2px;position:absolute;top:8px;bottom:8px;left:0}.PrematchChampionshipsList-module__asSXnq__league{color:inherit;white-space:nowrap;text-overflow:ellipsis;letter-spacing:.01em;flex:1;font-size:13px;font-weight:500;line-height:1.2;overflow:hidden}.PrematchChampionshipsList-module__asSXnq__count{color:#9aa0a7;font-variant-numeric:tabular-nums;background:#24262a;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;gap:3px;min-width:26px;height:20px;padding:0 8px;font-size:11px;font-weight:700;transition:background .16s,color .16s;display:inline-flex}.PrematchChampionshipsList-module__asSXnq__item:hover .PrematchChampionshipsList-module__asSXnq__count{color:#e8edf5;background:#2f3137}.PrematchChampionshipsList-module__asSXnq__item[data-hot] .PrematchChampionshipsList-module__asSXnq__count{color:#ff9d40;background:#ff8c3c1f}.PrematchChampionshipsList-module__asSXnq__item[data-hot]:hover .PrematchChampionshipsList-module__asSXnq__count{color:#ffb066;background:#ff8c3c33}.PrematchChampionshipsList-module__asSXnq__hotIcon{color:inherit}.PrematchChampionshipsList-module__asSXnq__chevron{color:#4a4d52;flex-shrink:0;transition:color .16s,transform .16s}.PrematchChampionshipsList-module__asSXnq__item:hover .PrematchChampionshipsList-module__asSXnq__chevron{color:var(--app-color-brand);transform:translate(2px)}.PrematchChampionshipsList-module__asSXnq__item[data-hot]:hover .PrematchChampionshipsList-module__asSXnq__chevron{color:#ff9d40}.PrematchChampionshipsList-module__asSXnq__empty{text-align:center;color:#55595f;background:#131416;border:1px dashed #262729;border-radius:12px;padding:48px 16px;font-size:14px}@media (max-width:768px){.PrematchChampionshipsList-module__asSXnq__chips{padding-right:0}.PrematchChampionshipsList-module__asSXnq__chip{height:36px;padding:0 14px;font-size:10.5px}.PrematchChampionshipsList-module__asSXnq__groupHeader{height:38px;padding:0 12px}.PrematchChampionshipsList-module__asSXnq__item{height:46px;padding:0 12px}.PrematchChampionshipsList-module__asSXnq__league{font-size:13px}}
.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;display:flex}.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:#f2f5fa;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;font-weight:700;overflow:hidden}.TopMatchesGroupedGrid-module__CW0tKW__more{color:#9ea8b6;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(--app-color-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:#3a3a3a 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:#3a3a3a;border-radius:4px}.TopMatchesGroupedGrid-module__CW0tKW__track::-webkit-scrollbar-thumb:hover{background-color:#4a4a4a}.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{background:#1a1a1a;border:1px solid #242424;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:14px;width:298px;min-width:298px;max-width:298px;height:100%;min-height:170px;padding:20px 16px;text-decoration:none;transition:border-color .15s,background-color .15s;display:flex}.TopMatchesGroupedGrid-module__CW0tKW__ctaCard:hover{background:#1f1f1f;border-color:#3a3a3a}.TopMatchesGroupedGrid-module__CW0tKW__ctaTitle{color:#9aa0a8;text-align:center;letter-spacing:.01em;font-size:13px;font-weight:500;line-height:1.35}.TopMatchesGroupedGrid-module__CW0tKW__ctaButton{background:var(--app-color-brand);color:#0a0a0a;letter-spacing:.04em;text-transform:uppercase;border-radius:6px;align-items:center;gap:6px;height:36px;padding:0 16px;font-size:12px;font-weight:800;transition:background-color .15s;display:inline-flex}.TopMatchesGroupedGrid-module__CW0tKW__ctaCard:hover .TopMatchesGroupedGrid-module__CW0tKW__ctaButton{background:#ffe84e}.TopMatchesGroupedGrid-module__CW0tKW__empty{text-align:center;color:#9ea8b6;background:linear-gradient(#242526 0%,#1d1e1f 100%);border:1px solid #242424;border-radius:10px;padding:48px 24px;font-size:14px}
/*# sourceMappingURL=0khk6ggb.jsvt.css.map*/