:root {
  color-scheme: dark;
  --black: #050505;
  --paper: #f4efe5;
  --muted: #c9c0b5;
  --red: #e11919;
  --deep-red: #7a0b0b;
  --line: rgba(244, 239, 229, 0.18);
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 8%, rgba(225, 25, 25, 0.22), transparent 26rem),
    linear-gradient(180deg, #0a0a0a 0%, #050505 42%, #100707 100%);
  color: var(--paper);
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(244,239,229,0.035) 1px, transparent 1px);
  background-size: 100% 14px;
  mix-blend-mode: screen;
  opacity: 0.55;
}

main { position: relative; z-index: 1; }
.hero { min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; }
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 22px 24px;
}
.page-topbar { border-bottom: 1px solid var(--line); }
.wordmark {
  font-weight: 950;
  letter-spacing: 0.02em;
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  text-transform: uppercase;
}
nav { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
nav a {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-weight: 750;
  font-size: 0.9rem;
}
nav a:hover { color: var(--paper); border-color: var(--paper); }

.poster-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 34px;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 32px 24px 42px;
}
.chair-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  isolation: isolate;
}
.chair-stage::before {
  content: "";
  position: absolute;
  width: min(56vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(244,239,229,0.12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225,25,25,0.16), transparent 58%);
  z-index: -3;
}
.empty-chair {
  width: min(78vw, 420px);
  filter: drop-shadow(0 36px 55px rgba(0,0,0,0.85));
  transform: rotate(-2deg);
}
.chair-back, .chair-seat, .chair-leg {
  fill: transparent;
  stroke: var(--paper);
  stroke-width: 18;
  stroke-linejoin: round;
}
.chair-cross {
  fill: none;
  stroke: var(--red);
  stroke-width: 18;
  stroke-linecap: round;
}
.red-shadow {
  position: absolute;
  bottom: 64px;
  width: 58%;
  height: 34px;
  background: rgba(225,25,25,0.7);
  filter: blur(24px);
  z-index: -1;
}

.hero-copy { max-width: 720px; }
.kicker {
  margin: 0 0 16px;
  color: var(--red);
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 0.82rem;
}
h1 {
  margin: 0;
  font-size: clamp(3.8rem, 9vw, 7.7rem);
  line-height: 0.98;
  letter-spacing: -0.012em;
  text-transform: uppercase;
}
.subtitle {
  max-width: 760px;
  margin: 30px 0 0;
  font-size: clamp(1.65rem, 3.5vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
  font-weight: 950;
  color: var(--red);
  text-transform: uppercase;
}
.line {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.45vw, 1.25rem);
  line-height: 1.6;
}
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.compact-actions { margin-top: 20px; }
.centered-actions { justify-content: center; }
.button, form button, .share-section button, .choice-grid button, .voice-card button, .home-actions button, .vote-grid button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 0;
  border: 2px solid var(--paper);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.primary, form button, .share-section button, .voice-card button, .home-actions button { background: var(--paper); color: var(--black); }
.full-button { width: 100%; }
.secondary, .choice-grid button { background: transparent; color: var(--paper); }
.button:hover, form button:hover, .share-section button:hover, .choice-grid button:hover, .voice-card button:hover, .home-actions button:hover, .vote-grid button:hover { transform: translateY(-2px); }

