:root {
  --black: #030303;
  --matte: #080806;
  --cream: #efe5d0;
  --paper: #c8b792;
  --paper-dark: #9c875f;
  --red: #9f2118;
  --green: #63c179;
  --cyan: #6bbcc2;
  --amber: #d7aa54;
  --line: rgba(239, 229, 208, 0.18);
  --shadow: rgba(0, 0, 0, 0.72);
  --mx: 0;
  --my: 0;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-height: 100vh;
  cursor: none;
  background:
    linear-gradient(90deg, transparent 0 96%, rgba(159, 33, 24, 0.16) 96% 97%, transparent 97%),
    repeating-linear-gradient(90deg, rgba(99, 193, 121, 0.09) 0 2px, transparent 2px 56px),
    radial-gradient(circle at 28% 20%, rgba(199, 183, 146, 0.08), transparent 26rem),
    var(--black);
  color: var(--cream);
  font-family: "Courier New", Consolas, monospace;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  opacity: 0.22;
  background:
    linear-gradient(180deg, transparent 0 74%, rgba(99, 193, 121, 0.3) 74% 75%, transparent 75% 100%),
    linear-gradient(180deg, transparent 0 61%, rgba(159, 33, 24, 0.32) 61% 62%, transparent 62% 100%),
    linear-gradient(180deg, transparent 0 44%, rgba(99, 193, 121, 0.26) 44% 45%, transparent 45% 100%);
  background-size: 68px 260px, 96px 210px, 54px 180px;
  animation: chartDrift 24s linear infinite;
}

body::after {
  content: "?";
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: -2;
  transform: translate(-50%, -50%);
  color: rgba(239, 229, 208, 0.035);
  font: 42rem/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  animation: watermarkRotate 20s linear infinite;
}

a,
button {
  color: inherit;
  cursor: none;
  font: inherit;
}

button {
  border: 0;
  background: none;
}

img,
video {
  max-width: 100%;
  display: block;
}

::selection {
  color: var(--black);
  background: var(--cream);
}

.boot {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: #000;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.boot.is-done {
  opacity: 0;
  visibility: hidden;
}

.boot__terminal {
  width: min(34rem, calc(100vw - 2rem));
  min-height: 11rem;
  color: var(--cream);
  font-size: 1rem;
}

.boot__cursor {
  display: inline-block;
  width: 0.64rem;
  height: 1.1rem;
  margin-right: 0.4rem;
  vertical-align: -0.18rem;
  background: var(--cream);
  animation: blink 0.75s steps(2) infinite;
}

.boot__lines {
  display: inline;
}

.boot__line {
  display: block;
  margin: 0.5rem 0;
  opacity: 0;
  transform: translateY(0.35rem);
  animation: bootLine 0.28s ease forwards;
}

.grain,
.scanlines,
.dust {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.grain {
  z-index: 80;
  opacity: 0.13;
  mix-blend-mode: screen;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.55) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 40%, rgba(255,255,255,0.28) 0 1px, transparent 1px),
    radial-gradient(circle at 44% 80%, rgba(255,255,255,0.38) 0 1px, transparent 1px);
  background-size: 6px 6px, 9px 9px, 13px 13px;
  animation: grainShift 0.9s steps(2) infinite;
}

.scanlines {
  z-index: 79;
  opacity: 0.11;
  background: repeating-linear-gradient(180deg, rgba(255,255,255,0.14) 0 1px, transparent 1px 5px);
}

.dust {
  z-index: 1;
  opacity: 0.28;
  background-image:
    radial-gradient(circle, rgba(239, 229, 208, 0.44) 0 1px, transparent 1px),
    radial-gradient(circle, rgba(99, 193, 121, 0.22) 0 1px, transparent 1px);
  background-size: 180px 140px, 260px 220px;
  transform: translate(calc(var(--mx) * -2px), calc(var(--my) * -2px));
  animation: dustFloat 18s linear infinite;
}

