    :root {
      --pale-red: #fff;
      --red: #b90000;
      --yellow: #f5f5f5;
      --purple: #ff4444;
      --grey: #fff;
      --atts: #b90000;
      --hsted: #666666;
      --background: #000000;
      --light-blue: #b90000;
      --hover-blue: #ff4444;
    }

    * {
      box-sizing: border-box;
      padding: 0;
      margin: 0;
      overflow-y: hidden;
      overflow-x: hidden;
    }

    body {
      background-color: var(--background);
      margin: 10px 0 40px;
      color: var(--grey);
      user-select: none;
    }

    audio { display: none; }

    .overlay {
      position: fixed;
      inset: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      z-index: 1000;
    }

    .overlay-text {
      margin-top: 5px;
      font-size: 16px;
    }

    .proceed-button {
      cursor: pointer;
      text-align: center;
      color: #ffffff;
      background-color: #b90000;
      font-family: TopazPlus, sans-serif;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
      transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
    }

    .proceed-button:hover {
      background-color: #a80000;
      transform: scale(1.05);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.55);
    }

    .hidden {
      display: none;
    }

    .pale-red {
      color: var(--pale-red);
    }

    .fade-in {
      opacity: 0;
      animation: fadeIn 1s forwards;
    }

    @keyframes fadeIn {
      to {
        opacity: 1;
      }
    }

    .typing {
      display: inline-block;
      overflow: hidden;
      white-space: nowrap;
      border-right: 2px solid;
      animation: typing 0.5s steps(30, end), blink-caret 0.75s step-end infinite;
    }

    @keyframes typing {
      from {
        width: 0;
      }

      to {
        width: 100%;
      }
    }

    @keyframes blink-caret {
      from,
      to {
        border-color: transparent;
      }

      50% {
        border-color: black;
      }
    }

@keyframes glitch {
  0% {
    transform: translate(0);
  }
  10% {
    transform: translate(-0.5px, 0.5px);
  }
  20% {
    transform: translate(-0.5px, -0.5px);
  }
  30% {
    transform: translate(0.5px, 0.5px);
  }
  40% {
    transform: translate(0.5px, -0.5px);
  }
  50% {
    transform: translate(-0.5px, 0.5px);
  }
  60% {
    transform: translate(-0.5px, -0.5px);
  }
  70% {
    transform: translate(0.5px, 0.5px);
  }
  80% {
    transform: translate(0.5px, -0.5px);
  }
  90% {
    transform: translate(-0.5px, 0.5px);
  }
  100% {
    transform: translate(0);
  }
}

.glitch {
  animation: glitch 0.05s infinite;
}

.hsted {
	color: var(--hsted)
}

.atts {
	color: var(--atts)
}

.purple { color: var(--purple); }

a { text-decoration: none; color: var(--grey); }

a:hover { text-decoration: none; color: var(--hover-blue); }

#text { font-family: TopazPlus; color: var(--light-blue); }

#content {
  text-align: left;
  margin: 0 auto;
  width: min(720px, 92vw);
  padding: 0 12px;
  position: relative;
  z-index: 10;
}

#content span p { padding-bottom: 10px; padding-top: 10px; }

p { font-family: TopazPlus; color: var(--grey); line-height: 1.5; }

#text p { padding-bottom: 5px; }

