body {
  background: #ffffff;
  color: #202124;
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.65;
}

a {
  color: #1f6f8b;
}

.project-nav {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e3e7eb;
  position: sticky;
  top: 0;
  z-index: 10;
}

.project-nav .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 54px;
}

.project-nav-brand {
  color: #162832;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.project-nav-links {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.project-nav-links a {
  color: #53616b;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
}

.project-nav-links a:hover {
  color: #0f6c89;
}

.publication-header {
  background: #f7fafb;
  border-bottom: 1px solid #e3e7eb;
}

.publication-header .hero-body {
  padding-bottom: 3.5rem;
  padding-top: 4.5rem;
}

.publication-title {
  color: #161a1d;
  font-family: 'Google Sans', sans-serif;
  font-size: 3.35rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 auto 1rem;
  max-width: 1120px;
}

.publication-subtitle {
  color: #46606b;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.38;
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  white-space: nowrap;
}

.venue {
  color: #0f6c89;
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.publication-authors {
  color: #202124;
  font-family: 'Google Sans', sans-serif;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 1000px;
}

.author-block {
  display: inline-block;
  margin: 0.08rem 0.12rem;
}

.author-block sup,
.publication-affiliations sup {
  color: #0f6c89;
  font-size: 0.72em;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.1rem;
  vertical-align: super;
}

.corresponding-text-mark {
  color: #0f6c89;
  display: inline-block;
  font-size: 0.74em;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.2rem;
  vertical-align: super;
}

.publication-affiliations {
  color: #58636b;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Google Sans', sans-serif;
  gap: 0.28rem 1rem;
  justify-content: center;
  line-height: 1.45;
  margin: 0.85rem auto 0.45rem;
  max-width: 1080px;
}

.publication-affiliations span {
  display: inline-block;
}

.corresponding-authors {
  align-items: center;
  color: #62707a;
  display: inline-flex;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.95rem;
  gap: 0.4rem;
  margin: 0.4rem auto 1.55rem;
}

.corresponding-authors .corresponding-text-mark {
  font-size: 0.9rem;
  margin-left: 0;
  vertical-align: baseline;
}

.publication-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.publication-links .button {
  background: #162832;
  border-color: #162832;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(22, 40, 50, 0.16);
  font-weight: 600;
  min-width: 112px;
}

.publication-links .button:hover {
  background: #0f6c89;
  border-color: #0f6c89;
}

.section {
  padding-bottom: 4.4rem;
  padding-top: 4.4rem;
}

.light-section {
  background: #f6f9fa;
  border-bottom: 1px solid #e4eaee;
  border-top: 1px solid #e4eaee;
}

.teaser-section {
  padding-bottom: 3.6rem;
  padding-top: 3rem;
}

.section-title {
  color: #161a1d;
  font-family: 'Google Sans', sans-serif;
  font-weight: 750;
  letter-spacing: 0;
  margin-bottom: 1.1rem;
}

.section-title::after {
  background: #0f6c89;
  content: "";
  display: block;
  height: 3px;
  margin-top: 0.65rem;
  width: 52px;
}

.section-copy .section-title::after {
  margin-left: auto;
  margin-right: auto;
}

.section-copy {
  margin: 0 auto 2rem;
  max-width: 960px;
  text-align: center;
}

.lead-sentence {
  color: #213946;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.34rem;
  font-weight: 650;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.content p {
  font-size: 1.05rem;
}

.publication-figure {
  margin: 0 auto;
  max-width: 1220px;
}

.publication-figure img {
  background: #ffffff;
  border: 1px solid #dce2e7;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(19, 33, 44, 0.08);
  display: block;
  margin: 0 auto;
  width: 100%;
}

.publication-figure figcaption {
  color: #56636c;
  font-size: 0.98rem;
  margin: 1rem auto 0;
  max-width: 900px;
  text-align: center;
}

.qualitative-figure {
  margin-top: 2.5rem;
  max-width: 1020px;
}

.qual-carousel {
  background: linear-gradient(180deg, #f7fafc 0%, #eef4f7 100%);
  border: 1px solid #d8e2e8;
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(21, 39, 52, 0.09);
  overflow: hidden;
  padding: 18px 18px 54px;
  position: relative;
}

.qual-carousel-stage {
  background: #ffffff;
  border: 1px solid #dde6ec;
  border-radius: 8px;
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

.qual-slide {
  align-items: center;
  inset: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  padding: 14px;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.45s ease;
}

.qual-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.qual-slide img {
  box-shadow: none;
  height: auto;
  margin: 0 auto;
  max-height: 600px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.qual-nav {
  background: rgba(17, 30, 38, 0.82);
  border: none;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.3rem;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 3;
}

.qual-nav.prev {
  left: 26px;
}

.qual-nav.next {
  right: 26px;
}

.qual-nav:hover {
  background: rgba(15, 108, 137, 0.95);
}

.qual-meta {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 3;
}

.qual-counter {
  background: rgba(17, 30, 38, 0.72);
  border-radius: 999px;
  color: #ffffff;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.28rem 0.6rem;
}

.qual-dots {
  bottom: 18px;
  display: flex;
  gap: 0.45rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.qual-dot {
  background: rgba(17, 30, 38, 0.18);
  border: 1px solid rgba(19, 33, 44, 0.18);
  border-radius: 999px;
  cursor: pointer;
  height: 11px;
  width: 11px;
}

.qual-dot.is-active {
  background: #0f6c89;
  border-color: #0f6c89;
}

.qualitative-figure--compact {
  max-width: 920px;
}

.qualitative-figure--compact > img {
  height: auto;
  margin: 0 auto;
  max-height: 860px;
  width: auto;
}

.result-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.result-item {
  background: #ffffff;
  border: 1px solid #d7e2e8;
  border-top: 4px solid #0f6c89;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(27, 44, 54, 0.07);
  padding: 1.35rem 1.3rem 1.45rem;
}

.result-kicker {
  color: #0f6c89 !important;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem !important;
  text-transform: uppercase;
}

.result-item .title {
  color: #162832;
  font-family: 'Google Sans', sans-serif;
  margin-bottom: 0.65rem;
}

.result-item p {
  color: #3c454d;
  margin: 0;
}

.result-table-wrap {
  margin-top: 0.8rem;
}

.result-table {
  border-collapse: collapse;
  font-size: 0.8rem;
  table-layout: auto;
  width: 100%;
}

.result-table th,
.result-table td {
  border: 1px solid #d7e2e8;
  padding: 0.42rem 0.48rem;
  text-align: center;
}

.result-table th {
  background: #edf3f7;
  color: #243744;
  font-weight: 700;
}

.result-table tbody tr:nth-child(even) {
  background: #f9fbfc;
}

.result-table tbody tr:hover {
  background: #f2f7fa;
}

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

.result-item + .result-item {
  margin-top: 0.2rem;
}

pre,
#BibTeX pre {
  background: #f5f7fa;
  border: 1px solid #d5e0e8;
  border-radius: 8px;
  color: #22313f;
  font-size: 0.9rem;
  overflow-x: auto;
  padding: 1.25rem;
}

pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

#BibTeX pre,
#BibTeX pre code {
  background: #f5f7fa !important;
  color: #22313f !important;
}

#BibTeX .bibtex-block,
#BibTeX .bibtex-block code {
  background: #f5f7fa !important;
  color: #22313f !important;
}

.footer {
  background: #ffffff;
  border-top: 1px solid #e3e7eb;
  color: #5b6570;
  padding: 2rem 1.5rem;
}

.footer a {
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .project-nav .container {
    flex-direction: column;
    gap: 0.4rem;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
  }

  .project-nav-links {
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
    justify-content: center;
  }

  .publication-title {
    font-size: 2.25rem;
  }

  .publication-subtitle {
    font-size: 1.18rem;
    max-width: 760px;
    white-space: normal;
  }

  .qual-carousel {
    padding: 12px 12px 44px;
  }

  .qual-carousel-stage {
    min-height: 420px;
  }

  .qual-slide img {
    max-height: 380px;
  }

  .qual-nav.prev {
    left: 16px;
  }

  .qual-nav.next {
    right: 16px;
  }
}

@media screen and (max-width: 520px) {
  .publication-header .hero-body {
    padding-top: 2.75rem;
  }

  .publication-title {
    font-size: 1.85rem;
  }

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

  .publication-links {
    align-items: stretch;
    flex-direction: column;
  }

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

  .section {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .lead-sentence {
    font-size: 1.12rem;
  }

  .publication-affiliations {
    align-items: center;
    flex-direction: column;
    gap: 0.2rem;
  }
}
