:root{
 --bg:#080808;--panel:#101010;--panel2:#170707;--red:#b60000;--red2:#700000;--red3:#ff1b0a;--gold:#f4bd28;--gold2:#ffdf6a;--text:#f2f2f2;--muted:#aaa;--line:#432020;--max:1558px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.slotdemo4d-theme{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;height:auto;display:block}.sd4-container{width:min(var(--max),calc(100% - 32px));margin:0 auto}.sd4-section{padding:22px 0}.site-content{min-height:50vh}.center-title{text-align:center;font-size:20px;letter-spacing:.04em;margin:0 0 22px;color:#fff;text-transform:uppercase}.content-generic{background:#111;padding:28px;border:1px solid #461111;border-radius:12px}.content-generic a{color:var(--gold)}

/* Header */
.sd4-header{position:relative;z-index:100}.sd4-topbar{background:#0b0b0b;border-bottom:1px solid #1f1f1f}.sd4-topbar-inner{height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px}.sd4-utilities,.sd4-auth{display:flex;align-items:center;gap:9px}.utility-icon,.language-trigger{width:38px;height:38px;border:0;border-radius:5px;background:#242424;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.utility-icon.android{background:#5b9d00}.telegram-top{height:38px;padding:0 16px;border-radius:5px;background:linear-gradient(#23b9f2,#0086c8);display:inline-flex;align-items:center;font-weight:700;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.sd4-auth .btn{min-width:112px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:22px;font-weight:800;font-size:13px}.btn-login{background:linear-gradient(#737373,#303030)}.btn-register{background:linear-gradient(#ffad00,#e88400);color:#fff}.language-wrap{position:relative}.language-trigger{gap:4px;background:#151515}.language-trigger img{width:25px;height:25px;border-radius:50%;object-fit:cover}.language-menu{position:absolute;top:44px;left:0;width:226px;background:#252525;border:1px solid #3e3e3e;box-shadow:0 12px 30px rgba(0,0,0,.65);z-index:999}.language-item{width:100%;border:0;border-bottom:1px solid #555;background:#292929;color:#fff;display:flex;align-items:center;gap:12px;text-align:left;padding:9px 12px;cursor:pointer}.language-item:hover{background:#3a1010}.language-item img{width:24px;height:24px;border-radius:50%;object-fit:cover}.language-item span{display:flex;flex-direction:column}.language-item strong{font-size:13px;font-weight:500}.language-item small{font-size:9px;color:#8e8e8e}.language-item:last-child{border-bottom:0}
.sd4-mainnav{background:#690607;border-bottom:4px solid #e51b14}.sd4-mainnav-inner{height:124px;min-height:124px;display:flex;align-items:stretch}.sd4-logo{width:355px;flex:0 0 355px;padding:19px 34px 17px 0;display:flex;align-items:center;border-right:1px solid rgba(255,255,255,.06)}.sd4-logo img{width:100%;max-height:84px;object-fit:contain}.game-nav{display:flex;align-items:stretch;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.game-nav::-webkit-scrollbar{display:none}.game-nav-item{position:relative;min-width:92px;flex:1;border:0;background:transparent;color:#f5f5f5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:15px 7px 11px;cursor:pointer;white-space:nowrap}.game-nav-item:hover,.game-nav-item.active{background:rgba(255,255,255,.08);color:#ff2c20}.nav-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;line-height:1}.nav-label{font-size:12px;font-weight:800}.hot-badge{display:none}.mobile-nav-toggle{display:none;margin:auto 0 auto 12px;width:42px;height:42px;border:1px solid #932222;background:#1b0505;color:#fff;border-radius:6px}.mega-shell{position:absolute;left:0;right:0;background:rgba(5,3,3,.98);border-bottom:2px solid var(--red3);box-shadow:0 20px 35px rgba(0,0,0,.7);z-index:90;display:none}.mega-shell.open{display:block}.mega-panel{padding:18px 0}.mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.mega-card{position:relative;display:block;border:1px solid #b11818;border-radius:44px;overflow:hidden;background:linear-gradient(90deg,#3a0808,#801515);min-height:105px}.mega-card img{width:100%;height:118px;object-fit:cover;transition:.25s}.mega-card span{position:absolute;left:12px;bottom:8px;background:rgba(0,0,0,.72);padding:4px 10px;border-radius:16px;font-weight:700;font-size:12px}.mega-card:hover img{transform:scale(1.035);filter:brightness(1.1)}

/* Hero and ticker */
.hero-banner{background:#020202}.hero-banner>a{display:block}.hero-banner img{width:100%;height:auto;max-height:520px;object-fit:cover}.announcement-section{padding:12px 0 8px}.announcement-bar{height:48px;background:#101010;border-radius:5px;display:grid;grid-template-columns:200px 1fr 190px;align-items:center;overflow:hidden;border:1px solid #171717}.announcement-label{height:100%;display:flex;align-items:center;justify-content:center;border-right:1px solid #242424;font-size:13px}.announcement-label strong{color:#fff}.announcement-track{overflow:hidden;height:100%;display:flex;align-items:center}.announcement-marquee{display:flex;gap:80px;white-space:nowrap;color:#ff2c1c;font-size:12px;font-weight:700;animation:sd4Marquee 28s linear infinite;will-change:transform}.announcement-track:hover .announcement-marquee{animation-play-state:paused}.announcement-time{text-align:center;font-size:12px;font-weight:700;color:#fff}@keyframes sd4Marquee{from{transform:translateX(100%)}to{transform:translateX(-200%)}}
.jackpot-section{padding:20px 0 14px}.jackpot-box{max-width:1080px;height:150px;background:radial-gradient(circle at 50% 30%,#230505,#080808 68%);border:4px solid #a10000;border-radius:38px;box-shadow:0 0 0 8px #210000,inset 0 0 25px #5f0000,0 0 30px rgba(180,0,0,.25);display:grid;grid-template-columns:300px 1fr;align-items:center;padding:16px 36px}.jackpot-brand{text-align:center}.jackpot-brand span{display:block;color:#ff2929;font-weight:900;font-size:18px}.jackpot-brand strong{font-size:26px;color:var(--gold)}.jackpot-number{height:72px;border:3px dotted #7a0000;background:#050505;border-radius:40px;display:flex;align-items:center;justify-content:center;gap:15px;color:#fff;font-family:'Courier New',monospace;font-size:42px;letter-spacing:.08em;text-shadow:0 0 12px #f00}.jackpot-number small{color:#f22;font-size:26px}

/* Game popular */
.popular-games-section{padding-top:18px}.popular-games-section .sd4-container{border:1px solid #771313;background:#101010}.section-tab-title{display:inline-flex;align-items:center;min-width:230px;height:42px;background:#710d0d;padding:0 58px 0 24px;font-size:13px;font-weight:900;clip-path:polygon(0 0,85% 0,100% 100%,0 100%)}.game-scroller{overflow-x:auto;padding:20px 22px 10px;scrollbar-color:#626262 transparent;scrollbar-width:auto}.game-grid-wide{display:grid;grid-template-rows:repeat(2,auto);grid-auto-flow:column;grid-auto-columns:200px;gap:18px 14px;width:max-content}.game-card{display:block;text-align:center;width:200px}.game-thumb{position:relative;width:200px;height:200px;overflow:hidden;background:#170505}.game-thumb img{width:200px;height:200px;object-fit:cover;transition:.25s}.game-play{position:absolute;inset:auto 20px 20px;background:rgba(140,0,0,.9);border:1px solid #ff4a33;border-radius:18px;color:#fff;font-weight:900;padding:7px 4px;opacity:0;transform:translateY(12px);transition:.25s}.game-card:hover .game-thumb img{filter:brightness(.55);transform:scale(1.05)}.game-card:hover .game-play{opacity:1;transform:translateY(0)}.game-name{display:block;color:#ff2017;font-size:12px;line-height:1.25;margin-top:7px;min-height:30px;white-space:normal}

/* Video popular form */
.video-layout{display:grid;grid-template-columns:280px 560px 1fr;gap:0;background:#080808;border:1px solid #521111;overflow:hidden}.winner-panel{border-right:1px solid #2c2c2c;background:#111}.winner-panel h2{margin:0;padding:18px;background:#171717;font-size:20px;border-bottom:12px solid #000}.winner-panel h2 em{font-style:normal;color:var(--gold)}.winner-panel h3{font-size:13px;padding:13px 14px;margin:0;color:#fff;background:#1c1c1c}.winner-list{padding:7px;background:#6e0000;margin:0 10px 10px;max-height:205px;overflow:hidden}.winner{display:grid;grid-template-columns:54px 1fr;gap:10px;padding:7px 0;border-bottom:1px dotted rgba(255,255,255,.2)}.winner:last-child{border-bottom:0}.winner img{width:54px;height:54px;object-fit:cover}.winner span{display:flex;flex-direction:column}.winner b{font-size:12px}.winner strong{color:#ffca27;font-size:12px}.winner small{font-size:10px}.winner-ad{display:block;margin:10px}.winner-ad img{width:100%;height:90px;object-fit:cover}.provider-games{background:#dcdcdc;color:#111}.provider-tabs{height:72px;display:flex;align-items:stretch;border-bottom:8px solid #dcdcdc}.provider-tab{flex:1;border:2px solid #efefef;background:#555;color:#fff;font-weight:900;font-size:14px;cursor:pointer}.provider-tab.active{background:#242424;color:var(--gold)}.provider-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 12px 12px}.provider-game-card{display:block;border:2px solid #777;background:#111}.provider-game-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.video-art{background:#120303;min-width:0}.video-art img{width:100%;height:100%;object-fit:cover;object-position:center}

/* App + Telegram */
.app-download-section{padding:0}.app-banner-wrap{width:100%;background:#070707}.app-banner-wrap img{width:100%;height:auto;max-height:480px;object-fit:cover}.telegram-banner-section{padding:18px 0}.telegram-banner-wrap img{width:100%;height:auto;display:block;border-radius:8px}

/* Article */
.article-shell{position:relative;background:#0d0d0d;border:1px solid #6a1010;border-radius:14px;overflow:hidden;padding:28px 30px 110px;box-shadow:0 12px 35px rgba(0,0,0,.35)}.article-shell.is-collapsed .seo-article{max-height:780px;overflow:hidden}.seo-article{color:#bcbcbc;font-size:14px;transition:max-height .45s ease}.seo-article h1{font-size:30px;line-height:1.25;color:#e7e7e7;margin:0 0 12px}.seo-article h2{font-size:21px;color:#fff;margin:30px 0 12px}.seo-article h3{font-size:16px;color:#e7e7e7;margin:20px 0 10px}.seo-article p{margin:0 0 13px}.article-image{width:min(100%,1180px);margin:14px auto 18px;border:1px solid #721313;border-radius:9px}.table-wrap{overflow-x:auto;margin:10px 0 20px}.seo-article table{border-collapse:collapse;width:100%;min-width:650px;background:#111}.seo-article th,.seo-article td{border:1px solid #631515;padding:9px 12px;text-align:left}.seo-article th{color:#fff;background:#190808}.article-fade{position:absolute;left:0;right:0;bottom:78px;height:170px;background:linear-gradient(transparent,#0d0d0d 78%);pointer-events:none}.article-shell:not(.is-collapsed) .article-fade{display:none}.article-toggle-wrap{position:absolute;left:0;right:0;bottom:22px;text-align:center}.article-toggle-wrap button{min-width:270px;height:56px;border:2px solid #ff513f;border-radius:16px;background:linear-gradient(#8b1717,#4a0909);color:#fff;font-size:17px;font-weight:900;box-shadow:0 0 18px rgba(255,45,25,.45);cursor:pointer}

/* Reviews */
.reviews-section{padding-top:26px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{position:relative;background:linear-gradient(145deg,#16161c,#0d0d11);border:1px solid #4b1717;border-radius:12px;padding:24px 20px;text-align:center;box-shadow:0 8px 20px rgba(0,0,0,.35)}.review-card:before{content:"";position:absolute;inset:0;border-radius:12px;background:linear-gradient(135deg,rgba(255,30,20,.09),transparent 45%);pointer-events:none}.review-avatar{width:46px;height:46px;margin:0 auto 8px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(#ffb000,#8a0909);font-weight:900;font-size:20px}.review-card h3{margin:0;font-size:15px}.review-card small{font-size:9px;color:#aaa;letter-spacing:.12em}.review-card p{font-size:12px;color:#ddd;min-height:60px}.stars{color:#ffd233;letter-spacing:.1em}

/* FAQ */
.faq-container{max-width:980px}.faq-item{margin:0 0 10px}.faq-question{width:100%;border:1px solid #d0ad00;border-radius:8px;background:#1c1c22;color:#fff;padding:15px 18px;display:flex;align-items:center;justify-content:space-between;text-align:left;font-weight:800;font-size:13px;cursor:pointer}.faq-question b{color:#ffd400;transition:transform .25s}.faq-question[aria-expanded="true"] b{transform:rotate(180deg)}.faq-answer{background:#101010;border:1px solid #4a2410;border-top:0;border-radius:0 0 8px 8px;padding:13px 18px;color:#bbb;font-size:13px}.faq-answer p{margin:0}

/* Link columns */
.link-columns-section{padding:25px 0 10px}.link-columns{display:grid;grid-template-columns:1.1fr .8fr 1.1fr 1.1fr .7fr;gap:36px;border-top:1px solid #542020;border-bottom:1px solid #542020;padding:26px 10px;background:#0b0b0b}.link-columns h3{margin:0 0 12px;color:#d7c39a;font-size:15px;font-weight:500}.link-columns a{display:block;color:#aaa;font-size:12px;margin:8px 0}.link-columns a:hover{color:#fff}

/* Footer */
.sd4-footer{background:#080808;border-top:1px solid #1c1c1c;padding:35px 0 0}.footer-primary{display:grid;grid-template-columns:.8fr 1.5fr 1.1fr;gap:30px}.footer-col{min-width:0;border-right:1px solid #282828;padding-right:25px}.footer-col:last-child{border-right:0}.footer-col h3{margin:0;color:#cdbb94;font-family:Georgia,serif;font-size:17px;font-weight:400}.footer-col>small{display:block;color:#666;margin-bottom:18px;font-size:9px}.footer-col h4{font-family:Georgia,serif;color:#cdbb94;font-size:13px;margin:15px 0 2px;font-weight:400}.footer-col p{font-family:Georgia,serif;font-size:10px;color:#777;margin:0}.footer-product article{border-bottom:1px dotted #333;padding-bottom:12px}.footer-support>a{display:flex;align-items:center;justify-content:space-between;max-width:210px;background:#0b0b0b;border-radius:18px;padding:7px 12px;margin:9px 0;font-family:Georgia,serif;font-size:11px}.footer-support>a b{width:22px;height:22px;border-radius:50%;background:#0a36b7;display:flex;align-items:center;justify-content:center}.footer-trust{border-top:1px dotted #333;border-bottom:1px dotted #333;margin-top:28px;padding:10px 0;display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.footer-trust>div{display:flex;flex-direction:column;color:#666;font-family:Georgia,serif;font-size:10px}.footer-trust strong{font-family:Arial,sans-serif;font-size:20px;color:#8c8c8c;margin-top:4px}.provider-wall-wrap{padding:22px 0}.provider-wall-wrap img{width:100%;height:auto;max-height:850px;object-fit:contain;background:#080808}.footer-bottom{border-top:1px solid #222;min-height:55px;display:flex;align-items:center;justify-content:space-between;gap:25px;color:#666;font-size:11px}.footer-links{display:flex;gap:0}.footer-links a{padding:0 12px;border-right:1px solid #333}.footer-links a:first-child{padding-left:0}.footer-links a:last-child{border-right:0}

@media(max-width:1180px){
 .sd4-logo{width:260px;flex-basis:260px}.nav-label{font-size:10px}.game-nav-item{min-width:78px}.mega-grid{grid-template-columns:repeat(3,1fr)}
 .video-layout{grid-template-columns:270px 1fr}.video-art{grid-column:1/-1;height:360px}.footer-primary{grid-template-columns:1fr 1.4fr 1fr}.link-columns{gap:18px}
}
@media(max-width:900px){
 .sd4-container{width:min(100% - 22px,var(--max))}.sd4-topbar-inner{height:auto;min-height:52px}.sd4-auth{display:none}.telegram-top{padding:0 10px;font-size:12px}.sd4-mainnav-inner{min-height:82px;align-items:center}.sd4-logo{width:210px;flex-basis:210px;padding:10px 12px 10px 0}.sd4-logo img{max-height:62px}.mobile-nav-toggle{display:block}.game-nav{position:absolute;top:100%;left:0;right:0;background:#520303;display:none;flex-direction:column;max-height:65vh;overflow-y:auto;padding:8px 0}.game-nav.open{display:flex}.game-nav-item{min-height:58px;flex-direction:row;justify-content:flex-start;padding:8px 20px}.nav-icon{font-size:24px}.nav-label{font-size:12px}.hot-badge{position:static;margin-left:auto}.mega-shell{position:absolute;top:calc(100% + 0px)}.mega-grid{grid-template-columns:repeat(2,1fr)}.mega-card{border-radius:20px}.mega-card img{height:100px}
 .announcement-bar{grid-template-columns:150px 1fr}.announcement-time{display:none}.jackpot-box{grid-template-columns:1fr;height:auto;gap:12px;padding:20px}.jackpot-brand{display:flex;gap:8px;justify-content:center;align-items:baseline}.jackpot-number{font-size:32px}.game-grid-wide{grid-auto-columns:200px}.game-card,.game-thumb{width:200px}.game-thumb{height:200px}
 .video-layout{grid-template-columns:1fr}.winner-panel{border-right:0}.provider-games{min-height:0}.video-art{grid-column:auto;height:330px}.app-banner-wrap img{min-height:240px;object-fit:cover}.reviews-grid{grid-template-columns:repeat(2,1fr)}.link-columns{grid-template-columns:repeat(2,1fr)}.footer-primary{grid-template-columns:1fr}.footer-col{border-right:0;border-bottom:1px solid #282828;padding:0 0 20px}.footer-trust{grid-template-columns:1fr 1fr 1fr}.footer-bottom{flex-direction:column;align-items:flex-start;padding:16px 0}
}
@media(max-width:600px){
 .sd4-topbar-inner{padding:6px 0}.sd4-utilities{gap:5px}.utility-icon,.language-trigger{width:34px;height:34px}.telegram-top{height:34px;font-size:10px}.search-trigger{display:none}.sd4-logo{width:190px;flex-basis:190px}.mega-grid{grid-template-columns:1fr}.mega-card{min-height:90px}.mega-card img{height:95px}.hero-banner img{min-height:220px;object-fit:cover}.announcement-bar{grid-template-columns:115px 1fr;height:42px}.announcement-label{font-size:10px}.announcement-marquee{font-size:10px;gap:50px}.jackpot-box{border-radius:24px}.jackpot-brand strong{font-size:19px}.jackpot-brand span{font-size:12px}.jackpot-number{font-size:22px;height:58px}.jackpot-number small{font-size:17px}.section-tab-title{min-width:190px}.game-scroller{padding:15px 12px 9px}.game-grid-wide{grid-auto-columns:200px;gap:14px 10px}.game-card,.game-thumb{width:200px}.game-thumb{height:200px}.video-art{height:260px}.provider-tabs{height:58px}.provider-tab{font-size:11px}.provider-grid{gap:6px;padding:0 7px 7px}.app-banner-wrap img{min-height:205px;object-position:center}.telegram-banner-section{padding:10px 0}.telegram-banner-wrap img{min-height:90px;object-fit:cover}.article-shell{padding:20px 16px 100px}.article-shell.is-collapsed .seo-article{max-height:690px}.seo-article{font-size:13px}.seo-article h1{font-size:23px}.seo-article h2{font-size:18px}.reviews-grid{grid-template-columns:1fr}.review-card p{min-height:0}.link-columns{grid-template-columns:1fr 1fr;gap:20px}.link-columns>div:nth-child(3){grid-column:1/-1}.footer-trust{grid-template-columns:1fr}.provider-wall-wrap{overflow-x:auto}.provider-wall-wrap img{min-width:780px}.footer-links{flex-wrap:wrap;gap:8px}.footer-links a{border:0;padding:0 8px 0 0}
}

.nav-icon img{width:30px;height:30px;object-fit:contain;transition:filter .15s ease}
.game-nav-item:hover .nav-icon img,.game-nav-item.active .nav-icon img{filter:sepia(1) saturate(8) hue-rotate(330deg) brightness(1.05)}
.nav-label{font-size:12px;font-weight:800;line-height:1.1}
.hot-badge-img{position:absolute;top:1px;left:50%;width:55px;height:25px;object-fit:contain;transform:translateX(-4%);pointer-events:none}
.nav-arrow{width:44px;flex:0 0 44px;border:0;background:transparent;color:#fff;font-size:44px;line-height:1;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}
.nav-arrow:hover{color:#ff2c20}

/* === v1.0.2 reference-match overrides === */
:root{--header-max:1340px}
.sd4-header-container{width:min(var(--header-max),calc(100% - 22px));margin:0 auto}
.sd4-topbar{background:#a40000;border-bottom:0}
.sd4-topbar-inner{height:46px;min-height:46px}
.sd4-utilities,.sd4-auth{gap:6px}
.utility-icon,.language-trigger{width:30px;height:30px;border-radius:3px;background:#151515;font-size:13px}
.utility-icon.android{background:#629900}
.telegram-top{height:30px;padding:0 11px;border-radius:3px;font-size:11px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}
.language-trigger img{width:20px;height:20px}.language-menu{top:35px;width:210px}
.sd4-auth .btn{min-width:88px;height:30px;font-size:11px;border-radius:18px}.btn-register{background:#900000;border:1px solid #e00000}.btn-login{background:linear-gradient(#606060,#292929)}

.sd4-mainnav{position:relative;background:#0a0a0a;border-bottom:0}
.sd4-mainnav-inner{height:105px;min-height:105px;align-items:stretch}
.sd4-logo{width:310px;flex:0 0 310px;padding:12px 24px 10px 0;border-right:0;display:flex;align-items:center}
.sd4-logo img{width:100%;max-height:76px;object-fit:contain;object-position:left center}
.nav-arrow{width:28px;flex:0 0 28px;font-size:32px;color:#fff}
.game-nav{align-items:stretch;overflow-x:auto}
.game-nav-item{min-width:80px;flex:0 0 80px;min-height:105px;padding:15px 4px 8px;gap:6px;background:transparent;color:#fff;text-decoration:none}
.game-nav-item:hover,.game-nav-item.active{background:#1d1d1d;color:#ff1c10}
.nav-icon{width:34px;height:34px}.nav-icon img{width:30px;height:30px}
.nav-label{font-size:10px;font-weight:800;line-height:1.05;letter-spacing:-.01em}
.hot-badge-img{top:1px;width:46px;height:21px;transform:translateX(-2%)}
.game-nav-link{display:flex}

.mega-shell{position:absolute;top:100%;left:0;right:0;background:transparent;border:0;box-shadow:none;display:none;z-index:95;pointer-events:none}
.mega-shell.open{display:block}
.mega-shell-inner{position:relative;display:flex;justify-content:center;pointer-events:none}
.mega-panel{padding:0;display:flex;justify-content:center;width:100%;pointer-events:auto}
.mega-panel-link{display:block;background:#090909;box-shadow:0 8px 18px rgba(0,0,0,.35);line-height:0}
.mega-panel-link img{display:block;width:100%;height:auto;object-fit:contain}
.mega-panel-hot .mega-panel-link{width:min(1163px,calc(100vw - 90px))}
.mega-panel-slots .mega-panel-link{width:min(1032px,calc(100vw - 90px))}
.mega-panel-live-casino .mega-panel-link,
.mega-panel-race .mega-panel-link,
.mega-panel-togel .mega-panel-link,
.mega-panel-olahraga .mega-panel-link,
.mega-panel-crash-game .mega-panel-link,
.mega-panel-arcade .mega-panel-link,
.mega-panel-poker .mega-panel-link,
.mega-panel-e-sports .mega-panel-link{width:min(1032px,calc(100vw - 90px))}

/* compact jackpot matching reference proportions */
.jackpot-section{padding:14px 0 10px}
.jackpot-box{max-width:1046px;height:170px;padding:16px 24px;grid-template-columns:275px 1fr;border-radius:44px;background:#060606;border:7px solid #220000;box-shadow:0 0 0 4px #9f0000,0 0 0 10px #120000,inset 0 0 0 3px #8e0000,inset 0 0 22px rgba(180,0,0,.45)}
.jackpot-brand{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;border-right:1px solid #390000}
.jackpot-brand span{font-size:19px;color:#ff2b1f}.jackpot-brand strong{font-size:13px;color:#d7d7d7;letter-spacing:.05em}
.jackpot-number{height:92px;border:5px solid #320000;box-shadow:0 0 0 3px #a00000,inset 0 0 0 3px #120000;border-radius:50px;background:#020202;font-size:38px;letter-spacing:.055em;text-shadow:0 0 8px rgba(255,0,0,.35)}
.jackpot-number small{font-size:23px;color:#ff2c1b}

/* fill the video/provider block completely; no white empty area */
.video-layout{grid-template-columns:280px 560px 1fr;background:#0b0b0b;align-items:stretch}
.provider-games{background:#171717;color:#fff;display:flex;flex-direction:column;min-height:100%}
.provider-tabs{height:72px;flex:0 0 72px;border-bottom:8px solid #171717;background:#171717}
.provider-tab{border:2px solid #d7d7d7;background:#5b5b5b;color:#fff}.provider-tab.active{background:#222;color:#ffc928}
.provider-grid{flex:1;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:8px;padding:0 10px 10px;background:#171717;align-content:stretch}
.provider-game-card{min-height:0;border:2px solid #666;background:#090909;overflow:hidden}
.provider-game-card img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}
.video-art{background:#090909;min-height:100%}.video-art img{height:100%;object-fit:cover}

/* provider wall: expand across the footer instead of being constrained by max-height */
.provider-wall-wrap{width:min(1180px,calc(100% - 24px));max-width:none;padding:18px 0 26px;margin:0 auto;overflow:visible}
.provider-wall-wrap img{width:100%;height:auto;max-height:none;object-fit:contain;background:#080808}

@media(max-width:1180px){
 .sd4-logo{width:250px;flex-basis:250px}.game-nav-item{min-width:75px;flex-basis:75px}.nav-label{font-size:9px}
 .mega-panel-hot .mega-panel-link,.mega-panel-slots .mega-panel-link,.mega-panel-live-casino .mega-panel-link,.mega-panel-race .mega-panel-link,.mega-panel-togel .mega-panel-link,.mega-panel-olahraga .mega-panel-link,.mega-panel-crash-game .mega-panel-link,.mega-panel-arcade .mega-panel-link,.mega-panel-poker .mega-panel-link,.mega-panel-e-sports .mega-panel-link{width:min(100%,1032px)}
 .video-layout{grid-template-columns:260px 500px 1fr}
}
@media(max-width:900px){
 .sd4-topbar{background:#a40000}.sd4-mainnav-inner{height:78px;min-height:78px}.sd4-logo{width:220px;flex-basis:220px;padding:8px 10px 8px 0}.sd4-logo img{max-height:60px}
 .game-nav{top:100%;background:#090909}.game-nav-item{min-height:58px;flex-basis:auto}.mega-shell{top:100%}.mega-panel-link{width:100%!important}.mega-panel-link img{width:100%;height:auto}
 .jackpot-box{height:auto;min-height:125px;grid-template-columns:1fr;padding:16px}.jackpot-brand{border-right:0;border-bottom:1px solid #390000;padding-bottom:8px}.jackpot-number{height:70px;font-size:28px}
 .video-layout{grid-template-columns:1fr}.provider-grid{grid-auto-rows:minmax(150px,1fr)}.provider-games{min-height:620px}.video-art{height:360px}
 .provider-wall-wrap{width:calc(100% - 18px);overflow-x:auto}.provider-wall-wrap img{min-width:820px}
}
@media(max-width:600px){
 .sd4-topbar-inner{height:auto;min-height:42px}.telegram-top span{display:inline}.sd4-mainnav-inner{height:72px;min-height:72px}.sd4-logo{width:195px;flex-basis:195px}.sd4-logo img{max-height:52px}
 .jackpot-number{font-size:20px}.jackpot-number small{font-size:16px}.provider-games{min-height:560px}.provider-grid{grid-auto-rows:minmax(130px,1fr)}
}

/* === v1.0.1 FIXES: reference header / mega-menu / popular games / provider wall === */
/* HTML hidden must always win over panel layout rules. This prevents multiple mega panels
   from occupying space at the same time. */
[hidden], .mega-panel[hidden], .language-menu[hidden], .faq-answer[hidden]{display:none!important}

:root{--header-max:1340px;--mega-max:1164px}
.sd4-header{z-index:999}
.sd4-header-container{width:min(var(--header-max),calc(100% - 20px));margin-inline:auto}
.sd4-topbar{background:#a80000;border:0}
.sd4-topbar-inner{height:43px;min-height:43px}
.sd4-utilities,.sd4-auth{gap:5px}
.utility-icon,.language-trigger{width:30px;height:30px;border-radius:2px}
.telegram-top{height:30px;padding:0 10px;border-radius:2px;font-size:11px}
.sd4-auth .btn{height:30px;min-width:89px;font-size:11px}

.sd4-mainnav{position:relative;background:#090909;border:0}
.sd4-mainnav-inner{height:92px;min-height:92px;align-items:stretch}
.sd4-logo{width:300px;flex:0 0 300px;padding:9px 18px 8px 0;border:0}
.sd4-logo img{max-height:70px;width:100%;object-fit:contain;object-position:left center}
.nav-arrow{width:26px;flex:0 0 26px;font-size:31px}
.game-nav{height:92px;align-items:stretch;overflow-x:auto}
.game-nav-item{min-width:78px;flex:0 0 78px;min-height:92px;padding:14px 3px 7px;gap:5px}
.nav-icon{width:32px;height:32px}.nav-icon img{width:30px;height:30px}
.nav-label{font-size:9.5px;line-height:1;font-weight:800}
.hot-badge-img{top:0;width:44px;height:20px}

/* Only the active reference panel exists in layout; no full-page black spacer. */
.mega-shell{position:absolute;top:100%;left:0;right:0;display:none;background:transparent;border:0;box-shadow:none;z-index:998;pointer-events:none;height:auto!important;min-height:0!important}
.mega-shell.open{display:block}
.mega-shell-inner{width:100%;max-width:none;margin:0 auto;display:block;height:auto!important;min-height:0!important;pointer-events:none}
.mega-panel{display:flex;justify-content:center;align-items:flex-start;padding:0;width:100%;height:auto!important;min-height:0!important;pointer-events:auto}
.mega-panel-link{display:block;line-height:0;background:rgba(5,5,5,.96);box-shadow:0 8px 18px rgba(0,0,0,.38);overflow:hidden}
.mega-panel-link img{display:block;width:100%;height:auto;max-height:none;object-fit:contain}
.mega-panel-hot .mega-panel-link{width:min(1163px,calc(100vw - 70px))}
.mega-panel-slots .mega-panel-link{width:min(1032px,calc(100vw - 70px))}
.mega-panel-live-casino .mega-panel-link,
.mega-panel-race .mega-panel-link,
.mega-panel-togel .mega-panel-link,
.mega-panel-olahraga .mega-panel-link,
.mega-panel-crash-game .mega-panel-link,
.mega-panel-arcade .mega-panel-link,
.mega-panel-poker .mega-panel-link,
.mega-panel-e-sports .mega-panel-link{width:min(1032px,calc(100vw - 70px))}

/* Reference uses original 200x200 game art. Never stretch cards beyond 200px. */
.popular-games-section .sd4-container{max-width:1360px}
.game-scroller{padding:18px 18px 8px}
.game-grid-wide{grid-template-rows:repeat(2,230px);grid-auto-columns:200px;gap:12px 14px}
.game-card,.game-thumb,.game-thumb img{width:200px!important}
.game-thumb,.game-thumb img{height:200px!important}
.game-thumb img{object-fit:cover}
.game-name{font-size:12px;margin-top:6px;min-height:24px}

/* Keep video section completely filled with dark content. */
.video-layout{max-width:1360px;margin-inline:auto;grid-template-columns:250px 520px minmax(0,1fr);background:#0b0b0b;align-items:stretch}
.winner-panel,.provider-games,.video-art{min-height:520px}
.provider-games{background:#161616;color:#fff}
.provider-tabs{height:64px;flex:0 0 64px;background:#161616;border-bottom:7px solid #161616}
.provider-grid{flex:1;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);gap:7px;padding:0 9px 9px;background:#161616}
.provider-game-card{min-height:0;border:1px solid #555;background:#090909;overflow:hidden}
.provider-game-card img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}
.video-art{background:#090909}.video-art img{width:100%;height:100%;object-fit:cover}

/* Provider wall at the requested width: wider than the old narrow block, but not oversized. */
.provider-wall-wrap{width:min(892px,calc(100% - 24px));max-width:892px;margin:0 auto;padding:18px 0 24px;overflow:visible}
.provider-wall-wrap img{display:block;width:892px;max-width:100%;height:auto;max-height:none;object-fit:contain;background:#080808}

@media(max-width:1180px){
 .sd4-logo{width:245px;flex-basis:245px}.game-nav-item{min-width:72px;flex-basis:72px}.nav-label{font-size:8.5px}
 .video-layout{grid-template-columns:240px 470px minmax(0,1fr)}
}
@media(max-width:900px){
 .sd4-mainnav-inner{height:76px;min-height:76px}.sd4-logo{width:215px;flex-basis:215px}.sd4-logo img{max-height:56px}
 .mega-panel-link{width:calc(100vw - 18px)!important}
 .video-layout{grid-template-columns:1fr}.winner-panel,.provider-games,.video-art{min-height:0}.provider-games{min-height:620px}.video-art{height:350px}
 .provider-wall-wrap{width:calc(100% - 18px);max-width:none;overflow-x:auto}.provider-wall-wrap img{min-width:780px;width:780px}
}


/* === v1.0.2: original Jackpot Play visual from reference site === */
@font-face{
  font-family:'Open24DisplayStRemote';
  src:url('https://dsuown9evwz4y.cloudfront.net/Fonts/Open24DisplaySt.woff2') format('woff2');
  font-display:swap;
  font-weight:400;
  font-style:normal;
}
.jackpot-original-section{
  padding:18px 0 20px!important;
  background:#090909!important;
}
.jackpot-original{
  position:relative;
  display:block;
  width:min(1335px,calc(100% - 28px));
  aspect-ratio:1556 / 258;
  margin:0 auto;
  overflow:hidden;
  text-decoration:none;
}
.jackpot-original>img{
  display:block;
  width:100%;
  height:100%;
  object-fit:fill;
}
/* The source screenshot contains a static jackpot value. Cover only that value,
   then draw a live value on top while preserving the original IDR label and frame. */
.jackpot-digits-mask{
  position:absolute;
  left:53.7%;
  top:43.0%;
  width:23.4%;
  height:18.6%;
  background:#020202;
  border-radius:4px;
  pointer-events:none;
}
.jackpot-live-digits{
  position:absolute;
  left:53.7%;
  top:43.0%;
  width:23.4%;
  height:18.6%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  color:#fff;
  font-family:'Open24DisplayStRemote','Courier New',monospace;
  font-size:clamp(20px,3.12vw,48px);
  font-weight:400;
  line-height:1;
  letter-spacing:.025em;
  white-space:nowrap;
  text-shadow:0 0 1px rgba(255,255,255,.9);
  pointer-events:none;
}
@media(max-width:700px){
  .jackpot-original-section{padding:10px 0 12px!important}
  .jackpot-original{width:calc(100% - 12px)}
  .jackpot-live-digits{font-size:clamp(13px,3.05vw,24px)}
}


/* v1.0.4-clean: only mega-menu provider imagery is changed.
   Stage dimensions and positions match v1.0.3; originals are displayed below natural width. */
.mega-sharp-stage{
  position:relative;display:block;width:100%;aspect-ratio:var(--stage-w)/var(--stage-h);
  overflow:hidden;background:rgba(5,5,5,.96);
}
.mega-sharp-stage .mega-sharp-item{
  position:absolute;left:calc(var(--c) * (100% / var(--cols)));top:calc(var(--r) * (100% / var(--rows)));
  width:calc(100% / var(--cols));height:auto;max-width:none;object-fit:contain;z-index:1;
}
/* Preserve the exact v1.0.3 panel widths. */
.mega-panel-slots .mega-sharp-stage,
.mega-panel-live-casino .mega-sharp-stage,
.mega-panel-race .mega-sharp-stage,
.mega-panel-togel .mega-sharp-stage,
.mega-panel-olahraga .mega-sharp-stage,
.mega-panel-crash-game .mega-sharp-stage,
.mega-panel-arcade .mega-sharp-stage,
.mega-panel-poker .mega-sharp-stage,
.mega-panel-e-sports .mega-sharp-stage{width:100%}

/* === v1.0.5-clean: targeted fixes only; base = v1.0.4-clean === */
/* 1) Jackpot live digits: keep the original frame/size, align with IDR and add breathing room. */
.jackpot-digits-mask,
.jackpot-live-digits{
  left:53.6%;
  top:43.15%;
  width:27.2%;
  height:18.6%;
}
.jackpot-live-digits{
  align-items:center;
  justify-content:flex-start;
  font-size:clamp(20px,2.75vw,42px);
  letter-spacing:.055em;
  line-height:1;
  transform:translateY(1px);
}

/* 2) Video Slots Popular: exactly 6 games (3 x 2), compact three-column height. */
.video-slots-section{padding:14px 0 16px}
.video-layout{
  max-width:1360px;
  grid-template-columns:250px 520px minmax(0,1fr);
  align-items:stretch;
}
.winner-panel,
.provider-games,
.video-art{
  min-height:0;
  height:auto;
}
.winner-panel{display:flex;flex-direction:column}
.winner-ad{
  height:65px;
  margin:8px 10px 0;
  overflow:hidden;
  background:#090909;
}
.winner-ad img{
  display:block;
  width:100%;
  height:auto;
  max-width:none;
  object-fit:initial;
  object-position:top center;
}
.provider-games{display:flex;flex-direction:column}
.provider-tabs{height:64px;flex:0 0 64px}
.provider-grid{
  flex:0 0 auto;
  grid-template-columns:repeat(3,1fr);
  grid-template-rows:repeat(2,1fr);
  grid-auto-rows:unset;
  gap:7px;
  padding:0 9px 9px;
  align-content:start;
}
.provider-game-card{aspect-ratio:1/1;min-height:0}
.provider-game-card img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}
.video-art{overflow:hidden;background:#090909}
.video-art img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
}

/* 3) SLOT DEMO APP banner: display at about 60% of the old desktop size. */
.app-download-section{padding:12px 0 10px}
.app-banner-wrap{
  width:min(1140px,calc(100% - 32px));
  margin:0 auto;
  background:#070707;
}
.app-banner-wrap img{
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
}

/* 4) Provider wall: widen the visible wall/container without enlarging the 892px source image. */
.provider-wall-wrap{
  width:min(1180px,calc(100% - 32px));
  max-width:1180px;
  margin:0 auto;
  padding:14px 0 18px;
  background:#0b0b0b;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  overflow:visible;
}
.provider-wall-wrap img{
  display:block;
  width:892px;
  max-width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  background:#080808;
}

/* 5) Desktop 100% spacing pass: compact vertical rhythm, no scaling tricks. */
@media(min-width:901px){
  .sd4-section{padding-top:16px;padding-bottom:16px}
  .announcement-section{padding:10px 0 6px}
  .jackpot-original-section{padding:14px 0 16px!important}
  .popular-games-section{padding-top:16px;padding-bottom:14px}
  .video-slots-section{padding:14px 0 16px}
  .app-download-section{padding:12px 0 10px}
  .telegram-banner-section{padding:10px 0 12px}
  .article-section{padding:14px 0}
  .reviews-section{padding:14px 0}
  .faq-section{padding:14px 0}
  .link-columns-section{padding:14px 0 8px}
  .sd4-footer{padding-top:24px}
  .footer-trust{margin-top:20px}
}

@media(max-width:1180px) and (min-width:901px){
  .video-layout{grid-template-columns:240px 470px minmax(0,1fr)}
  .winner-panel h2{padding:15px;font-size:18px}
  .winner-panel h3{padding:11px 12px}
  .winner-list{max-height:190px}
  .winner-ad{height:60px}
}

@media(max-width:900px){
  .jackpot-live-digits{font-size:clamp(15px,3vw,28px);letter-spacing:.045em}
  .video-layout{grid-template-columns:1fr}
  .provider-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}
  .video-art{height:330px}
  .app-banner-wrap{width:calc(100% - 20px)}
  .provider-wall-wrap{width:calc(100% - 18px);max-width:none;overflow-x:auto;justify-content:flex-start}
  .provider-wall-wrap img{min-width:780px;width:780px}
}

/* Lock the desktop Video Slots row to the natural height of the left + 3x2 center content. */
@media(min-width:1181px){
  .video-art{height:414px}
}



/* === v1.0.6-clean desktop calibration — targeted, no page scaling === */
@media (min-width: 901px){
  :root{--max:1200px}

  /* Header content only. Keep mega-shell geometry untouched. */
  .sd4-topbar-inner,
  .sd4-mainnav-inner{
    width:min(1200px,calc(100% - 28px));
    margin-inline:auto;
  }
  .sd4-topbar-inner{height:40px;min-height:40px}
  .sd4-utilities,.sd4-auth{
    display:flex;
    align-items:center;
    gap:5px;
    min-height:30px;
  }
  .utility-icon,.language-trigger,.telegram-top{
    height:30px;
    min-height:30px;
    align-self:center;
    line-height:1;
    vertical-align:middle;
  }
  .utility-icon,.language-trigger{
    width:30px;
    padding:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .telegram-top{display:inline-flex;align-items:center;justify-content:center;padding:0 10px}
  .mobile-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important}
  .language-wrap{height:30px;display:flex;align-items:center}
  .language-trigger{gap:3px}
  .language-trigger img{width:20px;height:20px;flex:0 0 20px}
  .language-trigger span{display:inline-flex;align-items:center;justify-content:center;height:20px;line-height:1}
  .search-trigger{display:inline-flex!important;align-items:center!important;justify-content:center!important}

  /* Compact main header content without touching mega panels. */
  .sd4-mainnav-inner{height:86px;min-height:86px}
  .sd4-logo{width:278px;flex:0 0 278px;padding:8px 16px 7px 0}
  .sd4-logo img{max-height:64px}
  .game-nav{height:86px}
  .game-nav-item{min-width:73px;flex-basis:73px;min-height:86px;padding:12px 3px 6px;gap:4px}
  .nav-icon{width:30px;height:30px}.nav-icon img{width:28px;height:28px}
  .nav-label{font-size:9px}
  .hot-badge-img{width:42px;height:19px}

  /* Only the hero banner spans the viewport. All content uses centered containers. */
  .hero-banner{width:100%;max-width:none;margin:0}
  .hero-banner>a,.hero-banner img{width:100%;max-width:none}
  .announcement-section .sd4-container,
  .popular-games-section .sd4-container,
  .telegram-banner-section .sd4-container,
  .article-section .sd4-container,
  .reviews-section .sd4-container,
  .faq-section .sd4-container,
  .link-columns-section .sd4-container,
  .footer-primary,
  .footer-trust,
  .footer-bottom{
    width:min(1200px,calc(100% - 32px));
    max-width:1200px;
    margin-inline:auto;
  }

  /* Vertical rhythm at 100% desktop. */
  .announcement-section{padding:8px 0 5px}
  .jackpot-original-section{padding:10px 0 10px!important}
  .popular-games-section{padding:10px 0 10px}
  .video-slots-section{padding:10px 0 10px}
  .app-download-section{padding:8px 0 8px}
  .telegram-banner-section{padding:8px 0 9px}
  .article-section{padding:10px 0}
  .reviews-section{padding:10px 0}
  .faq-section{padding:10px 0}
  .link-columns-section{padding:10px 0 6px}
  .sd4-footer{padding-top:18px}
  .footer-trust{margin-top:16px}

  /* Jackpot: smaller desktop footprint, aligned live number, light tracking. */
  .jackpot-original{
    width:min(1040px,calc(100% - 32px));
    margin-inline:auto;
  }
  .jackpot-digits-mask,
  .jackpot-live-digits{
    left:53.55%;
    top:42.65%;
    width:28.6%;
    height:19.8%;
  }
  .jackpot-live-digits{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    font-size:clamp(20px,2.05vw,36px);
    letter-spacing:.065em;
    line-height:1;
    transform:none;
  }

  /* Game Populer keeps its contents/order; only overall desktop container is smaller. */
  .popular-games-section .sd4-container{max-width:1200px}
  .section-tab-title{height:38px;min-width:215px;padding-left:22px;font-size:12px}
  .game-scroller{padding:14px 16px 8px}

  /* Video Slots Popular: exactly the existing 6 cards, 3x2, all three columns same height. */
  .video-layout{
    width:min(1080px,calc(100% - 32px));
    max-width:1080px;
    height:340px;
    margin-inline:auto;
    grid-template-columns:210px 420px minmax(0,1fr);
    align-items:stretch;
    overflow:hidden;
  }
  .winner-panel,.provider-games,.video-art{height:340px;min-height:0}
  .winner-panel h2{padding:13px 12px;font-size:16px;border-bottom:8px solid #000;line-height:1.15}
  .winner-panel h3{padding:9px 10px;font-size:11px;line-height:1.1}
  .winner-list{padding:5px;margin:0 8px 6px;max-height:174px;overflow:hidden}
  .winner{grid-template-columns:44px 1fr;gap:7px;padding:5px 0}
  .winner img{width:44px;height:44px}
  .winner b,.winner strong{font-size:10px}.winner small{font-size:8px}
  .winner-ad{height:56px;margin:6px 8px 0;overflow:hidden;background:#090909}
  .winner-ad img{width:100%;height:100%;object-fit:cover;object-position:center;max-width:none}
  .provider-tabs{height:48px;flex:0 0 48px;border-bottom:6px solid #171717}
  .provider-tab{font-size:11px}
  .provider-grid{
    height:292px;
    flex:0 0 292px;
    grid-template-columns:repeat(3,1fr);
    grid-template-rows:repeat(2,1fr);
    gap:6px;
    padding:0 7px 7px;
    align-content:stretch;
  }
  .provider-game-card{min-width:0;min-height:0;overflow:hidden}
  .provider-game-card img{width:100%;height:100%;object-fit:cover}
  .video-art{overflow:hidden;background:#090909}
  .video-art img{width:100%;height:100%;object-fit:cover;object-position:center center;transform:none}

  /* App banner remains centered and about 60% of the original 1900px display width. */
  .app-banner-wrap{
    width:min(1140px,calc(100% - 32px));
    max-width:1140px;
    margin-inline:auto;
    background:#070707;
  }
  .app-banner-wrap img{width:100%;height:auto;object-fit:contain}

  /* Provider wall: expand the actual visible image, not only the outer wrapper. */
  .provider-wall-wrap{
    width:min(1100px,calc(100% - 32px));
    max-width:1100px;
    margin-inline:auto;
    padding:10px 0 14px;
    display:block;
    overflow:visible;
    background:#080808;
  }
  .provider-wall-wrap img{
    display:block;
    width:100%;
    max-width:1100px;
    height:auto;
    margin-inline:auto;
    object-fit:contain;
    background:#080808;
  }

  /* Footer/content typography slightly tightened for the compact 100% reference size. */
  .footer-primary{gap:24px}
  .footer-col{padding-right:20px}
  .footer-col h3{font-size:15px}.footer-col h4{font-size:12px}.footer-col p{font-size:9px}
  .footer-trust strong{font-size:18px}
}

/* Responsive integrity after the desktop pass. */
@media (max-width: 900px){
  .video-art img{transform:none}
}

/* v1.0.6 white-edge cleanup for the two explicitly flagged Video Slots images. */
@media (min-width:901px){
  .winner-ad img{
    width:calc(100% + 8px);
    max-width:none;
    height:100%;
    margin-left:-4px;
    object-fit:cover;
    object-position:center 35%;
  }
  .video-art img{
    width:calc(100% + 34px);
    max-width:none;
    height:100%;
    margin-left:-17px;
    object-fit:cover;
    object-position:center center;
  }
}
@media (min-width:901px){
  .video-art img{width:calc(100% + 45px);margin-left:-8px}
}

/* v1.0.6 final Video Slots shark crop: remove white pixels baked into source bottom edge. */
@media (min-width:901px){
  .winner-ad img{
    width:100%;
    max-width:none;
    height:82px;
    margin:0;
    margin-top:-5px;
    object-fit:cover;
    object-position:center top;
  }
}

/* === v1.0.7-clean final width unification ===
   Requirement: the current Jackpot width is the single desktop content width.
   Only the main hero remains full viewport width. No page zoom/scale is used. */
@media (min-width: 901px){
  :root{--content-width:1040px}

  /* Only hero is viewport-wide. */
  .hero-banner,
  .hero-banner > a,
  .hero-banner img{
    width:100%;
    max-width:none;
    margin-inline:0;
  }

  /* One shared width for every content section below the hero. */
  .announcement-section .sd4-container,
  .popular-games-section .sd4-container,
  .video-slots-section .video-layout,
  .telegram-banner-section .sd4-container,
  .article-section .sd4-container,
  .reviews-section .sd4-container,
  .faq-section .sd4-container,
  .link-columns-section .sd4-container,
  .footer-primary,
  .footer-trust,
  .provider-wall-wrap,
  .footer-bottom{
    width:min(var(--content-width),calc(100% - 32px));
    max-width:var(--content-width);
    margin-inline:auto;
  }

  /* Jackpot is the reference width. */
  .jackpot-original{
    width:min(var(--content-width),calc(100% - 32px));
    max-width:var(--content-width);
    margin-inline:auto;
  }

  /* App section uses the same wrapper width; the image remains proportional. */
  .app-download-section .app-banner-wrap{
    width:min(var(--content-width),calc(100% - 32px));
    max-width:var(--content-width);
    margin-inline:auto;
    background:#070707;
  }
  .app-download-section .app-banner-wrap img{
    display:block;
    width:100%;
    height:auto;
    max-width:100%;
    object-fit:contain;
  }

  /* Pemberitahuan internal columns remain functional inside the unified width. */
  .announcement-bar{width:100%}

  /* Game Populer contents/order/sizes stay untouched; only its wrapper width changes. */
  .popular-games-section .sd4-container{max-width:var(--content-width)}

  /* Video Slots: same outer width as Jackpot and exactly the existing 3x2 game grid. */
  .video-layout{
    width:min(var(--content-width),calc(100% - 32px));
    max-width:var(--content-width);
    height:336px;
    grid-template-columns:200px 390px minmax(0,1fr);
    margin-inline:auto;
    align-items:stretch;
    overflow:hidden;
  }
  .winner-panel,.provider-games,.video-art{height:336px;min-height:0}
  .winner-panel h2{padding:12px 10px;font-size:15px;border-bottom:7px solid #000;line-height:1.12}
  .winner-panel h3{padding:8px 9px;font-size:10px;line-height:1.08}
  .winner-list{padding:4px;margin:0 7px 5px;max-height:173px;overflow:hidden}
  .winner{grid-template-columns:42px 1fr;gap:6px;padding:4px 0}
  .winner img{width:42px;height:42px}
  .winner b,.winner strong{font-size:9px}.winner small{font-size:7.5px}
  .winner-ad{height:54px;margin:5px 7px 0;overflow:hidden;background:#090909}
  .winner-ad img{
    width:100%;
    max-width:none;
    height:72px;
    margin:0;
    margin-top:-4px;
    object-fit:cover;
    object-position:center top;
  }
  .provider-tabs{height:46px;flex:0 0 46px;border-bottom:5px solid #171717}
  .provider-tab{font-size:10px}
  .provider-grid{
    height:290px;
    flex:0 0 290px;
    grid-template-columns:repeat(3,1fr);
    grid-template-rows:repeat(2,1fr);
    gap:5px;
    padding:0 6px 6px;
    align-content:stretch;
  }
  .provider-game-card{min-width:0;min-height:0;overflow:hidden}
  .provider-game-card img{width:100%;height:100%;object-fit:cover}
  .video-art{overflow:hidden;background:#090909}
  .video-art img{
    width:calc(100% + 24px);
    max-width:none;
    height:100%;
    margin-left:-12px;
    object-fit:cover;
    object-position:center center;
    transform:none;
  }

  /* Provider wall: widen the actual PNG inside the same 1040px content frame. */
  .provider-wall-wrap{
    padding:10px 0 12px;
    overflow:visible;
    background:#080808;
  }
  .provider-wall-wrap img{
    display:block;
    width:100%;
    max-width:var(--content-width);
    height:auto;
    margin-inline:auto;
    object-fit:contain;
    background:#080808;
  }

  /* Top utility controls share one visual center line. */
  .sd4-utilities{
    display:flex;
    align-items:center;
    gap:5px;
    min-height:30px;
  }
  .sd4-utilities > *{
    align-self:center;
    margin-block:0;
    flex-shrink:0;
  }
  .utility-icon,
  .telegram-top,
  .language-wrap,
  .language-trigger,
  .search-trigger,
  .mobile-icon{
    height:30px;
    min-height:30px;
  }
  .utility-icon,
  .language-trigger,
  .search-trigger,
  .mobile-icon{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    line-height:1!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  .language-wrap{display:flex;align-items:center}
  .language-trigger img{width:20px;height:20px;flex:0 0 20px;margin:0}
  .language-trigger span{height:20px;display:inline-flex;align-items:center;justify-content:center;line-height:20px;margin:0}
  .telegram-top{display:inline-flex;align-items:center;justify-content:center;line-height:1;padding:0 10px}

  /* Compact vertical rhythm at true browser zoom 100%. */
  .announcement-section{padding:6px 0 4px}
  .jackpot-original-section{padding:7px 0 8px!important}
  .popular-games-section{padding:8px 0}
  .video-slots-section{padding:8px 0}
  .app-download-section{padding:7px 0}
  .telegram-banner-section{padding:7px 0 8px}
  .article-section{padding:9px 0}
  .reviews-section{padding:9px 0}
  .faq-section{padding:9px 0}
  .link-columns-section{padding:9px 0 5px}
  .sd4-footer{padding-top:14px}
  .footer-trust{margin-top:14px}

  /* Jackpot live number: align to the image's red IDR and add light tracking. */
  .jackpot-digits-mask,
  .jackpot-live-digits{
    left:53.9%;
    top:42.2%;
    width:29.4%;
    height:20.4%;
  }
  .jackpot-live-digits{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    font-size:clamp(20px,1.95vw,35px);
    letter-spacing:.078em;
    line-height:1;
    transform:none;
    white-space:nowrap;
  }

  /* Content typography remains compact at 100% without page-level scaling. */
  .section-tab-title{height:36px;min-width:205px;padding-left:20px;font-size:11px}
  .game-scroller{padding:12px 14px 8px}
  .center-title{font-size:18px;margin-bottom:16px}
  .footer-primary{gap:22px}
  .footer-col{padding-right:18px}
  .footer-col h3{font-size:14px}.footer-col h4{font-size:11px}.footer-col p{font-size:9px}
  .footer-trust strong{font-size:17px}
}

/* Maintain responsive behavior below desktop. */
@media (max-width:900px){
  .video-art img{transform:none}
}

/* v1.0.7 Video Slots artwork edge crop: remove white source margins without distorting characters. */
@media (min-width:901px){
  .video-art img{
    width:120%;
    max-width:none;
    height:100%;
    margin-left:-7%;
    object-fit:cover;
    object-position:center center;
  }
}


/* ======================================================================
   FINAL COMPLETE MATCH LAYER
   Base remains the user's original stable HTML5 package.
   ====================================================================== */
.remote-flag-glyph{display:inline-flex;align-items:center;justify-content:center;width:22px;height:18px;font-size:17px;line-height:1}.language-item .remote-flag-glyph{width:26px;font-size:18px;flex:0 0 26px}.language-trigger .remote-flag-glyph{font-size:17px}
.utility-icon img,.search-trigger img{display:block;width:19px;height:19px;object-fit:contain}

/* Header/menu proportions closer to the reference site. */
@media (min-width:901px){
  :root{--content-width:1040px;--header-match:1220px}
  .sd4-header-container{width:min(var(--header-match),calc(100% - 24px));max-width:var(--header-match)}
  .sd4-topbar{background:#080808;border-bottom:1px solid #1f1f1f}
  .sd4-topbar-inner{height:42px;min-height:42px}
  .sd4-auth .btn{height:30px;min-width:92px;border-radius:4px;font-size:10px}
  .btn-register{background:#ef9700;border:0;color:#090909}.btn-login{background:#3f3f3f}
  .sd4-mainnav{background:#050505;border-bottom:1px solid #222}
  .sd4-mainnav-inner{height:82px;min-height:82px}
  .sd4-logo{width:250px;flex:0 0 250px;padding:8px 20px 7px 0}
  .sd4-logo img{max-height:62px;object-position:left center}
  .game-nav{height:82px}
  .game-nav-item{min-width:72px;flex:0 0 72px;min-height:82px;padding:10px 2px 6px;gap:4px}
  .nav-icon{width:29px;height:29px}.nav-icon img{width:27px;height:27px}
  .nav-label{font-size:9px;line-height:1.05}
  .nav-arrow{width:22px;flex:0 0 22px;font-size:26px}
}
.game-nav-item[data-mega="sabung-ayam"] .nav-label{white-space:nowrap}

/* Mega menu: preserve category-specific source art; no reused generic panel. */
.mega-source-stage{background:#070707}.mega-source-stage .mega-sharp-item{object-fit:contain;background:#080808}
.mega-panel-sabung-ayam .mega-panel-link{width:min(1032px,calc(100vw - 70px))}
@media(max-width:900px){.mega-panel-link{width:calc(100vw - 18px)!important}.mega-source-stage{min-width:620px}.mega-panel{overflow-x:auto;justify-content:flex-start}}

/* Content container rhythm. */
@media(min-width:901px){
  .announcement-section .sd4-container,.popular-games-section .sd4-container,.video-slots-section .video-reference-layout,.reviews-section .sd4-container,.faq-section .sd4-container,.link-columns-section .sd4-container,.footer-primary,.footer-trust,.provider-wall-wrap,.footer-bottom{width:min(var(--content-width),calc(100% - 32px));max-width:var(--content-width);margin-inline:auto}
  .article-section .sd4-container{width:min(860px,calc(100% - 32px));max-width:860px;margin-inline:auto}
  .announcement-section{padding:7px 0 5px}.jackpot-section{padding:9px 0 9px}.popular-games-section{padding:9px 0}.video-slots-section{padding:9px 0}.article-section,.reviews-section,.faq-section{padding:10px 0}.link-columns-section{padding:10px 0 6px}.sd4-footer{padding-top:16px}
}

/* Pemberitahuan remains the user's current component. */
.announcement-bar{background:#111;border-color:#1f1f1f}.announcement-label{background:#151515}.announcement-marquee{color:#ff2115}

/* Jackpot: single unit only, with red/black nested outlines like the reference. */
.jackpot-section{background:#050505}
.jackpot-competitor{display:block;width:min(var(--content-width),calc(100% - 32px));max-width:var(--content-width);margin:0 auto;padding:10px;border-radius:49px;background:linear-gradient(180deg,#4b0606 0%,#160000 100%);box-shadow:0 0 0 2px #5f0000,inset 0 0 0 3px #0a0000,0 8px 20px rgba(0,0,0,.5)}
.jackpot-competitor-shell{display:grid;grid-template-columns:39% 61%;align-items:center;min-height:126px;border:2px solid #e00000;border-radius:40px;background:linear-gradient(90deg,#090909,#0e0e0e 54%,#050505);box-shadow:inset 0 0 0 7px #120000,inset 0 0 0 9px #7a0000;overflow:hidden}
.jackpot-competitor-brand{display:flex;align-items:center;justify-content:center;gap:8px;padding:18px 12px 18px 20px;min-width:0}
.jackpot-competitor-brand img{width:72px;height:58px;object-fit:contain;flex:0 0 72px}
.jackpot-competitor-brand strong{font-size:24px;font-weight:900;line-height:1;color:#ff7b23;white-space:nowrap}.jackpot-competitor-brand strong em{font-style:normal;color:#05aee9}
.jackpot-competitor-display{height:82px;margin-right:16px;border:3px solid #720000;border-radius:42px;background:#020202;display:flex;align-items:center;justify-content:center;gap:14px;box-shadow:inset 0 0 0 2px #180000}
.jackpot-competitor-display:before{content:"";position:absolute;pointer-events:none}
.jackpot-competitor-currency{font-size:20px;font-weight:800;color:#e00000;letter-spacing:.03em}
.jackpot-competitor-value{font-family:'Courier New',monospace;font-size:32px;font-weight:700;color:#fff;letter-spacing:.075em;line-height:1;white-space:nowrap;text-shadow:0 0 3px rgba(255,255,255,.7)}
@media(max-width:900px){.jackpot-competitor{width:calc(100% - 32px);border-radius:30px;padding:7px}.jackpot-competitor-shell{grid-template-columns:1fr;min-height:0;border-radius:24px;padding:10px}.jackpot-competitor-brand{padding:5px 10px 9px}.jackpot-competitor-brand img{width:55px;height:42px;flex-basis:55px}.jackpot-competitor-brand strong{font-size:20px}.jackpot-competitor-display{height:64px;margin:0 5px 3px;gap:9px}.jackpot-competitor-currency{font-size:16px}.jackpot-competitor-value{font-size:clamp(22px,7vw,34px);letter-spacing:.035em}}

/* Game Populer: compact 2-row horizontal scroller like the reference. */
.popular-games-section .sd4-container{background:#0b0b0b;border:1px solid #572020}
.section-tab-title{height:34px;min-width:170px;padding:0 42px 0 18px;font-size:10px;background:#8a1c1c}
.game-scroller{padding:12px 12px 8px;overflow-x:auto;scrollbar-color:#777 #111;scrollbar-width:auto}
.game-grid-wide{display:grid;grid-template-rows:repeat(2,154px);grid-auto-flow:column;grid-auto-columns:128px;gap:8px 10px;width:max-content}
.game-card{width:128px!important;text-align:center}.game-thumb,.game-thumb img{width:128px!important;height:128px!important}.game-thumb{background:#090909}.game-thumb img{object-fit:cover}.game-name{font-size:9px;line-height:1.15;margin-top:5px;min-height:20px;color:#ff2017}.game-play{inset:auto 13px 12px;padding:4px 2px;font-size:9px;border-radius:12px}
@media(max-width:600px){.game-grid-wide{grid-template-rows:repeat(2,136px);grid-auto-columns:112px}.game-card{width:112px!important}.game-thumb,.game-thumb img{width:112px!important;height:112px!important}.game-name{font-size:8px}}

/* Video Slots Popular: reference layout = winner column + provider logo matrix. */
.video-reference-layout{display:grid;grid-template-columns:205px minmax(0,1fr);min-height:376px;background:#080808;border:1px solid #521111;overflow:hidden}
.video-reference-left{background:#0d0d0d;border-right:1px solid #222;min-width:0}.video-reference-title{height:44px;display:flex;align-items:center;justify-content:center;background:#171717;color:#fff;font-size:14px}.video-winner-heading{padding:12px 10px;background:#161616;color:#777;font-size:10px;text-align:center}.video-winner-list{padding:7px 10px}.video-winner-item{display:grid;grid-template-columns:42px 1fr;gap:7px;align-items:center;padding:9px 0;border-bottom:1px dotted #333}.video-winner-item:last-child{border-bottom:0}.video-winner-item img{width:42px;height:42px;object-fit:cover}.video-winner-item span{display:flex;flex-direction:column;min-width:0}.video-winner-item b{font-size:9px;color:#fff}.video-winner-item strong{font-size:9px;color:#ff2820;white-space:nowrap}.video-winner-item small{font-size:7px;color:#aaa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.video-provider-panel{background:#050505;padding:7px 12px 10px;overflow:hidden}.video-provider-grid{height:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:minmax(44px,1fr);gap:4px 10px;align-items:center}.video-provider-logo{min-width:0;height:46px;display:flex;align-items:center;justify-content:center;background:#070707}.video-provider-logo img{display:block;width:100%;max-width:122px;height:42px;object-fit:contain}
@media(max-width:900px){.video-reference-layout{grid-template-columns:1fr}.video-reference-left{border-right:0;border-bottom:1px solid #222}.video-winner-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.video-winner-item{border:0}.video-provider-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:45px}.video-provider-panel{min-height:390px}}
@media(max-width:560px){.video-winner-list{grid-template-columns:1fr}.video-provider-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:42px}.video-provider-logo img{max-width:96px;height:36px}}

/* Article: user explicitly requested text/tables only. */
.article-section .seo-article img,.article-section .article-image{display:none!important}.seo-article h2+img{margin:0!important}.article-shell{padding-top:24px}.article-section .article-shell{width:100%;max-width:860px;margin-inline:auto}

/* Provider wall recreated from exact opponent normal + active external assets. */
.provider-wall-source{padding:18px 0 26px;background:#080808;overflow:visible!important;display:grid;grid-template-columns:1fr 1fr;gap:14px 12px}
.provider-source-group{position:relative;border:1px solid #2b2b2b;background:#090909;padding:16px 10px 10px;min-width:0}
.provider-source-group[data-provider-group="Slots"],.provider-source-group[data-provider-group="Live Casino"],.provider-source-group[data-provider-group="Olahraga"],.provider-source-group[data-provider-group="Crash Game"],.provider-source-group[data-provider-group="Arcade"],.provider-source-group[data-provider-group="Poker"],.provider-source-group[data-provider-group="E-Sports"],.provider-source-group[data-provider-group="Sabung Ayam"]{grid-column:1/-1}
.provider-source-group h4{position:absolute;top:-9px;left:12px;margin:0;padding:0 6px;background:#080808;color:#777;font-size:10px;font-weight:500;line-height:18px}
.provider-source-grid{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:0}
.provider-source-logo{position:relative;width:130px;height:50px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent}
.provider-source-logo img{position:absolute;inset:0;margin:auto;width:130px;height:50px;object-fit:contain;transition:opacity .22s ease,filter .22s ease,transform .22s ease}
.provider-logo-normal{opacity:.78;filter:brightness(.88)}
.provider-logo-active{opacity:0;filter:brightness(1.05)}
.provider-source-logo:hover .provider-logo-normal{opacity:0}
.provider-source-logo:hover .provider-logo-active{opacity:1;transform:scale(1.02)}
.provider-source-logo:focus-within .provider-logo-normal{opacity:0}
.provider-source-logo:focus-within .provider-logo-active{opacity:1}
@media(max-width:900px){.provider-wall-source{grid-template-columns:1fr;gap:12px}.provider-source-group{grid-column:1!important}.provider-source-grid{justify-content:flex-start}.provider-source-logo{width:112px;height:44px}.provider-source-logo img{width:112px;height:44px}}
@media(max-width:560px){.provider-wall-source{padding-inline:0}.provider-source-group{padding:14px 6px 8px}.provider-source-logo{width:25%;height:40px}.provider-source-logo img{width:100%;height:36px;max-width:105px}}

/* Kept sections: only spacing is adjusted; content remains original. */
.reviews-grid{gap:14px}.review-card{padding:22px 18px}.faq-container{max-width:1040px}.link-columns{gap:30px}.footer-primary{gap:24px}

/* === FINAL ARTICLE WIDTH + COMPACT COLLAPSED VIEW ===
   Keep the approved layout intact; only widen the article to the shared
   content container and shorten the initially visible article area. */
@media (min-width: 901px){
  .article-section .sd4-container{
    width:min(var(--content-width),calc(100% - 32px));
    max-width:var(--content-width);
    margin-inline:auto;
  }
  .article-section .article-shell{
    width:100%;
    max-width:none;
    margin-inline:auto;
  }
}

/* About 30% of the previous collapsed text viewport (780px -> ~235px). */
.article-shell.is-collapsed .seo-article{
  max-height:235px;
  overflow:hidden;
}
.article-shell.is-collapsed{
  padding-bottom:88px;
}
.article-shell.is-collapsed .article-fade{
  bottom:58px;
  height:115px;
}
.article-shell.is-collapsed .article-toggle-wrap{
  bottom:16px;
}

@media (max-width: 900px){
  .article-section .sd4-container,
  .article-section .article-shell{
    width:calc(100% - 18px);
    max-width:none;
    margin-inline:auto;
  }
  .article-shell.is-collapsed .seo-article{
    max-height:250px;
  }
}

/* === FINAL CORRECTION: article matches the content block above, not viewport === */
@media (min-width: 901px){
  .article-section .sd4-container{
    width:min(1040px,calc(100% - 32px))!important;
    max-width:1040px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .article-section .article-shell{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
@media (max-width: 900px){
  .article-section .sd4-container{
    width:calc(100% - 18px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .article-section .article-shell{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* === ARTICLE WIDTH ALIGNMENT ONLY ===
   Keep every other section unchanged; align the article shell to the same
   shared desktop content width used by the surrounding sections. */
@media (min-width:901px){
  #artikel > #article-shell.sd4-container.article-shell{
    width:min(var(--content-width),calc(100% - 32px))!important;
    inline-size:min(var(--content-width),calc(100% - 32px))!important;
    max-width:var(--content-width)!important;
    max-inline-size:var(--content-width)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
@media (max-width:900px){
  #artikel > #article-shell.sd4-container.article-shell{
    width:calc(100% - 18px)!important;
    inline-size:calc(100% - 18px)!important;
    max-width:none!important;
    max-inline-size:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
