:root {
  --vz-bg: #071015;
  --vz-panel: rgba(248, 250, 252, 0.96);
  --vz-ink: #17212b;
  --vz-muted: #5b6a78;
  --vz-blue: #3e6b90;
  --vz-green: #36c00f;
  --vz-red: #D63C33;
  --vz-line: rgba(255, 255, 255, 0.18);
  --vz-drawer-border: rgba(255, 255, 255, 0.34);
  --vz-top-bar-height: 72px;
  --vz-bottom-bar-height: 72px;
  --vz-left-drawer-width: 280px;
  --vz-blue-gradient: linear-gradient(175deg, #3387d7 58%, #1dd3c1);
  --vz-control-height: 38px;
  --vz-control-radius: 3px;
  --vz-control-font-size: 1rem;
  --vz-control-font-weight: 500;
  --vz-control-border: #d8e2ea;
  --vz-control-hover-border: #b8c7d4;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--vz-bg);
  color: var(--vz-ink);
  font-family: Inter, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.visualise-root {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.vz-page-fallback {
  --content-max-width: 1260px;
  min-height: 100vh;
  background: #fafbfc;
  color: #333333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


      .report-shell {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
      }
      .container {
        width: min(var(--content-max-width, 1180px), calc(100% - 32px));
        margin: 0 auto;
      }
      .report-shell__container {
        width: min(var(--content-max-width, 1180px), calc(100% - 32px));
        margin: 0 auto;
      }
      .navbar {
        padding: 16px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 64px;
        background: #ffffff;
        border-bottom: 1px solid #dddddd;
        position: relative;
        z-index: 20;
      }
      .navbar__inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        position: relative;
      }
      .navbar__inner-logo {
        margin-top: 7px;
      }
      .navbar__inner-logo-img {
        display: block;
        height: 3rem;
        width: 315px;
      }
      .navbar__hamburger {
        width: 24px;
        height: 24px;
        outline: none;
        background: transparent;
        border: none;
        position: relative;
        display: none;
        cursor: pointer;
        padding: 0;
      }
      .navbar__hamburger .line {
        width: 100%;
        height: 3px;
        background-color: #333333;
        display: block;
        border-radius: 4px;
        position: absolute;
        opacity: 1;
        left: 0;
        transition: 0.25s ease-in-out;
        transform: rotate(0deg);
        pointer-events: none;
      }
      .navbar__hamburger .line:nth-child(1) {
        top: 0;
      }
      .navbar__hamburger .line:nth-child(2),
      .navbar__hamburger .line:nth-child(3) {
        top: 10px;
      }
      .navbar__hamburger .line:nth-child(4) {
        top: 20px;
      }
      .navbar__hamburger.open .line:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
      }
      .navbar__hamburger.open .line:nth-child(2) {
        transform: rotate(45deg);
      }
      .navbar__hamburger.open .line:nth-child(3) {
        transform: rotate(-45deg);
      }
      .navbar__hamburger.open .line:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
      }
      .navbar__inner-nav {
        display: flex;
        align-items: center;
      }
      .navbar__inner-nav-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        width: auto;
        margin: 0;
      }
      .navbar__inner-nav-item--link {
        text-decoration: none;
        color: #22477c;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1;
      }
      .navbar__inner-nav-item--link:hover {
        color: #3685d7;
        text-decoration: none;
      }
      .performance-hero.section {
        margin: 0 0 20px;
        background-image: linear-gradient(175deg, #3387d7 58%, #1dd3c1);
        color: #ffffff;
      }
      .performance-hero__content {
        padding: 34px 0 28px;
      }
      .performance-hero__content-title {
        margin: 0 0 2rem;
        font-size: 2.7rem;
        line-height: 3rem;
        font-weight: 300;
        letter-spacing: 1.3px;
      }
      .performance-hero__content-sub-title {
        margin: 0 0 10px;
        color: rgba(255, 255, 255, 0.94);
        font-size: 1.8rem;
        font-weight: 300;
        letter-spacing: 1.3px;
      }
      .performance-hero__content-kicker {
        margin-bottom: 2rem;
      }
      .performance-hero__content-date {
        margin: 0;
        color: rgba(255,255,255,0.92);
        font-size: 1rem;
        font-weight: 400;
      }
      .performance-hero__content-social-share,
      .social-share-icons {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
      }
      .performance-hero__content-social-share {
        justify-content: flex-start;
        margin-top: 1.5rem;
      }
      .performance-hero__content-social-share-text {
        font-size: 1.2rem;
        font-weight: 400;
      }
      .report-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: 40px;
        min-height: 40px;
        padding: 0 14px;
        border-radius: 999px;
        border: 1px solid #d7e2ea;
        font: inherit;
        font-size: 0.95rem;
        line-height: 40px;
        text-decoration: none;
        transition: background 140ms ease, color 140ms ease, border-color 140ms ease;
      }
      .report-cta__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        flex: 0 0 auto;
      }
      .report-cta__glyph {
        font-size: 0.78em;
        line-height: 1;
      }
      .report-cta--soft-primary,
      .report-cta--secondary {
        background: #EBF3FB;
        color: var(--headings, #143656);
        font-weight: 700;
      }
      .report-cta--soft-primary:hover,
      .report-cta--secondary:hover {
        background: #dcecf8;
        border-color: #b8c7d4;
        color: var(--headings, #143656);
      }
      .footer {
        margin-top: auto;
        padding: 12px 0;
        background: #22477c;
        color: #ffffff;
      }
      .footer__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
      }
      .footer__brand,
      .footer__social,
      .footer__legal-links {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
      }
      .footer__label,
      .footer__legal-text {
        margin: 0;
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.875rem;
      }
      .footer__brand-logo {
        display: inline-flex;
        width: 144px;
        margin-bottom: 4px;
      }
      .footer__brand-logo img {
        display: block;
        width: 100%;
        height: auto;
      }
      .footer__social-link {
        width: 28px;
        height: 28px;
        border-radius: 999px;
        background: #ffffff;
        color: #22477c;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
      }
      .footer__social-link svg {
        width: 16px;
        height: 16px;
        fill: currentColor;
      }
      .footer__social-link--medium svg,
      .footer__social-link--blog svg {
        width: 18px;
        height: 18px;
      }
      .footer__legal {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
      }
      .footer__legal-links a {
        color: #ffffff;
        opacity: 0.7;
        text-decoration: none;
        font-size: 0.875rem;
      }
      .footer__legal-links span {
        color: rgba(255, 255, 255, 0.7);
      }
      .footer__legal-links a:hover {
        text-decoration: underline;
      }
      @media (max-width: 992px) {
        .container,
        .report-shell__container,
        .report-shell__body {
          width: min(100% - 24px, var(--content-max-width, 1180px));
        }
        .navbar {
          height: 64px;
          padding: 16px 0;
        }
        .navbar__inner {
          flex-wrap: nowrap;
          align-items: center;
          gap: 16px;
        }
        .navbar__inner-logo {
          margin-top: 0;
        }
        .navbar__hamburger {
          display: block;
        }
        .navbar__inner-nav {
          display: flex;
          opacity: 0;
          position: absolute;
          left: 50%;
          right: auto;
          transform: translateX(-50%);
          top: calc(100% + 1px);
          width: 100vw;
          pointer-events: none;
          transition: 0.25s ease-in-out;
        }
        .navbar__inner-nav.open {
          opacity: 1;
          pointer-events: auto;
        }
        .navbar__inner-nav-wrapper {
          width: 100%;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          gap: 1.35rem;
          padding: 1.5rem max(12px, calc((100vw - var(--content-max-width, 1260px)) / 2 + 12px)) 1.6rem;
          background: #ffffff;
          border-bottom: 1px solid #dddddd;
        }
        .navbar__inner-nav-item--link {
          font-size: 1.125rem;
          line-height: 1.2;
        }
        .navbar__inner-logo-img {
          height: 2rem;
          width: auto;
        }
      }
      @media (max-width: 767px) {
        .footer__inner {
          justify-content: center;
        }
        .footer__brand,
        .footer__social {
          justify-content: center;
        }
        .footer__legal {
          width: 100%;
          align-items: center;
        }
        .footer__legal-text,
        .footer__legal-links {
          text-align: center;
          justify-content: center;
        }
      }
      @media (max-width: 576px) {
        .performance-hero__content-title {
          font-size: 2.2rem;
        }
        .social-share-icons {
          gap: 1rem;
        }
        .footer__inner,
        .footer__brand,
        .footer__social,
        .footer__legal-links {
          gap: 10px;
        }
      }


.vz-page-fallback .report-shell__body {
  width: min(var(--content-max-width, 1180px), calc(100% - 32px));
  margin: 0 auto 28px;
  flex: 1 0 auto;
}

.vz-fallback-body {
  width: 100%;
}

.vz-fallback-body h2 {
  margin: 0 0 14px;
  color: #143656;
  font-size: 1.5rem;
  font-weight: 600;
}

.vz-fallback-body p {
  margin: 0 0 18px;
  color: #5f6f81;
  line-height: 1.55;
}

.map-container {
  position: fixed;
  inset: 0;
}

.vz-map {
  width: 100%;
  height: 100%;
  display: block;
  background: radial-gradient(circle at 50% 45%, #183242 0, #071015 68%);
  cursor: grab;
  touch-action: none;
}

.vz-map--panning {
  cursor: grabbing;
}

.vz-country {
  fill: rgba(255, 255, 255, 0.08);
  stroke: none;
}

.vz-boundary {
  fill: none;
  stroke: var(--vz-line);
  stroke-width: 0.7;
  vector-effect: non-scaling-stroke;
}

.vz-propagation-line {
  fill: none;
  opacity: 0.82;
  stroke-linecap: round;
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
  transition: opacity 90ms ease;
}

.vz-propagation-line--dashed {
  stroke-dasharray: 5 4;
}

.vz-propagation-line--dotted {
  stroke-dasharray: 1.2 4;
}

.vz-propagation-line--leaving {
  opacity: 0;
}

.vz-propagation-origin-ring {
  fill: none;
  opacity: 0.92;
  pointer-events: none;
  stroke-linecap: round;
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.vz-propagation-announcements {
  pointer-events: none;
}

.vz-propagation-announcement {
  opacity: 1;
  pointer-events: none;
}

.vz-propagation-announcement-text {
  font-family: monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  paint-order: stroke;
  stroke-linejoin: round;
  stroke-width: 2.4px;
  vector-effect: non-scaling-stroke;
}

.city-marker {
  fill: rgba(255, 255, 255, 0.45);
  stroke: none;
  stroke-width: 0;
  vector-effect: non-scaling-stroke;
}

.city--enabled .city-marker {
  fill: var(--vz-blue);
}

.city-pop-heat {
  display: none;
  fill: rgba(255, 194, 87, 0.7);
  opacity: 0;
  pointer-events: none;
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.city-marker--green {
  fill: var(--vz-green) !important;
}

.city-marker--red {
  fill: var(--vz-red) !important;
}

.city-marker--pop {
  stroke-width: 2.5;
}

.city-pulse {
  fill: transparent;
  opacity: 0;
  stroke: #ffffff;
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  vector-effect: non-scaling-stroke;
}

.city-label {
  display: none;
  pointer-events: none;
}

.city:hover .city-label,
.city:focus-within .city-label {
  display: block;
}

.city--winner-popup .city-label {
  display: block;
}

.city-label-bg {
  fill: rgba(7, 16, 21, 0.82);
  stroke: rgba(255, 255, 255, 0.42);
  stroke-width: 0.8;
  vector-effect: non-scaling-stroke;
}

.city-label-text {
  fill: #f8fafc;
  font-family: monospace;
  font-size: 7px;
  font-weight: 200;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  stroke: none;
}

.city--inactive .city-label {
  display: none;
}

.vz-drawer,
.vz-control-bar,
.vz-propagation-panel {
  position: fixed;
  z-index: 2;
  border: 1px solid var(--vz-drawer-border);
  background: var(--vz-panel);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  border-radius: 0;
}

.vz-propagation-panel {
  top: 0;
  left: 0;
  right: 0;
  min-height: var(--vz-top-bar-height);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-image: var(--vz-blue-gradient);
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 2fr);
  align-items: center;
  gap: 14px;
  padding: 8px 14px;
  pointer-events: none;
}

.vz-propagation-panel h1 {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vz-title-link,
.vz-title-text {
  color: inherit;
  display: inline;
  text-decoration: none;
}

.vz-title-link {
  pointer-events: auto;
}

.vz-title-link:hover {
  color: #1dd3c1;
  text-decoration: none;
}

.vz-title-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.88);
  outline-offset: 3px;
}

.vz-title-link-glyph {
  font-size: 0.92em;
  line-height: 1;
}

.vz-numbers-block {
  display: grid;
  grid-template-columns: minmax(220px, max-content) minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.vz-propagation-legend {
  display: flex;
  flex-direction: row;
  gap: 6px;
  min-width: 0;
  overflow: hidden;
}

.vz-propagation-tile {
  min-width: 72px;
  height: 2.2rem;
  border: 0;
  border-radius: 3px;
  color: #071015;
  display: grid;
  place-items: center;
  font-family: monospace;
  font-size: 0.9rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  box-shadow: none;
  filter: none;
  text-shadow: none;
}

.vz-drawer--left {
  top: var(--vz-top-bar-height);
  left: 0;
  bottom: var(--vz-bottom-bar-height);
  width: var(--vz-left-drawer-width);
  border-left: 0;
  transition: transform 160ms ease;
}

.vz-drawer--left.vz-drawer--collapsed {
  transform: translateX(calc(-1 * var(--vz-left-drawer-width)));
}

.vz-drawer-content {
  height: 100%;
}

.vz-drawer-handle {
  position: absolute;
  z-index: 3;
  border: 1px solid var(--vz-drawer-border);
  background: rgba(248, 250, 252, 0.98);
  color: var(--vz-ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.vz-drawer-handle--left {
  top: 50%;
  right: -28px;
  width: 28px;
  height: 118px;
  transform: translateY(-50%);
  border-left: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.vz-control-bar {
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: var(--vz-bottom-bar-height);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background-image: var(--vz-blue-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
}

.vz-title-block {
  min-width: 0;
  pointer-events: none;
}

.vz-footer-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  min-width: 0;
}

.vz-footer-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  white-space: nowrap;
}

.vz-control-group {
  min-width: 0;
}

.vz-meta {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.vz-clock {
  margin: 0;
  color: #ffffff;
  font-family: monospace;
  font-size: var(--vz-control-font-size);
  font-variant-numeric: tabular-nums;
  font-weight: var(--vz-control-font-weight);
  flex: 0 0 auto;
  width: 12ch;
  text-align: center;
  white-space: nowrap;
}

.visualise-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 0;
}

.vz-animation-modes {
  flex: 0 0 286px;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  padding: 0;
  border: 0;
  border-radius: var(--vz-control-radius);
  background: transparent;
  min-height: var(--vz-control-height);
  white-space: nowrap;
}

.vz-button {
  appearance: none;
  border: 1px solid var(--vz-control-border);
  background: #ffffff;
  color: #0f172a;
  height: var(--vz-control-height);
  min-height: var(--vz-control-height);
  padding: 0 18px;
  border-radius: var(--vz-control-radius);
  font-size: var(--vz-control-font-size);
  font-weight: var(--vz-control-font-weight);
  line-height: 1;
  cursor: pointer;
  box-shadow: none !important;
  filter: none;
  text-shadow: none;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.vz-button--mode {
  min-width: 150px;
  justify-content: center;
}

.vz-button--debug {
  min-width: 74px;
  padding: 0 12px;
}

.vz-button--animation {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  height: var(--vz-control-height);
  min-height: var(--vz-control-height);
  padding: 0 18px;
  border: 1px solid var(--vz-control-border);
  background: #ffffff;
  color: #0f172a;
  font-size: var(--vz-control-font-size);
  font-weight: var(--vz-control-font-weight);
  justify-content: center;
  border-radius: 0;
}

.vz-button--animation::before {
  content: "";
  display: inline-block;
  width: 1em;
  font-size: 12px;
  line-height: 1;
}

.vz-button--animation.vz-button--active::before {
  content: "\2713";
}

.vz-button--animation:first-child {
  border-top-left-radius: var(--vz-control-radius);
  border-bottom-left-radius: var(--vz-control-radius);
}

.vz-button--animation:last-child {
  border-top-right-radius: var(--vz-control-radius);
  border-bottom-right-radius: var(--vz-control-radius);
  margin-left: -1px;
}

.vz-button--animation.vz-button--active {
  border-color: var(--vz-blue);
  background: var(--vz-blue);
  color: #ffffff;
}

.vz-button--animation:disabled {
  color: #64748b;
  opacity: 1;
}

.vz-button--animation:hover:not(:disabled):not(.vz-button--active) {
  border-color: #9bb7cf;
  background: #eaf4ff;
  color: #0f172a;
}

.vz-button--active {
  border-color: var(--vz-blue);
  background: var(--vz-blue);
  color: #ffffff;
}

.vz-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.vz-button:hover:not(:disabled):not(.vz-button--active) {
  border-color: #9bb7cf;
  background: #eaf4ff;
  color: #0f172a;
}

.vz-button--active:hover:not(:disabled) {
  border-color: #2f5f86;
  background: #2f5f86;
  color: #ffffff;
}

.vz-button:active:not(:disabled),
.vz-icon-button:active,
.vz-speed select:active {
  transform: none;
}

.vz-button:focus-visible,
.vz-icon-button:focus-visible,
.vz-speed select:focus-visible {
  outline: 2px solid rgba(62, 107, 144, 0.35);
  outline-offset: 2px;
}

.vz-icon-button {
  appearance: none;
  width: var(--vz-control-height);
  height: var(--vz-control-height);
  border: 1px solid var(--vz-control-border);
  border-radius: var(--vz-control-radius);
  background: #ffffff;
  color: #0f172a;
  font-size: var(--vz-control-font-size);
  font-weight: var(--vz-control-font-weight);
  line-height: 1;
  cursor: pointer;
  box-shadow: none !important;
  filter: none;
  text-shadow: none;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.vz-icon-button:hover {
  border-color: #9bb7cf;
  background: #eaf4ff;
  color: #0f172a;
}

.vz-icon-button--wide {
  width: 138px;
  padding: 0 18px;
  font-size: var(--vz-control-font-size);
}

.vz-speed {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--vz-control-font-size);
  font-weight: var(--vz-control-font-weight);
  line-height: 1;
  color: #ffffff;
  height: var(--vz-control-height);
}

.vz-jump {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--vz-control-font-size);
  font-weight: var(--vz-control-font-weight);
  line-height: 1;
  color: #ffffff;
  height: var(--vz-control-height);
}

.vz-jump input {
  appearance: none;
  height: var(--vz-control-height);
  min-height: var(--vz-control-height);
  width: 92px;
  border-radius: var(--vz-control-radius);
  border: 1px solid var(--vz-control-border);
  background: #ffffff;
  color: #0f172a;
  font-family: monospace;
  font-size: 0.9rem;
  font-weight: var(--vz-control-font-weight);
  padding: 0 10px;
  box-shadow: none !important;
  filter: none;
  text-shadow: none;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.vz-jump input:hover {
  border-color: #9bb7cf;
  background: #eaf4ff;
  color: #0f172a;
}

.vz-jump input:focus-visible {
  outline: 2px solid rgba(62, 107, 144, 0.35);
  outline-offset: 2px;
}

.vz-speed select {
  appearance: none;
  height: var(--vz-control-height);
  min-height: var(--vz-control-height);
  width: 78px;
  border-radius: var(--vz-control-radius);
  border: 1px solid var(--vz-control-border);
  background: #ffffff;
  color: #0f172a;
  font-size: var(--vz-control-font-size);
  font-weight: var(--vz-control-font-weight);
  padding: 0 10px;
  box-shadow: none !important;
  filter: none;
  text-shadow: none;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.vz-speed select:hover {
  border-color: #9bb7cf;
  background: #eaf4ff;
  color: #0f172a;
}

.vz-stats-panel {
  padding: 10px;
  overflow: auto;
  display: grid;
  grid-template-rows: 68px minmax(0, 1fr);
  row-gap: 8px;
}

.vz-stats-source-summary {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 5px;
  min-height: 0;
  overflow: hidden;
}

.vz-source-row {
  border: 1px solid color-mix(in srgb, var(--vz-source-color), #17212b 30%);
  border-left-width: 5px;
  background: color-mix(in srgb, var(--vz-source-color), #ffffff 88%);
  color: var(--vz-ink);
  min-width: 0;
  padding: 5px 7px;
  display: flex;
  align-items: center;
}

.vz-source-row--muted {
  opacity: 0.72;
  filter: grayscale(0.2);
}

.vz-source-row--neutral {
  background: rgba(255, 255, 255, 0.54);
  border-color: rgba(148, 163, 184, 0.72);
  border-left-color: rgba(148, 163, 184, 0.72);
}

.vz-source-row strong {
  color: var(--vz-ink);
  font-size: 12px;
  font-weight: 400;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vz-stats-number-note {
  color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.25;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}

.vz-stats-number-note div {
  overflow: hidden;
  text-overflow: ellipsis;
}

.vz-note-number {
  color: #d6ecff;
  font-family: monospace;
  font-size: 0.9rem;
  font-weight: 500;
}

.vz-note-separator {
  color: #ffffff;
}

.vz-stats-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
  font-family: monospace;
  align-self: start;
  table-layout: fixed;
  font-variant-numeric: tabular-nums;
}

.vz-stats-table th,
.vz-stats-table td {
  border-bottom: 1px solid rgba(23, 33, 43, 0.13);
  padding: 4px 4px;
  text-align: left;
  vertical-align: top;
}

.vz-stats-table th {
  color: var(--vz-muted);
  font-size: inherit;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vz-stats-location-cell {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vz-stats-row--disabled {
  opacity: 0.38;
}

.vz-stats-table td:not(:first-child),
.vz-stats-table th:not(:first-child) {
  text-align: right;
  white-space: pre;
  text-overflow: clip;
}

.error-panel {
  width: min(620px, calc(100vw - 32px));
  margin: 15vh auto;
  padding: 24px;
  border-radius: 0;
  background: var(--vz-panel);
}

@keyframes city-pulse {
  from {
    opacity: 0.95;
    transform: scale(0.5);
  }
  to {
    opacity: 0;
    transform: scale(2.1);
  }
}

@media (max-width: 720px) {
  :root {
    --vz-left-drawer-width: min(280px, calc(100vw - 36px));
    --vz-bottom-bar-height: 118px;
  }

  .vz-control-bar {
    align-items: start;
    gap: 6px;
  }

  .vz-propagation-panel {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 6px;
  }

  .vz-numbers-block {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .vz-footer-controls {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .vz-clock {
    grid-column: 1 / -1;
  }

}

@media (prefers-reduced-motion: reduce) {
  .city-pulse {
    animation: none !important;
  }
}
