:root {
  --ink: #101a19;
  --paper: #f5f0df;
  --paper-2: #e7e0c9;
  --lime: #d9ff43;
  --orange: #ff6b3d;
  --sky: #87d9ee;
  --muted: #66706b;
  --line: rgba(16, 26, 25, 0.18);
  --shadow: 0 24px 80px rgba(16, 26, 25, 0.18);
  --max: 1440px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 12%, rgba(217, 255, 67, 0.16), transparent 24rem),
    var(--paper);
  font-family: "Microsoft YaHei UI", "PingFang SC", "Noto Sans CJK SC", sans-serif;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--lime);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.progress-bar {
  position: fixed;
  inset: 0 0 auto;
  height: 4px;
  z-index: 100;
}

.progress-bar span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--orange);
}

.vote-strip {
  background: var(--orange);
  border-bottom: 1px solid var(--ink);
}

.vote-strip > div {
  max-width: var(--max);
  min-height: 44px;
  margin: 0 auto;
  padding: 7px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.vote-strip span {
  padding: 4px 8px;
  background: var(--ink);
  color: var(--lime);
  font: 800 10px Consolas, monospace;
  letter-spacing: .1em;
}

.vote-strip strong { font-size: 16px; font-weight: 950; }
.vote-strip b { font-size: 14px; }
.vote-strip i { font-style: normal; }

.site-header {
  position: relative;
  z-index: 20;
  max-width: var(--max);
  margin: 0 auto;
  min-height: 78px;
  padding: 18px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: -0.03em;
}

.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy b { font-size: 16px; }
.brand-copy small { color: var(--orange); font: 700 9px Consolas, monospace; letter-spacing: .08em; }

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: var(--ink);
  color: var(--lime);
  border-radius: 50%;
  font-size: 20px;
}

#site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

#site-nav a {
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

#site-nav a:not(.nav-cta):hover { color: var(--orange); }

.nav-cta {
  padding: 11px 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  transition: 160ms ease;
}

.nav-cta:hover { background: var(--ink); color: var(--paper); }
.nav-toggle { display: none; }

.hero {
  max-width: var(--max);
  min-height: calc(100vh - 126px);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 88px) 34px 64px;
  display: grid;
  grid-template-columns: minmax(380px, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(42px, 6vw, 96px);
}

.eyebrow, .section-label {
  margin: 0 0 24px;
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 26px; height: 8px; background: var(--orange); }

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(58px, 5vw, 100px);
  line-height: 0.88;
  letter-spacing: -0.085em;
  font-weight: 950;
}

h1 em, .final-cta h2 em {
  color: var(--orange);
  font-style: normal;
}

.hero-lead {
  max-width: 610px;
  margin-bottom: 32px;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.75;
  font-weight: 650;
}

.vote-ticket {
  position: relative;
  margin: 0 0 26px;
  padding: 18px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 16px;
  background: #fbf8ed;
  border: 1px solid var(--ink);
  box-shadow: 6px 6px 0 var(--orange);
}

.vote-ticket-label {
  position: absolute;
  top: -12px;
  right: 14px;
  padding: 5px 9px;
  background: var(--ink);
  color: var(--lime);
  font: 800 10px Consolas, monospace;
  letter-spacing: .08em;
}

.vote-ticket div { min-width: 0; }
.vote-ticket div + div { padding-left: 16px; border-left: 1px solid var(--line); }
.vote-ticket small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 800; }
.vote-ticket strong { display: block; font-size: clamp(20px, 1.8vw, 27px); line-height: 1.1; font-weight: 950; letter-spacing: -.04em; }
.vote-ticket b { display: block; color: var(--orange); font-size: clamp(21px, 2vw, 30px); line-height: 1.1; font-weight: 950; }

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.button {
  min-height: 48px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover { transform: translateY(-2px); box-shadow: 5px 5px 0 var(--ink); }
.button-primary { background: var(--lime); }

.hero-version { margin: 24px 0 0; color: var(--muted); font: 700 9px Consolas, monospace; letter-spacing: .1em; }

.hero-visual { margin: 0; transform: rotate(1deg); }

.image-frame {
  position: relative;
  width: 100%;
  padding: 9px;
  display: block;
  appearance: none;
  background: var(--ink);
  border: 0;
  box-shadow: var(--shadow);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.image-frame:hover { transform: translateY(-3px); box-shadow: 15px 17px 0 var(--ink); }
.image-frame:focus-visible { outline: 3px solid var(--orange); outline-offset: 7px; }

.image-frame::before,
.image-frame::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: var(--lime);
}

.image-frame::before { top: -8px; left: -8px; }
.image-frame::after { right: -8px; bottom: -8px; }

.hero-frame { width: 100%; height: auto; display: block; aspect-ratio: 16 / 9; object-fit: cover; image-rendering: pixelated; transition: opacity .16s ease; }
.hero-after { position: absolute; top: 9px; left: 9px; width: calc(100% - 18px); opacity: 0; }
.hero-visual.is-whipped .hero-before { opacity: 0; }
.hero-visual.is-whipped .hero-after { opacity: 1; }
.hero-visual.is-whipped .image-frame { animation: stage-nudge .42s ease 2; }

.live-pill, .image-note {
  position: absolute;
  z-index: 3;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--ink);
}

