/* Styles specific to individual paper pages */

.venue-pill {
  display: inline-block;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  margin: 0 0 1rem;
}

.paper-hero {
  padding: 3rem 1.5rem 1rem;
}

.paper-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3.6vw, 2.4rem);
  line-height: 1.25;
  margin: 0 0 1.25rem;
}

.authors {
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
}

.affiliations {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: 0 0 1.5rem;
}

.paper-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.teaser {
  margin: 0;
}

.teaser img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.bibtex {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1rem 1.25rem;
  overflow-x: auto;
  font-size: 0.85rem;
  line-height: 1.6;
}