.custom-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 120;
  width: 2.1rem;
  height: 2.1rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239, 229, 208, 0.55);
  border-radius: 50%;
  color: var(--cream);
  background: rgba(3, 3, 3, 0.42);
  font: 1.25rem/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.16s ease, height 0.16s ease, border-radius 0.16s ease, background 0.16s ease;
}

body.is-hovering .custom-cursor {
  width: 4.2rem;
  height: 2.4rem;
  border-radius: 0;
  background: rgba(159, 33, 24, 0.72);
}

.ripple {
  position: fixed;
  z-index: 118;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid var(--cream);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: ripple 0.5s ease-out forwards;
}

.scroll-mark {
  position: fixed;
  right: 1.2rem;
  top: 7.5rem;
  bottom: 5rem;
  z-index: 50;
  width: 1px;
  background: rgba(239, 229, 208, 0.14);
}

.scroll-mark span {
  position: absolute;
  left: 50%;
  top: var(--scroll, 0%);
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239, 229, 208, 0.4);
  border-radius: 50%;
  background: var(--black);
  transform: translate(-50%, -50%);
  font-weight: 900;
}

.top-ticker {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 60;
  min-height: 2.4rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0 2.5rem;
  border-bottom: 1px solid rgba(239, 229, 208, 0.12);
  background: rgba(3, 3, 3, 0.82);
  color: rgba(239, 229, 208, 0.72);
  font-size: 0.72rem;
}

.top-ticker > span:last-child {
  text-align: right;
}

.ca-inline,
.contract-card {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 0.55rem;
  color: rgba(239, 229, 208, 0.78);
}

