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

.publication-title {
  font-family: 'Google Sans', sans-serif;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
  margin-top: 0.75rem;
}

.publication-affiliations {
  margin-top: 0.75rem;
  color: #555;
}

.publication-note {
  margin-top: 0.5rem;
  color: #777;
}

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

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

.hero.teaser {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}

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

.hero.teaser .subtitle {
  max-width: 900px;
  margin: 1.5rem auto 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
}

.dnerf {
  font-variant: small-caps;
  font-weight: 600;
}

.publication-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.publication-video iframe,
.publication-video object,
.publication-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-card {
  margin: 0;
}

.image-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  display: block;
}

.image-card figcaption {
  text-align: center;
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.6rem;
}

.demo-video {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  display: block;
  background-color: #000;
}

.section pre {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 1rem 1.25rem;
  overflow-x: auto;
}

.box {
  height: 100%;
}

.tags {
  gap: 0.4rem;
}

footer.footer {
  background-color: #fafafa;
}

footer.footer a {
  word-break: break-word;
}
