:root{--bg: #f3f4f6;--card-dark: #0c1526;--card-dark-2: #101c31;--ink: #0f172a;--ink-soft: #64748b;--line: #e7e9ee;--white: #ffffff;--accent: #0b1220;--danger: #ef4444;--shadow: 0 8px 24px rgba(15, 23, 42, .06);--radius: 18px;--nav-h: 64px;--nav-total: calc(var(--nav-h) + env(safe-area-inset-bottom, 0px));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:#0a0d14;color:var(--ink);-webkit-font-smoothing:antialiased}.phone{position:relative;display:flex;flex-direction:column;width:100%;max-width:430px;height:100dvh;margin:0 auto;background:var(--bg);overflow:hidden}.topbar{flex:0 0 auto;height:58px;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;padding:0 16px;background:var(--white);border-bottom:1px solid var(--line)}.brand{text-align:center;font-weight:700;letter-spacing:4px;font-size:16px;color:var(--ink)}.avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;justify-self:end;border:1px solid var(--line)}.icon-btn{border:none;background:transparent;color:var(--ink);padding:6px;cursor:pointer;display:inline-flex;border-radius:10px}.icon-btn:active{background:#f1f5f9}.scroll-area{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.page{padding:18px 16px 28px}.balance-card{background:var(--card-dark);background-image:linear-gradient(180deg,var(--card-dark-2),var(--card-dark));border-radius:20px;padding:20px;color:#e8edf6;box-shadow:0 12px 30px #0b122047}.bc-top{display:flex;align-items:center;justify-content:space-between}.bc-label{font-size:11px;letter-spacing:1.5px;color:#9fb0c9;font-weight:600}.bc-bank{color:#8aa0bf}.bc-amount{font-size:34px;font-weight:800;margin-top:6px;letter-spacing:.5px}.bc-amount.sm{font-size:24px;margin-top:2px}.bc-progress-row{display:flex;justify-content:space-between;font-size:12px;color:#9fb0c9;margin-top:18px}.progress-track{height:6px;background:#ffffff1f;border-radius:99px;margin-top:8px;overflow:hidden}.progress-fill{height:100%;background:#fff;border-radius:99px}.bc-hint{font-size:12px;color:#8194b0;margin-top:12px}.balance-card.compact{display:flex;align-items:center;justify-content:space-between;padding:16px 18px}.bc-left{display:flex;align-items:center;gap:14px}.bc-chip{width:40px;height:40px;border-radius:12px;background:#ffffff14;display:grid;place-items:center;color:#cfe0ff}.pill-btn{border:none;background:#ffffff1f;color:#fff;font-weight:700;letter-spacing:1px;font-size:12px;padding:10px 18px;border-radius:99px;cursor:pointer}.pill-btn:active{background:#fff3}.pill-btn.light{background:#fff;color:var(--ink)}.cashback-note{font-size:11.5px;color:var(--ink-soft);line-height:1.45;margin:10px 4px 0}.actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:22px 0 6px}.action{border:none;background:transparent;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer}.action:disabled{opacity:.4;cursor:not-allowed}.action-circle{width:60px;height:60px;border-radius:50%;background:var(--white);border:1px solid var(--line);display:grid;place-items:center;color:var(--ink);box-shadow:var(--shadow)}.action-circle.dark{background:var(--accent);color:#fff;border-color:var(--accent)}.action-label{font-size:13px;color:var(--ink);font-weight:500}.section-title{font-size:19px;font-weight:800;color:var(--ink);margin:26px 2px 12px}.section-title.tight{margin:10px 2px 12px}.list-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.list-row{width:100%;display:flex;align-items:center;gap:14px;padding:15px 16px;background:transparent;border:none;border-bottom:1px solid var(--line);cursor:pointer;text-align:left}.list-row:last-child{border-bottom:none}.list-row:active{background:#f8fafc}.list-icon{width:38px;height:38px;border-radius:50%;background:#f1f5f9;display:grid;place-items:center;color:#334155;flex:0 0 auto}.list-icon.danger{background:#fee2e2;color:var(--danger)}.list-label{flex:1;font-size:15px;font-weight:600;color:var(--ink)}.list-row.danger .list-label{color:var(--danger)}.list-chevron{color:#cbd5e1}.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.game-tile{position:relative;border:none;padding:0;border-radius:var(--radius);aspect-ratio:3 / 4;cursor:pointer;overflow:hidden;background:#e2e8f0;box-shadow:0 6px 16px #0f172a1f}.game-tile:active{transform:scale(.97)}.game-img{display:block;width:100%;height:100%;object-fit:cover}.bottomnav{flex:0 0 auto;height:var(--nav-total);display:grid;grid-template-columns:repeat(3,1fr);background:var(--white);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom,0);position:relative;z-index:60}.nav-item{border:none;background:transparent;display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 0 12px;color:#94a3b8;cursor:pointer;font-size:11px}.nav-item.active{color:var(--ink);font-weight:700}.hero{border-radius:22px;background:var(--card-dark);background-image:linear-gradient(150deg,#14233f,#0a1120);color:#fff;padding:24px 20px;box-shadow:0 12px 30px #0b122047}.hero-kicker{font-size:11px;letter-spacing:2px;color:#93a7c6;font-weight:600}.hero-title{font-size:26px;font-weight:800;margin:8px 0 6px;line-height:1.15}.hero-sub{font-size:13px;color:#9fb0c9;margin:0 0 16px}.promo-strip{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.promo-card{border-radius:16px;padding:14px;color:#fff;display:flex;flex-direction:column;gap:3px;min-height:88px;justify-content:flex-end}.promo-card.p1{background:linear-gradient(160deg,#2f8bfd,#6d3ff2)}.promo-card.p2{background:linear-gradient(160deg,#f97316,#ef4444)}.promo-tag{font-size:10px;letter-spacing:1px;opacity:.85;font-weight:700}.promo-card strong{font-size:16px}.promo-sub{font-size:12px;opacity:.9}.row-head{display:flex;align-items:baseline;justify-content:space-between}.link-btn{border:none;background:transparent;color:#2563eb;font-weight:600;font-size:13px;cursor:pointer}.pop-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.pop-scroll::-webkit-scrollbar{display:none}.pop-tile{flex:0 0 96px;height:128px;border:none;border-radius:16px;padding:0;overflow:hidden;cursor:pointer;box-shadow:0 6px 16px #0f172a1f;background:#e2e8f0}.pop-img{display:block;width:100%;height:100%;object-fit:cover}.tx-empty{padding:20px 16px;text-align:center;color:var(--ink-soft);font-size:14px}.tx-row{display:flex;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid var(--line)}.tx-row:last-child{border-bottom:none}.tx-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto}.tx-dot.deposit,.tx-dot.win{background:#22c55e}.tx-dot.withdraw,.tx-dot.loss{background:#f97316}.tx-main{flex:1;display:flex;flex-direction:column}.tx-label{font-size:14px;font-weight:600}.tx-date{font-size:12px;color:var(--ink-soft)}.tx-amount{font-weight:700;font-size:14px}.tx-amount.up{color:#16a34a}.tx-amount.down{color:#ea580c}.modal-scrim{position:fixed;top:0;left:0;right:0;bottom:var(--nav-total);background:#080c148c;display:flex;align-items:flex-end;justify-content:center;z-index:1000;overflow:hidden;animation:fade .15s ease}@keyframes fade{0%{opacity:0}to{opacity:1}}.sheet{width:100%;max-width:430px;background:var(--white);border-radius:22px 22px 0 0;padding:8px 18px 22px;max-height:100%;overflow-y:auto;overscroll-behavior:contain;animation:rise .22s cubic-bezier(.2,.8,.2,1)}@keyframes rise{0%{transform:translateY(24px)}to{transform:translateY(0)}}.sheet-head{display:flex;align-items:center;justify-content:space-between;padding:10px 0 12px}.sheet-head h3{margin:0;font-size:18px;font-weight:800}.sheet-body{padding-bottom:6px}.amount-form{display:flex;flex-direction:column;gap:16px}.amount-input{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:14px;padding:14px 16px;font-size:28px;font-weight:800}.amount-input span{color:var(--ink-soft)}.amount-input input{border:none;outline:none;font-size:28px;font-weight:800;width:100%;color:var(--ink);background:transparent}.quick-row{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid var(--line);background:#f8fafc;border-radius:99px;padding:8px 14px;font-weight:700;font-size:13px;cursor:pointer}.chip:active{background:#eef2f7}.cta{border:none;background:var(--accent);color:#fff;font-weight:700;font-size:15px;padding:15px;border-radius:14px;cursor:pointer;width:100%}.cta:disabled{opacity:.4;cursor:not-allowed}.cta.ghost{background:#f1f5f9;color:var(--ink);margin-top:8px}.cta.danger{background:var(--danger)}.cta:active{filter:brightness(.95)}.muted{color:var(--ink-soft);font-size:14px;line-height:1.5;margin:4px 0 16px}.kv{display:flex;flex-direction:column}.kv-row{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);font-size:15px}.kv-k{color:var(--ink-soft)}.kv-v{font-weight:600}.kv .cta{margin-top:16px}.toggles{display:flex;flex-direction:column}.toggle-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border:none;border-bottom:1px solid var(--line);background:transparent;font-size:15px;font-weight:600;cursor:pointer}.switch{width:46px;height:28px;border-radius:99px;background:#cbd5e1;position:relative;transition:background .18s;flex:0 0 auto}.switch.on{background:#22c55e}.knob{position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;transition:transform .18s;box-shadow:0 1px 3px #0003}.switch.on .knob{transform:translate(18px)}.qr-wrap{display:flex;flex-direction:column;align-items:center;gap:14px;padding:8px 0 12px}.qr-pseudo{font-weight:800;font-size:18px;color:var(--ink)}.qr-img{width:230px;height:230px;display:block;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px}.qr-loading{width:230px;height:230px;display:grid;place-items:center;color:var(--ink-soft)}.game-preview{display:flex;flex-direction:column;align-items:center;gap:16px}.game-preview-art{width:120px;height:120px;border-radius:20px;box-shadow:0 8px 20px #0f172a2e}.menu-list{display:flex;flex-direction:column;gap:4px}.menu-item{border:none;background:#f8fafc;border-radius:12px;padding:15px 16px;text-align:left;font-size:16px;font-weight:600;cursor:pointer}.menu-item:active{background:#eef2f7}.lg{height:100%;display:flex;flex-direction:column;background:#fff;color:#0d1c32;overflow-y:auto;overflow-x:hidden}.lg-brand{flex:0 0 auto;padding:22px 24px 0;font-weight:800;letter-spacing:2px;font-size:17px;color:#0d1c32}.lg-body{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;padding:24px 24px 28px}.lg-title{font-size:30px;font-weight:800;letter-spacing:-.02em;margin:0 0 24px}.lg-form{display:flex;flex-direction:column;gap:12px}.lg-field{position:relative;display:block}.lg-field input{width:100%;border:1.5px solid #e3e6ea;border-radius:14px;padding:17px 46px 17px 16px;font-size:16px;color:#0d1c32;outline:none;background:#fff;font-family:inherit;transition:border-color .15s}.lg-field input::placeholder{color:#9aa4b2}.lg-field input:focus{border-color:#0d1c32}.lg-check{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;background:#16c60c;display:grid;place-items:center;animation:checkPop .22s cubic-bezier(.2,1.3,.4,1)}@keyframes checkPop{0%{transform:translateY(-50%) scale(.3);opacity:0}to{transform:translateY(-50%) scale(1);opacity:1}}.lg-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:12px;padding:12px 14px;font-size:13.5px;font-weight:600}.lg-switch{border:none;background:none;color:#5b6472;font-weight:600;font-size:14.5px;cursor:pointer;text-align:left;padding:4px 2px;margin-top:2px;align-self:flex-start}.lg-switch:hover{color:#0d1c32}.lg-submit{border:none;border-radius:14px;padding:18px;background:#16c60c;color:#fff;font-weight:800;font-size:16.5px;cursor:pointer;margin-top:6px;font-family:inherit}.lg-submit:hover{filter:brightness(1.05)}.lg-submit:disabled{opacity:.5;cursor:not-allowed}.lg-strip{flex:0 0 auto;overflow:hidden;margin-bottom:16px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.lg-strip:last-child{margin-bottom:calc(22px + env(safe-area-inset-bottom,0px))}.lg-track{display:flex;gap:12px;width:max-content;animation:slide 46s linear infinite}.lg-track.rev{animation:slideRev 52s linear infinite}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes slideRev{0%{transform:translate(-50%)}to{transform:translate(0)}}.lg-tile{flex:0 0 auto;width:76px;aspect-ratio:3 / 4;border-radius:14px;overflow:hidden;background:#eef1f4;box-shadow:0 4px 12px #0d1c321a}.lg-tile img{width:100%;height:100%;object-fit:cover;display:block}.lg-chip{flex:0 0 auto;display:flex;align-items:center;gap:8px;background:#fff;border:1.5px solid #e3e6ea;border-radius:12px;padding:8px 12px 8px 8px}.lg-chip img{width:26px;height:26px;border-radius:7px;object-fit:cover;flex:0 0 auto;background:#fff}.lg-chip-name{font-size:13px;font-weight:700;white-space:nowrap}.lg-chip-cb{font-size:12px;font-weight:800;color:#16a34a}.lux{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.lux-head{margin:4px 0 20px}.lux-title{font-size:26px;font-weight:800;color:#0d1c32;letter-spacing:-.02em;margin:0}.lux-sub{font-size:14px;font-weight:600;color:#75777e;margin:8px 0 0}.lux-hero{display:block;position:relative;width:100%;height:300px;padding:0;margin:0;border:none;outline:none;font-family:inherit;text-align:left;cursor:pointer;border-radius:28px;overflow:hidden;box-shadow:0 10px 30px #0d1c321f;background:linear-gradient(135deg,#1e3a5f,#0d1c32)}.lux-hero-img{position:absolute;top:0;right:0;bottom:0;left:0}.lux-hero-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.lux-hero:active .lux-hero-img{transform:scale(1.04)}.lux-hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.62),rgba(0,0,0,.12) 45%,transparent)}.lux-hero-content{position:absolute;left:0;right:0;bottom:0;padding:20px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.lux-hero-title{color:#fff;font-size:20px;font-weight:800;margin:0 0 2px}.lux-hero-sub{color:#ffffffd1;font-size:14px;font-weight:600;margin:0}.lux-badge{background:#0d1c32;color:#fff;font-weight:700;font-size:14px;border-radius:12px;padding:8px 14px;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.lux-badge.lg{flex:0 0 auto;box-shadow:0 6px 16px #0000004d}.lux-badge.tr{position:absolute;top:14px;right:14px;font-size:13px;padding:6px 12px;box-shadow:0 4px 12px #0000004d}.lux-sec-head{display:flex;align-items:center;justify-content:space-between;margin:30px 0 16px}.lux-sec-head h3{font-size:15px;font-weight:700;color:#0d1c32;text-transform:uppercase;letter-spacing:.06em;margin:0}.lux-seeall{font-size:11px;font-weight:800;color:#75777e;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}.lux-partners{display:flex;flex-direction:column;gap:12px}.lux-partner{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;font-family:inherit;text-align:left;cursor:pointer;background:#fff;border:2px solid #e1e3e4;border-radius:18px;padding:14px;text-decoration:none;transition:border-color .15s,transform .06s}.lux-partner:active{transform:scale(.99)}.lux-partner:hover{border-color:#0d1c32}.lux-partner-left{display:flex;align-items:center;gap:14px;min-width:0}.lux-logo{width:48px;height:48px;border-radius:12px;overflow:hidden;border:1px solid #e1e3e4;background:#fff;flex:0 0 auto;display:grid;place-items:center}.lux-logo img{width:100%;height:100%}.lux-mono{width:48px;height:48px;border-radius:12px;flex:0 0 auto;background:#0d1c32;color:#fff;display:grid;place-items:center;font-weight:800;font-size:20px}.lux-mono.big{width:92px;height:92px;border-radius:20px;font-size:40px}.lux-partner-name{font-size:16px;font-weight:700;color:#0d1c32}.lux-partner-sub{font-size:12px;font-weight:600;color:#75777e;margin-top:1px}.lux-pill{flex:0 0 auto;background:#0d1c32;color:#fff;font-size:13px;font-weight:700;padding:7px 12px;border-radius:10px;white-space:nowrap}.lux-partner:hover .lux-pill{background:#111827}.lux-airlines{display:flex;flex-direction:column;gap:18px}.lux-airline{display:block;width:100%;padding:0;font-family:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #e1e3e4;border-radius:24px;overflow:hidden;text-decoration:none;box-shadow:0 6px 18px #0d1c320f;transition:transform .06s}.lux-airline:active{transform:scale(.995)}.lux-airline-media{position:relative;height:180px;background:linear-gradient(135deg,#334155,#0d1c32);overflow:hidden}.lux-airline-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.lux-airline:active .lux-airline-media img{transform:scale(1.04)}.lux-airline-foot{display:flex;align-items:center;gap:14px;padding:16px}.lux-airline-logo{width:56px;height:56px;border-radius:14px;overflow:hidden;border:1px solid #e1e3e4;background:#fff;flex:0 0 auto;margin-top:-38px;position:relative;z-index:2;box-shadow:0 4px 12px #00000026;display:grid;place-items:center}.lux-airline-logo img{width:80%;height:80%;object-fit:contain}.lux-detail{display:flex;flex-direction:column;gap:14px;font-family:Manrope,-apple-system,sans-serif}.lux-detail-media{position:relative;height:180px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#334155,#0d1c32);display:grid;place-items:center}.lux-detail-media img{width:100%;height:100%;object-fit:cover;display:block}.lux-detail-media .lux-detail-logo{width:110px;height:110px;object-fit:contain;background:#fff;border-radius:18px;padding:10px}.lux-detail-media .lux-badge{position:absolute;top:14px;right:14px}.lux-detail-desc{font-size:15px;font-weight:600;color:#44474d;line-height:1.5;margin:2px 0 0}.lux-perks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.lux-perks li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#0d1c32}.lux-check{flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:#16a34a;display:grid;place-items:center}.lux-detail-note{font-size:12px;color:#75777e;text-align:center}.lux-cta{display:flex;align-items:center;justify-content:center;gap:8px;background:#0d1c32;color:#fff;text-decoration:none;font-weight:700;font-size:16px;padding:16px;border-radius:14px;margin-top:2px}.lux-cta:active{filter:brightness(1.15)}.lux-cta-arrow{font-size:18px}.lux-loadmore{display:flex;justify-content:center;margin:28px 0 8px}.lux-loadmore button{display:inline-flex;align-items:center;gap:8px;background:transparent;border:2px solid #0d1c32;color:#0d1c32;font-weight:700;font-size:15px;text-transform:uppercase;letter-spacing:.04em;padding:12px 28px;border-radius:14px;cursor:pointer}.lux-loadmore button:hover{background:#0d1c32;color:#fff}.lux-chev{font-size:18px;line-height:1}.splash{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;background:radial-gradient(120% 80% at 50% -10%,#14233f,#0b1220 55%,#080c14)}.splash-logo{font-weight:800;letter-spacing:8px;font-size:26px;color:#fff}.spinner{width:34px;height:34px;border-radius:50%;border:3px solid rgba(255,255,255,.15);border-top-color:#00e701;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-panel{display:flex;flex-direction:column;gap:14px}.admin-accounts{display:flex;flex-direction:column;gap:8px;max-height:240px;overflow-y:auto}.admin-acc{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line);background:#f8fafc;border-radius:12px;padding:12px 14px;cursor:pointer;text-align:left}.admin-acc.sel{border-color:#0b1220;background:#eef2f7}.admin-acc-main{display:flex;flex-direction:column;gap:2px;min-width:0}.admin-acc-name{font-weight:700;font-size:14px;display:flex;align-items:center;gap:6px}.admin-tag{font-style:normal;font-size:10px;font-weight:800;color:#fff;background:#16a34a;padding:1px 6px;border-radius:6px}.admin-acc-email{font-size:12px;color:var(--ink-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-acc-bal{font-weight:800;font-size:14px;flex:0 0 auto}.game-screen{display:flex;flex-direction:column;height:100%;background:#0b1220;color:#e8edf6}.game-header{flex:0 0 auto;height:56px;display:grid;grid-template-columns:40px 1fr auto;align-items:center;padding:0 14px;background:#0c1526;border-bottom:1px solid rgba(255,255,255,.06)}.back-btn{border:none;background:#ffffff0f;color:#e8edf6;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;cursor:pointer}.game-title{text-align:center;font-weight:800;font-size:17px}.game-balance{justify-self:end;background:#ffffff14;padding:7px 12px;border-radius:99px;font-weight:700;font-size:13px}.game-body{display:flex;flex-direction:column;gap:18px;padding:18px 16px 28px;min-height:100%}.stat{display:flex;flex-direction:column;gap:2px}.stat-l{font-size:11px;color:#8aa0bf;letter-spacing:.4px}.stat-v{font-size:16px;font-weight:800}.banner{align-self:center;padding:8px 16px;border-radius:99px;font-weight:800;font-size:14px;background:#ffffff14}.banner.win{background:#22c55e2e;color:#4ade80}.banner.lose{background:#ef44442e;color:#f87171}.center{text-align:center}.field{display:flex;flex-direction:column;gap:8px}.field>span{font-size:12px;color:#8aa0bf}.field-input,.bet-input{display:flex;align-items:center;gap:8px;background:#0f1c31;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 14px}.field-input input,.bet-input input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:20px;font-weight:800;width:100%}.field-input span{color:#8aa0bf;font-weight:700}.bet-panel{margin-top:auto;display:flex;flex-direction:column;gap:12px;background:#0c1526;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:14px}.bet-field-label{font-size:12px;color:#8aa0bf}.bet-field{display:flex;flex-direction:column;gap:8px}.bet-input span:first-child{color:#8aa0bf;font-weight:700}.bet-mods{display:flex;gap:6px}.bet-mods button{border:none;background:#ffffff14;color:#cbd8ee;border-radius:8px;padding:6px 10px;font-weight:700;font-size:13px;cursor:pointer}.bet-mods button:active{background:#ffffff29}.bet-action{border:none;border-radius:12px;padding:15px;font-weight:800;font-size:16px;color:#fff;cursor:pointer;background:#2563eb}.bet-action:disabled{opacity:.4;cursor:not-allowed}.bet-action:active{filter:brightness(.95)}.hint-line{font-size:12px;color:#8aa0bf;text-align:center}.dice-stage{display:flex;flex-direction:column;gap:16px;align-items:stretch}.dice-result{align-self:center;font-size:44px;font-weight:900;color:#e8edf6}.dice-result.win{color:#4ade80}.dice-result.lose{color:#f87171}.dice-track{position:relative;height:12px;border-radius:99px;overflow:hidden;display:flex;background:#0f1c31}.dice-track-fill{height:100%}.dice-marker{position:absolute;top:-4px;width:4px;height:20px;background:#fff;border-radius:2px;transform:translate(-2px)}.slider{width:100%;accent-color:#22c55e}.dice-stats{display:flex;justify-content:space-between;gap:8px}.seg-toggle,.bj-actions,.pump-controls,.hilo-actions{display:flex;gap:10px}.seg-toggle button{flex:1;border:1px solid rgba(255,255,255,.1);background:#0f1c31;color:#cbd8ee;border-radius:10px;padding:12px;font-weight:700;cursor:pointer}.seg-toggle button.on{background:#22c55e;color:#05270f;border-color:#22c55e}.limbo-stage{display:flex;flex-direction:column;gap:14px;align-items:center}.limbo-result{font-size:56px;font-weight:900}.limbo-result.win{color:#4ade80}.limbo-result.lose{color:#f87171}.limbo-sub{font-size:13px;color:#8aa0bf}.limbo-stage .field{width:100%}.wheel-stage{position:relative;width:260px;height:260px;margin:6px auto 0;display:grid;place-items:center}.wheel{width:240px;height:240px;border-radius:50%;border:6px solid #0c1526;box-shadow:0 0 0 4px #ffffff0f}.wheel-pointer{position:absolute;top:-4px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:18px solid #ef4444;z-index:3}.wheel-center{position:absolute;width:84px;height:84px;border-radius:50%;background:#0c1526;display:grid;place-items:center;font-weight:900;font-size:18px;color:#fff;border:1px solid rgba(255,255,255,.1)}.wheel-legend{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.chip-sm{background:#ffffff14;padding:5px 10px;border-radius:99px;font-weight:700;font-size:12px}.chip-sm.zero{color:#8aa0bf}.hilo-stage{display:flex;flex-direction:column;align-items:center;gap:14px}.card-lg{width:120px;height:168px;border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;box-shadow:0 10px 24px #00000059}.card-lg.red{color:#dc2626}.card-lg.black{color:#0f172a}.c-rank{font-size:44px;font-weight:900;line-height:1}.c-suit{font-size:34px}.hilo-mult{font-size:24px;font-weight:900;color:#4ade80}.hilo-actions{flex-direction:column;width:100%}.hl-btn{border:none;border-radius:12px;padding:14px;font-weight:800;cursor:pointer;color:#fff;display:flex;justify-content:space-between;align-items:center}.hl-btn em{font-style:normal;opacity:.9;font-weight:700}.hl-btn.hi{background:#2563eb}.hl-btn.lo{background:#ef4444}.mines-head{display:flex;justify-content:space-between;align-items:center}.mines-select{display:flex;align-items:center;gap:8px;font-size:13px;color:#8aa0bf}.mines-select select{background:#0f1c31;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 10px;font-weight:700}.mines-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.mine-cell{aspect-ratio:1;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:#16233c;font-size:24px;cursor:pointer;display:grid;place-items:center;transition:transform .08s}.mine-cell:active:not(:disabled){transform:scale(.94)}.mine-cell.gem{background:#0e2a1e;border-color:#16a34a}.mine-cell.bomb{background:#2e1414;border-color:#ef4444}.crash-stage{position:relative;height:220px;border-radius:16px;background:linear-gradient(180deg,#0f1c31,#0b1220);border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;overflow:hidden}.crash-curve{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(180deg,#2563eb59,#2563eb00);transition:height .05s linear}.crash-mult{font-size:52px;font-weight:900;position:relative;z-index:2}.pump-stage{display:flex;flex-direction:column;align-items:center;gap:16px;min-height:220px;justify-content:center}.balloon{width:130px;height:150px;border-radius:50% 50% 48% 48%;background:radial-gradient(circle at 38% 32%,#ff6b6b,#dc2626);display:grid;place-items:center;color:#fff;font-weight:900;font-size:22px;transition:transform .15s ease;box-shadow:inset -8px -8px 20px #0003}.balloon.popped{background:none;box-shadow:none;font-size:60px}.pump-controls{margin-top:auto;display:flex;flex-direction:column;gap:10px}.pump-btn{border:none;border-radius:14px;padding:16px;font-weight:800;font-size:16px;background:#ef4444;color:#fff;cursor:pointer}.cashout-btn{border:none;border-radius:14px;padding:15px;font-weight:800;font-size:15px;background:#16a34a;color:#fff;cursor:pointer}.cashout-btn:disabled{opacity:.4;cursor:not-allowed}.plinko-board{position:relative;height:260px;border-radius:16px;background:linear-gradient(180deg,#14233f,#0b1220);border:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;justify-content:space-around;padding:12px 8px;overflow:hidden}.plinko-row{display:flex;justify-content:center;gap:14px}.peg{width:6px;height:6px;border-radius:50%;background:#ffffff80}.plinko-ball{position:absolute;width:12px;height:12px;border-radius:50%;background:#fbbf24;box-shadow:0 0 8px #fbbf24;transform:translate(-50%,-50%);transition:top .1s linear,left .1s linear}.plinko-bins{display:flex;gap:3px}.plinko-bins .bin{flex:1;text-align:center;padding:8px 0;border-radius:6px;font-size:10px;font-weight:800;color:#05270f}.plinko-bins .bin.hit{outline:2px solid #fff;transform:translateY(-3px)}.bj-stage{display:flex;flex-direction:column;gap:18px}.bj-hand{display:flex;flex-direction:column;gap:8px}.bj-hand-head{display:flex;justify-content:space-between;font-size:13px;color:#8aa0bf;font-weight:700}.bj-val{background:#ffffff14;padding:2px 10px;border-radius:99px;color:#fff}.bj-cards{display:flex;gap:8px;flex-wrap:wrap}.card-face{width:54px;height:76px;border-radius:8px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:900;font-size:18px;box-shadow:0 4px 10px #0000004d}.card-face.red{color:#dc2626}.card-face.black{color:#0f172a}.card-face.back{background:repeating-linear-gradient(45deg,#2563eb,#2563eb 6px,#1d4ed8 6px,#1d4ed8 12px)}.card-slot{width:54px;height:76px;border-radius:8px;border:1px dashed rgba(255,255,255,.15)}.bj-actions button{flex:1;border:none;border-radius:12px;padding:14px;font-weight:800;cursor:pointer;background:#ffffff1a;color:#fff}.bj-actions button:disabled{opacity:.4;cursor:not-allowed}:root{--s-bg: #1a2c38;--s-panel: #0f212e;--s-panel2: #213743;--s-cell: #2f4553;--s-cell-hi: #557086;--s-green: #00e701;--s-blue: #1475e1;--s-red: #ed4163;--s-muted: #b1bad3;--s-text: #ffffff}.game-screen{display:flex;flex-direction:column;height:100%;background:var(--s-bg);color:var(--s-text)}.game-header{flex:0 0 auto;height:56px;display:grid;grid-template-columns:40px 1fr auto;align-items:center;padding:0 14px;background:var(--s-panel);border-bottom:1px solid rgba(255,255,255,.05)}.back-btn{border:none;background:var(--s-panel2);color:var(--s-text);width:36px;height:36px;border-radius:8px;display:grid;place-items:center;cursor:pointer}.game-title{text-align:center;font-weight:700;font-size:16px}.game-balance{justify-self:end;background:var(--s-panel2);padding:8px 12px;border-radius:8px;font-weight:700;font-size:13px}.game-scroll{flex:1;overflow-y:auto}.game-body{display:flex;flex-direction:column;gap:14px;padding:16px;min-height:100%}.no-funds{margin:14px 16px -4px;padding:12px 14px;border-radius:10px;background:#ffd8001f;border:1px solid rgba(255,216,0,.35);color:#ffd800;font-size:13px;font-weight:600;line-height:1.45}.no-funds strong{color:#fff}.sbet{display:flex;flex-direction:column;gap:10px}.sbet-label{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--s-muted);font-weight:600}.sbet-row{display:flex;gap:0}.sbet-input{flex:1;display:flex;align-items:center;background:var(--s-panel);border:1px solid var(--s-cell);border-radius:8px;padding:0 12px;height:48px}.sbet-input.grouped{border-radius:8px 0 0 8px;border-right:none}.sbet-input input{flex:1;min-width:0;background:transparent;border:none;outline:none;color:var(--s-text);font-size:16px;font-weight:600}.sbet-coin{width:22px;height:22px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#ffd75e,#f5a623);display:grid;place-items:center;font-size:12px;color:#7a4b00;font-weight:900;flex:0 0 auto}.sbet-mods{display:flex;align-items:stretch}.sbet-mods button{border:none;background:var(--s-panel2);color:var(--s-text);padding:0 16px;font-weight:700;font-size:14px;cursor:pointer;border-left:1px solid var(--s-bg)}.sbet-mods button:last-child{border-radius:0 8px 8px 0}.s-action{border:none;border-radius:10px;height:54px;font-weight:700;font-size:17px;cursor:pointer;background:var(--s-blue);color:#fff;transition:filter .12s,transform .05s}.s-action:hover{filter:brightness(1.08)}.s-action:active{transform:scale(.995)}.s-action:disabled{opacity:.45;cursor:not-allowed}.s-action.green{background:var(--s-green);color:#05310a}.s-action.grey{background:var(--s-panel2);color:var(--s-text)}.s-field{display:flex;flex-direction:column;gap:6px}.s-field>label{font-size:13px;color:var(--s-muted);font-weight:600}.s-box{background:var(--s-panel);border:1px solid var(--s-cell);border-radius:8px;height:48px;display:flex;align-items:center;padding:0 12px;gap:6px}.s-box input,.s-box select{flex:1;min-width:0;background:transparent;border:none;outline:none;color:var(--s-text);font-size:16px;font-weight:600}.s-box select{cursor:pointer}.s-box select option{background:var(--s-panel)}.s-box .unit{color:var(--s-muted);font-size:14px}.s-grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mode-toggle{display:flex;background:var(--s-panel);border:1px solid var(--s-cell);border-radius:999px;padding:4px;margin-top:2px}.mode-toggle button{flex:1;border:none;background:transparent;color:var(--s-muted);padding:11px;border-radius:999px;font-weight:700;font-size:14px;cursor:pointer}.mode-toggle button.on{background:var(--s-panel2);color:var(--s-text)}.toast-host{position:absolute;top:10px;left:0;right:0;z-index:200;display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none;padding:0 14px}.toast{pointer-events:auto;cursor:pointer;display:flex;align-items:center;gap:12px;min-width:220px;max-width:92%;padding:12px 16px;border-radius:14px;border:none;background:#12222e;color:#fff;box-shadow:0 12px 30px #0006;animation:toastIn .35s cubic-bezier(.2,1.2,.3,1)}@keyframes toastIn{0%{transform:translateY(-18px) scale(.9);opacity:0}to{transform:none;opacity:1}}.toast-win{background:linear-gradient(135deg,#063d16,#0a6b28);box-shadow:0 0 0 1px #00e70166,0 14px 34px #00e70140}.toast-lose{background:linear-gradient(135deg,#3a1220,#6b1030)}.toast-neutral{background:#24384a}.toast-spark{font-size:22px}.toast-main{flex:1;display:flex;flex-direction:column;text-align:left}.toast-title{font-weight:800;font-size:15px}.toast-sub{font-size:13px;opacity:.9}.toast-win .toast-sub{color:#7dffa0;font-weight:700}.toast-mult{font-weight:900;font-size:16px;background:#ffffff24;padding:4px 10px;border-radius:999px}.mines-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.mine-cell{aspect-ratio:1;border-radius:10px;border:none;background:var(--s-cell);box-shadow:0 4px #223442;cursor:pointer;display:grid;place-items:center;transition:transform .06s,background .1s}.mine-cell:active:not(:disabled){transform:translateY(2px);box-shadow:0 2px #223442}.mine-cell:disabled{cursor:default}.mine-cell.revealed{background:var(--s-panel);box-shadow:inset 0 0 0 1px #16323f}.mine-cell.hit{background:#3a1220;box-shadow:inset 0 0 0 2px var(--s-red)}.mine-cell svg{animation:pop .25s ease}@keyframes pop{0%{transform:scale(.4)}to{transform:scale(1)}}.mines-profit{display:flex;justify-content:space-between;align-items:center;background:var(--s-panel);border:1px solid var(--s-cell);border-radius:8px;padding:12px 14px}.mines-profit .lbl{font-size:13px;color:var(--s-muted);font-weight:600}.mines-profit .val{font-weight:800;font-size:16px;color:var(--s-green)}.dice-panel{background:var(--s-panel);border-radius:12px;padding:30px 18px 20px}.dice-scale{display:flex;justify-content:space-between;font-size:14px;color:#fff;font-weight:700;margin-bottom:10px;padding:0 4px}.dice-slider-zone{position:relative;background:var(--s-panel2);border-radius:999px;padding:10px}.dice-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:12px;border-radius:999px;outline:none;display:block}.dice-range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:44px;height:38px;border-radius:8px;background:var(--s-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg stroke='%23cfe4ff' stroke-width='2'%3E%3Cpath d='M5 4v12M10 4v12M15 4v12'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;border:none;cursor:pointer;box-shadow:0 3px 10px #00000073}.dice-range::-moz-range-thumb{width:44px;height:38px;border-radius:8px;background:var(--s-blue);border:none;cursor:pointer}.dice-marker{position:absolute;top:-34px;transform:translate(-50%);font-weight:900;font-size:14px;color:#fff;background:#12222e;padding:4px 9px;border-radius:7px;border:1px solid var(--s-cell);white-space:nowrap}.dice-marker.win{color:var(--s-green);border-color:var(--s-green)}.dice-marker.lose{color:var(--s-red);border-color:var(--s-red)}.dice-stats3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:26px}.dice-stat{background:var(--s-panel2);border-radius:8px;padding:10px 12px}.dice-stat .l{font-size:12px;color:var(--s-muted);font-weight:600;min-height:30px}.dice-stat .v{font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:space-between;gap:4px}.dice-stat .v .u{color:var(--s-muted);font-size:13px}.dice-stat .v button{background:none;border:none;color:var(--s-muted);cursor:pointer;font-size:16px}.limbo-hero{display:grid;place-items:center;min-height:170px;background:var(--s-panel);border-radius:12px}.limbo-x{font-size:64px;font-weight:800}.limbo-x.win{color:var(--s-green)}.limbo-x.lose{color:#6b7d8c}.pump-tabs{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.pump-tab{background:var(--s-panel2);border-radius:8px;padding:12px;text-align:center;font-weight:700;font-size:15px;color:var(--s-muted)}.pump-tab.cur{background:var(--s-green);color:#05310a}.pump-tab.next{color:var(--s-text)}.pump-stage{background:var(--s-panel);border-radius:12px;min-height:270px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:16px 16px 0;position:relative;overflow:hidden}.balloon-wrap{display:flex;flex-direction:column;align-items:center;transition:transform .22s cubic-bezier(.3,1.5,.5,1);transform-origin:bottom center;margin-bottom:-2px;z-index:2}.balloon2{position:relative;width:108px;height:122px;border-radius:52% 52% 48% 48%;background:radial-gradient(circle at 36% 28%,#ff5a6a,#f4183d 55%,#d21230);display:grid;place-items:center;box-shadow:inset -10px -14px 24px #8c001973}.balloon2-shine{position:absolute;top:14px;right:20px;width:26px;height:15px;background:#fff;opacity:.85;border-radius:50%;transform:rotate(-28deg)}.balloon2-x{color:#fff;font-weight:800;font-size:22px}.balloon2-knot{width:14px;height:12px;background:#d21230;clip-path:polygon(50% 0,100% 100%,0 100%)}.balloon-pop{font-size:70px;z-index:2;animation:burst2 .4s ease;margin-bottom:30px}@keyframes burst2{0%{transform:scale(.4);opacity:.4}to{transform:scale(1);opacity:1}}.pump-machine{position:relative;width:100%;height:64px;margin-top:-6px;background:var(--s-panel2);border-radius:18px 18px 0 0;display:flex;align-items:center;gap:8px;padding:0 26px}.pump-machine:before{content:"";position:absolute;top:-18px;left:50%;transform:translate(-50%);width:70px;height:22px;background:var(--s-panel2);border-radius:8px 8px 0 0}.pm-valve{position:absolute;top:-30px;left:50%;transform:translate(-50%);width:12px;height:16px;background:#16232d;border-radius:3px}.pm-dot{width:8px;height:8px;border-radius:50%;background:#43596a}.pm-dot.on{background:var(--s-red)}.pump-air{display:none}.crash-top{display:flex;gap:8px}.crash-pill{background:var(--s-panel2);border-radius:999px;padding:7px 14px;font-size:13px;font-weight:800;color:var(--s-muted)}.crash-pill.good{background:var(--s-green);color:#05310a}.crash-graph{position:relative;height:240px;background:var(--s-panel);border-radius:12px;overflow:hidden}.crash-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.crash-num{position:absolute;top:34%;left:50%;transform:translate(-50%,-50%);font-size:54px;font-weight:900;z-index:2;text-shadow:0 4px 0 rgba(13,40,63,.9)}.crash-num.up{color:var(--s-green)}.crash-num.dead{color:var(--s-red)}.crash-num.live{color:#fff}.crash-sub{position:absolute;top:52%;left:50%;transform:translate(-50%);z-index:2;font-weight:800;font-size:14px;background:var(--s-panel2);padding:6px 14px;border-radius:999px}.crash-sub.dead{color:var(--s-red)}.crash-sub.up{color:var(--s-green)}.crash-yscale{position:absolute;top:8px;right:10px;font-size:12px;color:var(--s-muted);font-weight:700}.wheel-stage{position:relative;width:290px;height:290px;margin:4px auto;display:grid;place-items:center}.wheel-ring{width:270px;height:270px;border-radius:50%}.wheel-hole{position:absolute;width:226px;height:226px;border-radius:50%;background:var(--s-bg);display:grid;place-items:center;box-shadow:inset 0 0 0 1px #ffffff0d}.wheel-hole:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;border:1px solid rgba(255,255,255,.08)}.wheel-center-x{font-size:36px;font-weight:800;color:#fff;z-index:1}.wheel-pointer{position:absolute;top:-6px;left:50%;transform:translate(-50%);z-index:4;width:16px;height:26px}.wheel-pointer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--s-red);clip-path:polygon(50% 100%,0 28%,18% 0,82% 0,100% 28%)}.wheel-result-tabs{display:grid;gap:8px}.wheel-rt{background:var(--s-panel2);border-radius:8px;padding:12px 4px 14px;text-align:center;font-weight:700;font-size:14px;position:relative;overflow:hidden;color:var(--s-text)}.wheel-rt .barfill{position:absolute;left:0;right:0;bottom:0;height:4px}.wheel-rt.cur{background:#dbe4ee;color:#0e1a24}.hilo-wrap{background:var(--s-panel);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:16px}.hilo-main{display:flex;align-items:stretch;justify-content:center;gap:16px}.hilo-deck{position:relative;width:128px;height:178px;flex:0 0 auto;align-self:center}.hilo-deck .pcard{position:absolute;width:124px;height:172px}.hilo-deck .d1{top:8px;left:8px;opacity:.45}.hilo-deck .d2{top:4px;left:4px;opacity:.7}.hilo-deck .pcard.top{position:absolute;top:0;left:0}.hilo-deck .pcard .r{font-size:34px;top:10px;left:12px}.hilo-deck .pcard .s{font-size:62px}.hilo-choices{display:flex;flex-direction:column;gap:12px;flex:1;max-width:190px}.hilo-hex{flex:1;border:none;cursor:pointer;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:18px 12px;min-height:108px;font-family:inherit}.hilo-hex.hi{background:#b8960b;clip-path:polygon(50% 0,100% 22%,100% 100%,0 100%,0 22%)}.hilo-hex.lo{background:#6d51c9;clip-path:polygon(0 0,100% 0,100% 78%,50% 100%,0 78%)}.hilo-hex:disabled{opacity:.5;cursor:not-allowed}.hilo-hex:active:not(:disabled){filter:brightness(1.12)}.hex-title{font-weight:800;font-size:16px;line-height:1.25;text-align:center}.hex-pct{font-weight:800;font-size:15px;opacity:.9}.hilo-history{display:flex;gap:8px;overflow-x:auto;background:#0c1b25;border-radius:8px;min-height:92px;align-items:center;padding:2px 0 4px 8px}.hilo-history::-webkit-scrollbar{display:none}.hilo-hcard{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:4px}.hilo-hcard .mini{width:44px;height:60px;background:#fff;border-radius:6px;display:grid;place-items:center;font-weight:900;font-size:15px}.hilo-hcard .mini.red{color:#d5122a}.hilo-hcard .mini.black{color:#0e1a24}.hilo-hcard .tag{font-size:10px;font-weight:800;color:#05310a;background:var(--s-green);padding:2px 6px;border-radius:4px;white-space:nowrap;max-width:74px;overflow:hidden;text-overflow:ellipsis}.hilo-hcard .tag.start{background:var(--s-cell);color:#fff}.plinko-wrap{position:relative;background:var(--s-panel);border-radius:12px;padding:10px 8px 8px;display:flex;flex-direction:column}.plinko-svg{width:100%;height:300px;display:block}.plinko-ball{position:absolute;width:13px;height:13px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#ffd75e,#f5a623);box-shadow:0 0 10px #f5a623cc;transform:translate(-50%,-50%);transition:top .22s linear,left .22s linear;z-index:3}.plinko-bins{display:flex;gap:3px;margin-top:4px}.plinko-bins .bin{flex:1;text-align:center;padding:7px 0;border-radius:4px;font-size:9px;font-weight:800;color:#143300;box-shadow:0 3px #0000004d;transition:transform .12s}.plinko-bins .bin.hit{transform:translateY(-4px);filter:brightness(1.3)}.bj-felt{position:relative;background:var(--s-panel);border-radius:12px;padding:20px 14px 18px;display:flex;flex-direction:column;gap:18px;min-height:320px}.bj-deckpile{position:absolute;top:12px;right:12px;width:46px;height:62px;border-radius:6px;background:repeating-linear-gradient(45deg,#1475e1,#1475e1 7px,#0f57ab 7px,#0f57ab 14px);box-shadow:2px 2px #0c4488,4px 4px #093566}.bj-side{display:flex;flex-direction:column;align-items:center;gap:8px;min-height:96px;justify-content:center}.bj-hands{display:flex;gap:14px;align-items:flex-start;flex-wrap:wrap;justify-content:center}.bj-hand-block{display:flex;flex-direction:column;align-items:center;gap:8px;transition:opacity .2s}.bj-hand-block.active .bj-badge{box-shadow:0 0 0 2px var(--s-green)}.bj-badge{background:#0c1b25;border:1px solid var(--s-cell);color:#fff;padding:4px 14px;border-radius:999px;font-weight:800;font-size:14px}.bj-badge.soft{background:#7a1128;border-color:#b0324e}.bj-badge.result{font-size:15px}.bj-cards{display:flex}.bj-cards .pc{margin-left:-28px}.bj-cards .pc:first-child{margin-left:0}.pcard{width:66px;height:92px;border-radius:8px;background:#fff;box-shadow:0 4px 10px #00000059;position:relative;display:flex;align-items:center;justify-content:center}.pcard.deal-in{animation:deal .3s cubic-bezier(.2,.9,.3,1)}@keyframes deal{0%{transform:translate(60px,-70px) rotate(10deg);opacity:0}to{transform:none;opacity:1}}.pcard.back{background:repeating-linear-gradient(45deg,#1475e1,#1475e1 7px,#0f57ab 7px,#0f57ab 14px)}.pcard .r{position:absolute;top:6px;left:8px;font-weight:900;font-size:17px}.pcard .s{font-size:28px}.pcard.red{color:#d5122a}.pcard.black{color:#0e1a24}.bj-pays{text-align:center;font-size:11px;color:var(--s-muted);letter-spacing:1.4px;font-weight:700;line-height:1.8}.bj-pays span{font-size:9px;opacity:.8}.bj-actions2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bj-actions2 button{border:none;border-radius:10px;height:56px;font-weight:700;font-size:15px;background:var(--s-panel2);color:var(--s-text);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.bj-actions2 button em{font-style:normal;opacity:.85}.bj-actions2 button:disabled{opacity:.4;cursor:not-allowed}.bj-actions2 button:active:not(:disabled){filter:brightness(1.15)}
