/* v0.5.40 — editor iframe mode. The actual game remains a 941×1672 stage. */
body.game-embed-mode{
  margin:0!important;
  width:941px!important;
  height:1672px!important;
  min-width:941px!important;
  min-height:1672px!important;
  overflow:hidden!important;
  background:#02050a!important;
}
body.game-embed-mode #app{
  position:relative!important;
  width:941px!important;
  height:1672px!important;
  min-width:941px!important;
  min-height:1672px!important;
  max-width:941px!important;
  max-height:1672px!important;
  overflow:hidden!important;
  margin:0!important;
}
body.game-embed-mode #desktop-stage{display:none!important}
body.game-embed-mode #start-screen{display:none!important}
body.game-embed-mode #game-screen{
  display:block!important;
  visibility:visible!important;
  position:absolute!important;
  left:0!important;
  top:0!important;
  right:auto!important;
  bottom:auto!important;
  width:941px!important;
  height:1672px!important;
  max-width:none!important;
  max-height:none!important;
  aspect-ratio:941/1672!important;
  transform:none!important;
  margin:0!important;
  overflow:hidden!important;
}
body.game-embed-mode #game-screen.is-hidden{display:block!important}
body.game-embed-mode #game-canvas{width:941px!important;height:1672px!important}
body.game-embed-mode #tutorial,
body.game-embed-mode #modal-backdrop,
body.game-embed-mode .modal{display:none!important}
.editor-launcher{
  position:fixed;
  left:12px;
  bottom:12px;
  z-index:5000;
  padding:9px 12px;
  border:1px solid #39ceff;
  border-radius:10px;
  background:#071a2a;
  color:#eefbff;
  text-decoration:none;
  font:800 12px/1 system-ui,sans-serif;
  box-shadow:0 0 16px rgba(0,190,255,.28);
}
body.game-embed-mode .editor-launcher{display:none!important}

.diagnostic-log-button{
  position:fixed;right:12px;bottom:12px;z-index:5000;
  padding:9px 12px;border:1px solid #39ceff;border-radius:10px;
  background:#071a2a;color:#eefbff;font:800 12px/1 system-ui,sans-serif;
  box-shadow:0 0 16px rgba(0,190,255,.28);cursor:pointer
}
body.game-embed-mode .diagnostic-log-button{display:none!important}
