/* Chonk Blocker Retro — cartridge-dark, electric, and deliberately tactile. */
.retro-page {
  --retro-bg: #050916;
  --retro-panel: #080e22;
  --retro-line: rgba(97, 225, 244, .2);
  --retro-purple: #a33ee8;
  background-color: var(--retro-bg);
  background-image:
    linear-gradient(rgba(68, 239, 239, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(68, 239, 239, .025) 1px, transparent 1px),
    radial-gradient(900px 650px at 75% 8%, rgba(47, 116, 255, .17), transparent 62%),
    radial-gradient(760px 560px at 12% 23%, rgba(212, 40, 127, .13), transparent 65%);
  background-size: 48px 48px, 48px 48px, auto, auto;
}
.retro-page .site-header { background: rgba(5, 9, 22, .82); }
.retro-page .site-header .wrap { --maxw: 1320px; }
.retro-page .nav-links { gap: clamp(10px, 1.5vw, 21px); }
.retro-page .nav-link { font-size: .76rem; }

.retro-hero {
  position: relative;
  min-height: calc(100svh - 64px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--retro-line);
}
.retro-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 9, 22, .96) 0 35%, rgba(5, 9, 22, .62) 60%, rgba(5, 9, 22, .88)),
    radial-gradient(ellipse at 72% 48%, rgba(68, 239, 239, .11), transparent 41%);
}
.retro-hero::after {
  content: "";
  position: absolute;
  width: min(680px, 70vw);
  aspect-ratio: 1;
  right: clamp(-260px, -10vw, -80px);
  top: 50%;
  translate: 0 -50%;
  z-index: -1;
  border: 1px solid rgba(68, 239, 239, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(68, 239, 239, .018), 0 0 0 160px rgba(68, 239, 239, .012);
}
.retro-hero-grid {
  --maxw: 1320px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .83fr);
  align-items: center;
  gap: clamp(44px, 8vw, 116px);
  padding-block: clamp(72px, 10vh, 132px);
}
.retro-release-line { display: flex; align-items: center; gap: 14px; margin-bottom: 25px; flex-wrap: wrap; }
.retro-free {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(68, 239, 239, .5);
  border-radius: 4px;
  color: var(--cyan-hi);
  background: rgba(68, 239, 239, .08);
  font: 700 .68rem/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(68, 239, 239, .1);
}
.retro-version { color: var(--muted); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.retro-version b { color: var(--ink); }
.retro-lockup {
  display: grid;
  width: max-content;
  max-width: 100%;
  font-family: var(--display);
  text-transform: uppercase;
  line-height: .82;
  filter: drop-shadow(0 14px 34px rgba(0, 0, 0, .48));
}
.retro-lockup span {
  color: var(--chonk);
  font-size: clamp(2rem, 5.7vw, 5.1rem);
  -webkit-text-stroke: clamp(2px, .35vw, 4px) #020612;
  paint-order: stroke fill;
  text-shadow: 0 5px 0 #020612, 0 0 28px rgba(255, 228, 94, .16);
}
.retro-lockup strong {
  justify-self: end;
  margin-top: .12em;
  color: #8df7ff;
  font-size: clamp(4rem, 10.5vw, 9.8rem);
  font-weight: 400;
  letter-spacing: -.015em;
  -webkit-text-fill-color: #8df7ff;
  -webkit-text-stroke: clamp(2px, .4vw, 6px) #030713;
  paint-order: stroke fill;
  text-shadow: 0 6px 0 #315ad1, 0 10px 0 #030713, 0 0 34px rgba(68, 239, 239, .34);
}
.retro-lede { max-width: 630px; margin: 34px 0 0; color: #d5e9ee; font-size: clamp(1.05rem, 1.75vw, 1.35rem); line-height: 1.55; }
.retro-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.retro-primary { box-shadow: 0 14px 36px rgba(68, 239, 239, .2), 0 0 32px rgba(68, 239, 239, .08); }
.retro-fine { margin: 15px 0 0; color: var(--muted-2); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }

.retro-cabinet {
  position: relative;
  padding: clamp(16px, 2.4vw, 28px);
  border: 1px solid #273557;
  border-radius: 28px 28px 38px 38px;
  background: linear-gradient(145deg, #27324b, #11182b 34%, #080d1b 77%);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .14), inset -4px -8px 14px rgba(0, 0, 0, .42), 0 38px 90px rgba(0, 0, 0, .58), 0 0 60px rgba(68, 239, 239, .09);
  transform: perspective(1200px) rotateY(-5deg) rotateX(1deg);
}
.retro-cabinet::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(130deg, rgba(68, 239, 239, .5), transparent 32%, transparent 72%, rgba(163, 62, 232, .4));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.retro-cabinet-top, .retro-cabinet-foot { display: flex; justify-content: space-between; align-items: center; gap: 14px; color: #8193ad; font: 700 .6rem/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.retro-cabinet-top { padding: 0 8px 16px; }
.retro-cabinet-top i { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, #3e4f71, transparent); }
.retro-screen {
  position: relative;
  aspect-ratio: 8 / 7;
  overflow: hidden;
  border: clamp(12px, 2vw, 22px) solid #03040a;
  border-radius: 16px;
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 0 32px rgba(68, 239, 239, .16);
}
.retro-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(4, 7, 15, .16) 0, rgba(4, 7, 15, .16) 1px, transparent 1px, transparent 3px);
  mix-blend-mode: multiply;
}
.retro-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 48%, rgba(0, 0, 0, .32) 100%);
}
.retro-screen img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity .72s ease, transform 5.2s ease-out;
}
.retro-screen img.is-active { opacity: 1; transform: scale(1); }
.retro-screen-caption {
  position: absolute;
  z-index: 3;
  inset: auto 12px 10px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 9px 6px;
  color: rgba(220, 252, 255, .82);
  background: linear-gradient(transparent, rgba(1, 4, 12, .78));
  font: 700 .55rem/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  text-shadow: 0 1px 4px #000;
}
.retro-cabinet-foot { padding: 18px 8px 4px; }
.retro-power { display: flex; align-items: center; gap: 7px; }
.retro-power i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 9px var(--pink); }
.retro-slot { width: 36%; height: 5px; border-radius: 3px; background: #02040a; box-shadow: inset 0 1px 1px #000, 0 1px 0 rgba(255, 255, 255, .1); }
.retro-screen-controls { display: flex; align-items: center; gap: 9px; }
.retro-screen-controls button {
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(191, 109, 255, .62);
  border-radius: 50%;
  background: rgba(163, 62, 232, .42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.retro-screen-controls button:hover,
.retro-screen-controls button:focus-visible { background: #c05cff; outline: 2px solid rgba(68, 239, 239, .8); outline-offset: 4px; }
.retro-screen-controls button.is-active { transform: scale(1.35); border-color: var(--cyan); background: var(--cyan); box-shadow: 0 0 11px rgba(68, 239, 239, .8); }
.retro-scroll { position: absolute; bottom: 20px; left: 50%; translate: -50% 0; display: grid; justify-items: center; gap: 8px; color: var(--muted-2); font: 700 .62rem/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.retro-scroll i { width: 1px; height: 24px; background: linear-gradient(var(--cyan), transparent); }

.retro-rain { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; opacity: .68; }
.retro-rain i { position: absolute; left: var(--x); top: -70px; width: 24px; height: 24px; transform: rotate(45deg); border: 1px solid color-mix(in srgb, var(--color) 75%, white); border-radius: 5px; background: linear-gradient(145deg, color-mix(in srgb, var(--color) 68%, white), var(--color) 54%, color-mix(in srgb, var(--color) 55%, black)); box-shadow: inset 2px 2px 0 rgba(255, 255, 255, .35), 0 0 22px color-mix(in srgb, var(--color) 50%, transparent); animation: retro-fall var(--speed) linear infinite; animation-delay: var(--delay); }
.retro-rain i:nth-child(even) { width: 17px; height: 17px; opacity: .55; }
@keyframes retro-fall { to { transform: translateY(calc(100svh + 150px)) rotate(405deg); } }

.retro-downloads { padding-block: clamp(76px, 10vw, 132px); background: linear-gradient(180deg, rgba(8, 14, 34, .94), rgba(5, 9, 22, .7)); }
.retro-downloads .wrap, .retro-box-showcase .wrap, .retro-final .wrap, .retro-footer .wrap { --maxw: 1260px; }
.retro-section-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, .75fr); gap: 40px; align-items: end; margin-bottom: 42px; }
.retro-section-head h2, .retro-final h2 { font-family: var(--display); font-size: clamp(2.5rem, 6vw, 5.4rem); line-height: .94; text-transform: uppercase; }
.retro-section-head > p { margin: 0; color: var(--muted); max-width: 56ch; }
.retro-browser-entry {
  display: grid;
  grid-template-columns: 47px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  margin-bottom: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(68, 239, 239, .38);
  border-radius: 13px;
  background: radial-gradient(circle at 12% 0%, rgba(68, 239, 239, .1), transparent 32%), linear-gradient(100deg, rgba(12, 29, 51, .94), rgba(8, 13, 31, .94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 12px 34px rgba(0, 0, 0, .18);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.retro-browser-entry:hover { transform: translateY(-2px); border-color: var(--cyan); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 16px 42px rgba(0, 0, 0, .24), 0 0 28px rgba(68, 239, 239, .08); }
.retro-browser-glyph svg { width: 25px; height: 25px; }
.retro-browser-entry > span:nth-child(2) { display: grid; gap: 3px; }
.retro-browser-entry small { color: var(--muted-2); font: 700 .58rem/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.retro-browser-entry strong { color: var(--ink); font: 400 1.15rem/1.2 var(--display); text-transform: uppercase; }
.retro-browser-entry em { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan); font: 800 .66rem/1 var(--mono); font-style: normal; letter-spacing: .07em; text-transform: uppercase; }
.retro-browser-entry em span { font-size: 1rem; transition: transform .16s ease; }
.retro-browser-entry:hover em span { transform: translateX(3px); }
.retro-download-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.retro-download-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: 12px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--retro-line);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(15, 25, 53, .9), rgba(6, 11, 27, .94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.retro-download-card::after { content: ""; position: absolute; inset: auto -20% 0 35%; height: 1px; background: linear-gradient(90deg, transparent, rgba(68, 239, 239, .55), transparent); opacity: 0; transition: opacity .2s; }
.retro-download-card:hover { transform: translateY(-3px); border-color: rgba(68, 239, 239, .42); box-shadow: 0 18px 44px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .07); }
.retro-download-card:hover::after { opacity: 1; }
.retro-download-card.is-recommended { border-color: rgba(255, 228, 94, .58); box-shadow: 0 0 0 1px rgba(255, 228, 94, .08), 0 18px 44px rgba(0, 0, 0, .24); }
.retro-download-card.is-recommended::before { content: "Best match"; position: absolute; right: 9px; top: 9px; padding: 5px 7px; border-radius: 5px; background: var(--chonk); color: #070b16; font: 800 .52rem/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.retro-download-card.is-recommended .retro-platform-head { padding-right: 62px; }
.retro-rom-card { background: radial-gradient(circle at 88% 12%, rgba(163, 62, 232, .13), transparent 34%), linear-gradient(145deg, rgba(15, 25, 53, .9), rgba(6, 11, 27, .94)); }
.retro-platform-head { display: grid; grid-template-columns: 47px minmax(0, 1fr); gap: 12px; align-items: center; min-width: 0; }
.retro-platform-glyph {
  display: grid;
  place-items: center;
  width: 47px;
  aspect-ratio: 1;
  border: 1px solid rgba(68, 239, 239, .28);
  border-radius: 11px;
  color: var(--cyan);
  background: rgba(68, 239, 239, .07);
  font: 400 1.55rem/1 var(--display);
  text-shadow: 0 0 18px rgba(68, 239, 239, .38);
}
.retro-cartridge-glyph {
  width: 66px;
  margin: -12px -8px -12px -10px;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.retro-cartridge-glyph img {
  display: block;
  width: 76px;
  max-width: none;
  height: auto;
  filter: drop-shadow(0 9px 7px rgba(0, 0, 0, .58));
  transform: rotate(-3deg);
  transition: transform .2s ease, filter .2s ease;
}
.retro-rom-card .retro-platform-head { grid-template-columns: 66px minmax(0, 1fr); }
.retro-rom-card:hover .retro-cartridge-glyph img { filter: drop-shadow(0 12px 9px rgba(0, 0, 0, .64)); transform: translateY(-2px) rotate(0deg) scale(1.04); }
.retro-windows { font-family: var(--body); }
.retro-linux { font-family: system-ui, sans-serif; font-size: 1.4rem; text-shadow: none; }
.retro-card-tag { color: var(--muted-2); font: 700 .64rem/1 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.retro-download-card h3 { margin: 4px 0 0; font-family: var(--display); font-size: 1.45rem; font-weight: 400; line-height: 1; text-transform: uppercase; }
.retro-download-card > .retro-package { min-height: 2.7em; margin: 0; color: #7da4a6; font-size: .58rem; line-height: 1.35; letter-spacing: .035em; text-transform: uppercase; }
.retro-download-button { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 48px; padding: 0 12px; border: 1px solid rgba(68, 239, 239, .32); border-radius: 7px; background: rgba(68, 239, 239, .07); transition: background .16s, border-color .16s, transform .14s; }
.retro-download-button:hover { background: rgba(68, 239, 239, .13); border-color: var(--cyan); transform: translateY(-1px); }
.retro-download-button span { color: var(--cyan-hi); font: 800 .64rem/1 var(--mono); letter-spacing: .045em; text-transform: uppercase; }
.retro-download-button small { color: var(--muted); font: 600 .56rem/1 var(--mono); white-space: nowrap; }
.retro-checksum { justify-self: start; color: var(--muted-2); font: 600 .56rem/1 var(--mono); letter-spacing: .04em; text-decoration: underline; text-decoration-color: rgba(147, 185, 180, .3); text-underline-offset: 4px; }
.retro-checksum:hover { color: var(--cyan); }
.retro-release-strip { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; }
.retro-download-status { margin: 0; color: var(--muted-2); font-size: .66rem; letter-spacing: .06em; }
.retro-download-status.is-live { color: #77d8be; }
.retro-download-status.is-fallback { color: var(--amber); }
.retro-release-trigger {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(68, 239, 239, .22);
  border-radius: 7px;
  color: #9ed6d2;
  background: rgba(68, 239, 239, .045);
  font: 700 .58rem/1 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}
.retro-release-trigger span { color: var(--cyan); }
.retro-release-trigger:hover { border-color: rgba(68, 239, 239, .52); background: rgba(68, 239, 239, .09); }
.retro-signing-note { max-width: 930px; margin: 13px 0 0; color: #6f8e94; font: 600 .62rem/1.55 var(--mono); letter-spacing: .015em; }
.retro-signing-note strong { color: #9db8bb; text-transform: uppercase; letter-spacing: .08em; }

.retro-box-showcase {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--retro-line);
  background:
    radial-gradient(ellipse at 24% 50%, rgba(246, 175, 59, .12), transparent 44%),
    radial-gradient(ellipse at 78% 40%, rgba(68, 239, 239, .1), transparent 46%),
    linear-gradient(115deg, rgba(20, 12, 33, .88), rgba(5, 13, 30, .96));
}
.retro-box-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, transparent 0 79px, rgba(68, 239, 239, .025) 79px 80px);
  mask-image: linear-gradient(90deg, black, transparent 55%);
}
.retro-box-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 9vw, 132px);
  min-height: 720px;
  padding-block: clamp(72px, 9vw, 126px);
}
.retro-box-object {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 540px;
  margin: 0;
  isolation: isolate;
}
.retro-box-object::after {
  content: "";
  position: absolute;
  left: 9%;
  right: 3%;
  bottom: 5%;
  z-index: -2;
  height: 10%;
  border-radius: 50%;
  background: rgba(0, 0, 0, .68);
  filter: blur(20px);
  transform: rotate(-2deg);
}
.retro-box-object img {
  position: relative;
  z-index: 2;
  width: min(100%, 410px);
  height: auto;
  transform: rotate(-2.2deg);
  filter: drop-shadow(0 32px 36px rgba(0, 0, 0, .64)) drop-shadow(0 0 40px rgba(246, 175, 59, .08));
  transition: transform .5s cubic-bezier(.2, .75, .25, 1), filter .5s ease;
}
.retro-box-object:hover img { transform: translateY(-8px) rotate(-.6deg) scale(1.015); filter: drop-shadow(0 40px 42px rgba(0, 0, 0, .68)) drop-shadow(0 0 48px rgba(68, 239, 239, .1)); }
.retro-box-orbit {
  position: absolute;
  width: min(92%, 500px);
  aspect-ratio: 1;
  z-index: -1;
  border: 1px solid rgba(68, 239, 239, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(68, 239, 239, .018), 0 0 0 96px rgba(246, 175, 59, .012);
}
.retro-box-orbit::before,
.retro-box-orbit::after { content: ""; position: absolute; width: 17px; aspect-ratio: 1; border-radius: 4px; transform: rotate(45deg); }
.retro-box-orbit::before { left: 4%; top: 20%; background: var(--cyan); box-shadow: 0 0 20px rgba(68, 239, 239, .5); }
.retro-box-orbit::after { right: 0; bottom: 22%; background: var(--pink); box-shadow: 0 0 20px rgba(212, 40, 127, .5); }
.retro-box-copy { position: relative; z-index: 2; }
.retro-box-copy h2 { max-width: 760px; font-family: var(--display); font-size: clamp(2.8rem, 6.4vw, 6rem); line-height: .92; text-transform: uppercase; }
.retro-box-copy > p:not(.kicker) { max-width: 650px; margin: 28px 0 0; color: #c0d5d9; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.58; }
.retro-box-specs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.retro-box-specs span { padding: 8px 11px; border: 1px solid rgba(68, 239, 239, .18); border-radius: 999px; color: #85aaa9; background: rgba(3, 8, 20, .38); font-size: .6rem; letter-spacing: .06em; text-transform: uppercase; }

.retro-release-dialog {
  width: min(760px, calc(100% - 28px));
  max-height: min(84svh, 820px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(68, 239, 239, .42);
  border-radius: 14px;
  color: #d6e8e9;
  background: #050b17;
  box-shadow: 0 40px 110px rgba(0, 0, 0, .76), 0 0 64px rgba(68, 239, 239, .08), inset 0 1px 0 rgba(255, 255, 255, .055);
}
.retro-release-dialog::backdrop { background: rgba(1, 3, 10, .82); backdrop-filter: blur(9px); }
.retro-release-dialog[open] { animation: retro-terminal-in .18s ease-out; }
@keyframes retro-terminal-in { from { opacity: 0; transform: translateY(12px) scale(.985); } }
.retro-release-terminal { padding: clamp(18px, 4vw, 34px); font-family: var(--mono); }
.retro-terminal-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: calc(clamp(18px, 4vw, 34px) * -1) calc(clamp(18px, 4vw, 34px) * -1) 24px; padding: 11px 15px; border-bottom: 1px solid rgba(68, 239, 239, .2); color: #75aaa9; background: rgba(68, 239, 239, .045); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.retro-terminal-bar button { width: 30px; height: 30px; border: 0; color: #8fb9b8; background: transparent; font: 400 1.35rem/1 var(--mono); cursor: pointer; }
.retro-terminal-bar button:hover { color: var(--cyan); }
.retro-terminal-map { margin: 0; overflow-x: auto; color: #63ddd5; font: 600 clamp(.56rem, 1.5vw, .72rem)/1.45 var(--mono); text-shadow: 0 0 16px rgba(68, 239, 239, .16); }
.retro-release-terminal h2 { margin: 24px 0 0; font: 400 clamp(1.55rem, 4vw, 2.6rem)/1 var(--display); text-transform: uppercase; }
.retro-release-terminal > p { margin: 12px 0 0; color: #86a5a8; font: 600 .78rem/1.55 var(--mono); }
.retro-release-terminal ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.retro-release-terminal li { position: relative; padding-left: 20px; color: #bed3d5; font: 600 .72rem/1.52 var(--mono); }
.retro-release-terminal li::before { content: ">"; position: absolute; left: 0; color: var(--cyan); }
.retro-terminal-foot { display: grid; gap: 8px; margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(68, 239, 239, .16); color: #6f9294; font-size: .59rem; letter-spacing: .035em; }
.retro-terminal-foot code { overflow-wrap: anywhere; color: #88bab7; }
.retro-terminal-foot a { justify-self: start; color: var(--cyan); text-transform: uppercase; text-decoration: underline; text-underline-offset: 4px; }

.retro-native-preview { padding-block: clamp(64px, 8vw, 104px); border-top: 1px solid var(--retro-line); background: linear-gradient(180deg, rgba(5, 9, 22, .42), rgba(8, 14, 34, .78)); }
.retro-native-preview .wrap { --maxw: 1260px; }
.retro-native-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, .65fr); align-items: end; gap: 40px; margin-bottom: 30px; }
.retro-native-head h2 { font: 400 clamp(2.5rem, 6vw, 5.2rem)/.94 var(--display); text-transform: uppercase; }
.retro-native-head > p { max-width: 56ch; margin: 0; color: var(--muted); }
.retro-native-shots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.retro-native-shots figure { margin: 0; overflow: hidden; border: 1px solid rgba(68, 239, 239, .18); border-radius: 12px; background: #030611; box-shadow: 0 24px 64px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .045); }
.retro-native-shots img { display: block; width: 100%; height: auto; aspect-ratio: 8 / 5; object-fit: cover; }
.retro-native-shots figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 15px; border-top: 1px solid rgba(68, 239, 239, .14); font: 700 .61rem/1.25 var(--mono); letter-spacing: .055em; text-transform: uppercase; }
.retro-native-shots figcaption strong { color: var(--cyan-hi); }
.retro-native-shots figcaption span { color: #6f9096; text-align: right; }

.retro-film { padding-block: clamp(64px, 8vw, 108px); border-top: 1px solid var(--retro-line); background: radial-gradient(circle at 18% 25%, rgba(212, 40, 127, .1), transparent 36%), #040816; }
.retro-film .wrap { --maxw: 1160px; }
.retro-film-head { display: grid; grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr); align-items: end; gap: 36px; margin-bottom: 28px; }
.retro-film-head h2 { max-width: 760px; font: 400 clamp(2.5rem, 6vw, 5.2rem)/.94 var(--display); text-transform: uppercase; }
.retro-film-head > p { max-width: 48ch; margin: 0; color: var(--muted); }
.retro-film-frame { margin: 0; overflow: hidden; border: 1px solid rgba(68, 239, 239, .24); border-radius: 16px; background: #02040b; box-shadow: 0 34px 90px rgba(0, 0, 0, .52), 0 0 50px rgba(68, 239, 239, .055); }
.retro-film-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #02040b; object-fit: contain; }
.retro-film-frame figcaption { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 15px; border-top: 1px solid rgba(68, 239, 239, .14); color: #6f9096; font-size: .58rem; letter-spacing: .055em; text-transform: uppercase; }
.retro-film-frame figcaption span:first-child { color: var(--cyan-hi); }

.retro-final { position: relative; overflow: hidden; isolation: isolate; padding-block: clamp(82px, 12vw, 160px); border-top: 1px solid var(--retro-line); text-align: center; background: radial-gradient(ellipse at 50% 100%, rgba(47, 116, 255, .16), transparent 58%); }
.retro-final .kicker { margin-inline: auto; }
.retro-final h2 { max-width: 900px; margin-inline: auto; }
.retro-final p:not(.kicker) { max-width: 660px; margin: 26px auto 0; color: var(--muted); }
.retro-actions-center { justify-content: center; }
.retro-rain-bottom { opacity: .36; }
.retro-legal { max-width: 580px; line-height: 1.5; text-align: center; }
.retro-footer-dialog-link { display: block; padding: 5px 0; border: 0; color: var(--muted); background: transparent; font: inherit; text-align: left; cursor: pointer; transition: color .16s; }
.retro-footer-dialog-link:hover { color: var(--ink); }

@media (max-width: 1020px) {
  .retro-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr); gap: 42px; }
  .retro-download-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .retro-box-grid { grid-template-columns: minmax(280px, .7fr) minmax(0, 1fr); gap: 48px; min-height: 620px; }
  .retro-box-object { min-height: 460px; }
  .retro-box-object img { width: min(100%, 340px); }
}
@media (max-width: 860px) {
  .retro-page .nav-links { background: rgba(5, 9, 22, .98); }
  .retro-hero { min-height: auto; }
  .retro-hero-grid { grid-template-columns: 1fr; padding-block: 76px 100px; }
  .retro-cabinet { width: min(600px, 100%); margin-inline: auto; transform: none; }
  .retro-scroll { display: none; }
  .retro-section-head { grid-template-columns: 1fr; gap: 24px; }
  .retro-box-grid { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .retro-box-object { min-height: 480px; }
  .retro-box-copy > p:not(.kicker) { margin-inline: auto; }
  .retro-box-specs { justify-content: center; }
  .retro-native-head { grid-template-columns: 1fr; gap: 18px; }
  .retro-film-head { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 620px) {
  .retro-lockup strong { justify-self: start; }
  .retro-actions .btn { width: 100%; }
  .retro-cabinet { border-radius: 18px 18px 25px 25px; }
  .retro-download-grid { grid-template-columns: 1fr; }
  .retro-browser-entry { grid-template-columns: 43px minmax(0, 1fr); padding: 13px 14px; }
  .retro-browser-entry em { grid-column: 2; }
  .retro-download-card { grid-template-rows: auto; }
  .retro-box-grid { padding-block: 62px 76px; }
  .retro-box-object { min-height: 390px; }
  .retro-box-object img { width: min(88vw, 300px); }
  .retro-native-shots { grid-template-columns: 1fr; }
  .retro-native-shots figcaption { align-items: flex-start; flex-direction: column; }
  .retro-native-shots figcaption span { text-align: left; }
  .retro-film-frame { border-radius: 10px; }
  .retro-film-frame figcaption { align-items: flex-start; flex-direction: column; gap: 5px; }
  .retro-release-strip { align-items: flex-start; flex-direction: column; }
  .retro-footer .footer-bottom { text-align: left; }
  .retro-legal { text-align: left; }
}