.live-pill {
  top: 24px;
  left: 24px;
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--paper);
}

.live-pill i { width: 8px; height: 8px; background: #27bc65; border-radius: 50%; box-shadow: 0 0 0 4px rgba(39, 188, 101, 0.2); }

.image-note {
  right: 24px;
  bottom: 24px;
  padding: 10px 12px;
  background: var(--lime);
  transform: rotate(-2deg);
}

.actor-label {
  position: absolute;
  z-index: 4;
  top: 49%;
  padding: 7px 9px;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--lime);
  font-size: 10px;
  font-weight: 950;
  box-shadow: 3px 3px 0 var(--lime);
  pointer-events: none;
}

.actor-player { left: 18px; }
.actor-npc { right: 18px; }

.hero-visual figcaption { margin-top: 16px; color: var(--muted); font-size: 11px; text-align: right; }

.ticker {
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  border-block: 1px solid var(--ink);
}

.ticker-track {
  width: max-content;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  animation: ticker 28s linear infinite;
}

.ticker-track i { color: var(--lime); font-style: normal; }

@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(88px, 11vw, 164px) max(34px, calc((100vw - var(--max)) / 2 + 34px)); }
.section-label { color: var(--orange); }
.section-label.light { color: var(--lime); }

.manifesto-grid, .not-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(60px, 10vw, 150px);
}

.manifesto h2, .not-list h2, .section-heading h2, .demo-copy h2 {
  margin-bottom: 0;
  font-size: clamp(44px, 5.2vw, 82px);
  line-height: 1.02;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.manifesto-copy { font-size: 17px; line-height: 1.85; }
.manifesto-copy p { margin-bottom: 22px; }
.manifesto-copy .big-copy { font-size: clamp(21px, 2.1vw, 30px); line-height: 1.55; letter-spacing: -0.02em; }

.quote {
  position: relative;
  margin: clamp(74px, 9vw, 130px) 0 0;
  padding: 58px clamp(32px, 6vw, 90px);
  overflow: hidden;
  background: var(--lime);
  border: 1px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
}

.quote span { position: absolute; top: -48px; right: 28px; font: 190px/1 Georgia, serif; opacity: 0.18; }
.quote p { margin: 0; font-size: clamp(34px, 4.4vw, 68px); line-height: 1.12; font-weight: 950; letter-spacing: -0.055em; }

.how { background: #fbf8ed; border-block: 1px solid var(--line); }

.section-heading {
  margin-bottom: 66px;
  display: grid;
  grid-template-columns: 1.15fr 0.55fr;
  align-items: end;
  gap: 80px;
}

.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }

.flow { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ink); }

.flow-card {
  position: relative;
  min-height: 340px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ink);
  background: var(--paper);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.flow-card:last-child { border-right: 0; }
.flow-card:hover, .flow-card.is-active { z-index: 2; background: var(--ink); color: var(--paper); transform: translateY(-9px); }
.flow-card:hover .flow-icon, .flow-card.is-active .flow-icon { color: var(--ink); background: var(--lime); }

.step { font: 12px Consolas, monospace; }
.flow-icon { width: 58px; height: 58px; margin: 52px 0 30px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 25px; }
.flow-card h3 { margin-bottom: 12px; font-size: 24px; }
.flow-card p { margin-bottom: 22px; line-height: 1.65; }
.flow-card small { margin-top: auto; color: var(--orange); font: 700 10px Consolas, monospace; letter-spacing: 0.12em; }

