@charset "UTF-8";
/* 


EDITOR


*/
@font-face {
  font-family: "FA Sysfont C";
  src: url("./assets/fonts/sysfont.woff2") format("woff2"), url("./alpha/assets/fonts/sysfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Director";
  src: url("./assets/fonts/Director-Regular.woff2") format("woff2"), url("./assets/fonts/Director-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*

  COLORS

*/
/*

  TRANSITIONS

*/
html,
body {
  scroll-behavior: smooth;
}

#e,
body,
#e-play {
  transition: background 0.15s linear;
}

* {
  box-sizing: border-box;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#ahhh {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  left: 0;
  top: 0;
  background: #000;
  color: #fff;
  padding: 2em;
  display: none;
}
#ahhh h1 {
  margin: 5vh;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 90%;
}
@media only screen and (max-width: 720px) {
  #ahhh {
    display: block;
  }
}

body {
  background: #d4d4d4;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "Times New Roman", -apple-system, BlinkMacSystemFont, "Segoe UI", serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-tooltip {
  padding: 0.5em;
  color: #edede8 !important;
  background: #000000 !important;
  box-shadow: 0 0 10px #3b4041 !important;
  border: 0 !important;
  font-family: "Times New Roman" !important;
  font-size: 0.9em !important;
}

textarea {
  resize: none;
  cols: 17;
  padding: 0.75em;
  font-size: 1.75em;
  line-height: 97.5%;
}

textarea:focus {
  border: 15px solid #fff;
  padding: 0;
}

select {
  padding: 0.25em 1em;
  margin: 0.5em auto;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #717374;
  background: #d4d4d4;
  font-family: "Times New Roman";
}

select:hover {
  cursor: pointer;
}

h1 {
  font-size: 5.6em;
  letter-spacing: -2px;
  display: block;
  text-align: center;
  pointer-events: none;
}

h2 {
  width: 100%;
  display: block;
  border-bottom: 1px solid #000000;
  font-family: "Director";
  font-size: 0.6rem;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  padding: 0.75em 0.5em;
  text-align: left;
}
h2 img {
  object-fit: contain;
  width: 18px;
}
h2 span {
  padding: 0 0.25em;
}
h2 span:first-of-type::after {
  content: " · ";
}
h2 span:first-of-type {
  padding: 0 0.25em 0 0;
}

h4 {
  padding: 0.5em;
}

/* 

    EFFECTS


*/
.fx {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.fx._1 {
  background-image: url(https://i.gifer.com/origin/c5/c50bb597295cf9c1cacc417a2c2927ea_w200.gif);
  opacity: 0.08;
  mix-blend-mode: colorburn;
}

.fx._p {
  background: #ffe6eb;
  opacity: 1;
  mix-blend-mode: exclusion;
  display: none;
}

.fx._s {
  background-image: url(assets/fx-scanline.gif);
  background-size: 120%;
  opacity: 0.06;
  mix-blend-mode: multiply;
}

.fx._cover {
  display: none;
  z-index: 20;
  object-fit: contain;
}
.fx._cover img {
  width: 100%;
  height: 100%;
}

/* 



START AND EXTRAS 



*/
#info {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 100;
  color: #464A4B;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0.75em;
  font-family: "Director";
  font-size: 0.8rem;
  text-transform: uppercase;
}
#info span {
  padding: 0.5em;
  pointer-events: all;
}

#jump {
  position: fixed;
  z-index: 100;
  text-align: center;
  opacity: 0.8;
  padding: 0.75em;
  bottom: 0;
  pointer-events: none;
}
#jump a {
  pointer-events: auto;
  display: inline-block;
  padding: 0.5em;
  margin: 0 0.25em;
  width: 70px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  mix-blend-mode: difference;
  font-size: 0.8rem;
  font-family: "Director";
  letter-spacing: -0.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.12s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.12s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
#jump a img {
  filter: invert(1);
  display: none;
}
#jump a:hover {
  transform: scale(1.22) translateY(-4px);
}
#jump a._small {
  padding: 0.5em;
  height: auto;
  margin: 0.5em;
  display: inline-block;
  font-size: 0.5rem;
}

.screen-one {
  width: 100%;
  height: 100vh;
  display: flex;
  align-content: center;
  align-items: center;
  vertical-align: center;
  justify-content: center;
}

#workspace {
  min-height: 100vh;
}

#start {
  background: #000000;
  border: 0;
  outline: 0;
  border-radius: 0;
  height: 100vh;
  width: 100vw;
  margin: 0;
  background-size: cover;
}
#start #options {
  height: 30vh;
  min-height: 200px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
