/* ========================================================================== */
/* INTEGRATED: platform and state pages */
/* ========================================================================== */

/* State Navigate civic route-planner homepage. All redesign selectors are scoped. */
.iv-page {
  --iv-max: 1320px;
  margin: 0 !important;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans);
  visibility: visible !important;
}

/* Keep the homepage typography in its authored sentence case. */
body.iv-home-page,
body.iv-home-page * {
  text-transform: none !important;
}

/* Keep display titles in the civic sans face even when legacy styles assign
   JetBrains Mono directly to nested spans. */
.iv-page h1,
.iv-page h1 * {
  font-family: var(--iv-font-sans);
}

/* Data / news experience switch and newsroom. */
.iv-page [data-experience-panel][hidden] {
  display: none !important;
}

.iv-page .iv-experience-switch {
  padding: 14px 0 0;
  background: var(--iv-page-bg);
}

.iv-page .iv-experience-switch-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 2px solid var(--iv-page-text);
}

.iv-page .iv-experience-switch button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 62px;
  padding: 8px 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--iv-page-text);
  cursor: pointer;
  font-family: var(--iv-font-sans);
  text-align: left;
}

.iv-page .iv-experience-switch button + button {
  border-left: 2px solid var(--iv-page-text);
}

.iv-page .iv-experience-switch button[aria-selected="true"] {
  background: var(--iv-orange);
  color: var(--iv-on-accent);
}

.iv-page .iv-experience-switch strong,
.iv-page .iv-experience-switch small {
  display: block;
}

.iv-page .iv-experience-switch strong {
  font-size: 18px;
  line-height: 1.1;
}

.iv-page .iv-experience-switch small {
  margin-top: 2px;
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.iv-page .iv-experience-icon {
  font-family: var(--iv-font-mono);
  font-size: 25px;
  line-height: 1;
}

.iv-page .iv-news-view {
  min-height: 80vh;
  padding: 64px 0 96px;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

.iv-page .iv-news-header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 72px;
  align-items: end;
  padding-bottom: 10px;
}

.iv-page .iv-news-header h1 {
  max-width: 750px;
  margin: 0;
}

.iv-page .iv-news-header > div > p {
  max-width: 630px;
  margin: 24px 0 0;
  color: var(--iv-neutral);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.35;
}

.iv-page .iv-news-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.45fr) minmax(150px, 0.8fr) minmax(
      150px,
      0.8fr
    );
  gap: 12px;
  align-items: stretch;
}

.iv-page .iv-news-filters label {
  display: block;
  margin: 0;
}

.iv-page .iv-news-filters input,
.iv-page .iv-news-filters select {
  display: block;
  width: 100%;
  height: 58px;
  min-height: 58px;
  margin: 0;
  padding: 0 18px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans);
  font-size: 15px;
}

.iv-page .iv-newsroom-explorer {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: end;
  gap: clamp(48px, 7vw, 112px);
  width: 100vw;
  margin: 54px 0 0 calc(50% - 50vw);
  padding: clamp(46px, 5vw, 72px) max(36px, calc((100vw - var(--iv-max)) / 2));
  border-top: 1.5px solid var(--iv-page-text);
  border-bottom: 1.5px solid var(--iv-page-text);
  background: var(--iv-strong-bg);
  color: var(--iv-strong-text);
}

.iv-page .iv-newsroom-explorer-heading {
  max-width: 820px;
  margin: 0;
}

.iv-page .iv-newsroom-explorer-heading > p:first-child {
  margin: 0 0 16px;
  color: var(--iv-accent-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.iv-page .iv-newsroom-explorer-heading h2 {
  margin: 0;
  color: var(--iv-strong-text);
}

.iv-page .iv-newsroom-explorer-heading > p:last-child {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--iv-strong-muted);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  line-height: 1.55;
}

.iv-page .iv-newsroom-route-form {
  min-width: 0;
  margin: 0;
}

.iv-page .iv-newsroom-route-form > label {
  display: block;
  margin: 0 0 10px;
  color: var(--iv-strong-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.iv-page .iv-newsroom-route-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  height: 58px;
}

.iv-page .iv-newsroom-route-form select,
.iv-page .iv-newsroom-route-form button {
  box-sizing: border-box;
  display: block;
  height: 58px !important;
  min-height: 58px;
  max-height: 58px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: 1.5px solid var(--iv-strong-text);
  border-radius: 0;
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 750;
}

.iv-page .iv-newsroom-route-form select {
  width: 100%;
  min-width: 0;
  padding: 0 42px 0 16px;
  background: var(--iv-strong-bg);
  color: var(--iv-strong-text);
}

.iv-page .iv-newsroom-route-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  margin-left: -1.5px;
  padding: 0 18px !important;
  line-height: 1;
  background: var(--iv-orange);
  color: var(--iv-on-accent);
  cursor: pointer;
  text-transform: uppercase;
}

.iv-page .iv-newsroom-route-form button span {
  margin-left: 8px;
}

.iv-page .iv-newsroom-route-form :is(select, button):focus-visible {
  position: relative;
  z-index: 1;
}

.iv-page .iv-newsroom-route-form button:hover {
  border-color: var(--iv-strong-text);
  background: var(--iv-strong-text);
}

.iv-page .iv-news-lead {
  display: grid;
  grid-template-columns: minmax(0, 2.25fr) minmax(320px, 0.75fr);
  gap: 34px;
  padding: 30px 0;
  border-top: 2px solid var(--iv-page-text);
}

.iv-page .iv-featured-story {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: 34px;
  padding-right: 34px;
  border-right: 1.5px solid var(--iv-page-text);
}

.iv-page .iv-featured-image {
  display: block;
  min-height: 390px;
  overflow: hidden;
  border: 1.5px solid var(--iv-page-text);
  background: var(--iv-neutral-2);
}

.iv-page .iv-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.iv-page .iv-featured-image:hover img {
  transform: scale(1.015);
}

.iv-page .iv-featured-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 0 10px;
}

.iv-page .iv-featured-copy > p:first-child,
.iv-page .iv-latest-rail > h2,
.iv-page .iv-story-archive-heading h2,
.iv-page .iv-story-table-head {
  margin: 0;
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.iv-page .iv-featured-copy h2 {
  margin: 18px 0 12px;
}

.iv-page .iv-featured-copy h2 a {
  color: inherit;
  text-decoration: none;
}

.iv-page .iv-featured-copy > p:not(:first-child) {
  margin: 0;
  color: var(--iv-neutral);
  font-size: 17px;
  line-height: 1.45;
}

.iv-page .iv-news-action {
  display: inline-flex;
  justify-content: space-between;
  gap: 34px;
  margin-top: auto;
  padding: 14px 18px;
  border: 1.5px solid var(--iv-page-text);
  background: var(--iv-orange);
  color: var(--iv-on-accent);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.iv-page .iv-latest-rail {
  display: flex;
  flex-direction: column;
}

.iv-page .iv-latest-rail > h2,
.iv-page .iv-latest-rail > h4 {
  margin: 18px 0 2px;
}

.iv-page .iv-latest-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--iv-rule);
}

.iv-page .iv-latest-item img {
  width: 120px;
  height: 82px;
  border: 1px solid var(--iv-page-text);
  object-fit: cover;
}

.iv-page .iv-latest-item h3 {
  margin: 0 0 8px;
}

.iv-page .iv-latest-item h3 a,
.iv-page .iv-latest-item > div > a {
  color: inherit;
  text-decoration: none;
}

.iv-page .iv-latest-item time,
.iv-page .iv-latest-item small {
  display: block;
  font-family: var(--iv-font-mono);
  font-size: 12px;
}

.iv-page .iv-latest-item > div > a {
  display: inline-block;
  margin-top: 9px;
  color: var(--iv-accent-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
}

.iv-page .iv-story-archive {
  padding-top: 28px;
}

.iv-page .iv-story-archive-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.iv-page .iv-story-archive-heading p {
  margin: 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
}

.iv-page .iv-story-table-head,
.iv-page .iv-story-row {
  display: grid;
  grid-template-columns:
    minmax(320px, 1.65fr) 130px 140px minmax(150px, 0.6fr)
    28px;
  gap: 20px;
  align-items: center;
}

.iv-page .iv-story-table-head {
  padding: 0 0 10px 140px;
  border-bottom: 1.5px solid var(--iv-page-text);
}

.iv-page .iv-story-row {
  position: relative;
  min-height: 112px;
  padding: 14px 0;
  border-bottom: 1px solid var(--iv-rule);
  color: inherit;
  text-decoration: none;
}

.iv-page .iv-story-row:hover {
  background: var(--iv-hover-orange-bg);
}

.iv-page .iv-story-primary {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.iv-page .iv-story-primary img,
.iv-page .iv-story-image-placeholder {
  width: 120px;
  height: 78px;
  border: 1px solid var(--iv-page-text);
  object-fit: cover;
}

.iv-page .iv-story-image-placeholder {
  display: grid;
  place-items: center;
  background: var(--iv-orange);
  color: var(--iv-on-accent);
  font-family: var(--iv-font-mono);
  font-weight: 800;
}

.iv-page .iv-story-primary h3 {
  margin: 0 0 6px;
}

.iv-page .iv-story-primary p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--iv-neutral);
  font-size: 13px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.iv-page .iv-story-row time,
.iv-page .iv-story-meta {
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.35;
}

.iv-page .iv-story-arrow {
  color: var(--iv-accent-text);
  font-size: 24px;
}

.iv-page .iv-news-more {
  display: block;
  min-width: 240px;
  margin: 30px auto 0;
  padding: 14px 22px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
  background: transparent;
  color: var(--iv-page-text);
  cursor: pointer;
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
}

.iv-page .iv-news-empty {
  margin: 24px 0 0;
  padding: 70px 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1050px) {
  .iv-page .iv-news-header,
  .iv-page .iv-news-lead,
  .iv-page .iv-featured-story {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-news-lead {
    padding-bottom: 0px;
  }

  .iv-page .iv-news-header {
    gap: 32px;
  }

  .iv-page .iv-newsroom-explorer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 36px;
  }

  .iv-page .iv-newsroom-route-form {
    width: min(100%, 680px);
  }

  .iv-page .iv-featured-story {
    padding-right: 0;
    padding-bottom: 28px;
    border-right: 0;
    border-bottom: 1.5px solid var(--iv-page-text);
  }

  .iv-page .iv-news-action {
    margin-top: 28px;
  }

  .iv-page .iv-story-table-head {
    display: none;
  }

  .iv-page .iv-story-row {
    grid-template-columns: minmax(0, 1fr) 120px 28px;
  }

  .iv-page .iv-story-row > .iv-story-meta:nth-of-type(2) {
    display: none;
  }
}

@media (max-width: 700px) {
  .iv-page .iv-experience-switch {
    padding-top: 8px;
  }

  .iv-page .iv-experience-switch button {
    min-height: 58px;
    padding: 8px 10px;
  }

  .iv-page .iv-experience-switch small,
  .iv-page .iv-experience-icon {
    display: none;
  }

  .iv-page .iv-news-view {
    padding: 42px 0 68px;
  }

  .iv-page .iv-news-filters {
    grid-template-columns: 1fr 1fr;
  }

  .iv-page .iv-newsroom-explorer {
    margin: 40px 0 0 calc(50% - 50vw);
    padding: 38px 16px 44px;
  }

  .iv-page .iv-newsroom-route-form select,
  .iv-page .iv-newsroom-route-form button {
    height: 54px !important;
    min-height: 54px;
    max-height: 54px;
  }

  .iv-page .iv-newsroom-route-form > div {
    height: 54px;
  }

  .iv-page .iv-newsroom-route-form button {
    min-width: 82px;
    padding-inline: 13px;
  }

  .iv-page .iv-news-search {
    grid-column: 1 / -1;
  }

  .iv-page .iv-featured-image,
  .iv-page .iv-featured-image img {
    min-height: 230px;
  }

  .iv-page .iv-story-row {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 12px;
  }

  .iv-page .iv-story-primary {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
  }

  .iv-page .iv-story-primary img,
  .iv-page .iv-story-image-placeholder {
    width: 92px;
    height: 70px;
  }

  .iv-page .iv-story-row > time,
  .iv-page .iv-story-row > .iv-story-meta {
    display: none;
  }
}

.iv-page * {
  box-sizing: border-box;
}

.iv-page .iv-home {
  overflow: clip;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

.iv-page .iv-shell {
  width: min(calc(100% - 72px), var(--iv-max));
  margin: 0 auto;
}

.iv-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 20000;
  transform: translateY(-160%);
  padding: 10px 14px;
  border: 2px solid var(--iv-ink);
  background: var(--iv-paper);
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  display: none !important;
}

.iv-page .iv-home h1,
.iv-page .iv-home h2,
.iv-page .iv-home h3,
.iv-page .iv-home p {
  margin-top: 0;
}

.iv-page .iv-home a {
  color: inherit;
}

.iv-page .iv-hero {
  position: relative;
  min-height: 640px;
  padding: clamp(48px, 5vw, 72px) 0 32px;
  border-bottom: 2px solid var(--iv-page-text);
}

#state-title {
  max-width: 1000px;
  color: var(--iv-ink);
  font-family: var(--iv-font-sans);
  font-size: clamp(50px, 5.53vw, 70px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.94;
  padding: 0px !important;
}

.iv-page .iv-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 1040px;
}

.iv-page .iv-hero-copy h1 {
  max-width: 1020px;
  margin-bottom: 22px;
  color: var(--iv-page-text);
}

.iv-page .iv-hero-copy h1 span {
  color: var(--iv-accent-text);
}

.iv-page .iv-hero-copy > p {
  max-width: 720px;
  margin-bottom: 0;
  font-family: var(--iv-font-mono);
  font-size: clamp(16px, 1.6vw, 23px);
  line-height: 1.5;
}

.iv-page .iv-route-planner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(270px, 390px) minmax(620px, 1fr);
  gap: 34px 54px;
  align-items: start;
  margin-top: clamp(42px, 5vw, 62px);
}

.iv-page .iv-state-control label,
.iv-page .iv-topic-route legend,
.iv-page .iv-state-browser > label,
.iv-page .iv-small-heading {
  display: block;
  margin: 0 0 12px;
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 6px !important;
}

.iv-page .iv-state-control select,
.iv-page .iv-state-browser input {
  width: min(100%, 280px);
  height: 44px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  box-shadow: none;
}

.iv-page .iv-state-control select {
  padding: 0 38px 0 12px;
}

.iv-page .iv-state-route-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  width: min(100%, 390px);
}

.iv-page .iv-state-route-controls select {
  width: 100%;
  min-width: 0;
  height: 44px !important;
  margin: 0 !important;
}

.iv-page .iv-state-route-controls .iv-state-go {
  width: auto;
  min-width: 88px;
  min-height: 44px;
  height: 44px;
  margin-left: -1.5px;
  padding: 0 16px;
  border: 1.5px solid var(--iv-page-text);
  gap: 10px;
  text-transform: uppercase;
}

.iv-page .iv-topic-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(94px, 1fr));
  gap: 20px;
  min-width: 0;
  margin: 0;
  padding: 37px 0 0;
  border: 0;
}

.iv-page .iv-topic-route legend {
  position: absolute;
  top: 0;
  left: 0;
}

.iv-page .iv-route-line {
  position: absolute;
  top: 60px;
  left: 8%;
  right: -6%;
  height: 4px;
  border-radius: 999px;
  background: var(--iv-page-text);
}

.iv-page .iv-route-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -9px;
  width: 22px;
  height: 22px;
  border-right: 4px solid var(--iv-page-text);
  border-bottom: 4px solid var(--iv-page-text);
  transform: rotate(-45deg);
}

.iv-page .iv-topic-stop {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--iv-page-text);
  cursor: pointer;
  text-align: center;
}

