html,
body {
  font-family: 'Noto Sans', sans-serif;
  color: #1f2937;
  background: #ffffff !important;
}

main {
  background: #ffffff !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 8px 12px;
  background: #111827;
  color: #fff;
  border-radius: 8px;
  z-index: 200;
}

.publication-header .hero-body {
  padding-top: 3.2rem;
  padding-bottom: 2rem;
}

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

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

.publication-venue {
  font-family: 'Google Sans', sans-serif;
  margin-top: 0.62rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #374151;
}

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

.publication-links {
  margin-top: 10px;
}

.link-block a {
  margin: 5px;
}

.publication-links .button {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  justify-content: center;
}

.resource-link {
  min-width: 9.4rem;
}

.link-icon-wrap {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.link-icon {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  object-fit: contain;
  opacity: 0.95;
}

.section {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.section-block {
  background: transparent;
  border: 0 !important;
  border-radius: 0;
  padding: 0.25rem 0;
  box-shadow: none !important;
}

.section-title {
  font-family: 'Google Sans', sans-serif;
  margin-bottom: 0.7rem !important;
}

.subsection-title {
  font-family: 'Google Sans', sans-serif;
  margin-top: 1.1rem !important;
}

.section-block p {
  color: #374151;
  line-height: 1.64;
  margin: 0.35rem 0 0.55rem;
}

.insight-block {
  margin: 0.3rem 0 0.4rem;
}

.insight-card {
  border: 1px solid #d7e1ee;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 0.5rem 0.58rem;
  box-shadow: 0 1px 0 rgba(15, 63, 156, 0.06);
}

.insight-card p {
  margin: 0 !important;
  color: #1f2937;
  line-height: 1.55;
  font-size: 0.94rem;
}

.insight-card strong {
  color: #0f3f9c;
  font-weight: 700;
}

.insight-card-heading {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.5rem !important;
  padding: 0.2rem 0.62rem;
  font-size: 0.78rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #1f4aa7 !important;
  background: linear-gradient(135deg, #eef4ff 0%, #e6efff 100%);
  border: 1px solid #c7d7f5;
  border-radius: 999px;
  font-weight: 800;
  text-shadow: none;
  box-shadow: 0 1px 0 rgba(15, 63, 156, 0.08);
}

.insight-list {
  margin: 0 0 0 1.1rem;
}

.insight-list li {
  color: #1f2937;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.insight-list li:last-child {
  margin-bottom: 0;
}

.insight-note {
  margin: 0 0 0.6rem !important;
  color: #4b5563;
  font-size: 0.92rem;
  line-height: 1.5;
}

.dataset-list {
  margin: 0.35rem 0 0.9rem 1.2rem;
}

.dataset-list li {
  color: #374151;
  margin-bottom: 0.45rem;
  line-height: 1.7;
}

.eg-steps {
  margin: 0.2rem 0 0.65rem 1.35rem;
}

.eg-steps li {
  color: #374151;
  margin-bottom: 0.28rem;
  line-height: 1.62;
}

.teaser-figure {
  margin: 0 0 0.65rem;
}

.teaser-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.figure-group-title {
  margin: 0.85rem 0 0.45rem;
  color: #374151;
}

.results-table-wrap {
  margin: 0.95rem 0 0.45rem;
  overflow-x: auto;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #ffffff;
}

.results-table-matrix {
  margin: 0;
  min-width: 980px;
}

.results-table-matrix th,
.results-table-matrix td {
  font-size: 0.84rem;
  white-space: nowrap;
  vertical-align: middle;
}

.results-table-matrix thead th {
  background: #f3f4f6;
  color: #111827;
}

.results-table-matrix tbody th {
  color: #111827;
  font-weight: 600;
}

.best-cell {
  font-weight: 700;
  color: #0f3f9c;
}

.mean-row th,
.mean-row td {
  border-top: 2px solid #d1d5db;
  font-weight: 600;
}

.bibtex-block {
  margin: 0.95rem 0 0;
  padding: 0.9rem;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #f8fafc;
  color: #1f2937;
  overflow-x: auto;
  font-size: 0.9rem;
}

.site-footer {
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
}

.template-credit {
  margin: 0.75rem auto 0;
  color: #6b7280;
  font-size: 0.92rem;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: 2px;
}

@media screen and (max-width: 1023px) {
  .section-block {
    padding: 0.25rem 0;
  }
}