#start #options a {
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
#start #options a h2 {
  line-height: 100%;
  border: 0;
  color: #edede8;
  font-family: "Director";
  text-transform: uppercase;
  font-size: 1.6rem;
  text-align: center;
}
#start #options a:hover {
  background: black;
}
#start h1._bigtitle {
  letter-spacing: -5px;
  width: 100%;
  display: inline-block;
  color: #edede8;
  font-family: "Director";
  font-size: 6em;
  line-height: 50vh;
}
#start .window-samples {
  text-align: center;
}
#start .window-samples ._sample {
  margin: 1em 0.25em;
  border-radius: 6px;
  border: 1px solid #000000;
  display: inline-block;
  width: 90px;
  height: 105px;
  font-size: 0.6rem;
  font-family: "Director";
  text-transform: uppercase;
  object-fit: contain;
  color: #edede8;
  -webkit-transition: all 0.14s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.14s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
#start .window-samples ._sample img {
  filter: grayscale(100%);
  max-width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#start .window-samples ._sample:hover {
  cursor: pointer;
  transform: translateY(-6px);
  box-shadow: 0 5px 15px #464A4B;
}
#start .window-wrapper {
  text-align: center;
}
#start .window-wrapper p {
  font-size: 1.8em;
  letter-spacing: -1px;
}
#start .window-wrapper button {
  background: #ddd;
  border: 0;
  outline: 0;
  font-size: 1.2em;
}
#start .window-wrapper button:hover {
  transform: translateY(-6px);
}
#start .window-wrapper ._smaller button {
  border-radius: 12px;
  font-size: 0.8em;
  padding: 0.75em 1.5em;
}

._howmany::after {
  content: "/15";
}

#controls-top {
  width: 100%;
  text-align: center;
  padding-bottom: 0.5em;
}
#controls-top .-metadata {
  font-family: "Director";
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.25em;
}

#controls {
  width: 200px;
  margin: 0 auto;
  padding: 1em;
}

.controls-selected {
  display: none;
  text-align: center;
}

#controls #colorpicker input[type=color] {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  border-color: transparent;
}
#controls #colorpicker input[type=color] input::-webkit-color-swatch {
  border: none;
}

#controls #colorpicker input[type=color]:hover {
  cursor: pointer;
}

#btn-savecartridge {
  margin: 0 auto;
  display: none;
}

/* EFFECTS */
#e-effects,
#e-text {
  position: absolute;
  height: 512px;
  width: 512px;
  top: 0;
  left: 0;
}

#e-effects {
  background-size: cover;
  pointer-events: none;
  z-index: 15;
}

/* TEXT */
#e-text {
  mix-blend-mode: difference;
  z-index: 14;
  pointer-events: none;
}
#e-text textarea {
  resize: none;
  padding: 0.75em;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  color: #edede8;
  font-family: "Times New Roman";
  mix-blend-mode: exclusion;
  white-space: pre-wrap;
  overflow-y: hidden;
  cursor: text;
}
#e-text textarea.__toggled {
  border: 0.5em solid rgba(255, 255, 255, 0.45);
  padding: 0.3em;
}

.library-text-controls button {
  margin-top: 1em;
}
.library-text-controls button.__toggled {
  background: #cbc7c6;
  color: #464A4B;
  border: 1px solid #cbc7c6;
  transform: translateY(-5px);
  display: inline-block;
}

#engine-window {
  display: inline-block;
  max-width: 900px;
  height: auto;
  margin: 10vh auto 20vh auto;
}

#engine {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#engine .sidebar {
  margin: 0 auto;
  padding: 0;
}

#e,
#e-play {
  display: block;
  position: relative;
  background: #000000;
  border: 1px solid #edede8;
  width: 512px;
  height: 512px;
  margin: 0;
  overflow: hidden;
}

#e .obj,
#e-play .obj,
#e-cartridge .obj {
  position: absolute;
  display: inline-block;
  width: 128px;
  height: 128px;
  mix-blend-mode: exclusion;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

#e img[data-selected="1"] {
  box-shadow: 0 0 20px #edede8;
}

#e img[data-selected="1"]:hover {
  cursor: pointer;
}

/* 



PLAY 



*/
#play {
  background: #000;
  position: relative;
  width: 512px;
  animation: pulse-engine 5s infinite;
  overflow: hidden;
  margin-bottom: 1em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.13s linear;
}
#play h2 {
  font-size: 0.8rem;
}
#play .play-overlay {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 9;
}
#play #e-cartridge {
  position: absolute;
  width: 512px;
  height: 512px;
  bottom: 0;
  z-index: 15;
  pointer-events: none;
}
#play #e-text {
  position: absolute;
  top: 0;
  z-index: 15;
  pointer-events: none;
}
#play #e-text textarea {
  resize: none;
  pointer-events: none !important;
}
#play #e-effects {
  position: absolute;
  top: 0;
  z-index: 16;
  pointer-events: none;
}
#play #e-controls {
  position: absolute;
  width: 100%;
  height: 512px;
  z-index: 12;
  bottom: 0;
}
#play #e-controls a {
  position: absolute;
  display: inline-block;
  background: #edede8;
  opacity: 0.4;
  background-blend-mode: blur(3px);
  -webkit-transition: all 0.19s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.19s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
