.Table-module__Zs7sdG__wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.Table-module__Zs7sdG__table{font-size:13px}.Table-module__Zs7sdG__thead{background-color:var(--app-color-brand)}.Table-module__Zs7sdG__th{font-family:var(--app-font-base);color:var(--mantine-color-gray-8);text-align:center;font-weight:500}.Table-module__Zs7sdG__td{text-align:center}.Table-module__Zs7sdG__td:last-of-type{border-left:1px solid var(--table-border-color);font-weight:600}@media (max-width:768px){.Table-module__Zs7sdG__table{min-width:420px;font-size:12px}}
.Button-module___1obvG__root{letter-spacing:.2px;border-radius:10px;height:38px;padding:0 16px;font-size:13px;font-weight:600;transition:opacity .15s}.Button-module___1obvG__root:active{opacity:.8}.Button-module___1obvG__label{font-size:13px;font-weight:600}@media screen and (max-width:768px){.Button-module___1obvG__root{height:36px;font-size:12px}.Button-module___1obvG__label{font-size:12px}}
.KenoCampaign-module__ZsoENq__title{font-family:var(--app-font-base);color:var(--app-color-brand);-webkit-user-select:none;user-select:none;font-size:20px;font-weight:700;line-height:1.3}.KenoCampaign-module__ZsoENq__points{color:#a1a5b0;white-space:nowrap;font-size:14px;font-weight:500}.KenoCampaign-module__ZsoENq__points>b{color:var(--app-color-brand);font-weight:700}@media screen and (max-width:768px){.KenoCampaign-module__ZsoENq__title{font-size:16px}.KenoCampaign-module__ZsoENq__points{font-size:13px}}
.Paper-module__YxNCcq__root{border:1px solid var(--border);background:var(--surface);border-radius:14px;align-items:center;gap:16px;padding:14px 16px;display:flex}@media screen and (max-width:768px){.Paper-module__YxNCcq__root{border-radius:12px;flex-direction:column;align-items:stretch;gap:12px;padding:14px}}
.SignInForm-module__KPpTsa__form{flex-direction:column;gap:14px;display:flex}.SignInForm-module__KPpTsa__form>*{animation:.5s cubic-bezier(.22,1,.36,1) backwards SignInForm-module__KPpTsa__riseIn}.SignInForm-module__KPpTsa__form>:first-child{animation-delay:.1s}.SignInForm-module__KPpTsa__form>:nth-child(2){animation-delay:.14s}.SignInForm-module__KPpTsa__form>:nth-child(3){animation-delay:.18s}.SignInForm-module__KPpTsa__form>:nth-child(4){animation-delay:.22s}@keyframes SignInForm-module__KPpTsa__riseIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.SignInForm-module__KPpTsa__form>*{animation:none}}.SignInForm-module__KPpTsa__form .mantine-InputWrapper-label{font-family:var(--app-font-base);color:var(--text2);text-transform:none;letter-spacing:0;margin-bottom:8px;font-size:12px;font-weight:600}.SignInForm-module__KPpTsa__form .mantine-Input-input{background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:11px;height:48px;min-height:48px;padding-left:40px;font-size:15px;transition:border-color .18s,background .18s,box-shadow .18s}.SignInForm-module__KPpTsa__form .mantine-Input-input:hover{border-color:rgba(var(--a24-brand-rgb), .4)}:is(.SignInForm-module__KPpTsa__form .mantine-Input-input:focus,.SignInForm-module__KPpTsa__form .mantine-Input-input:focus-within){border-color:var(--a24-brand);background:var(--surface);box-shadow:0 0 0 3px rgba(var(--a24-brand-rgb), .12)}.SignInForm-module__KPpTsa__form .mantine-Input-input::placeholder{color:var(--text3)}.SignInForm-module__KPpTsa__form .mantine-Input-section[data-position=left]{color:var(--text3);width:36px;transition:color .18s}.SignInForm-module__KPpTsa__form .mantine-Input-wrapper:has(.mantine-Input-input:focus) .mantine-Input-section[data-position=left]{color:var(--a24-brand)}.SignInForm-module__KPpTsa__form .mantine-PasswordInput-visibilityToggle{color:var(--text3);border-radius:6px}.SignInForm-module__KPpTsa__form .mantine-PasswordInput-visibilityToggle:hover{background:var(--surface2);color:var(--text)}.SignInForm-module__KPpTsa__form .mantine-InputWrapper-error{color:var(--a24-red);margin-top:5px;font-size:12px;font-weight:500}.SignInForm-module__KPpTsa__form .mantine-Input-wrapper[data-error=true] .mantine-Input-input{border-color:var(--a24-red);box-shadow:0 0 0 3px rgba(var(--a24-red-rgb), .12)}.SignInForm-module__KPpTsa__form .mantine-Input-input[data-error=true]{border-color:var(--a24-red);box-shadow:0 0 0 3px rgba(var(--a24-red-rgb), .12)}.SignInForm-module__KPpTsa__optionsRow{justify-content:space-between;align-items:center;gap:8px;margin-top:2px;display:flex}.SignInForm-module__KPpTsa__optionsRow .mantine-Checkbox-input{background:var(--surface2);border:1px solid var(--border);cursor:pointer;border-radius:5px;transition:background .15s,border-color .15s}.SignInForm-module__KPpTsa__optionsRow .mantine-Checkbox-input:checked{background:var(--a24-brand);border-color:var(--a24-brand)}.SignInForm-module__KPpTsa__optionsRow .mantine-Checkbox-icon{color:#fff}.SignInForm-module__KPpTsa__optionsRow .mantine-Checkbox-label{color:var(--text2);padding-left:6px;font-size:12.5px}.SignInForm-module__KPpTsa__forgot{color:var(--a24-brand);font-size:13px;font-weight:600;transition:color .15s}.SignInForm-module__KPpTsa__forgot:hover{color:var(--a24-brand-hover)}.SignInForm-module__KPpTsa__button{--button-height:50px;background-color:var(--a24-brand);color:#fff;font-family:var(--app-font-display);text-transform:none;letter-spacing:0;height:50px;min-height:50px;box-shadow:0 6px 18px rgba(var(--a24-brand-rgb), .28);border-radius:12px;margin-top:6px;font-size:16px;font-weight:700;transition:box-shadow .2s,background-color .2s,transform 80ms}.SignInForm-module__KPpTsa__button .mantine-Button-section{transition:transform .2s cubic-bezier(.22,1,.36,1)}.SignInForm-module__KPpTsa__button:hover:not(:disabled){background-color:var(--a24-brand-hover);color:#fff}.SignInForm-module__KPpTsa__button:hover:not(:disabled) .mantine-Button-section[data-position=right]{transform:translate(3px)}.SignInForm-module__KPpTsa__button:active:not(:disabled){transform:translateY(1px)}.SignInForm-module__KPpTsa__button:focus-visible{outline:3px solid var(--a24-focus);outline-offset:2px}
.SignInModal-module__bWpTla__root{flex-direction:column;display:flex;position:relative;overflow:hidden}.mantine-Modal-content:has(.SignInModal-module__bWpTla__root){background:var(--surface);border:1px solid var(--border);border-radius:18px;max-width:420px;overflow:hidden;box-shadow:0 24px 60px #15171f2e}.mantine-Modal-content:has(.SignInModal-module__bWpTla__root) .mantine-Modal-header{display:none}.mantine-Modal-content:has(.SignInModal-module__bWpTla__root) .mantine-Modal-body{padding:0}.mantine-Modal-root:has(.SignInModal-module__bWpTla__root) .mantine-Modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#15171f73}.SignInModal-module__bWpTla__grain{background:radial-gradient(circle at center, rgba(var(--a24-brand-rgb), .12), transparent 62%);pointer-events:none;z-index:0;width:320px;height:320px;position:absolute;top:-130px;right:-130px}.SignInModal-module__bWpTla__close{z-index:4;width:32px;min-width:32px;height:32px;min-height:32px;color:var(--text2);background:var(--surface2);border:1px solid var(--border);cursor:pointer;border-radius:8px;transition:background .15s,color .15s,border-color .15s,transform 80ms;position:absolute;top:12px;right:12px}.SignInModal-module__bWpTla__close:hover{background:var(--chip);color:var(--text);border-color:var(--border)}.SignInModal-module__bWpTla__close:active{transform:scale(.94)}.SignInModal-module__bWpTla__content{z-index:2;flex-direction:column;gap:20px;padding:30px 30px 24px;display:flex;position:relative}.SignInModal-module__bWpTla__intro{flex-direction:column;gap:6px;display:flex}.SignInModal-module__bWpTla__title{font-family:var(--app-font-display);letter-spacing:-.01em;color:var(--text);margin:0;font-size:24px;font-weight:800;line-height:1.1;animation:.5s cubic-bezier(.22,1,.36,1) 40ms backwards SignInModal-module__bWpTla__riseIn}.SignInModal-module__bWpTla__lead{font-family:var(--app-font-base);color:var(--text3);margin:0;font-size:14px;font-weight:500;line-height:1.4;animation:.5s cubic-bezier(.22,1,.36,1) .1s backwards SignInModal-module__bWpTla__riseIn}.SignInModal-module__bWpTla__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;margin-top:2px;padding-top:16px;font-size:13px;animation:.5s cubic-bezier(.22,1,.36,1) .3s backwards SignInModal-module__bWpTla__riseIn;display:flex}.SignInModal-module__bWpTla__footerText{color:var(--text2);letter-spacing:.01em}.SignInModal-module__bWpTla__footerLink{color:var(--a24-brand);letter-spacing:.01em;align-items:center;gap:4px;font-weight:600;text-decoration:none;transition:gap .18s,color .15s;display:inline-flex}.SignInModal-module__bWpTla__footerLink:hover{color:var(--a24-brand-hover);gap:7px}@keyframes SignInModal-module__bWpTla__riseIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.SignInModal-module__bWpTla__title,.SignInModal-module__bWpTla__lead,.SignInModal-module__bWpTla__footer{animation:none}}
.InfoLine-module__mGdWea__root{background:var(--surface);border-top:1px solid var(--border);font-family:var(--app-font-base);color:var(--text2);padding:6px 8px;font-size:12px;line-height:1}.InfoLine-module__mGdWea__flash{border-radius:6px;animation:1.1s ease-in-out InfoLine-module__mGdWea__infoLineFlash}@keyframes InfoLine-module__mGdWea__infoLineFlash{0%,50%,to{box-shadow:inset 0 0 0 9999px rgba(var(--app-color-brand-rgb), 0)}25%,75%{box-shadow:inset 0 0 0 9999px rgba(var(--app-color-brand-rgb), .32)}}@media (prefers-reduced-motion:reduce){.InfoLine-module__mGdWea__flash{animation:none}}.InfoLine-module__mGdWea__root[data-centered=true]{text-align:center;justify-content:center}.InfoLine-module__mGdWea__root[data-transparent=true]{background:0 0;border-top:0;padding:0}.InfoLine-module__mGdWea__root[data-compact]{white-space:nowrap;flex-wrap:nowrap;gap:5px;line-height:1.1}.InfoLine-module__mGdWea__root[data-compact] .mantine-Group-root{flex-wrap:nowrap}.InfoLine-module__mGdWea__root[data-variant=live-card]{font-family:var(--app-font-base);color:#ffffffe6;letter-spacing:.01em;gap:7px;line-height:1.05}.InfoLine-module__mGdWea__root[data-variant=live-card] span{font-size:11px}.InfoLine-module__mGdWea__root[data-variant=live-card] .InfoLine-module__mGdWea__feed{background-color:var(--a24-green);width:8px;height:8px}.InfoLine-module__mGdWea__root[data-variant=live-card] .InfoLine-module__mGdWea__card{border-radius:0;width:10px;height:18px}.InfoLine-module__mGdWea__root[data-variant=live-card] .InfoLine-module__mGdWea__card[data-color=yellow]{background-color:var(--app-color-brand)}.InfoLine-module__mGdWea__root[data-variant=live-card] .InfoLine-module__mGdWea__card[data-color=red]{background-color:var(--a24-red)}.InfoLine-module__mGdWea__root[data-variant=live-card] .InfoLine-module__mGdWea__success{color:var(--a24-green);text-shadow:0 0 10px rgba(var(--a24-green-rgb), .08);font-weight:500}.InfoLine-module__mGdWea__root[data-variant=live-card] .InfoLine-module__mGdWea__kick{width:16px;height:16px}.InfoLine-module__mGdWea__feed{background-color:var(--a24-green);border-radius:50%;width:12px;height:12px}.InfoLine-module__mGdWea__card{border-radius:1px;width:9px;height:12px;display:inline-block}.InfoLine-module__mGdWea__card[data-color=yellow]{background-color:var(--a24-yellow)}.InfoLine-module__mGdWea__card[data-color=red]{background-color:var(--a24-red)}.InfoLine-module__mGdWea__success{color:var(--a24-green);white-space:nowrap}.InfoLine-module__mGdWea__team{color:var(--app-color-brand)}.InfoLine-module__mGdWea__kick{border-radius:50%;width:18px;height:18px;box-shadow:inset 0 -5px 5px #00000014}.InfoLine-module__mGdWea__kick[data-color=red]{background-color:var(--a24-red)}.InfoLine-module__mGdWea__kick[data-color=green]{background-color:var(--a24-green)}
.Button-module__OSNKeW__root{color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid var(--border);background:var(--surface2);font-variant-numeric:tabular-nums;transition:background .16s var(--app-ease), border-color .16s var(--app-ease), box-shadow .16s var(--app-ease), transform .16s var(--app-ease);border-radius:8px;flex-direction:column;justify-content:center;min-height:48px;font-size:10px;line-height:1.1;display:flex;overflow:hidden}.Button-module__OSNKeW__root[data-disabled=true]{cursor:not-allowed;opacity:.55}.Button-module__OSNKeW__root:hover{background:rgba(var(--a24-brand-rgb), .06);border-color:rgba(var(--a24-brand-rgb), .55);box-shadow:0 0 0 1px rgba(var(--a24-brand-rgb), .25)}.Button-module__OSNKeW__root[data-selected=true]{border-color:var(--a24-brand);background:var(--a24-brand);box-shadow:0 4px 12px rgba(var(--a24-brand-rgb), .28)}.Button-module__OSNKeW__root[data-selected=true] .Button-module__OSNKeW__section[data-section=top]{color:#ffffffd1}.Button-module__OSNKeW__root[data-selected=true] .Button-module__OSNKeW__section[data-section=bottom]{color:#fff}.Button-module__OSNKeW__root:active{transform:scale(.97)}.Button-module__OSNKeW__section{text-align:center;display:block}.Button-module__OSNKeW__section[data-section=top]{color:var(--text3);letter-spacing:.3px;text-transform:uppercase;padding-top:5px;padding-bottom:2px;font-size:10px;font-weight:700}.Button-module__OSNKeW__section[data-section=bottom]{min-height:22px;color:var(--text);justify-content:center;align-items:center;padding-top:0;padding-bottom:6px;font-size:15px;font-weight:700;display:flex}@media (max-width:480px){.Button-module__OSNKeW__root{min-height:44px}.Button-module__OSNKeW__section[data-section=top]{padding-top:5px;padding-bottom:2px;font-size:9px}.Button-module__OSNKeW__section[data-section=bottom]{min-height:20px;padding-bottom:5px;font-size:13px}}.Button-module__OSNKeW__up{border-color:rgba(var(--a24-green-rgb), .5)!important;background:rgba(var(--a24-green-rgb), .12)!important}.Button-module__OSNKeW__up .Button-module__OSNKeW__section[data-section=bottom]{color:var(--a24-green)!important}.Button-module__OSNKeW__down{border-color:rgba(var(--a24-red-rgb), .5)!important;background:rgba(var(--a24-red-rgb), .12)!important}.Button-module__OSNKeW__down .Button-module__OSNKeW__section[data-section=bottom]{color:var(--a24-red)!important}
.teamLogoBadge-module__7mCJBq__badge{--sport-color:#b4b4b4a6;background:radial-gradient(circle at 50% 50%, #fff 0%, #fff 28%, var(--sport-color) 55%, transparent 92%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=football]{--sport-color:#00b15f8c}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=basketball]{--sport-color:#ff8a3d99}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=tennis]{--sport-color:#c7e040b3}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=hockey]{--sport-color:#6ca7ff99}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=volleyball]{--sport-color:#ffaf3f99}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=boxing],.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=ufc],.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=mma]{--sport-color:#ff5e58a6}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=handball]{--sport-color:#ff8a3d8c}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=table_tennis]{--sport-color:#ff5e588c}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=cybersport]{--sport-color:#78b4ff99}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=aussie_football]{--sport-color:#c85a3c99}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=rugby]{--sport-color:#c85a3c8c}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=darts]{--sport-color:#78c8dc99}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=billiards]{--sport-color:#b4b4b48c}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=futsal]{--sport-color:#00b15f8c}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=formula1]{--sport-color:#ff5e58a6}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=cricket]{--sport-color:#be823c8c}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=biathlon]{--sport-color:#78b4ff99}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=baseball]{--sport-color:#c85a3c8c}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=beach_football]{--sport-color:#ffaf3f99}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=badminton]{--sport-color:#96c85a8c}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=world_championship_2026]{--sport-color:#00b15f8c}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=cyberhockey]{--sport-color:#6ca7ff8c}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=cyberfootball]{--sport-color:#00b15f8c}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=cyberbasketball]{--sport-color:#ff8a3d8c}.teamLogoBadge-module__7mCJBq__badge[data-sport-alias=cybervolleyball]{--sport-color:#ffaf3f8c}
.LiveMatchRowSkeleton-module__cK1_wG__skeleton{border:1px solid var(--border);background:var(--surface);content-visibility:auto;contain-intrinsic-size:auto 240px;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.LiveMatchRowSkeleton-module__cK1_wG__topBar{background:var(--surface2);border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:7px 14px;display:flex}.LiveMatchRowSkeleton-module__cK1_wG__body{grid-template-columns:72px minmax(0,1fr) auto 56px;align-items:center;gap:14px;padding:12px 16px;display:grid}.LiveMatchRowSkeleton-module__cK1_wG__bar{background:linear-gradient(90deg, var(--chip) 0%, var(--border) 50%, var(--chip) 100%);background-size:200% 100%;border-radius:6px;animation:1.4s linear infinite LiveMatchRowSkeleton-module__cK1_wG__shimmer}.LiveMatchRowSkeleton-module__cK1_wG__champBar{width:40%;height:10px}.LiveMatchRowSkeleton-module__cK1_wG__statusBar{border-radius:999px;width:44px;height:14px}.LiveMatchRowSkeleton-module__cK1_wG__infoCol{flex-direction:column;gap:6px;display:flex}.LiveMatchRowSkeleton-module__cK1_wG__badgeBar{border-radius:4px;width:38px;height:12px}.LiveMatchRowSkeleton-module__cK1_wG__numBar{width:28px;height:10px}.LiveMatchRowSkeleton-module__cK1_wG__teamsRow{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:14px;display:grid}.LiveMatchRowSkeleton-module__cK1_wG__teamBar{justify-self:end;width:80%;height:14px}.LiveMatchRowSkeleton-module__cK1_wG__teamBar:last-child{justify-self:start}.LiveMatchRowSkeleton-module__cK1_wG__scoreBar{border-radius:6px;width:60px;height:28px}.LiveMatchRowSkeleton-module__cK1_wG__oddsGrid{border:1px solid var(--border);background:var(--surface2);border-radius:8px;grid-template-columns:repeat(3,60px);gap:0;height:44px;display:grid;overflow:hidden}.LiveMatchRowSkeleton-module__cK1_wG__oddCell{border-right:1px solid var(--border);height:100%}.LiveMatchRowSkeleton-module__cK1_wG__oddCell:last-child{border-right:0}.LiveMatchRowSkeleton-module__cK1_wG__moreBar{background:var(--surface2);border-radius:8px;width:56px;height:44px}@keyframes LiveMatchRowSkeleton-module__cK1_wG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.LiveMatchRowSkeleton-module__cK1_wG__body{grid-template-rows:auto auto;grid-template-columns:64px minmax(0,1fr);gap:8px 10px;padding:10px 12px}.LiveMatchRowSkeleton-module__cK1_wG__infoCol{grid-area:1/1/span 2}.LiveMatchRowSkeleton-module__cK1_wG__teamsRow{grid-area:1/2}.LiveMatchRowSkeleton-module__cK1_wG__oddsGrid{grid-area:2/2;grid-template-columns:repeat(3,minmax(0,1fr))}.LiveMatchRowSkeleton-module__cK1_wG__moreBar{display:none}}
.LiveMatchCard-module__As7azW__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;position:relative;overflow:hidden;box-shadow:0 2px 8px #15171f0d}.LiveMatchCard-module__As7azW__card:hover{border-color:rgba(var(--a24-green-rgb), .4);box-shadow:var(--app-glow-soft)}.LiveMatchCard-module__As7azW__accent{display:none}.LiveMatchCard-module__As7azW__head{align-items:center;gap:8px;padding:12px 13px 0;display:flex}.LiveMatchCard-module__As7azW__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}.LiveMatchCard-module__As7azW__liveBadge{color:var(--a24-green);font:700 12px/1 var(--app-font-base);font-variant-numeric:tabular-nums;flex-shrink:0;align-items:center;gap:5px;display:inline-flex}.LiveMatchCard-module__As7azW__liveDot{background:var(--a24-green);width:6px;height:6px;box-shadow:0 0 8px rgba(var(--a24-green-rgb), .85);border-radius:50%;animation:1.5s ease-in-out infinite LiveMatchCard-module__As7azW__lmc-pulse}@keyframes LiveMatchCard-module__As7azW__lmc-pulse{0%,to{opacity:1}50%{opacity:.35}}.LiveMatchCard-module__As7azW__champ{text-align:right;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}.LiveMatchCard-module__As7azW__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}.LiveMatchCard-module__As7azW__star:hover,.LiveMatchCard-module__As7azW__starActive{color:var(--a24-brand)}.LiveMatchCard-module__As7azW__board{color:inherit;flex-direction:column;flex:auto;justify-content:center;gap:10px;padding:13px;text-decoration:none;display:flex}.LiveMatchCard-module__As7azW__row{align-items:center;gap:10px;min-width:0;display:flex}.LiveMatchCard-module__As7azW__avatar{background:var(--surface2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;overflow:hidden}.LiveMatchCard-module__As7azW__teamName{min-width:0;font:600 15px/1.2 var(--app-font-base);color:var(--text);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.LiveMatchCard-module__As7azW__score{font:800 18px/1 var(--app-font-display);color:var(--text);font-variant-numeric:tabular-nums;flex-shrink:0}.LiveMatchCard-module__As7azW__scoreFlash{animation:.8s ease-out LiveMatchCard-module__As7azW__lmc-flash}@keyframes LiveMatchCard-module__As7azW__lmc-flash{0%{color:var(--a24-green);text-shadow:0 0 12px rgba(var(--a24-green-rgb), .9)}to{color:var(--text);text-shadow:none}}.LiveMatchCard-module__As7azW__odds{grid-template-columns:repeat(3,1fr);gap:6px;padding:0 13px 13px;display:grid}.LiveMatchCard-module__As7azW__odds>*{min-height:46px}.LiveMatchCard-module__As7azW__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}.LiveMatchCard-module__As7azW__foot{border-top:1px solid var(--border);background:rgba(var(--a24-brand-rgb), .04);width:100%;min-height:36px;color:var(--text2);justify-content:space-between;align-items:center;gap:10px;padding:8px 13px;display:flex}.LiveMatchCard-module__As7azW__footInfo{white-space:nowrap;min-width:0;color:var(--text2);flex:auto;font-size:11px;line-height:1.2;overflow:hidden;-webkit-mask:linear-gradient(90deg,#000 82%,#0000 100%);mask:linear-gradient(90deg,#000 82%,#0000 100%)}.LiveMatchCard-module__As7azW__moreStatic{font:700 12px/1 var(--app-font-display);color:var(--a24-brand);font-variant-numeric:tabular-nums;flex-shrink:0;margin-left:auto}.LiveMatchCard-module__As7azW__lockOverlay{-webkit-backdrop-filter:blur(3px)saturate(.9);color:#ffffffeb;z-index:3;background:#11121c75;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex;position:absolute;inset:0}.LiveMatchCard-module__As7azW__lockOverlay svg{opacity:.92}[data-mantine-color-scheme=dark] .LiveMatchCard-module__As7azW__lockOverlay{background:#08091085}
.LiveCardContent-module__kGAL5G__root{color:inherit;background:0 0;flex-direction:column;flex:auto;gap:10px;width:100%;min-width:0;padding:12px 14px 14px;text-decoration:none;display:flex;position:relative}.LiveCardContent-module__kGAL5G__topBar{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.LiveCardContent-module__kGAL5G__champRow{align-items:flex-start;gap:8px;min-width:0;padding-right:30px;display:flex}.LiveCardContent-module__kGAL5G__sportBadge{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}.LiveCardContent-module__kGAL5G__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;flex-shrink:0;align-items:center;padding:0 8px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.LiveCardContent-module__kGAL5G__champ{min-width:0;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}.LiveCardContent-module__kGAL5G__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}.LiveCardContent-module__kGAL5G__topBarLeft{align-items:center;gap:4px;display:inline-flex}.LiveCardContent-module__kGAL5G__streamDivider{background:#ffffff40;flex-shrink:0;width:1px;height:12px}.LiveCardContent-module__kGAL5G__streamIcon{color:var(--a24-brand);flex-shrink:0}.LiveCardContent-module__kGAL5G__timeRow{align-items:center;gap:6px;display:inline-flex}.LiveCardContent-module__kGAL5G__timeIcon{color:var(--text);flex-shrink:0}.LiveCardContent-module__kGAL5G__timeText{font-family:var(--app-font-base);color:var(--text);letter-spacing:.02em;font-variant-numeric:tabular-nums;font-size:12px;font-weight:600;line-height:1}.LiveCardContent-module__kGAL5G__teams{flex-direction:column;gap:6px;display:flex}.LiveCardContent-module__kGAL5G__teamRow{align-items:center;gap:10px;min-width:0;display:flex}.LiveCardContent-module__kGAL5G__teamBadge{width:22px;height:22px;color:var(--a24-brand);background:#0006;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.LiveCardContent-module__kGAL5G__teamName{min-width:0;font-family:var(--app-font-base);color:var(--text);letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:13px;font-weight:600;line-height:1.2;overflow:hidden}.LiveCardContent-module__kGAL5G__score{font-family:var(--app-font-base);color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:0;text-align:right;flex-shrink:0;min-width:14px;font-size:16px;font-weight:800;line-height:1}.LiveCardContent-module__kGAL5G__scoreFlash{animation:1.1s ease-in-out LiveCardContent-module__kGAL5G__liveScoreFlash}@keyframes LiveCardContent-module__kGAL5G__liveScoreFlash{0%,50%,to{color:var(--text);text-shadow:none}25%,75%{color:var(--a24-brand);text-shadow:0 0 8px rgba(var(--a24-brand-rgb), .7)}}@media (prefers-reduced-motion:reduce){.LiveCardContent-module__kGAL5G__scoreFlash{animation:none}}@media (max-width:480px){.LiveCardContent-module__kGAL5G__root{gap:8px;padding:10px 12px 12px}.LiveCardContent-module__kGAL5G__eventNum{font-size:10.5px}.LiveCardContent-module__kGAL5G__champ{font-size:11.5px}.LiveCardContent-module__kGAL5G__countBadge{font-size:10px}.LiveCardContent-module__kGAL5G__teamName{font-size:12.5px}.LiveCardContent-module__kGAL5G__score{font-size:15px}}
.LiveCardOddButton-module__xNLjzG__root{appearance:none;border:1px solid var(--border);background:var(--surface2);cursor:pointer;height:36px;font-family:var(--app-font-base);border-radius:6px;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;padding:0 10px;transition:background-color .14s,color .14s,border-color .14s,box-shadow .14s;display:flex}.LiveCardOddButton-module__xNLjzG__root:hover{border-color:var(--a24-brand);background:var(--chip);box-shadow:0 0 0 1px rgba(var(--a24-brand-rgb), .25)}.LiveCardOddButton-module__xNLjzG__root[data-disabled]{cursor:not-allowed;background:var(--chip);opacity:.45;pointer-events:none}.LiveCardOddButton-module__xNLjzG__root[data-disabled] .LiveCardOddButton-module__xNLjzG__label,.LiveCardOddButton-module__xNLjzG__root[data-disabled] .LiveCardOddButton-module__xNLjzG__value{color:var(--text3)}.LiveCardOddButton-module__xNLjzG__root[data-selected]{background:var(--a24-brand);border-color:var(--a24-brand);box-shadow:0 4px 12px rgba(var(--a24-brand-rgb), .28);-webkit-backdrop-filter:none}.LiveCardOddButton-module__xNLjzG__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}.LiveCardOddButton-module__xNLjzG__value{color:var(--text);font-variant-numeric:tabular-nums;font-size:13px;font-weight:800;line-height:1;transition:color .14s}.LiveCardOddButton-module__xNLjzG__root:hover .LiveCardOddButton-module__xNLjzG__label{color:var(--text3)}.LiveCardOddButton-module__xNLjzG__root[data-selected] .LiveCardOddButton-module__xNLjzG__label,.LiveCardOddButton-module__xNLjzG__root[data-selected] .LiveCardOddButton-module__xNLjzG__value,.LiveCardOddButton-module__xNLjzG__root[data-selected]:hover .LiveCardOddButton-module__xNLjzG__label{color:#fff}.LiveCardOddButton-module__xNLjzG__up{background:rgba(var(--a24-green-rgb), .12);border-color:rgba(var(--a24-green-rgb), .5)}.LiveCardOddButton-module__xNLjzG__up .LiveCardOddButton-module__xNLjzG__value{color:var(--a24-green)}.LiveCardOddButton-module__xNLjzG__down{background:rgba(var(--a24-red-rgb), .12);border-color:rgba(var(--a24-red-rgb), .5)}.LiveCardOddButton-module__xNLjzG__down .LiveCardOddButton-module__xNLjzG__value{color:var(--a24-red)}@media (max-width:480px){.LiveCardOddButton-module__xNLjzG__root{gap:6px;height:34px;padding:0 8px}.LiveCardOddButton-module__xNLjzG__label{font-size:10px}.LiveCardOddButton-module__xNLjzG__value{font-size:12px}}
.Logo-module__jpwO4q__link{align-items:center;gap:10px;text-decoration:none;display:inline-flex}.Logo-module__jpwO4q__mark{background:var(--a24-brand);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.Logo-module__jpwO4q__wordmark{font-family:var(--app-font-display);letter-spacing:-.01em;color:var(--text);white-space:nowrap;font-size:21px;font-weight:800;line-height:1}.Logo-module__jpwO4q__wordmarkAccent{color:var(--a24-brand)}@media (max-width:768px){.Logo-module__jpwO4q__wordmark{font-size:19px}}
.EventCardMobile-module__rXGJMG__list{scroll-snap-type:x mandatory;flex-flow:row;gap:10px;width:100%;padding-bottom:8px;display:flex;overflow-x:auto}.EventCardMobile-module__rXGJMG__list[data-virtualized=true]{scroll-behavior:smooth;display:block;position:relative}.EventCardMobile-module__rXGJMG__list[data-layout=list]{scroll-snap-type:none;flex-direction:column;padding-bottom:80px;overflow:visible}.EventCardMobile-module__rXGJMG__list[data-virtualized=true][data-layout=carousel]{overflow-y:hidden}.EventCardMobile-module__rXGJMG__virtualCanvas{position:relative}.EventCardMobile-module__rXGJMG__virtualItem{will-change:transform;width:100%;position:absolute;top:0;left:0}.EventCardMobile-module__rXGJMG__list[data-virtualized=true][data-layout=carousel] .EventCardMobile-module__rXGJMG__virtualItem{width:min(92%,360px)}.EventCardMobile-module__rXGJMG__list[data-virtualized=true] .EventCardMobile-module__rXGJMG__virtualItem .EventCardMobile-module__rXGJMG__card{width:100%;max-width:none}.EventCardMobile-module__rXGJMG__card{background:var(--surface);border:1px solid var(--border);content-visibility:auto;contain-intrinsic-size:280px 248px;scroll-snap-align:start;border-radius:10px;flex:0 0 92%;max-width:92%;min-height:248px;overflow:hidden;box-shadow:0 2px 8px #15171f0f}.EventCardMobile-module__rXGJMG__list[data-layout=list] .EventCardMobile-module__rXGJMG__card{flex:auto;width:100%;max-width:100%}.EventCardMobile-module__rXGJMG__header{background:var(--surface);min-height:52px;color:inherit;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;padding:8px;text-decoration:none;display:flex}.EventCardMobile-module__rXGJMG__headerMain{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.EventCardMobile-module__rXGJMG__sportBadge{background:var(--app-color-brand);border:1px solid rgba(var(--app-color-brand-rgb), .9);color:#fff;border-radius:8px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:16px;display:grid;box-shadow:inset 0 1px #ffffff1f}.EventCardMobile-module__rXGJMG__league{flex-wrap:nowrap;flex:1;align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.EventCardMobile-module__rXGJMG__sportName{color:var(--app-color-brand);text-transform:none;flex-shrink:0;font-size:12.44px;font-weight:700}.EventCardMobile-module__rXGJMG__champName{min-width:0;color:var(--text);white-space:nowrap;text-overflow:ellipsis;text-transform:none;font-size:12.44px;font-weight:400;line-height:1.3;overflow:hidden}.EventCardMobile-module__rXGJMG__oddsCount{color:#fff;background:#f44336;border-radius:8px;justify-content:center;align-items:center;min-height:20px;padding:0 8px;font-size:11.56px;font-weight:500;line-height:17.33px;display:inline-flex}.EventCardMobile-module__rXGJMG__metaRow{justify-content:space-between;align-items:center;gap:8px;padding:12px 16px 8px;display:flex}.EventCardMobile-module__rXGJMG__eventNumber{background:var(--app-color-brand);color:#000000de;border-radius:8px;justify-content:center;align-items:center;min-height:20px;padding:0 8px;font-size:11.56px;font-weight:500;line-height:17.33px;display:inline-flex}.EventCardMobile-module__rXGJMG__teams{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);justify-content:center;align-items:center;gap:10px;margin:8px 0 14px;padding:0 16px;display:grid}.EventCardMobile-module__rXGJMG__team{-webkit-line-clamp:2;color:#33b8ff;text-transform:capitalize;word-break:break-word;text-align:center;-webkit-box-orient:vertical;justify-content:center;align-items:center;min-height:36px;max-height:none;font-size:12.44px;font-weight:800;line-height:1.2;overflow:hidden;display:-webkit-box!important}.EventCardMobile-module__rXGJMG__team[data-align=left],.EventCardMobile-module__rXGJMG__team[data-align=right]{text-align:center}.EventCardMobile-module__rXGJMG__dateBox{background:0 0;border:0;border-radius:0;flex-direction:column;justify-content:center;align-self:center;align-items:center;gap:2px;min-width:auto;min-height:auto;padding:0;display:inline-flex}.EventCardMobile-module__rXGJMG__dateLabel{color:var(--text2);text-align:center;text-transform:none;white-space:nowrap;font-size:12.44px;font-weight:500;line-height:1}.EventCardMobile-module__rXGJMG__oddsRow{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:8px;min-height:48px;max-height:48px;padding:3px 16px 16px;display:grid}.EventCardMobile-module__rXGJMG__oddsRow[data-mode=compact]{grid-template-columns:repeat(var(--top-matches-odds-count,6), minmax(0, 1fr));gap:6px}.EventCardMobile-module__rXGJMG__oddsRow[data-mode=scroll]{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:6px;display:flex;overflow:auto hidden}.EventCardMobile-module__rXGJMG__oddsRow[data-mode=scroll]::-webkit-scrollbar{width:0;height:0}.EventCardMobile-module__rXGJMG__oddsRow[data-mode=scroll]>*{flex:0 0 64px;min-width:64px}.EventCardMobile-module__rXGJMG__lockOdd{border:1px solid var(--border);background:var(--surface2);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}.EventCardMobile-module__rXGJMG__lockOdd:before{content:"";background:var(--odd-accent,#2e2b47);opacity:.35;border-radius:0 2px 2px 0;width:2px;position:absolute;top:8px;bottom:8px;left:0}.EventCardMobile-module__rXGJMG__lockOdd[data-position=home]{--odd-accent:#4cb8ff}.EventCardMobile-module__rXGJMG__lockOdd[data-position=draw]{--odd-accent:#9aa0ac}.EventCardMobile-module__rXGJMG__lockOdd[data-position=away]{--odd-accent:#ff9e4c}.EventCardMobile-module__rXGJMG__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}.EventCardMobile-module__rXGJMG__lockOdd[data-position=home] .EventCardMobile-module__rXGJMG__lockLabel{color:#6fc6ff}.EventCardMobile-module__rXGJMG__lockOdd[data-position=draw] .EventCardMobile-module__rXGJMG__lockLabel{color:#a8aeb9}.EventCardMobile-module__rXGJMG__lockOdd[data-position=away] .EventCardMobile-module__rXGJMG__lockLabel{color:#ffb074}.EventCardMobile-module__rXGJMG__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}.EventCardMobile-module__rXGJMG__favoriteBtn{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:20px;margin-left:auto;padding:0;display:inline-flex}.EventCardMobile-module__rXGJMG__streamBtn{color:#33b8ff;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;width:28px;height:20px;text-decoration:none;display:inline-flex}.EventCardMobile-module__rXGJMG__list::-webkit-scrollbar{width:0;height:0}.EventCardMobile-module__rXGJMG__info{background:var(--surface2);border-top:1px solid var(--border);text-align:center;justify-content:center;align-items:center;margin-top:12px;padding:9px 16px;display:flex;box-shadow:inset 0 1px #ffffff04}@media (max-width:480px){.EventCardMobile-module__rXGJMG__card{border-radius:10px;flex-basis:96%;max-width:96%}.EventCardMobile-module__rXGJMG__header{min-height:52px;padding:10px 12px}.EventCardMobile-module__rXGJMG__sportBadge{border-radius:8px;width:36px;height:36px;font-size:16px}.EventCardMobile-module__rXGJMG__sportName,.EventCardMobile-module__rXGJMG__champName{font-size:12px}.EventCardMobile-module__rXGJMG__metaRow{padding:12px 12px 8px}.EventCardMobile-module__rXGJMG__eventNumber,.EventCardMobile-module__rXGJMG__oddsCount{border-radius:8px;min-height:20px;padding:0 8px;font-size:11.56px}.EventCardMobile-module__rXGJMG__eventNumber{padding:0 8px}.EventCardMobile-module__rXGJMG__teams{gap:6px;margin:6px 0 10px;padding:0 12px}.EventCardMobile-module__rXGJMG__team{min-height:30px;max-height:none;font-size:12px}.EventCardMobile-module__rXGJMG__dateLabel{font-size:12px}.EventCardMobile-module__rXGJMG__oddsRow{gap:6px;min-height:48px;max-height:48px;padding:3px 12px 12px}.EventCardMobile-module__rXGJMG__oddsRow[data-mode=compact],.EventCardMobile-module__rXGJMG__oddsRow[data-mode=scroll]{gap:4px}.EventCardMobile-module__rXGJMG__oddsRow[data-mode=scroll]>*{flex-basis:60px;min-width:60px}.EventCardMobile-module__rXGJMG__lockOdd{border-radius:10px;min-height:48px;max-height:48px}.EventCardMobile-module__rXGJMG__lockLabel{min-height:16px;font-size:10px}.EventCardMobile-module__rXGJMG__lockValue{min-height:20px;font-size:14px}.EventCardMobile-module__rXGJMG__info{margin-top:12px;padding:9px 12px}}
.Nav-module__FUVzfa__root{flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:4px;display:flex}@media (max-width:1024px){.Nav-module__FUVzfa__root{display:none}}
.LiveCardCarousel-module__-F0xoa__root{border-radius:8px;padding-inline:2px;animation:.32s ease-out both LiveCardCarousel-module__-F0xoa__live-card-fade-in;overflow:visible}.LiveCardCarousel-module__-F0xoa__virtualRoot{padding-inline:2px;scroll-behavior:smooth;width:100%;height:100%;padding-bottom:4px;animation:.32s ease-out both LiveCardCarousel-module__-F0xoa__live-card-fade-in;overflow:auto hidden}.LiveCardCarousel-module__-F0xoa__virtualTrack{height:auto;min-height:180px;position:relative}.LiveCardCarousel-module__-F0xoa__virtualSlide{will-change:transform;width:48%;height:100%;position:absolute;top:0;left:0}.LiveCardCarousel-module__-F0xoa__controls{padding-inline:2px!important}.LiveCardCarousel-module__-F0xoa__control{-webkit-backdrop-filter:blur(10px);width:34px!important;height:34px!important;color:var(--a24-focus)!important;border:1px solid rgba(var(--a24-brand-rgb), .35)!important;background-color:var(--app-glass-bg)!important}.LiveCardCarousel-module__-F0xoa__control>svg{width:22px!important;height:22px!important}.LiveCardCarousel-module__-F0xoa__slide{opacity:0;height:100%;animation:.38s ease-out both LiveCardCarousel-module__-F0xoa__live-card-enter;animation-delay:var(--live-card-delay,0s);align-items:flex-start;display:flex;transform:translateY(12px)}.LiveCardCarousel-module__-F0xoa__card{border:1px solid var(--border);background-color:var(--surface);background-position:0,50%;background-repeat:no-repeat,no-repeat;background-size:auto,cover;border-radius:8px;flex-direction:column;width:100%;min-width:0;max-width:100%;display:flex;position:relative;overflow:hidden}.LiveCardCarousel-module__-F0xoa__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}.LiveCardCarousel-module__-F0xoa__favBtn:hover{color:var(--a24-brand);border-color:rgba(var(--a24-brand-rgb), .5);background:#0009}.LiveCardCarousel-module__-F0xoa__favBtnActive{color:var(--a24-brand);border-color:rgba(var(--a24-brand-rgb), .45)}.LiveCardCarousel-module__-F0xoa__lockOverlay{-webkit-backdrop-filter:blur(3px)saturate(.9);pointer-events:auto;cursor:default;z-index:5;background:#11121c75;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}[data-mantine-color-scheme=dark] .LiveCardCarousel-module__-F0xoa__lockOverlay{background:#08091085}.LiveCardCarousel-module__-F0xoa__lockIcon{color:#fff;opacity:.9}.LiveCardCarousel-module__-F0xoa__lockText{font-family:var(--app-font-base);color:#fff;letter-spacing:.02em;text-align:center;text-shadow:0 1px 2px #0006;padding:0 10px;font-size:12px;font-weight:600}.LiveCardCarousel-module__-F0xoa__card[data-no-bg=true]{background:linear-gradient(180deg, rgba(var(--a24-brand-rgb), .1) 0%, rgba(var(--a24-brand-rgb), .04) 45%, rgba(var(--a24-brand-rgb), .14) 100%), linear-gradient(135deg, var(--surface2) 0%, var(--surface) 100%)}.LiveCardCarousel-module__-F0xoa__infoLine{scrollbar-width:none;-webkit-overflow-scrolling:touch;white-space:nowrap;background:#00000059;border-top:1px solid #ffffff0f;padding:6px 12px;font-size:11px;overflow:auto hidden}.LiveCardCarousel-module__-F0xoa__infoLine::-webkit-scrollbar{width:0;height:0;display:none}.LiveCardCarousel-module__-F0xoa__infoLine>*{width:max-content;min-width:100%;flex-wrap:nowrap!important}.LiveCardCarousel-module__-F0xoa__odds{background:0 0;flex-wrap:nowrap;align-items:stretch;gap:6px;padding:8px;display:flex}.LiveCardCarousel-module__-F0xoa__odds>*{flex:1 1 0;min-width:0}@media (max-width:480px){.LiveCardCarousel-module__-F0xoa__odds{gap:5px;padding:6px}}@keyframes LiveCardCarousel-module__-F0xoa__live-card-fade-in{0%{opacity:0}to{opacity:1}}@keyframes LiveCardCarousel-module__-F0xoa__live-card-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.LiveCardCarousel-module__-F0xoa__root,.LiveCardCarousel-module__-F0xoa__slide{opacity:1!important;animation:none!important;transform:none!important}}
.NavLink-module__fT855W__root{cursor:pointer;width:auto;transition:background-color .16s var(--app-ease), color .16s var(--app-ease);background:0 0;border:none;border-radius:9px;padding:8px 14px;position:relative}.NavLink-module__fT855W__root:hover{background:var(--surface2)}.NavLink-module__fT855W__root[data-active=true]{background:0 0}.NavLink-module__fT855W__root:focus-visible{outline:3px solid var(--a24-focus);outline-offset:2px}.NavLink-module__fT855W__label{z-index:1;font-family:var(--app-font-base);letter-spacing:0;color:var(--text2);font-size:15px;font-weight:600;line-height:1;position:relative}.NavLink-module__fT855W__root[data-active=true] .NavLink-module__fT855W__label{color:var(--text)}.NavLink-module__fT855W__root[data-active=true]:after{content:"";background:var(--a24-brand);border-radius:2px;height:2px;position:absolute;bottom:2px;left:14px;right:14px}.NavLink-module__fT855W__section{z-index:1;align-items:center;margin-right:6px;display:inline-flex;position:relative}.NavLink-module__fT855W__section>img{width:22px;height:22px}
.LiveGroupedGrid-module__FcPp0G__list{column-count:2;column-gap:12px;min-width:0;margin-top:12px}@media (max-width:1100px){.LiveGroupedGrid-module__FcPp0G__list{column-count:1}}.LiveGroupedGrid-module__FcPp0G__list>*{break-inside:avoid;page-break-inside:avoid;width:100%;margin-bottom:12px}.LiveGroupedGrid-module__FcPp0G__cardList{flex-direction:column;gap:12px;min-width:0;margin-top:12px;display:flex}.LiveGroupedGrid-module__FcPp0G__sentinel{pointer-events:none;width:100%;height:1px}.LiveGroupedGrid-module__FcPp0G__root{flex-direction:column;gap:24px;min-width:0;margin-top:12px;display:flex}.LiveGroupedGrid-module__FcPp0G__wallGrid{column-count:2;column-gap:12px;min-width:0;margin-top:12px}@media (max-width:1100px){.LiveGroupedGrid-module__FcPp0G__wallGrid{column-count:1}}.LiveGroupedGrid-module__FcPp0G__wallSection{border:1px solid var(--border);background:linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%);break-inside:avoid;border-radius:12px;flex-direction:column;min-width:0;margin-bottom:12px;transition:border-color .18s,transform .18s;display:flex;position:relative;overflow:hidden}.LiveGroupedGrid-module__FcPp0G__wallSection:hover{border-color:var(--a24-brand)}.LiveGroupedGrid-module__FcPp0G__wallSection>.LiveGroupedGrid-module__FcPp0G__sectionHeader{background:var(--surface2);border-bottom:1px solid var(--border)}.LiveGroupedGrid-module__FcPp0G__wallSection>.LiveGroupedGrid-module__FcPp0G__body{background:0 0;padding:10px 12px 12px}.LiveGroupedGrid-module__FcPp0G__carouselSection{flex-direction:column;gap:10px;min-width:0;display:flex}.LiveGroupedGrid-module__FcPp0G__carouselHeader{justify-content:space-between;align-items:center;gap:12px;padding:0 4px;display:flex}.LiveGroupedGrid-module__FcPp0G__sportIconCarousel{flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.LiveGroupedGrid-module__FcPp0G__titleCarousel{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;font-weight:700;overflow:hidden}.LiveGroupedGrid-module__FcPp0G__carouselMore{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}.LiveGroupedGrid-module__FcPp0G__carouselMore:hover{color:var(--a24-brand)}.LiveGroupedGrid-module__FcPp0G__titleCountCarousel{font:700 12px/1 var(--app-font-base);color:var(--text3);background:var(--chip);border-radius:20px;flex-shrink:0;padding:2px 8px}.LiveGroupedGrid-module__FcPp0G__carouselNav{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.LiveGroupedGrid-module__FcPp0G__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}.LiveGroupedGrid-module__FcPp0G__navBtn:hover{color:var(--a24-brand);border-color:var(--a24-brand);background:var(--surface2)}.LiveGroupedGrid-module__FcPp0G__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--border) transparent;gap:8px;padding:2px 4px 10px;scroll-padding-inline:4px;display:flex;overflow:auto hidden}.LiveGroupedGrid-module__FcPp0G__track::-webkit-scrollbar{height:8px}.LiveGroupedGrid-module__FcPp0G__track::-webkit-scrollbar-track{background:0 0}.LiveGroupedGrid-module__FcPp0G__track::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:4px}.LiveGroupedGrid-module__FcPp0G__track::-webkit-scrollbar-thumb:hover{background-color:var(--border)}.LiveGroupedGrid-module__FcPp0G__slot{scroll-snap-align:start;flex:0 0 340px;width:340px;min-width:0;max-width:100%;display:flex}@media (max-width:1024px){.LiveGroupedGrid-module__FcPp0G__slot{flex-basis:340px;width:340px;max-width:100%}}@media (max-width:560px){.LiveGroupedGrid-module__FcPp0G__slot{flex-basis:85%;width:85%;max-width:85%}}.LiveGroupedGrid-module__FcPp0G__ctaCard{border:1px solid rgba(var(--a24-brand-rgb), .22);background:radial-gradient(130% 90% at 50% -10%, rgba(var(--a24-brand-rgb), .18) 0%, transparent 62%), linear-gradient(165deg, rgba(var(--a24-brand-rgb), .1) 0%, var(--surface) 58%);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;min-height:170px;padding:20px 16px;text-decoration:none;transition:border-color .16s,transform .16s,box-shadow .16s;display:flex;position:relative;overflow:hidden}.LiveGroupedGrid-module__FcPp0G__ctaCard:before{content:"";background:radial-gradient(circle, rgba(var(--a24-brand-rgb), .2) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:130px;height:130px;position:absolute;bottom:-28px;right:-28px}.LiveGroupedGrid-module__FcPp0G__ctaCard:hover{border-color:rgba(var(--a24-brand-rgb), .5);box-shadow:0 12px 26px rgba(var(--a24-brand-rgb), .2);transform:translateY(-2px)}.LiveGroupedGrid-module__FcPp0G__ctaIcon{background:rgba(var(--a24-brand-rgb), .14);border:1px solid rgba(var(--a24-brand-rgb), .28);width:48px;height:48px;color:var(--a24-brand);border-radius:14px;justify-content:center;align-items:center;display:inline-flex;position:relative}.LiveGroupedGrid-module__FcPp0G__ctaTitle{color:var(--text);text-align:center;letter-spacing:.01em;font-size:13px;font-weight:600;line-height:1.35;position:relative}.LiveGroupedGrid-module__FcPp0G__ctaButton{background:var(--a24-brand);color:#fff;letter-spacing:.04em;text-transform:uppercase;height:36px;box-shadow:0 4px 12px rgba(var(--a24-brand-rgb), .28);border-radius:8px;align-items:center;gap:6px;padding:0 16px;font-size:12px;font-weight:800;transition:background-color .15s;display:inline-flex;position:relative}.LiveGroupedGrid-module__FcPp0G__ctaCard:hover .LiveGroupedGrid-module__FcPp0G__ctaButton{background:linear-gradient(180deg, var(--a24-focus) 0%, var(--a24-brand-hover) 100%)}.LiveGroupedGrid-module__FcPp0G__section{border:1px solid var(--border);border-radius:var(--app-surface-radius);background:var(--surface);flex-direction:column;min-width:0;display:flex;overflow:hidden}.LiveGroupedGrid-module__FcPp0G__sectionHeader{background:var(--surface2);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex;position:relative}.LiveGroupedGrid-module__FcPp0G__tabsRoot{flex-direction:column;gap:10px;display:flex}.LiveGroupedGrid-module__FcPp0G__tabsBar{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}.LiveGroupedGrid-module__FcPp0G__tabsBar::-webkit-scrollbar{height:0}.LiveGroupedGrid-module__FcPp0G__tab{border:1px solid var(--app-hairline);background:var(--surface2);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}.LiveGroupedGrid-module__FcPp0G__tab:hover{border-color:rgba(var(--a24-brand-rgb), .5);background:rgba(var(--a24-brand-rgb), .14);color:var(--text)}.LiveGroupedGrid-module__FcPp0G__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)}.LiveGroupedGrid-module__FcPp0G__tabIcon{justify-content:center;align-items:center;display:inline-flex}.LiveGroupedGrid-module__FcPp0G__tabLabel{line-height:1}.LiveGroupedGrid-module__FcPp0G__tabCount{background:rgba(var(--a24-brand-rgb), .25);min-width:20px;height:18px;color:var(--a24-focus);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:10px;font-weight:800;display:inline-flex}.LiveGroupedGrid-module__FcPp0G__tabActive .LiveGroupedGrid-module__FcPp0G__tabCount{color:#fff;background:#ffffff38}.LiveGroupedGrid-module__FcPp0G__titleGroup{align-items:center;gap:10px;min-width:0;display:flex;position:relative}.LiveGroupedGrid-module__FcPp0G__sportIcon{width:24px;height:24px;color:var(--a24-brand);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.LiveGroupedGrid-module__FcPp0G__title{color:var(--text);letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;min-width:0;margin:0;font-size:14px;font-weight:700;overflow:hidden}.LiveGroupedGrid-module__FcPp0G__titleCount{color:var(--text2);font-variant-numeric:tabular-nums;background:var(--chip);border:1px solid var(--border);border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:700}.LiveGroupedGrid-module__FcPp0G__more{border:1px solid var(--border);background:var(--surface2);color:var(--text2);text-transform:uppercase;letter-spacing:.06em;border-radius:8px;flex-shrink:0;align-items:center;gap:4px;padding:6px 10px;font-size:11.5px;font-weight:700;text-decoration:none;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.LiveGroupedGrid-module__FcPp0G__more:hover{background:var(--chip);border-color:var(--a24-brand);color:var(--a24-brand)}.LiveGroupedGrid-module__FcPp0G__moreIcon{transition:transform .15s}.LiveGroupedGrid-module__FcPp0G__more:hover .LiveGroupedGrid-module__FcPp0G__moreIcon,.LiveGroupedGrid-module__FcPp0G__carouselMore:hover .LiveGroupedGrid-module__FcPp0G__moreIcon{transform:translate(2px)}.LiveGroupedGrid-module__FcPp0G__body{background:var(--surface);padding:12px 14px 14px}.LiveGroupedGrid-module__FcPp0G__rowList{flex-direction:column;gap:8px;min-width:0;display:flex}.LiveGroupedGrid-module__FcPp0G__cardList{flex-direction:column;gap:10px;min-width:0;display:flex}.LiveGroupedGrid-module__FcPp0G__empty{text-align:center;color:var(--text2);border:1px solid var(--border);background:var(--bg);border-radius:10px;margin-top:20px;padding:48px 24px;font-size:14px}.LiveGroupedGrid-module__FcPp0G__lineCta{border:1px solid rgba(var(--a24-brand-rgb), .22);background:radial-gradient(120% 80% at 50% -10%, rgba(var(--a24-brand-rgb), .18) 0%, transparent 60%), linear-gradient(165deg, rgba(var(--a24-brand-rgb), .1) 0%, var(--surface) 58%);width:100%;min-height:200px;box-shadow:0 8px 22px rgba(var(--a24-brand-rgb), .12);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:32px 24px;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.LiveGroupedGrid-module__FcPp0G__lineCta:before{content:"";background:radial-gradient(circle, rgba(var(--a24-brand-rgb), .2) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-30px;right:-30px}.LiveGroupedGrid-module__FcPp0G__lineCta:hover{border-color:rgba(var(--a24-brand-rgb), .5);box-shadow:0 14px 30px rgba(var(--a24-brand-rgb), .22);transform:translateY(-2px)}.LiveGroupedGrid-module__FcPp0G__lineCtaIcon{background:rgba(var(--a24-brand-rgb), .14);border:1px solid rgba(var(--a24-brand-rgb), .28);width:52px;height:52px;color:var(--a24-brand);border-radius:15px;justify-content:center;align-items:center;display:inline-flex;position:relative}.LiveGroupedGrid-module__FcPp0G__lineCtaTitle{color:var(--text);text-align:center;max-width:360px;font-size:14px;font-weight:600;line-height:1.35;position:relative}.LiveGroupedGrid-module__FcPp0G__lineCtaButton{background:var(--a24-brand);color:#fff;letter-spacing:.01em;box-shadow:0 4px 14px rgba(var(--a24-brand-rgb), .3);border-radius:999px;align-items:center;gap:6px;padding:10px 20px;font-size:13px;font-weight:700;transition:filter .15s,transform .15s;display:inline-flex;position:relative}.LiveGroupedGrid-module__FcPp0G__lineCta:hover .LiveGroupedGrid-module__FcPp0G__lineCtaButton{filter:brightness(1.05);transform:translate(2px)}@media (max-width:768px){.LiveGroupedGrid-module__FcPp0G__root{gap:14px}.LiveGroupedGrid-module__FcPp0G__wallGrid{column-width:auto;column-count:1;column-gap:0;margin-top:0}.LiveGroupedGrid-module__FcPp0G__wallSection{background:0 0;border:0;border-radius:0;margin-bottom:14px;overflow:visible}.LiveGroupedGrid-module__FcPp0G__wallSection:before{display:none}.LiveGroupedGrid-module__FcPp0G__wallSection>.LiveGroupedGrid-module__FcPp0G__sectionHeader{background:0 0;border-bottom:0;padding:0 4px}.LiveGroupedGrid-module__FcPp0G__wallSection>.LiveGroupedGrid-module__FcPp0G__body{padding:0}.LiveGroupedGrid-module__FcPp0G__section{background:0 0;border:0;border-radius:0;gap:10px;overflow:visible}.LiveGroupedGrid-module__FcPp0G__sectionHeader{background:0 0;border-bottom:0;padding:0 4px}.LiveGroupedGrid-module__FcPp0G__sectionHeader:after{display:none}.LiveGroupedGrid-module__FcPp0G__body{background:0 0;padding:0}.LiveGroupedGrid-module__FcPp0G__sportIcon{width:26px;height:26px}.LiveGroupedGrid-module__FcPp0G__title{text-transform:none;letter-spacing:0;font-size:16px}.LiveGroupedGrid-module__FcPp0G__titleCount{display:none}.LiveGroupedGrid-module__FcPp0G__more{text-transform:none;letter-spacing:0;color:var(--text2);background:0 0;border:0;padding:0;font-size:13px;font-weight:500}.LiveGroupedGrid-module__FcPp0G__more:hover{background:0 0;border-color:#0000}}.LiveGroupedGrid-module__FcPp0G__cardGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}@media (max-width:1100px){.LiveGroupedGrid-module__FcPp0G__cardGrid{grid-template-columns:minmax(0,1fr)}}
.NavsClient-module__Ffri6W__iconSection{align-items:center;margin-right:6px;display:inline-flex;position:relative}.NavsClient-module__Ffri6W__newBadge{background:rgba(var(--a24-red-rgb), .1);color:var(--a24-red);font-family:var(--app-font-base);letter-spacing:0;text-transform:uppercase;pointer-events:none;border-radius:5px;align-items:center;padding:3px 5px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.NavsClient-module__Ffri6W__liveDot{background:var(--a24-green);border-radius:50%;width:8px;height:8px;animation:1.3s ease-in-out infinite NavsClient-module__Ffri6W__a24pulse;display:inline-block}@keyframes NavsClient-module__Ffri6W__a24pulse{0%,to{opacity:1;box-shadow:0 0 0 0 rgba(var(--a24-green-rgb), .5)}50%{opacity:.55;box-shadow:0 0 0 5px rgba(var(--a24-green-rgb), 0)}}@media (prefers-reduced-motion:reduce){.NavsClient-module__Ffri6W__liveDot{animation:none}}
.BasketJackpot-module__BSloLq__root{background-color:#000000b3;width:100%;padding-block:40px}.BasketJackpot-module__BSloLq__title{font-family:var(--app-font-base);color:var(--app-color-brand);text-align:center;text-transform:uppercase;font-size:36px;line-height:36px}.BasketJackpot-module__BSloLq__text{font-family:var(--app-font-base);color:#fff;text-align:center;margin-top:20px;font-size:28px}.BasketJackpot-module__BSloLq__win{font-family:var(--app-font-base);color:var(--app-color-brand);text-align:center;text-transform:uppercase;font-size:56px;line-height:56px}
.BasketJackpotModal-module__xXg6kq__content{background:url(/images/jackpot.jpg) 50%/cover no-repeat}.BasketJackpotModal-module__xXg6kq__header{background:0 0}.BasketJackpotModal-module__xXg6kq__body{justify-content:center;align-items:center;height:500px;padding:0;display:flex}
.StatsWidgetModal-module__5BFzQq__content{background:var(--surface)}.StatsWidgetModal-module__5BFzQq__header{background:var(--surface);border-bottom:1px solid var(--border)}.StatsWidgetModal-module__5BFzQq__title{font-family:var(--app-font-base);color:var(--text);text-transform:uppercase;letter-spacing:.06em;font-size:14px;font-weight:700}.StatsWidgetModal-module__5BFzQq__body{padding:12px}.StatsWidgetModal-module__5BFzQq__host{min-height:320px}.StatsWidgetModal-module__5BFzQq__host>div{width:100%!important}.StatsWidgetModal-module__5BFzQq__iframe{background:0 0;border:0;width:100%;min-height:480px;display:block}
.Button-module__OHv5nq__root{--button-height:38px;font-weight:400;transition:transform .14s ease-in-out,filter .14s ease-in-out}.Button-module__OHv5nq__root[data-variant=app-bar],.Button-module__OHv5nq__root[data-variant=sign-in]{--button-height:32px;--button-padding-x:15px;--button-fz:13px;--button-color:var(--text);--button-hover-color:var(--app-color-brand);--button-bd:none;--button-bg:var(--surface2);--button-hover:var(--chip);font-weight:400}.Button-module__OHv5nq__root[data-variant=sign-in]{--button-color:#fff;--button-bg:var(--app-color-brand);--button-hover:var(--a24-brand-hover);--button-hover-color:#fff}.Button-module__OHv5nq__root:active{filter:brightness(.96);transform:scale(.97)}.Button-module__OHv5nq__label{text-transform:uppercase}@media (prefers-reduced-motion:reduce){.Button-module__OHv5nq__root{transition:none!important;animation:none!important;transform:none!important}}
.BasketSettingsForm-module__ZDjb2W__root{padding:2px 0 0}.BasketSettingsForm-module__ZDjb2W__checkboxRoot+.BasketSettingsForm-module__ZDjb2W__checkboxRoot{margin-top:2px}.BasketSettingsForm-module__ZDjb2W__checkboxBody{align-items:flex-start}.BasketSettingsForm-module__ZDjb2W__checkboxLabel{color:var(--text2);padding-inline-start:8px;font-size:11px;line-height:1.25}
.OneClickBetInline-module__3N1q4W__root{border-top:1px solid var(--border);flex-direction:column;gap:6px;margin-top:8px;padding:8px 0 4px;display:flex}.OneClickBetInline-module__3N1q4W__header{justify-content:space-between;align-items:center;gap:8px;display:flex}.OneClickBetInline-module__3N1q4W__title{font-family:var(--app-font-base);color:var(--text);letter-spacing:.02em;font-size:12px;font-weight:700}.OneClickBetInline-module__3N1q4W__hint{font-family:var(--app-font-base);color:var(--text2);font-size:11px;line-height:1.3}.OneClickBetInline-module__3N1q4W__stepper{grid-template-columns:28px 1fr 28px;align-items:center;gap:6px;margin-top:4px;display:grid}.OneClickBetInline-module__3N1q4W__step{background:var(--surface2);height:28px;color:var(--text);cursor:pointer;border:0;border-radius:6px;justify-content:center;align-items:center;font-size:16px;font-weight:700;transition:background-color .14s;display:inline-flex}.OneClickBetInline-module__3N1q4W__step:hover{background:var(--chip)}.OneClickBetInline-module__3N1q4W__input{background:var(--surface2);border:1px solid var(--border);color:var(--text);text-align:center;font-variant-numeric:tabular-nums}.OneClickBetInline-module__3N1q4W__save{background:var(--a24-brand);color:#fff;height:30px;font-family:var(--app-font-base);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:0;border-radius:6px;justify-content:center;align-items:center;margin-top:4px;font-size:11px;font-weight:800;transition:filter .12s;display:inline-flex}.OneClickBetInline-module__3N1q4W__save:hover{filter:brightness(1.05)}
.BasketSettingsMenu-module__S0voXq__cog{appearance:none;width:36px;height:36px;color:var(--text3);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;transition:color .14s,background-color .14s;display:inline-flex}.BasketSettingsMenu-module__S0voXq__cog:hover{color:var(--app-color-brand);background:var(--surface2)}.BasketSettingsMenu-module__S0voXq__settingsDropdown{background:var(--surface)!important;border:1px solid var(--border)!important;min-width:240px!important;padding:12px!important}
.style-module__NR2ezG__root{font-family:var(--app-font-base);color:var(--mantine-color-gray-1);font-size:16px;font-weight:600;line-height:1}@media (max-width:480px){.style-module__NR2ezG__root{font-size:14px}}
.PageBreadcrumbTitle-module__7Tqhzq__root{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:10px;padding:14px 20px;position:relative;box-shadow:inset 0 1px #ffffff06,0 1px #0006}.PageBreadcrumbTitle-module__7Tqhzq__root:before{content:"";background:var(--app-color-brand);opacity:.85;border-radius:0 3px 3px 0;width:3px;height:calc(100% - 28px);position:absolute;top:14px;left:0}.PageBreadcrumbTitle-module__7Tqhzq__root>*{margin-top:0}.PageBreadcrumbTitle-module__7Tqhzq__titleRow{border-top:0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:0;padding:0;display:flex}.PageBreadcrumbTitle-module__7Tqhzq__titleRow>:first-child{font-family:var(--app-font-base);letter-spacing:.005em;color:var(--text);font-weight:600}@media (max-width:768px){.PageBreadcrumbTitle-module__7Tqhzq__root{border-radius:8px;padding:12px 16px}.PageBreadcrumbTitle-module__7Tqhzq__root:before{height:calc(100% - 24px);top:12px}.PageBreadcrumbTitle-module__7Tqhzq__hideOnMobile{display:none}.PageBreadcrumbTitle-module__7Tqhzq__titleRow{gap:10px}}
.BetsNavbar-module__xbJMXW__nav{scrollbar-width:none;-webkit-overflow-scrolling:touch;margin-bottom:12px;overflow-x:auto}.BetsNavbar-module__xbJMXW__nav::-webkit-scrollbar{display:none}.BetsNavbar-module__xbJMXW__track{background:var(--surface);border:1px solid var(--border);border-radius:8px;gap:4px;min-width:max-content;padding:4px;display:flex}.BetsNavbar-module__xbJMXW__tab{white-space:nowrap;color:var(--text2);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:7px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.BetsNavbar-module__xbJMXW__tab:hover{background:var(--chip);color:var(--text)}.BetsNavbar-module__xbJMXW__active,.BetsNavbar-module__xbJMXW__active:hover{background:var(--a24-brand);color:#fff}
.ForecastCard-module__jb5IlW__list{flex-direction:column;gap:6px;display:flex}.ForecastCard-module__jb5IlW__card{background:var(--surface);border:1px solid var(--border);color:inherit;cursor:pointer;border-radius:8px;grid-template-columns:1fr auto;align-items:center;text-decoration:none;transition:background .15s;animation:.22s cubic-bezier(.22,1,.36,1) both ForecastCard-module__jb5IlW__cardIn;display:grid;overflow:hidden}.ForecastCard-module__jb5IlW__card:hover{background:var(--surface2)}.ForecastCard-module__jb5IlW__card:hover .ForecastCard-module__jb5IlW__chevronWrap{background:rgba(var(--a24-brand-rgb), .12);border-color:rgba(var(--a24-brand-rgb), .25);color:var(--a24-brand)}@keyframes ForecastCard-module__jb5IlW__cardIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.ForecastCard-module__jb5IlW__cardLeft{flex-direction:column;gap:4px;min-width:0;padding:12px 14px;display:flex}.ForecastCard-module__jb5IlW__topRow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ForecastCard-module__jb5IlW__ticketNo{font-family:var(--app-font-base);color:var(--text);letter-spacing:.04em;font-variant-numeric:tabular-nums;font-size:14px;font-weight:700;line-height:1.2}.ForecastCard-module__jb5IlW__date{color:var(--text2);font-variant-numeric:tabular-nums;font-size:11px;line-height:1}.ForecastCard-module__jb5IlW__bottomRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ForecastCard-module__jb5IlW__typeBadge{background:rgba(var(--a24-brand-rgb), .1);color:var(--a24-brand);border:1px solid rgba(var(--a24-brand-rgb), .2);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:6px;align-items:center;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.ForecastCard-module__jb5IlW__matchesBadge{color:var(--text2);font-size:12px}.ForecastCard-module__jb5IlW__matchesBadge b{color:var(--text);font-weight:700}.ForecastCard-module__jb5IlW__cardRight{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;padding:12px 14px;display:flex}.ForecastCard-module__jb5IlW__status{letter-spacing:.03em;white-space:nowrap;border-radius:6px;align-items:center;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.ForecastCard-module__jb5IlW__active{background:rgba(var(--a24-yellow-rgb), .12);color:var(--a24-yellow);border:1px solid rgba(var(--a24-yellow-rgb), .28)}.ForecastCard-module__jb5IlW__win{background:rgba(var(--a24-green-rgb), .12);color:var(--a24-green);border:1px solid rgba(var(--a24-green-rgb), .25)}.ForecastCard-module__jb5IlW__lose{background:rgba(var(--a24-red-rgb), .12);color:var(--a24-red);border:1px solid rgba(var(--a24-red-rgb), .25)}.ForecastCard-module__jb5IlW__return{background:rgba(var(--a24-brand-rgb), .12);color:var(--a24-brand);border:1px solid rgba(var(--a24-brand-rgb), .25)}.ForecastCard-module__jb5IlW__chevronWrap{border:1px solid var(--border);width:24px;height:24px;color:var(--text3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,border-color .15s,color .15s;display:flex}
.BetCard-module__tKfcuW__list{flex-direction:column;gap:8px;display:flex}.BetCard-module__tKfcuW__card{text-align:left;background:var(--surface);border:1px solid var(--border);width:100%;color:inherit;cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:9px 14px;text-decoration:none;transition:border-color .15s,box-shadow .15s;animation:.22s cubic-bezier(.22,1,.36,1) both BetCard-module__tKfcuW__cardIn;display:flex}.BetCard-module__tKfcuW__card:hover{border-color:rgba(var(--a24-brand-rgb), .4);box-shadow:0 4px 14px #15171f12}@keyframes BetCard-module__tKfcuW__cardIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.BetCard-module__tKfcuW__cardLeft{flex-flow:wrap;flex-shrink:0;align-items:center;gap:6px;display:flex}.BetCard-module__tKfcuW__cardMid{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.BetCard-module__tKfcuW__ticketNo{font-family:var(--app-font-display);color:var(--text);letter-spacing:-.01em;font-variant-numeric:tabular-nums;font-size:15px;font-weight:800;line-height:1.1}.BetCard-module__tKfcuW__date{color:var(--text3);font-variant-numeric:tabular-nums;font-size:12px;font-weight:500;line-height:1.1}.BetCard-module__tKfcuW__cardRight{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:3px;display:flex}.BetCard-module__tKfcuW__amount{font-family:var(--app-font-display);color:var(--text);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:15px;font-weight:800;line-height:1.1}.BetCard-module__tKfcuW__badge{white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;padding:3px 8px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.BetCard-module__tKfcuW__prematch{color:var(--a24-brand);background:rgba(var(--a24-brand-rgb), .1);border:1px solid var(--a24-brand)}.BetCard-module__tKfcuW__live{color:var(--a24-red);background:rgba(var(--a24-red-rgb), .12);border:1px solid var(--a24-red)}.BetCard-module__tKfcuW__badgeNeutral{background:var(--surface2);color:var(--text2);border:1px solid var(--border);white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;padding:3px 8px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.BetCard-module__tKfcuW__badgeFreebet{background:rgba(var(--a24-brand-rgb), .1);color:var(--a24-brand);border:1px solid rgba(var(--a24-brand-rgb), .25);white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;padding:3px 8px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.BetCard-module__tKfcuW__status{font-family:var(--app-font-base);white-space:nowrap;font-size:12px;font-weight:700;line-height:1}.BetCard-module__tKfcuW__active{color:var(--a24-brand)}.BetCard-module__tKfcuW__win{color:var(--a24-green)}.BetCard-module__tKfcuW__lose{color:var(--a24-red)}.BetCard-module__tKfcuW__return{color:var(--text2)}@media (max-width:480px){.BetCard-module__tKfcuW__card{gap:10px;padding:8px 12px}.BetCard-module__tKfcuW__ticketNo,.BetCard-module__tKfcuW__amount{font-size:14px}}
.SectionEmpty-module__lufgtG__root{text-align:center;color:var(--mantine-color-dimmed);border:1px solid var(--mantine-color-default-border);background:var(--mantine-color-default);border-radius:10px;margin-top:20px;padding:48px 24px;font-size:14px}
.RegularTicket-module__CtlAGa__root{background:var(--surface);border:1px solid var(--border);border-radius:18px;flex-direction:column;display:flex;overflow:hidden}.RegularTicket-module__CtlAGa__topBar{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.RegularTicket-module__CtlAGa__topLeft{flex-direction:column;align-items:flex-start;gap:7px;min-width:0;display:flex}.RegularTicket-module__CtlAGa__topLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--text3);font-size:11px;font-weight:700;line-height:1}.RegularTicket-module__CtlAGa__topNo{font-family:var(--app-font-display);color:var(--text);font-variant-numeric:tabular-nums;font-size:19px;font-weight:800;line-height:1}.RegularTicket-module__CtlAGa__topStatus{background:var(--chip);color:var(--text2);border:1px solid var(--border);border-radius:10px;flex-shrink:0;align-items:center;gap:7px;padding:8px 14px;font-size:13px;font-weight:700;line-height:1;display:inline-flex}.RegularTicket-module__CtlAGa__topStatusDot{background:currentColor;border-radius:50%;flex-shrink:0;width:7px;height:7px}.RegularTicket-module__CtlAGa__topStatus[data-status="3"],.RegularTicket-module__CtlAGa__topStatus[data-status=win]{background:rgba(var(--a24-green-rgb), .13);color:var(--a24-green);border-color:rgba(var(--a24-green-rgb), .28)}.RegularTicket-module__CtlAGa__topStatus[data-status="2"],.RegularTicket-module__CtlAGa__topStatus[data-status=lose]{background:rgba(var(--a24-red-rgb), .12);color:var(--a24-red);border-color:rgba(var(--a24-red-rgb), .26)}.RegularTicket-module__CtlAGa__topStatus[data-status="4"],.RegularTicket-module__CtlAGa__topStatus[data-status=active]{background:rgba(var(--a24-brand-rgb), .12);color:var(--a24-brand);border-color:rgba(var(--a24-brand-rgb), .28)}.RegularTicket-module__CtlAGa__topStatus[data-status=postponed]{color:#60a5fa;background:#60a5fa1f;border-color:#60a5fa47}.RegularTicket-module__CtlAGa__statsGrid{border-bottom:1px solid var(--border);display:flex}.RegularTicket-module__CtlAGa__statCard{border-right:1px solid var(--border);flex-direction:column;flex:1 1 0;gap:9px;min-width:0;padding:16px 20px;display:flex}.RegularTicket-module__CtlAGa__statCard:last-child{border-right:none}.RegularTicket-module__CtlAGa__statLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--text3);align-items:center;gap:7px;font-size:11px;font-weight:700;line-height:1;display:flex}.RegularTicket-module__CtlAGa__statIcon{color:var(--text3);flex-shrink:0}.RegularTicket-module__CtlAGa__statValue{color:var(--text);font-variant-numeric:tabular-nums;font-size:14px;font-weight:700;line-height:1.2}.RegularTicket-module__CtlAGa__statValueAccent{color:var(--a24-brand);font-variant-numeric:tabular-nums;font-size:14px;font-weight:800;line-height:1.2}.RegularTicket-module__CtlAGa__jackpot{background:rgba(var(--a24-brand-rgb), .08);border-bottom:1px solid rgba(var(--a24-brand-rgb), .15);color:var(--a24-brand);justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;display:flex}.RegularTicket-module__CtlAGa__perforation{border-top:1px solid var(--border);height:0}.RegularTicket-module__CtlAGa__betList{flex-direction:column;display:flex}.RegularTicket-module__CtlAGa__betRow{border-bottom:1px solid var(--border);cursor:default;align-items:flex-start;gap:14px;padding:18px 20px;transition:background-color .12s;display:flex;position:relative}.RegularTicket-module__CtlAGa__betRow:last-child{border-bottom:none}.RegularTicket-module__CtlAGa__betRow:hover{background:var(--surface2)}.RegularTicket-module__CtlAGa__betNum{background:var(--surface2);width:40px;height:40px;color:var(--a24-brand);border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.RegularTicket-module__CtlAGa__betRow[data-won=true] .RegularTicket-module__CtlAGa__betNum{border-color:rgba(var(--a24-green-rgb), .4);color:var(--a24-green)}.RegularTicket-module__CtlAGa__betRow[data-lost=true] .RegularTicket-module__CtlAGa__betNum{border-color:rgba(var(--a24-red-rgb), .4);color:var(--a24-red)}.RegularTicket-module__CtlAGa__betRow[data-postponed=true] .RegularTicket-module__CtlAGa__betNum{color:#60a5fa;border-color:#60a5fa66}.RegularTicket-module__CtlAGa__betRow[data-active=true] .RegularTicket-module__CtlAGa__betNum{color:var(--a24-brand)}.RegularTicket-module__CtlAGa__betRow[data-refund=true] .RegularTicket-module__CtlAGa__betNum{border-color:var(--border);color:var(--text2)}.RegularTicket-module__CtlAGa__betContent{border-left:2px solid var(--border);flex-direction:column;flex:1;gap:6px;min-width:0;margin-left:-7px;padding-left:14px;display:flex}.RegularTicket-module__CtlAGa__betMeta{align-items:center;gap:9px;display:flex}.RegularTicket-module__CtlAGa__betSport{letter-spacing:.04em;text-transform:uppercase;color:var(--text3);flex-shrink:0;font-size:11px;font-weight:700}.RegularTicket-module__CtlAGa__betChamp{color:var(--text3);font-size:12px;font-weight:500;line-height:1.4;display:block}.RegularTicket-module__CtlAGa__betSide{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.RegularTicket-module__CtlAGa__betDate{color:var(--text3);font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0;font-size:11px;font-weight:500}.RegularTicket-module__CtlAGa__betEventType{background:rgba(var(--a24-brand-rgb), .1);color:var(--a24-brand);border:1px solid var(--a24-brand);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:5px 11px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.RegularTicket-module__CtlAGa__betEventType[data-event-type=LIVE]{background:rgba(var(--a24-red-rgb), .12);color:var(--a24-red);border-color:var(--a24-red)}.RegularTicket-module__CtlAGa__betEventType[data-event-type=PREMATCH]{background:rgba(var(--a24-brand-rgb), .1);color:var(--a24-brand);border-color:var(--a24-brand)}.RegularTicket-module__CtlAGa__betMetaSpacer{flex:1}.RegularTicket-module__CtlAGa__betCoeff{font-family:var(--app-font-display);color:#fff;background:var(--a24-brand);font-variant-numeric:tabular-nums;border-radius:7px;flex-shrink:0;align-items:center;padding:4px 9px;font-size:13px;font-weight:800;display:inline-flex}.RegularTicket-module__CtlAGa__betCoeffStrike{font-family:var(--app-font-display);color:var(--text3);background:var(--surface2);border-radius:7px;flex-shrink:0;align-items:center;padding:4px 9px;font-size:13px;font-weight:800;text-decoration:line-through;display:inline-flex}.RegularTicket-module__CtlAGa__betMatch{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.RegularTicket-module__CtlAGa__betTeams{font-family:var(--app-font-display);color:var(--text);font-size:15px;font-weight:700;line-height:1.3}.RegularTicket-module__CtlAGa__betArrow{color:var(--text3);flex-shrink:0;margin-inline:-2px}.RegularTicket-module__CtlAGa__betOutcome{color:var(--text2);font-size:14px;line-height:1.3}.RegularTicket-module__CtlAGa__betComment{color:var(--a24-red);margin-top:2px;font-size:12px}.RegularTicket-module__CtlAGa__betAmountRow{align-items:center;gap:6px;margin-top:4px;display:flex}.RegularTicket-module__CtlAGa__betAmountLabel{color:var(--text3);font-size:13px;font-weight:500}.RegularTicket-module__CtlAGa__betAmountVal{color:var(--text);font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.RegularTicket-module__CtlAGa__betPayoutVal{color:var(--a24-green);font-variant-numeric:tabular-nums;font-size:13px;font-weight:800}.RegularTicket-module__CtlAGa__betStatus{white-space:nowrap;background:var(--chip);color:var(--text2);border:1px solid var(--border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:5px 11px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.RegularTicket-module__CtlAGa__betStatus[data-won=true]{background:rgba(var(--a24-green-rgb), .12);color:var(--a24-green);border-color:rgba(var(--a24-green-rgb), .25)}.RegularTicket-module__CtlAGa__betStatus[data-lost=true]{background:rgba(var(--a24-red-rgb), .1);color:var(--a24-red);border-color:rgba(var(--a24-red-rgb), .22)}.RegularTicket-module__CtlAGa__betStatus[data-postponed=true]{color:#60a5fa;background:#60a5fa1f;border-color:#60a5fa47}.RegularTicket-module__CtlAGa__betStatus[data-active=true]{background:rgba(var(--a24-brand-rgb), .12);color:var(--a24-brand);border-color:rgba(var(--a24-brand-rgb), .28)}.RegularTicket-module__CtlAGa__betStatus[data-refund=true]{background:var(--chip);color:var(--text2);border-color:var(--border)}.RegularTicket-module__CtlAGa__resultsToggle{color:var(--a24-brand);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:9px;margin:18px 0 0;padding:0;font-size:14px;font-weight:700;transition:color .14s;display:flex}.RegularTicket-module__CtlAGa__resultsToggle:hover{color:var(--text)}.RegularTicket-module__CtlAGa__results{flex-direction:column;gap:12px;margin-top:12px;display:flex}.RegularTicket-module__CtlAGa__resultRow{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:14px;align-items:center;gap:12px;padding:14px 16px;font-size:13px;display:flex}.RegularTicket-module__CtlAGa__resultDate{color:var(--text3);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:12px;font-weight:500}.RegularTicket-module__CtlAGa__resultIcon{background:var(--surface2);width:26px;height:26px;color:var(--text2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.RegularTicket-module__CtlAGa__resultTeams{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.RegularTicket-module__CtlAGa__resultScore{font-family:var(--app-font-display);color:var(--text2);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:15px;font-weight:800}.RegularTicket-module__CtlAGa__payout{background:var(--surface2);border-top:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:16px;padding:18px 20px;display:flex}.RegularTicket-module__CtlAGa__payoutCell{flex-direction:column;gap:8px;min-width:0;display:flex}.RegularTicket-module__CtlAGa__payoutCell:last-child{text-align:right;align-items:flex-end}.RegularTicket-module__CtlAGa__payoutSum{font-family:var(--app-font-display);color:var(--text);font-variant-numeric:tabular-nums;font-size:22px;font-weight:800;line-height:1}.RegularTicket-module__CtlAGa__payoutLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--text3);font-size:11px;font-weight:700;line-height:1}.RegularTicket-module__CtlAGa__payoutOdd{font-family:var(--app-font-display);color:var(--text);font-variant-numeric:tabular-nums;font-size:22px;font-weight:800;line-height:1}.RegularTicket-module__CtlAGa__payoutOddStrike{color:var(--text3);text-decoration:line-through}.RegularTicket-module__CtlAGa__payoutAmount{font-family:var(--app-font-display);color:var(--a24-green);letter-spacing:-.01em;font-variant-numeric:tabular-nums;font-size:24px;font-weight:800;line-height:1}@media (max-width:600px){.RegularTicket-module__CtlAGa__statsGrid{flex-wrap:wrap}.RegularTicket-module__CtlAGa__statCard{flex:50%;min-width:50%}.RegularTicket-module__CtlAGa__statCard:nth-child(2){border-right:none}.RegularTicket-module__CtlAGa__statCard:first-child,.RegularTicket-module__CtlAGa__statCard:nth-child(2):not(:last-child){border-bottom:1px solid var(--border)}.RegularTicket-module__CtlAGa__payout{padding:16px}.RegularTicket-module__CtlAGa__payoutSum,.RegularTicket-module__CtlAGa__payoutOdd{font-size:18px}.RegularTicket-module__CtlAGa__payoutAmount{font-size:20px}.RegularTicket-module__CtlAGa__betRow{padding:14px 16px}}
.ForecastTicket-module__X3C5Uq__sectionHeader{background:var(--surface);border-bottom:1px solid var(--border);border-top:1px solid var(--border);align-items:center;gap:8px;padding:8px 16px;display:flex}.ForecastTicket-module__X3C5Uq__sectionHeader:first-of-type{border-top:none}.ForecastTicket-module__X3C5Uq__sectionTitle{letter-spacing:.1em;text-transform:uppercase;color:var(--text2);font-size:10px;font-weight:700}.ForecastTicket-module__X3C5Uq__betChamp{color:var(--text2);text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:10px;overflow:hidden}
.QuestCard-module__LSjoYa__list{flex-direction:column;gap:6px;display:flex}.QuestCard-module__LSjoYa__card{background:var(--surface);border:1px solid var(--border);color:inherit;cursor:pointer;border-radius:8px;grid-template-columns:1fr auto;align-items:center;text-decoration:none;transition:background .15s;animation:.22s cubic-bezier(.22,1,.36,1) both QuestCard-module__LSjoYa__cardIn;display:grid;overflow:hidden}.QuestCard-module__LSjoYa__card:hover{background:var(--border)}.QuestCard-module__LSjoYa__card:hover .QuestCard-module__LSjoYa__chevronWrap{background:rgba(var(--a24-brand-rgb), .12);border-color:rgba(var(--a24-brand-rgb), .25);color:var(--a24-brand)}@keyframes QuestCard-module__LSjoYa__cardIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.QuestCard-module__LSjoYa__cardLeft{flex-direction:column;gap:3px;min-width:0;padding:12px 14px;display:flex}.QuestCard-module__LSjoYa__topRow{align-items:center;gap:10px;display:flex}.QuestCard-module__LSjoYa__ticketNo{font-family:var(--app-font-base);color:var(--text);letter-spacing:.04em;font-variant-numeric:tabular-nums;font-size:14px;font-weight:700;line-height:1.2}.QuestCard-module__LSjoYa__date{color:var(--text2);font-variant-numeric:tabular-nums;font-size:11px;line-height:1}.QuestCard-module__LSjoYa__progress{color:var(--text2);font-size:12px}.QuestCard-module__LSjoYa__progress b{color:var(--text);font-weight:700}.QuestCard-module__LSjoYa__cardRight{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;padding:12px 14px;display:flex}.QuestCard-module__LSjoYa__status{letter-spacing:.03em;white-space:nowrap;border-radius:6px;align-items:center;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.QuestCard-module__LSjoYa__active{color:var(--text);padding:0}.QuestCard-module__LSjoYa__win{background:rgba(var(--a24-green-rgb), .12);color:var(--a24-green);border:1px solid rgba(var(--a24-green-rgb), .25)}.QuestCard-module__LSjoYa__lose{background:rgba(var(--a24-red-rgb), .12);color:var(--a24-red);border:1px solid rgba(var(--a24-red-rgb), .25)}.QuestCard-module__LSjoYa__return{background:rgba(var(--a24-brand-rgb), .12);color:var(--a24-brand);border:1px solid rgba(var(--a24-brand-rgb), .25)}.QuestCard-module__LSjoYa__chevronWrap{border:1px solid var(--border);width:24px;height:24px;color:var(--text3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,border-color .15s,color .15s;display:flex}
.QuestTicket-module__mjOGuW__root{background:var(--surface);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.QuestTicket-module__mjOGuW__topBar{background:var(--surface2);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.QuestTicket-module__mjOGuW__topLeft{flex-direction:column;gap:3px;display:flex}.QuestTicket-module__mjOGuW__topLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--text3);font-size:10px;font-weight:600}.QuestTicket-module__mjOGuW__topNo{font-family:var(--app-font-base);color:var(--text);letter-spacing:.04em;font-variant-numeric:tabular-nums;font-size:17px;font-weight:700}.QuestTicket-module__mjOGuW__topStatus{letter-spacing:.04em;background:rgba(var(--a24-brand-rgb), .12);color:var(--a24-brand);border:1px solid rgba(var(--a24-brand-rgb), .25);border-radius:6px;flex-shrink:0;align-items:center;gap:5px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.QuestTicket-module__mjOGuW__topStatus[data-won=true]{background:rgba(var(--a24-green-rgb), .12);color:var(--a24-green);border-color:rgba(var(--a24-green-rgb), .25)}.QuestTicket-module__mjOGuW__topStatus[data-lost=true]{background:rgba(var(--a24-red-rgb), .12);color:var(--a24-red);border-color:rgba(var(--a24-red-rgb), .25)}.QuestTicket-module__mjOGuW__statsGrid{border-bottom:1px solid var(--border);grid-template-columns:repeat(2,1fr);display:grid}.QuestTicket-module__mjOGuW__statCard{border-right:1px solid var(--border);flex-direction:column;gap:3px;padding:12px 18px;display:flex}.QuestTicket-module__mjOGuW__statCard:last-child{border-right:none}.QuestTicket-module__mjOGuW__statIcon{color:var(--text3);margin-bottom:2px}.QuestTicket-module__mjOGuW__statLabel{letter-spacing:.05em;text-transform:uppercase;color:var(--text3);font-size:10px;font-weight:500;line-height:1}.QuestTicket-module__mjOGuW__statValue{color:var(--text2);margin-top:1px;font-size:13px;font-weight:600}.QuestTicket-module__mjOGuW__statValueAccent{color:var(--a24-brand);margin-top:1px;font-size:14px;font-weight:700}.QuestTicket-module__mjOGuW__stagesList{flex-direction:column;display:flex}.QuestTicket-module__mjOGuW__stageRow{border-bottom:1px solid var(--border);align-items:flex-start;gap:12px;padding:12px 16px 12px 12px;transition:background-color .12s;display:flex;position:relative}.QuestTicket-module__mjOGuW__stageRow:last-child{border-bottom:none}.QuestTicket-module__mjOGuW__stageRow:hover{background:#ffffff04}.QuestTicket-module__mjOGuW__stageAccent{background:var(--border);border-radius:0 2px 2px 0;width:3px;position:absolute;top:8px;bottom:8px;left:0}.QuestTicket-module__mjOGuW__stageRow[data-won=true] .QuestTicket-module__mjOGuW__stageAccent{background:var(--a24-green)}.QuestTicket-module__mjOGuW__stageRow[data-lost=true] .QuestTicket-module__mjOGuW__stageAccent{background:var(--a24-red)}.QuestTicket-module__mjOGuW__stageRow[data-pending=true] .QuestTicket-module__mjOGuW__stageAccent{background:var(--text3)}.QuestTicket-module__mjOGuW__stageNum{border:1px solid var(--border);width:26px;height:26px;color:var(--text3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.QuestTicket-module__mjOGuW__stageRow[data-won=true] .QuestTicket-module__mjOGuW__stageNum{border-color:rgba(var(--a24-green-rgb), .4);color:var(--a24-green);background:rgba(var(--a24-green-rgb), .06)}.QuestTicket-module__mjOGuW__stageRow[data-lost=true] .QuestTicket-module__mjOGuW__stageNum{border-color:rgba(var(--a24-red-rgb), .4);color:var(--a24-red);background:rgba(var(--a24-red-rgb), .06)}.QuestTicket-module__mjOGuW__stageContent{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.QuestTicket-module__mjOGuW__stageMeta{align-items:center;gap:8px;display:flex}.QuestTicket-module__mjOGuW__stageSport{letter-spacing:.07em;text-transform:uppercase;color:var(--text3);font-size:10px;font-weight:700}.QuestTicket-module__mjOGuW__stageDate{color:var(--text3);font-variant-numeric:tabular-nums;margin-left:auto;font-size:10px}.QuestTicket-module__mjOGuW__stageTeams{color:var(--text2);font-size:13px;font-weight:500}.QuestTicket-module__mjOGuW__stageOutcome{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.QuestTicket-module__mjOGuW__outcomePill{background:rgba(var(--a24-brand-rgb), .08);color:var(--a24-brand);border:1px solid rgba(var(--a24-brand-rgb), .18);border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.QuestTicket-module__mjOGuW__outcomeVal{color:var(--a24-brand);font-weight:700}.QuestTicket-module__mjOGuW__noInfo{color:var(--text3);font-size:12px;font-style:italic}.QuestTicket-module__mjOGuW__stageStatus{white-space:nowrap;background:var(--chip);color:var(--text3);border:1px solid var(--border);border-radius:6px;flex-shrink:0;align-self:flex-start;align-items:center;margin-top:1px;margin-left:auto;padding:3px 9px;font-size:10px;font-weight:700;display:inline-flex}.QuestTicket-module__mjOGuW__stageRow[data-won=true] .QuestTicket-module__mjOGuW__stageStatus{background:rgba(var(--a24-green-rgb), .1);color:var(--a24-green);border-color:rgba(var(--a24-green-rgb), .22)}.QuestTicket-module__mjOGuW__stageRow[data-lost=true] .QuestTicket-module__mjOGuW__stageStatus{background:rgba(var(--a24-red-rgb), .1);color:var(--a24-red);border-color:rgba(var(--a24-red-rgb), .22)}
.QuestTicketView-module__kKLSLa__chevron{vertical-align:middle;color:var(--text3);display:inline-flex}
.ExactScoreCard-module__5Zktua__list{flex-direction:column;gap:6px;display:flex}.ExactScoreCard-module__5Zktua__card{background:var(--surface);border:1px solid var(--border);color:inherit;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;text-decoration:none;transition:background .15s;animation:.22s cubic-bezier(.22,1,.36,1) both ExactScoreCard-module__5Zktua__cardIn;display:grid;overflow:hidden}.ExactScoreCard-module__5Zktua__card:hover{background:var(--border)}@keyframes ExactScoreCard-module__5Zktua__cardIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.ExactScoreCard-module__5Zktua__cardIcon{color:var(--text3);border-right:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;padding:12px 10px 12px 14px;display:flex}.ExactScoreCard-module__5Zktua__cardMid{flex-direction:column;gap:3px;min-width:0;padding:12px 14px;display:flex}.ExactScoreCard-module__5Zktua__champ{letter-spacing:.04em;text-transform:uppercase;color:var(--text2);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:700;overflow:hidden}.ExactScoreCard-module__5Zktua__teams{font-family:var(--app-font-base);color:var(--text);letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:1.2;overflow:hidden}.ExactScoreCard-module__5Zktua__vs{color:var(--text3);margin:0 4px}.ExactScoreCard-module__5Zktua__date{color:var(--text2);font-variant-numeric:tabular-nums;font-size:11px;line-height:1}.ExactScoreCard-module__5Zktua__cardRight{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;padding:12px 14px;display:flex}.ExactScoreCard-module__5Zktua__scoreBadge{font-family:var(--app-font-base);color:var(--text);letter-spacing:.04em;font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.ExactScoreCard-module__5Zktua__status{letter-spacing:.03em;white-space:nowrap;border-radius:6px;align-items:center;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.ExactScoreCard-module__5Zktua__active{color:var(--text);padding:0}.ExactScoreCard-module__5Zktua__win{background:rgba(var(--a24-green-rgb), .12);color:var(--a24-green);border:1px solid rgba(var(--a24-green-rgb), .25)}.ExactScoreCard-module__5Zktua__lose{background:rgba(var(--a24-red-rgb), .12);color:var(--a24-red);border:1px solid rgba(var(--a24-red-rgb), .25)}.ExactScoreCard-module__5Zktua__return{background:rgba(var(--a24-brand-rgb), .12);color:var(--a24-brand);border:1px solid rgba(var(--a24-brand-rgb), .25)}
.SuperExactScoreCard-module__fsPq9a__list{flex-direction:column;gap:6px;display:flex}.SuperExactScoreCard-module__fsPq9a__card{background:var(--surface);border:1px solid var(--border);color:inherit;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;text-decoration:none;transition:background .15s;animation:.22s cubic-bezier(.22,1,.36,1) both SuperExactScoreCard-module__fsPq9a__cardIn;display:grid;overflow:hidden}.SuperExactScoreCard-module__fsPq9a__card:hover{background:var(--border)}@keyframes SuperExactScoreCard-module__fsPq9a__cardIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.SuperExactScoreCard-module__fsPq9a__cardIcon{color:var(--text3);border-right:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;padding:12px 10px 12px 14px;display:flex}.SuperExactScoreCard-module__fsPq9a__cardMid{flex-direction:column;gap:3px;min-width:0;padding:12px 14px;display:flex}.SuperExactScoreCard-module__fsPq9a__runName{letter-spacing:.04em;text-transform:uppercase;color:var(--a24-brand);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:700;overflow:hidden}.SuperExactScoreCard-module__fsPq9a__champ{letter-spacing:.04em;text-transform:uppercase;color:var(--text2);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:700;overflow:hidden}.SuperExactScoreCard-module__fsPq9a__teams{font-family:var(--app-font-base);color:var(--text);letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:1.2;overflow:hidden}.SuperExactScoreCard-module__fsPq9a__vs{color:var(--text3);margin:0 4px}.SuperExactScoreCard-module__fsPq9a__date{color:var(--text2);font-variant-numeric:tabular-nums;font-size:11px;line-height:1}.SuperExactScoreCard-module__fsPq9a__cardRight{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;padding:12px 14px;display:flex}.SuperExactScoreCard-module__fsPq9a__scoreBadge{font-family:var(--app-font-base);color:var(--text);letter-spacing:.04em;font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.SuperExactScoreCard-module__fsPq9a__status{letter-spacing:.03em;white-space:nowrap;border-radius:6px;align-items:center;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.SuperExactScoreCard-module__fsPq9a__active{color:var(--text);padding:0}.SuperExactScoreCard-module__fsPq9a__win{background:rgba(var(--a24-green-rgb), .12);color:var(--a24-green);border:1px solid rgba(var(--a24-green-rgb), .25)}.SuperExactScoreCard-module__fsPq9a__lose{background:rgba(var(--a24-red-rgb), .12);color:var(--a24-red);border:1px solid rgba(var(--a24-red-rgb), .25)}.SuperExactScoreCard-module__fsPq9a__return{background:rgba(var(--a24-brand-rgb), .12);color:var(--a24-brand);border:1px solid rgba(var(--a24-brand-rgb), .25)}
.BasketStatusChecker-module__YQIpDa__spinner{border:3px solid rgba(var(--app-color-brand-rgb), .25);border-top-color:var(--app-color-brand);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite BasketStatusChecker-module__YQIpDa__spin}.BasketStatusChecker-module__YQIpDa__inlineInfo{border:1px solid var(--border);background:var(--surface);border-radius:10px;margin-top:8px;padding:10px 12px}.BasketStatusChecker-module__YQIpDa__inlineInfo[data-variant=danger]{border-color:rgba(var(--a24-red-rgb), .45);background:rgba(var(--a24-red-rgb), .12)}.BasketStatusChecker-module__YQIpDa__requestState{border:1px solid var(--border);background:var(--surface);border-radius:10px}.BasketStatusChecker-module__YQIpDa__successCard{text-align:center;border-radius:10px;flex-direction:column;align-items:center;gap:6px;margin:8px;padding:24px 16px 16px;display:flex}.BasketStatusChecker-module__YQIpDa__successIcon{width:56px;height:56px;color:var(--a24-green);background:rgba(var(--a24-green-rgb), .12);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:inline-flex}.BasketStatusChecker-module__YQIpDa__successTitle{font-family:var(--app-font-base);color:var(--text);font-size:15px;font-weight:700}.BasketStatusChecker-module__YQIpDa__successTicketLabel{color:var(--text3);font-size:12px}.BasketStatusChecker-module__YQIpDa__successTicket{font-family:var(--app-font-base);color:var(--app-color-brand);text-underline-offset:3px;font-size:16px;font-weight:700;text-decoration:underline}.BasketStatusChecker-module__YQIpDa__successClose{width:100%;margin-top:12px}@keyframes BasketStatusChecker-module__YQIpDa__spin{to{transform:rotate(360deg)}}
.BetSuccessModal-module__GxKFBa__content{background:var(--surface);border:1px solid var(--border)}.BetSuccessModal-module__GxKFBa__header{background:rgba(var(--a24-green-rgb), .08);border-bottom:1px solid rgba(var(--a24-green-rgb), .22);min-height:auto;padding:12px 18px}.BetSuccessModal-module__GxKFBa__title{flex:1;min-width:0}.BetSuccessModal-module__GxKFBa__titleWrap{letter-spacing:.04em;color:var(--a24-green);align-items:center;gap:10px;font-size:13px;font-weight:600;display:inline-flex}.BetSuccessModal-module__GxKFBa__titleIcon{color:var(--a24-green);flex-shrink:0}.BetSuccessModal-module__GxKFBa__body{background:var(--surface);padding:0}.BetSuccessModal-module__GxKFBa__body>div{border-radius:0}.BetSuccessModal-module__GxKFBa__close{color:var(--text3);border-radius:6px;transition:background .14s,color .14s}.BetSuccessModal-module__GxKFBa__close:hover{background:var(--border);color:var(--text)}@media (max-width:600px){.BetSuccessModal-module__GxKFBa__header{padding:10px 14px}.BetSuccessModal-module__GxKFBa__titleWrap{gap:8px;font-size:12px}}
.TextBox-module__dZtKxG__root{border-top:1px solid var(--border);background:var(--surface);padding:16px 20px 18px}.TextBox-module__dZtKxG__text{font-family:var(--app-font-base);color:var(--text2);text-align:center;font-size:14px;font-weight:400;line-height:1.3}
.BasketBetType-module__gh5WOq__root{align-items:center;gap:10px;padding:12px 16px 0;display:flex}.BasketBetType-module__gh5WOq__segmented{background:var(--surface2);border-radius:11px;flex:1;grid-template-columns:1fr 1fr;gap:4px;min-width:0;padding:4px;display:grid}.BasketBetType-module__gh5WOq__tab{min-height:34px;font-family:var(--app-font-base);color:var(--text2);background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:0 10px;font-size:13px;font-weight:700;line-height:1;transition:background-color .16s,color .16s,box-shadow .16s;display:inline-flex}.BasketBetType-module__gh5WOq__tab:hover:not([data-active]):not([data-disabled]){color:var(--text)}.BasketBetType-module__gh5WOq__tab[data-active]{color:#fff;background:var(--a24-brand);box-shadow:0 4px 12px rgba(var(--a24-brand-rgb), .28)}.BasketBetType-module__gh5WOq__tab[data-disabled]{cursor:default;opacity:.45;pointer-events:none}
.BasketContent-module__-ZloQG__root{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.BasketContent-module__-ZloQG__view{flex-direction:column;flex:1;min-height:0;display:flex}.BasketContent-module__-ZloQG__betTypeWrap{padding:0}.BasketContent-module__-ZloQG__settingsBar{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:12px 12px 8px;display:flex}.BasketContent-module__-ZloQG__settingsBarLabel{font-family:var(--app-font-base);color:var(--text2);font-size:13px;font-weight:600}.BasketContent-module__-ZloQG__historyLink{border:1px solid var(--app-hairline);background:var(--app-surface-1);box-shadow:var(--app-sheen);color:var(--text2);transition:border-color .16s var(--app-ease), background-color .16s var(--app-ease);border-radius:10px;align-items:center;gap:10px;margin:8px;padding:11px 12px;text-decoration:none;display:flex}.BasketContent-module__-ZloQG__historyLink:hover{border-color:rgba(var(--a24-brand-rgb), .45);background:rgba(var(--a24-brand-rgb), .1)}.BasketContent-module__-ZloQG__historyIcon{background:rgba(var(--a24-brand-rgb), .14);width:28px;height:28px;color:var(--app-color-secondary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.BasketContent-module__-ZloQG__historyLabel{letter-spacing:.02em;text-transform:uppercase;min-width:0;color:var(--text);flex:1;font-size:13px;font-weight:700}.BasketContent-module__-ZloQG__historyChevron{color:var(--a24-focus);transition:transform .16s var(--app-ease);flex-shrink:0}.BasketContent-module__-ZloQG__historyLink:hover .BasketContent-module__-ZloQG__historyChevron{transform:translate(2px)}.BasketContent-module__-ZloQG__emptyState{flex-direction:column;align-items:center;gap:6px;padding:18px 16px 6px;display:flex}.BasketContent-module__-ZloQG__emptyIcon{background:rgba(var(--a24-brand-rgb), .12);border:1px solid rgba(var(--a24-brand-rgb), .25);width:56px;height:56px;color:var(--app-color-secondary);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.BasketContent-module__-ZloQG__emptyTitle{font-family:var(--app-font-display);color:var(--text);text-align:center;font-size:15px;font-weight:700;line-height:1.3}
.BasketGuestEmpty-module__a0G0Aq__root{flex-direction:column;display:flex}.BasketGuestEmpty-module__a0G0Aq__tabs{border:1px solid var(--app-hairline);background:var(--surface2);border-radius:12px;grid-template-columns:1fr 1fr;gap:4px;margin:10px;padding:4px;display:grid}.BasketGuestEmpty-module__a0G0Aq__tab{height:38px;color:var(--app-text-muted);-webkit-user-select:none;user-select:none;border-radius:8px;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.BasketGuestEmpty-module__a0G0Aq__tabActive{color:#fff;background:var(--a24-brand)}.BasketGuestEmpty-module__a0G0Aq__empty{text-align:center;border-top:1px solid var(--app-hairline);flex-direction:column;align-items:center;gap:8px;padding:40px 22px 36px;display:flex}.BasketGuestEmpty-module__a0G0Aq__icon{background:var(--surface2);width:56px;height:56px;color:var(--text3);border-radius:14px;justify-content:center;align-items:center;margin-bottom:6px;display:inline-flex}.BasketGuestEmpty-module__a0G0Aq__title{color:var(--text);margin:0;font-size:15px;font-weight:700}.BasketGuestEmpty-module__a0G0Aq__hint{max-width:240px;color:var(--app-text-muted);margin:0;font-size:13px;line-height:1.5}
.Header-module__KFQdoq__root{border-bottom:1px solid var(--border);background:0 0;padding:14px 16px}.Header-module__KFQdoq__title{font-family:var(--app-font-display);color:var(--text);font-size:16px;font-weight:800;line-height:1}.Header-module__KFQdoq__controls{align-items:center;gap:8px;display:flex}.Header-module__KFQdoq__countBadge{background:rgba(var(--a24-brand-rgb), .14);min-width:24px;height:24px;color:var(--a24-brand);font-family:var(--app-font-base);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.Header-module__KFQdoq__viewToggle{min-height:28px;font-family:var(--app-font-base);color:var(--text2);border:1px solid var(--border);background:var(--surface);border-radius:8px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:600;line-height:1;transition:background-color .16s,color .16s,border-color .16s;display:inline-flex}.Header-module__KFQdoq__viewToggle:hover{background:var(--surface2);color:var(--text)}.Header-module__KFQdoq__viewToggle[data-active]{color:#fff;background:var(--a24-brand);border-color:var(--a24-brand)}.Header-module__KFQdoq__viewToggle[data-active]:hover{background:var(--a24-brand-hover)}.Header-module__KFQdoq__viewToggle:disabled,.Header-module__KFQdoq__viewToggle[data-disabled]{cursor:default;opacity:.55;pointer-events:none}.Header-module__KFQdoq__closeButton{width:32px;min-height:32px;color:var(--text2);background:var(--surface);border-radius:8px;justify-content:center;align-items:center;transition:background-color .16s,color .16s;display:inline-flex}.Header-module__KFQdoq__closeButton:hover{background:var(--surface2);color:var(--a24-red)}.Header-module__KFQdoq__closeButton:disabled,.Header-module__KFQdoq__closeButton[data-disabled]{cursor:default;opacity:.55;pointer-events:none}
.Basket-module__0pDAJq__root{border:1px solid var(--border);min-height:0;font-family:var(--app-font-base);background:var(--surface);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.Basket-module__0pDAJq__mobileRoot{display:none}.Basket-module__0pDAJq__fab{right:14px;bottom:calc(env(safe-area-inset-bottom) + 60px);z-index:710;will-change:transform;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex;position:fixed}.Basket-module__0pDAJq__fabButton{color:#1b1d1f;background:var(--app-color-brand);width:56px;height:56px;box-shadow:0 6px 18px rgba(var(--app-color-brand-rgb), .28);border-radius:999px;justify-content:center;align-items:center;transition:transform .18s,box-shadow .18s,filter .18s;display:inline-flex}.Basket-module__0pDAJq__fab[data-open=true] .Basket-module__0pDAJq__fabButton{filter:saturate(1.04);box-shadow:0 10px 24px rgba(var(--app-color-brand-rgb), .32);transform:translateY(-2px)scale(1.02)}.Basket-module__0pDAJq__fabBadge{min-width:22px;height:22px;font-family:var(--app-font-base);color:#fff;border:3px solid var(--surface);background:linear-gradient(#ff725d 0%,#ff4537 100%);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-4px;right:-4px;box-shadow:0 8px 18px #ff453742,inset 0 1px #ffffff3d}.Basket-module__0pDAJq__drawerOverlay{background:#05070a99}.Basket-module__0pDAJq__drawerContent{box-shadow:none;background:0 0}.Basket-module__0pDAJq__drawerBody{overflow:hidden}.Basket-module__0pDAJq__drawerShell{min-height:0;max-height:calc(100dvh - 8px);padding:6px 8px calc(env(safe-area-inset-bottom) + 8px);flex-direction:column;display:flex}.Basket-module__0pDAJq__drawerHandle{background:#ffffff4d;border-radius:999px;width:54px;height:5px;margin:0 auto 10px}.Basket-module__0pDAJq__drawerPanel{min-height:0;max-height:calc(100dvh - env(safe-area-inset-bottom) - 16px);font-family:var(--app-font-base);background:var(--bg);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;border-bottom:0;border-radius:22px 22px 0 0;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 -12px 44px #15171f33}@media (max-width:1024px){.Basket-module__0pDAJq__mobileRoot{display:block}.Basket-module__0pDAJq__fab{bottom:calc(env(safe-area-inset-bottom) + 58px)}}@media (prefers-reduced-motion:reduce){.Basket-module__0pDAJq__fabButton,.Basket-module__0pDAJq__drawerPanel,.Basket-module__0pDAJq__drawerOverlay{transition:none!important}}
.BasketMiniBar-module__Hm_Txa__bar{left:0;right:0;bottom:calc(54px + env(safe-area-inset-bottom,0px));z-index:690;background:var(--a24-brand);color:#fff;cursor:pointer;width:100%;box-shadow:0 -8px 24px rgba(var(--a24-brand-rgb), .32);font-family:var(--app-font-base);border:0;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;gap:12px;padding:13px 18px;animation:.2s cubic-bezier(.22,1,.36,1) BasketMiniBar-module__Hm_Txa__miniBarUp;display:flex;position:fixed}@keyframes BasketMiniBar-module__Hm_Txa__miniBarUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.BasketMiniBar-module__Hm_Txa__bar{animation:none}}.BasketMiniBar-module__Hm_Txa__left{align-items:center;gap:12px;min-width:0;display:flex}.BasketMiniBar-module__Hm_Txa__count{width:30px;height:30px;font-family:var(--app-font-display);font-variant-numeric:tabular-nums;background:#ffffff38;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:800;line-height:1;display:inline-flex}.BasketMiniBar-module__Hm_Txa__label{font-family:var(--app-font-display);font-size:16px;font-weight:700;line-height:1}.BasketMiniBar-module__Hm_Txa__right{flex-shrink:0;align-items:center;gap:10px;display:flex}.BasketMiniBar-module__Hm_Txa__type{color:#ffffffd1;font-size:13px;font-weight:600;line-height:1}.BasketMiniBar-module__Hm_Txa__rate{font-family:var(--app-font-display);font-variant-numeric:tabular-nums;font-size:18px;font-weight:800;line-height:1}.BasketMiniBar-module__Hm_Txa__chevron{flex-shrink:0}@media (min-width:1025px){.BasketMiniBar-module__Hm_Txa__bar{display:none}}
.HomePage-module__BX4y0W__page{max-width:var(--app-content-max);flex-direction:column;gap:16px;margin:0 auto;padding:16px 24px 24px;display:flex}.HomePage-module__BX4y0W__cols{grid-template-columns:248px minmax(0,1fr) 340px;align-items:start;gap:20px;display:grid}.HomePage-module__BX4y0W__left,.HomePage-module__BX4y0W__right{top:calc(var(--app-header-height) + 16px);flex-direction:column;align-self:start;gap:16px;min-width:0;display:flex;position:sticky}.HomePage-module__BX4y0W__center{min-width:0}@media (max-width:1180px){.HomePage-module__BX4y0W__cols{grid-template-columns:minmax(0,1fr) 340px}.HomePage-module__BX4y0W__left{display:none}}@media (max-width:820px){.HomePage-module__BX4y0W__cols{grid-template-columns:1fr}.HomePage-module__BX4y0W__right{display:none}}@media (max-width:1024px){.HomePage-module__BX4y0W__page{padding:12px 0px calc(16px + var(--app-bottom-nav-height))}}
.Card-module__aTuXDW__root{background:var(--app-surface-1);border:1px solid var(--app-hairline);border-radius:var(--app-radius-card);box-shadow:var(--app-sheen)}
.Tabs-module__zM38fG__root{border:1px solid var(--app-hairline);background:var(--app-surface-1);box-shadow:var(--app-sheen);-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:12px;align-items:center;gap:6px;margin-bottom:10px;padding:8px;display:flex;overflow-x:auto}.Tabs-module__zM38fG__root::-webkit-scrollbar{width:0;height:0}.Tabs-module__zM38fG__tab,.Tabs-module__zM38fG__icon-tab{cursor:pointer;border:1px solid var(--border);min-height:40px;color:var(--text);background:var(--surface);transition:border-color .2s var(--app-ease), background-color .2s var(--app-ease), color .2s var(--app-ease), box-shadow .2s var(--app-ease);border-radius:8px;flex:none;justify-content:center;align-items:center;line-height:1;display:inline-flex}.Tabs-module__zM38fG__tab:hover,.Tabs-module__zM38fG__icon-tab:hover{border-color:rgba(var(--a24-brand-rgb), .5);background:rgba(var(--a24-brand-rgb), .14);color:var(--text)}.Tabs-module__zM38fG__tab[data-active=true],.Tabs-module__zM38fG__icon-tab[data-active=true]{color:#fff;border-color:var(--a24-brand);background:var(--a24-brand);box-shadow:var(--app-glow-accent)}.Tabs-module__zM38fG__tab{letter-spacing:.2px;text-transform:uppercase;gap:8px;padding-inline:14px;font-size:12px;font-weight:700}.Tabs-module__zM38fG__icon-tab{justify-content:flex-start;gap:8px;min-width:124px;padding-inline:10px}.Tabs-module__zM38fG__liveMark{color:#fff;background:var(--a24-red);box-shadow:0 0 10px rgba(var(--a24-red-rgb), .5);border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.Tabs-module__zM38fG__tab[data-active=true] .Tabs-module__zM38fG__liveMark{color:#fff;background:var(--a24-red)}.Tabs-module__zM38fG__iconWrap{color:currentColor;justify-content:center;align-items:center;width:18px;min-width:18px;display:inline-flex}.Tabs-module__zM38fG__sportTitle{color:var(--text);white-space:nowrap;font-size:12px;font-weight:600}.Tabs-module__zM38fG__sportCount{min-width:22px;height:18px;color:var(--a24-brand);background:rgba(var(--a24-brand-rgb), .25);border-radius:999px;justify-content:center;align-items:center;margin-left:auto;padding-inline:5px;font-size:10px;font-weight:700;display:inline-flex}.Tabs-module__zM38fG__icon-tab[data-active=true] .Tabs-module__zM38fG__sportTitle{color:#fff}.Tabs-module__zM38fG__icon-tab[data-active=true] .Tabs-module__zM38fG__sportCount{color:#fff;background:#ffffff38}@media (max-width:768px){.Tabs-module__zM38fG__root{gap:5px;padding:6px}.Tabs-module__zM38fG__tab{padding-inline:12px;font-size:11px}.Tabs-module__zM38fG__icon-tab{gap:6px;min-width:102px;min-height:36px;padding-inline:8px}.Tabs-module__zM38fG__sportTitle{font-size:11px}.Tabs-module__zM38fG__sportCount{min-width:20px;height:16px;font-size:9px}}
.Modal-module__VgSSMq__overlay{-webkit-backdrop-filter:blur(4px);background:#0807129e!important}.Modal-module__VgSSMq__content{background:var(--surface);border:1px solid var(--border);box-shadow:var(--app-sheen), 0 24px 60px #080a1247, 0 0 0 1px rgba(var(--a24-brand-rgb), .1);border-radius:16px;overflow-y:auto!important}.Modal-module__VgSSMq__header{border-bottom:1px solid var(--app-hairline);background:0 0}.Modal-module__VgSSMq__title{font-family:var(--app-font-display);color:var(--text);text-transform:uppercase;letter-spacing:.02em;font-size:16px;font-weight:600}.Modal-module__VgSSMq__close{color:var(--app-text-muted);transition:background-color .16s var(--app-ease), color .16s var(--app-ease);border-radius:8px}.Modal-module__VgSSMq__close:hover{background:rgba(var(--a24-brand-rgb), .14);color:var(--text)}
.Paper-module__mIk60W__root{box-shadow:var(--app-sheen);overflow:hidden}
.TextInput-module__gsBHYq__label{color:var(--app-input-label);font-weight:500}.TextInput-module__gsBHYq__input{background-color:var(--app-input-bg);border-color:var(--app-input-border);color:var(--app-input-text);transition:border-color .14s,box-shadow .14s}.TextInput-module__gsBHYq__input::placeholder{color:var(--app-input-placeholder)}.TextInput-module__gsBHYq__input:focus,.TextInput-module__gsBHYq__input:focus-within{border-color:var(--app-input-border-focus);box-shadow:0 0 0 3px rgba(var(--app-color-brand-rgb), .18)}.TextInput-module__gsBHYq__input[data-error=true]{border-color:var(--app-input-error)}.TextInput-module__gsBHYq__input[data-error=true]:focus,.TextInput-module__gsBHYq__input[data-error=true]:focus-within{box-shadow:0 0 0 3px #ef44442e}.TextInput-module__gsBHYq__error{color:var(--app-input-error-text)}
.NotFound-module__EMc6Nq__container{color:var(--mantine-color-gray-0);height:inherit;justify-content:center;align-items:center;gap:var(--mantine-spacing-md);flex-direction:column;margin-top:100px;display:flex}.NotFound-module__EMc6Nq__status-code{font-family:var(--app-font-base);color:var(--mantine-color-gray-1);font-size:120px;font-weight:400;line-height:1}.NotFound-module__EMc6Nq__title{color:var(--mantine-color-gray-1);margin-bottom:10px;font-size:20px}.NotFound-module__EMc6Nq__text{text-align:center;width:400px}
.Alert-module__cIUZlG__root{justify-content:center;align-items:center;height:38px;padding-block:0;display:flex}.Alert-module__cIUZlG__message{font-size:14px;font-weight:600}
.PrematchEventPage-module__O1aPRq__mobileOnly{display:none}@media (max-width:768px){.PrematchEventPage-module__O1aPRq__mobileOnly{display:contents}}
/*# sourceMappingURL=0r0yyzwf7ljdv.css.map*/