:root{color-scheme:dark;--bg:#0b0b12;--surface:#14141e;--surface-2:#1c1c29;--panel:#101018;--text:#f8f8fb;--muted:#9a9aac;--accent:#ff3d81;--accent-2:#806df2;--lime:#f2b33d;--border:rgba(255,255,255,.09);--nav-active:rgba(242,179,61,.12);--radius:20px;--safe-bottom:env(safe-area-inset-bottom,0px)}
[data-theme="light"]{color-scheme:light;--bg:#f1f3fa;--surface:#fff;--surface-2:#eef1fa;--panel:#fff;--text:#34375e;--muted:#747a9b;--accent:#e62e71;--accent-2:#6f72ad;--lime:#a56b00;--border:#dfe3f0;--nav-active:#fff4dc}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.5 Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}button,input{font:inherit}button{color:inherit}.skip-link{position:fixed;left:12px;top:-60px;z-index:1001;background:#fff;color:#000;padding:10px 14px;border-radius:8px}.skip-link:focus{top:12px}.app-shell{width:min(100%,1180px);min-height:100dvh;margin:auto;padding:0 16px calc(98px + var(--safe-bottom))}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;font-size:20px;font-weight:800;letter-spacing:.12em}.brand-mark{width:29px;height:29px;border:2px solid var(--lime);border-radius:9px;display:grid;place-items:center;transform:rotate(45deg);box-shadow:0 0 20px rgba(201,255,74,.22)}.brand-mark i{width:8px;height:8px;background:var(--lime);border-radius:2px}.top-actions{display:flex;gap:10px}.icon-button,.profile-button{width:46px;height:46px;border:1px solid var(--border);background:var(--surface);border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:.2s}.icon-button:hover,.profile-button:hover{background:var(--surface-2);transform:translateY(-1px)}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.profile-button{border-color:rgba(201,255,74,.3);background:linear-gradient(145deg,#27261c,#151616)}.profile-button span{font-size:12px;font-weight:700;color:var(--lime)}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--lime);outline-offset:3px}.search-panel{padding:0 0 16px}.search-panel label{display:block;font-size:12px;font-weight:700;color:var(--muted);margin:0 0 7px}.search-field{height:50px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.search-field svg{color:var(--muted)}.search-field input{width:100%;background:none;border:0;outline:0;color:var(--text);font-size:16px}.promo{height:230px;border:1px solid rgba(255,255,255,.08);border-radius:28px;position:relative;overflow:hidden;padding:25px;background:radial-gradient(circle at 85% 0%,rgba(255,61,129,.26),transparent 43%),linear-gradient(135deg,#241239,#11121d 58%,#152019);box-shadow:0 18px 60px rgba(0,0,0,.28)}.promo:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0 3px,rgba(255,255,255,.015) 4px);pointer-events:none}.promo-copy{position:relative;z-index:2}.eyebrow,.section-kicker{display:block;color:var(--lime);font-size:10px;font-weight:800;letter-spacing:.19em}.promo h1{font-size:29px;line-height:1.02;letter-spacing:-.045em;margin:8px 0}.promo h1 em{font-style:normal;color:#ff72a2}.promo p{margin:0 0 14px;color:#aaa6ba;font-size:12px}.primary-button{height:43px;border:0;border-radius:13px;background:var(--lime);color:#11120c;font-size:13px;font-weight:800;padding:0 15px 0 18px;display:flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 8px 26px rgba(201,255,74,.2);transition:.2s}.primary-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(201,255,74,.3)}.primary-button svg{width:17px}.promo-art{position:absolute;right:-22px;top:0;width:52%;height:100%;z-index:1}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:140px;height:140px;right:8px;top:2px;background:radial-gradient(circle at 30% 25%,#ffc0d5,#ff3d81 35%,#7b1747 72%);box-shadow:0 0 55px rgba(255,61,129,.4)}.orb-two{width:75px;height:75px;right:95px;bottom:8px;background:radial-gradient(circle at 30% 25%,#f1ffd0,#8dbd1f 42%,#27340a 75%)}.jackpot{position:absolute;right:31px;top:59px;transform:rotate(-8deg);text-align:center;text-shadow:0 5px 12px #410023}.jackpot small{display:block;font-size:13px;font-weight:900;letter-spacing:.3em}.jackpot strong{font-size:48px;line-height:1;color:#fff;font-style:italic}.promo-dots{position:absolute;z-index:3;right:20px;bottom:16px;display:flex;gap:5px}.promo-dots i{width:5px;height:5px;border-radius:8px;background:#fff4}.promo-dots i:first-child{width:17px;background:var(--lime)}.category-row{display:flex;gap:9px;overflow:auto;padding:24px 0 6px;scrollbar-width:none}.category-row::-webkit-scrollbar{display:none}.category{flex:0 0 auto;height:42px;border:1px solid var(--border);border-radius:999px;padding:0 17px;background:var(--surface);color:#aaa9b5;font-size:13px;font-weight:600;cursor:pointer;transition:.2s}.category.active{background:var(--text);border-color:var(--text);color:#101016}.games-section{padding-top:24px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px}.section-heading h2{font-size:23px;letter-spacing:-.04em;margin:3px 0 0}.game-count{font-size:12px;color:var(--muted)}.games-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.game-card{min-width:0;animation:cardIn .35s both;animation-delay:var(--delay)}.game-cover{display:block;width:100%;aspect-ratio:4/5;padding:0;border:0;border-radius:18px;overflow:hidden;position:relative;background:var(--surface);cursor:pointer;box-shadow:0 10px 26px rgba(0,0,0,.22);transition:transform .22s ease}.game-cover:hover{transform:translateY(-4px)}.game-cover img{display:block;width:100%;height:100%;object-fit:cover}.card-badge{position:absolute;left:9px;top:9px;background:var(--lime);color:#16170d;font-size:9px;font-weight:900;letter-spacing:.08em;padding:5px 8px;border-radius:7px}.play-fab{position:absolute;right:10px;bottom:10px;width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:rgba(8,8,13,.82);backdrop-filter:blur(8px);border:1px solid #ffffff21}.play-fab svg{width:17px;fill:white;stroke:white}.card-info{display:flex;align-items:start;gap:6px;padding:10px 2px 0}.game-name{min-width:0;flex:1;padding:0;text-align:left;border:0;background:none;font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.game-name small{display:block;color:var(--muted);font-size:10px;font-weight:500;margin-top:2px;overflow:hidden;text-overflow:ellipsis}.favorite{width:44px;height:44px;margin-top:-5px;border:0;background:none;display:grid;place-items:center;color:#747482;cursor:pointer}.favorite svg{width:20px;transition:.2s}.favorite.selected,.player .icon-button.selected{color:var(--accent)}.favorite.selected svg,.player .icon-button.selected svg{fill:currentColor}.bottom-nav{position:fixed;z-index:50;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,620px);height:calc(73px + var(--safe-bottom));padding:7px 13px var(--safe-bottom);display:grid;grid-template-columns:repeat(4,1fr);background:rgba(15,15,23,.93);border-top:1px solid var(--border);backdrop-filter:blur(18px)}.nav-item{position:relative;border:0;background:none;color:#777786;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:10px;font-weight:600;cursor:pointer}.nav-item svg{width:21px}.nav-item.active{color:var(--lime)}.nav-item b{position:absolute;top:2px;left:53%;min-width:17px;height:17px;border-radius:9px;padding:0 4px;background:var(--accent);color:white;font-size:9px;line-height:17px}.empty-state,.load-error{grid-column:1/-1;text-align:center;padding:52px 18px;border:1px dashed var(--border);border-radius:20px;color:var(--muted)}.empty-state svg{width:35px;height:35px}.empty-state h3,.load-error strong{display:block;color:var(--text);margin:12px 0 4px}.empty-state p{margin:0;font-size:13px}.load-error span{display:block;font-size:13px}.load-error button{margin-top:15px;border:0;border-radius:10px;padding:10px 14px;background:var(--lime);color:#111;font-weight:700}.player{position:fixed;z-index:500;inset:0;background:#050508}.player[hidden],.intro[hidden],.game-frame-wrap[hidden]{display:none}.player-header{position:absolute;z-index:5;top:0;left:0;right:0;height:calc(62px + env(safe-area-inset-top,0px));padding:env(safe-area-inset-top,0px) 12px 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:linear-gradient(#0a0a10e8,transparent)}.player-header strong{font-size:14px}.player-header .icon-button{justify-self:end;background:#14141d}.player-back{height:46px;width:max-content;border:0;background:none;display:flex;align-items:center;gap:2px;font-size:13px;cursor:pointer}.player-back svg{width:21px}.intro,.game-frame-wrap{position:absolute;inset:0;overflow:hidden}.intro video{width:100%;height:100%;object-fit:cover}.intro-fallback,.intro-poster,.intro-shade{position:absolute;inset:0}.intro-poster{background-position:center;background-size:cover;transform:scale(1.15);animation:introZoom 3s ease-out both;filter:saturate(1.15)}.intro-shade{background:linear-gradient(180deg,#06060933,#060609aa 55%,#060609 100%),radial-gradient(circle,transparent,#050508aa)}.intro-logo{position:absolute;left:24px;right:24px;bottom:17%;text-align:center;animation:logoIn .6s .2s both}.intro-logo span{display:block;color:var(--lime);font-size:10px;font-weight:800;letter-spacing:.22em}.intro-logo strong{display:block;font-size:36px;line-height:1.1;margin-top:8px;letter-spacing:-.05em;text-shadow:0 6px 30px #000}.skip-button{position:absolute;z-index:3;right:16px;bottom:34px;height:42px;border:1px solid #ffffff26;border-radius:12px;background:#11121acc;padding:0 14px;cursor:pointer}.skip-button span{color:var(--lime);margin-left:5px}.progress{position:absolute;z-index:4;left:0;right:0;bottom:0;height:3px;background:#fff2}.progress i{display:block;height:100%;background:var(--lime);transform-origin:left}.progress i.running{animation:progress linear forwards}.game-frame-wrap iframe{width:100%;height:100%;border:0;background:#050508}.frame-loader{position:absolute;z-index:2;inset:0;display:grid;place-content:center;text-align:center;background:#09090f}.frame-loader span{width:36px;height:36px;border:3px solid #ffffff20;border-top-color:var(--lime);border-radius:50%;animation:spin .8s linear infinite;margin:auto}.frame-loader p{color:var(--muted);font-size:13px}.toast{position:fixed;z-index:1000;left:50%;bottom:92px;transform:translate(-50%,18px);opacity:0;background:#f6f6f8;color:#111218;padding:11px 16px;border-radius:11px;font-size:13px;font-weight:700;pointer-events:none;transition:.25s;white-space:nowrap;box-shadow:0 10px 35px #0008}.toast.show{opacity:1;transform:translate(-50%,0)}.player-open{overflow:hidden}@keyframes cardIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes introZoom{from{transform:scale(1.15)}to{transform:scale(1.03)}}@keyframes logoIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes progress{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes spin{to{transform:rotate(360deg)}}
@media(min-width:700px){.app-shell{padding-inline:28px}.promo{height:300px;padding:42px}.promo h1{font-size:48px}.promo p{font-size:14px}.jackpot strong{font-size:74px}.promo-art{right:4%;width:40%}.orb-one{width:210px;height:210px}.jackpot{top:90px}.games-grid{grid-template-columns:repeat(3,1fr);gap:30px 18px}.game-cover{border-radius:22px}}
@media(min-width:1024px){.app-shell{padding-bottom:40px}.bottom-nav{top:50%;bottom:auto;left:24px;transform:translateY(-50%);width:74px;height:310px;padding:12px 5px;border:1px solid var(--border);border-radius:22px;grid-template-columns:1fr}.games-grid{grid-template-columns:repeat(4,1fr)}.game-cover{aspect-ratio:4/5}.player{inset:16px;border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 30px 100px #000}.promo-art{right:10%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* BETORA dashboard shell + dual theme */
.desktop-sidebar{display:none}.theme-toggle{width:72px;height:44px;padding:4px;border:1px solid var(--border);border-radius:999px;background:var(--surface);position:relative;cursor:pointer;transition:.22s}.theme-toggle:before{content:"";position:absolute;top:4px;left:4px;width:34px;height:34px;border-radius:50%;background:var(--surface-2);box-shadow:0 3px 10px #0003;transition:transform .22s}.theme-toggle svg{position:absolute;z-index:1;top:12px;width:20px;height:20px}.theme-toggle .moon-icon{left:11px;color:var(--lime)}.theme-toggle .sun-icon{right:10px;color:var(--muted)}[data-theme="light"] .theme-toggle:before{transform:translateX(28px);background:#fff}[data-theme="light"] .theme-toggle .moon-icon{color:var(--muted)}[data-theme="light"] .theme-toggle .sun-icon{color:#f09c24}.welcome{padding:12px 2px 22px}.welcome p{margin:0 0 4px;color:var(--muted);font-weight:500}.welcome h1{margin:0;font-size:clamp(27px,6vw,42px);line-height:1.12;letter-spacing:-.045em}.topbar,.category-row,.games-section,.search-panel{transition:background .22s,border-color .22s}.icon-button,.profile-button,.category,.bottom-nav,.search-field{background-color:var(--surface);border-color:var(--border)}.game-name{color:var(--text)}
[data-theme="light"] .promo{background:radial-gradient(circle at 85% 0%,rgba(255,61,129,.24),transparent 43%),linear-gradient(135deg,#544088,#29274e 58%,#283d37);box-shadow:0 16px 50px rgba(74,80,122,.2)}[data-theme="light"] .promo h1,[data-theme="light"] .promo p{color:#fff}[data-theme="light"] .promo h1 em{color:#ff97ba}[data-theme="light"] .primary-button{background:#fff;color:#37375e;box-shadow:0 8px 24px #1114}[data-theme="light"] .card-badge{background:#7356ee;color:#fff}[data-theme="light"] .brand-mark{box-shadow:none}[data-theme="light"] .bottom-nav{background:rgba(255,255,255,.94)}[data-theme="light"] .nav-item.active{color:#6553cc}[data-theme="light"] .category.active{background:#4f527f;border-color:#4f527f;color:#fff}[data-theme="light"] .toast{background:#383b61;color:#fff}

@media(min-width:1024px){body{padding-left:205px}.desktop-sidebar{display:flex;position:fixed;z-index:100;left:0;top:0;bottom:0;width:205px;padding:25px 14px 18px;background:var(--panel);border-right:1px solid var(--border);flex-direction:column}.side-brand{height:52px;padding-left:12px;font-size:17px}.casino-select{height:44px;margin:28px 0 34px;padding:0 12px;border:1px solid var(--border);border-radius:11px;background:var(--surface-2);display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:700;cursor:pointer}.casino-select svg{width:16px}.side-nav{display:grid;gap:8px}.side-nav a{height:44px;padding:0 12px;border-radius:10px;display:flex;align-items:center;gap:11px;color:var(--muted);font-size:13px;font-weight:600;text-decoration:none}.side-nav a:hover,.side-nav a.active{color:var(--text);background:var(--nav-active)}.side-nav svg{width:20px}.side-footer{margin-top:auto;display:flex;align-items:center;gap:8px;padding:12px;color:var(--muted);font-size:11px}.live-dot{width:7px;height:7px;border-radius:50%;background:#55ca7e;box-shadow:0 0 0 4px #55ca7e1f}.app-shell{width:auto;max-width:none;margin:0;padding:0 32px 50px}.topbar{height:72px;margin:0 -32px;padding:0 32px;background:var(--panel);border-bottom:1px solid var(--border)}.topbar>.brand{display:none}.welcome{padding:38px 38px 26px}.promo,.category-row,.games-section,.search-panel{max-width:1220px;margin-left:auto;margin-right:auto}.promo{height:330px}.promo h1{font-size:51px}.games-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.bottom-nav{display:none}.game-cover{aspect-ratio:4/5}.player{left:221px}}
@media(min-width:1400px){.games-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.app-shell{padding-inline:42px}.topbar{margin-inline:-42px;padding-inline:42px}}
.promo h2{font-size:29px;line-height:1.02;letter-spacing:-.045em;margin:8px 0}.promo h2 em{font-style:normal;color:#ff72a2}[data-theme="light"] .promo h2{color:#fff}[data-theme="light"] .promo h2 em{color:#ff97ba}@media(min-width:700px){.promo h2{font-size:48px}}@media(min-width:1024px){.promo h2{font-size:51px}}

/* Mobile-only product: keep the phone composition at every viewport width. */
body{padding-left:0}.desktop-sidebar{display:none!important}.app-shell{width:100%;max-width:430px;margin:0 auto;padding:0 16px calc(98px + var(--safe-bottom));background:var(--bg);box-shadow:0 0 80px rgba(0,0,0,.16)}.topbar{height:72px;margin:0;padding:0;background:transparent;border:0}.topbar>.brand{display:flex}.welcome{padding:12px 2px 22px}.welcome h1{font-size:27px}.promo,.category-row,.games-section,.search-panel{max-width:none;margin-left:0;margin-right:0}.promo{height:230px;padding:25px}.promo h2{font-size:29px}.promo p{font-size:12px}.promo-art{right:-22px;width:52%}.orb-one{width:140px;height:140px}.jackpot{top:59px}.jackpot strong{font-size:48px}.games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.game-cover{border-radius:18px}.bottom-nav{display:grid;top:auto;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,430px);height:calc(73px + var(--safe-bottom));padding:7px 13px var(--safe-bottom);border:0;border-top:1px solid var(--border);border-radius:0;grid-template-columns:repeat(4,1fr)}.player{inset:0;left:0;border:0;border-radius:0}.toast{max-width:calc(100% - 32px)}
@media(min-width:431px){body{background:color-mix(in srgb,var(--bg) 88%,#7c7e9b)} }
@media(max-width:359px){.profile-button{display:none}.brand{font-size:17px}.theme-toggle{width:62px}.theme-toggle:before{width:34px}[data-theme="light"] .theme-toggle:before{transform:translateX(18px)}.theme-toggle .sun-icon{right:7px}.top-actions{gap:7px}.promo{padding:21px}.promo h2{font-size:26px}}

/* Character artwork in the promo is sourced from the games themselves. */
.promo{background:#0d0d12;padding:23px 20px;border-color:#f2b33d33;isolation:isolate}
.promo:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#09090f 0%,#09090ff5 39%,#09090fa3 58%,transparent 82%),linear-gradient(0deg,#09090f88,transparent 55%);pointer-events:none}
.promo-copy{max-width:62%}
.promo h2 em{color:var(--lime)}
.promo-games{position:absolute;z-index:0;inset:-10px -24px -10px 40%;display:flex;gap:5px;transform:skewX(-5deg);overflow:hidden}
.promo-games img{width:36%;height:100%;object-fit:cover;filter:saturate(1.12) contrast(1.04);box-shadow:-12px 0 24px #0009}
.promo-games img:nth-child(1){transform:translateY(15px)}
.promo-games img:nth-child(2){transform:translateY(-6px)}
.promo-games img:nth-child(3){transform:translateY(12px)}
[data-theme="light"] .promo{background:#222136}
[data-theme="light"] .promo:before{background:linear-gradient(90deg,#27263bf7 0%,#27263bea 39%,#27263b9e 58%,transparent 82%),linear-gradient(0deg,#27263b77,transparent 55%)}
@media(max-width:359px){.promo-copy{max-width:67%}.promo-games{left:44%}.promo h2{font-size:24px}}
.promo-banner{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.05) contrast(1.03)}
.promo:before{background:linear-gradient(90deg,#09090ff8 0%,#09090fdf 42%,#09090f72 65%,transparent 88%),linear-gradient(0deg,#09090f88,transparent 62%)}
[data-theme="light"] .promo:before{background:linear-gradient(90deg,#27263bf2 0%,#27263bd8 42%,#27263b69 65%,transparent 88%),linear-gradient(0deg,#27263b77,transparent 62%)}
.gamesfactory-brand{min-width:0;width:clamp(132px,39vw,160px);height:44px;padding:7px 0}.gamesfactory-brand img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}[data-theme="light"] .gamesfactory-brand{background:#171720;border-radius:9px;padding:9px 10px;width:170px}@media(max-width:359px){.gamesfactory-brand{width:135px}[data-theme="light"] .gamesfactory-brand{width:145px}}
.frame-loader[hidden]{display:none!important}
.profile-button{border-color:color-mix(in srgb,var(--lime) 34%,transparent)}.primary-button{box-shadow:0 8px 26px color-mix(in srgb,var(--lime) 24%,transparent)}.primary-button:hover{box-shadow:0 10px 30px color-mix(in srgb,var(--lime) 34%,transparent)}.orb-two{background:radial-gradient(circle at 30% 25%,#fff1b8,#d49a27 44%,#6b4306 78%)}[data-theme="light"] .card-badge{background:#b67b0d;color:#fff}[data-theme="light"] .nav-item.active{color:#9a6500}[data-theme="light"] .category.active{background:#9a6500;border-color:#9a6500;color:#fff}
.player{inset:0 auto 0 50%;left:50%;right:auto;width:100%;max-width:430px;transform:translateX(-50%)}
.intro{z-index:2}.game-frame-wrap{z-index:1}
