/* Project page styling — academic (Nerfies-like) look on top of Bulma. */

body {
  font-family: 'Google Sans', 'Noto Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #1f2933;
}

.hero {
  background: #ffffff;
  padding-top: 2.5rem;
}

.publication-title {
  line-height: 1.15;
  color: #16324f;
}

.publication-authors {
  color: #363636;
}

.publication-authors .author-block {
  margin: 0 .35rem;
  white-space: nowrap;
}

.publication-venue {
  color: #4a5568;
}

.publication-links .button {
  margin: .25rem .3rem;
  background-color: #363636;
}
.publication-links .button:hover {
  background-color: #16324f;
}

figure img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.caption {
  margin-top: .9rem;
  font-size: .92rem;
  color: #5a6570;
  line-height: 1.5;
  text-align: left;
}

.section .title.is-3 {
  color: #16324f;
  margin-bottom: 1.2rem;
}

pre.bibtex {
  background: #f5f7fa;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 1rem 1.2rem;
  overflow-x: auto;
}
pre.bibtex code {
  background: transparent;
  color: #2d3748;
  font-family: 'Fira Mono', 'Courier New', monospace;
  font-size: .85rem;
}

.footer {
  background: #f5f7fa;
  color: #5a6570;
  padding: 2rem 1.5rem 3rem;
}
.footer a {
  color: #16324f;
  text-decoration: underline;
}

.content ul li {
  margin-bottom: .5rem;
}