.ca-inline strong,
.contract-card strong {
  max-width: min(42vw, 30rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.copy-icon {
  border: 1px solid rgba(239, 229, 208, 0.32);
  padding: 0 0.18rem;
}

.site-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 2.4rem;
  z-index: 59;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 1.4rem 2.5rem;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: padding 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.site-nav.is-scrolled {
  padding-block: 0.64rem;
  background: rgba(3, 3, 3, 0.9);
  border-color: rgba(239, 229, 208, 0.18);
  backdrop-filter: blur(10px);
}

.brand {
  width: 5.8rem;
  aspect-ratio: 1;
  transition: width 0.25s ease, transform 0.25s ease;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  filter: contrast(1.08) grayscale(0.15);
  animation: slowRotate 20s linear infinite;
}

.site-nav.is-scrolled .brand {
  width: 3.7rem;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(4vw, 3.4rem);
}

.nav-links a {
  position: relative;
  color: rgba(239, 229, 208, 0.75);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.86rem;
  transition: color 0.16s ease, transform 0.16s ease;
}

.nav-links a::before {
  content: "";
  position: absolute;
  left: -0.7rem;
  top: 50%;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: var(--red);
  transform: translateY(-50%) scale(0);
  transition: transform 0.18s ease;
}

.nav-links a:hover {
  color: var(--cream);
  animation: textFlicker 0.34s steps(2);
  transform: translate(1px, -1px);
}

.nav-links a.is-active {
  color: #f2aca2;
}

.nav-links a.is-active::before {
  transform: translateY(-50%) scale(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.sound-toggle,
.buy-nav,
.final-buy {
  min-height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(239, 229, 208, 0.55);
  color: var(--cream);
  text-decoration: none;
  text-transform: uppercase;
}

.sound-toggle {
  min-height: 2.5rem;
  padding: 0 0.75rem;
  font-size: 0.75rem;
}

.buy-nav {
  flex-direction: column;
  min-width: 9.2rem;
  padding: 0.45rem 1rem;
  font-weight: 800;
  transition: background 0.18s ease, color 0.18s ease;
}

.buy-nav small {
  font-size: 0.58rem;
  color: rgba(239, 229, 208, 0.68);
}

.buy-nav:hover,
.final-buy:hover {
  color: var(--black);
  background: var(--cream);
}

.section {
  position: relative;
  z-index: 2;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.9fr);
  align-items: center;
  gap: 4rem;
  padding: 11rem 5.5rem 4.8rem;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: 7rem;
  top: 36rem;
  bottom: auto;
  width: 31rem;
  max-width: 46vw;
  height: 0.62rem;
  background: var(--red);
  transform: rotate(-2deg);
  opacity: 0;
  animation: redSlash 0.48s ease forwards;
  animation-delay: 3.15s;
}

.hero__copy {
  transform: translate(calc(var(--mx) * -5px), calc(var(--my) * -5px));
}

.side-note {
  display: none;
}

.hero h1 {
  margin: 0;
  max-width: 44rem;
  color: var(--cream);
  font: 6.25rem/0.86 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  text-shadow: 0 0.22rem 0 rgba(0, 0, 0, 0.45);
}

.hero h1 span {
  display: block;
  opacity: 0;
  transform: translateY(2rem);
}

body.booted .hero h1 span {
  animation: wordLand 0.58s cubic-bezier(.22, .8, .18, 1.1) forwards;
}

body.booted .hero h1 span:nth-child(1) {
  animation-delay: 0.1s;
}

body.booted .hero h1 span:nth-child(2) {
  animation-delay: 0.28s;
}

body.booted .hero h1 span:nth-child(3) {
  animation-delay: 0.46s;
}

.hero__line {
  margin: 2rem 0 1.5rem;
  font-size: 1.3rem;
  line-height: 1.45;
  color: rgba(239, 229, 208, 0.95);
}

.whatever-btn {
  position: relative;
  min-width: 15rem;
  min-height: 3.6rem;
  overflow: hidden;
  border: 1px solid rgba(239, 229, 208, 0.66);
  color: var(--cream);
  text-transform: uppercase;
  font-weight: 800;
  background: rgba(3, 3, 3, 0.28);
}

.whatever-btn::before,
.whatever-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.9rem;
  height: 1px;
  background: var(--cream);
}

.whatever-btn::before {
  left: 2.1rem;
}

.whatever-btn::after {
  right: 2.1rem;
}

.whatever-btn span {
  position: relative;
  z-index: 2;
}

.whatever-btn span::after {
  content: attr(data-hover-text);
  position: absolute;
  inset: 0;
  color: var(--black);
  opacity: 0;
}

.whatever-btn:hover {
  color: transparent;
}

.whatever-btn:hover span::after {
  opacity: 1;
}

.whatever-btn:hover::before {
  inset: 0 auto 0 0;
  width: 100%;
  height: 100%;
  transform: none;
  background: var(--cream);
  animation: fillLeft 0.24s ease forwards;
}

.hero__media {
  display: grid;
  gap: 1.2rem;
  justify-items: stretch;
  transform: translate(calc(var(--mx) * 8px), calc(var(--my) * 8px));
}

.tv {
  width: min(38rem, 100%);
  margin-inline: auto;
  aspect-ratio: 1.34;
  filter: drop-shadow(0 2.5rem 2rem rgba(0, 0, 0, 0.65));
  animation: tvFloat 5s ease-in-out infinite;
}

.tv__case {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 7% 22% 7% 7%;
  border: 2px solid #2b2924;
  border-radius: 1.5rem;
  background:
    linear-gradient(135deg, #2c2822, #080807 48%, #171512),
    var(--black);
  box-shadow: inset 0 0 1.6rem #000, 0 0 2.2rem rgba(239, 229, 208, 0.08);
}

.tv__screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 0.55rem solid #151410;
  border-radius: 0.8rem;
  background: #d7d7cc;
  box-shadow: inset 0 0 3rem #000;
}

.tv__video,
.tv__static,
.tv__text {
  position: absolute;
  inset: 0;
}

.tv__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  mix-blend-mode: multiply;
}

.tv__static {
  opacity: 0.8;
  background:
    repeating-radial-gradient(circle at 50% 50%, #fff 0 1px, #111 1px 2px, #777 2px 3px),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.8) 0 1px, transparent 1px 3px);
  background-size: 5px 5px, 100% 4px;
  filter: contrast(1.8);
  animation: tvStatic 0.16s steps(2) infinite;
}

.tv__screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,0,0,0.08), transparent 35%, rgba(0,255,255,0.08)),
    radial-gradient(circle at center, transparent 56%, rgba(0, 0, 0, 0.42));
  mix-blend-mode: multiply;
  animation: rgbBreath 2.4s ease-in-out infinite;
}

