.enter-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  z-index: 999999;
  cursor: pointer;
  animation: enterGlitch 0.08s infinite linear;
  filter: drop-shadow(2px 0 red) drop-shadow(-2px 0 cyan);
  will-change: transform;
}
.divider {
  width: 100%;
  height: 4px;
  background: black;
  margin-top: 10px;
  margin-bottom: 10px;
}
.microtext {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  opacity: 0.25;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.ascii {
  position: absolute;
  font-weight: bold;
  opacity: 0.9;
  z-index: 5;
  pointer-events: none;
}
.ascii-1 {
  top: 40px;
  right: 120px;
  font-size: 120px;
}
.ascii-2 {
  top: 180px;
  right: 80px;
  font-size: 42px;
}
.ascii-3 {
  top: 260px;
  right: 70px;
  font-size: 70px;
}
.ascii-4 {
  bottom: 120px;
  right: 120px;
  font-size: 48px;
}
.ascii-5 {
  bottom: 40px;
  right: 60px;
  font-size: 62px;
}
.big-noise {
  animation: noiseShift 0.08s infinite linear;
  z-index: 5;
  opacity: 0.95;
  filter: drop-shadow(2px 0 red) drop-shadow(-2px 0 cyan);
  will-change: transform;
}
.big-noise img {
  filter: contrast(120%) blur(0.4px);
}
.logo-area {
  grid-column: 1;
  grid-row: 1 / span 4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.logo-area img {
  width: 100%;
  image-rendering: pixelated;
}
.logo-area .big-noise {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  transform: none;
}
.big-noise img,
.tag-container img {
  width: 900px;
  max-width: 90vw;
  image-rendering: pixelated;
  display: block;
  margin: 0 auto;
}
body > .big-noise {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  margin-top: 40px;
  text-align: center;
}
.hero-text {
  grid-column: 2;
  grid-row: 1;
  padding-top: 20px;
  padding-left: 20px;
}
/* textos */
.small-line {
  font-size: 28px;
  margin-bottom: 10px;
}
.live-text {
  font-size: 34px;
  margin-top: 20px;
}
.tracks {
  grid-column: 2;
  grid-row: 2;
  padding-top: 20px;
  margin-left: 10px;
  font-size: 28px;
}
.data-column {
  grid-column: 2;
  grid-row: 3;
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.9;
}
.data-column ul {
  list-style: none;
  padding: 0;
}
.tracks ul {
  list-style: none;
  padding: 0;
  line-height: 1.6;
}
.messages {
  grid-column: 3;
  grid-row: 1;
  padding-top: 20px;
  font-size: 22px;
}
.messages ul {
  list-style: none;
  padding: 0;
  line-height: 1.7;
}
@font-face {
  font-family: 'PixelOperator';
  src: url('../fonts/PixelOperatorSC-Bold.ttf') format('truetype');
  font-display: swap;
}
body {
  margin: 0;
  background: #dfdfdf;
  font-family: 'PixelOperator', monospace;
  color: black;
}
#container {
  display: grid;
  grid-template-columns: 50% 32% 18%;
  grid-template-rows: auto auto auto auto;
  min-height: 100vh;
  background: #e4e4e4;
  position: relative;
  overflow: hidden;
}
.hero-text h1 {
  font-size: 78px;
  line-height: 0.95;
  letter-spacing: -6px;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.scanlines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0px,
    rgba(0, 0, 0, 0) 2px,
    rgba(0, 0, 0, 0.14) 3px,
    rgba(0, 0, 0, 0.14) 4px
  );
  mix-blend-mode: multiply;
  z-index: 9999;
}
.overlay {
  filter: blur(1px);
  position: absolute;
  font-weight: bold;
  pointer-events: none;
  opacity: 0.25;
  z-index: 20;
  mix-blend-mode: multiply;
}
.overlay-1 {
  top: 80px;
  right: 60px;
  font-size: 24px;
  transform: rotate(-8deg);
}
.overlay-2 {
  bottom: 140px;
  left: 40%;
  font-size: 42px;
  letter-spacing: -3px;
  transform: rotate(4deg);
}
.overlay-3 {
  top: 50%;
  right: 120px;
  font-size: 18px;
  transform: rotate(-90deg);
}
.tech-block {
  position: relative;
  left: auto;
  top: auto;
  font-size: 22px;
  line-height: 1.25;
  z-index: 5;
  mix-blend-mode: multiply;
  grid-column: 3;
}
.tech-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-block {
  grid-row: 2;
}
.center-block {
  grid-row: 3;
}
.symbol-column {
  position: absolute;
  right: 40px;
  top: 80px;
  font-size: 58px;
  font-weight: bold;
  line-height: 0.9;
  text-align: right;
  z-index: 4;
  opacity: 0.95;
}
.symbol-column p {
  margin: 0;
}
.micro-symbols span {
  animation: flicker 0.2s infinite alternate;
}
.micro-symbols {
  margin: 0 0 24px 0;
}
.rave-distortion {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 30;
  opacity: 0.04;
  background: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.4) 0px,
    transparent 1px,
    transparent 6px
  );
  animation: raveMove 8s infinite linear;
}
@keyframes raveMove {
  0% {
    transform: translateX(0px) skewX(0deg);
  }
  50% {
    transform: translateX(3px) skewX(1deg);
  }
  100% {
    transform: translateX(-3px) skewX(-1deg);
  }
}
@keyframes noiseShift {
  0% {
    transform: scaleY(1.2) translateX(0px);
  }
  25% {
    transform: scaleY(1.25) translateX(-2px);
  }
  50% {
    transform: scaleY(1.15) translateX(2px);
  }
  75% {
    transform: scaleY(1.3) translateX(-1px);
  }
  100% {
    transform: scaleY(1.2) translateX(1px);
  }
}
@keyframes flicker {
  0% {
    opacity: 0.3;
    transform: translateX(0px);
  }
  25% {
    opacity: 0.8;
    transform: translateX(-1px);
  }
  50% {
    opacity: 0.4;
    transform: translateX(1px);
  }
  75% {
    opacity: 1;
    transform: translateX(-2px);
  }
  100% {
    opacity: 0.5;
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 800px) {
  #container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    overflow-x: hidden;
  }
  .logo-area {
    width: 100%;
    justify-content: center;
    grid-column: auto;
    grid-row: auto;
  }
  .logo-area img {
    width: 90%;
  }
  .hero-text {
    padding: 0;
    margin-top: 20px;
    grid-column: auto;
    grid-row: auto;
  }
  .hero-text h1 {
    font-size: 42px;
    line-height: 0.95;
    letter-spacing: -2px;
  }
  .small-line {
    font-size: 18px;
  }
  .live-text {
    font-size: 20px;
  }
  .tracks,
  .messages,
  .data-column,
  .tech-block {
    padding-top: 20px;
    margin: 0;
    font-size: 18px;
    grid-column: auto;
    grid-row: auto;
  }
  .big-noise {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 40px;
    text-align: center;
  }
  .big-noise img,
  .tag-container img {
    width: 95%;
  }
  .symbol-column {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
    font-size: 24px;
    opacity: 0.25;
    text-align: right;
  }
  .overlay {
    font-size: 14px;
    opacity: 0.15;
  }
  .overlay-2 {
    left: 10%;
    bottom: 100px;
  }
  .tech-block {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 30px;
    font-size: 16px;
  }
  .ascii {
    font-size: 32px !important;
    opacity: 0.2;
  }
  .micro-symbols {
    font-size: 12px;
  }
}
@keyframes enterGlitch {
  0% {
    letter-spacing: -4px;
    text-transform: uppercase;
    transform: translateX(0px) skewX(0deg);
  }
  20% {
    transform: translateX(-2px) skewX(1deg);
  }
  40% {
    transform: translateX(3px) skewX(-1deg);
  }
  60% {
    transform: translateX(-1px) skewX(2deg);
  }
  80% {
    transform: translateX(2px) skewX(-2deg);
  }
  100% {
    transform: translateX(0px) skewX(0deg);
  }
}
.hidden-button {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: fixed;
  bottom: 40px;
  right: 40px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.75);
  color: black;
  text-decoration: none;
  font-weight: bold;
  border: 3px solid black;
  z-index: 99999;
  backdrop-filter: blur(1px);
  animation: hiddenIdle 0.08s infinite linear;
  text-shadow:
    1px 0 red,
    -1px 0 cyan;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  transition: 0.15s;
  will-change: transform;
}
.hidden-button:hover {
  background: black;
  color: white;
  transform: scale(1.08) skewX(-3deg);
  text-shadow:
    2px 0 red,
    -2px 0 cyan;
}
@keyframes hiddenIdle {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(1px);
  }
  75% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(0px);
  }
}
.typewriter {
  display: inline-block;
  overflow: hidden;
  border-right: 2px solid black;
  vertical-align: top;
  max-width: 100%;
}
.line1 {
  width: 0;
  animation:
    typing1 6s steps(5, end) forwards,
    cursorBlink 1s infinite;
}
.line2 {
  width: 0;
  animation:
    typing2 8s steps(13, end) forwards 6s,
    cursorBlink 1s infinite;
}
.line3 {
  width: 0;
  animation:
    typing3 7s steps(10, end) forwards 14s,
    cursorBlink 1s infinite;
}
.line4 {
  width: 0;
  animation:
    typing4 7s steps(9, end) forwards 21s,
    cursorBlink 1s infinite;
}
@keyframes typing1 {
  from {
    width: 0;
  }
  to {
    width: 5ch;
  }
}
@keyframes typing2 {
  from {
    width: 0;
  }
  to {
    width: 13ch;
  }
}
@keyframes typing3 {
  from {
    width: 0;
  }
  to {
    width: 10ch;
  }
}
@keyframes typing4 {
  from {
    width: 0;
  }
  to {
    width: 9ch;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes cursorBlink {
  0% {
    border-color: black;
  }
  50% {
    border-color: transparent;
  }
  100% {
    border-color: black;
  }
}
.track {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid black;
  width: 0;
  opacity: 1;
}
.t1 {
  animation: trackTyping 4s steps(16, end) forwards 24s;
}
.t2 {
  animation: trackTyping 4s steps(16, end) forwards 28s;
}
.t3 {
  animation: trackTyping 4s steps(16, end) forwards 32s;
}
.t4 {
  animation: trackTyping 4s steps(16, end) forwards 36s;
}
.t5 {
  animation: trackTyping 4s steps(16, end) forwards 40s;
}
.t6 {
  animation: trackTyping 4s steps(16, end) forwards 44s;
}
.t7 {
  animation: trackTyping 4s steps(16, end) forwards 48s;
}
.t8 {
  animation: trackTyping 4s steps(16, end) forwards 52s;
}
.t9 {
  animation: trackTyping 4s steps(16, end) forwards 56s;
}
.t10 {
  animation: trackTyping 4s steps(16, end) forwards 60s;
}
.t11 {
  animation: trackTyping 4s steps(16, end) forwards 64s;
}
.t12 {
  animation: trackTyping 4s steps(16, end) forwards 68s;
}
.t13 {
  animation: trackTyping 5s steps(24, end) forwards 72s;
}
/* BOTON OCULTO MACHINE PUNK */
.hidden-live-button {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: black;
  font-size: 28px;
  font-family: 'PixelOperator', monospace;
  cursor: pointer;
  transition: 0.15s;
  animation: secretBlink 1.2s infinite;
  text-shadow:
    0.5px 0 red,
    -0.5px 0 cyan;
}
/* RGB MUY SUAVE */
.hidden-live-button::before {
  content: '> MACHINE_PUNK//LIVE';
  position: absolute;
  top: 0;
  left: 0.5px;
  color: rgba(255, 0, 0, 0.15);
  z-index: -1;
}
.hidden-live-button::after {
  content: '> MACHINE_PUNK//LIVE';
  position: absolute;
  top: 0;
  left: -0.5px;
  color: rgba(0, 255, 255, 0.15);
  z-index: -2;
}
/* HOVER */
.hidden-live-button:hover {
  transform: skewX(-2deg) scale(1.02);
  letter-spacing: 1px;
  text-shadow:
    1px 0 red,
    -1px 0 cyan;
}
/* PARPADEO */
@keyframes secretBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
  100% {
    opacity: 1;
  }
}
@keyframes trackTyping {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
#navbar ul {
  flex-wrap: wrap;
}

/* tag container for nested image */
.tag-container {
  margin-top: 20px;
}
