@font-face{font-family:'Nunito';src:url('/assets/fonts/nunito-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Nunito';src:url('/assets/fonts/nunito-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Nunito';src:url('/assets/fonts/nunito-700.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Nunito';src:url('/assets/fonts/nunito-800.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:'Nunito';src:url('/assets/fonts/nunito-900.woff2') format('woff2');font-weight:900;font-style:normal;font-display:swap}

:root{
--bg:#04041c;
--bg-2:#0b0c2a;
--panel:#0e1036;
--panel-2:#151847;
--line:#20224f;
--text:#706e98;
--text-dim:#565591;
--white:#fff;
--accent:#7b46ff;
--accent-2:#b939ff;
--grad:linear-gradient(135deg,#7b46ff 0%,#b939ff 100%);
--grad-hover:linear-gradient(135deg,#8a5aff 0%,#c655ff 100%);
--radius:14px;
--radius-sm:10px;
--gap:16px;
--maxw:1256px;
--accent-link:#9b6cff;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:'Nunito','Trebuchet MS',Arial,sans-serif;font-size:15px;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.promo,.promo__banners,.promo__banner,.wins,.wins__list,.game-section,.game-rail,.game-grid,.game-card,.sport,.sport__cards,.sport-card,.sport-card__body,.jackpot,.jackpot__body,.providers,.providers__grid{min-width:0}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{color:var(--white);margin:0;font-weight:800;line-height:1.2}
ul{margin:0;padding:0;list-style:none}
.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 16px}
.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.no-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}

.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-weight:800;font-size:14px;line-height:1;border:0;border-radius:var(--radius-sm);padding:12px 22px;cursor:pointer;transition:.18s;white-space:nowrap}
.button--primary{background:var(--grad);color:#fff}
.button--primary:hover{background:var(--grad-hover)}
.button--secondary{background:var(--panel-2);color:#fff}
.button--secondary:hover{background:#1d2058}
.button-icon{padding:10px;border-radius:12px}
.svg-icon{display:block;flex:none}

.page-header{position:sticky;top:0;z-index:50;background:#04041c;border-bottom:1px solid var(--line)}
.page-header__wrapper{max-width:var(--maxw);margin:0 auto;padding:0 16px;display:flex;align-items:center;gap:16px}
.logotype{display:inline-flex;align-items:center;gap:7px}
.logotype__img{width:176px;height:auto}
.logotype__flag{flex:none;width:18px;height:13px;border-radius:2px;display:block}
.logotype__flag--globe{width:16px;height:16px;border-radius:0;color:var(--text)}
.page-header__logo{flex:none}
.page-header__site-nav{flex:1;min-width:0}
.page-header__user-nav{margin-left:auto;flex:none;display:flex;align-items:center;gap:10px}
.page-header__user-nav .button{padding:10px 18px;font-size:13px}
.lang-switch{position:relative}
.lang-switch__toggle{display:inline-flex;align-items:center;gap:6px;background:var(--panel-2);color:#fff;border:0;border-radius:var(--radius-sm);padding:10px 14px;font-family:inherit;font-weight:800;font-size:13px;line-height:1;cursor:pointer}
.lang-switch__globe{width:14px;height:14px;opacity:.85}
.lang-switch__list{position:absolute;top:calc(100% + 6px);right:0;min-width:64px;background:var(--panel-2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:4px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:.16s;z-index:5}
.lang-switch__list[data-open],.lang-switch:hover .lang-switch__list{opacity:1;visibility:visible;transform:none}
.lang-switch__link{display:block;padding:7px 10px;border-radius:8px;color:#fff;font-weight:700;font-size:13px}
.lang-switch__link:hover{background:#242869}
.site-nav__list{display:flex;align-items:center;overflow-x:auto}
.site-nav__item{display:flex;align-items:center;flex:none}
.site-nav__item + .site-nav__item::before{content:"•";color:var(--text-dim);opacity:.5;font-size:9px}
.site-nav__link{position:relative;display:flex;align-items:center;padding:23px 12px;color:var(--text);font-weight:600;font-size:12.8px;line-height:1.4;white-space:nowrap;transition:.15s}
.site-nav__link:hover{color:#fff}
.site-nav__link.is-active{color:#fff}
.site-nav__link.is-active::after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:2px;border-radius:2px;background:var(--grad)}
.site-nav__link--aviator{color:#ff5a4d;font-style:italic;font-weight:800}
.site-nav__link--game{font-style:italic;font-weight:800}
@media(max-width:960px){
.page-header__wrapper{flex-wrap:wrap;gap:6px 8px;padding:8px 16px}
.page-header__logo{order:1}
.page-header__user-nav{order:3;margin-left:auto;gap:6px}
.page-header__user-nav .button{padding:8px 13px;font-size:12.5px}
.page-header__site-nav{order:4;flex-basis:100%}
.site-nav__list{padding-bottom:2px}
.site-nav__link{font-size:13px;padding:4px 10px}
.site-nav__link.is-active::after{bottom:-2px}
}

.page-main{padding:22px 0 40px}
.promo{display:grid;grid-template-columns:minmax(0,1fr) 288px;gap:24px;margin-bottom:56px}
.promo__banners{position:relative;overflow:hidden;border-radius:16px}
.promo__track{display:flex;transition:transform .45s ease}
.promo__banner{position:relative;flex:0 0 100%;display:block}
.promo__img{width:100%;height:auto;aspect-ratio:912/360;object-fit:cover;transition:.2s;display:block}
.promo__banner:hover .promo__img{transform:scale(1.02)}
.promo__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:rgba(4,4,28,.55);color:#fff;cursor:pointer;transition:.16s}
.promo__arrow:hover{background:rgba(4,4,28,.85)}
.promo__arrow--prev{left:14px}
.promo__arrow--next{right:14px}
.promo__dots{position:absolute;left:0;right:0;bottom:14px;z-index:3;display:flex;align-items:center;justify-content:center;gap:7px}
.promo__dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:width .2s,background .2s}
.promo__dot--active{width:22px;border-radius:4px;background:#fff}
.wins{background:transparent;border:1px solid #7a6ff4;border-radius:24px;padding:20px;display:flex;flex-direction:column;min-height:0}
.wins__title{font-size:16px;margin-bottom:20px}
.wins__list{display:flex;flex-direction:column;gap:0;overflow-y:auto;max-height:none}
.wins__item{display:grid;grid-template-columns:auto 1fr auto;gap:1px 10px;align-items:center;background:transparent;border-radius:0;padding:0;font-size:13px;min-height:46px}
.wins__icon{grid-row:1/3;width:38px;height:38px;border-radius:8px;object-fit:cover}
.wins__game{grid-column:2;grid-row:1;color:#fff;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wins__bet{grid-column:2;grid-row:2;color:var(--text-dim);font-size:12px}
.wins__win{grid-column:3;grid-row:1;align-self:end;color:#41d38a;font-weight:800;white-space:nowrap;text-align:right}
.wins__label{grid-column:3;grid-row:2;color:var(--text-dim);font-size:11px;text-align:right}

.sport{margin-bottom:56px}
.sport__title,.game-section__title,.providers__title{font-size:25.6px;line-height:1.4;font-weight:800;margin-bottom:14px}
.game-section__head .game-section__title,.providers__head .providers__title{margin-bottom:0}
.sport__cards{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.sport-card{position:relative;display:flex;align-items:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.05);border-radius:24px;overflow:hidden;min-height:240px}
.sport-card::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(4,4,28,.92) 0%,rgba(4,4,28,.6) 34%,rgba(4,4,28,.15) 62%,rgba(4,4,28,0) 100%)}
.sport-card__body{position:relative;z-index:2;padding:28px;max-width:none;width:100%}
.sport-card__name{font-size:22px;margin-bottom:8px}
.sport-card__text{margin:0 0 18px;font-size:14px;color:var(--white)}
.sport-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}

.jackpot{margin-bottom:56px}
.jackpot__banner{position:relative;display:flex;align-items:center;background:#120d38;border-radius:24px;overflow:hidden;min-height:158px}
.jackpot__banner::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#0b0c2a 0%,rgba(11,12,42,.9) 26%,rgba(11,12,42,.35) 52%,rgba(11,12,42,0) 74%)}
.jackpot__body{position:relative;z-index:2;padding:24px 40px}
.jackpot__title{font-size:25.6px;line-height:1.3;max-width:360px}
.jackpot__text{margin:8px 0 0;color:#fff;font-weight:500;font-size:13px}
.jackpot__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 46%;opacity:1}

.game-section{margin-bottom:30px}
.game-section__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.game-section__all{color:var(--accent-link);font-weight:700;font-size:13px}
.game-section__all:hover{color:#fff}
.game-rail{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}
.game-card{display:block;position:relative;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.05);border-radius:16px;overflow:hidden}
.game-card__picture{display:block;position:relative;overflow:hidden;aspect-ratio:162/104;background:var(--panel)}
.game-card__img{width:100%;height:100%;object-fit:cover;transition:.2s}
.game-card:hover .game-card__img{transform:scale(1.05)}
.game-card__name{display:block;text-align:center;color:#fff;font-weight:600;font-size:12px;line-height:1.2;padding:9px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.game-card__provider{position:absolute;top:10px;left:10px;z-index:2;background:rgba(0,0,0,.4);color:#fff;font-size:10px;font-weight:600;padding:5px 7px;border-radius:5px;max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.providers{margin-bottom:20px}
.providers__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.providers__all{color:var(--accent-link);font-weight:700;font-size:13px}
.providers__all:hover{color:#fff}
.providers__grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}
.providers__item{display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.03);border:0;border-radius:16px;height:72px;padding:12px}
.providers__logo{max-height:38px;width:auto;object-fit:contain;opacity:.9}
.providers__item:hover .providers__logo{opacity:1}

.seo-content{margin:44px 0 8px}
.seo-content__box{max-height:360px;overflow-y:auto;padding:22px 24px;background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:16px;color:var(--text)}
.seo-content__title{font-size:24px;line-height:1.25;margin-bottom:14px}
.seo-content__box h2{font-size:18px;margin:18px 0 10px;color:#fff}
.seo-content__box p{margin:0 0 12px;line-height:1.65;font-size:14px}
.seo-content__list{margin:0 0 14px;padding-left:20px;list-style:disc}
.seo-content__list li{margin-bottom:6px;line-height:1.55;font-size:14px}
.seo-content__box table{width:100%;border-collapse:collapse;margin:0 0 16px;font-size:13px}
.seo-content__box th,.seo-content__box td{border:1px solid var(--line);padding:9px 12px;text-align:left;vertical-align:top}
.seo-content__box th{background:var(--panel-2);color:#fff;font-weight:700}
.seo-content__figure{margin:0 0 12px}
.seo-content__figure img{width:100%;height:auto;border-radius:12px}
.page-footer{background:var(--bg-2);border-top:1px solid var(--line);margin-top:20px}
.page-footer__wrapper{max-width:var(--maxw);margin:0 auto;padding:32px 16px}
.page-footer__top-wrapper{display:flex;gap:40px;flex-wrap:wrap}
.page-footer__logo-wrapper{display:flex;flex-direction:column;gap:16px}
.page-footer__support{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;max-width:100%;background:var(--panel-2);border:1px solid var(--line);border-radius:12px;padding:9px 14px 9px 9px;color:var(--text);transition:.16s}
.page-footer__support:hover{color:#fff;background:#1d2058}
.page-footer__support-icon{display:inline-flex;flex:none;width:34px;height:34px;align-items:center;justify-content:center;border-radius:9px;background:var(--grad);color:#fff}
.page-footer__support-text{margin:0;font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.page-footer__nav-wrapper{display:flex;gap:56px;margin-left:auto;flex-wrap:wrap}
.footer-nav__title{color:var(--accent-link);font-weight:700;font-size:13px;margin-bottom:14px}
.footer-nav__list{display:flex;flex-direction:column;gap:8px}
.footer-nav__link{font-size:13px}
.footer-nav__link:hover{color:#fff}
.page-footer__copy-wrapper{margin-top:24px}
.page-footer__copyright{margin:0;font-size:10px;text-align:left;color:var(--text-dim)}
.page-footer__bottom-wrapper{border-top:1px solid var(--line)}
.page-footer__bottom{max-width:var(--maxw);margin:0 auto;padding:12px 16px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.page-footer__age{display:inline-flex;align-items:center;justify-content:center;flex:none;width:34px;height:20px;border-radius:4px;border:1px solid var(--text-dim);color:var(--text-dim);font-size:11px;font-weight:800}
.page-footer__legal{margin:0;font-size:11px;color:var(--text-dim)}

.site-tabbar{display:none}

@media(max-width:1100px){
.promo{grid-template-columns:1fr}
.wins{order:0}
.wins__list{max-height:none;flex-direction:row;gap:8px;overflow-x:auto}
.wins__item{min-width:210px}
.providers__grid{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:760px){
.promo__banners{grid-template-columns:1fr}
.sport__cards{grid-template-columns:1fr 1fr;gap:14px}
.wins{padding:14px}
.wins__title{margin-bottom:12px}
.sport-card{min-height:120px;border-radius:16px}
.sport-card__body{padding:14px}
.sport-card__name{font-size:16px;margin-bottom:6px}
.sport-card__text{display:none}
.game-rail{grid-template-columns:repeat(2,1fr)}
.game-rail .game-card:nth-child(n+7){display:none}
.jackpot{display:none}
.providers__grid{display:flex;grid-template-columns:none;gap:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}
.providers__grid::-webkit-scrollbar{width:0;height:0;display:none}
.providers__item{flex:0 0 auto;width:96px;height:56px;padding:10px}
.page-header__user-nav .button{padding:8px 11px;font-size:12px}
.logotype__img{width:100px}
.sport__title,.game-section__title,.providers__title{font-size:20px}
body{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}
.site-tabbar{display:block;position:fixed;left:0;right:0;bottom:0;z-index:60;background:rgba(4,4,28,.92);border-top:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding-bottom:env(safe-area-inset-bottom,0px)}
.site-tabbar__list{display:grid;grid-template-columns:repeat(5,1fr)}
.site-tabbar__link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:72px;padding:8px 2px;color:rgba(255,255,255,.72);font-size:11px;font-weight:600;line-height:1;text-align:center}
.site-tabbar__link.is-active{color:var(--accent-link)}
.site-tabbar__icon{width:24px;height:24px}
}
@media(max-width:560px){
.sport__cards{grid-template-columns:1fr;gap:12px}
.sport-card{min-height:128px}
.sport-card__body{padding:16px 18px}
.sport-card__name{font-size:18px}
.sport-card__text{display:block}
}
@media(max-width:420px){
.page-header__wrapper{padding:8px 12px}
.logotype__img{width:92px}
.lang-switch__toggle{padding:6px 7px}
.page-header__user-nav .button{padding:7px 10px;font-size:11.5px}
}
@media(max-width:360px){
.page-header__wrapper{gap:6px;padding:8px 10px}
.logotype{gap:5px}
.logotype__img{width:78px}
.page-header__user-nav{gap:5px}
.page-header__user-nav .button{padding:7px 8px;font-size:11px}
.lang-switch__toggle{padding:7px 7px;font-size:11px;gap:4px}
.lang-switch__globe{width:12px;height:12px}
}

.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:12.8px;color:var(--text);margin-bottom:16px}
.breadcrumbs__link:hover{color:#fff}
.breadcrumbs__sep{color:var(--text-dim);opacity:.7}
.breadcrumbs__current{color:var(--white)}
.games-top{margin-bottom:28px}
.wins--games{background:linear-gradient(96deg,rgba(69,105,242,.1) 0%,rgba(175,117,247,.1) 100%);border:0}
.game-section__title--all{margin-bottom:24px}
.casino-filter{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;min-width:0}
.casino-filter__categories{display:flex;align-items:center;gap:10px;overflow-x:auto;min-width:0;flex:1 1 auto;padding-bottom:2px}
.casino-filter__chip{flex:0 0 auto;font-size:10.4px;font-weight:700;padding:8.8px 24px;border-radius:8px;white-space:nowrap}
.casino-filter__chip.button--secondary{background:rgba(87,86,130,.2);color:#fff}
.casino-filter__chip.button--secondary:hover{background:rgba(87,86,130,.34)}
.casino-filter__controls{display:flex;align-items:center;gap:6px;flex:none}
.casino-filter__control{padding:8px;border-radius:8px;color:#fff;flex:none}
.casino-filter__control.button--secondary{background:rgba(87,86,130,.2)}
.casino-filter__control.button--secondary:hover{background:rgba(87,86,130,.34)}
.casino-filter__search{display:flex;align-items:center;gap:6px}
.casino-filter__search-input{background:rgba(87,86,130,.2);border:0;border-radius:8px;color:#fff;font-family:inherit;font-size:12px;padding:9px 12px;width:104px;min-width:0}
.casino-filter__search-input::placeholder{color:var(--text)}
.game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;min-width:0}
.game-grid .game-card__name{font-size:10.4px;padding:8px}
.game-grid .game-card:nth-child(n+29){display:none}
.game-grid.is-expanded .game-card:nth-child(n+29){display:block}
.game-more-wrap{display:flex;justify-content:center;margin-top:28px}
.game-more{padding:12px 34px;font-size:12.8px;font-weight:700;border-radius:8px}
.game-more.is-hidden{display:none}
.game-section{scroll-margin-top:20px}
@media(max-width:1100px){
.casino-filter__search-input{width:120px}
}
@media(max-width:760px){
.casino-filter{flex-wrap:wrap;gap:12px}
.casino-filter__controls{width:100%;justify-content:flex-start}
.casino-filter__search{flex:1 1 auto}
.casino-filter__search-input{width:100%}
.game-grid{grid-template-columns:repeat(3,1fr);gap:12px}
}
@media(max-width:480px){
.game-grid{grid-template-columns:repeat(2,1fr)}
.game-grid .game-card{border-radius:20px}
.game-grid .game-card:nth-child(n+21){display:none}
.game-grid.is-expanded .game-card:nth-child(n+21){display:block}
}
.sb-layout{display:grid;grid-template-columns:240px minmax(0,1fr) 240px;gap:24px;align-items:start;padding-bottom:16px}
.sb-col{min-width:0}
.sb-mfilter{display:none}
.sb-sports{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:20px 12px}
.sb-sports__item{display:flex;align-items:center;height:38px;padding:8px;border-radius:8px;transition:.15s}
.sb-sports__item:hover{background:rgba(255,255,255,.05)}
.sb-sports__icon{flex:none;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:6px;color:#fff}
.sb-sports__icon--pink{background:linear-gradient(135deg,#ff58a6,#b939ff)}
.sb-sports__icon--orange{background:linear-gradient(135deg,#ff9a3d,#ff5a4d)}
.sb-sports__icon--blue{background:linear-gradient(135deg,#39a0ff,#5b6cff)}
.sb-sports__icon--purple{background:linear-gradient(135deg,#a05bff,#7b46ff)}
.sb-sports__icon--green{background:linear-gradient(135deg,#3ddc84,#2bb673)}
.sb-sports__icon--violet{background:linear-gradient(135deg,#7b6cff,#b939ff)}
.sb-sports__icon--red{background:linear-gradient(135deg,#ff6a5a,#ff2d6d)}
.sb-sports__name{margin:0 12px;color:#fff;font-weight:600;font-size:10.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sb-sports__count{margin-left:auto;flex:none;display:inline-flex;align-items:center;height:16px;padding:0 6px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);color:var(--text);font-size:10.4px;font-weight:500}
.sb-sports__chev{flex:none;width:12px;height:12px;margin-left:8px;color:var(--text-dim)}
.sb-banner{display:block;border-radius:16px;overflow:hidden;margin-bottom:16px}
.sb-banner__img{width:100%;height:auto;aspect-ratio:696/275;object-fit:cover;transition:.2s}
.sb-banner:hover .sb-banner__img{transform:scale(1.02)}
.sb-search{position:relative;margin-bottom:16px}
.sb-search__input{width:100%;height:41px;background:rgba(87,86,130,.3);border:1px solid rgba(87,86,130,.3);border-radius:12px;color:#fff;font-family:inherit;font-size:10.4px;padding:12px 46px 12px 16px}
.sb-search__input::placeholder{color:var(--text)}
.sb-search__btn{position:absolute;right:5px;top:50%;transform:translateY(-50%);padding:8px;border-radius:8px;background:rgba(87,86,130,.2);color:#fff}
.sb-search__btn:hover{background:rgba(87,86,130,.34)}
.sb-league{margin:4px 0 8px}
.sb-league__head{display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(122,111,244,.25);border-radius:16px;padding:16px;color:#fff;font-size:10.4px;font-weight:600;margin-bottom:8px}
.sb-league__name{display:inline-flex;align-items:center;gap:10px}
.sb-league__ball{color:var(--accent)}
.sb-league__chev{color:var(--text-dim)}
.sb-events{display:flex;flex-direction:column;gap:8px}
.sb-event{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:16px}
.sb-event__wrap{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px}
.sb-event__date{flex:none;display:flex;flex-direction:column;gap:4px;width:56px}
.sb-event__day{color:var(--text);font-size:10.4px}
.sb-event__time{color:#fff;font-size:10.4px}
.sb-event__teams{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;padding-left:10px;border-left:1px solid rgba(122,111,244,.3)}
.sb-event__team{color:#fff;font-weight:600;font-size:10.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sb-event__odds{flex:none;display:flex;gap:6px}
.sb-odds{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:57px;height:33px;padding:8px;border-radius:8px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.05);transition:.15s}
.sb-odds:hover{background:rgba(123,70,255,.18);border-color:var(--accent)}
.sb-odds__label{color:var(--text);font-size:10.4px;font-weight:600}
.sb-odds__value{color:#fff;font-size:10.4px;font-weight:600}
.sb-more{display:flex;justify-content:center;margin-top:12px}
.sb-more .button{font-size:10.4px;padding:10px 28px;border-radius:8px}
.sb-basket,.sb-casino{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:20px}
.sb-basket{margin-bottom:16px}
.sb-basket__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.sb-basket__title,.sb-casino__title{color:#fff;font-size:16px;font-weight:700}
.sb-basket__history{display:inline-flex;align-items:center;gap:6px;color:var(--accent-link);font-size:10.4px;font-weight:700}
.sb-basket__history:hover{color:#fff}
.sb-basket__empty{display:flex;align-items:center;justify-content:center;min-height:131px;background:rgba(81,106,255,.1);border:1px solid rgba(81,106,255,.3);border-radius:16px;padding:12px;color:var(--text);font-size:14.4px;margin-bottom:16px}
.sb-basket__info{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px}
.sb-basket__cell{display:flex;flex-direction:column;gap:4px}
.sb-basket__cell--right{text-align:right}
.sb-basket__label{color:var(--text);font-size:8.8px}
.sb-basket__value{color:#fff;font-size:12.8px;font-weight:800}
.sb-basket__value--win{color:#19c134}
.sb-basket__field{width:100%;height:42px;background:rgba(87,86,130,.2);border:1px solid rgba(87,86,130,.3);border-radius:8px;color:#fff;font-family:inherit;font-size:12px;padding:0 14px;margin-bottom:14px}
.sb-basket__field::placeholder{color:var(--text)}
.sb-basket__agree{display:flex;align-items:flex-start;gap:8px;margin-bottom:14px;cursor:default}
.sb-basket__agree input{position:absolute;opacity:0;width:0;height:0}
.sb-basket__agree-box{flex:none;width:16px;height:16px;border-radius:4px;background:var(--grad);position:relative}
.sb-basket__agree-box::after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.sb-basket__agree-text{color:var(--text);font-size:10.4px;line-height:1.35}
.sb-basket__submit,.sb-basket__reset{width:100%;font-size:10.4px;font-weight:700;padding:9px 24px;border-radius:8px}
.sb-basket__submit{margin-bottom:8px}
.sb-basket__reset{background:rgba(87,86,130,.2)}
.sb-basket__reset:hover{background:rgba(87,86,130,.34)}
.sb-casino__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.sb-casino__all{display:inline-flex;align-items:center;gap:5px;color:var(--accent-link);font-size:12.8px;font-weight:700}
.sb-casino__all:hover{color:#fff}
.sb-casino__list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.sb-casino__card{display:block;border-radius:12px;overflow:hidden;background:var(--panel)}
.sb-casino__img{width:100%;height:auto;aspect-ratio:100/70;object-fit:cover;transition:.2s}
.sb-casino__card:hover .sb-casino__img{transform:scale(1.05)}
@media(max-width:1100px){
.sb-layout{grid-template-columns:220px minmax(0,1fr)}
.sb-col--right{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}
.sb-basket,.sb-casino{margin-bottom:0}
}
@media(max-width:760px){
.sb-layout{display:flex;flex-direction:column;gap:16px}
.sb-mfilter{display:flex;align-items:center;gap:8px}
.sb-mfilter__search{position:relative;flex:1 1 auto;min-width:0}
.sb-mfilter__input{width:100%;height:44px;background:rgba(87,86,130,.3);border:1px solid rgba(87,86,130,.3);border-radius:12px;color:#fff;font-family:inherit;font-size:14px;padding:12px 44px 12px 16px}
.sb-mfilter__input::placeholder{color:var(--text)}
.sb-mfilter__search-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:rgba(87,86,130,.25);color:#fff}
.sb-mfilter__btn{flex:none;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:rgba(87,86,130,.2);color:#fff}
.sb-mfilter__btn:hover,.sb-mfilter__search-btn:hover{background:rgba(87,86,130,.34)}
.sb-col--right{display:none}
.sb-banner{display:none}
.sb-col--center .sb-search{display:none}
.sb-sports{padding:8px}
.sb-sports__item{height:52px;padding:8px 12px;border-radius:12px;background:rgba(255,255,255,.03);margin-bottom:8px}
.sb-sports__item:last-child{margin-bottom:0}
.sb-sports__icon{width:36px;height:36px;border-radius:10px}
.sb-sports__icon .svg-icon{width:18px;height:18px}
.sb-sports__name{margin:0 12px;font-size:14px}
.sb-sports__count{height:22px;padding:0 10px;font-size:12px}
.sb-sports__chev{display:none}
.sb-league+.sb-league{display:none}
.sb-events .sb-event:nth-child(n+4){display:none}
.sb-event__wrap{flex-wrap:wrap}
.sb-event__odds{width:100%;margin-top:10px;gap:8px}
.sb-odds{flex:1}
}
@keyframes livePulse{0%{box-shadow:0 0 0 0 rgba(255,77,109,.6)}70%{box-shadow:0 0 0 7px rgba(255,77,109,0)}100%{box-shadow:0 0 0 0 rgba(255,77,109,0)}}
.sb-league__head--live{border-color:rgba(255,77,109,.35)}
.sb-league__live{display:inline-flex;align-items:center;gap:6px;margin-left:8px;color:#ff4d6d;font-size:9.6px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.sb-league__live::before{content:"";width:7px;height:7px;border-radius:50%;background:#ff4d6d;animation:livePulse 1.8s infinite}
.sb-event--live{border-color:rgba(255,77,109,.28)}
.sb-event__live{flex:none;display:flex;flex-direction:column;gap:5px;width:56px}
.sb-event__live-tag{display:inline-flex;align-items:center;gap:5px;color:#ff4d6d;font-size:9.6px;font-weight:700;text-transform:uppercase}
.sb-event__live-tag::before{content:"";width:7px;height:7px;border-radius:50%;background:#ff4d6d;animation:livePulse 1.8s infinite;flex:none}
.sb-event__min{color:#fff;font-size:10.4px;font-weight:700}
.sb-event__teams--live .sb-event__team{display:flex;align-items:center;justify-content:space-between;gap:8px}
.sb-event__goal{flex:none;color:var(--accent-2);font-weight:800;font-size:10.4px}
