.scene {
  isolation: isolate;
}
.scene[data-type=host] {
  position: relative;
}
.scene::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("/img/themes/basegame/bg.jpg");
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.5);
}/*# sourceMappingURL=basegame.css.map */