:root {
  --ink: #10221f;
  --muted: #52605d;
  --paper: #f7faf7;
  --panel: #ffffff;
  --line: #d9e2dc;
  --green: #0a5c4a;
  --green-dark: #063c34;
  --mint: #dff2e8;
  --gold: #d9972e;
  --coral: #c75d4d;
  --shadow: 0 18px 50px rgba(16, 34, 31, 0.16);
  --header-height: 76px;
  --status-bar-height: 0px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 100;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: #fff;
  background: var(--green-dark);
  border-radius: 6px;
}

body.has-data-disclaimer-open {
  overflow: hidden;
}

.data-disclaimer-modal[hidden] {
  display: none;
}

.data-disclaimer-modal {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 34px);
}

.data-disclaimer-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(3, 18, 16, 0.94), rgba(7, 27, 24, 0.86)),
    rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(12px);
}

.data-disclaimer-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  width: min(820px, 100%);
  max-height: min(880px, calc(100svh - 28px));
  padding: clamp(20px, 4vw, 34px);
  color: #f5fbf7;
  background: #071b18;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.data-disclaimer-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

.data-disclaimer-close:hover,
.data-disclaimer-close:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  outline: none;
}

.data-disclaimer-brand-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 54px 14px 0;
}

.data-disclaimer-alert {
  flex: 0 0 auto;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin: 0;
  color: #071b18;
  background: var(--gold);
  border-radius: 50%;
  font-size: 1.45rem;
  font-weight: 900;
}

.site-wordmark-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: #fff;
}

.site-wordmark-icon {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
}

.site-wordmark-icon-spokes line {
  stroke-linecap: round;
  stroke-width: 8.2;
}

.site-wordmark-icon-core {
  fill: #fff;
}

.site-wordmark-icon-ring {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10.6;
}

.site-wordmark-icon-node,
.site-wordmark-icon-dot {
  stroke: none;
}

.spoke-teal,
.ring-teal {
  stroke: #05aaa5;
}

.spoke-blue,
.ring-blue {
  stroke: #0878bc;
}

.node-teal {
  fill: #07aaa2;
}

.node-blue {
  fill: #087bc0;
}

.node-blue-dark {
  fill: #0a4269;
}

.site-wordmark-text {
  display: inline-grid;
  min-width: 0;
}

.site-wordmark-main {
  display: flex;
  align-items: baseline;
  min-width: 0;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.32);
  white-space: nowrap;
}

.site-wordmark-main strong,
.site-wordmark-main em {
  display: inline;
  font-style: normal;
  line-height: 1;
}

.site-wordmark-main strong {
  color: #fff;
}

.site-wordmark-main em {
  color: #91bca9;
  font-size: 0.86em;
  font-weight: 850;
}

.site-wordmark-com-wrap {
  position: relative;
  display: inline-flex;
  align-items: baseline;
}

.site-wordmark-beta {
  position: absolute;
  right: 0.08em;
  top: -0.68em;
  color: #12c7bf;
  font-size: 0.36em;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.site-wordmark-underline {
  display: none;
}

.site-wordmark-logo-disclaimer .site-wordmark-main {
  font-size: clamp(1.8rem, 4.3vw, 2.55rem);
}

.site-wordmark-logo-disclaimer .site-wordmark-icon {
  width: 68px;
  height: 68px;
}

.data-disclaimer-kicker {
  margin: 0 44px 10px 0;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.data-disclaimer-kicker:focus {
  outline: none;
}

.data-disclaimer-summary {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
}

.data-disclaimer-summary strong {
  color: #fff;
}

.data-disclaimer-scroll {
  overflow: auto;
  margin: 22px -6px 0 0;
  padding: 0 10px 0 0;
}

.data-disclaimer-scroll article + article {
  margin-top: 20px;
}

.data-disclaimer-scroll h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.data-disclaimer-scroll p,
.data-disclaimer-scroll li {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.55;
}

.data-disclaimer-scroll p {
  margin: 0;
}

.data-disclaimer-scroll ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.data-disclaimer-links a {
  color: #fff;
  font-weight: 800;
}

.data-disclaimer-warning {
  margin-top: 12px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(199, 93, 77, 0.18);
  border: 1px solid rgba(199, 93, 77, 0.38);
  border-radius: 8px;
  font-weight: 850;
}

.data-disclaimer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.data-disclaimer-footer > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.data-disclaimer-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
}

.data-disclaimer-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
}

