body {
  font-family: "Google Sans", "Noto Sans", Arial, sans-serif;
  color: #222;
}

a {
  color: #3273dc;
}

.publication-title {
  font-family: "Google Sans", "Noto Sans", Arial, sans-serif;
  line-height: 1.15;
}

.publication-authors {
  margin-top: 0.7rem;
}

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

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

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

.teaser .hero-body {
  padding-top: 0;
}

.teaser img,
.figure-panel img,
.figure-panel object {
  display: block;
  width: 100%;
  height: auto;
}

.figure-panel {
  margin: 1rem auto 0;
}

.figure-caption {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.55;
  margin-top: 0.75rem;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.metric {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 1rem;
  text-align: center;
  background: #fff;
}

.metric strong {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
}

.metric span {
  display: block;
  color: #666;
  font-size: 0.9rem;
  margin-top: 0.45rem;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.download-note {
  margin-top: 0.75rem;
  color: #666;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
}

.footer {
  padding: 2rem 1.5rem;
}

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

  .metric-row,
  .result-grid {
    grid-template-columns: 1fr;
  }
}