#play #e-controls a.___n,
#play #e-controls a.___s {
  width: 100%;
  height: 18px;
}
#play #e-controls a.___e,
#play #e-controls a.___w {
  width: 18px;
  height: 512px;
}
#play #e-controls a.___n {
  left: 0;
  top: 0;
}
#play #e-controls a.___w {
  left: 0;
}
#play #e-controls a.___e {
  right: 0;
}
#play #e-controls a.___s {
  left: 0;
  bottom: 0;
}
#play #e-controls a.-inaccessible {
  opacity: 0.05;
}
#play #e-controls a:hover {
  transform: scale(1.02);
  cursor: pointer;
  background: yellow;
  mix-blend-mode: difference;
  opacity: 0.6;
}
#play #e-controls a.-inaccessible:hover {
  opacity: 0.1;
  cursor: not-allowed;
}
#play h2 {
  color: #edede8;
  border-bottom: 1px solid #edede8;
}

/* 



EDITOR 



*/
#load {
  min-height: 10vh;
  max-width: 600px;
}
#load textarea#_remix {
  resize: none;
  display: none;
  width: 80%;
  height: 312px;
  font-size: 1rem;
  padding: 1em;
  margin: 0.5em auto;
  border-radius: 8px;
  border: 1px solid #464A4B;
}

#scene_s #scene_selector,
#map #scene_selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.25em 0;
  text-align: center;
  font-family: "Director";
  letter-spacing: -1px;
}
#scene_s #scene_selector ._s,
#map #scene_selector ._s {
  display: inline-block;
  padding: 0.25em;
  background: #000000;
  color: #edede8;
  border: 1px solid #000000;
  font-size: 0.8rem;
  vertical-align: middle;
  -webkit-transition: all 0.19s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.19s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transform: scale(0.98);
}
#scene_s #scene_selector ._s.__start,
#map #scene_selector ._s.__start {
  border: 1px solid #eb80ff;
}
#scene_s #scene_selector ._s.__active,
#map #scene_selector ._s.__active {
  opacity: 1;
  border: 1px solid #edede8;
  box-shadow: 0 0 5px #000000;
  animation: pulse-black 2s infinite;
}
#scene_s #scene_selector ._s.__inactive,
#map #scene_selector ._s.__inactive {
  opacity: 0.5;
}
#scene_s #scene_selector ._s.__unused,
#map #scene_selector ._s.__unused {
  opacity: 0.25;
}
#scene_s #scene_selector ._s:hover,
#map #scene_selector ._s:hover {
  transform: scale(1.03);
  filter: invert(1);
  cursor: pointer;
  transform: translateY(-5px);
}

#scene_selector ._s {
  color: #edede8;
  flex-basis: 20%;
  min-height: 30px;
  display: inline-block;
  line-height: 100%;
  padding: 0.5em;
  margin: 0.1em;
  border-radius: 2px;
  text-align: center;
  transition: all 0.13s linear;
  box-shadow: 0 0 5px #edede8;
}

#scene_s {
  margin-bottom: 0;
}
#scene_s #scene_selector {
  max-width: 260px;
}
#scene_s #scene_selector ._s {
  font-size: 0.5em;
  margin: -0.01em;
  border-radius: 3px;
}

#map {
  max-width: 500px;
  margin-bottom: 10vh;
}
#map ._s.__start::after {
  display: block;
  content: "Start";
  color: #edede8;
  text-transform: uppercase;
  font-size: 0.6em;
}
#map ._s {
  height: 50px;
  width: 50px;
}

hr {
  height: 0;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}

#audio-player {
  max-width: 450px;
  justify-content: center;
  flex-wrap: wrap;
}
#audio-player ._controlstext {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  margin-bottom: -1em;
}
#audio-player marquee {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: 350px;
  padding: 0.5em;
  border-radius: 12px;
  border: 1px solid #000000;
}
#audio-player .controls-audio {
  margin-top: -1em;
  padding: 0 1em;
  text-align: center;
}
#audio-player .controls-audio .controls-audio-loader {
  padding: 1em;
}
#audio-player .controls-audio .controls-audio-loader * {
  vertical-align: middle;
}
#audio-player .controls-audio .controls-audio-loader input {
  height: 30px;
  padding: 0.75em;
}
#audio-player .controls-audio .controls-audio-loader button {
  padding: 0.25em 1em;
}
#audio-player .controls-audio button {
  margin: 0;
}
#audio-player .controls-audio input#_audiosource {
  display: inline-block;
  border-radius: 8px;
  background: #464A4B;
  width: 350px;
  border: 1px solid #cbc7c6;
  color: #cbc7c6;
}