.data-disclaimer-updated {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: var(--header-height);
  padding: 14px clamp(18px, 4vw, 54px);
  color: #fff;
  background: rgba(6, 31, 28, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.header-brand-group {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

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

.brand .site-wordmark-main {
  font-size: clamp(1.28rem, 2vw, 1.55rem);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.site-nav a {
  padding: 9px 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  text-decoration: none;
  border-radius: 6px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  outline: none;
}

.site-nav a[aria-current],
.site-nav a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span:not(.screen-reader-text) {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
  border-radius: 999px;
}

.hero {
  position: relative;
  display: block;
  --hero-pad-x: clamp(10px, 1.4vw, 22px);
  min-height: auto;
  overflow: hidden;
  padding: calc(var(--header-height) + var(--status-bar-height) + 8px) var(--hero-pad-x) 0;
  color: #fff;
  background-image: url("assets/hero-health-news.png?v=20260508-restored2");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

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

.content-page-main {
  padding-top: var(--header-height);
}

.content-page-intro {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(4, 31, 28, 0.96), rgba(8, 61, 52, 0.92)),
    #071b18;
  border-bottom: 1px solid rgba(16, 34, 31, 0.12);
}

.content-page-intro-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(58px, 8vw, 92px) clamp(18px, 5vw, 76px) clamp(46px, 7vw, 76px);
}

.content-page-intro h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.35rem, 5.8vw, 4.7rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.content-page-intro p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.9vw, 1.18rem);
}

.content-page-body {
  padding: clamp(42px, 7vw, 78px) clamp(18px, 5vw, 76px);
}

.content-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  gap: clamp(34px, 6vw, 72px);
  width: min(100%, 1120px);
  margin: 0 auto;
}

.content-copy {
  max-width: 760px;
}

.content-copy p {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(1.02rem, 1.5vw, 1.12rem);
}

.content-copy p:last-child {
  margin-bottom: 0;
}

.content-aside {
  align-self: start;
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.content-aside h2,
.contact-panel h2 {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.content-aside p,
.contact-panel p {
  margin: 0;
  color: var(--muted);
}

.contact-panel {
  max-width: 820px;
}

.contact-list {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin: 24px 0 0;
}

.contact-method {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 34, 31, 0.08);
}

.contact-method strong,
.contact-method a,
.contact-method span {
  display: block;
}

.contact-method strong {
  color: var(--green-dark);
  font-size: 1.05rem;
}

.contact-method a {
  width: fit-content;
  margin: 8px 0;
  color: var(--green);
  font-size: 1.08rem;
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.contact-method span {
  color: var(--muted);
}

.hero-media {
  display: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(4, 24, 22, 0.93) 0%, rgba(4, 24, 22, 0.76) 36%, rgba(4, 24, 22, 0.2) 72%),
    linear-gradient(0deg, rgba(4, 24, 22, 0.42), rgba(4, 24, 22, 0.1));
  pointer-events: none;
}

.eyebrow,
.section-kicker,
.status {
  margin: 0 0 13px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.35rem, 10vw, 7.15rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.15;
}

.hero-copy {
  max-width: 600px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 1.55vw, 1.22rem);
}

.hero-splash {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: clamp(320px, 44svh, 500px);
  flex-direction: column;
  justify-content: flex-start;
  max-width: 980px;
  padding: clamp(18px, 3vw, 34px) 0 clamp(22px, 4vw, 48px);
}

.hero-splash h1 {
  max-width: 900px;
  font-size: 4.6rem;
  line-height: 0.98;
  overflow-wrap: normal;
  white-space: normal;
}

.hero-splash .hero-copy {
  max-width: 710px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  color: var(--green-dark);
  background: #fff;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--mint);
}

.button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.17);
}

.medical-note {
  max-width: 620px;
  margin: 22px 0 0;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.76);
  border-left: 3px solid var(--gold);
  font-size: 0.95rem;
}

