:root {
  --vt-font: "Inter", "Noto Sans SC", "Source Han Sans SC", "Source Han Sans CN", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  --vt-heading-font: "Inter", "Noto Sans SC", "Source Han Sans SC", "Source Han Sans CN", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  --vt-mono-font: ui-monospace, "Cascadia Mono", "Consolas", monospace;
  --vt-ink: #1f2630;
  --vt-muted: #68707a;
  --vt-rule: #d4dfdd;
  --vt-soft: #f7f9f8;
  --vt-accent: #3579b8;
  --vt-accent-dark: #245f94;
  --vt-content-width: 1040px;
}

html {
  font-family: var(--vt-font);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
optgroup,
select,
textarea,
.title,
.subtitle,
.content,
.table,
.button,
.hero,
.section,
.footer,
.table-academic,
.table-caption,
.publication-title,
.publication-authors,
.image-caption,
.citation-block {
  font-family: var(--vt-font);
}

.citation-block pre,
.citation-block code {
  font-family: var(--vt-mono-font);
}

body {
  color: var(--vt-ink);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  letter-spacing: 0;
  background: #fff;
}

.title,
.publication-title,
.content h1,
.content h2,
.content h3 {
  color: var(--vt-ink);
  font-family: var(--vt-heading-font);
}

.publication-authors {
  color: var(--vt-ink);
}

.title.is-1.publication-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0.35rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--vt-accent) !important;
  font-size: clamp(1.65rem, 1.55vw + 1rem, 2.55rem);
}

.publication-title-line {
  display: block;
  max-width: min(1120px, calc(100vw - 2rem));
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.publication-title-line--sub {
  font-size: 0.9em;
  margin-top: 0.12em;
}

.title-nowrap {
  white-space: nowrap;
}

.hero .hero-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.content {
  font-size: 1rem;
}

.content p {
  margin-bottom: 1em;
  text-align: justify;
}

.page-section {
  padding: 0.5rem 1.5rem 0.8rem;
}

.page-section .container.is-max-widescreen {
  max-width: 1120px !important;
}

.page-section .container.is-max-widescreen::before,
.page-section .container.is-max-desktop::before {
  content: "";
  display: block;
  height: 1px;
  margin: 0.6rem 0 1.4rem;
  background: #dbdbdb;
}

.page-section .title.is-3 {
  margin-bottom: 0.8rem;
  line-height: 1.15;
  font-size: clamp(1.7rem, 1vw + 1.15rem, 2.15rem);
  font-weight: 700;
  text-align: center;
  color: var(--vt-accent);
}

.page-section .title.is-3::after {
  content: none;
}

.section-band {
  margin: 0;
}

.section-band--soft {
  background: #fff;
  border-top: 0;
  border-bottom: 0;
}

.section-split {
  display: grid;
  grid-template-columns: minmax(22rem, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 3.75rem);
  margin: 0.25rem auto 1.2rem;
  max-width: var(--vt-content-width);
}

.section-split--overview,
.section-split--abstract {
  grid-template-columns: minmax(23rem, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
}

.section-split--overview {
  grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.6rem, 3vw, 2.5rem);
  align-items: stretch;
}

.section-split--prediction {
  grid-template-columns: minmax(22rem, 0.85fr) minmax(0, 1.15fr);
}

.section-split--experiments {
  align-items: start;
}

.section-split--ablation {
  grid-template-columns: minmax(0, 0.85fr) minmax(24rem, 1.15fr);
  align-items: start;
}

.split-copy {
  max-width: 100%;
}

.section-split--overview .split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-split .split-copy.content {
  font-size: 1rem;
  line-height: 1.72;
  text-align: justify !important;
  text-wrap: pretty;
  color: #313742;
}

.section-split .split-copy.content p {
  margin-bottom: 1rem;
}

.section-split--overview .split-copy.content,
.section-split--overview .split-copy.content p,
.section-split--overview .split-copy.content li {
  text-align: left !important;
}

.section-split--overview .split-copy.content {
  line-height: 1.52;
}

.section-split--overview .section-lead {
  line-height: 1.5;
}

.section-split--overview .insight-list {
  gap: 0.34rem;
  margin-bottom: 0 !important;
}

.section-split--overview .insight-list li {
  line-height: 1.5;
}

.section-lead {
  font-size: 1.02rem;
  line-height: 1.68;
  color: #26303a;
  text-align: justify;
}

.section-summary {
  max-width: var(--vt-content-width);
  margin: 1rem auto 0;
  color: #313742;
  line-height: 1.72;
  text-align: justify;
}

.section-summary--wide {
  max-width: var(--vt-content-width);
  text-align: justify;
}

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

.split-media {
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  justify-self: center;
}

.section-split .image-caption,
.section-split .table-caption {
  max-width: 100%;
  font-size: 0.86rem;
  font-weight: 400;
}

.section-split--abstract .split-media {
  width: 100%;
  max-width: 610px;
  justify-self: end;
}

.section-split--experiments .split-media {
  width: 100%;
  max-width: 590px;
  justify-self: end;
}

.section-split--prediction .split-media {
  width: 100%;
  max-width: 620px;
  justify-self: end;
}

.section-split--ablation .split-media {
  width: 100%;
  justify-self: end;
}

.key-points {
  display: grid;
  gap: 0.65rem;
  margin: 1.2rem 0 1.35rem;
}

.key-point {
  position: relative;
  padding-left: 1.15rem;
  color: #303946;
  line-height: 1.52;
}

.key-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--vt-accent);
}

