.game-panel{position:relative;overflow:hidden;border:1px solid rgb(132 169 255/20%);background:linear-gradient(170deg,rgb(8 18 36/78%),rgb(9 20 39/72%));box-shadow:0 10px 28px rgb(4 10 20/42%);transition:border-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard)}.game-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(320px 140px at 100% 0,rgb(17 217 138/8%),transparent 72%),radial-gradient(220px 120px at 0 100%,rgb(112 170 255/10%),transparent 74%)}.game-panel>*{position:relative;z-index:1}.game-panel:hover{border-color:var(--line-strong);box-shadow:0 14px 34px rgb(4 10 20/48%)}.game-page-shell{width:min(100%,var(--game-shell-max));max-width:var(--game-shell-max);margin-inline:auto;display:grid;gap:clamp(.9rem,1.4vw,1.35rem);padding-inline:clamp(.85rem,2.1vw,1.75rem)}.game-rail-mobile-toggle{display:none}@media (width <= 1024px){.game-rail-mobile-toggle{display:flex;width:100%;justify-content:center;align-items:center;min-height:var(--tap-target-min);border-radius:.78rem;border:1px solid var(--line);background:var(--surface-soft);color:var(--text-dim);font-size:.86rem;font-weight:600;cursor:pointer;transition:border-color var(--motion-fast) var(--ease-out)}.game-rail-mobile-toggle:hover{border-color:var(--line-strong)}}.game-mobile-action-dock{display:none}@keyframes game-panel-reveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:100%;transform:translateY(0)}}.game-card-icon{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:color-mix(in srgb,var(--accent) 72%,var(--text-main))}.game-hub-card{position:relative;overflow:hidden;animation:game-card-reveal .26s var(--motion-ease-standard)}.game-hub-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,rgb(17 217 138/86%),rgb(112 170 255/86%));opacity:75%}.game-hub-card>*{position:relative;z-index:1}.games-hub-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,18.5rem),1fr));align-items:stretch}.games-hub-activity-grid,.games-hub-grid{display:grid;gap:clamp(.95rem,1.5vw,1.25rem)}.games-hub-activity-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.games-hub-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.games-hub-overview>div{min-width:0;border:1px solid rgb(132 169 255/18%);border-radius:.5rem;background:color-mix(in srgb,var(--surface-panel) 78%,transparent);padding:1rem}.games-hub-overview strong{display:block;margin-top:.35rem;color:var(--text-main);font-size:clamp(1.35rem,2vw,1.85rem);line-height:1}.games-hub-overview span{display:block;margin-top:.35rem;color:var(--text-dim);font-size:.82rem}.games-hub-winner-strip{display:grid;gap:.75rem;border-color:rgb(56 240 180/24%);background:radial-gradient(420px 150px at 8% 0,rgb(17 217 138/10%),transparent 72%),radial-gradient(360px 140px at 100% 100%,rgb(112 170 255/8%),transparent 74%),linear-gradient(180deg,rgb(9 18 36/76%),rgb(7 15 30/72%));padding:clamp(.9rem,1.5vw,1.15rem)}.games-hub-winner-strip-head{display:flex;align-items:end;justify-content:space-between;gap:1rem}.games-hub-results-head h2,.games-hub-winner-strip h2{margin:.22rem 0 0;color:var(--text-main);font-size:clamp(1.05rem,1.5vw,1.35rem);line-height:1.12}.games-hub-winner-ticker{border:1px solid rgb(172 202 255/20%);border-radius:.8rem;background:rgb(5 12 24/56%);padding:.62rem .8rem}.games-hub-winner-item{display:inline-flex;align-items:center;gap:.28rem}.games-hub-winner-item strong{color:var(--text-main)}.games-hub-results-module{display:grid;gap:.9rem;overflow:hidden;background:radial-gradient(420px 170px at 100% 0,rgb(112 170 255/10%),transparent 72%),linear-gradient(180deg,rgb(9 18 36/82%),rgb(7 15 30/76%))}.games-hub-results-head,.games-hub-results-slide-head{display:flex;align-items:end;justify-content:space-between;gap:1rem}.games-hub-results-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.65rem}.games-hub-results-carousel{display:grid;gap:.7rem;min-width:0}.games-hub-results-nav{display:flex;gap:.45rem;overflow-x:auto;padding-bottom:.05rem;scrollbar-width:thin}.games-hub-results-nav button{flex:0 0 auto;border:1px solid rgb(172 202 255/22%);border-radius:999px;background:rgb(132 169 255/8%);color:var(--text-main);padding:.42rem .72rem;font-size:.76rem;font-weight:760;cursor:pointer;min-height:2.25rem;transition:border-color var(--motion-duration-fast) var(--motion-ease-standard),background var(--motion-duration-fast) var(--motion-ease-standard),transform var(--motion-duration-fast) var(--motion-ease-standard)}.games-hub-results-nav button:focus-visible,.games-hub-results-nav button:hover,.games-hub-results-nav-active{border-color:rgb(56 240 180/46%);background:rgb(17 217 138/14%)}.games-hub-results-nav button:hover{transform:translateY(-1px)}.games-hub-results-nav button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.games-hub-results-slider{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(min(100%,28rem),1fr);gap:.85rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scroll-padding-inline:.2rem;padding:.05rem 0 .35rem;scrollbar-width:thin;scrollbar-color:rgb(56 240 180/62%) rgb(132 169 255/12%);cursor:grab;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;user-select:none}.games-hub-results-slider:focus-visible{outline:2px solid var(--focus-ring);outline-offset:4px}.games-hub-results-slider-dragging{cursor:grabbing;scroll-snap-type:none}.games-hub-results-slider::-webkit-scrollbar{height:.7rem}.games-hub-results-slider::-webkit-scrollbar-track{border-radius:999px;background:linear-gradient(180deg,rgb(132 169 255/8%),rgb(132 169 255/4%))}.games-hub-results-slider::-webkit-scrollbar-thumb{border:2px solid rgb(7 15 30/96%);border-radius:999px;background:linear-gradient(90deg,rgb(56 240 180/78%),rgb(112 170 255/62%))}.games-hub-results-slider::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,rgb(56 240 180/92%),rgb(112 170 255/78%))}.games-hub-results-slide{display:grid;align-content:start;gap:.75rem;min-width:0;min-height:25rem;border:1px solid rgb(172 202 255/18%);border-radius:.95rem;background:radial-gradient(260px 140px at 100% 0,rgb(17 217 138/7%),transparent 72%),rgb(6 14 28/64%);padding:.85rem;scroll-snap-align:start;scroll-margin-inline:.2rem}.games-hub-results-list{display:grid;gap:.5rem}.games-hub-result-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-radius:.72rem;background:linear-gradient(180deg,rgb(10 19 38/74%),rgb(8 16 32/68%));padding:.68rem .75rem}.games-hub-section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;padding-top:.2rem}.games-hub-section-head h2{margin:.2rem 0 0;color:var(--text-main);font-size:clamp(1.35rem,2.2vw,2rem);font-weight:760;letter-spacing:0}.games-hub-section-head .muted{max-width:38rem;text-align:right}.game-hub-play-card{--game-card-accent:var(--accent);--game-card-secondary:var(--brand);position:relative;display:grid;grid-template-rows:auto 1fr;min-width:0;overflow:hidden;isolation:isolate;border:1px solid color-mix(in srgb,var(--game-card-accent) 20%,var(--line));border-radius:.5rem;background:radial-gradient(340px 170px at 88% -8%,color-mix(in srgb,var(--game-card-accent) 16%,transparent),transparent 72%),linear-gradient(165deg,color-mix(in srgb,var(--surface-elevated-0-soft) 88%,transparent),color-mix(in srgb,var(--surface-elevated-1-soft) 94%,transparent));color:var(--text-main);text-decoration:none;box-shadow:0 14px 34px rgb(3 10 22/20%);transform:translateZ(0);transition:transform var(--motion-duration-base) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard),background var(--motion-duration-base) var(--motion-ease-standard)}.game-hub-play-card:before{content:"";position:absolute;inset:auto 0 0;z-index:2;height:3px;background:linear-gradient(90deg,transparent,var(--game-card-accent),color-mix(in srgb,var(--game-card-secondary) 78%,white 12%),transparent);opacity:72%;transform:scaleX(.42);transform-origin:left center;transition:opacity var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.game-hub-play-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(118deg,transparent 0 42%,rgb(255 255 255/12%) 48%,transparent 55%),radial-gradient(260px 140px at 18% 112%,color-mix(in srgb,var(--game-card-secondary) 12%,transparent),transparent 74%);opacity:0;transform:translateX(-18%);transition:opacity var(--motion-duration-slow) var(--motion-ease-standard),transform var(--motion-duration-slow) var(--motion-ease-standard)}.game-hub-play-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--game-card-accent) 58%,var(--line-strong));box-shadow:0 20px 48px rgb(3 10 22/34%),0 0 0 1px color-mix(in srgb,var(--game-card-accent) 14%,transparent)}.game-hub-play-card:hover:before{opacity:100%;transform:scaleX(1)}.game-hub-play-card:hover:after{opacity:100%;transform:translateX(0)}.game-hub-play-card:not(.game-hub-play-card-disabled){cursor:default}.game-hub-play-card:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.game-hub-catalog-card{will-change:transform,opacity}.game-hub-catalog-card-preload{opacity:100%;transform:none}.game-hub-catalog-card-ready{animation:game-hub-catalog-card-enter .64s var(--motion-ease-standard) backwards}.game-hub-catalog-delay-0{animation-delay:0s}.game-hub-catalog-delay-1{animation-delay:70ms}.game-hub-catalog-delay-2{animation-delay:.14s}.game-hub-catalog-delay-3{animation-delay:.21s}.game-hub-catalog-delay-4{animation-delay:.28s}.game-hub-catalog-delay-5{animation-delay:.35s}.game-hub-play-card-disabled{cursor:not-allowed;opacity:72%}.game-hub-favorite{position:absolute;top:.7rem;right:.7rem;z-index:5;display:inline-grid;place-items:center;width:2.25rem;min-width:2.25rem;height:2.25rem;border:1px solid rgb(132 169 255/30%);border-radius:999px;background:radial-gradient(circle at 35% 25%,rgb(255 255 255/16%),transparent 42%),rgb(10 21 39/76%);color:rgb(207 227 255/72%);box-shadow:0 .75rem 1.6rem rgb(2 8 20/24%);backdrop-filter:blur(12px);transition:transform var(--motion-duration-base) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard),color var(--motion-duration-base) var(--motion-ease-standard),background var(--motion-duration-base) var(--motion-ease-standard)}.game-hub-favorite:focus-visible,.game-hub-favorite:hover{transform:scale(1.06);border-color:color-mix(in srgb,var(--game-card-accent) 62%,rgb(255 255 255/22%));color:#fff2bd;outline:none}.game-hub-favorite-active{border-color:rgb(248 210 122/72%);background:radial-gradient(circle at 35% 25%,rgb(255 255 255/20%),transparent 42%),linear-gradient(135deg,rgb(248 210 122/34%),rgb(185 111 33/22%));color:#fff2bd}.game-hub-xtreme-chip{border-color:rgb(248 210 122/54%);background:linear-gradient(135deg,rgb(248 210 122/20%),rgb(185 111 33/16%)),rgb(9 17 31/70%);color:#fff2bd;box-shadow:0 0 18px rgb(248 210 122/12%)}.game-hub-play-card-disabled:hover{transform:none;border-color:rgb(132 169 255/24%);box-shadow:0 14px 32px rgb(3 10 22/24%)}.game-hub-card-media{position:relative;display:grid;place-items:center;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(180deg,rgb(5 12 24/48%),rgb(5 12 24/94%)),color-mix(in srgb,var(--game-card-accent) 12%,#050c18)}.game-hub-card-media:before{content:"";position:absolute;inset:-28% -68%;z-index:2;pointer-events:none;background:linear-gradient(102deg,transparent 38%,rgb(255 255 255/18%) 48%,transparent 58%);opacity:0;transform:translateX(-36%) rotate(5deg)}.game-hub-card-media:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgb(1 6 14/0) 44%,rgb(1 6 14/36%)),linear-gradient(90deg,rgb(255 255 255/10%),transparent 34%,transparent 66%,rgb(255 255 255/6%))}.game-hub-play-card:not(.game-hub-play-card-disabled):focus-within .game-hub-card-media:before,.game-hub-play-card:not(.game-hub-play-card-disabled):hover .game-hub-card-media:before{animation:game-hub-card-sheen .9s var(--motion-ease-standard)}.game-hub-card-image{display:block;width:100%;height:100%;object-fit:cover;background:transparent;filter:saturate(1.06) contrast(1.03);transform:scale(1.005);transition:filter var(--motion-duration-slow) var(--motion-ease-standard),transform var(--motion-duration-slow) var(--motion-ease-standard)}.game-hub-play-card:hover .game-hub-card-image{filter:saturate(1.16) contrast(1.07);transform:scale(1.045)}.game-hub-play-card:not(.game-hub-play-card-disabled):focus-within .game-hub-card-image,.game-hub-play-card:not(.game-hub-play-card-disabled):hover .game-hub-card-image{animation:game-hub-card-art-lift .52s var(--motion-ease-standard)}.game-hub-play-card-disabled:hover .game-hub-card-image{transform:none}.game-hub-card-media .game-availability{position:absolute;top:.7rem;left:.7rem;max-width:calc(100% - 1.4rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;backdrop-filter:blur(10px)}.game-hub-card-body{display:grid;gap:.9rem;align-content:start;min-height:11.9rem;padding:1rem}.game-hub-card-body-clickable{cursor:pointer;border-radius:0 0 .95rem .95rem;transition:background var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard)}.game-hub-card-body-clickable:focus-visible,.game-hub-card-body-clickable:hover{background:linear-gradient(180deg,rgb(132 169 255/3.5%),rgb(17 217 138/4%));box-shadow:inset 0 1px 0 rgb(226 238 255/5%);outline:none}.game-hub-card-body-clickable:focus-visible{box-shadow:inset 0 1px 0 rgb(226 238 255/5%),0 0 0 2px var(--focus-ring)}.game-hub-card-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.game-hub-card-info{display:inline-flex;align-items:center;gap:.4rem;min-width:0}.game-hub-card-title{margin:0;color:var(--text-main);font-size:1.12rem;font-weight:800;line-height:1.15;letter-spacing:0}.game-hub-card-description{margin:.35rem 0 0;color:var(--text-dim);font-size:.88rem;line-height:1.45}.game-hub-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;align-self:end;min-width:0;border-top:1px solid color-mix(in srgb,var(--game-card-accent) 18%,rgb(132 169 255/16%));padding-top:.85rem}.game-hub-card-odds{min-width:0;color:var(--text-dim);font-size:.78rem;line-height:1.35}.game-hub-card-cta{flex:0 0 auto;color:color-mix(in srgb,var(--game-card-accent) 72%,#f7fbff);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}a.game-hub-card-cta{text-decoration:none}a.game-hub-card-cta:focus-visible{border-radius:.35rem;outline:2px solid var(--focus-ring);outline-offset:3px}.game-hub-card-keno{--game-card-accent:#32e9a1;--game-card-secondary:#70aaff}.game-hub-card-coin{--game-card-accent:#f8d27a;--game-card-secondary:#ff8fb1}.game-hub-card-hilo{--game-card-accent:#70aaff;--game-card-secondary:#32e9a1}.game-hub-card-crash{--game-card-accent:#ff6d83;--game-card-secondary:#f8d27a}.game-hub-card-predicto{--game-card-accent:#2dd4bf;--game-card-secondary:#a78bfa}.game-hub-card-number{--game-card-accent:#a78bfa;--game-card-secondary:#2dd4bf}.game-hub-card-blackjack{--game-card-accent:#f59e0b;--game-card-secondary:#32e9a1}.game-hub-card-poker{--game-card-accent:#ef4444;--game-card-secondary:#f8d27a}.game-hub-card-holdem{--game-card-accent:#ef4444;--game-card-secondary:#38bdf8}.game-hub-card-roulette{--game-card-accent:#22c55e;--game-card-secondary:#ef4444}.game-hub-card-baccarat{--game-card-accent:#38bdf8;--game-card-secondary:#ff8fb1}.game-hub-card-mines{--game-card-accent:#f59e0b;--game-card-secondary:#ef4444}.game-hub-card-plinko{--game-card-accent:#38bdf8;--game-card-secondary:#f8d27a}.game-hub-card-dice{--game-card-accent:#f472b6;--game-card-secondary:#70aaff}.game-hub-card-circle{--game-card-accent:#38f0b4;--game-card-secondary:#f8d27a}.game-hub-card-duel-reels{--game-card-accent:#22d3ee;--game-card-secondary:#facc15}@keyframes game-hub-card-sheen{0%{opacity:0;transform:translateX(-36%) rotate(5deg)}24%{opacity:82%}to{opacity:0;transform:translateX(42%) rotate(5deg)}}@keyframes game-hub-card-art-lift{0%{transform:scale(1.005) translateY(0)}58%{transform:scale(1.052) translateY(-2px)}to{transform:scale(1.045) translateY(0)}}@keyframes game-hub-catalog-card-enter{0%{opacity:0;transform:translateY(12px) scale(.982)}64%{opacity:100%;transform:translateY(-2px) scale(1.004)}to{opacity:100%;transform:translateY(0) scale(1)}}.game-history-audit-page .game-history-audit-auth,.game-history-audit-page .game-history-audit-feed,.game-history-audit-page .game-history-audit-summary{animation:game-card-reveal .22s var(--motion-ease-standard)}.game-history-audit-page .game-history-audit-row{position:relative;overflow:hidden;border-color:rgb(173 201 255/22%);background:radial-gradient(240px 120px at 100% 0,rgb(17 217 138/8%),transparent 72%),linear-gradient(180deg,rgb(10 19 38/70%),rgb(8 16 32/68%));transition:transform var(--motion-duration-base) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard)}.game-history-audit-page .game-history-audit-row:before{content:"";position:absolute;inset:0 auto 0 0;width:2px;background:linear-gradient(180deg,rgb(17 217 138/86%),rgb(112 170 255/82%));opacity:62%}.game-history-audit-page .game-history-audit-row:hover{transform:translateY(-1px);border-color:var(--line-strong);box-shadow:0 14px 30px rgb(3 10 20/24%)}.game-history-audit-page .game-history-audit-outcome{letter-spacing:.03em}.game-history-audit-page .game-history-audit-metrics p+p{margin-top:.16rem}.game-history-audit-page .game-history-audit-details{color:color-mix(in srgb,var(--text-main) 92%,white)}.game-history-audit-page .game-history-audit-pagination{border-top:1px solid var(--line);padding-top:.85rem}.game-history-table-wrap{border-color:rgb(173 201 255/22%);background:radial-gradient(280px 140px at 100% 0,rgb(17 217 138/8%),transparent 70%),linear-gradient(180deg,rgb(9 18 36/82%),rgb(8 16 30/78%));box-shadow:inset 0 1px 0 rgb(206 223 255/8%)}.game-history-table{border-collapse:initial;border-spacing:0}.game-history-table-head th{position:sticky;top:0;z-index:1;border-bottom:1px solid rgb(172 202 255/24%);background:rgb(110 168 255/14%);backdrop-filter:blur(10px)}.game-history-table-row{transition:background-color var(--motion-duration-base) var(--motion-ease-standard)}.game-history-table-row:nth-child(odd){background:rgb(7 15 31/32%)}.game-history-table-row:hover{background:rgb(17 217 138/10%)}.game-ticker{overflow:hidden;white-space:nowrap;max-width:100%;min-height:40px;contain:layout paint;mask-image:linear-gradient(90deg,transparent,black 1.5rem,black calc(100% - 1.5rem),transparent)}.game-ticker-track{display:inline-flex;width:max-content;max-width:none;align-items:center;gap:1.5rem;padding-left:100%;animation:game-ticker-scroll 18s linear infinite;will-change:transform}.game-ticker:focus-within .game-ticker-track,.game-ticker:hover .game-ticker-track{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.game-ticker-track{animation:none;padding-left:0;flex-wrap:wrap;justify-content:center}}.game-ticker-track>span{flex:0 0 auto;margin-right:0!important;max-width:min(86vw,42rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (prefers-reduced-motion:reduce){.game-hub-catalog-card-preload{opacity:100%;transform:none}.game-hub-card-media:before{opacity:0}}@keyframes game-card-reveal{0%{opacity:0;transform:translateY(6px)}to{opacity:100%;transform:translateY(0)}}.game-page-root .game-mobile-primary-actions input[type=range]{display:block;width:100%;min-width:0}.game-hub-hero-panel{position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(18rem,.72fr);align-items:center;gap:clamp(1.1rem,3vw,3rem);min-height:clamp(19rem,34vw,28rem);overflow:hidden;padding-block:clamp(1rem,2.6vw,2.4rem)}.game-hub-hero-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgb(132 169 255/12%),transparent 46%),linear-gradient(180deg,transparent 0 82%,rgb(132 169 255/16%));opacity:72%}.game-hub-hero-copy{position:relative;z-index:1;min-width:0}.game-hub-hero-title-row{display:inline-flex;max-width:100%;align-items:flex-start;gap:.55rem}.game-hub-hero-copy h1{max-width:14ch;margin-top:.5rem;color:var(--text-main);font-size:4.75rem;font-weight:820;letter-spacing:0;line-height:.92;text-wrap:balance}.game-hub-hero-copy .muted{max-width:42rem;font-size:1.08rem;line-height:1.62;text-wrap:pretty}.game-hub-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.35rem}.game-hub-hero-visual{position:relative;z-index:1;min-height:clamp(17rem,29vw,24rem);perspective:900px}.game-hub-hero-sheen{position:absolute;inset:7% 0 4% 4%;background:linear-gradient(135deg,rgb(17 217 138/18%),transparent 46%),linear-gradient(315deg,rgb(110 168 255/18%),transparent 52%);filter:blur(24px);opacity:70%}.game-hub-hero-orbit{position:absolute;inset:0}.game-hub-hero-art-card{position:absolute;overflow:visible;border:0;border-radius:.5rem;background:transparent;box-shadow:none;transform:translateZ(0)}.game-hub-hero-art-card-1{inset:6% 7% auto 10%;animation:game-hub-float-a 8s ease-in-out infinite}.game-hub-hero-art-card-2{inset:auto 2% 8% 24%;transform:rotate(4deg) scale(.84);animation:game-hub-float-b 9s ease-in-out infinite}.game-hub-hero-art-card-3{inset:42% auto auto 0;width:48%;transform:rotate(-5deg) scale(.76);animation:game-hub-float-c 10s ease-in-out infinite}.game-hub-hero-art{display:block;width:100%;height:auto;overflow:visible;filter:drop-shadow(0 1.25rem 2rem rgb(3 10 22/28%))}.game-hub-hero-art>path:first-of-type,.game-hub-hero-art>rect:first-of-type{display:none}@keyframes game-hub-float-a{0%,to{transform:translateZ(0) rotate(-2deg)}50%{transform:translate3d(.3rem,-.45rem,0) rotate(-1deg)}}@keyframes game-hub-float-b{0%,to{transform:translateZ(0) rotate(4deg) scale(.84)}50%{transform:translate3d(-.35rem,.4rem,0) rotate(3deg) scale(.84)}}@keyframes game-hub-float-c{0%,to{transform:translateZ(0) rotate(-5deg) scale(.76)}50%{transform:translate3d(.25rem,.35rem,0) rotate(-4deg) scale(.76)}}@media (width <= 1024px){.game-hub-hero-copy h1{font-size:3.5rem}}@media (width <= 720px){.games-hub-activity-grid,.games-hub-overview{grid-template-columns:1fr}.games-hub-results-head,.games-hub-results-slide-head,.games-hub-winner-strip-head{align-items:flex-start;flex-direction:column}.games-hub-results-actions{justify-content:flex-start}.games-hub-results-slider{grid-auto-columns:minmax(86vw,1fr)}.games-hub-results-slide{min-height:22rem}.games-hub-result-row,.games-hub-section-head{align-items:flex-start;flex-direction:column}.games-hub-section-head .muted{max-width:none;text-align:left}.game-hub-hero-panel{grid-template-columns:1fr;min-height:auto;padding-block:.35rem 1rem}.game-hub-hero-copy h1{max-width:100%;font-size:3rem}.game-hub-hero-actions .cta-ghost,.game-hub-hero-actions .cta-main{width:100%;justify-content:center}.game-hub-hero-visual{min-height:clamp(13rem,68vw,18rem);order:-1}.game-hub-hero-art-card-1{inset:4% 0 auto 18%}.game-hub-hero-art-card-2{inset:auto 0 3% 30%}.game-hub-hero-art-card-3{inset:40% auto auto 1%}}@media (width <= 420px){.game-hub-hero-copy h1{font-size:2.4rem}}:root[data-theme=light] .game-panel{border-color:rgb(53 95 167/20%);background:linear-gradient(170deg,rgb(255 255 255/96%),rgb(243 249 255/94%));box-shadow:0 10px 24px rgb(25 62 124/14%)}:root[data-theme=light] .game-panel:before{background:radial-gradient(320px 140px at 100% 0,rgb(14 166 108/10%),transparent 72%),radial-gradient(220px 120px at 0 100%,rgb(30 99 211/10%),transparent 74%)}:root[data-theme=light] .game-panel:hover{box-shadow:0 14px 30px rgb(25 62 124/18%)}:root[data-theme=light] .game-hub-play-card{border-color:color-mix(in srgb,var(--game-card-accent) 22%,rgb(53 95 167/20%));background:radial-gradient(340px 170px at 88% -8%,color-mix(in srgb,var(--game-card-accent) 12%,transparent),transparent 72%),linear-gradient(180deg,rgb(255 255 255/98%),rgb(244 250 255/96%));box-shadow:0 12px 28px rgb(25 62 124/12%)}:root[data-theme=light] .game-hub-play-card:hover{border-color:color-mix(in srgb,var(--game-card-accent) 48%,rgb(14 166 108/44%));box-shadow:0 16px 32px rgb(25 62 124/16%)}:root[data-theme=light] .game-hub-play-card-disabled:hover{border-color:rgb(53 95 167/20%);box-shadow:0 12px 28px rgb(25 62 124/12%)}:root[data-theme=light] .game-hub-card-media{background:linear-gradient(180deg,rgb(230 239 252/30%),rgb(230 239 252/92%)),color-mix(in srgb,var(--game-card-accent) 12%,rgb(230 239 252/92%))}:root[data-theme=light] .game-hub-card-meta{border-top-color:color-mix(in srgb,var(--game-card-accent) 18%,rgb(53 95 167/16%))}:root[data-theme=light] .game-hub-card-cta{color:color-mix(in srgb,var(--game-card-accent) 70%,#064f3d)}:root[data-theme=light] .game-hub-hero-panel:before{background:linear-gradient(90deg,rgb(48 85 145/12%),transparent 46%),linear-gradient(180deg,transparent 0 82%,rgb(48 85 145/14%))}:root[data-theme=light] .game-hub-hero-art-card{border-color:rgb(53 95 167/20%);background-color:rgb(255 255 255/64%)}:root[data-theme=light] .game-hub-card:before,:root[data-theme=light] .game-rank-row:before{background:linear-gradient(180deg,rgb(14 166 108/78%),rgb(30 99 211/72%))}:root[data-theme=light] .game-history-audit-page .game-history-audit-row{border-color:rgb(53 95 167/22%);background:radial-gradient(240px 120px at 100% 0,rgb(14 166 108/12%),transparent 72%),linear-gradient(180deg,rgb(255 255 255/96%),rgb(241 248 255/94%))}:root[data-theme=light] .game-history-audit-page .game-history-audit-row:before{background:linear-gradient(180deg,rgb(14 166 108/78%),rgb(30 99 211/72%))}:root[data-theme=light] .game-history-audit-page .game-history-audit-row:hover{box-shadow:0 12px 24px rgb(25 62 124/16%)}:root[data-theme=light] .game-history-audit-page .game-history-audit-details{color:#1f3b63}:root[data-theme=light] .game-history-table-wrap{border-color:rgb(53 95 167/22%);background:radial-gradient(280px 140px at 100% 0,rgb(14 166 108/10%),transparent 70%),linear-gradient(180deg,rgb(255 255 255/96%),rgb(241 248 255/94%))}:root[data-theme=light] .game-history-table-head th{border-bottom-color:rgb(53 95 167/24%);background:rgb(213 229 252/90%)}:root[data-theme=light] .game-history-table-row:nth-child(odd){background:rgb(244 250 255/80%)}:root[data-theme=light] .game-history-table-row:hover{background:rgb(14 166 108/10%)}.game-auth-lock-shell{position:relative}.game-auth-lock-content{position:relative;z-index:1;transition:filter .18s ease,opacity .18s ease,transform .18s ease}.game-auth-lock-content-locked{pointer-events:none;user-select:none;filter:blur(12px) saturate(.82);opacity:28%;transform:scale(.992)}.game-auth-lock-overlay{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,2vw,1.5rem)}.game-auth-lock-panel{width:min(100%,760px);border:1px solid rgb(122 162 255/20%);border-radius:1.5rem;padding:clamp(1.1rem,2vw,1.5rem);background:radial-gradient(circle at top right,rgb(17 217 138/14%),transparent 38%),linear-gradient(180deg,rgb(7 14 28/96%),rgb(7 14 28/88%));box-shadow:0 24px 80px rgb(2 8 20/42%);backdrop-filter:blur(16px)}@media (width <= 640px){.game-auth-lock-overlay{align-items:flex-start}.game-auth-lock-panel{margin-top:.5rem;border-radius:1.2rem}}.game-history-resume-link{display:inline-flex;justify-content:flex-end;margin-top:.4rem;color:#adffe2;font-weight:800;text-decoration:underline;text-underline-offset:3px}.playing-card{position:relative;border-radius:.85rem;min-height:240px;background:radial-gradient(circle at 75% 18%,rgb(56 240 180/8%),transparent 36%),linear-gradient(165deg,rgb(12 27 52/95%),rgb(8 18 37/96%));border:1px solid rgb(128 179 255/32%);box-shadow:0 18px 42px rgb(2 8 20/42%),inset 0 1px 0 rgb(226 238 255/7%);display:grid;place-items:center;overflow:hidden;transform-style:preserve-3d}.playing-card-reveal{animation:high-low-card-reveal .52s cubic-bezier(.2,.72,.18,1) both;will-change:transform,opacity}.playing-card:after{content:"";position:absolute;inset:0;background:linear-gradient(125deg,transparent 42%,rgb(132 169 255/24%) 50%,transparent 58%);transform:translateX(-120%);transition:transform .55s ease}.playing-card-reveal:after{transform:translateX(120%)}.playing-card-hidden{background:radial-gradient(circle at 70% 22%,rgb(132 169 255/18%),transparent 34%),linear-gradient(160deg,rgb(16 35 66/96%),rgb(10 23 46/94%));border-color:rgb(137 184 255/34%)}.playing-card-win{box-shadow:0 0 0 1px rgb(56 240 180/38%),0 0 28px rgb(56 240 180/24%),0 14px 34px rgb(6 12 25/42%)}.playing-card-compact{min-height:128px;border-radius:.7rem}.playing-card-art{width:min(165px,76%);height:auto;border-radius:.62rem;display:block;object-fit:contain;transform:translateY(0);filter:drop-shadow(0 16px 22px rgb(2 8 20/34%)) saturate(1.08) contrast(1.03)}.playing-card-fallback{position:relative;width:min(165px,76%);min-height:168px;border-radius:.7rem;border:1px solid rgb(255 255 255/74%);background:radial-gradient(120px 80px at 20% 12%,rgb(255 255 255/95%),transparent 64%),linear-gradient(160deg,rgb(249 251 255/98%),rgb(222 233 250/98%));display:grid;place-items:center;gap:.22rem;font-family:var(--font-mono-ui);box-shadow:0 14px 28px rgb(2 8 20/26%),inset 0 0 0 1px rgb(7 15 30/6%)}.playing-card-fallback:after,.playing-card-fallback:before{content:"";position:absolute;width:.46rem;height:.46rem;border-radius:999px;background:currentcolor;opacity:24%}.playing-card-fallback:before{left:.62rem;top:.62rem}.playing-card-fallback:after{right:.62rem;bottom:.62rem}.playing-card-fallback-dark{color:#12253f}.playing-card-fallback-red{color:#c6283d}.playing-card-fallback-rank{font-size:clamp(2.1rem,5vw,2.7rem);font-weight:900;line-height:1}.playing-card-fallback-suit{font-size:clamp(2rem,4vw,2.55rem);line-height:1}.playing-card-fallback-back{font-size:.8rem;letter-spacing:.22em;color:#4f6d9f}.playing-card-brand{position:absolute;right:.52rem;bottom:.5rem;width:52px;height:auto;opacity:18%;pointer-events:none}.playing-card-compact .playing-card-art{width:min(84px,76%)}.playing-card-code{position:absolute;left:0;right:0;bottom:.28rem;margin:0;text-align:center;font-family:var(--font-mono-ui);font-size:.68rem;color:rgb(221 236 255/92%);text-shadow:0 1px 0 rgb(0 0 0/40%)}.playing-card-compact .playing-card-fallback{width:min(84px,76%);min-height:94px}.playing-card-theme-neon .playing-card-art{filter:saturate(1.35) contrast(1.08) drop-shadow(0 0 12px rgb(56 240 180/36%))}.playing-card-theme-minimal .playing-card-art{filter:grayscale(.94) contrast(1.06) drop-shadow(0 8px 16px rgb(20 20 20/20%))}.playing-card-title{position:absolute;top:.48rem;left:0;right:0;margin:0;text-align:center;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:rgb(206 225 255/84%)}.playing-card-hidden .playing-card-title{color:rgb(194 213 255/82%)}@keyframes game-ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@media (width <= 768px){.game-grid-card:hover,.game-hub-play-card:hover{transform:none;box-shadow:0 10px 24px rgb(6 18 36/46%)}.game-ticker-track{animation-duration:24s}.playing-card{min-height:168px}.playing-card-art{width:min(136px,74%)}}@media (width <= 560px){.playing-card{min-height:156px}}@media (width <= 767px){.game-page-root .game-mobile-stake-dock{position:fixed;right:max(.75rem,env(safe-area-inset-right,0px));bottom:calc(var(--mobile-bottom-nav-height) + var(--mobile-bottom-nav-safe-area) + .5rem);left:max(.75rem,env(safe-area-inset-left,0px));z-index:80;display:grid;grid-template-columns:minmax(7rem,.72fr) minmax(9rem,1.28fr);width:auto;max-width:30rem;min-height:0;margin-inline:auto;gap:.55rem;border:1px solid var(--line-strong);border-radius:1rem;background:radial-gradient(280px 120px at 100% 0,rgb(56 240 180/13%),transparent 72%),color-mix(in srgb,var(--surface-nav) 96%,transparent);box-shadow:0 16px 44px rgb(0 0 0/48%),inset 0 1px 0 rgb(226 238 255/8%);backdrop-filter:blur(18px);padding:.6rem}.game-mobile-stake-action,.game-mobile-stake-field{display:grid;min-width:0;gap:.25rem}.game-mobile-stake-action>span:first-child,.game-mobile-stake-field>span:first-child{overflow:hidden;color:var(--text-dim);font-size:.7rem;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.game-mobile-stake-input-wrap{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:48px;border:1px solid var(--line);border-radius:.78rem;background:var(--surface-strong);padding-right:.6rem}.game-mobile-stake-input-wrap:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)}.game-mobile-stake-input-wrap input{width:100%;min-width:0;min-height:46px;border:0;background:transparent;color:var(--text-main);font-variant-numeric:tabular-nums;font-weight:750;outline:0;padding:.55rem .4rem .55rem .7rem}.game-mobile-stake-input-wrap small{color:var(--text-dim);font-size:.66rem;font-weight:700}.game-mobile-stake-action .cta-main{position:static!important;inset:auto!important;width:100%!important;min-height:48px!important;border-radius:.78rem!important}.game-mobile-stake-buttons{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.4rem}.game-mobile-stake-buttons .cta-ghost{min-height:48px;padding-inline:.7rem}}@media (width >= 768px){.game-page-root .game-mobile-stake-dock{display:none}}@media (width <= 900px){.game-page-shell{padding-inline:max(.7rem,env(safe-area-inset-left,0px));padding-right:max(.7rem,env(safe-area-inset-right,0px))}}.game-hub-xtreme-tooltip{inset:calc(100% + .45rem) auto auto 0;transform:none;width:min(15rem,calc(100vw - 2rem));text-align:left}.games-hub-page{overflow-x:clip;isolation:isolate}.games-hub-page .app-shell{width:min(100%,var(--game-shell-max));margin-inline:auto;padding-inline:clamp(.85rem,2.1vw,1.75rem)}.games-hub-topbar{--gc-header-h:3.5rem;--gc-border:rgb(110 168 255/12%);--gc-text:#dee4f0;--gc-text-dim:#7888ac;--gc-surface:rgb(10 18 38/78%);--gc-surface-hover:rgb(14 24 48/88%);border:1px solid var(--gc-border);border-radius:.95rem;box-shadow:0 18px 46px rgb(3 10 22/24%)}.games-hub-topbar .game-container-header-right .cta-ghost{min-height:2.35rem;padding:.45rem .85rem}.games-hub-page .game-hero{border-radius:1rem;padding:clamp(1rem,2.4vw,1.65rem)!important}.games-hub-page .game-hero h1{max-width:18ch;font-size:clamp(1.85rem,3vw,3rem);line-height:1.02;letter-spacing:0}.games-hub-page .game-availability{max-width:52%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (width <= 768px){.game-mobile-action-dock{position:sticky;bottom:env(safe-area-inset-bottom);z-index:40;display:grid;gap:.45rem;min-height:var(--game-mobile-dock-height);border:1px solid rgb(172 202 255/20%);border-radius:1rem 1rem 0 0;background:rgb(5 10 22/90%);box-shadow:0 -16px 40px rgb(2 8 20/36%);backdrop-filter:blur(18px);padding:.62rem}.games-hub-page .app-shell{gap:.85rem;padding-inline:.75rem}.games-hub-page .game-hero h1{max-width:100%;font-size:clamp(1.7rem,8vw,2.35rem)}.games-hub-page .game-availability{max-width:64%}.game-hub-card-body{padding:.9rem}.game-hub-card-meta{align-items:flex-start;flex-direction:column;gap:.45rem}}.game-rail-resize-handle{position:relative;width:0;z-index:5}.game-rail-resize-grip{position:absolute;inset:0 -6px;width:14px;cursor:col-resize;display:flex;align-items:center;justify-content:center;z-index:5;background:transparent;border:none;outline:none}.game-rail-resize-grip:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.game-rail-resize-grip:after{content:"";width:3px;height:36px;border-radius:2px;background:rgb(172 202 255/20%);transition:background var(--motion-fast) var(--ease-out)}.game-rail-resize-handle:hover .game-rail-resize-grip:after{background:var(--accent)}.app-shell.mt-8,.games-hub-page .app-shell.mt-8{margin-top:clamp(.15rem,1.2vw,.9rem)!important}@media (width <= 900px){.game-page-shell .game-crash-action-grid{position:static!important;width:auto;align-self:stretch}}@media (width <= 640px){.games-hub-page .game-ticker{display:none}}.stake-play-bar{display:none}@media (width <= 900px){.game-page-root .stake-play-bar{display:flex;flex-direction:column;position:fixed;inset:auto 0 0;z-index:50;background:var(--surface-nav);backdrop-filter:blur(18px);border-top:1px solid var(--line-strong);padding:.75rem .75rem calc(.75rem + env(safe-area-inset-bottom, 0px));box-shadow:0 -12px 32px rgb(0 0 0/32%);transform:translateZ(0);max-height:calc(100dvh - var(--app-header-offset, 0px) - 1rem);overflow-y:auto}.game-page-root .stake-play-bar[data-state=empty]{min-height:52px;justify-content:center}.game-page-root .stake-play-content{display:flex;flex-direction:column;gap:.5rem;width:100%}.stake-play-empty{display:flex;align-items:center;justify-content:center;width:100%}.stake-play-empty-label{font-size:.85rem;color:var(--text-dim)}.stake-play-top{display:flex;flex-direction:column;gap:.5rem}.stake-play-adjust{display:flex;gap:.75rem}.stake-play-adjust,.stake-play-step{align-items:center;justify-content:center}.stake-play-step{display:inline-flex;width:48px;height:48px;min-width:48px;min-height:48px;border-radius:50%;border:1px solid var(--line);background:var(--surface-soft);color:var(--text-main);font-size:1.35rem;font-weight:600;cursor:pointer;transition:background .12s,border-color .12s}.stake-play-step:active:not(:disabled){background:var(--surface-interactive-strong);border-color:var(--accent)}.stake-play-step:disabled{opacity:35%;cursor:not-allowed}.stake-play-value{font-size:1.25rem;font-weight:700;color:var(--text-main);min-width:5rem;text-align:center;font-variant-numeric:tabular-nums}.stake-play-currency{font-size:.7rem;font-weight:500;color:var(--text-dim);margin-left:.25rem}.stake-play-chips{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.stake-play-chip{display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:40px;padding:.35rem .65rem;border-radius:.65rem;border:1px solid var(--line);background:var(--surface-soft);color:var(--text-main);font-size:.82rem;font-weight:500;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.stake-play-chip:active:not(:disabled){border-color:var(--accent)}.stake-play-chip:disabled{opacity:35%;cursor:not-allowed}.stake-play-chip-active,.stake-play-chip-active:hover{background:var(--accent);border-color:var(--accent);color:var(--text-on-accent,#fff)}.stake-play-custom-input{display:flex;justify-content:center}.stake-play-custom-field{width:100%;max-width:12rem;padding:.5rem .75rem;border-radius:.65rem;border:1px solid var(--line);background:var(--surface-strong);color:var(--text-main);font-size:.9rem;text-align:center}.stake-play-bottom{display:flex;gap:.5rem;align-items:stretch}.stake-play-cancel{flex:0 0 auto;min-height:48px;padding:0 1rem}.stake-play-confirm{flex:1;min-height:48px;font-size:1rem;font-weight:700;border-radius:.75rem}.stake-play-confirm-yes{background:var(--positive-bg);border-color:var(--positive-border);color:var(--positive-text)}.stake-play-confirm-no{background:var(--danger-bg);border-color:var(--danger-border);color:var(--danger-text)}.stake-play-pending{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 0;font-size:.9rem;color:var(--text-dim)}.stake-play-spinner{width:20px;height:20px;border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:stake-spin .6s linear infinite}}@media (width <= 900px){@keyframes stake-spin{to{transform:rotate(1turn)}}}@media (width <= 900px){.stake-play-result{display:flex;align-items:center;justify-content:center;padding:.5rem 0;font-size:.9rem;color:var(--positive-text)}.game-page-shell{width:min(100%,31rem);margin-inline:auto}}:root[data-theme=light] .games-hub-results-module,:root[data-theme=light] .games-hub-winner-strip{border-color:rgb(48 85 145/22%);background:radial-gradient(420px 170px at 100% 0,rgb(37 99 235/10%),transparent 72%),radial-gradient(360px 150px at 0 100%,rgb(14 166 108/10%),transparent 74%),linear-gradient(180deg,rgb(255 255 255/96%),rgb(239 247 255/94%));color:var(--text-main)}:root[data-theme=light] .games-hub-overview>div,:root[data-theme=light] .games-hub-result-row,:root[data-theme=light] .games-hub-results-slide,:root[data-theme=light] .games-hub-winner-ticker{border-color:rgb(48 85 145/18%);background:radial-gradient(260px 140px at 100% 0,rgb(14 166 108/7%),transparent 72%),rgb(255 255 255/86%);color:var(--text-main)}:root[data-theme=light] .games-hub-results-nav button{border-color:rgb(48 85 145/22%);background:rgb(242 248 255/86%);color:var(--text-main)}:root[data-theme=light] .games-hub-results-nav button:focus-visible,:root[data-theme=light] .games-hub-results-nav button:hover,:root[data-theme=light] .games-hub-results-nav-active{border-color:rgb(14 166 108/42%);background:rgb(14 166 108/14%)}:root[data-theme=light] .games-hub-results-slider{scrollbar-color:rgb(14 166 108/62%) rgb(60 110 187/14%)}:root[data-theme=light] .games-hub-results-slider::-webkit-scrollbar-track{background:linear-gradient(180deg,rgb(60 110 187/12%),rgb(60 110 187/6%))}:root[data-theme=light] .games-hub-results-slider::-webkit-scrollbar-thumb{border-color:rgb(238 246 255/96%);background:linear-gradient(90deg,rgb(14 166 108/72%),rgb(37 99 235/52%))}