.demo {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1fr);
  align-items: center;
  gap: clamp(52px, 8vw, 120px);
  background: var(--ink);
  color: var(--paper);
}

.demo-copy > p { max-width: 680px; margin: 28px 0 42px; color: #bbc3bb; font-size: 17px; line-height: 1.8; }
.principles { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.principles li { padding: 18px 0; display: flex; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 14px; font-weight: 700; }
.principles span { color: var(--lime); font: 12px Consolas, monospace; }

.game-stage {
  max-width: 760px;
  margin: 0 auto;
}

.game-window {
  position: relative;
  width: 100%;
  padding: 8px;
  display: block;
  appearance: none;
  background: var(--paper);
  border: 1px solid rgba(255,255,255,.38);
  box-shadow: 18px 20px 0 var(--lime), 0 40px 90px rgba(0,0,0,.34);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.game-window:hover { box-shadow: 22px 24px 0 var(--lime), 0 44px 100px rgba(0,0,0,.4); }
.game-window:focus-visible { outline: 3px solid var(--lime); outline-offset: 7px; }
.demo-frame { width: 100%; height: auto; display: block; aspect-ratio: 16 / 9; object-fit: cover; image-rendering: pixelated; transition: opacity .16s ease; }
.demo-after { position: absolute; top: 8px; left: 8px; width: calc(100% - 16px); opacity: 0; }
.game-stage.is-whipped .demo-before { opacity: 0; }
.game-stage.is-whipped .demo-after { opacity: 1; }
.game-stage.is-whipped .game-window { animation: stage-nudge .42s ease 2; }

.stage-mode,
.stage-session {
  position: absolute;
  padding: 8px 10px;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--lime);
  font-size: 10px;
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--lime);
}

.stage-mode { top: 20px; left: 20px; }
.stage-session { left: 20px; bottom: 20px; display: flex; align-items: center; gap: 8px; }
.stage-session i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); animation: pulse 1.2s infinite; }
.stage-action { position: absolute; right: 20px; bottom: 20px; max-width: 240px; padding: 10px 12px; display: grid; gap: 3px; background: var(--lime); color: var(--ink); border: 1px solid var(--ink); box-shadow: 5px 5px 0 var(--orange); text-align: left; }
.stage-action b { font-size: 12px; }
.stage-action small { font-size: 9px; }
.game-stage.is-whipped .stage-action { background: var(--orange); color: var(--paper); box-shadow: 5px 5px 0 var(--lime); }

