:root{--bg:#0f0f1a;--surface:#1a1a2e;--surface-elevated:#16213e;--surface-strong:#1e2a4a;--text:#fff;--text-secondary:#a0a0b0;--muted:#5a5a72;--border:#252545;--border-light:#333358;--primary:gold;--primary-strong:#e6c200;--primary-soft:#ffd70014;--gold:gold;--gold-soft:#ffd7001a;--green:#00d26a;--green-soft:#00d26a1f;--amber:#f59e0b;--amber-soft:#f59e0b1f;--red:#e94560;--red-soft:#e945601f;--cyan:#6b8aff;--cyan-soft:#6b8aff1f;--shadow:0 4px 20px #0000004d;--shadow-lg:0 8px 40px #00000073;--radius:10px;--radius-sm:8px;--radius-lg:14px;--radius-full:9999px;--sans:Inter, "Noto Sans Myanmar", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--text);font:16px/1.5 var(--sans);font-synthesis:none;background:var(--bg);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{background:var(--bg);overflow-x:hidden}body{min-width:320px;margin:0;overflow-x:hidden}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit}svg{flex:none}#root{justify-content:center;min-height:100svh;display:flex;overflow-x:hidden}.app-shell{background:var(--bg);width:100%;max-width:600px;min-height:100svh;padding-top:56px;padding-bottom:64px;padding-bottom:calc(64px + env(safe-area-inset-bottom,0px));position:relative}.topbar{-webkit-backdrop-filter:blur(12px);z-index:40;background:#0f0f1ad9;border-bottom:1px solid #ffd7001a;justify-content:space-between;align-items:center;gap:0;width:100%;max-width:600px;height:56px;padding:0 16px;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.brand{flex-shrink:0;align-items:center;gap:0;min-width:0;text-decoration:none;display:inline-flex}.brand-mark,.avatar,.wallet-symbol,.heading-icon,.feature-icon,.activity-icon{border-radius:var(--radius);justify-content:center;align-items:center;display:inline-flex}.brand-mark{color:var(--primary);width:30px;height:30px;box-shadow:none;background:0 0;border-radius:6px;flex-shrink:0;font-size:1.125rem;font-weight:700;overflow:hidden}.brand-mark:after{content:none}.brand-mark svg{width:16px;height:16px}.brand strong{color:var(--primary);font-size:.9rem;line-height:1.1;display:block}.brand small{color:var(--text-secondary);font-size:.62rem;line-height:1.2;display:block}.desktop-nav{display:none}.topbar-actions{align-items:center;gap:8px;display:flex}.topbar-login-btn{border-radius:var(--radius-full);color:var(--primary);cursor:pointer;background:#ffd7001a;border:none;align-items:center;gap:6px;padding:6px 14px;font-size:.75rem;font-weight:600;transition:background .2s;display:inline-flex}.topbar-login-btn:hover{background:#ffd7002e}.topbar-login-btn:disabled{opacity:.5}.topbar-icon-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:color .2s;display:inline-flex}.topbar-icon-btn svg{width:18px;height:18px}.topbar-balance{border-radius:var(--radius-full);color:var(--primary);background:#ffd7001a;border:none;align-items:center;padding:5px 12px;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.topbar-balance:hover{background:#ffd7002e}.menu-icon{color:var(--text-secondary);width:20px;height:20px}.bottom-nav{-webkit-backdrop-filter:blur(12px);height:64px;padding:0 8px;padding-bottom:env(safe-area-inset-bottom,0px);z-index:40;background:#0f0f1af2;border-top:1px solid #ffd7001a;justify-content:space-around;align-items:flex-end;width:100%;max-width:600px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.bottom-nav a,.desktop-nav a{color:var(--text-secondary);border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:56px;padding:8px 0;font-size:10px;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}.bottom-nav a:nth-child(3){margin-top:-16px}.bottom-nav a:nth-child(3):before{content:"";background:linear-gradient(135deg, var(--primary), orange);z-index:-1;border-radius:50%;width:56px;height:56px;position:absolute;top:-4px;box-shadow:0 0 20px #ffd7004d}.bottom-nav a:nth-child(3) svg{color:#000;margin-top:-10px}.bottom-nav a:nth-child(3) span{color:var(--text-secondary);margin-top:-4px}.bottom-nav a svg,.desktop-nav a svg{width:22px;height:22px}.bottom-nav a.active{color:var(--primary);background:0 0}.bottom-nav a:nth-child(3).active:before{box-shadow:0 0 24px #ffd70080}.bottom-nav a:nth-child(3).active svg{color:#000}.bottom-nav a:nth-child(3).active span{color:var(--primary)}.page{flex-direction:column;gap:12px;width:100%;max-width:600px;margin:0 auto;padding:12px 16px;display:flex}h1,h2,h3,p{margin:0}h1,h2,h3,strong{color:var(--text)}h1{font-size:1.6rem;line-height:1.15}h2{font-size:1.05rem;line-height:1.2}p,small{color:var(--text-secondary)}.home-hero,.wallet-header,.profile-summary,.page-heading,.account-strip,.auth-panel,.form-shell,.list-section,.notice-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.home-hero{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);gap:16px;padding:18px;display:grid;overflow:hidden}.hero-copy{flex-direction:column;gap:10px;display:flex}.hero-copy p{max-width:44rem}.eyebrow,.mini-label{background:var(--gold-soft);border-radius:var(--radius-full);color:var(--gold);text-transform:uppercase;letter-spacing:.03em;border:1px solid #ffd70033;align-items:center;gap:5px;padding:3px 10px;font-size:.68rem;font-weight:700;display:inline-flex}.eyebrow svg,.mini-label svg{width:13px;height:13px}.hero-actions,.auth-actions{grid-template-columns:1fr;gap:8px;display:grid}.auth-actions.single-action{grid-template-columns:1fr}.hero-media{background:linear-gradient(135deg, #ffd7000f, transparent 50%), var(--bg);border-radius:var(--radius);justify-content:center;align-items:center;min-height:130px;display:flex}.hero-media img{object-fit:contain;width:auto;max-width:70%;height:130px}.button,.icon-button,.circle-link{border-radius:var(--radius);border:0;justify-content:center;align-items:center;gap:7px;min-height:46px;padding:0 18px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.button:hover,.icon-button:hover,.circle-link:hover{transform:translateY(-1px)}.button svg,.icon-button svg,.circle-link svg{width:17px;height:17px}.button.primary{background:linear-gradient(135deg, var(--primary) 0%, #c8a200 100%);color:#000;font-weight:800;box-shadow:0 4px 14px #ffd70038}.button.primary:hover{background:linear-gradient(135deg, #c8a200 0%, var(--primary) 100%);box-shadow:0 6px 20px #ffd7004d}.button.secondary{background:var(--surface-elevated);border:1px solid var(--border-light);color:var(--text)}.button.secondary:hover{background:var(--surface-strong);border-color:var(--primary)}.button.danger{background:var(--red-soft);color:var(--red);border:1px solid #e945604d}.button.small{min-height:34px;padding:0 12px;font-size:.8rem}.full-width{width:100%}.icon-button,.circle-link{border:1px solid var(--border);color:var(--text);background:#ffffff0f;width:40px;height:40px;padding:0}.icon-button:hover{border-color:var(--primary);color:var(--primary);background:#ffd70014}.balance-pill{background:var(--gold-soft);border-radius:var(--radius-full);color:var(--gold);border:1px solid #ffd70040;align-items:center;gap:5px;min-height:34px;padding:0 12px;font-size:.8rem;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 2px 10px #ffd7001f}.balance-pill svg{width:15px;height:15px}.auth-panel,.form-shell,.list-section{flex-direction:column;gap:14px;padding:16px;display:flex}.auth-panel-heading,.form-heading,.section-heading,.inline-state,.notice-card,.activity-item,.bank-card-display{align-items:center;gap:10px;min-width:0;display:flex}.auth-panel-heading>svg,.form-heading>svg,.section-heading>svg,.notice-card>svg{color:var(--primary);width:20px;height:20px}.auth-panel-heading div,.form-heading div,.notice-card div,.activity-item div,.bank-card-display div,.feature-card span{min-width:0}.form-error,.form-success,.bet-result{border-radius:var(--radius);padding:10px 12px;font-weight:700}.form-error{background:var(--red-soft);color:var(--red);border:1px solid #e9456040}.form-success{background:var(--green-soft);color:var(--green);border:1px solid #00d26a40}.bet-result{background:var(--primary-soft);border:1px solid #ffd70026}.bet-result strong,.bet-result p{color:var(--primary)}.account-strip{grid-template-columns:1fr 1fr auto;align-items:center;gap:12px;padding:16px;display:grid}.account-strip strong{overflow-wrap:anywhere;font-size:1.15rem;display:block}.feature-grid,.game-card-grid,.provider-game-grid,.metric-grid,.signal-grid,.bank-grid,.bank-filter-grid{gap:12px;display:grid}.game-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.provider-game-section{flex-direction:column;gap:10px;display:flex}.gm-provider-toolbar{gap:12px;display:grid}.gm-provider-toolbar h2{margin-top:2px}.gm-view-toggle{width:100%}.provider-game-grid{grid-template-columns:1fr}.provider-groups{flex-direction:column;gap:20px;display:flex}.provider-group{flex-direction:column;gap:10px;display:flex}.provider-group-header{background:linear-gradient(135deg, var(--surface-elevated), var(--surface));border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;display:flex}.provider-group-header-right{align-items:center;gap:8px;display:flex}.provider-group-title{color:var(--text);align-items:center;gap:8px;margin:0;font-size:.9rem;font-weight:700;display:flex}.provider-group-title:before{content:"";background:linear-gradient(180deg, var(--primary), #c8a200);border-radius:2px;width:3px;height:16px}.provider-group-count{color:var(--text-secondary);background:var(--surface);border-radius:var(--radius-full);border:1px solid var(--border);padding:3px 9px;font-size:.68rem;font-weight:600}.provider-group-toggle{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--primary), #c8a200);color:#000;cursor:pointer;border:none;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.provider-group-toggle:hover{transform:scale(1.05);box-shadow:0 4px 10px #ffd70040}.provider-game-card{appearance:none;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);text-align:left;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:64px;padding:12px;transition:all .2s;display:grid}.provider-game-card:hover:not(:disabled){background:var(--surface-elevated);box-shadow:var(--shadow);border-color:#ffd70059;transform:translateY(-1px)}.provider-game-icon{background:var(--primary-soft);border-radius:var(--radius-sm);color:var(--primary);justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.provider-game-thumb{aspect-ratio:1;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);object-fit:cover;width:44px;height:44px;display:block}.provider-game-icon svg{width:18px;height:18px}.provider-game-copy{min-width:0;display:grid}.provider-game-copy strong,.provider-game-copy small{overflow-wrap:anywhere}.provider-game-copy small,.empty-provider-games{color:var(--text-secondary)}.game-badge{background:var(--green-soft);border-radius:var(--radius-full);color:var(--green);white-space:nowrap;border:1px solid #00d26a40;padding:3px 9px;font-size:.7rem;font-weight:800}.empty-provider-games{background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius);text-align:center;padding:16px}.game-image-card{appearance:none;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);color:var(--text);text-align:center;gap:7px;width:100%;min-height:130px;padding:8px;text-decoration:none;transition:all .2s;display:grid;overflow:hidden}.game-image-card:hover:not(:disabled){box-shadow:var(--shadow-lg);border-color:#ffd70059;transform:translateY(-2px)}.game-image-card:disabled{cursor:progress;opacity:.7}.game-image-card img{aspect-ratio:1;background:var(--bg);border-radius:var(--radius-sm);object-fit:contain;width:100%;height:auto;padding:5px;display:block}.game-image-card span{overflow-wrap:anywhere;min-width:0;color:var(--text);justify-content:center;align-self:center;align-items:center;gap:5px;font-size:.8rem;font-weight:800;line-height:1.2;display:inline-flex}.game-image-card span svg{width:13px;height:13px}.test-provider-section{gap:16px;display:grid}.test-provider-heading{align-items:end}.test-provider-heading h2{margin:2px 0 0;font-size:1.15rem;line-height:1.2}.test-provider-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.test-game-card{appearance:none;box-shadow:none;color:var(--text);text-align:center;background:0 0;border:none;border-radius:8px;flex-direction:column;gap:6px;width:100%;min-width:0;padding:0;transition:transform .15s;display:flex;overflow:hidden}.test-game-card:hover:not(:disabled){transform:scale(1.03)}.test-game-card:focus-visible{outline-offset:2px;outline:2px solid #ffd70066}.test-game-art{aspect-ratio:1;background:var(--surface);border:1px solid #ffffff0d;border-radius:8px;display:block;position:relative;overflow:hidden}.test-game-art img{object-fit:cover;width:100%;height:100%;display:block}.test-game-placeholder{color:var(--primary);justify-content:center;align-items:center;height:100%;display:flex}.test-game-placeholder svg{width:24px;height:24px}.test-game-platform{border-radius:var(--radius-full);color:var(--primary);text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;background:#0f0f1ae6;border:1px solid #ffd70033;max-width:calc(100% - 8px);padding:2px 6px;font-size:.55rem;font-weight:900;line-height:1;position:absolute;bottom:4px;left:4px;overflow:hidden}.test-game-copy{padding:0 2px;display:block}.test-game-copy strong{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:500;line-height:1.2;display:block;overflow:hidden}.test-game-copy span{color:var(--green);align-items:center;gap:2px;font-size:.6rem;font-weight:800;line-height:1;display:inline-flex}.test-game-copy svg{width:10px;height:10px}.feature-card,.metric-card,.signal-item,.bank-option{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.feature-card{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px;text-decoration:none;transition:all .2s;display:grid}.feature-card:hover{background:var(--surface-elevated);border-color:#ffd70040}.feature-card strong,.feature-card small{overflow-wrap:anywhere;display:block}.feature-card small{margin-top:2px}.feature-icon,.activity-icon{background:var(--cyan-soft);color:var(--cyan);border-radius:var(--radius-sm);border:1px solid #6b8aff2e;width:38px;height:38px}.feature-icon svg,.activity-icon svg{width:18px;height:18px}.signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.signal-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);align-items:center;gap:7px;padding:8px 10px;font-size:.78rem;font-weight:700;display:flex}.signal-item svg{color:var(--green);width:15px;height:15px}.auth-page{max-width:460px}.form-heading h1{font-size:1.4rem}.divider{color:var(--text-secondary);text-transform:uppercase;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;font-size:.72rem;font-weight:700;display:grid}.divider:before,.divider:after{background:var(--border);content:"";height:1px}.stack-form{flex-direction:column;gap:14px;display:flex}.field{flex-direction:column;gap:6px;display:flex;overflow:visible}.field>span{color:var(--text);font-size:.85rem;font-weight:700}.input-shell{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:10px;min-height:48px;padding:0 14px;transition:all .2s;display:flex}.input-shell:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #ffd7001f}.input-shell svg{color:var(--text-secondary);width:18px;height:18px}.input-shell input{color:var(--text);background:0 0;border:0;outline:0;width:100%;min-width:0}.input-shell input::placeholder{color:var(--muted)}.profile-summary,.wallet-header,.page-heading{align-items:center;gap:12px;padding:16px;display:flex}.avatar,.wallet-symbol,.heading-icon{background:linear-gradient(135deg, var(--surface-strong), var(--surface-elevated));border:1px solid var(--border-light);color:var(--primary);width:48px;height:48px}.avatar img{object-fit:cover;border-radius:var(--radius);width:100%;height:100%}.avatar svg,.wallet-symbol svg,.heading-icon svg{width:24px;height:24px}.profile-summary h1,.wallet-header h1,.page-heading h1{overflow-wrap:anywhere}.wallet-header{justify-content:space-between}.wallet-header-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.wallet-header-actions{align-items:center;gap:10px;display:flex}.wallet-header-actions .segmented-control{width:min(100%,380px);min-width:200px}.wallet-mode-toggle{grid-template-columns:repeat(3,minmax(0,1fr))}.wallet-mode-toggle button{white-space:nowrap;min-width:0;font-size:.8rem}.wallet-header h1{font-size:1.8rem}@media (width<=768px){.wallet-header{flex-direction:column;align-items:stretch}.wallet-header-copy,.wallet-symbol{display:none}.wallet-header-actions{flex-direction:column-reverse;width:100%}.wallet-header-actions .segmented-control{width:100%;min-width:0}}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:6px;padding:14px;display:flex}.metric-card svg{color:var(--primary);width:20px;height:20px}.metric-card span{color:var(--text-secondary);font-size:.76rem;font-weight:700}.metric-card strong{overflow-wrap:anywhere;font-size:1.15rem}.notice-card{background:var(--amber-soft);color:var(--amber);border-color:#f59e0b40;padding:12px}.notice-card strong,.notice-card p{color:var(--amber);overflow-wrap:anywhere}.session-token-card{align-items:flex-start}.session-token-card>div{flex-direction:column;flex:auto;gap:8px;display:flex}.session-token-value{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.78rem;line-height:1.35}.session-token-actions{gap:8px;display:flex}.notice-card .notice-error{color:var(--red);font-weight:700}.segmented-control{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:repeat(2,minmax(0,1fr));padding:3px;display:grid}.segmented-control button,.bank-option{border-radius:calc(var(--radius) - 2px);border:0;justify-content:center;align-items:center;gap:5px;min-height:38px;font-weight:700;display:inline-flex}.segmented-control button{color:var(--text-secondary);background:0 0;font-size:.8rem}.segmented-control button.active{background:linear-gradient(135deg, var(--primary), #c8a200);color:#000;box-shadow:0 2px 8px #ffd7002e}.segmented-control svg,.bank-option svg{width:15px;height:15px}.bank-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bank-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bank-option{background:var(--surface);color:var(--text-secondary)}.bank-option.active{border:2px solid var(--primary);color:var(--primary);box-shadow:0 0 0 2px #ffd7001f}.bank-card-display{background:var(--gold-soft);border-radius:var(--radius);color:var(--gold);border:1px solid #ffd7002e;padding:10px}.bank-card-display svg,.bank-card-display strong,.bank-card-display p{color:var(--gold)}.bank-card-display.compact{background:var(--surface-elevated);border:1px solid var(--border);color:var(--text)}.bank-card-display.compact svg{color:var(--primary)}.bank-card-display.compact strong{color:var(--text)}.bank-card-display.compact p{color:var(--text-secondary)}.transfer-card-grid{grid-template-columns:1fr;gap:8px;display:grid}.transfer-card{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:7px;min-width:0;padding:12px;transition:all .2s;display:flex}.selectable-transfer-card{appearance:none;color:inherit;cursor:pointer;font:inherit;text-align:left;width:100%;transition:all .2s}.selectable-transfer-card:hover{border-color:#ffd70059}.selectable-transfer-card:focus-visible{outline-offset:2px;outline:2px solid #ffd70059}.selectable-transfer-card.active{border-color:var(--primary);box-shadow:0 0 0 2px #ffd7001f}.transfer-card .empty-text{color:var(--text-secondary);padding:10px}.bank-card-entry,.bank-card-edit{flex-direction:column;gap:12px;width:100%;min-width:0;display:flex}.bank-card-choice-list,.bank-card-list{gap:10px}.bank-card-choice-list{flex-direction:column;display:flex}.bank-card-list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.bank-card-choice,.bank-card-panel{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);text-align:left;align-items:center;gap:12px;width:100%;min-width:0;padding:12px;transition:all .2s;display:flex}.bank-card-choice:hover,.bank-card-panel:hover{border-color:var(--border-light)}.bank-card-choice.active{border-color:var(--primary);box-shadow:0 0 0 2px #ffd7001f}.bank-card-panel.editing{grid-column:1/-1;align-items:stretch}.bank-card-panel.active{border-color:var(--primary);box-shadow:0 0 0 2px #ffd7001f}.bank-card-choice>svg,.bank-card-panel>svg{color:var(--primary);width:20px;height:20px}.bank-card-content{flex-direction:column;flex:auto;min-width:0;display:flex}.bank-card-content strong,.bank-card-content small{overflow-wrap:anywhere;display:block}.bank-card-panel-select{color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;flex:auto;align-items:center;gap:12px;width:100%;min-width:0;padding:0;transition:all .2s;display:flex}.bank-card-panel-select:hover{color:var(--primary)}.bank-card-panel-select:focus-visible{border-radius:var(--radius);outline-offset:2px;outline:2px solid #ffd70059}.bank-card-panel-select>svg{color:var(--primary);width:20px;height:20px}.bank-card-title{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.bank-type-chip{background:var(--primary-soft);border-radius:var(--radius-full);color:var(--primary);border:1px solid #ffd7002e;padding:3px 7px;font-size:.66rem;font-weight:800;line-height:1;display:inline-flex}.bank-card-actions{flex:none;justify-content:flex-end;gap:8px;display:flex}.bank-card-toolbar{justify-content:flex-end;display:flex}.bank-card-edit-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.bank-card-actions .icon-button{width:36px;height:36px;min-height:36px}@media (width<=768px){.bank-card-list{grid-template-columns:1fr}.bank-card-panel.editing{grid-column:auto}}.activity-list{flex-direction:column;gap:10px;display:flex}.activity-filter-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px;display:grid}.activity-filter-button{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);text-align:left;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:5px;min-height:44px;padding:8px 10px;font-weight:800;display:grid}.activity-filter-button svg{color:var(--primary);width:18px;height:18px}.activity-filter-button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.activity-filter-button small{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);justify-content:center;align-items:center;min-width:24px;padding:2px 6px;font-size:.72rem;font-weight:800;display:inline-flex}.activity-filter-button.active{background:linear-gradient(135deg, var(--primary), #c8a200);color:#000;border-color:#0000;box-shadow:0 6px 16px #ffd70026}.activity-filter-button.active svg,.activity-filter-button.active small{color:#000}.activity-filter-button.active small{background:#0000001f;border-color:#00000029}.activity-item{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:14px;transition:all .2s}.activity-item:hover{border-color:var(--border-light)}.activity-item strong,.activity-item p{overflow-wrap:anywhere;display:block}.activity-message{color:var(--red);margin-top:4px;font-weight:700}.status-dot{border-radius:999px;width:10px;height:10px}.status-pending{background:var(--amber)}.status-processing{background:var(--cyan)}.status-complete{background:var(--green)}.status-denied{background:var(--red)}.empty-text{background:var(--surface-elevated);border:1px dashed var(--border);border-radius:var(--radius);text-align:center;color:var(--text-secondary);padding:18px}.inline-state,.error-state{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);align-items:center;gap:12px;padding:14px;display:flex}.inline-state svg{color:var(--primary);width:20px;height:20px}.error-state{background:var(--red-soft);border-color:#ef44444d}.error-state svg,.error-state strong,.error-state p,.error-state svg{color:var(--red)}.page-state{text-align:center;justify-content:center;align-items:center;min-height:calc(100svh - 160px)}.state-icon{color:var(--primary);width:44px;height:44px}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.home-page{gap:10px;padding-left:0;padding-right:0}@media (width>=640px){.page{padding:16px 20px}.hero-actions,.auth-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-actions.single-action{grid-template-columns:1fr}.test-provider-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{grid-template-columns:1fr;align-items:flex-start}.feature-card>svg{justify-self:end}.transfer-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=900px){.app-shell{padding-bottom:64px;padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}.test-provider-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.wallet-page,.profile-page,.activity-page,.bet-test-page{max-width:600px}.activity-filter-card{grid-template-columns:repeat(5,minmax(0,1fr))}.activity-filter-button{text-align:center;grid-template-columns:1fr;justify-items:center;min-height:68px}}.copy-toast{background:var(--primary);border-radius:var(--radius);color:#000;white-space:nowrap;z-index:10000;padding:.7rem 1.4rem;font-size:.85rem;font-weight:700;animation:.3s toast-slide-up,.3s 1.7s forwards toast-fade-out;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000040}@keyframes toast-slide-up{0%{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%)}}@keyframes toast-fade-out{0%{opacity:1}to{opacity:0}}.fortune-overlay{z-index:10000;background:#000000c7;justify-content:center;align-items:center;animation:.3s popup-fade-in;display:flex;position:fixed;inset:0}.fortune-container{border:2px solid var(--primary);box-sizing:border-box;background:linear-gradient(#1a1a2e 0%,#16213e 100%);border-radius:14px;flex-direction:column;align-items:center;gap:1rem;width:min(420px,100vw - 24px);max-width:420px;max-height:calc(100svh - 24px);padding:1.5rem;display:flex;position:relative;overflow-y:auto}.fortune-close{color:#fff;cursor:pointer;background:#ffffff1a;border:0;border-radius:50%;width:30px;height:30px;font-size:1.25rem;line-height:1;position:absolute;top:10px;right:10px}.fortune-close:hover{background:#fff3}.fortune-title{color:var(--primary);text-align:center;margin:0;font-size:1.2rem}.fortune-wheel-wrapper{aspect-ratio:1;justify-content:center;align-items:center;width:min(280px,100vw - 72px);height:auto;display:flex;position:relative}.fortune-wheel{width:100%;height:100%}.fortune-handle{z-index:2;width:48px;height:48px;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.fortune-spin-button{background:linear-gradient(135deg, var(--primary), #c8a200);color:#000;cursor:pointer;border:0;border-radius:22px;padding:.7rem 2.2rem;font-size:1.05rem;font-weight:700;transition:transform .2s}.fortune-spin-button:hover:not(:disabled){transform:scale(1.05)}.fortune-spin-button:disabled{opacity:.6;cursor:not-allowed}.fortune-result{text-align:center}.fortune-result-text{color:#ffffffb3;margin:0 0 .25rem;font-size:.85rem}.fortune-result-amount{color:var(--primary);margin:0;font-size:1.4rem;font-weight:800}.fortune-close-button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:18px;padding:.45rem 1.8rem;font-size:.85rem}.fortune-close-button:hover{background:#fff3}.fortune-error{color:#e94560;margin:0;font-size:.85rem}.wallet-history-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.wallet-history-column{min-width:0}.wallet-status-row{align-items:center;gap:6px;font-weight:700;display:inline-flex}.wallet-status-row svg{width:14px;height:14px}.wallet-status-pending{color:var(--amber)}.wallet-status-processing{color:var(--cyan)}.wallet-status-complete{color:var(--green)}.wallet-status-denied{color:var(--red)}.icon-only-button{width:44px;min-width:44px;padding-inline:0}.button.small.icon-only-button{width:36px;min-width:36px;padding-inline:0}.icon-only-button svg{margin:0}.brand-mark{border-radius:var(--radius);background:0 0;overflow:hidden}.brand-mark img{object-fit:contain;width:100%;height:100%;display:block}.contact-strip{background:linear-gradient(90deg,#ffd70014,#ffa5000a);border:1px solid #ffd70026;border-radius:12px;align-items:center;gap:0;min-height:42px;margin:8px 16px 0;display:flex;overflow:hidden}.contact-strip>span{color:var(--primary);text-transform:uppercase;border-right:1px solid #ffd7001f;flex-shrink:0;padding:10px 12px;font-size:.7rem;font-weight:800;line-height:1}.contact-list{flex-wrap:nowrap;align-items:center;gap:4px;min-width:0;padding:0 8px;display:flex;overflow-x:auto}.contact-list a{border-radius:var(--radius-full);color:var(--primary);white-space:nowrap;background:#ffd7001a;border:none;flex-shrink:0;align-items:center;gap:4px;min-height:28px;padding:0 10px;font-size:.7rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.contact-list svg{width:13px;height:13px}.pwa-install-prompt,.web-push-prompt{z-index:50;text-align:center;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border:1px solid #ffd70026;border-bottom-right-radius:12px;border-bottom-left-radius:12px;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:600px;height:auto;margin:0;padding:12px 16px 14px;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #00000059}.pwa-install-icon,.web-push-icon{background:var(--gold-soft);color:var(--primary);border:1px solid #ffd70038;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.web-push-icon{background:var(--cyan-soft);color:var(--cyan);border-color:#6b8aff38}.pwa-install-icon svg,.web-push-icon svg{width:22px;height:22px}.pwa-install-copy,.web-push-copy{text-align:center}.pwa-install-copy strong,.pwa-install-copy p,.web-push-copy strong,.web-push-copy p{overflow-wrap:anywhere;display:block}.pwa-install-copy strong,.web-push-copy strong{font-size:.9rem;line-height:1.2}.pwa-install-copy p,.web-push-copy p{margin-top:4px;font-size:.78rem;line-height:1.35}.web-push-error{color:var(--red)}.pwa-install-actions,.web-push-actions{justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.pwa-install-dismiss,.web-push-dismiss{flex-shrink:0;width:36px;height:36px}.hot-games-section{background:var(--surface);border:1px solid #ffd7001f;border-radius:12px;gap:10px;min-width:0;padding:12px;display:grid;overflow:visible}.home-showcase{gap:8px;padding:0;display:grid}.home-slideshow{aspect-ratio:735/359;background:var(--surface);border-radius:12px;margin:0 16px;position:relative;overflow:hidden;box-shadow:0 4px 30px #0000004d}.home-slideshow img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .5s;display:block;position:absolute;inset:0}.home-slideshow img.active{opacity:1}.home-slide-dots{justify-content:center;align-items:center;gap:0;padding:4px 0;display:flex}.home-slide-dots button{background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;width:auto;height:auto;padding:8px;display:flex}.home-slide-dots button:after{content:"";background:#fff3;border-radius:999px;width:8px;height:8px;transition:all .3s;display:block}.home-slide-dots button.active:after{background:var(--primary);width:16px}.home-marquee{background:linear-gradient(90deg,#ffd70014,#ffa5000a);border:1px solid #ffd70026;border-radius:12px;align-items:center;gap:0;min-height:44px;margin:0 16px;display:flex;overflow:hidden}.home-marquee:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffd700' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z'/%3E%3Cpath d='M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14'/%3E%3Cpath d='M8 6v8'/%3E%3C/svg%3E") 50%/16px no-repeat;border-right:1px solid #ffd7001f;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:44px;display:flex}.home-marquee-window{min-width:0;padding:0 8px;overflow:hidden}.home-marquee-track{white-space:nowrap;gap:48px;min-width:max-content;animation:24s linear infinite home-marquee-scroll;display:inline-flex}.home-marquee-track span{color:var(--text);font-size:.82rem;font-weight:600}@keyframes home-marquee-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 24px))}}.popup-ad-overlay{z-index:10020;background:#000000bf;justify-content:center;align-items:center;animation:.25s popup-fade-in;display:flex;position:fixed;inset:0}.popup-ad-container{background:var(--surface);border:1px solid #ffd70026;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;max-width:min(85vw,500px);max-height:80vh;padding-bottom:14px;animation:.3s popup-scale-in;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 48px #00000080}.popup-ad-container img{object-fit:contain;width:auto;max-width:min(80vw,480px);height:auto;max-height:calc(75vh - 58px);display:block}.popup-ad-close{border-radius:var(--radius-full);color:#fff;cursor:pointer;z-index:2;background:#00000080;border:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;line-height:1;display:flex;position:absolute;top:8px;right:8px}.popup-ad-close:hover{background:#000000b3}.popup-ad-silence{color:var(--primary);background:#90f4621f;border:1px solid #90f46247;border-radius:999px;min-height:38px;padding:0 18px;font-size:.84rem;font-weight:800}.popup-ad-silence:hover{background:#90f46233}@keyframes popup-fade-in{0%{opacity:0}to{opacity:1}}@keyframes popup-scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (width<=520px){.segmented-control .compact-button-label{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}}.hot-games-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.hot-games-header h3{align-items:center;gap:6px;font-size:.95rem;line-height:1.15;display:inline-flex}.hot-games-header h3 svg{color:var(--primary);width:16px;height:16px}.hot-games-header>span{border-radius:var(--radius-full);color:var(--primary);white-space:nowrap;background:#ffd7001a;border:1px solid #ffd7002e;padding:2px 8px;font-size:.65rem;font-weight:800}.hot-games-rail{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.hot-games-rail::-webkit-scrollbar{display:none}.hot-game-card{appearance:none;color:var(--text);scroll-snap-align:start;text-align:center;background:0 0;border:none;border-radius:10px;flex-direction:column;flex:0 0 140px;gap:6px;padding:0;transition:transform .15s;display:flex;overflow:visible}.hot-game-card:hover:not(:disabled){transform:scale(1.03)}.hot-game-card:disabled{cursor:progress;opacity:.7}.hot-game-art{aspect-ratio:1;background:var(--surface);border:1px solid #ffffff0d;border-radius:10px;display:block;position:relative;overflow:hidden}.hot-game-art img{object-fit:cover;width:100%;height:100%;display:block}.hot-game-shade{display:none}.hot-game-placeholder,.hot-game-opening{color:var(--primary);justify-content:center;align-items:center;display:inline-flex;position:absolute;inset:0}.hot-game-opening{color:var(--primary);background:#0f0f1ab3}.hot-game-placeholder svg,.hot-game-opening svg{width:22px;height:22px}.hot-game-badge{border-radius:var(--radius-full);color:#fff;text-transform:uppercase;letter-spacing:.03em;background:linear-gradient(135deg,#e94560,#ff6b81);align-items:center;gap:3px;padding:3px 7px;font-size:.6rem;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:6px;left:6px}.hot-game-badge svg{width:10px;height:10px}.hot-game-priority{display:none}.hot-game-copy{padding:0 4px}.hot-game-copy strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;font-weight:600;line-height:1.2;display:block;overflow:hidden}.hot-game-copy small{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:.65rem;font-weight:500;display:block;overflow:hidden}.balance-dialog-overlay{z-index:50;background:#080c14ad;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.balance-dialog{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius);box-shadow:var(--shadow);gap:14px;width:100%;max-width:360px;padding:20px;display:grid}.balance-dialog h2,.balance-dialog p{margin:0}.balance-dialog h2{font-size:1.1rem}.balance-dialog p{color:var(--text-secondary);line-height:1.45}.balance-dialog p strong{color:var(--text)}.balance-dialog-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.gm-mobile-view-toggle{display:none}.provider-filter-sticky{-webkit-backdrop-filter:blur(12px);z-index:15;background:#0f0f1aeb;border-bottom:1px solid #ffd70014;flex-wrap:wrap;justify-content:center;gap:6px;margin:0;padding:8px 16px;display:flex;position:sticky;top:56px;overflow:visible}.provider-filter-chip{border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff14;flex-shrink:0;align-items:center;padding:6px 14px;font-size:.72rem;font-weight:600;transition:all .2s;display:inline-flex}.provider-filter-chip:hover{color:var(--text);border-color:#ffd7004d}.provider-filter-chip.active{background:linear-gradient(135deg, var(--primary), #c8a200);color:#000;border-color:#0000;font-weight:700;box-shadow:0 2px 10px #ffd70033}.provider-games-flat{flex-direction:column;gap:10px;margin:0;display:flex}.provider-games-flat>.hot-games-section{margin:0 16px}@media (width>=640px){.hot-game-card{flex-basis:160px}}@media (width<=900px){.wallet-history-grid{grid-template-columns:1fr}}@media (width<=640px){.home-slideshow{aspect-ratio:16/9}.gm-provider-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.gm-provider-toolbar .section-heading,.gm-provider-toolbar .section-heading>div{min-width:0}.gm-view-toggle{display:none}.gm-mobile-view-toggle{appearance:none;background:linear-gradient(135deg, var(--surface-elevated), var(--surface));border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);justify-content:center;justify-self:end;align-items:center;width:44px;height:44px;transition:border-color .2s,color .2s,transform .2s;display:inline-flex}.gm-mobile-view-toggle:hover:not(:disabled){color:var(--primary);border-color:#ffd70061;transform:translateY(-1px)}.gm-mobile-view-toggle svg{width:18px;height:18px}}.chat-page{max-width:720px;padding:10px}.chat-surface{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);height:min(700px,100svh - 156px);min-height:0;display:grid;overflow:hidden}.chat-list-panel,.chat-window-panel{min-width:0}.chat-list-panel{background:var(--bg);border-bottom:1px solid var(--border);flex-direction:column;max-height:200px;display:flex}.chat-panel-header,.chat-window-header{border-bottom:1px solid var(--border);background:var(--surface);align-items:center;gap:10px;min-height:54px;padding:10px 12px;display:flex}.chat-panel-header{justify-content:space-between}.chat-panel-header h1{font-size:.95rem}.chat-panel-header svg{color:var(--primary);width:18px;height:18px}.chat-thread-list{flex-direction:column;display:flex;overflow-y:auto}.chat-thread{border:0;border-bottom:1px solid var(--border);color:var(--text);text-align:left;background:0 0;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:62px;padding:8px 12px;transition:background .2s;display:grid}.chat-thread.active,.chat-thread:hover{background:var(--surface-elevated)}.chat-avatar{background:linear-gradient(135deg, var(--surface-strong), var(--surface-elevated));border:1px solid var(--border-light);color:var(--primary);border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;display:inline-flex;overflow:hidden}.chat-avatar img{object-fit:cover;width:100%;height:100%}.chat-thread-copy,.chat-thread-meta,.chat-window-header div{min-width:0}.chat-thread-copy strong,.chat-thread-copy small,.chat-thread-meta small,.chat-window-header h2,.chat-window-header p{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.chat-thread-copy small,.chat-thread-meta small,.chat-window-header p{color:var(--text-secondary)}.chat-thread-meta{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.chat-empty-list,.chat-empty-messages,.chat-loading{color:var(--text-secondary);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:20px;display:flex}.chat-empty-list strong,.chat-empty-messages strong{color:var(--text)}.chat-window-panel{grid-template-rows:auto minmax(0,1fr) auto;height:100%;min-height:0;max-height:100%;display:grid;overflow:hidden}.chat-message-list{background:linear-gradient(180deg, var(--bg) 0%, var(--surface) 100%);flex-direction:column;flex:1;gap:8px;min-height:0;padding:12px;display:flex;overflow-y:auto}.chat-message{flex-direction:column;align-items:flex-start;gap:3px;max-width:min(80%,480px);display:flex}.chat-message.own{align-self:flex-end;align-items:flex-end}.chat-message.support{align-self:flex-start}.chat-bubble{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius);overflow-wrap:anywhere;padding:8px 12px;overflow:hidden}.chat-message.own .chat-bubble{background:linear-gradient(135deg, var(--primary), #c8a200);border-color:var(--primary);color:#000}.chat-bubble img{border-radius:var(--radius-sm);object-fit:contain;max-width:min(260px,55vw);max-height:220px;display:block}.chat-message small{color:var(--text-secondary);font-size:.68rem}.chat-error{background:var(--red-soft);color:var(--red);border:1px solid #e9456040;padding:8px 12px;font-weight:700}.chat-composer{background:var(--surface);border-top:1px solid var(--border);padding:8px 10px;padding-bottom:max(8px, env(safe-area-inset-bottom,8px));grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:8px;display:grid}.chat-composer input[type=text],.chat-composer>input{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);width:100%;min-width:0;min-height:40px;color:var(--text);padding:0 12px;transition:border-color .2s}.chat-composer input[type=text]:focus,.chat-composer>input:focus{border-color:var(--primary);outline:none}.chat-composer input::placeholder{color:var(--muted)}.chat-upload-button,.chat-send-button{border-radius:var(--radius);justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.chat-upload-button{background:var(--surface-elevated);border:1px solid var(--border);color:var(--primary);cursor:pointer;transition:all .2s}.chat-upload-button:hover{border-color:var(--primary);background:var(--primary-soft)}.chat-upload-button input{display:none}.chat-send-button{background:linear-gradient(135deg, var(--primary), #c8a200);color:#000;border:0;box-shadow:0 3px 10px #ffd7002e}.chat-send-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 14px #ffd70040}.chat-send-button:disabled{opacity:.5}.chat-upload-button svg,.chat-send-button svg{width:18px;height:18px}@media (width>=820px){.chat-surface{height:min(720px,100svh - 156px)}}@media (width>=900px){.chat-surface{height:min(720px,100svh - 100px)}}.profile-page,.profile-page .form-shell,.profile-page .stack-form,.profile-page .field,.profile-page .input-shell{overflow-wrap:anywhere;min-width:0}.profile-page{padding-bottom:env(safe-area-inset-bottom,20px);overflow-x:hidden}.profile-page .form-shell{overflow:hidden}.profile-page .stack-form{overflow:visible}.profile-page .input-shell input{min-width:0}.avatar-upload{flex-wrap:wrap;align-items:center;gap:12px;min-width:0;display:flex;overflow:visible}.avatar-preview-img,.avatar-placeholder{border:1px solid var(--border);border-radius:var(--radius);flex:none;width:64px;height:64px}.avatar-preview-img{object-fit:cover;display:block}.avatar-placeholder{background:var(--primary-soft);color:var(--primary);border-color:#ffd7002e;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:inline-flex}.profile-avatar-action{background:linear-gradient(135deg, var(--primary), #c8a200);border-radius:var(--radius);color:#000;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;border:0;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 14px;font-size:.8rem;font-weight:800;transition:all .2s;display:inline-flex;position:relative;box-shadow:0 3px 14px #ffd7002e}.profile-avatar-action:hover{transform:translateY(-1px);box-shadow:0 5px 18px #ffd7003d}.profile-avatar-action[aria-disabled=true]{cursor:wait;opacity:.6;pointer-events:none}.profile-avatar-action svg{width:15px;height:15px}.profile-file-input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;block-size:1px;inline-size:1px;position:absolute;overflow:hidden}@media (width<=520px){.avatar-upload{flex-direction:column;align-items:stretch}.avatar-preview-img,.avatar-placeholder{align-self:center}.profile-avatar-action{justify-content:center;align-self:stretch}}:root{--bg:#15171b;--surface:#1d2025;--surface-elevated:#232831;--surface-strong:#29313a;--text:#f4f6f8;--text-secondary:#989da6;--muted:#606772;--border:#2b333d;--border-light:#37414d;--primary:#90f462;--primary-strong:#62d848;--primary-soft:#90f46224;--gold:#90f462;--gold-soft:#90f4621f;--shadow:0 10px 30px #00000047;--shadow-lg:0 16px 42px #00000057}body,#root,.app-shell{background:var(--bg)}html,body,#root{overflow-x:clip}.desktop-sidebar{display:none}.topbar{border-bottom:1px solid var(--border);background:#15171bf0}.brand strong{color:var(--text)}.brand small{color:var(--text-secondary)}.topbar-login-btn,.topbar-balance{color:var(--primary);background:#90f4621f}.topbar-login-btn:hover,.topbar-balance:hover{background:#90f46233}.topbar-icon-btn:hover{color:var(--primary)}.bottom-nav{border-top:1px solid var(--border);background:#15171bf7}.bottom-nav a:nth-child(3):before{background:linear-gradient(135deg, var(--primary), var(--primary-strong));box-shadow:0 0 20px #90f46252}.bottom-nav a.active svg{filter:drop-shadow(0 0 4px #90f46257)}.contact-strip,.home-marquee{background:var(--surface);border-color:var(--border);border-radius:8px}.contact-strip>span,.home-marquee:before{border-color:var(--border)}.contact-list a{color:var(--primary);background:#90f4621a}.contact-list a:hover{background:#90f4622e}.home-page{gap:10px}.home-showcase{gap:10px;padding:0 10px}.home-slideshow{aspect-ratio:735/359;background:var(--surface);box-shadow:none;border-radius:8px;margin:0;position:relative;overflow:hidden}.home-slideshow-track{width:100%;height:100%;transition:transform .45s;display:flex}.home-slide{object-fit:cover;flex:0 0 100%;width:100%;height:100%;display:block}.home-slideshow img.home-slide{opacity:1;position:static;inset:auto}.home-slide-dots{z-index:2;padding:0;position:absolute;bottom:6px;left:0;right:0}.home-slide-dots button:after{background:#ffffff42}.home-slide-dots button.active:after{background:var(--primary)}.home-marquee{margin:0}.provider-game-section{gap:0}.provider-games-flat{gap:10px}.lobby-category-rail{scrollbar-width:none;scroll-snap-type:x mandatory;gap:8px;padding:0 10px;display:flex;overflow-x:auto}.lobby-category-rail::-webkit-scrollbar{display:none}.lobby-category-card{appearance:none;background:var(--surface-elevated);border:1px solid var(--border);color:var(--text-secondary);scroll-snap-align:start;text-align:center;border-radius:8px;flex:0 0 110px;place-items:center;gap:3px;height:82px;padding:10px 8px;transition:background .2s,border-color .2s,color .2s,transform .2s;display:grid}.lobby-category-card:hover:not(:disabled){color:var(--text);border-color:#90f4626b;transform:translateY(-1px)}.lobby-category-card.active{border-color:var(--primary);color:var(--primary);background:#243829;box-shadow:0 0 18px #90f46238}.lobby-category-card svg{width:23px;height:23px}.lobby-category-card span{color:inherit;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.82rem;font-weight:800;line-height:1.1;display:block;overflow:hidden}.lobby-category-card small{color:currentColor;opacity:.78;font-size:.66rem;font-weight:700;line-height:1;display:block}.home-search-row{grid-template-columns:minmax(0,1fr) 44px;align-items:center;gap:10px;padding:0 10px;display:grid}.home-search-box{border:1px solid var(--border);color:var(--text-secondary);background:0 0;border-radius:999px;align-items:center;gap:10px;min-width:0;height:40px;padding:0 14px;display:flex}.home-search-box:focus-within{border-color:#90f4627a}.home-search-box svg,.home-filter-icon svg{width:17px;height:17px}.home-search-box input{color:var(--text);background:0 0;border:0;outline:0;width:100%;min-width:0}.home-search-box input::placeholder{color:var(--text-secondary);font-weight:700}.home-search-box input::-webkit-search-cancel-button{filter:invert()}.home-filter-icon{background:var(--surface-elevated);border:1px solid var(--border);color:var(--text-secondary);border-radius:999px;justify-content:center;align-items:center;width:44px;height:40px;display:inline-flex}.game-filter-compact-row{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);border-top:1px solid var(--border);z-index:30;background:#15171bf5;grid-template-columns:minmax(0,1fr) minmax(86px,.42fr) 44px;align-items:center;gap:8px;padding:8px 10px;display:grid;position:sticky;top:56px}.game-filter-summary,.game-filter-search-trigger,.game-filter-open-button{background:var(--surface-elevated);border:1px solid var(--border);color:var(--text-secondary);border-radius:999px;align-items:center;min-width:0;display:inline-flex}.game-filter-summary{text-align:left;gap:9px;min-height:42px;padding:0 12px}.game-filter-summary svg,.game-filter-search-trigger svg,.game-filter-open-button svg{color:var(--primary);width:17px;height:17px}.game-filter-summary span,.game-filter-search-trigger span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.game-filter-summary strong,.game-filter-summary small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.game-filter-summary strong{color:var(--text);font-size:.82rem;font-weight:900;line-height:1.12}.game-filter-summary small{color:var(--primary);margin-top:2px;font-size:.68rem;font-weight:800;line-height:1.1}.game-filter-search-trigger{justify-content:center;gap:7px;min-height:42px;padding:0 10px}.game-filter-search-trigger span{color:var(--text-secondary);font-size:.76rem;font-weight:800}.game-filter-open-button{justify-content:center;width:44px;height:42px;padding:0}.game-filter-summary:hover,.game-filter-search-trigger:hover,.game-filter-open-button:hover{color:var(--text);border-color:#90f46261}.game-filter-panel-overlay{z-index:10010;background:#0000009e;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.game-filter-panel{background:var(--surface);border:1px solid var(--border);max-height:min(86svh,680px);padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));border-bottom:0;border-radius:14px 14px 0 0;flex-direction:column;gap:16px;width:100%;animation:.22s game-filter-sheet-in;display:flex;overflow-y:auto;box-shadow:0 -16px 44px #0000006b}.game-filter-panel-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.game-filter-panel-header h2{font-size:1rem;font-weight:900}.game-filter-panel-header p{color:var(--primary);margin-top:2px;font-size:.75rem;font-weight:800}.game-filter-close{background:var(--surface-elevated);border:1px solid var(--border);color:var(--text-secondary);border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;display:inline-flex}.game-filter-close svg{width:18px;height:18px}.game-filter-panel-search{background:var(--bg);border:1px solid var(--border-light);color:var(--text-secondary);border-radius:999px;align-items:center;gap:10px;min-height:44px;padding:0 14px;display:flex}.game-filter-panel-search:focus-within{border-color:#90f4627a}.game-filter-panel-search svg{color:var(--primary);width:17px;height:17px}.game-filter-panel-search input{color:var(--text);background:0 0;border:0;outline:0;width:100%;min-width:0}.game-filter-panel-search input::placeholder{color:var(--text-secondary);font-weight:700}.game-filter-panel-section{gap:10px;display:grid}.game-filter-panel-section h3{color:var(--text-secondary);text-transform:uppercase;font-size:.72rem;font-weight:900}.game-filter-category-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.game-filter-category,.game-filter-provider{background:var(--surface-elevated);border:1px solid var(--border);color:var(--text-secondary);text-align:left;border-radius:8px;align-items:center;gap:10px;min-width:0;display:flex}.game-filter-category{min-height:62px;padding:10px 12px}.game-filter-category svg,.game-filter-provider svg{color:var(--text-secondary);width:18px;height:18px}.game-filter-category span,.game-filter-provider span{min-width:0}.game-filter-category strong,.game-filter-category small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.game-filter-category strong{color:var(--text);font-size:.8rem;font-weight:900}.game-filter-category small{color:var(--text-secondary);font-size:.68rem;font-weight:700}.game-filter-provider-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.game-filter-provider{justify-content:flex-start;min-height:42px;padding:0 12px}.game-filter-provider span{color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:900;display:block;overflow:hidden}.game-filter-category.active,.game-filter-provider.active{border-color:var(--primary);color:var(--primary);background:#243829}.game-filter-category.active svg,.game-filter-provider.active svg,.game-filter-category.active strong,.game-filter-category.active small{color:var(--primary)}.game-filter-panel-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:auto;display:grid}@keyframes game-filter-sheet-in{0%{transform:translateY(24px)}to{transform:translateY(0)}}.provider-filter-sticky{background:var(--surface);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);border-top:1px solid var(--border);scrollbar-width:none;z-index:30;flex-wrap:nowrap;justify-content:flex-start;padding:8px 10px;position:sticky;top:56px;overflow-x:auto}.provider-filter-sticky::-webkit-scrollbar{display:none}.provider-filter-chip{border-color:var(--border-light);color:var(--text-secondary);background:0 0;justify-content:center;min-width:108px;min-height:38px;font-weight:800}.provider-filter-chip:hover{border-color:#90f46261}.provider-filter-chip.active{border-color:var(--primary);box-shadow:none;color:var(--primary);background:#243829}.hot-games-section{background:0 0;border:0;border-radius:0;gap:8px;padding:0 10px}.hot-games-header{padding-top:2px}.hot-games-header h3{font-size:1rem}.hot-games-header>span,.mini-label,.eyebrow{color:var(--primary);background:#90f4621a;border-color:#90f46238}.hot-game-card{box-sizing:border-box;text-align:left;inline-size:142px;min-inline-size:142px;max-inline-size:142px;flex:0 0 142px;width:142px}.hot-game-art{aspect-ratio:4/3;background:var(--surface-elevated);border-color:var(--border);height:106px;min-inline-size:0;max-inline-size:100%;border-radius:8px;flex:0 0 106px;width:100%}.hot-game-art img{object-fit:cover;object-position:center;width:100%;height:100%}.hot-game-badge{background:linear-gradient(135deg,#ff3048,#ff7b4f)}.hot-game-copy{inline-size:100%;min-inline-size:0;max-inline-size:100%;padding:0;overflow:hidden}.hot-game-copy strong,.hot-game-copy small{text-align:left;min-inline-size:0;max-inline-size:100%}.provider-result-heading{align-items:baseline;gap:9px;padding:2px 10px 0;display:flex}.provider-result-heading h2{font-size:1rem;font-weight:900;line-height:1.15}.provider-result-heading span{color:var(--primary);white-space:nowrap;font-size:.82rem;font-weight:800}.provider-games-flat>.test-provider-grid,.provider-games-flat>.provider-game-grid{padding:0 10px 22px}.test-provider-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 8px}.test-game-card{text-align:left;gap:6px;overflow:visible}.test-game-art{aspect-ratio:4/3;background:var(--surface-elevated);border-color:var(--border);border-radius:8px}.test-game-art img{object-fit:cover}.test-game-opening{color:var(--primary);background:#15171bb8;justify-content:center;align-items:center;display:inline-flex;position:absolute;inset:0}.test-game-copy{text-align:left;min-width:0;padding:0;display:block}.test-game-copy strong,.test-game-copy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.test-game-copy strong{color:var(--text);font-size:.78rem;font-weight:800;line-height:1.25}.test-game-copy small{color:var(--text-secondary);margin-top:2px;font-size:.7rem;font-weight:600;line-height:1.2}.empty-provider-games,.form-error{margin-left:10px;margin-right:10px}@media (width>=520px){.test-provider-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=900px){#root{display:block}.app-shell{max-width:none;padding-top:58px;padding-bottom:0;padding-left:130px}.desktop-sidebar{border-right:1px solid var(--border);z-index:60;background:#17191d;flex-direction:column;align-items:stretch;gap:30px;width:130px;padding:28px 10px 18px;display:flex;position:fixed;top:0;bottom:0;left:0}.desktop-sidebar-brand{color:var(--text);align-items:center;gap:9px;min-height:38px;text-decoration:none;display:inline-flex}.desktop-sidebar-brand .brand-mark{width:30px;height:30px}.desktop-sidebar-brand strong{color:var(--text);font-size:.92rem;font-weight:900;line-height:1}.desktop-sidebar-nav{scrollbar-width:none;flex-direction:column;flex:1;gap:16px;display:flex;overflow-y:auto}.desktop-sidebar-nav::-webkit-scrollbar{display:none}.desktop-sidebar-nav a{color:var(--text-secondary);text-align:center;border-radius:8px;place-items:center;gap:8px;min-height:74px;padding:8px;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s;display:grid}.desktop-sidebar-nav a svg{width:25px;height:25px}.desktop-sidebar-nav a span{color:inherit;font-size:.85rem;font-weight:900;line-height:1.1}.desktop-sidebar-nav a.active{color:var(--primary);background:#243829;box-shadow:0 0 20px #90f4623d}.topbar{justify-content:flex-end;width:calc(100% - 130px);max-width:none;height:58px;padding:0 42px;left:130px;transform:none}.topbar>.brand,.bottom-nav{display:none}.page{max-width:1050px;padding:12px 42px 48px}.home-page{gap:16px;padding-left:42px;padding-right:42px}.contact-strip{max-width:966px;margin:12px auto 0}.home-showcase{padding:0}.home-slideshow{aspect-ratio:auto;background:0 0;overflow:visible}.home-slideshow-track{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;height:auto;display:grid;transform:none!important}.home-slide{aspect-ratio:313/140;border-radius:8px;min-width:0;height:auto}.home-slide:nth-child(n+4),.home-slide-dots{display:none}.lobby-category-rail,.home-search-row,.game-filter-compact-row,.provider-filter-sticky,.hot-games-section,.provider-result-heading,.provider-games-flat>.test-provider-grid,.provider-games-flat>.provider-game-grid{padding-left:0;padding-right:0}.lobby-category-rail{gap:7px}.lobby-category-card{flex:1 0 96px;min-width:96px}.home-search-row{grid-template-columns:minmax(260px,280px) 44px minmax(0,1fr)}.game-filter-compact-row{grid-template-columns:minmax(0,1fr) minmax(160px,220px) 44px;top:58px}.game-filter-panel-overlay{justify-content:flex-start;align-items:stretch}.game-filter-panel{border-bottom:1px solid var(--border);border-left:0;border-radius:0 14px 14px 0;width:min(380px,90vw);height:100%;max-height:none;padding:20px;animation:.24s game-filter-drawer-in}.game-filter-provider-list{grid-template-columns:1fr}.provider-filter-sticky{border:0;border-bottom:1px solid var(--border);background:#15171bf5;grid-template-columns:repeat(5,minmax(108px,1fr));gap:10px;padding-top:8px;padding-bottom:8px;display:grid;top:58px;overflow:visible}.provider-filter-chip{min-width:0}.hot-game-card{inline-size:190px;min-inline-size:190px;max-inline-size:190px;flex-basis:190px;width:190px}.hot-game-art{flex-basis:142px;height:142px}.test-provider-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 10px}.test-game-copy strong{font-size:.88rem}.test-game-copy small{font-size:.76rem}.empty-provider-games,.form-error{margin-left:0;margin-right:0}}@keyframes game-filter-drawer-in{0%{transform:translate(-24px)}to{transform:translate(0)}}
