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


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

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

.dnerf {
  font-variant: small-caps;
}


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

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


.publication-title {
}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

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

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

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

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

.publication-authors {
}

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

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

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

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

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

    overflow: hidden;
    border-radius: 10px !important;
}

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

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

/* ===== Robot Video Results switcher ===== */
.result-player {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.result-video {
  width: 100%;
  max-height: 52vh;
  border-radius: 8px;
  background: #000;
  box-shadow: 0 4px 18px rgba(0,0,0,0.18);
}
.result-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  cursor: pointer;
  color: #fff;
  background: rgba(0,0,0,0.45);
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.6rem 0.8rem;
  border-radius: 6px;
  transition: background 0.15s ease;
}
.result-nav:hover { background: rgba(0,0,0,0.75); }
.result-prev { left: 0.6rem; }
.result-next { right: 0.6rem; }
.result-caption {
  margin-top: 0.9rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #363636;
}
.result-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 1.1rem;
}
.result-tab {
  min-width: 2.2rem;
  height: 2.2rem;
  padding: 0 0.85rem;
  border: 1px solid #d0d0d7;
  border-radius: 6px;
  background: #fff;
  color: #4a4a4a;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.result-tab:hover {
  border-color: #1e78dc;
  color: #1e78dc;
}
.result-tab.is-active {
  background: #1e78dc;
  border-color: #1e78dc;
  color: #fff;
}

/* ===== ScanNet results ===== */
.scannet-pair { margin-top: 1rem; }
.scannet-img {
  width: 100%;
  border-radius: 8px;
  background: #000;
  box-shadow: 0 4px 18px rgba(0,0,0,0.18);
  display: block;
}
.scannet-label {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.scannet-target-caption {
  margin-top: 0.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1e78dc;
}
.scannet-scene-tabs { margin-bottom: 0.5rem; }
.scannet-intent-tabs { margin-top: 1.75rem; }

/* Compact the Real-world Results selector so its many tabs fit in two rows. */
#resultTabs { gap: 5px; }
#resultTabs .result-tab {
  font-size: 0.88rem;
  height: 2rem;
  padding: 0 0.6rem;
}

/* "viridis" rendered in the viridis colormap */
.viridis-text {
  font-weight: 700;
  background: linear-gradient(90deg,
    #440154 0%, #414487 25%, #2a788e 50%, #22a884 70%, #7ad151 85%, #fde725 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
