:root{color-scheme:dark;background:#111817}
*{box-sizing:border-box}
body{margin:0}
.roulette-panes{display:grid;grid-template-columns:64% 36%;height:100vh;height:100dvh}
iframe{display:block;width:100%;height:100%;min-width:0;border:0}
#statisticsPane{border-left:1px solid #405046;background:#f7f9fa}
@media(max-width:1000px){
  .roulette-panes{display:block;height:auto}
  #gamePane{height:var(--game-height,900px)}
  #statisticsPane{border-left:0;border-top:1px solid #405046;height:100vh;height:100dvh;min-height:700px}
}
