@import url(//fontlibrary.org/face/effects-eighty);
* {
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative; /* to contain positioned children */
  z-index: 0; /* base layer */
  background-color: #243464;
  background-image: url(https://media.giphy.com/media/JqiYS6Xvdh0IM/giphy.gif);
  background-size: cover;
  background-position: 50% 40%;
  overflow: hidden;
}


.centerer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.porthole {
  width: 30vw;
  height: auto;
  mix-blend-mode: multiply;
}

.text {
  font-size: 4vw;
  font-family: "EffectsEighty";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1vw;
  color: transparent;
  width: 100%;
  text-align: center;
  mix-blend-mode: screen;
}

.one {
  text-shadow: 0 0.1vw 0.05vw #6858F2;
}

.two {
  text-shadow: 0 0 0.1vw #FFFFFF;
  -webkit-animation: text-2 0.5s infinite;
          animation: text-2 0.5s infinite;
}

@-webkit-keyframes text-2 {
  0% {
    -webkit-transform: scale(1) translate(0, 0) skew(0deg);
            transform: scale(1) translate(0, 0) skew(0deg);
  }
  7% {
    -webkit-transform: scale(1) translate(0, 0) skew(0deg);
            transform: scale(1) translate(0, 0) skew(0deg);
  }
  8% {
    -webkit-transform: scale(1.2) translate(-20px, 30px) skew(0deg);
            transform: scale(1.2) translate(-20px, 30px) skew(0deg);
  }
  11% {
    -webkit-transform: scale(1.2) translate(-20px, 30px) skew(0deg);
            transform: scale(1.2) translate(-20px, 30px) skew(0deg);
  }
  12% {
    -webkit-transform: scale(0) translate(0, 0) skew(0deg);
            transform: scale(0) translate(0, 0) skew(0deg);
  }
  29% {
    -webkit-transform: skew(-50deg);
            transform: skew(-50deg);
  }
  32% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  41% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  67% {
    -webkit-transform: scale(1) translate(0, 0) skew(0deg);
            transform: scale(1) translate(0, 0) skew(0deg);
  }
  68% {
    -webkit-transform: scale(1.2) translate(50px, 35px) skew(0deg);
            transform: scale(1.2) translate(50px, 35px) skew(0deg);
  }
  71% {
    -webkit-transform: scale(1.2) translate(50px, 35px) skew(0deg);
            transform: scale(1.2) translate(50px, 35px) skew(0deg);
  }
  72% {
    -webkit-transform: scale(0) translate(0, 0) skew(0deg);
            transform: scale(0) translate(0, 0) skew(0deg);
  }
  100% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
}

@keyframes text-2 {
  0% {
    -webkit-transform: scale(1) translate(0, 0) skew(0deg);
            transform: scale(1) translate(0, 0) skew(0deg);
  }
  7% {
    -webkit-transform: scale(1) translate(0, 0) skew(0deg);
            transform: scale(1) translate(0, 0) skew(0deg);
  }
  8% {
    -webkit-transform: scale(1.2) translate(-20px, 30px) skew(0deg);
            transform: scale(1.2) translate(-20px, 30px) skew(0deg);
  }
  11% {
    -webkit-transform: scale(1.2) translate(-20px, 30px) skew(0deg);
            transform: scale(1.2) translate(-20px, 30px) skew(0deg);
  }
  12% {
    -webkit-transform: scale(0) translate(0, 0) skew(0deg);
            transform: scale(0) translate(0, 0) skew(0deg);
  }
  29% {
    -webkit-transform: skew(-50deg);
            transform: skew(-50deg);
  }
  32% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  41% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  67% {
    -webkit-transform: scale(1) translate(0, 0) skew(0deg);
            transform: scale(1) translate(0, 0) skew(0deg);
  }
  68% {
    -webkit-transform: scale(1.2) translate(50px, 35px) skew(0deg);
            transform: scale(1.2) translate(50px, 35px) skew(0deg);
  }
  71% {
    -webkit-transform: scale(1.2) translate(50px, 35px) skew(0deg);
            transform: scale(1.2) translate(50px, 35px) skew(0deg);
  }
  72% {
    -webkit-transform: scale(0) translate(0, 0) skew(0deg);
            transform: scale(0) translate(0, 0) skew(0deg);
  }
  100% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
}

.intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 2rem;
  position: relative;
  z-index: 2;
}

.intro-content img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1rem 0;
  border: 2px solid #00f0ff;
  -webkit-box-shadow: 0 0 10px #00f0ff, 0 0 20px rgba(0, 240, 255, 0.5), inset 0 0 10px #00f0ff;
          box-shadow: 0 0 10px #00f0ff, 0 0 20px rgba(0, 240, 255, 0.5), inset 0 0 10px #00f0ff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: sepia(0.5) hue-rotate(180deg) contrast(1.2);
          filter: sepia(0.5) hue-rotate(180deg) contrast(1.2);
}

