@charset "UTF-8";
:root {
  --paper: #f8f7f3;
  --ink: #191918;
  --muted: #66655f;
  --line: #d2d0c8;
  --blue: #225f91;
  --red: #a23d38;
  --other: #856626;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  color-scheme: light;
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input,
select {
  font: inherit;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
}
.shell {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 44px;
  padding-right: 44px;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 9;
  padding: 14px;
  background: var(--ink);
  color: white;
}
.skip-link:focus {
  top: 10px;
}
.edition-line {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 13px;
  border-bottom: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nameplate {
  text-align: center;
  padding: 21px 0 19px;
}
.nameplate > a {
  font-family: var(--serif);
  font-size: 82px;
  line-height: 1;
  letter-spacing: -5px;
  font-weight: 700;
  text-decoration: none;
}
.nameplate-period {
  color: var(--red);
}
.nameplate p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  margin: 9px 0 0;
  color: var(--muted);
}
nav {
  display: flex;
  justify-content: center;
  gap: 36px;
  border-top: 3px double var(--ink);
  border-bottom: 1px solid var(--ink);
  min-height: 45px;
  align-items: stretch;
}
nav a {
  font-size: 12px;
  text-decoration: none;
  padding: 15px 0 12px;
  position: relative;
  white-space: nowrap;
}
nav a[aria-current="page"]:after {
  content: "";
  height: 3px;
  background: var(--ink);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.issue-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 43px;
  font-size: 10px;
  line-height: 1.5;
  color: var(--muted);
}
.status-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--muted);
  margin: 0 7px 2px 0;
  border-radius: 50%;
}
.hero {
  padding: 39px 0 33px;
  border-bottom: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 64px;
  align-items: end;
}
.eyebrow {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
}
.hero h1,
.page-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -2.8px;
  margin: 17px 0 20px;
  max-width: 800px;
}
.hero p {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.5;
  color: #4f4e48;
  margin: 0;
  max-width: 680px;
}
.hero-aside {
  border-left: 1px solid var(--line);
  padding: 3px 0 2px 25px;
}
.hero-aside p {
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.7;
  margin: 12px 0;
}
.text-link {
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.section-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 24px 0 18px;
}
.section-label h2 {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}
.chamber-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--ink);
}
.chamber-card {
  padding: 27px 32px 29px 0;
  min-width: 0;
}
.chamber-card + .chamber-card {
  border-left: 1px solid var(--line);
  padding-left: 32px;
  padding-right: 0;
}
.card-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.card-heading h3 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0;
}
.card-heading > a {
  text-decoration: none;
  font-size: 22px;
}
.small-label {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.6;
}
.pending-forecast {
  padding: 29px 0 20px;
}
.pending-title {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  margin: 0 0 10px;
}
.pending-forecast p {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 440px;
  margin: 0;
}
.pending-rule {
  margin: 22px 0 16px;
  display: flex;
  gap: 4px;
}
.pending-rule span {
  height: 5px;
  background: #dfddd5;
  flex: 1;
}
.card-bottom {
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
  gap: 12px;
}
.control-numbers {
  display: flex;
  justify-content: space-between;
  margin: 27px 0 14px;
}
.control-numbers strong {
  font-family: var(--serif);
  font-weight: 400;
  display: block;
  font-size: 50px;
  letter-spacing: -2px;
}
.dem {
  color: var(--blue);
}
.rep {
  color: var(--red);
}
.other {
  color: var(--other);
}
.control-numbers > div:last-child {
  text-align: right;
}
.control-track {
  height: 9px;
  display: flex;
  background: var(--line);
  gap: 2px;
}
.dem-segment {
  background: var(--blue);
}
.rep-segment {
  background: var(--red);
}
.seat-expectation {
  font-size: 12px;
  line-height: 1.7;
  margin: 15px 0;
  color: var(--muted);
}
.distribution {
  display: flex;
  align-items: end;
  height: 92px;
  gap: 2px;
  border-bottom: 1px solid var(--line);
  margin: 24px 0 8px;
}
.distribution span {
  flex: 1;
  min-width: 1px;
  background: #7e7d74;
}
.distribution-caption {
  font-size: 10px;
  color: var(--muted);
}
.desk-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 42px;
  margin-bottom: 50px;
}
.desk-sidebar {
  border-left: 1px solid var(--line);
  padding-left: 26px;
  margin-top: 25px;
}
.desk-sidebar h3 {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.15;
  margin: 12px 0;
}
.desk-sidebar p {
  font-size: 12px;
  line-height: 1.75;
  color: var(--muted);
}
.sidebar-note {
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
  margin-bottom: 24px;
}
.tile-groups {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px 12px;
  margin: 9px 0 18px;
}
.state-group h3 {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: var(--muted);
}
.state-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.tile {
  width: 35px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  background: #e8e6de;
  color: #46453f;
  border: 1px solid #d5d3cb;
  transition: transform 0.1s ease;
}
.tile:hover {
  transform: translateY(-2px);
  outline: 1px solid var(--ink);
}
.tile.is-dem {
  background: #d4e2eb;
  color: #194f77;
  border-color: #9bb6cb;
}
.tile.is-rep {
  background: #edd8d4;
  color: #853b35;
  border-color: #c69a92;
}
.tile.is-other {
  background: #e9e0c9;
  color: #6c541f;
  border-color: #c3b17d;
}
.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 10px;
  color: var(--muted);
  margin: 16px 0;
  line-height: 1.6;
}
.legend i {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #e8e6de;
  border: 1px solid #d5d3cb;
  margin-right: 5px;
}
.legend i.blue {
  background: #d4e2eb;
  border-color: #9bb6cb;
}
.legend i.red {
  background: #edd8d4;
  border-color: #c69a92;
}
.caption {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 700px;
}
.page-header {
  padding: 34px 0 26px;
  border-bottom: 1px solid var(--ink);
}
.page-header .page-title {
  font-size: 54px;
  margin: 13px 0 16px;
}
.page-header p {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 760px;
  margin: 0;
}
.back-link {
  font-size: 11px;
  margin-bottom: 20px;
  display: inline-block;
}
.chamber-summary {
  border-bottom: 1px solid var(--line);
  max-width: 640px;
}
.toolbar {
  display: flex;
  align-items: end;
  gap: 18px;
  justify-content: space-between;
  padding: 20px 0;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
.field label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.field input,
.field select {
  padding: 11px 12px;
  background: transparent;
  border: 1px solid #aaa89f;
  border-radius: 0;
  color: var(--ink);
  min-height: 42px;
}
.field input {
  width: 320px;
  max-width: 100%;
}
.field select {
  max-width: 250px;
}
.filter-count {
  font-size: 11px;
  color: var(--muted);
  padding-bottom: 12px;
  margin-left: auto;
}
.table-scroll {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 35px;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  text-align: left;
}
th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 12px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  white-space: nowrap;
  font-weight: 700;
}
td {
  border-bottom: 1px solid var(--line);
  padding: 17px 12px;
  line-height: 1.5;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
td:last-child,
th:last-child {
  padding-right: 0;
}
td.numeric,
th.numeric {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
td a {
  font-family: var(--serif);
  font-size: 17px;
  text-decoration: none;
}
td a:hover {
  text-decoration: underline;
}
.race-subtitle {
  font-size: 10px;
  color: var(--muted);
  margin-top: 4px;
}
.empty-cell {
  color: var(--muted);
  font-size: 11px;
}
.badge {
  font-size: 9px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  padding: 4px 6px;
  display: inline-block;
  white-space: nowrap;
}
.notice {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  margin: 24px 0;
}
.notice strong {
  color: var(--ink);
}
.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
  gap: 42px;
  padding: 30px 0;
}
.article-section {
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid var(--line);
}
.article-section h2 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 0 0 16px;
}
.article-section p,
.article-section li {
  font-size: 14px;
  line-height: 1.8;
  color: #55544f;
}
.body-copy {
  white-space: pre-line;
}
.article-section ul {
  padding-left: 20px;
}
.candidate-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.candidate-list li {
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.candidate-list strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
  color: var(--ink);
}
.candidate-list span {
  font-size: 11px;
  color: var(--muted);
  text-align: right;
}
.race-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0;
}
.race-metrics strong {
  font-size: 44px;
  font-family: var(--serif);
  font-weight: 400;
  display: block;
  margin: 10px 0;
}
.race-metrics .small-label {
  display: block;
}
.facts-list {
  margin: 0;
}
.facts-list > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.facts-list dt {
  color: var(--muted);
}
.facts-list dd {
  margin: 0;
  text-align: right;
}
.history-chart {
  width: 100%;
  height: 200px;
  overflow: visible;
}
.history-chart text {
  font-family: var(--sans);
  font-size: 10px;
  fill: var(--muted);
}
.history-chart .grid {
  stroke: var(--line);
  stroke-width: 1;
}
.history-chart .series {
  stroke: var(--blue);
  fill: none;
  stroke-width: 2;
}
.history-chart circle {
  fill: var(--blue);
}
.empty-history {
  border: 1px solid var(--line);
  padding: 26px 22px;
  margin: 14px 0;
  background: #f3f2ec;
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}
.prose {
  max-width: 780px;
  margin: 32px auto 60px;
}
.version-label {
  font-size: 10px;
  font-family: monospace;
  overflow-wrap: anywhere;
  color: var(--muted);
}
.loading-panel,
.error-panel {
  min-height: 350px;
  padding: 65px 0;
}
.loading-panel h1,
.error-panel h1 {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1px;
}
.loading-panel p,
.error-panel p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 600px;
  font-size: 14px;
}
.button {
  display: inline-block;
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--paper);
  text-decoration: none;
  padding: 12px 18px;
  font-size: 12px;
  margin-top: 10px;
}
.button.secondary {
  background: transparent;
  color: var(--ink);
}
.site-footer {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 30px;
  padding-top: 26px;
  padding-bottom: 35px;
  margin-top: 30px;
  position: relative;
}
.site-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 44px;
  right: 44px;
  border-top: 3px double var(--ink);
}
.footer-mark {
  font-family: var(--serif);
  font-size: 38px;
  letter-spacing: -2px;
  font-weight: 700;
  text-decoration: none;
}
.site-footer p {
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
  margin: 2px 0;
}
.site-footer > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 11px;
}
.site-footer > span {
  grid-column: 1/-1;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 1150px) {
  .full-tiles .tile-groups {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .full-tiles .tile {
    width: 31px;
    min-height: 30px;
  }
}
@media (max-width: 850px) {
  .shell {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 28px;
  }
  .hero h1 {
    font-size: 53px;
  }
  .hero-aside {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 17px 0 0;
  }
  .hero-aside p {
    display: inline;
    margin-right: 12px;
  }
  .desk-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .desk-sidebar {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .sidebar-note {
    border: 0;
  }
  .tile-groups {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .content-grid {
    gap: 28px;
  }
  .site-footer:before {
    left: 25px;
    right: 25px;
  }
  .toolbar {
    flex-wrap: wrap;
  }
  .field {
    flex: 1;
  }
  .filter-count {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .field input {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .shell {
    padding-left: 19px;
    padding-right: 19px;
  }
  .edition-line {
    font-size: 8px;
    padding-top: 15px;
    letter-spacing: 0.08em;
  }
  .nameplate {
    padding: 20px 0 18px;
  }
  .nameplate > a {
    font-size: 66px;
    letter-spacing: -4px;
  }
  .nameplate p {
    font-size: 12px;
  }
  nav {
    gap: 0;
    justify-content: space-between;
    min-height: 44px;
  }
  nav a {
    font-size: 10px;
    padding-top: 15px;
  }
  .issue-line {
    font-size: 9px;
    align-items: start;
    padding-top: 11px;
    padding-bottom: 11px;
    gap: 15px;
  }
  .issue-line > span:last-child {
    text-align: right;
    max-width: 140px;
  }
  .hero {
    padding-top: 23px;
    gap: 23px;
  }
  .hero h1,
  .page-header .page-title {
    font-size: 43px;
    letter-spacing: -1.8px;
    margin: 14px 0 15px;
  }
  .hero p {
    font-size: 17px;
  }
  .hero-aside p {
    font-size: 11px;
  }
  .chamber-grid {
    grid-template-columns: 1fr;
  }
  .chamber-card {
    padding: 23px 0;
  }
  .chamber-card + .chamber-card {
    padding: 23px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .card-heading h3 {
    font-size: 31px;
  }
  .pending-forecast {
    padding: 23px 0 17px;
  }
  .pending-title {
    font-size: 25px;
  }
  .section-label {
    padding-top: 24px;
  }
  .section-label h2 {
    font-size: 10px;
  }
  .section-label > a {
    font-size: 10px;
  }
  .tile-groups {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 9px;
  }
  .tile {
    width: 32px;
    min-height: 32px;
    font-size: 9px;
  }
  .desk-sidebar {
    display: block;
  }
  .sidebar-note {
    padding-top: 14px;
    border-bottom: 1px solid var(--line);
  }
  .page-header {
    padding-top: 24px;
  }
  .page-header p {
    font-size: 17px;
  }
  .content-grid {
    grid-template-columns: 1fr;
    padding-top: 25px;
    gap: 10px;
  }
  .field input,
  .field select {
    font-size: 12px;
    width: 100%;
    max-width: none;
  }
  .field {
    flex: 1 1 120px;
  }
  .toolbar {
    gap: 14px;
  }
  .table-scroll table {
    min-width: 570px;
  }
  .candidate-list li {
    gap: 10px;
  }
  .candidate-list strong {
    font-size: 18px;
  }
  .race-metrics strong {
    font-size: 38px;
  }
  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 16px;
  }
  .site-footer > p {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .site-footer > div {
    align-self: center;
    font-size: 10px;
  }
  .site-footer:before {
    left: 19px;
    right: 19px;
  }
  .prose {
    margin-top: 25px;
  }
  .article-section h2 {
    font-size: 27px;
  }
  .notice {
    font-size: 11px;
  }
  .loading-panel h1,
  .error-panel h1 {
    font-size: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
.distribution-figure {
  margin: 0;
}
.card-heading h3 a {
  text-decoration: none;
}
.candidate-heading {
  margin-top: 13px !important;
}
@media (max-width: 850px) {
  .hero-aside > .eyebrow {
    display: block;
    margin-bottom: 9px;
  }
  .hero-aside p {
    display: block;
    margin: 0 0 12px;
  }
}
.tile.is-other,
.legend i.purple {
  background: #e1dae9;
  color: #614477;
  border-color: #b3a0c4;
}
.other {
  color: #614477;
}
.candidate-name {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.table-scroll th[scope="row"] {
  text-transform: none;
  letter-spacing: 0;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}