.key-points--compact {
  gap: 0.5rem;
}

.key-point strong {
  color: #1f5559;
  font-weight: 800;
}

.paper-figure--method {
  max-width: var(--vt-content-width);
  margin-top: 1.1rem;
}

.paper-figure--method img {
  border-radius: 8px;
  box-shadow: none;
}

.evidence-grid {
  display: grid;
  grid-template-columns: minmax(21rem, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: clamp(2rem, 4vw, 3.5rem);
  max-width: var(--vt-content-width);
  margin: 1rem auto 1.5rem;
}

.evidence-copy {
  display: flex;
  flex-direction: column;
  max-width: 34rem;
}

.evidence-copy .section-lead {
  margin-bottom: 0.9rem;
}

.evidence-metrics,
.ablation-takeaways {
  display: grid;
  flex: 1;
  gap: 0.55rem;
}

.evidence-metric,
.ablation-takeaway {
  border-left: 3px solid var(--vt-accent);
  background: #fff;
  padding: 0.72rem 0.9rem;
  border-top: 1px solid var(--vt-rule);
  border-right: 1px solid var(--vt-rule);
  border-bottom: 1px solid var(--vt-rule);
}

.takeaway-title,
.takeaway-text {
  display: block;
}

.takeaway-title {
  color: var(--vt-ink);
  font-weight: 600;
  line-height: 1.3;
}

.takeaway-text {
  margin-top: 0.2rem;
  color: var(--vt-muted);
  font-size: 0.9rem;
  line-height: 1.42;
  text-align: justify;
}

.evidence-table {
  margin: 0;
}

.evidence-table .table-container {
  width: 100%;
  min-height: 13.4rem;
  background: #fff;
  border: 1px solid var(--vt-rule);
  border-radius: 8px;
  padding: 1rem 1.05rem;
}

.evidence-table .table-caption {
  max-width: 100%;
  margin-top: 0.8rem;
  font-size: 0.84rem;
}

.avtag-evidence {
  max-width: var(--vt-content-width);
  margin: 1.5rem auto 0;
  padding-top: 1.4rem;
  border-top: 1px solid var(--vt-rule);
}

.avtag-evidence h3 {
  margin: 0 0 0.75rem;
  color: var(--vt-ink);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.avtag-intro {
  max-width: var(--vt-content-width);
  margin: 0 auto 1.1rem;
  color: var(--vt-muted);
  line-height: 1.6;
  text-align: justify;
}

.avtag-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 1rem;
  max-width: var(--vt-content-width);
  margin: 0 auto;
}

.avtag-case {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--vt-rule);
  border-radius: 8px;
  overflow: hidden;
}

.avtag-case-copy {
  min-height: 8.1rem;
  padding: 0.9rem 1rem 0.85rem;
  border-bottom: 1px solid var(--vt-rule);
}

.avtag-case h4 {
  margin: 0 0 0.4rem;
  color: var(--vt-ink);
  font-weight: 600;
  line-height: 1.25;
}

.avtag-case p {
  margin: 0;
  color: var(--vt-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  text-align: justify;
}

.avtag-figure {
  display: flex;
  align-items: stretch;
  flex: 1;
  margin-top: 0;
}

.avtag-figure img {
  border: 0;
  border-radius: 0;
  object-fit: contain;
}

.demo-comparison-section .section-summary {
  max-width: var(--vt-content-width);
  text-align: justify;
}

.comparison-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  max-width: var(--vt-content-width);
  margin: 1rem auto 1.25rem;
}

