@font-face{font-family:Proxima Nova;src:url(/cdn/fonts/proxima-nova-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(/cdn/fonts/proxima-nova-600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(/cdn/fonts/proxima-nova-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--white: #ffffff;--grey-100: #d5e3ee;--grey-200: #b1bad3;--grey-300: #557086;--grey-350: #3d5567;--grey-400: #2f4553;--grey-500: #213743;--grey-600: #1a2c38;--grey-650: #162a36;--grey-700: #0f212e;--grey-800: #101d25;--surface-lowest: #13232d;--surface-default: #1a2e39;--surface-highest: #203743;--surface-sunken: rgba(0, 0, 0, .32);--base-neutral: #395565;--blue-500: #1475e1;--blue-600: #0f6bd8;--green-400: #00e701;--green-500: #00b957;--sidebar-width: 260px;--topbar-height: 60px;--content-max: 1200px}*{box-sizing:border-box}html{min-width:320px;background:var(--grey-700);scroll-behavior:smooth}body{margin:0;color:var(--white);font-family:Proxima Nova,Arial,sans-serif;font-feature-settings:"salt" on;font-variant-numeric:lining-nums tabular-nums;background:var(--grey-700)}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;background:var(--grey-700)}.app-shell.is-collapsed{--sidebar-width: 74px}.topbar{position:fixed;z-index:30;top:0;right:0;left:0;display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr) auto;align-items:center;height:var(--topbar-height);background:var(--surface-lowest);box-shadow:0 4px 14px #00000052;transition:grid-template-columns .2s ease}.brand{justify-self:start;margin-left:229px}.brand img{display:block;width:84px;height:auto}.top-actions{display:flex;gap:9px;align-items:center;padding-right:230px}.button{position:relative;border:0;border-radius:6px;color:var(--white);cursor:pointer;font-weight:700;line-height:1;min-height:44px;padding:0 20px;box-shadow:0 3px #00000029,0 4px 8px #0000003d,inset 0 1px #ffffff0d;transition:background-color .14s ease,transform .08s ease,filter .14s ease}.button:hover{filter:brightness(1.08)}.button:active{transform:scale(.98)}.button.primary{background:var(--blue-500)}.button.primary:hover{background:#1f83f1}.button.neutral{background:var(--grey-400)}.button.neutral:hover{background:var(--grey-300)}.button:disabled{cursor:not-allowed;opacity:.45;filter:grayscale(.2)}.nav-button{min-width:78px;padding-inline:17px}.sidebar{position:fixed;z-index:40;top:0;bottom:0;left:0;width:var(--sidebar-width);overflow-y:auto;background:#102632;box-shadow:8px 0 18px #00000047;scrollbar-width:none;transition:width .2s ease}.sidebar::-webkit-scrollbar{width:0}.sidebar-top{position:sticky;z-index:1;top:0;display:flex;align-items:center;gap:14px;height:var(--topbar-height);padding:0 17px;background:var(--surface-lowest)}.icon-button{display:inline-grid;place-items:center;width:28px;height:28px;border:0;border-radius:5px;color:#9fc4d8;cursor:pointer;background:transparent;font-size:20px}.icon-button:hover{color:var(--white)}.mode-switch{display:flex;gap:8px;min-width:184px}.mode{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:1 1 0;min-width:88px;height:36px;overflow:hidden;border:0;border-radius:6px;color:var(--white);cursor:pointer;background:transparent;font-weight:700;line-height:1;text-align:center;text-decoration:none;text-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 3px rgba(0,0,0,.2);-webkit-user-select:none;user-select:none;transition:transform .08s ease,filter .14s ease}.mode:hover{filter:brightness(1.08)}.mode:active{transform:scale(.98)}.mode:focus-visible{outline:2px solid var(--white);outline-offset:2px}.mode-art{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:inherit;object-fit:cover;pointer-events:none;transition:opacity .14s ease}.mode-art-mini{display:none}.mode-art-active{opacity:0}.mode.active .mode-art-active,.mode:hover .mode-art-active,.mode:focus-visible .mode-art-active{opacity:1}.mode span{position:relative;z-index:1}.mode-product-icon{position:relative;z-index:1;display:none;width:20px;height:20px;color:var(--grey-100);filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.mode.active .mode-product-icon,.mode:hover .mode-product-icon,.mode:focus-visible .mode-product-icon{color:var(--white)}.sidebar-card{margin:16px;padding:0;border-radius:8px;background:#1a2c3a;overflow:hidden}.game-sidebar-card{padding-bottom:0}.sidebar.collapsed .sidebar-card{margin-inline:9px;padding-inline:0}.sidebar.collapsed .sidebar-top{flex-direction:column;justify-content:flex-start;gap:8px;height:166px;padding:17px 7px 0}.sidebar.collapsed .mode-switch{flex-direction:column;gap:8px;min-width:44px;width:44px}.sidebar.collapsed .mode{flex:0 0 auto;width:44px;min-width:44px;height:44px;border-radius:8px}.sidebar.collapsed .mode span{display:none}.sidebar.collapsed .mode-product-icon{display:block}.sidebar.collapsed .mode-art-full{display:none}.sidebar.collapsed .mode-art-mini{display:block}.sidebar.collapsed .sidebar-item{justify-content:center;width:44px;min-height:44px;margin-inline:auto;padding:0;border-radius:8px}.sidebar-item{display:flex;align-items:center;gap:8px;min-height:48px;max-width:100%;padding:0 16px;border-radius:6px;background:transparent;color:var(--white);cursor:pointer;font-size:16px;font-weight:700;opacity:.96;transition:background-color .14s ease,color .14s ease,opacity .14s ease}.sidebar-item svg{flex:0 0 auto;width:20px;color:#a7c6da}.sidebar-item span{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-item.active{background:var(--grey-400);color:var(--white)}.sidebar-item:not(.active):not(.disabled):hover{background:#2f455380;color:var(--grey-100)}.sidebar-item:not(.active):not(.disabled):hover svg{color:var(--grey-100)}.sidebar-item.active svg{color:var(--white)}.sidebar-item.muted{opacity:.45}.sidebar-item.disabled{cursor:default;pointer-events:none}.sidebar-item.disabled,.sidebar-item.disabled:hover{background:transparent}.sidebar-item.disabled svg,.sidebar-item.disabled:hover svg{color:#a7c6da}.sidebar-item .chevron{width:16px;margin-left:auto}.sidebar-heading{margin:16px 0 8px 16px;color:#a7c6da;font-size:16px;font-weight:700}.sidebar-rule{height:1px;margin:10px 8px;background:#395260}.main{min-height:100vh;margin-left:var(--sidebar-width);padding-top:var(--topbar-height);transition:margin-left .2s ease}.hero-band{min-height:310px;background:linear-gradient(180deg,#1a3442,#0f212e)}.hero-inner{display:grid;grid-template-columns:40% 55%;justify-content:space-between;align-items:center;width:min(var(--content-max),calc(100vw - var(--sidebar-width) - 48px));min-height:310px;margin:0 auto}.hero-copy{display:grid;align-content:center;justify-items:start;height:100%}.hero-copy h1{max-width:480px;margin:0 0 19px;color:var(--white);font-size:32px;font-weight:700;line-height:1.25;letter-spacing:0}.hero-register{min-width:99px;min-height:44px;margin-bottom:18px}.oauth p{margin:0 0 9px;color:var(--grey-200);font-size:14px;font-weight:700}.oauth-row{display:flex;gap:8px}.oauth-button,.auth-wide{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 14px;border:0;border-radius:7px;color:var(--white);cursor:pointer;background:#3b5669;font-weight:700;box-shadow:0 2px 4px #00000040,inset 0 1px #ffffff0a;transition:background-color .14s ease,transform .08s ease}.oauth-button:hover,.auth-wide:hover{background:#49687e}.oauth-button:active,.auth-wide:active{transform:scale(.98)}.oauth-button svg:first-child,.auth-wide svg:first-child{font-size:20px}.kick-mark{color:#53fc18;font-size:27px;font-weight:900;line-height:1}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.feature-card{display:block;overflow:hidden;padding:2px;border-radius:7px;background:linear-gradient(150deg,var(--accent),transparent 45%,var(--accent));transition:transform .18s ease}.feature-card:hover{transform:translateY(-4px)}.feature-card img{display:block;width:100%;aspect-ratio:350 / 230;border-radius:5px 5px 0 0;object-fit:cover;background:var(--grey-500)}.feature-meta{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 13px;border-radius:0 0 5px 5px;background:var(--grey-500)}.feature-title,.online-count{display:inline-flex;align-items:center;gap:7px;font-weight:700}.feature-title svg{color:var(--grey-200)}.online-count{color:var(--white);font-size:14px}.online-count i,.playing i,.live-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green-400)}.search-band{background:var(--grey-600);padding:24px 0 14px}.search-wrap{position:relative;display:flex;align-items:center;width:min(var(--content-max),calc(100vw - var(--sidebar-width) - 48px));height:50px;margin:0 auto;overflow:visible;border:1px solid #496474;border-radius:7px;background:#0f212e;box-shadow:inset 0 1px #ffffff05}.search-select-wrap{position:relative;align-self:stretch}.search-select{display:flex;align-items:center;gap:8px;align-self:stretch;height:100%;min-width:108px;padding:0 12px;border:0;border-right:1px solid #496474;color:var(--white);cursor:pointer;background:transparent;font-weight:700}.search-select:hover{background:#ffffff08}.search-menu{position:absolute;z-index:5;top:calc(100% + 6px);left:0;min-width:148px;padding:6px;border-radius:6px;background:var(--grey-400);box-shadow:0 12px 32px #0000005c}.search-menu button{display:block;width:100%;min-height:38px;border:0;border-radius:5px;color:var(--white);cursor:pointer;background:transparent;font-weight:700;text-align:left}.search-menu button:hover,.search-menu .selected{background:var(--grey-300)}.search-icon{margin-left:13px;color:var(--grey-200)}.search-wrap input{width:100%;height:100%;min-width:0;padding:0 12px;border:0;outline:none;color:var(--white);background:transparent;font-size:16px}.search-wrap input::placeholder{color:#a5bfd4}.content-container,.game-page{width:min(var(--content-max),calc(100vw - var(--sidebar-width) - 48px));margin:0 auto}.content-container{padding-bottom:40px}.casino-home-page{min-height:calc(100vh - var(--topbar-height));padding-bottom:1px;background:var(--grey-700)}.casino-home-content{width:min(var(--content-max),calc(100vw - var(--sidebar-width) - 48px));margin:0 auto;padding:27px 0 42px}.casino-hero-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.casino-hero-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 176px;gap:10px;min-height:220px;overflow:hidden;padding:22px 18px 16px;border-radius:7px;background:var(--grey-500);box-shadow:0 5px 14px #0000002e;transition:background-color .16s ease,transform .16s ease}.casino-hero-card:hover{background:#263f4c;transform:translate(4px)}.casino-hero-copy{position:relative;z-index:1;display:flex;min-width:0;flex-direction:column;align-items:flex-start}.casino-hero-badge{display:inline-flex;max-width:100%;min-height:18px;align-items:center;padding:2px 6px;border-radius:3px;color:#0f212e;background:var(--white);font-size:12px;font-weight:700;line-height:1}.casino-hero-badge.is-exclusive{color:#062e3a;background:#42d8d4}.casino-hero-card h2{display:-webkit-box;max-width:260px;margin:16px 0 8px;overflow:hidden;color:var(--white);font-size:22px;font-weight:700;line-height:1.22;letter-spacing:0;-webkit-box-orient:vertical;-webkit-line-clamp:2}.casino-hero-card p{display:-webkit-box;max-width:210px;margin:0;overflow:hidden;color:#a9c8dc;font-size:15px;font-weight:600;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.casino-hero-cta{display:inline-flex;align-items:center;justify-content:center;min-width:120px;min-height:42px;margin-top:auto;padding:0 16px;border:1px solid #a9c8dc;border-radius:7px;color:var(--white);font-weight:700}.casino-hero-card:hover .casino-hero-cta{border-color:var(--white);background:#ffffff0a}.casino-hero-card img{align-self:center;justify-self:end;width:min(176px,100%);height:176px;object-fit:contain}.casino-home-search{margin-top:26px}.casino-category-tabs{margin-top:24px;overflow-x:auto;scrollbar-width:none}.casino-category-tabs::-webkit-scrollbar{display:none}.casino-category-track{display:flex;align-items:center;gap:6px;min-width:max-content}.casino-category-slider{display:flex;flex-shrink:0;padding:6px;border-radius:3rem;background:var(--surface-sunken)}.casino-category-tab{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:10px 20px;border:0;border-radius:999px;color:var(--white);font-size:16px;font-weight:700;line-height:1;white-space:nowrap;background:transparent;transition:background-color .14s ease,color .14s ease,transform 80ms ease}.casino-category-tab svg{width:20px;height:20px;color:#a7c6da;font-size:20px}.casino-category-tab:hover:not(.disabled),.casino-category-tab.hovered:not(.disabled){color:var(--white);background:var(--grey-400)}.casino-category-tab.active{color:var(--white);background:var(--base-neutral)}.casino-category-tab:hover:not(.disabled) svg,.casino-category-tab.hovered:not(.disabled) svg,.casino-category-tab.active svg{color:var(--white)}.casino-category-tab:active{transform:scale(.98)}.casino-category-tab.disabled{color:var(--grey-200);cursor:not-allowed;opacity:.45;pointer-events:none}.casino-category-tab.disabled:hover{background:transparent}.section.casino-home-section.first-section{padding-top:30px}.group-page{min-height:calc(100vh - var(--topbar-height));padding-bottom:40px;background:var(--grey-700)}.group-hero-band{height:115px;overflow:hidden;background:#203743;box-shadow:inset 0 -1px #00000038}.group-hero-inner{position:relative;display:flex;align-items:center;justify-content:space-between;width:min(var(--content-max),calc(100vw - var(--sidebar-width) - 48px));height:115px;margin:0 auto}.group-hero-copy{position:relative;z-index:1;max-width:830px;padding-right:24px}.group-hero-copy h1{margin:0 0 6px;color:var(--white);font-size:26px;font-weight:700;line-height:1.2;letter-spacing:0}.group-hero-copy p{max-width:775px;margin:0;color:var(--grey-200);font-size:16px;font-weight:600;line-height:1.45}.group-hero-inner img{align-self:stretch;width:260px;height:115px;object-fit:contain;object-position:right center;opacity:.72}.group-content{width:min(var(--content-max),calc(100vw - var(--sidebar-width) - 48px));margin:0 auto;padding-top:24px}.group-search-shell{position:relative;z-index:12;display:flex;align-items:center;height:50px;border:1px solid #496474;border-radius:7px;background:#0f212e;box-shadow:inset 0 1px #ffffff05}.group-search-icon{margin-left:14px;color:#9fbed5;font-size:18px}.group-search-shell input{width:100%;height:100%;min-width:0;padding:0 14px;border:0;outline:0;color:var(--white);background:transparent;font-size:16px;font-weight:600}.group-search-shell input::placeholder{color:#a5bfd4}.group-search-shell input::-webkit-search-cancel-button{display:none}.group-search-clear{display:grid;place-items:center;width:38px;height:38px;margin-right:6px;border:0;border-radius:5px;color:var(--grey-200);cursor:pointer;background:transparent}.group-search-clear:hover{color:var(--white);background:#ffffff0a}.group-search-panel{position:absolute;z-index:20;top:calc(100% + 7px);right:0;left:0;max-height:430px;overflow:auto;padding:10px;border:1px solid #3e596d;border-radius:7px;background:var(--grey-500);box-shadow:0 18px 40px #00000070}.search-panel-section+.search-panel-section{margin-top:10px;padding-top:10px;border-top:1px solid rgba(177,186,211,.12)}.search-panel-section h3,.provider-section h3{margin:0 0 8px;color:#9fbed5;font-size:13px;font-weight:700;line-height:1.2}.popular-searches{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.popular-searches button,.search-provider-row,.search-game-row{display:flex;align-items:center;width:100%;min-width:0;min-height:42px;border:0;border-radius:5px;color:var(--white);cursor:pointer;background:transparent;text-align:left}.popular-searches button{gap:9px;padding:0 10px;background:#0f212e9e;font-weight:700}.popular-searches button svg{color:var(--grey-200)}.search-game-row{gap:10px;padding:7px}.search-game-row:hover,.search-provider-row:hover,.popular-searches button:hover{background:var(--grey-400)}.search-thumb{flex:0 0 auto;width:38px;height:50px;border-radius:4px;object-fit:cover;background:var(--grey-700)}.search-game-row span{display:grid;min-width:0}.search-game-row b,.search-game-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-game-row b{color:var(--white);font-size:14px;line-height:1.2}.search-game-row small{margin-top:3px;color:var(--grey-200);font-size:12px;font-weight:600}.search-provider-row{justify-content:space-between;padding:0 9px;font-weight:700}.search-provider-row b{display:grid;place-items:center;min-width:27px;min-height:22px;border-radius:999px;color:var(--grey-100);background:#314b5c;font-size:12px}.search-hint{margin:0;padding:14px 8px;color:var(--grey-200);font-size:14px;font-weight:700}.group-toolbar{position:relative;z-index:11;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:24px 0 23px}.toolbar-side{display:flex;align-items:center;gap:9px}.sort-side{margin-left:auto}.toolbar-label{display:inline-flex;align-items:center;gap:8px;color:var(--white);font-size:16px;font-weight:700}.toolbar-label svg{color:#9fbed5;font-size:18px}.group-dropdown{position:relative}.group-dropdown-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:42px;padding:0 14px;border:0;border-radius:7px;color:var(--white);cursor:pointer;background:#3b5669;font-weight:700;box-shadow:0 2px 5px #0000003d,inset 0 1px #ffffff0a}.group-dropdown-button:hover{background:#49687e}.group-dropdown-button svg{color:var(--grey-100);transition:transform .15s ease}.group-dropdown-menu{position:absolute;z-index:18;top:calc(100% + 7px);min-width:190px;padding:8px;border:1px solid #3e596d;border-radius:7px;background:var(--grey-500);box-shadow:0 18px 40px #00000070}.provider-menu{left:0;width:330px;max-height:min(590px,calc(100vh - 245px));overflow:auto}.sort-menu{right:0;width:190px}.provider-menu-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;padding:2px 2px 0;color:var(--white);font-weight:700}.provider-menu-head button{border:0;color:var(--grey-200);cursor:pointer;background:transparent;font-size:13px;font-weight:700}.provider-menu-head button:hover{color:var(--white)}.provider-search{display:flex;align-items:center;height:40px;margin-bottom:10px;border:1px solid #496474;border-radius:6px;background:var(--grey-700)}.provider-search svg{margin-left:10px;color:var(--grey-200);font-size:14px}.provider-search input{width:100%;min-width:0;height:100%;padding:0 10px;border:0;outline:0;color:var(--white);background:transparent;font-size:14px;font-weight:600}.provider-search input::placeholder{color:#8faec4}.provider-section+.provider-section{margin-top:12px;padding-top:10px;border-top:1px solid rgba(177,186,211,.12)}.provider-option,.sort-menu button{display:flex;align-items:center;width:100%;min-height:38px;border:0;border-radius:5px;color:var(--white);cursor:pointer;background:transparent;font-weight:700;text-align:left}.provider-option{gap:9px;padding:0 7px}.provider-option:hover,.provider-option.selected,.sort-menu button:hover,.sort-menu button.selected{background:var(--grey-400)}.provider-check{display:grid;place-items:center;flex:0 0 auto;width:18px;height:18px;border:2px solid #557086;border-radius:4px;color:var(--white);background:var(--grey-700);font-size:10px}.provider-option.selected .provider-check{border-color:var(--blue-500);background:var(--blue-500)}.provider-option span:nth-child(2){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.provider-option b{display:grid;place-items:center;min-width:27px;min-height:22px;margin-left:auto;border-radius:999px;color:var(--grey-100);background:#314b5c;font-size:12px}.sort-menu button{justify-content:space-between;gap:10px;padding:0 10px}.sort-menu svg{color:var(--green-400);font-size:13px}.view-all-grid{row-gap:22px}.group-empty{display:grid;place-items:center;min-height:210px;border:1px dashed #395260;border-radius:7px;color:var(--grey-200);background:#1a2c3873;font-weight:700}.group-load-more{margin-top:24px}.group-load-more .load-more{width:100%;margin-top:0}.section{position:relative;padding-top:29px}.section.first-section{padding-top:9px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.section-header h2{display:flex;align-items:center;gap:8px;margin:0;color:var(--white);font-size:22px;font-weight:700;line-height:1.15}.section-title-link{display:inline-flex;align-items:center;border-radius:4px;color:var(--white);text-decoration:none;transition:color .14s ease}.section-title-link:hover,.section-title-link:focus-visible{color:var(--grey-200)}.section-title-link:hover h2,.section-title-link:focus-visible h2{color:var(--grey-200)}.section-title-link:hover svg,.section-title-link:focus-visible svg{color:var(--white)}.section-header h2 svg{width:22px;height:22px;flex:0 0 auto;color:var(--grey-200)}.view-all{color:var(--white);font-size:16px;font-weight:700}.view-all:hover{color:var(--grey-200)}.card-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px}.catalog-card{min-width:0}.poster-link{position:relative;display:block;overflow:hidden;border-radius:6px;background:var(--grey-500);aspect-ratio:180 / 236;box-shadow:0 3px 8px #00000038}.poster-link img{display:block;width:100%;height:100%;object-fit:cover}.poster-link:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#0000;transition:background .2s ease}.poster-link:hover:after{background:#00000059}.play-float{position:absolute;z-index:2;top:50%;left:50%;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;color:var(--white);background:#1475e1f2;opacity:0;transform:translate(-50%,-50%) scale(.88);transition:opacity .2s ease,transform .2s ease}.poster-link:hover .play-float{opacity:1;transform:translate(-50%,-50%) scale(1)}.stake-ribbon{position:absolute;z-index:3;top:8px;left:8px;display:grid;place-items:center;width:25px;height:25px;border:2px solid var(--white);border-radius:50%;color:#173442;background:var(--white);font-size:16px;font-weight:700;font-style:italic;box-shadow:0 1px 3px #00000059}.playing{display:flex;align-items:center;gap:5px;min-height:22px;padding-top:6px;color:var(--grey-200);font-size:12px;font-weight:600}.playing span{color:var(--white)}.load-more{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-top:12px}.load-more div{height:1px;background:#375260}.load-more button{border:0;color:var(--grey-200);cursor:pointer;background:transparent;font-weight:700}.load-more button:hover{color:var(--white)}.promotion-rail-actions{position:absolute;top:22px;right:0;display:flex;overflow:hidden;border:1px solid #31505f;border-radius:999px}.rail-arrow{display:grid;place-items:center;width:56px;height:42px;border:0;color:var(--grey-200);cursor:pointer;background:transparent}.rail-arrow+.rail-arrow{border-left:1px solid #31505f}.rail-arrow:hover{color:var(--white);background:#ffffff0a}.promotion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:9px}.promotion-card{display:grid;grid-template-columns:1fr 132px;gap:15px;align-items:center;min-height:170px;padding:16px;border-radius:7px;background:var(--grey-500);box-shadow:0 4px 10px #0000002b}.promotion-card img{width:132px;height:132px;border-radius:10px;object-fit:cover}.promotion-card span{display:inline-flex;padding:2px 5px;border-radius:3px;color:var(--grey-700);background:var(--white);font-size:12px;font-weight:700}.promotion-card h3{margin:13px 0 6px;font-size:21px;line-height:1.18}.promotion-card p{margin:0 0 8px;color:var(--grey-200);font-size:14px;line-height:1.25}.promotion-card a{font-weight:700}.faq{margin-top:34px}.faq-item{margin-bottom:8px;border-radius:7px;background:var(--grey-500)}.faq-item button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:58px;padding:0 16px;border:0;color:var(--white);cursor:pointer;background:transparent;font-weight:700;text-align:left}.faq-item p{margin:0;padding:0 16px 18px;color:var(--grey-200);line-height:1.5}.rotated{transform:rotate(180deg)}.floating-actions{position:fixed;right:16px;bottom:8px;z-index:35;display:grid;gap:8px}.support-button{display:grid;place-items:center;width:59px;height:49px;border:0;border-radius:999px;color:var(--white);cursor:pointer;background:#3d596a;box-shadow:0 8px 18px #00000059,inset 0 1px #ffffff14}.support-button:hover{background:#4a6a80}.game-page{padding-top:40px}.game-frame-card,.provider-panel,.game-info-card{border-radius:6px;background:var(--grey-500);box-shadow:0 4px 14px #0000002e}.game-frame{display:grid;place-items:center;min-height:675px;padding:0}.cloudfront-error{width:100%;height:675px;padding:24px 12px;color:#000;background:#fff;font-family:Georgia,Times New Roman,serif}.cloudfront-error h2{margin:0 0 22px;font-size:31px;line-height:1}.cloudfront-error h3{margin:0 0 20px;font-size:24px}.cloudfront-error p{margin:8px 0;font-size:16px;line-height:1.2}.cloudfront-error .mono{margin-top:18px;font-family:Courier New,monospace;font-size:12px}.game-controls{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:64px;padding:0 16px;background:#1b3544;border-radius:0 0 6px 6px}.control-cluster{display:flex;gap:22px}.control-cluster button{border:0;color:#a7c6da;cursor:pointer;background:transparent;font-size:19px}.game-controls img{width:52px}.play-toggle{justify-self:end;display:flex;gap:4px;padding:4px;border-radius:7px;background:#0f212e}.play-toggle button{min-height:35px;padding:0 12px;border:0;border-radius:4px;color:var(--grey-200);background:transparent;font-weight:700;opacity:.55}.play-toggle .active{background:#213743}.provider-panel{display:flex;align-items:center;gap:16px;min-height:96px;margin-top:24px;padding:16px}.provider-logo{display:grid;place-items:center;width:64px;height:64px;border-radius:7px;color:var(--white);background:#3d596a;font-size:7px;font-weight:700}.provider-panel h2{margin:0 0 7px;font-size:20px}.provider-panel p{display:flex;align-items:center;gap:7px;margin:0;color:var(--grey-200);font-weight:700}.follow-button{display:inline-flex;align-items:center;gap:10px;margin-left:auto}.game-info-card{margin-top:24px;padding:16px}.game-title-row{display:flex;align-items:center;gap:8px;min-height:45px;border-top:1px solid #3b5666}.game-title-row h1{margin:0;font-size:20px;line-height:1.2}.save-button{display:inline-flex;align-items:center;gap:5px;min-height:34px;border:0;border-radius:6px;color:var(--white);cursor:pointer;background:var(--grey-400);font-weight:700}.win-badge{display:inline-flex;align-items:center;gap:6px;min-height:34px;margin-left:auto;padding:0 12px;border-radius:999px;background:var(--grey-400);font-weight:700}.win-badge svg{color:#ffb636}.win-badge span,.title-chevron{color:var(--grey-200)}.detail-tabs{display:inline-flex;gap:6px;margin:13px 0 12px;padding:6px;border-radius:3rem;background:var(--surface-sunken)}.detail-tabs button{min-height:42px;padding:0 20px;border:0;border-radius:999px;color:var(--white);cursor:pointer;background:transparent;font-weight:700;white-space:nowrap;transition:background-color .14s ease,color .14s ease,transform .08s ease}.detail-tabs .active{background:var(--base-neutral)}.detail-tabs button:hover{background:var(--grey-400)}.detail-tabs button:disabled{color:var(--grey-200);cursor:not-allowed;opacity:.5;pointer-events:none}.detail-tabs .active:hover{background:var(--base-neutral)}.detail-tabs button:active{transform:scale(.98)}.description-layout{display:grid;grid-template-columns:150px minmax(0,1fr);gap:16px;align-items:start}.description-layout>img{width:150px;border-radius:6px}.tag-row{display:flex;flex-wrap:wrap;gap:7px;margin:7px 0 17px}.tag-row span{padding:2px 9px;border-radius:999px;color:#c8e9ff;background:#3b6278;font-size:13px;font-weight:700}.game-info-card h2,.text-section h2{margin:25px 0 10px;font-size:21px}.text-subsection h3{margin:24px 0 10px;font-size:18px}.game-info-card p{max-width:900px;margin:0 0 13px;color:#a9dcff;font-size:16px;line-height:1.55}.data-table{width:min(900px,100%);margin:10px 0 30px;overflow:hidden;border-radius:6px}.table-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;min-height:57px;border-bottom:1px solid #3b5666;color:var(--grey-200)}.table-row span{padding:0 16px}.table-head,.label-table .table-row:first-child{color:var(--white);background:var(--surface-sunken);font-weight:700}.label-table .table-row{grid-template-columns:1fr 1fr}.label-table .table-row span:last-child{text-align:right}.rank-table{margin-top:0;overflow:visible;border-radius:6px;background:transparent}.rank-row{position:relative;display:grid;grid-template-columns:.6fr 1.3fr 1.05fr 1.15fr 1.25fr 1.35fr .95fr 1.45fr;align-items:center;min-height:62px;border-top:1px solid var(--base-neutral);border-radius:6px;color:var(--grey-200);font-size:16px;font-weight:700;transition:background-color .16s ease,box-shadow .16s ease,color .16s ease}.rank-row span{min-width:0;padding:0 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-row span:nth-child(5){text-align:center}.rank-row span:nth-child(n+6){text-align:right}.rank-head{min-height:56px;border-top:0;color:#9fbed0;background:var(--surface-sunken);font-size:15px}.rank-row:nth-child(2n):not(.rank-head){background:var(--grey-500)}.rank-head+.rank-row{border-top:0}.rank-icon{position:relative;display:inline-grid;place-items:center;width:22px;height:22px;padding:0;overflow:visible}.rank-icon svg{width:22px;height:22px}.rank-icon b{position:absolute;top:3px;color:#0f212e;font-size:10px;font-weight:900}.rank-1 svg{color:#ffbf3f}.rank-2 svg{color:#55dce8}.rank-3 svg{color:#e0a45a}.hidden-user,.bet-id,.game-route-link{display:inline-flex;align-items:center;gap:7px}.hidden-user{position:relative;width:fit-content;max-width:100%;overflow:visible;cursor:help;outline:0}.hidden-user svg,.bet-id svg,.game-route-link svg{flex:0 0 auto;color:#a7c6da}.game-route-link{max-width:100%;min-height:28px;margin:-4px -6px;padding:4px 6px;border-radius:5px;color:var(--white);text-decoration:none;transition:background-color .16s ease,color .16s ease}.game-route-link:hover,.game-route-link:focus-visible{color:var(--white);background:#9fbed024;text-decoration:none}.game-route-link:hover svg,.game-route-link:focus-visible svg{color:var(--white)}.hidden-user[data-tooltip]:before,.hidden-user[data-tooltip]:after{position:absolute;top:50%;left:calc(100% + 10px);z-index:40;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .14s ease,transform .14s ease,visibility .14s ease}.hidden-user[data-tooltip]:before{content:"";width:8px;height:8px;background:#0f212e;transform:translate(1px,-50%) rotate(45deg)}.hidden-user[data-tooltip]:after{content:attr(data-tooltip);width:max-content;max-width:220px;padding:9px 11px;border:1px solid var(--grey-400);border-radius:6px;color:var(--grey-100);background:#0f212e;box-shadow:0 8px 18px #00000047;font-size:12px;font-weight:700;line-height:1.35;text-align:left;white-space:normal;transform:translate(8px,-50%)}.hidden-user[data-tooltip]:hover:before,.hidden-user[data-tooltip]:hover:after,.hidden-user[data-tooltip]:focus-visible:before,.hidden-user[data-tooltip]:focus-visible:after{opacity:1;visibility:visible}.hidden-user[data-tooltip]:hover:after,.hidden-user[data-tooltip]:focus-visible:after{transform:translateY(-50%)}.currency-badge{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:6px;padding:0 3px;border-radius:3px;color:var(--white);background:#1eb980;font-size:9px;font-style:normal;font-weight:900;line-height:1;vertical-align:2px}.currency-tr{background:#e42228}.currency-ar{color:#1b5d92;background:#e8f3ff}.currency-usdt{border-radius:50%;background:#27b58b;font-size:7px}.challenge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.challenge-card{min-height:138px;padding:16px;border-radius:6px;background:#193340}.challenge-card span{display:inline-flex;padding:3px 8px;border-radius:999px;color:#c8e9ff;background:var(--grey-400);font-size:12px;font-weight:700}.challenge-card h3{margin:14px 0 7px}.challenge-card p{margin:0 0 10px;color:var(--grey-200)}.challenge-card strong{font-size:20px}.bets-board{padding-top:36px}.bets-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.bets-tabs{margin:0}.rows-select{position:relative;display:inline-flex;align-items:center;gap:8px;min-height:43px;padding:0 12px;border:0;border-radius:7px;color:var(--white);cursor:pointer;background:var(--grey-400);font-size:18px;font-weight:700}.rows-select select{min-width:34px;border:0;color:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;font:inherit;outline:0}.rows-select select option{color:var(--white);background:var(--grey-600)}.rows-select svg{width:16px;height:16px;pointer-events:none}.bet-table{overflow:visible;border-radius:6px;background:transparent}.bet-row{position:relative;display:grid;grid-template-columns:1.3fr 1.3fr .8fr 1fr 1fr 1fr;align-items:center;min-height:61px;border-top:1px solid var(--base-neutral);border-radius:6px;color:var(--grey-200);font-size:16px;font-weight:700;transition:background-color .16s ease,box-shadow .16s ease,color .16s ease}.bet-head{min-height:60px;border-top:0;color:#9fbed0;background:var(--surface-sunken);font-size:15px}.bet-row:nth-child(2n):not(.bet-head){background:var(--grey-500)}.bet-head+.bet-row{border-top:0}.bet-row span{min-width:0;padding:0 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bet-row span:first-child{display:flex;gap:9px;align-items:center}.bet-row:not(.bet-head) span:first-child{color:var(--white)}.bet-row span:nth-child(n+3){text-align:right}.bet-row:not(.bet-head):hover,.rank-row:not(.rank-head):hover{background:#9fbed016;box-shadow:inset 3px 0 #1475e1b8}.bet-row .hidden-user,.rank-row .hidden-user{overflow:visible}.muted-user{color:var(--grey-200)}.win{color:#00e701}.loss{color:var(--grey-200)}.site-footer{margin-top:70px;background:#0f212e}.footer-inner{width:min(var(--content-max),calc(100vw - var(--sidebar-width) - 48px));margin:0 auto;padding:36px 0;text-align:center}.game-page .footer-inner{width:100%}.footer-columns{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:48px;text-align:left}.footer-column h3{margin:0 0 14px;font-size:16px}.footer-column a{display:block;margin-bottom:12px;color:#9ed2f2;font-size:14px;font-weight:700}.footer-column a:hover{color:var(--white)}.social-row{display:flex;justify-content:center;gap:14px;margin:34px 0;color:var(--grey-200)}.footer-rule{height:1px;background:#34515f}.copyright,.legal,.btc-rate{color:#9ed2f2}.copyright{margin:32px 0 22px}.legal{max-width:1180px;margin:0 auto 16px;font-size:14px;line-height:1.65}.legal a{text-decoration:underline}.btc-rate{margin:34px 0 28px}.language-button{display:inline-flex;align-items:center;gap:12px;min-height:44px;padding:0 20px;border:0;border-radius:7px;color:var(--white);cursor:pointer;background:var(--grey-400);font-weight:700}.footer-logo{display:block;width:78px;margin:28px auto}.license-badges{display:grid;justify-content:center;gap:28px}.license-badges img{max-width:170px;max-height:68px;object-fit:contain}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:28px 14px;overflow:auto;background:radial-gradient(circle at 50% 38%,rgba(85,112,134,.24),transparent 34rem),#050c11c7;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.auth-modal{position:relative;width:min(486px,100%);max-height:calc(100vh - 56px);padding:22px 24px 24px;overflow:auto;border:1px solid rgba(85,112,134,.32);border-radius:10px;background:var(--grey-600);box-shadow:0 32px 90px #0000009e,inset 0 1px #ffffff0a}.auth-head{display:flex;align-items:center;justify-content:space-between;min-height:32px}.auth-head img{width:82px;height:auto}.modal-close{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:6px;color:var(--grey-200);cursor:pointer;background:var(--grey-500);font-size:18px;transition:background-color .14s ease,color .14s ease,transform .08s ease}.modal-close:hover{color:var(--white);background:var(--grey-400)}.modal-close:active{transform:scale(.96)}.auth-form{display:grid;gap:13px;padding-top:22px}.register-modal .auth-form{gap:12px}.auth-form h2{margin:0 0 7px;font-size:20px;line-height:1.2;text-align:center}.auth-field{display:grid;gap:7px;color:var(--grey-200);font-size:14px;font-weight:700}.auth-field b{color:#ff7591}.input-shell{position:relative;display:flex;align-items:center;padding:2px;border-radius:7px;background:#0f212e;box-shadow:inset 0 1px #ffffff09,0 1px #ffffff0a}.input-shell input{width:100%;height:40px;padding:0 43px 0 10px;border:2px solid transparent;border-radius:5px;outline:none;color:var(--white);background:transparent;box-shadow:none;transition:border-color .14s ease,background-color .14s ease}.input-shell input:focus{border-color:var(--grey-300);background:#1a2c389e}.input-shell button{position:absolute;right:12px;border:0;color:var(--grey-200);cursor:pointer;background:transparent;font-size:16px}.input-shell button:hover{color:var(--white)}.forgot-link{justify-self:end;margin:-2px 0 5px;color:var(--white);font-size:14px;font-weight:700}.auth-submit{width:100%;min-height:48px;font-size:15px}.auth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:3px 0;color:var(--grey-200);font-size:12px;font-weight:700;text-transform:uppercase}.auth-divider span{height:1px;background:#3d5567}.auth-divider b{font-weight:700}.auth-wide{width:100%;min-height:46px;border-radius:6px;font-size:14px}.auth-switch{margin:15px 0 0;color:var(--grey-200);font-size:14px;text-align:center}.register-modal .auth-switch{margin-top:4px}.auth-switch button{border:0;color:var(--blue-500);cursor:pointer;background:transparent;font-weight:700}.referral-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:0 12px;border:0;border-radius:6px;color:var(--white);cursor:pointer;background:var(--grey-700);font-weight:700;box-shadow:inset 0 1px #ffffff09,0 1px #ffffff0a}.terms-row{display:flex;align-items:flex-start;gap:10px;color:var(--grey-200);font-size:13px;font-weight:700;line-height:1.35}.terms-row input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;place-items:center;width:20px;height:20px;flex:0 0 20px;margin:0;border:1px solid #557086;border-radius:4px;background:var(--grey-700);cursor:pointer}.terms-row input:checked{border-color:var(--blue-500);background:var(--blue-500)}.terms-row input:checked:after{width:5px;height:10px;border:solid var(--white);border-width:0 2px 2px 0;content:"";transform:rotate(45deg)}.terms-row a{text-decoration:underline}.auth-provider-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}@media(max-width:1500px){.brand{margin-left:42px}.top-actions{padding-right:26px}}@media(max-width:1100px){.app-shell{--sidebar-width: 74px}.sidebar{width:74px}.sidebar-item span,.sidebar-item .chevron,.sidebar-heading{display:none}.sidebar-top{flex-direction:column;justify-content:flex-start;gap:8px;height:166px;padding:17px 7px 0}.mode-switch{flex-direction:column;gap:8px;min-width:44px;width:44px}.mode{flex:0 0 auto;width:44px;min-width:44px;height:44px;border-radius:8px}.mode span{display:none}.mode-product-icon{display:block}.mode-art-full{display:none}.mode-art-mini{display:block}.sidebar-card{margin-inline:9px;padding-inline:0}.sidebar-item{justify-content:center;width:44px;min-height:44px;margin-inline:auto;padding:0;border-radius:8px}.hero-inner{grid-template-columns:1fr;gap:24px;padding:28px 0}.hero-copy{justify-items:center;text-align:center}.feature-grid{width:100%}.group-hero-inner,.group-content,.casino-home-content{width:min(var(--content-max),calc(100vw - var(--sidebar-width) - 32px))}.casino-hero-rail{grid-template-columns:1fr}.casino-hero-card{grid-template-columns:minmax(0,1fr) 190px}.brand{margin-left:20px}.card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.promotion-grid,.footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.bet-row{grid-template-columns:1.3fr 1fr .8fr 1fr}.rank-row{grid-template-columns:.5fr 1fr 1fr 1.1fr}.rank-row span:nth-child(n+5){display:none}.challenge-grid{grid-template-columns:1fr}.bet-row span:nth-child(5),.bet-row span:nth-child(6){display:none}}@media(max-width:720px){.app-shell,.app-shell.is-collapsed{--sidebar-width: 0px}.sidebar{display:none}.topbar{grid-template-columns:1fr auto;padding-left:12px}.topbar-spacer{display:none}.brand{justify-self:start;margin:0}.top-actions{gap:6px;padding-right:10px}.top-actions .button{min-height:38px;padding-inline:13px}.main{margin-left:0}.hero-inner,.search-wrap,.content-container,.group-hero-inner,.group-content,.casino-home-content,.game-page,.footer-inner{width:calc(100vw - 28px)}.casino-home-content{padding-top:18px}.casino-hero-rail{gap:10px}.casino-hero-card{grid-template-columns:minmax(0,1fr) 96px;min-height:154px;padding:14px}.casino-hero-card img{width:96px;height:96px}.casino-hero-card h2{margin-top:10px;font-size:18px}.casino-hero-card p{font-size:13px}.casino-hero-cta{min-width:100px;min-height:36px;margin-top:12px}.casino-category-tab{min-height:40px;padding-inline:15px;font-size:14px}.group-hero-band,.group-hero-inner{height:132px}.group-hero-copy{max-width:none;padding-right:0}.group-hero-copy h1{font-size:23px}.group-hero-copy p{max-width:95%;font-size:14px}.group-hero-inner img{position:absolute;right:-36px;bottom:0;width:170px;height:116px;opacity:.18}.group-toolbar{align-items:stretch;flex-direction:column;margin:18px 0}.toolbar-side,.sort-side{width:100%;margin-left:0}.toolbar-label{width:68px}.group-dropdown{flex:1}.group-dropdown-button{width:100%;justify-content:space-between}.provider-menu,.sort-menu{right:0;left:auto;width:min(330px,calc(100vw - 28px))}.popular-searches{grid-template-columns:1fr}.hero-copy h1{font-size:27px}.oauth-row{flex-wrap:wrap;justify-content:center}.feature-grid,.promotion-grid,.footer-columns,.description-layout,.auth-provider-row{grid-template-columns:1fr}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-select{min-width:auto}.promotion-rail-actions{display:none}.promotion-card{grid-template-columns:1fr 92px}.promotion-card img{width:92px;height:92px}.game-frame,.cloudfront-error{min-height:360px;height:360px}.game-controls{grid-template-columns:1fr;gap:10px;padding:12px}.game-controls img,.play-toggle{justify-self:start}.provider-panel,.game-title-row,.bets-toolbar{align-items:flex-start;flex-direction:column}.follow-button,.win-badge{margin-left:0}.detail-tabs{max-width:100%;overflow-x:auto}.detail-tabs button{padding-inline:17px}.description-layout>img{width:140px}.table-row{grid-template-columns:repeat(2,minmax(0,1fr));font-size:14px}.data-table:not(.label-table) .table-row span:nth-child(3),.data-table:not(.label-table) .table-row span:nth-child(4){display:none}.bet-row{grid-template-columns:1.2fr 1fr .8fr;font-size:14px}.rank-row{grid-template-columns:.45fr 1fr 1fr;font-size:14px}.rank-row span:nth-child(n+4){display:none}.bet-row span:nth-child(4){display:none}.auth-modal{min-height:unset}}