.header-live-status {
  flex: 1 1 auto;
  max-width: min(620px, 42vw);
  padding-left: 16px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.live-status-main[data-source-state="warning"] .live-pulse {
  background: #ffb13b;
  box-shadow: 0 0 0 5px rgba(255, 177, 59, 0.14);
}

.live-status-main[data-source-state="error"] .live-pulse {
  background: #ff4d55;
  box-shadow: 0 0 0 5px rgba(255, 77, 85, 0.14);
}

.live-status-main[data-source-state="warning"] .live-pulse::after {
  border-color: rgba(255, 177, 59, 0.46);
}

.live-status-main[data-source-state="error"] .live-pulse::after {
  border-color: rgba(255, 77, 85, 0.46);
}

.live-status-main,
.live-source-watch {
  display: flex;
  align-items: center;
  min-width: 0;
}

.live-status-main {
  gap: 10px;
}

.live-status-main > span:last-child {
  min-width: 0;
}

.live-status-main strong,
.live-status-main small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-status-main strong {
  font-size: 0.86rem;
  line-height: 1.2;
}

.live-status-main small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.67rem;
  line-height: 1.2;
}

.live-status-main small:empty {
  display: none;
}

.live-pulse {
  position: relative;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background: #2ee88a;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(46, 232, 138, 0.12);
}

.live-pulse::after {
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(46, 232, 138, 0.42);
  border-radius: 50%;
  animation: livePulse 1.8s ease-out infinite;
  content: "";
}

@keyframes livePulse {
  0% {
    opacity: 0.85;
    transform: scale(0.62);
  }

  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

.live-source-watch {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px 9px;
}

.source-watch-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-right: 5px;
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.source-watch-label i {
  position: relative;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  background: #2ee88a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(46, 232, 138, 0.12);
}

.source-watch-label i::after {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(46, 232, 138, 0.45);
  border-radius: 50%;
  animation: livePulse 1.8s ease-out infinite;
  content: "";
}

.live-source-watch a {
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(223, 242, 232, 0.22);
  border-radius: 0;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.live-source-watch a::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  background: rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  content: "";
  vertical-align: 1px;
}

.live-source-watch a.source-watch-ok::before {
  background: #2ee88a;
  box-shadow: 0 0 0 3px rgba(46, 232, 138, 0.12);
}

.live-source-watch a.source-watch-warning::before {
  background: #ffb13b;
  box-shadow: 0 0 0 3px rgba(255, 177, 59, 0.13);
}

.live-source-watch a.source-watch-error::before {
  background: #ff4d55;
  box-shadow: 0 0 0 3px rgba(255, 77, 85, 0.13);
}

.live-source-watch a:hover,
.live-source-watch a:focus-visible {
  color: #fff;
  border-bottom-color: #2ee88a;
  outline: none;
}

.tracker-panel {
  position: relative;
  top: auto;
  right: auto;
  z-index: 2;
  scroll-margin-top: calc(var(--header-height) + var(--status-bar-height) + 12px);
  width: 100%;
  margin: 0 auto;
  padding: 18px;
  color: #fff;
  background: rgba(4, 29, 26, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(9px);
}

.tracker-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.tracker-header > div:first-child {
  min-width: 220px;
}

.tracker-review-tools {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px 12px;
  min-width: 0;
}

.tracker-review-tools .live-source-watch {
  justify-content: flex-end;
}

.tracker-kicker {
  margin: 0 0 5px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tracker-header h2 {
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  line-height: 1.05;
}

.tracker-badge {
  flex: 0 0 auto;
  padding: 6px 9px;
  color: var(--mint);
  border: 1px solid rgba(223, 242, 232, 0.28);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}

.outbreak-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 12px;
}

.overview-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "value label"
    "value detail";
  column-gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 8px 13px;
  overflow: hidden;
  color: var(--overview-text);
  background:
    radial-gradient(circle at 92% 4%, rgba(255, 255, 255, 0.35), transparent 28%),
    linear-gradient(135deg, var(--overview-start), var(--overview-end));
  border: 1px solid var(--overview-border);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 16px 38px rgba(0, 0, 0, 0.18);
}

.overview-card::before {
  position: absolute;
  right: -18px;
  bottom: -32px;
  width: 84px;
  height: 84px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.overview-card p,
.overview-card span {
  display: block;
}

.overview-card p {
  grid-area: label;
  margin: 0;
  color: var(--overview-text);
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.overview-card p::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  background: currentColor;
  border-radius: 50%;
  content: "";
  vertical-align: 1px;
}

.overview-card strong {
  grid-area: value;
  display: block;
  margin: 0;
  color: var(--overview-text);
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 0.95;
}

.overview-card span {
  grid-area: detail;
  margin-top: 2px;
  color: var(--overview-text);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.15;
}

.overview-card-cases {
  --overview-start: #ffe35a;
  --overview-end: #f0b625;
  --overview-border: rgba(255, 236, 128, 0.62);
  --overview-pill: rgba(16, 34, 31, 0.1);
  --overview-text: #14231f;
}

.overview-card-critical {
  --overview-start: #ffb14a;
  --overview-end: #f27a21;
  --overview-border: rgba(255, 198, 104, 0.62);
  --overview-pill: rgba(16, 34, 31, 0.12);
  --overview-text: #15221f;
}

.overview-card-deaths {
  --overview-start: #ff5b57;
  --overview-end: #d92e2e;
  --overview-border: rgba(255, 139, 135, 0.6);
  --overview-pill: rgba(255, 255, 255, 0.15);
  --overview-text: #fff7f2;
}

.tracker-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1000 / 564;
  margin: 0 auto;
  background:
    radial-gradient(circle at 42% 48%, rgba(16, 93, 74, 0.11), transparent 36%),
    #00031a;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
}

.map-stage {
  position: absolute;
  inset: 0;
}

.tracker-map.is-zoomed {
  cursor: grab;
  touch-action: none;
}

.tracker-map.is-dragging {
  cursor: grabbing;
}

.world-map-shell,
.world-map {
  position: absolute;
  inset: 0;
}

.world-map {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  user-select: none;
  -webkit-user-drag: none;
}

.world-map-svg {
  overflow: hidden;
  shape-rendering: geometricPrecision;
}

.world-map-svg .ocean {
  fill: #00031a;
}

.world-map-svg .country {
  fill: #215f4f;
  stroke: rgba(223, 242, 232, 0.64);
  stroke-width: 0.72;
  vector-effect: non-scaling-stroke;
  pointer-events: all;
  shape-rendering: geometricPrecision;
}

.tracker-map.is-zoomed .world-map-svg .country {
  stroke: rgba(245, 255, 251, 0.78);
  stroke-width: 0.62;
}

.world-map-svg .country.is-hovered {
  fill: #2c7a66;
  stroke: #f7faf7;
  stroke-width: 1;
}

.admin-region-border {
  display: none;
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.45);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.34;
  vector-effect: non-scaling-stroke;
  pointer-events: none;
  shape-rendering: geometricPrecision;
}