.ticker {
  display: flex;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--red);
  color: var(--paper);
  overflow: hidden;
}
.ticker span {
  flex: 1 0 auto;
  padding: 16px 24px;
  border-right: 1px solid rgba(244,239,229,0.38);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.proof-section, .pledge-section, .demands-section, .choice-section, .voices-section, .transparency-section, .share-section,
.page-hero, .home-actions, .form-page-grid, .detail-list-section, .choice-page-section, .status-page-section, .vote-preview-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 24px;
  border-bottom: 1px solid var(--line);
}
.proof-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  gap: 34px;
  align-items: stretch;
}
.counter-card {
  border: 2px solid var(--paper);
  padding: 24px;
  display: grid;
  align-content: center;
  min-height: 260px;
  background: rgba(225,25,25,0.08);
}
.counter-card strong {
  display: block;
  font-size: clamp(5.5rem, 10vw, 8rem);
  line-height: 0.95;
  letter-spacing: -0.015em;
  color: var(--red);
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.counter-card span {
  margin-top: 16px;
  color: var(--paper);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 1.25rem;
}
.signature-counter {
  border: 2px solid var(--paper);
  padding: 28px;
  display: grid;
  align-content: center;
  min-height: 280px;
  background: rgba(225,25,25,0.08);
}
.signature-counter strong {
  display: block;
  color: var(--red);
  font-size: clamp(7rem, 13vw, 11rem);
  line-height: 0.9;
  font-weight: 950;
}
.signature-counter span {
  display: block;
  margin-top: 16px;
  color: var(--paper);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(1.15rem, 2vw, 1.8rem);
}
.inline-stat {
  border: 1px solid var(--line);
  background: rgba(244,239,229,0.035);
  padding: 16px;
  margin: 4px 0 6px;
}
.inline-stat strong {
  display: block;
  color: var(--red);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.95;
  font-weight: 950;
}
.inline-stat span {
  display: block;
  margin-top: 8px;
  color: var(--paper);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.proof-copy {
  display: grid;
  align-content: center;
}
.proof-copy p, .choice-heading p, .voice-card p, .voice-card small, .status-grid p, .page-hero p, .explain-card p, .explain-card li, .detail-list p, .narrow-section p, .home-actions p, .legal-note {
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.58;
}
.legal-note {
  color: var(--paper);
  border-left: 4px solid var(--red);
  padding-left: 14px;
  font-weight: 850;
}

.page-hero { padding-top: 76px; padding-bottom: 64px; }
.page-hero h1 { font-size: clamp(3.4rem, 8vw, 8rem); max-width: 1040px; }
.page-hero p { max-width: 820px; margin: 28px 0 0; }
.thanks-hero h1 { max-width: 1120px; }

.home-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.home-actions article {
  border: 1px solid var(--line);
  background: rgba(244,239,229,0.03);
  padding: 24px;
  min-height: 300px;
  display: grid;
  align-content: start;
  gap: 14px;
  overflow: hidden;
}
.home-actions span {
  color: var(--red);
  font-weight: 950;
  font-size: 1.35rem;
}
.home-actions h2 { font-size: clamp(1.9rem, 2.4vw, 2.55rem); line-height: 1.02; letter-spacing: -0.01em; overflow-wrap: normal; }
.home-actions p { margin: 0; }
.home-actions a {
  align-self: end;
  color: var(--paper);
  font-weight: 950;
  text-transform: uppercase;
  border-bottom: 2px solid var(--red);
  padding-bottom: 6px;
}
.home-actions button { align-self: end; }

.vote-preview-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.vote-heading p {
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.58;
}
.vote-grid {
  min-width: 0;
}
.choice-grid.topic-board-wrap,
.topic-board-wrap {
  display: block;
  grid-template-columns: none;
}
.topic-board {
  display: grid;
  gap: 14px;
  width: 100%;
  min-width: 0;
}
.topic-podium {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.topic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.vote-preview-section .topic-list {
  grid-template-columns: 1fr;
}
.topic-card,
.topic-pill,
.vote-grid button {
  width: 100%;
  min-width: 0;
  border: 2px solid var(--paper);
  background: rgba(244,239,229,0.025);
  color: var(--paper);
  cursor: pointer;
  text-transform: uppercase;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}
.topic-card {
  position: relative;
  min-height: 86px;
  padding: 16px 132px 16px 18px;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  text-align: left;
}
.topic-card-1 {
  background: linear-gradient(135deg, rgba(225,25,25,0.22), rgba(244,239,229,0.025));
  border-color: var(--red);
}
.topic-card small,
.topic-pill em {
  color: var(--red);
  font-weight: 950;
  letter-spacing: 0.08em;
  font-style: normal;
}
.topic-card span {
  display: block;
  max-width: 100%;
  overflow-wrap: break-word;
  font-size: clamp(1.28rem, 2.05vw, 2rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
  font-weight: 950;
}
.topic-pill {
  position: relative;
  min-height: 66px;
  padding: 14px 86px 14px 16px;
  display: flex;
  align-items: center;
  text-align: left;
}
.topic-pill span {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 950;
  line-height: 1.05;
  font-size: clamp(0.78rem, 0.98vw, 0.94rem);
  letter-spacing: -0.015em;
  max-width: calc(100% - 4px);
}
.vote-badge {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 82px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1px;
  padding: 6px 10px;
  border-left: 2px solid var(--line);
  color: var(--paper);
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}
.vote-badge b {
  display: block;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: -0.02em;
}
.vote-badge small {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}
.vote-action {
  border-left-color: var(--red);
  color: var(--red);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}
.topic-card:hover,
.topic-pill:hover,
.topic-card.is-voted,
.topic-pill.is-voted { background: var(--red); border-color: var(--red); color: var(--paper); }
.topic-card:hover small,
.topic-card:hover .vote-badge,
.topic-card:hover .vote-badge small,
.topic-pill:hover .vote-badge,
.topic-pill:hover .vote-badge small,
.topic-card.is-voted small,
.topic-card.is-voted .vote-badge,
.topic-card.is-voted .vote-badge small,
.topic-pill.is-voted .vote-badge,
.topic-pill.is-voted .vote-badge small { color: var(--paper); border-left-color: rgba(244,239,229,0.55); }
.small-proof {
  grid-column: 2;
  margin: -8px 0 0;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.45;
}
.small-proof span {
  color: var(--red);
  font-weight: 950;
}
.topic-inline-form,
.mini-form {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(244,239,229,0.03);
}
.topic-inline-form {
  margin-top: 22px;
}
.topic-inline-form .kicker { margin-bottom: 0; }
.topic-inline-form button,
.mini-form button {
  min-height: 50px;
  border: 2px solid var(--paper);
  background: var(--paper);
  color: var(--black);
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}
.people-list {
  display: grid;
  gap: 10px;
}
.people-list article {
  border: 1px solid var(--line);
  background: rgba(244,239,229,0.035);
  padding: 18px;
}
.people-list strong {
  display: block;
  color: var(--paper);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.1;
}
.people-list span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.35;
}
.people-vote-section .actions { margin-top: 0; }
.muted { color: var(--muted); }
.admin-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 54px 24px;
  border-bottom: 1px solid var(--line);
}
.admin-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.admin-card, .admin-row {
  border: 1px solid var(--line);
  background: rgba(244,239,229,0.035);
  padding: 18px;
}
.admin-card strong {
  display: block;
  color: var(--red);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 0.95;
}
.admin-card span, .admin-row p, .admin-row small {
  color: var(--muted);
}
.admin-list { display: grid; gap: 10px; margin-top: 24px; }
.admin-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.admin-row strong { font-size: 1.35rem; }
.admin-actions { display: flex; gap: 8px; }
.admin-actions button {
  min-height: 44px;
  border: 1px solid var(--paper);
  background: transparent;
  color: var(--paper);
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}
.admin-error { color: var(--red); padding: 24px; white-space: pre-wrap; }

.pledge-section, .demands-section, .choice-section, .voices-section, .form-page-grid, .choice-page-section {
  display: grid;
  grid-template-columns: 86px minmax(0, 0.85fr) minmax(330px, 0.75fr);
  gap: 34px;
  align-items: start;
}
.form-page-grid, .choice-page-section { grid-template-columns: minmax(360px, 1.1fr) minmax(300px, 0.9fr); }
.topics-page-section {
  grid-template-columns: minmax(380px, 0.72fr) minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  padding-top: 36px;
}
.topics-page-section .topic-submit-card {
  width: 100%;
  justify-self: stretch;
  position: sticky;
  top: 18px;
  padding: 18px 18px 18px 20px;
  border: 1px solid var(--line);
  border-left: 6px solid var(--red);
  background: rgba(244,239,229,0.025);
  gap: 10px;
}
.topics-page-section .topic-submit-card h2 {
  font-size: clamp(1.9rem, 2.6vw, 3.2rem);
  margin: 0;
}
.topics-page-section .topic-submit-card p { margin: 0; }
.topics-page-section .mini-form { padding: 0; border: 0; background: transparent; gap: 10px; }
.topics-page-section .mini-form input { min-height: 48px; }
.topics-page-section .mini-form button { min-height: 54px; }
.topic-vote-column { min-width: 0; display: grid; gap: 14px; }
.section-number {
  color: var(--red);
  font-size: 1.7rem;
  font-weight: 950;
}
h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4.25vw, 4.55rem);
  line-height: 1.08;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}
