body {
  font-family: 'Noto Sans', sans-serif;
}

.publication-title {
  font-family: 'Google Sans', 'Noto Sans', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.publication-venue {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #3273dc;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.author-block {
  display: inline;
  font-size: 1.05rem;
}

.author-block a {
  color: #363636;
}

.author-block a:hover {
  color: #3273dc;
}

.author-block .author-mark {
  font-size: 0.75rem;
  vertical-align: super;
  margin-left: 1px;
}

.affiliations {
  font-size: 0.95rem;
  color: #666;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

.affiliations .affl-num {
  font-size: 0.75rem;
  vertical-align: super;
  margin-right: 2px;
}

.author-footnotes {
  font-size: 0.85rem;
  color: #888;
  margin-top: 0.3rem;
}

.contact-email {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.3rem;
}

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

.publication-links .button {
  margin: 0.25rem;
  border-radius: 6px;
}

.publication-links .button .icon {
  margin-right: 0.3rem;
}

/* Teaser */
.hero.teaser {
  padding-top: 0;
}

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

.teaser-image {
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

/* Section titles */
.section .title.is-3 {
  font-family: 'Google Sans', 'Noto Sans', sans-serif;
  margin-bottom: 1.2rem;
}

.section .title.is-4 {
  font-family: 'Google Sans', 'Noto Sans', sans-serif;
  margin-bottom: 1rem;
}

/* Figures */
.figure-container {
  margin: 1.5rem 0;
}

.figure-container img {
  border-radius: 6px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.08);
}

.figure-caption {
  font-size: 0.92rem;
  color: #555;
  margin-top: 0.6rem;
  text-align: center;
  line-height: 1.5;
}

/* Benchmark table */
.benchmark-table-wrapper {
  overflow-x: auto;
  margin: 1.5rem 0;
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.08);
}

.benchmark-table {
  font-size: 0.85rem;
  white-space: nowrap;
  border-collapse: collapse;
  width: 100%;
}

.benchmark-table thead th {
  background-color: #f5f5f5;
  border-bottom: 2px solid #dbdbdb;
  padding: 0.6rem 0.5rem;
  text-align: center;
  font-weight: 600;
}

.benchmark-table tbody td {
  padding: 0.45rem 0.5rem;
  text-align: center;
  border-bottom: 1px solid #ededed;
}

.benchmark-table tbody td:first-child {
  text-align: left;
  font-weight: 500;
  padding-left: 0.8rem;
}

.benchmark-table .rank-1 {
  background-color: rgba(255, 215, 0, 0.12);
}

.benchmark-table .rank-2 {
  background-color: rgba(192, 192, 192, 0.12);
}

.benchmark-table .rank-3 {
  background-color: rgba(205, 127, 50, 0.08);
}

.benchmark-table .best {
  font-weight: 700;
}

.benchmark-table .second-best {
  text-decoration: underline;
}

.benchmark-table .divider-col {
  border-left: 2px solid #dbdbdb;
}

.table-caption {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.8rem;
  text-align: center;
  line-height: 1.5;
}

/* BibTeX */
.bibtex-section pre {
  background-color: #f5f5f5;
  color: #363636;
  padding: 1.2rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  font-size: 0.88rem;
  line-height: 1.6;
  overflow-x: auto;
  position: relative;
}

.bibtex-section .copy-btn {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  background: rgba(0,0,0,0.06);
  border: none;
  color: #555;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8rem;
  transition: background 0.2s;
}

.bibtex-section .copy-btn:hover {
  background: rgba(0,0,0,0.12);
}

/* Method highlights */
.method-highlight {
  background-color: #f8f9fa;
  border-left: 4px solid #3273dc;
  padding: 1rem 1.2rem;
  margin: 1rem 0;
  border-radius: 0 6px 6px 0;
}

.method-highlight strong {
  color: #3273dc;
}

/* Formula */
.formula-block {
  text-align: center;
  margin: 1.2rem 0;
  font-size: 1.1rem;
}

/* Footer */
footer.footer {
  padding: 2rem 1.5rem;
  background-color: #fafafa;
}

footer.footer .content p {
  font-size: 0.88rem;
  color: #999;
}

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

  .author-block {
    font-size: 0.92rem;
  }

  .benchmark-table {
    font-size: 0.78rem;
  }
}