.comparison-tab {
  min-height: 2.25rem;
  padding: 0 0.9rem;
  border: 1px solid var(--vt-rule);
  border-radius: 999px;
  background: #fff;
  color: var(--vt-muted);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.comparison-tab.is-active,
.comparison-tab:hover,
.comparison-tab:focus-visible {
  border-color: var(--vt-accent);
  background: var(--vt-accent);
  color: #fff;
}

.comparison-tab:focus-visible {
  outline: 2px solid rgba(53, 121, 184, 0.25);
  outline-offset: 2px;
}

.comparison-panel[hidden] {
  display: none;
}

.demo-triplet {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: var(--vt-content-width);
  margin: 0 auto;
}

.demo-card {
  min-width: 0;
}

.demo-card h3 {
  margin: 0 0 0.55rem;
  color: var(--vt-accent-dark);
  font-size: 1.18rem;
  font-weight: 800;
  text-align: center;
}

.demo-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--vt-rule);
  border-radius: 8px;
  background: #111820;
  object-fit: cover;
}

.demo-result {
  margin: 0.7rem 0 0;
  color: var(--vt-muted);
  font-size: 1.12rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.demo-result.is-success {
  color: #1f7a4d;
}

.demo-result.is-failure {
  color: #b04a4a;
}

.demo-result.is-partial {
  color: #9a6b20;
}

.footer .icon-link {
  font-size: 25px;
  color: #000;
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.publication-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  max-width: calc(100vw - 2rem);
  margin-left: auto;
  margin-right: auto;
}

.publication-links .link-block {
  display: inline-flex;
}

.publication-links .button {
  max-width: 100%;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.publication-author-list {
  max-width: min(920px, calc(100vw - 2rem));
  margin: 0.55rem auto 0;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 1.05rem !important;
}

.publication-author-list sup,
.publication-affiliations sup,
.publication-notes sup {
  font-size: 0.68em;
  line-height: 0;
  vertical-align: super;
}

.author-block {
  display: inline-block;
}

.publication-affiliations {
  max-width: min(980px, calc(100vw - 2rem));
  margin: 0.45rem auto 0;
  line-height: 1.45;
  color: var(--vt-muted);
  font-size: 0.92rem !important;
}

.affiliation-block {
  display: inline-block;
  margin: 0 0.45rem;
}

.publication-notes {
  margin-top: 0.35rem;
  color: var(--vt-muted);
  line-height: 1.35;
  font-size: 0.92rem !important;
}

.content ul.insight-list,
.insight-list {
  display: grid;
  gap: 0.55rem;
  margin: 0.95rem 0 1.05rem !important;
  padding: 0;
  list-style: none !important;
}

.insight-list li {
  position: relative;
  padding-left: 1.05rem;
  color: #2e3540;
  list-style: none !important;
}

.insight-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.73em;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: #2f6f73;
}

.insight-list strong {
  color: #1f4f53;
  font-weight: 750;
}

.affiliation-icon-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.15rem;
  max-width: min(760px, calc(100vw - 2rem));
  margin: 0.9rem auto 0.15rem;
}

.affiliation-logo {
  display: block;
  width: auto;
  height: 3.2rem;
  max-width: 9.8rem;
  object-fit: contain;
}

.logo-tars {
  height: 4.15rem;
}

.logo-casia,
.logo-ucas,
.logo-fudan {
  height: 3.65rem;
}

.logo-nus {
  height: 3.05rem;
  max-width: 12rem;
}

.logo-ucas {
  max-width: 4.1rem;
}

.results-carousel {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
  box-sizing: border-box;
  flex: 0 0 calc(50% - 5px);
}

.results-carousel video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.results-carousel .video-caption {
  text-align: center;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #363636;
}

.slider-pagination,
.slider-page,
.carousel .slider-pagination,
.carousel .slider-page {
  display: none !important;
}

.image-caption {
  display: block;
  max-width: 880px;
  margin: 0.55rem auto 0;
  text-align: center;
  line-height: 1.45;
  color: var(--vt-muted);
  font-size: 0.96rem;
  font-weight: 400;
}

