@font-face{font-family:Montserrat;src:url('../fonts/montserrat-regular.bd1d1296.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;src:url('../fonts/montserrat-medium.4ae74878.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;src:url('../fonts/montserrat-semiBold.d45c49f1.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;src:url('../fonts/montserrat-bold.a5814ff5.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
:root{
  --bg:#12121d;--bg-2:#171724;--panel:#1d1c2b;--panel-2:#252339;--panel-3:#2b2941;
  --line:#36344d;--muted:#9998a7;--muted-2:#737282;--text:#f5f4f8;--teal:#6ce6d8;--purple:#9942df;--blue:#668fd3;
  --grad:linear-gradient(100deg,#72ead7 0%,#6f90dd 48%,#a23ee2 100%);--header-h:66px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Montserrat,Arial,sans-serif;font-size:14px;line-height:1.35;overflow-x:hidden}button,input{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none;cursor:pointer}.mobile-only{display:none!important}.desktop-only{display:inline-flex!important}
.topbar{height:var(--header-h);position:fixed;left:0;right:0;top:0;z-index:1000;background:#11111b;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.015)}
.topbar-left,.topbar-right{display:flex;align-items:center;height:100%;gap:14px}.icon-button{background:transparent;border:0;padding:8px;cursor:pointer}.hamburger{width:37px;height:40px;display:flex;flex-direction:column;justify-content:center;gap:6px}.hamburger span{width:24px;height:2px;background:#eee;border-radius:2px;display:block}.brand-logo{width:79px;height:24px;object-fit:contain;margin:0 11px 0 2px}.desktop-switch{height:47px;background:#27253b;border-radius:5px;display:flex;padding:4px}.switch-btn{border:0;background:transparent;padding:0 14px;font-weight:700;cursor:pointer;border-radius:4px;display:flex;align-items:center;gap:8px}.switch-btn.active{background:#9448db}.switch-icon{font-size:18px}.header-search{width:378px;height:45px;margin-left:10px;border:1px solid #66657a;border-radius:3px;background:#12121d;color:#c3c1cc;align-items:center;gap:10px;padding:0 16px;font-size:15px;cursor:text}.header-search span:first-child{font-size:25px;line-height:0;color:var(--teal);font-weight:300;transform:translateY(-1px)}
.language-btn{border:0;background:transparent;display:flex;align-items:center;gap:5px;padding:7px;cursor:pointer}.language-btn img{width:29px;height:29px;border-radius:50%;object-fit:cover}.login-btn{height:46px;border:0;background:#2b2943;font-weight:700;padding:0 22px;display:flex;align-items:center;gap:10px;cursor:pointer}.login-arrow{font-size:24px;font-weight:400}.register-btn{height:46px;border:0;background:var(--grad);font-weight:700;padding:0 18px 0 23px;display:flex;align-items:center;gap:10px;cursor:pointer}.user-outline{font-size:23px;font-weight:400}
main{padding-top:var(--header-h)}
.hero{height:378px;position:relative;overflow:hidden;background:#080a12}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease;background-image:linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.02)),var(--hero-bg);background-size:cover;background-position:center}.hero-slide.is-active{opacity:1;visibility:visible}.hero-inner{position:relative;max-width:1620px;height:100%;margin:auto}.hero-copy{position:absolute;left:310px;top:64px;z-index:2;width:390px}.hero-badge{display:inline-flex;background:#3e4551;border:1px solid #78818c;color:#fff;border-radius:16px;padding:3px 12px;font-size:12px;font-weight:700;text-transform:uppercase;margin-bottom:17px}.hero-copy .hero-title{font-size:33px;line-height:1.08;margin:0 0 6px;font-weight:700;letter-spacing:-.5px}.hero-copy .hero-title .accent{color:#b367fa}.hero-copy p{font-size:21px;line-height:1.2;margin:0 0 15px}.gradient-btn{border:0;background:var(--grad);height:52px;min-width:218px;padding:0 30px;font-size:14px;font-weight:700;cursor:pointer;text-transform:uppercase}.hero-art{position:absolute;right:200px;top:-74px;width:700px;height:460px;background:var(--hero-art) center/contain no-repeat}.hero-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--teal);font-size:58px;font-weight:200;line-height:1;cursor:pointer;padding:10px}.hero-prev{left:95px}.hero-next{right:94px}.hero-counter{display:none}
.page-shell{max-width:1595px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:28px;padding:28px 0 0}.main-column{min-width:0}.section-heading-row{display:flex;justify-content:space-between;align-items:center;margin:0 0 20px}.section-title{font-size:18px;margin:0;display:flex;align-items:center;gap:12px;font-weight:700}.section-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--teal);font-size:8px;width:33px;height:33px;position:relative}.section-icon.hot{border:1px solid var(--teal);border-radius:50%}.section-icon.hot:before,.section-icon.hot:after{content:'';position:absolute;width:6px;height:6px;border-top:1px solid var(--teal);border-left:1px solid var(--teal);transform:rotate(45deg);top:0}.section-icon.hot:after{bottom:0;top:auto;transform:rotate(225deg)}.section-icon.flame{font-size:28px}.section-tools{display:flex;gap:28px;align-items:center}.bonus-toggle{display:flex;align-items:center;gap:10px;font-size:12px;cursor:pointer}.bonus-toggle input{display:none}.toggle-track{width:50px;height:27px;border:1px solid #a8a8b2;border-radius:20px;position:relative;padding:3px}.toggle-track span{display:block;width:19px;height:19px;border-radius:50%;background:#7190a8;transition:.2s}.bonus-toggle input:checked+.toggle-track span{transform:translateX(23px);background:var(--teal)}.back-btn{height:36px;min-width:153px;background:#34304e;border:0;color:var(--teal);font-size:11px;font-weight:700;cursor:pointer}.games-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px}.game-card{position:relative;aspect-ratio:309/207;border-radius:2px;overflow:hidden;background:#242337;cursor:pointer}.game-card>img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s ease,filter .25s ease}.game-card .rtp{position:absolute;left:0;top:0;background:#ff6d66;padding:5px 7px;font-size:10px;font-weight:700;z-index:3}.game-card .new-badge{position:absolute;right:0;top:0;background:#7758e8;padding:5px 6px;font-size:10px;font-weight:700;z-index:4}.game-card .side-badges{position:absolute;right:0;top:25px;display:flex;flex-direction:column;gap:2px;z-index:4}.game-card .side-badges i{font-style:normal;background:#ff8427;width:24px;height:21px;display:flex;align-items:center;justify-content:center;font-size:12px}.game-card .side-badges i.gift{background:#4c83ef}.game-card .bottom-chip{position:absolute;left:3px;bottom:3px;z-index:4;width:25px;height:22px;background:#083b48;color:#68dfd6;border:1px solid #24a59f;display:none;align-items:center;justify-content:center;font-size:12px}.game-hover{position:absolute;inset:0;background:rgba(16,16,23,.78);z-index:5;opacity:0;transition:opacity .18s ease;display:flex;flex-direction:column;justify-content:flex-end;padding:10px 12px}.game-card:hover .game-hover{opacity:1}.game-card:hover>img{transform:scale(1.03)}.game-hover .demo{position:absolute;top:7px;left:50%;transform:translateX(-50%);color:var(--teal);font-weight:600}.play-triangle{position:absolute;top:48%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-top:22px solid transparent;border-bottom:22px solid transparent;border-left:34px solid #fff;filter:drop-shadow(0 1px 2px #000)}.game-hover strong{font-size:13px}.game-hover small{font-size:11px;color:var(--teal);margin-top:3px}
.sidebar{display:flex;flex-direction:column;gap:23px}.jackpot-box{height:101px;margin-top:-2px}.jackpot-art{height:100%;position:relative;border:2px solid transparent;border-image:linear-gradient(90deg,#71edd9,#9f49e3) 1;background:#242036;margin-top:-31px;padding-top:35px;overflow:visible}.jackpot-title{position:absolute;top:-49px;left:69px;width:230px;height:auto;filter:drop-shadow(0 2px 8px #45d4d9)}.jackpot-amount{font-size:36px;font-weight:500;text-align:center;text-shadow:0 0 14px #bc74ff,0 0 4px #fff;letter-spacing:1.5px;white-space:nowrap}.coin{position:absolute;z-index:2;pointer-events:none}.coin img{width:100%;height:100%;object-fit:contain}.coin.c1{width:39px;left:25px;top:-42px;transform:rotate(-20deg)}.coin.c2{width:42px;left:91px;top:-60px}.coin.c3{width:39px;right:52px;top:-54px}.coin.c4{width:34px;right:9px;top:-31px}.coin.c5{width:44px;right:107px;top:-54px}.coin.cube{width:30px;left:6px;top:-50px}.filter-box{background:#222133}.filter-tabs{display:grid;grid-template-columns:repeat(3,1fr);height:51px;border-bottom:1px solid #343249}.filter-tabs button{background:transparent;border:0;font-weight:600;color:#aaaabb;cursor:pointer}.filter-tabs button.active{color:#fff}.provider-search{height:45px;border:1px solid #6a6878;margin:12px 16px;display:flex;align-items:center;padding:0 12px;gap:8px}.provider-search span{font-size:25px;color:var(--teal)}.provider-search input{width:100%;border:0;outline:0;background:transparent;color:#ddd}.provider-search input::placeholder{color:#777686}.provider-mini-grid{display:grid;grid-template-columns:1fr 1fr;margin:0 16px}.provider-mini{height:42px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #464459;padding:0 3px;font-size:12px;min-width:0}.provider-mini img{width:18px;height:18px;object-fit:contain}.provider-mini span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-expand{height:36px;background:#2a2941;border:0;width:100%;font-size:22px;color:#bdbcca;cursor:pointer}.sidebar-jackpots{background:#171623;padding:18px 15px 12px}.sidebar-block-title{font-size:14px;margin:0 0 13px;display:flex;align-items:center;gap:14px}.sidebar-block-title span{font-size:28px;color:var(--teal);font-weight:300}.mini-jackpot-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.mini-jackpot{height:64px;background:#1d1c2b;padding:7px;display:grid;grid-template-columns:26px 1fr 12px;align-items:center;gap:5px}.mini-jackpot img{width:22px;height:22px;object-fit:contain}.mini-jackpot .name{font-size:11px;color:#9c9aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-jackpot b{display:block;font-size:14px;color:#c8c7cf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-jackpot i{font-style:normal;color:var(--teal);font-size:20px}.promotions-card-section{padding:0}.promotion-card{height:414px;background:#03131e;position:relative;overflow:hidden}.promo-head{height:37px;background:#222131;font-size:15px;padding:9px 10px;position:relative;z-index:3}.promo-price{position:absolute;left:0;top:37px;background:#5d47a1;font-size:15px;padding:8px 12px;z-index:3}.promo-label{position:absolute;right:18px;top:48px;font-size:14px;font-weight:700;z-index:3}.promotion-card picture img{position:absolute;inset:37px 0 auto 0;width:100%;height:338px;object-fit:cover;object-position:center top}.promo-timer{position:absolute;left:22px;bottom:68px;z-index:4;font-size:10px;font-weight:600}.promo-timer>div{display:flex;gap:7px;margin-top:8px}.promo-timer b{background:#242232;min-width:36px;height:29px;padding:6px 6px;font-size:14px;position:relative}.promo-timer small{position:absolute;top:33px;left:1px;font-weight:400;color:#aaa;font-size:9px}.promotion-card .gradient-btn{position:absolute;right:0;bottom:0;height:35px;min-width:162px;font-size:11px;z-index:4}
.top24{margin-top:35px;padding:0 0 38px}.top24 .section-title{margin-bottom:30px}.top24-columns{display:grid;grid-template-columns:1fr 1fr;gap:53px}.rank-column-title{font-size:14px;margin:0 0 16px}.rank-row{height:59px;background:#242235;margin-bottom:5px;display:grid;grid-template-columns:34px 48px 1fr auto;align-items:center;gap:8px;padding:0 10px 0 0;border-left:2px solid var(--teal);overflow:hidden}.rank-row:nth-child(2){border-left-color:#b345ed}.rank-row:nth-child(3){border-left-color:#4e88ff}.rank-row:nth-child(n+4){border-left-color:#eee}.rank-row .rank{font-size:13px;text-align:center}.rank-row img{width:45px;height:45px;object-fit:cover}.rank-info{min-width:0}.rank-info strong{color:var(--teal);font-size:12px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-info span{font-size:10px}.rank-value{text-align:right}.rank-value b{display:inline-block;background:linear-gradient(90deg,#b849e5,#698de0);padding:2px 7px;border-radius:12px;font-size:11px}.rank-value span{display:block;font-size:10px;margin-top:4px;color:#ddd}.show-more{display:block;margin:25px auto 0;border:0;background:transparent;color:#fff;font-weight:700;cursor:pointer}.show-more span{font-size:27px;margin-left:10px;vertical-align:-3px}
.providers-strip{background:#242335;margin-top:8px;padding:27px max(calc((100vw - 1595px)/2),30px) 40px;position:relative}.provider-logo-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.provider-logo{height:60px;background:#1a1929;display:flex;align-items:center;justify-content:center;padding:10px}.provider-logo img{max-width:85%;max-height:40px;filter:none}.provider-logo.highlight{background:#302d4d}.strip-next{position:absolute;right:max(calc((100vw - 1595px)/2),28px);top:50%;transform:translateY(-50%);font-size:42px;background:transparent;border:0;color:var(--teal);cursor:pointer}.payments-strip{background:#191824;padding:36px 0 42px}.payment-grid{max-width:560px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:25px;align-items:center}.payment-logo{height:48px;display:flex;align-items:center;justify-content:center}.payment-logo img{max-width:100%;max-height:42px}.footer{background:#11111b;padding:25px max(calc((100vw - 1630px)/2),55px) 80px;color:#8a8997}.footer-links{display:flex;justify-content:center;gap:20px 36px;flex-wrap:wrap;color:#aaa9b5;font-weight:600;font-size:14px;max-width:1500px;margin:auto}.footer-links a:hover{color:var(--teal)}.socials{display:flex;justify-content:center;gap:14px;margin:48px 0 16px}.socials button,.socials a{width:41px;height:41px;border-radius:50%;border:0;background:#202031;color:var(--teal);font-weight:700;cursor:pointer}.apps{display:flex;justify-content:center;gap:12px;margin-bottom:30px}.apps button,.apps a{height:38px;background:#242336;border:0;display:grid;grid-template-columns:26px auto;grid-template-rows:16px 18px;align-items:center;text-align:left;padding:2px 10px;color:#fff}.apps button>span{grid-row:1/3;color:var(--teal);font-size:19px}.apps small{font-size:7px}.apps strong{font-size:11px}.legal-block{display:grid;grid-template-columns:145px 1fr;gap:42px;align-items:start;margin-top:12px}.cga-logo{width:145px;max-height:94px;object-fit:contain;background:#08753d}.legal-copy p{margin:0 0 30px;font-size:12px;line-height:1.7}.legal-copy a{color:var(--teal)}.responsible-logos{display:flex;justify-content:center;align-items:center;gap:20px;margin:2px 0 28px}.responsible-logos img{height:42px;max-width:55px;opacity:.65}.age-copy{text-align:center;max-width:1500px;margin:0 auto 27px;font-size:12px;line-height:1.7}.copyright{text-align:center;color:#aaa9b5;font-weight:700}.support-fab{position:fixed;right:16px;bottom:89px;z-index:900;width:58px;height:58px;border-radius:50%;background:#2f2d50;border:0;color:#fff;font-size:29px;transform:rotate(15deg);cursor:pointer}.support-fab:after{content:'⌁';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transform:rotate(-15deg);font-size:26px}.support-fab{font-size:0}
.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.52);z-index:1090;opacity:0;visibility:hidden;transition:.2s}.drawer-backdrop.show{opacity:1;visibility:visible}.side-drawer{position:fixed;left:0;top:0;bottom:0;width:282px;background:#1b1a29;z-index:1100;transform:translateX(-100%);transition:transform .22s ease;box-shadow:10px 0 25px rgba(0,0,0,.25)}.side-drawer.open{transform:translateX(0)}.drawer-head{height:60px;background:#181725;display:grid;grid-template-columns:48px 1fr 48px;align-items:center}.drawer-head>img{width:79px;height:24px;justify-self:center}.drawer-close,.drawer-lang{border:0;background:transparent;font-size:28px;cursor:pointer}.drawer-lang{font-size:18px;display:flex;align-items:center;gap:5px}.drawer-lang img{width:24px;height:24px;border-radius:50%}.drawer-scroll{height:calc(100% - 60px);overflow:auto;padding-bottom:20px}.drawer-auth{padding:16px 12px;background:#171622}.drawer-auth>span{display:block;text-align:center;color:#6f6e7c;font-size:9px;font-weight:700;margin:0 0 15px}.drawer-auth>div{display:grid;grid-template-columns:1fr 1fr;gap:7px}.drawer-auth button,.drawer-auth a{height:41px;border:0;background:#29273d;font-weight:600;font-size:12px}.drawer-auth .gradient-btn{min-width:0;background:linear-gradient(90deg,#668fd3,#a044df);height:41px;padding:0}.drawer-group{border-top:1px solid #11111b}.drawer-toggle{height:48px;width:100%;border:0;background:#1c1b2a;text-align:left;padding:0 14px;font-weight:600;display:grid;grid-template-columns:24px 1fr 20px;align-items:center;cursor:pointer}.drawer-toggle>span{color:var(--teal);font-size:19px}.drawer-toggle i{font-style:normal;text-align:right;color:var(--teal)}.drawer-sub{display:none;padding:5px 18px 8px;background:#1c1b2a}.drawer-group.open .drawer-sub{display:block}.drawer-sub a{min-height:45px;display:flex;align-items:center;gap:13px;color:#aaa9b5;font-size:12px;font-weight:600}.drawer-tiles{grid-template-columns:repeat(3,1fr);gap:7px;padding:12px 14px 13px}.drawer-group.open .drawer-tiles{display:grid}.drawer-tiles a{height:72px;background:#29273d;display:flex;flex-direction:column;justify-content:center;gap:6px;text-align:center;color:#fff;font-size:24px}.drawer-tiles b{font-size:10px;color:#b9b8c2}.drawer-section{border-top:5px solid #11111b;padding:18px 13px 12px}.drawer-section>span{font-size:9px;color:#737280;font-weight:700;display:block;margin-bottom:15px}.drawer-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.drawer-buttons button,.drawer-buttons a{height:46px;background:#29273d;border:0;font-size:11px}.drawer-buttons.social-wide{grid-template-columns:repeat(3,1fr)}.drawer-buttons.social-wide button,.drawer-buttons.social-wide a{font-size:18px;color:#4ebee8}.app-section button,.app-section a{display:grid;grid-template-columns:28px auto;grid-template-rows:15px 16px;text-align:left;align-items:center}.app-section button small,.app-section a small{font-size:7px}.app-section button b,.app-section a b{font-size:10px}.drawer-time{border-top:5px solid #11111b;padding:16px 14px;display:flex;justify-content:space-between;align-items:center}.drawer-time span{font-size:9px;color:#747382;font-weight:700}.drawer-time strong{color:var(--teal);font-size:13px}.search-modal{position:fixed;inset:0;z-index:1200;background:rgba(7,7,12,.84);display:flex;align-items:flex-start;justify-content:center;padding-top:90px;opacity:0;visibility:hidden;transition:.2s}.search-modal.open{opacity:1;visibility:visible}.search-panel{width:min(700px,calc(100% - 30px));min-height:220px;background:#1d1c2b;border:1px solid #48465e;padding:25px;position:relative}.search-modal-title{margin:0 0 20px}.modal-close{position:absolute;right:12px;top:8px;border:0;background:transparent;font-size:29px;cursor:pointer}.provider-search.big{margin:0 0 15px}.search-results{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.search-mini{background:#242335;font-size:10px;padding:5px}.search-mini img{width:100%;display:block;margin-bottom:5px}
@media(max-width:1500px){.page-shell{padding-left:30px;padding-right:30px}.hero-copy{left:260px}.hero-art{right:130px}.games-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:1100px) and (min-width:761px){.header-search{width:260px}.page-shell{grid-template-columns:minmax(0,1fr) 320px;gap:18px}.games-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-copy{left:150px}.hero-art{right:20px;width:620px}.provider-logo-grid{grid-template-columns:repeat(6,1fr)}}
@media(max-width:760px){
  :root{--header-h:79px}.desktop-only{display:none!important}.mobile-only{display:flex!important}body{font-size:13px;padding-bottom:70px}.topbar{height:79px;padding:0 13px 0 20px}.topbar-left{gap:0}.hamburger,.desktop-switch,.language-btn{display:none}.brand-logo{width:67px;height:21px;margin:0}.topbar-right{gap:10px}.login-btn{width:35px;height:40px;padding:0;background:transparent;color:var(--teal)}.login-arrow{font-size:28px}.register-btn{height:43px;padding:0 14px;font-size:12px;gap:8px}.user-outline{font-size:19px}
  main{padding-top:79px}.hero{height:233px}.hero-slide{background-image:var(--hero-mobile-bg);background-size:cover;background-position:center}.hero-inner{width:100%}.hero-copy{left:24px;top:29px;width:200px}.hero-badge{font-size:9px;padding:3px 9px;margin-bottom:8px}.hero-copy .hero-title{font-size:19px;line-height:1.16;margin-bottom:4px;letter-spacing:0}.hero-copy p{font-size:12px;line-height:1.3;margin-bottom:26px}.hero-copy .gradient-btn{height:63px;min-width:161px;font-size:12px;text-transform:none}.hero-art{top:-75px;right:-56px;width:255px;height:315px;background-image:var(--hero-mobile-art);background-size:contain}.hero-arrow{display:none}.hero-counter{display:block;position:absolute;right:15px;bottom:13px;background:#252337;padding:7px 10px;font-size:14px;border-radius:2px;z-index:5}
  .mobile-actions{height:66px;background:#171623;padding:12px 18px;gap:9px}.mobile-actions button{flex:1;background:#2a283e;border:0;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;gap:10px}.mobile-actions span{color:var(--teal);font-size:24px}.category-tabs{background:#13131e;padding:0 18px 18px;gap:11px;overflow:hidden}.category-tabs button{height:37px;background:#2b2942;border:0;padding:0 14px;font-size:12px;font-weight:700;white-space:nowrap}.category-tabs button.active{background:#302d4c}.category-tabs .category-next{width:31px;padding:0;color:var(--teal);font-size:28px}
  .page-shell{display:block;margin:0;padding:0 13px}.main-column{width:100%}.games-section{padding-top:25px}.section-heading-row{display:block;margin-bottom:16px}.section-title{font-size:13px;gap:8px}.section-icon{width:25px;height:25px;font-size:7px}.section-tools{margin-top:16px;display:flex;flex-direction:row-reverse;justify-content:space-between}.bonus-toggle{font-size:11px}.back-btn{min-width:105px;height:29px;font-size:9px}.games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.game-card{border-radius:2px}.game-card .rtp{display:none}.game-card .new-badge{font-size:9px;padding:4px 5px}.game-card .side-badges{top:0}.game-card .side-badges i{width:20px;height:20px;font-size:10px}.game-card .bottom-chip{display:flex}.game-hover{display:none}
  .sidebar{display:block}.jackpot-box,.filter-box,.sidebar-jackpots{display:none}.promotions-card-section{margin-top:26px;padding:0 5px}.promotions-card-section .sidebar-block-title{font-size:13px;margin-bottom:14px}.promotion-card{height:225px}.promo-head{height:36px;font-size:13px;padding:8px}.promo-price{top:36px;font-size:13px;padding:7px 10px}.promo-label{top:44px;right:15px;font-size:12px}.promotion-card picture img{top:36px;height:189px;object-fit:cover}.promo-timer{left:16px;bottom:45px;font-size:8px}.promo-timer>div{margin-top:6px}.promo-timer b{height:25px;min-width:32px;font-size:12px;padding:5px}.promo-timer small{font-size:7px;top:28px}.promotion-card .gradient-btn{height:29px;min-width:164px;font-size:10px}
  .top24{margin-top:25px;padding:0 5px 22px}.top24 .section-title{margin-bottom:16px}.top24-tabs{gap:22px;margin-bottom:18px}.top24-tabs button{border:0;background:transparent;padding:0 0 10px;font-size:14px;font-weight:700;position:relative}.top24-tabs button.active{color:var(--teal)}.top24-tabs button.active:after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--teal)}.top24-columns{display:block}.rank-column-title{display:none}.rank-column[data-pane="odds"]{display:none}.top24.show-odds .rank-column[data-pane="wins"]{display:none}.top24.show-odds .rank-column[data-pane="odds"]{display:block}.rank-row{height:73px;grid-template-columns:31px 58px 1fr auto;margin-bottom:5px;padding-right:8px}.rank-row img{width:56px;height:56px}.rank-info strong{font-size:12px}.rank-info span{font-size:9px}.rank-value b{font-size:11px}.show-more{font-size:13px;margin-top:23px}.providers-strip{display:none}.payments-strip{padding:33px 23px 36px;background:#1a1928}.payment-grid{grid-template-columns:repeat(3,1fr);gap:20px 15px;max-width:none}.payment-logo{height:39px}.payment-logo:last-child{grid-column:2}.payment-logo img{max-height:34px}
  .footer{padding:31px 20px 105px}.footer-links{display:block;text-align:center;font-size:14px}.footer-links a{display:block;margin-bottom:25px}.socials{margin:62px 0 24px;gap:20px}.socials button,.socials a{width:44px;height:44px}.apps{margin-bottom:37px}.apps button,.apps a{height:43px}.legal-block{display:block;margin-top:0}.cga-logo{width:176px;height:113px;display:block;margin:0 auto 25px}.legal-copy p{font-size:11px;line-height:1.45;margin-bottom:27px}.responsible-logos{margin:20px 0 23px;gap:14px}.responsible-logos img{height:39px;max-width:47px}.age-copy{font-size:11px;line-height:1.55;margin-bottom:28px}.copyright{font-size:15px}.support-fab{width:52px;height:52px;right:17px;bottom:81px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:1000;height:69px;background:#11111b;align-items:flex-end;justify-content:space-around;padding:7px 12px 6px}.bottom-nav button,.bottom-nav a{width:58px;background:transparent;border:0;color:#6be2d8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-size:25px;cursor:pointer}.bottom-nav small{font-size:9px;color:#838297}.bottom-nav .bottom-center{width:56px;height:56px;border-radius:50%;background:var(--grad);color:#fff;margin-bottom:12px;box-shadow:0 0 0 5px #11111b;font-size:21px}.side-drawer{width:min(375px,100vw)}.drawer-head{height:70px;grid-template-columns:60px 1fr 60px}.drawer-head>img{width:94px;height:auto}.drawer-close{font-size:31px}.drawer-scroll{height:calc(100% - 70px);padding-bottom:70px}.drawer-auth{padding:17px 20px}.drawer-auth>span{font-size:9px;margin-bottom:17px}.drawer-auth button,.drawer-auth a{height:41px}.drawer-toggle{height:56px;padding:0 20px;font-size:14px}.drawer-toggle>span{font-size:22px}.drawer-sub{padding-left:32px}.drawer-sub a{min-height:46px;font-size:12px}.drawer-tiles{padding:12px 14px 17px;gap:9px}.drawer-tiles a{height:70px;font-size:23px}.drawer-section{padding:20px 20px 14px}.drawer-section>span{font-size:9px}.drawer-buttons button,.drawer-buttons a{height:58px;font-size:12px}.drawer-time{padding:20px}.search-modal{padding-top:83px}.search-panel{width:100%;height:calc(100% - 83px);border:0}.search-results{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:390px){.register-btn{font-size:11px;padding:0 11px}.hero-copy{left:20px}.page-shell{padding:0 11px}.mobile-actions{padding-left:18px;padding-right:18px}.category-tabs{padding-left:18px;padding-right:18px}}
/* final screenshot-tuning */
@media(min-width:761px){
  .hero-art{right:255px;top:-8px;width:530px;height:395px}
  .section-heading-row{margin-bottom:30px}
  .sidebar{transform:translateY(-18px)}
  .jackpot-box{height:91px}
  .jackpot-art{margin-top:0}
}
@media(max-width:760px){
  .hero-art{right:4px;top:2px;width:174px;height:224px}
  .hero-copy p{margin-bottom:10px}
  .games-section{padding-top:31px}
  .section-tools{flex-direction:row}
  .sidebar{transform:none}
}
@media(max-width:760px){
  .section-heading-row{position:relative}
  .section-tools{justify-content:flex-start}
  .back-btn{position:absolute;right:0;top:0}
}
@media(min-width:761px) and (max-width:1300px){
  .hero-copy{left:120px;width:360px}
  .hero-art{right:55px;width:480px;height:390px}
}
.support-fab{transform:none}
.support-fab:before{content:'';position:absolute;width:22px;height:18px;border:2px solid #fff;border-bottom:0;border-radius:14px 14px 0 0;left:16px;top:14px}
.support-fab:after{content:'';position:absolute;width:4px;height:10px;background:#fff;border-radius:3px;left:13px;top:28px;box-shadow:24px 0 0 #fff;transform:none}

/* ======================================================================
   Corrections pass — source-accurate IZZI icons / arrows / mobile drawer
   ====================================================================== */
.ui-icon{display:block;width:1em;height:1em;fill:currentColor;color:inherit;flex:0 0 auto;pointer-events:none}
.icon-button{appearance:none;-webkit-appearance:none}
.header-burger-icon{width:26px;height:20px;color:#fff}
.hamburger{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:0;padding:0}
.switch-icon{width:21px;height:19px;color:#fff}
.header-search-icon{width:22px;height:22px;color:#74dcd2}
.header-search{gap:9px}
.language-arrow{width:11px;height:7px;color:#fff;margin-left:2px}
.login-arrow,.user-outline{width:24px;height:24px;color:#fff}
.login-btn .login-arrow{color:#74dcd2}
.hero-arrow{font-size:0;color:#74dcd2;transition:opacity .18s ease,background .18s ease}
.hero-arrow:hover{opacity:1;background:rgba(20,20,30,.52)}
.hero-arrow-icon{width:18px;height:36px}
.section-svg-icon{width:25px;height:25px;color:#74dcd2}
.sidebar-title-icon{width:24px;height:24px;color:#74dcd2}
.provider-search{position:relative}
.provider-search-icon{width:22px;height:22px;color:#74dcd2;flex:none}
.filter-expand{font-size:0}
.filter-expand-icon{width:12px;height:8px;color:#74dcd2}
.inline-arrow{width:12px;height:8px;color:#74dcd2}
.mini-jackpot-arrow{width:7px;height:12px;color:#74dcd2}

/* Dynamic game-card icons now use the site's own sprite. */
.rtp{display:flex!important;align-items:center;gap:3px}
.rtp-icon{width:12px;height:12px}
.side-badges i{display:flex;align-items:center;justify-content:center;font-style:normal}
.side-badge-icon{width:13px;height:13px;color:#fff}
.bottom-chip{font-size:0!important;align-items:center;justify-content:center}
.bottom-chip-icon{width:12px;height:12px;color:#fff}
.game-hover-play{width:54px;height:54px;color:#fff;filter:drop-shadow(0 2px 5px rgba(0,0,0,.2))}

/* Provider carousel: same thin turquoise chevrons / gradient side zones. */
.providers-strip{overflow:hidden;isolation:isolate;padding-left:max(calc((100vw - 1595px)/2),62px);padding-right:max(calc((100vw - 1595px)/2),62px)}
.provider-logo-grid{grid-template-columns:repeat(8,minmax(0,1fr));min-height:128px;align-content:center;transition:opacity .16s ease,transform .16s ease}
.provider-logo-grid.is-switching{opacity:.28;transform:translateX(8px)}
.provider-logo{height:60px;display:flex;align-items:center;justify-content:center}
.provider-logo img{max-width:86%;max-height:31px;display:block}
.strip-arrow{position:absolute;top:0;bottom:0;width:min(146px,8.2vw);min-width:58px;padding:0;border:0;z-index:5;display:flex;align-items:center;cursor:pointer;color:#74dcd2;transition:opacity .18s ease;background:transparent}
.strip-arrow:hover{color:#8cf1e8}
.strip-prev{left:0;justify-content:flex-start;padding-left:max(16px,2.2vw);background:linear-gradient(90deg,#242335 18%,rgba(36,35,53,.93) 46%,rgba(36,35,53,0) 100%)}
.strip-next{right:0;justify-content:flex-end;padding-right:max(16px,2.2vw);background:linear-gradient(270deg,#242335 18%,rgba(36,35,53,.93) 46%,rgba(36,35,53,0) 100%)}
.strip-arrow-icon{width:14px;height:28px;color:currentColor}
.strip-arrow.is-disabled{opacity:.08;pointer-events:none}

/* Sidebar promotions carousel with native-style slim arrows. */
.promotion-carousel{position:relative;overflow:hidden}
.promotion-track{position:relative;height:414px;overflow:hidden}
.promotion-card{position:absolute!important;inset:0;opacity:0;visibility:hidden;transform:translateX(13px);transition:opacity .22s ease,transform .22s ease,visibility .22s;z-index:0}
.promotion-card.is-active{opacity:1;visibility:visible;transform:translateX(0);z-index:2}
.promo-arrow{position:absolute;top:37px;bottom:0;width:43px;border:0;padding:0;z-index:7;display:flex;align-items:center;justify-content:center;color:#74dcd2;cursor:pointer;transition:opacity .18s ease;background:transparent}
.promo-next{right:0;background:linear-gradient(270deg,rgba(18,18,29,.96),rgba(18,18,29,.58) 48%,transparent)}
.promo-prev{left:0;background:linear-gradient(90deg,rgba(18,18,29,.96),rgba(18,18,29,.58) 48%,transparent)}
.promo-prev .promo-arrow-icon{transform:rotate(180deg)}
.promo-arrow-icon{width:8px;height:15px;color:currentColor}
.promo-arrow:hover{color:#91f5ec}
.promo-arrow.is-disabled{opacity:0;pointer-events:none}
.promo-timer b{font-variant-numeric:tabular-nums}
.promo-timer b.timer-pulse{animation:timerPulse .24s ease}
@keyframes timerPulse{50%{opacity:.62;transform:translateY(-1px)}}

/* Footer / floating support: exact sprite icons instead of text glyphs. */
.socials button,.socials a{display:flex;align-items:center;justify-content:center}
.socials .ui-icon{width:24px;height:24px}
.apps .app-icon{grid-row:1/3;width:20px;height:20px;color:#74dcd2}
.support-fab{display:flex;align-items:center;justify-content:center;font-size:0;transform:none!important}
.support-fab:before,.support-fab:after{content:none!important;display:none!important}
.support-icon{width:25px;height:25px;color:#fff}

/* Drawer: original icon system and hidden scrollbar while keeping scrolling. */
.drawer-scroll{scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}
.drawer-scroll::-webkit-scrollbar{display:none;width:0;height:0}
.drawer-close{display:flex;align-items:center;justify-content:center;padding:0}
.drawer-close .ui-icon{width:18px;height:18px;color:#fff}
.drawer-lang{display:flex;align-items:center;justify-content:center;gap:7px}
.drawer-lang-arrow{width:7px;height:12px;color:#fff}
.drawer-toggle{grid-template-columns:25px minmax(0,1fr) 14px;column-gap:10px}
.drawer-main-icon{width:24px;height:24px;color:#74dcd2}
.drawer-toggle>span{font-size:14px!important;color:#fff!important;font-weight:650}
.drawer-chevron{width:11px;height:7px;color:#74dcd2;justify-self:end;transition:transform .18s ease}
.drawer-group.open .drawer-chevron{transform:rotate(180deg)}
.drawer-tiles a{font-size:inherit!important}
.drawer-tile-icon{width:29px;height:29px;color:#fff}
.drawer-tiles a:nth-child(4) .drawer-tile-icon{width:31px;height:29px}
.drawer-tiles b{line-height:1.18}
.support-buttons button{display:flex;align-items:center;justify-content:center;gap:8px}
.support-buttons button .ui-icon{width:24px;height:24px}
.support-buttons button b{font-size:11px;color:#fff}
.social-wide button{display:flex;align-items:center;justify-content:center}
.social-wide .ui-icon{width:24px;height:24px}
.app-section button,.app-section a{grid-template-columns:30px 1fr!important;column-gap:4px}
.app-section .app-icon{grid-row:1/3;width:20px;height:20px;color:#74dcd2;justify-self:center}
.drawer-time strong{font-variant-numeric:tabular-nums}
.modal-close{display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;font-size:0}
.modal-close .ui-icon{width:18px;height:18px;color:#fff}

/* Mobile bottom bar: native IZZI shapes, raised gradient wallet and exact icons. */
.bottom-nav{overflow:visible!important;background:#14141e!important;align-items:flex-start!important;padding:8px 8px 0!important}
.bottom-nav .bottom-item{height:53px;width:62px!important;gap:2px!important;color:#74dcd2!important;border-radius:4px;position:relative;font-size:0!important}
.bottom-nav .bottom-item.active{color:#fff!important;background:radial-gradient(circle at 50% 38%,rgba(116,220,210,.17),rgba(20,20,30,0) 66%)}
.bottom-nav .bottom-icon{width:25px;height:24px;color:currentColor}
.bottom-nav small{font-size:9px!important;line-height:11px;color:#8d8c99!important}
.bottom-nav .bottom-item.active small{color:#fff!important}
.bottom-nav .bottom-center{width:62px!important;height:62px!important;min-width:62px;border-radius:50%;border:7px solid #14141e!important;background:linear-gradient(90deg,#80ffdb,#5a8bc4 50.9%,#9d4edd)!important;box-shadow:none!important;margin-top:-29px!important;margin-bottom:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff}
.wallet-icon{width:24px;height:24px;color:#fff}

/* Shared icon-only areas. */
.mobile-actions .ui-icon{width:23px;height:23px;color:#74dcd2}
.mobile-actions span{font-size:13px!important;color:#fff!important}
.category-next .ui-icon{width:8px;height:14px;color:#74dcd2}

@media(max-width:1100px) and (min-width:761px){
  .provider-logo-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important}
  .strip-arrow{width:70px}
}

@media(max-width:760px){
  .login-arrow{width:28px;height:28px}
  .user-outline{width:20px;height:20px}
  .promotions-card-section .sidebar-block-title{display:flex;align-items:center;gap:10px}
  .promotion-track{height:225px}
  .promo-arrow{top:36px;width:34px}
  .promo-arrow-icon{width:7px;height:13px}
  .promo-timer{z-index:5}
  .side-drawer{width:min(375px,100vw)}
  .drawer-head{height:70px;background:#1c1b29}
  .drawer-close{width:28px;height:28px;background:#9d4edd!important;border-radius:2px;justify-self:center}
  .drawer-close .ui-icon{width:14px;height:14px}
  .drawer-lang img{width:28px;height:28px}
  .drawer-scroll{height:calc(100% - 70px);padding-bottom:76px}
  .drawer-toggle{height:56px;grid-template-columns:25px minmax(0,1fr) 14px;padding:0 20px}
  .drawer-main-icon{width:24px;height:24px}
  .drawer-tiles{grid-template-columns:repeat(3,minmax(0,1fr));padding:12px 14px 17px;gap:9px}
  .drawer-tiles a{height:70px;padding:5px 2px}
  .drawer-tiles-short{grid-template-columns:repeat(3,minmax(0,1fr))}
  .drawer-tile-icon{width:29px;height:29px}
  .drawer-section{padding:20px 20px 14px}
  .drawer-buttons button,.drawer-buttons a{height:58px}
  .support-buttons button b{font-size:12px}
  .support-fab{width:52px;height:52px;right:17px;bottom:81px}
  .support-icon{width:24px;height:24px}
  .bottom-nav{height:69px!important}
}
@media(max-width:760px){.game-card .rtp{display:none!important}}
/* Correct title sizing after replacing former text glyphs with SVGs. */
.sidebar-block-title span{font-size:14px!important;color:#fff!important;font-weight:700!important}

/* Original quick-bar switches from vertical rows on desktop to 3-column tiles on mobile. */
@media(min-width:761px){
  .drawer-sub.drawer-tiles{display:block!important;padding:0 0 0 32px!important}
  .drawer-sub.drawer-tiles a{height:46px!important;min-height:46px;background:transparent!important;display:grid!important;grid-template-columns:25px 1fr;align-items:center;justify-content:initial;text-align:left;gap:8px;padding:0 12px!important;border-radius:0}
  .drawer-sub.drawer-tiles a:hover{background:#242232!important}
  .drawer-sub.drawer-tiles .drawer-tile-icon{width:20px;height:20px;color:#fff}
  .drawer-sub.drawer-tiles b{font-size:12px;color:#aaa9b5;font-weight:600}
  .drawer-sub.drawer-tiles a:last-child:has(use[href$="#providers"]){display:none!important}
  .drawer-close{width:28px;height:28px;border-radius:6px;background:#302d48!important;color:#74dcd2}
  .drawer-close .ui-icon{width:14px;height:14px;color:#74dcd2}
}
@media(max-width:760px){
  .drawer-close{background:transparent!important;border-radius:0}
  .drawer-close .ui-icon{color:#fff}
}
@media(min-width:761px) and (max-width:1024px){.drawer-close{background:transparent!important;border-radius:0}.drawer-close .ui-icon{color:#fff}}
@media(min-width:1025px){.drawer-close{background:#302d48!important;border-radius:6px}.drawer-close .ui-icon{color:#74dcd2}}
@media(max-width:760px){
  .side-drawer{width:100vw!important;max-width:none!important}
  .bottom-nav{z-index:1115!important}
}


/* ======================================================================
   Corrections pass 2 — slider art, centered controls, swipe pages
   ====================================================================== */
/* Hero character/art images are real <img> elements now, so they cannot disappear with CSS var/background changes. */
.hero-art{background:none!important;z-index:2;pointer-events:none}
.hero-art picture,.hero-art img{display:block;width:100%;height:100%}
.hero-art img{object-fit:contain;object-position:center center}
.hero-copy{z-index:3}

/* Hover play icon must stay geometrically centered regardless of title/provider text. */
.game-hover-play{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;width:54px!important;height:54px!important}

/* Filter dropdown chevron: dead center of the full bar. */
.filter-expand{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important}
.filter-expand-icon{margin:0!important;transform:none!important}

/* Provider strip: arrows are always inside the strip, centered vertically and always clickable. */
.providers-strip{position:relative!important;overflow:hidden!important;padding-left:max(calc((100vw - 1595px)/2),78px)!important;padding-right:max(calc((100vw - 1595px)/2),78px)!important}
.strip-arrow{top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:62px!important;height:112px!important;min-width:62px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;opacity:1!important;pointer-events:auto!important;z-index:20!important}
.strip-prev{left:8px!important;background:linear-gradient(90deg,#242335 25%,rgba(36,35,53,.88) 58%,rgba(36,35,53,0) 100%)!important}
.strip-next{right:8px!important;background:linear-gradient(270deg,#242335 25%,rgba(36,35,53,.88) 58%,rgba(36,35,53,0) 100%)!important}
.strip-arrow.is-disabled{opacity:1!important;pointer-events:auto!important}
.strip-arrow-icon{width:12px!important;height:24px!important}

/* All quick-bar dropdown groups start closed; class .open alone reveals them. */
@media(min-width:761px){
  .drawer-sub.drawer-tiles{display:none!important}
  .drawer-group.open .drawer-sub.drawer-tiles{display:block!important}
}

@media(max-width:760px){
  /* No top burger on mobile — only the burger in the fixed bottom navigation opens the menu. */
  .topbar .hamburger{display:none!important}
  .topbar-left{padding-left:0!important}

  /* The category chevron is perfectly centered inside its square button. */
  .category-tabs .category-next{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;flex:0 0 31px!important}
  .category-tabs .category-next .ui-icon{margin:0!important;transform:none!important}

  /* Games: each swipe page is exactly 2 columns × 3 rows. */
  .games-grid{display:flex!important;gap:0!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px;overscroll-behavior-x:contain}
  .games-grid::-webkit-scrollbar{display:none}
  .games-page{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(3,auto);gap:4px;min-width:100%;width:100%;flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always}
  .game-card{width:100%;min-width:0}

  /* Mobile hero uses the supplied mobile art asset without clipping it out of view. */
  .hero-art{right:0!important;top:0!important;width:45%!important;height:100%!important}
  .hero-art img{object-position:right center!important}
}

@media(min-width:761px){
  .games-page{display:contents}
}


/* ======================================================================
   PHP engine SEO/content integration — Izzi RU
   ====================================================================== */
.brand-home{display:flex;align-items:center;flex:0 0 auto}
.gradient-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;color:#fff}
.socials a{width:41px;height:41px;border-radius:50%;border:0;background:#202031;color:var(--teal);font-weight:700;cursor:pointer}
.apps a{height:38px;background:#242336;border:0;display:grid;grid-template-columns:26px auto;grid-template-rows:16px 18px;align-items:center;text-align:left;padding:2px 10px;color:#fff}
.drawer-auth a{height:41px;background:#29273d;font-weight:600;font-size:12px;display:flex;align-items:center;justify-content:center}
.drawer-buttons a{height:46px;background:#29273d;border:0;font-size:11px;display:flex;align-items:center;justify-content:center}
.drawer-buttons.social-wide a{font-size:18px;color:#4ebee8}
.app-section a{display:grid;grid-template-columns:28px auto;grid-template-rows:15px 16px;text-align:left;align-items:center}
.bottom-nav a{background:transparent;border:0;color:#6be2d8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-size:25px;cursor:pointer}
.search-modal-title{font-size:24px;font-weight:700;margin:0 0 20px;color:#fff}
.rank-column-title{font-size:14px;margin:0 0 16px;font-weight:700;color:#fff}
.sidebar-block-title{font-size:14px;margin:0 0 13px;display:flex;align-items:center;gap:14px;font-weight:700;color:#fff}
.sidebar-block-title span{font-size:14px;color:#fff;font-weight:700}

.seo-intro{max-width:1595px;margin:28px auto 0;padding:0}
.seo-intro>h1{margin:0 0 18px;font-size:30px;line-height:1.2;font-weight:700;color:#fff;letter-spacing:-.35px}
.seo-card,.seo-article,.faq-reviews-shell{background:linear-gradient(145deg,#1d1c2b 0%,#201e32 100%);border:1px solid #35334c;box-shadow:0 12px 32px rgba(0,0,0,.14)}
.seo-card{padding:26px 30px;margin-bottom:30px}
.seo-article{padding:30px 32px;margin:32px 0 36px}
.faq-reviews-shell{padding:30px 32px;margin:34px 0 42px}
.short-article,.seo-article,.faq-reviews-shell{color:#d7d6de;font-size:14px;line-height:1.75}
.short-article p,.seo-article p,.faq-reviews-shell p{margin:0 0 16px;color:#d2d1da}
.short-article strong,.seo-article strong{color:#fff}
.short-article a,.seo-article a{color:var(--teal);text-decoration:underline;text-underline-offset:3px}
.seo-article h2,.seo-article h3,.short-article h2,.short-article h3{color:#fff;line-height:1.25;margin:30px 0 14px}
.seo-article h2,.short-article h2{font-size:22px}
.seo-article h3,.short-article h3{font-size:17px}
.seo-article h2:first-child,.short-article h2:first-child{margin-top:0}
.short-article ul,.short-article ol,.seo-article ul,.seo-article ol{margin:16px 0 20px;padding-left:25px;max-width:100%}
.short-article li,.seo-article li{margin:7px 0;overflow-wrap:anywhere;color:#d2d1da}
.short-article li::marker,.seo-article li::marker{color:var(--teal);font-weight:700}
.table-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin:18px 0 24px;border:1px solid #3b3952;background:#181724}
.table-scroll table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:auto;margin:0;background:transparent}
.table-scroll th,.table-scroll td{white-space:nowrap;padding:12px 14px;border:1px solid #343248;text-align:left;vertical-align:top;color:#d7d6df}
.table-scroll th{background:#29273d;color:#fff;font-weight:700}
.table-scroll tr:nth-child(even) td{background:rgba(255,255,255,.018)}

/* FAQ */
.faq-reviews-shell .faq{margin:0 0 38px}
.faq-reviews-shell .h2-base-title,.faq-reviews-shell>section>h2{font-size:23px;line-height:1.2;margin:0 0 20px;color:#fff;font-weight:700}
.faq-reviews-shell .h2-base-title:before,.faq-reviews-shell>section>h2:before{content:'';display:inline-block;width:4px;height:22px;margin-right:11px;vertical-align:-4px;background:linear-gradient(180deg,#6ce6d8,#9942df)}
.faq-reviews-shell .faq-content{display:grid;gap:10px}
.faq-reviews-shell .faq-item{border:1px solid #3b3952;background:#242235;overflow:hidden;transition:border-color .18s ease,transform .18s ease}
.faq-reviews-shell .faq-item:hover{border-color:#5f667e;transform:translateY(-1px)}
.faq-reviews-shell .faq-item-header-wrapper{padding:16px 18px;border-bottom:1px solid rgba(108,230,216,.13)}
.faq-reviews-shell .faq-item-title{font-size:14px;line-height:1.45;margin:0;color:#fff;font-weight:700}
.faq-reviews-shell .faq-item-content{padding:14px 18px 16px;background:#1a1927}
.faq-reviews-shell .faq-item-content-visible{color:#bdbcc7;line-height:1.7}

/* Reviews emitted by includes/faq.php */
.faq-reviews-shell>section{margin-top:0}
.faq-reviews-shell>section>div[itemtype="https://schema.org/Review"]{display:grid;grid-template-columns:170px 1fr;gap:18px;padding:17px 18px;margin-bottom:10px;background:#242235;border:1px solid #3b3952;position:relative}
.faq-reviews-shell>section>div[itemtype="https://schema.org/Review"]:before{content:'★ ★ ★ ★ ★';color:#6ce6d8;font-size:10px;letter-spacing:2px;position:absolute;left:18px;bottom:16px}
.faq-reviews-shell [itemprop="author"] h3{margin:0;color:#fff;font-size:14px;line-height:1.4;padding-bottom:24px}
.faq-reviews-shell [itemprop="reviewBody"] p{margin:0;color:#bdbcc7;line-height:1.7}

@media(max-width:1640px){.seo-intro{padding-left:28px;padding-right:28px}}
@media(max-width:760px){
  .seo-intro{margin-top:20px;padding:0 13px}
  .seo-intro>h1{font-size:22px;line-height:1.28;margin-bottom:14px}
  .seo-card{padding:18px 16px;margin-bottom:14px}
  .seo-article{padding:20px 16px;margin:24px 0 26px}
  .faq-reviews-shell{padding:20px 16px;margin:26px 0 30px}
  .short-article,.seo-article,.faq-reviews-shell{font-size:13px;line-height:1.65}
  .seo-article h2,.short-article h2{font-size:19px}
  .seo-article h3,.short-article h3{font-size:16px}
  .short-article ul,.short-article ol,.seo-article ul,.seo-article ol{padding-left:20px}
  .table-scroll table{width:max-content;min-width:720px;max-width:none}
  .table-scroll th,.table-scroll td{padding:10px 12px}
  .faq-reviews-shell .h2-base-title,.faq-reviews-shell>section>h2{font-size:20px}
  .faq-reviews-shell .faq-item-header-wrapper{padding:14px}
  .faq-reviews-shell .faq-item-content{padding:13px 14px 15px}
  .faq-reviews-shell>section>div[itemtype="https://schema.org/Review"]{grid-template-columns:1fr;gap:4px;padding:15px 15px 34px}
  .faq-reviews-shell>section>div[itemtype="https://schema.org/Review"]:before{left:15px;bottom:12px}
  .faq-reviews-shell [itemprop="author"] h3{padding-bottom:0}
  .rank-column-title{display:none}
  .socials a{width:44px;height:44px}
  .apps a{height:43px}
  .drawer-auth a{height:41px}
  .drawer-buttons a{height:58px;font-size:12px}
}


/* ======================================================================
   Corrections pass 3 — compact hover/reviews, referral mobile UI,
   ticking promo timers and centered application icons
   ====================================================================== */
/* Smaller hover Play: still visually centered, but no longer overlaps the game title/provider. */
.game-hover-play{
  width:38px!important;
  height:38px!important;
  left:50%!important;
  top:42%!important;
  transform:translate(-50%,-50%)!important;
}

/* Mobile quick-bar and categories are commercial referral links. */
.mobile-actions a,
.category-tabs a{
  color:inherit;
  text-decoration:none;
  cursor:pointer;
}
@media(max-width:760px){
  .mobile-actions a{flex:1;height:42px;background:#2b2943;border:0;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700}
  .mobile-actions a .ui-icon{width:21px;height:21px;color:var(--teal);flex:0 0 auto}
  .category-tabs a{height:37px;background:#302e49;display:flex;align-items:center;justify-content:center;padding:0 13px;font-size:11px;font-weight:700;white-space:nowrap}
  .category-tabs a.active{background:#343150;color:#fff}
  .category-tabs a.category-next{width:34px;min-width:34px;padding:0;color:var(--teal)}
}

/* Every promotion timer visibly changes once per second. */
.promo-timer>div{gap:5px}
.promo-timer b{min-width:34px;text-align:center}
.promo-timer b[data-time="seconds"]{color:#fff}
@media(max-width:760px){
  .promo-timer>div{gap:4px}
  .promo-timer b{min-width:29px;padding-left:4px;padding-right:4px}
}

/* Compact reviews: hide schema-only empty grid cell and use the full card width for text. */
.faq-reviews-shell>section>div[itemtype="https://schema.org/Review"]{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  grid-template-rows:auto;
  align-items:start;
  gap:14px;
  min-height:0;
  padding:14px 16px;
  margin-bottom:8px;
}
.faq-reviews-shell [itemprop="itemReviewed"]{display:none!important}
.faq-reviews-shell [itemprop="author"]{grid-column:1;grid-row:1;min-width:0}
.faq-reviews-shell [itemprop="reviewBody"]{grid-column:2;grid-row:1;min-width:0}
.faq-reviews-shell [itemprop="author"] h3{padding:0 0 20px;margin:0;font-size:13px}
.faq-reviews-shell [itemprop="reviewBody"] p{margin:0!important;line-height:1.55!important;max-width:none!important;width:auto!important}
.faq-reviews-shell>section>div[itemtype="https://schema.org/Review"]:before{left:16px;bottom:13px}
.faq-reviews-shell>section>h2{margin-bottom:14px}
@media(max-width:760px){
  .faq-reviews-shell>section>div[itemtype="https://schema.org/Review"]{
    grid-template-columns:1fr;
    grid-template-rows:auto auto;
    gap:7px;
    padding:13px 14px 31px;
  }
  .faq-reviews-shell [itemprop="author"]{grid-column:1;grid-row:1}
  .faq-reviews-shell [itemprop="reviewBody"]{grid-column:1;grid-row:2}
  .faq-reviews-shell [itemprop="author"] h3{padding:0}
  .faq-reviews-shell>section>div[itemtype="https://schema.org/Review"]:before{left:14px;bottom:10px}
}

/* Application icons sit in the exact center of their icon column. */
.apps a .app-icon,
.app-section a .app-icon{
  grid-column:1!important;
  grid-row:1/3!important;
  align-self:center!important;
  justify-self:center!important;
  margin:0!important;
}
.apps a small,.apps a strong,
.app-section a small,.app-section a b{grid-column:2!important}
.app-section a{align-items:center!important}
.app-section a small{align-self:end!important}
.app-section a b{align-self:start!important}

/* Bottom mobile navigation: burger remains the drawer trigger, all other items are referral anchors. */
.bottom-nav a.bottom-item{height:53px;width:62px!important;gap:2px!important;color:#74dcd2!important;border-radius:4px;position:relative;font-size:0!important}
.bottom-nav a.bottom-item .bottom-icon{width:25px;height:24px;color:currentColor}

/* ======================================================================
   Final mobile drawer polish — larger social icons + centered app badges
   ====================================================================== */
/* Make the support service pictograms easier to read without changing
   the height or geometry of the original buttons. */
.side-drawer .support-buttons a .ui-icon{
  width:27px!important;
  height:27px!important;
  flex:0 0 27px;
}

/* Telegram / VK / X: larger glyphs, still perfectly centered. */
.side-drawer .social-wide a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.side-drawer .social-wide a .ui-icon{
  width:31px!important;
  height:31px!important;
  display:block;
}

/* Center the complete Android / App Store badge (icon + copy) inside
   the button bounds instead of centering only the icon column. */
.side-drawer .app-section .drawer-buttons a{
  display:grid!important;
  grid-template-columns:27px max-content!important;
  grid-template-rows:14px 17px!important;
  column-gap:8px!important;
  justify-content:center!important;
  align-content:center!important;
  align-items:center!important;
  padding:0 10px!important;
  text-align:left!important;
}
.side-drawer .app-section .drawer-buttons a .app-icon{
  grid-column:1!important;
  grid-row:1/3!important;
  width:23px!important;
  height:23px!important;
  align-self:center!important;
  justify-self:center!important;
  margin:0!important;
}
.side-drawer .app-section .drawer-buttons a small,
.side-drawer .app-section .drawer-buttons a b{
  grid-column:2!important;
  justify-self:start!important;
  margin:0!important;
  white-space:nowrap;
  line-height:1!important;
}
.side-drawer .app-section .drawer-buttons a small{
  grid-row:1!important;
  align-self:end!important;
}
.side-drawer .app-section .drawer-buttons a b{
  grid-row:2!important;
  align-self:start!important;
}