.game-controls { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.demo-signal { min-height: 96px; padding: 14px; display: grid; grid-template-columns: 32px 1fr; align-content: center; gap: 2px 9px; border: 1px solid rgba(255,255,255,.22); color: #8d9b94; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.demo-signal span { grid-row: 1 / 3; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 15px; }
.demo-signal b { font-size: 12px; }
.demo-signal small { font-size: 9px; line-height: 1.4; }
.demo-signal.active { color: var(--ink); background: var(--lime); border-color: var(--lime); transform: translateY(-5px); }
.whip-symbol { font: 900 24px/1 Georgia, serif !important; transform: rotate(-18deg); }
.game-caption { margin: 18px 0 0; color: #aab6af; font-size: 11px; text-align: center; }

@keyframes pulse { 50% { opacity: .28; } }
@keyframes stage-nudge { 50% { transform: translate(5px, -3px) rotate(-.3deg); } }

.ecosystem { background: #fbf8ed; border-top: 1px solid var(--line); }

.tool-router {
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  border: 1px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
}

.router-core {
  position: relative;
  min-height: 530px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.router-core::before,
.router-core::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(217,255,67,.24);
}

.router-core::before { width: 330px; height: 330px; right: -160px; top: -130px; }
.router-core::after { width: 220px; height: 220px; left: -90px; bottom: -110px; }
.router-core > span { color: var(--lime); font: 700 10px Consolas, monospace; letter-spacing: .12em; }
.router-core strong { margin: 28px 0; font-size: clamp(48px, 5vw, 76px); line-height: .92; letter-spacing: -.07em; }
.router-core p { max-width: 350px; color: #aeb8b2; font-size: 14px; line-height: 1.7; }
.router-core > i { width: 14px; height: 14px; margin-top: 28px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 8px rgba(217,255,67,.12), 0 0 0 16px rgba(217,255,67,.05); animation: pulse 1.4s infinite; }

.tool-grid { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); gap: 1px; }
.tool-card { position: relative; min-height: 264px; padding: 28px; display: grid; grid-template-columns: 54px 1fr; align-content: center; gap: 18px; background: var(--paper); color: var(--ink); text-decoration: none; transition: background .18s ease, transform .18s ease; }
.tool-card:hover { z-index: 2; background: var(--lime); transform: translate(-4px, -4px); }
.tool-primary { background: var(--lime); }
.tool-open { background: var(--paper-2); }
.tool-mark { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--ink); font: 900 15px Consolas, monospace; }
.tool-card small { display: block; margin-bottom: 8px; color: var(--orange); font: 700 9px Consolas, monospace; letter-spacing: .08em; }
.tool-card h3 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.04em; }
.tool-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.tool-card > b { position: absolute; right: 18px; bottom: 16px; padding: 4px 7px; border: 1px solid var(--ink); font: 700 9px Consolas, monospace; }

.capability-note { margin: 30px 0 0; padding: 16px 18px; border-left: 5px solid var(--orange); background: var(--paper-2); color: var(--muted); font-size: 13px; line-height: 1.7; }
.capability-note b { color: var(--ink); }

.games-heading {
  margin: clamp(110px, 13vw, 190px) 0 60px;
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 24px 80px;
  align-items: end;
}

.games-heading .section-label { grid-column: 1 / -1; margin-bottom: 0; }
.games-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 88px); line-height: .98; letter-spacing: -.07em; }
.games-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }

.game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.game-card { overflow: hidden; background: var(--ink); color: var(--paper); border: 1px solid var(--ink); }
.game-cover { aspect-ratio: 16 / 10; overflow: hidden; background: #2a342f; }
.game-cover img { width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; transition: transform .45s cubic-bezier(.2,.75,.25,1); }
.game-card:hover .game-cover img { transform: scale(1.055); }
.game-info { min-height: 236px; padding: 25px; display: flex; flex-direction: column; }
.game-info > span { color: var(--lime); font: 700 10px Consolas, monospace; letter-spacing: .1em; }
.game-info h3 { margin: 34px 0 12px; font-size: 30px; letter-spacing: -.04em; }
.game-info p { color: #b5bdb8; font-size: 13px; line-height: 1.65; }
.game-info b { margin-top: auto; color: var(--orange); font: 700 10px Consolas, monospace; letter-spacing: .09em; }

.adapter-line { margin-top: 30px; padding: 18px 20px; display: flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--ink); background: var(--lime); font: 800 10px Consolas, monospace; letter-spacing: .06em; text-align: center; }
.adapter-line i { color: var(--orange); font-size: 18px; font-style: normal; }

.not-list { background: var(--orange); color: var(--ink); }
.cross-list { display: grid; gap: 0; border-top: 1px solid rgba(16,26,25,.4); }
.cross-list span { padding: 18px 0; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid rgba(16,26,25,.4); font-size: 18px; font-weight: 900; }
.cross-list i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-style: normal; }

.final-cta { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); text-align: center; }
.final-cta > p { color: var(--lime); font: 700 12px Consolas, monospace; letter-spacing: .12em; }
.final-cta h2 { position: relative; z-index: 2; margin: 32px auto 44px; font-size: clamp(48px, 7.4vw, 112px); line-height: .97; letter-spacing: -.075em; }
.centered { justify-content: center; }
.light-button { border-color: var(--paper); color: var(--paper); }
.light-button:hover { box-shadow: 5px 5px 0 var(--paper); }
.cta-pixel { position: absolute; top: 36px; right: 5vw; color: var(--lime); font: 180px/1 Consolas, monospace; opacity: .07; transform: rotate(9deg); }
.final-vote {
  width: min(780px, 100%);
  margin: 76px auto 0;
  padding: 26px 32px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 6px 24px;
  background: var(--lime);
  color: var(--ink);
  border: 1px solid var(--paper);
  box-shadow: 10px 10px 0 var(--orange);
  text-align: left;
}

