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

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

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

.publication-authors a {
  color: #4286f4;
  text-decoration: none;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.publication-venue {
  color: #555;
  font-weight: bold;
}

.publication-awards {
  color: #ff3860;
  font-weight: bolder;
}

.publication-links .link-block {
  margin: 3px;
}

.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

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

/* Method figure */
.method-image {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

/* Findings cards */
.finding-box {
  background: #f8f9fa;
  border-left: 4px solid #3273dc;
  padding: 1.2rem 1.5rem;
  margin-bottom: 1.2rem;
  border-radius: 0 8px 8px 0;
}

.finding-box strong {
  color: #3273dc;
}

/* Results table */
.results-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.results-table th {
  background: #3273dc;
  color: white;
  padding: 10px 12px;
  text-align: center;
  font-weight: 600;
}

.results-table td {
  padding: 8px 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.results-table tr:hover {
  background: #f5f8ff;
}

.results-table .highlight-row {
  background: #eef3ff;
  font-weight: 700;
}

.results-table .highlight-row td {
  border-bottom: 2px solid #3273dc;
}

.best-score {
  font-weight: 700;
  color: #3273dc;
}

/* BibTeX */
#BibTeX pre {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 1.2rem;
  overflow-x: auto;
  font-size: 0.85rem;
}

/* Section spacing */
.section {
  padding: 3rem 1.5rem;
}

/* Teaser placeholder */
.teaser-placeholder {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  padding: 3rem;
  text-align: center;
  color: white;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.teaser-placeholder p {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* Image placeholder */
.image-placeholder {
  background: #f0f0f0;
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  color: #888;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Footer */
.footer .icon-link {
  font-size: 25px;
  color: #363636;
  margin: 0 5px;
}

/* Highlights section */
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.highlight-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-top: 3px solid #3273dc;
}

.highlight-card .icon-large {
  font-size: 2rem;
  margin-bottom: 0.8rem;
  display: block;
}

.highlight-card h4 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