.pledge-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 2px solid var(--paper);
  background: rgba(244,239,229,0.04);
}
.big-form { padding: 28px; }
label { display: grid; gap: 8px; color: var(--muted); font-weight: 850; }
fieldset {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
}
legend {
  padding: 0 8px;
  color: var(--paper);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.visibility-choice {
  display: grid;
  gap: 10px;
}
input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: #0d0d0d;
  color: var(--paper);
}
.checkbox-label { display: flex; align-items: flex-start; gap: 12px; }
.checkbox-label input { width: 22px; min-height: 22px; margin-top: 3px; accent-color: var(--red); }
.pledge-form p { margin: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.45; }
.turnstile-placeholder,
.turnstile-box {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px dashed rgba(244,239,229,0.42);
  background: rgba(244,239,229,0.03);
}
.turnstile-box {
  min-height: 66px;
  padding: 10px;
  overflow: hidden;
}
.vote-turnstile {
  max-width: 340px;
  justify-self: end;
}
.turnstile-missing {
  color: var(--muted);
  font-weight: 850;
  line-height: 1.35;
}
.turnstile-placeholder span {
  width: 24px;
  height: 24px;
  border: 2px solid var(--paper);
  box-shadow: inset 0 0 0 5px var(--black);
  background: var(--red);
}
.turnstile-placeholder p { font-weight: 900; text-transform: uppercase; color: var(--paper); }
.explain-card {
  border-left: 6px solid var(--red);
  padding: 22px 0 22px 22px;
  display: grid;
  gap: 18px;
}
.explain-card ol { margin: 0; padding-left: 24px; }
.explain-card h2 { font-size: clamp(2.6rem, 6vw, 6rem); }