.iv-page .iv-stop-dot {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin-bottom: 13px;
  border: 3px solid var(--iv-page-text);
  border-radius: 50%;
  background: var(--iv-page-bg);
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.iv-page .iv-topic-stop:hover .iv-stop-dot {
  transform: translateY(-3px);
}

.iv-page
  .iv-route-planner.has-state-choice
  .iv-topic-stop[aria-pressed="true"]
  .iv-stop-dot {
  border-color: var(--iv-page-text);
  background: var(--iv-orange);
  box-shadow: inset 0 0 0 6px var(--iv-page-bg);
}

.iv-page .iv-topic-stop strong {
  font-family: var(--iv-font-mono);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.iv-page .iv-topic-stop small {
  max-width: 140px;
  margin-top: 6px;
  color: var(--iv-neutral);
  font-family: var(--iv-font-sans);
  font-size: 12px;
  line-height: 1.35;
}

.iv-page .iv-topic-elections strong {
  color: var(--iv-accent-text);
}
.iv-page .iv-topic-districts strong {
  color: var(--iv-blue);
}
.iv-page .iv-topic-money strong {
  color: var(--iv-green);
}
.iv-page .iv-topic-people strong {
  color: var(--iv-red);
}
.iv-page .iv-topic-votes strong {
  color: var(--iv-purple);
}

.iv-page .iv-route-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  grid-column: 1 / -1;
}

.iv-page .iv-route-actions p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  line-height: 1.45;
}

.iv-page .iv-primary-action,
.iv-page .iv-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 60px;
  border: 0;
  border-radius: 0px;
  background: var(--iv-orange);
  color: var(--iv-on-accent);
  font-family: var(--iv-font-mono);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.iv-page .iv-primary-action {
  min-width: 250px;
  padding: 0 24px;
}

.iv-page .iv-primary-action:hover,
.iv-page .iv-secondary-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 0 var(--iv-dark-wash);
}

.iv-page .iv-dispatch {
  border-bottom: 2px solid var(--iv-page-text);
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
}

.iv-page .iv-section-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
}

.iv-page .iv-section-bar h2,
.iv-page .iv-section-bar a {
  margin: 4px;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -0.03em;
  /*background: var(--iv-paper);
  border: 1.5px solid var(--iv-page-text);
  padding: 8px 16px;
  box-shadow: var(--shadow-3) var(--iv-ink);*/
}

.iv-page .iv-section-bar a {
  text-decoration: none;
}

.iv-page .iv-section-bar a:hover {
  text-decoration: none;
  color: var(--iv-paper) !important;
  background: var(--iv-ink);
  box-shadow: var(--shadow-2) var(--iv-orange-2);

  transition:
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.iv-page .iv-launch-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0 0 28px;
  list-style: none;
}

.iv-page .iv-launch-item {
  position: relative;
  min-width: 0;
  border-top: 2px solid currentColor;
  border-right: 1px solid var(--iv-light-rule);
}

.iv-page .iv-launch-item:last-child {
  border-right: 0;
}

.iv-page .iv-launch-item::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 22px;
  width: 11px;
  height: 11px;
  border: 3px solid var(--iv-paper);
  border-radius: 2px;
  background: var(--iv-blue);
  box-shadow: 0 0 0 2px currentColor;
}

.iv-page .iv-launch-item:nth-child(4)::before,
.iv-page .iv-launch-item:nth-child(5)::before {
  background: var(--iv-green);
}

.iv-page .iv-launch-item[data-favored-party]::before {
  background: var(--iv-launch-marker-color, var(--iv-data-blue));
  box-shadow: 0 0 0 2px var(--iv-launch-party-color, currentColor);
}

.iv-page .iv-launch-item.iv-candidate-change-light {
  animation: iv-candidate-change-light 850ms ease-out both;
}

.iv-page .iv-launch-item.iv-candidate-change-dark {
  animation: iv-candidate-change-dark 850ms ease-out both;
}

@keyframes iv-candidate-change-light {
  from {
    background: var(--iv-change-flash-bg);
  }
  to {
    background: transparent;
  }
}

@keyframes iv-candidate-change-dark {
  from {
    background: var(--iv-shadow-strong);
  }
  to {
    background: transparent;
  }
}

/* Homepage newsroom supplied by the immutable S3 publishing release. */
.iv-page .iv-home-newsroom {
  padding: 60px 0 60px;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

[data-theme="dark"] .iv-page .iv-home-newsroom {
  --iv-uni-black: var(--iv-page-text);
  --iv-rust: var(--iv-accent-text);
  --iv-line: var(--iv-rule);
}

.iv-page .iv-home-newsroom-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: end;
  margin-bottom: 5px;
}

.iv-page .iv-home-newsroom-heading h2 {
  margin: 0;
  color: var(--iv-page-text);
}

#iv-home-states-select {
  margin: 0;
  line-height: 0.96;
  font-weight: 500;
  padding: 30px 0px 5px;
  border-bottom: 2px solid var(--iv-ink);
  margin-bottom: 10px;
}

#iv-home-states-select span {
  color: var(--iv-orange);
}

.iv-page .iv-home-newsroom-heading > p {
  margin: 30px 0 0;
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: clamp(15px, 1.35vw, 19px);
  letter-spacing: -0.03em;
  line-height: 1.65;
}

.iv-page .iv-home-news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 24px;
  padding: 0px 18px;
}

.iv-page .iv-home-news-grid article {
  display: flex;
  min-width: 0;
}

.iv-page .iv-home-news-card {
  flex: 1 1 auto;
  min-height: 250px;
}

.iv-page .iv-home-news-card .iv-interactive-card-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.iv-page .iv-home-news-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 32px 0;
  color: var(--iv-page-text);
}

@media (max-width: 820px) {
  .iv-page .iv-home-newsroom-heading {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-home-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    padding: 0px 0px 0px;
  }
}

@media (max-width: 560px) {
  .iv-page .iv-home-news-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .iv-page .iv-home-news-card {
    min-height: 0;
  }
}

/* State newsroom pages generated at states/{state}/news.html. */
.iv-state-newsroom #iv-main {
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

.iv-state-newsroom .section-nav .news_link[aria-current="page"] {
  border-bottom-color: var(--iv-orange);
  color: var(--iv-ink);
  font-weight: 800;
}

.iv-state-newsroom.iv-district-summary
  .section-nav.computer
  .district_summary_link:not(:hover):not(:focus-visible) {
  border-bottom-color: transparent;
  color: var(--iv-neutral);
  font-weight: 400;
}

.iv-state-newsroom.iv-district-summary
  .section-nav.computer
  .news_link[aria-current="page"] {
  border-bottom-color: var(--iv-orange);
  color: var(--iv-ink);
  font-weight: 800;
}

@media (min-width: 800px) {
  .iv-state-newsroom .section-nav.phone {
    display: none !important;
  }
}

@media (max-width: 799px) {
  .iv-state-newsroom .section-nav.computer {
    display: none !important;
  }

  .iv-state-newsroom .section-nav.phone {
    display: flex !important;
  }
}

.iv-state-newsroom .iv-state-news-hero {
  padding: 40px 0 30px;
}

.iv-state-newsroom .iv-state-news-kicker,
.iv-page .iv-state-news-search label,
.iv-state-newsroom .iv-feed-meta,
.iv-state-newsroom .iv-feed-byline,
.iv-state-newsroom .iv-news-status,
.iv-state-newsroom .iv-exclusive-topic,
.iv-state-newsroom .iv-bias-column-head span {
  font-family: var(--iv-font-mono);
}

.iv-state-newsroom .iv-state-news-kicker {
  margin: 0 0 22px;
  color: var(--iv-accent-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.iv-state-newsroom .iv-state-news-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 80px;
  align-items: end;
}

.iv-state-newsroom .iv-state-news-hero h1 {
  margin: 0;
  align-self: baseline;
}

.iv-state-newsroom .iv-state-news-hero h1 span {
  color: var(--iv-accent-text);
}

.iv-state-newsroom .iv-news-briefing {
  padding: 20px 0 40px;
  background: var(--iv-page-bg);
}

.iv-state-newsroom .iv-news-briefing-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--iv-page-text);
}

.iv-state-newsroom .iv-news-briefing-header .iv-state-news-kicker {
  margin-bottom: 16px;
}

.iv-state-newsroom .iv-news-briefing-header h2 {
  margin: 0;
  max-width: 760px;
}

.iv-state-newsroom #atlas-news {
  display: inline-block;
  margin-left: 10px;
  font-family: var(--iv-font-sans);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.iv-state-newsroom .iv-news-briefing-periods {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.iv-state-newsroom .iv-news-briefing-periods button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--iv-page-text);
  background: transparent;
  color: var(--iv-page-text);
  cursor: pointer;
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: -0.02em;
  border-radius: 0;
  transition: all 0.14s ease-in-out;
}

.iv-state-newsroom .iv-news-briefing-periods button + button {
  margin-left: -1px;
}

.iv-state-newsroom .iv-news-briefing-periods button[aria-pressed="true"] {
  position: relative;
  z-index: 1;
  border-color: var(--iv-orange-2);
  background: var(--iv-orange-2);
  color: var(--iv-on-accent);
}

.iv-state-newsroom .iv-news-briefing-periods button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  box-shadow: none;
}

.iv-state-newsroom .iv-news-briefing-periods button:focus-visible {
  z-index: 2;

}
.iv-state-newsroom
  .iv-news-briefing-periods
  button:not([aria-pressed="true"]):not(:disabled):hover {
  box-shadow: 4px 4px 0 var(--iv-ink);
  background: var(--iv-orange-2);
  border-color: var(--iv-orange-2);
}

.iv-state-newsroom .iv-news-briefing-status,
.iv-state-newsroom .iv-news-briefing-meta,
.iv-state-newsroom .iv-news-briefing-sources {
  font-family: var(--iv-font-mono);
}

.iv-state-newsroom .iv-news-briefing-status {
  margin: 20px 0 0;
  color: var(--iv-neutral);
  font-size: 11px;
  display: none;
}

.iv-state-newsroom .iv-news-briefing-lead {
  max-width: 820px;
  padding: 16px 0 24px;
}

.iv-state-newsroom .iv-news-briefing-lead h3 {
  margin: 0 0 5px;
  line-height: 1.02;
}

.iv-state-newsroom .iv-news-briefing-lead p {
  max-width: min(680px, 100%);
  margin: 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-sans);
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.iv-state-newsroom .iv-news-briefing-stories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.iv-state-newsroom .iv-news-briefing-story {
  display: flex;
  min-width: 0;
  min-height: 200px;
  flex-direction: column;
  padding: 22px 22px 20px;
  border: 1.5px solid var(--iv-page-text);
  background: var(--iv-page-bg);
  box-shadow: var(--shadow-2) var(--iv-page-text);
  transition:
    background-color 140ms ease,
    color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
}

.iv-state-newsroom .iv-news-briefing-story:hover,
.iv-state-newsroom .iv-news-briefing-story:focus-within {
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
}

.iv-state-newsroom .iv-news-briefing-meta {
  margin: 0px 0px 10px;
  color: var(--iv-ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.iv-state-newsroom .iv-news-briefing-story h3 {
  padding: 0 !important;
}

.iv-state-newsroom .iv-news-briefing-story h3 a {
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  padding: 0 !important;
  color: inherit;
  text-decoration: none;
  padding: 0 !important;
  margin-bottom: 12px !important;
}

.iv-state-newsroom .iv-news-briefing-story h3 a:hover {
  color: inherit;
  text-decoration: none;
}

.iv-state-newsroom .iv-news-briefing-story:hover h3,
.iv-state-newsroom .iv-news-briefing-story:hover h3 a,
.iv-state-newsroom .iv-news-briefing-story:focus-within h3,
.iv-state-newsroom .iv-news-briefing-story:focus-within h3 a,
.iv-state-newsroom .iv-news-briefing-story:hover .iv-news-briefing-meta,
.iv-state-newsroom .iv-news-briefing-story:hover .iv-news-briefing-brief,
.iv-state-newsroom .iv-news-briefing-story:hover .iv-news-briefing-sources,
.iv-state-newsroom .iv-news-briefing-story:hover .iv-news-briefing-sources a,
.iv-state-newsroom .iv-news-briefing-story:focus-within .iv-news-briefing-meta,
.iv-state-newsroom .iv-news-briefing-story:focus-within .iv-news-briefing-brief,
.iv-state-newsroom
  .iv-news-briefing-story:focus-within
  .iv-news-briefing-sources,
.iv-state-newsroom
  .iv-news-briefing-story:focus-within
  .iv-news-briefing-sources
  a {
  color: inherit;
}

.iv-state-newsroom .iv-news-briefing-brief {
  margin: 0;
  color: var(--iv-neutral);
  font-size: 15px;
  line-height: 1.5;
  margin-top: 6px;
}

.iv-state-newsroom .iv-news-briefing-sources {
  margin: 18px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--iv-rule);
  color: var(--iv-neutral);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-family: var(--iv-font-sans);
}

.iv-state-newsroom .iv-news-briefing-sources a {
  color: inherit;
  text-decoration-color: var(--iv-orange);
  text-underline-offset: 3px;
}

.iv-state-newsroom .iv-news-briefing-note {
  margin: 28px 0 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 10px;
  line-height: 1.5;
}

.iv-state-newsroom .iv-state-news-hero-grid > div > p {
  max-width: 620px;
  margin: 0px;
  color: var(--iv-neutral);
  font-size: 18px;
  line-height: 1.35;
  font-family: var(--iv-font-sans);
  letter-spacing: -0.03em;
}

.iv-page .iv-state-news-search label {
  display: block;
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.iv-page .iv-state-news-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.iv-page .iv-state-news-search input,
.iv-page .iv-state-news-search button {
  min-height: 54px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
  transition: all 0.14s ease-in-out;
}

.iv-page .iv-state-news-search input {
  min-width: 0;
  padding: 0 16px;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  font: inherit;
}

.iv-page .iv-state-news-search button {
  margin-left: -1.5px;
  padding: 0 18px;
  background: var(--iv-orange-2);
  color: var(--iv-dark);
  cursor: pointer;
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
}

.iv-page .iv-state-news-search button:hover {
  box-shadow: 4px 4px 0 var(--iv-ink);
  background: var(--ib-paper);
  color: var(--iv-ink);
  transition: all 0.14s ease-in-out;
}

.iv-state-newsroom .iv-exclusive-story:hover {
  background: var(--iv-ink);
  color: var(--iv-paper);
}

.iv-state-newsroom .iv-state-exclusives {
  background: var(--iv-orange-2);
  padding: 40px 0 50px;
}

.iv-state-newsroom .iv-state-exclusives .iv-section-bar {
  min-height: 0;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 28px;
}

.iv-state-newsroom .iv-state-exclusives .iv-section-bar h2 {
  max-width: 760px;
  color: var(--iv-page-text);
  font-size: clamp(1.75rem, 3.4vw, 3rem);
}

.iv-state-newsroom .iv-exclusive-description {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  line-height: 1.5;
}

.iv-state-newsroom .iv-exclusives-more {
  margin: 0;
  padding: 10px;
  background: transparent;
  color: var(--iv-ink);
  cursor: pointer;
  font-family: var(--iv-font-mono);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -0.02em;
  border: 1.5px solid var(--iv-ink);
  border-radius: 0px;
  box-shadow: var(--shadow-4) var(--iv-ink);
}

.iv-state-newsroom .iv-exclusives-more:hover {
  text-decoration: none;
  transform: translate(-2px, -2px);
  transition:
    background-color 140ms ease,
    color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
  background: var(--iv-ink);
  box-shadow: 4px 4px 0 var(--iv-paper);
  color: var(--iv-paper);
}

.iv-state-newsroom .iv-exclusive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1.5px solid var(--iv-page-text);
  border-bottom: 1.5px solid var(--iv-page-text);
}

.iv-state-newsroom .iv-exclusive-story {
  display: flex;
  min-height: 100px;
  flex-direction: column;
  padding: 24px 28px 26px;
}

.iv-state-newsroom .iv-exclusive-story + .iv-exclusive-story {
  border-left: 1px solid var(--iv-ink);
}

.iv-state-newsroom .iv-exclusive-story:nth-child(3n + 1) {
  border-left: 0;
}

.iv-state-newsroom .iv-exclusive-story:nth-child(n + 4) {
  border-top: 1px solid var(--iv-ink);
}

.iv-state-newsroom .iv-exclusive-story[data-exclusive-extra][hidden] {
  display: none;
}

.iv-state-newsroom .iv-exclusive-topic {
  margin: 0 0 8px;
  color: var(--iv-ink);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.iv-state-newsroom .iv-exclusive-story h3 {
  margin: 0;
}

.iv-state-newsroom .iv-exclusive-story h3 a,
.iv-state-newsroom .iv-exclusive-action {
  color: inherit;
  text-decoration: none;
  font-weight: 650;
}

.iv-state-newsroom .iv-exclusive-action {
  display: inline-block;
  margin-top: auto;
  padding-top: 18px;
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
}

.iv-state-newsroom .iv-balanced-feed {
  padding: 60px 0;
}

.iv-state-newsroom .iv-balanced-feed-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.65fr);
  gap: 70px;
  align-items: end;
}