.admin-region-border.is-priority-admin,
.tracker-map.show-all-admin-borders .admin-region-border {
  display: inline;
}

.tracker-map.is-zoomed .admin-region-border {
  stroke: rgba(255, 255, 255, 0.68);
  stroke-width: 0.28;
}

.tracker-map.show-detailed-region-hover .admin-region-border {
  pointer-events: all;
}

.admin-region-border.is-hovered {
  fill: rgba(217, 151, 46, 0.12);
  stroke: var(--gold);
  stroke-width: 0.95;
}

.us-state-border {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.72);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.5;
  vector-effect: non-scaling-stroke;
  pointer-events: none;
  shape-rendering: geometricPrecision;
}

.tracker-map.is-zoomed .us-state-border {
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 0.42;
}

.tracker-map.show-detailed-region-hover .us-state-border {
  pointer-events: all;
}

.us-state-border.is-hovered {
  fill: rgba(217, 151, 46, 0.13);
  stroke: var(--gold);
  stroke-width: 1.1;
}

.world-map-svg .country.has-case-data,
.admin-region-border.has-case-data,
.us-state-border.has-case-data {
  cursor: help;
}

.world-map-svg .country.status-confirmed,
.admin-region-border.status-confirmed,
.us-state-border.status-confirmed {
  fill: #f2c94c;
  stroke: #fff4a8;
  stroke-width: 0.85;
}

.world-map-svg .country.status-probable,
.admin-region-border.status-probable,
.us-state-border.status-probable {
  fill: #8bc9bd;
  stroke: #d7fff4;
  stroke-width: 0.85;
}

.world-map-svg .country.status-critical,
.admin-region-border.status-critical,
.us-state-border.status-critical {
  fill: #f27a21;
  stroke: #ffd0a0;
  stroke-width: 0.85;
}

.world-map-svg .country.status-death,
.admin-region-border.status-death,
.us-state-border.status-death {
  fill: #e24d4d;
  stroke: #ffd8d4;
  stroke-width: 0.9;
}

