:root {
  --black: #171311;
  --asphalt: #24201d;
  --asphalt-soft: #37302b;
  --paper: #ece2cd;
  --paper-deep: #d2c4a6;
  --white: #fff8e8;
  --sun: #f4c928;
  --red: #d84930;
  --cyan: #174b9b;
  --acid: #2b927d;
  --blue: #174b9b;
  --teal: #1e7777;
  --ink: #171311;
  --line: rgba(23, 19, 17, 0.34);
  --dark-line: rgba(23, 19, 17, 0.32);
}

body.street-edition {
  background: var(--paper);
  color: var(--ink);
  font-family: "PT Serif", Georgia, serif;
}

body.street-edition button,
body.street-edition input,
body.street-edition select,
body.street-edition textarea {
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: 0;
}

body.street-edition ::selection {
  background: var(--blue);
  color: var(--white);
}

body.street-edition .street-cursor,
body.street-edition .dispatch-call,
body.street-edition .radio-knob,
body.street-edition .street-grid,
body.street-edition .world-scan,
body.street-edition .dispatch-sweep,
body.street-edition .faction-siren,
body.street-edition .hero-camera-tag {
  display: none;
}

body.street-edition .film-grain {
  z-index: 850;
  opacity: 0.13;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle, rgba(23, 19, 17, 0.65) 0 0.55px, transparent 0.8px),
    radial-gradient(circle, rgba(255, 248, 232, 0.55) 0 0.45px, transparent 0.75px);
  background-position: 0 0, 3px 3px;
  background-size: 5px 5px, 7px 7px;
}

/* Opening: a printed city permit passing through a garage shutter. */
body.street-edition .opening-shot {
  background: var(--red);
  color: var(--ink);
}

body.street-edition .opening-shot::before,
body.street-edition .opening-shot::after {
  left: 0;
  right: 0;
  width: 100%;
  height: 50.5%;
  background: var(--red);
  transition: transform 0.95s cubic-bezier(0.78, 0, 0.18, 1) 0.12s;
}

body.street-edition .opening-shot::before { top: 0; }
body.street-edition .opening-shot::after { top: auto; bottom: 0; }
body.street-edition.loaded .opening-shot::before { transform: translateY(-102%); }
body.street-edition.loaded .opening-shot::after { transform: translateY(102%); }

body.street-edition .opening-sun {
  width: min(660px, 80vw);
  height: min(300px, 40vw);
  border: 4px solid var(--ink);
  border-radius: 0;
  background: var(--sun);
  box-shadow: 14px 14px 0 var(--ink);
  transform: translate(-50%, -50%) rotate(-2deg);
}

body.street-edition .opening-sun::before {
  inset: 17px;
  border: 2px dashed var(--ink);
  border-radius: 0;
  animation: none;
}

body.street-edition .opening-sun::after {
  inset: auto 28px 28px auto;
  width: 72px;
  height: 72px;
  border: 3px solid var(--ink);
  border-radius: 0;
  background: var(--red);
  box-shadow: none;
  transform: rotate(6deg);
}

body.street-edition .opening-sun i {
  left: 0;
  right: 0;
  top: 28%;
  height: 3px;
  background: var(--ink);
}

body.street-edition .opening-lockup {
  gap: 8px;
  color: var(--ink);
  transform: rotate(-2deg);
}

body.street-edition .opening-lockup > span {
  width: 54px;
  height: 54px;
  margin-bottom: 5px;
  border: 3px solid var(--ink);
  background: var(--red);
  font-family: "Unbounded", sans-serif;
  font-size: 13px;
}

body.street-edition .opening-lockup strong {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(28px, 5vw, 70px);
  font-weight: 900;
  line-height: 0.9;
}

body.street-edition .opening-lockup small {
  padding: 5px 10px;
  background: var(--ink);
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

body.street-edition .opening-frequency { display: none; }

/* Permanent details become windshield stickers, not telemetry. */
body.street-edition .city-telemetry {
  top: 18px;
  gap: 1px;
  padding: 7px 10px;
  border: 2px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: 8px;
  line-height: 1;
  mix-blend-mode: normal;
  transform: rotate(-1deg);
}

body.street-edition .city-telemetry-right {
  background: var(--sun);
  transform: rotate(1.5deg);
}

body.street-edition .city-telemetry span { color: rgba(23, 19, 17, 0.62); }
body.street-edition .city-telemetry strong { color: var(--ink); font-size: 11px; font-weight: 700; }

/* Physical car stereo. No translucency, no blur. */
body.street-edition .radio-dock {
  bottom: 14px;
  width: min(880px, calc(100vw - 28px));
  height: 76px;
  grid-template-columns: 96px 184px 1fr;
  border: 5px solid var(--ink);
  border-radius: 2px;
  background: #2b2724;
  box-shadow: 9px 9px 0 rgba(23, 19, 17, 0.4);
  backdrop-filter: none;
}

body.street-edition .radio-dock::before,
body.street-edition .radio-dock::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 7px;
  height: 7px;
  background: #b6aa93;
  box-shadow: inset 1px 1px 0 #5f574d;
}

body.street-edition .radio-dock::before { left: 7px; }
body.street-edition .radio-dock::after { right: 7px; }

body.street-edition .radio-brand {
  padding: 0 15px;
  border-right: 4px solid var(--ink);
  background: var(--sun);
}

body.street-edition .radio-brand span {
  width: 48px;
  height: 38px;
  border: 3px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-family: "Unbounded", sans-serif;
  font-size: 11px;
  box-shadow: 3px 3px 0 var(--ink);
}

body.street-edition .radio-brand:hover span { transform: translate(-2px, -2px) rotate(-3deg); }
body.street-edition .radio-brand small { color: var(--ink); font-family: "Oswald", sans-serif; font-size: 9px; font-weight: 700; }

body.street-edition .radio-display {
  gap: 2px;
  padding: 0 19px;
  border-right: 4px solid var(--ink);
  background: #27382b;
  box-shadow: inset 0 0 0 4px #111712;
}

