body {
  font-family: 'CMU Serif', Georgia, serif;
  font-weight: 500;
  color: #15171a;
}

a {
  color: #1f6f8b;
}

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

.publication-title {
  font-family: 'CMU Serif', Georgia, serif;
  font-weight: 700 !important;
  line-height: 1.08;
  letter-spacing: 0;
}

.publication-title strong {
  font-weight: 900 !important;
}

.publication-authors {
  font-family: 'CMU Serif', Georgia, serif;
  font-weight: 400;
}

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

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

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

.external-link.button {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  border-radius: 8px;
  padding: 0.55em 1.2em;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.external-link.button.is-dark {
  background-color: #f5f7f8;
  border: none;
  color: #6d7277;
}

.external-link.button.is-dark:hover {
  background-color: #e9eef1;
  border: none;
  color: #4f565c;
}

.abstract-box {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 2rem 2.5rem;
  max-width: 760px;
  margin: 0 auto;
}

.content p,
.subtitle {
  font-family: 'CMU Serif', Georgia, serif;
  line-height: 1.7;
}

.title {
  font-family: 'CMU Serif', Georgia, serif;
  letter-spacing: 0;
}

.section-divider {
  border: none;
  border-top: 1px solid #e8e8e8;
  margin: 0;
}

.figure-frame {
  border: 1px solid #d8dcdf;
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
}

.figure-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.overview-frame {
  max-width: 540px;
  margin: 0 auto;
}

.figure-caption {
  font-family: 'CMU Serif', Georgia, serif;
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.75rem;
  line-height: 1.55;
}

.result-table {
  font-size: 0.84em;
}

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

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

.table-highlight {
  background-color: #e8f3f1;
}

.method-card {
  border: 1px solid #dfe5e7;
  border-radius: 8px;
  padding: 1.2rem 1.25rem;
  height: 100%;
  background: #fff;
}

.method-card h3 {
  margin-bottom: 0.5rem !important;
}

#BibTeX pre {
  background-color: #f8f8f8;
  border-radius: 8px;
  border: none;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.82rem;
  color: #555;
  padding: 1.5rem 2rem;
  white-space: pre-wrap;
}

@media screen and (max-width: 768px) {
  .abstract-box {
    padding: 1.5rem;
  }

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

  .publication-title.title.is-2 {
    font-size: 1.6rem;
  }
}
