@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: #fff;
  background: #07090d;
  font-family: "VT323", monospace;
}

.desktop {
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(circle at 50% 40%, rgba(0, 96, 255, 0.6), transparent 32%), linear-gradient(125deg, #03109d, #001349 55%, #15002f);
}
.desktop::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.25;
  background: linear-gradient(90deg, transparent 49%, #53d5ff 50%, transparent 51%) 0 0/112px 112px, linear-gradient(transparent 49%, #53d5ff 50%, transparent 51%) 0 0/112px 112px;
  transform: perspective(500px) rotateX(60deg) scale(2.1) translateY(20%);
}
.desktop::after {
  content: "▲ 69.420% ▲ 420.000% ▲ $MOON ▲ BUY BUY BUY ▲";
  position: absolute;
  z-index: -1;
  inset: 28% -12%;
  font: 5vw/1 "Press Start 2P", monospace;
  color: rgba(135, 224, 255, 0.15);
  word-spacing: 2rem;
  transform: rotate(-11deg);
}

.noise {
  position: fixed;
  pointer-events: none;
  z-index: 10;
  inset: 0;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  animation: noise 0.18s steps(2) infinite;
}

.ticker {
  height: 36px;
  overflow: hidden;
  background: #d7ff00;
  color: #000;
  border-bottom: 4px solid #000;
  font: 16px/36px "Press Start 2P", monospace;
  white-space: nowrap;
}

.ticker__track {
  display: flex;
  width: max-content;
  animation: ticker 6s linear infinite;
}

.ticker__group {
  display: flex;
  flex: none;
}
.ticker__group span {
  margin-right: 4rem;
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) 1.5fr minmax(220px, 1fr);
  gap: clamp(16px, 2vw, 34px);
  align-items: center;
  min-height: calc(100vh - 78px);
  max-width: 1500px;
  padding: 4rem clamp(18px, 5vw, 88px) 6rem;
  margin: auto;
}

.window {
  border: 3px solid;
  border-color: #fff #252525 #252525 #fff;
  box-shadow: 4px 4px 0 #000;
  color: #050505;
  background: #c2c5c9;
  font-size: 25px;
  transform: rotate(-2deg);
}

.titlebar, .meme-card__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 27px;
  padding: 3px 6px;
  background: linear-gradient(90deg, #001aaf, #087bd7);
  color: #fff;
  font: 11px "Press Start 2P", monospace;
}

.window-buttons {
  letter-spacing: 4px;
}

.window__body {
  padding: 12px;
}

.watchlist {
  align-self: start;
  margin-top: 4.5rem;
  animation: crt-refresh 1.4s steps(2) infinite;
}

.blink {
  color: #ce0000;
  font-weight: bold;
  animation: blink 0.8s steps(2) infinite;
}

.quote {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px dotted #555;
  color: #007c16;
}

.red {
  color: #d40000;
}

