html.is-desktop{--dt-header-h:60px;--dt-rail-w:240px;--dt-col:1200px;--dt-tile-gap:16px;--dt-header-bg:var(--surface-1);--dt-rail-bg:color-mix(in srgb, var(--surface-1) 62%, var(--bg-base));--dt-line:#ffffff12}html.is-desktop .topbar,html.is-desktop .bottom-nav,html.is-desktop .fab-stack,html.is-desktop .float-service,html.is-desktop .app-banner,html.is-desktop .drawer,html.is-desktop .drawer-backdrop{display:none}html.is-desktop .page-shell{grid-template-columns:var(--dt-rail-w) 1fr;padding-top:var(--dt-header-h)}html.is-desktop main.content{max-width:var(--dt-col);margin:0 auto;padding:30px 0 48px}html.is-desktop .desktop-topbar{z-index:40;height:var(--dt-header-h);background:var(--dt-header-bg);border-bottom:1px solid var(--dt-line);justify-content:space-between;align-items:center;gap:24px;padding:0 20px;display:flex;position:fixed;inset:0 0 auto}html.is-desktop .desktop-topbar .dt-left,html.is-desktop .desktop-topbar .dt-right{align-items:center;gap:16px;min-width:0;display:flex}html.is-desktop .dt-links{align-items:center;gap:24px;margin-left:12px;display:flex}html.is-desktop .dt-links a{color:var(--text);white-space:nowrap;align-items:center;gap:6px;font-size:14px;font-weight:600;display:flex}html.is-desktop .dt-links a:hover{color:var(--primary)}html.is-desktop .dt-links .getapp-pill{background:0 0;border:0;height:auto;padding:0}html.is-desktop .dt-links .getapp-pill .material-symbols-outlined{font-size:18px}html.is-desktop .dt-search{border:1px solid var(--dt-line);height:32px;color:var(--text-faint);background:#00000047;border-radius:999px;align-items:center;gap:6px;padding:0 14px;font-size:13px;display:flex}html.is-desktop .dt-search .material-symbols-outlined{font-size:18px}html.is-desktop .dt-search:hover{color:var(--text);border-color:var(--border-strong)}html.is-desktop .dt-auth{align-items:center;gap:10px;display:flex}html.is-desktop .dt-btn{white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;height:32px;padding:0 20px;font-size:13px;font-weight:700;display:inline-flex}html.is-desktop .dt-btn.gold{background:var(--gold-grad);color:var(--on-primary)}html.is-desktop .dt-btn.gold:hover{filter:brightness(1.06)}html.is-desktop .dt-btn.ghost{color:var(--text);border-color:var(--border-strong);background:0 0}html.is-desktop .dt-btn.ghost:hover{border-color:var(--primary);color:var(--primary)}html.is-desktop .dt-user{color:var(--text);align-items:center;gap:8px;min-width:0;font-size:13px;font-weight:700;display:flex}html.is-desktop .dt-avatar{background:var(--surface-3);border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:11px;display:grid;overflow:hidden}html.is-desktop .dt-avatar .avatar-img{object-fit:cover;width:100%;height:100%}html.is-desktop .dt-username{text-overflow:ellipsis;white-space:nowrap;max-width:130px;overflow:hidden}html.is-desktop .dt-wallet{border:1px solid var(--dt-line);background:#00000047;border-radius:999px;align-items:center;gap:6px;height:32px;padding:0 12px;display:flex}html.is-desktop .dt-coin{color:var(--primary);font-size:18px}html.is-desktop .dt-balance{font-family:var(--font-manrope), var(--font-sans), sans-serif;font-variant-numeric:tabular-nums;color:var(--text);font-size:13px;font-weight:700}html.is-desktop .dt-lock{color:var(--text-faint);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}html.is-desktop .dt-lock .material-symbols-outlined{font-size:17px}html.is-desktop .dt-lock.unlocked{color:var(--primary)}html.is-desktop .desktop-sidebar{top:var(--dt-header-h);height:calc(100dvh - var(--dt-header-h));background:var(--dt-rail-bg);flex-direction:column;justify-content:space-between;padding:16px;display:flex;position:sticky;overflow-y:auto;box-shadow:10px 0 10px #00000040}html.is-desktop .ds-auth{align-items:center;gap:16px;height:32px;display:flex}html.is-desktop .ds-btn{border:1px solid #0000;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;height:32px;font-size:13px;font-weight:700;display:inline-flex}html.is-desktop .ds-btn.gold{background:var(--gold-grad);color:var(--on-primary)}html.is-desktop .ds-btn.ghost{color:var(--text);border-color:var(--border-strong)}html.is-desktop .ds-btn.ghost:hover{border-color:var(--primary);color:var(--primary)}html.is-desktop .ds-signout{width:100%;height:36px;margin-top:14px}html.is-desktop .ds-signout .material-symbols-outlined{font-size:18px}html.is-desktop .ds-profile{align-items:center;gap:10px;display:flex}html.is-desktop .ds-avatar{background:var(--surface-3);border:2px solid var(--primary);width:42px;height:42px;color:var(--text);border-radius:50%;flex:none;place-items:center;font-size:14px;font-weight:700;display:grid;overflow:hidden}html.is-desktop .ds-avatar .avatar-img{object-fit:cover;width:100%;height:100%}html.is-desktop .ds-profile-meta{flex-direction:column;gap:2px;min-width:0;display:flex}html.is-desktop .ds-vip{color:var(--text);font-size:14px;font-weight:800}html.is-desktop .ds-un{color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}html.is-desktop .ds-nav{flex-direction:column;gap:8px;margin-top:24px;display:flex}html.is-desktop .ds-nav-item{height:48px;color:var(--text-faint);border-radius:8px;align-items:center;gap:10px;padding:0 12px;font-size:13px;font-weight:600;display:flex}html.is-desktop .ds-nav-item .material-symbols-outlined{font-size:22px}html.is-desktop .ds-nav-item:hover{color:var(--text);background:#ffffff0a}html.is-desktop .ds-nav-item.active{color:var(--on-primary);background:var(--gold-grad);font-weight:800}html.is-desktop .ds-bottom{flex-direction:column;gap:10px;padding-top:16px;display:flex}html.is-desktop .ds-lang{display:flex}html.is-desktop .ds-chat{height:40px;color:var(--text);background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}html.is-desktop .ds-chat:hover{background:color-mix(in srgb, var(--primary) 16%, transparent)}html.is-desktop .ds-chat .material-symbols-outlined{font-size:18px}html.is-desktop .home-content .hero-row{margin:0 0 18px}html.is-desktop .home-content .hero-row img{border-radius:10px}html.is-desktop .home-content .announcement-bar{margin-bottom:40px}html.is-desktop .dcat-rail{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:24px;margin-bottom:47px;padding-top:60px;display:grid}html.is-desktop .dcat-card{background:linear-gradient(135deg, var(--dcat-a), var(--dcat-b));border-radius:8px;justify-content:center;align-items:center;height:170px;transition:transform .16s;display:flex;position:relative;overflow:visible}html.is-desktop .dcat-card:after{content:"";background:linear-gradient(#0000 40%,#00000073);border-radius:8px;position:absolute;inset:0}html.is-desktop .dcat-card:hover{transform:translateY(-4px)}html.is-desktop .dcat-art{background:radial-gradient(circle at 50% 45%,#ffffff38,#0000 68%);border-radius:50%;place-items:center;width:92px;height:92px;display:grid;position:absolute;top:-46px;left:50%;transform:translate(-50%)}html.is-desktop .dcat-art .material-symbols-outlined{color:#fff;filter:drop-shadow(0 6px 14px #0000008c);font-size:64px}html.is-desktop .dcat-label{z-index:1;font-family:var(--font-display), var(--font-sans), sans-serif;color:#fff;text-shadow:0 2px 10px #00000080;font-size:32px;font-weight:700;position:relative}html.is-desktop .dcat-lotto{--dcat-a:#7b2ff7;--dcat-b:#f107a3}html.is-desktop .dcat-slot{--dcat-a:#b45309;--dcat-b:#f5b017}html.is-desktop .dcat-live{--dcat-a:#1d4ed8;--dcat-b:#7c3aed}html.is-desktop .dcat-fish{--dcat-a:#0e7490;--dcat-b:#22d3a6}html.is-desktop .dcat-table{--dcat-a:#991b1b;--dcat-b:#f97316}html.is-desktop .dcat-sports{--dcat-a:#065f46;--dcat-b:#84cc16}html.is-desktop .home-content .hs-section{margin-bottom:47px}html.is-desktop .home-content .hs-head{gap:8px;margin-bottom:25px}html.is-desktop .home-content .hs-head h3{font-size:24px;font-weight:700}html.is-desktop .home-content .hs-all{border-radius:8px;min-width:124px;height:38px;padding:0 30px;font-size:14px;font-weight:700}html.is-desktop .home-content .hs-nav{gap:10px}html.is-desktop .home-content .hs-nav-btn{border-radius:50%;width:38px;height:38px}html.is-desktop .home-content .hs-track{grid-auto-columns:calc((100% - 5 * var(--dt-tile-gap)) / 6);gap:20px var(--dt-tile-gap)}html.is-desktop .home-content .hs-track.is-line{grid-auto-columns:calc((100% - (var(--hs-line) - 1) * var(--dt-tile-gap)) / var(--hs-line))}html.is-desktop .home-content .hs-track.is-line .hs-name{font-size:14px}html.is-desktop .home-content .hs-thumb{border-radius:8px}html.is-desktop .home-content .hs-name{font-size:14px}html.is-desktop .ds-avatar,html.is-desktop .dt-avatar{position:relative;overflow:hidden}html.is-desktop .desktop-topbar .brand-wordmark{flex:none}html.is-desktop .desktop-topbar .bw-logo{width:36px;height:36px}html.is-desktop .desktop-topbar .bw-word{font-size:20px}html.is-desktop .pc-shell{display:block}html.is-desktop .pc-backdrop{z-index:50;background:#0009;display:block;position:fixed;inset:0}html.is-desktop .pc-panel{z-index:51;border-radius:10px;grid-template-columns:180px minmax(0,1fr);width:min(1290px,100vw - 80px);height:min(620px,100dvh - 140px);display:grid;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 30px 80px -20px #000c}html.is-desktop .pc-rail{background:linear-gradient(180deg, var(--gold-hot), var(--primary), var(--gold-deep));flex-direction:column;display:flex;overflow-y:auto}html.is-desktop .pc-title{font-family:var(--font-display), var(--font-sans), sans-serif;color:var(--on-primary);padding:28px 16px;font-size:26px;font-weight:800;line-height:1.15}html.is-desktop .pc-nav{flex-direction:column;display:flex}html.is-desktop .pc-item{height:50px;color:var(--on-primary);align-items:center;gap:10px;padding:0 10px;font-size:15px;line-height:1.15;display:flex}html.is-desktop .pc-item .material-symbols-outlined{flex:none;font-size:20px}html.is-desktop .pc-item-label{min-width:0}html.is-desktop .pc-item:hover{background:#ffffff47}html.is-desktop .pc-item.active{background:#ffffff80;font-weight:700}html.is-desktop .pc-body{background:#fff;min-width:0;display:block;overflow-y:auto}html.is-desktop .pc-body>main.content,html.is-desktop .pc-body>.msub-page{max-width:none;height:auto;min-height:100%;margin:0;padding:0;overflow:visible}html.is-desktop .pc-close{z-index:52;color:#fff;background:#ffffff1f;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:fixed;top:calc(50% + -1*min(310px,50dvh - 70px) - 48px);left:calc(50% + min(645px,50vw - 40px) - 36px)}html.is-desktop .pc-close:hover{background:#ffffff3d}html.is-desktop .pc-body>*,html.is-desktop .pc-body>*>*{min-height:0}html.is-desktop .sr-shell{--srd-col:1280px;--srd-top-h:48px;--srd-nav-h:80px;--srd-header-h:128px}html.is-desktop .page-shell:has(.sr-shell){grid-template-columns:minmax(0,1fr);padding-top:0}:is(html.is-desktop .page-shell:has(.sr-shell) .desktop-sidebar,html.is-desktop .page-shell:has(.sr-shell) .desktop-topbar),html.is-desktop .sr-shell .footer-menu{display:none}html.is-desktop main.content.sr-shell{max-width:none;padding:0}html.is-desktop .sr-shell .home-container{flex-direction:column;align-items:center;min-height:100dvh;padding-bottom:0;display:flex}html.is-desktop .sr-shell .home-banner{order:1;width:100%;padding:0}html.is-desktop .sr-shell .notice-root{order:2}html.is-desktop .sr-shell .home-content-wrap{order:3;width:100%}html.is-desktop .sr-shell .jackpot-container{order:4}html.is-desktop .sr-shell .srd-promos{order:5}html.is-desktop .sr-shell .srd-app{order:6}html.is-desktop .sr-shell .site-footer{order:7}html.is-desktop .sr-shell .srd-w1280{width:min(var(--srd-col), 100% - 40px);margin-inline:auto}html.is-desktop .sr-shell .srd-header-fixed{z-index:900;-webkit-user-select:none;user-select:none;position:fixed;inset:0 0 auto}html.is-desktop .sr-shell .srd-holder{height:var(--srd-header-h)}html.is-desktop .sr-shell .srd-top{background:var(--color-first-200)}html.is-desktop .sr-shell .srd-top-inner{height:var(--srd-top-h);justify-content:flex-end;align-items:center;gap:10px;padding:0 30px;display:flex}html.is-desktop .sr-shell .srd-auth,html.is-desktop .sr-shell .srd-member{align-items:center;gap:10px;min-width:0;display:flex}html.is-desktop .sr-shell .srd-btn{white-space:nowrap;border-radius:50px;justify-content:center;align-items:center;min-width:120px;height:32px;padding:0 14px;font-size:12px;font-weight:600;line-height:1.15;display:inline-flex}html.is-desktop .sr-shell .srd-btn:hover{filter:brightness(1.08)}html.is-desktop .sr-shell .srd-btn-login{color:var(--color-first-600);background:#fff}html.is-desktop .sr-shell .srd-btn-register{color:var(--color-first-700);background:var(--gradient-2);border:1px solid var(--color-second-300)}html.is-desktop .sr-shell .srd-avatar{background:var(--color-first-300);border:1px solid var(--color-second-300);border-radius:50%;flex:none;place-items:center;width:30px;height:30px;display:grid;position:relative;overflow:hidden}html.is-desktop .sr-shell .srd-avatar img{object-fit:cover;width:100%;height:100%}html.is-desktop .sr-shell .srd-username{text-overflow:ellipsis;white-space:nowrap;color:#fff;max-width:160px;font-size:14px;font-weight:600;overflow:hidden}html.is-desktop .sr-shell .srd-balance{font-family:var(--font-manrope), var(--font-sans), sans-serif;font-variant-numeric:tabular-nums;font-feature-settings:"tnum";color:var(--color-second-300);font-size:15px;font-weight:800}html.is-desktop .sr-shell .srd-logout{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:0;padding:0 6px;font-size:12px}html.is-desktop .sr-shell .srd-logout:hover{opacity:1}html.is-desktop .sr-shell .srd-lang{align-items:center;gap:8px;margin-left:20px;display:inline-flex}html.is-desktop .sr-shell .srd-lang img{object-fit:cover;border-radius:50%;width:26px;height:26px;display:block}html.is-desktop .sr-shell .srd-caret{border-top:6px solid #fff;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0}html.is-desktop .sr-shell .srd-bottom{background:var(--color-first-300);position:relative}html.is-desktop .sr-shell .srd-nav-row{height:var(--srd-nav-h);justify-content:center;align-items:center;display:flex}html.is-desktop .sr-shell .srd-logo{flex:none;align-items:center;height:100%;margin-right:44px;display:flex}html.is-desktop .sr-shell .srd-logo img{object-fit:contain;width:auto;height:56px;display:block}html.is-desktop .sr-shell .srd-nav{height:var(--srd-nav-h);flex:1;justify-content:space-between;align-items:center;gap:16px;min-width:0;display:flex}html.is-desktop .sr-shell .srd-nav-item{color:#fff;white-space:nowrap;align-items:center;height:100%;font-size:20px;font-weight:400;display:flex;position:relative}html.is-desktop .sr-shell .srd-nav-item:hover,html.is-desktop .sr-shell .srd-nav-item.on{background:var(--gradient-5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}html.is-desktop .sr-shell .srd-nav-item:after{content:"";background:var(--gradient-5);border-radius:2px;width:100%;height:2px;display:none;position:absolute;bottom:1px;left:0}html.is-desktop .sr-shell .srd-nav-item:hover:after,html.is-desktop .sr-shell .srd-nav-item.on:after{display:block}html.is-desktop .sr-shell .home-banner .hero-row{width:100%;max-width:none;margin:0;padding:0}html.is-desktop .sr-shell .home-banner .banner-hero{aspect-ratio:2.742;height:auto;max-height:650px}html.is-desktop .sr-shell .home-banner .banner-rail{gap:0;height:100%;padding:0}html.is-desktop .sr-shell .home-banner .hero-slide{aspect-ratio:auto;flex:0 0 100%;width:100%;height:100%}html.is-desktop .sr-shell .home-banner .hero-slide .hero-art,html.is-desktop .sr-shell .home-banner .hero-slide.active .hero-art{opacity:1;background-position:50%;background-size:cover;border-radius:0;width:100%;height:100%}html.is-desktop .sr-shell .home-banner .hero-slide .slide-link{border-radius:0}html.is-desktop .sr-shell .home-banner .hero-row{border-radius:0;margin-bottom:0}html.is-desktop .sr-shell .notice-root{width:min(var(--srd-col), 100% - 40px);margin-top:30px;padding:0}html.is-desktop .sr-shell .notice-root .notice-bg{border-radius:100px;height:52px;padding:10px 24px}html.is-desktop .sr-shell .notice-root .notice-icon{width:24px;height:24px;margin-right:10px}html.is-desktop .sr-shell .notice-root .marquee{font-size:15px}html.is-desktop .sr-shell .notice-root .app-down-btn{display:none}html.is-desktop .sr-shell .srd-bar{background:var(--gradient-3);align-items:center;height:64px;margin-bottom:25px;display:flex}html.is-desktop .sr-shell .srd-bar-notch{box-sizing:content-box;border-top:13px solid #0000;border-bottom:13px solid #0000;border-left:13px solid var(--color-first-300);flex:none;height:26px}html.is-desktop .sr-shell .srd-bar-title{text-transform:uppercase;background:var(--gradient-1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-left:20px;font-size:32px;font-weight:700;line-height:1.15}html.is-desktop .sr-shell .srd-bar-more{color:var(--color-first-300);white-space:nowrap;align-items:center;gap:5px;margin-left:auto;padding-right:20px;font-size:16px;font-weight:500;display:flex}html.is-desktop .sr-shell .srd-bar-more:hover{filter:brightness(1.15)}html.is-desktop .sr-shell .srd-bar-caret{border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:8px solid var(--color-first-300);width:0;height:0}html.is-desktop .sr-shell .home-content-wrap{padding:30px 0 0}html.is-desktop .sr-shell .home-content-wrap>.home-content{width:min(var(--srd-col), 100% - 40px);margin-inline:auto}html.is-desktop .sr-shell .home-game-tabs{grid-template-columns:352px minmax(0,1fr);grid-template-areas:"bar bar""rail grid";gap:0 25px;display:grid}html.is-desktop .sr-shell .home-game-tabs .srd-bar{grid-area:bar}html.is-desktop .sr-shell .home-game-tabs .sticky-container{grid-area:rail}html.is-desktop .sr-shell .home-game-tabs .game-tab-content{grid-area:grid}html.is-desktop .sr-shell .sticky-container{top:calc(var(--srd-header-h) + 16px);align-self:start;position:sticky}html.is-desktop .sr-shell .game-menu-wrap{width:100%}html.is-desktop .sr-shell .game-menu-list{--srd-cat-s:1;gap:calc(24px * var(--srd-cat-s));flex-direction:column;width:100%;padding:0;display:flex;overflow:visible}html.is-desktop .sr-shell .game-menu-list .game-menu-item{width:calc(352px * var(--srd-cat-s));height:calc(160px * var(--srd-cat-s));cursor:pointer;background:url(/sr97/bg/cat-plate.png) 50%/100% no-repeat;border:0;border-radius:0;margin:0;transition:transform .16s;position:relative;overflow:hidden}html.is-desktop .sr-shell .game-menu-list .game-menu-item:not(:last-child){margin-right:0}html.is-desktop .sr-shell .game-menu-item.list-item-rng{background-image:url(/sr97/bg/rng-bg.3678eb4.png)}html.is-desktop .sr-shell .game-menu-item.list-item-fish{background-image:url(/sr97/bg/fish-bg.3a677d4.png)}html.is-desktop .sr-shell .game-menu-item.list-item-live{background-image:url(/sr97/bg/live-bg.be1194b.png)}html.is-desktop .sr-shell .game-menu-list .game-menu-item:hover{transform:translateY(-2px)}html.is-desktop .sr-shell .game-menu-list .game-menu-item.on{outline:2px solid var(--color-second-300);outline-offset:-3px}html.is-desktop .sr-shell .game-menu-list .game-menu-item .menu-item-inner{height:auto;font-size:inherit;padding:0;display:block}html.is-desktop .sr-shell .game-menu-list .game-menu-item .game-menu-icon{top:50%;right:calc(42px * var(--srd-cat-s));width:calc(84px * var(--srd-cat-s));height:calc(84px * var(--srd-cat-s));filter:drop-shadow(0 4px 10px #00000059);position:absolute;transform:translateY(-50%)}html.is-desktop .sr-shell .game-menu-list .game-menu-item .game-menu-icon img{object-fit:contain;width:100%;height:100%}html.is-desktop .sr-shell .game-menu-item.list-item-rng .game-menu-icon,html.is-desktop .sr-shell .game-menu-item.list-item-fish .game-menu-icon,html.is-desktop .sr-shell .game-menu-item.list-item-live .game-menu-icon{display:none}html.is-desktop .sr-shell .game-menu-list .game-menu-item .game-menu-name{margin:calc(29px * var(--srd-cat-s)) 0 0 calc(25px * var(--srd-cat-s));font-size:calc(32px * var(--srd-cat-s));text-align:left;text-transform:uppercase;white-space:nowrap;background:var(--gradient-3);-webkit-text-fill-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#fff;filter:drop-shadow(0 2px 0 var(--color-first-700));-webkit-background-clip:text;background-clip:text;font-weight:600;line-height:1.15;display:block}html.is-desktop .sr-shell .game-menu-list .game-menu-item .game-menu-name span{width:auto;display:inline}html.is-desktop .sr-shell .srd-cat-play{z-index:1;width:calc(133px * var(--srd-cat-s));height:calc(31px * var(--srd-cat-s));padding:calc(10px * var(--srd-cat-s));margin:calc(37px * var(--srd-cat-s)) 0 0 calc(25px * var(--srd-cat-s));font-size:calc(16px * var(--srd-cat-s));color:#000;text-align:center;cursor:pointer;background:var(--gradient-3);border:0;border-bottom:1px solid var(--color-second-400);box-shadow:0 2px 5px 0 #fff inset, 0 3px 0 0 var(--color-second-400);border-radius:50px;justify-content:center;align-items:center;font-weight:500;line-height:1.15;transition:all .2s;display:flex;position:relative}html.is-desktop .sr-shell .srd-cat-play:hover{transform:scale(1.05)}html.is-desktop .sr-shell .game-tab-content{padding:0}html.is-desktop .sr-shell .home-game-tabs .game-tab-content{min-height:520px;position:relative}html.is-desktop .sr-shell .game-tab-content>.hot-game-wrap,html.is-desktop .sr-shell .game-tab-content>.provider-game-list-wrap{flex-direction:column;min-height:0;display:flex;position:absolute;inset:0}html.is-desktop .sr-shell .game-tab-content .category-games{scrollbar-width:thin;scrollbar-color:var(--color-second-300) #0000002e;flex:1;min-height:0;margin-right:-8px;padding-right:8px;overflow-y:auto}html.is-desktop .sr-shell .game-tab-content .category-games::-webkit-scrollbar{width:6px}html.is-desktop .sr-shell .game-tab-content .category-games::-webkit-scrollbar-track{background:#0000002e;border-radius:3px}html.is-desktop .sr-shell .game-tab-content .category-games::-webkit-scrollbar-thumb{background:var(--color-second-300);border-radius:3px}html.is-desktop .sr-shell .hot-game-wrap,html.is-desktop .sr-shell .provider-game-list-wrap{background:var(--color-first-300);border:1px solid var(--color-second-300);border-radius:8px;padding:46px 24px}html.is-desktop .sr-shell .hot-game-wrap .category-game-list,html.is-desktop .sr-shell .provider-game-list-wrap .category-game-list{grid-template-columns:repeat(6,1fr);gap:15px}html.is-desktop .sr-shell .game-list-item{border-radius:15px}html.is-desktop .sr-shell .game-list-item .game-name{height:44px;padding:0 8px;font-size:13px}html.is-desktop .sr-shell .game-list-item .game-fav{width:26px;height:26px;top:8px;right:8px}html.is-desktop .sr-shell .game-list-item .game-fav svg{width:14px;height:15px}html.is-desktop .sr-shell .provider-game-list-wrap .game-list-filter-wrap{background:0 0;border:0;border-bottom:1px solid #ffffff29;border-radius:0;align-items:center;gap:20px;margin-bottom:20px;padding:0 0 18px;display:flex}html.is-desktop .sr-shell .provider-game-list-wrap .search-filter{flex:none}html.is-desktop .sr-shell .provider-game-list-wrap .search-input-wrap{width:260px}html.is-desktop .sr-shell .provider-game-list-wrap .vendor-menu-wrap{flex:1;min-width:0}html.is-desktop .sr-shell .jackpot-container{width:min(var(--srd-col), 100% - 40px);justify-content:space-between;align-items:center;gap:22px;margin:40px auto 50px;padding:0;display:flex}html.is-desktop .sr-shell .jackpot-container .jackpot-bg{background-image:url(/sr97/bg/jackpot-bg.e4ce152.png);background-size:contain;flex:none;width:650px;height:175px;padding-top:62px}html.is-desktop .sr-shell .jackpot-container .jackpot-num-list{--u:120px;gap:4px;font-size:48px;font-style:italic;font-weight:700}html.is-desktop .sr-shell .jackpot-container .jackpot-num{margin-bottom:0;font-size:48px}html.is-desktop .sr-shell .srd-winners{flex-direction:column;flex:1;gap:20px;width:0;height:255px;display:flex}html.is-desktop .sr-shell .srd-winners-title{color:#fff;align-items:center;gap:16px;font-size:32px;font-weight:600;line-height:1.15;display:flex}html.is-desktop .sr-shell .srd-winners-cup{width:32px;height:32px}html.is-desktop .sr-shell .srd-winners-box{flex:1;width:100%;height:0;overflow:hidden;-webkit-mask-image:linear-gradient(#0000,#000 12% 88%,#0000);mask-image:linear-gradient(#0000,#000 12% 88%,#0000)}html.is-desktop .sr-shell .srd-winners-track{grid-template-columns:repeat(2,1fr);gap:10px 13px;animation:30s linear infinite srd-winner-roll;display:grid}html.is-desktop .sr-shell .srd-winners-box:hover .srd-winners-track{animation-play-state:paused}html.is-desktop .sr-shell .srd-winner{background:var(--color-first-300);border-radius:10px;align-items:center;gap:12px;height:62px;padding:0 14px 0 8px;display:flex;overflow:hidden}html.is-desktop .sr-shell .srd-winner:hover{filter:brightness(1.08)}html.is-desktop .sr-shell .srd-winner-art{object-fit:cover;border-radius:8px;flex:none;width:46px;height:46px}html.is-desktop .sr-shell .srd-winner-meta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}html.is-desktop .sr-shell .srd-winner-game{text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:15px;font-weight:700;overflow:hidden}html.is-desktop .sr-shell .srd-winner-user{color:var(--color-second-300);font-size:12px}html.is-desktop .sr-shell .srd-winner-amt{font-family:var(--font-manrope), var(--font-sans), sans-serif;font-variant-numeric:tabular-nums;font-feature-settings:"tnum";color:var(--color-second-300);flex:none;font-size:16px;font-weight:800}html.is-desktop .sr-shell .srd-promos{width:min(var(--srd-col), 100% - 40px);padding-bottom:50px}html.is-desktop .sr-shell .srd-promo-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px;list-style:none;display:grid}html.is-desktop .sr-shell .srd-promo{border-radius:16px;overflow:hidden}html.is-desktop .sr-shell .srd-promo img{object-fit:cover;width:100%;height:100%;transition:transform .2s;display:block}html.is-desktop .sr-shell .srd-promo:hover img{transform:scale(1.03)}html.is-desktop .sr-shell .activity-preview{width:min(var(--srd-col), 100% - 40px);margin-inline:auto;padding-bottom:60px}html.is-desktop .sr-shell .activity-title{padding-top:30px;font-size:32px}:is(html.is-desktop body:has(.sr-shell) .fab-stack,html.is-desktop body:has(.sr-shell) .float-service,html.is-desktop body:has(.sr-shell) .float-dock-left){display:flex}html.is-desktop body:has(.sr-shell) .float-reward{display:block}html.is-desktop body:has(.sr-shell) .fab-stack{--fab-slot:88px;--fab-tile:72px}html.is-desktop body:has(.sr-shell) .float-reward{--reward-tile:72px;bottom:110px;right:12px}html.is-desktop body:has(.sr-shell) .float-dock-left{width:56px;bottom:24px;left:12px}html.is-desktop body:has(.sr-shell) .float-service{gap:14px;bottom:24px;left:12px}html.is-desktop body:has(.sr-shell) .float-service .service-item{width:56px;height:56px}html.is-desktop body:has(.sr-shell) .float-service .service-item .service-icon{width:31px;height:31px}html.is-desktop body:has(.sr-shell) .float-service .service-item .material-symbols-outlined{font-size:30px}html.is-desktop body:has(.sr-shell) .chat-bubble-fab{width:66px;height:66px;bottom:24px;right:12px}html.is-desktop .sr-shell .srd-app{width:100%;padding-bottom:90px}html.is-desktop .sr-shell .srd-app-inner{width:min(var(--srd-col), 100% - 40px);align-items:center;gap:36px;margin:40px auto 0;display:flex}html.is-desktop .sr-shell .srd-app-art{flex:none;width:580px}html.is-desktop .sr-shell .srd-app-art img{width:100%;height:auto;display:block}html.is-desktop .sr-shell .srd-app-text{flex:1;min-width:0}html.is-desktop .sr-shell .srd-app-title{background:var(--gradient-4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:42px;font-weight:700;line-height:1.2}html.is-desktop .sr-shell .srd-app-steps{margin:24px 0 48px}html.is-desktop .sr-shell .srd-app-steps p{color:var(--color-first-300);font-size:20px;font-weight:400;line-height:1.45}html.is-desktop .sr-shell .srd-app-qrs{align-items:center;padding-bottom:25px;display:flex}html.is-desktop .sr-shell .srd-qr-bg{background:var(--gradient-3);border-radius:16px;width:244px;padding:10px}html.is-desktop .sr-shell .srd-qr-bg:not(:last-child){margin-right:40px}html.is-desktop .sr-shell .srd-qr-inner{background:var(--color-first-300);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:12px;display:flex}html.is-desktop .sr-shell .srd-qr-box{background:#fff;border-radius:4px;width:200px;height:200px;overflow:hidden}html.is-desktop .sr-shell .srd-qr-box img{width:100%;height:100%;display:block}html.is-desktop .sr-shell .srd-qr-text{color:#fff;justify-content:center;align-items:center;gap:20px;margin-top:24px;font-size:24px;font-weight:600;display:flex}html.is-desktop .sr-shell .srd-qr-text svg{width:30px;height:30px}html.is-desktop .sr-shell .srd-app-note{max-width:100%;color:var(--color-first-300);font-size:20px;font-weight:400}html.is-desktop .sr-shell .srd-app-note>p{padding-bottom:5px}html.is-desktop .sr-shell .srd-app-note a{color:var(--color-first-600);cursor:pointer;font-size:20px;font-weight:500;text-decoration:underline;transition:all .2s}html.is-desktop .sr-shell .srd-app-note a:hover{color:var(--color-second-400)}html.is-desktop .sr-shell .site-footer{background:var(--color-first-300);border-top:4px solid #fff3;width:100%;padding:48px 0 42px}html.is-desktop .sr-shell .site-footer>*{width:min(var(--srd-col), 100% - 40px);margin-inline:auto}@keyframes srd-winner-roll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media (max-width:1279px){html.is-desktop .sr-shell .srd-logo{margin-right:24px}html.is-desktop .sr-shell .srd-logo img{width:auto;height:46px}html.is-desktop .sr-shell .srd-nav{gap:10px}html.is-desktop .sr-shell .srd-nav-item{font-size:16px}html.is-desktop .sr-shell .srd-bar{height:54px}html.is-desktop .sr-shell .srd-bar-title{font-size:26px}html.is-desktop .sr-shell .game-menu-list{--srd-cat-s:.68}html.is-desktop .sr-shell .home-game-tabs{grid-template-columns:240px minmax(0,1fr)}html.is-desktop .sr-shell .hot-game-wrap,html.is-desktop .sr-shell .provider-game-list-wrap{padding:24px 16px}html.is-desktop .sr-shell .srd-app-art{width:400px}html.is-desktop .sr-shell .srd-app-title{font-size:34px}html.is-desktop .sr-shell .srd-app-steps{margin:18px 0 32px}html.is-desktop .sr-shell .srd-app-steps p,html.is-desktop .sr-shell .srd-app-note,html.is-desktop .sr-shell .srd-app-note a{font-size:17px}html.is-desktop .sr-shell .srd-qr-bg{width:204px}html.is-desktop .sr-shell .srd-qr-bg:not(:last-child){margin-right:24px}html.is-desktop .sr-shell .srd-qr-box{width:160px;height:160px}html.is-desktop .sr-shell .srd-qr-text{margin-top:16px;font-size:20px}html.is-desktop .sr-shell .hot-game-wrap .category-game-list,html.is-desktop .sr-shell .provider-game-list-wrap .category-game-list{grid-template-columns:repeat(4,1fr)}html.is-desktop .sr-shell .jackpot-container .jackpot-bg{width:470px;height:120px;padding-top:42px}html.is-desktop .sr-shell .jackpot-container .jackpot-num-list{--u:82px;gap:2px;font-size:33px}html.is-desktop .sr-shell .jackpot-container .jackpot-num{font-size:33px}html.is-desktop .sr-shell .srd-winners-title{font-size:24px}html.is-desktop .sr-shell .srd-winners-track{grid-template-columns:minmax(0,1fr)}html.is-desktop .sr-shell .srd-promo-grid{gap:16px}}html.is-desktop .dta-shell{display:block}html.is-desktop .dta-backdrop{z-index:60;background:radial-gradient(90% 70% at 50% 0,#153427bf,#0000 62%),linear-gradient(#06140f 0%,#0b241b 52%,#050f0b 100%);display:block;position:fixed;inset:0}html.is-desktop .dta-backdrop:after{content:"";opacity:.14;filter:blur(4px);background:url(/auth/vault-room.png) 50%/cover no-repeat;position:absolute;inset:0}html.is-desktop .dta-panel{z-index:61;border:1px solid #f5b01742;border-radius:18px;grid-template-columns:392px minmax(0,1fr);width:min(940px,100vw - 96px);height:min(628px,100dvh - 80px);animation:.3s cubic-bezier(.2,.9,.28,1) both dta-pop;display:grid;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 44px 96px -28px #000000db}@keyframes dta-pop{0%{opacity:0;transform:translate(-50%,-50%)scale(.965)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}html.is-desktop .dta-art{background:radial-gradient(120% 80% at 0 0,#f5b0172e,#0000 58%),linear-gradient(160deg,#0f3325 0%,#0a2419 55%,#05130d 100%);flex-direction:column;justify-content:space-between;padding:40px 36px;display:flex;position:relative;overflow:hidden}html.is-desktop .dta-art:before{content:"";opacity:.2;mix-blend-mode:luminosity;background:url(/auth/vault-room.png) 50%/cover no-repeat;position:absolute;inset:0}html.is-desktop .dta-art:after{content:"";background:linear-gradient(#0000,#f5b0178c 30% 70%,#0000);width:1px;position:absolute;top:0;bottom:0;right:0}html.is-desktop .dta-art>*{z-index:1;position:relative}html.is-desktop .dta-art-logo{object-fit:contain;width:auto;max-width:200px;height:54px}html.is-desktop .dta-art-h{font-family:var(--font-display), var(--font-sans), sans-serif;color:#fff;margin:0 0 12px;font-size:38px;font-weight:800;line-height:1.1}html.is-desktop .dta-art-h em{background:linear-gradient(90deg, var(--gold-hot), var(--primary) 55%, var(--gold-deep));color:#0000;-webkit-background-clip:text;background-clip:text;font-style:italic;display:block}html.is-desktop .dta-art-sub{color:#ffffffa8;max-width:300px;margin:0;font-size:14px;line-height:1.55}html.is-desktop .dta-art-trust{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}html.is-desktop .dta-art-trust li{letter-spacing:.04em;text-transform:uppercase;color:#ffffffd1;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;padding:6px 11px;font-size:11px;font-weight:700}html.is-desktop .dta-side{background:linear-gradient(#d9eee3 0%,#bddecd 58%,#aed5c2 100%);flex-direction:column;min-width:0;display:flex}html.is-desktop .dta-tabs{flex:none;gap:4px;padding:22px 44px 0;display:flex}html.is-desktop .dta-tab{color:#183f2f80;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #183f2f24;flex:1 1 0;height:44px;padding:0;font-size:16px;font-weight:700;position:relative}html.is-desktop .dta-tab:hover{color:#183f2fc7}html.is-desktop .dta-tab.active{color:#004b0a;border-bottom-color:#0000}html.is-desktop .dta-tab.active:after{content:"";background:linear-gradient(90deg, var(--gold-hot), var(--primary), var(--gold-deep));border-radius:3px;height:3px;position:absolute;bottom:-2px;left:0;right:0}html.is-desktop .dta-body{overscroll-behavior:contain;flex-direction:column;flex:auto;min-height:0;padding:26px 44px 24px;display:flex;overflow-y:auto}html.is-desktop .dta-close{z-index:2;color:#0a2419;cursor:pointer;background:#0a241917;border:none;border-radius:50%;place-items:center;width:34px;height:34px;padding:0;display:grid;position:absolute;top:16px;right:16px}html.is-desktop .dta-close:hover{background:#0a24192e}html.is-desktop .dta-close svg{width:16px;height:16px}html.is-desktop .dta-body .sr-auth{--u:52px;background:0 0;width:100%;min-height:0;margin:auto 0}html.is-desktop .dta-body .sr-auth ._container_box{min-height:0;padding:0;display:block}html.is-desktop .dta-body .sr-auth .login-wrap,html.is-desktop .dta-body .sr-auth .register-wrap{max-width:384px;margin:0 auto}html.is-desktop .dta-body .sr-auth .form-wrap{padding:0}html.is-desktop .dta-body .sr-auth .auth-back,html.is-desktop .dta-body .sr-auth .auth-brand,html.is-desktop .dta-body .sr-auth .form-title{display:none}html.is-desktop .dta-body .sr-auth .already-account{margin-top:18px;font-size:13px}html.is-desktop .dta-body .sr-auth .form-wrap .outter-form .submit-btn:not(:disabled):hover{filter:brightness(1.06)}html.is-desktop .dta-body .sr-auth .form-wrap .outter-form .reset-btn:hover{background:#3e99751f}html.is-desktop .dta-body .sr-auth .sm-checkbox-item,html.is-desktop .dta-body .sr-auth .form-checkbox-wrap .forget-password,html.is-desktop .dta-body .sr-auth .already-account .login-now,html.is-desktop .dta-body .sr-auth .cap-img{cursor:pointer}html.is-desktop .dta-body .sr-auth .already-account .login-now:after,html.is-desktop .dta-body .sr-auth .form-checkbox-wrap .forget-password:after{display:none}@media (max-width:1120px){html.is-desktop .dta-panel{grid-template-columns:minmax(0,1fr);width:min(520px,100vw - 48px)}html.is-desktop .dta-art{display:none}}@media (max-height:760px){html.is-desktop .dta-art{padding:28px 32px}html.is-desktop .dta-art-h{font-size:32px}}@media (prefers-reduced-motion:reduce){html.is-desktop .dta-panel{animation:none}}
