.container.s-FLRC0ypfVgG7 {
  position: absolute;
  left: 0px;
  width: 100%;
  padding-top: 10px;
  padding-left: 5px;
  padding-bottom: 10px;
  opacity: 0.85;
  border-radius: 12pt 12pt 12pt 12pt;
  overflow: hidden;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
          Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.edit-container.s-FLRC0ypfVgG7 {
  top: 0px;
  height: 100%;
  font-size: min(6vw, 25px);
}
.preview-container.s-FLRC0ypfVgG7 {
  display: flex;
  bottom: 0px;
  height: 10%;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  font-size: min(2.75vw, 25px);
}
table.s-FLRC0ypfVgG7 {
  position: absolute;
  width: 100%;
  top: 15%;
}
td.s-FLRC0ypfVgG7 {
  height: 50px;
}
.focused.s-FLRC0ypfVgG7 {
  background-color: darkgreen;
}
span.s-FLRC0ypfVgG7 {
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
.txt-glue.s-FLRC0ypfVgG7 {
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: white;
}
.txt-event.s-FLRC0ypfVgG7 {
  color: #2595d4;
}
.txt-condition.s-FLRC0ypfVgG7 {
  color: #36b10a;
}
.txt-arg.s-FLRC0ypfVgG7 {
  color: #ffd363;
}
.txt-action.s-FLRC0ypfVgG7 {
  color: #ff6969;
}.container.s-z7VrsZprO080.s-z7VrsZprO080 {
  display: flex;
  position: absolute;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  pointer-events: none;
  border-radius: 12pt 12pt 12pt 12pt;
  overflow: hidden;
}
.container.hidden.s-z7VrsZprO080.s-z7VrsZprO080 {
  display: none;
}
.top-bar.s-z7VrsZprO080.s-z7VrsZprO080 {
  position: absolute;
  width: 100%;
  top: 25px;
}
.gameProgress.s-z7VrsZprO080.s-z7VrsZprO080 {
  padding-top: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
}
.sceneProgress.s-z7VrsZprO080.s-z7VrsZprO080 {
  display: inline-block;
  width: 8%;
  height: 8px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: gray;
  overflow: hidden;
}
.roundedLeft.s-z7VrsZprO080.s-z7VrsZprO080 {
  border-top-left-radius: 12pt;
  border-bottom-left-radius: 12pt;
}
.roundedRight.s-z7VrsZprO080.s-z7VrsZprO080 {
  border-top-right-radius: 12pt;
  border-bottom-right-radius: 12pt;
}
.sceneProgress.s-z7VrsZprO080 .current.s-z7VrsZprO080 {
  background-color: white;
}
.sceneProgress.s-z7VrsZprO080 .notCurrent.s-z7VrsZprO080 {
  background-color: darkgray;
}
.progress.s-z7VrsZprO080.s-z7VrsZprO080 {
  background-color: white;
  width: 100%;
  height: 100%;
  width: var(--progress, 0%);
}.player.s-2mEjvG_6Q7tB {
  position: relative;
}
.player.s-2mEjvG_6Q7tB .container {
  display: none !important;
}body {
  background-color: black;
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
canvas {
  border-radius: 30px;
}
.container.s-XMFi2GB0-Hax.s-XMFi2GB0-Hax {
  display: inline-flex;
  flex-flow: column;
  margin: 0 auto;
}
.player.s-XMFi2GB0-Hax.s-XMFi2GB0-Hax {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 30px;
}
header.s-XMFi2GB0-Hax.s-XMFi2GB0-Hax {
  padding: 12px;
  display: flex;
  flex-flow: row;
  height: 60px;
}
header.s-XMFi2GB0-Hax img.s-XMFi2GB0-Hax {
  height: 60px;
  margin-right: 10px;
  border-radius: 100%;
}
footer.s-XMFi2GB0-Hax.s-XMFi2GB0-Hax {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
footer.s-XMFi2GB0-Hax a.s-XMFi2GB0-Hax {
  background-color: #333;
  border-radius: 6px;
  padding: 8px;
  color: white;
  text-decoration: none;
}