.mini-chart {
  display: flex;
  align-items: end;
  height: 75px;
  gap: 5px;
  margin: 13px 0;
  border-bottom: 2px solid #111;
}
.mini-chart i {
  flex: 1;
  background: repeating-linear-gradient(90deg, #00ad15 0 3px, #00650b 3px 5px);
  animation: bars 0.8s ease-in-out infinite alternate;
}
.mini-chart i:nth-child(2n) {
  height: 68% !important;
  animation-delay: -0.45s;
}
.mini-chart i:nth-child(3n) {
  animation-delay: -0.2s;
}

.tiny-button, .button {
  border: 3px solid;
  border-color: #fff #252525 #252525 #fff;
  box-shadow: 4px 4px 0 #000;
  cursor: pointer;
  color: #000;
  background: #eee;
  font: 12px "Press Start 2P", monospace;
  text-decoration: none;
}

.tiny-button {
  width: 100%;
  padding: 9px 2px;
}

.hero__content {
  text-align: center;
  filter: drop-shadow(5px 7px 0 rgba(0, 0, 0, 0.5));
}

.eyebrow {
  margin: 0 0 18px;
  color: #d7ff00;
  font: 12px "Press Start 2P", monospace;
  animation: hue 1.5s steps(2) infinite;
}

h1 {
  margin: 0;
  font: clamp(44px, 8vw, 120px)/0.8 "Press Start 2P", monospace;
  letter-spacing: -0.08em;
}

h1 span {
  color: #fff;
}

h1 em {
  display: inline-block;
  color: #ff4400;
  font-style: normal;
  text-shadow: 5px 5px #fff, 10px 10px #000;
  animation: glitch 0.5s steps(2) infinite;
}

.subhead {
  font-size: clamp(24px, 2.4vw, 37px);
  line-height: 0.9;
  text-shadow: 2px 2px #000;
}

.subhead strong {
  color: #d7ff00;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
  margin-top: 27px;
}

.button {
  padding: 17px 16px;
  line-height: 1.25;
  transition: transform 0.15s;
}
.button:hover {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0 #000;
}

.button--primary {
  background: #d7ff00;
}

.button--ghost {
  background: #ff6a00;
}

.status {
  margin-top: 27px;
  font: 11px "Press Start 2P", monospace;
}

.status span {
  color: #d7ff00;
  animation: blink 0.6s steps(2) infinite;
}

.meme-card {
  position: absolute;
  z-index: -1;
  width: min(27vw, 390px);
  right: 1%;
  top: 8%;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 3px solid;
  border-color: #fff #252525 #252525 #fff;
  box-shadow: 4px 4px 0 #000;
  animation: crt-refresh 1.1s steps(2) infinite;
}

.meme-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.77;
  object-fit: cover;
  filter: saturate(1.8) contrast(1.25);
}

.meme-card figcaption {
  padding: 5px;
  color: #111;
  font-size: 21px;
  text-align: center;
}

.terminal {
  grid-column: 3;
  grid-row: 1;
  align-self: end;
  animation: crt-refresh 0.9s steps(2) infinite;
}

.terminal__body {
  background: #020202;
  color: #e5e5e5;
  font-size: 20px;
  line-height: 0.9;
}

.terminal__body p {
  margin: 0 0 10px;
}

mark {
  color: #d7ff00;
  background: transparent;
}

.green {
  color: #00f02f;
}

.typing {
  animation: blink 0.6s steps(2) infinite;
}

.terminal__meter {
  height: 12px;
  margin: 12px 0;
  border: 1px solid #fff;
}

.terminal__meter span {
  display: block;
  width: 82%;
  height: 100%;
  background: repeating-linear-gradient(90deg, #d7ff00 0 6px, transparent 6px 9px);
  animation: load 2s steps(5) infinite;
}

.popup {
  position: absolute;
  z-index: 2;
  font-size: 22px;
  transform: none;
  animation: crt-refresh 1.1s steps(2) infinite;
}

.popup .window__body {
  text-align: center;
}

.popup--alert {
  top: 11%;
  left: 1%;
  width: 180px;
  animation-delay: -0.15s;
}

.popup--dialup {
  right: 1%;
  bottom: 9%;
  width: 185px;
  animation-delay: -0.35s;
}

.popup--fortune {
  left: 2%;
  bottom: 8%;
  width: 210px;
  animation-delay: -0.5s;
}

.popup--taskmgr {
  top: 3%;
  left: 16%;
  width: 185px;
  font-size: 18px;
  animation-delay: -0.25s;
}

.popup--taskmgr p {
  display: flex;
  justify-content: space-between;
  margin: 3px 0;
}

.popup--taskmgr p:first-child {
  display: block;
}

.popup--chat {
  top: 36%;
  right: 1%;
  width: 205px;
  font-size: 18px;
  animation-delay: -0.45s;
}

.popup--chat p {
  margin: 4px 0;
  text-align: left;
}

.chat-input {
  padding: 3px;
  border: 1px inset #fff;
  color: #555;
}

.popup--error {
  right: 16%;
  bottom: 3%;
  width: 155px;
  animation-delay: -0.1s;
}

.error-x {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: #e00000;
  border-radius: 50%;
  font: 34px/1 Arial;
}

.popup--error p {
  margin: 7px 0 0;
}

.popup--browser {
  top: 54%;
  left: 1%;
  width: 175px;
  font-size: 18px;
  animation-delay: -0.55s;
}

.browser-url {
  padding: 3px;
  margin: 0;
  border: 1px inset #fff;
  background: #fff;
  color: #222;
  font-size: 14px;
}

.browser-page {
  margin: 8px 0 0;
  color: #001aaf;
  font: 13px/1.3 "Press Start 2P", monospace;
}

.alert-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 8px;
  color: #fff;
  background: #e00000;
  border-radius: 50%;
  font: 32px/1 Arial, sans-serif;
  animation: blink 0.45s steps(2) infinite;
}