.intro-content img:hover {
  -webkit-filter: sepia(0.5) hue-rotate(180deg) contrast(1.5) drop-shadow(0 0 5px #ff00f0);
          filter: sepia(0.5) hue-rotate(180deg) contrast(1.5) drop-shadow(0 0 5px #ff00f0);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 0 15px #00f0ff, 0 0 30px rgba(0, 240, 255, 0.7), inset 0 0 15px #00f0ff, 0 0 10px #ff00f0;
          box-shadow: 0 0 15px #00f0ff, 0 0 30px rgba(0, 240, 255, 0.7), inset 0 0 15px #00f0ff, 0 0 10px #ff00f0;
}

.intro-content img:hover::before, .intro-content img:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  mix-blend-mode: difference;
  z-index: -1;
}

.intro-content img:hover::before {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-filter: hue-rotate(90deg);
          filter: hue-rotate(90deg);
}

.intro-content img:hover::after {
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
  -webkit-filter: hue-rotate(270deg);
          filter: hue-rotate(270deg);
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}

.intro-content img {
  -webkit-animation: pulse 3s infinite ease-in-out;
          animation: pulse 3s infinite ease-in-out;
}

.intro-content img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1em, rgba(0, 240, 255, 0.1)), color-stop(0.1em, transparent));
  background: linear-gradient(rgba(0, 240, 255, 0.1) 0.1em, transparent 0.1em);
  background-size: 100% 0.2em;
  pointer-events: none;
}

.crt-effect {
  position: relative;
  overflow: hidden;
}

.crt-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(0, 240, 255, 0.1) 0%, rgba(0, 240, 255, 0) 60%), -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0.3)));
  background: radial-gradient(ellipse at center, rgba(0, 240, 255, 0.1) 0%, rgba(0, 240, 255, 0) 60%), linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 50%);
  background-size: 100% 0.3em, 100% 0.2em;
  pointer-events: none;
  z-index: 2;
}

.intro-content {
  text-align: center;
  padding: 2rem;
  position: relative;
  z-index: 2;
  font-family: "Courier New", monospace;
  color: #00f0ff;
  text-shadow: 0 0 5px rgba(0, 240, 255, 0.7);
}

.intro-title {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
  letter-spacing: 2px;
}

.intro-title::before, .intro-title::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.intro-title::before {
  color: #ff00f0;
  z-index: -1;
  -webkit-animation: glitch-effect 3s infinite;
          animation: glitch-effect 3s infinite;
}

.intro-title::after {
  color: #0ff;
  z-index: -2;
  animation: glitch-effect 2s reverse infinite;
}

