body {
  font-family: "Noto Sans", Arial, sans-serif;
  color: #222222;
  background: #ffffff;
}

a {
  color: #3273dc;
}

.publication-header .hero-body {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}

.publication-title {
  font-family: "Google Sans", "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
}

.publication-venue-container {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.publication-venue {
  color: #4a4a4a;
  font-family: "Google Sans", "Noto Sans", Arial, sans-serif;
  font-weight: 600;
}

.publication-authors {
  color: #202020;
  line-height: 1.55;
}

.publication-authors a {
  color: #3273dc;
}

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

.publication-affiliations {
  margin-top: 0.65rem;
}

.author-note {
  margin-top: 0.4rem;
  color: #555555;
  font-size: 0.95rem;
}

.publication-links {
  margin-top: 1.6rem;
}

.publication-links .link-block {
  display: inline-block;
  margin: 0.25rem;
}

.publication-links .button {
  font-weight: 600;
}

.publication-links .button.is-disabled {
  cursor: default;
  opacity: 0.72;
  pointer-events: none;
}

.publication-image {
  margin: 1.5rem auto 0;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #f7f7f7;
}

.publication-image {
  max-width: 920px;
}

.publication-image.wide-image {
  max-width: 1180px;
}

.publication-image img {
  display: block;
  width: 100%;
  height: auto;
}

.publication-image.is-missing {
  display: grid;
  min-height: 280px;
  place-items: center;
  border-style: dashed;
}

.publication-image.is-missing img {
  display: none;
}

.publication-image.is-missing::after {
  content: attr(data-placeholder);
  color: #666666;
  font-weight: 600;
}

.section {
  padding: 3.5rem 1.5rem;
}

.pipeline-section,
.visualization-results-section,
.result-section {
  background: #f7f7f7;
}

.visualization-results-section {
  padding-left: 0;
  padding-right: 0;
}

.visualization-results-section > .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.visualization-results-section .hero {
  background: transparent;
}

.results-carousel-wrapper {
  position: relative;
}

.results-carousel {
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.results-carousel::-webkit-scrollbar {
  display: none;
}

.results-carousel .carousel-item {
  margin-top: 0;
  scroll-snap-align: center;
}

.carousel-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(36, 36, 36, 0.82);
  color: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
}

.carousel-control:hover {
  background: rgba(20, 20, 20, 0.92);
}

.carousel-control-left {
  left: 0.9rem;
}

.carousel-control-right {
  right: 0.9rem;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.carousel-dot {
  width: 0.65rem;
  height: 0.65rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #b5b5b5;
  cursor: pointer;
}

.carousel-dot.is-active {
  background: #363636;
}

.content {
  font-size: 1.05rem;
}

.content p {
  color: #333333;
  line-height: 1.7;
}

.content p + p {
  margin-top: 1rem;
}

.content code {
  color: #202020;
  background: #eeeeee;
  border-radius: 4px;
  font-size: 0.92em;
  padding: 0.1em 0.35em;
}

pre {
  border-radius: 6px;
  background: #f5f5f5;
  color: #222222;
  font-size: 0.9rem;
  white-space: pre;
}

pre code {
  color: inherit;
  background: transparent;
}

.footer {
  padding: 2rem 1.5rem;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
}

.footer p {
  font-size: 0.95rem;
}

@media screen and (max-width: 768px) {
  .publication-header .hero-body {
    padding-top: 2rem;
  }

  .publication-title {
    font-size: 2.15rem !important;
  }

  .publication-authors {
    font-size: 1rem !important;
  }

  .publication-links .button {
    width: 100%;
    max-width: 260px;
  }

  .carousel-control {
    width: 2.25rem;
    height: 2.25rem;
  }

  .carousel-control-left {
    left: 0.35rem;
  }

  .carousel-control-right {
    right: 0.35rem;
  }

  .section {
    padding: 2.6rem 1rem;
  }

  .visualization-results-section {
    padding-left: 0;
    padding-right: 0;
  }
}