pre {
    font-family: TopazPlus;
    color: var(--purple);
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.ascii-logo {
  color: var(--grey);
  text-align: center;
  font-family: monospace;
  font-size: 14px;
  line-height: 1.05;
  letter-spacing: 0;
  word-spacing: 0;
  margin: 20px auto 10px;
  padding: 0 10px;
  display: block;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: pre;
  scrollbar-width: none;
  -ms-overflow-style: none;
  will-change: transform, filter;
  filter: drop-shadow(0 0 10px rgba(185, 0, 0, 0.25));
  animation: flicker1 7s infinite, asciiJitter 3.8s infinite, asciiPulse 4.6s infinite;
}

.ascii-logo::-webkit-scrollbar {
  display: none;
}

@keyframes asciiJitter {
  0%, 100% { transform: translate3d(0, 0, 0) skewX(0deg); }
  8% { transform: translate3d(-1px, 0, 0) skewX(-0.2deg); }
  9% { transform: translate3d(1px, -1px, 0) skewX(0.25deg); }
  10% { transform: translate3d(0, 1px, 0) skewX(0deg); }
  38% { transform: translate3d(0, 0, 0) skewX(0deg); }
  46% { transform: translate3d(-2px, 0, 0) skewX(-0.35deg); }
  47% { transform: translate3d(2px, 1px, 0) skewX(0.35deg); }
  48% { transform: translate3d(0, 0, 0) skewX(0deg); }
  72% { transform: translate3d(0, 0, 0) skewX(0deg); }
  88% { transform: translate3d(-1px, 1px, 0) skewX(-0.2deg); }
  89% { transform: translate3d(1px, 0, 0) skewX(0.25deg); }
}

@keyframes asciiPulse {
  0%, 100% {
    filter:
      drop-shadow(0 0 10px rgba(185, 0, 0, 0.25))
      drop-shadow(0 0 2px rgba(255, 255, 255, 0.08));
  }
  50% {
    filter:
      drop-shadow(0 0 18px rgba(185, 0, 0, 0.55))
      drop-shadow(0 0 4px rgba(255, 255, 255, 0.12));
  }
}


@font-face {
    font-family: TopazPlus;
    src: url("./assets/TopazPlus.ttf");
}

/* Remove the blinking title by removing everything 
From here */
.blink {
  display: flex;
  justify-content: center;
	animation: flicker 3s infinite;
	-webkit-animation: flicker 3s infinite;
}

.blink2 {
  display: inline-block;
  color: var(--red);
  text-shadow: 0 0 6px rgba(185, 0, 0, 0.7);
  animation: flicker2 1.6s infinite;
  -webkit-animation: flicker2 1.6s infinite;
}
  
@-webkit-keyframes flicker
{
  10% {opacity:0;}
  9% {opacity:01;}
  10% {opacity:.5;}
  13% {opacity:02;}
  20% {opacity:.5;}
  25% {opacity:1;}
}	
@keyframes flicker
{
  10% {opacity:0;}
  9% {opacity:01;}
  10% {opacity:.5;}
  13% {opacity:02;}
  20% {opacity:.5;}
  25% {opacity:1;}
}
/* To here */

/* styles.css */
@keyframes flicker1 {
    0%, 18%, 22%, 25%, 53%, 57%, 100% {
        opacity: 1;
    }
    20%, 24%, 55% {
        opacity: 0;
    }
}

@keyframes flicker2 {
    0%, 15%, 20%, 30%, 50%, 70%, 100% {
        opacity: 1;
    }
    17%, 25%, 55% {
        opacity: 0;
    }
}

@keyframes flicker3 {
    0%, 10%, 15%, 40%, 60%, 80%, 100% {
        opacity: 1;
    }
    12%, 30%, 75% {
        opacity: 0;
    }
}

.flicker-text1 {

    color: #ff0000;
    animation: flicker1 2s infinite;
}

@keyframes brokenFlicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 1;
        text-shadow: 0 0 2px #8b0000, 0 0 4px #8b0000, 0 0 6px #8b0000;
    }
    20%, 22%, 24%, 55% {
        opacity: 0.7;
        text-shadow: none;
    }
    26%, 53% {
        opacity: 0.85;
        text-shadow: 0 0 1px #8b0000, 0 0 2px #8b0000, 0 0 3px #8b0000;
    }
}

.flicker-text {
    color: #ff0000;
    text-shadow: 0 0 2px #8b0000, 0 0 4px #8b0000, 0 0 6px #8b0000;
    animation: brokenFlicker 3s infinite;
}


@keyframes brokenFlicker2 {
  0%, 20%, 22%, 29%, 35%, 76%, 81%, 100% {
        opacity: 1;
        text-shadow: 0 0 2px #8b0000, 0 0 4px #8b0000, 0 0 6px #8b0000;
}
  15%, 25%, 29%, 58% {
        opacity: 0.7;
        text-shadow: none;
}
  22%, 63% {
        opacity: 0.85;
        text-shadow: 0 0 1px #8b0000, 0 0 2px #8b0000, 0 0 3px #8b0000;
}}

.flicker-text2 {
    color: #ff0000;
    text-shadow: 0 0 2px #8b0000, 0 0 4px #8b0000, 0 0 6px #8b0000;
    animation: brokenFlicker2 0.01s infinite;
}

.hosted {
	bottom:0px;
	position: absolute;
    bottom: 2;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 500px) {
    pre {
      font-size: 15px;
    }
    #content { width: 94%; }
    span { font-size: 12px; }
    #text p { width: 100%; font-size: 12px; }
    .ascii-logo {
      font-size: 10px;
      line-height: 1;
      padding: 0 6px;
    }

    body { margin: 10px 0 28px; }
    #content { text-align: center; }
    .section-line { justify-content: center; }
    .section-block { text-align: center; }
    .member-list p { justify-content: center; flex-wrap: wrap; }
    .member-list a { word-break: break-word; }
}
#controls {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-bottom: -30px;
}
#songTitle {
  font-size: 18px;
  margin: 0 auto;
  font-family: 'TopazPlus', Arial, sans-serif;
  color: var(--red)
}