.iv-state-newsroom .iv-balanced-feed-heading h2 {
  margin: 0;
  max-width: 760px;
  color: var(--iv-page-text);
}

.iv-state-newsroom .iv-balanced-feed-heading h2 .iv-news-desktop-copy {
  display: block;
  font-family: var(--iv-font-sans);
}

.iv-state-newsroom .iv-balanced-feed-heading h2 .iv-news-mobile-copy {
  display: none;
}

.iv-state-newsroom .iv-balanced-feed-heading > p {
  margin: 0;
  color: var(--iv-neutral);
  font-size: 15px;
  line-height: 1.55;
}

.iv-state-newsroom .iv-news-mobile-copy,
.iv-state-newsroom .iv-mobile-feed {
  display: none;
}

.iv-state-newsroom .iv-bias-key {
  display: flex;
  gap: 9px;
  margin: 0px 0 14px;
}

.iv-state-newsroom .iv-bias-key button {
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid var(--iv-page-text);
  background: transparent;
  color: var(--iv-page-text);
  cursor: pointer;
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
  border-radius: 0;
}
.iv-state-newsroom .iv-bias-key button:hover {
  background: var(--iv-page-text);
  color: var(--iv-paper) !important;
  box-shadow: var(--shadow-4-hover) var(--iv-orange-2);

  transition:
    background-color 140ms ease,
    color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
}

.iv-state-newsroom .iv-bias-key button.iv-bias-left,
.iv-state-newsroom .iv-bias-key button.iv-bias-neutral,
.iv-state-newsroom .iv-bias-key button.iv-bias-right {
  border-color: var(--iv-bias-color);
  color: var(--iv-bias-color);
  box-shadow: var(--shadow-4) var(--iv-bias-color);
}

.iv-state-newsroom .iv-bias-key button[aria-pressed="true"] {
  border-color: var(--iv-page-text);
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
}

.iv-state-newsroom .iv-news-status {
  margin: 0 0 28px;
  color: var(--iv-neutral);
  font-size: 11px;
  display: none;
}

.iv-state-newsroom .iv-bias-feeds,
.iv-state-newsroom .iv-state-news-feed {
  display: grid;
  gap: 46px;
}

.iv-state-newsroom .iv-state-feed-group {
  min-width: 0;
}

.iv-state-newsroom .iv-state-feed-stories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 22px 8px 8px 0;
}

.iv-state-newsroom .iv-bias-column {
  min-width: 0;
}

.iv-state-newsroom .iv-bias-column + .iv-bias-column {
  border-left: 0;
}

.iv-state-newsroom .iv-bias-column-head {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 2px;
  border-top: 2px solid var(--iv-page-text);
  border-bottom: 5px solid var(--iv-bias-color);
}

.iv-state-newsroom .iv-bias-column-head h3 {
  margin: 0;
}

.iv-state-newsroom .iv-bias-column-head span {
  color: var(--iv-neutral);
  font-size: 11px;
}

.iv-state-newsroom .iv-bias-column > [data-feed] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 22px 8px 8px 0;
}

.iv-state-newsroom .iv-feed-story {
  display: flex;
  min-width: 0;
  min-height: 20px;
  padding: 20px;
  border: 1.5px solid var(--iv-page-text);
  background: var(--iv-page-bg);
  box-shadow: var(--shadow-3) var(--iv-bias-shadow);
  flex-direction: column;
}

.iv-state-newsroom .iv-feed-meta,
.iv-state-newsroom .iv-feed-byline {
  margin: 0;
  color: var(--iv-ink);
  font-size: 12px;
  line-height: 1.4;
}

.iv-state-newsroom .iv-feed-meta {
  font-weight: 800;
}

.iv-state-newsroom .iv-feed-meta-line {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
}

.iv-state-newsroom .iv-feed-lean {
  display: inline-block;
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--iv-bias-color);
  border-radius: 1px;
}

.iv-state-newsroom .iv-feed-byline {
  margin-top: auto;
  padding-top: 4px;
}

.iv-state-newsroom .iv-feed-story h4 {
  margin: 5px 0 5px;
}

.iv-state-newsroom .iv-feed-story h4 a {
  color: inherit;
  text-decoration: none;
  font-weight: 650;
  font-size: 20px;
  line-height: 1.05;
}

.iv-state-newsroom .iv-exclusive-story:hover h3,
.iv-state-newsroom .iv-exclusive-story:hover a,
.iv-state-newsroom .iv-exclusive-story:hover p {
  text-decoration: none;
  color: var(--iv-paper);
  cursor: pointer;
}

.iv-state-newsroom .iv-feed-story {
  transition:
    background-color 140ms ease,
    color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
}

.iv-state-newsroom .iv-feed-story:hover,
.iv-state-newsroom .iv-feed-story:focus-within {
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
  box-shadow: var(--shadow-3-hover) var(--iv-orange-2);
}

.iv-state-newsroom .iv-feed-story:hover .iv-feed-meta,
.iv-state-newsroom .iv-feed-story:hover .iv-feed-byline,
.iv-state-newsroom .iv-feed-story:hover .iv-feed-summary,
.iv-state-newsroom .iv-feed-story:focus-within .iv-feed-meta,
.iv-state-newsroom .iv-feed-story:focus-within .iv-feed-byline,
.iv-state-newsroom .iv-feed-story:focus-within .iv-feed-summary {
  color: inherit;
}

.iv-state-newsroom .iv-feed-story:hover h4 a,
.iv-state-newsroom .iv-feed-story:focus-within h4 a {
  color: inherit;
}

.iv-state-newsroom .iv-feed-story:hover h4,
.iv-state-newsroom .iv-feed-story:focus-within h4 {
  color: inherit;
}

.iv-state-newsroom .iv-feed-story h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.iv-state-newsroom .iv-feed-summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 12px;
  color: var(--iv-neutral);
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 6px;
}

.iv-state-newsroom .iv-news-loading {
  grid-column: 1 / -1;
  padding: 50px 0;
  color: var(--iv-neutral);
}

@media (max-width: 1050px) {
  .iv-state-newsroom .iv-state-news-hero-grid,
  .iv-state-newsroom .iv-balanced-feed-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .iv-state-newsroom .iv-state-news-hero-grid > div {
    max-width: 720px;
  }

  .iv-state-newsroom .iv-exclusive-grid {
    grid-template-columns: 1fr;
  }

  .iv-state-newsroom .iv-exclusive-story {
    min-height: 100px;
    padding: 10px;
  }

  .iv-state-newsroom .iv-exclusive-story + .iv-exclusive-story {
    border-top: 1px solid var(--iv-ink);
    border-left: 0;
  }

  .iv-state-newsroom .iv-exclusive-topic {
    margin-top: 10px;
  }

  .iv-state-newsroom .iv-bias-column > [data-feed],
  .iv-state-newsroom .iv-state-feed-stories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iv-state-newsroom .iv-news-briefing-stories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .iv-state-newsroom .iv-state-news-hero {
    padding: 20px 0 0px;
  }

  .iv-state-newsroom .iv-news-briefing-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .iv-state-newsroom .iv-news-briefing-brief {
    font-size: 14px;
  }
  .iv-state-newsroom .iv-feed-summary {
    font-size: 14px;
  }

  .iv-state-newsroom .iv-news-briefing-periods {
    width: 100%;
  }

  .iv-state-newsroom .iv-news-briefing-periods button {
    flex: 1 1 0;
  }

  .iv-page .iv-state-news-search > div {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-state-news-search button {
    margin: -1.5px 0 0;
  }

  .iv-state-newsroom .iv-state-exclusives {
    padding: 40px 0;
  }

  .iv-state-newsroom .iv-state-exclusives .iv-section-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 10px;
    padding-top: 0px;
  }

  .iv-state-newsroom .iv-news-briefing-lead p {
    font-size: 16px;
    margin-top: 5px;
  }
  .iv-state-newsroom .iv-state-news-hero-grid > div > p {
    font-size: 17px;
  }

  .iv-state-newsroom .iv-balanced-feed {
    padding: 40px 0;
  }

  .iv-state-newsroom .iv-bias-key {
    flex-wrap: wrap;
  }

  .iv-state-newsroom .iv-balanced-feed-heading h2 .iv-news-desktop-copy {
    display: block;
  }

  .iv-state-newsroom .iv-mobile-feed {
    display: none;
  }

  .iv-state-newsroom .iv-bias-feeds {
    display: grid;
    gap: 36px;
  }

  .iv-state-newsroom .iv-bias-column > [data-feed],
  .iv-state-newsroom .iv-state-feed-stories {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 18px;
  }

  .iv-state-newsroom .iv-feed-story {
    min-height: 0;
    box-shadow: var(--shadow-2) var(--iv-bias-shadow);
  }

  .iv-state-newsroom .iv-news-briefing-stories {
    grid-template-columns: 1fr;
  }

  .iv-state-newsroom .iv-news-briefing-story {
    min-height: 0;
  }
  .iv-state-newsroom .iv-news-briefing-story h3 a {
    font-size: 22px !important;
  }

  .iv-state-newsroom .iv-news-briefing-periods button {
    min-height: 38px;
  }

  .iv-state-newsroom #atlas-news {
    margin-left: 5px;
  }
}

.iv-page .iv-launch-live::before {
  background: var(--iv-orange);
}

.iv-page .iv-launch-item a {
  display: flex;
  flex-direction: column;
  min-height: 118px;
  padding: 22px 22px 0;
  color: inherit;
  text-decoration: none;
}

.iv-page .iv-launch-item a:hover strong {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.iv-page .iv-launch-item strong {
  max-width: 190px;
  margin-top: 12px;
  color: inherit;
  font-family: var(--iv-font-mono);
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: -0.025px;
}

.iv-page .iv-launch-item small,
.iv-page .iv-launch-date,
.iv-page .iv-launch-status {
  margin-top: 8px;
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.3;
}

.iv-page .iv-launch-date {
  margin-top: 0;
  color: var(--iv-page-bg);
  text-transform: uppercase;
}

.iv-page .iv-surface-dark .iv-launch-date {
  color: var(--iv-strong-muted);
}

.iv-page .iv-launch-status {
  align-self: flex-start;
  margin-top: 0;
  padding: 3px 6px;
  border: 1px solid var(--iv-orange);
  border-radius: 3px;
  color: var(--iv-page-bg);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.iv-page .iv-state-explorer,
.iv-page .iv-topic-depth,
.iv-page .iv-data-tools {
  padding: 30px 0;
}

.iv-page .iv-section-heading {
  margin-bottom: 20px;
}
.iv-page .iv-section-heading-find-state {
  padding-top: 10px;
  margin-bottom: 10px;
}

.iv-page .iv-section-heading-interactives {
  padding-top: 60px;
}

.iv-page .iv-section-heading h2 {
  margin-bottom: 0px;
  color: var(--iv-page-text);
}

.iv-page .iv-section-heading > p,
.iv-page .iv-section-heading > div > p {
  max-width: min(680px, 100%);
  margin: 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-sans);
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.iv-page .iv-state-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(54px, 7vw, 110px);
}

.iv-page .iv-state-browser {
  min-width: 0;
}

.iv-page .iv-state-browser input {
  padding: 0 12px;
}

.iv-page .iv-small-heading {
  margin-top: 34px;
}

.iv-page .iv-state-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

.iv-page .iv-state-list button {
  position: relative;
  min-height: 44px;
  padding: 8px 4px 8px 20px;
  border: 0;
  border-bottom: 1px solid var(--iv-rule);
  background: transparent;
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.iv-page .iv-state-list button::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--iv-orange);
  transform: translateY(-50%);
}

.iv-page .iv-state-list button:hover,
.iv-page .iv-state-list button[aria-current="true"] {
  color: var(--iv-accent-text);
  font-weight: 800;
}

.iv-page .iv-state-list button[hidden] {
  display: none;
}

.iv-page .iv-state-detail {
  position: relative;
  min-width: 0;
  padding-left: 15px;
  border-left: 1px solid var(--iv-rule);
  scroll-margin-top: 88px;
}

.iv-page .iv-state-detail::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 4px;
  height: 180px;
  background: linear-gradient(
    to bottom,
    var(--iv-orange),
    var(--iv-orange-2),
    var(--iv-rule)
  );
  transform-origin: top;
  animation: iv-route-grow 800ms ease both;
}

.iv-page .iv-state-detail-heading {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 34px;
}

.iv-page .iv-state-detail-heading > p {
  min-width: 48px;
  margin: 8px 0 0;
  color: var(--iv-accent-text);
  font-family: var(--iv-font-mono);
  font-size: 17px;
  font-weight: 800;
}

.iv-page .iv-state-detail h3 {
  margin: 0;
  color: var(--iv-page-text);
}

.iv-page .iv-state-detail-heading div p {
  margin: 10px 0 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 13px;
}

.iv-page .iv-state-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

.iv-page .iv-state-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  border-bottom: 1px solid var(--iv-rule);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  text-decoration: none;
}

.iv-page .iv-state-links a:hover span:first-child {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.iv-page .iv-state-links a.is-route-match {
  color: var(--iv-accent-text);
  font-weight: 800;
}

.iv-page .iv-state-links a[data-link-topic="news"] {
  grid-column: 1 / -1;
  color: var(--iv-accent-text);
  font-weight: 800;
}

.iv-page .iv-state-links em {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 4px;
  border: 1px solid var(--iv-orange);
  border-radius: 2px;
  color: var(--iv-accent-text);
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

.iv-page .iv-secondary-action {
  min-width: 230px;
  margin-top: 32px;
  padding: 0 20px;
}

.iv-page .iv-home :is(a.iv-primary-action, a.iv-secondary-action) {
  color: var(--iv-on-accent);
}

.iv-page .iv-topic-depth {
  background: var(--iv-topic-depth-bg);
}

.iv-page .iv-surface-dark {
  border-top: 2px solid var(--iv-light);
  background: var(--iv-strong-bg);
  color: var(--iv-page-text);
}

.iv-page .iv-surface-dark .iv-tool-links a,
.iv-page .iv-surface-dark .iv-tool-links a strong,
.iv-page .iv-surface-dark .iv-section-bar h2,
.iv-page .iv-surface-dark .iv-section-bar a,
.iv-page .iv-surface-dark .iv-launch-item {
  color: var(--iv-page-text);
}

.iv-page .iv-surface-dark .iv-tool-links .iv-topic-money strong {
  color: var(--iv-green);
}

.iv-page #state-finance-section {
  padding: 60px 0px;
  background: var(--iv-paper);
  --iv-finance-text: var(--iv-ink);
  --iv-finance-muted: color-mix(in srgb, var(--iv-ink) 84%, var(--iv-neutral));
  /* Use the darker-theme mint green on the light neutral surface. */
  --iv-finance-money: #7fc0a8;
  color: var(--iv-finance-text);
  border-bottom: 2px solid var(--iv-ink);
}

.iv-page #state-finance-section .iv-section-heading h2,
.iv-page #state-finance-section .iv-section-heading > p,
.iv-page #state-finance-section .iv-section-heading > div > p,
.iv-page #state-finance-section .iv-tool-links a,
.iv-page #state-finance-section .iv-tool-links a strong,
.iv-page #state-finance-section .iv-section-bar h2,
.iv-page #state-finance-section .iv-section-bar a,
.iv-page #state-finance-section .iv-launch-item,
.iv-page #state-finance-section .iv-launch-item strong {
  color: var(--iv-finance-text);
}

.iv-page #state-finance-section .iv-section-heading > p,
.iv-page #state-finance-section .iv-section-heading > div > p,
.iv-page #state-finance-section .iv-tool-links span,
.iv-page #state-finance-section .iv-launch-item small,
.iv-page #state-finance-section .iv-launch-date,
.iv-page #state-finance-section .iv-launch-status {
  color: var(--iv-finance-muted);
}

