:root{
 --bg:#070912;--bg2:#0b0f1b;--surface:#101522;--surface2:#151c2c;--surface3:#1b2437;
 --line:#25304a;--line2:#33405f;--text:#f7f8fc;--muted:#96a2bd;--soft:#c9d2e6;
 --accent:#8b5cf6;--accent2:#22d3ee;--accent3:#ec4899;--green:#34d399;--red:#fb7185;--amber:#fbbf24;
 --radius:18px;--radius-sm:12px;--shadow:0 22px 55px rgba(0,0,0,.32);
 font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg)
}
*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% -5%,rgba(139,92,246,.18),transparent 31rem),radial-gradient(circle at 94% 14%,rgba(34,211,238,.10),transparent 26rem),linear-gradient(180deg,#090c16,var(--bg) 520px);color:var(--text)}body::before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.2;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent 75%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}img{max-width:100%;display:block}.container{width:min(1240px,calc(100% - 40px));margin-inline:auto}.page{min-height:calc(100vh - 74px)}
.topbar{height:74px;position:sticky;top:0;z-index:60;display:flex;align-items:center;gap:28px;padding:0 max(20px,calc((100vw - 1240px)/2));background:rgba(7,9,18,.82);backdrop-filter:blur(24px);border-bottom:1px solid rgba(255,255,255,.07)}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand img{height:38px;width:auto}.brand-fallback{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent2));font-weight:950}.navlinks{display:flex;align-items:center;gap:5px}.navlinks a{padding:10px 12px;border-radius:10px;color:var(--muted);font-weight:720;font-size:14px}.navlinks a:hover,.navlinks a.active{background:rgba(255,255,255,.055);color:var(--text)}.account-actions{margin-left:auto;display:flex;align-items:center;gap:9px}.balance-pill{display:inline-flex;align-items:center;gap:6px;padding:9px 13px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.035);font-weight:850;font-variant-numeric:tabular-nums}.mobile-menu-button{display:none;width:40px;height:40px;border:1px solid var(--line);border-radius:11px;background:var(--surface);cursor:pointer}.mobile-bottom{display:none}.notify-button{position:relative;width:40px;height:40px;border-radius:11px;border:1px solid var(--line);background:var(--surface);cursor:pointer}.notify-dot{position:absolute;right:8px;top:8px;width:8px;height:8px;background:var(--red);border-radius:50%;box-shadow:0 0 0 3px var(--surface)}
.button{border:0;border-radius:11px;background:linear-gradient(135deg,var(--accent),#6554ee);color:white;padding:10px 16px;font-weight:820;cursor:pointer;box-shadow:0 9px 24px rgba(139,92,246,.19);transition:transform .16s,filter .16s,border-color .16s}.button:hover{filter:brightness(1.08);transform:translateY(-1px)}.button:active{transform:translateY(0)}.button:disabled{opacity:.44;cursor:not-allowed;transform:none}.button.ghost{background:transparent;border:1px solid var(--line);box-shadow:none;color:var(--soft)}.button.ghost:hover{border-color:#52607e;background:rgba(255,255,255,.035)}.button.danger{background:rgba(251,113,133,.12);border:1px solid rgba(251,113,133,.38);box-shadow:none;color:#fecdd3}.button.success{background:rgba(52,211,153,.12);border:1px solid rgba(52,211,153,.4);box-shadow:none;color:#a7f3d0}.button.large{padding:13px 20px;border-radius:13px}.button.small{padding:7px 10px;font-size:12px;border-radius:9px}.button.wide{width:100%}.icon-button{width:40px;height:40px;padding:0;display:grid;place-items:center}
.eyebrow{font-size:11px;letter-spacing:.19em;color:#b4a2ff;font-weight:900;text-transform:uppercase}.muted{color:var(--muted)}.soft{color:var(--soft)}.positive{color:#6ee7b7!important}.negative{color:#fda4af!important}.amber{color:#fde68a!important}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.tiny{font-size:11px}.text-right{text-align:right}.hidden{display:none!important}
.hero-wrap{padding:28px 0 18px}.hero{position:relative;overflow:hidden;min-height:390px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:linear-gradient(125deg,#171b31 0%,#101628 45%,#07151e 100%);box-shadow:var(--shadow);display:grid;grid-template-columns:1.12fr .88fr}.hero::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-130px;top:-200px;background:radial-gradient(circle,rgba(34,211,238,.32),rgba(139,92,246,.12) 38%,transparent 68%)}.hero-copy{padding:58px 64px;z-index:2;display:flex;flex-direction:column;justify-content:center}.hero h1{font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.055em;margin:12px 0 18px;max-width:760px}.hero p{font-size:17px;line-height:1.65;color:var(--muted);max-width:610px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-stats{display:flex;gap:26px;margin-top:32px}.hero-stat strong{display:block;font-size:22px}.hero-stat span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}.hero-art{position:relative;z-index:2;display:grid;place-items:center;min-height:390px}.hero-machine{width:min(360px,78%);aspect-ratio:1;border-radius:36% 64% 58% 42% / 52% 36% 64% 48%;border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.2),transparent 15%),linear-gradient(145deg,rgba(139,92,246,.65),rgba(34,211,238,.18) 46%,rgba(10,14,26,.96));box-shadow:0 0 100px rgba(139,92,246,.28),inset 0 0 45px rgba(255,255,255,.08);display:grid;place-items:center;animation:float 5s ease-in-out infinite}.hero-machine-inner{text-align:center}.hero-machine .rocket{font-size:84px;filter:drop-shadow(0 18px 20px rgba(0,0,0,.45));transform:rotate(-8deg)}.hero-machine strong{display:block;font-size:34px;letter-spacing:-.04em;margin-top:8px}.hero-machine small{color:#c9d2e6}.floating-chip{position:absolute;padding:10px 14px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(11,15,27,.78);backdrop-filter:blur(14px);box-shadow:var(--shadow);font-weight:800}.floating-chip.one{top:24%;left:8%}.floating-chip.two{bottom:22%;right:4%}.floating-chip small{display:block;color:var(--muted);font-size:10px;font-weight:700}@keyframes float{50%{transform:translateY(-10px) rotate(1deg)}}
.quick-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0 8px}.quick-card{border:1px solid var(--line);background:linear-gradient(150deg,var(--surface2),var(--surface));border-radius:15px;padding:15px 17px;display:flex;align-items:center;gap:12px}.quick-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:rgba(139,92,246,.12);font-size:20px}.quick-card strong{display:block;font-size:14px}.quick-card span{font-size:11px;color:var(--muted)}
.section{padding:30px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:17px}.section-head h1,.section-head h2{margin:5px 0 0;letter-spacing:-.035em}.section-head h1{font-size:36px}.section-head h2{font-size:26px}.section-actions{display:flex;gap:8px;align-items:center}.search-box{position:relative;min-width:240px}.search-box input{padding-left:38px}.search-box::before{content:"⌕";position:absolute;left:13px;top:9px;color:var(--muted);font-size:20px}.filter-tabs{display:flex;gap:7px;flex-wrap:wrap}.filter-tab{border:1px solid var(--line);background:rgba(255,255,255,.025);color:var(--muted);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800;cursor:pointer}.filter-tab.active,.filter-tab:hover{color:white;border-color:#6457a6;background:rgba(139,92,246,.12)}
.game-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.game-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:linear-gradient(155deg,var(--surface2),var(--surface));box-shadow:0 12px 28px rgba(0,0,0,.17);transition:transform .2s,border-color .2s,box-shadow .2s}.game-card:hover{transform:translateY(-5px);border-color:#5b57a2;box-shadow:0 22px 40px rgba(0,0,0,.32)}.game-thumb{position:relative;aspect-ratio:1.58/1;overflow:hidden;background:#0c1020}.game-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .28s}.game-card:hover .game-thumb img{transform:scale(1.035)}.game-badge{position:absolute;left:10px;top:10px;background:rgba(7,9,18,.76);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900;letter-spacing:.09em;backdrop-filter:blur(10px)}.game-play{position:absolute;inset:0;display:grid;place-items:center;background:rgba(5,8,16,.18);opacity:0;transition:.2s}.game-play span{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:white;color:#0c1020;font-size:20px;box-shadow:0 12px 30px rgba(0,0,0,.35)}.game-card:hover .game-play{opacity:1}.game-meta{padding:13px 14px 14px}.game-meta-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.game-meta strong{font-size:15px}.game-meta small{font-size:10px;color:#b9c2d8}.game-description{font-size:11px;color:var(--muted);margin-top:6px;line-height:1.45;min-height:32px}.rtp-mini{color:#b5a8ff!important;font-weight:850}
.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.promo-card{position:relative;overflow:hidden;min-height:188px;border-radius:20px;border:1px solid var(--line);background:linear-gradient(135deg,#1d1b37,#10192a);padding:24px}.promo-card::after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-55px;bottom:-70px;background:radial-gradient(circle,var(--accent),transparent 68%);opacity:.38}.promo-badge{display:inline-flex;border-radius:999px;background:rgba(139,92,246,.16);border:1px solid rgba(139,92,246,.28);color:#c4b5fd;padding:5px 8px;font-size:10px;font-weight:900;letter-spacing:.1em}.promo-card h3{font-size:22px;margin:17px 0 7px;letter-spacing:-.025em;position:relative;z-index:1}.promo-card p{color:var(--muted);line-height:1.55;font-size:13px;position:relative;z-index:1}.promo-card.large{min-height:250px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.feature{border:1px solid var(--line);background:linear-gradient(155deg,var(--surface2),var(--surface));border-radius:18px;padding:22px}.feature-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:rgba(34,211,238,.08);border:1px solid rgba(34,211,238,.13);font-size:20px}.feature h3{margin:15px 0 7px}.feature p{font-size:13px;color:var(--muted);line-height:1.55;margin:0}
.panel{border:1px solid var(--line);background:linear-gradient(155deg,rgba(21,28,44,.96),rgba(13,18,30,.96));border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.panel.flat{box-shadow:none}.panel-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.panel-title h2,.panel-title h3{margin:0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.four-col{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stack{display:grid;gap:14px}.section-inner{margin-top:18px}.divider{height:1px;background:var(--line);margin:18px 0}
label{display:grid;gap:7px;margin:13px 0;color:#ccd4e6;font-size:12px;font-weight:760}label.inline{display:flex;align-items:center;gap:9px;margin:0}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:#090d17;color:var(--text);padding:11px 12px;outline:none;transition:border-color .16s,box-shadow .16s}textarea{resize:vertical;min-height:100px}input:focus,select:focus,textarea:focus{border-color:#725fe8;box-shadow:0 0 0 3px rgba(139,92,246,.11)}input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);padding:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-actions{display:flex;gap:8px;align-items:center;margin-top:14px}.help{font-size:11px;color:var(--muted);line-height:1.45}.input-prefix{position:relative}.input-prefix span{position:absolute;left:12px;top:11px;color:var(--muted)}.input-prefix input{padding-left:31px}
.auth-shell{min-height:calc(100vh - 150px);display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.auth-side{padding:8vw;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 25% 35%,rgba(139,92,246,.2),transparent 26rem)}.auth-side h1{font-size:clamp(45px,6vw,78px);line-height:.95;letter-spacing:-.06em;margin:14px 0 18px;max-width:650px}.auth-side p{color:var(--muted);font-size:17px;line-height:1.6;max-width:570px}.auth-form-wrap{display:grid;place-items:center;padding:40px}.auth-card{width:min(460px,100%);padding:30px}.auth-card h2{font-size:32px;letter-spacing:-.04em;margin:8px 0 22px}.auth-benefits{display:grid;gap:12px;margin-top:28px}.auth-benefit{display:flex;align-items:center;gap:10px;color:var(--soft);font-size:13px}.auth-benefit b{width:26px;height:26px;border-radius:9px;display:grid;place-items:center;background:rgba(52,211,153,.1);color:#6ee7b7}
.wallet-summary{display:grid;grid-template-columns:1.25fr repeat(3,.75fr);gap:13px}.wallet-balance-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#6d5dfb,#4e43b8 55%,#166b81);border:0}.wallet-balance-card::after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-80px;top:-100px;background:rgba(255,255,255,.11)}.wallet-balance-card small,.stat small{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.wallet-balance-card small{color:#ddd8ff}.wallet-balance-card strong{font-size:34px;display:block;margin-top:8px;letter-spacing:-.03em}.wallet-stat{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:18px}.wallet-stat strong{display:block;font-size:21px;margin-top:6px}.method-card{border:1px solid var(--line);border-radius:14px;padding:14px;background:rgba(255,255,255,.022);cursor:pointer}.method-card.active{border-color:#7565dc;box-shadow:0 0 0 3px rgba(139,92,246,.09)}.method-card strong{display:block}.method-card small{color:var(--muted)}.method-instructions{border-radius:12px;padding:12px;background:rgba(34,211,238,.06);border:1px solid rgba(34,211,238,.12);color:#b9dfe6;font-size:12px;line-height:1.5;margin:10px 0}
.table-wrap{overflow:auto;border-radius:13px;border:1px solid var(--line)}table{border-collapse:collapse;width:100%;min-width:720px}th,td{text-align:left;padding:12px 13px;border-bottom:1px solid var(--line);font-size:12px;vertical-align:middle}th{position:sticky;top:0;z-index:1;color:var(--muted);font-weight:800;background:#0e1421;text-transform:uppercase;letter-spacing:.06em;font-size:10px}tr:last-child td{border-bottom:0}tbody tr:hover{background:rgba(255,255,255,.018)}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;background:rgba(143,153,179,.12);color:#c5cee1}.badge.approved,.badge.active,.badge.verified,.badge.won,.badge.cashed_out,.badge.answered{color:#6ee7b7;background:rgba(52,211,153,.1)}.badge.pending,.badge.open{color:#fde68a;background:rgba(251,191,36,.1)}.badge.rejected,.badge.cancelled,.badge.closed,.badge.frozen,.badge.lost{color:#fda4af;background:rgba(251,113,133,.1)}.badge.agent{color:#93c5fd;background:rgba(59,130,246,.1)}.badge.admin{color:#c4b5fd;background:rgba(139,92,246,.1)}.request-list{display:grid;gap:9px}.request-item{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px 13px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.018)}
.game-shell{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:15px;padding:22px 0 34px}.game-stage{padding:18px;min-height:650px;overflow:hidden}.game-stage-head{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:2px 4px 14px}.game-stage-head h1{font-size:29px;margin:4px 0 0;letter-spacing:-.04em}.game-stage-meta{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.rtp-chip{border:1px solid rgba(139,92,246,.28);background:rgba(139,92,246,.10);border-radius:999px;padding:7px 10px;color:#c4b5fd;font-weight:850;font-size:11px}.game-canvas{position:relative;min-height:500px;border:1px solid rgba(255,255,255,.07);border-radius:18px;background:radial-gradient(circle at 50% 30%,rgba(139,92,246,.13),transparent 47%),linear-gradient(180deg,#0c1120,#090d17);overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.game-canvas::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to top,black,transparent 80%)}.game-result{position:relative;z-index:2;text-align:center;padding:20px}.result-big{font-size:clamp(48px,8vw,95px);line-height:.95;font-weight:950;letter-spacing:-.06em;text-shadow:0 12px 35px rgba(0,0,0,.35)}.result-sub{margin-top:11px;color:var(--muted);font-size:13px}.result-win{color:#6ee7b7}.result-loss{color:#fda4af}.bet-panel{position:sticky;top:90px;height:max-content;padding:18px}.bet-panel h2{margin:2px 0 4px}.bet-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;background:#090d17;border-radius:11px;padding:4px;margin:15px 0}.bet-tab{border:0;background:transparent;padding:8px;border-radius:8px;color:var(--muted);font-size:11px;font-weight:850}.bet-tab.active{background:var(--surface3);color:white}.amount-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:-4px 0 12px}.amount-shortcuts button{border:1px solid var(--line);background:rgba(255,255,255,.025);color:var(--muted);padding:7px 5px;border-radius:8px;font-size:10px;font-weight:800;cursor:pointer}.amount-shortcuts button:hover{color:white;border-color:#6557aa}.limits{display:flex;justify-content:space-between;color:var(--muted);font-size:10px;margin-top:12px}.game-detail{font-size:11px;color:var(--muted);line-height:1.55;margin-top:14px;word-break:break-word}.fairness-note{margin-top:13px;padding:10px;border-radius:10px;border:1px solid rgba(34,211,238,.11);background:rgba(34,211,238,.045);font-size:10px;color:#a7cbd5;line-height:1.5}
.crash-scene{position:absolute;inset:0;overflow:hidden}.crash-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(34,211,238,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(34,211,238,.055) 1px,transparent 1px);background-size:54px 54px;transform:perspective(500px) rotateX(55deg) scale(1.6);transform-origin:bottom;opacity:.45}.crash-line{position:absolute;left:8%;bottom:12%;width:0;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--accent2));transform-origin:left;box-shadow:0 0 18px rgba(34,211,238,.65)}.crash-rocket{position:absolute;left:8%;bottom:10%;font-size:54px;filter:drop-shadow(0 16px 18px rgba(0,0,0,.45));transition:transform .08s linear}.crash-mult{position:relative;z-index:4;font-size:92px;font-weight:950;letter-spacing:-.065em}.crash-mult.running{color:#fff}.crash-mult.crashed{color:#fda4af;animation:shake .26s}.crash-status{position:relative;z-index:4;color:var(--muted)}@keyframes shake{25%{transform:translateX(-8px)}75%{transform:translateX(8px)}}
.mines-grid{position:relative;z-index:3;display:grid;grid-template-columns:repeat(5,minmax(46px,78px));gap:9px;margin:20px auto}.mine-tile{aspect-ratio:1;border:1px solid #33405d;border-radius:13px;background:linear-gradient(145deg,#27314b,#151c2e);color:#dfe6f6;font-size:21px;font-weight:900;cursor:pointer;box-shadow:inset 0 -5px 0 rgba(0,0,0,.16);transition:transform .12s,background .16s}.mine-tile:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.1)}.mine-tile.safe{background:linear-gradient(145deg,#115e59,#0f766e);border-color:#34d399;box-shadow:0 0 20px rgba(52,211,153,.12)}.mine-tile.mine{background:linear-gradient(145deg,#7f1d2d,#4c1320);border-color:#fb7185}.mine-tile:disabled{cursor:default}.mines-actions{position:relative;z-index:4;text-align:center;margin-bottom:15px}
.plinko-board{position:relative;width:min(620px,92%);height:430px;z-index:3}.peg{position:absolute;width:9px;height:9px;border-radius:50%;background:#8c9ab9;box-shadow:0 0 8px rgba(255,255,255,.15)}.plinko-ball{position:absolute;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#fff,#22d3ee);box-shadow:0 0 20px rgba(34,211,238,.7);transition:left .16s ease-in,top .16s ease-in}.plinko-bins{position:absolute;left:4%;right:4%;bottom:8px;display:grid;grid-template-columns:repeat(9,1fr);gap:4px}.plinko-bin{padding:8px 2px;text-align:center;border-radius:7px;background:rgba(139,92,246,.11);border:1px solid rgba(139,92,246,.18);font-size:9px;font-weight:850}.plinko-bin.hit{background:rgba(52,211,153,.2);border-color:#34d399;transform:translateY(-4px)}
.dice-display{position:relative;z-index:3;width:230px;height:230px;border-radius:42px;background:linear-gradient(145deg,#312e81,#6d28d9);border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 50px rgba(0,0,0,.3),inset 0 0 40px rgba(255,255,255,.08);display:grid;place-items:center;transform:rotate(-5deg)}.dice-display span{font-size:72px;font-weight:950}.dice-chance{position:relative;z-index:3;margin-top:24px;color:var(--muted)}
.roulette-wrap{position:relative;z-index:3;display:grid;place-items:center}.roulette-wheel{width:min(380px,72vw);aspect-ratio:1;border-radius:50%;border:15px solid #392219;background:conic-gradient(#a31d2b 0 10deg,#111 10deg 20deg,#a31d2b 20deg 30deg,#111 30deg 40deg,#a31d2b 40deg 50deg,#111 50deg 60deg,#a31d2b 60deg 70deg,#111 70deg 80deg,#a31d2b 80deg 90deg,#111 90deg 100deg,#a31d2b 100deg 110deg,#111 110deg 120deg,#a31d2b 120deg 130deg,#111 130deg 140deg,#a31d2b 140deg 150deg,#111 150deg 160deg,#a31d2b 160deg 170deg,#111 170deg 180deg,#a31d2b 180deg 190deg,#111 190deg 200deg,#a31d2b 200deg 210deg,#111 210deg 220deg,#a31d2b 220deg 230deg,#111 230deg 240deg,#a31d2b 240deg 250deg,#111 250deg 260deg,#a31d2b 260deg 270deg,#111 270deg 280deg,#a31d2b 280deg 290deg,#111 290deg 300deg,#a31d2b 300deg 310deg,#111 310deg 320deg,#a31d2b 320deg 330deg,#111 330deg 340deg,#a31d2b 340deg 350deg,#111 350deg 360deg);box-shadow:0 28px 55px rgba(0,0,0,.38),inset 0 0 0 18px #16130f,inset 0 0 0 60px #1f6f52;transition:transform 1.6s cubic-bezier(.12,.67,.1,1)}.roulette-wheel::after{content:"";position:absolute;width:24%;height:24%;border-radius:50%;background:radial-gradient(circle,#e6c382,#8c6125);border:7px solid #1c1510}.roulette-ball{position:absolute;width:15px;height:15px;border-radius:50%;background:white;top:26px;box-shadow:0 0 8px white}.roulette-number{position:absolute;z-index:3;font-size:48px;font-weight:950}
.wheel-wrap{position:relative;z-index:3;display:grid;place-items:center}.mult-wheel{width:min(390px,75vw);aspect-ratio:1;border-radius:50%;background:conic-gradient(from -11.25deg,#5b21b6 0 22.5deg,#0e7490 22.5deg 45deg,#7c3aed 45deg 67.5deg,#155e75 67.5deg 90deg,#6d28d9 90deg 112.5deg,#164e63 112.5deg 135deg,#7e22ce 135deg 157.5deg,#0e7490 157.5deg 180deg,#5b21b6 180deg 202.5deg,#155e75 202.5deg 225deg,#7c3aed 225deg 247.5deg,#164e63 247.5deg 270deg,#6d28d9 270deg 292.5deg,#0e7490 292.5deg 315deg,#7e22ce 315deg 337.5deg,#155e75 337.5deg 360deg);border:12px solid #262d42;box-shadow:0 28px 55px rgba(0,0,0,.35);transition:transform 1.8s cubic-bezier(.1,.7,.1,1)}.wheel-pointer{position:absolute;top:-12px;width:0;height:0;border-left:18px solid transparent;border-right:18px solid transparent;border-top:38px solid #fff;filter:drop-shadow(0 8px 8px rgba(0,0,0,.4));z-index:5}.wheel-result{position:absolute;width:105px;height:105px;border-radius:50%;display:grid;place-items:center;background:#101625;border:7px solid #29344e;font-size:24px;font-weight:950}
.card-table{position:relative;z-index:3;width:min(720px,95%);min-height:380px;border-radius:48% 48% 26px 26px;background:radial-gradient(circle at 50% 40%,#176246,#0e3d32 60%,#0b2c26);border:12px solid #252b3c;box-shadow:inset 0 0 0 3px rgba(255,255,255,.05),0 30px 55px rgba(0,0,0,.25);padding:32px;display:grid;align-content:center;gap:24px}.hand-row{text-align:center}.hand-label{font-size:10px;color:#b7c4c8;text-transform:uppercase;letter-spacing:.15em;margin-bottom:9px}.cards{display:flex;justify-content:center;gap:8px;min-height:116px}.playing-card{width:76px;height:108px;border-radius:10px;background:#f7f7f2;color:#111;box-shadow:0 8px 18px rgba(0,0,0,.25);display:flex;flex-direction:column;align-items:flex-start;padding:8px;font-size:22px;font-weight:900;animation:deal .25s ease-out}.playing-card.red{color:#c91f37}.playing-card.hidden-card{background:repeating-linear-gradient(45deg,#4438a5,#4438a5 7px,#241d6c 7px,#241d6c 14px);border:4px solid white}.playing-card small{margin-top:auto;align-self:flex-end;font-size:25px}.hand-value{font-weight:900;font-size:20px;margin-top:8px}.table-actions{display:flex;justify-content:center;gap:8px}.baccarat-sides{display:grid;grid-template-columns:1fr 1fr;gap:18px}.baccarat-side{border-radius:15px;background:rgba(0,0,0,.14);padding:14px}@keyframes deal{from{opacity:0;transform:translateY(-35px) rotate(-7deg)}to{opacity:1;transform:none}}
.admin-shell{padding:28px 0 50px}.admin-tabs{position:sticky;top:74px;z-index:25;display:flex;gap:6px;overflow:auto;padding:9px 0;background:rgba(7,9,18,.9);backdrop-filter:blur(14px);margin-bottom:10px}.admin-tab{white-space:nowrap;border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:9px;padding:8px 11px;font-size:11px;font-weight:850;cursor:pointer}.admin-tab.active{color:white;background:rgba(139,92,246,.14);border-color:#6b5fc0}.admin-view{display:none}.admin-view.active{display:block}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{padding:17px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(150deg,var(--surface2),var(--surface))}.stat strong{display:block;font-size:25px;margin-top:6px;letter-spacing:-.02em}.cashier-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.cashier-list{display:grid;gap:8px}.cashier-card{border:1px solid var(--line);border-radius:12px;padding:12px;background:rgba(255,255,255,.018);display:grid;gap:8px}.cashier-actions{display:flex;gap:7px}.admin-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.admin-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.admin-card{border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.018);padding:14px}.admin-card h3{margin:0 0 9px}.inline-input{width:min(310px,100%)}.report-bars{display:grid;gap:8px}.report-row{display:grid;grid-template-columns:90px 1fr 120px;gap:10px;align-items:center;font-size:11px}.report-bar{height:8px;background:#0a0e18;border-radius:999px;overflow:hidden}.report-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--accent),var(--accent2));border-radius:999px}.ticket-grid{display:grid;grid-template-columns:340px 1fr;gap:15px}.ticket-list{display:grid;gap:7px;max-height:620px;overflow:auto}.ticket-item{border:1px solid var(--line);border-radius:11px;padding:11px;cursor:pointer}.ticket-item:hover,.ticket-item.active{border-color:#6558a5;background:rgba(139,92,246,.07)}.message-list{display:grid;gap:10px;max-height:470px;overflow:auto;padding-right:4px}.message{max-width:78%;padding:10px 12px;border-radius:13px;background:#202941;font-size:12px;line-height:1.5}.message.operator{margin-left:auto;background:#3c2e76}.message small{display:block;color:var(--muted);margin-top:5px}
.vip-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.vip-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:linear-gradient(150deg,var(--surface2),var(--surface));padding:20px;min-height:180px}.vip-card.current{border-color:#8b78ea;box-shadow:0 0 0 3px rgba(139,92,246,.08)}.vip-level{font-size:42px;font-weight:950;opacity:.18;position:absolute;right:13px;top:5px}.vip-card h3{font-size:22px;margin:10px 0 15px}.vip-progress{height:6px;border-radius:999px;background:#090d17;overflow:hidden;margin-top:13px}.vip-progress i{display:block;height:100%;background:linear-gradient(90deg,var(--accent),var(--accent2))}
.support-layout{display:grid;grid-template-columns:330px 1fr;gap:16px}.support-ticket-list{display:grid;gap:7px}.support-ticket{border:1px solid var(--line);border-radius:11px;padding:11px;cursor:pointer}.support-ticket.active{border-color:#6457a8;background:rgba(139,92,246,.07)}.support-chat{min-height:520px;display:flex;flex-direction:column}.support-messages{flex:1;display:grid;align-content:start;gap:9px;max-height:520px;overflow:auto;padding:6px}.support-composer{display:flex;gap:8px;margin-top:12px}.support-composer textarea{min-height:66px}.notification-drawer{position:fixed;right:18px;top:82px;width:min(390px,calc(100vw - 36px));max-height:520px;overflow:auto;z-index:80;border:1px solid var(--line);border-radius:16px;background:#0e1421;box-shadow:0 28px 65px rgba(0,0,0,.46);padding:12px;display:none}.notification-drawer.open{display:block}.notification-item{border-bottom:1px solid var(--line);padding:10px}.notification-item:last-child{border:0}.notification-item h4{margin:0 0 5px}.notification-item p{margin:0;color:var(--muted);font-size:11px;line-height:1.45}.notification-item.unread h4::before{content:"• ";color:var(--accent2)}
.footer{width:min(1240px,calc(100% - 40px));margin:50px auto 24px;padding:24px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:11px}.footer-links{display:flex;gap:15px}.toast{position:fixed;right:20px;bottom:20px;max-width:min(420px,calc(100vw - 40px));padding:12px 16px;border-radius:12px;background:#202842;border:1px solid #465172;box-shadow:var(--shadow);opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s;z-index:100}.toast.show{opacity:1;transform:none}.toast.error{border-color:#7f1d2d;background:#3b1520}
@media(max-width:1080px){.game-grid{grid-template-columns:repeat(3,1fr)}.hero-copy{padding:48px 42px}.quick-strip{grid-template-columns:repeat(2,1fr)}.vip-grid{grid-template-columns:repeat(3,1fr)}.wallet-summary{grid-template-columns:1fr 1fr}.wallet-balance-card{grid-column:1/-1}.admin-card-grid{grid-template-columns:repeat(2,1fr)}.admin-form-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.navlinks{display:none}.mobile-menu-button{display:grid;place-items:center}.hero{grid-template-columns:1fr}.hero-art{display:none}.game-shell{grid-template-columns:1fr}.bet-panel{position:static}.game-stage{min-height:auto}.promo-grid,.feature-grid{grid-template-columns:1fr 1fr}.stat-grid{grid-template-columns:1fr 1fr}.cashier-grid,.ticket-grid,.support-layout{grid-template-columns:1fr}.ticket-list{max-height:250px}.auth-shell{grid-template-columns:1fr}.auth-side{display:none}.vip-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.container{width:min(100% - 18px,1240px)}body{padding-bottom:64px}.topbar{height:62px;padding:0 10px;gap:8px}.brand img{height:32px;width:122px;object-fit:cover;object-position:left}.account-actions .balance-pill,.account-actions>a,.account-actions>[data-action="logout"]{display:none}.notify-button,.mobile-menu-button{width:38px;height:38px}.mobile-bottom{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:64px;background:rgba(10,13,23,.96);backdrop-filter:blur(18px);border-top:1px solid var(--line);z-index:70;padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom a{display:grid;place-items:center;align-content:center;gap:2px;color:var(--muted);font-size:9px;font-weight:750}.mobile-bottom a b{font-size:19px;font-weight:500}.mobile-bottom a.active{color:#c4b5fd}.hero-wrap{padding-top:11px}.hero{min-height:355px;border-radius:19px}.hero-copy{padding:35px 24px}.hero h1{font-size:45px}.hero p{font-size:14px}.hero-stats{gap:18px}.hero-stat strong{font-size:18px}.quick-strip{grid-template-columns:1fr 1fr;gap:8px}.quick-card{padding:11px}.quick-icon{width:34px;height:34px}.section{padding:23px 0}.section-head{align-items:flex-start}.section-head h1{font-size:30px}.section-head h2{font-size:23px}.section-actions{width:100%;flex-wrap:wrap}.search-box{min-width:100%}.game-grid{grid-template-columns:repeat(2,1fr);gap:9px}.game-card{border-radius:14px}.game-meta{padding:10px}.game-meta strong{font-size:13px}.game-description{display:none}.game-badge{font-size:8px}.promo-grid,.feature-grid,.two-col,.three-col,.four-col{grid-template-columns:1fr}.promo-card{min-height:165px}.panel{padding:15px;border-radius:14px}.form-row{grid-template-columns:1fr}.auth-form-wrap{padding:16px}.auth-card{padding:20px}.wallet-summary{grid-template-columns:1fr 1fr;gap:8px}.wallet-balance-card{grid-column:1/-1}.wallet-stat{padding:13px}.wallet-stat strong{font-size:17px}.game-shell{width:100%;padding:9px 9px 20px;gap:9px}.game-stage{padding:10px}.game-stage-head{align-items:flex-start}.game-stage-meta{flex-direction:column;align-items:flex-end}.game-canvas{min-height:390px;border-radius:14px}.crash-mult{font-size:70px}.mines-grid{grid-template-columns:repeat(5,minmax(44px,1fr));width:100%;gap:6px;padding:0 8px}.mine-tile{border-radius:9px}.plinko-board{height:340px}.card-table{width:96%;padding:21px 10px;border-radius:34% 34% 20px 20px}.playing-card{width:58px;height:84px;font-size:17px;padding:6px}.cards{min-height:90px}.baccarat-sides{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr 1fr;gap:8px}.stat{padding:12px}.stat strong{font-size:20px}.cashier-grid{grid-template-columns:1fr}.admin-tabs{top:62px}.admin-form-grid,.admin-card-grid{grid-template-columns:1fr}.vip-grid{grid-template-columns:1fr}.footer{width:min(100% - 20px,1240px);padding-bottom:72px;flex-direction:column}.notification-drawer{top:68px;right:9px;width:calc(100vw - 18px)}.toast{bottom:78px;right:10px}.report-row{grid-template-columns:75px 1fr 80px}}
.reward-redeem{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.inline-redeem{display:flex;gap:10px;min-width:min(100%,420px)}.inline-redeem input{flex:1;text-transform:uppercase}.vip-admin-row{display:grid;grid-template-columns:1.2fr .9fr .7fr auto auto;gap:9px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.vip-admin-row:last-child{border-bottom:0}.vip-admin-row input{min-width:0}@media(max-width:760px){.reward-redeem{align-items:stretch;flex-direction:column}.inline-redeem{min-width:0}.vip-admin-row{grid-template-columns:1fr 1fr}.vip-admin-row button{grid-column:1/-1}}

/* =========================================================
   SKYPLAY 3.0 LIGHT / INDIA-FOCUSED PLAYER EXPERIENCE
   ========================================================= */
:root{--bg:#fff9f3;--bg2:#fffdf9;--surface:#ffffff;--surface2:#fff7ef;--surface3:#f7f3ff;--line:#eadfd5;--line2:#d9cdbf;--text:#201b2c;--muted:#756c7f;--soft:#51485e;--accent:#6d42e8;--accent2:#ff6b2c;--accent3:#e9408f;--green:#0aa66b;--red:#df3d5a;--amber:#f59e0b;--shadow:0 20px 55px rgba(76,44,24,.10);--radius:22px;--radius-sm:14px;color:var(--text);background:var(--bg)}
html{background:var(--bg)}body{background:radial-gradient(circle at 8% 0,rgba(255,122,48,.12),transparent 26rem),radial-gradient(circle at 93% 5%,rgba(109,66,232,.10),transparent 25rem),linear-gradient(#fffdf9,#fff8f0 520px,#fffaf6);color:var(--text)}body::before{opacity:.45;background-image:linear-gradient(rgba(117,90,64,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(117,90,64,.035) 1px,transparent 1px);mask-image:linear-gradient(to bottom,black,transparent 65%)}
.topbar{height:72px;background:rgba(255,252,248,.9);border-bottom:1px solid rgba(112,79,51,.12);box-shadow:0 6px 20px rgba(79,54,31,.05);backdrop-filter:blur(22px)}.brand img{height:37px}.navlinks a{color:#655b70}.navlinks a:hover{background:#f4ecff;color:#4e2eb8}.icon-button,.mobile-menu-button,.notify-button{background:#fff;border:1px solid var(--line);color:#4f4558;box-shadow:0 5px 15px rgba(78,52,34,.06)}.notify-dot{background:var(--red);box-shadow:0 0 0 3px #fff}.account-actions{gap:8px}.wallet-live{display:flex;align-items:center;gap:9px;padding:7px 12px;border-radius:14px;background:linear-gradient(135deg,#fff2e8,#f5efff);border:1px solid #eadbd1;font-variant-numeric:tabular-nums;transition:.2s}.wallet-live:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(97,63,37,.09)}.wallet-live-label{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.wallet-live strong{font-size:14px;color:#352750}.avatar-button{display:flex;align-items:center;gap:8px;padding:5px 8px 5px 5px;border-radius:999px;background:#fff;border:1px solid var(--line)}.avatar-button span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff793c,#7c4ef1);color:white;font-weight:900}.avatar-button b{font-size:12px;max-width:105px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.balance-up{animation:walletUp .8s ease}.balance-down{animation:walletDown .8s ease}@keyframes walletUp{20%{color:#078c5a;transform:scale(1.08);text-shadow:0 0 18px rgba(10,166,107,.3)}}@keyframes walletDown{20%{color:#d43854;transform:scale(.96)}}
.button{background:linear-gradient(135deg,#7346eb,#5c35d1);box-shadow:0 10px 24px rgba(100,58,220,.22);border-radius:13px}.button:hover{filter:saturate(1.08) brightness(1.04)}.button.ghost{background:#fff;color:#4e425c;border:1px solid var(--line)}.button.ghost:hover{background:#faf6ff;border-color:#cbbbe7}.button.danger{background:#fff1f3;color:#c52e49;border-color:#f0b6c1}.eyebrow{color:#724be1}.eyebrow.saffron{color:#ed6e27}.muted{color:var(--muted)}.soft{color:#554b60}.positive{color:#079761!important}.negative{color:#d43653!important}.amber{color:#dc8700!important}
.drawer{position:fixed;z-index:100;top:0;bottom:0;left:0;width:min(380px,88vw);padding:18px;background:rgba(255,253,249,.98);box-shadow:30px 0 70px rgba(69,42,22,.16);transform:translateX(-105%);transition:.24s ease;border-right:1px solid var(--line);overflow:auto}.drawer.open{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--line);font-size:20px}.drawer-links{display:grid;gap:7px;padding-top:14px}.drawer-links>a{padding:13px 14px;border-radius:13px;background:#fff;border:1px solid #eee3d8;font-weight:760}.notification-drawer{left:auto;right:14px;top:78px;bottom:auto;transform:translateY(-8px);opacity:0;pointer-events:none;width:min(390px,calc(100vw - 28px));max-height:620px;border-radius:18px;box-shadow:0 25px 70px rgba(75,49,28,.17);transition:.18s}.notification-drawer.open{transform:none;opacity:1;pointer-events:auto}.notification-item{border-bottom:1px solid var(--line)}.notification-item.unread{background:#fff8ec;border-radius:12px}.notification-item h4{color:#30243e}.notification-item p{color:var(--muted)}
.light-hero{background:linear-gradient(120deg,#fff 0%,#fff6eb 52%,#f5efff 100%);border-color:#eadfd5;box-shadow:0 28px 65px rgba(96,58,29,.10);min-height:420px}.light-hero::before{width:560px;height:560px;right:-130px;top:-210px;background:radial-gradient(circle,rgba(255,115,45,.18),rgba(109,66,232,.12) 43%,transparent 70%)}.hero-copy{padding:58px 64px}.hero h1{color:#261e31}.hero h1 em{font-style:normal;background:linear-gradient(90deg,#ef6d2a,#7447e9);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{color:#6f6577}.pulse-button{position:relative;overflow:hidden}.pulse-button::after{content:"";position:absolute;inset:-2px;border-radius:inherit;border:2px solid rgba(116,71,233,.4);animation:pulseRing 2s ease-out infinite}@keyframes pulseRing{0%{transform:scale(.96);opacity:.7}65%,100%{transform:scale(1.18);opacity:0}}.trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;color:#665a6f;font-weight:700;font-size:12px}.hero-art{min-height:420px;overflow:hidden}.hero-orbit{position:absolute;border-radius:50%;border:1px dashed rgba(112,69,217,.22);animation:orbitSpin 18s linear infinite}.orbit-one{width:330px;height:330px}.orbit-two{width:240px;height:240px;animation-direction:reverse;animation-duration:13s}@keyframes orbitSpin{to{transform:rotate(360deg)}}.hero-rocket{position:relative;font-size:100px;filter:drop-shadow(0 20px 22px rgba(116,71,233,.22));transform:rotate(-18deg);animation:heroRocket 4.4s ease-in-out infinite;z-index:3}.hero-rocket i{position:absolute;width:92px;height:20px;background:linear-gradient(90deg,transparent,#ff7a34,#ffd166);border-radius:50%;right:70%;top:64%;filter:blur(3px);z-index:-1}@keyframes heroRocket{50%{transform:translate(18px,-20px) rotate(-10deg)}}.hero-mult{position:absolute;font-size:66px;font-weight:950;color:#6a40df;right:12%;top:20%;letter-spacing:-.06em;text-shadow:0 12px 30px rgba(112,67,221,.12);animation:multGlow 1.8s ease-in-out infinite alternate}@keyframes multGlow{to{transform:scale(1.05);color:#f16b2a}}.hero-chip{position:absolute;padding:11px 15px;border-radius:14px;background:rgba(255,255,255,.9);box-shadow:0 14px 35px rgba(90,55,27,.10);border:1px solid #eadfd4;font-size:10px;color:#867b8d;letter-spacing:.08em;z-index:4}.hero-chip b{font-size:14px;color:#33253f;letter-spacing:0}.chip-a{left:8%;top:28%;animation:chipFloat 4s ease-in-out infinite}.chip-b{right:9%;bottom:20%;animation:chipFloat 5s .8s ease-in-out infinite}@keyframes chipFloat{50%{transform:translateY(-9px)}}
.quick-strip{margin:18px auto 8px}.quick-card{background:#fff;border-color:#ede1d6;box-shadow:0 10px 24px rgba(81,52,27,.06);transition:.18s}.quick-card:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(81,52,27,.09)}.quick-card .quick-icon{background:#f7f1ff;color:#6c43db}.quick-card.orange .quick-icon{background:#fff1e7;color:#e96225}.quick-card.pink .quick-icon{background:#fff0f6}.quick-card.teal .quick-icon{background:#eafbf7}.quick-card span{color:#807586}.section-head h1,.section-head h2{color:#2c2237}.filter-tab{background:#fff;color:#6e6378;border-color:#e7ddd4}.filter-tab.active,.filter-tab:hover{background:#6e43df;color:white;border-color:#6e43df}.search-box::before{display:none}.search-box{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--line);border-radius:999px;padding-left:12px}.search-box span{color:#8b7d93;font-size:20px}.search-box input{border:0!important;background:transparent!important;padding:9px 12px 9px 0!important;box-shadow:none!important;min-width:190px}
.game-card{background:#fff;border-color:#e9dfd5;box-shadow:0 10px 30px rgba(75,45,22,.07)}.game-card:hover{border-color:#cdbbf1;box-shadow:0 22px 42px rgba(84,54,30,.12)}.game-thumb{background:#f2edf8}.game-badge{background:rgba(255,255,255,.9);color:#5d3dbe;border-color:rgba(255,255,255,.9);box-shadow:0 5px 16px rgba(31,17,50,.12)}.game-play{background:linear-gradient(rgba(83,50,170,.03),rgba(83,50,170,.18));font-size:22px;color:white}.game-play{width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.92);color:#6540d4;inset:50% auto auto 50%;transform:translate(-50%,-50%) scale(.75);opacity:0;box-shadow:0 12px 28px rgba(51,26,96,.19);transition:.2s}.game-card:hover .game-play{opacity:1;transform:translate(-50%,-50%) scale(1)}.game-glow{position:absolute;inset:auto -30% -60% -30%;height:70%;background:radial-gradient(ellipse,#fff6d8 0,rgba(255,255,255,0) 70%);opacity:.8}.game-meta strong{color:#33283e}.game-description{color:#817588}.rtp-mini{color:#6b48c9!important;background:#f4efff;border-radius:999px;padding:3px 7px}.promo-card{background:linear-gradient(135deg,#fff,#fff2e8);border-color:#eadfd5;color:#2d2238}.promo-card p{color:#756979}.promo-card::after{background:radial-gradient(circle,#ff8b49,transparent 68%);opacity:.2}.promo-1{background:linear-gradient(135deg,#fff,#f3efff)}.promo-1::after{background:radial-gradient(circle,#7c55e8,transparent 68%)}.promo-2{background:linear-gradient(135deg,#fff,#ecfbf7)}.promo-spark{position:absolute;right:22px;top:20px;font-size:38px;color:#ed7a39;animation:sparkSpin 6s linear infinite}@keyframes sparkSpin{to{transform:rotate(360deg)}}.feature{background:#fff;border-color:#e9dfd6;box-shadow:0 10px 28px rgba(80,51,26,.05)}.feature p{color:#756b7c}
.panel,.auth-card,.wallet-stat,.wallet-balance-card,.stat,.admin-card,.cashier-card,.ticket-item,.support-ticket,.vip-card{background:#fff!important;border-color:#e8ddd4!important;color:#2b2234!important;box-shadow:0 10px 25px rgba(75,48,26,.05)}input,select,textarea{background:#fff!important;color:#2c2434!important;border:1px solid #ded3ca!important;box-shadow:0 1px 2px rgba(72,47,28,.03)}input:focus,select:focus,textarea:focus{border-color:#8b6be4!important;box-shadow:0 0 0 3px rgba(109,66,232,.10)!important;outline:0}label{color:#5e5367}.help{color:#817589}.table-wrap{border-color:#e7dcd3;background:#fff}table th{background:#faf6f2;color:#7b6f81}table td{border-color:#eee5de;color:#3d3346}.request-item,.ledger-item{border-color:#ebe0d7!important;background:#fff!important}.badge{background:#f5efff;color:#6745c4;border-color:#dcd0f4}.admin-tabs{background:rgba(255,249,243,.93)}.admin-tab{background:#fff;color:#6f6476;border-color:#e8ddd4}.admin-tab.active{background:#6c42dc;color:white;border-color:#6c42dc}.report-bar,.vip-progress{background:#f0e9e3}.message{background:#f5efff;color:#40344c}.message.operator{background:#fff0e7;color:#4a352a}.support-ticket.active,.ticket-item.active{background:#f4efff;border-color:#c6b5ec!important}.notification-item p{color:#766b7c}.footer{border-color:#e8ddd4;color:#867989}.toast{background:#fff;color:#34283e;border-color:#d9cde1;box-shadow:0 18px 48px rgba(65,39,20,.15)}.toast.error{background:#fff1f3;color:#b62e47;border-color:#f0b3bf}

/* Game experience */
.game-page{min-height:calc(100vh - 72px);background:linear-gradient(180deg,#fff8f1 0,#fffdfb 40%,#fff9f4 100%);padding-bottom:30px}.game-quickbar{position:sticky;top:72px;z-index:35;background:rgba(255,250,245,.94);backdrop-filter:blur(18px);border-bottom:1px solid #eadfd6}.game-quickbar-inner{width:min(1320px,calc(100% - 28px));margin:auto;display:flex;gap:8px;overflow:auto;padding:9px 0;scrollbar-width:none}.game-quickbar-inner::-webkit-scrollbar{display:none}.game-pill{flex:0 0 auto;display:flex;align-items:center;gap:7px;padding:5px 10px 5px 6px;background:#fff;border:1px solid #e7ddd5;border-radius:999px;color:#645a6d;font-size:11px;font-weight:800}.game-pill img{width:30px;height:30px;border-radius:50%;object-fit:cover}.game-pill.active{background:#6d43df;color:white;border-color:#6d43df;box-shadow:0 7px 18px rgba(109,67,223,.2)}.game-layout{width:min(1320px,calc(100% - 28px));margin:14px auto 0;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:14px;align-items:start}.game-stage-card{position:relative;background:#fff;border:1px solid #e8ddd5;border-radius:24px;padding:14px;box-shadow:0 20px 55px rgba(77,47,23,.08);min-width:0}.game-stage-head{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:2px 4px 12px}.game-stage-head h1{margin:3px 0 0;font-size:24px;color:#2d2237}.stage-chips{display:flex;align-items:center;gap:8px}.rtp-chip{font-size:10px;font-weight:900;color:#6543c2;background:#f5efff;padding:7px 9px;border-radius:999px}.stage-wallet{display:flex;align-items:center;gap:8px;background:#fff6e8;border:1px solid #f1e1cd;padding:6px 10px;border-radius:12px}.stage-wallet small{color:#887b72}.stage-wallet strong{font-variant-numeric:tabular-nums;color:#3b2d47}.game-canvas{position:relative;overflow:hidden;min-height:590px;border-radius:20px;background:linear-gradient(180deg,#f8f3ff,#fff6ec);border:1px solid #eee2da;display:grid;place-items:center;isolation:isolate}.fx-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:2;pointer-events:none}.game-detail{padding:10px 5px 0;color:#867988;font-size:10px;text-align:center}.bet-panel{background:#fff!important;border:1px solid #e7ddd4!important;border-radius:22px;padding:17px;box-shadow:0 18px 45px rgba(72,45,24,.08);position:sticky;top:126px}.bet-head{display:flex;align-items:start;justify-content:space-between;gap:10px;margin-bottom:10px}.bet-head h2{margin:4px 0 0;font-size:20px}.mobile-balance{display:none}.money-input{height:48px;display:flex;align-items:center;border:1px solid #ded2c9;border-radius:13px;background:#fff;overflow:hidden}.money-input b{padding-left:14px;color:#7552cc}.money-input input{height:100%;border:0!important;box-shadow:none!important;padding-left:7px!important;font-size:17px;font-weight:850;font-variant-numeric:tabular-nums}.amount-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:7px}.amount-shortcuts button{border:1px solid #e4d9d0;background:#faf7f4;color:#5f5368;border-radius:9px;padding:8px 5px;font-size:11px;font-weight:850;cursor:pointer}.amount-shortcuts button:active{transform:scale(.96)}.game-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0}.game-options label{margin:0}.game-options label span,.amount-label>span{display:block;font-size:10px;font-weight:850;color:#746878;text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px}.game-options input,.game-options select{height:42px;padding:8px 10px}.play-button{position:relative;width:100%;height:54px;font-size:16px;overflow:hidden;background:linear-gradient(135deg,#ff7132 0%,#ea4b32 45%,#7044e6 100%);box-shadow:0 13px 28px rgba(226,78,43,.22);border-radius:15px}.play-button.loading .play-button-label{opacity:.6}.play-button.loading::before{content:"";position:absolute;width:22px;height:22px;border:3px solid rgba(255,255,255,.35);border-top-color:white;border-radius:50%;animation:spin .7s linear infinite;left:calc(50% - 11px);top:calc(50% - 11px)}.play-shine{position:absolute;inset:-30% auto -30% -60%;width:45%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);transform:skewX(-20deg);animation:buttonShine 2.8s ease-in-out infinite}@keyframes buttonShine{0%,55%{left:-60%}100%{left:130%}}@keyframes spin{to{transform:rotate(360deg)}}.limits{display:flex;justify-content:space-between;gap:5px;margin-top:10px;color:#8a7e8e;font-size:9px}.limits b{color:#4f4059}.test-mode-note{margin-top:10px;background:#fff5db;border:1px solid #f2d391;color:#8a5c00;border-radius:10px;padding:8px 9px;font-size:9px;line-height:1.4}.control-grabber{display:none}
/* Crash */
.game-crash{background:linear-gradient(180deg,#e9f8ff 0%,#f9f5ff 54%,#fff2de 100%)}.game-crash::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(65,98,154,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(65,98,154,.06) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 92%)}.crash-sun{position:absolute;width:170px;height:170px;border-radius:50%;right:8%;top:8%;background:radial-gradient(circle,#fff8c9 0,#ffd77a 28%,rgba(255,213,122,.18) 58%,transparent 70%);animation:sunPulse 3s ease-in-out infinite}@keyframes sunPulse{50%{transform:scale(1.07);opacity:.8}}.crash-cloud{position:absolute;width:160px;height:42px;border-radius:999px;background:rgba(255,255,255,.72);filter:blur(.2px);box-shadow:48px -12px 0 -4px rgba(255,255,255,.72),82px 5px 0 -8px rgba(255,255,255,.62);animation:cloudMove 14s linear infinite}.crash-cloud.c1{left:-200px;top:18%}.crash-cloud.c2{left:-260px;top:42%;animation-duration:20s;animation-delay:-6s;transform:scale(.72)}@keyframes cloudMove{to{left:110%}}.crash-rocket{position:absolute;z-index:5;left:12%;top:78%;font-size:56px;transform:translate(-50%,-50%) rotate(-23deg);transition:filter .2s;filter:drop-shadow(0 15px 13px rgba(49,55,102,.20))}.crash-rocket span{display:block}.crash-rocket i{position:absolute;width:70px;height:17px;right:62%;top:64%;border-radius:50%;background:linear-gradient(90deg,transparent,#ff6b2b,#ffd166);filter:blur(3px);opacity:.85;animation:flame .12s alternate infinite}@keyframes flame{to{transform:scaleX(1.25);opacity:1}}.crash-rocket.flying{filter:drop-shadow(0 18px 18px rgba(94,54,194,.28))}.crash-rocket.crashed{animation:rocketCrash .48s ease}@keyframes rocketCrash{50%{filter:blur(2px);opacity:.2;transform:translate(-50%,-50%) rotate(45deg) scale(1.7)}}.crash-readout{position:absolute;z-index:6;left:50%;top:39%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.crash-mult{font-size:clamp(62px,9vw,118px);font-weight:950;letter-spacing:-.07em;color:#5e3ccd;text-shadow:0 14px 30px rgba(88,58,178,.12);font-variant-numeric:tabular-nums}.crash-mult.running{animation:multBreathe .7s ease-in-out infinite alternate}.crash-mult.crashed{color:#dd3b50;animation:crashPop .45s ease}@keyframes multBreathe{to{transform:scale(1.025)}}@keyframes crashPop{40%{transform:scale(1.12)}}.crash-status{margin-top:-8px;font-size:12px;font-weight:850;color:#766a83;letter-spacing:.04em}.crash-history{position:absolute;z-index:7;left:14px;right:14px;top:13px;display:flex;gap:6px;justify-content:flex-start;overflow:hidden}.crash-history span{background:rgba(255,255,255,.8);border:1px solid rgba(122,95,169,.14);padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900;color:#6d4abb}.crash-history span.hot{color:#e75f29;background:#fff6ea}
/* Mines */
.game-mines{background:radial-gradient(circle at 50% 15%,#fff 0,#f8f0ff 42%,#fff5ec 100%);align-content:center}.floating-result{text-align:center;margin-bottom:16px}.mines-grid{display:grid;grid-template-columns:repeat(5,74px);gap:9px;z-index:3}.mine-tile{width:74px;height:74px;border:0;border-radius:16px;background:linear-gradient(145deg,#fff,#eee8f8);box-shadow:0 8px 0 #ddd2eb,0 12px 22px rgba(84,57,111,.10);font-size:24px;color:#beaada;cursor:pointer;transition:.14s}.mine-tile:not(:disabled):hover{transform:translateY(-3px)}.mine-tile.safe{background:linear-gradient(145deg,#e9fff6,#bff6dc);box-shadow:0 8px 0 #8adbb7;color:#0a9964}.mine-tile.mine{background:linear-gradient(145deg,#fff0f2,#ffcbd4);box-shadow:0 8px 0 #e899a7}.mine-tile.pop{animation:tilePop .32s ease}@keyframes tilePop{50%{transform:scale(.84) rotate(2deg)}}.mines-actions{margin-top:18px;display:flex;justify-content:center}.cashout-button{min-width:170px;background:linear-gradient(135deg,#0eb879,#078e5c)}
/* Plinko */
.game-plinko{background:linear-gradient(180deg,#f4f0ff,#fff 56%,#fff3e7)}.plinko-topline{position:absolute;top:18px;z-index:4;text-align:center}.plinko-board{position:relative;width:min(760px,96%);height:500px;align-self:end;margin-bottom:18px}.plinko-bins{position:absolute;left:8%;right:8%;bottom:1px;display:grid;grid-template-columns:repeat(9,1fr);gap:4px;z-index:4}.plinko-bin{height:38px;display:grid;place-items:center;border-radius:8px 8px 12px 12px;background:linear-gradient(180deg,#fff3bd,#ffc557);color:#5c4020;font-size:9px;font-weight:900;box-shadow:0 6px 0 #e6a934;transition:.2s}.plinko-bin:nth-child(2n){background:linear-gradient(180deg,#efe5ff,#bca6ff);box-shadow:0 6px 0 #9279df}.plinko-bin.hit{animation:binHit .65s ease;background:#58d9a0;color:#064e35;box-shadow:0 6px 0 #2daa73}@keyframes binHit{40%{transform:translateY(-12px) scale(1.12)}}
/* Dice */
.game-dice{background:radial-gradient(circle at 50% 38%,#fff 0,#f2edff 45%,#fff3e9)}.dice-zone{width:min(720px,90%);text-align:center}.dice-orb{width:220px;height:220px;margin:0 auto 42px;border-radius:36%;display:grid;place-items:center;background:linear-gradient(145deg,#7c52ea,#542ac2);box-shadow:0 25px 50px rgba(91,52,184,.24),inset 0 0 35px rgba(255,255,255,.15);transform:rotate(8deg)}.dice-orb span{transform:rotate(-8deg);font-size:54px;color:white;font-weight:950;font-variant-numeric:tabular-nums}.dice-orb.rolling{animation:diceRoll .18s linear infinite}@keyframes diceRoll{50%{transform:rotate(-8deg) scale(.98)}}.dice-meter{position:relative;height:18px;border-radius:999px;background:linear-gradient(90deg,#54d99d,#ffd35c,#ff6b79);box-shadow:inset 0 2px 5px rgba(46,29,19,.12)}.dice-meter i{position:absolute;left:0;top:0;bottom:0;width:0;border-radius:999px;background:rgba(255,255,255,.32);transition:.5s}.dice-meter b{position:absolute;top:-8px;width:4px;height:34px;border-radius:4px;background:#352744;left:0;transition:.5s}
/* Roulette / Wheel */
.roulette-scene,.wheel-scene{display:grid;place-items:center;gap:20px}.roulette-wrap{position:relative;width:390px;height:390px;display:grid;place-items:center}.roulette-wheel{width:350px;height:350px;border-radius:50%;background:repeating-conic-gradient(#d8384c 0 9.73deg,#27222e 9.73deg 19.46deg);border:20px solid #f2c06a;box-shadow:0 22px 45px rgba(91,55,26,.19),inset 0 0 0 17px #fff0c8;transition:transform 2.4s cubic-bezier(.08,.72,.16,1)}.roulette-wheel::after{content:"";position:absolute;inset:91px;border-radius:50%;background:#fff9ee;border:15px solid #d9aa5d}.roulette-ball{position:absolute;top:23px;width:13px;height:13px;border-radius:50%;background:white;box-shadow:0 2px 5px rgba(0,0,0,.35);z-index:4}.roulette-number{position:absolute;z-index:5;font-size:58px;font-weight:950;color:#49324c}.mult-wheel{width:350px;height:350px;border-radius:50%;background:conic-gradient(#7045e1 0 22.5deg,#ff7040 22.5deg 45deg,#27b987 45deg 67.5deg,#ffc64a 67.5deg 90deg,#7045e1 90deg 112.5deg,#ff7040 112.5deg 135deg,#27b987 135deg 157.5deg,#ffc64a 157.5deg 180deg,#7045e1 180deg 202.5deg,#ff7040 202.5deg 225deg,#27b987 225deg 247.5deg,#ffc64a 247.5deg 270deg,#7045e1 270deg 292.5deg,#ff7040 292.5deg 315deg,#27b987 315deg 337.5deg,#ffc64a 337.5deg 360deg);border:14px solid white;box-shadow:0 22px 45px rgba(76,45,25,.16);transition:transform 2.6s cubic-bezier(.08,.72,.16,1)}.wheel-wrap{position:relative;width:390px;height:390px;display:grid;place-items:center}.wheel-pointer{position:absolute;z-index:5;top:2px;font-size:38px;color:#e94f35;filter:drop-shadow(0 4px 4px rgba(0,0,0,.12))}.wheel-result{position:absolute;z-index:4;width:116px;height:116px;border-radius:50%;display:grid;place-items:center;background:white;border:8px solid #f3e8dd;color:#5c3bc1;font-size:22px;font-weight:950;box-shadow:0 10px 22px rgba(73,43,23,.13)}
/* Card tables */
.game-hilo,.game-blackjack,.game-baccarat{background:linear-gradient(180deg,#f7f3ff,#fff7ef)}.card-table{position:relative;width:min(760px,94%);min-height:470px;padding:42px 28px 28px;border-radius:48% 48% 24px 24px;background:radial-gradient(circle at 50% 40%,#17a86e,#087b51 75%);border:13px solid #e1b46f;box-shadow:0 22px 45px rgba(70,44,25,.17),inset 0 0 0 4px rgba(255,255,255,.24);color:white;text-align:center}.table-felt-title{position:absolute;top:16px;left:50%;transform:translateX(-50%);font-size:10px;letter-spacing:.22em;font-weight:900;color:rgba(255,255,255,.65);white-space:nowrap}.hand-row{margin:16px 0}.hand-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.72);font-weight:900}.cards{display:flex;justify-content:center;min-height:112px;align-items:center;margin-top:6px}.playing-card{width:76px;height:108px;border-radius:10px;background:white;color:#25202b;border:1px solid #eee;box-shadow:0 10px 24px rgba(23,18,24,.22);padding:9px;display:flex;flex-direction:column;font-size:21px;font-weight:900;margin-left:-14px}.playing-card:first-child{margin-left:0}.playing-card.red{color:#d5304b}.playing-card.hidden-card{background:repeating-linear-gradient(45deg,#6945cf,#6945cf 7px,#4b2ca7 7px,#4b2ca7 14px);border:4px solid white}.playing-card small{margin-top:auto;align-self:flex-end;font-size:27px}.deal-card{animation:dealIn .42s cubic-bezier(.22,.85,.27,1) both;animation-delay:calc(var(--deal)*80ms)}@keyframes dealIn{from{opacity:0;transform:translate(160px,-100px) rotate(18deg) scale(.7)}to{opacity:1;transform:none}}.flip-card{animation:flipIn .42s ease}@keyframes flipIn{from{transform:rotateY(90deg) scale(.8)}to{transform:none}}.hand-value{font-size:18px;font-weight:900;color:white}.table-actions{position:relative;z-index:5;margin-top:10px}.table-actions .button.ghost{background:rgba(255,255,255,.14);color:white;border-color:rgba(255,255,255,.35)}.baccarat-sides{display:grid;grid-template-columns:1fr 1fr;gap:16px}.baccarat-side{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:12px}.game-result{text-align:center}.result-big{font-size:34px;font-weight:950;color:#5a3bb7;letter-spacing:-.04em}.result-big.result-win{color:#05925f;animation:resultPop .42s ease}.result-big.result-loss{color:#d43a53}.result-sub{margin-top:5px;color:#7a6e82;font-size:11px}.card-table+.result-sub{color:#756a7d}@keyframes resultPop{45%{transform:scale(1.15)}}
.confetti{position:absolute;z-index:80;width:8px;height:12px;background:#ff6f30;border-radius:2px;pointer-events:none;animation:confettiFly var(--d) ease-out forwards}.confetti:nth-of-type(3n){background:#6e46df}.confetti:nth-of-type(3n+1){background:#12b987}@keyframes confettiFly{to{transform:translate(var(--x),var(--y)) rotate(var(--r));opacity:0}}

/* Auth / cashier polishing */
.auth-shell{background:linear-gradient(135deg,#fff8ef,#f5efff)}.auth-side{background:linear-gradient(145deg,#6e42df,#9a5ce4 52%,#ff7442);color:white}.auth-side p{color:rgba(255,255,255,.78)}.auth-benefit{background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.18)!important}.wallet-balance-card{background:linear-gradient(135deg,#6e42df,#8c56ea)!important;color:white!important}.wallet-balance-card .muted{color:rgba(255,255,255,.72)}.wallet-balance-card strong{color:white}.vip-card.current{border-color:#8c67e7!important;box-shadow:0 0 0 4px rgba(111,66,225,.08),0 14px 30px rgba(64,39,22,.08)}

@media(max-width:1100px){.game-layout{grid-template-columns:minmax(0,1fr) 325px}.game-canvas{min-height:520px}.game-grid{grid-template-columns:repeat(3,1fr)}.hero-copy{padding:48px 40px}.quick-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.navlinks{display:none}.mobile-menu-button{display:grid}.avatar-button b{display:none}.game-layout{grid-template-columns:1fr;margin-top:9px}.bet-panel{position:relative;top:auto}.game-canvas{min-height:520px}.hero-art{display:grid}.hero{grid-template-columns:1fr 1fr}.hero-copy{padding:42px 30px}.hero h1{font-size:48px}.promo-grid,.feature-grid{grid-template-columns:1fr 1fr}.admin-card-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){
 body{padding-bottom:70px}.container{width:min(100% - 18px,1240px)}.topbar{height:60px;padding:0 10px;gap:7px}.brand img{height:31px;width:118px;object-fit:cover;object-position:left}.account-actions .wallet-live,.account-actions .avatar-button{display:none}.notify-button,.mobile-menu-button{width:38px;height:38px}.mobile-bottom{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:68px;background:rgba(255,253,250,.96);backdrop-filter:blur(18px);border-top:1px solid #eadfd6;z-index:90;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -9px 26px rgba(76,48,25,.08)}.mobile-bottom a{display:grid;place-items:center;align-content:center;gap:1px;color:#766b7c;font-size:9px;font-weight:800}.mobile-bottom a b{font-size:19px;font-weight:700}.mobile-wallet-button b{width:38px;height:38px;margin-top:-18px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff6b2d,#7044e5);color:white;box-shadow:0 8px 20px rgba(111,68,229,.28);border:3px solid white}.notification-drawer{top:65px;right:7px;width:calc(100vw - 14px)}
 .hero-wrap{padding:10px 0 7px}.hero{grid-template-columns:1fr;min-height:360px;border-radius:20px}.hero-copy{padding:30px 23px 24px}.hero h1{font-size:42px}.hero p{font-size:13px;line-height:1.5}.hero-art{display:none}.trust-row{gap:9px;font-size:10px}.quick-strip{grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.quick-card{padding:10px;border-radius:14px}.quick-card>div span{display:none}.quick-icon{width:34px;height:34px}.section{padding:22px 0}.section-head{align-items:flex-start}.section-head h2{font-size:23px}.section-actions{width:100%;flex-wrap:wrap;gap:7px}.filter-tabs{width:100%;overflow:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}.filter-tab{flex:0 0 auto}.search-box{width:100%;min-width:0}.search-box input{width:100%;min-width:0}.game-grid{grid-template-columns:repeat(2,1fr);gap:9px}.game-card{border-radius:14px}.game-meta{padding:9px}.game-meta strong{font-size:12px}.game-description{display:none}.game-badge{font-size:7px}.promo-grid,.feature-grid,.two-col,.three-col,.four-col{grid-template-columns:1fr}.promo-card{min-height:155px}
 .game-page{padding-bottom:0;min-height:calc(100dvh - 60px);background:#fff8f2}.game-quickbar{top:60px}.game-quickbar-inner{width:100%;padding:7px 8px}.game-pill{padding:4px 8px 4px 4px}.game-pill img{width:27px;height:27px}.game-layout{width:100%;display:block;margin:0}.game-stage-card{border:0;border-radius:0;padding:7px 7px 156px;box-shadow:none;background:#fff8f2;min-height:calc(100dvh - 104px)}.game-stage-head{padding:4px 4px 7px}.game-stage-head h1{font-size:17px}.game-stage-head .eyebrow{font-size:8px}.stage-chips{gap:4px}.rtp-chip{font-size:8px;padding:5px 6px}.stage-wallet{display:none}.game-canvas{min-height:calc(100dvh - 286px);height:calc(100dvh - 286px);border-radius:16px}.game-detail{display:none}
 .game-control-sheet{position:fixed!important;z-index:85;left:6px;right:6px;bottom:72px;top:auto!important;padding:8px 10px 10px;border-radius:18px!important;box-shadow:0 -6px 35px rgba(64,39,21,.15)!important;background:rgba(255,255,255,.98)!important;backdrop-filter:blur(18px);max-height:148px;overflow:hidden;transition:max-height .25s}.game-control-sheet:focus-within{max-height:255px}.control-grabber{display:block;width:34px;height:3px;border-radius:9px;background:#ddd2c9;margin:0 auto 5px}.bet-head{margin-bottom:5px}.bet-head .eyebrow,.bet-head h2{display:none}.mobile-balance{display:block;margin-left:auto;font-size:11px;font-weight:900;color:#5e41b6;background:#f5efff;padding:4px 7px;border-radius:999px}.bet-row{display:grid;grid-template-columns:1fr 1.15fr;gap:7px;align-items:end}.amount-label>span{display:none}.money-input{height:42px}.money-input input{font-size:14px}.amount-shortcuts{grid-template-columns:repeat(4,1fr);margin:0;gap:4px}.amount-shortcuts button{height:42px;padding:4px;font-size:9px}.game-options{display:flex;gap:5px;margin:5px 0;overflow:auto;scrollbar-width:none}.game-options label{min-width:105px;flex:1}.game-options label span{display:none}.game-options input,.game-options select{height:36px;font-size:11px;padding:5px 7px}.play-button{height:46px;font-size:14px;border-radius:12px}.limits,.test-mode-note{display:none}
 .crash-readout{top:38%}.crash-mult{font-size:58px}.crash-status{font-size:9px}.crash-rocket{font-size:43px}.crash-history{left:8px;right:8px;top:7px}.crash-history span{font-size:7px;padding:3px 5px}.crash-sun{width:100px;height:100px}.mines-grid{grid-template-columns:repeat(5,minmax(48px,1fr));width:100%;gap:6px;padding:0 5px}.mine-tile{width:auto;height:auto;aspect-ratio:1;border-radius:11px;box-shadow:0 5px 0 #ddd2eb,0 8px 14px rgba(84,57,111,.08);font-size:19px}.floating-result{margin-bottom:10px}.result-big{font-size:25px}.mines-actions{margin-top:11px}.cashout-button{min-width:145px;padding:9px}.plinko-board{width:100%;height:100%;margin:0}.plinko-topline{top:8px}.plinko-bin{height:28px;font-size:7px;box-shadow:0 4px 0 #e6a934}.dice-orb{width:145px;height:145px;margin-bottom:28px}.dice-orb span{font-size:38px}.roulette-wrap,.wheel-wrap{width:300px;height:300px}.roulette-wheel,.mult-wheel{width:270px;height:270px}.roulette-wheel::after{inset:70px}.roulette-number{font-size:44px}.wheel-result{width:92px;height:92px;font-size:18px}.card-table{width:98%;min-height:calc(100dvh - 330px);padding:32px 7px 13px;border-width:8px;border-radius:32% 32% 15px 15px}.playing-card{width:56px;height:80px;font-size:16px;padding:6px}.playing-card small{font-size:19px}.cards{min-height:84px}.baccarat-sides{grid-template-columns:1fr 1fr;gap:5px}.baccarat-side{padding:6px}.hand-row{margin:8px 0}.table-actions{margin-top:5px}.table-actions .button{padding:8px 13px}.footer{padding-bottom:75px}.toast{bottom:148px;right:8px;left:8px;max-width:none}
 .admin-shell{padding:16px 9px 80px}.admin-tabs{top:60px}.admin-form-grid,.admin-card-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr 1fr}.cashier-grid,.ticket-grid,.support-layout{grid-template-columns:1fr}.table-wrap{overflow:auto}.auth-shell{grid-template-columns:1fr}.auth-side{display:none}.auth-form-wrap{padding:13px}.wallet-summary{grid-template-columns:1fr 1fr}.wallet-balance-card{grid-column:1/-1}.vip-grid{grid-template-columns:1fr}
}
@media(max-width:390px){.game-canvas{height:calc(100dvh - 278px);min-height:340px}.game-stage-card{padding-bottom:151px}.game-control-sheet{bottom:69px}.amount-shortcuts button:nth-child(2){display:none}.bet-row{grid-template-columns:1.05fr 1fr}.mines-grid{gap:5px}.roulette-wrap,.wheel-wrap{transform:scale(.9)}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}
@media(max-width:680px){
 .game-stage-card{padding-bottom:190px}
 .game-canvas{min-height:340px;height:calc(100dvh - 318px)}
 .game-control-sheet{max-height:182px}
 .game-control-sheet:focus-within{max-height:182px}
}
.cash-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:-4px 0 12px}.cash-shortcuts button{border:1px solid #e6dad1;background:#fff8f1;color:#6846c3;border-radius:9px;padding:7px 4px;font-size:10px;font-weight:850;cursor:pointer}.cash-shortcuts button:hover{background:#f4efff;border-color:#ccbced}

/* =========================================================
   SKYPLAY 4.0 — OPEN-SOURCE GAME LAYER / INDIA LOBBY
   ========================================================= */
.engine-warning{position:absolute;z-index:40;left:50%;top:50%;transform:translate(-50%,-50%);max-width:360px;padding:14px 18px;border-radius:14px;background:#fff5db;border:1px solid #efcb78;color:#7a5200;font-size:12px;text-align:center;box-shadow:0 16px 40px rgba(74,48,20,.14)}.engine-warning code{font-weight:900}.game-option-hint{display:flex;align-items:center;justify-content:center;min-height:42px;border:1px solid #e6dbf4;background:#f8f4ff;color:#6747bb;border-radius:12px;font-size:11px;font-weight:850}
/* Phaser crash surface */
.game-crash{display:block;background:#eaf8ff}.crash-phaser{position:absolute;inset:0;z-index:1;overflow:hidden}.crash-phaser canvas{display:block!important;width:100%!important;height:100%!important}.crash-overlay{position:absolute;inset:0;z-index:8;pointer-events:none}.crash-readout{top:42%}.crash-mult.cashed{color:#079b67;animation:resultPop .42s ease}.crash-status{padding:6px 11px;border-radius:999px;background:rgba(255,255,255,.76);backdrop-filter:blur(10px);box-shadow:0 7px 20px rgba(79,65,124,.09);display:inline-flex;margin-top:0}.crash-history{z-index:10}
/* Plinko Canvas surface */
.game-plinko{display:block;background:linear-gradient(180deg,#f4efff,#fff8ed)}.plinko-board{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important}.plinko-physics-canvas{display:block;width:100%;height:100%}.plinko-topline{position:absolute;z-index:14;top:14px;left:0;right:0;pointer-events:none}.plinko-topline .result-big{font-size:24px}.plinko-topline .result-sub{background:rgba(255,255,255,.78);display:inline-flex;padding:4px 9px;border-radius:999px;backdrop-filter:blur(8px)}.plinko-drop-label{position:absolute;top:42px;left:50%;transform:translateX(-50%);z-index:3;color:#7b61c9;font-size:8px;font-weight:950;letter-spacing:.22em;opacity:.55}.plinko-bins{position:absolute;z-index:12;left:50%;bottom:23px;transform:translateX(-50%);display:grid;grid-template-columns:repeat(9,minmax(28px,1fr));width:min(76%,660px);gap:2px;pointer-events:none}.plinko-bin{height:34px;border-radius:7px;display:grid;place-items:center;font-size:8px;font-weight:950;background:rgba(255,255,255,.12);color:transparent;box-shadow:none!important;border:0!important;transition:.18s}.plinko-bin.hit{background:rgba(255,255,255,.78);color:#6d42e8;transform:translateY(-7px) scale(1.05);box-shadow:0 8px 22px rgba(109,66,232,.18)!important}
/* India-first table games */
.game-teenpatti,.game-andarbahar,.game-dragontiger{background:radial-gradient(circle at 50% 12%,#176d51 0,#0b503e 43%,#06392e 100%);padding:18px}.india-table{position:relative;width:min(820px,96%);height:min(510px,88%);min-height:430px;border:10px solid #e4aa49;border-radius:42% 42% 20% 20%/28% 28% 16% 16%;background:radial-gradient(circle at 50% 20%,rgba(255,255,255,.09),transparent 30%),linear-gradient(135deg,#0d6a4f,#07503e);box-shadow:inset 0 0 0 3px rgba(255,244,191,.35),inset 0 0 65px rgba(0,0,0,.28),0 30px 55px rgba(12,68,50,.24);overflow:hidden;color:#fff}.india-table::before{content:"";position:absolute;inset:16px;border:1px solid rgba(255,231,167,.24);border-radius:inherit;pointer-events:none}.felt-watermark{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%) rotate(-7deg);font-size:clamp(44px,7vw,86px);font-weight:950;color:rgba(255,255,255,.035);white-space:nowrap}.table-crown{position:absolute;top:18px;left:50%;transform:translateX(-50%);font-size:11px;font-weight:950;letter-spacing:.22em;color:#ffe39d;text-shadow:0 2px 4px rgba(0,0,0,.18)}.india-hand{position:absolute;left:50%;transform:translateX(-50%);text-align:center;z-index:5}.india-hand.dealer-hand{top:55px}.india-hand.player-hand{bottom:26px}.india-hand-label{display:block;color:#d8f8eb;font-size:9px;text-transform:uppercase;letter-spacing:.15em;font-weight:850;margin-bottom:4px}.india-hand>b{display:block;margin-top:4px;color:#ffe6a3;font-size:10px;letter-spacing:.06em}.three-cards{justify-content:center;gap:5px}.table-center-chip{position:absolute;z-index:8;left:50%;top:52%;transform:translate(-50%,-50%);min-width:180px;max-width:60%;padding:10px 15px;text-align:center;background:rgba(3,40,31,.72);border:1px solid rgba(255,225,151,.38);border-radius:999px;backdrop-filter:blur(10px);box-shadow:0 12px 30px rgba(0,0,0,.17)}.table-center-chip span{display:block;font-size:16px;font-weight:950;color:#fff4cf}.table-center-chip small{display:block;margin-top:2px;font-size:8px;color:#c8e9de}.india-table .playing-card{box-shadow:0 8px 18px rgba(0,0,0,.23)}
/* Andar Bahar */
.joker-zone{position:absolute;left:50%;top:56px;transform:translateX(-50%);z-index:5;text-align:center}.joker-zone>span{display:block;font-size:8px;letter-spacing:.18em;color:#d2eee5;font-weight:900;margin-bottom:4px}.ab-lanes{position:absolute;left:5%;right:5%;top:175px;bottom:65px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.ab-lane{position:relative;padding:18px 8px 8px;border-radius:26px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);overflow:hidden}.ab-lane>b{position:absolute;top:5px;left:0;right:0;text-align:center;font-size:9px;letter-spacing:.18em;color:#ffe3a1}.ab-card-flow{height:100%;display:flex;align-items:center;justify-content:center;align-content:center;flex-wrap:wrap;gap:3px;padding-top:10px}.playing-card.mini-card{width:37px;height:53px;padding:3px;font-size:9px;border-radius:5px;opacity:0;transform:translateY(-55px) rotate(-8deg) scale(.72);transition:.2s}.playing-card.mini-card small{font-size:11px}.playing-card.mini-card.landed{opacity:1;transform:none}.playing-card.matching-card{outline:3px solid #ffd15a;box-shadow:0 0 25px #ffd15a!important;animation:matchingPulse .6s ease-in-out 2}@keyframes matchingPulse{50%{transform:scale(1.14)}}.ab-result{top:auto;bottom:15px;padding:7px 13px}.ab-result span{font-size:13px}
/* Dragon Tiger */
.dragon-sides{position:absolute;inset:52px 30px 25px;display:grid;grid-template-columns:1fr 130px 1fr;align-items:center;gap:10px}.dragon-side{height:86%;border-radius:28px;display:grid;place-items:center;align-content:center;gap:6px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.11);transition:.25s}.dragon-side.dragon{background:radial-gradient(circle at 50% 35%,rgba(140,69,255,.22),rgba(255,255,255,.035))}.dragon-side.tiger{background:radial-gradient(circle at 50% 35%,rgba(255,128,49,.22),rgba(255,255,255,.035))}.animal-mark{font-size:36px;filter:drop-shadow(0 8px 12px rgba(0,0,0,.22))}.dragon-side>b{font-size:12px;letter-spacing:.17em;color:#ffe8b1}.dragon-side.winner-glow{border-color:#ffdd78;box-shadow:inset 0 0 42px rgba(255,218,109,.24),0 0 32px rgba(255,218,109,.25);transform:scale(1.025)}.versus{text-align:center;z-index:4}.versus>span{display:grid;place-items:center;margin:0 auto 12px;width:50px;height:50px;border-radius:50%;background:#ff7540;color:#fff;font-weight:950;box-shadow:0 8px 22px rgba(0,0,0,.18)}.versus strong{display:block;color:#fff1c9;font-size:16px}.versus small{display:block;color:#c9e7dd;font-size:8px;margin-top:4px}.playing-card.jumbo{width:82px;height:116px;font-size:22px;padding:8px}.playing-card.jumbo small{font-size:29px}
/* cards: keep visuals legible on bright and felt surfaces */
.playing-card{background:linear-gradient(145deg,#fff,#f9f8f5)!important;color:#1f2530!important;border:1px solid rgba(49,39,59,.16)!important}.playing-card.red{color:#d9314c!important}.playing-card.hidden-card{background:repeating-linear-gradient(45deg,#6d42e8,#6d42e8 7px,#825ee8 7px,#825ee8 14px)!important;border:3px solid white!important;box-shadow:inset 0 0 0 2px #6d42e8,0 7px 15px rgba(0,0,0,.22)!important}
.mobile-sheet-handle{border:0;background:transparent;color:#5d5069;padding:0;cursor:pointer}.mobile-sheet-handle span,.mobile-sheet-handle b,.mobile-sheet-handle i{display:none}

@media(max-width:680px){
 .game-page{height:calc(100dvh - 60px);overflow:hidden}.game-quickbar{position:fixed;left:0;right:0;top:60px;height:47px;z-index:70}.game-quickbar-inner{height:47px;padding:6px 8px}.game-pill span{max-width:76px;overflow:hidden;text-overflow:ellipsis}.game-layout{height:calc(100dvh - 107px);padding-top:47px}.game-stage-card{height:100%;min-height:0!important;padding:5px 6px 156px!important;overflow:hidden}.game-stage-head{height:42px}.game-canvas{height:calc(100dvh - 107px - 42px - 154px)!important;min-height:250px!important;max-height:none;border-radius:14px}.game-control-sheet{position:fixed!important;left:0!important;right:0!important;bottom:68px!important;z-index:89!important;max-height:none!important;overflow:visible!important;padding:6px 8px 8px!important;border-radius:18px 18px 0 0!important;transition:transform .2s,box-shadow .2s!important}.game-control-sheet:focus-within{max-height:none!important}.game-control-sheet[data-state="expanded"]{max-height:min(70dvh,560px)!important;overflow:auto!important}.game-control-sheet[data-state="collapsed"] .mobile-sheet-secondary{display:none!important}.game-control-sheet[data-state="collapsed"] .bet-head{display:none}.mobile-sheet-handle{display:flex!important;height:28px;width:100%;align-items:center;gap:7px;margin:-2px 0 5px!important;color:#6f6275}.mobile-sheet-handle i{display:block;width:34px;height:4px;border-radius:9px;background:#d9cdc5;margin-right:2px}.mobile-sheet-handle span{display:block;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.mobile-sheet-handle b{display:block;margin-left:auto;font-size:10px;color:#6744c0;font-variant-numeric:tabular-nums}.mobile-balance{display:none!important}.bet-row{grid-template-columns:minmax(108px,.9fr) 1.3fr!important;gap:6px!important}.money-input{height:39px!important}.money-input input{font-size:13px!important;padding-right:4px!important}.amount-shortcuts{height:39px!important;gap:3px!important}.amount-shortcuts button{height:39px!important;font-size:9px!important;border-radius:9px!important}.play-button{height:49px!important;min-height:49px!important;margin-top:6px!important;border-radius:12px!important;font-size:14px!important;visibility:visible!important;opacity:1!important}.game-options{margin:6px 0!important;overflow:visible!important}.game-control-sheet[data-state="expanded"] .game-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.game-options label{min-width:0!important}.game-options input,.game-options select{height:38px!important}.limits,.test-mode-note{display:flex}.test-mode-note{display:block}.game-stage-head h1{font-size:15px}.rtp-chip{font-size:7px}.crash-readout{top:44%}.crash-mult{font-size:54px}.crash-status{font-size:8px}.plinko-topline{top:6px}.plinko-topline .result-big{font-size:20px}.plinko-topline .result-sub{font-size:8px}.plinko-bins{bottom:18px;width:88%}.plinko-bin{height:28px}.game-teenpatti,.game-andarbahar,.game-dragontiger{padding:5px}.india-table{width:100%;height:96%;min-height:0;border-width:6px;border-radius:30% 30% 14px 14px/18% 18% 12px 12px}.table-crown{top:8px;font-size:8px}.india-hand.dealer-hand{top:26px}.india-hand.player-hand{bottom:11px}.india-hand-label{font-size:7px}.india-hand>b{font-size:8px}.three-cards{min-height:64px}.india-table .playing-card{width:48px;height:68px;font-size:13px;padding:5px}.india-table .playing-card small{font-size:16px}.table-center-chip{min-width:150px;padding:7px 10px}.table-center-chip span{font-size:12px}.table-center-chip small{font-size:7px}.joker-zone{top:25px}.joker-zone .playing-card{width:48px;height:68px}.ab-lanes{top:115px;bottom:51px;left:3%;right:3%;gap:6px}.ab-lane{border-radius:15px;padding:12px 3px 3px}.playing-card.mini-card{width:28px!important;height:40px!important;font-size:7px!important;padding:2px!important}.playing-card.mini-card small{font-size:8px!important}.ab-card-flow{gap:2px}.ab-result{bottom:6px}.dragon-sides{inset:28px 7px 10px;grid-template-columns:1fr 66px 1fr;gap:4px}.dragon-side{height:92%;border-radius:16px}.animal-mark{font-size:24px}.dragon-side>b{font-size:8px}.versus>span{width:36px;height:36px;font-size:9px;margin-bottom:7px}.versus strong{font-size:11px}.playing-card.jumbo{width:58px!important;height:82px!important;font-size:15px!important}.playing-card.jumbo small{font-size:20px!important}.mines-grid{max-width:360px}.card-table{min-height:100%!important;height:100%}
}
@media(max-width:680px) and (max-height:700px){.game-stage-card{padding-bottom:146px!important}.game-canvas{height:calc(100dvh - 107px - 42px - 144px)!important}.game-control-sheet{padding-bottom:5px!important}.mobile-sheet-handle{height:23px}.money-input,.amount-shortcuts,.amount-shortcuts button{height:35px!important}.play-button{height:44px!important;min-height:44px!important;margin-top:4px!important}}
@media(min-width:681px){.mobile-sheet-handle{display:none!important}}

/* =========================================================
   SKYPLAY PRO GAME CLIENT
   Dark, high-contrast HTML5 game surface. Scoped to /games.
   ========================================================= */
.game-page{--g-bg:#070a12;--g-panel:#0d121f;--g-panel2:#111827;--g-line:#202a3e;--g-text:#f8fafc;--g-muted:#8f9bb4;--g-purple:#7c3aed;--g-cyan:#22d3ee;--g-green:#22c997;--g-red:#ff4d6d;--g-amber:#fbbf24;background:radial-gradient(circle at 24% -10%,rgba(124,58,237,.17),transparent 34rem),radial-gradient(circle at 92% 5%,rgba(34,211,238,.08),transparent 28rem),#070a12!important;color:var(--g-text);min-height:calc(100vh - 72px);padding-bottom:30px}
.game-page .game-quickbar{background:rgba(7,10,18,.92)!important;border-color:rgba(255,255,255,.07)!important;box-shadow:0 12px 34px rgba(0,0,0,.22)}
.game-page .game-pill{background:#101622!important;border-color:#222d42!important;color:#98a4bb!important;box-shadow:none!important;transition:.18s}
.game-page .game-pill:hover{border-color:#40506e!important;color:#fff!important;transform:translateY(-1px)}
.game-page .game-pill.active{background:linear-gradient(135deg,#7544ed,#5a35d2)!important;border-color:#8d65f3!important;color:#fff!important;box-shadow:0 8px 20px rgba(124,58,237,.28)!important}
.game-page .game-pill img{background:#171d2b;border:1px solid rgba(255,255,255,.06)}
.game-page .game-layout{width:min(1380px,calc(100% - 28px));grid-template-columns:minmax(0,1fr) 370px;gap:14px}
.game-page .game-stage-card{background:linear-gradient(180deg,#0d121e,#090d17)!important;border:1px solid #20283a!important;box-shadow:0 32px 80px rgba(0,0,0,.34)!important;border-radius:20px!important;padding:12px!important}
.game-page .game-stage-head{padding:3px 5px 12px!important}
.game-page .game-title-wrap h1{color:#f8fafc!important;font-size:23px!important;letter-spacing:-.035em;margin:2px 0 0!important}
.game-page .game-stage-head .eyebrow,.game-page .bet-head .eyebrow{color:#a78bfa!important}
.game-page .stage-chips{display:flex;gap:7px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.game-page .rtp-chip,.game-page .fair-chip{height:30px;display:inline-flex;align-items:center;gap:6px;border-radius:9px;padding:0 10px;background:#111827!important;border:1px solid #273248!important;color:#b9c4d7!important;font-size:9px!important;font-weight:900;letter-spacing:.07em}
.game-page .rtp-chip i{width:7px;height:7px;border-radius:50%;background:#22c997;box-shadow:0 0 12px #22c997}
.game-page .fair-chip{color:#78d9e9!important}
.game-page .stage-wallet{background:#111827!important;border:1px solid #273248!important;border-radius:10px!important;padding:5px 9px!important;color:#fff!important}
.game-page .stage-wallet small{color:#72809b!important}.game-page .stage-wallet strong{color:#fff!important;font-variant-numeric:tabular-nums}
.game-page .game-canvas{position:relative!important;isolation:isolate;overflow:hidden!important;min-height:560px!important;height:min(68vh,700px)!important;border:1px solid #1f293b!important;border-radius:16px!important;background:#080b14!important;box-shadow:inset 0 0 80px rgba(0,0,0,.32)}
.game-page .game-canvas::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:30;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02),inset 0 -80px 120px rgba(0,0,0,.1)}
.casino-noise{position:absolute;inset:0;z-index:29;pointer-events:none;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E")}
.game-page .game-detail{display:flex;align-items:center;gap:7px;padding:9px 5px 1px;color:#748198!important;font-size:10px!important}.detail-dot{width:7px;height:7px;border-radius:50%;background:#22c997;box-shadow:0 0 10px rgba(34,201,151,.6)}
.game-canvas.stage-win{animation:stageWin .75s ease}.game-canvas.stage-loss{animation:stageLoss .55s ease}@keyframes stageWin{35%{box-shadow:inset 0 0 110px rgba(34,201,151,.18),0 0 32px rgba(34,201,151,.13)}}@keyframes stageLoss{35%{box-shadow:inset 0 0 90px rgba(255,77,109,.12)}}

/* Betting panel */
.game-page .game-control-sheet{background:linear-gradient(180deg,#101622,#0c111c)!important;border:1px solid #222d40!important;border-radius:20px!important;box-shadow:0 28px 70px rgba(0,0,0,.32)!important;padding:16px!important;color:#f6f8fc!important}
.game-page .bet-head{border-bottom:1px solid #222c3e!important;padding-bottom:13px!important}.game-page .bet-head h2{color:#fff!important;margin:3px 0 0!important}.game-page .mobile-balance{color:#fff!important;background:#171e2d!important;border-color:#2b3850!important}
.game-page .amount-label>span,.game-page .game-options label>span{color:#8d99b0!important}
.game-page .money-input{background:#090e18!important;border:1px solid #2a354a!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.01)!important}.game-page .money-input:focus-within{border-color:#7458cf!important;box-shadow:0 0 0 3px rgba(124,58,237,.12)!important}.game-page .money-input b{color:#9aa7bf!important}.game-page .money-input input{color:#fff!important;background:transparent!important}
.game-page .amount-shortcuts button{background:#171e2c!important;border:1px solid #2b364a!important;color:#b8c2d5!important}.game-page .amount-shortcuts button:hover{background:#20293b!important;border-color:#40506b!important;color:#fff!important}
.game-page .game-options{border-color:#222d40!important;background:#0c111b!important}.game-page .game-options input,.game-page .game-options select{background:#151c2a!important;border:1px solid #2b364a!important;color:#fff!important}.game-page .game-option-hint{color:#9ba8bf!important;background:#151c2a!important;border-color:#2b364a!important}
.game-page .play-button{position:relative;overflow:hidden;background:linear-gradient(135deg,#7c3aed 0%,#6335dd 55%,#4f28c5 100%)!important;box-shadow:0 13px 30px rgba(124,58,237,.26)!important;border:1px solid rgba(255,255,255,.1)!important;min-height:54px!important;font-size:15px!important;letter-spacing:.02em}.game-page .play-button:not(:disabled):hover{filter:brightness(1.08)!important;box-shadow:0 15px 34px rgba(124,58,237,.34)!important}.game-page .play-button.loading::before{content:"";width:17px;height:17px;border:2px solid rgba(255,255,255,.28);border-top-color:#fff;border-radius:50%;position:absolute;left:18px;top:50%;margin-top:-9px;animation:spin360 .7s linear infinite}@keyframes spin360{to{transform:rotate(360deg)}}
.game-page .play-shine{position:absolute;inset:-60% auto -60% -20%;width:26%;transform:rotate(17deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);animation:shinePass 4s ease-in-out infinite}@keyframes shinePass{0%,65%{left:-30%}90%,100%{left:120%}}
.game-page .limits{border-color:#222c3e!important;color:#78849b!important}.game-page .limits b{color:#cbd5e1!important}.game-page .test-mode-note{background:#2a1c09!important;border-color:#5f4418!important;color:#e9c373!important}

/* Common result text */
.game-page .game-result{position:relative;z-index:15}.game-page .result-big{color:#f8fafc!important;text-shadow:0 6px 24px rgba(0,0,0,.28);letter-spacing:-.045em}.game-page .result-big.result-win{color:#47e0ad!important;text-shadow:0 0 24px rgba(34,201,151,.22)}.game-page .result-big.result-loss{color:#ff6681!important}.game-page .result-sub{color:#8f9bb4!important}.game-page .floating-result{margin-bottom:14px}.confetti{z-index:120!important}
.engine-warning{position:absolute;z-index:50;left:14px;right:14px;bottom:14px;border-radius:11px;padding:10px 12px;background:#35141c!important;border:1px solid #733142!important;color:#fecdd3!important;font-size:11px}

/* Crash */
.game-crash{display:block!important;background:#080b15!important}.crash-phaser{position:absolute;inset:0;z-index:1;overflow:hidden}.crash-phaser canvas{display:block!important;width:100%!important;height:100%!important}.crash-overlay{position:absolute;inset:0;z-index:8;pointer-events:none}.crash-history{position:absolute;left:14px;right:14px;top:14px;display:flex;gap:6px;z-index:10}.crash-history span{padding:5px 8px;border:1px solid rgba(255,255,255,.09);border-radius:7px;background:rgba(9,13,24,.62);backdrop-filter:blur(10px);font-size:9px;font-weight:900;color:#96a3bb}.crash-history span.hot{color:#58d8eb;background:rgba(34,211,238,.08);border-color:rgba(34,211,238,.15)}
.crash-readout{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);text-align:center;min-width:280px}.crash-kicker{font-size:9px;font-weight:950;letter-spacing:.28em;color:#77849c;margin-bottom:3px}.crash-mult{font-size:clamp(58px,8vw,104px)!important;line-height:.95;font-weight:950;letter-spacing:-.065em;color:#fff!important;text-shadow:0 10px 40px rgba(124,58,237,.28);font-variant-numeric:tabular-nums}.crash-mult.running{background:linear-gradient(180deg,#fff,#bcc8ff 58%,#7dd9e8);-webkit-background-clip:text;background-clip:text;color:transparent!important}.crash-mult.cashed{color:#42dea9!important;text-shadow:0 0 35px rgba(34,201,151,.28)}.crash-mult.crashed{color:#ff5875!important;text-shadow:0 0 35px rgba(255,77,109,.22)}.crash-status{display:inline-flex;margin-top:12px;padding:6px 11px!important;border-radius:999px;background:rgba(8,12,21,.72)!important;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px);color:#8d9bb4!important;font-size:9px!important;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.crash-axis{position:absolute;left:16px;bottom:14px;display:flex;gap:18px;color:#5e6a81;font-size:8px;font-weight:800}

/* Plinko */
.game-plinko{display:block!important;background:#080b15!important}.plinko-board{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important}.plinko-physics-canvas{display:block;width:100%;height:100%}.plinko-topline{position:absolute;z-index:14;top:14px;left:0;right:0;pointer-events:none}.plinko-topline .result-big{font-size:27px!important}.plinko-topline .result-sub{display:inline-flex!important;background:rgba(9,13,24,.68)!important;border:1px solid rgba(255,255,255,.07);padding:5px 9px!important;border-radius:999px!important;backdrop-filter:blur(10px);color:#8e9bb2!important}.plinko-drop-label{position:absolute;top:49px;left:50%;transform:translateX(-50%);z-index:4;color:#6c7890;font-size:8px;font-weight:950;letter-spacing:.22em;display:flex;align-items:center;gap:5px}.plinko-drop-label i{width:5px;height:5px;border-radius:50%;background:#8b5cf6;box-shadow:0 0 10px #8b5cf6}.plinko-bins{position:absolute;z-index:12;left:50%;bottom:24px;transform:translateX(-50%);display:grid;grid-template-columns:repeat(9,minmax(28px,1fr));width:min(78%,680px);gap:2px;pointer-events:none}.plinko-bin{height:35px!important;border-radius:7px!important;display:grid!important;place-items:center!important;font-size:8px!important;font-weight:950!important;background:rgba(255,255,255,.04)!important;color:#d8dee9!important;border:1px solid rgba(255,255,255,.05)!important;transition:.2s!important}.plinko-bin.hit{background:#fff!important;color:#16111b!important;transform:translateY(-8px) scale(1.06)!important;box-shadow:0 8px 28px rgba(255,255,255,.17)!important}

/* Mines */
.game-mines{display:grid!important;place-items:center!important;background:radial-gradient(circle at 50% 35%,rgba(124,58,237,.13),transparent 50%),#080b15!important}.mines-scene{width:min(570px,92%);text-align:center;position:relative;z-index:4}.mines-grid{display:grid!important;grid-template-columns:repeat(5,minmax(60px,88px))!important;gap:10px!important;margin:22px auto!important;width:max-content!important;max-width:100%!important;padding:0!important}.mine-tile{position:relative!important;overflow:hidden;width:auto!important;aspect-ratio:1!important;border-radius:12px!important;border:1px solid #263149!important;background:linear-gradient(145deg,#1c2638,#121927)!important;color:#8996ad!important;box-shadow:inset 0 -5px 0 rgba(0,0,0,.18),0 9px 18px rgba(0,0,0,.18)!important;transition:transform .14s,border-color .18s,background .18s,box-shadow .18s!important;animation:mineTileIn .28s ease both;animation-delay:var(--tile-delay,0ms)}@keyframes mineTileIn{from{opacity:.4;transform:translateY(7px) scale(.96)}to{opacity:1;transform:none}}.mine-tile:hover:not(:disabled){transform:translateY(-3px)!important;border-color:#455471!important;background:linear-gradient(145deg,#243149,#172034)!important}.mine-face{position:relative;z-index:3;font-size:24px;text-shadow:0 3px 8px rgba(0,0,0,.3)}.mine-glow{position:absolute;inset:20%;border-radius:50%;background:transparent;filter:blur(10px)}.mine-tile.safe{background:linear-gradient(145deg,#0e5c52,#0b3e3a)!important;border-color:#21b78c!important;box-shadow:0 0 25px rgba(34,201,151,.13),inset 0 -4px 0 rgba(0,0,0,.18)!important}.mine-tile.safe .mine-face{color:#6cf0c2!important;text-shadow:0 0 18px rgba(34,201,151,.7)}.mine-tile.safe .mine-glow{background:rgba(34,201,151,.22)}.mine-tile.mine{background:linear-gradient(145deg,#6c1b2d,#35121c)!important;border-color:#ef4765!important;animation:mineBoom .4s cubic-bezier(.2,.8,.2,1)}.mine-tile.mine .mine-face{color:#ff8297!important;font-size:30px;text-shadow:0 0 22px rgba(255,77,109,.7)}.mine-tile.mine .mine-glow{background:rgba(255,77,109,.24)}@keyframes mineBoom{35%{transform:scale(1.13) rotate(3deg)}70%{transform:scale(.96) rotate(-2deg)}}.cashout-button{min-width:190px!important;background:linear-gradient(135deg,#18a97e,#0e8464)!important;box-shadow:0 10px 25px rgba(34,201,151,.18)!important}

/* Shared felt/card tables */
.india-table,.card-table{position:relative!important;z-index:3!important;width:min(760px,95%)!important;height:90%!important;min-height:455px!important;background:radial-gradient(circle at 50% 34%,#126047 0,#0c4939 42%,#073329 78%,#05261f 100%)!important;border:10px solid #251f1b!important;box-shadow:inset 0 0 0 2px rgba(255,228,167,.12),inset 0 0 90px rgba(0,0,0,.34),0 32px 70px rgba(0,0,0,.35)!important;color:#fff!important}.india-table::before,.card-table::before{content:"";position:absolute;inset:10px;border:1px solid rgba(255,229,171,.17);border-radius:inherit;pointer-events:none}.india-table{border-radius:42% 42% 20px 20px/24% 24% 14px 14px!important}.card-table{border-radius:44% 44% 22px 22px!important;padding:34px!important;display:grid!important;align-content:center!important;gap:16px!important}.felt-watermark{color:rgba(255,255,255,.025)!important;font-size:clamp(52px,8vw,96px)!important}.table-crown,.table-felt-title{color:#e9cb87!important;text-shadow:0 3px 12px rgba(0,0,0,.25);letter-spacing:.18em!important;font-weight:950!important}.table-felt-title span{opacity:.7;font-size:.75em}.table-ring{position:absolute;border:1px solid rgba(255,227,159,.06);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.ring-one{width:54%;height:42%}.ring-two{width:72%;height:58%}
.playing-card{position:relative!important;width:78px!important;height:112px!important;border-radius:9px!important;background:linear-gradient(145deg,#fff,#edf0f5)!important;color:#151923!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 10px 24px rgba(0,0,0,.32),inset 0 0 0 1px rgba(20,25,35,.08)!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;padding:8px!important;font-size:22px!important;font-weight:950!important;transform-style:preserve-3d}.playing-card.red{color:#d62d49!important}.playing-card b{line-height:1}.playing-card small{margin-top:auto!important;align-self:flex-end!important;font-size:28px!important;line-height:1}.playing-card em{position:absolute;right:8px;top:8px;font-size:8px;font-style:normal;opacity:.5}.playing-card.hidden-card{background:repeating-linear-gradient(45deg,#321f72 0 7px,#5530b9 7px 14px)!important;border:4px solid #f6f3ff!important;box-shadow:inset 0 0 0 2px #2c1966,0 10px 24px rgba(0,0,0,.32)!important;display:grid!important;place-items:center!important}.card-back-mark{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.38);color:rgba(255,255,255,.75);font-size:15px;font-weight:950}.deal-card{animation:proDeal .42s cubic-bezier(.18,.82,.26,1) both;animation-delay:calc(var(--deal)*70ms)}@keyframes proDeal{from{opacity:0;transform:translate(180px,-120px) rotate(18deg) scale(.68)}to{opacity:1;transform:none}}.flip-card{animation:proFlip .46s cubic-bezier(.22,.8,.26,1)}@keyframes proFlip{0%{transform:rotateY(88deg) scale(.86);opacity:.4}100%{transform:rotateY(0) scale(1);opacity:1}}.playing-card.jumbo{width:88px!important;height:126px!important;font-size:25px!important}.playing-card.jumbo small{font-size:32px!important}.playing-card.mini-card{width:40px!important;height:58px!important;padding:4px!important;font-size:10px!important;border-radius:5px!important;opacity:0;transform:translateY(-50px) rotate(-7deg) scale(.75);transition:.2s}.playing-card.mini-card small{font-size:13px!important}.playing-card.mini-card.landed{opacity:1;transform:none}.playing-card.matching-card{outline:3px solid #fbd272!important;box-shadow:0 0 28px rgba(251,210,114,.7)!important;animation:matchPulse .7s ease-in-out 2}@keyframes matchPulse{50%{transform:scale(1.16)}}
.cards{min-height:118px!important}.india-hand-label,.hand-label{color:#a7cfc2!important;font-size:9px!important;letter-spacing:.15em!important;font-weight:900!important}.india-hand>b{color:#e8d08f!important}.table-center-chip{background:rgba(4,28,23,.74)!important;border:1px solid rgba(243,211,133,.24)!important;box-shadow:0 14px 35px rgba(0,0,0,.23)!important}.table-center-chip span{color:#f7e7b8!important}.table-center-chip small{color:#a8c7bd!important}.hand-winner{filter:drop-shadow(0 0 18px rgba(251,210,114,.34))}.hand-winner .playing-card{box-shadow:0 0 24px rgba(251,210,114,.38),0 10px 24px rgba(0,0,0,.3)!important}

/* Andar Bahar */
.joker-zone{z-index:7!important}.ab-lanes{gap:14px!important}.ab-lane{background:rgba(0,0,0,.11)!important;border:1px solid rgba(255,255,255,.07)!important}.ab-lane>b{color:#e9d291!important}.ab-lane.lane-winner{border-color:rgba(251,210,114,.62)!important;box-shadow:inset 0 0 35px rgba(251,210,114,.08),0 0 25px rgba(251,210,114,.09)}

/* Dragon Tiger */
.dragon-side{background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.08)!important}.dragon-side.dragon{background:radial-gradient(circle at 50% 35%,rgba(124,58,237,.19),rgba(255,255,255,.025))!important}.dragon-side.tiger{background:radial-gradient(circle at 50% 35%,rgba(249,115,22,.16),rgba(255,255,255,.025))!important}.animal-mark{font-size:42px!important;font-weight:950;color:#e1cf9b;text-shadow:0 10px 20px rgba(0,0,0,.26)}.dragon-side>b{color:#e9d291!important}.versus>span{background:linear-gradient(135deg,#7c3aed,#4f46e5)!important;box-shadow:0 9px 24px rgba(0,0,0,.28)!important}.versus strong{color:#f4dfaa!important}.versus small{color:#a7c5bb!important}.dragon-side.winner-glow{border-color:#fbd272!important;box-shadow:inset 0 0 42px rgba(251,210,114,.13),0 0 30px rgba(251,210,114,.14)!important}

/* Blackjack / Hilo / Baccarat */
.blackjack-line{height:1px;background:linear-gradient(90deg,transparent,rgba(236,213,153,.28),transparent);width:86%;margin:0 auto}.shoe-deck{position:absolute;right:38px;top:38px;width:50px;height:62px}.shoe-deck i{position:absolute;inset:0;border-radius:5px;background:repeating-linear-gradient(45deg,#3b247e 0 5px,#5d37c0 5px 10px);border:2px solid #e8e5ee;box-shadow:0 5px 12px rgba(0,0,0,.2)}.shoe-deck i:nth-child(2){transform:translate(-4px,3px)}.shoe-deck i:nth-child(3){transform:translate(-8px,6px)}.hand-row{position:relative;z-index:5;text-align:center!important}.hand-value{color:#f2dfac!important;font-size:17px!important}.table-actions{position:relative;z-index:8;display:flex;justify-content:center;gap:8px}.game-page .table-actions .button.ghost{background:rgba(255,255,255,.08)!important;color:#fff!important;border-color:rgba(255,255,255,.2)!important}.hilo-arrows{position:absolute;left:22px;right:22px;top:50%;transform:translateY(-50%);display:flex;justify-content:space-between;color:rgba(245,221,159,.24);font-size:11px;font-weight:950;letter-spacing:.12em}.baccarat-table{width:min(880px,96%)!important}.baccarat-sides{display:grid!important;grid-template-columns:1fr 130px 1fr!important;gap:14px!important;align-items:center!important}.baccarat-side{background:rgba(0,0,0,.12)!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:18px!important;padding:16px!important;transition:.25s}.baccarat-side.side-winner{border-color:#f0cf80!important;box-shadow:inset 0 0 35px rgba(240,207,128,.1)}.baccarat-score{text-align:center}.baccarat-score strong{display:block;font-size:22px;color:#f6dfaa}.baccarat-score small{display:block;margin-top:5px;color:#a1beb5;font-size:9px}

/* Roulette */
.game-roulette{background:radial-gradient(circle at 50% 50%,rgba(53,123,88,.15),transparent 45%),#080b15!important}.roulette-scene{position:absolute;inset:0;display:grid;place-items:center;align-content:center;gap:10px}.roulette-result{position:absolute!important;top:20px;left:20px;text-align:left!important}.roulette-result .result-big{font-size:19px!important}.roulette-wrap{position:relative!important;z-index:5;display:grid!important;place-items:center!important;width:440px;height:440px}.roulette-shell{position:relative;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,#322313 0 20%,#8b5e2d 21% 24%,#2b1c11 25% 27%,#13171c 28% 100%);box-shadow:0 34px 70px rgba(0,0,0,.46),inset 0 0 0 3px rgba(255,220,142,.26)}.roulette-wheel{position:absolute!important;inset:25px!important;width:auto!important;height:auto!important;border-radius:50%!important;border:10px solid #482f1b!important;background:repeating-conic-gradient(from -4.86deg,#b22235 0 9.73deg,#101319 9.73deg 19.46deg)!important;box-shadow:inset 0 0 0 16px #1f6d50,inset 0 0 0 48px #14191c,0 15px 35px rgba(0,0,0,.26)!important;transition:transform 2.75s cubic-bezier(.11,.62,.08,1)!important}.roulette-wheel::before{content:"";position:absolute;inset:28%;border-radius:50%;background:radial-gradient(circle,#e8c67e,#835a25 72%);border:8px solid #252018;box-shadow:0 7px 20px rgba(0,0,0,.35)}.roulette-wheel::after{content:"";position:absolute;inset:39%;border-radius:50%;background:radial-gradient(circle,#f3dfa7,#9d7134);border:2px solid rgba(255,255,255,.28)}.roulette-wheel i,.roulette-wheel em{display:none}.roulette-ball-track{position:absolute;inset:7px;border-radius:50%;transition:transform 2.85s cubic-bezier(.08,.55,.07,1);pointer-events:none}.roulette-ball{position:absolute!important;width:13px!important;height:13px!important;left:50%;top:7px!important;margin-left:-6px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff,#dce3ea 60%,#7b8490)!important;box-shadow:0 2px 8px rgba(0,0,0,.55),0 0 8px rgba(255,255,255,.7)!important}.roulette-hub{position:absolute;left:50%;top:50%;width:74px;height:74px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,#dcb96a,#875a24 70%);box-shadow:0 5px 16px rgba(0,0,0,.4);pointer-events:none}.roulette-number{position:absolute!important;z-index:12!important;width:66px;height:66px;border-radius:50%;display:grid!important;place-items:center!important;font-size:30px!important;font-weight:950!important;background:#111827;color:#fff;box-shadow:0 8px 25px rgba(0,0,0,.4);border:4px solid #d4b56b}.roulette-number.red{background:#a91f36!important}.roulette-number.black{background:#12151b!important}.roulette-number.green{background:#0f774f!important}.roulette-strip{display:flex;gap:3px;position:absolute;left:50%;bottom:18px;transform:translateX(-50%);z-index:4}.roulette-strip span{width:25px;height:25px;border-radius:5px;display:grid;place-items:center;font-size:8px;font-weight:900;color:#fff}.roulette-strip .red{background:#9f2034}.roulette-strip .black{background:#1b2029}.roulette-strip .green{background:#12734f}

/* Dice */
.game-dice{background:radial-gradient(circle at 50% 35%,rgba(34,211,238,.1),transparent 46%),#080b15!important}.dice-zone{position:absolute!important;inset:0!important;z-index:4;display:grid!important;align-content:center!important;justify-items:center!important;padding:50px 8%}.dice-result{margin-bottom:34px}.dice-result .result-big{font-size:24px!important}.dice-readout{height:122px;display:grid;place-items:center}.dice-readout span{font-size:clamp(54px,9vw,96px);font-weight:950;letter-spacing:-.065em;color:#fff;font-variant-numeric:tabular-nums;text-shadow:0 12px 45px rgba(124,58,237,.25)}.dice-meter{position:relative!important;width:min(760px,92%)!important;height:38px!important;border-radius:12px!important;background:#131b2a!important;border:1px solid #26324a!important;box-shadow:inset 0 6px 16px rgba(0,0,0,.25)!important;overflow:visible!important}.dice-range{position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,rgba(34,201,151,.08),rgba(34,201,151,.02) 50%,rgba(255,77,109,.03))}.dice-threshold{position:absolute;left:0;top:0;bottom:0;border-radius:11px 0 0 11px;background:linear-gradient(90deg,rgba(34,201,151,.24),rgba(34,201,151,.11));border-right:2px solid #22c997;transition:width .25s}.dice-meter>i{position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,rgba(124,58,237,.08),rgba(124,58,237,.24));border-radius:inherit;transition:width .1s}.dice-meter>b{position:absolute!important;top:50%!important;left:0;width:22px!important;height:54px!important;margin-left:-11px;transform:translateY(-50%);border-radius:7px!important;background:linear-gradient(180deg,#fff,#a7b4ce)!important;box-shadow:0 7px 24px rgba(0,0,0,.45),0 0 16px rgba(124,58,237,.34)!important;border:2px solid #fff!important;transition:left .04s linear}.dice-meter>b span{position:absolute;left:50%;top:50%;width:5px;height:5px;transform:translate(-50%,-50%);border-radius:50%;background:#6d42e8}.dice-meter>b.rolling{box-shadow:0 7px 24px rgba(0,0,0,.45),0 0 24px rgba(34,211,238,.55)!important}.dice-scale{display:flex;justify-content:space-between;width:min(760px,92%);margin-top:10px;color:#69758c;font-size:9px;font-weight:850}

/* Wheel */
.game-wheel{background:radial-gradient(circle at 50% 48%,rgba(124,58,237,.14),transparent 50%),#080b15!important}.wheel-scene{position:absolute;inset:0;display:grid;place-items:center;align-content:center}.wheel-result-top{position:absolute!important;left:20px;top:20px;text-align:left!important}.wheel-result-top .result-big{font-size:19px!important}.wheel-wrap{position:relative!important;z-index:4;width:430px;height:430px;display:grid!important;place-items:center!important}.mult-wheel{position:relative!important;width:380px!important;height:380px!important;border-radius:50%!important;background:conic-gradient(from -11.25deg,#5a36d1 0 22.5deg,#103d62 22.5deg 45deg,#7640df 45deg 67.5deg,#12516d 67.5deg 90deg,#5a36d1 90deg 112.5deg,#17364e 112.5deg 135deg,#8849e8 135deg 157.5deg,#0f5270 157.5deg 180deg,#5a36d1 180deg 202.5deg,#153b5a 202.5deg 225deg,#8046e4 225deg 247.5deg,#0d526d 247.5deg 270deg,#5e38d3 270deg 292.5deg,#183b55 292.5deg 315deg,#7d45e0 315deg 337.5deg,#11516c 337.5deg 360deg)!important;border:13px solid #202838!important;box-shadow:0 28px 60px rgba(0,0,0,.42),inset 0 0 0 3px rgba(255,255,255,.04)!important;transition:transform 2.8s cubic-bezier(.09,.61,.06,1)!important}.mult-wheel::after{content:"";position:absolute;inset:22px;border-radius:50%;border:1px solid rgba(255,255,255,.08)}.mult-wheel span{position:absolute;left:50%;top:50%;width:42px;margin-left:-21px;text-align:center;transform:rotate(calc(var(--i)*22.5deg + 11.25deg)) translateY(-157px) rotate(calc((var(--i)*-22.5deg) - 11.25deg));transform-origin:center;color:#fff;font-size:9px;font-weight:950;text-shadow:0 2px 5px rgba(0,0,0,.45)}.wheel-pointer{position:absolute!important;top:2px!important;z-index:8!important;width:48px!important;height:56px!important;border:0!important;filter:drop-shadow(0 8px 10px rgba(0,0,0,.45))!important}.wheel-pointer::before{content:"";position:absolute;left:8px;right:8px;top:0;height:28px;border-radius:8px;background:#f4f6fb;border:2px solid #b5becd}.wheel-pointer i{position:absolute;top:21px;left:13px;width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-top:24px solid #f4f6fb}.wheel-hub{position:absolute;z-index:7;width:118px;height:118px;border-radius:50%;display:grid;place-items:center;align-content:center;background:radial-gradient(circle at 40% 30%,#222b40,#0c111d 72%);border:8px solid #2c3547;box-shadow:0 12px 32px rgba(0,0,0,.44),inset 0 0 25px rgba(124,58,237,.12)}.wheel-hub span{font-size:20px;font-weight:950;color:#fff}.wheel-hub small{font-size:7px;color:#77849a;letter-spacing:.22em;margin-top:2px}

@media(max-width:1050px){.game-page .game-layout{grid-template-columns:minmax(0,1fr) 330px}.game-page .game-canvas{min-height:520px!important}.roulette-wrap,.wheel-wrap{transform:scale(.9)}}
@media(max-width:900px) and (min-width:681px){.game-page .game-layout{grid-template-columns:1fr}.game-page .game-control-sheet{position:static!important}.game-page .game-canvas{height:620px!important}}
@media(max-width:680px){
 .game-page{height:calc(100dvh - 60px)!important;overflow:hidden!important;background:#070a12!important}.game-page .game-quickbar{top:60px!important;height:47px!important}.game-page .game-layout{height:calc(100dvh - 107px)!important;padding-top:47px!important;width:100%!important}.game-page .game-stage-card{height:100%!important;padding:5px 6px 154px!important;border-radius:0!important;border:0!important;background:#070a12!important;box-shadow:none!important}.game-page .game-stage-head{height:43px!important;padding:3px 4px 6px!important}.game-page .game-title-wrap h1{font-size:15px!important}.game-page .game-stage-head .eyebrow{font-size:7px!important}.game-page .fair-chip{display:none!important}.game-page .rtp-chip{height:24px!important;font-size:7px!important;padding:0 7px!important}.game-page .stage-wallet{display:none!important}.game-page .game-canvas{height:calc(100dvh - 107px - 43px - 152px)!important;min-height:255px!important;border-radius:13px!important}.game-page .game-detail{display:none!important}
 .game-page .game-control-sheet{position:fixed!important;left:0!important;right:0!important;bottom:68px!important;z-index:89!important;max-height:none!important;overflow:visible!important;padding:6px 8px 8px!important;border-radius:17px 17px 0 0!important;border-width:1px 0 0!important;box-shadow:0 -20px 50px rgba(0,0,0,.36)!important}.game-page .game-control-sheet[data-state="expanded"]{max-height:min(72dvh,570px)!important;overflow:auto!important}.game-page .game-control-sheet[data-state="collapsed"] .mobile-sheet-secondary,.game-page .game-control-sheet[data-state="collapsed"] .bet-head{display:none!important}.game-page .mobile-sheet-handle{display:flex!important;height:28px!important;width:100%!important;align-items:center!important;gap:7px!important;margin:-2px 0 5px!important;color:#8793aa!important}.game-page .mobile-sheet-handle i{display:block!important;width:34px!important;height:4px!important;border-radius:9px!important;background:#39445a!important;margin-right:2px!important}.game-page .mobile-sheet-handle span{display:block!important;font-size:9px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.07em!important}.game-page .mobile-sheet-handle b{display:block!important;margin-left:auto!important;font-size:10px!important;color:#b9a6ff!important}.game-page .bet-row{grid-template-columns:minmax(108px,.9fr) 1.3fr!important;gap:6px!important}.game-page .money-input,.game-page .amount-shortcuts,.game-page .amount-shortcuts button{height:39px!important}.game-page .amount-shortcuts{gap:3px!important}.game-page .amount-shortcuts button{font-size:9px!important;border-radius:9px!important}.game-page .play-button{height:49px!important;min-height:49px!important;margin-top:6px!important;border-radius:12px!important;font-size:14px!important}.game-page .game-options{margin:6px 0!important}.game-page .game-control-sheet[data-state="expanded"] .game-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.game-page .game-options input,.game-page .game-options select{height:38px!important}.game-page .limits,.game-page .test-mode-note{display:flex}.game-page .test-mode-note{display:block}
 .crash-readout{top:43%!important}.crash-kicker{font-size:7px}.crash-mult{font-size:53px!important}.crash-status{font-size:7px!important;padding:5px 8px!important}.crash-history{left:7px!important;right:7px!important;top:7px!important}.crash-history span{font-size:7px!important;padding:3px 5px!important}.crash-axis{display:none}.plinko-topline{top:7px!important}.plinko-topline .result-big{font-size:20px!important}.plinko-topline .result-sub{font-size:7px!important}.plinko-drop-label{top:37px!important}.plinko-bins{bottom:18px!important;width:89%!important}.plinko-bin{height:27px!important;font-size:7px!important}
 .mines-scene{width:100%!important}.mines-grid{grid-template-columns:repeat(5,minmax(47px,1fr))!important;width:min(360px,96%)!important;gap:6px!important;margin:12px auto!important}.mine-tile{border-radius:9px!important}.mine-face{font-size:18px}.mine-tile.mine .mine-face{font-size:22px}.floating-result{margin-bottom:4px!important}.game-page .floating-result .result-big{font-size:22px!important}.cashout-button{min-width:150px!important;padding:8px 14px!important}
 .india-table,.card-table{width:100%!important;height:97%!important;min-height:0!important;border-width:6px!important;border-radius:30% 30% 14px 14px/18% 18% 12px 12px!important}.card-table{padding:28px 7px 10px!important}.table-crown{top:8px!important;font-size:7px!important}.india-hand.dealer-hand{top:25px!important}.india-hand.player-hand{bottom:10px!important}.three-cards{min-height:64px!important}.india-table .playing-card,.card-table .playing-card{width:49px!important;height:70px!important;font-size:13px!important;padding:5px!important}.india-table .playing-card small,.card-table .playing-card small{font-size:16px!important}.playing-card.jumbo{width:59px!important;height:84px!important;font-size:16px!important}.playing-card.jumbo small{font-size:20px!important}.table-center-chip{min-width:150px!important;padding:7px 10px!important}.table-center-chip span{font-size:12px!important}.table-center-chip small{font-size:7px!important}.joker-zone{top:24px!important}.joker-zone .playing-card{width:49px!important;height:70px!important}.ab-lanes{top:114px!important;bottom:50px!important;left:3%!important;right:3%!important;gap:6px!important}.playing-card.mini-card{width:27px!important;height:39px!important;font-size:7px!important;padding:2px!important}.playing-card.mini-card small{font-size:8px!important}.dragon-sides{inset:28px 7px 10px!important;grid-template-columns:1fr 66px 1fr!important;gap:4px!important}.dragon-side{height:92%!important;border-radius:15px!important}.animal-mark{font-size:25px!important}.dragon-side>b{font-size:7px!important}.versus>span{width:35px!important;height:35px!important;font-size:8px!important;margin-bottom:6px!important}.versus strong{font-size:11px!important}.versus small{font-size:7px!important}.shoe-deck{display:none}.cards{min-height:78px!important}.hand-value{font-size:13px!important}.table-actions{margin-top:4px!important}.table-actions .button{padding:7px 12px!important;font-size:11px!important}.baccarat-sides{grid-template-columns:1fr 68px 1fr!important;gap:4px!important}.baccarat-side{padding:5px!important}.baccarat-score strong{font-size:12px!important}.baccarat-score small{font-size:6px!important}.hilo-arrows{font-size:7px!important}
 .roulette-result,.wheel-result-top{top:9px!important;left:10px!important}.roulette-result .result-big,.wheel-result-top .result-big{font-size:14px!important}.roulette-wrap,.wheel-wrap{width:300px!important;height:300px!important;transform:none!important}.roulette-shell{width:275px!important;height:275px!important}.roulette-wheel{inset:18px!important;border-width:7px!important;box-shadow:inset 0 0 0 11px #1f6d50,inset 0 0 0 35px #14191c,0 15px 30px rgba(0,0,0,.3)!important}.roulette-hub{width:52px!important;height:52px!important}.roulette-number{width:48px!important;height:48px!important;font-size:21px!important;border-width:3px!important}.roulette-strip{bottom:8px!important;max-width:94%;overflow:hidden}.roulette-strip span{min-width:20px!important;width:20px!important;height:20px!important;font-size:7px!important}.mult-wheel{width:275px!important;height:275px!important;border-width:9px!important}.mult-wheel span{transform:rotate(calc(var(--i)*22.5deg + 11.25deg)) translateY(-112px) rotate(calc((var(--i)*-22.5deg) - 11.25deg))!important;font-size:7px!important}.wheel-hub{width:86px!important;height:86px!important;border-width:6px!important}.wheel-hub span{font-size:15px!important}.wheel-pointer{transform:scale(.75);top:-2px!important}
 .dice-zone{padding:35px 5%!important}.dice-result{margin-bottom:8px!important}.dice-result .result-big{font-size:17px!important}.dice-readout{height:82px!important}.dice-readout span{font-size:49px!important}.dice-meter{height:31px!important;width:92%!important}.dice-meter>b{height:45px!important;width:18px!important;margin-left:-9px!important}.dice-scale{width:92%!important;margin-top:6px!important;font-size:7px!important}
}
@media(max-width:390px){.game-page .amount-shortcuts button:nth-child(2){display:none!important}.mines-grid{gap:5px!important}.roulette-wrap,.wheel-wrap{transform:scale(.92)!important}.baccarat-sides{grid-template-columns:1fr 60px 1fr!important}}

/* SKYPLAY 4.2 FINAL GAME PATCH */
.game-page .game-teenpatti,.game-page .game-andarbahar,.game-page .game-dragontiger{display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important}
.game-page .game-teenpatti .india-table,.game-page .game-andarbahar .india-table,.game-page .game-dragontiger .india-table{display:block!important;flex:0 1 760px!important;width:calc(100% - 72px)!important;max-width:760px!important;min-width:560px!important;height:calc(100% - 44px)!important;min-height:470px!important;margin:auto!important}
.game-page .game-andarbahar .ab-lanes{top:170px!important;bottom:68px!important}.game-page .game-dragontiger .dragon-sides{inset:72px 38px 36px!important}.game-page .game-teenpatti .india-hand.dealer-hand{top:66px!important}.game-page .game-teenpatti .india-hand.player-hand{bottom:35px!important}
.game-page .plinko-bins{width:min(570px,calc(100% - 110px))!important;bottom:50px!important;gap:4px!important}.game-page .plinko-bin{height:34px!important;border:0!important;color:#141821!important;text-shadow:none!important;box-shadow:0 7px 18px rgba(0,0,0,.24)!important}.game-page .plinko-bin:nth-child(1),.game-page .plinko-bin:nth-child(9){background:#ff355d!important;color:#fff!important}.game-page .plinko-bin:nth-child(2),.game-page .plinko-bin:nth-child(8){background:#ff6534!important;color:#fff!important}.game-page .plinko-bin:nth-child(3),.game-page .plinko-bin:nth-child(7){background:#ff8b2d!important}.game-page .plinko-bin:nth-child(4),.game-page .plinko-bin:nth-child(6){background:#f8b936!important}.game-page .plinko-bin:nth-child(5){background:#f4d45b!important}.game-page .plinko-bin.hit{background:#fff!important;color:#111827!important;transform:translateY(-9px) scale(1.07)!important}.game-page .plinko-topline{top:18px!important}.game-page .plinko-drop-label{top:62px!important}
.game-page .game-roulette{display:block!important}.game-page .roulette-scene{position:absolute!important;inset:0!important;display:block!important;padding:68px 18px 20px!important}.game-page .roulette-result{left:22px!important;top:14px!important;z-index:20!important}.game-page .roulette-console{width:100%;height:100%;display:grid;grid-template-columns:minmax(330px,.88fr) minmax(440px,1.12fr);gap:20px;align-items:center}.game-page .roulette-wheel-zone{min-width:0;display:grid;justify-items:center;align-content:center;gap:12px}.game-page .roulette-wrap{width:370px!important;height:370px!important}.game-page .roulette-shell{width:330px!important;height:330px!important}.game-page .roulette-wheel{inset:22px!important}.game-page .roulette-history{position:static!important;transform:none!important;display:flex!important;align-items:center;justify-content:center;gap:5px;min-height:28px;max-width:100%;flex-wrap:wrap}.game-page .roulette-history-label{color:#718096!important;background:transparent!important;width:auto!important;padding:0 4px!important;font-size:8px!important;letter-spacing:.14em}.game-page .roulette-history span:not(.roulette-history-label){width:25px;height:25px;border-radius:50%;display:grid;place-items:center;font-size:8px;font-weight:950;color:#fff;border:1px solid rgba(255,255,255,.12)}
.game-page .roulette-table-zone{min-width:0;padding:16px;border:1px solid #28364b;border-radius:18px;background:radial-gradient(circle at 35% 0,rgba(35,151,104,.16),transparent 52%),linear-gradient(180deg,#0d2d25,#0a211c);box-shadow:inset 0 0 50px rgba(0,0,0,.22),0 18px 36px rgba(0,0,0,.18)}.game-page .roulette-table-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.game-page .roulette-table-head span{color:#9bbab0;font-size:9px;font-weight:950;letter-spacing:.17em}.game-page .roulette-table-head b{color:#f6ddb0;font-size:11px}
.game-page .roulette-betting-board button{border:1px solid rgba(255,255,255,.12);background:#132c26;color:#eef7f4;min-width:0;cursor:pointer;font-size:10px;font-weight:900;transition:.12s}.game-page .roulette-betting-board button:hover{filter:brightness(1.16);transform:translateY(-1px);border-color:rgba(255,255,255,.34)}.game-page .roulette-betting-board button.selected{border-color:#f6d37d!important;box-shadow:0 0 0 2px rgba(246,211,125,.18),0 7px 18px rgba(0,0,0,.24)!important;transform:translateY(-1px)}.game-page .roulette-main-grid{display:grid;grid-template-columns:42px minmax(0,1fr) 54px;gap:4px}.game-page .roulette-zero-cell{display:flex}.game-page .roulette-zero-cell button{width:100%;border-radius:9px 3px 3px 9px;background:#0b704a!important;font-size:15px}.game-page .roulette-number-matrix{display:grid;gap:4px}.game-page .roulette-number-row{display:grid;grid-template-columns:repeat(12,minmax(24px,1fr));gap:4px}.game-page .roulette-bet-number{height:38px;border-radius:5px}.game-page .roulette-bet-number.red{background:#9f2034!important}.game-page .roulette-bet-number.black{background:#171d25!important}.game-page .roulette-bet-number.green{background:#0b704a!important}.game-page .roulette-column-bets{display:grid;grid-template-rows:repeat(3,1fr);gap:4px}.game-page .roulette-column-bets button{border-radius:4px 9px 9px 4px}.game-page .roulette-dozen-bets{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin:4px 58px 0 46px}.game-page .roulette-dozen-bets button{height:34px;border-radius:5px}.game-page .roulette-outside-bets{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;margin:4px 58px 0 46px}.game-page .roulette-outside-bets button{height:34px;border-radius:5px}.game-page .roulette-outside-bets .red-chip{background:#8f1e31!important}.game-page .roulette-outside-bets .black-chip{background:#151a21!important}.game-page .roulette-outside-bets i{display:inline-block;width:8px;height:8px;transform:rotate(45deg);margin-right:4px;background:currentColor}.game-page .roulette-table-help{margin-top:11px;color:#728a82;text-align:center;font-size:8px}.game-page .roulette-current-choice{grid-column:1/-1;min-height:58px;border:1px solid #29364b;border-radius:12px;background:#121a27;padding:9px 11px}.game-page .roulette-current-choice span,.game-page .roulette-current-choice small{display:block;color:#78869e;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.game-page .roulette-current-choice strong{display:block;margin:2px 0;color:#f7e2b8;font-size:14px}
@media(max-width:1180px) and (min-width:681px){.game-page .roulette-console{grid-template-columns:330px minmax(390px,1fr);gap:10px}.game-page .roulette-wrap{width:320px!important;height:320px!important}.game-page .roulette-shell{width:285px!important;height:285px!important}.game-page .roulette-table-zone{padding:11px}.game-page .roulette-bet-number{height:34px;font-size:9px}}
@media(max-width:680px){.game-page .game-teenpatti,.game-page .game-andarbahar,.game-page .game-dragontiger{padding:6px!important}.game-page .game-teenpatti .india-table,.game-page .game-andarbahar .india-table,.game-page .game-dragontiger .india-table{flex:1 1 auto!important;width:100%!important;max-width:none!important;min-width:0!important;height:96%!important;min-height:0!important}.game-page .game-andarbahar .ab-lanes{top:112px!important;bottom:48px!important}.game-page .game-dragontiger .dragon-sides{inset:30px 7px 10px!important}.game-page .plinko-bins{width:88%!important;bottom:42px!important;gap:2px!important}.game-page .plinko-bin{height:27px!important;font-size:7px!important}.game-page .plinko-topline{top:7px!important}.game-page .plinko-drop-label{top:40px!important}.game-page .game-roulette{overflow:auto!important}.game-page .roulette-scene{position:relative!important;inset:auto!important;min-height:620px;padding:48px 8px 12px!important}.game-page .roulette-console{display:grid;grid-template-columns:1fr;height:auto;gap:8px}.game-page .roulette-wrap{width:235px!important;height:235px!important}.game-page .roulette-shell{width:210px!important;height:210px!important}.game-page .roulette-wheel{inset:14px!important;border-width:6px!important}.game-page .roulette-table-zone{padding:8px;border-radius:12px}.game-page .roulette-main-grid{grid-template-columns:32px minmax(0,1fr) 42px;gap:2px}.game-page .roulette-number-matrix,.game-page .roulette-number-row,.game-page .roulette-column-bets{gap:2px}.game-page .roulette-bet-number{height:27px!important;font-size:7px!important}.game-page .roulette-column-bets button{font-size:6px}.game-page .roulette-dozen-bets,.game-page .roulette-outside-bets{margin:2px 44px 0 34px;gap:2px}.game-page .roulette-dozen-bets button,.game-page .roulette-outside-bets button{height:26px;font-size:6px}.game-page .roulette-table-help{display:none}}

/* SKYPLAY 4.3 PLINKO PATH */
.game-page .plinko-bins{left:50%!important;right:auto!important;transform:translateX(-50%)!important;max-width:calc(100% - 36px)!important;gap:3px!important}
.game-page .plinko-bin{background:var(--bin-bg,#f4d45b)!important;color:#171923!important;min-width:0!important;padding:0 1px!important;font-variant-numeric:tabular-nums!important}
.game-page .plinko-bins[data-rows="14"] .plinko-bin,.game-page .plinko-bins[data-rows="15"] .plinko-bin,.game-page .plinko-bins[data-rows="16"] .plinko-bin{font-size:6.5px!important}
.game-page .plinko-bin.hit{background:#fff!important;color:#111827!important}
@media(max-width:680px){.game-page .plinko-bins{max-width:calc(100% - 18px)!important;gap:1px!important}.game-page .plinko-bins[data-rows="13"] .plinko-bin,.game-page .plinko-bins[data-rows="14"] .plinko-bin,.game-page .plinko-bins[data-rows="15"] .plinko-bin,.game-page .plinko-bins[data-rows="16"] .plinko-bin{font-size:5.8px!important}}

/* SKYPLAY MOBILE OPTIONS PATCH */
.current-game-settings{display:flex;align-items:center;gap:10px;min-height:42px;margin:9px 0 2px;padding:8px 10px;border:1px solid #263147;border-radius:12px;background:#101722;color:#fff;min-width:0}.current-game-settings>span{flex:0 0 auto;color:#7f8ca3;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.current-game-settings>strong{min-width:0;margin-left:auto;text-align:right;color:#e9edf7;font-size:11px;font-weight:850;white-space:normal;line-height:1.25}.more-options-button{display:none;width:100%;height:34px;border:1px solid #303a50;border-radius:10px;background:#151d2a;color:#cdd5e5;font-size:10px;font-weight:900;letter-spacing:.06em;cursor:pointer}.more-options-button i{font-style:normal;margin-left:7px;transition:transform .18s}.more-options-button.expanded i{transform:rotate(180deg)}
@media(max-width:680px){
 .game-page .game-stage-card{padding-bottom:202px!important}
 .game-page .game-canvas{height:calc(100dvh - 107px - 43px - 200px)!important;min-height:220px!important}
 .game-page .game-control-sheet{padding:5px 8px 8px!important}
 .game-page .mobile-sheet-handle{height:24px!important;margin:-1px 0 3px!important;pointer-events:none!important}
 .game-page .current-game-settings{min-height:30px!important;margin:5px 0 4px!important;padding:5px 8px!important;border-radius:9px!important}
 .game-page .current-game-settings>span{font-size:7px!important}
 .game-page .current-game-settings>strong{font-size:9px!important;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
 .game-page .more-options-button{display:block!important;height:31px!important;margin:0 0 4px!important}
 .game-page .game-control-sheet[data-state="expanded"] .more-options-button{position:sticky;top:0;z-index:4}
 .game-page .game-control-sheet[data-state="expanded"] .game-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .game-page .game-control-sheet[data-state="collapsed"] .mobile-sheet-secondary,.game-page .game-control-sheet[data-state="collapsed"] .bet-head{display:none!important}
}
@media(max-width:680px) and (max-height:700px){
 .game-page .game-stage-card{padding-bottom:190px!important}
 .game-page .game-canvas{height:calc(100dvh - 107px - 43px - 188px)!important;min-height:195px!important}
 .game-page .current-game-settings{min-height:27px!important;margin:3px 0!important}
 .game-page .more-options-button{height:28px!important;margin-bottom:3px!important}
}
.deposit-assignment{border-style:solid}.receiver-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin:12px 0}.receiver-grid>div{padding:10px;border:1px solid var(--line,#ddd);border-radius:10px}.receiver-grid small{display:block}.receiver-grid strong{display:block;word-break:break-all}.payment-qr{display:block;max-width:240px;width:100%;height:auto;margin:14px auto;border-radius:12px;background:#fff;padding:8px}

/* PHP 6.0 cashier instruction: intentionally short, visible, and mobile friendly. */
.deposit-instruction-red{margin:14px 0 4px;padding:12px 14px;border:1px solid rgba(190,24,24,.22);border-radius:12px;background:rgba(254,226,226,.72);color:#b91c1c;font-size:.9rem;line-height:1.45}.deposit-instruction-red strong{font-weight:800}.deposit-instruction-red span{font-weight:650}

.qa-simple-box{margin:18px 0;padding:16px;border:1px solid rgba(239,68,68,.28);border-radius:14px;background:rgba(239,68,68,.045)}.qa-simple-box h3{margin:0 0 12px}.danger-text{color:#ef4444!important;font-weight:800}.global-test-banner{position:relative;z-index:70;text-align:center;padding:7px 12px;background:#b91c1c;color:#fff;font-size:12px;font-weight:900;letter-spacing:.04em}


/* SkyPlay 6.1 premium responsive/game-fit pass */
.oa-guard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.oa-guard-grid label{margin:0}
.game-card{isolation:isolate}.game-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(5,7,14,.68));pointer-events:none}.game-meta{position:relative;z-index:2}.game-card .game-badge{z-index:3}.game-card .game-play{z-index:4}
.game-page .game-stage-card{min-width:0}.game-page .game-canvas{contain:layout paint;touch-action:manipulation}.game-page input,.game-page select,.game-page button{font-size:16px}@media(min-width:681px){.game-page input,.game-page select,.game-page button{font-size:inherit}}
@media(max-width:680px){
 body:has(.game-page){overflow-x:hidden}.game-page{padding-bottom:0!important}.game-page .game-layout{display:block!important;padding:0!important}.game-page .game-stage-card{border-radius:0!important;border-left:0!important;border-right:0!important;padding:0 6px 196px!important}.game-page .game-stage-head{padding:5px 2px 6px!important}.game-page .game-stage-head h1{font-size:18px!important}.game-page .game-title-wrap .eyebrow,.game-page .fair-chip,.game-page .stage-wallet small{display:none!important}.game-page .stage-chips{gap:4px!important}.game-page .rtp-chip,.game-page .stage-wallet{padding:4px 7px!important;font-size:9px!important}.game-page .game-canvas{width:100%!important;height:calc(100dvh - 108px - 42px - 196px)!important;min-height:220px!important;max-height:calc(100dvh - 270px)!important;border-radius:13px!important}.game-page .game-control-sheet{left:0!important;right:0!important;bottom:58px!important;width:100%!important;max-width:none!important;border-radius:16px 16px 0 0!important;max-height:46dvh!important;overflow-y:auto!important;overscroll-behavior:contain!important}.game-page .game-control-sheet[data-state="collapsed"]{overflow:hidden!important}.game-page .play-button{min-height:46px!important}.game-page .amount-shortcuts button{min-height:34px!important}.game-page .mines-grid{width:min(84vw,340px)!important;gap:5px!important}.game-page .mine-tile{min-height:0!important;aspect-ratio:1!important}.game-page .playing-card{transform:scale(.78);transform-origin:center}.game-page .roulette-scene{min-height:100%!important;height:100%!important;overflow:auto!important}.game-page .roulette-console{align-content:start!important}.game-page .roulette-wrap{width:min(52vw,220px)!important;height:min(52vw,220px)!important}.game-page .roulette-shell{width:min(46vw,195px)!important;height:min(46vw,195px)!important}.oa-guard-grid{grid-template-columns:1fr}
}
@media(max-width:390px){.game-page .game-canvas{height:calc(100dvh - 102px - 40px - 192px)!important;min-height:205px!important}.game-page .game-stage-card{padding-bottom:192px!important}.game-page .game-control-sheet{bottom:56px!important}.game-page .amount-shortcuts{grid-template-columns:repeat(4,1fr)!important}.game-page .game-quickbar-inner{gap:5px!important}.game-page .game-pill{padding:5px 7px!important}}
@media(max-width:680px) and (orientation:landscape){.game-page .game-stage-card{padding-bottom:150px!important}.game-page .game-canvas{height:calc(100dvh - 82px - 145px)!important;min-height:180px!important}.game-page .game-control-sheet{max-height:55dvh!important}.game-page .game-stage-head{display:none!important}}
@media(max-width:680px){
 .game-page .game-roulette{overflow:hidden!important}
 .game-page .roulette-scene{overflow:hidden!important;padding:42px 6px 6px!important}
 .game-page .roulette-console{grid-template-rows:auto minmax(0,1fr)!important;gap:4px!important;height:100%!important}
 .game-page .roulette-wheel-zone{gap:2px!important}
 .game-page .roulette-wrap{width:min(36vw,150px)!important;height:min(36vw,150px)!important}
 .game-page .roulette-shell{width:min(32vw,136px)!important;height:min(32vw,136px)!important}
 .game-page .roulette-history{display:none!important}
 .game-page .roulette-table-zone{padding:5px!important;border-radius:9px!important;align-self:stretch!important}
 .game-page .roulette-table-head{margin-bottom:4px!important}
 .game-page .roulette-table-help{display:none!important}
 .game-page .roulette-bet-number{height:21px!important;font-size:6px!important}
 .game-page .roulette-dozen-bets button,.game-page .roulette-outside-bets button{height:21px!important;font-size:5.5px!important}
 .game-page .roulette-main-grid{grid-template-columns:26px minmax(0,1fr) 34px!important}
 .game-page .roulette-dozen-bets,.game-page .roulette-outside-bets{margin-left:28px!important;margin-right:36px!important}
 .game-page .roulette-result{top:5px!important;left:8px!important}.game-page .roulette-result .result-big{font-size:19px!important}.game-page .roulette-result .result-sub{display:none!important}
 .game-page .blackjack-table,.game-page .hilo-table,.game-page .baccarat-table{transform:scale(.88);transform-origin:center;width:112%!important;max-height:100%!important}
 .game-page .india-table{transform:scale(.92);transform-origin:center}
}
@media(max-width:680px) and (max-height:720px){
 .game-page .roulette-wrap{width:112px!important;height:112px!important}.game-page .roulette-shell{width:100px!important;height:100px!important}
 .game-page .roulette-bet-number{height:18px!important}.game-page .roulette-dozen-bets button,.game-page .roulette-outside-bets button{height:18px!important}
 .game-page .mines-grid{width:min(66vw,260px)!important;gap:3px!important}
 .game-page .blackjack-table,.game-page .hilo-table,.game-page .baccarat-table{transform:scale(.74);width:132%!important}
 .game-page .india-table{transform:scale(.78)}
}
