/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/sass/main.scss ***!
  \*********************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/normalize.css/normalize.css ***!
  \************************************************************************************************************************/
/*! 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 */
  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;
}

/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/sass/main.scss (1) ***!
  \*************************************************************************************************************************************************************************/
* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  outline: 0;
  padding: 0;
  cursor: pointer; }

figure {
  margin: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit; }

p {
  margin: 0; }

cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

@font-face {
  font-family: "Pixel NES";
  font-weight: normal;
  font-style: normal;
  src: url("assets/pixel_nes-webfont.woff2") format("woff2"), url("assets/pixel_nes-webfont.woff") format("woff"); }

body {
  background-color: #0a0a26;
  background-image: url(assets/body.png);
  font-family: "Pixel NES"; }

#crill-edi {
  background-color: #000000;
  border: 24px solid #000000;
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr;
  grid-template-rows: 260px auto 90px;
  left: calc(50vw - 464px);
  margin: 0;
  min-height: 100vh;
  width: 922px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0; }
  #crill-edi header {
    background-color: #0a0a26;
    padding: 16px; }
    #crill-edi header label {
      color: #2928a8;
      display: block;
      font-size: 22px;
      padding-bottom: 8px; }
    #crill-edi header input {
      background-color: #000000;
      border: 1px solid #48cdde;
      color: #48cdde;
      font-family: "Courier New", monospace;
      font-size: 16px;
      margin-bottom: 32px;
      text-transform: uppercase;
      width: 320px; }
    #crill-edi header ul {
      align-items: flex-start;
      display: flex;
      flex-direction: flex-row;
      justify-content: flex-start;
      max-width: 840px;
      overflow-x: scroll;
      padding-bottom: 10px;
      white-space: nowrap;
      width: auto; }
      #crill-edi header ul li {
        display: inline-block;
        margin-right: 10px; }
        #crill-edi header ul li a[data-level] {
          background-color: #1b1a66;
          border: 1px solid #000000;
          display: block;
          height: 62px;
          margin-bottom: 4px;
          width: 86px; }
          #crill-edi header ul li a[data-level].active {
            border: 1px solid #48cdde; }
        #crill-edi header ul li nav {
          align-items: flex-end;
          display: flex;
          justify-content: space-between; }
        #crill-edi header ul li span.number {
          color: #48cdde; }
        #crill-edi header ul li a.move {
          background-image: url(assets/arrows.png);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          cursor: e-resize;
          display: inline-block;
          height: 18px;
          opacity: 0;
          width: 18px; }
        #crill-edi header ul li a.add {
          background-color: #89d801;
          background-image: url(assets/plus.png);
          background-position: center center;
          background-repeat: no-repeat;
          display: inline-block;
          width: 44px;
          height: 44px;
          margin-left: 14px;
          margin-top: 8px; }
  #crill-edi main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px; }
    #crill-edi main aside label {
      color: #2928a8;
      display: block;
      font-size: 22px;
      padding-bottom: 8px; }
    #crill-edi main aside div label {
      color: #48cdde;
      font-family: "Open Sans";
      font-size: 16px; }
    #crill-edi main aside div ul {
      align-items: flex-start;
      display: flex;
      flex-direction: flex-row;
      justify-content: flex-start;
      margin-bottom: 16px; }
      #crill-edi main aside div ul li {
        margin-right: 4px; }
        #crill-edi main aside div ul li img {
          border: 1px solid #000000; }
        #crill-edi main aside div ul li a {
          border: 2px solid #000000;
          display: inline-block;
          height: 40px;
          width: 40px; }
          #crill-edi main aside div ul li a span.color {
            border: 2px solid #000000;
            display: inline-block;
            height: 36px;
            width: 36px; }
          #crill-edi main aside div ul li a span.blue {
            background-color: #4140fe; }
          #crill-edi main aside div ul li a span.cyan {
            background-color: #48cdde; }
          #crill-edi main aside div ul li a span.green {
            background-color: #89d801; }
          #crill-edi main aside div ul li a span.yellow {
            background-color: #e4e595; }
          #crill-edi main aside div ul li a span.red {
            background-color: #b5301f; }
          #crill-edi main aside div ul li a span.magenta {
            background-color: #9f1acb; }
          #crill-edi main aside div ul li a.active {
            border: 2px solid #4140fe;
            border-left-color: #ffffff;
            border-top-color: #ffffff; }
    #crill-edi main section {
      background-image: url(assets/grid-lines.png), url(assets/grid-body.png);
      background-position: top left;
      border: 2px solid #ffffff;
      border-right-color: #4140fe;
      border-bottom-color: #4140fe;
      display: grid;
      grid-gap: 0;
      grid-template-columns: repeat(14, 1fr);
      grid-template-rows: repeat(10, 1fr);
      height: 324px;
      width: 452px; }
      #crill-edi main section span:hover {
        cursor: pointer;
        opacity: 0.6; }
      #crill-edi main section.remove span:hover {
        opacity: 1;
        background-image: url(assets/remove.png); }
      #crill-edi main section.wall span:hover, #crill-edi main section span.wall {
        background-image: url(assets/wall.png); }
      #crill-edi main section.blue-color span:hover, #crill-edi main section span.blue-color {
        background-image: url(assets/blue-color.png); }
      #crill-edi main section.cyan-color span:hover, #crill-edi main section span.cyan-color {
        background-image: url(assets/cyan-color.png); }
      #crill-edi main section.green-color span:hover, #crill-edi main section span.green-color {
        background-image: url(assets/green-color.png); }
      #crill-edi main section.yellow-color span:hover, #crill-edi main section span.yellow-color {
        background-image: url(assets/yellow-color.png); }
      #crill-edi main section.red-color span:hover, #crill-edi main section span.red-color {
        background-image: url(assets/red-color.png); }
      #crill-edi main section.magenta-color span:hover, #crill-edi main section span.magenta-color {
        background-image: url(assets/magenta-color.png); }
      #crill-edi main section.blue-move span:hover, #crill-edi main section span.blue-move {
        background-image: url(assets/blue-move.png); }
      #crill-edi main section.cyan-move span:hover, #crill-edi main section span.cyan-move {
        background-image: url(assets/cyan-move.png); }
      #crill-edi main section.green-move span:hover, #crill-edi main section span.green-move {
        background-image: url(assets/green-move.png); }
      #crill-edi main section.yellow-move span:hover, #crill-edi main section span.yellow-move {
        background-image: url(assets/yellow-move.png); }
      #crill-edi main section.red-move span:hover, #crill-edi main section span.red-move {
        background-image: url(assets/red-move.png); }
      #crill-edi main section.magenta-move span:hover, #crill-edi main section span.magenta-move {
        background-image: url(assets/magenta-move.png); }
      #crill-edi main section.death span:hover, #crill-edi main section span.death {
        background-image: url(assets/red-death.png); }
      #crill-edi main section.blue-paint span:hover, #crill-edi main section span.blue-paint {
        background-image: url(assets/blue-paint.png); }
      #crill-edi main section.cyan-paint span:hover, #crill-edi main section span.cyan-paint {
        background-image: url(assets/cyan-paint.png); }
      #crill-edi main section.green-paint span:hover, #crill-edi main section span.green-paint {
        background-image: url(assets/green-paint.png); }
      #crill-edi main section.yellow-paint span:hover, #crill-edi main section span.yellow-paint {
        background-image: url(assets/yellow-paint.png); }
      #crill-edi main section.red-paint span:hover, #crill-edi main section span.red-paint {
        background-image: url(assets/red-paint.png); }
      #crill-edi main section.magenta-paint span:hover, #crill-edi main section span.magenta-paint {
        background-image: url(assets/magenta-paint.png); }
      #crill-edi main section.blue-ball span:hover, #crill-edi main section span.blue-ball {
        background-image: url(assets/blue-ball.png); }
      #crill-edi main section.cyan-ball span:hover, #crill-edi main section span.cyan-ball {
        background-image: url(assets/cyan-ball.png); }
      #crill-edi main section.green-ball span:hover, #crill-edi main section span.green-ball {
        background-image: url(assets/green-ball.png); }
      #crill-edi main section.yellow-ball span:hover, #crill-edi main section span.yellow-ball {
        background-image: url(assets/yellow-ball.png); }
      #crill-edi main section.red-ball span:hover, #crill-edi main section span.red-ball {
        background-image: url(assets/red-ball.png); }
      #crill-edi main section.magenta-ball span:hover, #crill-edi main section span.magenta-ball {
        background-image: url(assets/magenta-ball.png); }
      #crill-edi main section.ball-down span:hover, #crill-edi main section span.ball-down {
        transform: rotate(180deg); }
  #crill-edi footer {
    background-color: #0a0a26;
    padding: 16px; }
    #crill-edi footer label {
      color: #2928a8;
      display: block;
      font-size: 22px;
      padding-bottom: 8px; }
    #crill-edi footer ul {
      align-items: flex-start;
      display: flex;
      flex-direction: flex-row;
      justify-content: flex-start; }
      #crill-edi footer ul li {
        border-right: 2px solid #2928a8;
        padding-right: 10px;
        margin-right: 10px; }
        #crill-edi footer ul li:last-of-type {
          border-right: 0; }
        #crill-edi footer ul li a {
          color: #89d801;
          font-family: "Pixel NES";
          font-size: 16px;
          text-decoration: none; }
          #crill-edi footer ul li a:hover {
            text-decoration: underline; }
  #crill-edi .na {
    opacity: .3; }
    #crill-edi .na * {
      cursor: default; }
  #crill-edi #loadGame {
    display: none; }
  #crill-edi .untested {
    opacity: .3; }


/*# sourceMappingURL=crill-edi.css.map*/