.iv-page #state-finance-section .iv-tool-links .iv-topic-money strong {
  color: var(--iv-finance-money);
  font-family: var(--iv-font-mono);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.iv-page #state-finance-section .iv-section-bar a {
  background: var(--iv-finance-money);
  padding: 6px;
  font-family: var(--iv-font-mono);
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 12px;
  white-space: nowrap;
}

#state-finance-donations {
  font-family: var(--iv-font-mono);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.iv-page #state-finance-section .iv-section-bar a {
  color: var(--iv-finance-text);
}

.iv-page #state-finance-section .iv-launch-list {
  padding-bottom: 0;
}

.iv-page #state-finance-section.is-coming-soon .iv-finance-coming-soon {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  min-height: 112px;
  padding: 28px 0;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.iv-page #state-finance-section.is-coming-soon .iv-finance-coming-soon strong {
  color: var(--iv-finance-money);
  font-family: var(--iv-font-sans);
  font-size: clamp(28px, 3.6vw, 48px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.iv-page #state-finance-section.is-coming-soon .iv-finance-coming-soon span {
  max-width: 460px;
  color: var(--iv-finance-muted);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  line-height: 1.45;
  text-align: right;
}

.iv-page .iv-surface-muted {
  background: var(--iv-surface-muted-bg);
}

[data-theme="dark"] .iv-page .iv-surface-dark {
  background: var(--iv-strong-bg);
}

[data-theme="dark"] .iv-page #state-finance-section {
  background: var(--iv-neutral);
  --iv-finance-text: var(--iv-dark);
  --iv-finance-muted: color-mix(in srgb, var(--iv-dark) 84%, var(--iv-neutral));
  /* Use the lighter-theme forest green on the dark neutral surface. */
  --iv-finance-money: #2e7d66;
  color: var(--iv-finance-text);
}

.iv-page .iv-section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  max-width: none;
}
.iv-page .iv-section-heading-row-finance {
  border-bottom: none !important;
  margin-bottom: 0;
}
.iv-page .iv-route-summary {
  flex: 0 0 auto;
  padding-bottom: 8px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--iv-font-mono);
  font-size: 13px;
}

.iv-page .iv-route-summary-floating {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 9999;
  display: block;
  width: max-content;
  margin: 0;
  padding: 9px 11px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  box-shadow: 5px 5px 0 var(--iv-ink);
  font-size: 11px;
  line-height: 1.25;
  pointer-events: none;
}

.iv-page .iv-route-summary-floating[hidden] {
  display: none;
}

.iv-page .iv-map-status-source {
  display: none;
}

.iv-page .iv-topic-panels {
  border-top: 2px solid var(--iv-page-text);
}

.iv-page .iv-topic-panel {
  border-bottom: 1px solid var(--iv-page-text);
}

.iv-page .iv-topic-panel-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 82px;
  padding: 12px 4px;
  border: 0;
  background: transparent;
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans);
  font-size: clamp(21px, 2.4vw, 34px);
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.iv-page .iv-topic-panel-toggle b {
  display: inline-block;
  width: 52px;
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 16px;
}

.iv-page .iv-topic-panel:nth-child(1) .iv-topic-panel-toggle b {
  color: var(--iv-accent-text);
}

.iv-page .iv-topic-panel-toggle > span:last-child {
  transition: transform 180ms ease;
}

.iv-page .iv-topic-panel.is-active .iv-topic-panel-toggle > span:last-child {
  transform: rotate(180deg);
}

.iv-page .iv-topic-panel-content {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
  padding: 4px 4px 36px 56px;
}

.iv-page.iv-js .iv-topic-panel-content {
  display: none;
}

.iv-page.iv-js .iv-topic-panel.is-active .iv-topic-panel-content {
  display: grid;
}

.iv-page .iv-topic-panel-content > p {
  margin-bottom: 0;
  color: var(--iv-neutral);
  font-size: 17px;
  line-height: 1.5;
}

.iv-page .iv-topic-panel-content nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.iv-page .iv-topic-panel-content nav.is-single {
  grid-template-columns: minmax(220px, 0.7fr);
}

.iv-page .iv-topic-panel-content.is-empty {
  grid-template-columns: 1fr;
}

.iv-page .iv-topic-panel-content nav a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.iv-page .iv-topic-panel-content nav a:hover {
  color: var(--iv-accent-text);
}

.iv-page .iv-atlas {
  padding: clamp(62px, 7vw, 94px) 0;
  background: var(--iv-dark);
  color: var(--iv-light);
}

.iv-page .iv-atlas-layout {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.iv-page .iv-atlas h2 {
  margin-bottom: 10px;
  color: var(--iv-light);
}

.iv-page .iv-atlas h2 span {
  display: block;
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}

.iv-page .iv-atlas p {
  max-width: 280px;
  margin-bottom: 0;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 13px;
}

.iv-page .iv-atlas-layout > a {
  display: flex;
  flex-direction: column;
  min-height: 176px;
  padding-left: 34px;
  border-left: 1px solid var(--iv-light-rule);
  color: var(--iv-light);
  text-decoration: none;
}

.iv-page .iv-atlas-layout > a strong {
  margin-bottom: 28px;
  color: var(--iv-strong-text);
  font-family: var(--iv-font-sans);
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.iv-page .iv-atlas-layout > a span {
  max-width: 370px;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  line-height: 1.5;
}

.iv-page .iv-atlas-layout > a:hover strong {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.iv-page .iv-tool-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid var(--iv-page-text);
  border-bottom: 2px solid var(--iv-page-text);
  margin-top: 20px;
}

.iv-page .iv-tool-links a {
  display: flex;
  flex-direction: column;
  min-height: 120px;
  padding: 28px;
  border-right: 1px solid var(--iv-rule);
  text-decoration: none;
}

.iv-page .iv-tool-links a:last-child {
  border-right: 0;
}

.iv-page .iv-tool-links strong {
  font-family: var(--iv-font-sans);
  font-size: clamp(24px, 2.8vw, 38px);
  letter-spacing: -0.035em;
}

.iv-page .iv-tool-links span {
  margin-top: auto;
  color: var(--iv-neutral);
  font-family: var(--iv-font-sans);
  font-size: 14px;
  letter-spacing: -0.025em;
}

.iv-page .iv-tool-links a:hover strong {
  color: var(--iv-accent-text);
}

.iv-page .iv-interactive-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  padding-top: 18px;
  border-top: 2px solid var(--iv-page-text);
}

.iv-page .iv-interactive-cards.is-scrollable {
  grid-template-columns: none;
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 96px) / 5);
  padding-bottom: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.iv-page .iv-interactive-cards.is-scrollable::-webkit-scrollbar {
  display: none;
}

.iv-page .iv-interactive-card {
  display: flex;
  min-height: 176px;
  padding: 24px;
  border: 2px solid var(--iv-page-text);
  border-radius: 2px;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  box-shadow: var(--shadow-1) var(--iv-page-text);
  flex-direction: column;
  text-decoration: none;
  transition:
    background-color 140ms ease,
    color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
  scroll-snap-align: start;
}

.iv-page .iv-interactive-card:hover,
.iv-page .iv-interactive-card:focus-visible {
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
  box-shadow: var(--shadow-1-hover) var(--iv-orange-2);
}
.iv-page .iv-interactive-card:hover .iv-interactive-card-cta,
.iv-page .iv-interactive-card:focus-visible .iv-interactive-card-cta {
  color: var(--iv-orange-2);
}

.iv-page .iv-interactive-card-meta,
.iv-page .iv-interactive-card-cta {
  color: inherit;
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.iv-page .iv-interactive-card strong {
  margin-top: 16px;
  color: inherit;
  font-family: var(--iv-font-sans);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.iv-page .iv-interactive-card-description {
  margin-top: 8px;
  color: var(--iv-ink);
  font-family: var(--iv-font-sans);
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.iv-page .iv-interactive-card:hover .iv-interactive-card-description,
.iv-page .iv-interactive-card:focus-visible .iv-interactive-card-description {
  color: inherit;
}

.iv-page .iv-interactive-card-cta {
  margin-top: auto;
  padding-top: 16px;
  color: var(--iv-accent-text);
}

.iv-page #state-interactives-section .iv-section-heading {
  margin-bottom: 20px;
}

.iv-page .iv-interactive-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: -10px 0 14px;
}

.iv-page .iv-interactive-controls[hidden] {
  display: none;
}

.iv-page .iv-interactive-controls button {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
  font-family: var(--iv-font-mono);
  font-size: 18px;
}

.iv-page .iv-interactive-controls button:hover:not(:disabled),
.iv-page .iv-interactive-controls button:focus-visible {
  background: var(--iv-orange);
  color: var(--iv-on-accent);
}

.iv-page .iv-interactive-controls button:disabled {
  cursor: default;
  opacity: 0.32;
}

.iv-page .iv-footer {
  padding: clamp(70px, 8vw, 112px) 0 28px;
  background: var(--iv-dark);
  color: var(--iv-light);
  font-family: var(--iv-font-sans);
}

.iv-page .iv-footer a {
  color: inherit;
}

.iv-page .iv-footer-lead {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1.2fr) auto;
  gap: clamp(38px, 6vw, 88px);
  align-items: end;
}

.iv-page .iv-footer-logo {
  display: inline-block;
  color: var(--iv-light);
  font-family: var(--iv-font-mono);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.95;
  text-decoration: none;
  white-space: nowrap;
}

.iv-page .iv-footer-logo:hover {
  color: var(--iv-orange-2);
}

.iv-page .iv-footer-lead > p {
  max-width: 600px;
  margin: 0;
  color: var(--iv-light);
  font-size: clamp(25px, 3.1vw, 44px);
  font-weight: 450;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.iv-page .iv-footer-actions {
  display: grid;
  gap: 10px;
  min-width: 230px;
}

.iv-page .iv-footer-actions a {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 12px;
  font-family: var(--iv-font-sans);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid var(--iv-ink);
}

.iv-page .iv-footer-actions a:first-child {
  color: var(--iv-orange-2);
}

.iv-page .iv-latest-rail .iv-footer-actions a:first-child {
  color: var(--iv-accent-text);
}

.iv-page .iv-footer-rule {
  position: relative;
  height: 28px;
  margin: clamp(48px, 6vw, 78px) 0 42px;
}

.iv-page .iv-footer-rule::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--iv-light-muted);
}

.iv-page .iv-footer-rule::after,
.iv-page .iv-footer-rule span {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid var(--iv-light);
  border-radius: 50%;
  background: var(--iv-orange-2);
  transform: translateY(-50%);
}

.iv-page .iv-footer-rule::after {
  left: 0;
}

.iv-page .iv-footer-rule span {
  right: 0;
  background: var(--iv-green);
}

.iv-page .iv-footer-directory {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr 1.3fr;
  gap: clamp(30px, 5vw, 76px);
}

.iv-page .iv-footer-directory nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.iv-page .iv-footer-directory h2 {
  margin: 0 0 9px;
  color: var(--iv-light-muted);
}

.iv-page .iv-footer-directory nav a,
.iv-page .iv-footer-note > a {
  font-family: var(--iv-font-mono);
  font-size: 13px;
  text-decoration: none;
}

.iv-page .iv-footer-note {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.iv-page .iv-footer-note p {
  margin: 0 0 28px;
  color: var(--iv-light);
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.iv-page .iv-footer-note > a {
  color: var(--iv-orange-2);
}

.iv-page .iv-footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(54px, 7vw, 88px);
  padding-top: 22px;
  border-top: 1px solid var(--iv-light-rule);
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 11px;
}

.iv-page .iv-footer-legal p {
  margin: 0;
}

.iv-page .iv-news-lead .iv-state-news-search {
  width: min(100%, 620px);
  margin-left: auto;
}

#mapSVG {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.iv-page #state-map-link .state-map-preloaded {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 600px;
  margin: 10px auto;
}

.iv-page #state-map-link .state-map-fallback-text {
  fill: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