.tv__text {
  z-index: 2;
  display: grid;
  place-items: center;
  color: #151515;
  font: 7rem/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-shadow: 2px 0 rgba(159, 33, 24, 0.48), -2px 0 rgba(107, 188, 194, 0.45);
}

.tv.is-switching .tv__text {
  animation: screenJolt 0.42s steps(3);
}

.tv__controls {
  position: absolute;
  right: 5%;
  top: 12%;
  bottom: 12%;
  width: 13%;
  display: grid;
  align-content: start;
  gap: 1.3rem;
}

.tv__controls span {
  aspect-ratio: 1;
  border: 0.42rem solid #161410;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 32%, #6b5438, #171410 62%);
  box-shadow: 0 0 0 1px rgba(239, 229, 208, 0.12);
}

.tv__controls i {
  height: 5rem;
  border-top: 0.22rem solid #1f1c17;
  border-bottom: 0.22rem solid #1f1c17;
  background: repeating-linear-gradient(180deg, #111 0 3px, #28231b 3px 6px);
}

.contract-card {
  width: min(34rem, 100%);
  justify-self: center;
  min-height: 3.1rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(239, 229, 208, 0.35);
  background: rgba(3, 3, 3, 0.55);
}

.live-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(34rem, 100%);
  justify-self: center;
  color: rgba(239, 229, 208, 0.62);
  font-size: 0.78rem;
}

.scroll-cue {
  position: relative;
  z-index: 3;
  margin: -4.4rem auto 2rem;
  width: fit-content;
  color: rgba(239, 229, 208, 0.72);
  text-align: center;
  font-size: 0.82rem;
}

.scroll-cue span {
  display: inline-block;
  margin-top: 0.35rem;
  animation: bob 1.3s ease-in-out infinite;
}

.roadmap {
  padding: 4rem 3.5rem 2rem;
}

.roadmap__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 75rem;
  margin-inline: auto;
}

.paper-card {
  position: relative;
  min-height: 19rem;
  padding: 1.9rem 1.55rem;
  overflow: hidden;
  color: #17120c;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.12), transparent 34%),
    repeating-linear-gradient(8deg, rgba(0,0,0,0.08) 0 1px, transparent 1px 13px),
    var(--paper);
  border: 1px solid rgba(239, 229, 208, 0.18);
  box-shadow: 0 1rem 1.8rem rgba(0, 0, 0, 0.35);
  transform-origin: 50% 12%;
  animation: paperBreath 5.4s ease-in-out infinite;
  transition: transform 0.22s ease, box-shadow 0.22s ease, min-height 0.22s ease;
}

.paper-card:nth-child(even) {
  animation-delay: -1.4s;
}

.paper-card::before {
  content: "";
  position: absolute;
  right: 1.1rem;
  top: 0.85rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0.15rem 0.4rem rgba(0, 0, 0, 0.45);
  transition: transform 0.22s ease;
}

.paper-card:hover,
.paper-card.is-open {
  transform: translateY(-0.5rem) rotate(0.2deg);
  box-shadow: 0 1.8rem 2.4rem rgba(0, 0, 0, 0.55);
}

.paper-card:hover::before,
.paper-card.is-open::before {
  transform: rotate(18deg) translateY(-0.1rem);
}

.paper-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 5.4rem;
}

