.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}
.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=0j4fo.f1fqye5.css.map*/