body {
  background: #fff;
  overflow: hidden;
  background-image: url(../assets/intro/bg-tile.gif);
  background-size: 130px;
}

main {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 9;
}

#intro {
  z-index: 12;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  pointer-events: none;
}
#intro h1 {
  font-size: 3.2rem;
  margin: 0 1rem;
}
#intro span {
  display: inline;
  background: #000;
  color: #fff;
  padding: 0.15rem;
}

#intro.repeat {
  justify-content: flex-start;
  align-content: flex-start;
}
#intro.repeat h1 {
  font-size: 1.5rem;
  padding: 0.5rem;
  color: #fff;
}
#intro.repeat p {
  display: none;
}

#radyo {
  position: fixed;
  bottom: 0;
  margin: 3.5rem;
  max-width: 15vw;
  z-index: 3;
}
#radyo img {
  width: 100%;
}

#radyo:hover {
  filter: brightness(1.6);
  transform: rotate(15deg);
}

#ads {
  position: fixed;
  margin: 3.5rem;
  padding: 1em;
  right: 0;
  top: 0;
  z-index: 9;
  max-width: 35vw;
  object-fit: contain;
  max-height: 20vw;
}
#ads img {
  object-fit: contain;
  width: 100%;
  border: 6px groove gray;
  box-shadow: -6px 8px 20px #000;
}

.pc {
  display: none;
}

#login {
  padding: 2rem;
  border-radius: 4px;
  display: none;
}
#login input[type=text] {
  padding: 0.5rem;
  font-family: "Director";
  text-align: center;
}
#login input[type=text]:focus {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
#login #start {
  margin: 0.5rem;
  font-family: monospace;
  font-size: 1.15rem;
  text-transform: uppercase;
  left: 0.5px;
  cursor: pointer;
}
#login #start:hover {
  box-shadow: 0 0 15px #000;
}

#pc-timer {
  position: absolute;
  z-index: 9;
  margin: 3.5rem;
  background: #fff;
  text-align: center;
  padding: 1rem 2rem;
  box-shadow: 6px 8px 20px #000;
  font-family: cursive;
  border: 8px groove gray;
}
#pc-timer .logo {
  position: fixed;
  bottom: 3rem;
  right: 4rem;
  max-width: 35vw;
}
#pc-timer h2 {
  font-size: 1.25rem;
  margin: 0;
}
#pc-timer progress {
  display: inline-block;
  height: 24px;
}
#pc-timer .time {
  margin-top: -1rem;
  text-transform: uppercase;
  font-family: monospace;
  font-size: 1.5rem;
  font-stretch: expanded;
  font-weight: bold;
  color: blue;
}

#pc-cover {
  position: absolute;
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  top: 0;
  left: 0;
  box-shadow: inset 0 0 50px #000, inset 0 0 50px #000;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(3px);
  animation: headache 5s linear infinite;
  z-index: 11;
  pointer-events: none;
  opacity: 0.8;
  margin: 3rem;
  overflow: hidden;
}
#pc-cover .scanlines {
  position: absolute;
  width: 100%;
  height: 600%;
  top: 0;
  left: 0;
  background-image: url(../assets/game/scanlines.png);
  animation: scanline 180s linear infinite alternate;
}
#pc-cover .fingerprints {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -5%;
  left: -5%;
  background-size: 80%;
  background-image: url(../assets/fingerprints.gif);
  opacity: 0.3;
  filter: blur(0.5px);
  transform: rotate(5deg);
}

@-webkit-keyframes scanline {
  0% {
    top: 0;
    opacity: 0.4;
  }
  50% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    top: -500vh;
    opacity: 0.5;
  }
}
@-webkit-keyframes headache {
  0% {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.18), inset 0 0 50px #000;
    backdrop-filter: blur(0.2px);
  }
  25% {
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0.4px);
  }
  50% {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(0.2px);
  }
  50% {
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0.6px);
  }
  100% {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(0.2px);
  }
}
.pesos {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(2deg);
  transform: translate(-50%, -50%) rotate(2deg);
  line-height: 150%;
  width: 494px;
  height: 201px;
  transform: translate(10deg);
  background-image: url(../assets/intro/pesos.gif);
  max-width: 90vw;
  cursor: pointer;
}

#note {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(2deg);
  transform: translate(-50%, -50%) rotate(2deg);
  line-height: 150%;
  width: 350px;
  height: 520px;
  max-height: 80vh;
  background-image: url(../assets/intro/note.gif);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
#note .wrapper {
  padding: 1.5rem;
  margin-top: 1.75rem;
  margin-left: 3rem;
  pointer-events: none;
}

#note:hover {
  -ms-transform: translate(-50%, -50%) rotate(-3deg);
  transform: translate(-50%, -50%) rotate(-3deg);
}

.junk {
  position: absolute;
  display: block;
  width: 50px;
  height: 40px;
  background-image: url(../assets/intro/junk-1.gif);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -9;
}

#room {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 3rem solid #000;
  overflow: hidden;
}
#room .cubicle {
  position: absolute;
  display: block;
  left: 10%;
  top: -60px;
}
#room .cubicle span[computer] {
  position: absolute;
  top: -100px;
  left: 10px;
  display: block;
  width: 270px;
  height: 200px;
  background-image: url(../assets/intro/old-pc.gif);
  background-size: contain;
  background-repeat: no-repeat;
}
#room .cubicle span[chair] {
  position: absolute;
  top: 120px;
  display: block;
  width: 150px;
  height: 160px;
  background-image: url(../assets/intro/chair.gif);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
#room .cubicle:hover span[chair] {
  background-image: url(../assets/intro/chair-selected.gif);
}
#room .cubicle[sitting] span[chair] {
  background-image: url(../assets/intro/chair-sitting.gif);
}

#end {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#end span {
  text-shadow: 0 0 40px #fff, 0 0 15px #fff;
  margin: 0.5rem;
  pointer-events: none;
}

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