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

a {
  color: #2478a8;
}

a:hover {
  color: #15516f;
  text-decoration: underline;
}

.hero {
  background:
    linear-gradient(180deg, rgba(244, 250, 252, 0.96), rgba(255, 255, 255, 1) 78%);
}

.hero-body {
  padding-bottom: 2.25rem;
}

.publication-title {
  color: #17202c;
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.publication-subtitle {
  color: #425466;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.2rem;
  margin: 0.85rem auto 0;
  max-width: 820px;
}

.publication-authors {
  color: #3a4656;
  font-family: 'Google Sans', sans-serif;
}

.publication-authors a {
  color: #2478a8 !important;
}

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

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

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

.button.is-dark {
  background-color: #1f2a36;
}

.button.is-dark:hover {
  background-color: #2f6f86;
  text-decoration: none;
}

.section {
  padding: 3rem 1.5rem;
}

.title {
  color: #17202c;
  font-family: 'Google Sans', sans-serif;
}

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

.figure-panel {
  margin: 0 auto 1.2rem;
  text-align: center;
}

.figure-panel img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.teaser-panel {
  margin-top: 1.8rem;
}

.teaser-panel img {
  width: 100%;
}

.caption {
  color: #526173;
  font-size: 0.95rem;
  margin-top: 0.75rem;
}

.performance-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.performance-item {
  text-align: center;
}

.performance-item img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.figure-title {
  color: #2f6f86;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}

.method-card {
  background: #f7fbfc;
  border: 1px solid #dcecef;
  border-radius: 8px;
  padding: 1.25rem;
}

pre {
  background-color: #f7fbfc;
  border: 1px solid #dcecef;
  border-radius: 8px;
  color: #22303d;
  position: relative;
  white-space: pre-wrap;
}

.copy-button {
  background: #2f6f86;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  padding: 0.45rem 0.65rem;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}

#footer {
  color: #647386;
  font-size: 0.92rem;
  padding-top: 1.5rem;
}

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

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

  .performance-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 2.4rem 1rem;
  }
}