.world-map-svg .country.status-confirmed.is-hovered,
.admin-region-border.status-confirmed.is-hovered,
.us-state-border.status-confirmed.is-hovered {
  fill: #ffe35a;
  stroke: #fff;
  stroke-width: 1.15;
}

.world-map-svg .country.status-probable.is-hovered,
.admin-region-border.status-probable.is-hovered,
.us-state-border.status-probable.is-hovered {
  fill: #9ee4d5;
  stroke: #fff;
  stroke-width: 1.15;
}

.world-map-svg .country.status-critical.is-hovered,
.admin-region-border.status-critical.is-hovered,
.us-state-border.status-critical.is-hovered {
  fill: #ff9a3d;
  stroke: #fff;
  stroke-width: 1.15;
}

.world-map-svg .country.status-death.is-hovered,
.admin-region-border.status-death.is-hovered,
.us-state-border.status-death.is-hovered {
  fill: #ff5b57;
  stroke: #fff;
  stroke-width: 1.18;
}

.tracker-map.is-zoomed .world-map-svg .country.has-country-aggregate,
.tracker-map.is-zoomed .world-map-svg .country.has-country-aggregate.is-hovered {
  fill: #215f4f;
}

.country-case-outline {
  display: none;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
  vector-effect: non-scaling-stroke;
  pointer-events: none;
  shape-rendering: geometricPrecision;
}

.tracker-map.is-zoomed .country-case-outline {
  display: inline;
}

.country-case-outline.status-confirmed {
  stroke: #ffe35a;
}

.country-case-outline.status-probable {
  stroke: #9ee4d5;
}

.country-case-outline.status-critical {
  stroke: #ff9a3d;
}

.country-case-outline.status-death {
  stroke: #ff5b57;
}

.map-pin {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: 17px;
  height: 17px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(217, 151, 46, 0.16), 0 6px 16px rgba(0, 0, 0, 0.35);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.map-pin.confirmed {
  background: #e24d4d;
}

.map-pin.monitoring {
  background: #d9972e;
}

.map-pin:hover,
.map-pin:focus-visible,
.map-pin.is-active {
  width: 22px;
  height: 22px;
  box-shadow: 0 0 0 10px rgba(226, 77, 77, 0.22), 0 10px 24px rgba(0, 0, 0, 0.45);
  outline: none;
}

.map-pin span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  display: none;
  width: max-content;
  max-width: 210px;
  padding: 6px 8px;
  color: var(--green-dark);
  background: #f7faf7;
  border-radius: 5px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.26);
  font-size: 0.72rem;
  font-weight: 900;
  transform: translateX(-50%);
}

.map-pin:hover span,
.map-pin:focus-visible span,
.map-pin.is-active span {
  display: block;
}

.map-controls {
  position: absolute;
  z-index: 520;
  top: 12px;
  left: 12px;
  display: inline-flex;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
}

.map-controls button {
  min-width: 38px;
  min-height: 36px;
  padding: 0 10px;
  color: #fff;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
}

.map-controls button:last-child {
  border-right: 0;
}

.map-controls button:hover,
.map-controls button:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  outline: none;
}

.map-controls button:disabled {
  cursor: default;
  opacity: 0.42;
}

.map-hover-label {
  position: absolute;
  z-index: 560;
  min-width: 240px;
  max-width: min(340px, calc(100% - 32px));
  padding: 10px 11px;
  color: var(--green-dark);
  background: #f7faf7;
  border: 1px solid rgba(223, 242, 232, 0.75);
  border-top: 4px solid rgba(82, 96, 93, 0.5);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.22;
  pointer-events: none;
  transform: translate(12px, -50%);
}

.map-hover-label[data-status="confirmed"] {
  border-top-color: #f2c94c;
}

.map-hover-label[data-status="probable"] {
  border-top-color: #8bc9bd;
}

.map-hover-label[data-status="critical"] {
  border-top-color: #f27a21;
}

.map-hover-label[data-status="death"] {
  border-top-color: #e24d4d;
}

.map-hover-title,
.map-hover-status,
.map-hover-metrics,
.map-hover-note,
.map-hover-sources {
  display: block;
}

.map-hover-title {
  color: var(--green-dark);
  font-size: 0.84rem;
  line-height: 1.15;
}

