:root{--hub-bg:radial-gradient(ellipse at 15% 10%,rgba(255,200,100,.2),transparent 45%),radial-gradient(ellipse at 85% 15%,rgba(180,120,255,.22),transparent 50%),radial-gradient(ellipse at 50% 110%,rgba(60,160,255,.2),transparent 55%),linear-gradient(180deg,#2a1a6e,#1a1040 50%,#050210);--gold-grad:linear-gradient(180deg,#ffe57a,#ff8a1c);--gold-shadow:0 2px 8px rgba(255,138,28,.5);--gold-text:#5a2a06;--sheet-radius:28px;--card-radius:16px;--pill-radius:999px;--tap-min:44px;--hub-text:#fff;--hub-text-soft:hsla(0,0%,100%,.65);--hub-text-mute:hsla(0,0%,100%,.45);--hub-card-bg:hsla(0,0%,100%,.08);--hub-card-border:hsla(0,0%,100%,.15);--hub-overlay-bg:rgba(0,0,0,.55)}.hub-bg{background:var(--hub-bg)}.btn-gold{background:var(--gold-grad);box-shadow:var(--gold-shadow);color:var(--gold-text);min-height:var(--tap-min);font-weight:800;border:0;border-radius:var(--pill-radius);cursor:pointer;transition:transform .1s ease}.btn-gold:active{transform:scale(.97)}.sheet-card{background:var(--hub-card-bg);border:1px solid var(--hub-card-border);border-radius:var(--card-radius);color:var(--hub-text)}.banner-arch{position:relative;background:var(--gold-grad);border-bottom-left-radius:50% 24px;border-bottom-right-radius:50% 24px;padding:14px 20px 22px;color:var(--gold-text);font-weight:800;text-align:center}@keyframes hub-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hub-slide-in-r{0%{transform:translateX(12px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes hub-slide-up{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.hub-fade-in{animation:hub-fade-in .2s ease}.hub-slide-in-r{animation:hub-slide-in-r .22s ease}.hub-slide-up{animation:hub-slide-up .24s ease}.hub-scroll::-webkit-scrollbar{width:6px;height:6px}.hub-scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.15);border-radius:3px}.hub-scroll::-webkit-scrollbar-track{background:transparent}:root{--header-height:72px;--footer-height:85px;--game-card-size:100px;--category-font-size:14px;--primary:#667eea;--gold:gold;--gold-dark:#ffb700;--bg-dark:#0f0f1a;--bg-card:hsla(0,0%,100%,.06);--border:hsla(0,0%,100%,.08);--text-muted:#718096;--safe-area-top:env(safe-area-inset-top,0px);--safe-area-bottom:env(safe-area-inset-bottom,0px);--safe-area-left:env(safe-area-inset-left,0px);--safe-area-right:env(safe-area-inset-right,0px)}@media (orientation:landscape) and (max-height:500px){:root{--header-height:56px;--footer-height:52px;--game-card-size:90px;--category-font-size:13px}}@media (min-width:768px){:root{--header-height:80px;--footer-height:80px;--game-card-size:130px;--category-font-size:15px}}@media (min-width:1200px){:root{--game-card-size:150px}}html{font-size:16px;-webkit-tap-highlight-color:transparent}body{margin:0;min-height:100vh;overscroll-behavior:none;background:url(/images/ui/main_bg.webp) 50%/cover no-repeat fixed;background-color:#4a6cf7}.app-shell{position:relative;width:100%;height:100vh;height:100dvh;display:grid;grid-template-rows:var(--header-height) 1fr var(--footer-height);overflow:hidden;background:transparent;color:#fff}.home-tab{display:contents}.main-content{overflow-y:auto;overflow-x:hidden;display:block;padding:8px}.game-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding-bottom:20px}@media (min-width:768px){.game-grid-layout{grid-template-columns:repeat(4,1fr);gap:12px}}@media (min-width:1200px){.game-grid-layout{grid-template-columns:repeat(6,1fr);gap:16px}}.app-shell .game-area-scroll{display:flex;gap:20px;align-items:center;height:100%;overflow-x:auto;overflow-y:hidden;padding:10px 3%;-webkit-overflow-scrolling:touch;scrollbar-width:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;cursor:grab}.app-shell .game-area-scroll::-webkit-scrollbar{display:none}.game-header{background:linear-gradient(180deg,rgba(74,108,247,.95),rgba(59,89,214,.9));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:6px 3%;display:flex;align-items:center;justify-content:space-between;z-index:100}body:not(:has(.app-shell)) .game-header{position:sticky;top:0;padding-top:var(--safe-area-top);height:calc(var(--header-height) + var(--safe-area-top))}.user-avatar{width:56px;height:56px;border-radius:50%;border:3px solid transparent;background:linear-gradient(#1a1a2e,#1a1a2e) padding-box,linear-gradient(135deg,gold,#ff6b35,#c026d3,#3b82f6) border-box;overflow:hidden;box-shadow:0 0 12px rgba(255,215,0,.5),0 0 20px rgba(192,38,211,.4);flex-shrink:0}.user-balance-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,gold,#ffb700);padding:5px 12px;border-radius:20px;font-weight:700;font-size:14px;color:#000;box-shadow:0 2px 8px rgba(255,215,0,.3)}.header-btn{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 10px;background:var(--bg-card);border-radius:12px;color:#fff;font-size:10px;font-weight:500;transition:all .2s;border:1px solid var(--border)}.header-btn:active{transform:scale(.95);background:hsla(0,0%,100%,.1)}.category-nav{display:flex;gap:10px;padding:12px max(12px,var(--safe-area-left));overflow-x:auto;background:rgba(0,0,0,.3);-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.category-item{flex-shrink:0;padding:8px 18px;background:var(--bg-card);border-radius:20px;color:#fff;font-size:var(--category-font-size);font-weight:500;transition:all .2s;white-space:nowrap;border:1px solid var(--border);cursor:pointer}.category-item:active{transform:scale(.95)}.category-item.active{background:linear-gradient(135deg,#ff6b6b,#ff8e53);border-color:transparent;box-shadow:0 4px 15px hsla(0,100%,71%,.4);color:#fff}.game-card{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease;background:hsla(0,0%,100%,.95);border:none;flex-shrink:0;box-shadow:0 4px 12px rgba(0,0,0,.15);width:var(--game-card-size);height:auto;aspect-ratio:1}.game-card-wrapper{display:flex;flex-direction:column;align-items:center;cursor:pointer}.app-shell .game-card{width:100%;height:auto;aspect-ratio:1}.game-card-name{margin-top:6px;font-size:12px;font-weight:600;color:#fff;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.music-toggle{position:fixed;top:calc(var(--header-height) + 10px);right:10px;z-index:100;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease}.music-toggle:hover{background:hsla(0,0%,100%,.3);transform:scale(1.1)}.music-toggle:active{transform:scale(.95)}.game-card:active{transform:scale(.98)}.game-card:hover{transform:translateY(-8px) scale(1.02);border-color:#6366f1;box-shadow:0 15px 40px rgba(99,102,241,.4)}.game-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.game-card .provider-tag{position:absolute;bottom:6px;right:6px;background:rgba(0,0,0,.8);color:var(--gold);padding:3px 8px;border-radius:6px;font-size:10px;font-weight:600}.game-card .hot-tag{top:4px;right:4px;background:linear-gradient(135deg,#ff4757,#ff6b81);padding:2px 6px;border-radius:4px;box-shadow:0 2px 6px rgba(255,71,87,.4)}.game-card .hot-tag,.game-card .new-tag{position:absolute;color:#fff;font-size:10px;font-weight:700}.game-card .new-tag{top:6px;right:6px;background:linear-gradient(135deg,#00c853,#00e676);padding:4px 8px;border-radius:6px}.game-area{padding:16px max(16px,var(--safe-area-left))}.game-area-scroll{scrollbar-width:none;-ms-overflow-style:none}.game-area-scroll::-webkit-scrollbar{display:none}.game-row{display:flex;gap:12px;flex-shrink:0}.game-row::-webkit-scrollbar{display:none}.game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--game-card-size),1fr));gap:12px}@media (min-width:768px){.game-grid{grid-template-columns:repeat(6,1fr);gap:16px}}@media (min-width:1200px){.game-grid{grid-template-columns:repeat(8,1fr)}}.footer-nav{background:linear-gradient(0deg,#1e3a8a,#3b59d6 50%,#5b7cf7);display:flex;justify-content:space-around;align-items:center;padding:10px 1%;z-index:100}body:not(:has(.app-shell)) .footer-nav{position:fixed;bottom:0;left:0;right:0;padding:8px max(8px,var(--safe-area-left)) calc(8px + var(--safe-area-bottom)) max(8px,var(--safe-area-right));height:calc(var(--footer-height) + var(--safe-area-bottom))}.footer-nav a,.footer-nav button{display:flex;flex-direction:column;align-items:center;gap:2px;color:#fff;text-decoration:none;font-size:10px;font-weight:600;transition:all .2s;background:none;border:none;cursor:pointer;text-shadow:0 1px 2px rgba(0,0,0,.3)}.footer-nav a.active,.footer-nav a:hover,.footer-nav button:hover{color:var(--gold);transform:scale(1.1)}.footer-nav .nav-icon{font-size:22px}@media (orientation:landscape) and (max-height:500px){.footer-nav a,.footer-nav button{flex-direction:row;gap:6px;padding:6px 14px}}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.gold-text{background:linear-gradient(135deg,gold,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-card{background:var(--bg-card);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:16px}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,215,0,.3);border-top:4px solid var(--gold);border-radius:50%;animation:spin 1s linear infinite}.game-card-glow{box-shadow:0 0 20px rgba(99,102,241,.3);transition:all .3s ease}.game-card-glow:hover{box-shadow:0 0 30px rgba(99,102,241,.5);transform:translateY(-2px)}.detail-header{background:linear-gradient(90deg,rgba(45,31,91,.95),rgba(26,26,74,.95));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:12px max(16px,var(--safe-area-left));padding-top:calc(12px + var(--safe-area-top));display:flex;align-items:center;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border)}.back-btn{padding:8px 12px;background:var(--bg-card);border-radius:8px;color:#fff;font-size:14px;border:1px solid var(--border);cursor:pointer;transition:all .2s}.back-btn:active{transform:scale(.95);background:hsla(0,0%,100%,.1)}.game-cover{height:200px;background:linear-gradient(135deg,rgba(102,126,234,.3),rgba(118,75,162,.3) 50%,rgba(99,102,241,.3));display:flex;align-items:center;justify-content:center;position:relative}.game-cover-icon{font-size:80px;animation:float 3s ease-in-out infinite}.game-info-card{margin:-24px 16px 0;padding:20px;background:var(--bg-card);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:20px;position:relative}.category-badge{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:#000;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.stat-item{background:rgba(0,0,0,.3);border-radius:12px;padding:14px 10px;text-align:center;border:1px solid var(--border)}.stat-value{font-size:18px;font-weight:700;color:#fff;margin-bottom:4px}.stat-label{font-size:11px;color:var(--text-muted)}.info-section{margin-bottom:16px}.info-title{font-size:15px;font-weight:700;color:#fff;margin-bottom:8px}.info-text{line-height:1.6}.info-list,.info-text{font-size:14px;color:#a0aec0}.info-list{padding-left:0;list-style:none}.info-list li{position:relative;padding-left:16px;margin-bottom:6px}.info-list li:before{content:"•";position:absolute;left:0;color:var(--gold)}.balance-card{background:rgba(0,0,0,.3);border-radius:12px;padding:16px;justify-content:space-between;margin-bottom:16px;border:1px solid var(--border)}.balance-card,.balance-value{display:flex;align-items:center}.balance-value{gap:6px;font-size:20px;font-weight:700;color:var(--gold)}.error-alert{background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.5);border-radius:12px;padding:12px 16px;margin-bottom:16px;color:#fca5a5;font-size:14px}.play-btn{width:100%;padding:16px;background:linear-gradient(135deg,#ff6b6b,#ff8e53);border:none;border-radius:12px;color:#fff;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;box-shadow:0 4px 15px hsla(0,100%,71%,.4)}.play-btn:active{transform:scale(.98)}.play-btn:disabled{opacity:.7;cursor:not-allowed}.fullscreen-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.8);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.fullscreen-modal{width:100%;height:100%;max-width:100%;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;flex-direction:column;animation:slideUp .3s ease-out}@media (orientation:landscape){.fullscreen-modal{width:90%;height:90%;max-width:900px;border-radius:16px;border:1px solid var(--border);box-shadow:0 25px 50px rgba(0,0,0,.5)}}.fullscreen-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;padding-top:calc(16px + var(--safe-area-top));background:linear-gradient(90deg,rgba(45,31,91,.95),rgba(26,26,74,.95));border-bottom:1px solid var(--border);flex-shrink:0}@media (orientation:landscape){.fullscreen-modal-header{padding-top:16px;border-radius:16px 16px 0 0}}.fullscreen-modal-title{font-size:18px;font-weight:700;color:#fff;margin:0}.fullscreen-modal-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-card);border:1px solid var(--border);border-radius:50%;color:#fff;cursor:pointer;transition:all .2s}.fullscreen-modal-close:hover{background:hsla(0,0%,100%,.1);color:var(--gold)}.fullscreen-modal-close:active{transform:scale(.95)}.fullscreen-modal-content{flex:1;overflow-y:auto;padding:20px;padding-bottom:calc(20px + var(--safe-area-bottom))}.bonus-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;transition:all .2s;border:none;cursor:pointer}.bonus-btn:active{transform:scale(.95)}.bonus-btn:first-of-type{background:linear-gradient(135deg,#ff6b6b,#ee5a5a)}.bonus-btn:last-of-type{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.bonus-btn.disabled{background:linear-gradient(135deg,#4a4a6a,#3a3a5a)!important;color:#666!important;opacity:.6;cursor:not-allowed;box-shadow:none}.bonus-btn .btn-icon{font-size:14px}.footer-nav-icon{width:46px;height:46px;-o-object-fit:contain;object-fit:contain;transition:transform .2s;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.footer-nav button.active .footer-nav-icon,.footer-nav button:hover .footer-nav-icon{transform:scale(1.08)}.bottom-sheet-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.8);z-index:150;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.bottom-sheet-backdrop.closing{animation:fadeOut .3s ease-out forwards}.bottom-sheet{width:500px;max-width:95%;max-height:600px;background:linear-gradient(180deg,#1a1a2e,#0f0f1a);border-radius:24px;border:1px solid hsla(0,0%,100%,.1);overflow:hidden;display:flex;flex-direction:column;animation:slideUp .3s ease-out}.bottom-sheet.closing{animation:slideDown .3s ease-out forwards}.sheet-handle{display:none}.sheet-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.sheet-header{display:flex;align-items:center;justify-content:space-between;padding:20px 25px;border-bottom:1px solid hsla(0,0%,100%,.1);flex-shrink:0}.sheet-title{font-size:20px;font-weight:700;color:#fff;margin:0}.sheet-close-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.1);border:none;border-radius:50%;color:#fff;font-size:18px;cursor:pointer;transition:background .2s}.sheet-close-btn:hover{background:hsla(0,0%,100%,.2)}.sheet-close-btn:active{transform:scale(.95)}.toast-container{position:fixed;top:80px;left:50%;transform:translateX(-50%);z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast-item{padding:12px 24px;border-radius:10px;font-size:14px;font-weight:500;animation:toastIn .3s ease;pointer-events:auto;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px rgba(0,0,0,.3)}.toast-item.bg-success{background:#10b981;color:#fff}.toast-item.bg-error{background:#ef4444;color:#fff}.toast-item.bg-warning{background:#f59e0b;color:#fff}.toast-item.bg-info{background:#3b82f6;color:#fff}.toast-icon{font-size:16px;font-weight:700}.toast-message{white-space:pre-line;max-width:300px;text-align:left}@media screen and (orientation:portrait){.app-shell{transform:rotate(90deg);transform-origin:top left;position:absolute;top:0;left:100%;width:100vh!important;height:100vw!important;width:100dvh!important;height:100dvw!important}}.scrollbar-none::-webkit-scrollbar{display:none}.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none}.game-card-scroll{height:clamp(88px,calc(50% - 6px),292px);aspect-ratio:1/1.12}.game-card-portrait{height:clamp(84px,calc((var(--app-height, 100vh) - (292px * var(--app-scale, 1)) - 20px) / 2),188px);aspect-ratio:1/1.12}.ice-modal-backdrop{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;overflow:auto;background:rgba(0,0,0,.55);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.ice-modal{position:relative;max-width:100%;max-height:100%;background:linear-gradient(180deg,#f3faff,#ebf6ff 52%,#e3f1ff);border:2px solid rgba(148,163,184,.24);border-radius:16px;box-shadow:0 16px 40px rgba(15,23,42,.18),inset 0 0 0 1px hsla(0,0%,100%,.45);overflow:hidden;display:flex;flex-direction:column}.ice-modal:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(56,189,248,.08) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(167,139,250,.08) 0,transparent 50%),radial-gradient(circle at 50% 10%,rgba(14,165,233,.06) 0,transparent 40%);pointer-events:none;z-index:0}.ice-modal-header{position:relative;background:linear-gradient(90deg,#0ea5e9,#3b82f6,#0ea5e9);padding:8px 16px;text-align:center;z-index:1}.ice-modal-title{text-shadow:0 2px 4px rgba(0,0,0,.3);margin:0}.ice-modal-close,.ice-modal-title{color:#fff;font-size:20px;font-weight:700}.ice-modal-close{position:absolute;top:12px;right:12px;width:40px;height:40px;background:linear-gradient(135deg,#22d3ee,#06b6d4);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 8px rgba(6,182,212,.4);border:2px solid hsla(0,0%,100%,.5);transition:all .2s ease;line-height:1;padding:0}.ice-modal-close:hover{background:linear-gradient(135deg,#06b6d4,#0891b2);box-shadow:0 0 16px rgba(6,182,212,.6);transform:scale(1.1)}.ice-modal-close:active{transform:scale(.95)}.ice-modal-content{position:relative;flex:1;overflow-y:auto;padding:12px 16px;z-index:1}.ice-modal-card{background:#fff;border-radius:12px;border:1px solid rgba(186,230,253,.9);box-shadow:0 8px 24px rgba(15,23,42,.08)}.ice-mail-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid rgba(56,189,248,.12);cursor:pointer;transition:background .15s ease}.ice-mail-item:last-child{border-bottom:none}.ice-mail-item:hover{background:rgba(56,189,248,.08)}.ice-mail-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ice-mail-dot.unread{background:#ef4444;box-shadow:0 0 4px rgba(239,68,68,.5)}.ice-mail-dot.read{background:#9ca3af}.ice-mail-title{flex:1;min-width:0;font-size:14px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ice-mail-title.read{color:#64748b;font-weight:400}.ice-mail-time{font-size:12px;color:#94a3b8;flex-shrink:0}.ice-modal-footer{position:relative;padding:8px 16px;border-top:1px solid rgba(56,189,248,.15);background:hsla(0,0%,100%,.92);z-index:1;display:flex;align-items:center;justify-content:space-between}.modal-shell-backdrop{position:absolute;inset:0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.modal-shell{isolation:isolate;background:radial-gradient(circle at top left,hsla(0,0%,100%,.92),transparent 32%),linear-gradient(180deg,#f7fbff,#eef7ff 52%,#e7f1ff);border-color:rgba(125,211,252,.55);box-shadow:0 30px 70px rgba(15,23,42,.26),0 16px 38px rgba(14,165,233,.16),inset 0 1px 0 hsla(0,0%,100%,.9)}.modal-shell--preserve-scale{flex:none;max-width:none;max-height:none}.modal-shell--fullscreen{width:100%;height:100%;max-width:none;max-height:none;align-self:stretch;transform:none;border-radius:clamp(22px,2vw,34px)}.modal-shell--fullscreen-scaled{align-self:center}.modal-shell--compact-chrome{border-radius:20px}.modal-shell:before{background:radial-gradient(circle at 18% 18%,rgba(34,211,238,.18) 0,transparent 28%),radial-gradient(circle at 82% 78%,rgba(59,130,246,.14) 0,transparent 30%),linear-gradient(135deg,hsla(0,0%,100%,.7),transparent 45%)}.modal-shell__ambient{position:absolute;pointer-events:none;border-radius:9999px;filter:blur(48px);opacity:.65;z-index:0}.modal-shell__ambient--primary{top:-48px;right:-12px;width:200px;height:140px;background:rgba(34,211,238,.22)}.modal-shell__ambient--secondary{bottom:-32px;left:18px;width:180px;height:120px;background:rgba(59,130,246,.18)}.modal-shell__close{top:16px;right:16px;width:42px;height:42px;background:linear-gradient(135deg,#38bdf8,#0ea5e9);box-shadow:0 10px 24px rgba(14,165,233,.3),inset 0 1px 0 hsla(0,0%,100%,.45)}.modal-shell__header{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 72px 14px 24px;border-bottom:1px solid rgba(125,211,252,.24);background:linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.62))}.modal-shell__title-wrap{min-width:0}.modal-shell__title-wrap--center{width:100%;text-align:center}.modal-shell__eyebrow{margin-bottom:6px;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#0284c7}.modal-shell__title{margin:0;font-size:28px;font-weight:900;line-height:1.05;color:#0f172a}.modal-shell__subtitle{margin:8px 0 0;font-size:13px;line-height:1.5;color:#64748b}.modal-shell__actions{position:relative;z-index:1;display:flex;align-items:center;gap:10px;flex-shrink:0}.modal-shell__body{position:relative;z-index:1;flex:1;min-height:0;overflow:auto;padding:18px 20px 20px}.modal-shell__body--fullscreen{display:flex;min-width:0;flex-direction:column}.modal-shell__body--fullscreen>*{min-width:0;min-height:0}.modal-shell__nav{position:relative;z-index:1;border-bottom:1px solid rgba(125,211,252,.24);background:linear-gradient(180deg,hsla(0,0%,100%,.86),hsla(0,0%,100%,.72))}.modal-shell__footer{position:relative;z-index:1;padding:14px 20px 18px;border-top:1px solid rgba(125,211,252,.24);background:linear-gradient(180deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,.94))}.modal-shell--compact-chrome .modal-shell__header{padding:12px 56px 10px 14px;gap:10px}.modal-shell--compact-chrome .modal-shell__title{font-size:20px;line-height:1.05}.modal-shell--compact-chrome .modal-shell__subtitle{margin-top:4px;font-size:11px;line-height:1.35}.modal-shell--compact-chrome .modal-shell__close{top:10px;right:10px;width:34px;height:34px}.modal-shell--compact-chrome .modal-shell__close svg{width:18px;height:18px}.modal-shell--compact-chrome .modal-shell__body,.modal-shell--compact-chrome .modal-shell__footer{padding:10px 12px 12px}.modal-shell--compact-chrome .workspace-top-tabs{gap:8px;padding:8px 10px}.modal-shell--compact-chrome .workspace-top-tab{padding:8px 12px;font-size:12px}.modal-shell--compact-chrome .workspace-dock{gap:8px}.modal-shell--compact-chrome .workspace-summary__label{font-size:10px}.modal-shell--compact-chrome .workspace-summary__value{font-size:16px}.feature-shell.modal-shell--compact-chrome .modal-shell__header,.withdraw-shell.modal-shell--compact-chrome .modal-shell__header{padding:12px 56px 10px 14px}.feature-shell.modal-shell--compact-chrome .modal-shell__title,.withdraw-shell.modal-shell--compact-chrome .modal-shell__title{font-size:22px}.feature-shell.modal-shell--compact-chrome .modal-shell__subtitle,.withdraw-shell.modal-shell--compact-chrome .modal-shell__subtitle{margin-top:4px;font-size:12px}.feature-shell.modal-shell--compact-chrome .modal-shell__close,.withdraw-shell.modal-shell--compact-chrome .modal-shell__close{top:10px;right:10px;width:36px;height:36px}.feature-shell.modal-shell--compact-chrome .modal-shell__close svg,.withdraw-shell.modal-shell--compact-chrome .modal-shell__close svg{width:18px;height:18px}.withdraw-shell .modal-shell__header{padding:30px 124px 24px 36px}.withdraw-shell .modal-shell__title{font-size:48px;line-height:1}.withdraw-shell .modal-shell__subtitle{margin-top:16px;font-size:20px;line-height:1.3}.withdraw-shell .modal-shell__close{top:18px;right:22px;width:72px;height:72px}.withdraw-shell .modal-shell__close svg{width:30px;height:30px}.withdraw-shell .modal-side-nav{background:linear-gradient(180deg,rgba(243,250,255,.98),rgba(235,246,255,.96))}.withdraw-shell .modal-content-panel{border-radius:28px}.feature-shell .modal-shell__header{padding:28px 118px 22px 34px}.feature-shell .modal-shell__title{font-size:46px;line-height:1}.feature-shell .modal-shell__subtitle{margin-top:14px;font-size:18px;line-height:1.35}.feature-shell .modal-shell__close{top:18px;right:20px;width:68px;height:68px}.feature-shell .modal-shell__close svg{width:28px;height:28px}.feature-shell .modal-side-nav{background:linear-gradient(180deg,rgba(243,250,255,.98),rgba(235,246,255,.96))}.feature-shell .modal-content-panel{border-radius:28px}.modal-side-nav{border-right:1px solid rgba(186,230,253,.95);background:linear-gradient(180deg,rgba(248,250,252,.94),rgba(241,245,249,.92))}.modal-side-nav__button{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;font-size:14px;font-weight:700;transition:all .18s ease}.modal-side-nav__button--active{background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;box-shadow:0 10px 20px rgba(14,165,233,.2)}.modal-side-nav__button--idle{border:1px solid rgba(203,213,225,.9);background:hsla(0,0%,100%,.9);color:#475569}.modal-side-nav__button--idle:hover{background:rgba(240,249,255,.95);color:#0369a1}.modal-content-panel{background:linear-gradient(180deg,hsla(0,0%,100%,.96),rgba(248,250,252,.96));border:1px solid rgba(186,230,253,.96);border-radius:16px;box-shadow:0 10px 24px rgba(15,23,42,.07)}.modal-section-card{background:hsla(0,0%,100%,.9);border:1px solid rgba(186,230,253,.9);border-radius:16px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.modal-tab-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:9999px;font-size:14px;font-weight:800;transition:all .18s ease}.modal-tab-pill--active{background:linear-gradient(135deg,#fb923c,#f59e0b);color:#fff;box-shadow:0 10px 22px rgba(249,115,22,.22)}.modal-tab-pill--idle{border:1px solid rgba(186,230,253,.95);background:hsla(0,0%,100%,.9);color:#0369a1}.modal-tab-pill--idle:hover{background:rgba(240,249,255,.96)}.modal-action-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:9999px;font-weight:800;transition:all .18s ease}.modal-action-button--primary{background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;box-shadow:0 12px 24px rgba(14,165,233,.2)}.modal-action-button--secondary{background:hsla(0,0%,100%,.92);color:#0f172a;border:1px solid rgba(186,230,253,.95)}.modal-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:220px;padding:24px;color:#64748b;text-align:center}.workspace-layout{display:flex;min-height:0;min-width:0;flex:1}.workspace-layout--stack{flex-direction:column}.workspace-sidebar{min-width:0;flex-shrink:0;border-right:1px solid rgba(186,230,253,.95);background:linear-gradient(180deg,rgba(248,250,252,.94),rgba(241,245,249,.92))}.workspace-main{display:flex;min-height:0;min-width:0;flex:1;flex-direction:column}.workspace-main__scroll{flex:1;min-height:0;overflow:auto}.workspace-top-tabs{display:flex;gap:10px;overflow-x:auto;padding:12px 16px;scrollbar-width:none}.workspace-top-tabs::-webkit-scrollbar{display:none}.workspace-top-tab{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:9999px;padding:10px 16px;font-size:14px;font-weight:800;transition:all .18s ease}.workspace-top-tab--active{background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;box-shadow:0 10px 22px rgba(14,165,233,.18)}.workspace-top-tab--idle{border:1px solid rgba(186,230,253,.95);background:hsla(0,0%,100%,.94);color:#0369a1}.workspace-dock{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.workspace-summary{display:flex;min-width:0;flex-direction:column;gap:4px}.workspace-summary__label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.workspace-summary__value{font-size:18px;font-weight:900;color:#0f172a}.workspace-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.workspace-grid-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.workspace-grid-four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media (max-height:560px),(max-width:640px){.ice-modal-backdrop{padding:12px;align-items:center;justify-content:center}.modal-shell:not(.modal-shell--preserve-scale):not(.modal-shell--fullscreen){width:min(var(--modal-base-width),calc(var(--modal-viewport-width, 100vw) - 24px))!important;height:min(var(--modal-base-height),calc(var(--modal-viewport-height, 100dvh) - 24px))!important;max-width:calc(var(--modal-viewport-width, 100vw) - 24px);max-height:calc(var(--modal-viewport-height, 100dvh) - 24px);transform:none!important;border-radius:20px}.modal-shell--fullscreen{width:100%;height:100%;border-radius:18px}.modal-shell:not(.modal-shell--preserve-scale) .modal-shell__header{padding:18px 60px 12px 18px;gap:10px;flex-wrap:wrap}.modal-shell:not(.modal-shell--preserve-scale) .modal-shell__title{font-size:clamp(20px,5vw,26px)}.modal-shell:not(.modal-shell--preserve-scale) .modal-shell__subtitle{margin-top:6px;font-size:12px;line-height:1.45}.modal-shell:not(.modal-shell--preserve-scale) .modal-shell__actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.modal-shell:not(.modal-shell--preserve-scale) .modal-shell__close{top:12px;right:12px;width:36px;height:36px}.modal-shell:not(.modal-shell--preserve-scale) .modal-shell__body{padding:12px}.modal-shell:not(.modal-shell--preserve-scale) .modal-shell__footer{padding:12px 14px 14px}.modal-shell:not(.modal-shell--preserve-scale) .modal-layout-stack{flex-direction:column!important}.modal-shell:not(.modal-shell--preserve-scale) .modal-layout-stack>.modal-side-nav{width:100%!important;max-width:100%;padding:8px!important;border-right:none;border-bottom:1px solid rgba(186,230,253,.95);overflow-x:auto;overflow-y:hidden}.modal-shell:not(.modal-shell--preserve-scale) .modal-layout-stack>.modal-side-nav>div{display:flex;gap:8px;width:-moz-max-content;width:max-content;min-width:100%}.modal-shell:not(.modal-shell--preserve-scale) .modal-layout-stack .modal-side-nav__button{width:auto;min-width:96px;justify-content:center;white-space:nowrap}.modal-content-panel{min-height:0}.workspace-grid-four,.workspace-grid-three,.workspace-grid-two{grid-template-columns:repeat(1,minmax(0,1fr))}.workspace-dock{flex-direction:column;align-items:stretch}.modal-shell:not(.modal-shell--preserve-scale) .modal-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}.modal-shell:not(.modal-shell--preserve-scale) .modal-grid-3{grid-template-columns:repeat(1,minmax(0,1fr))!important}}@media (max-width:420px){.modal-shell:not(.modal-shell--preserve-scale) .modal-grid-4{grid-template-columns:repeat(1,minmax(0,1fr))!important}}.modal-shell.modal-shell--compact-chrome .modal-shell__header{padding:10px 46px 8px 12px;gap:8px;align-items:center;flex-wrap:nowrap}.modal-shell.modal-shell--compact-chrome .modal-shell__title{font-size:18px}.modal-shell.modal-shell--compact-chrome .modal-shell__subtitle{margin-top:2px;font-size:10px;line-height:1.3}.modal-shell.modal-shell--compact-chrome .modal-shell__actions{width:auto;justify-content:flex-end;flex-wrap:nowrap}.modal-shell.modal-shell--compact-chrome .modal-shell__close{top:8px;right:8px;width:30px;height:30px}.modal-shell.modal-shell--compact-chrome .modal-shell__close svg{width:16px;height:16px}.modal-shell.modal-shell--compact-chrome .modal-shell__body{padding:8px}.modal-shell.modal-shell--compact-chrome .modal-shell__footer{padding:8px 10px 10px}.modal-shell.modal-shell--compact-chrome .workspace-top-tabs{gap:6px;padding:6px 8px}.modal-shell.modal-shell--compact-chrome .workspace-top-tab{padding:6px 10px;font-size:11px}.modal-shell.modal-shell--compact-chrome .workspace-dock{flex-direction:row;align-items:center;justify-content:space-between;gap:6px}.modal-shell.modal-shell--compact-chrome .workspace-summary{gap:2px}.modal-shell.modal-shell--compact-chrome .workspace-summary__label{font-size:9px}.modal-shell.modal-shell--compact-chrome .workspace-summary__value{font-size:14px}.feature-shell.modal-shell--compact-chrome .modal-shell__header,.withdraw-shell.modal-shell--compact-chrome .modal-shell__header{padding:10px 46px 8px 12px}.feature-shell.modal-shell--compact-chrome .modal-shell__title,.withdraw-shell.modal-shell--compact-chrome .modal-shell__title{font-size:18px}.feature-shell.modal-shell--compact-chrome .modal-shell__subtitle,.withdraw-shell.modal-shell--compact-chrome .modal-shell__subtitle{margin-top:2px;font-size:10px}.feature-shell.modal-shell--compact-chrome .modal-shell__close,.withdraw-shell.modal-shell--compact-chrome .modal-shell__close{top:8px;right:8px;width:30px;height:30px}.feature-shell.modal-shell--compact-chrome .modal-shell__close svg,.withdraw-shell.modal-shell--compact-chrome .modal-shell__close svg{width:16px;height:16px}.modal-shell--gamehub{color:#fff;background:radial-gradient(ellipse at 50% 0,rgba(255,200,100,.18),transparent 60%),linear-gradient(180deg,#6e3cc4,#3e1a7d 40%,#281059);border:1px solid hsla(0,0%,100%,.08);box-shadow:0 30px 80px rgba(0,0,0,.55),inset 0 2px 0 hsla(0,0%,100%,.15),0 0 0 3px hsla(0,0%,100%,.06)}.modal-shell--gamehub:before{background:none}.modal-shell--gamehub .modal-shell__ambient--primary{background:rgba(255,200,100,.22)}.modal-shell--gamehub .modal-shell__ambient--secondary{background:rgba(138,80,255,.2)}.modal-shell--gamehub .modal-shell__banner{position:absolute;top:0;left:0;width:100%;height:144px;z-index:1;pointer-events:none;display:block}.modal-shell--gamehub .modal-shell__header{position:relative;z-index:2;background:transparent;border-bottom:0;padding:20px 72px 18px 24px;min-height:104px;align-items:center}.modal-shell--gamehub .modal-shell__title-wrap--center{display:flex;flex-direction:column;align-items:center;justify-content:center}.modal-shell--gamehub .modal-shell__eyebrow{color:hsla(0,0%,100%,.85);text-shadow:0 1px 0 rgba(0,0,0,.25)}.modal-shell--gamehub .modal-shell__title{color:#fff;font-weight:900;letter-spacing:2px;text-shadow:0 2px 0 #b23a00,0 4px 8px rgba(0,0,0,.4);-webkit-text-stroke:1px rgba(122,44,0,.9)}.modal-shell--gamehub .modal-shell__subtitle{color:hsla(0,0%,100%,.88);text-shadow:0 1px 0 rgba(0,0,0,.25)}.modal-shell--gamehub .modal-shell__actions{color:#fff}.modal-shell--gamehub .modal-shell__close{background:linear-gradient(180deg,#ffe57a,#ff8a1c 60%,#c9410e);color:#5a2a06;border:1px solid hsla(0,0%,100%,.4);box-shadow:0 6px 16px rgba(255,138,28,.5),inset 0 2px 0 hsla(0,0%,100%,.6),inset 0 -2px 0 rgba(122,40,0,.3)}.modal-shell--gamehub .modal-shell__close svg{color:#5a2a06;stroke:currentColor}.modal-shell--gamehub .modal-shell__nav{background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.08));border-bottom:1px solid hsla(0,0%,100%,.08)}.modal-shell--gamehub .modal-shell__body{background:transparent;color:#fff}.modal-shell--gamehub .modal-shell__footer{background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.3));border-top:1px solid hsla(0,0%,100%,.08);color:#fff}.modal-shell--gamehub .workspace-top-tab--active{background:linear-gradient(180deg,#ffe57a,#ff8a1c);color:#5a2a06;box-shadow:0 4px 12px rgba(255,138,28,.5),inset 0 1px 0 hsla(0,0%,100%,.6);border:0}.modal-shell--gamehub .workspace-top-tab--idle{background:hsla(0,0%,100%,.1);color:#fff;border:1px solid hsla(0,0%,100%,.12)}.modal-shell--gamehub .workspace-top-tab--idle:hover{background:hsla(0,0%,100%,.18);color:#ffe57a}.modal-shell--gamehub .modal-tab-pill--active{background:linear-gradient(180deg,#ffe57a,#ff8a1c);color:#5a2a06;box-shadow:0 4px 12px rgba(255,138,28,.45)}.modal-shell--gamehub .modal-tab-pill--idle{background:hsla(0,0%,100%,.1);color:#fff;border:1px solid hsla(0,0%,100%,.12)}.modal-shell--gamehub .modal-side-nav,.modal-shell--gamehub .workspace-sidebar{background:rgba(0,0,0,.22);border-right:1px solid hsla(0,0%,100%,.08)}.modal-shell--gamehub .modal-side-nav__button--active{background:linear-gradient(180deg,#ffe57a,#ff8a1c);color:#5a2a06;box-shadow:0 6px 14px rgba(255,138,28,.45),inset 0 1px 0 hsla(0,0%,100%,.6);border:0}.modal-shell--gamehub .modal-side-nav__button--idle{background:hsla(0,0%,100%,.06);color:#fff;border:1px solid hsla(0,0%,100%,.1)}.modal-shell--gamehub .modal-side-nav__button--idle:hover{background:hsla(0,0%,100%,.12);color:#ffe57a;border-color:rgba(255,210,60,.4)}.modal-shell--gamehub .modal-action-button--primary{background:linear-gradient(180deg,#ffe57a,#ff8a1c 50%,#c9410e);color:#5a2a06;text-shadow:0 1px 0 hsla(0,0%,100%,.4);box-shadow:0 6px 16px rgba(255,138,28,.5),inset 0 2px 0 hsla(0,0%,100%,.6),inset 0 -2px 0 rgba(122,40,0,.3);border:0}.modal-shell--gamehub .modal-action-button--secondary{background:hsla(0,0%,100%,.1);color:#fff;border:1px solid hsla(0,0%,100%,.2)}.modal-shell--gamehub .modal-action-button--secondary:hover{background:hsla(0,0%,100%,.18);border-color:rgba(255,210,60,.5);color:#ffe57a}.modal-shell--gamehub .modal-content-panel,.modal-shell--gamehub .modal-section-card{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 6px 18px rgba(0,0,0,.35),inset 0 1px 0 hsla(0,0%,100%,.06);color:#fff}.modal-shell--gamehub .workspace-main{background:transparent}.modal-shell--gamehub .workspace-summary__label{color:hsla(0,0%,100%,.65)}.modal-shell--gamehub .workspace-summary__value{color:#ffd23c;text-shadow:0 1px 4px rgba(0,0,0,.35)}.modal-shell--gamehub .workspace-dock{color:#fff}.modal-shell--gamehub .modal-empty-state{color:hsla(0,0%,100%,.7)}.modal-shell--gamehub input:not([type=checkbox]):not([type=radio]),.modal-shell--gamehub select,.modal-shell--gamehub textarea{background:rgba(0,0,0,.25);color:#fff;border:1px solid hsla(0,0%,100%,.18)}.modal-shell--gamehub input::-moz-placeholder,.modal-shell--gamehub textarea::-moz-placeholder{color:hsla(0,0%,100%,.45)}.modal-shell--gamehub input::placeholder,.modal-shell--gamehub textarea::placeholder{color:hsla(0,0%,100%,.45)}.modal-shell--gamehub input:focus,.modal-shell--gamehub select:focus,.modal-shell--gamehub textarea:focus{outline:none;border-color:rgba(255,210,60,.7);box-shadow:0 0 0 3px rgba(255,210,60,.18)}.modal-shell--gamehub.modal-shell--fullscreen .modal-shell__banner{height:clamp(120px,13vh,180px)}.modal-shell--gamehub.modal-shell--fullscreen .modal-shell__header{min-height:clamp(96px,11vh,144px)}.modal-shell--gamehub.modal-shell--compact-chrome .modal-shell__banner{height:72px}.modal-shell--gamehub.modal-shell--compact-chrome .modal-shell__header{min-height:56px;padding:10px 56px 8px 14px}.modal-shell--gamehub.modal-shell--compact-chrome .modal-shell__title{font-size:18px;letter-spacing:1px}.modal-shell--gamehub.feature-shell .modal-shell__title,.modal-shell--gamehub.withdraw-shell .modal-shell__title{color:#fff;text-shadow:0 2px 0 #b23a00,0 4px 10px rgba(0,0,0,.45)}.modal-shell--gamehub.feature-shell .modal-shell__subtitle,.modal-shell--gamehub.withdraw-shell .modal-shell__subtitle{color:hsla(0,0%,100%,.85)}.modal-shell--gamehub.feature-shell .modal-shell__banner,.modal-shell--gamehub.withdraw-shell .modal-shell__banner{height:clamp(150px,16vh,220px)}.balance-animating{animation:balancePulse .8s ease-out;color:#22c55e;text-shadow:0 0 8px rgba(34,197,94,.5)}@keyframes balancePulse{0%{transform:scale(1)}25%{transform:scale(1.15)}50%{transform:scale(1.05)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes coin-shine{0%,to{opacity:1}50%{opacity:.7}}.animate-float{animation:float 3s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.animate-pulse-gold{animation:pulse 2s ease-in-out infinite}.coin-animate{animation:coin-shine 2s ease-in-out infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{to{opacity:0}}@keyframes slideDown{to{opacity:0;transform:translateY(20px)}}@keyframes toastIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.game-slide-in{animation:slideInFromRight .4s ease-out forwards;opacity:0}