@keyframes iv-route-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@media (max-width: 1100px) {
  .iv-page .iv-interactive-cards:not(.is-scrollable) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iv-page .iv-shell {
    width: min(calc(100% - 44px), var(--iv-max));
  }

  .iv-page .iv-route-planner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .iv-page .iv-state-control {
    max-width: 460px;
  }

  .iv-page .iv-route-actions {
    grid-column: auto;
  }

  .iv-page .iv-state-layout {
    gap: 50px;
  }

  .iv-page .iv-launch-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .iv-page .iv-launch-item:nth-child(3) {
    border-right: 0;
  }

  .iv-page .iv-launch-item:nth-child(n + 4) {
    margin-top: 28px;
  }

  .iv-page .iv-atlas-layout {
    grid-template-columns: 0.7fr 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 820px) {
  .iv-page .iv-news-lead > article #state-map-link {
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
  }

  .iv-page #state-map-link .state-map-preloaded,
  .iv-page #state-map-link #mapSVG {
    width: 100%;
    max-width: none;
  }

  .iv-page .iv-interactive-cards {
    grid-template-columns: none;
    grid-template-rows: repeat(2, minmax(150px, auto));
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 280px);
    gap: 20px;
    padding: 18px 10px 12px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .iv-page .iv-interactive-cards.is-scrollable {
    grid-template-rows: repeat(2, minmax(150px, auto));
    grid-auto-columns: min(78vw, 280px);
  }

  .iv-page .iv-interactive-cards::-webkit-scrollbar {
    display: none;
  }

  .iv-page .iv-interactive-card {
    min-height: 160px;
  }

  .iv-page .iv-home-news-card {
    min-height: 0;
  }

  .iv-page .iv-shell {
    width: min(calc(100% - 32px), var(--iv-max));
  }

  .iv-page .iv-home {
    background: var(--iv-page-bg);
  }

  .iv-page .iv-hero {
    min-height: auto;
    padding: 58px 0 44px;
  }

  .iv-page .iv-route-planner {
    margin-top: 52px;
  }

  .iv-page .iv-topic-route {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 0 0 44px;
  }

  .iv-page .iv-topic-route legend {
    position: static;
    margin-left: -44px;
  }

  .iv-page .iv-route-line {
    top: 43px;
    bottom: 26px;
    left: 22px;
    right: auto;
    width: 3px;
    height: auto;
  }

  .iv-page .iv-state-detail::before {
    background: linear-gradient(
      to right,
      var(--iv-orange),
      var(--iv-orange-2),
      var(--iv-rule)
    );
    transform-origin: left;
  }

  .iv-page .iv-route-line::after {
    right: -9px;
    top: auto;
    bottom: 0;
    transform: rotate(45deg);
  }

  .iv-page .iv-topic-stop {
    flex-direction: row;
    align-items: center;
    min-height: 62px;
    gap: 14px;
    text-align: left;
  }

  .iv-page .iv-stop-dot {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    margin: 0;
  }

  .iv-page .iv-topic-stop small {
    max-width: none;
    margin: 0 0 0 auto;
    text-align: right;
  }

  .iv-page .iv-route-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .iv-page .iv-primary-action {
    width: 100%;
  }

  .iv-page .iv-section-bar {
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
  }

  .iv-page .iv-section-bar a {
    font-size: 11px;
  }

  .iv-page .iv-launch-list {
    display: flex;
    gap: 0;
    margin-right: -16px;
    padding-bottom: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .iv-page .iv-launch-item {
    flex: 0 0 min(78vw, 290px);
    margin-top: 0 !important;
    scroll-snap-align: start;
  }

  .iv-page #state-finance-leaders .iv-launch-item a {
    min-height: 60px;
    padding: 9px 14px 8px;
  }

  .iv-page #state-finance-leaders .iv-launch-item strong {
    margin-top: 3px;
    font-size: 17px;
  }

  .iv-page #state-finance-leaders .iv-launch-date,
  .iv-page #state-finance-leaders .iv-launch-item small {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.2;
  }

  .iv-page #state-finance-section.is-coming-soon .iv-finance-coming-soon {
    display: block;
    min-height: 0;
    padding: 22px 0;
  }

  .iv-page #state-finance-section.is-coming-soon .iv-finance-coming-soon strong,
  .iv-page #state-finance-section.is-coming-soon .iv-finance-coming-soon span {
    display: block;
    text-align: left;
  }

  .iv-page #state-finance-section.is-coming-soon .iv-finance-coming-soon span {
    margin-top: 10px;
  }

  .iv-page .iv-state-layout {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-state-detail {
    padding: 38px 0 0;
    border-top: 1px solid var(--iv-rule);
    border-left: 0;
  }

  .iv-page .iv-state-detail::before {
    top: -2px;
    left: 0;
    width: 112px;
    height: 5px;
    transform-origin: left;
    animation-name: iv-route-grow-horizontal;
  }

  .iv-page .iv-state-links {
    gap: 0 22px;
  }

  .iv-page .iv-section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .iv-page .iv-topic-panel-content {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-left: 4px;
  }

  .iv-page .iv-topic-panel-content nav,
  .iv-page .iv-atlas-layout {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-atlas-layout > a {
    min-height: 140px;
    padding: 30px 0 0;
    border-top: 1px solid var(--iv-light-rule);
    border-left: 0;
  }

  .iv-page .iv-atlas-layout > a strong {
    margin-bottom: 18px;
  }

  .iv-page .iv-tool-links {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-tool-links a {
    min-height: 100px;
    border-right: 0;
    border-bottom: 1px solid var(--iv-rule);
    padding: 18px;
  }

  .iv-page .iv-tool-links a:last-child {
    border-bottom: 0;
  }

  .iv-page .iv-forecast-access-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .iv-page .iv-forecast-access > p {
    margin-bottom: 34px;
  }

  .iv-page .iv-forecast-access-actions {
    gap: 14px 24px;
  }

  .iv-page .iv-footer-lead {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .iv-page .iv-footer-actions {
    width: 100%;
  }

  .iv-page .iv-footer-directory {
    grid-template-columns: 1fr 1fr;
  }

  .iv-page .iv-footer-note {
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 700px) {
  .iv-page .iv-news-lead > article #state-map-link {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (max-width: 600px) {
  .iv-page #state-map-link .state-map-preloaded {
    height: min(600px, 100vw);
  }
}

@keyframes iv-route-grow-horizontal {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 520px) {
  .iv-page .iv-news-lead > article #state-map-link {
    width: calc(100% + 28px);
    margin-right: -14px;
    margin-left: -14px;
  }

  .iv-page .iv-hero-copy > p {
    font-size: 14px;
  }

  .iv-page .iv-topic-stop small {
    display: none;
  }

  .iv-page .iv-state-list,
  .iv-page .iv-state-links {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-state-detail-heading > p {
    display: none;
  }

  .iv-page .iv-state-explorer,
  .iv-page .iv-topic-depth,
  .iv-page .iv-data-tools {
    padding: 20px 0 0px;
  }

  #state-finance-section {
    padding: 40px 0px !important;
  }

  .iv-page .iv-topic-panel-toggle {
    font-size: 20px;
  }

  .iv-page .iv-topic-panel-toggle b {
    width: 42px;
  }

  .iv-page .iv-footer-directory {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .iv-page *,
  .iv-page *::before,
  .iv-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.iv-page .iv-home-record {
  padding: 40px 0;
  border-top: 2px solid #242220;
  background: var(--iv-neutral-2);
}

.iv-page .iv-home-record-heading {
  display: grid;
  grid-template-columns: minmax(130px, 0.35fr) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  padding-bottom: 15px;
}

.iv-page .iv-home-record-kicker,
.iv-page .iv-home-record-heading h2 {
  margin: 0;
}

.iv-page .iv-home-record-kicker,
.iv-page .iv-home-citations-label {
  font-family: var(--iv-font-sans);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.iv-page .iv-home-record-kicker {
  padding-bottom: 8px;
  text-transform: uppercase;
}

.iv-page .iv-home-record-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.iv-page .iv-home-record-stats p {
  min-width: 0;
  margin: 0;
  padding: clamp(28px, 4vw, 56px) clamp(18px, 3vw, 42px);
}

.iv-page .iv-home-record-stats p:first-child {
  padding-left: 0;
}

.iv-page .iv-home-record-stats p + p {
  border-left: 1px solid #aaa9a4;
}

.iv-page .iv-home-record-stats strong,
.iv-page .iv-home-record-stats span {
  display: block;
}

.iv-page .iv-home-record-stats strong {
  margin-bottom: 12px;
  color: var(--iv-orange);
  font-family: var(--iv-font-mono);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.9;
}

.iv-page .iv-home-record-stats span {
  max-width: 270px;
  font-family: var(--iv-font-snas);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.iv-page .iv-home-citations {
  display: grid;
  grid-template-columns: minmax(80px, 0.1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding-top: clamp(26px, 4vw, 42px);
}

.iv-page .iv-home-citations-label {
  margin: 0;
  text-transform: uppercase;
}

.iv-page .iv-home-citation-rotator {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #aaa9a4;
  border-bottom: 1px solid #aaa9a4;
  list-style: none;
}

.iv-page .iv-home-citation-site {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 124px;
  padding: 20px;
  color: inherit;
  font-family: var(--iv-font-sans);
  font-size: clamp(20px, 2.1vw, 26px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  will-change: opacity, transform;
}

.iv-page .iv-home-citation-site:first-child {
  padding-left: 0;
}

.iv-page .iv-home-citation-site + .iv-home-citation-site {
  border-left: 1px solid #aaa9a4;
}

.iv-page .iv-home-citation-site.is-exiting {
  opacity: 0;
  transform: translateY(4px);
}

.iv-page .iv-home-citation-site.is-entering {
  opacity: 0;
  transform: translateY(-4px);
  transition: none;
}

:root[data-theme="dark"]
  .iv-page
  .iv-home-record
  :is(
    .iv-home-record-kicker,
    .iv-home-record-stats span,
    .iv-home-citations-label
  ) {
  color: #242220;
}

@media (max-width: 760px) {
  .iv-page .iv-home-record-heading,
  .iv-page .iv-home-citations {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .iv-page .iv-home-record-stats {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-home-record-stats p,
  .iv-page .iv-home-record-stats p:first-child {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 0;
  }

  .iv-page .iv-home-record-stats p + p {
    border-top: 1px solid #aaa9a4;
    border-left: 0;
  }

  .iv-page .iv-home-record-stats strong {
    margin: 0;
    font-size: 40px;
  }

  .iv-page .iv-home-citation-rotator {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iv-page .iv-home-citation-site {
    min-height: 82px;
    padding: 16px 12px;
    font-size: 18px;
  }

  .iv-page .iv-home-citation-site:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .iv-page .iv-home-record-kicker,
  .iv-page .iv-home-citations-label {
    font-size: 18px;
  }

  .iv-page .iv-home-citation-site:nth-child(n + 3) {
    border-top: 1px solid #aaa9a4;
  }
}

/* Virginia Chaz concept: top forecast rail, district CTA, and supporter wheel. */
.iv-results-head h3 {
  color: var(--iv-ink);
}

.iv-rail {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.iv-forecast,
.iv-news {
  min-width: 0;
}

.iv-rail-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 5px;
  padding-bottom: 11px;
  border-bottom: 2px solid var(--iv-ink);
}

.iv-rail-heading h2,
.iv-rail-heading a,
.iv-news > h2 {
  margin: 0;
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.iv-rail-heading a {
  color: var(--iv-accent-text);
  font-size: 11px;
}

.iv-forecast-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 18px;
  padding: 18px 6px;
  border-bottom: 1px solid var(--iv-rule);
  color: var(--iv-ink);
  text-decoration: none;
}

.iv-forecast-row[hidden] {
  display: none;
}

.iv-forecast-row > span,
.iv-forecast-row small {
  font-family: var(--iv-font-mono);
}

.iv-forecast-row > span {
  font-size: 12px;
  font-weight: 800;
}

.iv-forecast-row strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  font-size: 18px;
  letter-spacing: -0.03em;
  font-family: var(--iv-font-mono);
  font-weight: 800;
}

.iv-forecast-row strong[data-party="D"] {
  color: var(--iv-blue);
}
.iv-forecast-row strong[data-party="R"] {
  color: var(--iv-red);
}

.iv-forecast-row small {
  overflow: hidden;
  color: var(--iv-neutral);
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iv-forecast-row:hover {
  background: var(--iv-ink);
}

.iv-forecast-row:hover > span,
.iv-forecast-row:hover strong,
.iv-forecast-row:hover small {
  color: var(--iv-paper);
  transition: all 0.14s ease-in-out;
}

.iv-forecast-locked[hidden],
.iv-forecast-access[hidden] {
  display: none;
}

.iv-page .iv-forecast-access {
  padding: 0;
  color: var(--iv-page-text);
}

.iv-page .iv-forecast-access-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 0 0 14px;
  border-bottom: 2px solid var(--iv-page-text);
}

.iv-page .iv-forecast-access-heading h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
}

.iv-page .iv-forecast-access-heading > span {
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.iv-page .iv-forecast-access > p {
  max-width: 960px;
  margin: 12px 0 62px;
  color: var(--iv-neutral);
  font-family: var(--iv-font-sans);
  font-size: clamp(20px, 2.5vw, 34px);
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.iv-page .iv-forecast-access-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 42px;
}

.iv-page .iv-forecast-access-actions a {
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.iv-page .iv-forecast-access-actions a:hover {
  color: var(--iv-accent-text);
}

.iv-forecast-locked > p {
  margin: 18px 0 22px;
  color: var(--iv-neutral);
  font-size: 14px;
  line-height: 1.5;
}

.iv-forecast-locked-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.iv-forecast-locked-actions a {
  color: var(--iv-accent-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.iv-forecast-locked-actions a:hover {
  color: var(--iv-ink);
}

/* Forecast overview lock: use the same dark member-access composition as the
   randomized forecast card, while keeping the upgrade path available. */
.iv-page .iv-forecast-overview-lock {
  display: grid;
  gap: clamp(24px, 3vw, 40px);
  padding: clamp(24px, 4vw, 54px);
  color: var(--iv-strong-text);
}

.iv-page #state-forecast-section.is-forecast-locked {
  background: var(--iv-strong-bg);
  color: var(--iv-strong-text);
}

.iv-page
  #state-forecast-section.is-forecast-locked
  .iv-section-heading
  :is(h2, p) {
  color: var(--iv-strong-text);
}

.iv-page #state-forecast-section.is-forecast-locked .iv-section-heading p {
  color: color-mix(in srgb, var(--iv-strong-text) 68%, var(--iv-strong-bg));
}

.iv-page .iv-forecast-member-card {
  display: flex;
  min-height: clamp(520px, 64vw, 820px);
  padding: clamp(24px, 3.2vw, 42px);
  border: 2px solid var(--iv-strong-text);
  background: var(--iv-neutral-2);
  flex-direction: column;
}

.iv-page .iv-forecast-member-card .iv-live-data-lock-icon {
  width: 80px;
  height: 80px;
  margin: 0;
  border: 3px solid var(--iv-strong-text);
  color: var(--iv-accent-text);
  font-size: 28px;
}

.iv-page .iv-forecast-member-copy {
  max-width: 680px;
  margin-top: auto;
}

.iv-page .iv-forecast-member-copy .iv-live-eyebrow {
  margin: 0 0 18px;
  color: var(--iv-ink);
  font-size: clamp(14px, 1.5vw, 19px);
}

.iv-page .iv-forecast-member-copy h3 {
  margin: 0;
  color: var(--iv-ink);
  font-size: clamp(46px, 6vw, 84px);
  line-height: 0.98;
}

.iv-page .iv-forecast-member-copy .iv-live-data-lock-message {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--iv-ink);
  font-size: clamp(15px, 1.55vw, 22px);
  line-height: 1.5;
}

.iv-page .iv-forecast-member-actions {
  display: grid;
  gap: 16px;
}

.iv-page .iv-forecast-member-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(18px, 2vw, 28px);
  background: var(--iv-orange-2);
  color: var(--iv-dark) !important;
  font-family: var(--iv-font-mono);
  font-size: clamp(16px, 1.8vw, 23px);
  text-decoration: none;
  box-shadow: var(--shadow-2) 0 var(--iv-strong-text);
}

.iv-page .iv-forecast-member-cta strong {
  color: var(--iv-dark) !important;
}

.iv-page .iv-forecast-member-cta:hover {
  background: var(--iv-ink);
  color: var(--iv-paper) !important;
  box-shadow: 6px 6px 0 var(--iv-orange-2);
}
.iv-page .iv-forecast-member-cta:hover strong {
  color: var(--iv-paper) !important;
}

.iv-page .iv-forecast-member-upgrade {
  justify-self: start;
  color: var(--iv-strong-text);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.iv-page .iv-forecast-member-upgrade:hover {
  color: var(--iv-accent-text);
}

.iv-page .iv-forecast-rail-lock {
  gap: 16px;
  padding: 16px;
}

.iv-page .iv-forecast-rail-lock .iv-forecast-member-card {
  min-height: 100px;
  padding: 18px;
}

.iv-page
  .iv-forecast-rail-lock
  .iv-forecast-member-card
  .iv-live-data-lock-icon {
  width: 48px;
  height: 48px;
  border-width: 2px;
  font-size: 20px;
  display: none;
}

.iv-page .iv-forecast-rail-lock .iv-forecast-member-copy .iv-live-eyebrow {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 11px;
}

.iv-page .iv-forecast-rail-lock .iv-forecast-member-copy h3 {
  font-size: clamp(30px, 3vw, 42px);
  padding-left: 0px !important;
}

.iv-page
  .iv-forecast-rail-lock
  .iv-forecast-member-copy
  .iv-live-data-lock-message {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.45;
  display: none;
}

.iv-page .iv-forecast-rail-lock .iv-forecast-member-actions {
  gap: 10px;
}

.iv-page .iv-forecast-rail-lock .iv-forecast-member-cta {
  padding: 14px;
  font-size: 12px;
  transition:
    background-color 140ms ease,
    color 140ms ease,
    box-shadow 140ms ease;
}

.iv-page .iv-forecast-rail-lock .iv-forecast-member-upgrade {
  font-size: 10px;
}

.iv-news {
  padding-top: 4px;
}

.iv-news > h2 {
  margin: 0 0 4px;
  padding-top: 13px;
}

.iv-page .iv-news-heading h4 {
  margin: 0 !important;
}

.iv-page .iv-featured-news-list {
  display: grid;
  gap: 0;
  min-width: 0;
}

.iv-page .iv-featured-news-list a {
  position: relative;
  display: block;
  min-width: 0;
  padding: 18px 42px 18px 8px;
  border: 0;
  border-bottom: 1px solid var(--iv-rule);
  background: transparent;
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans) !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: -0.025em;
  transition: color 140ms ease;
}

.iv-page .iv-featured-news-list a::after {
  content: "→";
  position: absolute;
  top: 18px;
  right: 18px;
  font-family: var(--iv-font-mono);
  font-weight: 800;
}

.iv-page .iv-latest-rail .iv-featured-news-list a:first-child {
  color: var(--iv-page-text);
}

.iv-page .iv-featured-news-list a:hover,
.iv-page .iv-featured-news-list a:focus-visible {
  background: var(--iv-ink);
  color: var(--iv-paper) !important;
}

.iv-page .iv-featured-news-list a > span:first-child {
  display: block;
  color: inherit;
  font-family: var(--iv-font-sans);
  font-weight: 650;
}

.iv-page .iv-featured-news-list a:hover > span:first-child,
.iv-page .iv-featured-news-list a:focus-visible > span:first-child {
  color: inherit;
}

#state-finder-controls > div {
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 0px;
}

.iv-district-destination {
  display: block;
  min-width: 190px;
}

.iv-district-select,
.iv-district-result {
  min-height: 54px;
  width: 100%;
  max-width: 240px;
  margin: 0;
  padding: 0 38px 0 14px;
  border: 1.5px solid var(--iv-ink);
  border-radius: 0;
  background: var(--iv-ink);
  color: var(--iv-paper);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.iv-district-result {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

#state-district-result {
  background: var(--iv-orange);
  color: var(--iv-paper) !important;
}

.iv-district-select[hidden],
.iv-district-result[hidden] {
  display: none;
}
.iv-district-select:hover {
  box-shadow: 4px 4px 0 var(--iv-ink);
  background: var(--iv-paper);
  color: var(--iv-ink);
  transition: all 0.14s ease-in-out;
}
.iv-district-result:hover,
.iv-district-result:focus-visible {
  background: var(--iv-orange);
  color: var(--iv-on-accent) !important;
  transition: all 0.14s ease-in-out;
}

.iv-donor {
  padding: clamp(42px, 6vw, 60px) 0;
  background: var(--iv-strong-bg);
  color: var(--iv-light);
}

.iv-donor-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--iv-light-rule);
}

.iv-donor-heading p,
.iv-donor-heading h2,
.iv-donor-content p,
.iv-donor-content blockquote,
.iv-donor-footer p,
.iv-donor-footer a {
  color: inherit;
}

.iv-donor-heading p {
  margin: 0 0 10px;
  color: var(--iv-orange-2);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.iv-donor-heading h2 {
  margin: 0;
}

.iv-donor-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.iv-donor-controls button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--iv-light-muted);
  border-radius: 50%;
  background: transparent;
  color: var(--iv-light);
  cursor: pointer;
  font-family: var(--iv-font-mono);
  font-size: 16px;
}

.iv-donor-controls button:hover {
  border-color: var(--iv-orange);
  color: var(--iv-accent-text);
}
.iv-donor-controls span {
  min-width: 54px;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  text-align: center;
}

.iv-donor-content {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  min-height: 300px;
  padding: 44px 0;
}

.iv-donor-content img {
  width: 190px;
  height: 190px;
  border: 4px solid var(--iv-light);
  border-radius: 50%;
  object-fit: cover;
}

.iv-donor-content blockquote {
  max-width: 980px;
  margin: 0 0 28px;
  font-size: clamp(18px, 2.5vw, 38px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.iv-donor-content #iv-donor-name {
  margin: 0;
  color: var(--iv-orange-2);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.iv-donor-content #iv-donor-title-line {
  margin: 6px 0 0;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 12px;
}

.iv-donor-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--iv-light-rule);
}

.iv-donor-footer a {
  flex: 0 0 auto;
  color: var(--iv-orange-2);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.iv-donor-footer p {
  max-width: 760px;
  margin: 0;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.45;
  text-align: right;
}

@media (max-width: 760px) {
  .iv-rail {
    gap: 28px;
  }
  #state-finder-controls > div {
    grid-template-columns: minmax(0, 30%) minmax(0, 70%);
  }
  #state-finder-controls input {
    grid-column: 1 / -1;
  }
  #state-finder-controls button {
    margin: -1.5px -1.5px 0 0;
  }
  .iv-district-destination {
    width: 100%;
    min-width: 0;
    margin-top: -1.5px;
  }
  .iv-district-select,
  .iv-district-result {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .iv-donor-heading,
  .iv-donor-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .iv-donor-content {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .iv-donor-content img {
    width: 100px;
    height: 100px;
  }
  .iv-donor-footer p {
    text-align: left;
  }
}

/* State-first homepage experience. The existing civic palette, type, header,
   footer, and control geometry remain the visual foundation. */
.iv-page .iv-state-first-home {
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

.iv-page .iv-desk-hero {
  padding: 40px 0px 30px;
}

.iv-page .iv-desk-hero-layout {
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(680px, 1.72fr);
  grid-template-areas:
    "copy map"
    "live map";
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}

.iv-page .iv-desk-copy {
  grid-area: copy;
  min-width: 0;
}

.iv-page .iv-desk-copy h1 {
  max-width: 460px;
  margin: 0;
}

/* Keep legacy terminal spans as ordinary punctuation on generated pages. */
.iv-page .iv-heading-block {
  display: inline;
  width: auto;
  height: auto;
  margin-left: 0.04em;
  background: none;
  color: inherit;
  vertical-align: baseline;
}

.iv-page .iv-heading-block::after {
  content: ".";
}

.iv-page .iv-desk-copy > p {
  max-width: 430px;
  margin: 30px 0 0;
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans);
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1.65;
}

.iv-page .iv-intro-live {
  grid-area: live;
  max-width: 430px;
  margin-top: 0;
}

.iv-page .iv-intro-live > h4 {
  margin: 0;
  padding-bottom: 12px;
}

.iv-page .iv-home-map {
  grid-area: map;
  min-width: 0;
  padding: clamp(18px, 2vw, 26px);
  background: var(--iv-page-bg);
}

.iv-page .iv-home-map > h2 {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 12px;
  background: var(--iv-orange);
  color: var(--iv-on-accent);
}

.iv-page .iv-home-map #svg_outer {
  width: 100%;
  text-align: center;
}

.iv-page .iv-home-map #svg_1 {
  width: 100%;
  line-height: 0;
}

.iv-page .iv-home-map #mapSVG {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto !important;
  overflow: visible;
}
.iv-page .iv-home-map #mapSVG text {
  font-family: var(--iv-font-mono);
  font-size: 15px;
  font-weight: 800;
}

.iv-page .iv-home-map .iv-map-state {
  outline: none;
}

.iv-page .iv-home-map .iv-map-state > .iv-map-tile {
  transition: stroke-width 120ms ease;
}

.iv-page .iv-home-map .iv-map-state > .iv-map-state-shadow {
  pointer-events: none;
}

.iv-page .iv-home-map .iv-map-state:not(.is-live) > .iv-map-tile {
  stroke: none;
  stroke-width: 0;
}

.iv-page .iv-home-map .iv-map-state.is-live {
  cursor: pointer;
}

.iv-page .iv-home-map .iv-map-state.is-live:hover > .iv-map-tile {
  filter: brightness(0.94);
  stroke-width: 2.5;
}

.iv-page .iv-home-map .iv-map-state.is-live:focus-visible > .iv-map-tile {
  stroke: var(--iv-blue);
  stroke-width: 3;
}

.iv-home-map-tooltip {
  position: fixed;
  z-index: 9999;
  width: min(260px, calc(100vw - 20px));
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid var(--brand_black);
  border-radius: 0;
  background: var(--brand_white);
  box-shadow: 5px 5px 0 var(--brand_black);
  color: var(--brand_black);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.3;
  pointer-events: none;
}

.iv-home-map-tooltip[hidden] {
  display: none;
}

.iv-home-map-tooltip .iv-map-tooltip-state {
  display: block;
  margin: 0 0 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--brand_black);
  color: var(--brand_black);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.iv-home-map-tooltip .iv-map-tooltip-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 3px 0;
}

