body {
  font-family: "Noto Sans", sans-serif;
  color: #363636;
}

.hero-body {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

.publication-title {
  font-family: "Google Sans", sans-serif;
  font-size: 2.75rem !important;
  line-height: 1.18;
}

.author-row {
  margin-top: 1.25rem;
  line-height: 1.8;
}

.author-block {
  margin: 0 0.35rem;
}

.author-block sup,
.affiliations sup {
  font-size: 0.65em;
  margin-left: 0.08rem;
}

.affiliations {
  margin-top: 0.6rem;
}

.author-notes {
  margin-top: 0.35rem;
  color: #666;
}

.author-notes span + span {
  margin-left: 1rem;
}

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

.link-block {
  margin: 0.2rem 0.15rem;
}

.arxiv-placeholder {
  opacity: 0.72;
}

.huggingface-icon {
  font-size: 1.05rem;
}

.teaser .hero-body {
  padding-top: 0;
}

.teaser img {
  width: 100%;
  border-radius: 4px;
}

.teaser-caption {
  max-width: 850px;
  margin: 1rem auto 0;
  font-size: 1rem;
  line-height: 1.5;
}

.section-intro {
  max-width: 760px;
  margin: -0.6rem auto 1.7rem;
  color: #666;
}

.video-carousel {
  position: relative;
  width: 100%;
}

.video-carousel-item {
  display: none;
  width: 100%;
  text-align: center;
}

.video-carousel-item.is-active {
  display: block;
}

.video-carousel .visualization-media {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.video-carousel video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.paper-figure {
  margin: 1.5rem 0 2.5rem;
}

.paper-figure img {
  display: block;
  width: 100%;
}

.paper-figure figcaption {
  margin: 0.9rem auto 0;
  max-width: 900px;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: center;
}

.result-table-wrap {
  overflow-x: auto;
  margin-top: 1.5rem;
}

.results-tabs {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.results-tabs button {
  appearance: none;
  padding: 0.6em 1em;
  border: 0;
  border-bottom: 1px solid #dbdbdb;
  background: transparent;
  color: #4a4a4a;
  cursor: pointer;
  font: inherit;
}

.results-tabs li.is-active button {
  border-bottom-color: #3273dc;
  color: #3273dc;
}

.results-tabs button:focus-visible,
.sortable:focus-visible {
  outline: 2px solid #3273dc;
  outline-offset: 2px;
}

.result-table {
  min-width: 980px;
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
}

.result-table th,
.result-table td {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.result-table th:first-child,
.result-table td:first-child {
  text-align: left;
}

.sortable {
  position: relative;
  padding-right: 1.45rem !important;
  cursor: pointer;
  user-select: none;
}

.sortable::after {
  content: "↕";
  position: absolute;
  right: 0.45rem;
  color: #999;
  font-size: 0.8em;
}

.sortable[aria-sort="ascending"]::after {
  content: "↑";
  color: #3273dc;
}

.sortable[aria-sort="descending"]::after {
  content: "↓";
  color: #3273dc;
}

.control-row {
  background: #fafafa;
}

.ours-row {
  background: #eef3ff;
}

.human-study {
  margin-top: 2.5rem;
}

.human-study th,
.human-study td {
  text-align: center;
}

.qualitative-details {
  margin-top: 2.5rem;
}

.qualitative-details .paper-figure {
  margin-top: 0;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
}

.footer {
  padding: 2.5rem 1.5rem;
  font-size: 0.9rem;
}

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

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

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

  .results-tabs {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .results-tabs ul {
    flex-shrink: 0;
  }

  .section {
    padding: 2.5rem 1.1rem;
  }
}
