@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&family=Inter+Tight:wght@400;500;600;700;800;900&family=Noto+Serif+Display:ital,wght@0,500;0,650;0,800;1,650&display=swap");

@font-face {
  font-family: "MaszynaAEG";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/MaszynaAEG.ttf") format("truetype");
}

:root {
  --black: #070707;
  --white: #fff;
  --paper: #f5f5f1;
  --paper-2: #e9e9e2;
  --ink: #0b0b0b;
  --ink-2: #30302d;
  --muted: #777770;
  --line: #d8d8cf;
  --line-dark: rgba(255, 255, 255, 0.18);
  --red: #e31e24;
  --red-dark: #b91318;
  --soft-red: #fff0f0;
  --radius: 8px;
  --max: 1220px;
  --display: "Noto Serif Display", Georgia, "Times New Roman", serif;
  --question: "MaszynaAEG", "Noto Serif Display", Georgia, serif;
  --sans: "Inter Tight", "Arial Narrow", Arial, Helvetica, sans-serif;
  --condensed: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

::selection {
  background: var(--red);
  color: var(--white);
}

.site-header {
  align-items: center;
  background: rgba(245, 245, 241, 0.86);
  border: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 14px 40px rgba(7, 7, 7, 0.09);
  display: flex;
  height: 66px;
  justify-content: space-between;
  left: 18px;
  padding: 0 18px;
  position: fixed;
  right: 18px;
  top: 14px;
  z-index: 20;
  backdrop-filter: blur(18px);
}

.brand {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

.issue-header-cta {
  display: none;
}

.brand-lockup {
  display: grid;
  gap: 3px;
  width: 186px;
}

.brand-word {
  color: var(--black);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.brand-date {
  color: var(--red);
  display: block;
  font-family: var(--display);
  font-size: 37px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.76;
  white-space: nowrap;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 3px;
  font-size: 14px;
  font-weight: 800;
}

.desktop-nav a {
  border-radius: var(--radius);
  padding: 11px 12px;
  text-decoration: none;
}

.desktop-nav a:hover {
  background: var(--black);
  color: var(--white);
}

.social-nav {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  margin-left: 4px;
}

.social-link {
  align-items: center;
  border: 0;
  border-radius: 0;
  color: var(--black);
  display: inline-flex;
  height: 30px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  transition: background 0.16s ease, color 0.16s ease, opacity 0.16s ease;
  width: 30px;
}

.social-link svg {
  display: block;
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.social-at {
  display: block;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-1px);
}

.desktop-nav .social-link {
  background: var(--black);
  border-radius: 999px;
  color: var(--white);
  height: 28px;
  padding: 0;
  width: 28px;
}

.desktop-nav .social-link:hover {
  background: var(--red);
  color: var(--white);
}

.desktop-nav .social-link svg {
  height: 15px;
  width: 15px;
}

.desktop-nav .nav-panel-link {
  background: var(--red);
  color: var(--white);
  padding: 11px 14px;
}

.desktop-nav .nav-panel-link:hover {
  background: var(--red);
  color: var(--white);
  filter: brightness(1.04);
}

.desktop-nav .nav-logout-link {
  align-items: center;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  color: var(--muted);
  display: inline-flex;
  font-size: 18px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 34px;
}

.desktop-nav .nav-logout-link svg {
  height: 19px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  fill: none;
  width: 19px;
}

.desktop-nav .nav-logout-link:hover {
  background: var(--black);
  color: var(--white);
}

.menu-toggle {
  align-items: center;
  background: var(--black);
  border: 0;
  border-radius: var(--radius);
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 44px;
}

.menu-toggle span {
  background: var(--white);
  display: block;
  height: 2px;
  position: absolute;
  width: 20px;
}

.menu-toggle span:first-child {
  transform: translateY(-5px);
}

.menu-toggle span:last-child {
  transform: translateY(5px);
}

.mobile-menu {
  background: rgba(245, 245, 241, 0.98);
  bottom: 0;
  color: var(--black);
  display: none;
  flex-direction: column;
  gap: 0;
  left: 0;
  padding: 112px 24px 32px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15;
}

.mobile-menu a {
  border-top: 1px solid rgba(7, 7, 7, 0.14);
  font-family: var(--sans);
  font-size: clamp(27px, 8vw, 42px);
  font-weight: 900;
  line-height: 1;
  padding: 17px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-menu a:last-child {
  border-bottom: 1px solid rgba(7, 7, 7, 0.14);
}

.mobile-menu-socials {
  align-items: center;
  border-bottom: 1px solid rgba(7, 7, 7, 0.14);
  display: flex;
  gap: 12px;
  padding: 24px 0 28px;
}

.mobile-menu .mobile-social-link {
  background: var(--black);
  border: 0;
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  flex: 0 0 auto;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.mobile-menu .mobile-social-link:hover {
  background: var(--red);
  color: var(--white);
}

.mobile-menu .mobile-social-link svg {
  height: 21px;
  width: 21px;
}

.mobile-menu .mobile-social-link .social-at {
  font-size: 22px;
  font-weight: 600;
}

.hero {
  background: var(--black);
  color: var(--white);
  isolation: isolate;
  min-height: auto;
  overflow: hidden;
  position: relative;
}

.hero::before,
.hero::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero::before {
  animation: heroGlowDriftA 32s ease-in-out infinite alternate;
  background:
    radial-gradient(ellipse at 68% 22%, rgba(227, 30, 36, 0.16), transparent 34%),
    radial-gradient(ellipse at 30% 72%, rgba(227, 30, 36, 0.08), transparent 42%);
  filter: blur(18px);
  inset: -18%;
  opacity: 0.92;
  z-index: 0;
}

.hero::after {
  animation: heroGlowDriftB 43s ease-in-out infinite alternate;
  background:
    radial-gradient(ellipse at 78% 58%, rgba(227, 30, 36, 0.12), transparent 30%),
    radial-gradient(ellipse at 49% 12%, rgba(227, 30, 36, 0.055), transparent 36%);
  filter: blur(24px);
  inset: -22%;
  opacity: 0.78;
  z-index: 0;
}

@keyframes heroGlowDriftA {
  0% {
    background-position: 0 0, 0 0;
    transform: translate3d(-2%, -1%, 0) scale(1);
  }

  42% {
    background-position: 9vw 4vh, -7vw 5vh;
    transform: translate3d(2%, 3%, 0) scale(1.05);
  }

  100% {
    background-position: -6vw 7vh, 10vw -4vh;
    transform: translate3d(4%, -2%, 0) scale(1.1);
  }
}

@keyframes heroGlowDriftB {
  0% {
    background-position: 0 0, 0 0;
    transform: translate3d(3%, 2%, 0) scale(1.08);
  }

  48% {
    background-position: -8vw 6vh, 6vw -3vh;
    transform: translate3d(-3%, -1%, 0) scale(1);
  }

  100% {
    background-position: 7vw -5vh, -9vw 4vh;
    transform: translate3d(-1%, 4%, 0) scale(1.13);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero::after {
    animation: none;
  }
}

.hero-media {
  display: none;
}

.hero video {
  filter: grayscale(1) contrast(1.1);
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  width: 100%;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  margin: 0 auto;
  max-width: var(--max);
  min-height: 88vh;
  padding: 134px 28px 62px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hero-countdown {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  display: flex;
  gap: 18px;
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-bottom: 42px;
  max-width: 760px;
  padding: 11px 14px;
}

.hero-countdown-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-countdown-items {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.hero-countdown-items span {
  align-items: baseline;
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 4px;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-countdown-items strong {
  color: var(--red);
  font-size: 22px;
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
}

.hero-inner > *,
.section > *,
.section-heading > *,
.controversy-card > *,
.question-panel > *,
.report-panel > * {
  min-width: 0;
}

.eyebrow {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.hero .eyebrow {
  grid-column: 1 / -1;
}

.hero h1 {
  align-self: end;
  font-family: var(--sans);
  font-size: clamp(42px, 5.4vw, 82px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0;
  max-width: 980px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.date-block {
  align-self: end;
  border-left: 1px solid var(--line-dark);
  display: grid;
  gap: 12px;
  margin: 0 0 0 36px;
  padding-left: 28px;
}

.date-block span {
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(78px, 9vw, 128px);
  font-style: italic;
  font-weight: 800;
  line-height: 0.68;
}

.date-block strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.lead {
  align-self: start;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 1.75vw, 24px);
  font-weight: 500;
  grid-column: 1 / 2;
  line-height: 1.28;
  margin: 36px 0 0;
  max-width: 720px;
}

.hero-actions {
  align-self: start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 1 / -1;
  margin-top: 34px;
}

.button {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.button.primary {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.button.primary:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
}

.button.secondary {
  background: transparent;
  color: inherit;
}

.button.secondary:hover {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.hero .button.secondary:hover,
.question-panel .button.secondary:hover,
.report-panel .button.secondary:hover,
.pin-page .button.secondary:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
}

.section {
  margin: 0 auto;
  max-width: var(--max);
  padding: 112px 28px;
  width: 100%;
}

.section-heading {
  border-top: 1px solid rgba(7, 7, 7, 0.18);
  display: block;
  margin-bottom: 54px;
  max-width: 880px;
  padding-top: 22px;
}

.section-heading.narrow {
  display: block;
  max-width: 860px;
}

.section h2 {
  font-family: var(--sans);
  font-size: clamp(34px, 4.4vw, 66px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.section-heading p:not(.eyebrow),
.intro-grid p,
.copy-block p,
.question-panel p,
.organizer-panel p:not(.eyebrow) {
  color: var(--ink-2);
  font-size: 19px;
  line-height: 1.55;
  margin: 0;
}

.section-heading p:not(.eyebrow) {
  margin-top: 22px;
  max-width: 620px;
}

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

.intro-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.intro-grid p:first-child {
  font-size: clamp(22px, 2.2vw, 32px);
  font-family: var(--sans);
  font-weight: 800;
  line-height: 1.08;
}

.note {
  background: var(--soft-red);
  border: 1px solid rgba(227, 30, 36, 0.28);
  border-radius: var(--radius);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.5;
  margin-top: 42px;
  max-width: 840px;
  padding: 22px 24px;
}

.law {
  background: var(--white);
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--max)) / 2 + 28px));
}

.process {
  counter-reset: process;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process article {
  border-top: 1px solid rgba(8, 8, 6, 0.22);
  min-height: 300px;
  padding: 26px 22px 20px 0;
  position: relative;
}

.process article + article {
  border-left: 1px solid var(--line);
  padding-left: 22px;
}

.step {
  color: var(--red);
  display: block;
  font-family: var(--display);
  font-size: 54px;
  font-style: italic;
  font-weight: 800;
  height: 44px;
  line-height: 0.78;
  margin-top: -14px;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.step.is-done {
  background: #e8f7ef;
  border-color: rgba(29, 142, 82, 0.35);
  color: transparent;
}

.step.is-done::after {
  color: #15804a;
  content: "✓";
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 900;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.step.is-done {
  background: transparent;
  border-color: transparent;
  color: var(--red);
}

.step::after {
  align-items: center;
  background: #f8f8f4;
  border: 1px solid rgba(8, 8, 6, 0.13);
  border-radius: 999px;
  color: rgba(8, 8, 6, 0.14);
  content: "\2713";
  display: inline-flex;
  font-family: var(--sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 17px;
  transform: translate(-50%, -50%);
  width: 42px;
}

.step.is-done::after {
  background: #e8f7ef;
  border-color: rgba(29, 142, 82, 0.35);
  color: #15804a;
  content: "\2713";
  font-size: 20px;
  left: 50%;
  position: absolute;
  top: 17px;
  transform: translate(-50%, -50%);
}

.process h3,
.issue-list h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.04;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.process p,
.issue-list p,
.scenario span {
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.scenario-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}

.scenario {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 22px;
}

.scenario strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 10px;
}

.stream-panel {
  border-top: 2px solid var(--black);
  display: grid;
  gap: 18px;
  grid-template-columns: 420px minmax(0, 1fr);
  padding-top: 18px;
}

.stream .section-heading {
  max-width: 1100px;
}

.stream .section-heading h2 {
  font-size: clamp(34px, 4vw, 62px);
  white-space: nowrap;
}

.countdown-card {
  background: var(--black);
  border-radius: var(--radius);
  color: var(--white);
  display: grid;
  gap: 18px;
  min-height: 360px;
  padding: 26px;
}

.countdown-kicker,
.countdown-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.countdown-grid {
  align-self: center;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.countdown-unit {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 16px;
}

.countdown-unit strong {
  color: var(--red);
  font-family: var(--sans);
  font-size: clamp(42px, 5.4vw, 68px);
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 0.86;
}

.countdown-unit small {
  align-self: end;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stream-box {
  background: var(--black);
  border-radius: var(--radius);
  min-height: 360px;
  overflow: hidden;
}

.stream-box iframe {
  border: 0;
  display: block;
  height: 100%;
  min-height: 360px;
  width: 100%;
}

.stream-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 1 / -1;
}

.downloads {
  background: var(--black);
  color: var(--white);
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--max)) / 2 + 28px));
}

.downloads .section-heading {
  border-color: rgba(255, 255, 255, 0.22);
}

.downloads .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.downloads .section-heading strong {
  color: var(--white);
  display: block;
  font-weight: 900;
  margin-top: 10px;
}

.download-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.download-card {
  background: var(--white);
  border-radius: var(--radius);
  color: var(--black);
  display: flex;
  flex-direction: column;
  min-height: 248px;
  padding: 26px;
}

.download-card h3 {
  font-family: var(--sans);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .92;
  margin: 0;
  text-transform: uppercase;
}

.download-card p {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.45;
  margin: 18px 0 24px;
}

.download-card .button {
  margin-top: auto;
  width: fit-content;
}

.controversy-tools {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.controversy-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 24px;
}

.controversy-stats span {
  background: var(--black);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.76);
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  min-height: 94px;
  padding: 16px;
  text-transform: uppercase;
}

.controversy-stats strong {
  color: var(--red);
  font-family: var(--display);
  font-size: 48px;
  font-style: italic;
  line-height: 0.78;
}

.controversy-tools label,
.toolbar label,
.question-form label {
  display: grid;
  gap: 8px;
}

.controversy-tools label span,
.toolbar span,
.question-form label > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.segmented {
  background: var(--paper-2);
  border-radius: var(--radius);
  display: inline-grid;
  gap: 3px;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  padding: 4px;
}

.segmented button {
  background: transparent;
  border: 0;
  border-radius: calc(var(--radius) - 2px);
  color: var(--black);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  min-height: 42px;
  padding: 0 14px;
  text-transform: uppercase;
}

.segmented button.is-active {
  background: var(--black);
  color: var(--white);
}

.tag-legend,
.tag-row,
.district-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-legend {
  margin: 0 0 30px;
}

.tag {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 7px;
  min-height: 31px;
  padding: 0 11px;
  text-transform: uppercase;
}

.tag-icon,
.controversy-visual {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.tag-icon {
  height: 18px;
  width: 18px;
}

.tag svg,
.controversy-visual svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.tag-residents,
.tag-promise,
.tag-nepotism,
.tag-transparency,
.tag-planning {
  border-color: rgba(227, 30, 36, 0.35);
}

.controversy-list {
  display: grid;
  gap: 18px;
}

.controversy-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 22px 70px rgba(7, 7, 7, 0.07);
  display: grid;
  column-gap: 24px;
  row-gap: 0;
  grid-template-columns: 90px minmax(0, 1fr) minmax(178px, 198px);
  overflow: hidden;
  padding: 0;
  scroll-margin-top: 104px;
}

.controversy-card::before {
  content: none;
  display: none;
}

.controversy-new-badge {
  background: var(--red);
  color: var(--white);
  display: none;
  font-size: 13px;
  font-weight: 900;
  grid-column: 1 / -1;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 11px 24px;
  text-align: center;
  text-transform: uppercase;
}

.controversy-index {
  align-items: center;
  border-right: 1px solid var(--line);
  color: var(--red);
  display: flex;
  flex-direction: column;
  font-family: var(--display);
  gap: 7px;
  justify-content: flex-start;
  line-height: 0.78;
  padding-top: 26px;
  text-align: center;
}

.controversy-index-number {
  font-size: 54px;
  font-style: italic;
  font-weight: 800;
}

.controversy-index-date {
  color: var(--black);
  font-family: var(--sans);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.lead-small-compact {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.controversy-visual {
  display: none;
}

.controversy-body {
  padding: 26px 0 26px;
}

.controversy-details {
  border-top: 1px solid transparent;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition:
    max-height 0.78s cubic-bezier(0.16, 0.84, 0.22, 1),
    opacity 0.34s ease,
    margin-top 0.46s ease,
    padding-top 0.46s ease,
    transform 0.62s cubic-bezier(0.16, 0.84, 0.22, 1),
    border-color 0.34s ease,
    visibility 0s linear 0.78s;
  visibility: hidden;
}

.controversy-card.is-open .controversy-details {
  border-top-color: var(--line);
  margin-top: 16px;
  max-height: 9000px;
  opacity: 1;
  overflow: hidden;
  padding-top: 18px;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    max-height 0.92s cubic-bezier(0.16, 0.84, 0.22, 1),
    opacity 0.42s ease 0.08s,
    margin-top 0.48s ease,
    padding-top 0.48s ease,
    transform 0.72s cubic-bezier(0.16, 0.84, 0.22, 1),
    border-color 0.42s ease,
    visibility 0s;
  visibility: visible;
}

.controversy-card.is-open .issue-more-row-top {
  display: none;
}

.controversy-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.scope-chip {
  align-items: center;
  border: 1px solid var(--black);
  border-radius: 999px;
  color: var(--black);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  min-height: 30px;
  padding: 0 11px;
  text-transform: uppercase;
}

.scope-chip.scope-district {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.controversy-card h3,
.report-panel h3 {
  font-family: var(--sans);
  font-size: clamp(25px, 3.3vw, 44px);
  font-weight: 900;
  line-height: 0.96;
  margin: 18px 0 14px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.controversy-card h3 {
  margin-top: 0;
}

.controversy-body p {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.52;
  margin: 0 0 14px;
}

.lead-small {
  color: var(--black) !important;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.32 !important;
}

.rich-text p:last-child {
  margin-bottom: 0;
}

.lead-small p {
  color: var(--black) !important;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.32 !important;
  text-align: justify;
  text-align-last: start;
}

.controversy-details .rich-text p {
  text-align: justify;
  text-align-last: start;
}

.issue-cover {
  background: var(--black);
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  display: block;
  margin: 14px 0 16px;
  max-width: 540px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: min(100%, 540px);
}

.issue-cover::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.issue-cover img,
.issue-cover video {
  display: block;
  filter: none;
  height: 100%;
  inset: 0;
  image-rendering: auto;
  object-fit: cover;
  position: absolute;
  transform: none;
  transition: opacity 0.18s ease;
  width: 100%;
}

.issue-cover:hover img,
.issue-cover:focus-visible img,
.issue-cover:hover video,
.issue-cover:focus-visible video {
  filter: none;
  opacity: 0.92;
  transform: none;
}

.issue-cover .video-play {
  align-items: center;
  background: var(--red);
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 13px;
  height: 34px;
  justify-content: center;
  left: 50%;
  line-height: 1;
  padding-left: 2px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  z-index: 2;
}

.issue-more-row {
  display: flex;
  justify-content: center;
  margin: 18px 0 2px;
}

.issue-more-row-bottom {
  margin: 22px 0 0;
}

.issue-more {
  align-items: center;
  background: var(--black);
  border: 1px solid var(--black);
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  gap: 10px;
  justify-content: center;
  min-height: 42px;
  min-width: 150px;
  padding: 0 20px;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.issue-more span:first-child {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.issue-more-arrow {
  align-items: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  height: auto;
  justify-content: center;
  line-height: 1;
  width: auto;
}

.issue-more:hover,
.issue-more:focus-visible {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.issue-more-collapse {
  background: rgba(7, 7, 7, 0.18);
  border-color: rgba(7, 7, 7, 0.18);
  color: var(--black);
}

.issue-more-collapse:hover,
.issue-more-collapse:focus-visible {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.issue-section {
  margin-top: 18px;
}

.issue-section h4 {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.issue-link-list {
  display: grid;
  gap: 7px;
}

.issue-link-list > a,
.issue-link-list > span {
  align-items: center;
  color: var(--black);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  line-height: 1.35;
  text-transform: uppercase;
}

.issue-link-list > a {
  transition: color 0.18s ease;
}

.issue-link-list > a:hover,
.issue-link-list > a:focus-visible,
.sources-inline a:hover,
.sources-inline a:focus-visible,
.detail-link:hover,
.detail-link:focus-visible {
  color: var(--red);
}

.issue-link-icon {
  color: currentColor;
  display: inline-block;
  flex: 0 0 15px;
  height: 15px;
  position: relative;
  width: 15px;
}

.issue-link-icon-source::before,
.issue-link-icon-source::after {
  border: 1.8px solid currentColor;
  border-radius: 999px;
  content: "";
  height: 5px;
  position: absolute;
  top: 5px;
  transform: rotate(-36deg);
  width: 9px;
}

.issue-link-icon-source::before {
  left: 0;
}

.issue-link-icon-source::after {
  right: 0;
}

.issue-link-icon-document {
  border: 1.8px solid currentColor;
  border-radius: 2px;
}

.issue-link-icon-document::before {
  border-bottom: 1.8px solid currentColor;
  border-left: 1.8px solid currentColor;
  content: "";
  height: 4px;
  position: absolute;
  right: -1.8px;
  top: -1.8px;
  width: 4px;
}

.issue-link-icon-document::after {
  background: currentColor;
  box-shadow: 0 4px 0 currentColor, 0 8px 0 currentColor;
  content: "";
  height: 1.6px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 7px;
}

.district-tags {
  margin-top: 10px;
}

.district-tags span {
  background: var(--black);
  border-radius: 999px;
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  padding: 7px 10px;
  text-transform: uppercase;
}

.sources-inline {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
  padding-top: 16px;
}

.sources-inline strong,
.sources-inline a,
.detail-link,
.share-mini {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sources-inline strong {
  color: var(--muted);
}

.sources-inline a,
.detail-link {
  color: var(--black);
}

.controversy-vote {
  align-content: start;
  align-self: start;
  display: grid;
  gap: 8px;
  padding: 18px 14px 18px 0;
}

.vote-control {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr);
}

.vote-control.has-trend {
  grid-template-columns: 24px minmax(0, 1fr);
}

.vote-stack {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.vote-kicker {
  color: var(--black);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}

.vote-button,
.share-mini {
  border-radius: var(--radius);
  cursor: pointer;
  font: inherit;
}

.vote-button {
  background: var(--black);
  border: 0;
  color: var(--white);
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: auto minmax(54px, 1fr);
  justify-content: stretch;
  min-height: 44px;
  min-width: 0;
  padding: 8px 10px;
  text-align: left;
}

.vote-button:disabled {
  cursor: default;
  opacity: 1;
}

.vote-button.has-error {
  background: var(--red);
}

.vote-icon {
  align-items: center;
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 17px;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  line-height: 1;
  width: 26px;
}

.vote-label {
  align-self: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vote-button strong {
  color: var(--red);
  font-family: var(--display);
  font-size: 36px;
  font-style: italic;
  justify-self: end;
  line-height: 0.82;
  white-space: nowrap;
}

.vote-button.is-voted {
  gap: 10px;
  grid-template-columns: auto minmax(54px, 1fr);
}

.vote-button.is-voted .vote-label {
  display: none;
}

.vote-button.is-voted strong {
  justify-self: end;
}

.share-mini {
  background: transparent;
  border: 1px solid var(--black);
  color: var(--black);
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
}

.controversy-vote .share-mini {
  justify-self: stretch;
}

.vote-control.has-trend + .share-mini {
  margin-left: 32px;
}

.share-mini > span:last-child {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.share-mini:hover {
  background: var(--black);
  color: var(--white);
}

.share-mini-icons {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}

.share-mini-icon {
  display: block;
  height: 16px;
  width: 16px;
}

.share-mini-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.share-mini-icon circle {
  fill: currentColor;
}

.report-panel,
.duty-grid,
.organizer-panel {
  margin-top: 52px;
}

.report-heading {
  margin-top: 48px;
}

.report-heading + .report-panel {
  margin-top: 22px;
}

.report-panel,
.question-panel {
  background: var(--black);
  border-radius: var(--radius);
  color: var(--white);
  display: grid;
  gap: 42px;
  grid-template-columns: 0.74fr 1fr;
  padding: 44px;
}

.report-panel p,
.question-panel p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.55;
}

.report-panel .report-anonymous {
  margin-top: 18px;
  color: var(--red);
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.report-panel-copy h2,
.question-panel-copy h2 {
  color: var(--white);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 0.96;
  margin: 0 0 24px;
  max-width: 560px;
  text-transform: uppercase;
}

.report-panel-copy {
  align-content: center;
  display: grid;
}

.duty-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.duty-grid article {
  background: var(--white);
  border-radius: var(--radius);
  min-height: 208px;
  padding: 24px;
}

.duty-grid strong {
  display: block;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 650;
  line-height: 1;
  margin-bottom: 14px;
}

.duty-grid span {
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.48;
}

.organizer-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 44px;
}

.organizer-head {
  align-items: start;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.organizer-logo {
  height: auto;
  max-width: min(240px, 28vw);
  object-fit: contain;
  width: 240px;
}

.organizer-panel h2 {
  margin-bottom: 18px;
}

.organizer-copy {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.organizer-copy p {
  margin: 0;
}

.organizer-note {
  margin-top: 30px;
}

.empty-state {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}

.empty-state strong {
  display: block;
  font-family: var(--display);
  font-size: 34px;
  margin-bottom: 8px;
}

.empty-state p {
  color: var(--ink-2);
  line-height: 1.5;
  margin: 0;
}

.council-empty {
  grid-column: 1 / -1;
}

.council-summary {
  margin: -6px 0 28px;
}

.council-summary:empty {
  display: none;
}

.council-summary-panel {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.council-summary-panel h3 {
  font-size: clamp(28px, 4.4vw, 46px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: min(100%, 840px);
}

.council-summary-box {
  background: var(--black);
  border-radius: var(--radius);
  box-shadow: 0 18px 54px rgba(7, 7, 7, 0.12);
  display: grid;
  gap: 14px;
  padding: 20px 24px 22px;
  width: min(100%, 840px);
}

.council-summary-group {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.council-summary-group-vote {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.council-summary-divider {
  background: rgba(255, 255, 255, 0.32);
  display: block;
  height: 1px;
  width: 100%;
}

.council-summary-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.council-summary-value {
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--display);
  font-size: clamp(46px, 5.4vw, 66px);
  font-style: italic;
  font-weight: 800;
  line-height: 0.82;
}

.council-summary-item strong {
  color: rgba(255, 255, 255, 0.88);
  display: grid;
  gap: 1px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.08;
  text-transform: uppercase;
}

.council-summary-item.is-answered .council-summary-value,
.council-summary-item.is-grant .council-summary-value {
  color: #008a2e;
}

.council-summary-item.is-abstain .council-summary-value {
  color: #b38ac7;
}

.council-summary-item.is-refused .council-summary-value,
.council-summary-item.is-deny .council-summary-value {
  color: var(--red);
}

.toolbar {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(420px, 1fr) repeat(3, minmax(170px, 210px));
  margin-bottom: 28px;
  width: 100%;
}

.council-filter-box {
  margin-bottom: 28px;
}

.council-filter-box summary {
  display: none;
}

.council-filter-box .toolbar {
  margin-bottom: 0;
}

input,
select,
textarea {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--black);
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--red);
  outline: 0;
}

.question-panel input,
.question-panel select,
.question-panel textarea,
.report-panel input,
.report-panel select,
.report-panel textarea {
  background: #f7f7f3;
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--black);
}

.question-panel input::placeholder,
.question-panel textarea::placeholder,
.report-panel input::placeholder,
.report-panel textarea::placeholder {
  color: rgba(7, 7, 7, 0.56);
}

.question-panel .question-form label > span,
.report-panel .question-form label > span {
  color: rgba(255, 255, 255, 0.68);
}

.recaptcha-field {
  min-height: 78px;
}

.cky-btn-revisit-wrapper,
.cky-btn-revisit,
.cky-revisit-bottom-left,
.cky-revisit-bottom-right,
.cky-revisit-btn-wrapper,
.cky-revisit-consent,
.cky-revisit-button,
#cky-btn-revisit-wrapper,
#cky-revisit-consent,
#cky-consent-revisit,
#cky-consent-revisit-button,
#ckyConsentRevisit,
[class*="cky-btn-revisit"],
[class*="cky-revisit"],
[id*="cky-revisit"],
[id*="consent-revisit"],
[data-cky-tag="revisit-consent"],
[data-cky-tag="revisit-consent-button"],
[data-cky-tag="revisit-consent-img"],
[aria-label*="Revisit consent"],
[aria-label*="Cookie settings"] {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.search input {
  min-width: 0;
  width: 100%;
}

.council-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.councilor {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: var(--radius);
  display: grid;
  gap: 18px;
  grid-template-columns: 86px 1fr;
  min-height: 224px;
  padding: 18px;
}

.avatar {
  align-items: center;
  background: var(--black);
  border-radius: var(--radius);
  color: var(--white);
  display: flex;
  font-family: var(--display);
  font-size: 30px;
  font-weight: 650;
  height: 86px;
  justify-content: center;
  overflow: hidden;
  width: 86px;
}

.avatar img {
  filter: grayscale(1);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.councilor:hover .avatar img,
.avatar:hover img {
  filter: grayscale(1);
}

.avatar img + span {
  display: none;
}

.councilor h3 {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 650;
  line-height: 0.98;
  margin: 0 0 8px;
}

.meta {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 13px;
}

.bio {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.42;
  margin: 0 0 16px;
}

.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.status {
  align-items: center;
  background: var(--paper);
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 8px;
  min-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
}

.status::before {
  background: currentColor;
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
}

.status.waiting::before {
  animation: statusRecPulse 1.35s ease-in-out infinite;
  background: var(--red);
  box-shadow: 0 0 0 0 rgba(227, 30, 36, 0.42);
}

@keyframes statusPulse {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.78);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes statusRecPulse {
  0%,
  100% {
    background: rgba(119, 119, 119, 0.38);
    box-shadow: 0 0 0 0 rgba(227, 30, 36, 0);
    opacity: 0.42;
    transform: scale(0.72);
  }

  46% {
    background: var(--red);
    box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.14);
    opacity: 1;
    transform: scale(1.08);
  }
}

.status.waiting {
  color: #777;
}

.status.refused,
.status.no {
  color: var(--red);
}

.status.answered {
  color: #1b7a46;
}

.status.yes {
  color: var(--black);
}

.status.abstain {
  color: #8c5ea8;
}

.status-variants {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin: 18px 0 30px;
}

.status-variants article {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: var(--radius);
  display: grid;
  gap: 12px;
  padding: 16px;
}

.status-choice article {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
}

.status-variants h3 {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0 0 2px;
  text-transform: uppercase;
}

.variant-row {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 8px;
}

.variant-label {
  color: var(--muted);
  flex-basis: 100%;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sample-badge {
  align-items: center;
  background: #f4f4f1;
  border: 1px solid #deded7;
  border-radius: 999px;
  color: #666;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px 0 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.sample-badge b {
  align-items: center;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  height: 17px;
  justify-content: center;
  line-height: 1;
  transform: translateY(-0.5px);
  width: 17px;
}

.sample-badge i {
  background: currentColor;
  border-radius: 999px;
  display: inline-flex;
  height: 7px;
  width: 7px;
}

.sample-badge.pending {
  color: #777;
}

.sample-badge.pending i:not(.ring) {
  animation: statusPulse 1.35s ease-in-out infinite;
}

.sample-badge.answered {
  background: #edfbf3;
  border-color: #b9e8c8;
  color: #008a2e;
}

.sample-badge.refused {
  background: #fff1f1;
  border-color: #ffc7c7;
  color: var(--red);
}

.sample-badge.grant {
  background: #edfbf3;
  border-color: #b9e8c8;
  color: #008a2e;
}

.sample-badge.deny {
  background: #fff1f1;
  border-color: #ffc7c7;
  color: var(--red);
}

.sample-badge.unsure {
  background: var(--white);
  border-color: #d6d6cf;
  color: var(--black);
}

.sample-badge.no-icon {
  padding-left: 10px;
}

.sample-badge.neutral {
  background: var(--white);
  border-color: var(--line);
  color: var(--black);
}

.sample-badge.soft {
  background: var(--white);
  border-color: var(--line);
}

.sample-badge.soft.answered,
.sample-badge.soft.grant {
  color: #1b7a46;
}

.sample-badge.soft.refused,
.sample-badge.soft.deny {
  color: var(--red);
}

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

.councilor a {
  color: var(--black);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 900;
  margin-top: 14px;
  text-transform: uppercase;
}

.bip-logo {
  display: inline-block;
  height: 18px;
  object-fit: contain;
  transform: translateY(-1px);
  width: auto;
}

.question {
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--max)) / 2 + 28px));
}

@media (min-width: 981px) {
  .section {
    padding-bottom: 78px;
    padding-top: 78px;
  }

  .controversy,
  .council,
  .question,
  .stream,
  .organizer {
    padding-top: 58px;
  }

  .controversy,
  .council,
  .question,
  .stream {
    padding-bottom: 58px;
  }

  .report-panel,
  .duty-grid,
  .organizer-panel {
    margin-top: 30px;
  }

  .report-heading {
    margin-top: 30px;
  }

  .report-heading + .report-panel {
    margin-top: 16px;
  }
}

.question-panel-copy {
  align-content: center;
  display: grid;
}

.question-form {
  display: grid;
  gap: 16px;
}

.checkbox {
  align-items: start;
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 10px;
  grid-template-columns: 20px 1fr;
}

.checkbox input {
  min-height: 20px;
  padding: 0;
}

.checkbox a {
  color: var(--white);
  font-weight: 900;
}

.question-panel .question-form .checkbox > span,
.report-panel .question-form .checkbox > span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.question-form .checkbox a {
  font-weight: 700;
}

.privacy-page {
  background: var(--paper);
}

.privacy-shell {
  margin: 0 auto;
  max-width: 980px;
  padding: 64px 24px;
}

.privacy-topbar {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 0 18px;
}

.privacy-topbar .eyebrow {
  margin: 0;
}

.privacy-back {
  min-height: 42px;
  padding: 0 16px;
  white-space: nowrap;
}

.privacy-shell h1 {
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 800;
  line-height: 1.02;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.privacy-bottom-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 22px;
}

.privacy-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 24px;
  padding: 30px;
}

.privacy-card h2 {
  font-size: 24px;
  margin: 6px 0 8px;
  text-transform: uppercase;
}

.privacy-card p,
.privacy-card li {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.55;
}

.privacy-card p,
.privacy-card ul {
  margin: 0;
}

@media (max-width: 560px) {
  .privacy-shell {
    padding: 28px 18px 40px;
  }

  .privacy-topbar {
    background: rgba(245, 245, 241, 0.94);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
    padding: 10px 12px;
    position: sticky;
    top: 12px;
    z-index: 4;
  }

  .privacy-back {
    font-size: 12px;
    min-height: 38px;
    padding: 0 12px;
  }

  .privacy-card {
    gap: 20px;
    padding: 22px;
  }
}

.honeypot {
  display: none;
}

.source-list {
  border-top: 1px solid var(--black);
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.source-list a {
  border-bottom: 1px solid var(--line);
  display: block;
  font-size: 17px;
  font-weight: 800;
  padding: 18px 0;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.source-list a:hover {
  color: var(--red);
}

.share-dialog {
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
  max-width: min(640px, calc(100vw - 36px));
  padding: 34px;
  width: 640px;
}

.share-dialog::backdrop {
  background: rgba(0, 0, 0, 0.76);
}

.share-dialog h2 {
  font-family: var(--display);
  font-size: 38px;
  font-weight: 650;
  line-height: 0.95;
  margin: 0 0 14px;
}

.share-dialog p:not(.eyebrow) {
  color: var(--ink-2);
  line-height: 1.45;
}

.share-dialog textarea {
  margin: 12px 0 16px;
  width: 100%;
}

.share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.share-close {
  align-items: center;
  background: var(--black);
  border: 0;
  border-radius: var(--radius);
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 28px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 42px;
}

.pin-page {
  align-items: center;
  background: var(--black);
  color: var(--white);
  display: grid;
  min-height: 100vh;
  padding: 32px;
}

.pin-card {
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}

.pin-card h1 {
  font-family: var(--display);
  font-size: clamp(58px, 9vw, 96px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 0.84;
  margin: 0 0 42px;
}

.pin-form {
  display: grid;
  gap: 14px;
}

.pin-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pin-input {
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.64);
  border-radius: 0;
  color: var(--white);
  font-size: 30px;
  min-height: 58px;
  padding: 0;
}

.pin-input:focus {
  border-color: var(--red);
  outline: 0;
}

.pin-submit {
  align-items: center;
  background: var(--white);
  border: 0;
  border-radius: var(--radius);
  color: var(--black);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  justify-self: start;
  min-height: 48px;
  padding: 0 26px;
  text-transform: uppercase;
}

.pin-error {
  color: var(--red) !important;
  font-size: 14px;
  font-weight: 900;
  margin: 0;
  min-height: 20px;
}

.admin-page {
  background: var(--black);
  color: var(--white);
  min-height: 100vh;
}

.admin-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: 42px 24px 70px;
}

.admin-header {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.admin-header h1 {
  color: var(--white);
  font-family: var(--brand);
  font-size: clamp(42px, 8vw, 92px);
  line-height: 0.86;
  margin: 0;
  text-transform: uppercase;
}

.admin-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-actions form {
  margin: 0;
}

.admin-card {
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: var(--black);
  margin-top: 16px;
  padding: 22px;
}

.admin-card h2 {
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.admin-form {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(180px, 0.5fr) auto;
}

.admin-form label {
  display: grid;
  gap: 6px;
}

.admin-form span,
.admin-note {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-form input,
.admin-form select {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--black);
  font: inherit;
  min-height: 46px;
  padding: 0 12px;
}

.admin-password-control {
  min-width: 0;
}

.admin-password-row {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.admin-generate-password {
  min-height: 46px;
  white-space: nowrap;
}

.admin-password-hint {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  min-height: 16px;
}

.admin-form button {
  align-self: end;
}

.admin-note {
  margin: 14px 0 0;
}

.admin-flash {
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 16px;
  padding: 13px 16px;
}

.admin-flash.ok {
  background: #edfbf3;
  color: #008a2e;
}

.admin-flash.error {
  background: #fff1f1;
  color: var(--red);
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  border-collapse: collapse;
  min-width: 780px;
  width: 100%;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  padding: 12px 10px;
  text-align: left;
  vertical-align: middle;
}

.admin-table th {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-row-actions form {
  margin: 0;
}

.button.danger {
  border-color: rgba(227, 30, 36, 0.36);
  color: var(--red);
}

.admin-inline-form {
  margin: 0;
}

.admin-inline-form select {
  min-width: 150px;
}

.panel-tabs {
  display: flex;
  gap: 10px;
  margin: 0 0 18px;
}

.panel-tabs a {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  padding: 12px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.panel-tabs a.active {
  background: var(--red);
  border-color: var(--red);
}

.panel-card {
  margin-bottom: 22px;
}

.panel-inline-editor {
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 18px 0;
  padding: 16px;
}

.panel-inline-editor h3 {
  font-size: 22px;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.panel-editor-status {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(260px, 360px) minmax(180px, 240px);
}

.panel-editor-status label {
  display: grid;
  gap: 6px;
  margin: 0;
}

.panel-editor-status > label > span,
.panel-status-switch > span:first-child {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.panel-status-switch {
  cursor: pointer;
}

.panel-status-input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.panel-status-track {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  min-height: 48px;
  padding: 4px;
  position: relative;
}

.panel-status-track::before {
  background: var(--black);
  border-radius: 999px;
  content: "";
  height: calc(100% - 8px);
  left: 4px;
  position: absolute;
  top: 4px;
  transition: transform 0.18s ease;
  width: calc(50% - 4px);
}

.panel-status-track span {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.02em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.panel-status-track span:first-child {
  color: var(--white);
}

.panel-status-input:checked + .panel-status-track::before {
  transform: translateX(100%);
}

.panel-status-input:checked + .panel-status-track span:first-child {
  color: var(--muted);
}

.panel-status-input:checked + .panel-status-track span:last-child {
  color: var(--white);
}

.panel-section-head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.panel-save-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.panel-save-actions-bottom {
  justify-content: flex-start;
  margin-top: 4px;
}

.panel-council-list,
.panel-issue-list,
.panel-edit-form {
  display: grid;
  gap: 12px;
}

.panel-council-bulk-form {
  display: grid;
  gap: 12px;
}

.panel-council-savebar {
  display: flex;
  justify-content: flex-end;
}

.panel-council-savebar.is-bottom {
  margin-top: 4px;
}

.panel-council-filters {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(170px, 1fr));
  margin: 0 0 14px;
}

.panel-council-filters label {
  display: grid;
  gap: 6px;
  margin: 0;
}

.panel-council-filters span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.panel-council-filters input,
.panel-council-filters select {
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  min-height: 44px;
  padding: 9px 12px;
  width: 100%;
}

.panel-council-head {
  color: var(--muted);
  display: grid;
  font-size: 11px;
  font-weight: 900;
  gap: 14px;
  grid-template-columns: minmax(220px, 1fr) minmax(170px, 240px) minmax(170px, 240px);
  letter-spacing: 0.04em;
  padding: 0 14px;
  text-transform: uppercase;
}

.panel-council-row,
.panel-issue-row {
  align-items: center;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 12px 14px;
  grid-template-columns: minmax(220px, 1fr) minmax(170px, 240px) minmax(170px, 240px);
  padding: 7px 14px;
}

.panel-council-row.is-dirty {
  border-color: rgba(227, 30, 36, 0.36);
}

.panel-council-row.is-saved {
  border-color: rgba(27, 122, 70, 0.4);
}

.panel-council-row.is-filtered-out {
  display: none;
}

.panel-council-row label,
.panel-edit-form label {
  display: grid;
  gap: 6px;
  margin: 0;
}

.panel-council-row label span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.panel-council-row span,
.panel-edit-form span,
.panel-edit-form legend {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.panel-council-row input,
.panel-council-row select,
.panel-edit-form input,
.panel-edit-form select,
.panel-edit-form textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  padding: 12px;
  width: 100%;
}

.panel-council-row select {
  min-height: 44px;
  padding: 9px 12px;
}

.panel-council-row .button {
  min-height: 46px;
  padding: 0 18px;
}

.panel-issue-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.panel-issue-row.is-draft {
  background: rgba(0, 0, 0, 0.025);
}

.panel-issue-row span {
  color: var(--muted);
  display: block;
  font-size: 14px;
  margin-top: 4px;
}

.panel-row-actions {
  display: flex;
  gap: 8px;
}

.panel-row-actions form {
  margin: 0;
}

.panel-save-status {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  min-width: 74px;
  text-transform: uppercase;
}

.panel-save-status.ok {
  color: #1b7a46;
}

.panel-save-status.error {
  color: var(--red);
}

.panel-save-status.dirty,
.panel-save-status.saving {
  color: var(--muted);
}

.panel-empty-state {
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: var(--muted);
  font-weight: 900;
  margin: 0;
  padding: 18px;
  text-align: center;
}

.panel-separator {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 18px 0 4px;
  text-transform: uppercase;
}

.panel-date-separator {
  align-items: center;
  background: var(--black);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 10px 0 0;
  padding: 7px 12px;
  text-transform: uppercase;
}

.panel-form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.panel-edit-form fieldset {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px;
}

.panel-empty-inline {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.panel-media-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
}

.panel-media-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 9px;
  padding: 10px;
  transition: border-color 0.16s ease, opacity 0.16s ease, background 0.16s ease;
}

.panel-media-card.is-marked-remove {
  background: rgba(227, 30, 36, 0.06);
  border-color: rgba(227, 30, 36, 0.5);
  opacity: 0.62;
}

.panel-remove-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px !important;
}

.panel-media-thumb {
  align-items: center;
  aspect-ratio: 16 / 10;
  background: var(--black);
  border-radius: 7px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.panel-media-thumb img,
.panel-media-thumb video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.panel-media-play {
  align-items: center;
  background: var(--red);
  border: 2px solid var(--white);
  border-radius: 999px;
  color: var(--white);
  display: flex;
  font-size: 16px;
  height: 42px;
  justify-content: center;
  left: 50%;
  padding-left: 2px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
}

.panel-media-meta {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.panel-media-meta strong {
  font-size: 12px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.panel-media-meta small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.panel-media-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.panel-media-actions .button {
  min-height: 34px;
  padding: 0 11px;
}

.panel-media-actions .button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.panel-media-remove {
  justify-self: start;
  min-height: 34px;
  padding: 0 14px;
}

.panel-sources {
  gap: 14px !important;
}

.panel-source-rows {
  display: grid;
  gap: 10px;
}

.panel-source-row {
  align-items: end;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(180px, 0.75fr) minmax(240px, 1.25fr) auto;
  padding: 12px;
}

.panel-source-order {
  align-items: center;
  align-self: stretch;
  background: var(--black);
  border-radius: 6px;
  color: var(--white);
  display: flex;
  font-size: 0.9rem;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  min-width: 36px;
  padding: 0 10px;
}

.panel-source-row label {
  min-width: 0;
}

.panel-source-actions {
  align-items: end;
  display: flex;
  gap: 8px;
}

.panel-source-move {
  display: flex;
  gap: 4px;
}

.panel-source-move .button {
  min-width: 42px;
  padding-left: 12px;
  padding-right: 12px;
}

.panel-source-move .button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.panel-source-row .button,
.panel-add-source {
  min-height: 44px;
}

.panel-add-source,
.panel-add-document,
.panel-save-controversy,
.panel-edit-form > .button {
  justify-self: start;
  width: auto;
}

.panel-save-actions .button {
  width: auto;
}

.panel-section-head .button {
  flex: 0 0 auto;
}

.panel-remove-line {
  align-items: center;
  display: flex !important;
  gap: 8px !important;
}

.panel-remove-line input {
  width: auto;
}

.panel-dialog {
  border: 0;
  border-radius: 8px;
  padding: 24px;
  width: min(92vw, 420px);
}

.panel-dialog::backdrop {
  background: rgba(0, 0, 0, 0.62);
}

.panel-dialog div {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.panel-dialog .danger {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.video-thumb {
  align-items: center;
  background: var(--black);
  color: var(--white);
  display: grid;
  justify-items: center;
  min-height: 110px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
}

.video-thumb span {
  color: var(--red);
  font-size: 30px;
}

.footer {
  align-items: center;
  background: var(--black);
  color: var(--white);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 30px 32px;
}

.footer-socials {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.footer-social-link {
  color: var(--white);
}

.footer-social-link:hover {
  background: transparent;
  color: var(--red);
}

.footer span {
  color: rgba(255, 255, 255, 0.68);
}

.footer-email {
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.footer-email:hover {
  color: var(--red);
}

html.is-issue-page,
body.is-issue-page {
  background: var(--paper);
}

html.is-issue-page .site-header,
body.is-issue-page .site-header {
  background: rgba(245, 245, 241, 0.94);
  border: 0;
  border-bottom: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: 0;
  box-shadow: none;
  flex-direction: column;
  gap: 4px;
  height: 86px;
  justify-content: center;
  left: 0;
  padding: 0 20px;
  right: 0;
  top: 0;
}

html.is-issue-page .brand-site,
body.is-issue-page .brand-site {
  font-size: 31px;
}

html.is-issue-page .desktop-nav,
html.is-issue-page .menu-toggle,
html.is-issue-page .mobile-menu,
body.is-issue-page .desktop-nav,
body.is-issue-page .menu-toggle,
body.is-issue-page .mobile-menu {
  display: none !important;
}

html.is-issue-page .issue-header-cta,
body.is-issue-page .issue-header-cta {
  align-items: center;
  background: var(--red);
  color: var(--white);
  display: inline-flex;
  font-size: clamp(10px, 1.05vw, 15px);
  font-weight: 900;
  height: 21px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 23px 0 10px;
  position: relative;
  text-decoration: none;
  text-transform: lowercase;
  white-space: nowrap;
}

html.is-issue-page .issue-header-cta:hover,
html.is-issue-page .issue-header-cta:focus-visible,
body.is-issue-page .issue-header-cta:hover,
body.is-issue-page .issue-header-cta:focus-visible {
  background: var(--red-dark);
}

.issue-header-cta-cursor {
  fill: var(--white);
  height: 26px;
  position: absolute;
  right: -13px;
  stroke: var(--black);
  stroke-linejoin: miter;
  stroke-width: 3.5px;
  top: -5px;
  width: 26px;
}

html.is-issue-page .site-footer,
html.is-issue-page footer,
body.is-issue-page .site-footer,
body.is-issue-page footer {
  display: none !important;
}

html.is-issue-page main,
body.is-issue-page main {
  padding-top: 86px;
}

.issue-page-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(34px, 5vw, 76px) 22px 72px;
}

.issue-page-hero {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(22px, 3vw, 38px);
  grid-template-columns: minmax(0, 1fr);
  padding-bottom: clamp(34px, 5vw, 64px);
}

.issue-page-title {
  min-width: 0;
}

.issue-page-title h1 {
  font-family: var(--sans);
  font-size: clamp(48px, 6.2vw, 86px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 12px 0 24px;
  max-width: none;
  overflow-wrap: normal;
  text-wrap: balance;
  text-transform: uppercase;
  word-break: normal;
}

.issue-page-lead p {
  color: var(--black);
  font-size: clamp(21px, 2.4vw, 30px);
  font-weight: 800;
  line-height: 1.18;
  margin: 0;
  max-width: none;
  text-align: justify;
  text-align-last: start;
}

.issue-page-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.issue-page-path {
  align-items: center;
  background: var(--black);
  border-radius: var(--radius);
  color: var(--white);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 42px;
  padding: 0 14px;
  text-decoration: none;
}

.issue-page-path:hover,
.issue-page-path:focus-visible {
  background: var(--red);
}

.issue-page-cover {
  aspect-ratio: 16 / 9;
  background: var(--black);
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  justify-self: stretch;
  max-width: none;
  width: 100%;
}

.issue-page-cover img,
.issue-page-cover video {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.18s ease;
  width: 100%;
}

.issue-page-cover:hover img,
.issue-page-cover:focus-visible img,
.issue-page-cover:hover video,
.issue-page-cover:focus-visible video {
  opacity: 0.9;
}

.issue-page-cover .video-play {
  align-items: center;
  background: var(--red);
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  left: 50%;
  line-height: 1;
  padding-left: 3px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  z-index: 2;
}

.issue-page-cover-fallback {
  align-items: center;
  color: var(--red);
  display: grid;
  padding: 34px;
}

.issue-page-cover-fallback .issue-illustration {
  border: 0;
  height: auto;
  margin: 0;
  padding: 0;
}

.issue-page-cover-fallback svg {
  height: auto;
  width: 100%;
}

.issue-page-section {
  margin-top: clamp(34px, 5vw, 58px);
}

.issue-page-section h2,
.issue-page-section .issue-section h4 {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.issue-page-copy {
  max-width: none;
}

.issue-page-copy p {
  color: var(--ink-2);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.55;
  margin: 0 0 18px;
  text-align: justify;
  text-align-last: start;
}

.issue-page-gallery-section .issue-section {
  margin-top: 0;
}

.issue-page-gallery-section .issue-gallery {
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.issue-page-resources {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.issue-page-resources .issue-section {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: var(--radius);
  margin-top: 0;
  padding: 22px;
}

.issue-page-resources .issue-link-list {
  gap: 10px;
}

.issue-page-resources .issue-link-list > a,
.issue-page-resources .issue-link-list > span {
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.35;
  text-transform: none;
}

.issue-page-empty-note {
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

.issue-page-statement {
  align-items: center;
  background: var(--black);
  border-radius: var(--radius);
  color: var(--white);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 260px;
  margin-top: clamp(38px, 6vw, 72px);
  padding: clamp(24px, 4vw, 42px);
}

.issue-page-statement h2 {
  color: var(--white);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  line-height: 0.98;
  margin: 6px 0 12px;
  text-transform: uppercase;
}

.issue-page-statement p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.45;
  margin: 0 0 18px;
  max-width: 680px;
}

.issue-page-statement .button.secondary {
  background: var(--white);
  color: var(--black);
}

.issue-page-statement .button.secondary:hover,
.issue-page-statement .button.secondary:focus-visible {
  background: var(--red);
  color: var(--white);
}

.issue-page-statement-thumb {
  background: var(--white);
  border-radius: var(--radius);
  display: block;
  overflow: hidden;
}

.issue-page-statement-thumb img {
  display: block;
  height: auto;
  width: 100%;
}

.issue-page-missing {
  max-width: 820px;
  min-height: calc(100vh - 240px);
}

.issue-page-missing h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.94;
  margin: 12px 0 18px;
  text-transform: uppercase;
}

.issue-page-available-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.issue-page-available-links a {
  background: var(--black);
  border-radius: var(--radius);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  padding: 11px 13px;
  text-decoration: none;
}

.issue-page-available-links a:hover,
.issue-page-available-links a:focus-visible {
  background: var(--red);
}

html.is-issue-page .grecaptcha-badge,
body.is-issue-page .grecaptcha-badge {
  display: none !important;
}

@media (max-width: 900px) {
  .issue-page-hero,
  .issue-page-resources,
  .issue-page-statement {
    grid-template-columns: 1fr;
  }

  .issue-page-cover {
    aspect-ratio: 16 / 10;
  }

  .issue-page-statement-thumb {
    max-width: 220px;
  }
}

@media (max-width: 560px) {
  html.is-issue-page .site-header,
  body.is-issue-page .site-header {
    height: 86px;
  }

  html.is-issue-page main,
  body.is-issue-page main {
    padding-top: 86px;
  }

  .issue-page-shell {
    padding: 28px 16px 54px;
  }

  .issue-page-title h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .issue-page-lead p {
    font-size: 20px;
    hyphens: auto;
    text-align: justify;
    text-align-last: start;
    -webkit-hyphens: auto;
  }

  .issue-page-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .issue-page-path,
  .issue-page-share {
    justify-content: center;
    width: 100%;
  }

  .issue-page-actions .issue-page-share {
    flex: 0 0 auto;
    min-height: 42px;
    order: 0;
    width: 100%;
  }

  .issue-page-actions .issue-page-share > span:last-child {
    display: inline;
  }

  .issue-page-cover {
    aspect-ratio: auto;
  }

  .issue-page-cover img,
  .issue-page-cover video {
    height: auto;
    object-fit: contain;
  }

  .issue-page-copy p {
    font-size: 18px;
    hyphens: auto;
    text-align: justify;
    text-align-last: start;
    -webkit-hyphens: auto;
  }

  .issue-page-gallery-section .issue-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .issue-page-resources .issue-section,
  .issue-page-statement {
    padding: 18px;
  }
}

.stats-page {
  background: var(--black);
  color: var(--white);
  color-scheme: dark;
  min-height: 100vh;
}

.stats-page.stats-login {
  align-items: center;
  display: grid;
  padding: 32px;
}

.stats-page .pin-card h1 {
  color: var(--white);
}

.stats-page .pin-label {
  color: rgba(255, 255, 255, 0.72);
}

.stats-page .pin-input {
  border-bottom-color: rgba(255, 255, 255, 0.58);
  color: var(--white);
}

.stats-page .pin-submit {
  background: var(--white);
  color: var(--black);
}

.stats-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: 42px 24px;
}

.stats-header {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.stats-brand {
  color: var(--white);
  font-family: var(--sans);
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 8px;
}

.stats-brand span {
  color: var(--red);
}

.stats-header h1 {
  color: var(--white);
  font-size: clamp(42px, 6vw, 84px);
  font-weight: 900;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
}

.stats-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}

.stats-grid article {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.76);
  display: grid;
  gap: 12px;
  min-height: 132px;
  padding: 20px;
}

.stats-grid span,
.stats-grid small,
.stats-table th,
.stats-bar-label,
.stats-bar-value {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stats-grid strong {
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(46px, 5vw, 64px);
  font-style: italic;
  line-height: 0.78;
}

.stats-panel {
  display: grid;
  gap: 18px;
  grid-template-columns: 0.68fr 1.32fr;
}

.stats-chart-panel {
  grid-template-columns: 1fr;
  margin-bottom: 18px;
}

.stats-panel > div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  overflow: hidden;
}

.stats-panel h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 20px;
  margin: 0;
  padding: 18px;
  text-transform: uppercase;
}

.stats-bars {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(14, minmax(34px, 1fr));
  min-height: 260px;
  overflow-x: auto;
  padding: 18px;
}

.stats-bar-item {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-rows: auto 1fr auto;
  height: 220px;
  justify-items: center;
  min-width: 42px;
}

.stats-bar-value {
  color: var(--white);
}

.stats-bar-track {
  align-items: end;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px 8px 3px 3px;
  display: flex;
  height: 150px;
  overflow: hidden;
  width: 100%;
}

.stats-bar-fill {
  background: var(--red);
  border-radius: inherit;
  display: block;
  width: 100%;
}

.stats-bar-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
}

.stats-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.stats-table th,
.stats-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.stats-table th {
  color: rgba(255, 255, 255, 0.74);
}

.stats-table td {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.stats-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 92px;
  }

  .site-header {
    height: 62px;
    left: 12px;
    padding: 0 12px;
    right: 12px;
    top: 10px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-menu.is-open {
    display: flex;
  }

  .hero-inner {
    align-content: end;
    display: grid;
    grid-template-columns: 1fr;
    padding: 118px 22px 48px;
  }

  .hero-countdown {
    align-items: start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
    max-width: none;
  }

  .hero-countdown-items {
    justify-content: flex-start;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 72px);
  }

  .date-block {
    border-left: 0;
    border-top: 1px solid var(--line-dark);
    margin: 32px 0 0;
    padding: 22px 0 0;
  }

  .date-block span {
    font-size: 96px;
  }

  .lead {
    grid-column: auto;
    margin-top: 28px;
  }

  .section,
  .law,
  .question,
  .downloads {
    padding: 74px 22px;
  }

  .law,
  .controversy,
  .council,
  .organizer {
    padding-top: 44px;
  }

  .section-heading,
  .intro-grid,
  .process,
  .law-disclaimer-wrap,
  .scenario-grid,
  .stream-panel,
  .controversy-stats,
  .controversy-card,
  .report-panel,
  .duty-grid,
  .organizer-copy,
  .council-grid,
  .question-panel,
  .download-grid,
  .stats-grid,
  .stats-panel {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 18px;
  }

  .process article {
    min-height: auto;
    padding: 26px 0 28px;
  }

  .process article + article {
    border-left: 0;
    padding-left: 0;
  }

  .step {
    margin-top: -14px;
  }

  .law-disclaimer-wrap {
    gap: 18px;
    margin-top: 30px;
  }

  .law-date-mark {
    justify-self: start;
  }

  .law-date-mark span {
    font-size: 78px;
  }

  .law-date-mark strong {
    font-size: 32px;
  }

  .stream-links {
    grid-column: auto;
  }

  .stream .section-heading h2 {
    white-space: normal;
  }

  .countdown-card,
  .stream-box,
  .stream-box iframe {
    min-height: 260px;
  }

  .controversy-card {
    gap: 0;
  }

  .controversy-index {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    justify-content: start;
    padding: 22px 20px 12px;
  }

  .controversy-body {
    padding: 22px 20px;
  }

  .controversy-vote {
    grid-template-columns: 1fr 1fr;
    padding: 0 20px 20px;
  }

  .vote-control.has-trend + .share-mini {
    margin-left: 0;
  }

  .vote-button {
    min-height: 118px;
  }

  .report-panel,
  .organizer-panel,
  .question-panel {
    padding: 28px 30px;
  }

  .councilor {
    grid-template-columns: 76px 1fr;
    min-height: auto;
  }

  .avatar {
    height: 76px;
    width: 76px;
  }

  .footer {
    align-items: start;
    flex-direction: column;
  }

  .stats-header {
    align-items: start;
    flex-direction: column;
  }

  .stats-shell {
    padding: 26px 16px;
  }

  .stats-grid {
    gap: 10px;
  }

  .stats-panel {
    gap: 14px;
  }

  .stats-chart-panel {
    margin-bottom: 14px;
  }

  .stats-bars {
    grid-template-columns: repeat(14, minmax(42px, 1fr));
    min-height: 230px;
    padding: 16px 12px;
  }

  .stats-table {
    min-width: 520px;
  }

  .stats-panel > div {
    overflow-x: auto;
  }
}

@media (max-width: 560px) {
  .brand-lockup {
    width: 168px;
  }

  .brand-word {
    font-size: 11px;
  }

  .brand-date {
    font-size: 33px;
  }

  .section h2 {
    font-size: 34px;
  }

  .council .section-heading h2 {
    font-size: clamp(30px, 8.2vw, 34px);
    overflow-wrap: normal;
    word-break: normal;
  }

  .council-filter-box {
    margin-bottom: 18px;
  }

  .council-summary {
    margin-bottom: 18px;
  }

  .council-summary-group,
  .council-summary-group-vote {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .council-summary-panel {
    padding: 0;
  }

  .council-summary-box {
    padding: 18px 16px 20px;
  }

  .council-summary-value {
    font-size: 48px;
  }

  .council-filter-box:not([open]) {
    margin-bottom: 18px;
  }

  .council-filter-box summary {
    align-items: center;
    background: var(--black);
    border-radius: var(--radius);
    color: var(--white);
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 14px;
    text-transform: uppercase;
  }

  .council-filter-box summary::after {
    content: "+";
    color: var(--red);
    font-size: 22px;
    line-height: 1;
  }

  .council-filter-box[open] summary::after {
    content: "−";
  }

  .council-filter-box .toolbar {
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 var(--radius) var(--radius);
    display: grid;
    gap: 10px;
    padding: 12px;
  }

  .council-filter-box:not([open]) .toolbar {
    display: none;
  }

  .toolbar label > span {
    display: none;
  }

  .toolbar input,
  .toolbar select {
    min-height: 44px;
  }

  .controversy-stats strong {
    font-size: 42px;
  }

  .button,
  .segmented,
  .controversy-tools label,
  .controversy-tools select,
  .share-actions .button,
  .download-card .button {
    width: 100%;
  }

  .controversy-vote {
    grid-template-columns: 1fr;
  }

  .controversy-card {
    grid-template-columns: auto minmax(0, 1fr);
    scroll-margin-top: 92px;
  }

  .controversy-new-badge {
    font-size: 11px;
    padding: 10px 16px;
  }

  .controversy-index {
    align-items: center;
    border-bottom: 0;
    grid-column: 1;
    grid-row: 1;
    padding: 18px 0 12px 20px;
  }

  .controversy-body {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-top: 14px;
  }

  .controversy-vote {
    align-items: end;
    display: flex;
    gap: 8px;
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
    margin: 14px 20px 8px 10px;
    padding: 0;
  }

  .controversy-card.is-new .controversy-index,
  .controversy-card.is-new .controversy-vote {
    grid-row: 1;
  }

  .controversy-card.is-new .controversy-body {
    grid-row: 2;
  }

  .vote-control {
    align-self: auto;
    grid-column: auto;
    grid-row: auto;
    justify-self: auto;
    margin: 0;
    min-width: 0;
  }

  .vote-control.has-trend {
    gap: 6px;
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .vote-button {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 6px;
    margin: 0;
    min-height: 42px;
    padding: 8px;
    text-align: left;
  }

  .vote-button.is-voted {
    gap: 8px;
    min-width: 102px;
  }

  .vote-kicker {
    font-size: 9px;
  }

  .vote-icon {
    flex: 0 0 auto;
    font-size: 17px;
    height: 26px;
    width: 26px;
  }

  .vote-label {
    align-self: center;
    font-size: 10px;
    letter-spacing: 0.02em;
  }

  .vote-button strong {
    font-size: 30px;
    margin-left: 0;
  }

  .vote-button.is-voted strong {
    font-size: 32px;
  }

  .trend {
    flex: 0 0 auto;
    height: 22px;
    width: 22px;
  }

  .share-mini {
    flex: 0 0 58px;
    margin: 0;
    min-height: 42px;
    order: -1;
    padding: 0 8px;
    width: 58px;
  }

  .vote-control.has-trend + .share-mini {
    margin: 0;
  }

  .share-mini > span:last-child {
    display: none;
  }

  .share-mini-icons {
    gap: 3px;
  }

  .share-mini-icon {
    height: 15px;
    width: 15px;
  }

  .pin-card h1 {
    font-size: 58px;
  }

  .stats-page.stats-login {
    padding: 22px;
  }

  .stats-shell {
    padding: 22px 12px;
  }

  .stats-header h1 {
    font-size: 42px;
  }

  .stats-brand {
    font-size: 28px;
  }

  .stats-grid article {
    min-height: 112px;
    padding: 18px;
  }

  .stats-grid strong {
    font-size: 44px;
  }

  .stats-panel h2 {
    font-size: 17px;
    padding: 16px;
  }

  .stats-bars {
    gap: 8px;
    grid-template-columns: repeat(14, 44px);
  }

  .stats-links .button {
    width: 100%;
  }
}

/* 2026-05-25: właściwa strona po korektach roboczych */
.brand-site {
  color: var(--black);
  font-family: var(--condensed);
  font-size: 28px;
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
}

.brand-site strong {
  color: var(--red);
  font: inherit;
}

.brand-site:hover {
  color: var(--red);
}

.brand-site:hover strong {
  color: var(--black);
}

.hero-inner {
  align-content: center;
  display: grid;
  grid-template-columns: 1fr;
  min-height: auto;
  padding-bottom: clamp(52px, 6vw, 86px);
}

.hero-countdown {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 13px;
  justify-content: center;
  margin: 0 auto 48px;
  max-width: 860px;
  padding: 0;
  text-align: center;
  width: min(100%, 860px);
}

.hero-countdown-label {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(13px, 1.28vw, 20px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 100%;
}

.hero-countdown-items {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(112px, 1fr));
}

.hero-countdown-items span {
  align-items: center;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.72);
  display: grid;
  font-size: 12px;
  min-height: 84px;
  padding: 12px 14px;
  text-transform: uppercase;
}

.hero-countdown-items strong {
  color: var(--red);
  font-size: clamp(38px, 4.35vw, 62px);
  font-variant-numeric: tabular-nums;
  line-height: 0.82;
}

.hero-countdown-items small {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero-billboard-mini {
  align-items: center;
  display: grid;
  grid-template-areas:
    "top"
    "name"
    "power";
  grid-template-columns: minmax(0, max-content);
  justify-content: center;
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  text-align: center;
  width: min(100%, 1180px);
}

.mini-line {
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.86;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  white-space: nowrap;
}

.mini-top {
  color: var(--white);
  font-size: clamp(30px, 3.9vw, 62px);
  grid-area: top;
  margin-bottom: clamp(8px, 1vw, 14px);
}

.mini-top span {
  display: inline-block;
  font-family: var(--display);
  font-size: 1.24em;
  font-style: italic;
  font-weight: 800;
  line-height: 0.68;
  margin: 0 0.18em;
  text-transform: none;
}

.mini-name {
  color: var(--red);
  font-size: clamp(33px, 4.6vw, 76px);
  grid-area: name;
  margin-bottom: clamp(8px, 1vw, 14px);
}

.mini-power {
  color: var(--white);
  font-size: clamp(31px, 4vw, 66px);
  grid-area: power;
}

.mini-question {
  align-self: center;
  color: var(--red);
  font-family: var(--question);
  font-size: clamp(136px, 11vw, 214px);
  font-weight: 400;
  grid-area: unset;
  left: calc(50% + clamp(250px, 30vw, 420px));
  line-height: 0.66;
  pointer-events: none;
  position: absolute;
  text-shadow: -5px 6px 0 rgba(227, 30, 36, 0.14);
  top: 61%;
  transform: translateY(0) rotate(7deg);
}

.intro-white {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(46px, 6vw, 76px) 28px clamp(52px, 7vw, 86px);
}

.intro-copy {
  display: grid;
  justify-items: start;
  margin: 0 auto;
  max-width: 820px;
  width: min(100%, 820px);
}

.intro-copy h1 {
  color: var(--black);
  font-family: var(--sans);
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0;
  max-width: 720px;
  text-transform: uppercase;
}

.intro-white .lead {
  color: var(--ink-2);
  grid-column: auto;
  margin-top: 0;
  max-width: 820px;
}

.intro-white .lead:first-child {
  color: var(--black);
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.18;
}

.intro-white .lead strong {
  color: var(--red);
  font-weight: 900;
}

.lead-secondary {
  margin-top: 18px;
}

.intro-white .lead-secondary {
  margin-top: 28px;
}

.intro-doc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.intro-doc-actions .button.secondary:hover {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.intro-videos {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
  max-width: 560px;
  width: 100%;
}

.intro-videos.intro-videos-single {
  display: flex;
  justify-content: center;
  max-width: 100%;
}

.intro-videos video,
.youtube-lite,
.youtube-lite iframe {
  aspect-ratio: 9 / 16;
  background: var(--black);
  border: 1px solid rgba(8, 8, 6, 0.16);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(8, 8, 6, 0.12);
  display: block;
  overflow: hidden;
  width: 100%;
}

.intro-videos.intro-videos-single video,
.intro-videos.intro-videos-single .youtube-lite,
.intro-videos.intro-videos-single .youtube-lite iframe {
  height: min(76vh, 760px);
  max-height: calc(100vh - 110px);
  object-fit: contain;
  max-width: 100%;
  width: min(430px, calc((100vh - 110px) * 9 / 16));
}

.statement-card {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 260px);
  margin: 28px auto 0;
  max-width: 860px;
  padding: 24px;
  width: 100%;
}

.organizer-statements {
  margin: 34px auto 0;
  max-width: 980px;
  width: min(100%, 980px);
}

.organizer-statements .statement-card {
  max-width: 980px;
}

.statement-card h2 {
  font-family: var(--sans);
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 900;
  line-height: .92;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.statement-card p:not(.eyebrow) {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.45;
  margin: 0 0 18px;
  max-width: 560px;
}

.statement-card .eyebrow {
  color: var(--red);
}

.statement-card-thumb {
  display: block;
  justify-self: end;
  max-width: 260px;
  width: 100%;
}

.statement-card-thumb img {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(7, 7, 7, .14);
  display: block;
  width: 100%;
}

.statement-card-button {
  width: fit-content;
}

.youtube-lite {
  align-items: center;
  appearance: none;
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: grid;
  justify-items: center;
  min-height: 360px;
  padding: 28px;
  position: relative;
  text-decoration: none;
}

.youtube-lite::before {
  background:
    linear-gradient(180deg, rgba(8, 8, 6, 0.02), rgba(8, 8, 6, 0.36)),
    radial-gradient(circle at 50% 42%, rgba(227, 30, 36, 0.12), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.youtube-lite-thumb {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transform: scale(1.01);
  transition: transform 0.2s ease;
  width: 100%;
  z-index: 0;
}

.youtube-lite iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.youtube-lite-play {
  align-items: center;
  background: var(--red);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  bottom: 72px;
  display: grid;
  height: 76px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 76px;
  z-index: 2;
}

.youtube-lite-play::before {
  border-bottom: 15px solid transparent;
  border-left: 23px solid var(--white);
  border-top: 15px solid transparent;
  content: "";
  margin-left: 5px;
}

.youtube-lite-label {
  bottom: 28px;
  color: var(--white);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 900;
  left: 18px;
  letter-spacing: 0.04em;
  position: absolute;
  right: 18px;
  text-align: center;
  text-shadow: 0 2px 12px rgba(8, 8, 6, 0.65);
  text-transform: uppercase;
  z-index: 2;
}

.youtube-lite:hover .youtube-lite-play {
  transform: translate(-50%, -2px);
}

.youtube-lite:hover .youtube-lite-thumb {
  transform: scale(1.04);
}

.organizer-video {
  margin: 34px auto 0;
  max-width: min(430px, 100%);
  width: 100%;
}

.donation-cta {
  background: var(--black);
  border-radius: var(--radius);
  color: var(--white);
  margin-top: 24px;
  padding: 28px 34px;
}

.donation-cta .eyebrow {
  color: var(--red);
  margin-bottom: 12px;
}

.donation-cta h3 {
  color: var(--white);
  font-family: var(--sans);
  font-size: clamp(24px, 3.8vw, 44px);
  line-height: 0.95;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.donation-cta p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}

.donation-cta p + p {
  margin-top: 14px;
}

.donation-account {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: baseline;
}

.donation-account strong {
  color: var(--white);
  font-family: var(--sans);
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 900;
}

.donation-account strong span {
  white-space: nowrap;
}

.donation-account span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  font-weight: 800;
}

.organizer-video video {
  aspect-ratio: 9 / 16;
  background: var(--black);
  border: 1px solid rgba(8, 8, 6, 0.16);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(8, 8, 6, 0.12);
  display: block;
  height: min(76vh, 760px);
  max-height: calc(100vh - 110px);
  object-fit: contain;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.release-note,
.organizer-video-placeholder {
  background: var(--black);
  border-radius: var(--radius);
  color: var(--white);
  display: grid;
  gap: 10px;
  margin-top: 34px;
  max-width: 900px;
  padding: 24px;
}

.law-disclaimer-wrap {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(230px, 320px) minmax(0, 680px);
  margin: 38px auto 0;
  max-width: 1060px;
}

.law-date-mark {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-self: end;
  line-height: 0.82;
  white-space: nowrap;
}

.law-date-mark span {
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(82px, 8vw, 132px);
  font-style: italic;
  font-weight: 800;
}

.law-date-mark strong {
  color: var(--black);
  font-family: var(--sans);
  font-size: clamp(32px, 3.6vw, 54px);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.law-disclaimer {
  background: var(--black);
  border-radius: var(--radius);
  color: var(--white);
  display: grid;
  gap: 10px;
  padding: 24px;
}

.law-disclaimer span,
.release-note span,
.organizer-video-placeholder span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .law-disclaimer-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .law-date-mark {
    justify-self: start;
  }

  .law-date-mark span {
    font-size: 78px;
  }

  .law-date-mark strong {
    font-size: 32px;
  }
}

@media (max-width: 560px) {
  .law-date-mark span {
    font-size: 64px;
  }

  .law-date-mark strong {
    font-size: 26px;
  }

  .law-disclaimer {
    padding: 20px;
  }
}

.claim-panel {
  background: var(--black);
  border-radius: var(--radius);
  margin: 0 0 34px;
  padding: clamp(22px, 3vw, 34px);
}

.claim-strip-heading {
  color: var(--white);
  font-family: var(--sans);
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 950;
  line-height: 1;
  margin: 0 0 22px;
  text-align: center;
  text-transform: uppercase;
}

.claim-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
}

.claim-strip article {
  align-content: center;
  background: #050505;
  border: 0;
  border-radius: var(--radius);
  color: var(--white);
  display: grid;
  gap: 14px;
  justify-items: center;
  min-height: 188px;
  padding: 20px 16px;
  text-align: center;
}

.claim-icon {
  display: block;
  height: clamp(76px, 7.4vw, 116px);
  object-fit: contain;
  width: min(132px, 82%);
}

.claim-strip strong {
  color: var(--red);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.03;
  text-transform: uppercase;
}

.trend {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.trend-up {
  background: #e7f8ec;
  color: #138a38;
}

.trend-down {
  background: #ffe8e8;
  color: var(--red);
}

.issue-illustration {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(227, 30, 36, 0.16), transparent 48%),
    var(--black);
  border-radius: var(--radius);
  color: var(--red);
  display: flex;
  height: 148px;
  justify-content: center;
  margin: 14px 0 18px;
  overflow: hidden;
  position: relative;
}

.issue-illustration::after {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: inherit;
  content: "";
  inset: 8px;
  pointer-events: none;
  position: absolute;
}

.issue-illustration svg {
  fill: none;
  height: 112px;
  max-width: 82%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
  width: 220px;
}

.issue-gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
  margin: 18px 0 0;
}

.issue-gallery > a,
.issue-gallery > span,
.issue-gallery > button {
  align-items: center;
  background: var(--black);
  border: 0;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: flex;
  font-size: 11px;
  font-weight: 900;
  aspect-ratio: 1 / 1;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase;
}

.issue-gallery img {
  display: block;
  filter: none;
  height: 100%;
  image-rendering: auto;
  object-fit: cover;
  transition: opacity 0.18s ease;
  transform: none;
  width: 100%;
}

.gallery-thumb {
  height: auto;
}

.video-thumb {
  gap: 8px;
  min-height: 0 !important;
  position: relative;
}

.video-thumb video {
  display: block;
  filter: none;
  height: 100%;
  image-rendering: auto;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: opacity 0.18s ease;
  transform: none;
  width: 100%;
}

.gallery-thumb:hover img,
.gallery-thumb:focus-visible img,
.video-thumb:hover video,
.video-thumb:focus-visible video {
  filter: none;
  opacity: 0.9;
  transform: none;
}

.video-thumb::after {
  background: rgba(0, 0, 0, 0.28);
  content: "";
  inset: 0;
  position: absolute;
}

.video-thumb .video-play {
  align-items: center;
  background: var(--red);
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 12px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  min-height: 0;
  padding-left: 2px;
  position: relative;
  width: 30px;
  z-index: 2;
}

.video-thumb strong {
  background: transparent;
  bottom: 8px;
  color: var(--white);
  font-size: 10px;
  left: 50%;
  max-width: calc(100% - 16px);
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  text-overflow: ellipsis;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}

body.has-lightbox {
  overflow: hidden;
}

.gallery-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, 0.92);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 28px;
  position: fixed;
  z-index: 10000;
}

.gallery-lightbox figure {
  display: grid;
  gap: 14px;
  margin: 0;
  max-height: 92vh;
  max-width: min(1120px, 88vw);
  place-items: center;
}

.gallery-lightbox img,
.gallery-lightbox video {
  border-radius: var(--radius);
  max-height: 82vh;
  max-width: 100%;
  object-fit: contain;
}

.gallery-lightbox figcaption {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  align-items: center;
  background: var(--white);
  border: 0;
  border-radius: 999px;
  color: var(--black);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--sans);
  font-weight: 900;
  justify-content: center;
  position: fixed;
  z-index: 10001;
}

.gallery-lightbox-close {
  font-size: 34px;
  height: 52px;
  right: 22px;
  top: 22px;
  width: 52px;
}

.gallery-lightbox-nav {
  font-size: 56px;
  height: 64px;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
}

.gallery-lightbox-prev {
  left: 22px;
}

.gallery-lightbox-next {
  right: 22px;
}

.controversy-teaser {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 7, 7, 0.1);
  border-radius: var(--radius);
  display: grid;
  min-height: 186px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.controversy-teaser-upcoming {
  margin: 0 0 18px;
}

.teaser-ghost {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 22px 60px rgba(7, 7, 7, 0.08);
  display: grid;
  gap: 18px;
  grid-template-columns: 90px minmax(0, 1fr) 150px;
  inset: 18px;
  opacity: 0.34;
  position: absolute;
  transform: scale(1.01);
}

.teaser-ghost::before {
  background: linear-gradient(90deg, transparent, rgba(227, 30, 36, 0.35), transparent);
  content: "";
  height: 100%;
  left: 90px;
  position: absolute;
  top: 0;
  width: 2px;
}

.teaser-ghost > span {
  filter: blur(6px);
}

.teaser-ghost-number {
  align-self: start;
  color: var(--red);
  font-family: var(--display);
  font-size: 56px;
  font-style: italic;
  font-weight: 800;
  justify-self: center;
  margin-top: 28px;
}

.teaser-ghost-title,
.teaser-ghost-line {
  background: var(--black);
  border-radius: 999px;
  display: block;
  grid-column: 2;
}

.teaser-ghost-title {
  align-self: end;
  height: 28px;
  max-width: 70%;
}

.teaser-ghost-line {
  height: 18px;
  max-width: 88%;
}

.teaser-ghost-action {
  align-self: start;
  background: var(--black);
  border-radius: var(--radius);
  display: block;
  grid-column: 3;
  grid-row: 1 / span 2;
  height: 88px;
  margin: 28px 18px 0 0;
}

.teaser-content {
  justify-self: center;
  max-width: 720px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.controversy-teaser strong {
  color: var(--red);
  display: block;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 900;
  line-height: 0.95;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.controversy-teaser p {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
}

.teaser-socials {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.teaser-socials .social-link {
  background: var(--black);
  border-radius: 999px;
  color: var(--white);
  height: 38px;
  width: 38px;
}

.teaser-socials .social-link:hover {
  background: var(--red);
  color: var(--white);
}

.teaser-socials .social-link svg {
  height: 18px;
  width: 18px;
}

.teaser-socials .social-at {
  font-size: 18px;
  font-weight: 800;
  transform: none;
}

.sources-inline span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vote-button {
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.vote-button:hover {
  transform: translateY(-2px);
}

.vote-button.is-voted {
  background: var(--red);
}

.vote-button.is-voted strong {
  color: var(--white);
}

.vote-button.is-voted .vote-icon {
  background: var(--white);
  border-color: var(--white);
  color: var(--red);
}

.report-district-field.is-hidden {
  display: none;
}

.question-panel option,
.report-panel option {
  background: var(--white);
  color: var(--black);
}

.status-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -22px 0 26px;
}

.status-legend span {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink-2);
  font-size: 14px;
  padding: 12px 14px;
}

.status-legend strong {
  color: var(--black);
}

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

.councilor {
  align-items: center;
  grid-template-columns: 82px minmax(0, 1fr) minmax(280px, 420px);
  min-height: auto;
}

.councilor .avatar {
  align-self: start;
  height: 112px;
  width: 82px;
}

.councilor .avatar img {
  object-fit: cover;
  object-position: center 18%;
}

.councilor h3 {
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.councilor .bio {
  margin-bottom: 8px;
}

.status-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.status {
  align-items: start;
  background: transparent;
  border-radius: 0;
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr;
  justify-items: center;
  min-height: 0;
  padding: 0;
  position: relative;
  width: max-content;
  max-width: 100%;
}

.councilor .status {
  align-items: stretch;
  grid-template-rows: 34px minmax(42px, auto);
}

.status::before {
  display: none;
}

.status-icon {
  align-items: center;
  align-self: center;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  grid-column: 1;
  grid-row: 2;
  height: 24px;
  justify-content: center;
  justify-self: start;
  margin-left: 11px;
  pointer-events: none;
  width: 24px;
  z-index: 1;
}

.councilor .status-icon {
  align-self: center;
  grid-row: 2;
}

.status-icon svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 20px;
}

.status-icon-dot {
  border: 0;
}

.status-icon-dot::before {
  animation: statusRecPulse 1.35s ease-in-out infinite;
  background: var(--red);
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(227, 30, 36, 0.42);
  content: "";
  height: 9px;
  width: 9px;
}

.status small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  grid-column: 1;
  grid-row: 1;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.councilor .status small {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1.08;
  min-height: 34px;
}

.status strong {
  align-items: center;
  background: #f4f4f1;
  border: 1px solid #deded7;
  border-radius: 999px;
  color: #666;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  grid-column: 1;
  grid-row: 2;
  line-height: 1;
  min-height: 42px;
  padding: 0 16px 0 45px;
  text-transform: uppercase;
  white-space: nowrap;
  width: max-content;
  max-width: 100%;
}

.councilor .status strong {
  align-self: stretch;
  grid-row: 2;
  justify-content: center;
}

.status.undeclared strong {
  padding: 0 16px;
}

.status.not-applicable strong {
  background: #f4f4f1;
  border-color: #deded7;
  color: #777;
  font-size: 0;
  justify-content: center;
  padding: 0 22px;
  min-width: 88px;
}

.status.not-applicable strong::before {
  background: currentColor;
  border-radius: 999px;
  content: "";
  display: block;
  height: 2px;
  width: 22px;
}

.status.waiting strong {
  background: #f4f4f1;
  border-color: #deded7;
  color: #666;
}

.status.waiting .status-icon {
  color: var(--red);
}

.status.answered strong {
  background: #edfbf3;
  border-color: #b9e8c8;
  color: #008a2e;
}

.status.answered .status-icon {
  color: #008a2e;
}

.status.refused strong,
.status.no strong {
  background: #fff1f1;
  border-color: #ffc7c7;
  color: var(--red);
}

.status.refused .status-icon,
.status.no .status-icon {
  color: var(--red);
}

.status.yes strong {
  background: #edfbf3;
  border-color: #b9e8c8;
  color: #008a2e;
}

.status.yes .status-icon {
  color: #008a2e;
}

.status.unsure strong {
  background: var(--white);
  border-color: #d6d6cf;
  color: var(--black);
}

.status.unsure .status-icon {
  color: var(--black);
}

.status.abstain strong {
  background: #f7f1fb;
  border-color: #dcc8ea;
  color: #8c5ea8;
}

.status.abstain .status-icon {
  color: #8c5ea8;
}

.stream-panel-simple {
  border-top: 0;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr);
  padding-top: 0;
}

.stream-thumbnail {
  margin: 0;
  width: min(100%, 560px);
}

.stream-thumbnail img {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: block;
  height: auto;
  width: 100%;
}

.stream-timing {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stream-timing span {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  min-height: 48px;
  padding: 0 16px;
  text-transform: uppercase;
}

.date-block-inline strong {
  color: var(--red);
  font-family: var(--display);
  font-size: 40px;
  font-style: italic;
  line-height: 0.7;
  margin-right: 8px;
}

.transmission-button {
  gap: 12px;
}

.transmission-button small {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 11px;
  padding: 5px 9px;
}

.people-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 960px);
  margin-top: 30px;
}

.people-grid article {
  background: var(--paper);
  border-radius: var(--radius);
  display: grid;
  gap: 10px;
  padding: 20px;
}

.people-grid span {
  align-items: center;
  background: var(--black);
  border-radius: var(--radius);
  color: var(--white);
  display: inline-flex;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 650;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.people-grid strong {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.people-grid small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.person-card.person-featured {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  overflow: hidden;
  padding: 0;
}

.person-card img {
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
}

.person-copy {
  align-content: center;
  display: grid;
  gap: 10px;
  padding: 26px 30px;
}

.person-copy p {
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.55;
  margin: 8px 0 0;
  max-width: 640px;
}

@media (max-width: 980px) {
  .brand-site {
    font-size: 24px;
  }

  .hero-inner {
    align-content: center;
  }

  .hero-countdown {
    align-items: stretch;
    gap: 12px;
    margin-bottom: 38px;
  }

  .hero-countdown-label {
    font-size: clamp(13px, 3.2vw, 18px);
  }

  .hero-countdown-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-countdown-items span {
    min-height: 78px;
    padding: 10px 6px;
  }

  .hero-billboard-mini {
    grid-template-columns: minmax(0, max-content);
    max-width: 900px;
  }

  .mini-top {
    font-size: clamp(27px, 5.4vw, 42px);
  }

  .mini-name {
    font-size: clamp(31px, 6.2vw, 52px);
  }

  .mini-power {
    font-size: clamp(28px, 5.8vw, 46px);
  }

  .mini-question {
    font-size: clamp(96px, 13vw, 132px);
    left: calc(50% + clamp(190px, 32vw, 300px));
    top: 60%;
    transform: translateY(0) rotate(7deg);
  }

  .hero-copy {
    margin-top: 54px;
  }

  .intro-white {
    padding: 48px 22px 66px;
  }

  .intro-copy h1 {
    font-size: clamp(40px, 10vw, 66px);
  }

  .claim-strip,
  .status-variants,
  .people-grid {
    grid-template-columns: 1fr;
  }

  .person-card.person-featured {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .organizer-head {
    align-items: start;
    flex-direction: column;
  }

  .organizer-logo {
    max-width: 210px;
    width: 210px;
  }

  .person-card img {
    aspect-ratio: 4 / 3;
    display: block;
    flex: 0 0 auto;
    height: auto;
    max-height: 300px;
    min-height: 0;
    object-position: 50% 16%;
  }

  .person-card.person-featured .person-copy {
    position: relative;
    z-index: 1;
  }

  .toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .toolbar .search {
    grid-column: 1 / -1;
  }

  .councilor {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .councilor .status-row {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .hero-countdown-label {
    font-size: clamp(11px, 3.3vw, 15px);
    letter-spacing: 0.06em;
    line-height: 1.02;
    white-space: nowrap;
  }

  .hero-countdown-items {
    gap: 6px;
  }

  .hero-countdown-items strong {
    font-size: clamp(30px, 9vw, 42px);
  }

  .hero-countdown-items small {
    font-size: 10px;
  }

  .hero-billboard-mini {
    display: grid;
    grid-template-areas:
      "top"
      "name"
      "power"
      "q";
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .mini-line {
    white-space: normal;
  }

  .mini-top {
    font-size: clamp(28px, 8vw, 38px);
  }

  .mini-name {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 0.88;
  }

  .mini-power {
    font-size: clamp(30px, 8.8vw, 42px);
  }

  .mini-question {
    font-size: clamp(84px, 25vw, 126px);
    justify-self: center;
    margin-top: 28px;
    position: static;
    transform: rotate(7deg);
  }

  .intro-white {
    padding: 38px 22px 42px;
  }

  .law {
    padding-top: 28px;
    padding-bottom: 48px;
  }

  .controversy,
  .council,
  .organizer {
    padding-top: 34px;
  }

  .intro-copy h1 {
    font-size: clamp(30px, 8.6vw, 36px);
  }

  .intro-white .lead {
    font-size: 17px;
  }

  .intro-white .lead:first-child {
    font-size: 20px;
  }

  .intro-doc-actions {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
  }

  .intro-doc-actions .button {
    font-size: 12px;
    min-height: 46px;
    padding: 0 8px;
    width: 100%;
  }

  .claim-panel {
    display: none;
  }

  .status-row {
    grid-template-columns: 1fr;
  }

  .council-summary-group,
  .council-summary-group-vote {
    grid-template-columns: 1fr;
  }

  .council-summary-panel {
    gap: 10px;
  }

  .council-summary-box {
    padding: 18px 16px 20px;
  }

  .council-summary-value {
    font-size: 42px;
  }

  .council-summary-item strong {
    font-size: 11px;
  }

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

  .toolbar .search {
    grid-column: auto;
  }

  .councilor .bio {
    display: none;
  }

  .councilor .meta {
    margin-bottom: 2px;
  }

  .councilor a {
    margin-top: 5px;
  }

  .councilor .status-row {
    column-gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -4px;
    row-gap: 10px;
  }

  .councilor .status {
    grid-template-rows: 40px minmax(36px, auto);
    min-width: 0;
    width: 100%;
  }

  .councilor .status small {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1.08;
    min-height: 40px;
  }

  .councilor .status strong {
    align-self: stretch;
    font-size: clamp(10px, 2.75vw, 12px);
    grid-row: 2;
    letter-spacing: 0;
    min-height: 36px;
    justify-content: center;
    min-width: 0;
    padding: 0 10px 0 34px;
    width: 100%;
  }

  .councilor .status.undeclared strong {
    padding: 0 10px;
  }

  .councilor .status.not-applicable strong {
    padding: 0 12px;
  }

  .councilor .status-icon {
    align-self: center;
    grid-row: 2;
    height: 18px;
    margin-left: 11px;
    width: 18px;
  }

  .councilor .status-icon svg {
    height: 15px;
    width: 15px;
  }

  .councilor .status.waiting .status-icon {
    height: 18px;
    margin-left: 18px;
    width: 18px;
  }

  .councilor .status-icon-dot::before {
    height: 10px;
    width: 10px;
  }

  .controversy-teaser {
    min-height: 220px;
    padding: 22px;
  }

  .teaser-ghost {
    grid-template-columns: 58px minmax(0, 1fr) 76px;
  }

  .teaser-ghost::before {
    left: 58px;
  }

  .teaser-ghost-number {
    font-size: 42px;
  }

  .teaser-ghost-action {
    height: 70px;
    margin-right: 12px;
  }

  .controversy-teaser strong {
    font-size: clamp(25px, 7vw, 34px);
  }

  .controversy-teaser p {
    font-size: 15px;
  }

  .question-panel,
  .report-panel {
    padding-left: 30px;
    padding-right: 30px;
  }

  .report-panel-copy h2,
  .question-panel-copy h2 {
    font-size: clamp(24px, 7vw, 32px);
    hyphens: manual;
    line-height: 0.98;
    max-width: none;
    overflow-wrap: normal;
    word-break: normal;
  }

  .question-form,
  .question-form label,
  .question-panel input,
  .question-panel textarea,
  .report-panel input,
  .report-panel textarea {
    max-width: 100%;
    width: 100%;
  }

  .download-card {
    min-height: auto;
    padding: 24px;
  }

  .download-card p {
    margin-bottom: 16px;
  }

  .download-card .button {
    margin-top: 6px;
    width: 100%;
  }

  .organizer-panel {
    padding: 28px;
  }

  .organizer-copy p {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .donation-cta {
    padding: 22px 24px;
  }

  .donation-cta h3 {
    font-size: clamp(22px, 7vw, 30px);
    margin-bottom: 12px;
  }

  .donation-cta p {
    font-size: 15px;
    line-height: 1.38;
  }

  .donation-cta .eyebrow {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .donation-account {
    display: block;
  }

  .donation-account strong {
    display: block;
    font-size: clamp(13px, 3.55vw, 16px);
    line-height: 1;
    white-space: nowrap;
  }

  .donation-account strong span {
    display: inline;
  }

  .donation-account span {
    display: block;
    font-size: 13px;
    margin-top: 6px;
  }

  .person-copy {
    padding: 22px 24px;
  }

  .person-card.person-featured > img {
    max-height: 260px;
  }

  .person-copy p {
    font-size: 15px;
    line-height: 1.45;
  }

  .admin-header,
  .admin-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-actions {
    justify-content: flex-start;
  }

  .admin-form {
    grid-template-columns: 1fr;
  }

  .admin-password-row {
    grid-template-columns: 1fr;
  }

  .councilor {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .councilor .avatar {
    height: 100px;
    width: 74px;
  }

  .issue-illustration {
    height: 122px;
  }

  .issue-cover {
    max-width: none;
    width: 100%;
  }

  .issue-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stream-timing span,
  .stream-links .button {
    width: 100%;
  }
}

/* 2026-05-25: korekta panelu statystyk */
.stats-header {
  align-items: center;
}

.stats-brand {
  font-family: var(--condensed);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: 0;
}

.stats-brand span {
  color: var(--red);
}

.stats-header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.stats-panel > div {
  background: var(--white);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--black);
}

.stats-panel h2 {
  border-bottom-color: var(--line);
  color: var(--black);
}

.stats-bars {
  background: var(--white);
}

.stats-bar-value {
  color: var(--black);
}

.stats-bar-track {
  background: #f0f0e8;
  border: 1px solid #dddcd2;
}

.stats-bar-item.is-weekend .stats-bar-track {
  background: #fff4bf;
  border-color: #eadb87;
}

.stats-bar-fill {
  background: var(--red);
}

.stats-bar-label {
  color: var(--ink-2);
}

.stats-table th,
.stats-table td {
  border-bottom-color: var(--line);
}

.stats-table th {
  color: var(--muted);
}

.stats-table td {
  color: var(--ink-2);
}

@media (max-width: 980px) {
  .stats-header-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .stats-header-actions,
  .stats-header-actions .button {
    width: 100%;
  }

  .panel-section-head,
  .panel-row-actions,
  .panel-tabs {
    align-items: stretch;
    flex-direction: column;
  }

  .panel-council-head {
    display: none;
  }

  .panel-council-row,
  .panel-issue-row,
  .panel-form-grid,
  .panel-council-filters,
  .panel-editor-status,
  .panel-source-row {
    grid-template-columns: 1fr;
  }

  .panel-source-order {
    align-self: auto;
    justify-content: flex-start;
  }

  .panel-source-actions {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .panel-source-actions > .button {
    flex: 1 1 120px;
  }
}

body[data-preview-controversy] main > section:not(#kontrowersje) {
  display: none;
}

body[data-preview-controversy] .claim-panel,
body[data-preview-controversy] .claim-strip,
body[data-preview-controversy] .controversy .section-heading,
body[data-preview-controversy] .report-heading,
body[data-preview-controversy] .report-panel,
body[data-preview-controversy] .footer {
  display: none;
}

body[data-preview-controversy] .controversy {
  padding-top: clamp(36px, 6vw, 84px);
}

body[data-preview-controversy] .controversy-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

body[data-preview-controversy] .controversy-card {
  margin-top: 0;
}

@media (min-width: 561px) {
  body[data-preview-controversy] .controversy-card {
    grid-template-columns: 90px minmax(0, 1fr) minmax(178px, 198px);
  }

  body[data-preview-controversy] .controversy-card > .controversy-index {
    border-bottom: 0;
    border-right: 1px solid var(--line);
    display: flex;
    grid-column: 1;
    grid-row: 1;
    padding: 26px 0;
  }

  body[data-preview-controversy] .controversy-card > .controversy-body {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    padding: 26px 0;
  }

  body[data-preview-controversy] .controversy-card > .controversy-vote {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .controversy-card.is-open .controversy-details {
    max-height: none;
    overflow: visible;
  }

  .intro-videos {
    gap: 14px;
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .intro-videos video,
  .intro-videos.intro-videos-single video,
  .intro-videos.intro-videos-single .youtube-lite,
  .intro-videos.intro-videos-single .youtube-lite iframe,
  .organizer-video video {
    height: auto;
    max-height: none;
    object-fit: cover;
    width: 100%;
  }

  .youtube-lite {
    min-height: 420px;
  }

  .youtube-lite-play {
    bottom: 62px;
    height: 64px;
    width: 64px;
  }

  .youtube-lite-play::before {
    border-bottom-width: 12px;
    border-left-width: 18px;
    border-top-width: 12px;
    margin-left: 4px;
  }

  .youtube-lite-label {
    bottom: 22px;
  }

  .statement-card {
    grid-template-columns: 1fr;
    margin-top: 22px;
    padding: 18px;
  }

  .statement-card h2 {
    font-size: clamp(28px, 9vw, 42px);
  }

  .statement-card p:not(.eyebrow) {
    font-size: 16px;
  }

  .statement-card-thumb {
    justify-self: stretch;
    max-width: 220px;
  }

}

.hero-live .hero-inner {
  align-content: start;
  align-items: stretch;
  display: grid;
  gap: clamp(16px, 2.2vw, 28px);
  grid-template-columns: minmax(0, 1fr);
  max-width: 1280px;
  min-height: auto;
  padding-bottom: clamp(42px, 5vw, 72px);
  padding-top: clamp(92px, 9vh, 118px);
}

.hero-live-header {
  align-content: start;
  display: grid;
  gap: 12px;
  justify-items: start;
  max-width: 900px;
}

.hero-live .eyebrow,
.hero-live h1,
.hero-live .lead,
.hero-live .hero-actions {
  grid-column: auto;
  margin: 0;
}

.hero-live h1 {
  align-self: auto;
  font-size: clamp(34px, 3.7vw, 58px);
  line-height: 0.92;
  max-width: 920px;
}

.hero-live .lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(14px, 1.7vw, 21px);
  line-height: 1.2;
  max-width: 1180px;
  white-space: nowrap;
}

.hero-live .stream-links {
  margin-top: 0;
}

.hero-live-player {
  aspect-ratio: 16 / 9;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.36);
  justify-self: start;
  max-width: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero-live-player video {
  background: #000;
  display: block;
  filter: none;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  width: 100%;
}

.hero-live-fallback {
  background: rgba(0, 0, 0, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  bottom: 14px;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  left: 14px;
  line-height: 1.35;
  margin: 0;
  padding: 10px 12px;
  position: absolute;
  right: 14px;
}

.hero-live-footer {
  display: grid;
  gap: 16px;
  justify-items: start;
  max-width: none;
  width: 100%;
}

@media (max-width: 760px) {
  .hero-live .lead {
    font-size: clamp(10px, 1.85vw, 14px);
  }
}

@media (max-width: 560px) {
  .hero-live .hero-inner {
    gap: 18px;
    padding-top: 96px;
  }

  .hero-live h1 {
    font-size: clamp(31px, 10vw, 44px);
  }

}

.hero-after-vote .hero-inner {
  align-content: center;
  display: grid;
  min-height: clamp(520px, 72vh, 760px);
  padding-top: clamp(112px, 12vh, 148px);
}

.hero-after-vote-copy {
  display: grid;
  gap: 24px;
  max-width: 1060px;
}

.hero-after-vote .eyebrow,
.hero-after-vote h1,
.hero-after-vote .lead,
.hero-after-vote .hero-actions {
  grid-column: auto;
  margin: 0;
}

.hero-after-vote h1 {
  font-size: clamp(48px, 7vw, 98px);
  max-width: 1100px;
}

.hero-after-vote .lead {
  color: rgba(255, 255, 255, 0.86);
  max-width: 880px;
}

.hero-scandal::before,
.hero-scandal::after {
  display: none;
}

.hero-scandal .hero-inner {
  align-content: start;
  display: grid;
  gap: clamp(20px, 3vw, 34px);
  grid-template-columns: minmax(0, 1fr);
  max-width: 1180px;
  min-height: auto;
  padding-bottom: clamp(44px, 6vw, 80px);
  padding-top: clamp(112px, 12vh, 148px);
}

.hero-scandal-copy {
  display: grid;
  gap: 18px;
  max-width: 980px;
}

.hero-scandal .eyebrow,
.hero-scandal h1,
.hero-scandal .lead,
.hero-scandal .hero-actions {
  grid-column: auto;
  margin: 0;
}

.hero-scandal h1 {
  font-size: clamp(46px, 6.4vw, 92px);
  line-height: 1.04;
  max-width: 1080px;
}

.hero-scandal .lead {
  color: var(--red);
  font-size: clamp(19px, 1.75vw, 26px);
  font-weight: 900;
  line-height: 1.36;
  max-width: 940px;
}

.hero-scandal-video {
  justify-self: center;
  width: min(100%, 500px);
}

.hero-scandal .youtube-lite {
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
  min-height: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.hero-scandal .youtube-lite-thumb {
  transform: none;
}

.hero-scandal .youtube-lite:hover .youtube-lite-thumb {
  transform: scale(1.04);
}

.hero-scandal-text {
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 18px;
  max-width: 980px;
}

.hero-scandal-text p,
.hero-scandal-text blockquote {
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.58;
  margin: 0;
}

.hero-scandal-text blockquote {
  border-left: 4px solid var(--red);
  color: var(--white);
  font-weight: 800;
  padding-left: 18px;
}

.hero-scandal + .intro-results {
  padding-top: clamp(52px, 6vw, 82px);
}

.intro-results {
  padding-top: clamp(112px, 12vh, 148px);
}

.intro-results .intro-copy {
  gap: 22px;
  max-width: 1040px;
  width: min(100%, 1040px);
}

.intro-results .eyebrow,
.intro-results h1,
.intro-results .lead,
.intro-results .hero-actions {
  margin: 0;
}

.intro-results h1 {
  line-height: 1.12;
}

.intro-results .lead-alert,
.intro-results .lead-alert strong {
  color: var(--red);
}

.intro-results .lead-alert {
  font-size: clamp(23px, 2.3vw, 34px);
  line-height: 1.14;
  max-width: 940px;
}

.intro-results .lead:not(.lead-alert) {
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.5;
  max-width: 980px;
}

.intro-results-actions {
  margin-top: 8px;
}

.vote-results-panel h3 {
  width: min(100%, 1180px);
}

.vote-results-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 1180px);
}

.vote-result-card {
  display: grid;
  gap: 12px;
}

.vote-result-card .eyebrow {
  margin: 0;
}

.vote-result-card h4 {
  color: var(--red);
  font-size: clamp(32px, 4.1vw, 50px);
  font-weight: 900;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
}

.vote-result-card .council-summary-box {
  width: 100%;
}

.vote-result-card .council-summary-item {
  align-items: center;
  display: grid;
  gap: 6px;
  grid-template-rows: minmax(54px, auto) 28px;
  justify-items: center;
}

.vote-result-card .council-summary-value {
  align-self: end;
}

.vote-result-card .council-summary-item strong {
  align-self: start;
  min-height: 28px;
}

.vote-result-card .council-summary-group-vote {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vote-result-card .council-summary-group-single {
  grid-template-columns: minmax(0, 1fr);
}

.vote-result-card .council-summary-group-absolutorium {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step.is-failed {
  color: transparent;
}

.step.is-failed::after {
  background: #fff1f1;
  border-color: rgba(227, 30, 36, 0.28);
  color: var(--red);
  content: "\00d7";
}

.process article.is-muted {
  opacity: 0.46;
}

.process article.is-muted .step.is-failed::after {
  background: #f6eeee;
}

.process article.is-muted h3,
.process article.is-muted p {
  color: rgba(8, 8, 6, 0.56);
}

.status small {
  max-width: 18ch;
}

.status strong {
  justify-content: center;
  min-width: 86px;
  width: 100%;
}

.council-summary-item.is-absent .council-summary-value {
  color: #aaa;
}

.status.absent strong {
  background: #f4f4f1;
  border-color: #deded7;
  color: #777;
}

.status.absent .status-icon {
  color: #777;
}

.status.abstain strong {
  background: #fff8df;
  border-color: #ecd47a;
  color: #8f7200;
}

.status.abstain .status-icon {
  color: #8f7200;
}

@media (max-width: 900px) {
  .vote-results-grid {
    grid-template-columns: 1fr;
  }

  .vote-result-card .council-summary-group-vote {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vote-result-card .council-summary-group-absolutorium {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .hero-after-vote .hero-inner {
    min-height: auto;
    padding-top: 106px;
  }

  .hero-after-vote h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .vote-result-card .council-summary-box {
    padding: 16px 10px 18px;
  }

  .vote-result-card .council-summary-group-vote {
    gap: 6px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .vote-result-card .council-summary-group-absolutorium {
    gap: 6px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .vote-result-card .council-summary-value {
    font-size: clamp(34px, 12vw, 42px);
  }

  .vote-result-card .council-summary-item strong {
    font-size: clamp(8px, 2.55vw, 10px);
    line-height: 1.02;
    overflow-wrap: normal;
  }
}
