body {
  font-family: 'Noto Sans', sans-serif;
}

.footer .icon-link {
  font-size: 25px;
  color: #000;
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.author-portrait {
  overflow: hidden;
  width: 100px;
  height: 100px;
  font-size: 0;
  margin: auto;
}

.author-portrait img {
  border-radius: 50%;
  width: 100px;
  position: relative;
}

.top-nav {
  background: #fafafa;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 0.5rem;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 0;
  color: #111827;
  font-weight: 600;
  text-decoration: none;
}

.back-link:hover {
  color: hsl(204, 86%, 53%);
}

.project-figure {
  margin: 0 auto;
}

.project-figure img {
  display: block;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.figure-note {
  margin-top: 0.85rem;
  color: #555;
  line-height: 1.7;
  text-align: center;
}

.section-copy {
  margin-top: 1.25rem;
  line-height: 1.8;
}

.placeholder-box {
  width: 100%;
  min-height: 280px;
  border-radius: 12px;
  border: 2px dashed #cbd5e1;
  background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
}

.compact-placeholder {
  min-height: 240px;
}

.tall-placeholder {
  min-height: 320px;
}

.placeholder-inner {
  text-align: center;
  padding: 1.5rem;
  color: #475569;
}

.placeholder-title {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.4rem;
}

.placeholder-subtitle {
  font-size: 0.95rem;
  color: #64748b;
}

.metric-note {
  height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  background: #fff;
}

.metric-note ul {
  margin-top: 0.75rem;
  line-height: 1.9;
}

.reference-list {
  line-height: 1.9;
}

pre {
  border-radius: 10px;
}

@media (max-width: 768px) {
  .author-portrait,
  .author-portrait img {
    width: 78px;
    height: 78px;
  }

  .placeholder-box {
    min-height: 220px;
  }
}
