/* SE-GA Project Page Custom Styles */
body {
  font-family: 'Google Sans', 'Noto Sans', 'Castoro', sans-serif;
}

.hero-body {
  padding: 2rem 1.5rem;
}

.publication-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.publication-authors {
  margin-bottom: 0.3rem;
}

.publication-authors .author-block {
  display: inline-block;
  margin: 0 0.15rem;
}

.publication-authors sup {
  font-size: 0.7em;
  color: #555;
}

.publication-authors a {
  color: #2c3e8f;
  text-decoration: none;
}

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

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

.conference-badge {
  display: inline-block;
  background: #2c3e8f;
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 0.8rem;
  font-size: 0.95rem;
}

.eql-cntrb {
  font-size: 0.8rem;
  color: #777;
}

.publication-links {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.publication-links .button {
  margin: 0.15rem;
}

.section-title {
  margin-bottom: 1.2rem;
}

.content-figure {
  text-align: center;
  margin: 1.5rem 0;
}

.content-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.content-figure .caption {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  color: #666;
}

/* Abstract section */
.abstract-text {
  text-align: justify;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* BibTeX */
.bibtex-section pre {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1.2rem;
  font-size: 0.85rem;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-all;
}

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

.footer p {
  font-size: 0.85rem;
  color: #777;
}

/* Highlight box */
.highlight-box {
  background: #f0f4ff;
  border-left: 4px solid #2c3e8f;
  padding: 1.2rem 1.5rem;
  margin: 1rem 0;
  border-radius: 0 6px 6px 0;
}

.highlight-box ul {
  margin-bottom: 0;
}

/* Contribution card */
.contrib-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  transition: box-shadow 0.2s;
}

.contrib-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.contrib-card h3 {
  color: #2c3e8f;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.table-caption {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
  text-align: center;
}

/* Result highlight */
.result-highlight {
  color: #2c3e8f;
  font-weight: 700;
}

/* Navbar */
.navbar {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.navbar-link {
  font-size: 0.9rem;
}

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

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}