body.street-edition .radio-display > div { font-family: "Oswald", sans-serif; }
body.street-edition .radio-display > div span { color: #ff9b5e; font-size: 9px; }
body.street-edition .radio-display > div strong { color: #d5e49a; font-size: 24px; font-weight: 600; }
body.street-edition .radio-display > small { color: #a9bb7a; font-family: "Oswald", sans-serif; font-size: 8px; }
body.street-edition .radio-wave { right: 12px; top: 18px; color: #d5e49a; opacity: 0.5; }

body.street-edition .radio-presets { background: #2b2724; }
body.street-edition .radio-presets button {
  border-right: 2px solid #171311;
  background: #37312d;
  color: #c6baa2;
  box-shadow: inset 0 -5px 0 #211e1b;
}

body.street-edition .radio-presets button::before {
  left: 9px;
  right: 9px;
  top: auto;
  bottom: 5px;
  height: 5px;
  background: var(--red);
}

body.street-edition .radio-presets button.active,
body.street-edition .radio-presets button:hover {
  background: var(--paper);
  color: var(--ink);
  box-shadow: inset 0 -5px 0 var(--paper-deep);
}

body.street-edition .radio-presets svg { width: 20px; height: 20px; stroke-width: 2.2; }
body.street-edition .radio-presets button > span {
  bottom: calc(100% + 15px);
  padding: 6px 12px;
  border: 3px solid var(--ink);
  background: var(--sun);
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: 9px;
  font-weight: 700;
  box-shadow: 4px 4px 0 var(--ink);
}

/* Hero: a full-bleed drive through a sun-baked city. */
body.street-edition .hero-chapter {
  height: 225svh;
  background: #bf6a55;
}

body.street-edition .hero-sticky {
  min-height: 690px;
  background: #847c91;
}

body.street-edition .hero-sticky::before {
  content: "SUNDOWN COUNTY • 08 • SUNDOWN COUNTY • 08 •";
  position: absolute;
  left: -2%;
  right: -2%;
  top: 0;
  z-index: 8;
  height: 34px;
  padding: 6px 3% 0;
  overflow: hidden;
  border-bottom: 3px solid var(--ink);
  background: var(--sun);
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 700;
  word-spacing: 22px;
  white-space: nowrap;
}

body.street-edition .hero-sticky::after {
  content: "";
  position: absolute;
  left: 47%;
  bottom: -5%;
  z-index: 7;
  width: 58vw;
  height: 10px;
  border: 2px solid #050403;
  background: #1b1816;
  box-shadow: 0 -4px 0 rgba(255, 248, 232, 0.14);
  pointer-events: none;
  transform: rotate(calc(-42deg + var(--hero-progress) * 68deg));
  transform-origin: 0 50%;
}

body.street-edition [data-reveal] {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: translateY(45px) rotate(1deg);
  transition:
    opacity 0.35s ease,
    clip-path 0.9s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.street-edition [data-reveal].revealed {
  opacity: 1;
  clip-path: inset(0);
  transform: translateY(0) rotate(0);
}

body.street-edition .hero-grade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 214, 144, 0.18), transparent 45%),
    linear-gradient(180deg, rgba(23, 19, 17, 0.08), transparent 48%, rgba(23, 19, 17, 0.5));
}

body.street-edition .hero-copy {
  left: 3.5%;
  top: 12%;
  width: min(940px, 72vw);
  transform: translate3d(calc(var(--hero-progress) * -160px), calc(var(--hero-progress) * -45px), 0) rotate(-1.5deg);
}

body.street-edition .hero-label {
  width: max-content;
  padding: 8px 12px;
  border: 3px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 5px 5px 0 var(--ink);
}

body.street-edition .hero-label::before { display: none; }

body.street-edition .hero-copy h1 {
  margin-top: 27px;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(74px, 10.5vw, 166px);
  font-weight: 900;
  line-height: 0.72;
  text-transform: uppercase;
}

body.street-edition .hero-copy h1 span:first-child {
  width: max-content;
  padding: 0 10px 6px;
  background: var(--red);
  color: var(--white);
  text-shadow: 5px 5px 0 var(--ink);
  transform: rotate(1deg);
}

body.street-edition .hero-copy h1 span:last-child {
  width: max-content;
  margin-top: 13px;
  margin-left: 7vw;
  padding: 7px 15px 13px;
  border: 4px solid var(--ink);
  background: var(--sun);
  color: var(--ink);
  -webkit-text-stroke: 0;
  box-shadow: 9px 9px 0 var(--ink);
  transform: rotate(-2deg);
}

body.street-edition .hero-copy h1 i { color: var(--red); font-family: "Oswald", sans-serif; font-size: 14px; }

body.street-edition .hero-copy > p {
  width: min(490px, 60vw);
  margin: 34px 0 0 11vw;
  padding: 12px 18px 14px;
  border-left: 7px solid var(--blue);
  background: var(--paper);
  color: var(--ink);
  font-size: 20px;
  font-style: italic;
  line-height: 1.25;
  box-shadow: 7px 7px 0 rgba(23, 19, 17, 0.88);
  transform: rotate(1deg);
}

body.street-edition .hero-actions { margin: 28px 0 0 11vw; }
body.street-edition .enter-city {
  min-height: 58px;
  gap: 42px;
  border: 4px solid var(--ink);
  background: var(--blue);
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  box-shadow: 6px 6px 0 var(--ink);
}

body.street-edition .enter-city:hover {
  background: var(--red);
  color: var(--white);
  transform: translate(-3px, -3px);
}

body.street-edition .enter-city svg { background: var(--sun); color: var(--ink); }
body.street-edition .watch-feed {
  padding: 9px 12px;
  border: 3px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

body.street-edition .hero-season {
  right: 3%;
  top: 13%;
  min-width: 210px;
  padding: 18px;
  border: 4px solid var(--ink);
  background: var(--blue);
  color: var(--white);
  box-shadow: 8px 8px 0 var(--ink);
  transform: translateX(calc(var(--hero-progress) * 95px)) rotate(2deg);
}

body.street-edition .hero-season small,
body.street-edition .hero-season span {
  color: var(--sun);
  font-family: "Oswald", sans-serif;
  font-size: 10px;
}

body.street-edition .hero-season strong {
  color: var(--white);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 0.88;
}

body.street-edition .server-live {
  right: 4%;
  bottom: 13%;
  width: 370px;
  padding: 18px 18px 16px;
  border: 4px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 10px 10px 0 rgba(23, 19, 17, 0.9);
  backdrop-filter: none;
  transform: translate3d(calc(var(--hero-progress) * 110px), calc(var(--hero-progress) * 45px), 0) rotate(2deg);
}

body.street-edition .server-live::before {
  content: "PARKING / NIGHT PERMIT";
  display: block;
  margin: -7px 0 10px;
  padding-bottom: 8px;
  border-bottom: 2px dashed var(--ink);
  color: var(--red);
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

body.street-edition .server-live header {
  border-bottom: 3px solid var(--ink);
  color: rgba(23, 19, 17, 0.55);
  font-family: "Oswald", sans-serif;
  font-size: 9px;
}

body.street-edition .server-live header i {
  border-radius: 0;
  background: var(--red);
  box-shadow: none;
}

body.street-edition .server-number {
  border: 3px solid var(--ink);
  background: var(--sun);
  color: var(--ink);
  font-family: "Unbounded", sans-serif;
}

body.street-edition .server-live-main small { color: rgba(23, 19, 17, 0.56); font-family: "Oswald", sans-serif; }
body.street-edition .server-live-main strong { font-family: "Unbounded", sans-serif; font-size: 18px; }
body.street-edition .server-live-main button {
  border: 3px solid var(--ink);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
}

body.street-edition .server-capacity { height: 8px; border: 2px solid var(--ink); background: var(--paper-deep); }
body.street-edition .server-capacity i { background: var(--red) !important; }
body.street-edition .server-live footer { color: rgba(23, 19, 17, 0.62); font-family: "Oswald", sans-serif; font-size: 9px; }
body.street-edition .server-live footer strong { color: var(--ink); font-weight: 700; }

body.street-edition .hero-scroll {
  bottom: 108px;
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-shadow: 2px 2px 0 var(--ink);
}

body.street-edition .hero-scroll > i { width: 4px; background: var(--paper); }
body.street-edition .hero-scroll b { width: 4px; background: var(--red); }

/* Map chapter: an unfolded municipal map with visible creases. */
body.street-edition .world-chapter { height: 330svh; background: #c9bea6; }
body.street-edition .world-sticky {
  min-height: 680px;
  background: var(--paper);
  color: var(--ink);
}

body.street-edition .world-sticky::before,
body.street-edition .world-sticky::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

body.street-edition .world-sticky::before {
  left: 33.333%;
  top: 0;
  bottom: 0;
  width: 33.333%;
  border-right: 2px dashed rgba(23, 19, 17, 0.22);
  border-left: 2px dashed rgba(23, 19, 17, 0.22);
  box-shadow: inset 28px 0 35px -35px rgba(23, 19, 17, 0.5), inset -28px 0 35px -35px rgba(23, 19, 17, 0.5);
}

body.street-edition .world-sticky::after {
  left: 0;
  right: 0;
  top: 50%;
  border-top: 2px dashed rgba(23, 19, 17, 0.2);
}

body.street-edition .district-canvas { opacity: 0.82; mix-blend-mode: multiply; }
body.street-edition .world-header { left: 4%; top: 6%; }
body.street-edition .world-header > span,
body.street-edition .life-header > span,
body.street-edition .factions-header > span,
body.street-edition .economy-header > span,
body.street-edition .servers-header > span {
  display: inline-block;
  width: max-content;
  padding: 5px 9px;
  background: var(--red);
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

body.street-edition .world-header h2,
body.street-edition .life-header h2,
body.street-edition .factions-header h2,
body.street-edition .economy-header h2,
body.street-edition .servers-header h2 {
  margin-top: 17px;
  font-family: "PT Serif", Georgia, serif;
  font-size: clamp(48px, 5.3vw, 78px);
  font-weight: 700;
  line-height: 0.94;
}

body.street-edition .world-header h2 em,
body.street-edition .life-header h2 em,
body.street-edition .factions-header h2 em,
body.street-edition .economy-header h2 em {
  color: var(--blue);
  font-style: italic;
}

body.street-edition .map-coordinates {
  top: 4%;
  padding: 7px 10px;
  border: 2px solid var(--ink);
  background: var(--sun);
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: 9px;
  transform: rotate(1deg);
}

body.street-edition .district-map::before,
body.street-edition .district-map::after { display: none; }

body.street-edition .district-node {
  grid-template-columns: 28px 1fr;
  min-width: 155px;
  gap: 1px 8px;
  padding: 6px 8px;
  border: 2px solid transparent;
  background: rgba(236, 226, 205, 0.92);
  color: var(--ink);
  opacity: 0.68;
  transform: rotate(-2deg);
}

body.street-edition .district-node:nth-of-type(even) { transform: rotate(2deg); }
body.street-edition .district-node > span {
  width: 22px;
  height: 22px;
  grid-row: 1 / span 2;
  border: 3px solid var(--ink);
  border-radius: 0;
  background: var(--sun);
  box-shadow: 3px 3px 0 rgba(23, 19, 17, 0.32);
  transform: rotate(45deg);
}

body.street-edition .district-node > span::before,
body.street-edition .district-node > span::after { display: none; }
body.street-edition .district-node strong { font-family: "Unbounded", sans-serif; font-size: 10px; }
body.street-edition .district-node small { color: rgba(23, 19, 17, 0.58); font-family: "Oswald", sans-serif; font-size: 9px; }
body.street-edition .district-node.active {
  border-color: var(--ink);
  background: var(--red);
  color: var(--white);
  opacity: 1;
  box-shadow: 6px 6px 0 var(--ink);
  transform: translate(-5px, -5px) rotate(-1deg);
}

body.street-edition .district-node.active > span { border-color: var(--ink); background: var(--sun); box-shadow: 3px 3px 0 var(--ink); }
body.street-edition .district-node.active small { color: rgba(255, 248, 232, 0.74); }

body.street-edition .district-readout {
  left: 4%;
  bottom: 15%;
  width: 390px;
  padding: 20px 22px;
  border: 4px solid var(--ink);
  background: var(--blue);
  color: var(--white);
  box-shadow: 9px 9px 0 var(--ink);
  transform: rotate(-1deg);
}

body.street-edition .district-readout > span { color: var(--sun); font-family: "Oswald", sans-serif; font-size: 11px; }
body.street-edition .district-readout h3 { font-family: "Unbounded", sans-serif; font-size: 34px; }
body.street-edition .district-readout p { color: rgba(255, 248, 232, 0.78); font-size: 14px; }
body.street-edition .district-readout > div { color: var(--white); font-family: "Oswald", sans-serif; font-size: 10px; }
body.street-edition .district-readout > div > i { height: 7px; border: 2px solid var(--white); background: transparent; }
body.street-edition .district-readout > div b { background: var(--sun); }

body.street-edition .world-progress {
  left: 4%;
  right: 4%;
  bottom: 7%;
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

body.street-edition .world-progress > i { height: 5px; border: 1px solid var(--ink); background: var(--paper-deep); }
body.street-edition .world-progress b { background: var(--red); }

/* Garage chapter: paint, lift, work order. */
body.street-edition .life-section {
  min-height: 1220px;
  padding: 110px 4% 150px;
  background: var(--teal);
  color: var(--white);
}

body.street-edition .life-section::before {
  content: "BAY 08";
  position: absolute;
  right: -2vw;
  top: 28px;
  z-index: 3;
  color: rgba(255, 248, 232, 0.13);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(100px, 16vw, 240px);
  font-weight: 900;
  line-height: 1;
}

body.street-edition .life-lights {
  background:
    linear-gradient(90deg, rgba(30, 119, 119, 0.96) 0, rgba(30, 119, 119, 0.6) 38%, transparent 62%),
    linear-gradient(180deg, rgba(23, 19, 17, 0.15), transparent 60%, rgba(23, 19, 17, 0.48));
}

body.street-edition .life-header { margin-left: 3%; }
body.street-edition .life-header > span { background: var(--sun); color: var(--ink); }
body.street-edition .life-header h2 { color: var(--white); }
body.street-edition .life-header h2 em { color: var(--sun); }

body.street-edition .life-console {
  width: 590px;
  grid-template-columns: 170px 1fr;
  margin: 105px 0 0 3%;
  border: 4px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  transform: rotate(-1deg);
}

body.street-edition .life-modes { border-right: 4px solid var(--ink); background: var(--sun); }
body.street-edition .life-modes button {
  min-height: 105px;
  border-bottom: 3px solid var(--ink);
  background: var(--sun);
  color: var(--ink);
  box-shadow: none;
}

body.street-edition .life-modes button.active {
  padding-left: 15px;
  background: var(--red);
  color: var(--white);
}

body.street-edition .life-modes span { font-family: "Oswald", sans-serif; font-size: 10px; font-weight: 700; }
body.street-edition .life-modes strong { font-family: "Unbounded", sans-serif; font-size: 10px; }
body.street-edition .life-modes small { font-family: "Oswald", sans-serif; font-size: 9px; }

body.street-edition .life-copy {
  min-height: 315px;
  padding: 30px;
  background: var(--paper);
  color: var(--ink);
  backdrop-filter: none;
}

body.street-edition .life-copy > span { color: var(--red); font-family: "Oswald", sans-serif; font-size: 10px; font-weight: 700; }
body.street-edition .life-copy h3 { font-family: "PT Serif", serif; font-size: 35px; font-weight: 700; }
body.street-edition .life-copy > p { color: rgba(23, 19, 17, 0.67); font-size: 14px; }
body.street-edition .life-stats { border-top: 3px solid var(--ink); padding-top: 17px; }
body.street-edition .life-stats small { color: rgba(23, 19, 17, 0.57); font-family: "Oswald", sans-serif; font-size: 9px; }
body.street-edition .life-stats strong { font-family: "Unbounded", sans-serif; font-size: 18px; }
body.street-edition .garage-floor { color: var(--white); font-family: "Oswald", sans-serif; font-size: 10px; }
body.street-edition .garage-floor i { height: 5px; background: var(--sun); }

/* Factions: a heavy city archive, not a scanner. */
body.street-edition .factions-section {
  min-height: 1280px;
  padding: 120px 4% 150px;
  background: var(--red);
  color: var(--ink);
}

body.street-edition .factions-section::before {
  content: "CONFIDENTIAL / CITY OF SUNDOWN / 08";
  position: absolute;
  left: -5%;
  top: 45%;
  width: 110%;
  padding: 10px 0;
  border-top: 4px solid var(--ink);
  border-bottom: 4px solid var(--ink);
  background: var(--sun);
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  transform: rotate(-5deg);
}

body.street-edition .factions-header { margin-left: 2%; }
body.street-edition .factions-header > span { background: var(--ink); color: var(--white); }
body.street-edition .factions-header h2 { color: var(--ink); }
body.street-edition .factions-header h2 em { color: var(--white); }

body.street-edition .faction-tuner {
  min-height: 650px;
  grid-template-columns: 270px 1fr;
  margin: 95px 2% 0;
  border: 5px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 14px 14px 0 var(--ink);
  transform: rotate(0.6deg);
}

body.street-edition .faction-list {
  border-right: 5px solid var(--ink);
  background: var(--paper-deep);
}

body.street-edition .faction-button {
  min-height: 90px;
  padding: 0 17px;
  border-bottom: 3px solid var(--ink);
  background: var(--paper-deep);
  color: var(--ink);
}

body.street-edition .faction-button.active {
  padding-left: 28px;
  background: var(--blue);
  color: var(--white);
}

body.street-edition .faction-button > span { font-family: "Oswald", sans-serif; font-size: 10px; font-weight: 700; }
body.street-edition .faction-button strong { font-family: "Unbounded", sans-serif; font-size: 13px; }
body.street-edition .faction-button small { font-family: "Oswald", sans-serif; font-size: 9px; }
body.street-edition .faction-button > i { width: 12px; height: 12px; border: 2px solid var(--ink); border-radius: 0; }

body.street-edition .faction-stage { background: var(--paper); }
body.street-edition .faction-stage::before {
  content: "CASE FILE";
  position: absolute;
  left: 4%;
  top: 5%;
  z-index: 3;
  padding: 5px 10px;
  border: 3px solid var(--ink);
  color: var(--red);
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 700;
  transform: rotate(-3deg);
}

body.street-edition .faction-code {
  left: 2%;
  top: 57%;
  color: rgba(23, 19, 17, 0.09) !important;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(100px, 14vw, 210px);
  transform: translateY(-50%) rotate(-4deg);
}

body.street-edition .faction-scope {
  left: 5%;
  top: 47%;
  width: 34%;
  height: 390px;
  border: 4px solid var(--ink);
  border-radius: 0;
  background:
    radial-gradient(circle, rgba(23, 19, 17, 0.32) 0 1.4px, transparent 1.7px),
    var(--sun);
  background-size: 9px 9px;
  box-shadow: 8px 8px 0 var(--ink);
  transform: translateY(-50%) rotate(-2deg);
}

body.street-edition .faction-scope::before {
  content: "EVIDENCE / 08";
  left: 18px;
  right: auto;
  top: 18px;
  width: auto;
  height: auto;
  padding: 5px 8px;
  background: var(--ink);
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 10px;
}

body.street-edition .faction-scope::after {
  left: 14%;
  right: 14%;
  top: 62%;
  width: auto;
  height: 7px;
  background: var(--red);
  box-shadow: 0 18px 0 var(--blue), 0 36px 0 var(--ink);
  transform: rotate(-5deg);
}

body.street-edition .faction-scope i {
  inset: 30% 20% auto;
  height: 95px;
  border: 5px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  animation: none;
  transform: rotate(4deg);
}

body.street-edition .faction-scope b {
  inset: 35% 35% auto;
  height: 72px;
  border: 4px solid var(--ink);
  border-radius: 0;
  background: var(--faction-color, var(--blue));
  box-shadow: 5px 5px 0 var(--ink);
  transform: rotate(-7deg);
}

body.street-edition .faction-copy {
  right: 5%;
  width: 47%;
  color: var(--ink);
}

body.street-edition .faction-copy > span { color: var(--red); font-family: "Oswald", sans-serif; font-size: 11px; font-weight: 700; }
body.street-edition .faction-copy h3 { font-family: "PT Serif", serif; font-size: 44px; font-weight: 700; }
body.street-edition .faction-copy > p { color: rgba(23, 19, 17, 0.67); font-size: 15px; }
body.street-edition .faction-copy > div { border-top: 3px solid var(--ink); padding-top: 18px; }
body.street-edition .faction-copy small { color: rgba(23, 19, 17, 0.56); font-family: "Oswald", sans-serif; font-size: 9px; }
body.street-edition .faction-copy > div strong { font-family: "Unbounded", sans-serif; }
body.street-edition .faction-copy > button {
  border: 4px solid var(--ink);
  background: var(--red);
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  box-shadow: 6px 6px 0 var(--ink);
}

body.street-edition .faction-copy > button svg { background: var(--sun); color: var(--ink); }

/* Economy: city classifieds printed on yellow stock. */
body.street-edition .economy-section {
  min-height: 1180px;
  padding: 165px 5% 130px;
  background: var(--sun);
  color: var(--ink);
}

body.street-edition .economy-section::before {
  content: "SUNDOWN DAILY";
  position: absolute;
  right: 4%;
  top: 18px;
  color: var(--ink);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(34px, 6vw, 88px);
  font-weight: 900;
}

body.street-edition .economy-tape {
  top: 108px;
  height: 34px;
  align-items: center;
  background: var(--ink);
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 600;
  animation-duration: 45s;
}

body.street-edition .economy-header { grid-template-columns: minmax(480px, 760px) 340px; }
body.street-edition .economy-header > span { background: var(--blue); color: var(--white); }
body.street-edition .economy-header h2 em { color: var(--red); }
body.street-edition .economy-header p {
  padding: 18px;
  border: 4px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
  box-shadow: 7px 7px 0 var(--ink);
  transform: rotate(1deg);
}

body.street-edition .economy-ledger {
  margin-top: 100px;
  border-top: 6px solid var(--ink);
  border-bottom: 6px solid var(--ink);
}

body.street-edition .ledger-row {
  min-height: 118px;
  padding: 0 18px;
  border-bottom: 3px solid var(--ink);
  font-family: "Oswald", sans-serif;
}

body.street-edition .ledger-row:last-child { border-bottom: 0; }
body.street-edition .ledger-row:not(.ledger-head):hover,
body.street-edition .ledger-row.active {
  padding: 0 28px;
  background: var(--blue);
  color: var(--white);
}

body.street-edition .ledger-head { min-height: 48px; background: var(--ink); color: var(--white); font-family: "Oswald", sans-serif; font-size: 10px; }
body.street-edition .ledger-row strong { font-family: "PT Serif", serif; font-size: 21px; }
body.street-edition .ledger-row span,
body.street-edition .ledger-row small { font-family: "Oswald", sans-serif; font-size: 12px; }
body.street-edition .ledger-row b { color: var(--red); font-family: "Unbounded", sans-serif; }
body.street-edition .ledger-row.active b { color: var(--sun); }

body.street-edition .economy-metrics {
  gap: 16px;
  margin-top: 65px;
  border: 0;
}

body.street-edition .economy-metrics > span {
  min-height: 150px;
  border: 4px solid var(--ink);
  background: var(--paper);
  box-shadow: 7px 7px 0 var(--ink);
}

body.street-edition .economy-metrics > span:nth-child(2) { transform: rotate(-1.5deg); }
body.street-edition .economy-metrics strong { font-family: "Unbounded", sans-serif; font-size: 42px; }
body.street-edition .economy-metrics small { color: rgba(23, 19, 17, 0.65); font-family: "Oswald", sans-serif; font-size: 11px; }

/* Servers: freeway departure board and street press. */
body.street-edition .servers-section {
  min-height: 1780px;
  padding: 130px 5% 0;
  background: var(--blue);
  color: var(--white);
}

body.street-edition .server-wave { height: 650px; opacity: 0.2; mix-blend-mode: screen; }
body.street-edition .servers-header > span { background: var(--sun); color: var(--ink); }
body.street-edition .servers-header h2 { max-width: 900px; color: var(--white); }

body.street-edition .server-lines {
  display: grid;
  gap: 14px;
  margin-top: 80px;
  border-top: 0;
}

body.street-edition .server-row {
  min-height: 126px;
  padding: 0 20px;
  border: 5px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  transform: translateX(0);
}

body.street-edition .server-row:nth-child(even) { margin-left: 3%; }
body.street-edition .server-row::before {
  inset: 0 auto 0 0;
  width: 14px;
  background: var(--row-accent, var(--red));
  transform: none;
}

body.street-edition .server-row:hover,
body.street-edition .server-row.selected {
  padding: 0 20px;
  background: var(--sun);
  color: var(--ink);
  transform: translate(-5px, -5px);
}

body.street-edition .server-row > span:first-child { font-family: "Unbounded", sans-serif; font-size: 15px; }
body.street-edition .server-row-title strong { font-family: "Unbounded", sans-serif; font-size: 25px; }
body.street-edition .server-row-title small,
body.street-edition .server-row-stat small { font-family: "Oswald", sans-serif; font-size: 9px; }
body.street-edition .server-row-stat strong { font-family: "Oswald", sans-serif; font-size: 20px; }
body.street-edition .server-load { height: 7px; border: 2px solid currentColor; background: transparent; }
body.street-edition .server-status { font-family: "Oswald", sans-serif; font-size: 9px; }
body.street-edition .server-status::before { border-radius: 0; background: var(--teal); box-shadow: none; }
body.street-edition .server-row > button {
  width: 52px;
  height: 52px;
  border: 4px solid currentColor;
  border-radius: 0;
}

body.street-edition .server-row > button:hover { background: var(--red); color: var(--white); transform: translate(-2px, -2px); }

body.street-edition .news-band {
  gap: 18px;
  margin-top: 120px;
  background: transparent;
}

body.street-edition .news-item {
  min-height: 390px;
  padding: 25px;
  border: 5px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 9px 9px 0 var(--ink);
  transform: rotate(-1deg);
}

body.street-edition .news-item:nth-child(2) { background: var(--sun); transform: rotate(1.5deg); }
body.street-edition .news-item:nth-child(3) { background: var(--red); color: var(--white); transform: rotate(-2deg); }
body.street-edition .news-item::before {
  left: 25px;
  top: 70px;
  width: 62%;
  height: 150px;
  border: 0;
  border-radius: 0;
  background:
    repeating-linear-gradient(135deg, var(--news-color) 0 12px, transparent 12px 22px),
    var(--paper-deep);
  box-shadow: 5px 5px 0 var(--ink);
  transform: rotate(-3deg);
}

body.street-edition .news-item::after {
  content: "CITY PAPER";
  left: auto;
  right: 20px;
  top: 96px;
  width: 42%;
  height: auto;
  border: 3px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  filter: none;
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 0.9;
  opacity: 1;
  padding: 14px;
  transform: rotate(5deg);
}

body.street-edition .news-item > span { color: var(--news-color); font-family: "Oswald", sans-serif; font-size: 10px; font-weight: 700; }
body.street-edition .news-item > div { bottom: 25px; }
body.street-edition .news-item h3 { font-family: "PT Serif", serif; font-size: 29px; font-weight: 700; }
body.street-edition .news-item:first-child h3 { font-size: 38px; }
body.street-edition .news-item p { color: rgba(23, 19, 17, 0.65); font-size: 13px; }
body.street-edition .news-item:nth-child(3) p { color: rgba(255, 248, 232, 0.78); }

body.street-edition .start-terminal {
  min-height: 330px;
  margin-top: 130px;
  padding: 55px 5%;
  border: 6px solid var(--ink);
  background: var(--sun);
  color: var(--ink);
}

body.street-edition .start-terminal::before {
  content: "GO";
  right: 22%;
  color: rgba(23, 19, 17, 0.1);
  font-family: "Unbounded", sans-serif;
  font-size: 230px;
}

body.street-edition .start-terminal > div > span { font-family: "Oswald", sans-serif; font-size: 11px; font-weight: 700; }
body.street-edition .start-terminal h2 { font-family: "Unbounded", sans-serif; font-size: clamp(45px, 6vw, 82px); font-weight: 900; }
body.street-edition .start-terminal p { font-size: 15px; }
body.street-edition .start-terminal > button {
  display: flex;
  width: 220px;
  height: 68px;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 19px;
  border: 4px solid var(--ink);
  border-radius: 0;
  background: var(--red);
  color: var(--white);
  box-shadow: 7px 7px 0 var(--ink);
}

body.street-edition .start-terminal > button:hover { transform: translate(-4px, -4px); }
body.street-edition .start-terminal > button span { align-self: auto; margin: 0; font-family: "Oswald", sans-serif; font-size: 13px; }
body.street-edition .start-terminal > button svg { align-self: auto; margin: 0; }

body.street-edition .site-footer {
  min-height: 270px;
  padding: 70px 5% 120px;
  border-top: 6px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
}

body.street-edition .footer-brand span {
  width: 52px;
  height: 40px;
  border: 3px solid var(--ink);
  background: var(--red);
  color: var(--white);
  font-family: "Unbounded", sans-serif;
  box-shadow: 4px 4px 0 var(--ink);
}

body.street-edition .footer-brand strong { font-family: "Unbounded", sans-serif; }
body.street-edition .site-footer p { color: rgba(23, 19, 17, 0.62); font-size: 11px; }
body.street-edition .site-footer > div:last-child { color: rgba(23, 19, 17, 0.62); font-family: "Oswald", sans-serif; font-size: 9px; }

/* Public launcher becomes an opaque instruction folder. */
body.street-edition .launcher-backdrop { background: rgba(23, 19, 17, 0.88); }
body.street-edition .launcher-sheet > section {
  border: 5px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 14px 14px 0 rgba(23, 19, 17, 0.7);
}

body.street-edition .launcher-sheet header { border-bottom: 5px solid var(--ink); background: var(--sun); }
body.street-edition .launcher-sheet header span { color: var(--red); font-family: "Oswald", sans-serif; font-weight: 700; }
body.street-edition .launcher-sheet header h2 { font-family: "Unbounded", sans-serif; font-size: 28px; }
body.street-edition .launcher-sheet header button { border: 4px solid var(--ink); border-radius: 0; color: var(--ink); }
body.street-edition .launcher-flow > div { border-right: 4px solid var(--ink); }
body.street-edition .launcher-flow span { color: var(--red); font-family: "Unbounded", sans-serif; }
body.street-edition .launcher-flow strong { font-family: "PT Serif", serif; font-size: 25px; }
body.street-edition .launcher-flow p { color: rgba(23, 19, 17, 0.65); font-size: 13px; }
body.street-edition .launcher-action { border-top: 5px solid var(--ink); background: var(--blue); color: var(--white); }
body.street-edition .launcher-action span,
body.street-edition .launcher-action small { color: rgba(255, 248, 232, 0.7); font-family: "Oswald", sans-serif; }
body.street-edition .launcher-action a { border: 4px solid var(--ink); background: var(--red); box-shadow: 6px 6px 0 var(--ink); font-family: "Oswald", sans-serif; font-size: 13px; }

body.street-edition .toast {
  border: 4px solid var(--ink);
  border-left: 10px solid var(--sun);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: 12px;
}

@media (max-width: 980px) {
  body.street-edition .hero-copy { width: 82vw; }
  body.street-edition .hero-season { top: 11%; min-width: 160px; }
  body.street-edition .hero-season strong { font-size: 38px; }
  body.street-edition .faction-tuner { grid-template-columns: 220px 1fr; }
  body.street-edition .faction-copy { width: 48%; }
  body.street-edition .faction-copy h3 { font-size: 35px; }
  body.street-edition .economy-header { grid-template-columns: 1fr 290px; }
  body.street-edition .server-row { grid-template-columns: 42px 1fr 110px 100px 70px 52px; }
}

@media (max-width: 760px) {
  body.street-edition .city-telemetry { left: 10px; top: 10px; }
  body.street-edition .city-telemetry-right { display: none; }
  body.street-edition .radio-dock {
    width: calc(100vw - 16px);
    height: 66px;
    grid-template-columns: 64px 112px 1fr;
    border-width: 4px;
  }
  body.street-edition .radio-brand { padding: 0 7px; }
  body.street-edition .radio-brand span { width: 37px; height: 33px; font-size: 9px; }
  body.street-edition .radio-brand small { display: none; }
  body.street-edition .radio-display { padding: 0 10px; }
  body.street-edition .radio-display > div strong { font-size: 18px; }
  body.street-edition .radio-wave { display: none; }
  body.street-edition .radio-presets button:nth-child(4),
  body.street-edition .radio-presets button:nth-child(5) { display: none; }
  body.street-edition .radio-presets { grid-template-columns: repeat(3, 1fr); }

  body.street-edition .hero-chapter { height: 205svh; }
  body.street-edition .hero-sticky { min-height: 620px; }
  body.street-edition .hero-sticky::before { height: 27px; padding-top: 4px; font-size: 10px; }
  body.street-edition .hero-sticky::after { left: 35%; bottom: -2%; width: 95vw; height: 7px; }
  body.street-edition .hero-copy { left: 14px; top: 82px; width: calc(100vw - 28px); }
  body.street-edition .hero-label { padding: 6px 8px; font-size: 8px; box-shadow: 3px 3px 0 var(--ink); }
  body.street-edition .hero-copy h1 { margin-top: 20px; font-size: clamp(50px, 17vw, 76px); }
  body.street-edition .hero-copy h1 span:first-child { padding: 0 6px 5px; text-shadow: 3px 3px 0 var(--ink); }
  body.street-edition .hero-copy h1 span:last-child { margin-top: 9px; margin-left: 28px; padding: 5px 8px 8px; border-width: 3px; box-shadow: 5px 5px 0 var(--ink); }
  body.street-edition .hero-copy > p { width: min(330px, calc(100vw - 52px)); margin: 26px 0 0 24px; padding: 9px 12px; font-size: 15px; }
  body.street-edition .hero-actions { margin: 20px 0 0 24px; }
  body.street-edition .enter-city { min-height: 49px; gap: 25px; border-width: 3px; font-size: 11px; box-shadow: 4px 4px 0 var(--ink); }
  body.street-edition .watch-feed { display: none; }
  body.street-edition .hero-season { display: none; }
  body.street-edition .server-live { left: 13px; right: 13px; bottom: 92px; width: auto; padding: 12px; border-width: 3px; box-shadow: 6px 6px 0 var(--ink); }
  body.street-edition .server-live::before { margin-bottom: 5px; }
  body.street-edition .server-live footer { display: flex; }
  body.street-edition .hero-scroll { display: none; }

  body.street-edition .world-chapter { height: 350svh; }
  body.street-edition .world-sticky { min-height: 620px; }
  body.street-edition .world-header { left: 16px; top: 35px; }
  body.street-edition .world-header h2 { font-size: 37px; }
  body.street-edition .map-coordinates { display: none; }
  body.street-edition .district-node { min-width: 112px; grid-template-columns: 19px 1fr; padding: 4px; }
  body.street-edition .district-node > span { width: 15px; height: 15px; border-width: 2px; }
  body.street-edition .district-node strong { font-size: 8px; }
  body.street-edition .district-node small { display: none; }
  body.street-edition .district-readout { left: 16px; bottom: 14%; width: min(285px, calc(100vw - 32px)); padding: 15px; border-width: 3px; box-shadow: 6px 6px 0 var(--ink); }
  body.street-edition .district-readout h3 { font-size: 25px; }
  body.street-edition .district-readout p { min-height: 0; font-size: 12px; }
  body.street-edition .world-progress { left: 16px; right: 16px; bottom: 8%; }

  body.street-edition .life-section { min-height: 1260px; padding: 85px 16px 130px; }
  body.street-edition .life-header { margin-left: 0; }
  body.street-edition .life-header h2 { font-size: 39px; }
  body.street-edition .life-console { width: min(430px, calc(100vw - 32px)); grid-template-columns: 110px 1fr; margin: 70px 0 0; border-width: 3px; box-shadow: 7px 7px 0 var(--ink); }
  body.street-edition .life-modes { border-right-width: 3px; }
  body.street-edition .life-modes button { min-height: 92px; padding: 9px; }
  body.street-edition .life-modes button.active { padding-left: 11px; }
  body.street-edition .life-modes strong { font-size: 8px; }
  body.street-edition .life-modes small { display: none; }
  body.street-edition .life-copy { min-height: 300px; padding: 18px; }
  body.street-edition .life-copy h3 { font-size: 25px; }
  body.street-edition .life-copy > p { font-size: 12px; }
  body.street-edition .life-stats { grid-template-columns: 1fr; }
  body.street-edition .life-stats span:nth-child(n+2) { display: none; }

  body.street-edition .factions-section { min-height: 1430px; padding: 90px 16px 130px; }
  body.street-edition .factions-header { margin-left: 0; }
  body.street-edition .factions-header h2 { font-size: 40px; }
  body.street-edition .faction-tuner { display: block; min-height: 950px; margin: 65px 0 0; border-width: 4px; box-shadow: 8px 8px 0 var(--ink); }
  body.street-edition .faction-list { display: grid; grid-template-columns: repeat(5, 1fr); border-right: 0; border-bottom: 4px solid var(--ink); }
  body.street-edition .faction-button { min-height: 68px; grid-template-columns: 1fr; padding: 4px; text-align: center; }
  body.street-edition .faction-button.active { padding: 4px; }
  body.street-edition .faction-button > div small,
  body.street-edition .faction-button > i { display: none; }
  body.street-edition .faction-stage { min-height: 870px; }
  body.street-edition .faction-scope { left: 50%; top: 29%; width: 72%; height: 270px; transform: translate(-50%, -50%) rotate(-2deg); }
  body.street-edition .faction-scope i { height: 70px; }
  body.street-edition .faction-scope b { height: 48px; }
  body.street-edition .faction-code { left: 50%; top: 30%; font-size: 90px; transform: translate(-50%, -50%) rotate(-4deg); }
  body.street-edition .faction-copy { left: 17px; right: 17px; top: auto; bottom: 35px; width: auto; transform: none; }
  body.street-edition .faction-copy h3 { font-size: 30px; }
  body.street-edition .faction-copy > p { font-size: 13px; }

  body.street-edition .economy-section { min-height: 1240px; padding: 150px 16px 100px; }
  body.street-edition .economy-section::before { right: 16px; font-size: 34px; }
  body.street-edition .economy-header { grid-template-columns: 1fr; }
  body.street-edition .economy-header h2 { font-size: 39px; }
  body.street-edition .economy-header p { margin-top: 24px; font-size: 12px; }
  body.street-edition .economy-ledger { margin-top: 65px; }
  body.street-edition .ledger-row { min-height: 96px; grid-template-columns: 1fr 95px; gap: 8px; }
  body.street-edition .ledger-row > span,
  body.street-edition .ledger-row > small { display: none; }
  body.street-edition .ledger-head { display: none; }
  body.street-edition .economy-metrics { grid-template-columns: 1fr; }

  body.street-edition .servers-section { min-height: 1650px; padding: 90px 16px 0; }
  body.street-edition .servers-header h2 { font-size: 39px; }
  body.street-edition .server-lines { margin-top: 60px; }
  body.street-edition .server-row,
  body.street-edition .server-row:nth-child(even) { min-height: 112px; grid-template-columns: 30px 1fr 46px; gap: 9px; margin-left: 0; padding: 0 12px; border-width: 4px; box-shadow: 6px 6px 0 var(--ink); }
  body.street-edition .server-row:hover,
  body.street-edition .server-row.selected { padding: 0 12px; }
  body.street-edition .server-row > .server-row-stat,
  body.street-edition .server-row > .server-status { display: none; }
  body.street-edition .server-row-title strong { font-size: 18px; }
  body.street-edition .server-row > button { width: 42px; height: 42px; border-width: 3px; }
  body.street-edition .news-band { grid-template-columns: 1fr; margin-top: 90px; }
  body.street-edition .news-item:nth-child(n+2) { display: none; }
  body.street-edition .start-terminal { min-height: 260px; margin-top: 85px; padding: 25px 20px; border-width: 5px; }
  body.street-edition .start-terminal h2 { font-size: 43px; }
  body.street-edition .start-terminal p { display: none; }
  body.street-edition .start-terminal > button { width: 64px; height: 64px; padding: 0; justify-content: center; }
  body.street-edition .start-terminal > button span { display: none; }
  body.street-edition .site-footer { grid-template-columns: 1fr; padding: 50px 16px 100px; }
  body.street-edition .site-footer p { display: block; }

  body.street-edition .launcher-sheet > section { bottom: 4px; width: calc(100vw - 8px); }
  body.street-edition .launcher-flow { grid-template-columns: 1fr; }
  body.street-edition .launcher-flow > div { min-height: 150px; border-right: 0; border-bottom: 4px solid var(--ink); }
  body.street-edition .launcher-flow strong { margin-top: 20px; }
  body.street-edition .launcher-action { display: grid; gap: 16px; }
}

@media (max-height: 720px) and (max-width: 760px) {
  body.street-edition .hero-copy > p { display: none; }
  body.street-edition .hero-actions { margin-top: 17px; }
  body.street-edition .server-live footer { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  body.street-edition .economy-tape { animation: none; }
}