.paper-card b {
  color: var(--red);
  font: 3rem/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.paper-card h2 {
  margin: 1.2rem 0 0.45rem;
  font: 2rem/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.paper-card p {
  margin: 0;
  color: #5b1f18;
  font-size: 1rem;
  font-weight: 800;
}

.paper-card__extra {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: #272018;
  line-height: 1.45;
  transition: max-height 0.24s ease, margin 0.24s ease;
}

.paper-card.is-open .paper-card__extra {
  max-height: 6rem;
  margin-top: 1.2rem;
}

.paper-icon {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  opacity: 0.82;
}

.route::before {
  content: "";
  position: absolute;
  inset: 1rem 0.6rem;
  border: 2px dashed #16120d;
  border-color: transparent transparent #16120d #16120d;
  border-radius: 55%;
  transform: rotate(-18deg);
}

.route::after {
  content: "X";
  position: absolute;
  right: 0.8rem;
  bottom: 0.4rem;
  color: var(--red);
  font: 2.6rem/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.smile::before {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border: 0.28rem solid #15110d;
  border-radius: 50%;
}

.smile::after {
  content: "x  x";
  position: absolute;
  left: 1.55rem;
  top: 1.7rem;
  color: #15110d;
  font-weight: 900;
  animation: blinkEyes 4s steps(2) infinite;
}

.utility:hover .smile::after {
  animation-duration: 0.45s;
}

.person::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.7rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #17120c;
  transform: translateX(-50%);
}

.person::after {
  content: "?";
  position: absolute;
  left: 50%;
  bottom: 0.55rem;
  width: 4.8rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 3rem 3rem 0 0;
  color: var(--paper);
  background: #17120c;
  font: 2rem/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  transform: translateX(-50%);
  transition: border-radius 0.28s ease, color 0.28s ease;
}

.team:hover .person::after {
  border-radius: 50%;
  color: var(--cream);
}

.crystal::before {
  content: "";
  position: absolute;
  inset: 0.5rem 0.8rem 1.2rem;
  border: 0.25rem solid #17120c;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0 rgba(215, 170, 84, 0);
  transition: box-shadow 0.22s ease;
}

.crystal::after {
  content: "?";
  position: absolute;
  inset: 1rem 1.3rem 1.7rem;
  display: grid;
  place-items: center;
  font: 2rem/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.future:hover .crystal::before {
  box-shadow: inset 0 0 1rem rgba(215, 170, 84, 0.95), 0 0 1.5rem rgba(215, 170, 84, 0.35);
}

.future:hover .crystal::after {
  animation: slowRotate 2.6s linear infinite;
}

.receipt-band {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  max-width: 75rem;
  margin: 0 auto;
  padding: 2rem 3.5rem 4rem;
}

.stamp img {
  width: 10rem;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.82;
  filter: sepia(0.22) contrast(1.08);
}

.receipt {
  position: relative;
  min-height: 11.2rem;
  display: grid;
  grid-template-columns: minmax(16rem, 1fr) 17rem;
  align-items: center;
  gap: 2rem;
  padding: 1.6rem 2rem;
  color: #17120c;
  background:
    radial-gradient(circle at 8% 18%, rgba(0,0,0,0.18) 0 1px, transparent 1px),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.08) 0 1px, transparent 1px 24px),
    #cbb997;
  box-shadow: 0 1.2rem 2rem rgba(0, 0, 0, 0.42);
  animation: receiptWave 4.8s ease-in-out infinite;
}

.receipt::before,
.receipt::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2.1rem;
  height: 2.1rem;
  background: rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease;
}

