.roulette-board{width:100%;min-width:0;display:grid;gap:0;grid-template-columns:44px 44px repeat(3,1fr);grid-template-rows:40px repeat(12,38px) 38px;grid-template-areas:". . zero zero zero" "outside-low dozen-1 n1 n2 n3" "outside-low dozen-1 n4 n5 n6" "outside-even dozen-1 n7 n8 n9" "outside-even dozen-1 n10 n11 n12" "outside-red dozen-2 n13 n14 n15" "outside-red dozen-2 n16 n17 n18" "outside-black dozen-2 n19 n20 n21" "outside-black dozen-2 n22 n23 n24" "outside-odd dozen-3 n25 n26 n27" "outside-odd dozen-3 n28 n29 n30" "outside-high dozen-3 n31 n32 n33" "outside-high dozen-3 n34 n35 n36" ". . column-1 column-2 column-3";background:#45175f;border:1px solid rgba(236,236,210,.26);border-radius:12px;overflow:visible;box-shadow:inset 0 1px #ffffff14,0 10px 18px #00000038}.board-spot{border:1px solid rgba(225,240,222,.34);border-radius:2px;color:#fff;font-weight:700;padding:4px 2px;cursor:pointer;display:grid;place-items:center;position:relative;font-size:11px}.board-spot.num{color:#fff;font-size:13px;text-shadow:0 1px 1px rgba(0,0,0,.28)}.board-spot.num.red{background:#c81f25}.board-spot.num.black{background:#162330}.board-spot.num.green{background:#6a2a8e}.board-spot.num.green{border-radius:10px 10px 0 0}.board-spot.outside{background:#f6cb2c;color:#1d2430;font-weight:900}.board-spot.outside.red{background:#c81f25;color:#fff}.board-spot.outside.black{background:#1f2430;color:#fff}.board-spot.outside.outside-low,.board-spot.outside.outside-odd{background:#6b33a5;color:#fff}.board-spot.outside.outside-even{background:#9b56d4;color:#fff}.board-spot.outside.outside-high{background:#4d2478;color:#fff}.board-spot.outside.column-1,.board-spot.outside.column-2,.board-spot.outside.column-3{background:#3c1656;color:#fff;border:1px solid rgba(255,255,255,.15)}.board-spot.outside{box-shadow:inset 0 1px #ffffffb3}.board-spot.winning{filter:brightness(1.22) saturate(1.28) hue-rotate(-6deg);box-shadow:0 0 14px #f1d08b66}.board-overlay{border:1px solid transparent;background:transparent;border-radius:999px;width:15px;height:15px;padding:0;cursor:pointer;z-index:7;position:relative}.board-overlay:before{content:"";position:absolute;inset:-6px}.board-overlay.street{width:12px;height:30px;border-radius:999px}.board-overlay.sixline{width:15px;height:15px}.roulette-board.debug-markers .board-overlay{border-color:#ffffffe6;background:#78919161}.roulette-board.debug-markers .board-overlay:hover{background:#789191a6}.roulette-board.debug-markers .board-overlay.winning{background:#f1d08bd9;border-color:#fff3d7;box-shadow:0 0 0 2px #f1d08b6b}.roulette-board .board-spot.num{transition:filter .14s ease,box-shadow .14s ease,opacity .14s ease}.roulette-board.has-hover-context .board-spot.num{filter:brightness(.78) saturate(.82)}.roulette-board.has-hover-context .board-spot.num.is-related{filter:brightness(1.18) saturate(1.2);box-shadow:0 0 10px #d099ff61}.roulette-board.has-hover-context .board-spot.num.winning{filter:brightness(1.24) saturate(1.32) hue-rotate(-6deg);box-shadow:0 0 14px #f1d08b6b}.bet-cursor-chip{position:fixed;z-index:120;width:26px;height:26px;transform:translate(-50%,-50%);pointer-events:none;border-radius:999px;background-color:var(--chip-fill, #d9dde3);box-shadow:0 2px 6px #00000057;isolation:isolate}.bet-cursor-chip:after{content:"";position:absolute;inset:0;border-radius:999px;background:radial-gradient(circle at 30% 24%,#ffffff47,#fff0 42%),linear-gradient(180deg,#ffffff24,#00000024);opacity:.95;box-shadow:inset 0 1px #ffffff6b,inset 0 -1px #0000001f;z-index:3}.bet-cursor-chip span{position:absolute;inset:0;display:grid;place-items:center;font-size:9px;font-weight:900;color:var(--chip-text, #fff);text-shadow:0 1px 1px rgba(0,0,0,.24);z-index:2}.bet-cursor-chip.is-bet-pulse{animation:cursor-bet-pulse .52s linear}.bet-cursor-chip.tier-white{--chip-fill: #eef2f7;--chip-text: #101725}.bet-cursor-chip.tier-red{--chip-fill: #912734;--chip-text: #ffffff}.bet-cursor-chip.tier-navy{--chip-fill: #38526c;--chip-text: #ffffff}.bet-cursor-chip.tier-green{--chip-fill: #456d4b;--chip-text: #ffffff}.bet-cursor-chip.tier-black{--chip-fill: #121417;--chip-text: #ffffff}.bet-cursor-chip.tier-purple{--chip-fill: #4a244d;--chip-text: #ffffff}.bet-tooltip{position:fixed;z-index:130;pointer-events:none;padding:6px 10px;border-radius:8px;background:#181d27f0;color:#fff;font-size:12px;font-weight:700;letter-spacing:.2px;box-shadow:0 8px 18px #00000047;white-space:nowrap}@keyframes cursor-bet-pulse{0%{opacity:1}23%{opacity:0}61%{opacity:0}to{opacity:1}}.roulette-root{background:#14011f}.roulette-root:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 50% 15%,rgba(255,218,123,.16),transparent 34%),radial-gradient(circle at 50% 54%,rgba(119,44,178,.5),transparent 53%),radial-gradient(circle at 50% 100%,rgba(49,11,79,.72),transparent 44%),linear-gradient(180deg,#32064b,#14011f)}.roulette-root .gsv2-header{background:#14011ff5;border-bottom:1px solid rgba(255,255,255,.07)}.roulette-shell{position:relative;z-index:1;padding:8px 8px 16px;display:flex;flex-direction:column;gap:6px}@media(max-width:640px){.roulette-board{grid-template-columns:36px 36px repeat(3,1fr);grid-template-rows:36px repeat(12,32px) 32px}.board-spot{padding:3px 2px;font-size:10px}.board-spot.num{font-size:12px}.board-overlay{width:14px;height:14px}.board-overlay.street{width:10px;height:24px}.board-overlay:before{inset:-5px}.bet-cursor-chip{width:22px;height:22px}.bet-cursor-chip span{font-size:8px}}.roulette-stage{--game-stage-min-height: 480px;--game-stage-padding-top: 36px;--game-stage-core: rgba(131, 51, 188, .56);--game-stage-edge: rgba(46, 7, 75, .92);--game-stage-depth: rgba(24, 3, 38, .98);--game-stage-core-y: 43%;--game-stage-light-inset: 12px;--game-stage-light-scale-x: 1.32;--game-stage-light-opacity: .72;--game-stage-light-border: rgba(245, 213, 128, .2)}.rlx-wheel-area{position:relative;z-index:3;padding-bottom:0}.rlx-wheel-stage{position:relative;width:min(100%,390px);height:min(100vw - 40px,390px);margin:0 auto}.rlx-wheel-frame,.rlx-wheel-overlay,.rlx-wheel-disc{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.rlx-wheel-frame,.rlx-wheel-overlay{width:min(100%,420px);height:min(100%,420px)}.rlx-wheel-disc{width:min(92%,380px);height:min(92%,380px)}.rlx-wheel-frame{z-index:1;opacity:.95}.rlx-wheel-rotor{position:absolute;inset:0;z-index:2}.rlx-wheel-overlay{z-index:5;opacity:.42;mix-blend-mode:soft-light}.rlx-wheel-ball-orbit{position:absolute;inset:0;z-index:4;--ball-radius: 186px}.rlx-wheel-ball{position:absolute;top:50%;left:50%;width:15px;height:15px;border-radius:50%;transform:translate(-50%,-50%) translateY(calc(var(--ball-radius) * -1));background:radial-gradient(circle at 30% 28%,#fff,#f2f4f6 38%,#a0abb4);box-shadow:0 3px 9px #070a0d6b}.rlx-win-row{position:relative;z-index:9;margin:-28px 12px 12px;display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.rlx-winning-card{border-radius:14px;padding:10px 12px;background:linear-gradient(180deg,#fff3,#ffffff14);border:1px solid rgba(255,255,255,.24);box-shadow:0 10px 20px #04080c59}.rlx-winning-card span{display:block;font-size:10px;text-transform:uppercase;color:#cdd8e1;letter-spacing:.8px}.rlx-winning-card strong{font-size:22px;line-height:1;color:#f6fbff}.roulette-history{min-width:118px;--game-history-radius: 14px;--game-history-padding: 8px;--game-history-bg: rgba(39, 12, 60, .7);--game-history-border: rgba(255, 255, 255, .16);--game-history-label-color: #b1c1cf;--game-history-label-size: 9px}.roulette-history>div{margin-top:4px;gap:4px}.roulette-history i{min-width:24px;width:24px;height:24px;font-size:11px;font-weight:800}.roulette-history i.red{background:#d94a4a}.roulette-history i.black{background:#1f2533}.roulette-history i.green{background:#1f9f61}.rlx-board-wrap{position:relative;overflow:visible;border-radius:10px;background:#360f53c7;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px #ffffff14}.rlx-board-wrap.cursor-chip-active,.rlx-board-wrap.cursor-chip-active *{cursor:none!important}.rlx-zero,.rlx-col,.rlx-dozen,.rlx-bottom{font-size:13px}.roulette-board-section{position:relative;margin-top:8px;padding:10px;border-radius:16px;background:linear-gradient(180deg,#421268e6,#1e0630fa);border:1px solid rgba(246,212,123,.18);box-shadow:inset 0 1px #ffffff14,0 10px 22px #00000038}.roulette-board-section:after{content:"";position:absolute;top:42px;right:10px;bottom:10px;width:34px;pointer-events:none;border-radius:0 10px 10px 0;background:linear-gradient(90deg,transparent,rgba(4,29,17,.92))}.roulette-board-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;font-family:var(--game-font, "Montserrat", sans-serif);text-transform:uppercase;letter-spacing:.6px}.roulette-board-head span{color:#f6e2a4;font-size:16px}.roulette-board-head strong{color:#ffffffb8;font-size:11px;font-weight:800}.rlx-wheel-area{min-height:270px;max-height:52%;display:flex;flex-direction:column;justify-content:flex-start}.rlx-wheel-stage{width:min(100%,312px);height:min(100vw - 124px,312px)}.rlx-wheel-frame,.rlx-wheel-overlay{width:min(100%,352px);height:min(100%,352px)}.rlx-wheel-disc{width:min(86%,282px);height:min(86%,282px)}.rlx-wheel-ball-orbit{--ball-radius: 136px}.rlx-win-row{grid-template-columns:1fr auto;gap:6px;align-items:end;z-index:8}.rlx-winning-card{border-radius:10px;padding:8px 10px;background:linear-gradient(180deg,#46205d,#21102f);border:2px solid rgba(255,230,157,.5);box-shadow:0 7px 14px #00000061}.rlx-winning-card span{font-size:9px;color:#cfd8e4}.rlx-winning-card strong{font-size:24px;font-weight:900;color:#fff}.roulette-history{min-width:118px;--game-history-radius: 10px;--game-history-padding: 6px;--game-history-bg: rgba(38, 14, 58, .86)}.roulette-history i{min-width:26px;width:26px;height:26px;font-size:12px}.rlx-board .board-overlay.street{height:10px}.rlx-board .board-overlay{width:13px;height:13px}@media(max-width:440px){.game-fixed-hud{width:100vw}}@media(max-height:780px){.roulette-stage{--game-stage-min-height: 420px;--game-stage-padding-top: 18px}.rlx-win-row{margin:-24px 12px 10px}.rlx-winning-card{padding:6px 8px}.rlx-winning-card strong{font-size:20px}.roulette-history i{min-width:22px;width:22px;height:22px;font-size:10px}.roulette-board-section{margin-top:4px;padding:6px}.roulette-board-head{margin-bottom:4px}.roulette-board-head span{font-size:13px}}@media(max-height:680px){.roulette-stage{--game-stage-min-height: 380px;--game-stage-padding-top: 12px}.rlx-win-row{margin:-30px 12px 8px}.rlx-winning-card{padding:4px 6px}.rlx-winning-card strong{font-size:18px}.roulette-history i{min-width:18px;width:18px;height:18px;font-size:9px}.roulette-board-section{margin-top:2px;padding:4px}.roulette-board-head{margin-bottom:2px}.roulette-board-head span{font-size:12px}.roulette-board{grid-template-rows:36px repeat(12,30px) 30px}.board-spot{padding:2px;font-size:9px}.board-spot.num{font-size:11px}}.bet-chip-stack strong,.bet-cursor-chip span,.rlx-winning-card strong,.roulette-history i,.game-fixed-hud{font-variant-numeric:tabular-nums}.board-spot:focus-visible{outline:2px solid #f6e2a4;outline-offset:-2px;z-index:10}.board-overlay:focus-visible{outline:2px solid #f6e2a4;outline-offset:2px;z-index:10}.roulette-board-section:after{display:none}
