.game-view {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  background: #0f1115;
}

.game-view[hidden] {
  display: none !important;
}

.game-toolbar {
  display: none;
}

#gameFrame {
  width: min(86vw, 1380px);
  height: 100vh;
  height: 100dvh;
  border: 0;
  background: #0f1115;
  display: block;
}

body.game-open {
  overflow: hidden;
}

body.game-open .app,
body.game-open .landscape {
  visibility: hidden;
  pointer-events: none;
}
