/* source/index.less */
* {
  margin: 0em;
  padding: 0em;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#mount {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  margin: auto;
  position: fixed;
  overflow: hidden;
}
@font-face {
  font-family: "header";
  src: url(./Girassol-Regular-JU6AOAZW.ttf) format("truetype");
}
@font-face {
  font-family: "base";
  src: url(./GermaniaOne-Regular-S6B5L3D3.ttf) format("truetype");
}
@font-face {
  font-family: "editor";
  src: url(./AlegreyaSans-Regular-SH637UHG.ttf) format("truetype");
}
.material-symbols-rounded {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

/* source/views/Mount.less */
.Mount {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  display: flex;
  position: absolute;
  background-color: #111111;
}
.Mount .FrameSection {
  width: 100%;
  height: 100%;
  position: relative;
}
.Mount .Frame {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  width: 16em;
  height: 9em;
  margin: auto;
  position: absolute;
  color: #f0ead6;
  font-family: "base";
  background-color: #29202e;
}
.Mount:not([isDev=true]) .DevHellButton,
.Mount:not([isDev=true]) .ProductionButton {
  display: none;
}
.Mount[isDev=true] .DevHellButton,
.Mount[isDev=true] .ProductionButton {
  display: block;
}
.PreloadedImages {
  opacity: 0;
  top: 0em;
  left: 0em;
  position: absolute;
  pointer-events: none;
}
.Screen {
  width: 100%;
  height: 100%;
}
.LoadingScreen {
  width: 100%;
  height: 100%;
}
.LoadingScreen .Text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
}
.LoadingScreen .Base {
  font-family: base;
}
.LoadingScreen .Header {
  font-family: header;
}
.LoadingScreen .ProgressBar {
  top: 0em;
  left: 0em;
  bottom: 0em;
  position: absolute;
  background-color: #d54b33;
}
.PartyScreen {
  display: flex;
  height: 100%;
}
.PartyScreen .ItemSection {
  width: 4em;
  background-color: blue;
}
.PartyScreen .ItemSection .ItemStub {
  font-size: 0.5em;
  padding: 0em 0.5em;
}
.PartyScreen .ItemSection .ItemStub:hover {
  cursor: pointer;
  background-color: black;
}
.PartyScreen .UnitSection {
  flex: 1;
  position: relative;
}
.PartyScreen .UnitSection .SelectedUnit .Name {
  padding: 0.25em;
  text-align: center;
}
.PartyScreen .UnitSection .SelectedUnit .Items {
  top: 0em;
  right: 0em;
  bottom: 0em;
  margin: auto;
  display: flex;
  position: absolute;
  justify-content: center;
  flex-direction: column;
}
.PartyScreen .UnitSection .SelectedUnit .Items .Item {
  height: 1em;
  padding: 1em;
  font-size: 0.25em;
  text-align: right;
}
.PartyScreen .UnitSection .UnitList {
  left: 0em;
  right: 0em;
  bottom: 0.25em;
  display: flex;
  position: absolute;
  justify-content: center;
}
.PartyScreen .UnitSection .UnitList .UnitStub {
  width: 1em;
  height: 1em;
  margin: 0em 1em;
  font-size: 0.5em;
  line-height: 1em;
  text-align: center;
  border-radius: 0.1em;
  background-color: blue;
}
.PartyScreen .UnitSection .UnitList .UnitStub:hover {
  cursor: pointer;
  background-color: orange;
}
.OverworldScreen {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  font-size: 1.15em;
}
.OverworldScreen .Map {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  image-rendering: pixelated;
}
.OverworldScreen .Player {
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.4em;
  margin-left: -0.4em;
  position: absolute;
  background-color: gray;
  transition-property: top, left;
  transition-timing-function: ease-in;
  transition-duration: 3000ms;
}
.OverworldScreen .Location {
  width: 1em;
  height: 0.6em;
  margin-left: -0.5em;
  margin-top: -0.6em;
  position: absolute;
  z-index: 10;
  text-align: center;
  color: black;
  font-family: serif;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./red-location-LPXC3VWY.png);
  image-rendering: pixelated;
  transition-property: opacity, filter;
  transition-duration: 0.5s;
  opacity: 0;
  filter: grayscale(1);
}
.OverworldScreen .Location .Text {
  line-height: 0.6em;
  white-space: nowrap;
  text-align: center;
  font-size: 0.5em;
}
.OverworldScreen .Location .Icon {
  width: 1em;
  position: absolute;
  bottom: 0.2em;
  left: -2em;
  right: -2em;
  margin: auto;
  image-rendering: pixelated;
  font-size: 0.75em;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.OverworldScreen .Location[isDisplayed] {
  opacity: 1;
}
.OverworldScreen .Location[isReachable] {
  filter: grayscale(0);
}
.OverworldScreen .Location[isFinished] {
  opacity: 0.5;
}
.OverworldScreen .Location[isFinished] .Icon {
  opacity: 0;
}
.OverworldScreen .Location[isReachable]:not([isFinished]):hover {
  cursor: pointer;
  background-image: url(./navy-location-HX6CGJBF.png);
}
.OverworldScreen .Route {
  width: 0.3em;
  height: 0.3em;
  margin-left: -0.15em;
  margin-top: -0.15em;
  position: absolute;
  z-index: 9;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./red-route-53NYROCG.png);
  image-rendering: pixelated;
  transition-property: opacity, filter;
  transition-duration: 0.5s;
  opacity: 0;
  filter: grayscale(1);
}
.OverworldScreen .Route[isDisplayed] {
  opacity: 1;
}
.OverworldScreen .Route[isReachable] {
  filter: grayscale(0);
}
.CreditsScreen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.CreditsScreen .Letter {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./endgamerejectionletter-TBFDHRKG.png);
}
.CreditsScreen .Names {
  font-size: 0.33em;
  color: black;
  z-index: 99;
  width: 12em;
  position: absolute;
  font-family: serif;
  padding: 1em;
}
.CreditsScreen[gameSlug=pirates] {
  background-size: cover;
  background-position: center;
  background-image: url(./overworld.map-XATJFB6I.png);
}
.CreditsScreen[gameSlug=pirates] .Title {
  background-image: url(./TitleVector-DMYG26UQ.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.CreditsScreen[gameSlug=pirates] .Title span {
  display: none;
}
.CreditsScreen[gameSlug=feast] {
  background-color: black;
}
.CreditsScreen .Content {
  position: relative;
  animation-delay: 8s;
  animation-duration: 50s;
  animation-name: scroll;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.CreditsScreen .Content .Title {
  width: 16em;
  height: 9em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: header;
  text-align: center;
  -webkit-text-stroke: 0.03em #111111;
  text-shadow: 0.03em 0.03em #111111;
  animation-delay: 4s;
  animation-duration: 3s;
  animation-name: coolfadein;
  animation-fill-mode: forwards;
  opacity: 0;
}
.CreditsScreen .Content .Title span {
  font-size: 2em;
}
.CreditsScreen .Content .Title img {
  height: 6em;
}
@keyframes coolfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.CreditsScreen .Content .Header {
  font-size: 0.5em;
}
.CreditsScreen .Content .Credits {
  text-align: center;
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}
.CreditsScreen .Content .Credits .Contributors {
  font-size: 0.5em;
}
.CreditsScreen .Content .Credits .Contributors .ContributorsLine {
  display: flex;
  width: 12em;
  margin-bottom: 1em;
  justify-content: center;
}
.CreditsScreen .Content .Credits .Contributors .ContributorsLine .Contributor {
  width: 8em;
  display: flex;
  margin: 0em 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.CreditsScreen .Content .Credits .Contributors .ContributorsLine .Contributor .Sprite {
  width: 100%;
  height: 8em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: -1em;
  margin-top: -2em;
}
.CreditsScreen .Content .Credits .Contributors .ContributorsLine .Contributor .Position {
  font-size: 0.5em;
}
.CreditsScreen .Content .SpecialThanks {
  width: 16em;
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-shadow: 0.03em 0.03em #111111;
}
.CreditsScreen .Content .SpecialThanks .Name {
  font-size: 0.25em;
}
.CreditsScreen .Content .FinalScreen {
  width: 100%;
  height: 9em;
  margin-top: 12em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CreditsScreen .Content .CallToAction {
  width: 16em;
  margin-top: 6em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.CreditsScreen .Content .CallToAction .BoxButNotThatBox {
  background-image: url(./dialoguebox-LBV4WHUN.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 10em;
  height: 2em;
  padding: 0.5em 1em;
  margin-top: 1em;
}
.CreditsScreen .Content .CallToAction .BoxButNotThatBox label {
  font-size: 0.5em;
  line-height: 1em;
  display: block;
  text-align: left;
}
.CreditsScreen .Content .CallToAction .BoxButNotThatBox .Inputs {
  font-size: 0.5em;
  display: flex;
}
.CreditsScreen .Content .CallToAction .BoxButNotThatBox .Inputs input {
  display: flex;
  justify-content: center;
  font: inherit;
  font-size: 0.5em;
  width: 100%;
  border: none;
  height: 2em;
  line-height: 2em;
}
.CreditsScreen .Content .CallToAction .BoxButNotThatBox .Inputs input[type=email] {
  padding-left: 1em;
  background-color: #f0EAD6;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
.CreditsScreen .Content .CallToAction .BoxButNotThatBox .Inputs input[type=submit] {
  width: 8em;
  font-size: 0.5em;
  cursor: pointer;
  color: #f0EAD6;
  background-color: #c1666b;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
.CreditsScreen .Content .CallToAction .BoxButNotThatBox .Inputs input[type=submit]:hover {
  background-color: #ae464c;
}
@keyframes scroll {
  0% {
    top: 0em;
  }
  100% {
    top: -24em;
  }
}
.TitleScreen {
  width: 100%;
  height: 100%;
}
.TitleScreen .Splash {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  text-align: center;
  position: absolute;
  background-color: #000;
  opacity: 1;
  animation-duration: 3s;
  animation-delay: 9s;
  animation-name: fade-out-and-die;
  animation-fill-mode: forwards;
}
.TitleScreen .Splash .Logo1,
.TitleScreen .Splash .Logo2 {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  margin: auto;
  height: 1em;
  width: 100%;
  position: absolute;
  font-size: 0.5em;
}
.TitleScreen .Splash .Logo1 {
  opacity: 0;
  animation-delay: 1s;
  animation-duration: 3s;
  animation-name: fade-in-out;
  animation-fill-mode: forwards;
}
.TitleScreen .Splash .Logo2 {
  opacity: 0;
  animation-duration: 5s;
  animation-delay: 5s;
  animation-name: fade-in-out;
  animation-fill-mode: forwards;
}
.TitleScreen .Splash[isSplashing=false] {
  display: none;
}
@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out-and-die {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.TitleScreen .Main {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.TitleScreen .Main .Title {
  font-size: 2em;
  color: #9F4A54;
  line-height: 1em;
  font-family: header;
}
.TitleScreen .Main .Subtitle {
  font-size: 0.5em;
  margin-bottom: 1em;
}
.TitleScreen .Main .Button {
  font-size: 0.8em;
  color: #9F4A54;
}
.TitleScreen .Main .Button:hover {
  color: #482226;
}
.TitleScreen .Main .Button[isDead] {
  color: #482226;
}
.TitleScreen .Main .Button[isShaky] {
  animation-name: shake;
  animation-duration: 0.5s;
  animation-play-state: running;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% {
    margin-left: 0.1em;
    margin-top: 0em;
  }
  10% {
    margin-left: 0em;
    margin-top: 0.1em;
  }
  20% {
    margin-left: -0.1em;
    margin-top: -0.1em;
  }
  30% {
    margin-left: 0.1em;
    margin-top: 0.1em;
  }
  40% {
    margin-left: -0.1em;
    margin-top: 0.1em;
  }
  50% {
    margin-left: -0.1em;
    margin-top: 0em;
  }
  60% {
    margin-left: 0em;
    margin-top: -0.1em;
  }
  70% {
    margin-left: 0.1em;
    margin-top: -0.1em;
  }
  80% {
    margin-left: -0.1em;
    margin-top: -0.1em;
  }
  90% {
    margin-left: -0.1em;
    margin-top: 0.1em;
  }
  100% {
    margin-left: 0em;
    margin-top: 0em;
  }
}
.TitleScreen .Main .Button[isShaky]::after {
  content: "?";
}
.TitleScreen .Main .Button[isShaky]:hover {
  animation-play-state: paused;
}
.TitleScreen .Main .Button[isShaky]:hover::after {
  content: "!";
}
.TitleScreen .Main .Button.Smaller {
  font-size: 0.4em;
}
.TitleScreen .Main .Feast {
  width: 100%;
  height: 100%;
  background-image: url(./titlescreen-bgwithillust-T7WC4WDF.png);
  background-size: cover;
  display: flex;
  padding: 0.5em;
  overflow: hidden;
}
.TitleScreen .Main .Feast .TitleContents {
  width: 8em;
  padding: 1.5em;
}
.TitleScreen .Main .Feast .TitleContents .Title {
  width: 100%;
}
.TitleScreen .Main .Feast .Button {
  color: #f0ead6;
}
.TitleScreen .Main .Feast .Button:hover {
  color: #fa4700;
}
.TitleScreen .Main .DevHellButton {
  bottom: 0em;
  right: 0em;
  font-size: 0.5em;
  opacity: 0.5;
  position: absolute;
}
.TitleScreen .Main .DevHellButton:hover {
  opacity: 1;
}
.TitleScreen .Main .ProductionButton {
  bottom: 0em;
  left: 0em;
  font-size: 0.5em;
  opacity: 0.5;
  position: absolute;
}
.TitleScreen .Main .ProductionButton:hover {
  opacity: 1;
}
.TitleScreen .Main .Pirates {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center;
  background-image: url(./overworld.map-XATJFB6I.png);
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-name: pirates-titlescreen-zoomin;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@keyframes pirates-titlescreen-zoomin {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 135%;
  }
}
.TitleScreen .Main .Pirates .Title,
.TitleScreen .Main .Pirates .Button {
  opacity: 0;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-name: pirates-titlescreen-fadein;
}
@keyframes pirates-titlescreen-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.TitleScreen .Main .Pirates[isSplashing=true] {
  animation-timing-function: ease-in-out;
  animation-delay: 10.5s;
}
.TitleScreen .Main .Pirates[isSplashing=true] .Title {
  animation-delay: 11.5s;
}
.TitleScreen .Main .Pirates[isSplashing=true] .Button {
  animation-delay: 14.5s;
}
.TitleScreen .Main .Pirates[isSplashing=false] {
  animation-timing-function: ease-out;
}
.TitleScreen .Main .Pirates[isSplashing=false] .Title {
  animation-delay: 1s;
}
.TitleScreen .Main .Pirates[isSplashing=false] .Button {
  animation-delay: 4s;
}
.TitleScreen .Main .Pirates .Title {
  height: 1.5em;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(./TitleVector-DMYG26UQ.png);
}
.TitleScreen .Main .Pirates .Button {
  text-shadow: none;
  font-family: base;
  font-size: 0.33em;
  color: #FFF6DF;
  background-color: #BB7B3F;
  border-color: #FFF6DF;
  border-width: 0.15em;
  border-style: solid;
  margin-top: 1em;
  padding: 0.5em 2em;
  border-radius: 0.1em;
  line-height: 1em;
  outline-color: #21243F;
  outline-width: 2px;
  outline-style: solid;
  box-shadow: 0em 0.3em 0em #6D3905;
}
.TitleScreen .Main .Pirates .Button b {
  font-weight: normal;
  text-decoration: underline;
  text-decoration-style: dashed;
}
.TitleScreen .Main .Pirates .Button:hover {
  box-shadow: none;
  transform: translateY(0.15em);
}
.ErrorScreen {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.DevScreen {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.DevScreen .Header {
  text-align: center;
  margin: 0.33em 0em;
}
.DevHellScreen {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.DevHellScreen .Header {
  text-align: center;
  margin: 0.33em 0em;
}
.DevHellScreen .Links {
  gap: 0.2em;
  padding: 0em 0.2em;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.DevHellScreen .Links .Link {
  padding: 0.33em;
  font-size: 0.5em;
  text-align: center;
  border-radius: 0.05em;
  cursor: pointer;
  background-color: #68554d;
}
.DevHellScreen .Links .Link:hover {
  background-color: #a48686;
}
.DevListScreen {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.DevListScreen .Header {
  text-align: center;
  margin: 0.33em 0em;
}
.DevListScreen .Unit {
  display: flex;
  padding-left: 0em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 0.809em;
  font-size: 0.4em;
  background-color: #68554d;
}
.DevListScreen .Unit:nth-child(even) {
  background-color: #3c312c;
}
.DevListScreen .Unit .Column {
  margin-left: 1em;
}
.DevListScreen .Unit .Column.Name {
  flex: 1;
  width: auto;
}
.DevListScreen .Unit .Column.Image {
  width: 1em;
  height: 1em;
  position: relative;
}
.DevListScreen .Unit .Column.Image img {
  width: 4em;
  left: -1.5em;
  bottom: -0.5em;
  position: absolute;
}
.DevListScreen .Unit .Column.Number {
  width: 2em;
}
.DevListScreen .Unit .Column.String {
  width: 4em;
}
.DevImportListScreen {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.DevImportListScreen .Header {
  text-align: center;
  margin: 0.33em 0em;
}
.DevImportListScreen .PreloadedImages .Image {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0.5em 0.809em;
  font-size: 0.5em;
  background-color: #68554d;
}
.DevImportListScreen .PreloadedImages .Image .Body {
  background-size: 4em auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
.DevImportListScreen .PreloadedImages .Image:nth-child(even) {
  background-color: #3c312c;
}
.DevTestListScreen {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.DevTestListScreen .Header {
  text-align: center;
  margin: 0.33em 0em;
}
.DevTestListScreen .Buttons {
  display: flex;
}
.DevTestListScreen .Buttons .Button {
  margin: 1em;
  padding: 1em;
  font-size: 0.2em;
  background-color: #68554d;
}
.DevTestListScreen .Buttons .Button:hover {
  background-color: #a48686;
}
.DevTestListScreen .Tests {
  gap: 0.2em;
  padding: 0.2em 0.2em;
  grid-template-columns: repeat(8, 1fr);
  display: grid;
}
.DevTestListScreen .Tests .Test {
  padding-bottom: 100%;
  font-size: 0.2em;
  cursor: pointer;
  text-align: center;
  border-radius: 0.05em;
  background-color: #68554d;
}
.DevTestListScreen .Tests .Test:hover {
  background-color: #a48686;
}
.DevTestListScreen .Tests .Test[status=good] {
  background-color: #09814A;
}
.DevTestListScreen .Tests .Test[status=good]:hover {
  background-color: #0cb165;
}
.DevTestListScreen .Tests .Test[status=bad] {
  background-color: #9F4A54;
}
.DevTestListScreen .Tests .Test[status=bad]:hover {
  background-color: #b7656e;
}
.DevTestListScreen .Tests .Test[isLoading=true] {
  background-color: #d0c0c0;
}
.DevTestListScreen .Tests .Test[isLoading=true]:hover {
  background-color: #e6dddd;
}
.DevTestListScreen .Tests .Test .Game {
  font-size: 1em;
}
.DevTestListScreen .Tests .Test .Chapter {
  font-size: 1em;
}
.DevTestListScreen .Tests .Test .Name {
  font-size: 2em;
}
.DevTestScreen {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.DevTestScreen[status=good] {
  background-color: #09814A;
}
.DevTestScreen[status=good] .Message::before {
  content: "Success";
}
.DevTestScreen[status=bad] {
  background-color: #9F4A54;
}
.DevTestScreen[status=bad] .Message::before {
  content: "Failure: ";
}
.DevTestScreen .Message {
  opacity: 0.75;
  font-size: 0.5em;
}
.DevTestScreen .DifferenceComparison {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
}
.DevTestScreen .DifferenceComparison .Column {
  width: 50%;
  height: 100%;
  padding: 0.5em;
}
.DevUiListScreen {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.DevUiListScreen .Header {
  text-align: center;
  margin: 0.33em 0em;
}
.DevUiListScreen .UIs .UI {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0.5em 0.809em;
  font-size: 0.5em;
  background-color: #68554d;
}
.DevUiListScreen .UIs .UI:nth-child(even) {
  background-color: #3c312c;
}
.DevUiListScreen .UIs .UI:hover {
  cursor: pointer;
  background-color: #d54b33;
}
.Mockup .PlaceholderStage {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  background-color: black;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./screenshot-CU4JF7KC.png);
}
.DevChapterListScreen {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.DevChapterListScreen .Header {
  text-align: center;
  margin: 0.33em 0em;
}
.DevChapterListScreen .Chapters .Chapter {
  padding: 0.5em 0.809em;
  font-size: 0.3em;
  background-color: #68554d;
}
.DevChapterListScreen .Chapters .Chapter:nth-child(even) {
  background-color: #3c312c;
}
.DevChapterListScreen .Chapters .Chapter:hover {
  cursor: pointer;
  background-color: #d54b33;
}
.DevUnitListScreen {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.DevUnitListScreen .Header {
  text-align: center;
  margin: 0.33em 0em;
}
.DevUnitListScreen .Unit {
  display: flex;
  padding-left: 0em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 0.809em;
  font-size: 0.4em;
  background-color: #68554d;
}
.DevUnitListScreen .Unit:nth-child(even) {
  background-color: #3c312c;
}
.DevUnitListScreen .Unit .Column {
  margin-left: 1em;
}
.DevUnitListScreen .Unit .Column.Name {
  flex: 1;
  width: auto;
}
.DevUnitListScreen .Unit .Column.Image {
  width: 1em;
  height: 1em;
  position: relative;
}
.DevUnitListScreen .Unit .Column.Image img {
  width: 4em;
  left: -1.5em;
  bottom: -0.5em;
  position: absolute;
}
.DevUnitListScreen .Unit .Column.Number {
  width: 2em;
}
.DevUnitListScreen .Unit .Column.String {
  width: 4em;
}
.LD58 {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./ludumtitlescreen-W7QGZQXX.png);
  width: 100%;
  height: 100%;
  position: relative;
}
.LD58 .Button {
  right: 2.5em;
  bottom: 1em;
  color: #d54b1c !important;
  position: absolute;
}
.LD58 .Button:hover {
  color: #ffc67e !important;
}
.Mount[gameslug=feast] {
  background-color: #000 !important;
}

/* source/views/components/Camera.less */
.Camera {
  position: absolute;
  isolation: isolate;
}

/* source/views/components/Cursor.less */
.Cursor {
  width: 1em;
  height: 1em;
  z-index: 65;
  position: absolute;
  transition-duration: 0s;
  transition-property: top left;
}
.Cursor .Spot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #555;
}
.Cursor .Sprite {
  top: 0.5em;
  left: 0.5em;
  position: absolute;
  background-size: 0.2em;
  background-repeat: no-repeat;
  background-position:
    top left,
    top right,
    bottom left,
    bottom right;
  background-image:
    url(./cursor-top-left-KA57O3X3.png),
    url(./cursor-top-right-4TPTYY7C.png),
    url(./cursor-bottom-left-UHHLFWBB.png),
    url(./cursor-bottom-right-C4DL6KIM.png);
  animation-name: Cursor;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  transition-duration: 0.125s;
  transition-property: width height margin-left margin-top;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
.Cursor .Sprite[isHovered=true] {
  width: 1.2em;
  height: 1.2em;
  margin-top: -0.6em;
  margin-left: -0.6em;
  animation-name: none;
}
@keyframes Cursor {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1);
  }
  95% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

/* source/views/components/UnitSprite.less */
.UnitSprite {
  width: 4em;
  height: 3em;
  left: -1.45em;
  right: -1.5em;
  bottom: -0.5em;
  margin: auto;
  position: absolute;
  background-size: 4em auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  opacity: 1;
  transition-property: filter;
  transition-duration: 0.6s;
}
.UnitSprite[spriteSize=contained] {
  background-size: contain;
  width: 1em;
  height: 1em;
  left: 0em;
  right: 0em;
  bottom: 0em;
}
.UnitSprite[spriteSize="4x3"] {
  background-size: contain;
  width: 1.5996em;
  height: 1.2em;
  left: -1em;
  right: -1em;
  bottom: 0em;
}
.UnitSprite[spriteSize="3x3"] {
  background-size: contain;
  width: 3em;
  height: 3em;
  left: -1em;
  top: -1em;
  margin: 0;
}
.UnitSprite[spriteSize=buffered] {
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  left: -0.5em;
  right: -0.5em;
  bottom: -0.25em;
}
.UnitSprite .Face,
.UnitSprite .Body,
.UnitSprite .Weapon,
.UnitSprite .Decal,
.UnitSprite .Sprite,
.UnitSprite .SpritePart {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transform: scale(1);
  transition-property: transform;
  transition-duration: 1s;
  transform-origin: center bottom;
}
.UnitSprite .Face[isHidden],
.UnitSprite .Body[isHidden],
.UnitSprite .Weapon[isHidden],
.UnitSprite .Decal[isHidden],
.UnitSprite .Sprite[isHidden],
.UnitSprite .SpritePart[isHidden] {
  display: none;
}
.UnitSprite .Face[isBig],
.UnitSprite .Body[isBig],
.UnitSprite .Weapon[isBig],
.UnitSprite .Decal[isBig],
.UnitSprite .Sprite[isBig],
.UnitSprite .SpritePart[isBig] {
  transform: scale(1.2);
  transition-duration: 0.25s;
}
.UnitSprite[animationKey=breathing] .Face[type=body],
.UnitSprite[animationKey=breathing] .Body[type=body],
.UnitSprite[animationKey=breathing] .Weapon[type=body],
.UnitSprite[animationKey=breathing] .Decal[type=body],
.UnitSprite[animationKey=breathing] .Sprite[type=body],
.UnitSprite[animationKey=breathing] .SpritePart[type=body] {
  animation-name: bodyshake;
}
.UnitSprite[animationKey=breathing] .Face[type=head],
.UnitSprite[animationKey=breathing] .Body[type=head],
.UnitSprite[animationKey=breathing] .Weapon[type=head],
.UnitSprite[animationKey=breathing] .Decal[type=head],
.UnitSprite[animationKey=breathing] .Sprite[type=head],
.UnitSprite[animationKey=breathing] .SpritePart[type=head] {
  animation-name: headshake;
}
.UnitSprite[animationKey=bob] .Face[type=body],
.UnitSprite[animationKey=bob] .Body[type=body],
.UnitSprite[animationKey=bob] .Weapon[type=body],
.UnitSprite[animationKey=bob] .Decal[type=body],
.UnitSprite[animationKey=bob] .Sprite[type=body],
.UnitSprite[animationKey=bob] .SpritePart[type=body] {
  animation-name: bob;
}
.UnitSprite[animationKey=rockout] {
  animation-duration: 845.070423ms;
  animation-direction: alternate;
  animation-name: rockout;
  transform-origin: center bottom;
}
.UnitSprite[animationKey=rockout][affiliation=ally] {
  animation-name: unrockout;
}
.UnitSprite[animationKey=squigglevision] {
  animation-name: squigglevision;
  animation-duration: 0.5s;
}
.UnitSprite:not([isGrayscaled]) {
  filter: grayscale(0) brightness(1);
}
.UnitSprite[isGrayscaled] {
  filter: grayscale(0.5) brightness(0.5);
}
.UnitSprite[isHighlighted] {
  filter: grayscale(0.5) brightness(1.75);
}
.UnitSprite[isBlackedOut] {
  filter: grayscale(100%) brightness(100%);
}
.UnitSprite[isInvisible] {
  opacity: 0;
}
.LegacySpot {
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  left: 0em;
  right: 0em;
  bottom: 0em;
  top: 0em;
  position: absolute;
  border-radius: 50%;
  background-color: #555;
  opacity: 0.5;
}
[pixelated] .UnitSprite {
  image-rendering: pixelated;
}
@keyframes bob {
  0% {
    transform: translateY(0em);
  }
  50% {
    transform: translateY(-0.1em);
  }
  100% {
    transform: translateY(0em);
  }
}
@keyframes headshake {
  0% {
    transform: translateY(0em);
  }
  15% {
    transform: translateY(0em);
  }
  50% {
    transform: translateY(-0.025em);
  }
  60% {
    transform: translateY(-0.025em);
  }
  95% {
    transform: translateY(0em);
  }
  100% {
    transform: translateY(0em);
  }
}
@keyframes bodyshake {
  0% {
    transform: translateY(0em);
  }
  10% {
    transform: translateY(0em);
  }
  45% {
    transform: translateY(-0.025em);
  }
  55% {
    transform: translateY(-0.025em);
  }
  90% {
    transform: translateY(0em);
  }
  100% {
    transform: translateY(0em);
  }
}
@keyframes unrockout {
  0% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(4deg);
  }
}
@keyframes rockout {
  0% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}

/* source/views/components/UnitTemplateSprite.less */
.PlaceholderSpot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #555;
}

/* source/views/components/UnitHealthBar.less */
.UnitHealthBar {
  overflow: hidden;
  background-color: #f0ead6;
  position: relative;
  border-width: 0.05em;
  border-color: #000222;
  border-style: solid;
}
.UnitHealthBar .Fill {
  width: 0%;
  height: 100%;
  z-index: 10;
  position: absolute;
  background-color: #d54b33;
  transition-property: width;
  transition-duration: 0.1s;
}
.UnitHealthBar .Fill[isBig] {
  background-color: #862b1c;
}
.UnitHealthBar .OmegaFill {
  width: 0%;
  height: 100%;
  z-index: 20;
  position: absolute;
  background-color: #f0ead6;
  animation-iteration-count: infinite;
}
.UnitHealthBar .OmegaFill[color=heal] {
  animation-duration: 1s;
  animation-name: pulse-white;
}
@keyframes pulse-white {
  0% {
    background-color: #f0ead6;
  }
  25% {
    background-color: #f0ead6;
  }
  50% {
    background-color: #d54b33;
  }
  75% {
    background-color: #f0ead6;
  }
  100% {
    background-color: #f0ead6;
  }
}
.UnitHealthBar .OmegaFill[color=hurt] {
  animation-duration: 2s;
  animation-name: pulse-red;
}
@keyframes pulse-red {
  0% {
    background-color: #d54b33;
  }
  25% {
    background-color: #d54b33;
  }
  50% {
    background-color: #f0ead6;
  }
  75% {
    background-color: #d54b33;
  }
  100% {
    background-color: #d54b33;
  }
}
.UnitHealthBar .Borders {
  top: 0em;
  left: 0em;
  bottom: 0em;
  right: 0em;
  z-index: 30;
  max-width: 100%;
  position: absolute;
  display: flex;
}
.UnitHealthBar .Borders .Border {
  flex: 1;
}
.UnitHealthBar .Borders .Border:not(:last-child) {
  border-right-width: 0.05em;
  border-right-style: solid;
  border-right-color: #000222;
}

/* source/views/components/UnitExperienceBar.less */
.UnitExperienceBar {
  overflow: hidden;
  background-color: #f0ead6;
  position: relative;
  border-width: 0.05em;
  border-color: #000222;
  border-style: solid;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.UnitExperienceBar[isVisible=true] {
  opacity: 1;
}
.UnitExperienceBar .Fill {
  width: 0%;
  height: 100%;
  z-index: 10;
  position: absolute;
  background-color: #62C370;
  transition-property: width;
  transition-duration: 0.1s;
}

/* source/views/components/Unit.less */
.Stage .Unit,
.DevBattleEditorScreen .Unit {
  width: 1em;
  height: 1em;
  position: absolute;
}
.Stage .Unit:not([isInBounds]) .UnitSprite,
.DevBattleEditorScreen .Unit:not([isInBounds]) .UnitSprite {
  opacity: 0.5;
}
.Stage .Unit:not([isInBounds]) .UnitHealthBar,
.DevBattleEditorScreen .Unit:not([isInBounds]) .UnitHealthBar {
  opacity: 0;
}
.Stage .Unit .UnitElement,
.DevBattleEditorScreen .Unit .UnitElement {
  opacity: 0;
  left: 0em;
  bottom: 0em;
  position: absolute;
  width: 0.23em;
  height: 0.23em;
  border-width: 0.05em;
  border-color: #2D2D2A;
  border-style: solid;
}
.Stage .Unit .UnitElement[element=fire],
.DevBattleEditorScreen .Unit .UnitElement[element=fire] {
  transform: rotate(45deg);
}
.Stage .Unit .UnitElement[element=water],
.DevBattleEditorScreen .Unit .UnitElement[element=water] {
  border-radius: 100%;
}
.Stage .Unit .UnitHealthBar,
.DevBattleEditorScreen .Unit .UnitHealthBar {
  left: 0em;
  right: 0em;
  margin: auto;
  bottom: 0em;
  height: 0.15em;
  max-width: 0.66em;
  position: absolute;
}
.Stage .Unit .UnitExperienceBar,
.DevBattleEditorScreen .Unit .UnitExperienceBar {
  left: 0em;
  right: 0em;
  margin: auto;
  bottom: 0.1em;
  height: 0.15em;
  max-width: 0.66em;
  position: absolute;
}
.Stage .Unit .UnitLevel,
.DevBattleEditorScreen .Unit .UnitLevel {
  left: 0em;
  right: 0em;
  z-index: 999;
  bottom: 1em;
  font-size: 0.15em;
  position: absolute;
  text-align: center;
  text-stroke: 0.5em #111111;
  -ms-text-stroke: 0.5em #111111;
  -moz-text-stroke: 0.5em #111111;
  -webkit-text-stroke: 0.5em #111111;
  paint-order: stroke fill;
}
.Stage .Unit .Selection,
.DevBattleEditorScreen .Unit .Selection {
  left: 0em;
  right: 0em;
  bottom: 0.1em;
  margin: auto;
  width: 0.8em;
  height: 0.8em;
  z-index: -1;
  position: absolute;
  border-radius: 0.1em;
  background-color: #f0ead6;
  opacity: 0;
}
.Stage .Unit .Selection[isHovered],
.DevBattleEditorScreen .Unit .Selection[isHovered] {
  opacity: 0.9;
}
.Stage .Unit .Selection[isSelected],
.DevBattleEditorScreen .Unit .Selection[isSelected] {
  opacity: 1;
}
.Stage .Unit .PredictiveDamage,
.DevBattleEditorScreen .Unit .PredictiveDamage {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  z-index: 10;
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 0.5em;
  paint-order: stroke fill;
  text-shadow: 0.05em 0.05em #111111;
}
[gameslug=ember] .UnitHealthBar {
  height: 0.12em !important;
  border-radius: 0.2em;
  border-width: 0.03em;
  border-color: #051F29;
  background-color: #080809;
}
[gameslug=ember] .UnitHealthBar .Border:not(:last-child) {
  border-right-width: 0.03em;
  border-right-color: #051F29;
}
[gameslug=ember] .UnitHealthBar .Fill {
  background-color: #24AA69;
}
[gameslug=ember] .UnitHealthBar .Fill .OmegaFill[color=heal] {
  animation-duration: 1s;
  animation-name: pulse-ember-neutral-heal;
}
@keyframes pulse-ember-neutral-heal {
  0% {
    background-color: #f0ead6;
  }
  25% {
    background-color: #f0ead6;
  }
  50% {
    background-color: #61DEA1;
  }
  75% {
    background-color: #f0ead6;
  }
  100% {
    background-color: #f0ead6;
  }
}
[gameslug=ember] .UnitHealthBar .Fill .OmegaFill[color=hurt] {
  animation-duration: 2s;
  animation-name: pulse-ember-neutral-hurt;
}
@keyframes pulse-ember-neutral-hurt {
  0% {
    background-color: #61DEA1;
  }
  25% {
    background-color: #61DEA1;
  }
  50% {
    background-color: #f0ead6;
  }
  75% {
    background-color: #61DEA1;
  }
  100% {
    background-color: #61DEA1;
  }
}
[gameslug=ember] .Unit[affiliation=good] .UnitHealthBar .Fill {
  background-color: #E86C3B;
}
[gameslug=ember] .Unit[affiliation=good] .UnitHealthBar .OmegaFill[color=heal] {
  animation-duration: 1s;
  animation-name: pulse-ember-good-heal;
}
@keyframes pulse-ember-good-heal {
  0% {
    background-color: #f0ead6;
  }
  25% {
    background-color: #f0ead6;
  }
  50% {
    background-color: #FF954C;
  }
  75% {
    background-color: #f0ead6;
  }
  100% {
    background-color: #f0ead6;
  }
}
[gameslug=ember] .Unit[affiliation=good] .UnitHealthBar .OmegaFill[color=hurt] {
  animation-duration: 2s;
  animation-name: pulse-ember-good-hurt;
}
@keyframes pulse-ember-good-hurt {
  0% {
    background-color: #FF954C;
  }
  25% {
    background-color: #FF954C;
  }
  50% {
    background-color: #f0ead6;
  }
  75% {
    background-color: #FF954C;
  }
  100% {
    background-color: #FF954C;
  }
}
[gameslug=ember] .Unit[affiliation=bad] .UnitHealthBar .Fill {
  background-color: #2CD1C9;
}
[gameslug=ember] .Unit[affiliation=bad] .UnitHealthBar .Fill .OmegaFill[color=heal] {
  animation-duration: 1s;
  animation-name: pulse-ember-bad-heal;
}
@keyframes pulse-ember-bad-heal {
  0% {
    background-color: #f0ead6;
  }
  25% {
    background-color: #f0ead6;
  }
  50% {
    background-color: #ACFFE5;
  }
  75% {
    background-color: #f0ead6;
  }
  100% {
    background-color: #f0ead6;
  }
}
[gameslug=ember] .Unit[affiliation=bad] .UnitHealthBar .Fill .OmegaFill[color=hurt] {
  animation-duration: 2s;
  animation-name: pulse-ember-bad-hurt;
}
@keyframes pulse-ember-bad-hurt {
  0% {
    background-color: #ACFFE5;
  }
  25% {
    background-color: #ACFFE5;
  }
  50% {
    background-color: #f0ead6;
  }
  75% {
    background-color: #ACFFE5;
  }
  100% {
    background-color: #ACFFE5;
  }
}
[gameslug=book] .UnitHealthBar,
[gameslug=feast] .UnitHealthBar {
  background-color: #0c1a23;
  border-color: #000111;
}
[gameslug=book] .UnitHealthBar .Border:not(:last-child),
[gameslug=feast] .UnitHealthBar .Border:not(:last-child) {
  border-right-color: #000111;
}
[gameslug=book] .UnitHealthBar .Fill,
[gameslug=feast] .UnitHealthBar .Fill {
  background-color: #FF5311;
}
[gameslug=book] .UnitHealthBar .OmegaFill[color=heal],
[gameslug=feast] .UnitHealthBar .OmegaFill[color=heal] {
  animation-duration: 1s;
  animation-name: pulse-horror-bad-heal;
}
@keyframes pulse-horror-bad-heal {
  0% {
    background-color: #0c1a23;
  }
  25% {
    background-color: #0c1a23;
  }
  50% {
    background-color: #FF5311;
  }
  75% {
    background-color: #0c1a23;
  }
  100% {
    background-color: #0c1a23;
  }
}
[gameslug=book] .UnitHealthBar .OmegaFill[color=hurt],
[gameslug=feast] .UnitHealthBar .OmegaFill[color=hurt] {
  animation-duration: 2s;
  animation-name: pulse-horror-good-hurt;
}
@keyframes pulse-horror-good-hurt {
  0% {
    background-color: #FF5311;
  }
  25% {
    background-color: #FF5311;
  }
  50% {
    background-color: #0c1a23;
  }
  75% {
    background-color: #FF5311;
  }
  100% {
    background-color: #FF5311;
  }
}
[gameslug=book] .UnitHealthBar[affiliation=good] .Fill,
[gameslug=feast] .UnitHealthBar[affiliation=good] .Fill {
  background-color: #99d7e0;
}
[gameslug=book] .UnitHealthBar[affiliation=good] .OmegaFill[color=heal],
[gameslug=feast] .UnitHealthBar[affiliation=good] .OmegaFill[color=heal] {
  animation-duration: 1s;
  animation-name: pulse-horror-good-heal;
}
@keyframes pulse-horror-good-heal {
  0% {
    background-color: #0c1a23;
  }
  25% {
    background-color: #0c1a23;
  }
  50% {
    background-color: #99d7e0;
  }
  75% {
    background-color: #0c1a23;
  }
  100% {
    background-color: #0c1a23;
  }
}
[gameslug=book] .UnitHealthBar[affiliation=good] .OmegaFill[color=hurt],
[gameslug=feast] .UnitHealthBar[affiliation=good] .OmegaFill[color=hurt] {
  animation-duration: 2s;
  animation-name: pulse-horror-good-hurt;
}
@keyframes pulse-horror-good-hurt {
  0% {
    background-color: #99d7e0;
  }
  25% {
    background-color: #99d7e0;
  }
  50% {
    background-color: #0c1a23;
  }
  75% {
    background-color: #99d7e0;
  }
  100% {
    background-color: #99d7e0;
  }
}
[gameslug=pirates] .UnitHealthBar {
  border-color: #000111;
  background-color: #080809;
}
[gameslug=pirates] .UnitHealthBar .Border:not(:last-child) {
  border-right-color: #000111;
}
[gameslug=pirates] .UnitHealthBar .Fill {
  background-color: #48bf5e;
}
[gameslug=pirates] .UnitHealthBar .OmegaFill[color=heal] {
  animation-duration: 1s;
  animation-name: pulse-pirates-neutral-heal;
}
@keyframes pulse-pirates-neutral-heal {
  0% {
    background-color: #f0ead6;
  }
  25% {
    background-color: #f0ead6;
  }
  50% {
    background-color: #7eed93;
  }
  75% {
    background-color: #f0ead6;
  }
  100% {
    background-color: #f0ead6;
  }
}
[gameslug=pirates] .UnitHealthBar .OmegaFill[color=hurt] {
  animation-duration: 2s;
  animation-name: pulse-pirates-neutral-hurt;
}
@keyframes pulse-pirates-neutral-hurt {
  0% {
    background-color: #7eed93;
  }
  25% {
    background-color: #7eed93;
  }
  50% {
    background-color: #f0ead6;
  }
  75% {
    background-color: #7eed93;
  }
  100% {
    background-color: #7eed93;
  }
}
[gameslug=pirates] .Unit[affiliation=good] .UnitHealthBar .Fill {
  background-color: #bf4b3f;
}
[gameslug=pirates] .Unit[affiliation=good] .UnitHealthBar .OmegaFill[color=heal] {
  animation-duration: 1s;
  animation-name: pulse-pirates-good-heal;
}
@keyframes pulse-pirates-good-heal {
  0% {
    background-color: #f0ead6;
  }
  25% {
    background-color: #f0ead6;
  }
  50% {
    background-color: #da7368;
  }
  75% {
    background-color: #f0ead6;
  }
  100% {
    background-color: #f0ead6;
  }
}
[gameslug=pirates] .Unit[affiliation=good] .UnitHealthBar .OmegaFill[color=hurt] {
  animation-duration: 2s;
  animation-name: pulse-pirates-good-hurt;
}
@keyframes pulse-pirates-good-hurt {
  0% {
    background-color: #da7368;
  }
  25% {
    background-color: #da7368;
  }
  50% {
    background-color: #f0ead6;
  }
  75% {
    background-color: #da7368;
  }
  100% {
    background-color: #da7368;
  }
}
[gameslug=pirates] .Unit[affiliation=bad] .UnitHealthBar .Fill {
  background-color: #48bf5e;
}
[gameslug=pirates] .Unit[affiliation=bad] .UnitHealthBar .OmegaFill[color=heal] {
  animation-duration: 1s;
  animation-name: pulse-ember-bad-heal;
}
@keyframes pulse-ember-bad-heal {
  0% {
    background-color: #f0ead6;
  }
  25% {
    background-color: #f0ead6;
  }
  50% {
    background-color: #7edb8f;
  }
  75% {
    background-color: #f0ead6;
  }
  100% {
    background-color: #f0ead6;
  }
}
[gameslug=pirates] .Unit[affiliation=bad] .UnitHealthBar .OmegaFill[color=hurt] {
  animation-duration: 2s;
  animation-name: pulse-pirates-bad-hurt;
}
@keyframes pulse-pirates-bad-hurt {
  0% {
    background-color: #7edb8f;
  }
  25% {
    background-color: #7edb8f;
  }
  50% {
    background-color: #f0ead6;
  }
  75% {
    background-color: #7edb8f;
  }
  100% {
    background-color: #7edb8f;
  }
}
[gameslug=pirates] .Unit[affiliation=orange] .UnitHealthBar .Fill {
  background-color: #b46d3d;
}
[gameslug=pirates] .Unit[affiliation=orange] .UnitHealthBar .OmegaFill[color=heal] {
  animation-duration: 1s;
  animation-name: pulse-pirates-orange-heal;
}
@keyframes pulse-pirates-orange-heal {
  0% {
    background-color: #f0ead6;
  }
  25% {
    background-color: #f0ead6;
  }
  50% {
    background-color: #9d5f4a;
  }
  75% {
    background-color: #f0ead6;
  }
  100% {
    background-color: #f0ead6;
  }
}
[gameslug=pirates] .Unit[affiliation=orange] .UnitHealthBar .OmegaFill[color=hurt] {
  animation-duration: 2s;
  animation-name: pulse-pirates-orange-hurt;
}
@keyframes pulse-pirates-orange-hurt {
  0% {
    background-color: #9d5f4a;
  }
  25% {
    background-color: #9d5f4a;
  }
  50% {
    background-color: #f0ead6;
  }
  75% {
    background-color: #9d5f4a;
  }
  100% {
    background-color: #9d5f4a;
  }
}
[gameslug=pirates] .Unit[affiliation=purple] .UnitHealthBar .Fill {
  background-color: #49416e;
}
[gameslug=pirates] .Unit[affiliation=purple] .UnitHealthBar .OmegaFill[color=heal] {
  animation-duration: 1s;
  animation-name: pulse-pirates-purple-heal;
}
@keyframes pulse-pirates-purple-heal {
  0% {
    background-color: #f0ead6;
  }
  25% {
    background-color: #f0ead6;
  }
  50% {
    background-color: #645c85;
  }
  75% {
    background-color: #f0ead6;
  }
  100% {
    background-color: #f0ead6;
  }
}
[gameslug=pirates] .Unit[affiliation=purple] .UnitHealthBar .OmegaFill[color=hurt] {
  animation-duration: 2s;
  animation-name: pulse-pirates-purple-hurt;
}
@keyframes pulse-pirates-purple-hurt {
  0% {
    background-color: #645c85;
  }
  25% {
    background-color: #645c85;
  }
  50% {
    background-color: #f0ead6;
  }
  75% {
    background-color: #645c85;
  }
  100% {
    background-color: #645c85;
  }
}
[gameslug=pirates] .Unit[affiliation=blue] .UnitHealthBar .Fill {
  background-color: #3577A9;
}
[gameslug=pirates] .Unit[affiliation=blue] .UnitHealthBar .OmegaFill[color=heal] {
  animation-duration: 1s;
  animation-name: pulse-pirates-blue-heal;
}
@keyframes pulse-pirates-blue-heal {
  0% {
    background-color: #f0ead6;
  }
  25% {
    background-color: #f0ead6;
  }
  50% {
    background-color: #5c97c4;
  }
  75% {
    background-color: #f0ead6;
  }
  100% {
    background-color: #f0ead6;
  }
}
[gameslug=pirates] .Unit[affiliation=blue] .UnitHealthBar .OmegaFill[color=hurt] {
  animation-duration: 2s;
  animation-name: pulse-pirates-blue-hurt;
}
@keyframes pulse-pirates-blue-hurt {
  0% {
    background-color: #5c97c4;
  }
  25% {
    background-color: #5c97c4;
  }
  50% {
    background-color: #f0ead6;
  }
  75% {
    background-color: #5c97c4;
  }
  100% {
    background-color: #5c97c4;
  }
}

/* source/views/Stage.less */
.Stage {
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  position: absolute;
  background-color: #000;
  transition-property: background-color;
  transition-duration: 0.5s;
}
.Stage[phase=ritual] {
  background-color: red;
  transition-duration: 4s;
}
.Stage .Spot {
  width: 1em;
  height: 1em;
  z-index: 9999999;
  position: absolute;
  opacity: 0.5;
}
.Stage .Spot .Sprite {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  border-radius: 100%;
  background-color: orange;
}
.Stage .Particle {
  position: absolute;
  text-align: center;
  width: 1em;
  height: 1em;
  z-index: 99999999;
  animation-name: FloatUp33;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
}
.Stage .Particle[type=image] {
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.25em;
  margin-top: 0.25em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.Stage .Particle .Texting {
  font-size: 0.25em;
  text-shadow:
    2px 2px 0em #111111,
    2px -2px 0em #111111,
    -2px 2px 0em #111111,
    -2px -2px 0em #111111;
}
@keyframes FloatUp33 {
  0% {
    margin-top: 0em;
  }
  100% {
    margin-top: -0.5em;
  }
}
.Stage .RoomDarkness {
  top: 0em;
  left: 0em;
  z-index: 55;
  position: absolute;
  background-color: #202020;
}
.Stage .Darkness {
  top: 0em;
  left: 0em;
  z-index: 55;
  position: absolute;
  background-color: #000;
}
.Stage .Darkness[type=night] {
  opacity: 0.5;
}
.Stage .Darkness[type=shadow] {
  opacity: 0.5;
  background-color: #481e4d;
}
.Stage .Waters .Water {
  width: 1em;
  height: 1em;
  z-index: 5;
  position: absolute;
}
.Stage .Waters .Water .Wave {
  left: 0em;
  right: 0em;
  bottom: -0.05em;
  height: 100%;
  position: absolute;
  background-color: #00abe3;
}
.Stage .Waters .Water .Foam {
  width: 100%;
  height: 0.1em;
  background-color: #f0ead6;
}
.Stage .Wall {
  position: absolute;
  width: 1em;
  height: 1em;
  background-image: url(./rails-BYECPYVP.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 6;
}
.Stage .Blocks .Block {
  width: 1em;
  height: 1em;
  z-index: 100;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  image-rendering: pixelated;
}
.Stage .WorldImage {
  background-position: top-left;
  background-size: contain;
  image-rendering: pixelated;
  position: absolute;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.Stage .WorldImage .EncounterImage {
  position: absolute;
}
.Stage .WorldBlock {
  width: 1em;
  height: 1em;
  z-index: 1;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  image-rendering: pixelated;
}
.Stage .UnitActionRangeTile {
  width: 1em;
  height: 1em;
  z-index: 55;
  position: absolute;
}
.Stage .UnitActionRangeTile .Sprite {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  width: 0.9em;
  height: 0.9em;
  margin: auto;
  position: absolute;
  border-radius: 0.1em;
}
.Stage .UnitActionRangeTile .Sprite[type="enemy action"],
.Stage .UnitActionRangeTile .Sprite[type="invoke skill"],
.Stage .UnitActionRangeTile .Sprite[type="invoke skill - can not target"] {
  background-color: #882808;
}
.Stage .UnitActionRangeTile .Sprite[type="support action"] {
  background-color: #0B6E4F;
}
.Stage .UnitActionRangeTile .Sprite[type=move],
.Stage .UnitActionRangeTile .Sprite[type=wait],
.Stage .UnitActionRangeTile .Sprite[type="move through"] {
  background-color: #406898;
}
.Stage .UnitActionRangeTile[isBloodlust] .Sprite {
  width: 1em;
  height: 1em;
  border-radius: 0em;
  background-color: transparent !important;
  background-image: url(./warning-redo-1-YV7RWIRR.png);
  background-size: contain;
  opacity: 0;
  animation-name: fadein, spin;
  animation-duration: 1000ms, 12000ms;
  animation-iteration-count: 1, infinite;
  animation-timing-function: ease, linear;
  animation-fill-mode: forwards;
}
.Stage .AttackArrow {
  width: 1em;
  height: 1em;
  z-index: 66;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation-iteration-count: infinite;
}
.Stage .AttackArrow[role=damage] {
  animation-duration: 0.5s;
  animation-name: DamageArrow;
  background-image: url(./interact-icons-attack-RSFJZL7H.png);
}
.Stage .AttackArrow[role=support] {
  animation-duration: 2s;
  animation-name: SupportArrow;
  background-image: url(./interact-icons-support-EOEX35XT.png);
}
.Stage .AttackArrow[role=reposition] {
  animation-duration: 2s;
  animation-name: SupportArrow;
  background-image: url(./interact-icons-reposition-ZQOF2DKW.png);
}
.Stage .AttackArrow[role=harvest] {
  animation-duration: 2s;
  animation-name: SupportArrow;
  background-image: url(./interact-icons-harvest-C35AYGL7.png);
}
.Stage .AttackArrow[role=kindle] {
  animation-duration: 2s;
  animation-name: SupportArrow;
  background-image: url(./interact-icons-kindle-EF3XEL27.png);
}
@keyframes DamageArrow {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  100% {
    transform: scale(1.1, 0.9);
  }
}
@keyframes SupportArrow {
  0% {
    transform: scale(0.7, 0.7);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.Stage .MoveArrow .Move {
  width: 1em;
  height: 1em;
  z-index: 65;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shift-left {
  0% {
    margin-left: -0.2em;
  }
  100% {
    margin-left: 0em;
  }
}
@keyframes shift-right {
  0% {
    margin-right: -0.2em;
  }
  100% {
    margin-right: 0em;
  }
}
@keyframes squigglevision {
  0% {
    filter: url(#squiggly-0);
  }
  10% {
    filter: url(#squiggly-1);
  }
  20% {
    filter: url(#squiggly-2);
  }
  30% {
    filter: url(#squiggly-3);
  }
  40% {
    filter: url(#squiggly-4);
  }
  60% {
    filter: url(#squiggly-2);
  }
  70% {
    filter: url(#squiggly-1);
  }
  80% {
    filter: url(#squiggly-4);
  }
  90% {
    filter: url(#squiggly-0);
  }
  100% {
    filter: url(#squiggly-3);
  }
}
@keyframes bleed {
  0% {
    opacity: 0;
    background-color: black;
  }
  20% {
    opacity: 1;
    background-color: black;
  }
  100% {
    opacity: 1;
    background-color: #882808;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[gameslug=book] .Particle,
[gameslug=feast] .Particle {
  position: absolute;
  text-align: center;
  width: 1em;
  height: 1em;
  z-index: 99999999;
}
[gameslug=book] .Particle .Text,
[gameslug=feast] .Particle .Text {
  font-size: 0.25em;
  text-stroke: 0.2em #111111;
  -ms-text-stroke: 0.2em #111111;
  -moz-text-stroke: 0.2em #111111;
  -webkit-text-stroke: 0.2em #111111;
  paint-order: stroke fill;
}
[gameslug=pirates] .AttackArrow[role=damage] {
  background-image: url(./attackarrow-HHYZB6CT.png);
}
[gameslug=pirates] .AttackArrow[role=support] {
  background-image: url(./supportarrow-5RCHC2NT.png);
}
[gameslug=pirates] .AttackArrow[role=reposition] {
  background-image: url(./supportarrow-5RCHC2NT.png);
}

/* source/views/components/EncounterArea.less */
.EncounterArea {
  z-index: 55;
  opacity: 0.3;
  position: absolute;
  background-color: white;
}
.EncounterArea[isHovered=true] {
  background-color: #bfbfbf;
}

/* source/views/dev/DevInspectorUI.less */
.DevInspector {
  width: 16em;
  padding: 0.5em;
  font-family: editor, sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  border-left-width: 1px;
  border-left-color: hsl(220, 13%, 10.8%);
  border-left-style: solid;
  background-color: hsl(220, 13%, 18%);
  color: hsl(220, 13%, 66%);
}
.DevScriptInspector {
  width: 16em;
  padding: 0.5em;
  font-family: editor, sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  border-left-width: 1px;
  border-left-color: hsl(220, 13%, 10.8%);
  border-left-style: solid;
  background-color: hsl(220, 13%, 18%);
  color: hsl(220, 13%, 66%);
  width: 32em;
}
.DevScriptInspector .ScriptInput {
  width: 100%;
  font: inherit;
  resize: none;
  padding: 0.5em 0.5em;
  border-style: none;
  background-color: hsl(220, 13%, 24%);
  color: hsl(220, 13%, 86%);
}
.DevScriptInspector .ScriptInput:hover {
  background-color: hsl(220, 13%, 18%);
}
.DevSpotInspector {
  width: 16em;
  padding: 0.5em;
  font-family: editor, sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  border-left-width: 1px;
  border-left-color: hsl(220, 13%, 10.8%);
  border-left-style: solid;
  background-color: hsl(220, 13%, 18%);
  color: hsl(220, 13%, 66%);
}
.DevSpotInspector:not([isSelected]) {
  color: hsla(220, 13%, 66%, 0.2);
}
.DevSpotInspector:not([isSelected]) input {
  background-color: hsla(220, 13%, 24%, 0.2);
  color: hsla(220, 13%, 86%, 0.2);
}
.DevSpotInspector .Header {
  display: flex;
  align-items: baseline;
}
.DevSpotInspector .Header .Name {
  font-size: 2em;
}
.DevTileInspector {
  width: 16em;
  padding: 0.5em;
  font-family: editor, sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  border-left-width: 1px;
  border-left-color: hsl(220, 13%, 10.8%);
  border-left-style: solid;
  background-color: hsl(220, 13%, 18%);
  color: hsl(220, 13%, 66%);
}
.DevTileInspector:not([isSelected]) {
  color: hsla(220, 13%, 66%, 0.2);
}
.DevTileInspector:not([isSelected]) input {
  background-color: hsla(220, 13%, 24%, 0.2);
  color: hsla(220, 13%, 86%, 0.2);
}
.DevTileInspector .Button {
  background-color: hsl(220, 13%, 24%);
}
.DevTileInspector .Button:hover {
  background-color: hsl(220, 13%, 18%);
}
.DevTileInspector .Block .Header {
  display: flex;
  align-items: baseline;
  font-size: 2em;
}
.DevUnitInspector {
  width: 16em;
  padding: 0.5em;
  font-family: editor, sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  border-left-width: 1px;
  border-left-color: hsl(220, 13%, 10.8%);
  border-left-style: solid;
  background-color: hsl(220, 13%, 18%);
  color: hsl(220, 13%, 66%);
}
.DevUnitInspector input {
  width: 3em;
  font: inherit;
  padding-left: 0.2em;
  border-style: solid;
  border-radius: 0px;
  border-width: 1px;
  border-color: hsl(220, 13%, 10.8%);
  background-color: hsl(220, 13%, 24%);
  color: hsl(220, 13%, 86%);
}
.DevUnitInspector:not([isSelected]) {
  color: hsla(220, 13%, 66%, 0.2);
}
.DevUnitInspector:not([isSelected]) input {
  background-color: hsla(220, 13%, 24%, 0.2);
  color: hsla(220, 13%, 86%, 0.2);
}
.DevUnitInspector .Header {
  display: flex;
  align-items: baseline;
}
.DevUnitInspector .Header .Name {
  font-size: 2em;
}
.DevUnitInspector .Header .Key {
  margin-left: 0.5em;
  opacity: 0.5;
}
.DevVertexInspector {
  width: 16em;
  padding: 0.5em;
  font-family: editor, sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  border-left-width: 1px;
  border-left-color: hsl(220, 13%, 10.8%);
  border-left-style: solid;
  background-color: hsl(220, 13%, 18%);
  color: hsl(220, 13%, 66%);
}
.DevVertexInspector:not([isSelected]) {
  color: hsla(220, 13%, 66%, 0.2);
}
.DevVertexInspector:not([isSelected]) input {
  background-color: hsla(220, 13%, 24%, 0.2);
  color: hsla(220, 13%, 86%, 0.2);
}
.DevVertexInspector .Header {
  display: flex;
  align-items: baseline;
}
.DevVertexInspector .Header .Name {
  font-size: 2em;
}
.DevSavestateInspector {
  width: 16em;
  padding: 0.5em;
  font-family: editor, sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  border-left-width: 1px;
  border-left-color: hsl(220, 13%, 10.8%);
  border-left-style: solid;
  background-color: hsl(220, 13%, 18%);
  color: hsl(220, 13%, 66%);
}
.DevSavestateInspector .SubObject {
  margin-left: 1em;
}
.DevSavestateInspector .SubObject .ObjectLabel {
  font-size: 2em;
}
.DevSavestateInspector .DivergencePair {
  margin-left: 1em;
}
.DevSavestateInspector .DivergencePair:not([isHighlighted]) {
  color: hsl(220, 13%, 66%);
}
.DevSavestateInspector .DivergencePair[isHighlighted] {
  color: hsla(220, 13%, 66%, 0.5);
}
.DevSavestateInspector .DivergencePair .Label {
  flex: 1;
  line-height: 1em;
  margin-right: 0.2em;
}
.DevSavestateInspector .DivergencePair .Label span {
  border-bottom-width: 1px;
  border-bottom-color: hsl(220, 13%, 10.8%);
  border-bottom-style: dashed;
}
.DevSavestateInspector .DivergencePair .EndstateValue {
  margin-left: 1em;
  white-space: pre;
}
.DevEncounterInspector {
  width: 16em;
  padding: 0.5em;
  font-family: editor, sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  border-left-width: 1px;
  border-left-color: hsl(220, 13%, 10.8%);
  border-left-style: solid;
  background-color: hsl(220, 13%, 18%);
  color: hsl(220, 13%, 66%);
}
.DevEncounterInspector:not([isSelected]) {
  color: hsla(220, 13%, 66%, 0.2);
}
.DevEncounterInspector:not([isSelected]) input {
  background-color: hsla(220, 13%, 24%, 0.2);
  color: hsla(220, 13%, 86%, 0.2);
}
.DevEncounterInspector .Header {
  display: flex;
  align-items: baseline;
}
.DevEncounterInspector .Header .Name {
  font-size: 2em;
}
.EditableProperty {
  display: flex;
  align-items: center;
  margin-bottom: 0.1em;
  height: 1.5em;
}
.EditableProperty .Label {
  flex: 1;
  line-height: 1em;
  margin-right: 0.2em;
}
.EditableProperty .Label span {
  border-bottom-width: 1px;
  border-bottom-color: hsl(220, 13%, 10.8%);
  border-bottom-style: dashed;
}
.EditableProperty .Value {
  width: 8em;
}
.EditableProperty:hover {
  background-color: hsl(220, 13%, 22%);
}
.EditableProperty input {
  width: 3em;
  font: inherit;
  padding-left: 0.2em;
  border-style: solid;
  border-radius: 0px;
  border-width: 1px;
  border-color: hsl(220, 13%, 10.8%);
  background-color: hsl(220, 13%, 24%);
  color: hsl(220, 13%, 86%);
}
.EditableProperty:not([isGrayedOut]) {
  color: hsl(220, 13%, 66%);
}
.EditableProperty[isGrayedOut] {
  color: hsla(220, 13%, 66%, 0.5);
}

/* source/views/dev/SceneReadout.less */
.SceneReadout {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: hsl(220, 13%, 24%);
  color: hsl(220, 13%, 66%);
  white-space: pre-wrap;
  font-size: 1em;
  font-family:
    "Fira Code",
    editor,
    sans-serif;
}
.SceneReadout .Title {
  color: hsl(220, 13%, 86%);
  font-variant: small-caps;
  padding-bottom: 1em;
}
.SceneReadout .Conditonal {
  padding-left: 1em;
}
.SceneReadout .Conditonal .Condition {
  color: hsl(286, 60%, 67%);
}
.SceneReadout .Conditonal .StringArgument {
  color: hsl(95, 38%, 62%);
}
.SceneReadout .Dialog {
  padding-left: 2em;
  text-indent: -1em;
}
.SceneReadout .Dialog .Cue {
  color: hsl(29, 54%, 61%);
}
.SceneReadout .Dialog .UnknownCue {
  color: hsl(355, 65%, 65%);
}
.SceneReadout .Dialog .ExpressionTag {
  color: hsl(355, 65%, 65%);
}
.SceneReadout .Dialog .ExpressionValue {
  color: hsl(95, 38%, 62%);
}
.SceneReadout .Dialog .Connector {
  color: hsl(286, 60%, 67%);
}
.SceneReadout .Dialog .Command {
  color: hsl(207, 82%, 66%);
}
.SceneReadout .Dialog .Parameter {
  color: hsl(95, 38%, 62%);
}
.SceneReadout .Comment {
  color: hsla(220, 13%, 66%, 0.6);
  font-style: italic;
  padding-left: 1em;
  height: 1.5em;
}
.SceneReadout .Code {
  height: 1.5em;
  padding-left: 1em;
  font-style: italic;
  color: hsla(220, 13%, 66%, 0.6);
}
.SceneReadout .Code .Hover {
  text-decoration-line: underline;
  text-decoration-style: dotted;
}
.SceneReadout .Code .Hidden {
  width: 5em;
  opacity: 0;
  font-size: 0.1em;
}

/* source/views/dev/DevNavigatorUI.less */
.DevSavestateNavigator {
  width: 18em;
  padding: 0.5em;
  font-family: editor, sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  border-left-width: 1px;
  border-left-color: hsl(220, 13%, 10.8%);
  border-left-style: solid;
  background-color: hsl(220, 13%, 18%);
  color: hsl(220, 13%, 66%);
}
.DevSavestateNavigator:not([isSelected]) {
  color: hsla(220, 13%, 66%, 0.2);
}
.DevSavestateNavigator:not([isSelected]) input {
  background-color: hsla(220, 13%, 24%, 0.2);
  color: hsla(220, 13%, 86%, 0.2);
}
.DevSavestateNavigator .SavestateLink {
  display: flex;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1em;
  color: hsl(220, 13%, 66%);
}
.DevSavestateNavigator .SavestateLink[isShown=false] {
  display: none;
}
.DevSavestateNavigator .SavestateLink:hover {
  background-color: hsl(220, 13%, 24%);
}
.DevSavestateNavigator .SavestateLink .Save {
  width: 3em;
  padding-left: 0.5em;
  font-size: 0.8em;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.5;
  transition: opacity 500ms, transform 200ms;
}
.DevSavestateNavigator .SavestateLink .Save[isClicked=true] {
  opacity: 0.8;
}
.DevSavestateNavigator .SavestateLink .Name {
  padding-left: 0.5em;
  font-size: 1em;
}
.DevSavestateNavigator .SavestateLink .Memo {
  font-family: inherit;
  margin-left: 1.5em;
  padding-left: 0.5em;
}
.DevNavigatorPane {
  width: 18em;
  overflow-y: auto;
  font-family: editor, sans-serif;
  border-right-width: 1px;
  border-right-color: hsl(220, 13%, 10.8%);
  border-right-style: solid;
  background-color: hsl(220, 13%, 18%);
  color: hsl(220, 13%, 66%);
}
.DevNavigatorPane .Folder {
  background-color: hsl(220, 13%, 18%);
}
.DevNavigatorPane .Folder:nth-child(even) {
  background-color: hsl(220, 13%, 15%);
}
.DevNavigatorPane .Folder .Title {
  padding: 0.5em;
}
.DevNavigatorPane .Folder .Title:hover {
  background-color: hsl(220, 13%, 24%);
}
.DevNavigatorPane .Folder .Title:before {
  content: "";
  font-size: 0.3em;
  border: 1em solid transparent;
  border-top: 1em solid white;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.75em;
  display: inline-block;
  vertical-align: bottom;
}
.DevNavigatorPane .Folder .Items {
  margin-left: 2em;
}
.DevNavigatorPane .Folder .Items[isExpanded=false] {
  display: none;
}
.DevNavigatorPane .Search {
  height: 2em;
  width: 100%;
  padding-left: 0.2em;
  display: block;
  font: inherit;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: hsl(220, 13%, 10.8%);
  background-color: hsl(220, 13%, 24%);
  color: hsl(220, 13%, 86%);
}
.DevNavigatorPane .NavItem {
  display: flex;
  padding-left: 0em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 0.809em;
  font-size: 1em;
  color: hsl(220, 13%, 66%);
  background-color: hsl(220, 13%, 18%);
}
.DevNavigatorPane .NavItem:nth-child(even) {
  background-color: hsl(220, 13%, 15%);
}
.DevNavigatorPane .NavItem:hover {
  background-color: hsl(220, 13%, 24%);
}
.DevNavigatorPane .NavItem[isSelected] {
  background-color: hsl(220, 13%, 26%);
}
.DevNavigatorPane .NavItem[isShown=false] {
  display: none;
}
.DevNavigatorPane .NavItem .Column {
  margin-left: 1em;
}
.DevNavigatorPane .NavItem .Column.Name {
  flex: 1;
  width: auto;
}
.DevNavigatorPane .NavItem .Column.Image {
  width: 1em;
  height: 1em;
  position: relative;
}
.DevNavigatorPane .NavItem .Column.Image img {
  width: 4em;
  left: -1.5em;
  bottom: -0.5em;
  position: absolute;
}
.DevNavigatorPane .NavItem .Column.Image .Thumbnail {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: hsl(220, 13%, 24%);
}
.DevNavigatorPane .NavItem .Column.Number {
  width: 2em;
}
.DevNavigatorPane .NavItem .Column.String {
  width: 4em;
}

/* source/views/dev/DevObjectsListUI.less */
.DevObjectsList {
  width: 18em;
  font-family: editor, sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  border-left-width: 1px;
  border-left-color: hsl(220, 13%, 10.8%);
  border-left-style: solid;
  background-color: hsl(220, 13%, 18%);
  color: hsl(220, 13%, 66%);
}
.DevObjectsList .Search {
  height: 2em;
  width: 100%;
  padding-left: 0.2em;
  display: block;
  font: inherit;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: hsl(220, 13%, 10.8%);
  background-color: hsl(220, 13%, 24%);
  color: hsl(220, 13%, 86%);
}
.DevObjectsList .Folder .Title {
  padding: 0.5em;
}
.DevObjectsList .Folder .Title:before {
  content: "";
  font-size: 0.3em;
  border: 1em solid transparent;
  border-top: 1em solid white;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.75em;
  display: inline-block;
  vertical-align: bottom;
}
.DevObjectsList .Folder .Title:hover {
  background-color: hsl(220, 13%, 24%);
}
.DevObjectsList .Folder .Items {
  padding-left: 1em;
}
.DevObjectsList .Folder .Items[isExpanded=false] {
  display: none;
}
.DevObjectsList .Folder .Items .CatchButton {
  padding: 0.5em 0.5em;
  font-size: 1em;
  color: hsl(220, 13%, 66%);
}
.DevObjectsList .Folder .Items .CatchButton:hover {
  background-color: hsl(220, 13%, 24%);
}
.DevObjectsList .SpotLink {
  padding: 0.5em;
  font-size: 1em;
  color: hsl(220, 13%, 66%);
}
.DevObjectsList .SpotLink:hover {
  background-color: hsl(220, 13%, 24%);
}
.DevObjectsList .SpotLink[isHovered=true] {
  background-color: hsl(220, 13%, 24%);
}
.DevObjectsList .SpotLink[isShown=false] {
  display: none;
}
.DevObjectsList .SpotLink .Name {
  font-size: 1em;
}
.DevObjectsList .SpotLink .Key {
  margin-left: 0.5em;
  opacity: 0.5;
}
.DevObjectsList .UnitLink {
  display: flex;
  padding: 0.5em;
  font-size: 1em;
  color: hsl(220, 13%, 66%);
}
.DevObjectsList .UnitLink:hover {
  background-color: hsl(220, 13%, 24%);
}
.DevObjectsList .UnitLink[isHovered=true] {
  background-color: hsl(220, 13%, 24%);
}
.DevObjectsList .UnitLink .Name {
  font-size: 1em;
}
.DevObjectsList .UnitLink .Key {
  margin-left: 0.5em;
  opacity: 0.5;
}
.DevObjectsList .UnitLink[isShown=false] {
  display: none;
}
.DevObjectsList .ScriptLink {
  display: flex;
  padding: 0.5em;
  font-size: 1em;
  color: hsl(220, 13%, 66%);
}
.DevObjectsList .ScriptLink:hover {
  background-color: hsl(220, 13%, 24%);
}
.DevObjectsList .ScriptLink .Name {
  font-size: 1em;
}
.DevObjectsList .ScriptLink[isShown=false] {
  display: none;
}
.DevObjectsList .EncounterLink {
  display: flex;
  padding: 0.5em;
  font-size: 1em;
  color: hsl(220, 13%, 66%);
}
.DevObjectsList .EncounterLink:hover {
  background-color: hsl(220, 13%, 24%);
}
.DevObjectsList .EncounterLink[isHovered=true] {
  background-color: hsl(220, 13%, 24%);
}
.DevObjectsList .EncounterLink[isShown=false] {
  display: none;
}
.DevObjectsList .EncounterLink .Name {
  font-size: 1em;
}
.DevObjectsList .EncounterLink .Key {
  margin-left: 0.5em;
  opacity: 0.5;
}

/* source/views/dev/DevPanes.less */
.DevPanes {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  display: flex;
  position: absolute;
  flex-direction: column;
}
.DevPanes .DevHeader {
  font-family: editor, sans-serif;
  padding-left: 0.25em;
  padding-right: 0.25em;
  color: hsla(220, 13%, 66%, 0.6);
  border-bottom-width: 1px;
  border-bottom-color: hsl(220, 13%, 10.8%);
  border-bottom-style: solid;
  background-color: hsl(220, 13%, 15%);
  display: flex;
  align-items: center;
}
.DevPanes .DevHeader .Dropdown {
  overflow: hidden;
}
.DevPanes .DevHeader .Dropdown .Dropbutton {
  border: none;
  outline: none;
  padding: 0.25em 0.25em;
  background-color: inherit;
  font-family: editor, sans-serif;
  margin: 0;
}
.DevPanes .DevHeader .Dropdown .DropdownContent {
  display: none;
  position: absolute;
  background-color: hsl(220, 13%, 18%);
  min-width: 16em;
  box-shadow: 0em 0.5em 1em 0em rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.DevPanes .DevHeader .Dropdown .DropdownContent .HorizontalBreak {
  width: 100%;
  height: 0.2em;
  border-bottom: 1px solid hsl(220, 13%, 24%);
}
.DevPanes .DevHeader .Dropdown .DropdownContent .Option {
  color: hsl(220, 13%, 66%);
  padding: 0.25em 0.25em;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.DevPanes .DevHeader .Dropdown .DropdownContent .Option .Legend {
  color: hsla(220, 13%, 66%, 0.6);
  padding: 0.25em;
  text-align: right;
  float: right;
}
.DevPanes .DevHeader .Dropdown .DropdownContent .Option:hover {
  background-color: hsl(220, 13%, 24%);
}
.DevPanes .DevHeader .Dropdown[isFileMenuActive=true]:hover .Dropbutton {
  background-color: hsl(220, 13%, 24%);
}
.DevPanes .DevHeader .Dropdown[isFileMenuActive=true]:hover .DropdownContent {
  display: block;
}
.DevPanes .DevBody {
  flex: 1;
  display: flex;
  overflow: hidden;
  position: relative;
}
.DevPanes .DevBody .TabbedPane {
  width: 18em;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: editor, sans-serif;
  border-right-width: 1px;
  border-right-color: hsl(220, 13%, 10.8%);
  border-right-style: solid;
  background-color: hsl(220, 13%, 18%);
  color: hsl(220, 13%, 66%);
}
.DevPanes .DevBody .TabbedPane .DevPaneTabs {
  overflow: hidden;
  border: none;
  background-color: hsl(220, 13%, 15%);
}
.DevPanes .DevBody .TabbedPane .DevPaneTabs .Tab {
  background-color: inherit;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.25em;
  transition: 0.3s;
}
.DevPanes .DevBody .TabbedPane .DevPaneTabs .Tab[isSelected=true] {
  background-color: hsl(220, 13%, 24%);
}
.DevPanes .DevBody .TabbedPane .DevPaneTabs .Tab:hover {
  background-color: hsl(220, 13%, 24%);
}
.DevPanes .DevBody .TabbedPane .DevPaneTabs .Tab:active {
  background-color: hsl(220, 13%, 18%);
}
.DevPanes .DevBody .DevPlaySection {
  flex: 1;
  display: flex;
  position: relative;
  flex-direction: column;
}
.DevPanes .DevBody .DevPlaySection .DevPreview {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.DevPanes .DevBody .DevPlaySection .DevPlayHeader,
.DevPanes .DevBody .DevPlaySection .DevPlayFooter {
  height: 2em;
  font-family: editor, sans-serif;
  padding-left: 0.25em;
  padding-right: 0.25em;
  color: hsl(220, 13%, 66%);
  background-color: hsl(220, 13%, 15%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.DevPanes .DevBody .DevPlaySection .DevPlayHeader.DevPlayFooter,
.DevPanes .DevBody .DevPlaySection .DevPlayFooter.DevPlayFooter {
  border-top-width: 1px;
  border-top-color: hsl(220, 13%, 10.8%);
  border-top-style: solid;
}
.DevPanes .DevBody .DevPlaySection .DevPlayHeader.DevPlayHeader,
.DevPanes .DevBody .DevPlaySection .DevPlayFooter.DevPlayHeader {
  border-bottom-width: 1px;
  border-bottom-color: hsl(220, 13%, 10.8%);
  border-bottom-style: solid;
}
.DevPanes .DevBody .DevPlaySection .DevPlayHeader .Spacer,
.DevPanes .DevBody .DevPlaySection .DevPlayFooter .Spacer {
  flex: 1;
}
.DevPanes .DevBody .DevPlaySection .DevPlayHeader .StopButton,
.DevPanes .DevBody .DevPlaySection .DevPlayFooter .StopButton,
.DevPanes .DevBody .DevPlaySection .DevPlayHeader .PausePlayButton,
.DevPanes .DevBody .DevPlaySection .DevPlayFooter .PausePlayButton {
  font-size: 2em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.DevPanes .DevBody .DevPlaySection .DevPlayHeader .StopButton span,
.DevPanes .DevBody .DevPlaySection .DevPlayFooter .StopButton span,
.DevPanes .DevBody .DevPlaySection .DevPlayHeader .PausePlayButton span,
.DevPanes .DevBody .DevPlaySection .DevPlayFooter .PausePlayButton span {
  font-size: inherit;
}
.DevPanes .DevBody .DevPlaySection .DevPlayHeader .StopButton:hover,
.DevPanes .DevBody .DevPlaySection .DevPlayFooter .StopButton:hover,
.DevPanes .DevBody .DevPlaySection .DevPlayHeader .PausePlayButton:hover,
.DevPanes .DevBody .DevPlaySection .DevPlayFooter .PausePlayButton:hover {
  color: hsl(220, 13%, 24%);
  cursor: pointer;
}
.DevPanes .DevBody .DevPlaySection .DevPlayHeader .StopButton .Label,
.DevPanes .DevBody .DevPlaySection .DevPlayFooter .StopButton .Label,
.DevPanes .DevBody .DevPlaySection .DevPlayHeader .PausePlayButton .Label,
.DevPanes .DevBody .DevPlaySection .DevPlayFooter .PausePlayButton .Label {
  font-size: 0.5em;
  line-height: 1em;
}
.DevPanes .DevBody .DevPlaySection .DevPlayHeader:not([inProtoMode]) .Mode,
.DevPanes .DevBody .DevPlaySection .DevPlayFooter:not([inProtoMode]) .Mode {
  color: hsl(355, 65%, 65%);
}

/* source/views/SkillPreviewUI.less */
.Preview {
  width: 2em;
  height: 1em;
  pointer-events: none;
}
.Preview .Stage {
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  position: relative;
  background-color: #000;
  font-size: 0.1em;
}
.Preview .Stage .WorldImage {
  background-position: top-left;
  background-size: contain;
  image-rendering: pixelated;
  position: absolute;
}
.Preview .Stage .WorldImage .EncounterImage {
  position: absolute;
}

/* source/views/components/DialogueBox.less */
.Dialogue {
  width: 100%;
  height: 100%;
  z-index: 20;
  overflow: hidden;
  position: absolute;
}
.Dialogue .BlackBar {
  left: 0em;
  right: 0em;
  height: 1em;
  z-index: 100;
  position: absolute;
  background-color: #000;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.Dialogue .BlackBar[position=top] {
  top: 0em;
  animation-name: flyin-top;
}
@keyframes flyin-top {
  0% {
    top: -1em;
  }
  100% {
    top: 0em;
  }
}
.Dialogue .BlackBar[position=bottom] {
  bottom: 0em;
  animation-name: flyin-bottom;
}
@keyframes flyin-bottom {
  0% {
    bottom: -1em;
  }
  100% {
    bottom: 0em;
  }
}
.Dialogue[blackout=true] {
  background-color: black;
}
.Dialogue[blackout=true] .Scene .Portrait[position="1"] {
  left: -1.5em;
}
.Dialogue[blackout=true] .Scene .Portrait[position="4"] {
  right: -1.5em;
}
.Dialogue[blackout=true] .Boxes {
  top: 0em;
  bottom: 0em;
}
.Dialogue[blackout=true] .Boxes .Box {
  border-color: transparent;
  background-image: none;
}
.Dialogue[blackout=true] .Boxes .Box .Name {
  display: none;
}
.Dialogue[blackout=true] .Boxes .Box .Words {
  width: 100%;
  overflow: visible;
}
.Dialogue .Boxes {
  left: 0em;
  right: 0em;
  bottom: 0.2em;
  z-index: 9999;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.Dialogue .Box {
  width: 8em;
  height: 2em;
  padding: 0.3em 0.4854em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #FFF6DF;
  border-radius: 0.3em;
  border-width: 0.08em;
  border-color: #000000;
  border-style: solid;
}
.Dialogue .Box .Name {
  width: 3em;
  top: -0.75em;
  height: 0.75em;
  line-height: 0.75em;
  position: absolute;
  border-style: solid;
  border-color: #000000;
  border-width: 0.08em;
  border-bottom-width: 0em;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  background-color: #FFF6DF;
  text-align: center;
}
.Dialogue .Box .Name[position=""],
.Dialogue .Box .Name[position="1"],
.Dialogue .Box .Name[position="2"] {
  left: 0.75em;
}
.Dialogue .Box .Name[position="3"],
.Dialogue .Box .Name[position="4"] {
  right: 0.75em;
}
.Dialogue .Box .Name .Color {
  height: 0.68em;
  line-height: 0.68em;
  border-style: solid;
  border-width: 0.08em;
  border-bottom-width: 0em;
  border-top-left-radius: 0.2em;
  border-top-right-radius: 0.2em;
  background-color: #B7341A;
}
.Dialogue .Box .Name .Text {
  display: block;
  font-size: 0.4em;
}
.Dialogue .Box .Name .Text.Bolder {
  font-weight: bold;
}
.Dialogue .Box .Name .Text.Smaller {
  font-size: 0.2em;
}
.Dialogue .Box .Words {
  color: #000000;
  font-size: 0.3em;
  text-align: center;
  font-family: base;
  margin: auto;
  width: 70%;
}
.Dialogue .Box .Words .Character {
  display: inline;
}
.Dialogue .Box .Words .isInvisible {
  opacity: 0;
}
.Dialogue .Scene {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  z-index: 200;
  position: absolute;
}
.Dialogue .Portrait {
  height: 8em;
  bottom: 0em;
  position: absolute;
  pointer-events: none;
  filter: drop-shadow(-0.05em 0.05em 0em rgba(0, 0, 0, 0.1));
  transition-property: filter;
  transition-duration: 0.25s;
}
.Dialogue .Portrait[position="1"] {
  left: 0.5em;
}
.Dialogue .Portrait[position="2"] {
  left: 3em;
}
.Dialogue .Portrait[position="3"] {
  right: 3em;
}
.Dialogue .Portrait[position="4"] {
  right: 0.5em;
}
.Dialogue .Portrait[direction=left] {
  transform: scaleX(-1);
}
.Dialogue .Portrait[isSpeaking=true][flourish=shift][direction=left] {
  animation-name: shift-left;
  animation-duration: 0.25s;
}
.Dialogue .Portrait[isSpeaking=true][flourish=shift][direction=right] {
  animation-name: shift-right;
  animation-duration: 0.25s;
}
.Dialogue .Portrait:not([isSpeaking=true]) {
  filter: brightness(70%);
}
.Dialogue .Portrait[isBlackedOut] {
  filter: grayscale(100%) brightness(0%);
}
[gameslug=book] .Dialogue .Portrait,
[gameslug=feast] .Dialogue .Portrait {
  height: 8em;
  top: auto;
  bottom: 0em;
  margin: auto;
  z-index: 99999;
}
[gameslug=book] .Dialogue .BlackBar,
[gameslug=feast] .Dialogue .BlackBar {
  display: none;
}
[gameslug=book] .Dialogue .Box,
[gameslug=feast] .Dialogue .Box {
  color: #FFF6DF;
  border-color: #FFF6DF;
  background-color: #000;
}
[gameslug=book] .Dialogue .Box .Words,
[gameslug=feast] .Dialogue .Box .Words {
  color: #FFF6DF;
  width: 80%;
}
[gameslug=book] .Dialogue .Box .Name,
[gameslug=feast] .Dialogue .Box .Name {
  border: none;
}
[gameslug=book] .Dialogue .Box .Name .Color,
[gameslug=feast] .Dialogue .Box .Name .Color {
  height: 0.75em;
  line-height: 0.75em;
  background-color: #000 !important;
}
[gameslug=hero] .Dialogue .BlackBar {
  display: none;
}
[gameslug=book] .Dialogue[blackout=true] .Box,
[gameslug=feast] .Dialogue[blackout=true] .Box,
[gameslug=pirates] .Dialogue[blackout=true] .Box {
  background-color: transparent;
}
[gameslug=book] .Dialogue[blackout=true] .Box .Words,
[gameslug=feast] .Dialogue[blackout=true] .Box .Words,
[gameslug=pirates] .Dialogue[blackout=true] .Box .Words {
  color: #FFF;
}

/* source/views/ChapterUI.less */
.ChapterUI {
  width: 100%;
  height: 100%;
  z-index: 20;
  overflow: hidden;
  position: absolute;
  transition-delay: 0.2s;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.ChapterUI[isInModal] {
  opacity: 0.2;
  transition-duration: 0.2s;
}
.ChapterUI .Black {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  background-color: black;
}
.ChapterUI .BossStatuses {
  left: 4.8em;
  right: 4.8em;
  bottom: 0.5em;
  position: absolute;
}
.ChapterUI .BossStatuses .BossStatus {
  position: relative;
  animation-duration: 2.5s;
  animation-name: BossEntrance;
  animation-fill-mode: forwards;
}
.ChapterUI .BossStatuses .BossStatus[isDead] {
  animation-duration: 2s;
  animation-name: BossDeath;
  animation-fill-mode: forwards;
}
@keyframes BossEntrance {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes BossDeath {
  0% {
    top: -0.1em;
    left: -0.1em;
  }
  2% {
    top: 0em;
    left: 0.1em;
  }
  4% {
    top: -0.2em;
    left: -0.1em;
  }
  6% {
    top: 0em;
    left: -0.1em;
  }
  8% {
    top: 0.1em;
    left: 0em;
  }
  10% {
    top: -0.1em;
    left: -0.1em;
  }
  12% {
    top: -0.1em;
    left: 0.1em;
  }
  14% {
    top: 0.1em;
    left: 0.1em;
  }
  16% {
    top: -0.1em;
    left: 0em;
  }
  18% {
    top: 0em;
    left: -0.1em;
  }
  20% {
    top: 0em;
    left: 0em;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ChapterUI .BossStatuses .BossStatus .Label {
  display: flex;
  align-items: baseline;
}
.ChapterUI .BossStatuses .BossStatus .Label .Title {
  font-size: 0.5em;
  line-height: 1em;
}
.ChapterUI .BossStatuses .BossStatus .Label .Subtitle {
  opacity: 0.5;
  line-height: 1em;
  font-size: 0.25em;
  margin-left: 0.5em;
}
.ChapterUI .BossStatuses .BossStatus .HealthBar .UnitHealthBar {
  height: 0.25em !important;
  width: 100% !important;
}
.ChapterUI .ChapterPrompt {
  top: 0em;
  right: 0em;
  width: 4em;
  padding: 0.5em;
  position: absolute;
}
.ChapterUI .ChapterPrompt .Text {
  text-align: right;
  font-size: 0.5em;
}
.ChapterUI .ElementalTriangle {
  width: 2em;
  height: 2em;
  top: 0.25em;
  margin: auto;
  right: 0.25em;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./wpn-triangle-5SMODWDU.png);
  image-rendering: pixelated;
}
.ChapterUI .ElementalTriangle .Sword,
.ChapterUI .ElementalTriangle .Spear,
.ChapterUI .ElementalTriangle .Axe {
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  position: absolute;
  border-radius: 100%;
}
.ChapterUI .ElementalTriangle .Sword .Icon,
.ChapterUI .ElementalTriangle .Spear .Icon,
.ChapterUI .ElementalTriangle .Axe .Icon {
  width: 1.2em;
  height: 1.2em;
  margin-top: -0.3em;
  margin-left: -0.3em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  image-rendering: pixelated;
}
.ChapterUI .ElementalTriangle .Sword {
  top: 0.1em;
  left: 0.05em;
  right: 0em;
}
.ChapterUI .ElementalTriangle .Sword .Icon {
  content: ".";
  background-image: url(./weapon.sword-JGIDI7OU.png);
}
.ChapterUI .ElementalTriangle .Spear {
  bottom: 0.35em;
  left: 0.15em;
}
.ChapterUI .ElementalTriangle .Spear .Icon {
  content: ".";
  background-image: url(./weapon.spear-QXTZENN6.png);
}
.ChapterUI .ElementalTriangle .Axe {
  bottom: 0.35em;
  right: 0.15em;
}
.ChapterUI .ElementalTriangle .Axe .Icon {
  content: ".";
  background-image: url(./weapon.hammer-HFUEKYBV.png);
}
.ChapterUI .EncounterName {
  left: 0em;
  right: 0em;
  bottom: 0em;
  width: 70%;
  margin: auto;
  position: absolute;
  font-size: 1em;
  text-align: center;
  font-family: header;
  text-overflow: ellipsis;
  text-shadow: 0.05em 0.05em #000222;
  opacity: 0;
  animation-delay: 1s;
  animation-duration: 3s;
  animation-name: FadeIn;
  animation-fill-mode: forwards;
}
.ChapterUI .TutorialPrompt {
  margin: auto;
  width: 5em;
  position: absolute;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  animation-duration: 1s;
  padding: 0.33em 0.53394em;
  background-image: url(./splashbox-UGPH4V5Q.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ChapterUI .TutorialPrompt[size=thin] {
  width: 4em;
}
.ChapterUI .TutorialPrompt[size=small] {
  width: 8em;
  font-size: 0.4em;
}
@keyframes drop-from-top {
  0% {
    top: -5rem;
  }
  100% {
    top: 1rem;
  }
}
.ChapterUI .TutorialPrompt[isHidden] {
  opacity: 0;
  transition-duration: 0s;
  animation-name: none;
}
.ChapterUI .TutorialPrompt[position=left] {
  top: 0em;
  bottom: 0em;
  left: 1rem;
  text-align: right;
}
.ChapterUI .TutorialPrompt[position=right] {
  top: 0em;
  bottom: 0em;
  right: 1rem;
  text-align: left;
}
.ChapterUI .TutorialPrompt[position=topright],
.ChapterUI .TutorialPrompt[position=upright] {
  top: 1rem;
  right: 1rem;
  text-align: left;
  animation-name: drop-from-top;
}
.ChapterUI .TutorialPrompt[position=bottomright],
.ChapterUI .TutorialPrompt[position=downright] {
  bottom: 0.25rem;
  right: 0.25rem;
  text-align: left;
}
.ChapterUI .TutorialPrompt[position=topleftish] {
  top: 1rem;
  left: 3em;
  text-align: left;
  animation-name: drop-from-top;
}
.ChapterUI .TutorialPrompt[position=up],
.ChapterUI .TutorialPrompt[position=center] {
  top: 1rem;
  left: 0em;
  right: 0em;
  text-align: left;
  animation-name: drop-from-top;
}
.ChapterUI .TutorialPrompt .Text {
  font-size: 0.3em;
}
.ChapterUI .TutorialPrompt .Text .blue {
  color: #639bff;
}
.ChapterUI .TutorialPrompt .Text .red {
  color: #d54b33;
}
.ChapterUI .TutorialPrompt .Text .green {
  color: #62C370;
}
.ChapterUI .UndoButton,
.ChapterUI .EndTurnButton,
.ChapterUI .ContinueButton {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #20273b;
  box-sizing: content-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: box-shadow, opacity;
  transition-duration: 2s, 0.5s;
  cursor: pointer;
  filter: drop-shadow(0em 0.1em 0em rgba(32, 39, 59, 0.5));
}
.ChapterUI .UndoButton.EndTurnButton,
.ChapterUI .EndTurnButton.EndTurnButton,
.ChapterUI .ContinueButton.EndTurnButton,
.ChapterUI .UndoButton.UndoButton,
.ChapterUI .EndTurnButton.UndoButton,
.ChapterUI .ContinueButton.UndoButton,
.ChapterUI .UndoButton.ContinueButton,
.ChapterUI .EndTurnButton.ContinueButton,
.ChapterUI .ContinueButton.ContinueButton {
  opacity: 0.5;
}
.ChapterUI .UndoButton.EndTurnButton[isUsable],
.ChapterUI .EndTurnButton.EndTurnButton[isUsable],
.ChapterUI .ContinueButton.EndTurnButton[isUsable],
.ChapterUI .UndoButton.UndoButton[isUsable],
.ChapterUI .EndTurnButton.UndoButton[isUsable],
.ChapterUI .ContinueButton.UndoButton[isUsable],
.ChapterUI .UndoButton.ContinueButton[isUsable],
.ChapterUI .EndTurnButton.ContinueButton[isUsable],
.ChapterUI .ContinueButton.ContinueButton[isUsable] {
  opacity: 1;
}
.ChapterUI .UndoButton:hover .Text,
.ChapterUI .EndTurnButton:hover .Text,
.ChapterUI .ContinueButton:hover .Text {
  transform: scale(1.5);
}
.ChapterUI .UndoButton:active,
.ChapterUI .EndTurnButton:active,
.ChapterUI .ContinueButton:active {
  margin-top: 0.1em;
  filter: none;
}
.ChapterUI .UndoButton .Text,
.ChapterUI .EndTurnButton .Text,
.ChapterUI .ContinueButton .Text {
  font-size: 0.5em;
  line-height: 1em;
  margin-top: 0.2em;
  text-shadow: 0.05em 0.05em rgba(32, 39, 59, 0.5);
}
.ChapterUI .UndoButton .Text .Big,
.ChapterUI .EndTurnButton .Text .Big,
.ChapterUI .ContinueButton .Text .Big {
  display: block;
  font-size: 1.4em;
}
.ChapterUI .UndoButton .Shortcut,
.ChapterUI .EndTurnButton .Shortcut,
.ChapterUI .ContinueButton .Shortcut {
  padding: 5px;
  font-size: 0.15em;
  display: none;
}
.ChapterUI .UndoButton .Charge,
.ChapterUI .EndTurnButton .Charge,
.ChapterUI .ContinueButton .Charge {
  width: 50%;
  height: 5px;
  bottom: 0em;
  position: absolute;
  background-color: #a48686;
}
.ChapterUI .ContinueButton {
  width: 3em;
  right: 0.5em;
  top: 0.5em;
  padding: 0.1em;
  background-color: #dcb54c;
  border-radius: 0.1em;
}
.ChapterUI .EndTurnButton {
  left: 0.25em;
  top: 0.25em;
  width: 2em;
  height: 2em;
}
.ChapterUI .EndTurnButton .Text {
  font-size: 0.4em;
}
.ChapterUI .EndTurnButton[gameKey=pirates] {
  border-radius: 0.9em;
  background-image: url(./compass2-G4VNLHLF.png);
}
.ChapterUI .EndTurnButton[gameKey=pirates] .Handle {
  top: -0.4em;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  border-radius: 100%;
  background-color: #dcb54c;
}
.ChapterUI .EndTurnButton[gameKey=default],
.ChapterUI .EndTurnButton[gameKey=teach],
.ChapterUI .EndTurnButton[gameKey=hero],
.ChapterUI .EndTurnButton[gameKey=war] {
  background-color: #dcb54c;
  border-radius: 100%;
}
.ChapterUI .EndTurnButton[gameKey=book],
.ChapterUI .EndTurnButton[gameKey=feast],
.ChapterUI .EndTurnButton[gameKey=horror] {
  filter: none;
  color: #f0ead6;
  border-radius: 0.9em;
  background-size: contain;
  background-image: url(./endturn-btn-3HZBZWZE.png);
  flex-direction: column;
}
.ChapterUI .EndTurnButton[gameKey=book]:hover,
.ChapterUI .EndTurnButton[gameKey=feast]:hover,
.ChapterUI .EndTurnButton[gameKey=horror]:hover {
  background-image: url(./endturn-btn-hover-FCML2AIM.png);
}
.ChapterUI .EndTurnButton[gameKey=book]:active,
.ChapterUI .EndTurnButton[gameKey=feast]:active,
.ChapterUI .EndTurnButton[gameKey=horror]:active {
  background-image: url(./endturn-btn-close-F4HCBPWM.png);
  margin-top: 0em;
}
.ChapterUI .EndTurnButton[isReady] {
  box-shadow: 0em 0em 0.6em 0.3em #dcb54c;
  background-color: #dcb54c;
  transition-property: 1s;
}
.ChapterUI .UndoButton {
  top: 1.95em;
  left: 1.95em;
  width: 1em;
  height: 1em;
}
.ChapterUI .UndoButton .Text {
  font-size: 0.4em;
}
.ChapterUI .UndoButton[gameKey=pirates] {
  border-radius: 0.4em;
  background-image: url(./compass-BNOGKQA7.png);
}
.ChapterUI .UndoButton[gameKey=pirates] .Handle {
  top: -0.2em;
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  border-radius: 100%;
  background-color: #969cb2;
}
.ChapterUI .UndoButton[gameKey=default],
.ChapterUI .UndoButton[gameKey=teach],
.ChapterUI .UndoButton[gameKey=hero],
.ChapterUI .UndoButton[gameKey=war] {
  background-color: #969cb2;
  border-radius: 100%;
}
.ChapterUI .UndoButton[gameKey=book],
.ChapterUI .UndoButton[gameKey=feast],
.ChapterUI .UndoButton[gameKey=horror] {
  filter: none;
  color: #f0ead6;
  width: 1.5em;
  height: 1.5em;
  margin-left: -0.1em;
  margin-top: -0.5em;
  border-radius: 0.9em;
  background-size: contain;
  background-color: transparent;
  background-image: url(./undo-btn-NNY6UXJN.png);
}
.ChapterUI .UndoButton[gameKey=book]:hover,
.ChapterUI .UndoButton[gameKey=feast]:hover,
.ChapterUI .UndoButton[gameKey=horror]:hover {
  background-image: url(./undo-btn-hover-PGI2FBM4.png);
}
.ChapterUI .UndoButton[gameKey=book]:active,
.ChapterUI .UndoButton[gameKey=feast]:active,
.ChapterUI .UndoButton[gameKey=horror]:active {
  background-image: url(./undo-btn-close-YPJ53NHU.png);
}
.ChapterUI .UndoButton[isReady] {
  box-shadow: 0em 0em 40px 20px #969cb2;
  background-color: #969cb2;
  transition-property: 1s;
}
.ChapterUI .UnitSummary .UnitDetails {
  bottom: 0em;
  width: 2em;
  position: absolute;
}
.ChapterUI .UnitSummary .UnitDetails[position=left] {
  left: 0em;
}
.ChapterUI .UnitSummary .UnitDetails[position=right] {
  right: 0em;
}
.ChapterUI .UnitSummary .UnitDetails[position=right] .Portrait {
  transform: scaleX(-1);
}
.ChapterUI .UnitSummary .UnitDetails .Profile {
  width: 2em;
  bottom: 0em;
  position: absolute;
  transition-duration: 0.25s;
  transition-property: bottom;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Summary .Portrait {
  width: 100%;
  bottom: 0em;
  left: 0em;
  right: 0em;
  margin: auto;
  position: absolute;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Summary .Portrait img {
  pointer-events: none;
  width: 100%;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Summary .Properties {
  z-index: 2;
  left: 0em;
  right: 0em;
  bottom: 0.2em;
  position: absolute;
  text-align: center;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Summary .Properties .Text {
  color: #20273b;
  background-color: #dcb54c;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Summary .Properties .Name {
  font-size: 0.3em;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Summary .Properties .Class {
  font-size: 0.2em;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Summary .Properties .UnitHealthBar {
  width: 80% !important;
  height: 0.25em !important;
  margin: auto;
  margin-top: 0.05em;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Stats {
  top: 0em;
  width: 2em;
  height: 3em;
  position: absolute;
  color: #20273b;
  background-color: #dcb54c;
  padding: 0.1em 0.2em;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Stats .Health {
  font-size: 0.4em;
  margin-bottom: 0.3em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Stats .Element {
  font-size: 0.3em;
  margin: 0.75em 0em;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Stats .Element .Line {
  display: flex;
  align-items: center;
  margin-bottom: 0.1em;
  height: 1.1em;
  line-height: 1.1em;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Stats .Element .Versus {
  font-size: 0.75em;
  margin-left: 0.5em;
  margin-top: 0.2em;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Stats .Element .Icon {
  height: 1em;
  width: 1em;
  display: inline-block;
  align-self: baseline;
  margin-right: 0.25em;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Stats .Element .Effectiveness {
  font-size: 0.5em;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Stats .Element .Effectiveness .Icon {
  margin-left: 0.5em;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Stats .Description {
  font-size: 0.15em;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Stats .Stat {
  display: flex;
  align-items: baseline;
  font-size: 0.15em;
}
.ChapterUI .UnitSummary .UnitDetails .Profile .Stats .Stat .Label {
  flex: 1;
}
.ChapterUI .UnitSummary .UnitDetails .Skills {
  display: flex;
  align-items: flex-end;
  position: absolute;
  transition-duration: 0.25s;
  transition-property: right, bottom;
}
.ChapterUI .UnitSummary .UnitDetails .Skills[side=right] {
  right: -2em;
  bottom: 1.2em;
  flex-direction: column-reverse;
}
.ChapterUI .UnitSummary .UnitDetails .Skills[side=bottom-right] {
  bottom: -2em;
  right: 2em;
  flex-direction: row-reverse;
}
.ChapterUI .UnitSummary .UnitDetails .Skills[side=bottom-left] {
  bottom: -2em;
  left: 2em;
  flex-direction: row;
}
.ChapterUI .UnitSummary .UnitDetails .Skills .Skill {
  margin-left: 0.2em;
  margin-top: 0.2em;
  position: relative;
  border-radius: 0.1em;
}
.ChapterUI .UnitSummary .UnitDetails .Skills .Skill .Label {
  font-size: 0.2em;
  position: relative;
  padding: 1em 1.618em;
}
.ChapterUI .UnitSummary .UnitDetails .Skills .Skill .Label .ItemName {
  font-size: 1.5em;
}
.ChapterUI .UnitSummary .UnitDetails .Skills .Skill .Number {
  position: absolute;
  top: 0.2em;
  left: 0.5em;
  font-size: 0.2em;
}
.ChapterUI .UnitSummary .UnitDetails .Skills .Skill .Preview {
  bottom: 0.7em;
  left: -10em;
  right: -10em;
  margin: auto;
  position: absolute;
  border-color: #3c312c;
  border-width: 0.05em;
  border-style: solid;
  border-radius: 0.25rem;
}
.ChapterUI .UnitSummary .UnitDetails .Skills .Skill .Preview .Stage {
  border-radius: 0.025rem;
}
.ChapterUI .UnitSummary .UnitDetails .Skills .Skill:not([canSelect]) {
  opacity: 0.5;
}
.ChapterUI .UnitSummary .UnitDetails .Skills .Skill[canSelect] {
  background-color: #68554d;
}
.ChapterUI .UnitSummary .UnitDetails .Skills .Skill[canSelect]:hover {
  background-color: #3c312c;
}
.ChapterUI .UnitSummary .UnitDetails .Skills .Skill[canSelect][isSelected=true] {
  background-color: #a48686;
}
.ChapterUI .UnitSummary .UnitDetails .Inventory {
  width: 2em;
  bottom: 2em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ChapterUI .UnitSummary .UnitDetails .Inventory .Item {
  width: 0.5em;
  height: 0.5em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ChapterUI .UnitSummary .UnitDetails .Inventory .Item:not(:first-child) {
  margin-left: -0.33em;
}
.ChapterUI .UnitSummary .UnitDetails[isSelected] .Skills[side=right] {
  right: 0.2em;
}
.ChapterUI .UnitSummary .UnitDetails[isSelected] .Skills[side=bottom],
.ChapterUI .UnitSummary .UnitDetails[isSelected] .Skills[side=bottom-left],
.ChapterUI .UnitSummary .UnitDetails[isSelected] .Skills[side=bottom-right] {
  bottom: 0.2em;
}
[gameslug=teach] .EndTurnButton,
[gameslug=teach] .UndoButton {
  filter: drop-shadow(0em 0.1em 0em #20273b);
}
[gameslug=teach] .UnitSummary .UnitDetails .Profile .Summary .Portrait {
  width: 120%;
  filter: drop-shadow(0.1em -0.1em 0em #20273b);
}
[gameslug=book] .ElementalTriangle,
[gameslug=feast] .ElementalTriangle {
  display: none;
}
[gameslug=book] .UnitSummary .UnitDetails .Profile .Summary .Portrait,
[gameslug=feast] .UnitSummary .UnitDetails .Profile .Summary .Portrait {
  width: 80%;
}
@keyframes FlyIn {
  0% {
    left: -16em;
  }
  100% {
    left: 0em;
  }
}
@keyframes FlyInFlyOut {
  0% {
    left: -16em;
  }
  33% {
    left: 0em;
  }
  66% {
    left: 0em;
  }
  100% {
    left: 16em;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[gameslug=book] .TutorialPrompt,
[gameslug=feast] .TutorialPrompt {
  background-image: none;
  animation: none;
  transition: none;
}
[gameslug=book] .TutorialPrompt .Text,
[gameslug=feast] .TutorialPrompt .Text {
  text-align: center;
  font-size: 0.4em;
}

/* source/views/dev/DevEncounterEditorScreen.less */
.DevEncounterDesignScreen {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.DevEncounterDesignScreen .Header {
  text-align: center;
  margin: 0.33em 0em;
}
.DevEncounterDesignScreen .Camera {
  position: absolute;
  isolation: isolate;
}
.DevEncounterDesignScreen .WorldImage {
  background-position: top-left;
  background-size: contain;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  position: absolute;
}
.DevEncounterDesignScreen .WorldImage .EncounterImage {
  position: absolute;
}
.DevEncounterDesignScreen .Encounter {
  opacity: 1;
  background-color: #f0ead6;
}
.DevEncounterDesignScreen .Encounter[isHovered=true] {
  background-color: #ceba79;
}
.DevEncounterDesignScreen .Encounter[isSelected=true] {
  background-color: #927c35;
  z-index: 100;
}
.DevEncounterDesignScreen .Encounter .Area {
  z-index: 50;
  position: absolute;
  background-color: inherit;
}
.DevEncounterDesignScreen .Encounter .Edge {
  z-index: 55;
  position: absolute;
  background-color: inherit;
}
.DevEncounterDesignScreen .Encounter .Edge[isSelected] {
  background-color: #d54b33;
}
.DevEncounterDesignScreen .Encounter .Vertex {
  z-index: 60;
  position: absolute;
  background-color: inherit;
}
.DevEncounterDesignScreen .Encounter .Vertex[isSelected] {
  background-color: #d54b33;
}

/* source/views/components/EditorModeSplash.less */
.EditorModeSplash {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes splash-in {
  0% {
    opacity: 0;
    transform: translateX(-100%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateX(0%) scale(1.5);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) scale(1);
  }
}
.EditorModeSplash .ModeText {
  opacity: 0;
  z-index: 200;
  font-size: 2em;
  font-variant: small-caps;
  animation: splash-in 1000ms;
  animation-iteration-count: 1;
}

/* source/views/dev/DevScriptImporterScreen.less */
.DevScriptImporterScreen {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-y: hidden;
}
.DevScriptImporterScreen .Header {
  text-align: center;
  margin: 0.33em 0em;
}
.DevScriptImporterScreen .Split-halves {
  gap: 0.2em;
  padding: 0.2em;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
.DevScriptImporterScreen .Split-halves .ParsePreview {
  padding: 0.33em;
  font-size: 0.25em;
  border-radius: 0.05em;
  overflow-y: scroll;
  height: 25em;
  position: relative;
  background-color: #f0ead6;
  color: #68554d;
}
.DevScriptImporterScreen .Split-halves .ParsePreview .GameHeader {
  font-size: 2em;
  color: #a48686;
}
.DevScriptImporterScreen .Split-halves .ParsePreview .ChapterHeader {
  font-size: 1.5em;
  color: #a48686;
}
.DevScriptImporterScreen .Split-halves .ParsePreview .EncounterHeader {
  font-size: 1.25em;
  color: #a48686;
}
.DevScriptImporterScreen .Split-halves .ParsePreview .ConditionHeader {
  font-size: 1em;
  color: #a48686;
}
.DevScriptImporterScreen .Split-halves .ParsePreview .ParsedDialogue {
  margin-left: 2em;
}
.DevScriptImporterScreen .Split-halves .ParsePreview [isUncaught=true] {
  opacity: 0.5;
}
.DevScriptImporterScreen .Split-halves .Inputs .Export {
  display: flex;
  align-items: center;
}
.DevScriptImporterScreen .Split-halves .Inputs .Option {
  display: flex;
  align-items: center;
  font-size: 0.25em;
}
.DevScriptImporterScreen .Split-halves .Inputs .Option .Label {
  margin: 1em;
}
.DevScriptImporterScreen .Split-halves .Inputs .Option .Check {
  width: 2em;
  height: 2em;
}
.DevScriptImporterScreen .Split-halves .Inputs .Button {
  flex: 1;
  padding: 0.75em;
  font-size: 0.5em;
  text-align: center;
  border-radius: 0.05em;
  cursor: pointer;
  background-color: #68554d;
}
.DevScriptImporterScreen .Split-halves .Inputs .Button:hover {
  background-color: #a48686;
}
.DevScriptImporterScreen .Split-halves .Inputs .SeparatorInput {
  padding: 0.25em;
  font-size: 0.5em;
  display: flex;
}
.DevScriptImporterScreen .Split-halves .Inputs .SeparatorInput .Label {
  font-size: 0.5em;
  width: 4em;
  line-height: 1.5em;
  margin-right: 0.6em;
}
.DevScriptImporterScreen .Split-halves .Inputs .SeparatorInput .Value {
  font-size: 0.5em;
  font-family: inherit;
  width: 10em;
}

/* source/views/dev/DevBattleEditorScreen.less */
.DevBattleEditorScreen {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.DevBattleEditorScreen .Header {
  text-align: center;
  margin: 0.33em 0em;
}
.DevBattleEditorScreen .Camera {
  position: absolute;
  isolation: isolate;
}
.DevBattleEditorScreen .WorldImage {
  background-position: top-left;
  background-size: contain;
  image-rendering: pixelated;
  position: absolute;
}
.DevBattleEditorScreen .Spot {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  z-index: 60;
}
.DevBattleEditorScreen .Spot .Selection {
  left: 0em;
  right: 0em;
  bottom: 0.1em;
  margin: auto;
  width: 0.8em;
  height: 0.8em;
  z-index: -1;
  position: absolute;
  border-radius: 0.1em;
  background-color: #f0ead6;
  opacity: 0;
}
.DevBattleEditorScreen .Spot .Selection[isHovered] {
  opacity: 0.9;
}
.DevBattleEditorScreen .Spot .Selection[isSelected] {
  opacity: 1;
}
.DevBattleEditorScreen .Unit {
  width: 1em;
  height: 1em;
  position: absolute;
}

/* source/views/dev/DevScriptEditorScreen.less */
.DevScriptEditorScreen {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.DevScriptEditorScreen .Header {
  text-align: center;
  margin: 0.33em 0em;
}
.DevScriptEditorScreen .Camera {
  position: absolute;
  isolation: isolate;
}
.DevScriptEditorScreen .WorldImage {
  background-position: top-left;
  background-size: contain;
  image-rendering: pixelated;
  position: absolute;
}
.DevScriptEditorScreen .Spot {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  z-index: 60;
}
.DevScriptEditorScreen .Unit {
  width: 1em;
  height: 1em;
  position: absolute;
}

/* source/views/dev/DevSavetestScreen.less */
.Preview {
  width: 100%;
  height: 100%;
}
.Preview .Stage {
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  position: relative;
  background-color: #000;
  font-size: 0.1em;
}
.Preview .Stage .WorldImage {
  background-position: top-left;
  background-size: contain;
  image-rendering: pixelated;
  position: absolute;
}
.Preview .Stage .WorldImage .EncounterImage {
  position: absolute;
}

/* source/views/ModalUI.less */
.ModalUI {
  width: 100%;
  height: 100%;
  z-index: 21;
  overflow: hidden;
  position: absolute;
}
.ModalUI .DialogueOptions {
  height: 0em;
  overflow: hidden;
  transition-delay: 0.5s;
  transition-duration: 1s;
  transition-property: height;
}
.ModalUI .DialogueOptions[isReady=true] {
  height: 1em;
}
.ModalUI .DialogueOptions .Option {
  font-size: 0.3em;
  background-color: rgba(16, 44, 76, 0.5);
}
.ModalUI .DialogueOptions .Option:first-of-type {
  margin-top: 1em;
}
.ModalUI .DialogueOptions .Option:last-of-type {
  margin-bottom: 2em;
}
.ModalUI .DialogueOptions .Option:hover {
  background-color: #111111;
}
.ModalUI .CharacterSelectModal {
  width: 100%;
  height: 100%;
}
.ModalUI .CharacterSelectModal .CallToAction {
  top: 0em;
  left: 0em;
  right: 0em;
  z-index: 10;
  font-size: 0.6em;
  height: 1.5em;
  line-height: 1.5em;
  position: absolute;
  text-align: center;
  color: #fff4dc;
  background-color: #1e2136;
  transform: translateY(-100%);
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
  animation-name: character-select-slide-in-from-top;
}
@keyframes character-select-slide-in-from-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.ModalUI .CharacterSelectModal .SelectableCharacters {
  width: 100%;
  height: 100%;
  display: flex;
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter {
  flex: 1;
  position: relative;
  pointer-events: none;
  transform: translateY(100%);
  animation-duration: 0.5s, 2.5s;
  animation-fill-mode: forwards;
  animation-name: character-select-slide-in, character-select-click-lock;
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter[isDead],
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter[isHidden] {
  filter: grayscale(1);
}
@keyframes character-select-slide-in {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes character-select-click-lock {
  0% {
    pointer-events: none;
  }
  100% {
    pointer-events: auto;
  }
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter:nth-of-type(1) {
  animation-delay: 0s;
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter:nth-of-type(2) {
  animation-delay: 0.33s;
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter:nth-of-type(3) {
  animation-delay: 0.66s;
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter .Color {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  opacity: 0.5;
  position: absolute;
  transition-property: opacity;
  transition-duration: 0.33s;
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter .Portrait {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: center 130%;
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter .Portrait[expression=neutral] {
  opacity: 1;
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter .Portrait[expression=happy] {
  opacity: 0;
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter:hover .Portrait[expression=neutral] {
  opacity: 0;
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter:hover .Portrait[expression=happy] {
  opacity: 1;
  animation-name: character-select-bobble;
  animation-duration: 0.33s;
}
@keyframes character-select-bobble {
  0% {
    background-position: center 130%;
  }
  50% {
    background-position: center 110%;
  }
  100% {
    background-position: center 130%;
  }
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter:hover .Color {
  opacity: 0.6;
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter .Details {
  bottom: 0em;
  position: absolute;
  padding: 0.3em 0.4854em;
  text-shadow: -0.05em 0.05em rgba(17, 17, 17, 0.8);
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter .Details .Name {
  font-size: 0.75em;
  display: inline;
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter .Details .Class {
  font-size: 0.5em;
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter[isHidden] .Portrait {
  filter: grayscale(100%) brightness(0%);
}
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter[isHidden] .Name,
.ModalUI .CharacterSelectModal .SelectableCharacters .SelectableCharacter[isHidden] .Class {
  color: #2D2D2A;
  background-color: #2D2D2A !important;
  text-shadow: none;
}
.ModalUI .WaitingModal {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  background-color: #000;
}
.ModalUI .WaitingModal .Box {
  bottom: 1em;
  right: 1em;
  position: absolute;
  animation-name: fadein;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
}
.ModalUI .WaitingModal .Box .Label {
  text-align: center;
  font-size: 0.25em;
  margin-bottom: 0.5em;
}
.ModalUI .WaitingModal .Box .Spinner {
  width: 1em;
  height: 1em;
  background-color: #f0ead6;
  animation-name: spinning;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
}
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ModalUI .TransitionModal {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  background-color: #000;
}
.ModalUI .TransitionModal[phase="0"] {
  animation-name: fadein;
  animation-duration: 1800ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.ModalUI .TransitionModal[phase="1"] {
  animation-name: fadeout;
  animation-duration: 800ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.ModalUI .CharacterLevelUpModal {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.ModalUI .CharacterLevelUpModal .Portrait {
  height: 9em;
  pointer-events: none;
}
.ModalUI .CharacterLevelUpModal .Details {
  width: 4em;
  height: 100%;
  margin: 0em 0.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ModalUI .CharacterLevelUpModal .Details .arrow::after {
  content: " to ";
}
.ModalUI .CharacterLevelUpModal .Details .HeaderSection {
  width: 100%;
  padding: 0.25em;
  background-color: #68554d;
  border-radius: 0.1em;
}
.ModalUI .CharacterLevelUpModal .Details .HeaderSection .Thumbnail {
  height: 1em;
  position: relative;
}
.ModalUI .CharacterLevelUpModal .Details .HeaderSection .Declaration {
  font-family: header;
  text-align: center;
  line-height: 1em;
  font-size: 0.6em;
}
.ModalUI .CharacterLevelUpModal .Details .HeaderSection .Level {
  text-align: center;
  line-height: 1em;
  font-size: 0.3em;
}
.ModalUI .CharacterLevelUpModal .Details .PerksSection {
  width: 100%;
  padding: 0.25em;
  margin-top: 0.5em;
  text-align: center;
  background-color: #68554d;
  border-radius: 0.1em;
}
.ModalUI .CharacterLevelUpModal .Details .PerksSection .Label {
  font-size: 0.3em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.ModalUI .CharacterLevelUpModal .Details .PerksSection .BigText {
  font-size: 0.4em;
}
.ModalUI .CharacterLevelUpModal .Details .PerksSection .Text {
  font-size: 0.3em;
}
.ModalUI .CharacterLevelUpModal .Details .PerksSection .SmallText {
  font-size: 0.2em;
}
.ModalUI .CharacterLevelUpModal .Details .PerksSection .UnitJobs {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.ModalUI .CharacterLevelUpModal .Details .PerksSection .UnitJobs .UnitJob:not(:first-child) {
  margin-left: 0.25em;
}
.ModalUI .CharacterLevelUpModal .Details .PerksSection .UnitJobs .UnitJob:hover {
  cursor: pointer;
  border-radius: 0.1em;
  background-color: #a48686;
}
.ModalUI .CharacterLevelUpModal .Details .PerksSection .UnitJob {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.125em 0em;
}
.ModalUI .CharacterLevelUpModal .Details .PerksSection .UnitJob .Thumbnail {
  width: 1em;
  height: 1em;
  position: relative;
  margin-bottom: 0.25em;
}
.ModalUI .ChapterSuccessModal {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
}
.ModalUI .ChapterSuccessModal .FadesIn {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
}
.ModalUI .ChapterSuccessModal .FadesIn[isShown=true] {
  opacity: 1 !important;
}
.ModalUI .ChapterSuccessModal[isShown=true] {
  opacity: 1 !important;
}
.ModalUI .ChapterSuccessModal .Portrait {
  height: 9em;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
}
.ModalUI .ChapterSuccessModal .Portrait[isShown=true] {
  opacity: 1 !important;
}
.ModalUI .ChapterSuccessModal .Box {
  width: 4em;
  height: 7em;
  margin: 0em 0.6em;
  pointer-events: none;
}
.ModalUI .ChapterSuccessModal .Box .HeaderSection {
  margin-bottom: 1em;
}
.ModalUI .ChapterSuccessModal .Box .HeaderSection .Declaration {
  font-family: header;
  text-align: center;
  line-height: 1em;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
}
.ModalUI .ChapterSuccessModal .Box .HeaderSection .Declaration[isShown=true] {
  opacity: 1 !important;
}
.ModalUI .ChapterSuccessModal .Box .HeaderSection .Objectives {
  text-align: center;
  line-height: 1em;
  font-size: 0.5em;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
}
.ModalUI .ChapterSuccessModal .Box .HeaderSection .Objectives[isShown=true] {
  opacity: 1 !important;
}
.ModalUI .ChapterSuccessModal .Box .AllySection,
.ModalUI .ChapterSuccessModal .Box .EnemySection {
  margin-bottom: 0.5em;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
}
.ModalUI .ChapterSuccessModal .Box .AllySection[isShown=true],
.ModalUI .ChapterSuccessModal .Box .EnemySection[isShown=true] {
  opacity: 1 !important;
}
.ModalUI .ChapterSuccessModal .Box .AllySection .Label,
.ModalUI .ChapterSuccessModal .Box .EnemySection .Label {
  font-size: 0.3em;
}
.ModalUI .ChapterSuccessModal .Box .AllySection .Units,
.ModalUI .ChapterSuccessModal .Box .EnemySection .Units {
  display: flex;
  justify-content: center;
  background-color: #68554d;
  border-radius: 0.1em;
  padding: 0.1em;
}
.ModalUI .ChapterSuccessModal .Box .AllySection .Units .Unit,
.ModalUI .ChapterSuccessModal .Box .EnemySection .Units .Unit {
  width: 1em;
  height: 1em;
  position: relative;
}
.ModalUI .ChapterSuccessModal .Box .AllySection .Units .Unit[isAnimated],
.ModalUI .ChapterSuccessModal .Box .EnemySection .Units .Unit[isAnimated] {
  opacity: 0;
  animation-name: fadein;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.ModalUI .ChapterSuccessModal .Box .AllySection .Units .Unit:not(:first-child),
.ModalUI .ChapterSuccessModal .Box .EnemySection .Units .Unit:not(:first-child) {
  margin-left: 0.1em;
}
.ModalUI .ChapterSuccessModal .Box .AllySection .Units .Unit:not(:first-child)[isTight],
.ModalUI .ChapterSuccessModal .Box .EnemySection .Units .Unit:not(:first-child)[isTight] {
  margin-left: -0.5em;
}
.ModalUI .ChapterSuccessModal .Box .AllySection .Units .Unit .UnitSprite,
.ModalUI .ChapterSuccessModal .Box .EnemySection .Units .Unit .UnitSprite {
  transition-duration: 1s;
}
.ModalUI .ChapterSuccessModal .Box .AllySection .Units .Unit .UnitExperienceBar,
.ModalUI .ChapterSuccessModal .Box .EnemySection .Units .Unit .UnitExperienceBar {
  left: 0em;
  right: 0em;
  bottom: 0.1em;
  height: 0.15em;
  max-width: 0.66em;
  position: absolute;
}
.ModalUI .ChapterSuccessModal .Box .EnemySection .Unit .Weapon {
  display: none;
}
.ModalUI .CharacterDraftModal {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ModalUI .CharacterDraftModal .Box {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  margin: auto;
  text-align: center;
}
.ModalUI .CharacterDraftModal .Box .Cards {
  display: flex;
  justify-content: center;
}
.ModalUI .CharacterDraftModal .Box .Cards .Card {
  width: 4em;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.3em 0.4854em;
  transform: scale(1);
  transform-origin: center;
  transition-duration: 0.25s;
  transition-property: transform;
  border-radius: 0.2em;
  background-color: rgba(99, 155, 255, 0.85);
}
.ModalUI .CharacterDraftModal .Box .Cards .Card:hover {
  transform: scale(1.1);
  transition-duration: 0.125s;
}
.ModalUI .CharacterDraftModal .Box .Cards .Card:not(:last-child) {
  margin-right: 0.5em;
}
.ModalUI .CharacterDraftModal .Box .Cards .Card .Thumbnail {
  height: 1em;
  width: 1em;
  font-size: 1em;
  position: relative;
}
.ModalUI .CharacterDraftModal .Box .Cards .Card .Name {
  font-size: 0.5em;
  text-transform: capitalize;
  margin-bottom: 0.5em;
}
.ModalUI .CharacterDraftModal .Box .Cards .Card .Stat,
.ModalUI .CharacterDraftModal .Box .Cards .Card .Fact {
  font-size: 0.3em;
  display: flex;
  align-items: baseline;
  margin-top: 0.25em;
}
.ModalUI .CharacterDraftModal .Box .Cards .Card .Stat .Label,
.ModalUI .CharacterDraftModal .Box .Cards .Card .Fact .Label {
  flex: 1;
}
.ModalUI .TutorialDemoModal {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
}
.ModalUI .TutorialDemoModal .MainSection {
  width: 6em;
  font-size: 1.5em;
  height: auto;
  padding: 0.3em 0.4854em;
  border-style: solid;
  border-width: 0.05em;
  border-radius: 0.3em;
  border-color: #000000;
  background-color: #FFF6DF;
}
.ModalUI .TutorialDemoModal .MainSection .Description {
  font-size: 0.33em;
  text-align: center;
  color: #000000;
  margin-bottom: 0.5em;
}
.ModalUI .TutorialDemoModal .MainSection .Preview {
  position: relative;
  border-color: #3c312c;
  border-width: 0.05em;
  border-style: solid;
  border-radius: 0.33rem;
}
.ModalUI .TutorialDemoModal .MainSection .Preview .Stage {
  border-radius: 0.033rem;
}
.ModalUI .CharacterSplashModal {
  display: flex;
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
}
.ModalUI .CharacterSplashModal .Splash {
  flex: 1;
  position: relative;
}
.ModalUI .CharacterSplashModal .Splash .Color {
  left: 0em;
  right: 0em;
  bottom: 2em;
  width: 4em;
  height: 4em;
  margin: auto;
  position: absolute;
  transform: rotate(-20deg);
  transform-origin: center;
  border-radius: 0.1em;
  display: none;
}
.ModalUI .CharacterSplashModal .Splash .Portrait {
  left: 0em;
  right: 0em;
  bottom: 0em;
  height: 8em;
  position: absolute;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center 130%;
}
.ModalUI .CharacterSplashModal .Details {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.ModalUI .CharacterSplashModal .Details .HeaderSection {
  text-align: center;
  margin-bottom: -0.05em;
  z-index: 10;
  padding: 0.2em 0.6em;
  border-style: solid;
  border-width: 0.05em;
  border-color: #FFF6DF;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  display: none;
}
.ModalUI .CharacterSplashModal .Details .HeaderSection .Name {
  font-size: 0.66em;
  line-height: 1em;
  color: #FFF6DF;
}
.ModalUI .CharacterSplashModal .Details .MainSection {
  width: 6em;
  padding: 0.3em 0.4854em;
  border-style: solid;
  border-width: 0.05em;
  border-radius: 0.3em;
  border-color: #000000;
  background-color: #FFF6DF;
}
.ModalUI .CharacterSplashModal .Details .MainSection .Description {
  font-size: 0.33em;
  text-align: center;
  color: #000000;
  margin-bottom: 0.5em;
}
.ModalUI .CharacterSplashModal .Details .MainSection .Preview {
  height: 2em;
  position: relative;
  border-color: #3c312c;
  border-width: 0.05em;
  border-style: solid;
  border-radius: 0.33rem;
}
.ModalUI .CharacterSplashModal .Details .MainSection .Preview .Stage {
  border-radius: 0.033rem;
}
.ModalUI .Banner {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  z-index: 999;
  width: 16em;
  height: 9em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ModalUI .DeclarationModal {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  z-index: 999;
  width: 16em;
  height: 9em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #d54b33;
}
.ModalUI .DeclarationModal .Text {
  font-family: header;
  text-transform: uppercase;
  text-align: center;
  font-size: 3em;
}
.ModalUI .ChapterStartModal {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  z-index: 999;
  width: 16em;
  height: 9em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #000;
  text-align: center;
  opacity: 1;
  animation-name: fadeout;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-delay: 6s;
}
.ModalUI .ChapterStartModal .Chapter {
  font-size: 0.5em;
  font-family: header;
  opacity: 0;
  animation-name: fadein;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 1s;
}
.ModalUI .ChapterStartModal .Title {
  font-size: 1em;
  font-family: header;
  font-weight: bold;
  opacity: 0;
  animation-name: fadein;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 1s;
}
.ModalUI .ChapterStartModal .InWhich {
  font-size: 0.25em;
  margin-top: 1em;
  margin-bottom: 1em;
  text-transform: lowercase;
  opacity: 0;
  animation-name: fadein;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 3s;
}
.ModalUI .ChapterStartModal .Subtitle {
  font-size: 0.5em;
  opacity: 0;
  animation-name: fadein;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  text-transform: lowercase;
}
.ModalUI .ChapterStartModal .Subtitle.First {
  animation-delay: 3.5s;
}
.ModalUI .ChapterStartModal .Subtitle.Second {
  animation-delay: 4.5s;
}
.ModalUI .ChapterSuccessClassicModal {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  z-index: 999;
  width: 16em;
  height: 9em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: rgba(45, 45, 42, 0.5);
  opacity: 0;
  animation-name: fadein;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0s;
}
.ModalUI .ChapterSuccessClassicModal .DeclarationModal {
  font-size: 3em;
  font-family: header;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: -16em;
  animation-name: FlyIn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
.ModalUI .ChapterFailureModal {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  z-index: 999;
  width: 16em;
  height: 9em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #111111;
  opacity: 0;
  animation-name: fadein;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-delay: 0.5s;
}
.ModalUI .ChapterFailureModal .Declaration {
  font-size: 3em;
  line-height: 1em;
  font-family: header;
}
.ModalUI .ChapterFailureModal .Predeclaration {
  font-size: 0.5em;
  line-height: 1em;
  font-family: header;
}
.ModalUI .ChapterFailureModal .Declaration,
.ModalUI .ChapterFailureModal .Predeclaration {
  opacity: 0;
  animation-name: fadein;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-delay: 4s;
}
.ModalUI .TurnStartModal {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  z-index: 999;
  width: 16em;
  height: 9em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation-name: FlyInFlyOut;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.ModalUI .TurnStartModal .Message {
  font-size: 3em;
  text-align: center;
  line-height: 1em;
  font-family: header;
}
.ModalUI .ContractModal {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  gap: 1em;
  background-color: #000;
}
.ModalUI .ContractModal .FormInput {
  display: flex;
  justify-content: center;
}
.ModalUI .ContractModal input {
  background: #000;
  border: none;
  font-family: header;
  color: red;
  font-size: 0.5em;
}
.ModalUI .ContractModal img {
  height: 100%;
  border: 1px solid black;
}
[gameslug=feast] .DeclarationModal .Text {
  font-family: inherit;
}
[gameslug=feast] .ChapterFailureModal .Title {
  font-family: inherit;
}
[gameslug=feast] .ChapterFailureModal .Declaration,
[gameslug=feast] .ChapterFailureModal .Predeclaration {
  font-family: inherit;
}
[gameslug=feast] .TurnStartModal .Message {
  font-family: inherit;
}

/* source/views/components/Snow.less */
.Snow {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  z-index: 19;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
.Snow .SnowParticle {
  position: absolute;
  background-color: #f0ead6;
  width: 0.1em;
  height: 0.1em;
  transform: rotate(45deg);
}

/* source/views/components/PauseMenu.less */
.PauseMenu {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  z-index: 99999999999;
}
.PauseMenu .Grayout {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.15);
}
.PauseMenu .PlayerOptions {
  top: 0em;
  left: 0em;
  right: 0em;
  bottom: 0em;
  width: 6em;
  height: 5em;
  margin: auto;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 0.5em;
  transform: rotate(-4deg);
  background-color: #68554d;
}
.PauseMenu .PlayerOptions .Header {
  margin: 0.3em auto;
}
.PauseMenu .PlayerOptions .Option {
  font-size: 0.4em;
  margin: 0em auto;
  font-family: base;
  width: 100%;
}
.PauseMenu .PlayerOptions .Option:hover {
  cursor: pointer;
  background-color: #3c312c;
}
.PauseMenu .PlayerOptions hr {
  width: 3em;
  margin: 0.2em auto;
  border: none;
  border-top: 1px solid #f0ead6;
}
.PauseMenu .Dev {
  left: 0em;
  right: 0em;
  bottom: 0em;
  position: absolute;
  display: flex;
  justify-content: center;
}
.PauseMenu .Dev .Options {
  padding: 1em;
  font-size: 0.5em;
}
.PauseMenu .Dev .Options .Option {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  margin-bottom: 0.618em;
  cursor: pointer;
  border-radius: 2px;
  background-color: #a48686;
}
.PauseMenu .Dev .Options .Option:hover {
  background-color: #c5b2b2;
}
.PauseMenu .Dev .Options .Option[isEnabled=false] {
  background-color: #d54b33;
}
.PauseMenu .Dev .Options .Option[isEnabled=true] {
  background-color: #62C370;
}
[gameslug=pirates] .PlayerOptions {
  background-color: #BB7B3F;
  color: #FFF6DF;
}
[gameslug=pirates] .PlayerOptions .Option:hover {
  background-color: #6D3905;
}

/* source/data/games/book/hud.less */
.OpenBookButton {
  top: 0.5em;
  right: 0.5em;
  height: 2em;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Book {
  color: black;
  background-color: black;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 9000;
  position: absolute;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.Book .ExitBook {
  top: 0.5em;
  right: 0.5em;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  position: absolute;
  font-family: header;
}
.Book .InnerBook {
  display: flex;
}
.Book .LeftPage,
.Book .RightPage {
  height: 9em;
  width: 7em;
}
.Book .LeftPage img,
.Book .RightPage img {
  height: 100%;
  border: 1px solid black;
}
.Book .GoLeft,
.Book .GoRight {
  width: 3em;
  font-family: header;
}
.Book .GoLeft:hover,
.Book .GoRight:hover {
  cursor: pointer;
}
/*# sourceMappingURL=index.css.map */