.iv-home-map-tooltip .iv-map-tooltip-label {
  flex: 0 0 auto;
  color: var(--iv-page-muted);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.iv-home-map-tooltip .iv-map-tooltip-value {
  min-width: 0;
  color: var(--brand_black);
  font-size: 11px;
  font-weight: 650;
  overflow-wrap: anywhere;
  text-align: right;
}

.iv-page .iv-district-finder {
  padding: 0px 0;
  padding-bottom: 0;
  color: var(--iv-page-text);
}

#district-finder-shell {
  background: var(--iv-neutral);
  padding: 60px 0px;
  border-top: 2px solid var(--iv-ink);
  border-bottom: 2px solid var(--iv-ink);
}

.iv-page .iv-district-finder-copy {
  padding-left: 24px;
  border-left: 6px solid;
  border-image: linear-gradient(to bottom, var(--iv-orange), var(--iv-orange-2))
    1 100%;
}

.iv-page .iv-district-finder-copy h2 {
  max-width: 520px;
  margin: 0;
}

.iv-page .iv-district-finder-copy h2 span {
  color: var(--iv-orange);
}

.iv-page .iv-district-finder-copy p {
  max-width: 440px;
  margin: 24px 0 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  line-height: 1.55;
}

.iv-page .iv-district-finder-form {
  display: grid;
  grid-template-columns:
    minmax(260px, 1.45fr) minmax(150px, 0.62fr) minmax(150px, 0.62fr)
    auto;
  gap: 14px;
  align-items: end;
  padding: 0px;
  margin-top: 10px;
}

.iv-page .iv-district-finder-form label {
  display: grid;
  grid-template-rows: auto 60px;
  gap: 8px;
  min-width: 0;
  margin: 0;
}

.iv-page .iv-district-finder-form label > span {
  color: var(--iv-paper);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.023em;
}

.iv-page .iv-district-finder-form input,
.iv-page .iv-district-finder-form select,
.iv-page .iv-district-finder-form button {
  width: 100%;
  min-height: 60px;
  max-height: 60px;
  margin: 0;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
  font-family: var(--iv-font-mono);
  font-size: 14px;
  display: inline-block;
}

.iv-page .iv-district-finder-form input,
.iv-page .iv-district-finder-form select {
  box-sizing: border-box;
  min-width: 0;
  padding: 0 14px;
  background: var(--iv-neutral-2);
  color: var(--iv-page-text);
}

.iv-page .iv-district-finder-form select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iv-page .iv-district-finder-form button {
  align-self: end;
  height: 60px;
  min-width: 148px;
  padding: 0 18px;
  background: var(--iv-orange-2);
  color: var(--iv-on-accent);
  cursor: pointer;
  font-weight: 800;
  white-space: nowrap;
  transition: all 0.14s ease-out;
}

.iv-page .iv-district-finder-form button:hover {
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
  box-shadow: 4px 4px 0 var(--iv-orange-2);
}

.iv-page .iv-district-finder-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.iv-page .iv-district-finder-status,
.iv-page .iv-district-finder-result,
.iv-page .iv-district-finder-noscript {
  grid-column: 1 / -1;
  margin: 0;
  font-family: var(--iv-font-mono);
  font-size: 12px;
  line-height: 1.45;
}

.iv-page .iv-district-finder-status {
  color: var(--iv-neutral);
}

.iv-page .iv-district-finder-result,
.iv-page .iv-district-finder-noscript {
  width: fit-content;
  color: var(--iv-accent-text);
  font-weight: 800;
  text-decoration: none;
}

.iv-page .iv-district-finder-result:hover,
.iv-page .iv-district-finder-noscript:hover {
  color: var(--iv-page-text);
}

.iv-page .iv-state-workspace-row {
  margin-top: 60px;
  scroll-margin-top: 104px;
}

.iv-page #iv-state-entry-form {
  scroll-margin-top: 104px;
}

.iv-page #iv-state-now-title {
  font-size: 24px;
  padding-left: 6px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--iv-ink);
}

.iv-page .iv-state-workspace {
  width: 100%;
  min-width: 0;
  background: var(--iv-page-bg);
}

.iv-page .iv-supporters {
  height: 500px;
  box-sizing: border-box;
  padding: clamp(20px, 3vw, 40px) 0;
  border-bottom: 1.5px solid var(--iv-light);
  background: var(--iv-strong-bg);
  color: var(--iv-light);
}

.iv-page .iv-supporters-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: clamp(10px, 1vw, 20px);
  border-bottom: 1px solid var(--iv-light-rule);
}

.iv-page .iv-supporters-heading p {
  margin: 0 0 10px;
  color: var(--iv-orange-2);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.iv-page .iv-supporters-heading h2 {
  margin: 0;
  color: var(--iv-light);
}

.iv-page .iv-supporters-heading h2 span {
  color: var(--iv-orange-2);
}

.iv-page .iv-supporters-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.iv-page .iv-supporters-controls button {
  width: 40px;
  height: 28px;
  padding: 0;
  border: 1px solid var(--iv-light-muted);
  background: transparent;
  color: var(--iv-light);
  cursor: pointer;
  font-family: var(--iv-font-mono);
  font-size: 16px;
}

.iv-page .iv-supporters-controls button:hover {
  border-color: var(--iv-orange-2);
  color: var(--iv-orange-2);
}

.iv-page .iv-supporters-controls span {
  min-width: 54px;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  text-align: center;
}

.iv-page .iv-supporter-story {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  max-height: 300px;
  min-height: 300px;
  padding: 44px 0;
  align-self: center;
}

.iv-page .iv-supporter-story img {
  width: 190px;
  height: 190px;
  border: 4px solid var(--iv-light);
  border-radius: 50%;
  background: var(--iv-light);
  object-fit: cover;
}

.iv-page #iv-supporter-quote {
  max-width: 980px;
  margin: 0 0 28px;
  color: var(--iv-light);
  font-size: clamp(24px, 2.7vw, 38px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.iv-page .iv-supporter-story #iv-supporter-name {
  margin: 0;
  color: var(--iv-orange-2);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  font-weight: 800;
}

.iv-page .iv-supporter-story #iv-supporter-title {
  margin: 6px 0 0;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 13px;
}

.iv-page .iv-supporters-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--iv-light-rule);
}

.iv-page .iv-supporters-footer a {
  flex: 0 0 auto;
  color: var(--iv-orange-2);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.iv-page .iv-supporters-footer a:hover {
  color: var(--iv-light);
}

.iv-page .iv-supporters-footer p {
  max-width: 760px;
  margin: 0;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.45;
  text-align: right;
}

.iv-page .iv-state-entry {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr) minmax(180px, 0.4fr);
  grid-template-rows: auto auto;
  gap: 8px 14px;
  padding: 14px 18px 12px;
}

.iv-page .iv-state-entry > label {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  margin: 0;
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.iv-page .iv-state-entry select,
.iv-page #iv-state-submit {
  width: 100%;
  min-height: 48px;
  margin: 10px 0px;
  border: none;
  border-radius: 0;
  font-family: var(--iv-font-mono);
  font-size: 15px;
  font-weight: 700;
  border: 1.5px solid var(--iv-ink);
}

.iv-page .iv-state-entry select {
  grid-column: 2;
  grid-row: 1;
  padding: 0 16px;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

.iv-page #iv-state-submit {
  grid-column: 3;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 20px;
  background: var(--iv-orange-2);
  color: var(--iv-on-accent);
  cursor: pointer;
  text-decoration: none;
}

.iv-page #iv-state-submit:hover {
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
}

.iv-page .iv-state-desk {
  scroll-margin-top: 20px;
}

.iv-page .iv-desk-context {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: stretch;
  min-height: 52px;
  border-bottom: 1.5px solid var(--iv-page-text);
}

.iv-page #iv-desk-state-abbr {
  display: grid;
  place-items: center;
  min-width: 54px;
  margin: 10px 0px;
  background: var(--iv-orange-2);
  color: var(--iv-on-accent);
  font-family: var(--iv-font-mono);
  font-size: 16px;
  font-weight: 800;
  border: 1.5px solid var(--iv-ink);
}

.iv-page .iv-desk-context > div {
  display: flex;
  align-items: baseline;
  gap: 24px;
  min-width: 0;
  padding: 12px;
}

.iv-page .iv-desk-context h2 {
  margin: 0;
}

.iv-page #iv-desk-route-count {
  margin: 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 650;
  white-space: nowrap;
}

.iv-page .iv-desk-body {
  padding: 20px 18px 0px;
}

.iv-label-hc {
  font-size: 22px !important;
  font-weight: 800;
  letter-spacing: -0.01em;
  padding: 10px;
}

.iv-page .iv-desk-topics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 2px 8px 10px 2px;
}

.iv-page .iv-desk-topics button {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 18px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0px;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  box-shadow: var(--shadow-4) var(--iv-page-text);
  transition:
    background-color 140ms ease,
    color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
}
.iv-page .iv-desk-topics button span {
  font-size: 20px;
  display: inline-block;
  font-family: var(--iv-font-sans);
  text-align: left;
  letter-spacing: -0.04em;
  font-weight: 650;
}

.iv-page .iv-desk-topics button > span:nth-child(2) {
  grid-area: label;
}

.iv-page .iv-desk-topics button > span:last-child {
  grid-area: arrow;
  align-self: center;
}

.iv-page .iv-desk-topics button:hover:not(:disabled) {
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
  box-shadow: var(--shadow-4-hover) var(--iv-orange-2);
}

.iv-page .iv-desk-topics button[aria-pressed="true"] {
  background: var(--iv-orange-2);
  color: var(--iv-on-accent);
}

.iv-page .iv-desk-topics button[aria-pressed="true"] {
  box-shadow: var(--shadow-3) var(--iv-page-text);
}