.video-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9a9a;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.demo-section .hero-body {
  padding-top: 1rem;
  padding-bottom: 2.2rem;
}

.demo-video-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.overview-video {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  justify-self: stretch;
}

.demo-video-wrap {
  width: 100%;
  border: 1px solid var(--vt-rule);
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}

.demo-video {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: auto;
  -webkit-user-drag: none;
  user-drag: none;
}

.demo-video-seek-warning {
  margin: 0.75rem 0 0;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  background: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  font-size: 0.9rem;
  line-height: 1.45;
}

.paper-figure {
  display: block;
  width: 100%;
  max-width: var(--vt-content-width);
  margin: 1.1rem auto 0;
  text-align: center;
}

.paper-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 6px;
  border: 1px solid var(--vt-rule);
  background: #fff;
  box-shadow: none;
}

.paper-figure picture {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.paper-figure--banner img {
  max-width: 100%;
}

.paper-figure--wide {
  max-width: var(--vt-content-width);
}

.paper-figure--chart img {
  max-width: 100%;
}

/* Academic booktabs-style tables */
.table-figure {
  display: block;
  max-width: var(--vt-content-width);
  margin: 1.1rem auto 0;
  width: 100%;
  text-align: left;
}

.section-split .table-figure {
  margin: 0;
}

.table-figure--compact {
  width: 100%;
  max-width: 100%;
}

.table-figure--compact .table-container {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.evidence-table.table-figure--compact .table-container {
  width: 100%;
}

.table-container.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-academic {
  display: table !important;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  font-size: 0.9rem;
  line-height: 1.5;
  font-variant-numeric: tabular-nums lining-nums;
  color: #1f1f1f;
  background: #fff;
}

.table-academic thead,
.table-academic tbody {
  display: table-row-group !important;
}

.table-academic tr {
  display: table-row !important;
}

.table-academic th,
.table-academic td {
  display: table-cell !important;
  padding: 0.5rem 0.7rem;
  text-align: center;
  vertical-align: middle;
  border: none !important;
  background: transparent;
  white-space: nowrap;
}

/* Override Bulma `.table th:not([align]) { text-align: inherit }` */
.table.table-academic th,
.table.table-academic td {
  text-align: center;
}

.table-academic .col-method,
.table-academic .col-desc,
.table.table-academic th.col-method,
.table.table-academic td.col-method,
.table.table-academic td.col-desc {
  text-align: left;
  white-space: normal;
}

.table.table-academic th.col-group,
.table.table-academic th.col-overall {
  text-align: center;
  vertical-align: bottom;
}

.table-academic .col-method,
.table-academic .col-desc {
  white-space: normal;
}

.table-academic .col-method {
  min-width: 7.5rem;
}

.table-academic .col-model {
  width: 3.25rem;
  min-width: 3.25rem;
  text-align: center;
  font-weight: 600;
}

.table-academic .col-desc {
  min-width: 12rem;
  line-height: 1.35;
}

.table-academic col.col-method {
  width: 9%;
}

.table-academic col.col-metric {
  width: 8%;
}

.table-academic tr.row-best td {
  font-weight: 700;
}

.table-main {
  min-width: 860px;
}

.table-academic.table-ablation {
  width: auto;
  max-width: 100%;
}

.evidence-table .table-academic.table-ablation {
  width: 100%;
}

.table-ablation .col-model {
  width: 3.25rem;
  padding-right: 0.85rem;
}

.table-ablation .col-desc {
  min-width: 0;
  width: auto;
  padding-right: 1.25rem;
  line-height: 1.35;
}

.table-ablation th:not(.col-model):not(.col-desc),
.table-ablation td:not(.col-model):not(.col-desc) {
  min-width: 5.5rem;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.evidence-table .table-ablation th,
.evidence-table .table-ablation td {
  padding-top: 0.62rem;
  padding-bottom: 0.62rem;
}

.table-academic thead th {
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
}

.table-academic thead tr:first-child th {
  border-top: 2px solid #1f1f1f !important;
  padding-top: 0.55rem;
}

.table-academic thead tr:last-child th {
  border-bottom: 1px solid #1f1f1f !important;
  padding-bottom: 0.45rem;
}

.table-academic tbody tr:last-child td {
  border-bottom: 2px solid #1f1f1f !important;
  padding-bottom: 0.55rem;
}

.table-main thead tr.header-group th.col-group {
  padding-bottom: 0.35rem;
  font-size: 0.8125rem;
}

.table-main thead tr.header-group th.col-overall {
  vertical-align: middle;
}

.table-main thead tr.header-task th {
  font-weight: 600;
  font-size: 0.75rem;
  color: #333;
}

.table-caption {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--vt-muted);
  text-align: justify;
}

.table-caption--top {
  margin-top: 0;
  margin-bottom: 0.55rem;
  color: var(--vt-ink);
  font-size: 0.95rem;
  text-align: center;
}

.evidence-table .table-caption--top {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0.55rem;
  font-size: 0.9rem;
}

.avtag-evidence > .image-caption {
  width: 100%;
  max-width: var(--vt-content-width);
}

.table-caption strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .table-figure--compact {
    max-width: 100%;
  }

  .table-academic {
    font-size: 0.8125rem;
  }

  .table-academic th,
  .table-academic td {
    padding: 0.38rem 0.45rem;
  }
}

.citation-block pre {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 1rem 1.25rem;
  overflow-x: auto;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .section-split,
  .section-split--overview,
  .section-split--abstract,
  .section-split--prediction,
  .section-split--ablation {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .evidence-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .avtag-evidence {
    max-width: 100%;
  }

  .avtag-comparison {
    grid-template-columns: 1fr;
  }

  .demo-triplet {
    grid-template-columns: 1fr;
  }

  .evidence-copy {
    max-width: 100%;
  }

  .section-split .split-media {
    order: -1;
  }

  .overview-video {
    max-width: 100%;
    justify-self: stretch;
  }

  .section-split--ablation .split-media {
    order: 0;
  }

  .page-section {
    padding: 2.6rem 1.1rem;
  }

  .section-summary {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .paper-figure--banner img {
    max-width: 100%;
  }

  .paper-figure--chart img {
    max-width: 100%;
  }

  .image-caption {
    max-width: 100%;
  }

  .title.is-1.publication-title {
    font-size: clamp(1.35rem, 5vw, 2rem) !important;
  }

  .publication-title-line {
    white-space: normal;
    max-width: calc(100vw - 1.5rem);
  }

  .publication-author-list,
  .publication-affiliations {
    max-width: 100%;
    line-height: 1.5;
  }

  .affiliation-block {
    display: block;
    margin: 0.15rem 0;
  }

  .affiliation-icon-row {
    gap: 0.75rem;
    margin-top: 0.75rem;
  }

  .affiliation-logo {
    height: 2.35rem;
    max-width: 7.3rem;
  }

  .logo-tars {
    height: 3rem;
  }

  .logo-casia,
  .logo-ucas,
  .logo-fudan {
    height: 2.65rem;
  }

  .logo-nus {
    max-width: 8.4rem;
  }

  .logo-ucas {
    max-width: 3rem;
  }
}

@media (max-width: 480px) {
  .results-carousel .video-caption {
    font-size: 0.85rem;
  }

  .affiliation-icon-row {
    gap: 0.6rem 0.8rem;
  }

  .affiliation-logo {
    height: 2rem;
    max-width: 5.8rem;
  }

  .logo-tars {
    height: 2.35rem;
  }

  .logo-casia,
  .logo-ucas,
  .logo-fudan {
    height: 2.1rem;
  }

  .logo-ucas {
    max-width: 2.4rem;
  }

  .publication-links {
    gap: 0.3rem;
    padding: 0 0.5rem;
  }

  .publication-links .button {
    font-size: 0.88rem;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }
}

.section-split--overview-text-only {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

.section-split--overview-text-only .overview-copy {
  display: block;
  width: 100%;
  max-width: none;
}

.section-split--overview-text-only .overview-lead {
  max-width: none;
  margin: 0 0 1.25rem;
  font-size: 1.08rem;
  line-height: 1.68;
  text-align: justify !important;
}

.content ul.overview-list,
.overview-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.05rem 2rem;
  margin: 0 !important;
  padding: 0;
}

.overview-list li {
  display: grid;
  grid-template-columns: 6.4rem 1fr;
  gap: 0.9rem;
  align-items: start;
  padding-top: 0.9rem;
  border-top: 1px solid #d7e2e8;
  color: #26303a;
  line-height: 1.62;
  list-style: none !important;
  text-align: justify;
}

.overview-label {
  color: #2f78b7;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 768px) {
  .content ul.overview-list,
  .overview-list {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .overview-list li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    text-align: left;
  }
}