.map-hover-status {
  margin-top: 3px;
  color: rgba(16, 34, 31, 0.68);
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.map-hover-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

.map-hover-metric {
  min-width: 0;
  padding: 6px;
  color: var(--green-dark);
  background: rgba(16, 34, 31, 0.06);
  border-radius: 6px;
}

.map-hover-metric.confirmed {
  background: rgba(242, 201, 76, 0.28);
}

.map-hover-metric.probable {
  background: rgba(139, 201, 189, 0.28);
}

.map-hover-metric.critical {
  background: rgba(242, 122, 33, 0.24);
}

.map-hover-metric.deaths {
  color: #6b1616;
  background: rgba(226, 77, 77, 0.2);
}

.map-hover-metric strong,
.map-hover-metric em {
  display: block;
}

.map-hover-metric strong {
  font-size: 1rem;
  line-height: 1;
}

.map-hover-metric em {
  margin-top: 3px;
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.map-hover-note {
  margin-top: 8px;
  color: rgba(16, 34, 31, 0.76);
  font-size: 0.67rem;
}

.map-hover-sources {
  margin-top: 7px;
  padding-top: 7px;
  color: rgba(16, 34, 31, 0.65);
  border-top: 1px solid rgba(16, 34, 31, 0.12);
  font-size: 0.6rem;
  font-weight: 800;
}

.map-legend {
  position: absolute;
  z-index: 450;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legend-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.legend-dot.confirmed {
  background: #f2c94c;
}

.legend-dot.probable {
  background: #8bc9bd;
}

.legend-dot.critical {
  background: #f27a21;
}

.legend-dot.deaths {
  background: #e24d4d;
}

.legend-dot.monitoring {
  background: #d9972e;
}

.map-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  margin: 0;
  place-items: center;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.45);
}

.tracker-location {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tracker-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.tracker-education {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(420px, 1.3fr);
  gap: 12px;
  margin-top: 14px;
}

.monitoring-card,
.virus-card {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
}

.monitoring-card {
  padding: 15px;
}

.monitoring-card h3,
.monitoring-card p {
  margin: 0;
}

.monitoring-card h3 {
  margin-top: 6px;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.monitoring-card p:not(.tracker-location) {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  line-height: 1.55;
}

.context-source-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-top: 14px;
}

.context-source-row span {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.context-source-row a,
.virus-card a {
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(223, 242, 232, 0.28);
}

.context-source-row a:hover,
.context-source-row a:focus-visible,
.virus-card a:hover,
.virus-card a:focus-visible {
  color: #fff;
  border-bottom-color: #fff;
  outline: none;
}

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

.virus-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  padding: 13px;
}

.virus-card span {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
}

.virus-card p {
  margin: 8px 0 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.45;
}

.intro-band {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 20px clamp(18px, 4vw, 54px);
  color: #fff;
  background: var(--green-dark);
}

.hero .intro-band {
  margin: 28px calc(var(--hero-pad-x) * -1) 0;
  background: rgba(6, 60, 52, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
}

.intro-band div {
  display: flex;
  width: min(1160px, 100%);
  gap: 12px;
}

.intro-band span {
  color: rgba(255, 255, 255, 0.76);
}

.section {
  padding: clamp(64px, 10vw, 124px) clamp(18px, 5vw, 76px);
}

.section-split,
.checklist-layout {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 76px);
}

#basics {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4, 24, 22, 0.94) 0%, rgba(4, 24, 22, 0.82) 48%, rgba(4, 24, 22, 0.58) 100%),
    linear-gradient(0deg, rgba(4, 24, 22, 0.42), rgba(4, 24, 22, 0.08)),
    url("assets/health-basics-splash.png?v=20260510-health1");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

@media (min-width: 901px) {
  #basics.section-split {
    grid-template-columns: minmax(112px, 0.22fr) minmax(0, 1fr);
    gap: clamp(22px, 3.4vw, 48px);
  }

  #basics .section-main {
    justify-self: start;
    width: 85%;
  }
}

#basics .section-main > p {
  color: rgba(255, 255, 255, 0.78);
}

#basics .fact-card {
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 48px rgba(3, 18, 16, 0.24);
  backdrop-filter: blur(10px);
}

#basics .fact-card h3 {
  margin-top: 0;
}

.section-main > p,
.section-heading > p,
.checklist-layout > div p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.fact-grid,
.coverage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.fact-card,
.coverage-card {
  min-height: 228px;
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(16, 34, 31, 0.07);
}