#audio-player-controller {
  position: fixed;
  padding: 1em;
  z-index: 20;
  top: 0;
  width: 100%;
  text-align: center;
  display: none;
}
#audio-player-controller h3 {
  display: inline-block;
  padding: 0.2em 0.5em;
  width: 200px;
  height: 35px;
  line-height: 30px;
  border: 1px solid #edede8;
  margin: 0 auto;
  border-radius: 16px;
  color: #cbc7c6;
}
#audio-player-controller button {
  background: none;
  border: 0;
  transform: translateY(-8px);
}
#audio-player-controller button:hover {
  text-shadow: 0 0 5px #edede8;
}

#texttool input[type=text] {
  margin: 1em auto;
  width: 80%;
  padding: 0.25em;
}

#library-scene-controls {
  text-align: center;
}
#library-scene-controls button {
  background: none;
  border: 0;
  padding: 0;
  border-radius: 0;
  margin: 0;
  color: #000;
}
#library-scene-controls button:hover {
  box-shadow: none;
  background: none;
  border-radius: 0;
}
#library-scene-controls button#btn-scenecontrols-pastescene {
  opacity: 0.1;
}

#library ._assetlibrarytext {
  font-size: 0.8em;
  margin-top: 0.75em;
}
#library .library-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#library .library-selector {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  background: #000;
  padding: 0;
  height: 222px;
  max-width: 190px;
  overflow-y: scroll;
  display: none;
}
#library .library-selector img {
  margin: -0.1em;
}
#library ._toadd {
  background: #000000;
  padding: 0.25em;
  border: 0.5px solid #edede8;
  object-fit: contain;
  width: 50px;
  height: 50px;
  max-width: 50px;
  height: 50px;
  -webkit-transition: all 0.24s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.24s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
#library ._toadd:hover {
  filter: invert(1);
  transform: translateY(-3.5px);
  cursor: pointer;
  border: 0.5px solid #edede8;
  border-radius: 6px;
}

#outer-modals {
  position: fixed;
  width: 100%;
  height: 40%;
  bottom: 0;
  z-index: 30;
  pointer-events: none;
  vertical-align: bottom;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#outer-modals ._modal {
  margin-right: 2vw;
  margin-left: auto;
  margin-bottom: 1.5em;
  max-width: 320px;
  background: #edede8;
  padding: 0.15em;
  border-radius: 8px;
  border: 1px solid #000000;
  animation: pulse-modal 5s infinite;
  cursor: help;
  -webkit-transition: all 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  pointer-events: all;
  opacity: 0.9;
}
#outer-modals ._modal ._options {
  background: #c7c7c7;
  padding: 0.5em;
  text-align: center;
  border-radius: 5px;
}
#outer-modals ._modal button {
  font-size: 0.8em;
  margin: 0 0.25em;
  padding: 0.5em 0.75em;
}
#outer-modals ._modal h3 {
  border-bottom: 1px solid #000000;
  padding: 0.5em 0.25em;
  text-transform: uppercase;
  font-family: "Director";
  font-size: 0.8rem;
}
#outer-modals ._modal p {
  font-size: 0.9rem;
  padding: 0.5em 0.25em;
  line-height: 120%;
}
#outer-modals ._modal:hover {
  transform: translateY(-1em);
  cursor: pointer;
  opacity: 1;
}
#outer-modals ._modal.__warning {
  background: red;
}

#downloader_game {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  display: inline-block;
  pointer-events: none !important;
  opacity: 0 !important;
}

#downloader {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  white-space: pre !important;
  display: inline-block;
  pointer-events: none !important;
  opacity: 0 !important;
  -webkit-touch-callout: all;
  /* iOS Safari */
  -webkit-user-select: all;
  /* Safari */
  -khtml-user-select: all;
  /* Konqueror HTML */
  -moz-user-select: all;
  /* Old versions of Firefox */
  -ms-user-select: all;
  /* Internet Explorer/Edge */
  user-select: all;
}

.blocker {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #464A4B;
  top: 0;
  left: 0;
  opacity: 0.8;
  display: none;
  z-index: 8;
}

/* ANIMATIONS */
@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-black-engine {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
  }
  70% {
    transform: scale(1.02);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.98);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-engine {
  0% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-modal {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  }
}

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