@-webkit-keyframes glitch-effect {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-3px, 3px);
            transform: translate(-3px, 3px);
  }
  40% {
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
  60% {
    -webkit-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
  }
  80% {
    -webkit-transform: translate(3px, -3px);
            transform: translate(3px, -3px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes glitch-effect {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-3px, 3px);
            transform: translate(-3px, 3px);
  }
  40% {
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
  60% {
    -webkit-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
  }
  80% {
    -webkit-transform: translate(3px, -3px);
            transform: translate(3px, -3px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.intro-subtitle {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #0f0;
  position: relative;
}

.intro-subtitle::after {
  content: "|";
  -webkit-animation: blink 1s step-end infinite;
          animation: blink 1s step-end infinite;
  margin-left: 3px;
}

@-webkit-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.intro-content p {
  font-size: 1.2rem;
  margin: 1rem 0;
  color: #00f0ff;
  position: relative;
}

.intro-content p:hover {
  -webkit-animation: text-glitch 0.5s linear infinite;
          animation: text-glitch 0.5s linear infinite;
}

@-webkit-keyframes text-glitch {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  50% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  75% {
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
  }
  100% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
}

@keyframes text-glitch {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  50% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  75% {
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
  }
  100% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
}

.matrix-text {
  background: rgba(0, 0, 0, 0.7);
  padding: 0.5rem 1rem;
  border: 1px solid #0f0;
  -webkit-box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.matrix-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(0, 255, 0, 0.1)), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 255, 0, 0.1) 50%, transparent 100%);
  -webkit-animation: matrix-scan 3s linear infinite;
          animation: matrix-scan 3s linear infinite;
}

@-webkit-keyframes matrix-scan {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

@keyframes matrix-scan {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

body {
  background-color: #1e1e1e;
  color: #c0c0c0;
  font-family: "Tahoma", sans-serif;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
}

/* Desktop Background */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://dantecyberis.neocities.org/86f13fadb691ca348fcf687680b59e1e.jpg") no-repeat center center/cover;
  opacity: 0.5;
  z-index: -1;
}

/* Taskbar */
.taskbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
  background: linear-gradient(to bottom, #333, #222);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  border-top: 1px solid #555;
  z-index: 1000;
}

.taskbar .start-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#444));
  background: linear-gradient(to bottom, #ff0000, #444);
  border: 1px solid #555;
  padding: 5px 10px;
  color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
}

.taskbar .start-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#666));
  background: linear-gradient(to bottom, #888, #666);
}

/* Desktop Icons */
.desktop-icons {
  position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.desktop-icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
}

.desktop-icons .icon img {
  width: 48px;
  height: 48px;
}

.desktop-icons .icon span {
  margin-top: 5px;
  font-size: 0.8rem;
  text-align: center;
}

/* Window */
.window {
  position: absolute;
  top: 80px;
  left: 80px;
  width: 600px;
  height: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
  background: linear-gradient(to bottom, #444, #333);
  border: 1px solid #555;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100;
}

.window.active {
  display: block;
}

.window .title-bar {
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: linear-gradient(to bottom, #666, #444);
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #555;
  cursor: move;
}

.window .title-bar .title {
  color: #fff;
  font-size: 0.9rem;
}

.window .title-bar .close-button {
  background: #f00;
  border: none;
  color: #fff;
  padding: 2px 5px;
  cursor: pointer;
}

.window .content {
  padding: 10px;
  color: #fff;
  font-size: 0.8rem;
  height: calc(100% - 30px);
  overflow-y: auto;
}

/* ASCII Companion Widget */
.companion {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 150px;
  height: 150px;
  background: #222;
  border: 1px solid #555;
  padding: 10px;
  font-family: monospace;
  font-size: 0.8rem;
  color: #0f0;
  -webkit-animation: float 3s infinite;
          animation: float 3s infinite;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Social Icons */
.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.social-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.social-icon img {
  width: 24px;
  height: 24px;
}

/* Right Side Box */
.right-box {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 300px;
  height: calc(100vh - 60px);
  /* Full height minus taskbar */
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
  background: linear-gradient(to bottom, #444, #333);
  border: 1px solid #555;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #fff;
  font-size: 0.8rem;
  z-index: 50;
}

.right-box h2 {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #0f0;
}

.right-box p {
  margin-bottom: 10px;
}

.video-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.video-gallery video {
  width: 100%;
  max-width: 500px;
  border: 1px solid #555;
  background: #222;
}

.right-box {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 220px;
  height: calc(100vh - 400px);
  /* Full height minus taskbar */
  background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
  background: linear-gradient(to bottom, #d9d9d9, #d9d9d9);
  /* Dark gradient for a futuristic look */
}

.right-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 255, 0, 0.1), transparent 70%);
  /* Subtle radial glow */
  pointer-events: none;
}

.right-box h2 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #f78b04;
  /* Neon green */
  font-family: "Arial Black", sans-serif;
  /* Bold, futuristic font */
  letter-spacing: 2px;
  /* Spaced-out letters */
}

.right-box p {
  margin-bottom: 10px;
  color: #f78b04;
  /* Neon green */
}

.right-box p::before {
  content: "> ";
  color: #153a42;
  /* Neon green */
  text-shadow: 0 0 5px #2b1718;
  /* Glowing effect */
}

.right-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#027f93), to(transparent));
  background: linear-gradient(to right, #027f93, transparent);
  /* Neon green gradient at the bottom */
  -webkit-animation: scanline 5s linear infinite;
          animation: scanline 5s linear infinite;
  /* Scanning line animation */
}

@-webkit-keyframes scanline {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes scanline {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* Intro Screen */
.intro-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #0a1f24, #000);
  /* Dark radial gradient */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10000;
  /* Ensure it's on top of everything */
  color: #00ff00;
  /* Classic green terminal text */
  font-family: "Courier New", monospace;
  text-align: center;
  overflow: hidden;
}

/* Intro Content */
.intro-content {
  max-width: 600px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  /* Semi-transparent black background */
  border: 2px solid #ffffff;
  /* Green border */
  -webkit-box-shadow: 0 0 20px rgba(206, 206, 206, 0.5);
          box-shadow: 0 0 20px rgba(206, 206, 206, 0.5);
}

/* Glitchy Title */
.intro-title {
  font-size: 4rem;
  color: #00ff00;
  text-shadow: 0 0 10px rgba(0, 255, 0, 0.7), 0 0 20px rgba(0, 255, 0, 0.5);
  margin-bottom: 20px;
  position: relative;
}

.intro-title::before,
.intro-title::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #00ff00;
  text-shadow: 0 0 10px rgba(0, 255, 0, 0.7), 0 0 20px rgba(0, 255, 0, 0.5);
  opacity: 0.8;
}

.intro-title::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
          clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

.intro-title::after {
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
          clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

/* Loading Bar */
.loading-bar {
  width: 100%;
  height: 10px;
  background: #1f6f7a;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.loading-progress {
  width: 0;
  height: 100%;
  background: #00ff00;
  -webkit-animation: loading 3s linear forwards;
          animation: loading 3s linear forwards;
}

@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* Start Button */
.start-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#153a42));
  background: linear-gradient(to bottom, #000000, #153a42);
  border: 2px solid #ffffff;
  padding: 10px 20px;
  color: #fefefe;
  font-size: 2rem;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.start-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff00), to(#1f6f7a));
  background: linear-gradient(to bottom, #00ff00, #1f6f7a);
  -webkit-box-shadow: 0 0 10px rgba(0, 255, 0, 0.7);
          box-shadow: 0 0 10px rgba(0, 255, 0, 0.7);
}

/* Enhanced intro screen */
.intro-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #0a1f24, #000);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10000;
  color: #00ff00;
  font-family: "Courier New", monospace;
  text-align: center;
  overflow: hidden;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.scanlines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(0, 255, 0, 0.05)), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 255, 0, 0.05) 50%, transparent 100%);
  background-size: 100% 4px;
  pointer-events: none;
  -webkit-animation: scanline 8s linear infinite;
          animation: scanline 8s linear infinite;
}

@keyframes scanline {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}

.system-message {
  font-size: 1.2rem;
  margin: 1rem 0;
  color: #00f0ff;
  text-shadow: 0 0 5px rgba(0, 240, 255, 0.7);
  opacity: 0;
  -webkit-animation: fadeIn 2s ease-in 1s forwards;
          animation: fadeIn 2s ease-in 1s forwards;
}

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

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

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-reflect: below 2px linear-gradient(transparent, rgba(0, 0, 0, 0.333333));
}

.container .box {
  position: relative;
  width: 300px;
  height: 300px;
  background: linear-gradient(45deg, #00f376 10%, transparent 10%, transparent 50%, #00f376 50%, #00f376 60%, transparent 60%, transparent 100%);
  background-size: 40px 40px;
  -webkit-transform: rotate(calc(var(--i) * 90deg));
          transform: rotate(calc(var(--i) * 90deg));
  -webkit-animation: animate 0.3s linear infinite;
          animation: animate 0.3s linear infinite;
}

@-webkit-keyframes animate {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 40px;
  }
}

@keyframes animate {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .container .box {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .container .box {
    width: 150px;
    height: 150px;
  }
}

html, body {
  height: 100%;
  background-color: #243464;
  background-image: url(https://media.giphy.com/media/JqiYS6Xvdh0IM/giphy.gif);
  background-size: cover;
  background-position: 50% 40%;
  position: relative;
  /* Required for z-index to work */
  z-index: 3;
  /* Adjust this value as needed */
}
/*# sourceMappingURL=styles.css.map */