.demands-section { grid-template-columns: 86px 0.7fr 1.3fr; }
.demands-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: demand;
  border-top: 1px solid var(--line);
}
.demands-list li {
  counter-increment: demand;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  color: var(--paper);
  font-size: clamp(1.05rem, 1.8vw, 1.6rem);
  line-height: 1.25;
  font-weight: 850;
}
.demands-list li::before {
  content: counter(demand, decimal-leading-zero);
  color: var(--red);
  font-weight: 950;
}
.detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: detail;
}
.detail-list li {
  counter-increment: detail;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.detail-list li::before {
  content: counter(detail, decimal-leading-zero);
  color: var(--red);
  font-weight: 950;
  font-size: 1.6rem;
}
.detail-list strong { font-size: clamp(1.35rem, 2.3vw, 2.2rem); line-height: 1.1; }
.detail-list p { grid-column: 2; margin: 8px 0 0; }

.choice-section { grid-template-columns: 86px 0.78fr 1.22fr; }
.choice-heading p { margin: 22px 0 0; }
.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.large-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choice-grid button {
  min-height: 64px;
  justify-content: flex-start;
  text-align: left;
  background: rgba(244,239,229,0.02);
}
.choice-grid button:hover { background: var(--red); border-color: var(--red); }

.voice-card {
  display: grid;
  gap: 18px;
  border-left: 6px solid var(--red);
  padding: 22px 0 22px 22px;
}
.voice-card p, .voice-card small { margin: 0; }
.voice-card small { font-size: 0.94rem; }
.voice-card button { justify-self: start; }

.transparency-section {
  display: grid;
  gap: 24px;
}
.status-grid, .status-page-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.status-grid article, .status-page-section article {
  border: 1px solid var(--line);
  padding: 20px;
  background: rgba(244,239,229,0.03);
}
.status-grid strong, .status-page-section strong {
  color: var(--red);
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.status-grid p, .status-page-section p { margin: 0; font-size: 1rem; color: var(--muted); line-height: 1.55; }
.narrow-section { max-width: 900px; }
.narrow-section h2 { margin-bottom: 20px; }
.results-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 24px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: 34px;
}
.results-heading p {
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.58;
}
.result-list { display: grid; gap: 14px; }
.result-counter-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.result-card {
  border: 1px solid var(--line);
  background: rgba(244,239,229,0.035);
  padding: 22px;
  display: grid;
  gap: 14px;
}
.result-card strong {
  display: block;
  font-size: clamp(1.5rem, 2.8vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.result-card span { color: var(--red); font-weight: 950; text-transform: uppercase; }
.result-card p, .result-card footer { color: var(--muted); margin: 0; line-height: 1.5; }
.result-card footer b { color: var(--paper); }
.result-meter { height: 12px; border: 1px solid var(--line); background: #0d0d0d; }
.result-meter span { display: block; height: 100%; width: var(--value); background: var(--red); }
.result-counter-card {
  border: 2px solid var(--paper);
  background: rgba(225,25,25,0.08);
  padding: 24px;
  min-height: 240px;
  display: grid;
  grid-template-rows: 112px auto 1fr;
  align-content: stretch;
  gap: 14px;
}
.result-counter-card strong {
  display: block;
  color: var(--red);
  font-size: clamp(5.4rem, 9vw, 8.8rem);
  line-height: 0.88;
  font-weight: 950;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  align-self: start;
}
.result-counter-card span {
  display: block;
  color: var(--paper);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
}
.result-counter-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}
.muted-result-card { opacity: 0.78; }
.locked-card { border-color: rgba(225,25,25,0.45); }
.gated-results .result-card strong { color: var(--paper); }
.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 42px 24px 54px;
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.site-footer strong {
  color: var(--paper);
  text-transform: uppercase;
  font-weight: 950;
  letter-spacing: -0.04em;
  font-size: 1.35rem;
}
.site-footer p { max-width: 780px; margin: 0; line-height: 1.55; }
.site-footer nav { justify-content: flex-start; }
.site-footer nav a { border-radius: 0; }

.share-section {
  min-height: 58vh;
  display: grid;
  place-items: center;
  text-align: center;
}
.share-section h2 { max-width: 850px; }
.share-section p:not(.kicker) {
  margin: 22px 0 28px;
  color: var(--red);
  font-size: clamp(1.35rem, 2.7vw, 2.65rem);
  line-height: 1.08;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
@media (max-width: 1040px) {
  nav { max-width: 560px; }
  .home-actions { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
  nav { display: none; }
  .poster-grid, .proof-section, .pledge-section, .demands-section, .choice-section, .voices-section, .form-page-grid, .choice-page-section, .status-page-section, .results-section, .vote-preview-section { grid-template-columns: 1fr; }
  .topics-page-section { grid-template-columns: 1fr; }
  .topics-page-section .topic-submit-card { order: 2; }
  .topics-page-section .topic-vote-column { order: 1; }
  .topic-podium, .topic-list { grid-template-columns: 1fr; }
  .topic-card { grid-template-columns: 1fr; gap: 8px; padding-right: 116px; }
  .topic-pill { padding-right: 108px; }
  .vote-badge { width: 96px; }
  .small-proof, .topic-inline-form { grid-column: 1; }
  .chair-stage { min-height: 380px; }
  .empty-chair { width: min(82vw, 320px); }
  .ticker { overflow-x: auto; }
  .status-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .topbar, .poster-grid, .proof-section, .pledge-section, .demands-section, .choice-section, .voices-section, .transparency-section, .share-section, .page-hero, .home-actions, .form-page-grid, .detail-list-section, .choice-page-section, .status-page-section, .results-section, .site-footer, .vote-preview-section { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: 3.25rem; letter-spacing: -0.005em; line-height: 1.02; }
  h2 { letter-spacing: 0; overflow-wrap: normal; }
  .page-hero h1 { font-size: 2.85rem; }
  .home-actions h2 { font-size: 2rem; letter-spacing: 0; }
  .counter-card strong { font-size: 5rem; }
  .subtitle { font-size: 1.8rem; }
  .actions { display: grid; }
  .button { width: 100%; }
  .choice-grid, .home-actions, .vote-grid, .result-counter-list { grid-template-columns: 1fr; }
  .detail-list li { grid-template-columns: 1fr; }
  .detail-list p { grid-column: 1; }
}