.fact-card p,
.coverage-card p {
  margin: 0;
  color: var(--muted);
}

.fact-card-source {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-top: auto;
  padding-top: 18px;
  color: #5d746d;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fact-card-source span {
  color: #7b918a;
}

.fact-card-source a {
  color: #06483d;
  text-decoration: none;
  border-bottom: 1px solid rgba(230, 157, 46, 0.5);
}

.fact-card-source a:hover,
.fact-card-source a:focus-visible {
  color: #b56f14;
  border-bottom-color: currentColor;
}

.coverage-section {
  background: #fff;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.coverage-grid,
.source-links {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.coverage-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
}

.coverage-card .status {
  color: var(--coral);
}

.news-feed-card {
  min-height: 540px;
}

.news-feed-card h3 {
  margin-bottom: 0;
}

.news-feed-list {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.news-feed-item {
  display: grid;
  gap: 7px;
  padding: 14px 16px;
  color: #14342e;
  background: linear-gradient(135deg, #fbfffc, #eff8f2);
  border: 1px solid rgba(18, 74, 61, 0.13);
  border-left: 5px solid var(--gold);
  border-radius: 18px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(16, 34, 31, 0.06);
}

.news-feed-item.research {
  border-left-color: var(--green);
}

.news-feed-item:hover,
.news-feed-item:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(18, 74, 61, 0.28);
  box-shadow: 0 12px 28px rgba(16, 34, 31, 0.12);
  outline: none;
}

.news-feed-item strong {
  color: #10241f;
  font-size: 0.98rem;
  line-height: 1.25;
}

.news-feed-item p {
  color: #4a5f59;
  font-size: 0.9rem;
  line-height: 1.45;
}

.news-feed-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #61746f;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.news-feed-empty {
  padding: 18px;
  color: var(--muted);
  background: #f7fbf8;
  border: 1px dashed rgba(18, 74, 61, 0.2);
  border-radius: 18px;
  font-size: 0.94rem;
  line-height: 1.5;
}

.checklist-section {
  background: #eef5ef;
}

.checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding: 18px 18px 18px 52px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 6px 26px rgba(16, 34, 31, 0.06);
}

.checklist li::before {
  position: absolute;
  top: 19px;
  left: 18px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  content: "\2713";
  font-size: 0.8rem;
  font-weight: 900;
}

.source-section {
  background: var(--green-dark);
  color: #fff;
}

.source-section .section-heading > p {
  color: rgba(255, 255, 255, 0.74);
}

.source-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.source-links a {
  min-height: 86px;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.source-links a:hover,
.source-links a:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  outline: none;
}

.site-disclaimer {
  padding: 24px clamp(18px, 5vw, 76px);
  color: rgba(255, 255, 255, 0.78);
  background: #041513;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-disclaimer > div {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.site-disclaimer p {
  max-width: 1040px;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.site-disclaimer strong {
  color: #fff;
}

.disclaimer-source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 15px;
}

.disclaimer-source-list span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.disclaimer-source-list a {
  padding: 6px 8px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.disclaimer-source-list a:hover,
.disclaimer-source-list a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 30px clamp(18px, 5vw, 76px);
  color: rgba(255, 255, 255, 0.76);
  background: #071b18;
}

.site-footer strong,
.site-footer span,
.site-footer small {
  display: block;
}

.site-footer strong {
  color: #fff;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 14px;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--mint);
  outline: none;
}

.site-footer p {
  max-width: 560px;
  margin: 0;
}

.footer-disclaimer-link {
  display: inline-flex;
  margin-top: 12px;
  padding: 0;
  color: #fff;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.footer-disclaimer-link:hover,
.footer-disclaimer-link:focus-visible {
  color: var(--mint);
  border-bottom-color: var(--mint);
  outline: none;
}

.site-footer small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
}

@media (max-width: 1280px) {
  .header-live-status {
    display: none;
  }

  .site-nav a {
    padding: 8px 10px;
  }
}