.iv-page .iv-desk-topics button[aria-pressed="true"]:hover {
  background: var(--iv-ink);
  color: var(--iv-paper);
  box-shadow: var(--shadow-3-hover) 0 var(--iv-orange-2);
}

.iv-page .iv-desk-topics button:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.iv-page .iv-topic-index {
  grid-area: index;
  color: var(--iv-neutral);
  font-size: 11px;
  font-weight: 800;
}

.iv-page .iv-desk-topics button[aria-pressed="true"] .iv-topic-index {
  color: var(--iv-on-accent);
}

.iv-page .iv-desk-results-layout {
  display: block;
  margin-top: 6px;
}

.iv-page .iv-focused-route h3 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1.5px solid var(--iv-page-text);
}

.iv-page .iv-focused-route h3 span {
  color: var(--iv-accent-text);
}

.iv-page .iv-focused-route h3 i {
  padding: 0 7px;
  font-style: normal;
}

.iv-page .iv-focused-routes {
  display: grid;
  grid-template-columns: repeat(var(--iv-route-columns, 1), minmax(0, 1fr));
  gap: 10px;
  padding: 2px 8px 0px 2px;
}

.iv-page .iv-focused-routes > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px;
  border: 1px solid var(--iv-page-text);
  box-shadow: var(--shadow-4) var(--iv-page-text);
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: -0.03em;
}

.iv-page .iv-focused-routes > a:hover {
  background: var(--iv-page-text);
  color: var(--iv-paper);
  box-shadow: var(--shadow-4-hover) var(--iv-orange-2);

  transition:
    background-color 140ms ease,
    color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
}

.iv-page .iv-focused-routes > a.is-featured {
  border-color: var(--iv-page-text);
  box-shadow: var(--shadow-4) var(--iv-orange-2);
}

.iv-page .iv-focused-routes > a.is-featured:hover {
  background: var(--iv-orange-2);
  box-shadow: var(--shadow-4-hover) var(--iv-page-text);
  color: var(--iv-ink);
}

.iv-page .iv-focused-routes em {
  margin-right: 10px;
  color: var(--iv-accent-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.iv-page .iv-route-empty {
  margin: 0;
  padding: 22px;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  line-height: 1.5;
}

.iv-page .iv-state-now-list {
  display: grid;
  gap: 0px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.iv-page .iv-state-interactive-list {
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-columns: auto;
  border-top: 0;
  padding-top: 0;
  overflow: visible;
}

@media (max-width: 1100px) {
  .iv-page .iv-state-interactive-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .iv-page .iv-state-interactive-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .iv-page .iv-state-interactive-list {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 10px;
  }

  #district-finder-shell {
    background: var(--iv-neutral);
    padding: 20px 0px;
    border: 2px solid var(--iv-ink);
  }

  .iv-page .iv-state-interactive-list a {
    min-height: 0;
    padding: 16px;
  }
}

.iv-page .iv-state-now-list li {
  min-width: 0;
}

.iv-page .iv-state-now-list a {
  position: relative;
  display: block;
  padding: 18px;
  color: var(--iv-page-text);
  text-decoration: none;
  box-shadow: var(--shadow-4) var(--iv-ink);
  transition:
    background-color 140ms ease,
    color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
}

.iv-page .iv-state-interactive-list {
  gap: 10px;
}

.iv-page .iv-state-interactive-list a {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  display: block;
  padding: 18px;
  color: var(--iv-page-text);
  text-decoration: none;
  border: 1.5px solid var(--iv-ink) !important;

  border-radius: 0px;
  transition:
    background-color 140ms ease,
    color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
}

.iv-page .iv-state-now-list a:hover,
.iv-page .iv-state-now-list a:focus-visible {
  background: var(--iv-ink);
  color: var(--iv-paper) !important;
  box-shadow: var(--shadow-4-hover) var(--iv-orange-2);
}

.iv-page .iv-state-now-list a:hover strong,
.iv-page .iv-state-now-list a:focus-visible strong,
.iv-page .iv-state-now-list a:hover time,
.iv-page .iv-state-now-list a:focus-visible time {
  color: var(--iv-paper) !important;
}

.iv-page .iv-state-now-list li + li a {
  border-top: 1px solid var(--iv-rule);
}

.iv-page .iv-state-now-list time,
.iv-page .iv-state-now-list strong {
  display: block;
}

.iv-page .iv-state-now-list time {
  margin-top: 6px;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.iv-page .iv-state-now-list strong {
  max-width: calc(100% - 24px);
  font-family: var(--iv-font-sans);
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.iv-page .iv-state-now-list a::after {
  content: "→";
  position: absolute;
  top: 18px;
  right: 18px;
  font-family: var(--iv-font-mono);
  font-weight: 800;
}

.iv-page .iv-noscript-states {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 32px;
  border: 1px solid var(--iv-page-text);
  background: var(--iv-page-text);
}

.iv-page .iv-noscript-states h2 {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px;
  background: var(--iv-page-bg);
}

.iv-page .iv-noscript-states a {
  padding: 12px;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
}

.iv-page .iv-state-reporting {
  padding: clamp(58px, 6vw, 88px) 0;
  background: var(--iv-page-bg);
}

.iv-page .iv-reporting-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.75fr);
  gap: 50px;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--iv-page-text);
}

.iv-page .iv-reporting-header h2,
.iv-page .iv-cross-state h2 {
  margin: 0;
}

.iv-page #iv-news-count {
  margin: 12px 0 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 650;
}

.iv-page .iv-state-news-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) minmax(150px, 0.7fr);
  gap: 10px;
}

.iv-page .iv-state-news-filters label {
  margin: 0;
}

.iv-page .iv-state-news-filters input,
.iv-page .iv-state-news-filters select {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 0 14px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 12px;
}

.iv-page .iv-state-story-list {
  border-right: 1.5px solid var(--iv-page-text);
  border-bottom: 1.5px solid var(--iv-page-text);
  border-left: 1.5px solid var(--iv-page-text);
}

.iv-page .iv-state-story-list > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px 24px;
  gap: 24px;
  align-items: center;
  min-height: 92px;
  padding: 16px 20px;
  color: var(--iv-page-text);
  text-decoration: none;
}

.iv-page .iv-state-story-list > a + a {
  border-top: 1px solid var(--iv-page-text);
}

.iv-page .iv-state-story-list > a:hover {
  background: var(--iv-panel-bg);
}

.iv-page .iv-state-story-list > a > span:first-child,
.iv-page .iv-state-story-list small,
.iv-page .iv-state-story-list strong,
.iv-page .iv-state-story-list em {
  display: block;
}

.iv-page .iv-state-story-list small {
  margin-bottom: 7px;
  color: var(--iv-accent-text);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.iv-page .iv-state-story-list strong {
  font-family: var(--iv-font-sans);
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.iv-page .iv-state-story-list em {
  margin-top: 5px;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
}

.iv-page .iv-state-story-list time {
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  text-align: right;
}

.iv-page .iv-reporting-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding-top: 18px;
}

.iv-page .iv-reporting-actions button,
.iv-page .iv-reporting-actions a {
  min-height: 44px;
  padding: 12px 16px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
  background: transparent;
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.iv-page .iv-reporting-actions a {
  background: var(--iv-orange);
  color: var(--iv-on-accent);
}

.iv-page .iv-reporting-actions :is(button, a):hover {
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
}

.iv-page .iv-data-showcase {
  padding: 60px 0px 60px;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

.iv-page .iv-data-showcase-heading {
  margin-bottom: 20px;
}

.iv-page .iv-data-showcase-heading > div > p {
  margin: 0 0 14px;
  color: var(--iv-accent-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iv-page .iv-data-showcase-heading h2 {
  margin: 0;
}

.iv-page .iv-data-showcase-heading > p {
  max-width: min(680px, 100%);
  margin: 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-sans);
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.035em;
  margin-top: 5px;
}

.iv-page .iv-data-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  border-top: 1px solid var(--iv-page-text);
  border-left: 1px solid var(--iv-page-text);
}

.iv-page .iv-data-example {
  display: flex;
  min-height: 440px;
  min-width: 0;
  padding: 20px;
  border-right: 1px solid var(--iv-page-text);
  border-bottom: 1px solid var(--iv-page-text);
  flex-direction: column;
}

.iv-page .iv-data-example > header {
  display: contents;
}

.iv-page .iv-data-example-actions {
  display: grid;
  gap: 9px;
  margin-top: auto;
}

.iv-page .iv-data-example-actions > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 0;
  background: var(--iv-rule);
  color: var(--iv-page-text);
  cursor: pointer;
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  text-align: left;
  transition: all 0.14s ease-in-out;
}

.iv-page .iv-data-example-actions > button:hover:not(:disabled) {
  background: var(--iv-orange-2);
  color: var(--iv-on-accent);
  box-shadow: 4px 4px 0 var(--iv-ink);
}

.iv-page .iv-data-example-actions > button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.iv-page .iv-live-data-body {
  display: flex;
  min-height: 0;
  margin: 0px;
  flex: 1 1 auto;
  flex-direction: column;
}

.iv-page .iv-live-data-loading,
.iv-page .iv-live-data-fallback {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--iv-rule);
  background: var(--iv-panel-bg);
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  line-height: 1.55;
}

.iv-page .iv-live-identity {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--iv-rule);
}

.iv-page .iv-live-identity img,
.iv-page .iv-live-avatar-placeholder {
  width: 60px;
  height: 60px;
  border: 2px solid var(--iv-page-text);
  border-radius: 50%;
  background: var(--iv-panel-bg);
}

.iv-page .iv-live-identity img {
  object-fit: cover;
}

.iv-page .iv-live-avatar-placeholder {
  display: grid;
  place-items: center;
  color: var(--iv-page-text);
  font: 800 20px/1 var(--iv-font-mono);
}

.iv-page .iv-live-identity-copy {
  min-width: 0;
}

#iv-district-finder-title {
  margin-bottom: 0px;
  color: var(--iv-paper);
}
#iv-district-finder-p {
  margin-bottom: 0px;
  color: var(--iv-paper) !important;
}

.iv-page .iv-live-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.iv-page .iv-party-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 23px;
  min-width: 23px;
  height: 23px;
  box-sizing: border-box;
  border: 2px solid currentColor;
  background: transparent;
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
  border-radius: 2px;
}

.iv-page .iv-party-badge.is-democratic {
  color: var(--iv-data-blue);
}

.iv-page .iv-party-badge.is-republican {
  color: var(--iv-data-red);
}

.iv-page .iv-party-badge.is-independent {
  color: var(--iv-data-green);
}

.iv-page .iv-party-badge.is-other {
  color: var(--iv-neutral);
}

.iv-page .iv-live-data-body h3 {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  color: var(--iv-page-text);
  padding: 0px !important;
}

.iv-page .iv-live-context {
  margin: 9px 0 0;
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  font-weight: 550;
}

.iv-page .iv-live-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 16px 0 0;
  border-top: 1px solid var(--iv-page-text);
  border-left: 1px solid var(--iv-rule);
}

.iv-page .iv-live-metrics > div {
  min-width: 0;
  padding: 10px;
  border-right: 1px solid var(--iv-rule);
  border-bottom: 1px solid var(--iv-rule);
}

.iv-page .iv-live-metrics dt,
.iv-page .iv-live-metrics dd {
  margin: 0;
  font-family: var(--iv-font-mono);
  line-height: 1.45;
}

.iv-page .iv-live-metrics dt {
  margin-bottom: 5px;
  color: var(--iv-neutral);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.iv-page .iv-live-metrics dd {
  color: var(--iv-page-text);
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.iv-page .iv-live-metrics dd.is-accent {
  color: var(--iv-accent-text);
}

.iv-page .iv-live-metrics dd.is-democratic,
.iv-page .iv-live-detail strong.is-democratic {
  color: var(--iv-blue);
}

.iv-page .iv-live-metrics dd.is-republican,
.iv-page .iv-live-detail strong.is-republican {
  color: var(--iv-red);
}

.iv-page .iv-live-metrics dd.is-independent,
.iv-page .iv-live-metrics dd.is-other,
.iv-page .iv-live-detail strong.is-independent,
.iv-page .iv-live-detail strong.is-other {
  color: var(--iv-green);
}

.iv-page .iv-live-detail strong .is-democratic {
  color: var(--iv-blue);
}

.iv-page .iv-live-detail strong .is-republican {
  color: var(--iv-red);
}

.iv-page .iv-live-detail strong .is-independent,
.iv-page .iv-live-detail strong .is-other {
  color: var(--iv-green);
}

.iv-page .iv-live-detail {
  margin-top: 14px;
}

.iv-page .iv-live-detail h4 {
  margin: 0 0 0px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--iv-page-text);
  color: var(--iv-page-text);
  font-size: 20px !important;
  padding-left: 4px;
}

.iv-page .iv-live-detail ul {
  display: grid;
  gap: 8px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.iv-page .iv-live-detail li {
  padding: 6px 8px;
  border-bottom: 1px solid var(--iv-page-text);
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 450 !important;
  letter-spacing: -0.025em;
  box-shadow: var(--shadow-5) var(--iv-uni-black);
}

.iv-page .iv-live-detail li a{
  color: var(--iv-page-text);
  text-decoration: none;
  font-family: var(--iv-font-mono);
  font-size: 12px;
  letter-spacing: -0.025em;
}

.iv-page .iv-live-detail li.iv-live-detail-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: baseline;
}

.iv-page .iv-live-detail li.iv-live-detail-row.has-value-parts {
  display: block;
}

.iv-page .iv-live-detail-row.has-value-parts > strong {
  display: block;
  margin-top: 6px;
  overflow-wrap: anywhere;
  text-align: left;
}

.iv-page .iv-live-detail-row strong {
  color: var(--iv-page-text);
  font-variant-numeric: tabular-nums lining-nums;
  font-weight: 850;
  text-align: right;
}

.iv-page .iv-wnominate {
  margin-top: 14px;
}

.iv-page .iv-wnominate-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 9px;
  font-family: var(--iv-font-mono);
}

.iv-page .iv-wnominate-heading span {
  color: var(--iv-neutral);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.iv-page .iv-wnominate-heading strong {
  color: var(--iv-accent-text);
  font-size: 15px;
}

.iv-page .iv-wnominate-track {
  position: relative;
  height: 31px;
  overflow: hidden;
}

.iv-page .iv-wnominate-track::after {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 5px;
  left: 50%;
  width: 1px;
  background: var(--iv-neutral);
  opacity: 0.65;
}

.iv-page .iv-wnominate-tick {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: var(--iv-wnominate-position, 50%);
  width: 3px;
  height: 10px;
  background: var(--iv-neutral);
  transform: translateX(-50%);
}

.iv-page .iv-wnominate-tick.is-democratic {
  background: var(--iv-data-blue);
}

.iv-page .iv-wnominate-tick.is-republican {
  background: var(--iv-data-red);
}

.iv-page .iv-wnominate-tick.is-independent,
.iv-page .iv-wnominate-tick.is-other {
  background: var(--iv-data-green);
}

.iv-page .iv-wnominate-tick.is-selected {
  z-index: 3;
  top: 4px;
  width: 5px;
  height: 22px;
  box-shadow: 0 0 0 1px var(--iv-page-bg);
}

.iv-page .iv-wnominate-axis {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 7px 0 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 700;
}

.iv-page .iv-data-example-actions > a {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
  padding: 13px 14px;
  background: var(--iv-orange-2);
  color: var(--iv-on-accent);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: var(--shadow-3) 0 var(--iv-ink);
}

.iv-page .iv-data-example-actions > a:hover {
  background: var(--iv-ink);
  color: var(--iv-paper);
  box-shadow: 4px 4px 0 var(--iv-orange-2);

  transition:
    background-color 140ms ease,
    color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
}

.iv-page .iv-state-showcase {
  padding: 30px 0 60px;
}

.iv-page .iv-state-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.iv-page .iv-state-showcase .iv-data-example {
  min-height: 0;
  border-top: 1px solid var(--iv-page-text);
  border-left: 1px solid var(--iv-page-text);
}

.iv-page .iv-state-showcase .iv-live-data-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "heading heading"
    "profile legislator"
    "profile forecast"
    "finance finance";
  gap: 10px 18px;
  align-items: start;
}