.dialup-bars {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 4px;
  height: 28px;
  margin: 6px 0;
}

.dialup-bars i {
  width: 9px;
  background: #001aaf;
}
.dialup-bars i:nth-child(1) {
  height: 20%;
}
.dialup-bars i:nth-child(2) {
  height: 40%;
}
.dialup-bars i:nth-child(3) {
  height: 60%;
}
.dialup-bars i:nth-child(4) {
  height: 80%;
}
.dialup-bars i:nth-child(5) {
  height: 100%;
}

.fortune-word {
  display: inline-block;
  color: #007c16;
  font: 34px "Press Start 2P", monospace;
  animation: blink 0.65s steps(2) infinite;
}

.fortune-foot {
  margin-bottom: 0;
  font-size: 17px;
}

.bottom-bar {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  width: 100%;
  height: 37px;
  padding: 3px 10px;
  color: #000;
  background: #c2c5c9;
  border-top: 2px solid #fff;
  font-size: 20px;
}

.bottom-bar span:first-child {
  padding: 4px 14px;
  font-weight: bold;
  background: #aaa;
  border: 2px outset #eee;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}
@keyframes noise {
  50% {
    opacity: 0.22;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes crt-refresh {
  20% {
    filter: brightness(1.25) contrast(1.3);
    box-shadow: 4px 4px 0 #000, -2px 0 #00e5ff, 2px 0 #ff003c;
  }
  22% {
    filter: brightness(0.75) contrast(1.5);
  }
  24%, 100% {
    filter: none;
    box-shadow: 4px 4px 0 #000;
  }
}
@keyframes glitch {
  25% {
    text-shadow: -5px 4px #00e5ff, 5px -3px #ff003c;
  }
  75% {
    text-shadow: 5px 3px #ff003c, -4px -2px #00e5ff;
  }
}
@keyframes hue {
  50% {
    color: #ff49e1;
  }
}
@keyframes bars {
  to {
    height: 95%;
  }
}
@keyframes load {
  50% {
    width: 28%;
  }
}
@media (max-width: 850px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 8rem;
  }
  .watchlist {
    position: absolute;
    top: 2rem;
    left: 12px;
    width: 155px;
    margin: 0;
    font-size: 18px;
  }
  .watchlist .window__body {
    padding: 7px;
  }
  .watchlist .mini-chart, .watchlist .tiny-button {
    display: none;
  }
  .meme-card {
    top: 20px;
    right: -14%;
    width: 58vw;
    opacity: 0.75;
  }
  .terminal {
    grid-column: 1;
    grid-row: auto;
    width: min(100%, 430px);
    justify-self: center;
  }
  .popup--taskmgr, .popup--browser {
    display: none;
  }
  .hero__content {
    padding-top: 3rem;
  }
  .bottom-bar {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