.receipt::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.receipt::after {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.receipt:hover::before {
  transform: rotate(-8deg) translate(-0.12rem, -0.12rem);
}

.receipt:hover::after {
  transform: rotate(8deg) translate(0.12rem, -0.12rem);
}

.receipt__label {
  margin: 0 0 0.6rem;
  font-weight: 900;
}

.receipt h2 {
  margin: 0 0 1.1rem;
  font-size: 1.8rem;
}

.receipt p {
  margin: 0;
}

.barcode {
  position: relative;
  height: 4.3rem;
  overflow: hidden;
  background: repeating-linear-gradient(90deg, #17120c 0 3px, transparent 3px 7px, #17120c 7px 9px, transparent 9px 16px);
}

.barcode span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.2rem;
  background: rgba(239, 229, 208, 0.65);
  transform: translateX(-2rem);
}

.receipt:hover .barcode span {
  animation: scanBarcode 1.2s linear infinite;
}

.receipt__fine,
.receipt__thanks {
  grid-column: 2;
  font-size: 0.74rem;
}

.receipt__thanks {
  color: var(--red);
  font-weight: 900;
}

.buy-zone {
  padding: 0 2rem 3rem;
}

.buy-zone__inner {
  max-width: 75rem;
  min-height: 12.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(13rem, 1fr) auto minmax(13rem, 1fr);
  align-items: center;
  gap: 2rem;
  padding: 2rem 3rem;
  border: 1px solid rgba(239, 229, 208, 0.2);
  border-radius: 0.5rem;
  background: rgba(3, 3, 3, 0.72);
  transition: background 0.4s ease;
}

.buy-zone.is-lit .buy-zone__inner,
.buy-zone:hover .buy-zone__inner {
  background: rgba(0, 0, 0, 0.9);
}

.buy-zone h2 {
  margin: 0;
  font: 4.3rem/0.95 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.buy-zone p {
  margin: 0.2rem 0 0;
  color: var(--red);
  font: 1.85rem/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.whatever-btn--paper {
  color: #17120c;
  background: var(--paper);
  border-color: var(--paper);
}

.buy-flags {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
  color: rgba(239, 229, 208, 0.64);
  font-size: 0.82rem;
}

.buy-flags span::before {
  content: "x";
  display: inline-grid;
  place-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
  border: 1px solid rgba(239, 229, 208, 0.5);
  border-radius: 50%;
  font-size: 0.7rem;
}

.easter {
  max-width: 75rem;
  margin: 0 auto;
  padding: 1.5rem 2rem 4rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(239, 229, 208, 0.15);
  border-bottom: 1px solid rgba(239, 229, 208, 0.15);
}

.easter article {
  min-height: 8rem;
  padding: 0 1.1rem;
  border-right: 1px solid rgba(239, 229, 208, 0.15);
}

.easter article:last-child {
  border-right: 0;
}

.easter img {
  width: 3.7rem;
  border-radius: 50%;
}

.easter h3 {
  margin: 0.8rem 0 0.6rem;
  font-size: 0.9rem;
  color: var(--cream);
}

.easter p,
.easter small {
  margin: 0;
  color: rgba(239, 229, 208, 0.58);
  line-height: 1.5;
}

.mini-static {
  width: 4.6rem;
  height: 2.4rem;
  background: repeating-radial-gradient(circle, #fff 0 1px, #151515 1px 2px, #6bbcc2 2px 3px, #9f2118 3px 4px);
  background-size: 6px 6px;
  animation: tvStatic 0.18s steps(2) infinite;
}

kbd {
  display: inline-grid;
  place-items: center;
  width: 3.8rem;
  height: 3.3rem;
  border: 1px solid rgba(239, 229, 208, 0.4);
  border-radius: 0.45rem;
  background: linear-gradient(#2a2926, #111);
  box-shadow: inset 0 -0.3rem 0 rgba(255, 255, 255, 0.08);
}

.refresh-symbol,
.mouse-symbol {
  display: block;
  min-height: 3.3rem;
  color: var(--cream);
  font-size: 3.2rem;
  line-height: 1;
}

.mouse-symbol {
  transform: rotate(-28deg);
}

.ending {
  min-height: 80vh;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1.3rem;
  padding: 8rem 2rem;
  background: #000;
  text-align: center;
}

.ending p,
.ending img,
.ending a,
.ending span {
  opacity: 0;
  transform: translateY(1rem);
}

.ending.is-visible p {
  animation: endingIn 1.1s ease forwards;
}

.ending.is-visible img {
  width: 7rem;
  border-radius: 50%;
  animation: endingIn 1s ease forwards 2s, slowRotate 20s linear infinite;
}

.ending.is-visible a {
  animation: endingIn 0.7s ease forwards 2.6s;
}

.ending.is-visible span {
  animation: endingIn 0.7s ease forwards 3s;
}

.ending p {
  margin: 0;
  font-size: 1.35rem;
}

.final-buy {
  min-width: 14rem;
  padding: 0.9rem 1.4rem;
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 2rem 3.5rem;
  border-top: 1px solid rgba(239, 229, 208, 0.14);
  color: rgba(239, 229, 208, 0.58);
}

.site-footer > div:first-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-footer img {
  width: 4.2rem;
  border-radius: 50%;
}

.site-footer p {
  margin: 0;
  line-height: 1.5;
}

.site-footer > p {
  text-align: right;
}

.socials {
  display: flex;
  gap: 0.8rem;
}

.socials a,
.socials button {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239, 229, 208, 0.22);
  color: var(--cream);
  text-decoration: none;
}

.mobile-buy {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 58;
  display: none;
  min-height: 3.5rem;
  place-items: center;
  border: 1px solid var(--cream);
  color: var(--black);
  background: var(--cream);
  text-decoration: none;
  font-weight: 900;
  transform: translateY(5rem);
  transition: transform 0.25s ease;
}

.mobile-buy.is-visible {
  transform: translateY(0);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 1.2rem;
  z-index: 110;
  min-width: 16rem;
  max-width: calc(100vw - 2rem);
  padding: 0.9rem 1.2rem;
  border: 1px solid rgba(239, 229, 208, 0.34);
  background: rgba(3, 3, 3, 0.92);
  color: var(--cream);
  text-align: center;
  transform: translate(-50%, 6rem);
  opacity: 0;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 109;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
}

.modal__box {
  width: min(24rem, 100%);
  padding: 1.6rem;
  border: 1px solid rgba(239, 229, 208, 0.32);
  background: #070706;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.62);
  text-align: center;
}

.modal__box p,
.modal__box strong,
.modal__box span {
  display: block;
  margin: 0.4rem 0;
}

body.is-idle .tv__text {
  font-size: 2rem;
}

body.is-idle .tv__text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
}

body.is-idle .tv__text {
  color: var(--cream);
}

body.is-lagging main {
  animation: fakeLag 0.5s steps(2);
}

@keyframes blink {
  50% { opacity: 0; }
}

@keyframes bootLine {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes chartDrift {
  to { background-position: 680px 0, -620px 0, 480px 0; }
}

@keyframes slowRotate {
  to { transform: rotate(360deg); }
}

@keyframes watermarkRotate {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes grainShift {
  0% { transform: translate(0, 0); }
  50% { transform: translate(2px, -2px); }
  100% { transform: translate(-1px, 2px); }
}

@keyframes dustFloat {
  to { background-position: 180px 140px, -260px 220px; }
}

@keyframes ripple {
  to { width: 5.2rem; height: 5.2rem; opacity: 0; }
}

@keyframes textFlicker {
  20% { opacity: 0.45; }
  40% { opacity: 1; }
  60% { opacity: 0.65; }
}

@keyframes redSlash {
  to { opacity: 0.9; transform: rotate(-2deg) scaleX(1); }
}

@keyframes wordLand {
  72% { opacity: 1; transform: translateY(0) rotate(-0.6deg); }
  82% { transform: translateY(0.06rem) translateX(-0.12rem); }
  92% { transform: translateY(0) translateX(0.1rem); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fillLeft {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

@keyframes tvFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-0.55rem); }
}

@keyframes tvStatic {
  to { background-position: 9px -11px, 0 4px; }
}

@keyframes rgbBreath {
  50% { opacity: 0.55; transform: scale(1.015); }
}

@keyframes screenJolt {
  20% { transform: translate(-4px, 2px); filter: blur(1px); }
  45% { transform: translate(3px, -2px); }
  80% { transform: translate(-1px, 1px); filter: blur(0); }
}

@keyframes bob {
  50% { transform: translateY(0.45rem); }
}

@keyframes paperBreath {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.04); }
}

@keyframes blinkEyes {
  48%, 52% { content: "-  -"; }
}

@keyframes receiptWave {
  0%, 100% { transform: rotate(-0.08deg) translateY(0); }
  50% { transform: rotate(0.08deg) translateY(-0.12rem); }
}

@keyframes scanBarcode {
  to { transform: translateX(18rem); }
}

@keyframes endingIn {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fakeLag {
  25% { filter: blur(2px) saturate(0.5); transform: translateX(2px); }
  50% { filter: blur(0); transform: translateX(-2px); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 980px) {
  body {
    cursor: auto;
  }

  a,
  button {
    cursor: pointer;
  }

  .custom-cursor,
  .scroll-mark {
    display: none;
  }

  .top-ticker {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    padding: 0.45rem 1rem;
    text-align: center;
  }

  .top-ticker > span:last-child {
    text-align: center;
  }

  .ca-inline strong {
    max-width: 15rem;
  }

  .site-nav {
    top: 4.1rem;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 0.8rem 1rem;
  }

  .brand {
    width: 4.3rem;
  }

  .nav-links {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 1.3rem;
    overflow-x: auto;
    padding-bottom: 0.3rem;
  }

  .nav-links a {
    white-space: nowrap;
  }

  .nav-actions {
    justify-self: end;
  }

  .buy-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 11rem 1.2rem 4rem;
  }

  .hero::after {
    left: 1.6rem;
    bottom: auto;
    top: 19.5rem;
    max-width: 20rem;
  }

  .side-note {
    display: none;
  }

  .hero h1 {
    font-size: 4.1rem;
  }

  .hero__line {
    font-size: 1.08rem;
  }

  .hero__copy,
  .hero__media,
  .dust {
    transform: none;
  }

  .tv {
    width: min(100%, 31rem);
  }

  .live-row {
    flex-direction: column;
  }

  .scroll-cue {
    margin-top: -2rem;
  }

  .roadmap {
    padding: 3rem 1rem 1.5rem;
  }

  .roadmap__track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
  }

  .paper-card {
    flex: 0 0 min(84vw, 22rem);
    scroll-snap-align: start;
  }

  .receipt-band {
    grid-template-columns: 1fr;
    padding: 1.5rem 1rem 3rem;
  }

  .stamp img {
    width: 7rem;
  }

  .receipt {
    grid-template-columns: 1fr;
  }

  .receipt__fine,
  .receipt__thanks {
    grid-column: auto;
  }

  .buy-zone {
    padding-inline: 1rem;
  }

  .buy-zone__inner {
    grid-template-columns: 1fr;
    padding: 1.4rem;
  }

  .buy-zone h2 {
    font-size: 3rem;
  }

  .buy-flags {
    justify-content: flex-start;
  }

  .easter {
    grid-template-columns: 1fr 1fr;
    padding-inline: 1rem;
  }

  .easter article {
    border-right: 0;
    border-bottom: 1px solid rgba(239, 229, 208, 0.15);
    padding: 1rem 0.8rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 2rem 1rem 5.5rem;
  }

  .site-footer > p {
    text-align: left;
  }

  .mobile-buy {
    display: grid;
  }
}

@media (max-width: 540px) {
  .sound-toggle {
    min-height: 2.25rem;
    padding-inline: 0.55rem;
    font-size: 0.68rem;
  }

  .hero h1 {
    font-size: 3.25rem;
  }

  .whatever-btn {
    width: 100%;
    min-width: 0;
  }

  .tv__text {
    font-size: 4.5rem;
  }

  .contract-card {
    justify-content: flex-start;
  }

  .contract-card strong {
    max-width: 12rem;
  }

  .easter {
    grid-template-columns: 1fr;
  }
}
