
:root{--bg:#171c33;--bg2:#11162a;--panel:#20264a;--panel2:#2a3060;--line:#343a70;--muted:#9ca1c9;--text:#f6f6ff;--pink:#ea3c79;--pink2:#ff2f78;--purple:#2a285a;--chip:#303665;--radius:14px;--header:70px;--side:100px;--content:1066px;--card-w:146px;--gap:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Montserrat,system-ui,-apple-system,Segoe UI,Arial,sans-serif;font-weight:600;letter-spacing:.01em}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.topbar{position:fixed;z-index:1000;top:0;left:0;right:0;height:var(--header);background:#0f1426;display:flex;align-items:center;padding:0 28px;box-shadow:0 3px 18px rgba(0,0,0,.18)}.burger{width:26px;height:22px;display:grid;place-items:center;margin-right:18px;cursor:pointer}.burger span,.burger:before,.burger:after{content:"";width:22px;height:2px;background:#e7e9ff;border-radius:2px;display:block}.burger{gap:5px}.logo{display:flex;align-items:center;min-width:180px}.logo img{width:152px;height:auto}.top-nav{position:absolute;left:50%;transform:translateX(-50%);display:flex;gap:0;background:#292e5a;border-radius:22px;padding:4px 12px;align-items:center}.top-nav a{font-size:15px;color:#f1f2ff;display:flex;align-items:center;gap:6px;padding:3px 10px;white-space:nowrap}.top-nav img{width:17px;height:17px;object-fit:contain}.auth{margin-left:auto;display:flex;gap:14px;align-items:center}.btn{border:none;border-radius:22px;padding:10px 28px;font-weight:800;color:#fff;background:var(--pink);font-size:15px;line-height:1;cursor:pointer;transition:.2s}.btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.btn-outline{background:transparent;border:2px solid var(--pink);color:var(--pink);padding:8px 26px}.sidebar{position:fixed;z-index:900;left:24px;top:94px;width:76px;border-radius:18px;background:#20264b;padding:8px 0;box-shadow:0 8px 22px rgba(0,0,0,.16);overflow:hidden}.side-link{height:48px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.04);opacity:.95;transition:.2s}.side-link:hover{background:#2a3061}.side-link img{width:22px;height:22px;object-fit:contain}.page{padding-top:92px;margin-left:var(--side);padding-bottom:80px}.content{max-width:var(--content);margin:0 auto;padding:0 0 34px}.stories{display:flex;justify-content:center;gap:58px;margin:2px auto 36px}.story{display:grid;place-items:center;gap:8px;color:#e9ebff;font-size:16px}.story img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid var(--pink);box-shadow:0 0 0 2px rgba(255,255,255,.05),0 4px 12px rgba(0,0,0,.25)}.hero{position:relative;border-radius:14px;overflow:hidden;background:#0e1325;box-shadow:0 9px 24px rgba(0,0,0,.24);height:auto;aspect-ratio:2848/752}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .45s}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-copy{position:absolute;left:8%;top:50%;transform:translateY(-50%);max-width:430px;white-space:pre-line;text-shadow:0 3px 15px rgba(0,0,0,.5);z-index:2}.hero-copy h2{margin:0 0 28px;font-size:30px;line-height:1.1;font-weight:900;letter-spacing:.01em}.hero-copy .btn{min-width:196px;padding:14px 32px;font-size:18px}.hero-progress{position:absolute;z-index:3;left:0;right:0;bottom:0;height:4px;display:grid;grid-template-columns:repeat(var(--count),1fr);gap:3px}.hero-progress span{background:#787eaa;position:relative;overflow:hidden;border-radius:3px}.hero-progress span:before{content:"";position:absolute;inset:0 auto 0 0;width:0;background:var(--pink)}.hero-progress span.active:before{animation:fillbar 4.8s linear forwards}@keyframes fillbar{to{width:100%}}.chips{display:flex;gap:8px;align-items:center;margin:28px 0 20px;overflow:hidden}.search-chip{width:44px;height:44px;flex:0 0 44px;background:var(--pink);border-radius:50%;display:grid;place-items:center}.search-chip:before{content:"";width:15px;height:15px;border:2px solid #fff;border-radius:50%;box-shadow:9px 9px 0 -7px #fff;transform:rotate(45deg)}.chip-rail{display:flex;gap:8px;overflow:auto;scrollbar-width:none}.chip-rail::-webkit-scrollbar{display:none}.chip{height:40px;padding:0 28px;border-radius:22px;background:#303665;color:#aeb3da;display:flex;align-items:center;gap:8px;white-space:nowrap;text-transform:uppercase;font-size:15px;font-weight:500}.chip img{width:17px;height:17px;object-fit:contain}.section-head{height:36px;display:flex;align-items:center;justify-content:space-between;margin:18px 0 8px}.section-head h2{display:flex;align-items:center;gap:9px;margin:0;color:#f4f6ff;font-size:24px;line-height:1.05;font-weight:900;letter-spacing:.01em}.section-head h2 img{width:23px;height:23px;object-fit:contain;opacity:.98}.section-actions{display:flex;align-items:center;gap:8px;color:#fff;font-size:15px;font-weight:800}.section-actions a{white-space:nowrap}.rail-btn{width:24px;height:24px;border:0;border-radius:5px;background:#343b73;color:#9ca2cc;font-size:28px;line-height:18px;display:grid;place-items:center;cursor:pointer;transition:.2s}.rail-btn:hover{background:#46509a;color:#fff}.game-rail{display:grid;grid-auto-flow:column;grid-template-rows:repeat(var(--rows),auto);grid-auto-columns:var(--card-w);gap:8px;overflow-x:auto;overflow-y:visible;scrollbar-width:none;padding:4px 0 8px;scroll-snap-type:x proximity}.game-rail::-webkit-scrollbar,.provider-rail::-webkit-scrollbar,.crypto-rail::-webkit-scrollbar,.tournament-rail::-webkit-scrollbar{display:none}.game-card{width:var(--card-w);height:calc(var(--card-w)*342/290);border-radius:11px;position:relative;overflow:hidden;background:#252b55;display:block;scroll-snap-align:start;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;transform-origin:center;box-shadow:0 4px 10px rgba(0,0,0,.13)}.game-card:hover{transform:scale(1.08);z-index:10;box-shadow:0 12px 24px rgba(0,0,0,.35);filter:saturate(1.08)}.game-img{width:100%;height:100%;object-fit:cover}.game-img.svg{background:#1c2144;object-fit:contain;padding:0}.game-label{position:absolute;top:7px;left:50%;transform:translateX(-50%);background:rgba(18,20,35,.76);color:#fff;border-radius:8px;padding:2px 11px;max-width:105px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px;font-weight:900;line-height:1.2}.game-bottom{position:absolute;bottom:7px;left:8px;right:8px;display:flex;align-items:center;justify-content:space-between}.op-icon{width:14px!important;height:14px!important;object-fit:contain;filter:drop-shadow(0 1px 2px #000)}.game-bottom i{width:13px;height:13px;border-radius:50%;background:rgba(255,255,255,.75);color:#7480b6;font-size:9px;font-style:normal;display:grid;place-items:center;font-weight:900}.provider-section{margin-top:6px}.provider-rail,.crypto-rail{display:grid;grid-auto-flow:column;grid-auto-columns:145px;gap:8px;overflow:auto;scrollbar-width:none;padding:2px 0 8px}.provider-card,.crypto-card{height:48px;background:#2b315e;border-radius:6px;display:flex;align-items:center;justify-content:center;padding:10px 20px;transition:.2s}.provider-card:hover,.crypto-card:hover{background:#353d76;transform:translateY(-2px)}.provider-card img,.crypto-card img{max-width:112px;max-height:28px;opacity:.75}.crypto-card{height:48px}.jackpot-panel{background:#282e5d;border-radius:14px;margin:16px 0 20px;padding:18px 16px 30px}.jackpot-panel h2{margin:0 0 12px;font-size:24px;display:flex;align-items:center;gap:9px}.jackpot-panel h2 img{width:24px;height:24px}.jackpot-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 190px;margin-bottom:18px}.jackpot-box{height:96px;background:#303666;border-radius:10px;display:flex;align-items:center;gap:20px;padding:0 24px}.jackpot-box img{width:56px;height:56px;object-fit:contain}.jackpot-box b{font-size:27px;display:block}.jackpot-box small{color:#a8aed1;font-weight:500;font-size:15px}.jackpot-activate{min-height:62px;background:#303666;border-radius:10px;display:flex;align-items:center;justify-content:space-between;padding:12px 24px;color:#aeb4d7;font-weight:500}.jackpot-activate button{border:none;background:transparent;color:#bec4e6;font-size:15px}.tournament-rail{display:grid;grid-auto-flow:column;grid-auto-columns:350px;gap:8px;overflow:auto;scrollbar-width:none}.tournament-card{height:152px;background:#2b315e;border-radius:13px;padding:12px;display:flex;gap:14px;transition:.2s}.tournament-card:hover{transform:translateY(-2px);background:#333a71}.tourn-img{width:100px;height:128px;background:#345783;border-radius:12px;display:grid;place-items:center;flex:0 0 auto}.tourn-img img{max-width:84px;max-height:84px;object-fit:contain}.tournament-card b{font-size:16px;display:block;margin-bottom:4px}.tournament-card em{display:block;color:#9ca3c8;font-style:normal;font-weight:600;margin-bottom:5px}.tournament-card strong{display:block;color:#ea467e;font-size:17px;margin-bottom:5px}.tournament-card small{color:#aeb4d5}.tournament-card mark{background:#11162a;color:#fff;border-radius:4px;padding:3px 9px;margin-left:4px}.banner-block{margin:24px 0 20px}.bento-section{display:grid;grid-template-columns:repeat(2,1fr) 2fr;gap:14px;margin:22px 0}.bento-tile{height:150px;border-radius:13px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 7px 18px rgba(0,0,0,.18);transition:.2s}.bento-tile:hover{transform:translateY(-2px)}.bento-tile:nth-child(3){grid-column:auto/span 1}.bento-tile img{height:88px;object-fit:contain;position:absolute;top:24px;left:50%;transform:translateX(-50%)}.bento-tile b{position:absolute;bottom:36px;font-size:21px}.winners-section{display:none}.winner-list{background:#2b315e;border-radius:13px;overflow:hidden}.winner-row{height:54px;display:flex;align-items:center;padding:7px 14px;border-bottom:1px solid rgba(255,255,255,.04);gap:10px}.winner-row img{width:38px;height:38px;border-radius:7px;object-fit:cover}.winner-row span{min-width:0;flex:1}.winner-row b{font-size:14px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.winner-row small{color:#a8aed0}.winner-row strong{color:#16d941}.footer{padding:24px 24px 84px;margin-top:20px;color:#979dc8}.footer .content{padding-bottom:0}.article{max-width:940px;margin:26px auto 26px;color:#9299c8;font-weight:500;line-height:1.35}.article h1{font-size:32px;font-weight:400;color:#aeb5e3;margin:0 0 8px}.article h2{font-size:22px;color:#d6daf4}.article p{margin:0 0 12px}.footer-links{display:flex;flex-wrap:wrap;gap:18px 54px;justify-content:center;color:#fff;font-weight:600;margin:30px 0}.footer-social{display:flex;justify-content:center;gap:22px;margin:16px 0 28px}.footer-social a{width:32px;height:32px;background:#151a31;border-radius:50%;display:grid;place-items:center}.footer-social a:nth-child(n+2){background:#1aa5e9}.payments{border-top:1px solid #3a4071;border-bottom:1px solid #3a4071;display:flex;align-items:center;justify-content:center;gap:38px;min-height:102px;overflow:auto}.payments img{max-height:38px;max-width:120px;opacity:.65}.trust{display:flex;justify-content:center;gap:30px;margin:30px 0}.copyright{max-width:940px;margin:0 auto;color:#8d93bd;font-weight:500;line-height:1.25}.chat{position:fixed;right:32px;bottom:70px;width:60px;height:60px;border-radius:50%;background:var(--pink2);z-index:1000;display:grid;place-items:center;box-shadow:0 8px 22px rgba(0,0,0,.25)}.chat:before{content:"";width:24px;height:18px;border:4px solid #fff;border-radius:6px;box-sizing:border-box}.chat:after{content:"";position:absolute;width:8px;height:8px;border-right:4px solid #fff;border-bottom:4px solid #fff;bottom:19px;right:20px;transform:rotate(45deg);background:var(--pink2)}.mobile-nav{display:none}.mobile-menu{display:none}
@media (max-width:1200px){:root{--content:calc(100vw - 150px);--card-w:142px}.content{padding-right:12px}.top-nav{left:53%}.auth .btn{padding-left:20px;padding-right:20px}}
@media (max-width:760px){:root{--header:0;--side:0;--content:100%;--card-w:103px;--gap:8px}.topbar,.sidebar{display:none}body{background:#eaf0fb}.page{margin-left:0;padding-top:0;padding-bottom:0;background:#eaf0fb}.content{max-width:none;width:100%;padding:0}.mobile-shell{background:var(--bg);width:100%;max-width:390px;min-height:100vh;margin:0 auto;padding:0 14px 86px;overflow:hidden}.mobile-head{height:62px;background:#0f1426;display:flex;align-items:center;justify-content:space-between;margin:0 -14px;padding:0 16px;position:sticky;top:0;z-index:99}.mobile-head .logo img{width:150px}.mobile-head .btn{padding:12px 20px;font-size:15px}.stories{justify-content:flex-start;gap:36px;margin:18px 0 30px;overflow:auto;padding-left:20px;scrollbar-width:none}.stories::-webkit-scrollbar{display:none}.story img{width:66px;height:66px}.story{font-size:15px}.hero{height:270px;aspect-ratio:auto;border-radius:13px;margin:0}.hero-slide img{height:100%;object-fit:cover;object-position:center}.hero-copy{left:26px;right:22px;top:70%;max-width:300px}.hero-copy h2{font-size:25px;margin-bottom:18px}.hero-copy .btn{display:none}.chips{margin:18px 0 16px;overflow:visible}.chip{height:40px;min-width:156px;padding:0 22px;font-size:15px;justify-content:center}.search-chip{width:48px;height:48px;flex-basis:48px}.section-head{height:auto;align-items:flex-start;margin:18px 0 8px}.section-head h2{font-size:22px}.section-head h2 img{width:22px;height:22px}.section-actions{font-size:15px}.section-actions .rail-btn{display:none}.game-rail{grid-auto-columns:103px;gap:8px;overflow-x:auto;padding-bottom:9px}.game-rail.rows-1{grid-template-rows:repeat(1,auto)!important}.game-rail.rows-2{grid-template-rows:repeat(2,auto)!important}.game-card{width:103px;height:121px;border-radius:10px}.game-label{font-size:9px;top:5px;max-width:82px;padding:1px 8px}.provider-rail,.crypto-rail{grid-auto-columns:103px;gap:8px}.provider-card,.crypto-card{height:48px;padding:8px 14px}.provider-card img,.crypto-card img{max-width:82px;max-height:24px}.jackpot-panel{display:none}.tournament-section{display:none}.banner-block{margin:18px 0}.bento-section{grid-template-columns:1fr 1fr;gap:12px}.bento-tile{height:132px}.bento-tile.wide{grid-column:auto}.bento-tile img{height:74px}.bento-tile b{bottom:28px;font-size:18px}.winners-section{display:block}.footer{margin:0 auto;padding:0;background:var(--bg);max-width:390px}.article{padding:20px 12px;margin:0;font-size:15px}.article h1{font-size:26px}.footer .provider-section{padding:0 12px}.footer-links{gap:16px 20px;font-size:13px;padding:0 12px}.payments{justify-content:flex-start;gap:34px;margin:0 12px;overflow:auto}.payments img{min-width:64px;max-height:34px}.copyright{font-size:15px;padding:0 12px 80px}.chat{width:58px;height:58px;right:calc(50% - 176px);bottom:70px}.mobile-nav{position:fixed;z-index:999;left:50%;bottom:16px;transform:translateX(-50%);height:58px;width:min(310px,calc(100vw - 64px));background:linear-gradient(180deg,#303761,#232844);border-radius:32px;display:flex;align-items:center;justify-content:space-around;box-shadow:0 10px 24px rgba(0,0,0,.32)}.mobile-nav a{width:42px;height:42px;display:grid;place-items:center}.mobile-nav img{width:23px;height:23px}.mobile-menu{display:none;padding:14px 0 18px}.mobile-shell.menu-open .mobile-menu{display:block}.mobile-menu-card{background:#22284d;border-radius:14px;margin-bottom:10px;overflow:hidden}.mobile-menu-title{height:48px;display:flex;align-items:center;gap:14px;padding:0 15px;color:#9fa5c8;font-weight:500;border-bottom:1px solid rgba(255,255,255,.05)}.mobile-menu-title img{width:20px;height:20px}.mobile-menu-title:after{content:'⌄';margin-left:auto;font-size:22px;color:#9fa5c8}.mobile-menu-children a{height:43px;display:flex;align-items:center;gap:14px;padding:0 15px;color:#9fa5c8;font-weight:500;border-bottom:1px solid rgba(255,255,255,.04)}.mobile-menu-children img{width:20px;height:20px}.desktop-only{display:none!important}.footer-provider-wrap{padding:0 12px}.footer .provider-rail{grid-auto-columns:145px}.footer .provider-section .section-head{display:flex}}
@media (min-width:761px){.mobile-head{display:none}.mobile-shell{display:contents}}


/* refinement pass: mobile stories, register button, burger drawer, footer width */
.story{flex:0 0 auto;min-width:74px}.story img{flex:0 0 auto}.stories{overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.stories::-webkit-scrollbar{display:none}.story:hover img{transform:scale(1.05)}.story img{transition:transform .2s ease}
.auth .btn{white-space:nowrap}.auth .btn:not(.btn-outline){min-width:184px}.auth{min-width:286px}
.menu-backdrop{position:fixed;inset:0;background:rgba(5,8,20,.45);z-index:1190;opacity:0;visibility:hidden;transition:.22s ease}.drawer-menu{position:fixed;z-index:1200;left:0;top:var(--header);bottom:0;width:322px;background:#171c33;padding:18px 18px 28px;transform:translateX(-105%);transition:transform .25s ease;overflow:auto;box-shadow:18px 0 36px rgba(0,0,0,.28)}body.drawer-open .drawer-menu{transform:translateX(0)}body.drawer-open .menu-backdrop{opacity:1;visibility:visible}.drawer-card{background:#252b55;border-radius:14px;margin-bottom:12px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.1)}.drawer-title{height:56px;display:flex;align-items:center;gap:16px;padding:0 18px;color:#9ea5c9;font-size:17px;font-weight:500;border-bottom:1px solid rgba(255,255,255,.045)}.drawer-title img,.drawer-links img{width:22px;height:22px;object-fit:contain}.drawer-title:after{content:'⌄';margin-left:auto;color:#9ea5c9;font-size:24px;line-height:1}.drawer-links a{height:46px;display:flex;align-items:center;gap:16px;padding:0 18px;color:#9ea5c9;font-size:16px;font-weight:500;border-bottom:1px solid rgba(255,255,255,.045)}.drawer-links a:last-child{border-bottom:0}.drawer-links span{line-height:1.15}.drawer-card.drawer-closed .drawer-title{border-bottom:0}.drawer-card.drawer-closed .drawer-title:after{content:'⌄'}
.footer .article{max-width:none;margin:24px 0 26px}.footer .copyright{max-width:none}.footer .content{padding-left:0;padding-right:0}.footer .provider-section{margin-bottom:18px}.footer .provider-rail{grid-auto-columns:145px}.footer .payments{padding:0 24px}.footer .trust{color:#9da3cb;font-weight:800}.footer .footer-links a{white-space:nowrap}
@media (max-width:1200px){.auth{min-width:260px}.auth .btn:not(.btn-outline){min-width:176px}.auth .btn{padding-left:18px;padding-right:18px}}
@media (max-width:760px){body.drawer-open .menu-backdrop,body.drawer-open .drawer-menu{display:none}.mobile-shell{overflow:hidden}.mobile-head .logo{flex:0 1 auto;min-width:0}.mobile-head .logo img{width:142px}.mobile-head .btn{font-size:14px;line-height:1;white-space:nowrap;padding:10px 13px;min-width:0;max-width:178px;flex:0 0 auto}.stories{display:flex;justify-content:flex-start;gap:28px;overflow-x:auto;padding:0 16px 0 20px;margin:18px -14px 30px;scroll-snap-type:x proximity}.story{min-width:70px;scroll-snap-align:start}.story img{width:66px!important;height:66px!important;min-width:66px;min-height:66px;max-width:none;object-fit:cover}.hero-copy h2{font-size:24px;line-height:1.05}.chips{overflow:visible}.chip-rail{overflow-x:auto}.mobile-menu{padding-top:14px}.mobile-shell.menu-open .content{display:none}.mobile-shell.menu-open{padding-bottom:96px}.mobile-shell.menu-open .mobile-menu{display:block}.mobile-menu-card{border-radius:14px;margin-bottom:10px;background:#252b55}.mobile-menu-title{height:56px;font-size:17px;padding:0 17px}.mobile-menu-children a{height:47px;font-size:16px;padding:0 17px}.footer .article{padding:20px 12px;margin:0}.footer .content{padding-left:0;padding-right:0}.footer .payments{padding:0;}.footer .trust{flex-wrap:wrap}.footer-links a{font-size:14px}}


/* refinement pass 2: uploaded icons + hidden menu scrollbar + prettier chevrons */
.drawer-menu,.mobile-menu{scrollbar-width:none;-ms-overflow-style:none}.drawer-menu::-webkit-scrollbar,.mobile-menu::-webkit-scrollbar{width:0;height:0;display:none}.drawer-title:after,.mobile-menu-title:after{content:"";margin-left:auto;width:9px;height:9px;border-right:2px solid #a4aacd;border-bottom:2px solid #a4aacd;transform:rotate(45deg);flex:0 0 auto}.drawer-card.is-open>.drawer-title:after,.mobile-menu-card.is-open>.mobile-menu-title:after{transform:rotate(225deg) translate(-2px,-2px)}.drawer-title,.mobile-menu-title{padding-right:20px}.footer-social a{padding:0;overflow:hidden}.footer-social img{width:32px;height:32px;display:block}.payments{scrollbar-width:none;-ms-overflow-style:none}.payments::-webkit-scrollbar{width:0;height:0;display:none}.payments img{opacity:.82}.trust img{display:block;max-height:32px;max-width:200px;opacity:.82}.trust{align-items:center;flex-wrap:wrap}.trust span{display:none}@media (max-width:760px){.mobile-menu{padding-right:2px}.mobile-menu-title:after{width:8px;height:8px}.footer-social img{width:30px;height:30px}.trust img{max-height:30px;max-width:170px}.payments{padding-left:0;padding-right:0}}


/* refinement pass 3: real accordion menu */
.drawer-title,.mobile-menu-title{
  width:100%;
  border:0;
  background:transparent;
  font:inherit;
  cursor:pointer;
  text-align:left;
  color:#9ea5c9;
}
.drawer-links,.mobile-menu-children{display:none}
.drawer-card.is-open>.drawer-links,.mobile-menu-card.is-open>.mobile-menu-children{display:block}
.drawer-card .drawer-title:after,
.mobile-menu-card .mobile-menu-title:after{
  content:""!important;
  margin-left:auto;
  width:10px;
  height:10px;
  border-right:2px solid #a4aacd;
  border-bottom:2px solid #a4aacd;
  transform:rotate(45deg);
  transition:transform .18s ease;
  flex:0 0 auto;
}
.drawer-card.is-open>.drawer-title:after,
.mobile-menu-card.is-open>.mobile-menu-title:after{
  transform:rotate(225deg) translate(-2px,-2px);
}
.drawer-menu,.mobile-menu{
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.drawer-menu::-webkit-scrollbar,
.mobile-menu::-webkit-scrollbar{width:0;height:0;display:none}
.drawer-card,.mobile-menu-card{background:#252b55}
.drawer-title,.mobile-menu-title{font-weight:600}
.drawer-links a,.mobile-menu-children a{background:rgba(255,255,255,.012)}
.drawer-links a:hover,.mobile-menu-children a:hover{background:rgba(255,255,255,.035);color:#d8dcff}
.mobile-burger{
  width:30px;
  height:30px;
  border:0;
  background:transparent;
  padding:0;
  display:none;
  place-items:center;
  cursor:pointer;
  flex:0 0 30px;
}
.mobile-burger span,
.mobile-burger:before,
.mobile-burger:after{
  content:"";
  display:block;
  width:22px;
  height:2px;
  background:#e7e9ff;
  border-radius:2px;
}
.mobile-burger{gap:5px}
@media (max-width:760px){
  .mobile-burger{display:grid}
  .mobile-head{justify-content:flex-start;gap:12px}
  .mobile-head .logo{min-width:0;flex:1 1 auto}
  .mobile-head .logo img{width:150px}
  .mobile-shell.menu-open .mobile-head .btn{display:none}
  .mobile-shell.menu-open .mobile-head .logo{flex:0 1 auto}
  .mobile-menu{
    max-height:calc(100vh - 62px - 82px);
    overflow:auto;
    padding:14px 0 18px;
  }
  .mobile-menu-card{
    border-radius:14px;
    margin-bottom:10px;
    overflow:hidden;
    background:#252b55;
    box-shadow:0 4px 12px rgba(0,0,0,.12);
  }
  .mobile-menu-title{
    height:56px;
    display:flex;
    align-items:center;
    gap:16px;
    padding:0 17px;
    color:#9fa5c8;
    font-size:17px;
    border-bottom:0;
  }
  .mobile-menu-card.is-open>.mobile-menu-title{border-bottom:1px solid rgba(255,255,255,.045)}
  .mobile-menu-title img,.mobile-menu-children img{
    width:22px;
    height:22px;
    object-fit:contain;
  }
  .mobile-menu-children a{
    min-height:47px;
    height:auto;
    display:flex;
    align-items:center;
    gap:16px;
    padding:10px 17px;
    color:#9fa5c8;
    font-size:16px;
    line-height:1.2;
    font-weight:500;
    border-bottom:1px solid rgba(255,255,255,.04);
  }
  .mobile-menu-children a:last-child{border-bottom:0}
  .mobile-menu-card .mobile-menu-title:after{
    width:9px;
    height:9px;
  }
}

@media (max-width:760px){
  .mobile-head .logo img{width:138px}
  .mobile-head .btn{max-width:164px;padding:10px 12px;font-size:12px}
  .mobile-shell.menu-open .mobile-head .logo img{width:150px}
}


/* refinement pass 4: full accordion items, extra mobile menu sections, no stray scrollbars */
html,body{overflow-x:hidden;}
body{scrollbar-width:none;-ms-overflow-style:none;}
body::-webkit-scrollbar{width:0;height:0;display:none;}
.drawer-card,.mobile-menu-card{display:block;color:inherit;text-decoration:none;}
.drawer-link-card,.mobile-link-card{cursor:pointer;}
.drawer-card:not(.is-open)>.drawer-links,.mobile-menu-card:not(.is-open)>.mobile-menu-children{display:none!important;}
.drawer-card.is-open>.drawer-links,.mobile-menu-card.is-open>.mobile-menu-children{display:block!important;}
.drawer-card.no-toggle .drawer-title:after,.mobile-menu-card.no-toggle .mobile-menu-title:after{display:none!important;}
.drawer-card.lang-card .drawer-title,.mobile-menu-card.lang-card .mobile-menu-title{gap:14px;}
.lang-current{margin-left:auto;color:#c7ccec;font-size:15px;font-weight:500;white-space:nowrap;}
.lang-card .drawer-title:after,.lang-card .mobile-menu-title:after{margin-left:6px;}
.provider-section{overflow:hidden;}
.provider-rail{overflow-x:auto;overflow-y:hidden;}
@media (max-width:760px){
  html,body,.mobile-shell,.mobile-menu,.content,.provider-rail,.game-rail,.chip-rail,.stories{scrollbar-width:none;-ms-overflow-style:none;}
  html::-webkit-scrollbar,body::-webkit-scrollbar,.mobile-shell::-webkit-scrollbar,.mobile-menu::-webkit-scrollbar,.content::-webkit-scrollbar,.provider-rail::-webkit-scrollbar,.game-rail::-webkit-scrollbar,.chip-rail::-webkit-scrollbar,.stories::-webkit-scrollbar{width:0;height:0;display:none;}
  .mobile-shell{overflow-x:hidden;}
  .mobile-menu{max-height:none;overflow:visible;padding-bottom:92px;}
  .mobile-menu-card{box-shadow:0 6px 16px rgba(0,0,0,.12);}
  .mobile-menu-card.lang-card .mobile-menu-title{padding-right:16px;}
  .mobile-menu-card.lang-card .lang-current{font-size:14px;}
  .provider-section{margin-top:0}
  .provider-section .section-head{background:var(--bg);position:relative;z-index:2;}
}
