:root {
  color-scheme: light;
  --progress-paper: #ffffff;
  --progress-ink: #101010;
  --progress-muted: #626262;
  --progress-faint: #8a8a8a;
  --progress-line: #d8d8d8;
  --progress-soft: #f5f5f2;
  --progress-accent: #2457d6;
  --progress-max: 1280px;
  --progress-body: Inter, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  --progress-cjk: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", sans-serif;
  --progress-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  background: var(--progress-paper);
  color: var(--progress-ink);
  font-family: var(--progress-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgb(36 87 214 / 24%);
  outline-offset: 3px;
}

.progress-skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 8px 12px;
  background: var(--progress-ink);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
}

.progress-skip-link:focus {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.progress-header {
  position: relative;
  z-index: 10;
  min-height: 72px;
  border-bottom: 1px solid var(--progress-line);
  background: rgb(255 255 255 / 96%);
}

.progress-header-inner {
  width: min(var(--progress-max), calc(100% - 48px));
  min-height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.progress-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--progress-ink);
  text-decoration: none;
}

.progress-brand img {
  width: 34px;
  height: 34px;
}

.progress-brand-copy {
  display: grid;
  line-height: 1.08;
}

.progress-brand-copy strong {
  font-size: 0.82rem;
  letter-spacing: 0.11em;
}

.progress-brand-copy small {
  margin-top: 5px;
  color: var(--progress-muted);
  font-size: 0.7rem;
}

.progress-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.progress-nav a {
  position: relative;
  padding: 25px 0 23px;
  color: var(--progress-muted);
  font-size: 0.78rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.progress-nav a:hover,
.progress-nav a[aria-current="page"] {
  color: var(--progress-ink);
}

.progress-nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--progress-ink);
  content: "";
}

.progress-language {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--progress-faint);
}

.progress-language button {
  padding: 5px;
  border: 0;
  background: transparent;
  color: var(--progress-faint);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
}

.progress-language button:hover,
.progress-language button.active {
  color: var(--progress-ink);
}

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

.progress-hero {
  padding: clamp(52px, 6vw, 82px) 0 clamp(42px, 5vw, 64px);
  border-bottom: 1px solid var(--progress-line);
}

