body {
  font-family: "Noto Sans", "Google Sans", Arial, sans-serif;
  color: #263238;
  background: #ffffff;
}

a {
  color: #1f6f8b;
}

a:hover {
  color: #134b60;
}

.publication-hero {
  background: linear-gradient(180deg, #f7fafb 0%, #ffffff 100%);
  border-bottom: 1px solid #e7ecef;
}

.publication-title {
  font-family: "Google Sans", "Noto Sans", Arial, sans-serif;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.4rem, 5.5vw, 4.35rem);
  font-weight: 800;
  letter-spacing: 0;
  color: #14242b;
  margin-bottom: 0.35rem;
  line-height: 1.08;
}

.publication-subtitle {
  max-width: 820px;
  margin: 0 auto 1.25rem;
  color: #31454d;
  font-weight: 500;
  line-height: 1.25;
}

.publication-authors {
  color: #384b53;
  line-height: 1.55;
}

.publication-affiliation {
  margin-top: 0.25rem;
  color: #60717a;
}

.publication-venue {
  margin-top: 0.25rem;
  color: #20353d;
  font-weight: 700;
}

.author-block {
  display: inline-block;
  margin: 0 0.18rem;
}

.publication-links {
  margin-top: 1.6rem;
}

.publication-links .link-block {
  display: inline-block;
  margin: 0.25rem;
}

.publication-links .button {
  min-height: 2.55rem;
  padding-left: 1.05rem;
  padding-right: 1.05rem;
}

.publication-links .hf-icon {
  width: 1.05rem;
  height: 1.05rem;
}

.publication-links .button.is-disabled {
  pointer-events: none;
  opacity: 0.58;
}

.section {
  padding: 3.5rem 1.5rem;
}

.section-title {
  font-family: "Google Sans", "Noto Sans", Arial, sans-serif;
  color: #162a31;
  margin-bottom: 1.1rem;
}

.subsection-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #20353d;
}

.teaser {
  padding-top: 2.25rem;
}

.lead {
  margin: 1.6rem auto 0;
  max-width: 1120px;
  font-size: 1.08rem;
  line-height: 1.72;
  color: #31454d;
}

.content p {
  line-height: 1.72;
}

.publication-image {
  margin: 0 auto;
  background: #ffffff;
}

.publication-image img {
  display: block;
  width: 100%;
  height: auto;
}

.compact-image {
  max-width: 460px;
}

.method-stage {
  margin-top: 2.25rem;
}

.method-figure {
  max-width: 560px;
}

.method-figure-pi {
  max-width: 560px;
}

.results-section {
  background: #fbfcfc;
}

.result-table {
  background: #ffffff;
  border: 1px solid #dfe7ea;
}

.result-table th {
  color: #253942;
  background: #edf3f5;
}

.result-table td,
.result-table th {
  text-align: center;
  vertical-align: middle;
}

.result-table td:first-child,
.result-table th:first-child {
  text-align: left;
}

.ours-row {
  font-weight: 800;
  color: #0e566d;
  background: #eaf5f7 !important;
}

.table-note {
  margin-top: 0.75rem;
  color: #68777d;
  font-size: 0.95rem;
}

.bibtex-section {
  background: #f5f8f9;
}

.bibtex-section pre {
  overflow-x: auto;
  padding: 1.25rem;
  color: #20353d;
  background: #ffffff;
  border: 1px solid #dfe7ea;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .publication-title {
    font-size: 2.25rem;
  }

  .publication-subtitle {
    font-size: 1.45rem;
  }

  .section {
    padding: 2.5rem 1rem;
  }

  .lead {
    font-size: 1.08rem;
  }

  .publication-links .button {
    width: 100%;
    justify-content: center;
  }

  .publication-links .link-block {
    display: block;
    width: 100%;
  }
}