@media (max-width: 1180px) {
  .header-live-status {
    max-width: min(440px, 36vw);
  }

  .tracker-review-tools {
    justify-content: flex-start;
    max-width: 100%;
  }

  .tracker-review-tools .live-source-watch {
    justify-content: flex-start;
  }

  .tracker-panel {
    width: 100%;
    margin: 0 auto 28px;
  }

  .hero-content {
    display: none;
  }

  .tracker-education {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 18px 18px;
    background: rgba(6, 31, 28, 0.96);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .hero {
    background-attachment: scroll;
    background-position: 62% center;
  }

  #basics {
    background-attachment: scroll;
    background-position: 62% center;
  }

  .hero-splash h1 {
    max-width: 760px;
    font-size: 3.6rem;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(4, 24, 22, 0.94) 0%, rgba(4, 24, 22, 0.78) 52%, rgba(4, 24, 22, 0.38) 100%),
      linear-gradient(0deg, rgba(4, 24, 22, 0.46), rgba(4, 24, 22, 0.1));
  }

  .section-split,
  .checklist-layout,
  .section-heading,
  .content-page-grid,
  .data-disclaimer-footer,
  .data-disclaimer-footer > div,
  .site-footer,
  .intro-band div,
  .disclaimer-source-list {
    display: block;
  }

  .section-kicker {
    margin-bottom: 18px;
  }

  .fact-grid,
  .coverage-grid,
  .source-links {
    grid-template-columns: 1fr;
  }

  .section-heading > p {
    margin-top: 18px;
  }

  .checklist {
    margin-top: 28px;
  }

  .site-footer p {
    margin-top: 16px;
  }

  .content-aside {
    margin-top: 30px;
    padding: 22px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .data-disclaimer-footer > div {
    margin-top: 16px;
  }

  .data-disclaimer-updated {
    display: block;
    margin-bottom: 12px;
  }

  .disclaimer-source-list a,
  .disclaimer-source-list span {
    display: inline-flex;
    margin: 7px 6px 0 0;
  }
}

@media (max-width: 560px) {
  :root {
    --header-height: 70px;
  }

  .site-header {
    padding: 12px 16px;
  }

  .header-brand-group {
    gap: 10px;
    max-width: calc(100% - 52px);
  }

  .header-live-status {
    max-width: 145px;
    padding-left: 10px;
    gap: 7px;
  }

  .header-live-status small {
    display: none;
  }

  .header-live-status strong {
    font-size: 0.64rem;
  }

  .brand .site-wordmark-main {
    font-size: 1.05rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-splash h1 {
    max-width: 100%;
    font-size: 2.35rem;
    line-height: 1.05;
  }

  .content-page-intro-inner {
    padding: 44px 18px 36px;
  }

  .content-page-intro h1 {
    font-size: 2.2rem;
  }

  .content-page-body {
    padding: 34px 18px;
  }

  .data-disclaimer-modal {
    align-items: stretch;
    padding: 10px;
  }

  .data-disclaimer-dialog {
    width: 100%;
    max-height: calc(100svh - 20px);
    padding: 18px;
  }

  .data-disclaimer-brand-row {
    gap: 10px;
    margin-right: 50px;
  }

  .site-wordmark-logo-disclaimer {
    gap: 7px;
    max-width: 100%;
  }

  .site-wordmark-logo-disclaimer .site-wordmark-icon {
    width: 34px;
    height: 34px;
  }

  .site-wordmark-logo-disclaimer .site-wordmark-main {
    font-size: clamp(1.18rem, 6.1vw, 1.5rem);
  }

  .data-disclaimer-summary {
    font-size: 0.96rem;
  }

  .data-disclaimer-footer .button {
    width: 100%;
  }

  .live-source-watch {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-items: normal;
  }

  .live-source-watch a {
    justify-content: flex-start;
    width: auto;
  }

  .source-watch-label {
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
  }

  .tracker-panel,
  .hero-content {
    width: calc(100% - 32px);
    margin-inline: 16px;
  }

  .tracker-map {
    width: 100%;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .tracker-header,
  .outbreak-overview,
  .virus-type-grid {
    display: block;
  }

  .tracker-badge {
    display: inline-block;
    margin: 10px 0 0;
  }

  .tracker-review-tools {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .overview-card + .overview-card {
    margin-top: 9px;
  }

  .overview-card {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "value label"
      "value detail";
    min-height: 64px;
    border-radius: 18px;
  }

  .virus-card + .virus-card {
    margin-top: 9px;
  }

  .hero-actions {
    display: grid;
  }

  .tracker-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .fact-card,
  .coverage-card {
    min-height: auto;
  }
}