.progress-kicker,
.progress-meta,
.progress-status,
.progress-section-label,
.progress-breadcrumbs,
.progress-figure-label {
  color: var(--progress-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.progress-hero h1 {
  max-width: 980px;
  margin: 18px 0 22px;
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.progress-hero > p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--progress-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.updates-layout {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 150px;
  gap: clamp(36px, 6vw, 84px);
  padding: 56px 0 112px;
}

.progress-side-nav,
.progress-date-nav,
.detail-toc {
  position: sticky;
  top: 28px;
  align-self: start;
}

.progress-side-nav h2,
.progress-date-nav h2,
.detail-toc h2 {
  margin: 0 0 16px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.progress-side-nav a,
.progress-date-nav a,
.detail-toc a {
  display: block;
  padding: 7px 0;
  color: var(--progress-muted);
  font-size: 0.78rem;
  text-decoration: none;
}

.progress-side-nav a:hover,
.progress-date-nav a:hover,
.progress-date-nav a[aria-current="location"],
.detail-toc a:hover {
  color: var(--progress-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.progress-date-group {
  scroll-margin-top: 28px;
}

.progress-date-group + .progress-date-group {
  margin-top: 72px;
}

.progress-date-heading {
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--progress-ink);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 550;
  letter-spacing: -0.035em;
}

.progress-update {
  padding: 32px 0 38px;
  border-bottom: 1px solid var(--progress-line);
}

.progress-update-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.progress-status {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid var(--progress-line);
  border-radius: 999px;
  color: var(--progress-ink);
  letter-spacing: 0.04em;
  text-transform: none;
}

.progress-update h3 {
  max-width: 740px;
  margin: 22px 0 15px;
  font-size: clamp(1.65rem, 3.2vw, 2.55rem);
  font-weight: 520;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.progress-update > p {
  max-width: 720px;
  margin: 0;
  color: var(--progress-muted);
  font-size: 1rem;
}

.progress-facts {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.progress-facts li {
  position: relative;
  margin-top: 9px;
  padding-left: 18px;
}

.progress-facts li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--progress-ink);
  content: "";
}

.progress-text-link {
  display: inline-block;
  margin-top: 24px;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  color: var(--progress-ink);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.progress-text-link:hover {
  color: var(--progress-accent);
}

.research-header {
  padding: clamp(70px, 11vw, 150px) 0 clamp(48px, 7vw, 92px);
}

.research-header h1 {
  margin: 10px 0 28px;
  font-size: clamp(4.2rem, 13vw, 11.5rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.research-header p {
  max-width: 680px;
  margin: 0;
  color: var(--progress-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.research-filter-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  padding: 20px 0;
  border-top: 1px solid var(--progress-line);
  border-bottom: 1px solid var(--progress-ink);
}

.research-filter-line span {
  color: var(--progress-muted);
  font-size: 0.78rem;
}

.research-filter-line strong {
  color: var(--progress-ink);
  font-size: 0.78rem;
  font-weight: 700;
}

.research-list {
  padding-bottom: 112px;
}

.research-row {
  border-bottom: 1px solid var(--progress-line);
}

.research-row > a {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 34px;
  padding: 42px 0;
  color: var(--progress-ink);
  text-decoration: none;
}

.research-row:hover h2 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.research-row-meta {
  color: var(--progress-muted);
  font-size: 0.78rem;
}

.research-row-meta strong {
  display: block;
  margin-bottom: 8px;
  color: var(--progress-ink);
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.research-row h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3.2vw, 2.7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.research-row p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--progress-muted);
}

.detail-page {
  width: min(var(--progress-max), calc(100% - 48px));
  margin: 0 auto;
}

.detail-hero {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 132px) 0 clamp(54px, 7vw, 92px);
  text-align: center;
}

.progress-breadcrumbs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 0 38px;
  letter-spacing: 0.04em;
  text-transform: none;
}

.progress-breadcrumbs a {
  text-decoration: none;
}

.progress-breadcrumbs a:hover {
  text-decoration: underline;
}

.detail-hero h1 {
  margin: 17px auto 28px;
  font-size: clamp(3rem, 7vw, 6.9rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.97;
}

.detail-hero > p:last-child {
  max-width: 750px;
  margin: 0 auto;
  color: var(--progress-muted);
  font-size: clamp(1.1rem, 1.9vw, 1.42rem);
}

.detail-rule {
  border: 0;
  border-top: 1px solid var(--progress-ink);
  margin: 0;
}

.detail-layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 800px);
  justify-content: center;
  gap: clamp(48px, 7vw, 100px);
  padding: 72px 0 120px;
}

.detail-article {
  min-width: 0;
}

.detail-article section {
  scroll-margin-top: 28px;
}

.detail-article section + section {
  margin-top: 72px;
  padding-top: 64px;
  border-top: 1px solid var(--progress-line);
}

.detail-article h2 {
  margin: 10px 0 22px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 520;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.detail-article h3 {
  margin: 34px 0 12px;
  font-size: 1.22rem;
  letter-spacing: -0.02em;
}

.detail-article p,
.detail-article li {
  font-size: 1rem;
  line-height: 1.72;
}

.detail-article p {
  margin: 0 0 18px;
}

.detail-article ul,
.detail-article ol {
  margin: 0;
  padding-left: 1.35rem;
}

.detail-article li + li {
  margin-top: 10px;
}

.detail-lead {
  margin-bottom: 48px;
  padding: 28px 0;
  border-top: 1px solid var(--progress-ink);
  border-bottom: 1px solid var(--progress-ink);
  font-size: clamp(1.28rem, 2.3vw, 1.72rem) !important;
  font-weight: 520;
  letter-spacing: -0.025em;
  line-height: 1.35 !important;
}

.detail-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 38px 0;
  border-top: 1px solid var(--progress-ink);
  border-bottom: 1px solid var(--progress-ink);
}

.detail-metrics div {
  min-width: 0;
  padding: 22px 16px 22px 0;
}

.detail-metrics div + div {
  padding-left: 16px;
  border-left: 1px solid var(--progress-line);
}

.detail-metrics dt {
  color: var(--progress-muted);
  font-size: 0.72rem;
}

.detail-metrics dd {
  margin: 8px 0 0;
  font-family: var(--progress-mono);
  font-size: clamp(1.2rem, 2.6vw, 1.75rem);
  font-weight: 650;
}

.detail-table-wrap {
  width: 100%;
  margin: 28px 0;
  overflow-x: auto;
  border-top: 1px solid var(--progress-ink);
}

.detail-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.detail-table th,
.detail-table td {
  padding: 13px 12px 13px 0;
  border-bottom: 1px solid var(--progress-line);
  text-align: left;
  vertical-align: top;
}

.detail-table th {
  color: var(--progress-muted);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.detail-table td:not(:first-child) {
  font-family: var(--progress-mono);
  white-space: nowrap;
}

.detail-note {
  margin: 32px 0 !important;
  padding: 22px 24px;
  background: var(--progress-soft);
  color: #303030;
}

.taxonomy-stack {
  margin: 30px 0 40px;
  border-top: 1px solid var(--progress-ink);
}

.taxonomy-model {
  border-bottom: 1px solid var(--progress-line);
}

.taxonomy-model summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  list-style-position: inside;
}

.taxonomy-model summary strong {
  min-width: 36px;
  font-family: var(--progress-mono);
  font-size: 0.86rem;
  text-align: right;
}

.taxonomy-model > p {
  max-width: 760px;
  color: var(--progress-muted);
}

.taxonomy-labels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 20px 0 28px;
  background: var(--progress-line);
  border: 1px solid var(--progress-line);
}

.taxonomy-labels > span {
  min-width: 0;
  padding: 12px 14px;
  background: #fff;
}

.taxonomy-labels code {
  display: block;
  overflow-wrap: anywhere;
  color: var(--progress-ink);
  font-family: var(--progress-mono);
  font-size: 0.74rem;
  line-height: 1.45;
}

.taxonomy-labels small {
  display: block;
  margin-top: 5px;
  color: var(--progress-muted);
  font-size: 0.74rem;
  line-height: 1.45;
}

.taxonomy-labels .taxonomy-score {
  margin-top: 9px;
  padding-top: 8px;
  border-top: 1px solid var(--progress-line);
  color: var(--progress-ink);
  font-family: var(--progress-mono);
  font-size: 0.68rem;
  font-variant-numeric: tabular-nums;
}

.taxonomy-labels .taxonomy-score.unmeasured {
  color: var(--progress-muted);
  font-family: var(--progress-cjk);
}

.taxonomy-labels-dense {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-metrics-app {
  margin: 32px 0 48px;
  padding-top: 4px;
  border-top: 1px solid var(--progress-ink);
}

.category-metrics-app h3 {
  margin: 40px 0 12px;
  font-size: 1.08rem;
  font-weight: 700;
}

.category-metric-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  margin: 22px 0 16px;
}

.category-metric-controls label {
  display: grid;
  gap: 7px;
  color: var(--progress-muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.category-metric-controls select {
  width: 100%;
  min-height: 44px;
  padding: 9px 38px 9px 12px;
  border: 1px solid var(--progress-line);
  border-radius: 0;
  background: #fff;
  color: var(--progress-ink);
  font-size: 0.82rem;
}

.category-metric-controls select:focus-visible {
  border-color: var(--progress-accent);
}

.category-metric-status,
.category-metric-footnote {
  max-width: 760px;
  color: var(--progress-muted);
  font-size: 0.78rem !important;
  line-height: 1.65 !important;
}

.category-overall {
  margin-top: 18px;
}

.category-metric-table-wrap {
  margin-bottom: 14px;
}

.category-metric-table {
  min-width: 760px;
  font-variant-numeric: tabular-nums;
}

.category-metric-table .metric-label-cell {
  max-width: 240px;
  overflow-wrap: anywhere;
  font-family: var(--progress-mono);
  font-weight: 650;
  white-space: normal;
}

.category-metric-table tbody tr:hover {
  background: var(--progress-soft);
}

.evidence-hash {
  overflow-wrap: anywhere;
  font-family: var(--progress-mono);
  font-size: 0.72rem;
}

.detail-definition-list {
  margin: 28px 0 0;
  border-top: 1px solid var(--progress-line);
}

.detail-definition-list div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--progress-line);
}

.detail-definition-list dt {
  font-weight: 700;
}

.detail-definition-list dd {
  margin: 0;
  color: var(--progress-muted);
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.progress-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid var(--progress-ink);
  background: var(--progress-ink);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.progress-button.secondary {
  background: #fff;
  color: var(--progress-ink);
}

.progress-button:hover {
  background: var(--progress-accent);
  border-color: var(--progress-accent);
  color: #fff;
}

.progress-footer {
  border-top: 1px solid var(--progress-line);
}

.progress-footer-inner {
  width: min(var(--progress-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 30px 0 44px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--progress-muted);
  font-size: 0.76rem;
}

.progress-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.progress-footer a {
  text-decoration: none;
}

.progress-footer a:hover {
  color: var(--progress-ink);
  text-decoration: underline;
}

/*
 * Chinese needs a different typographic rhythm from the English editorial
 * layout. Keep these overrides tied to the active document language so the
 * English version retains its original proportions.
 */
html[lang="zh-CN"] body {
  font-family: var(--progress-cjk);
  line-height: 1.68;
}

html[lang="zh-CN"] .progress-kicker,
html[lang="zh-CN"] .progress-meta,
html[lang="zh-CN"] .progress-status,
html[lang="zh-CN"] .progress-section-label,
html[lang="zh-CN"] .progress-breadcrumbs,
html[lang="zh-CN"] .progress-figure-label,
html[lang="zh-CN"] .progress-side-nav h2,
html[lang="zh-CN"] .progress-date-nav h2,
html[lang="zh-CN"] .detail-toc h2 {
  letter-spacing: 0.04em;
  text-transform: none;
}

html[lang="zh-CN"] .progress-hero {
  padding: clamp(48px, 5vw, 68px) 0 clamp(38px, 4vw, 52px);
}

html[lang="zh-CN"] .progress-hero h1 {
  margin: 16px 0 20px;
  font-size: clamp(2.65rem, 4vw, 3.6rem);
  font-weight: 550;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

html[lang="zh-CN"] .progress-hero > p:last-child,
html[lang="zh-CN"] .research-header p,
html[lang="zh-CN"] .detail-hero > p:last-child {
  line-height: 1.72;
}

html[lang="zh-CN"] .progress-date-heading {
  letter-spacing: -0.015em;
  line-height: 1.25;
}

html[lang="zh-CN"] .progress-update h3 {
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.24;
}

html[lang="zh-CN"] .progress-update > p,
html[lang="zh-CN"] .progress-facts li {
  line-height: 1.78;
}

html[lang="zh-CN"] .research-header {
  padding: clamp(52px, 5vw, 72px) 0 clamp(40px, 4vw, 56px);
}

html[lang="zh-CN"] .research-header h1 {
  margin: 12px 0 24px;
  font-size: clamp(3rem, 5vw, 4.75rem);
  font-weight: 550;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

html[lang="zh-CN"] .research-row h2 {
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

html[lang="zh-CN"] .research-row p,
html[lang="zh-CN"] .research-row .progress-facts {
  line-height: 1.75;
}

html[lang="zh-CN"] .detail-hero {
  max-width: 960px;
  padding: clamp(56px, 6vw, 82px) 0 clamp(46px, 5vw, 64px);
}

html[lang="zh-CN"] .detail-hero h1 {
  max-width: 900px;
  margin: 18px auto 24px;
  font-size: clamp(2.65rem, 4.6vw, 4.25rem);
  font-weight: 550;
  letter-spacing: -0.028em;
  line-height: 1.12;
}

html[lang="zh-CN"] .detail-article h2 {
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

html[lang="zh-CN"] .detail-article h3 {
  letter-spacing: 0;
}

html[lang="zh-CN"] .detail-article p,
html[lang="zh-CN"] .detail-article li {
  line-height: 1.88;
}

html[lang="zh-CN"] .detail-lead {
  font-size: clamp(1.22rem, 1.8vw, 1.48rem) !important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.62 !important;
}

html[lang="zh-CN"] .detail-table th {
  letter-spacing: 0.02em;
  text-transform: none;
}

@media (max-width: 980px) {
  .progress-header-inner {
    grid-template-columns: auto auto;
    gap: 10px 24px;
    padding: 12px 0 0;
  }

  .progress-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .progress-nav a {
    padding: 10px 0 12px;
  }

  .progress-language {
    justify-self: end;
  }

  .updates-layout {
    grid-template-columns: minmax(0, 1fr) 140px;
  }

  .progress-side-nav {
    display: none;
  }

  .detail-layout {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 44px;
  }
}

@media (max-width: 700px) {
  .progress-header-inner,
  .progress-page,
  .detail-page,
  .progress-footer-inner {
    width: min(100% - 32px, var(--progress-max));
  }

  .progress-brand-copy small {
    display: none;
  }

  .progress-nav {
    gap: 18px;
    scrollbar-width: none;
  }

  .progress-nav::-webkit-scrollbar {
    display: none;
  }

  .progress-hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.8rem);
  }

  .research-header h1 {
    font-size: clamp(3rem, 16vw, 4.5rem);
  }

  .detail-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  html[lang="zh-CN"] .progress-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.25rem);
  }

  html[lang="zh-CN"] .research-header h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  html[lang="zh-CN"] .detail-hero h1 {
    font-size: clamp(2.4rem, 11vw, 3.35rem);
  }

  .updates-layout,
  .detail-layout {
    display: block;
    padding-top: 38px;
  }

  .progress-date-nav,
  .detail-toc {
    position: static;
    margin-bottom: 44px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--progress-line);
  }

  .progress-date-nav a,
  .detail-toc a {
    display: inline-block;
    margin-right: 14px;
  }

  .research-row > a {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 32px 0;
  }

  .research-row-meta {
    grid-column: 1 / -1;
  }

  .detail-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-metrics div:nth-child(3) {
    padding-left: 0;
    border-top: 1px solid var(--progress-line);
    border-left: 0;
  }

  .detail-metrics div:nth-child(4) {
    border-top: 1px solid var(--progress-line);
  }

  .detail-definition-list div {
    display: block;
  }

  .taxonomy-labels,
  .taxonomy-labels-dense {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-metric-controls {
    grid-template-columns: minmax(0, 1fr);
  }

  .detail-definition-list dd {
    margin-top: 6px;
  }

  .progress-footer-inner {
    display: block;
  }

  .progress-footer-links {
    margin-top: 14px;
  }
}

@media (max-width: 420px) {
  .progress-header-inner {
    width: min(100% - 24px, var(--progress-max));
  }

  .progress-brand img {
    width: 30px;
    height: 30px;
  }

  .progress-brand-copy strong {
    font-size: 0.72rem;
  }

  .progress-update-topline {
    display: block;
  }

  .progress-status {
    margin-top: 10px;
  }

  .detail-metrics {
    display: block;
  }

  .detail-metrics div,
  .detail-metrics div + div,
  .detail-metrics div:nth-child(3) {
    padding: 16px 0;
    border-top: 1px solid var(--progress-line);
    border-left: 0;
  }

  .detail-metrics div:first-child {
    border-top: 0;
  }

  .detail-actions {
    display: grid;
  }

  .taxonomy-labels,
  .taxonomy-labels-dense {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
