/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
body,
html,
#app {
  height: 100%;
}
body {
  background: #111;
  color: white;
  font-family: 'Open Sans', sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@font-face {
  font-family: "Digital-7";
  src: url(../fonts/digital-7.ttf) format("truetype");
}
@font-face {
  font-family: "Gill Sans";
  src: url(../fonts/GillSans.ttf) format("truetype") font-weight-normal, url(../fonts/GillSans-Bold.ttf) format("truetype") font-weight-bold, url(../fonts/GillSans-BoldItalic.ttf) format("truetype") font-italic font-weight-bold, url(../fonts/GillSans-Italic.ttf) format("truetype") font-italic, url(../fonts/GillSans-Light.ttf) format("truetype") font-weight-light, url(../fonts/GillSans-LightItalic.ttf) format("truetype") font-italic font-weight-light;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
.Level {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 100%;
  background: url(../images/panels/GameGridBackground.png), url(../images/panels/GameGradientBackground.png) no-repeat 50% 50%;
  background-size: 250px 250px, 100% 100%;
}
.Level-mainPanel {
  align-self: stretch;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.Level-wires {
  position: absolute;
  left: 40px;
  bottom: 42px;
  width: 175px;
  height: 150px;
  background: url(../images/panels/Wires.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  z-index: 0;
}
.Level-leftSection {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  align-self: stretch;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 86px;
  margin-right: 10px;
  padding-bottom: 112px;
  z-index: 100;
}
.Level-menuButtonsContainer {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  height: 30px;
  margin-bottom: 10px;
}
.Level-menuButton {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  border: 1px solid black;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#101010), to(#323232));
  background-image: linear-gradient(to top, #101010 0%, #323232 100%);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), inset 0 0 8px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  color: #00eaff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  font-family: "Gill Sans";
  font-weight: lighter;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
.Level-menuButton:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#181818), to(#3a3a3a));
  background-image: linear-gradient(to top, #181818 0%, #3a3a3a 100%);
}
.Level-menuButton:active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#080808), to(#2a2a2a));
  background-image: linear-gradient(to top, #080808 0%, #2a2a2a 100%);
  -webkit-transform: scale(0.99, 0.99);
          transform: scale(0.99, 0.99);
}
.Level-menuButtonIcon {
  width: 26px;
  height: 22px;
  background-image: url(../images/panels/MenuIcon.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.Level-infoButton {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  border: 1px solid black;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#101010), to(#323232));
  background-image: linear-gradient(to top, #101010 0%, #323232 100%);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), inset 0 0 8px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  color: #00eaff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  font-family: "Gill Sans";
  font-weight: lighter;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  margin-left: 10px;
}
.Level-infoButton:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#181818), to(#3a3a3a));
  background-image: linear-gradient(to top, #181818 0%, #3a3a3a 100%);
}
.Level-infoButton:active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#080808), to(#2a2a2a));
  background-image: linear-gradient(to top, #080808 0%, #2a2a2a 100%);
  -webkit-transform: scale(0.99, 0.99);
          transform: scale(0.99, 0.99);
}
.Level-infoButtonIcon {
  width: 25px;
  height: 25px;
  background-image: url(../images/panels/InfoIcon.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.Level-rightSection {
  -webkit-box-flex: 1;
          flex: 1 1 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: hidden;
  z-index: 100;
}
.Level-mapContainer {
  -webkit-box-flex: 1;
          flex: 1 1 0;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  overflow: auto;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 2px solid black;
  background-image: url(../images/panels/GameBoardBackground.jpg);
  background-size: 281px 300px;
  background-position: center center;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), inset 0 0 8px rgba(0, 0, 0, 0.5);
}
.Level-bottomContainer {
  align-self: stretch;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  height: 102px;
  overflow: hidden;
}
.Level-startButton {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  border: 1px solid black;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#101010), to(#323232));
  background-image: linear-gradient(to top, #101010 0%, #323232 100%);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), inset 0 0 8px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  color: #00eaff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  font-family: "Gill Sans";
  font-weight: lighter;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  width: 91px;
  font-size: 24px;
  margin-left: 10px;
}
.Level-startButton:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#181818), to(#3a3a3a));
  background-image: linear-gradient(to top, #181818 0%, #3a3a3a 100%);
}
.Level-startButton:active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#080808), to(#2a2a2a));
  background-image: linear-gradient(to top, #080808 0%, #2a2a2a 100%);
  -webkit-transform: scale(0.99, 0.99);
          transform: scale(0.99, 0.99);
}
.LevelLoader-loadingText {
  text-align: center;
  font-family: "Gill Sans";
  font-weight: lighter;
  text-transform: uppercase;
}
.MainMenu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 100%;
  background: url(../images/panels/GameGridBackground.png), url(../images/panels/GameGradientBackground.png) no-repeat 50% 50%;
  background-size: 250px 250px, 100% 100%;
  padding: 100px 0;
}
.MainMenu-title {
  text-align: center;
  font-family: "Gill Sans";
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 36px;
  margin: 0 0 40px;
}
.MainMenu-section {
  margin: 0 0 40px;
}
.MainMenu-sectionTitle {
  text-align: center;
  font-family: "Gill Sans";
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 10px;
}
.MainMenu-levels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px 10px;
  margin: 0 0 10px;
}
.MainMenu-levelButton {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  border: 1px solid black;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#101010), to(#323232));
  background-image: linear-gradient(to top, #101010 0%, #323232 100%);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), inset 0 0 8px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  color: #00eaff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  font-family: "Gill Sans";
  font-weight: lighter;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  padding: 18px 28px;
  font-size: 24px;
}
.MainMenu-levelButton:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#181818), to(#3a3a3a));
  background-image: linear-gradient(to top, #181818 0%, #3a3a3a 100%);
}
.MainMenu-levelButton:active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#080808), to(#2a2a2a));
  background-image: linear-gradient(to top, #080808 0%, #2a2a2a 100%);
  -webkit-transform: scale(0.99, 0.99);
          transform: scale(0.99, 0.99);
}
.MainMenu-levelButton--disabled {
  border-color: #222;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#505050), to(#727272));
  background-image: linear-gradient(to top, #505050 0%, #727272 100%);
  cursor: default;
  color: black;
  text-shadow: none;
  position: relative;
}
.MainMenu-levelButton--disabled:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#505050), to(#727272));
  background-image: linear-gradient(to top, #505050 0%, #727272 100%);
}
.MainMenu-lock {
  position: absolute;
  bottom: -15px;
  right: -12px;
  width: 32px;
  height: 44px;
  background-image: url(../images/panels/Lock.svg);
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.Map {
  padding: 20px;
  grid-row-start: 2;
  grid-column-start: 2;
}
.Map-outline {
  position: relative;
  border: 4px solid #ebca26;
  border-radius: 4px;
}
.Map-grid {
  width: 100%;
  border-spacing: 0;
}
.Map-cell {
  padding: 0;
}
.Map-MovableItemsContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.TileNode {
  width: 100px;
  height: 100px;
  position: relative;
  cursor: pointer;
}
.TileNode-ghostedTile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.StarNode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 50%;
  background-image: url(../images/stars/Star.png);
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.StarNode--pulsing {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: StarNode-pulse;
          animation-name: StarNode-pulse;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.StarNode--collected {
  -webkit-transform: scale(2, 2) rotate(90deg);
          transform: scale(2, 2) rotate(90deg);
  opacity: 0;
}
@-webkit-keyframes StarNode-pulse {
  0% {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  100% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}
@keyframes StarNode-pulse {
  0% {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  100% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}
.InstructionsArchivePanel {
  -webkit-box-flex: 1;
          flex: 1 1 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
  overflow: auto;
  border-radius: 6px;
  border: 2px solid black;
}
.InstructionsArchivePanel-innerContainer {
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 6px 0;
  background-image: url(../images/panels/SmallPanelBackground.png);
  background-size: 183px 234px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), inset 0 0 8px rgba(0, 0, 0, 0.5);
}
.InstructionsArchivePanel-instructionCountNodeContainer {
  margin-bottom: 5px;
}
.InstructionsArchivePanel-instructionCountNodeContainer:last-child {
  margin-bottom: 0;
}
.ProgramPanel {
  -webkit-box-flex: 1;
          flex: 1 1 0;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  overflow: auto;
  border-radius: 6px;
  border: 2px solid black;
}
.ProgramPanel-button {
  margin: 0;
  border: none;
  background: none;
  outline: none;
  padding: 7px 6px;
}
.ProgramPanel-innerContainer {
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  height: 98px;
  background-image: url(../images/instructions/InstructionSlot.png), url(../images/panels/SmallPanelBackground.png);
  background-size: 66px 98px, 183px 234px;
  background-position: 2px center, 0 center;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), inset 0 0 8px rgba(0, 0, 0, 0.5);
}
.ProgramPanel-instructionNodeContainer {
  position: absolute;
  top: 0;
  -webkit-transition: left 100ms ease-in-out;
  transition: left 100ms ease-in-out;
}
.InstructionNode {
  width: 58px;
  height: 84px;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../images/instructions/InstructionBackground.png);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid black;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6), inset 0 0 4px rgba(255, 255, 255, 0.3);
  -webkit-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
}
.InstructionNode::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.InstructionNode--disabled {
  cursor: default;
}
.InstructionNode--disabled::before {
  opacity: 1;
}
.InstructionNode--highlighted {
  box-shadow: 0 0 3px 3px #00eaff, inset 0 0 4px rgba(255, 255, 255, 0.3);
}
.InstructionNode-inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.InstructionNode-inner--Move1 {
  width: 56px;
  height: 58px;
  background-image: url(../images/instructions/Move1.png);
}
.InstructionNode-inner--Move2 {
  width: 55px;
  height: 58px;
  background-image: url(../images/instructions/Move2.png);
}
.InstructionNode-inner--Move3 {
  width: 56px;
  height: 58px;
  background-image: url(../images/instructions/Move3.png);
}
.InstructionNode-inner--BackUp {
  width: 56px;
  height: 58px;
  background-image: url(../images/instructions/BackUp.png);
}
.InstructionNode-inner--TurnLeft {
  width: 54px;
  height: 54px;
  background-image: url(../images/instructions/TurnLeft.png);
}
.InstructionNode-inner--TurnRight {
  width: 54px;
  height: 54px;
  background-image: url(../images/instructions/TurnRight.png);
}
.InstructionNode-inner--UTurn {
  width: 55px;
  height: 50px;
  background-image: url(../images/instructions/UTurn.png);
}
.InstructionNode-inner--Halt {
  width: 32px;
  height: 36px;
  background-image: url(../images/instructions/Halt.png);
}
.InstructionCountNode-button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  padding: 8px 6px;
}
.InstructionCountContainer {
  position: relative;
  width: 70px;
  height: 35px;
  margin-top: -6px;
  padding-top: 1px;
  line-height: 35px;
  text-align: center;
  background-size: 100%;
  background-image: url(../images/instructions/InstructionCountContainer.png);
  background-repeat: no-repeat;
  color: #4adb62;
  font-family: "Digital-7";
  font-size: 21px;
}
.InstructionCountContainer::after {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  width: 55px;
  height: 25px;
  background-size: 100%;
  background-image: url(../images/instructions/InstructionCountContainerTVLines.png);
  background-repeat: no-repeat;
}
.InstructionCountContainer--fadedCount {
  color: rgba(74, 219, 98, 0.5);
}
.YouWinModal {
  width: 400px;
  padding: 8px;
  background-image: url(../images/panels/PopupMarble.jpg);
  background-position: center center;
  background-size: 100%;
  border-radius: 8px;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.YouWinModal-screen {
  background-image: url(../images/panels/PopupScreen.jpg);
  background-position: center center;
  background-size: 900px;
  box-shadow: inset 0 0 48px 8px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 8px;
}
.YouWinModal-title {
  margin: 0 0 8px;
  font-family: 'Gill Sans';
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
}
.YouWinModal-stats {
  font-family: 'Gill Sans';
  font-style: italic;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-bottom: 12px;
}
.YouWinModal-stars {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.YouWinModal-star {
  width: 32px;
  height: 32px;
  margin: 0 1px;
  background-position: center;
  background-size: 100%;
  background-image: url(../images/stars/Star.png);
  background-repeat: no-repeat;
}
.YouWinModal-buttonContainer {
  display: -webkit-box;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}
.YouWinModal-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  border: 1px solid black;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#101010), to(#323232));
  background-image: linear-gradient(to top, #101010 0%, #323232 100%);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), inset 0 0 8px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  color: #00eaff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  font-family: "Gill Sans";
  font-weight: lighter;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-flex: 1;
          flex: 1 1 0;
  font-size: 20px;
  white-space: nowrap;
  padding: 16px 0;
  margin-left: 4px;
  margin-right: 4px;
}
.YouWinModal-button:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#181818), to(#3a3a3a));
  background-image: linear-gradient(to top, #181818 0%, #3a3a3a 100%);
}
.YouWinModal-button:active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#080808), to(#2a2a2a));
  background-image: linear-gradient(to top, #080808 0%, #2a2a2a 100%);
  -webkit-transform: scale(0.99, 0.99);
          transform: scale(0.99, 0.99);
}
.InfoModal {
  width: 400px;
  padding: 8px;
  background-image: url(../images/panels/PopupMarble.jpg);
  background-position: center center;
  background-size: 100%;
  border-radius: 8px;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.InfoModal-screen {
  background-image: url(../images/panels/PopupScreen.jpg);
  background-position: center center;
  background-size: 900px;
  box-shadow: inset 0 0 48px 8px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 8px;
  max-height: 200px;
  overflow: auto;
}
.InfoModal-title {
  margin: 0 0 8px;
  font-family: 'Gill Sans';
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
}
.InfoModal-description {
  font-family: 'Gill Sans';
  font-weight: lighter;
  font-size: 18px;
}
.InfoModal-buttonContainer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.InfoModal-buttonContainer {
  display: -webkit-box;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}
.InfoModal-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  border: 1px solid black;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#101010), to(#323232));
  background-image: linear-gradient(to top, #101010 0%, #323232 100%);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), inset 0 0 8px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  color: #00eaff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  font-family: "Gill Sans";
  font-weight: lighter;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-flex: 1;
          flex: 1 1 0;
  font-size: 20px;
  white-space: nowrap;
  padding: 16px 0;
  margin-left: 4px;
  margin-right: 4px;
}
.InfoModal-button:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#181818), to(#3a3a3a));
  background-image: linear-gradient(to top, #181818 0%, #3a3a3a 100%);
}
.InfoModal-button:active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#080808), to(#2a2a2a));
  background-image: linear-gradient(to top, #080808 0%, #2a2a2a 100%);
  -webkit-transform: scale(0.99, 0.99);
          transform: scale(0.99, 0.99);
}
.CurrentInstructionIndicator {
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent #00eaff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 0;
}
.Editor {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  height: 100%;
}
.Editor-sidePanelContainer {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  overflow: auto;
  max-height: 100%;
  width: 281px;
  border-right: 1px solid #444;
}
.Editor-mainPanel {
  -webkit-box-flex: 1;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.Editor-headerContainer {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  border-bottom: 1px solid #444;
}
.Editor-mapContainer {
  -webkit-box-flex: 1;
          flex: 1 1 0;
  display: -webkit-box;
  display: flex;
}
.EditorSidePanel {
  padding: 20px;
}
.EditorSidePanel-header {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.EditorSidePanel-copiedTiles,
.EditorSidePanel-fixedTiles {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.EditorSidePanel-header:not(:empty),
.EditorSidePanel-copiedTiles:not(:empty),
.EditorSidePanel-fixedTiles:not(:empty) {
  margin-bottom: 20px;
}
.EditInstructionsPanel {
  border-radius: 6px;
  border: 2px solid black;
  overflow: hidden;
}
.EditInstructionsPanel-innerContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  padding: 6px 0;
  background-image: url(../images/panels/SmallPanelBackground.png);
  background-size: 183px 234px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), inset 0 0 8px rgba(0, 0, 0, 0.5);
}
.EditInstructionsPanelInstruction-instructionContainer {
  position: relative;
  padding: 8px 6px;
}
.EditInstructionsPanelInstruction-buttonContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.EditInstructionsPanelInstruction-button {
  -webkit-box-flex: 1;
          flex: 1 1 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  border: none;
  cursor: pointer;
  outline: none;
  opacity: 0;
  background-color: transparent;
}
.EditInstructionsPanelInstruction-button:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
}
.EditInstructionsPanelInstruction-button:active {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}
.EditInstructionsPanelInstruction-button:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin: 7px 7px 0;
}
.EditInstructionsPanelInstruction-button:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  margin: 0 7px 7px;
}
.EditInstructionsPanelInstruction-buttonBody {
  width: 30px;
  height: 18px;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.EditInstructionsPanelInstruction-buttonBody--up {
  background-image: url(../images/editor/up-arrow.svg);
}
.EditInstructionsPanelInstruction-buttonBody--down {
  background-image: url(../images/editor/down-arrow.svg);
}
.EditorHeader {
  padding: 20px;
  display: -webkit-box;
  display: flex;
}
.EditorHeader-titleContainer {
  -webkit-box-flex: 1;
          flex: 1 1 0;
  min-width: 0;
}
.EditorHeader-controls {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: 20px;
}
.EditorHeader-title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.EditorHeader-description {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.EditorHeader-titleInput,
.EditorHeader-descriptionInput {
  margin: -3px;
  display: block;
  width: 100%;
}
.EditorHeader-titleInput {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 300;
}
.EditorHeader-descriptionInput {
  display: block;
  width: 100%;
  font-size: 14px;
}
.EditorHeader-control {
  outline: none;
  border: none;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  text-indent: -9999px;
  font-size: 0;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.EditorHeader-control:last-child {
  margin-right: 0;
}
.EditorHeader-control:focus,
.EditorHeader-control:hover {
  background-color: #363636;
}
.EditorHeader-control:active {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
  background-color: #2a2a2a;
}
.EditorHeader-control--new {
  background-image: url(../images/editor/new-doc.svg);
  background-size: 50%;
}
.EditorHeader-control--solve {
  background-image: url(../images/editor/puzzle.svg);
  background-size: 50%;
}
.EditorHeader-control--viewMarkup {
  background-image: url(../images/editor/markup.svg);
  background-size: 60%;
}
.EditorMap {
  -webkit-box-flex: 1;
          flex: 1 1 0;
  align-self: stretch;
  display: -webkit-box;
  display: flex;
  overflow: auto;
  background: url(../images/panels/GameBoardBackground.jpg) center center;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
}
.EditormapContainer {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin: auto;
  padding: 20px;
}
.EditorMap-main {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.EditorMap-topControls,
.EditorMap-bottomControls {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 12px 6px;
  background-color: rgba(255, 255, 255, 0.1);
}
.EditorMap-leftControls,
.EditorMap-rightControls {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  padding: 6px 12px;
  background-color: rgba(255, 255, 255, 0.1);
}
.EditorMap-topControls {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.EditorMap-bottomControls {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.EditorMap-leftControls {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.EditorMap-rightControls {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.EditorMap-mapResizeControl {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: block;
  border: none;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  outline: none;
  opacity: 0.8;
}
.EditorMap-mapResizeControl:hover,
.EditorMap-mapResizeControl:focus {
  opacity: 1;
}
.EditorMap-mapResizeControl:active {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}
.EditorMap-mapResizeControl--addRowAtTop,
.EditorMap-mapResizeControl--removeBottomRow {
  width: 30px;
  height: 18px;
  margin: 0 4px;
  background-image: url(../images/editor/up-arrow.svg);
}
.EditorMap-mapResizeControl--addRowAtBottom,
.EditorMap-mapResizeControl--removeTopRow {
  width: 30px;
  height: 18px;
  margin: 0 4px;
  background-image: url(../images/editor/down-arrow.svg);
}
.EditorMap-mapResizeControl--addColumnAtLeft,
.EditorMap-mapResizeControl--removeRightColumn {
  width: 18px;
  height: 30px;
  margin: 8px 0;
  background-image: url(../images/editor/left-arrow.svg);
}
.EditorMap-mapResizeControl--addColumnAtRight,
.EditorMap-mapResizeControl--removeLeftColumn {
  width: 18px;
  height: 30px;
  margin: 8px 0;
  background-image: url(../images/editor/right-arrow.svg);
}
.EditorMap-grid {
  border: 4px solid #ebca26;
  border-radius: 4px;
  border-spacing: 0;
}
.EditorMap-cell {
  padding: 0;
}
.MapTile {
  width: 100px;
  height: 100px;
  position: relative;
  cursor: pointer;
}
.MapTile-ghostedTile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.MapTile-star {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 50%;
  background-image: url(../images/stars/Star.png);
  background-repeat: no-repeat;
}
.MapTile-star--ghosted {
  opacity: 0.5;
}
.MapTile-robot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 50%;
  background-image: url(../images/movable-items/RobotAndBase.png);
  background-repeat: no-repeat;
}
.MapTile-robot--up {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.MapTile-robot--right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.MapTile-robot--down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.MapTile-robot--left {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.MapTile-robot--ghosted {
  opacity: 0.5;
}
.ToolbarButton {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}
.ToolbarButton--selected {
  border-radius: 4px;
}
.ToolbarButton--selected::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 3px solid red;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.ToolbarButton--icon {
  width: 40px;
  height: 40px;
}
.ToolbarButton--tile {
  width: 80px;
  height: 80px;
}
.ToolbarButton-icon {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ToolbarButton-icon--wall {
  background-image: url(../images/editor/wall-icon.png);
}
.ToolbarButton-icon--star {
  background-image: url(../images/stars/GlowingStar.png);
}
.ToolbarButton-icon--robot {
  background-image: url(../images/movable-items/RobotAndBase.png);
}
.ToolbarButton-icon--rotateClockwise {
  background-image: url(../images/editor/rotate-cw-icon.svg);
  background-size: 70%;
}
.ToolbarButton-icon--rotateCounterClockwise {
  background-image: url(../images/editor/rotate-ccw-icon.svg);
  background-size: 70%;
}
.ToolbarButton-icon--copy {
  background-image: url(../images/editor/eyedropper-icon.svg);
  background-size: 70%;
}
.MarkupPopup {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 20px;
  border-radius: 4px;
  background-color: #eee;
  color: #444;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  width: 500px;
  height: 400px;
}
.MarkupPopup-textarea {
  -webkit-box-flex: 1;
          flex: 1 1 0;
  resize: none;
  margin-bottom: 20px;
  font-size: 12px;
  font-family: monospace;
}
.MarkupPopup-controls {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.MarkupPopup-control {
  margin-right: 10px;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}
.MarkupPopup-control:last-child {
  margin-right: 0;
}
.MarkupPopup-control:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.MarkupPopup-control--cancel {
  background: #c9302c;
  border-color: #d9534f;
  color: white;
}
.MarkupPopup-control--cancel:hover,
.MarkupPopup-control--cancel:focus {
  background-color: #d8342f;
}
.MarkupPopup-control--cancel:active {
  background-color: #a92825;
}
.MarkupPopup-control--save {
  background: white;
  border-color: #ccc;
  color: #444;
}
.MarkupPopup-control--save:hover,
.MarkupPopup-control--save:focus {
  background-color: white;
}
.MarkupPopup-control--save:active {
  background-color: #f4f4f4;
}
.ErrorPopup {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 20px;
  border-radius: 4px;
  background-color: #eee;
  color: #444;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  width: 500px;
}
.ErrorPopup-errorMessageContainer {
  margin-bottom: 20px;
}
.ErrorPopup-controls {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.ErrorPopup-control {
  margin-right: 10px;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}
.ErrorPopup-control:last-child {
  margin-right: 0;
}
.ErrorPopup-control:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ErrorPopup-control--ok {
  background: white;
  border-color: #ccc;
  color: #444;
}
.ErrorPopup-control--ok:hover,
.ErrorPopup-control--ok:focus {
  background-color: white;
}
.ErrorPopup-control--ok:active {
  background-color: #f4f4f4;
}
.ErrorPopup-errorMessage {
  margin-bottom: 8px;
}
.ErrorPopup-errorMessage:empty {
  display: none;
}
.ErrorPopup-errorDetails {
  padding: 8px 12px;
  background-color: #fdffe2;
  border: 1px solid #d6d8be;
  border-radius: 4px;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-size: 12px;
  color: black;
}
.ErrorPopup-errorDetails:empty {
  display: none;
}
.SolutionsPopup {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 20px;
  border-radius: 4px;
  background-color: #eee;
  color: #444;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  width: 400px;
}
.SolutionsPopup-title {
  text-align: center;
  margin: 0 0 20px;
}
.SolutionsPopup-solutionsContainer {
  margin: 0 auto 20px;
  max-height: 300px;
  max-width: 100%;
  overflow: auto;
}
.SolutionsPopup-solution {
  display: -webkit-box;
  display: flex;
  margin: 0 -3px;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.SolutionsPopup-instructionContainer {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin: 0 3px;
  padding: 8px 6px;
}
.SolutionsPopup-controls {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.SolutionsPopup-control {
  margin-right: 10px;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}
.SolutionsPopup-control:last-child {
  margin-right: 0;
}
.SolutionsPopup-control:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.SolutionsPopup-control--ok {
  background: white;
  border-color: #ccc;
  color: #444;
}
.SolutionsPopup-control--ok:hover,
.SolutionsPopup-control--ok:focus {
  background-color: white;
}
.SolutionsPopup-control--ok:active {
  background-color: #f4f4f4;
}
.EmptyFloorTile {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.EmptyFloorTile-floor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.EmptyFloorTile-floor--type1 {
  background-image: url(../images/tile-components/EmptyFloorTile1.png);
}
.EmptyFloorTile-floor--type2 {
  background-image: url(../images/tile-components/EmptyFloorTile2.png);
}
.EmptyFloorTile-floor--type3 {
  background-image: url(../images/tile-components/EmptyFloorTile3.png);
}
.EmptyFloorTile-floor--type4 {
  background-image: url(../images/tile-components/EmptyFloorTile4.png);
}
.EmptyFloorTile-floor--up {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.EmptyFloorTile-floor--right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.EmptyFloorTile-floor--down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.EmptyFloorTile-floor--left {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.EmptyFloorTile-rivets {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/tile-components/EmptyFloorRivets.png);
}
.PitTile {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.PitTile-pit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.PitTile-pit--up {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.PitTile-pit--right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.PitTile-pit--down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.PitTile-pit--left {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.PitTile-pit--type1-1of1 {
  background-image: url(../images/tile-components/PitTile-T1-1of1.png);
}
.GearTile {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.GearTile-floor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.GearTile-floor--type1 {
  background-image: url(../images/tile-components/EmptyFloorTile1.png);
}
.GearTile-floor--type2 {
  background-image: url(../images/tile-components/EmptyFloorTile2.png);
}
.GearTile-floor--type3 {
  background-image: url(../images/tile-components/EmptyFloorTile3.png);
}
.GearTile-floor--type4 {
  background-image: url(../images/tile-components/EmptyFloorTile4.png);
}
.GearTile-floor--up {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.GearTile-floor--right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.GearTile-floor--down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.GearTile-floor--left {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.GearTile-smallGear {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 25%;
  height: 25%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/tile-components/SmallGear.png);
  -webkit-transition: -webkit-transform 500ms linear;
  transition: -webkit-transform 500ms linear;
  transition: transform 500ms linear;
  transition: transform 500ms linear, -webkit-transform 500ms linear;
}
.GearTile-bigGear {
  position: absolute;
  top: 8%;
  left: 8%;
  width: 85%;
  height: 85%;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: -webkit-transform 500ms linear;
  transition: -webkit-transform 500ms linear;
  transition: transform 500ms linear;
  transition: transform 500ms linear, -webkit-transform 500ms linear;
}
.GearTile-bigGear--clockwise {
  background-image: url(../images/tile-components/BigGearCW.png);
}
.GearTile-bigGear--counterClockwise {
  background-image: url(../images/tile-components/BigGearCCW.png);
}
.GearTile-rivets {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/tile-components/EmptyFloorRivets.png);
}
.ConveyorTile {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ConveyorTile-floor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.ConveyorTile-floor--straight {
  background-image: url(../images/tile-components/ConveyorTileStraight.png);
}
.ConveyorTile-floor--turn {
  background-image: url(../images/tile-components/ConveyorTileTurn.png);
}
.ConveyorTile-floor--orientUp {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ConveyorTile-floor--orientRight {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ConveyorTile-floor--turn90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ConveyorTile-floor--turn180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ConveyorTile-floor--turn270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.ConveyorTile-beltContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ConveyorTile-beltContainer--onscreenToUp {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ConveyorTile-beltContainer--onscreenToUp.ConveyorTile-beltContainer--moving {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.ConveyorTile-beltContainer--onscreenToDown {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ConveyorTile-beltContainer--onscreenToDown.ConveyorTile-beltContainer--moving {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.ConveyorTile-beltContainer--onscreenToRight {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ConveyorTile-beltContainer--onscreenToRight.ConveyorTile-beltContainer--moving {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.ConveyorTile-beltContainer--onscreenToLeft {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ConveyorTile-beltContainer--onscreenToLeft.ConveyorTile-beltContainer--moving {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.ConveyorTile-beltContainer--offscreenFromDown {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.ConveyorTile-beltContainer--offscreenFromDown.ConveyorTile-beltContainer--moving {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ConveyorTile-beltContainer--offscreenFromUp {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.ConveyorTile-beltContainer--offscreenFromUp.ConveyorTile-beltContainer--moving {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ConveyorTile-beltContainer--offscreenFromLeft {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.ConveyorTile-beltContainer--offscreenFromLeft.ConveyorTile-beltContainer--moving {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ConveyorTile-beltContainer--offscreenFromRight {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.ConveyorTile-beltContainer--offscreenFromRight.ConveyorTile-beltContainer--moving {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ConveyorTile-beltContainer--rotateBottomRight {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.ConveyorTile-beltContainer--rotateBottomLeft {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.ConveyorTile-beltContainer--rotateTopRight {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.ConveyorTile-beltContainer--rotateTopLeft {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.ConveyorTile-beltContainer--rotateClockwiseToOff {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ConveyorTile-beltContainer--rotateClockwiseToOff.ConveyorTile-beltContainer--moving {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ConveyorTile-beltContainer--rotateCounterClockwiseToOff {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ConveyorTile-beltContainer--rotateCounterClockwiseToOff.ConveyorTile-beltContainer--moving {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ConveyorTile-beltContainer--rotateCounterClockwiseToOn {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ConveyorTile-beltContainer--rotateCounterClockwiseToOn.ConveyorTile-beltContainer--moving {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ConveyorTile-beltContainer--rotateClockwiseToOn {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ConveyorTile-beltContainer--rotateClockwiseToOn.ConveyorTile-beltContainer--moving {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ConveyorTile-beltContainer--animatingMove {
  -webkit-transition: -webkit-transform 600ms linear;
  transition: -webkit-transform 600ms linear;
  transition: transform 600ms linear;
  transition: transform 600ms linear, -webkit-transform 600ms linear;
}
.ConveyorTile-beltContainer--animatingBounce {
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}
.ConveyorTile-belt {
  position: absolute;
  top: 0;
  left: 22%;
  width: 55%;
  height: 99%;
}
.ConveyorTile-belt--orientUp {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ConveyorTile-belt--orientRight {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ConveyorTile-belt--hidden {
  display: none;
}
.ConveyorTile-beltGlareLight {
  position: absolute;
  width: 55%;
  height: 9%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/tile-components/ConveyorBeltLightGlare.png);
}
.ConveyorTile-beltGlareLight--top {
  top: 0;
  left: 0;
  -webkit-transform: translate(41%, 6%);
          transform: translate(41%, 6%);
}
.ConveyorTile-beltGlareLight--right {
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg) translate(141%, 6%);
          transform: rotate(90deg) translate(141%, 6%);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.ConveyorTile-beltGlareDark {
  position: absolute;
  width: 55%;
  height: 9%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/tile-components/ConveyorBeltDarkGlare.png);
}
.ConveyorTile-beltGlareDark--bottom {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(41%, -6%);
          transform: translate(41%, -6%);
}
.ConveyorTile-beltGlareDark--left {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(90deg) translate(-141%, 6%);
          transform: rotate(90deg) translate(-141%, 6%);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.ConveyorTile-beltGlareLight--hidden,
.ConveyorTile-beltGlareDark--hidden {
  display: none;
}
.ConveyorTile-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.ConveyorTile-arrow--up {
  width: 39%;
  height: 76%;
  background-image: url(../images/tile-components/ConveyorBeltUpArrow.png);
}
.ConveyorTile-arrow--turnLeft {
  width: 50%;
  height: 50%;
  background-image: url(../images/tile-components/ConveyorBeltTurnLeftArrow.png);
}
.ConveyorTile-arrow--turnRight {
  width: 50%;
  height: 50%;
  background-image: url(../images/tile-components/ConveyorBeltTurnRightArrow.png);
}
.ConveyorTile-arrow--upAndFromLeft {
  width: 39%;
  height: 76%;
  background-image: url(../images/tile-components/ConveyorBeltUpAndFromLeftArrow.png);
}
.ConveyorTile-arrow--upAndFromRight {
  width: 39%;
  height: 76%;
  background-image: url(../images/tile-components/ConveyorBeltUpAndFromRightArrow.png);
}
.ConveyorTile-arrow--mergeUp {
  width: 39%;
  height: 46%;
  background-image: url(../images/tile-components/ConveyorBeltMergeUpArrow.png);
}
.ConveyorTile-arrow--orientUp {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.ConveyorTile-arrow--orientUpLeftTurn {
  -webkit-transform: translate(-50%, -50%) translate(-17px, 6px) rotate(0);
          transform: translate(-50%, -50%) translate(-17px, 6px) rotate(0);
}
.ConveyorTile-arrow--orientUpRightTurn {
  -webkit-transform: translate(-50%, -50%) translate(17px, 6px) rotate(0);
          transform: translate(-50%, -50%) translate(17px, 6px) rotate(0);
}
.ConveyorTile-arrow--orientRight {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.ConveyorTile-arrow--orientRightLeftTurn {
  -webkit-transform: translate(-50%, -50%) translate(-6px, -17px) rotate(90deg);
          transform: translate(-50%, -50%) translate(-6px, -17px) rotate(90deg);
}
.ConveyorTile-arrow--orientRightRightTurn {
  -webkit-transform: translate(-50%, -50%) translate(-6px, 17px) rotate(90deg);
          transform: translate(-50%, -50%) translate(-6px, 17px) rotate(90deg);
}
.ConveyorTile-arrow--orientDown {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.ConveyorTile-arrow--orientDownLeftTurn {
  -webkit-transform: translate(-50%, -50%) translate(17px, -6px) rotate(180deg);
          transform: translate(-50%, -50%) translate(17px, -6px) rotate(180deg);
}
.ConveyorTile-arrow--orientDownRightTurn {
  -webkit-transform: translate(-50%, -50%) translate(-17px, -6px) rotate(180deg);
          transform: translate(-50%, -50%) translate(-17px, -6px) rotate(180deg);
}
.ConveyorTile-arrow--orientLeft {
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
          transform: translate(-50%, -50%) rotate(270deg);
}
.ConveyorTile-arrow--orientLeftLeftTurn {
  -webkit-transform: translate(-50%, -50%) translate(6px, 17px) rotate(270deg);
          transform: translate(-50%, -50%) translate(6px, 17px) rotate(270deg);
}
.ConveyorTile-arrow--orientLeftRightTurn {
  -webkit-transform: translate(-50%, -50%) translate(6px, -17px) rotate(270deg);
          transform: translate(-50%, -50%) translate(6px, -17px) rotate(270deg);
}
.TileWalls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.TileWalls-wall {
  position: absolute;
}
.TileWalls-wall--I {
  left: 0;
  width: 100%;
  height: 13%;
  background-image: url(../images/tile-components/WallI.png);
  background-size: 100%;
}
.TileWalls-wall--ITop {
  top: 0;
}
.TileWalls-wall--IRight {
  top: 0;
  -webkit-transform: translate(0, -100%) rotate(-90deg);
          transform: translate(0, -100%) rotate(-90deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.TileWalls-wall--IBottom {
  bottom: 0;
}
.TileWalls-wall--ILeft {
  top: 0;
  -webkit-transform: translate(0, -100%) rotate(90deg);
          transform: translate(0, -100%) rotate(90deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.TileWalls-wall--L {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/tile-components/WallL.png);
  background-size: 100%;
}
.TileWalls-wall--LTopLeft {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.TileWalls-wall--LTopRight {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.TileWalls-wall--LBottomLeft {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.TileWalls-wall--LBottomRight {
  -webkit-transform: 0;
          transform: 0;
}
.TileWalls-wall--U {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/tile-components/WallU.png);
  background-size: 100%;
}
.TileWalls-wall--UOpenTop {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.TileWalls-wall--UOpenRight {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.TileWalls-wall--UOpenBottom {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.TileWalls-wall--UOpenLeft {
  -webkit-transform: 0;
          transform: 0;
}
.TileWalls-wall--O {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/tile-components/WallO.png);
  background-size: 100%;
}
.TileWalls-wall--ghost {
  z-index: 100;
  opacity: 0.4;
}
.BetaRobotNode {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 50%;
  background-image: url(../images/movable-items/RobotAndBase.png);
  background-repeat: no-repeat;
}

/*# sourceMappingURL=main.css.map*/