:root{--color-primary: #dc2626;--color-primary-hover: #ef4444;--color-primary-light: #fca5a5;--color-secondary: #9c6afe;--color-secondary-hover: #8352e8;--color-secondary-light: #f2ebff;--color-accent: #f59e0b;--color-accent-hover: #fbbf24;--color-background: #0f172a;--color-surface: #1e293b;--color-surface-hover: #334155;--color-text-main: #f8fafc;--color-text-muted: #94a3b8;--color-danger: #ff477e;--table-felt: #0f766e;--table-border-color: #4a3311;--table-border-glow: rgba(0, 0, 0, .25);--deal-trail-color: rgba(255, 255, 255, .18);--deal-trail-glow: rgba(255, 255, 255, .2);--ball-trail-start: rgba(255, 255, 255, .5);--ball-trail-end: rgba(255, 255, 255, .1);--ball-trail-glow: rgba(255, 255, 255, .35);--chip-icon-start: #ffe169;--chip-icon-end: #f59e0b;--chip-icon-ring: #b88200;--profile-frame-border: #94a3b8;--profile-frame-glow: rgba(148, 163, 184, .35);--profile-frame-fill: rgba(2, 6, 23, .28);--nameplate-start: #f8fafc;--nameplate-end: #cbd5e1;--nameplate-glow: rgba(148, 163, 184, .36);--dealer-accent: #cbd5e1;--dealer-text: #f8fafc;--dealer-sleeve-start: #1e293b;--dealer-sleeve-end: #0f172a;--finisher-win-gradient: linear-gradient(120deg, #fde68a, #f59e0b);--finisher-bust-gradient: linear-gradient(120deg, #fca5a5, #dc2626);--finisher-glow: rgba(251, 191, 36, .55);--betui-panel-bg: rgba(0, 0, 0, .3);--betui-panel-border: rgba(255, 255, 255, .14);--betui-chip-ring: #fbbf24;--betui-chip-glow: rgba(251, 191, 36, .36);--betui-button-bg: #10b981;--betui-button-text: #ffffff;--streak-aura-color: #fbbf24;--streak-aura-glow: rgba(251, 191, 36, .45);--dealstyle-start-x: 300px;--dealstyle-start-y: -300px;--dealstyle-start-rot: 180deg;--dealstyle-duration: .3s;--dealstyle-curve: cubic-bezier(.175, .885, .32, 1);--dealstyle-trail-x: -52px;--dealstyle-trail-y: -40px;--dealstyle-trail-blur: 12px;--font-family: "Outfit", sans-serif;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .2);--shadow-md: 0 8px 24px rgba(0, 0, 0, .4);--shadow-lg: 0 16px 48px rgba(0, 0, 0, .6);--max-width: 1200px;--header-height: 80px}html[data-theme=premium]{--table-felt: #2b005e;--color-background: #09090b;--color-surface: #18181b;--color-primary: #f59e0b;--shadow-lg: 0 8px 32px rgba(245, 158, 11, .15)}.table-shell{border:6px solid var(--table-border-color);box-shadow:inset 0 0 50px #00000080,var(--shadow-lg)}.table-shell--thick{border-width:8px}@keyframes table-border-neon{0%,to{box-shadow:inset 0 0 50px #00000080,0 0 16px var(--table-border-glow),var(--shadow-lg)}50%{box-shadow:inset 0 0 50px #00000080,0 0 28px var(--table-border-glow),0 0 46px var(--table-border-glow),var(--shadow-lg)}}@keyframes table-border-inferno{0%{box-shadow:inset 0 0 50px #00000080,0 0 12px var(--table-border-glow),var(--shadow-lg);filter:saturate(1)}50%{box-shadow:inset 0 0 50px #00000080,0 0 26px var(--table-border-glow),0 0 40px #fb923c59,var(--shadow-lg);filter:saturate(1.2)}to{box-shadow:inset 0 0 50px #00000080,0 0 12px var(--table-border-glow),var(--shadow-lg);filter:saturate(1)}}@keyframes table-border-prism{0%{box-shadow:inset 0 0 50px #00000080,0 0 18px #22d3ee80,0 0 36px #a855f773,var(--shadow-lg)}33%{box-shadow:inset 0 0 50px #00000080,0 0 18px #f472b68c,0 0 36px #3b82f673,var(--shadow-lg)}66%{box-shadow:inset 0 0 50px #00000080,0 0 18px #fbbf248c,0 0 36px #22c55e73,var(--shadow-lg)}to{box-shadow:inset 0 0 50px #00000080,0 0 18px #22d3ee80,0 0 36px #a855f773,var(--shadow-lg)}}html[data-table-borderfx=neon-pulse-border] .table-shell{animation:table-border-neon 1.9s ease-in-out infinite}html[data-table-borderfx=inferno-border] .table-shell{animation:table-border-inferno 1.7s ease-in-out infinite}html[data-table-borderfx=cosmic-prism-border] .table-shell,html[data-table-borderfx=premium-crown-border] .table-shell{animation:table-border-prism 2.8s linear infinite}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-background);color:var(--color-text-main);line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;transition:background-color .4s ease,color .4s ease}#app{min-height:100vh;display:flex;flex-direction:column;min-width:0}h1{font-size:2.5rem;font-weight:800;letter-spacing:-.02em}h2{font-size:2rem;font-weight:700;letter-spacing:-.01em}h3{font-size:1.5rem;font-weight:600}a{color:var(--color-secondary);text-decoration:none;cursor:pointer}a:hover{text-decoration:underline}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:8px}.gap-4{gap:16px}.gap-6{gap:24px}.gap-8{gap:32px}.grid{display:grid}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.mt-4{margin-top:16px}.mt-8{margin-top:32px}.mb-4{margin-bottom:16px}.mb-8{margin-bottom:32px}.py-4{padding-top:16px;padding-bottom:16px}.py-8{padding-top:32px;padding-bottom:32px}.px-4{padding-left:16px;padding-right:16px}.game-select-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media(max-width:768px){.table-shell{padding:12px 8px!important;min-height:auto!important}}.card{background-color:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:24px;transition:transform .2s ease,box-shadow .2s ease,background-color .4s ease}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-weight:600;padding:12px 24px;border-radius:var(--radius-pill);border:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:1rem}.btn:active{transform:scale(.95)}.btn-primary{background-color:var(--color-primary);color:#053b36}.btn-primary:hover{background-color:var(--color-primary-hover);box-shadow:0 4px 12px #3debd84d}.btn-secondary{background-color:var(--color-secondary);color:#fff}.btn-secondary:hover{background-color:var(--color-secondary-hover);box-shadow:0 4px 12px #9c6afe4d}.btn-accent{background-color:var(--color-accent);color:#4d3600}.btn-accent:hover{background-color:var(--color-accent-hover);box-shadow:0 4px 12px #ffb7034d}.chip-badge{display:flex;align-items:center;gap:8px;background-color:var(--color-surface);padding:8px 16px;border-radius:var(--radius-pill);box-shadow:var(--shadow-sm);font-weight:700;font-size:1.1rem}.chip-icon{width:24px;height:24px;background:radial-gradient(circle,var(--chip-icon-start) 0%,var(--chip-icon-end) 100%);border-radius:50%;border:2px dashed var(--chip-icon-ring);box-shadow:inset 0 0 4px #fffc;display:inline-block}.header-profile-mini{background:#00000040;border-radius:10px;padding:6px 10px;min-width:150px}.header-profile-mini-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.header-profile-mini-name{font-size:.82rem;font-weight:800;color:var(--color-text-main);line-height:1.1}.header-profile-mini-pet{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.header-profile-mini-title{margin-top:2px;font-size:.63rem;text-transform:uppercase;letter-spacing:.08em;line-height:1.1;font-weight:700}.header-mobile-profile-btn,.header-mobile-menu-toggle{display:none}.header-menu-panel{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.profile-frame-shell{border:1px solid var(--profile-frame-border);background:var(--profile-frame-fill);box-shadow:inset 0 0 0 1px #ffffff14,0 0 12px var(--profile-frame-glow)}.profile-nameplate{font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(90deg,var(--nameplate-start),var(--nameplate-end));-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 10px var(--nameplate-glow)}.dealer-persona-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;border:1px solid color-mix(in srgb,var(--dealer-accent) 55%,transparent);background:linear-gradient(120deg,var(--dealer-sleeve-start),var(--dealer-sleeve-end));color:var(--dealer-text);box-shadow:0 0 12px color-mix(in srgb,var(--dealer-accent) 35%,transparent);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dealer-persona-badge:before{content:var(--dealer-badge, "♠");font-size:.82rem;color:var(--dealer-accent)}.dealer-sleeve-strip{background:linear-gradient(120deg,var(--dealer-sleeve-start),var(--dealer-sleeve-end));border:1px solid color-mix(in srgb,var(--dealer-accent) 30%,transparent);box-shadow:inset 0 0 14px #00000059,0 0 14px color-mix(in srgb,var(--dealer-accent) 20%,transparent);border-radius:10px}.streak-aura-badge{color:var(--streak-aura-color);border:1px solid color-mix(in srgb,var(--streak-aura-color) 45%,transparent);box-shadow:0 0 12px var(--streak-aura-glow);animation:streak-aura-pulse 1.2s ease-in-out infinite}@keyframes streak-aura-pulse{0%,to{transform:scale(1);filter:saturate(1);text-shadow:0 0 8px var(--streak-aura-glow)}50%{transform:scale(1.08);filter:saturate(1.25);text-shadow:0 0 16px var(--streak-aura-glow),0 0 28px var(--streak-aura-glow)}}.mascot-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:radial-gradient(circle at 30% 28%,var(--mascot-base),var(--mascot-accent) 72%);border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 -4px 8px #00000040,0 0 12px var(--mascot-glow);transform-origin:center}.mascot-avatar:before,.mascot-avatar:after{content:"";position:absolute;top:-6px;width:10px;height:12px;background:var(--mascot-accent);border:1px solid rgba(255,255,255,.18);border-radius:8px 8px 3px 3px}.mascot-avatar:before{left:5px;transform:rotate(-14deg)}.mascot-avatar:after{right:5px;transform:rotate(14deg)}.mascot-avatar-mark{position:absolute;top:8px;left:50%;transform:translate(-50%);width:13px;height:7px;border-radius:0 0 10px 10px;background:var(--mascot-mark);opacity:.55}.mascot-avatar-eye{position:absolute;top:14px;width:4px;height:4px;border-radius:50%;background:var(--mascot-eye);box-shadow:0 0 4px #fff3;animation:mascot-blink 4.2s ease-in-out infinite}.mascot-avatar-eye--left{left:11px}.mascot-avatar-eye--right{right:11px}.mascot-avatar-snout{position:absolute;bottom:7px;width:12px;height:7px;border-radius:8px;background:#ffffffb8}.mascot-avatar-crest{position:absolute;top:-3px;left:50%;transform:translate(-50%);width:8px;height:6px;border-radius:4px;background:transparent}.mascot-avatar--xs{width:18px;height:18px}.mascot-avatar--xs:before,.mascot-avatar--xs:after{top:-3px;width:5px;height:6px}.mascot-avatar--xs:before{left:2px}.mascot-avatar--xs:after{right:2px}.mascot-avatar--xs .mascot-avatar-mark{top:4px;width:6px;height:3px}.mascot-avatar--xs .mascot-avatar-eye{top:7px;width:2px;height:2px}.mascot-avatar--xs .mascot-avatar-eye--left{left:5px}.mascot-avatar--xs .mascot-avatar-eye--right{right:5px}.mascot-avatar--xs .mascot-avatar-snout{bottom:3px;width:6px;height:3px}.mascot-avatar--sm{width:24px;height:24px}.mascot-avatar--sm:before,.mascot-avatar--sm:after{top:-4px;width:7px;height:8px}.mascot-avatar--sm:before{left:3px}.mascot-avatar--sm:after{right:3px}.mascot-avatar--sm .mascot-avatar-mark{top:6px;width:9px;height:4px}.mascot-avatar--sm .mascot-avatar-eye{top:10px;width:3px;height:3px}.mascot-avatar--sm .mascot-avatar-eye--left{left:8px}.mascot-avatar--sm .mascot-avatar-eye--right{right:8px}.mascot-avatar--sm .mascot-avatar-snout{bottom:5px;width:8px;height:5px}.mascot-avatar--chipmunk .mascot-avatar-snout{background:#fff4dce6}.mascot-avatar--fox:before,.mascot-avatar--fox:after{height:14px;border-radius:10px 10px 2px 2px}.mascot-avatar--panther:before,.mascot-avatar--panther:after{background:#0f172a}.mascot-avatar--panther .mascot-avatar-mark{opacity:.8}.mascot-avatar--raven:before,.mascot-avatar--raven:after{display:none}.mascot-avatar--raven .mascot-avatar-snout{width:12px;height:8px;border-radius:0;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background:var(--mascot-mark)}.mascot-avatar--dragonet:before,.mascot-avatar--dragonet:after{background:var(--mascot-mark);height:13px}.mascot-avatar--dragonet .mascot-avatar-crest{background:var(--mascot-mark)}.mascot-avatar--phoenix:before,.mascot-avatar--phoenix:after{background:var(--mascot-mark);height:10px}.mascot-avatar--phoenix .mascot-avatar-crest{width:12px;height:8px;background:linear-gradient(90deg,var(--mascot-mark),var(--mascot-accent));clip-path:polygon(0% 100%,25% 0%,50% 75%,75% 0%,100% 100%)}.meta-pill{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#00000047;border:1px solid rgba(255,255,255,.12);font-size:.7rem;font-weight:700;color:#e2e8f0}.meta-stats-panel{max-height:0;opacity:0;overflow:hidden;transition:max-height .35s ease,opacity .25s ease,margin-top .25s ease;margin-top:0}.meta-profile-open .meta-stats-panel{max-height:460px;opacity:1;margin-top:14px}.meta-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.meta-stat-cell{background:#00000047;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:8px 10px}.meta-stat-label{font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.meta-stat-value{margin-top:2px;font-size:.98rem;font-weight:800;color:#f8fafc}html[data-chip-finish=shiny] .chip-icon{background-image:linear-gradient(115deg,#fff0 32%,#ffffffb3,#fff0 68%),radial-gradient(circle,var(--chip-icon-start) 0%,var(--chip-icon-end) 100%);background-size:220% 100%,100% 100%;animation:chip-icon-gleam 2.8s linear infinite}@keyframes chip-icon-gleam{0%{background-position:-190% 0,0 0}to{background-position:190% 0,0 0}}@keyframes chip-icon-reactive{0%,to{box-shadow:inset 0 0 4px #fffc,0 0 #fff0;filter:saturate(1)}50%{box-shadow:inset 0 0 8px #fffffff2,0 0 10px #ffffff40;filter:saturate(1.25)}}html[data-chip-reactive=true] .chip-icon{animation:chip-icon-reactive 1.4s ease-in-out infinite}html[data-chip-finish=shiny][data-chip-reactive=true] .chip-icon{animation:chip-icon-gleam 2.8s linear infinite,chip-icon-reactive 1.4s ease-in-out infinite}@keyframes frame-neon-pulse{0%,to{box-shadow:inset 0 0 0 1px #ffffff14,0 0 12px var(--profile-frame-glow)}50%{box-shadow:inset 0 0 0 1px #ffffff1f,0 0 22px var(--profile-frame-glow),0 0 38px var(--profile-frame-glow)}}@keyframes frame-prism-shift{0%{filter:saturate(1)}50%{filter:saturate(1.35) hue-rotate(26deg)}to{filter:saturate(1)}}@keyframes nameplate-wave{0%{background-position:0% 50%}to{background-position:220% 50%}}@keyframes nameplate-spark{0%,to{filter:brightness(1);text-shadow:0 0 10px var(--nameplate-glow)}50%{filter:brightness(1.28);text-shadow:0 0 18px var(--nameplate-glow),0 0 34px var(--nameplate-glow)}}html[data-profile-framefx=neon-circuit-frame] .profile-frame-shell{animation:frame-neon-pulse 1.8s ease-in-out infinite}html[data-profile-framefx=prism-vault-frame] .profile-frame-shell,html[data-profile-framefx=premium-royal-frame] .profile-frame-shell{animation:frame-neon-pulse 2.2s ease-in-out infinite,frame-prism-shift 3.4s linear infinite}html[data-nameplatefx=aurora-nameplate] .profile-nameplate,html[data-nameplatefx=void-nameplate] .profile-nameplate,html[data-nameplatefx=solarflare-nameplate] .profile-nameplate,html[data-nameplatefx=premium-crown-nameplate] .profile-nameplate{background-size:220% 100%;animation:nameplate-wave 2.3s linear infinite}html[data-nameplatefx=void-nameplate] .profile-nameplate,html[data-nameplatefx=solarflare-nameplate] .profile-nameplate,html[data-nameplatefx=premium-crown-nameplate] .profile-nameplate{animation:nameplate-wave 2.3s linear infinite,nameplate-spark 1.5s ease-in-out infinite}#mascot-dock{position:fixed;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:90;pointer-events:none;display:inline-flex;align-items:center;justify-content:center;gap:0;padding:0;border-radius:999px;background:transparent;border:none;box-shadow:none}.mascot-dock-bubble{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.14);background:#0206179e;box-shadow:inset 0 0 6px #ffffff0a,0 6px 14px #02061766;animation:mascot-bob 2.1s ease-in-out infinite}.mascot-dock-name{display:none}@keyframes mascot-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes mascot-blink{0%,45%,to{transform:scaleY(1)}48%{transform:scaleY(.2)}51%{transform:scaleY(1)}}#mascot-dock[data-pet-finish=shiny] .mascot-dock-bubble{background-image:linear-gradient(115deg,#fff0 28%,#ffffff6b,#fff0 72%);background-size:220% 100%;animation:mascot-bob 2.1s ease-in-out infinite,chip-icon-gleam 2.8s linear infinite}@keyframes pop-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.animate-pop-in{animation:pop-in .4s cubic-bezier(.175,.885,.32,1.275) forwards}@media(max-width:768px){body,html{overflow-x:clip;overflow-y:auto;max-width:100%;touch-action:pan-y pinch-zoom}#app{min-width:0}main{min-width:0;overscroll-behavior-x:none;-webkit-overflow-scrolling:touch}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}header.flex{flex-direction:column;padding:12px 16px!important;gap:16px!important;height:auto!important}header .flex{width:100%;justify-content:space-between;flex-wrap:wrap;gap:12px!important}header .btn{padding:8px 12px!important;font-size:.85rem!important;flex:1;text-align:center}.header-profile-link{display:none!important}.header-mobile-profile-btn{display:inline-flex!important}.header-mobile-menu-toggle{display:inline-flex!important;flex:0 0 auto!important}.header-right{position:relative;justify-content:flex-end!important}.header-menu-panel{display:none;width:100%;flex-direction:column;align-items:stretch;gap:8px;margin-top:8px;padding:10px;border-radius:12px;background:#020617eb;border:1px solid rgba(255,255,255,.1);box-shadow:0 14px 28px #0206176b}.header-menu-panel.is-open{display:flex}.header-menu-panel .btn,.header-menu-panel .chip-badge{width:100%;min-width:0;justify-content:center;flex:none!important}.glass-panel{padding:24px!important;max-width:92vw!important;min-width:100%!important;border-radius:20px!important;box-sizing:border-box}.glass-panel input{margin-bottom:16px!important;padding:12px!important}.glass-panel button{padding:12px!important;font-size:1rem!important}.grid-cols-3{grid-template-columns:1fr;gap:16px}#mascot-dock{right:8px;bottom:calc(8px + env(safe-area-inset-bottom))}}@media(max-width:480px){header.flex{padding:10px!important}.header-profile-mini{min-width:unset;padding:4px 8px}.header-profile-mini-name,.header-profile-mini-title{display:none}.header-profile-mini-row{justify-content:center}.chip-badge{padding:6px 12px;font-size:.95rem;flex:1;justify-content:center}#mascot-dock{right:6px;bottom:calc(6px + env(safe-area-inset-bottom))}.mascot-dock-bubble{width:24px;height:24px}}@media(max-width:900px){.container{padding-left:16px;padding-right:16px}.card{padding:18px;border-radius:18px}.btn{padding:10px 16px}.app-header{gap:12px}.header-left,.header-right{width:100%;flex-wrap:wrap;gap:10px}.header-right{justify-content:center}.header-logo-title{font-size:1.2rem!important}.header-profile-link{flex:1 1 auto;min-width:160px}.header-chip-badge{order:5}.lobby-page .lobby-hero{padding:20px 0!important;gap:20px!important}.lobby-page .lobby-hero h1{font-size:2.6rem!important}.lobby-page .root-card{padding:20px!important}.lobby-page .root-card h3{font-size:1.1rem!important}.shop-page .shop-item-card{padding:12px!important;border-radius:12px!important}.shop-page .shop-item-card__meta{align-items:flex-start!important}.shop-page .shop-action{min-height:40px}.leaderboards-page .leaderboard-row,.leaderboards-page .leaderboard-recent-row{align-items:flex-start!important}.blackjack-page .table-shell,.roulette-page .table-shell,.slots-page .table-shell,.roguelite-page .table-shell{border-radius:16px!important;padding:12px!important}.blackjack-page .card-element,.blackjack-page .hidden-card{width:62px!important;height:88px!important}.blackjack-page .bj-chip-row,.blackjack-page .bj-action-row{width:100%;flex-wrap:wrap;gap:10px!important}.blackjack-page #controls-container .btn{flex:1 1 140px;min-width:0}.blackjack-page .bet-chip{width:36px!important;height:36px!important;font-size:.78rem!important}.roulette-page .roulette-layout{gap:14px!important}.roulette-page .roulette-wheel-col,.roulette-page .roulette-panel-col{width:100%;flex:1 1 100%!important}.roulette-page .roulette-wheel-stage{margin:0 auto}.roulette-page .roulette-topbar{flex-wrap:wrap;gap:10px!important;justify-content:center!important}.roulette-page .roulette-chip-picker{flex-wrap:wrap;justify-content:center}.roulette-page .roulette-actions{width:100%;flex-wrap:wrap;gap:10px!important}.roulette-page .roulette-action-btn{flex:1 1 180px}.slots-page .slots-reels{gap:8px!important;padding:12px!important;margin-bottom:16px!important}.slots-page .reel{height:86px!important;font-size:2.7rem!important}.slots-page .slots-bet-row{flex-wrap:wrap;justify-content:center!important}.slots-page .bet-chip{width:38px!important;height:38px!important;font-size:.8rem!important}.auth-page .auth-card{padding:28px!important;border-radius:20px!important;max-width:560px!important}}@media(max-width:640px){.container{padding-left:12px;padding-right:12px}.btn{font-size:.92rem;padding:10px 12px}.app-header{padding:10px 12px!important;gap:10px!important}.app-header .header-left{align-items:flex-start}.header-logo{min-width:0}.header-logo-mark{width:34px!important;height:34px!important;border-radius:10px!important;font-size:1.25rem!important}.header-logo-title{font-size:1rem!important;line-height:1.05}.header-profile-link{width:100%}.header-profile-mini{width:100%;min-width:0}.header-right>a,.header-right>button,.header-right>div{flex:1 1 calc(50% - 6px);min-width:0}.header-mobile-menu-toggle{flex:0 0 auto!important;width:auto!important}.header-menu-panel{flex:1 1 100%!important}.header-right .chip-badge{justify-content:center}.header-premium-btn,.header-signin-btn,.header-logout-btn{min-height:38px}.lobby-page .lobby-hero h1{font-size:2rem!important;line-height:1.05!important}.lobby-page .lobby-hero p{font-size:1rem!important;margin-bottom:16px!important}.lobby-page .lobby-pulse{padding:12px!important}.lobby-page .game-select-grid{gap:12px!important}.lobby-page .root-card{padding:16px!important;border-radius:14px!important}.lobby-page .root-card>div[style*="font-size: 3rem"]{font-size:2.25rem!important;margin-bottom:6px!important}.shop-page>section:first-child{gap:12px!important;margin-bottom:16px!important}.shop-page>section:first-child>div:last-child{width:100%;text-align:center;padding:10px 12px!important}.shop-page .shop-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.shop-page .shop-item-card{padding:10px!important}.shop-page .shop-item-card__meta{flex-direction:column;gap:4px!important}.shop-page .shop-item-card__meta>div:last-child{align-self:flex-start;font-size:.8rem!important}.shop-page .shop-action{font-size:.78rem!important;padding:8px!important}.shop-page #btn-daily-spin{width:100%;max-width:320px}.shop-page section [style*="min-width:240px"]{min-width:0!important;width:100%}.profile-page h1{font-size:1.8rem!important;line-height:1.1}.profile-page #meta-profile-card{padding:12px!important;border-radius:16px!important}.profile-page .meta-pill{font-size:.64rem;padding:3px 7px}.profile-page .meta-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-page .meta-stat-cell{padding:8px!important}.profile-page .meta-stat-value{font-size:.9rem}.profile-page .profile-username-actions{flex-direction:column;align-items:stretch!important}.profile-page .profile-username-actions input,.profile-page .profile-username-actions button{width:100%;min-width:0!important}.profile-page .profile-inv-row{flex-direction:column;gap:8px!important;align-items:stretch!important}.profile-page .profile-inv-row-title{min-width:0!important;padding-top:0!important;font-weight:700}.profile-page .profile-inv-row-items{gap:8px!important}.profile-page .profile-inv-equip{min-height:34px}.profile-page .profile-admin-panel [style*="grid-template-columns:1.2fr auto"],.profile-page .profile-admin-panel [style*="grid-template-columns:1fr auto auto"]{grid-template-columns:1fr!important}.profile-page .profile-admin-panel select,.profile-page .profile-admin-panel input,.profile-page .profile-admin-panel button{width:100%;min-width:0!important}.profile-page .profile-footer-actions{margin-top:20px!important;display:flex;flex-direction:column;gap:10px;text-align:initial!important}.profile-page .profile-footer-actions .btn{margin-right:0!important;width:100%}.leaderboards-page>section:first-child{gap:12px!important;align-items:flex-start!important;margin-bottom:14px!important}.leaderboards-page>section:first-child h1{font-size:1.7rem!important}.leaderboards-page>section[style*="grid-template-columns:repeat(auto-fit,minmax(250px,1fr))"]{grid-template-columns:1fr!important}.leaderboards-page .leaderboard-row,.leaderboards-page .leaderboard-recent-row{flex-wrap:wrap;gap:6px!important}.leaderboards-page .leaderboard-row>div:last-child,.leaderboards-page .leaderboard-recent-row>div:last-child{width:100%;text-align:left}.blackjack-page .table-shell{padding:10px!important;min-height:0!important}.blackjack-page .table-shell>div[style*="position: absolute; top: -10px; right: 20px"]{display:none!important}.blackjack-page .card-element,.blackjack-page .hidden-card{width:54px!important;height:78px!important}.blackjack-page .min-h-cards{min-height:78px!important}.blackjack-page #dealer-cards,.blackjack-page #player-cards{gap:8px!important}.blackjack-page .dealer-persona-badge{font-size:.62rem;padding:2px 8px}.blackjack-page #controls-container{padding:10px!important;gap:10px!important}.blackjack-page #controls-container .btn{flex:1 1 calc(50% - 5px);padding:9px 10px!important;font-size:.85rem!important}.blackjack-page .bj-chip-row{gap:8px!important}.blackjack-page .bet-chip{width:32px!important;height:32px!important;font-size:.7rem!important}.roulette-page .roulette-wheel-stage{width:280px!important;height:280px!important;transform:scale(.8)!important}.roulette-page .roulette-topbar{padding:0!important;align-items:stretch!important}.roulette-page #history-container{flex-wrap:wrap;justify-content:center;height:auto!important}.roulette-page .roulette-chip-picker{background:var(--betui-panel-bg);border:1px solid var(--betui-panel-border);border-radius:10px;padding:8px;width:100%}.roulette-page .roulette-chip-picker>span{width:100%;margin-right:0!important;text-align:center}.roulette-page .bet-chip{width:34px!important;height:34px!important;font-size:.72rem!important}.roulette-page .roulette-board{min-width:560px!important;padding:8px!important;gap:3px!important}.roulette-page .bet-spot{font-size:.78rem!important}.roulette-page .roulette-actions{margin-top:10px!important}.roulette-page .roulette-action-btn{flex:1 1 calc(50% - 5px);width:auto;min-width:0}.slots-page .table-shell{padding:12px!important}.slots-page .table-shell h2{font-size:1.2rem!important;letter-spacing:1px!important}.slots-page .slots-reels{padding:8px!important;gap:6px!important;border-width:4px!important}.slots-page .reel{height:68px!important;font-size:2rem!important;border-radius:4px!important}.slots-page .slots-paytable{font-size:.76rem!important;line-height:1.4}.slots-page .slots-bet-row{gap:8px!important;padding:8px!important}.slots-page .slots-bet-row>span{width:100%;margin-right:0!important;text-align:center}.slots-page .bet-chip{width:34px!important;height:34px!important;font-size:.72rem!important}.slots-page #btn-spin{width:100%;padding:12px 16px!important;font-size:1rem!important}.roguelite-page .rl-card{width:42px!important;height:60px!important;font-size:.72rem!important}.roguelite-page .rl-card span[style*="font-size: 0.9rem"]{font-size:.75rem!important}.roguelite-page .table-shell .dealer-persona-badge{font-size:.62rem;padding:2px 8px}.roguelite-page .shop-item,.roguelite-page .relic-card{width:100%!important;max-width:320px;padding:14px!important}.auth-page .auth-card{padding:18px!important;border-radius:16px!important;max-width:100%!important}.auth-page .auth-buttons-row{flex-direction:column;gap:10px!important}.auth-page .auth-buttons-row .btn{width:100%}.username-setup-page h1{font-size:1.35rem!important}}@media(max-width:420px){.shop-page .shop-catalog-grid{grid-template-columns:1fr!important}.header-profile-mini-name,.header-profile-mini-title{display:none}.header-profile-mini-row{justify-content:center}.header-right>a,.header-right>button,.header-right>div{flex:1 1 100%}.header-mobile-menu-toggle{width:100%!important}.profile-page .meta-stats-grid{grid-template-columns:1fr}.blackjack-page #controls-container .btn,.roulette-page .roulette-action-btn{flex-basis:100%}}