.iv-page .iv-state-showcase .iv-live-forecast-heading {
  display: grid;
  grid-area: heading;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "eyebrow button"
    "title button";
  gap: 8px 20px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--iv-rule);
}

.iv-page .iv-state-showcase .iv-live-forecast-heading .iv-live-eyebrow {
  grid-area: eyebrow;
  margin-bottom: 0;
}

.iv-page .iv-state-showcase .iv-live-forecast-heading h3 {
  grid-area: title;
}

.iv-page .iv-state-showcase #state-showcase-another {
  grid-area: button;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--iv-page-text);
  border-radius: 0;
  background: transparent;
  color: var(--iv-page-text);
  cursor: pointer;
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.iv-page .iv-state-showcase #state-showcase-another:hover:not(:disabled) {
  background: var(--iv-orange);
  color: var(--iv-on-accent);
}

.iv-page .iv-state-showcase-profile {
  grid-area: profile;
}

.iv-page .iv-state-showcase-legislator {
  grid-area: legislator;
}

.iv-page .iv-state-showcase-forecast {
  grid-area: forecast;
}

.iv-page .iv-state-showcase .iv-live-detail {
  margin-top: 0;
}

.iv-page .iv-state-showcase .iv-live-detail > h4 {
  padding-bottom: 9px;
  border-bottom: 2px solid var(--iv-page-text);
  margin-bottom: 12px !important;
}

.iv-page .iv-state-showcase-panel-link {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  padding: 8px;
  color: var(--iv-ink) !important;
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  background: var(--iv-orange-2);
  box-shadow: var(--shadow-3) var(--iv-orange-2);
}

.iv-page #state-showcase-link {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding: 8px;
  color: var(--iv-ink) !important;
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  background: var(--iv-orange-2);
  box-shadow: var(--shadow-3) var(--iv-orange-2);
}

.iv-page .iv-state-showcase-panel-link:hover {
  color: var(--iv-paper) !important;
  box-shadow: 4px 4px 0 var(--iv-orange-2);
  background: var(--iv-ink);
  transition:
    color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
}

.iv-page #state-showcase-link:hover {
  color: var(--iv-paper) !important;
  box-shadow: 4px 4px 0 var(--iv-orange-2);
  background: var(--iv-ink);
  transition:
    color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
}

.iv-page .iv-state-showcase-finance {
  grid-area: finance;
}

.iv-page .iv-state-showcase-finance > ol {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.iv-page .iv-state-showcase-finance > ol > li {
  padding: 14px;
  border: 1px solid var(--iv-page-text);
}

.iv-page .iv-state-showcase-finance > ol > li > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--iv-font-mono);
  font-size: 12px;
}

.iv-page .iv-state-showcase-finance dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 13px 0 0;
  font-family: var(--iv-font-mono);
  font-size: 12px;
}

.iv-page .iv-state-showcase-finance .iv-finance-metric {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.iv-page .iv-state-showcase-finance :is(dt, dd) {
  margin: 0;
}

.iv-page .iv-state-showcase-finance dt {
  color: var(--iv-neutral);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.iv-page .iv-state-showcase-finance dd {
  color: var(--iv-page-text);
  font-weight: 800;
  white-space: nowrap;
}

.iv-page #state-membership-section {
  border-top: 2px solid var(--iv-page-text);
  border-bottom: 2px solid var(--iv-page-text);
}

.iv-page #state-membership-section .iv-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
}

.iv-page #state-membership-section .iv-section-heading {
  margin: 0;
  padding: 0;
}

.iv-page #state-membership-section .iv-section-heading h2 {
  margin-bottom: 16px;
}

.iv-page #state-membership-section .iv-tool-links {
  min-width: 0;
}

.iv-page .iv-live-data-locked {
  display: flex;
  min-height: 100%;
  padding: 20px;
  border: 1px solid var(--iv-page-text);
  background: var(--iv-panel-bg);
  flex-direction: column;
}

.iv-page .iv-live-data-lock-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: auto;
  border: 1.5px solid var(--iv-page-text);
  place-items: center;
  color: var(--iv-accent-text);
  font: 800 18px/1 var(--iv-font-mono);
}

.iv-page .iv-live-data-locked .iv-live-eyebrow {
  margin-top: 28px;
}

.iv-page .iv-live-data-lock-message {
  margin: 12px 0 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .iv-page .iv-data-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iv-page .iv-data-showcase-grid {
    grid-auto-rows: auto;
  }

  .iv-page .iv-data-example {
    min-height: 430px;
  }
  #iv-district-finder-title {
    font-size: clamp(1.75rem, 3.4vw, 3rem) !important;
  }
}

@media (max-width: 900px) {
  .iv-page .iv-data-showcase-heading {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-data-showcase-heading {
    align-items: start;
  }

  .iv-page .iv-state-showcase-grid {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-state-showcase .iv-live-data-body {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "profile"
      "legislator"
      "forecast"
      "finance";
  }

  .iv-page .iv-state-showcase .iv-live-forecast-heading {
    gap: 8px 12px;
  }

  .iv-page .iv-state-showcase #state-showcase-another {
    max-width: 124px;
    padding: 0 9px;
  }

  .iv-page .iv-state-showcase-finance > ol {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-state-showcase .iv-state-showcase-forecast ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .iv-page
    .iv-state-showcase
    .iv-state-showcase-forecast
    li.iv-live-detail-row {
    display: block;
  }

  .iv-page
    .iv-state-showcase
    .iv-state-showcase-forecast
    li.iv-live-detail-row
    strong {
    display: block;
    margin-top: 6px;
    text-align: left;
  }

  .iv-page #state-membership-section .iv-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 560px) {
  .iv-page .iv-data-showcase {
    padding: 40px 0 60px;
  }

  .iv-page .iv-data-showcase-grid {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-data-example {
    min-height: 0;
    padding: 24px 18px;
  }

  .iv-page .iv-state-showcase .iv-state-showcase-forecast ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .iv-page .iv-state-showcase .iv-state-showcase-forecast li:nth-child(3) {
    grid-column: 1 / -1;
  }

  .iv-page #state-membership-section .iv-section-heading {
    display: block;
  }

  .iv-page #state-membership-section .iv-section-heading h2 {
    margin-bottom: 18px;
  }
}

.iv-page .iv-resource-ways {
  padding: clamp(52px, 6vw, 84px) 0;
  background: var(--iv-neutral-2);
  color: var(--iv-ink);
}

.iv-page .iv-resource-ways-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.iv-page .iv-resource-panel {
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--iv-ink);
}

.iv-page .iv-cross-state h2 {
  color: var(--iv-ink);
}

.iv-page #iv-cross-state-title {
  padding-top: 40px !important;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--iv-ink);
}

.iv-page .iv-cross-state-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 0;
}

.iv-page .iv-cross-state-links a {
  position: relative;
  display: block;
  min-height: 80px;
  box-sizing: border-box;
  padding: 18px;
  border: 1.5px solid var(--iv-ink) !important;
  border-radius: 0;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  text-decoration: none;
  transition:
    background-color 140ms ease,
    color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
}

.iv-page .iv-cross-state-links a:hover {
  background: var(--iv-ink);
  color: var(--iv-page-bg);
  box-shadow: var(--shadow-3-hover) var(--iv-orange-2);
}

.iv-page .iv-cross-state-links strong,
.iv-page .iv-cross-state-links small {
  display: block;
}

.iv-page .iv-cross-state-links strong {
  max-width: calc(100% - 24px);
  font-family: var(--iv-font-sans);
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.iv-page .iv-cross-state-links small {
  margin-top: 6px;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.iv-page .iv-cross-state-links a::after {
  content: "→";
  position: absolute;
  top: 18px;
  right: 18px;
  font-family: var(--iv-font-mono);
  font-weight: 800;
}

.iv-page .iv-cross-state-links a:hover small,
.iv-page .iv-cross-state-links a:hover strong {
  color: inherit;
}

.iv-page #iv-state-select {
  font-family: var(--iv-font-sans);
  font-size: clamp(24px, 3.5vw, 40px);
  border-bottom: none;
  text-align: left;
  font-weight: 600;
  margin: 0px;
  letter-spacing: -0.04em;
}

.iv-page .iv-state-picker {
  position: relative;
}

.iv-page .iv-state-select-display {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-width: 0;
  color: var(--iv-ink);
  font-family: var(--iv-font-sans) !important;
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.5;
  pointer-events: none;
}

.iv-page .iv-state-select-display::after {
  content: "⌄";
  flex: 0 0 auto;
  font-family: var(--iv-font-sans);
  font-size: 18px;
  letter-spacing: 0;
}

.iv-page .iv-state-select-display-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--iv-font-sans);
  font-size: clamp(24px, 3.5vw, 40px);
}

.iv-state-select-overlay.iv-page .iv-state-picker #iv-state-select {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 16px;
  cursor: pointer;
}

/*.iv-page .iv-desk-context > div::after{
  content: "← Click Here";
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.035em;
  text-decoration: none;
  align-self:center
}*/

@media (max-width: 1100px) {
  .iv-page .iv-desk-hero-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "map"
      "live";
    gap: 36px;
  }

  .iv-page .iv-district-finder-layout,
  .iv-page .iv-resource-ways-grid {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-district-finder-layout {
    gap: 20px;
  }

  .iv-page .iv-state-entry {
    grid-template-columns: 132px minmax(0, 1fr) minmax(160px, 0.42fr);
  }

  .iv-page .iv-district-finder-form {
    grid-template-columns:
      minmax(0, 1.4fr) minmax(120px, 0.6fr) minmax(120px, 0.6fr)
      minmax(130px, 0.7fr);
    gap: 10px;
    padding: 18px;
  }

  .iv-page .iv-district-finder-form button {
    min-width: 0;
    padding-inline: 12px;
  }

  .iv-page .iv-desk-topics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .iv-page .iv-cross-state-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .iv-page .iv-cross-state-links {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin: 15px 0 0;
  }

  .iv-page .iv-cross-state-links a {
    min-height: 0;
    padding: 16px;
  }

  .iv-page .iv-cross-state-links strong {
    font-size: 18px;
  }
}

@media (max-width: 920px) {
  .iv-page .iv-desk-hero-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "map"
      "live";
    gap: 36px;
  }

  .iv-page .iv-intro-live {
    width: min(100%, 760px);
    max-width: none;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .iv-page .iv-home-map {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .iv-page .iv-reporting-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .iv-page .iv-state-news-filters {
    max-width: 620px;
  }
}

@media (max-width: 700px) {
  .iv-page .iv-shell {
    width: min(calc(100% - 30px), var(--iv-max));
  }

  .iv-page .iv-desk-hero {
    padding: 20px 0 30px;
  }

  .iv-page .iv-desk-copy h1 {
    max-width: 360px;
  }

  .iv-page .iv-desk-copy > p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.4;
  }
  .iv-page .iv-desk-topics button span {
    font-size: 16px;
  }

  .iv-page .iv-intro-live {
    margin-top: 0;
  }

  .iv-page .iv-home-map {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
    padding: 8px 0;
  }

  .iv-page .iv-home-map #mapSVG {
    width: 100%;
    max-width: 100%;
    margin: 0 auto !important;
  }

  .iv-page .iv-district-finder {
    padding: 36px 0;
  }

  .iv-page .iv-district-finder-copy {
    padding-left: 18px;
    border-left-width: 5px;
  }

  .iv-page .iv-district-finder-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .iv-page .iv-district-finder-form button {
    min-width: 0;
  }

  .iv-page .iv-district-finder-form select {
    min-height: 58px;
    padding-block: 10px;
  }

  .iv-page .iv-supporters {
    height: auto;
    padding: 30px 0;
  }

  .iv-page .iv-supporters-heading,
  .iv-page .iv-supporters-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .iv-page .iv-supporters-heading {
    gap: 24px;
  }

  .iv-page .iv-supporter-story {
    display: flow-root;
    height: 300px;
    max-height: 300px;
    min-height: 300px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 32px 0 28px;
  }

  .iv-page .iv-interactive-card-cta {
    padding-top: 4px;
  }
  .iv-page .iv-interactive-card strong {
    margin-top: 4px;
  }
  .iv-page .iv-home-news-card {
    padding: 18px;
  }

  .iv-page .iv-supporter-story img {
    float: left;
    width: 150px;
    height: 150px;
    margin: 0 22px 14px 0;
  }

  .iv-page #iv-supporter-quote {
    margin-bottom: 22px;
    font-size: clamp(20px, 5.8vw, 30px);
    line-height: 1.14;
  }

  .iv-page .iv-supporter-story #iv-supporter-name,
  .iv-page .iv-supporter-story #iv-supporter-title {
    clear: both;
  }

  .iv-page .iv-supporters-footer p {
    text-align: left;
  }

  .iv-page .iv-state-workspace-row {
    margin-top: 40px;
  }

  .iv-page .iv-state-entry {
    grid-template-columns: minmax(0, 1fr) minmax(132px, 0.45fr);
    grid-template-rows: auto auto auto;
    gap: 8px;
    padding: 14px;
  }

  .iv-page .iv-state-now-list a {
    padding: 12px;
  }

  .iv-page .iv-state-entry > label {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .iv-page .iv-state-entry select {
    grid-column: 1;
    grid-row: 2;
  }

  .iv-page #iv-state-submit {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .iv-page .iv-state-entry select,
  .iv-page #iv-state-submit {
    min-height: 40px;
    font-size: 16px;
    margin: 0px 0px 10px;
  }

  .iv-page #iv-home-states-select {
    font-size: clamp(28px, 8vw, 36px);
    padding: 10px 0;
    margin-bottom: 5px;
  }

  .iv-page .iv-desk-context {
    grid-template-columns: 50px minmax(0, 1fr) auto;
  }

  .iv-page .iv-desk-context > div {
    display: block;
    padding: 8px;
  }

  .iv-page #iv-desk-route-count {
    margin-top: 5px;
    font-size: 11px;
  }

  .iv-page .iv-desk-body {
    padding: 14px 0px 0px;
  }

  .iv-page #iv-desk-prompt {
    font-family: var(--iv-font-sans);
    font-size: 21px;
    letter-spacing: -0.035em;
  }

  .iv-page .iv-desk-topics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iv-page .iv-desk-topics button {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "index label arrow";
    gap: 8px 12px;
    min-height: 48px;
    padding: 9px 10px;
    font-size: 12px;
  }

  .iv-page .iv-desk-topics .iv-topic-index {
    min-width: 20px;
    font-size: 11px;
    white-space: nowrap;
  }

  .iv-page .iv-focused-routes > a {
    padding: 10px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid var(--iv-rule) !important;
  }

  .iv-page .iv-focused-routes,
  .iv-page .iv-state-news-filters {
    grid-template-columns: var(--iv-route-columns, 1fr);
  }

  .iv-page .iv-home-newsroom {
    padding-top: 40px;
  }

  .iv-page .iv-state-news-filters {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-state-news-filters input,
  .iv-page .iv-state-news-filters select {
    min-height: 48px;
    font-size: 16px;
  }

  .iv-page .iv-state-story-list > a {
    grid-template-columns: minmax(0, 1fr) 22px;
    gap: 12px;
    padding: 16px;
  }

  .iv-page .iv-state-story-list time {
    display: none;
  }

  .iv-page .iv-state-story-list strong {
    font-size: 16px;
  }

  .iv-page .iv-state-story-list em {
    display: none;
  }

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

  .iv-page .iv-reporting-actions button,
  .iv-page .iv-reporting-actions a {
    width: 100%;
    text-align: center;
  }

  .iv-page .iv-data-showcase-heading {
    margin-bottom: 15px;
  }

  .iv-page .iv-resource-ways {
    padding: 20px 0;
  }

  .iv-page .iv-resource-panel {
    padding: 22px;
  }

  .iv-page .iv-civic-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .iv-page .iv-state-news-search input,
  .iv-page .iv-state-news-search button,
  .iv-page .iv-state-news-search select {
    height: 50px !important;
    max-height: 50px !important;
    min-height: 50px !important;
    font-size: 13px;
    text-align: center;
    font-family: var(--iv-font-mono);
    letter-spacing: -0.02em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .iv-page .iv-state-first-home *,
  .iv-page .iv-state-first-home *::before,
  .iv-page .iv-state-first-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