.final-vote span { grid-row: 1 / 3; padding: 7px 10px; background: var(--ink); color: var(--lime); font: 800 10px Consolas, monospace; letter-spacing: .08em; }
.final-vote strong { font-size: clamp(30px, 4vw, 56px); line-height: 1; font-weight: 950; letter-spacing: -.055em; }
.final-vote b { color: var(--orange); font-size: 17px; }

footer { padding: 26px max(34px, calc((100vw - var(--max)) / 2 + 34px)); display: flex; align-items: center; justify-content: space-between; background: var(--lime); border-top: 1px solid var(--ink); }
footer div { display: flex; align-items: baseline; gap: 16px; }
footer b { font-size: 15px; }
footer span, footer p { margin: 0; font: 10px Consolas, monospace; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 850px; }
  .hero-visual { width: min(920px, 100%); }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .flow-card:nth-child(2) { border-right: 0; }
  .flow-card:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .demo { grid-template-columns: 1fr; }
  .game-stage { width: min(760px, 100%); }
  .tool-router { grid-template-columns: 1fr; }
  .router-core { min-height: 390px; }
  .game-grid { grid-template-columns: 1fr 1fr; }
  .game-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .vote-strip > div { padding: 8px 20px; justify-content: flex-start; gap: 7px 10px; flex-wrap: wrap; }
  .vote-strip span { width: 100%; text-align: center; }
  .vote-strip strong { font-size: 14px; }
  .vote-strip b { font-size: 12px; }
  .vote-strip i { display: none; }
  .site-header { padding: 14px 20px; }
  .nav-toggle { display: block; padding: 8px 12px; border: 1px solid var(--ink); background: transparent; font-weight: 800; }
  #site-nav { position: absolute; top: 66px; left: 20px; right: 20px; padding: 20px; display: none; align-items: stretch; flex-direction: column; gap: 18px; background: var(--paper); border: 1px solid var(--ink); box-shadow: 7px 7px 0 var(--ink); }
  #site-nav.is-open { display: flex; }
  .hero { padding: 64px 20px 54px; grid-template-columns: minmax(0, 1fr); gap: 52px; }
  h1 { font-size: clamp(54px, 18vw, 82px); }
  .vote-ticket { grid-template-columns: 1fr; gap: 12px; }
  .vote-ticket div + div { padding: 12px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .vote-ticket strong, .vote-ticket b { font-size: 25px; }
  .image-note { right: 12px; bottom: 12px; }
  .live-pill { top: 12px; left: 12px; }
  .actor-label { top: 48%; padding: 5px 6px; font-size: 8px; }
  .actor-player { left: 12px; }
  .actor-npc { right: 12px; }
  .section { padding: 84px 20px; }
  .manifesto-grid, .not-grid, .section-heading { grid-template-columns: 1fr; gap: 42px; }
  .flow { grid-template-columns: 1fr; }
  .flow-card { min-height: 290px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .flow-card:last-child { border-bottom: 0; }
  .demo { grid-template-columns: minmax(0, 1fr); gap: 72px; }
  .game-window { box-shadow: 10px 12px 0 var(--lime); }
  .stage-mode { top: 14px; left: 14px; }
  .stage-session { left: 14px; bottom: 14px; }
  .stage-action { right: 14px; bottom: 14px; max-width: 178px; padding: 8px 9px; }
  .stage-action b { font-size: 10px; }
  .game-controls { grid-template-columns: 1fr; }
  .demo-signal { min-height: 74px; }
  .final-vote { padding: 24px; grid-template-columns: 1fr; text-align: center; }
  .final-vote span { grid-row: auto; }
  .final-vote strong { font-size: 38px; }
  .tool-grid { grid-template-columns: 1fr; }
  .tool-card { min-height: 220px; }
  .games-heading { grid-template-columns: 1fr; gap: 24px; }
  .games-heading .section-label { grid-column: auto; }
  .game-grid { grid-template-columns: 1fr; }
  .game-card:last-child { grid-column: auto; }
  .adapter-line { align-items: stretch; flex-direction: column; gap: 8px; }
  .adapter-line i { transform: rotate(90deg); }
  footer, footer div { align-items: flex-start; flex-direction: column; gap: 10px; }
  footer { padding: 24px 20px; }
  .quote { box-shadow: 6px 6px 0 var(--ink); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