.section-line {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--pale-red);
  margin: 12px 0 6px;
  letter-spacing: 1px;
}

.lead-dash { color: var(--pale-red); }

.section-title {
  color: var(--red);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 0 6px rgba(185, 0, 0, 0.6);
}

.section-block {
  background: rgba(10, 0, 0, 0.45);
  border: 1px solid rgba(185, 0, 0, 0.35);
  border-radius: 6px;
  padding: 12px 14px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  margin-bottom: 16px;
}

.member-list p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
}

.member-info {
  text-align: center;
  margin-top: 18px;
  min-height: 140px;
}

.member-avatar {
  height: 120px;
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(185, 0, 0, 0.55);
  object-fit: cover;
}

.member-name {
  margin-top: 8px;
  margin-bottom: 0;
  color: #ffffff;
  letter-spacing: 1px;
}

.member-separator {
  border-top: 1px solid #ffffff;
  margin: 6px 0;
}

.member-description {
  margin-top: 5px;
}

.scanlines {
  pointer-events: none;
  position: fixed;
  inset: 0;
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04) 0,
    rgba(255, 255, 255, 0.04) 1px,
    transparent 1px,
    transparent 3px
  );
  mix-blend-mode: soft-light;
  opacity: 0.35;
  z-index: 5;
}

.text-bleed {
  background: linear-gradient(90deg, rgba(185, 0, 0, 0.9), rgba(255, 255, 255, 0.8));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.6px;
  will-change: transform, text-shadow, letter-spacing;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.15), 0 0 6px rgba(185, 0, 0, 0.35);
  animation: bleed 6s ease-in-out infinite, sanctumJitter 7.2s infinite;
}

@keyframes sanctumJitter {
  0%, 100% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.15), 0 0 6px rgba(185, 0, 0, 0.35);
    letter-spacing: 0.6px;
  }
  12% {
    transform: translate3d(-1px, 0, 0);
    text-shadow: 1px 0 0 rgba(255, 0, 60, 0.35), -1px 0 0 rgba(40, 200, 255, 0.22);
  }
  13% {
    transform: translate3d(1px, -1px, 0);
    letter-spacing: 1.2px;
  }
  14% {
    transform: translate3d(0, 0, 0);
    letter-spacing: 0.6px;
  }
  46% {
    transform: translate3d(0, 0, 0);
  }
  47% {
    transform: translate3d(-2px, 1px, 0);
    text-shadow: 2px 0 0 rgba(255, 0, 60, 0.45), -2px 0 0 rgba(40, 200, 255, 0.28);
  }
  48% {
    transform: translate3d(2px, 0, 0);
  }
  49% {
    transform: translate3d(0, 0, 0);
  }
  76% {
    transform: translate3d(0, 0, 0);
  }
  88% {
    transform: translate3d(-1px, 1px, 0);
  }
  89% {
    transform: translate3d(1px, 0, 0);
  }
}


@keyframes bleed {
  0%,
  100% {
    filter: drop-shadow(0 0 4px rgba(185, 0, 0, 0.5));
  }
  50% {
    filter: drop-shadow(0 0 10px rgba(185, 0, 0, 0.9));
  }
}

.text-drip {
  position: relative;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8), 0 0 6px rgba(185, 0, 0, 0.6);
}

.text-drip::after {
  content: '';
  position: absolute;
  left: 10%;
  top: 100%;
  width: 2px;
  height: 12px;
  background: rgba(185, 0, 0, 0.65);
  filter: blur(1px);
  animation: drip 2.4s infinite;
}

@keyframes drip {
  0% { transform: translateY(0); opacity: 1; }
  80% { transform: translateY(10px); opacity: 0; }
  100% { opacity: 0; }
}

.glitch-text {
  position: relative;
  color: var(--grey);
  text-shadow: 1px 1px 0 #ff0033, -1px -1px 0 #33f2ff;
  animation: glitchShift 2s infinite;
}

@keyframes glitchShift {
  0% { transform: translate(0); }
  20% { transform: translate(-1px, 1px); }
  40% { transform: translate(1px, -1px); }
  60% { transform: translate(-2px, 0); }
  80% { transform: translate(2px, 2px); }
  100% { transform: translate(0); }
}

.scanlines + #content {
  position: relative;
  z-index: 10;
}

