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;
}

#histogram {
  padding: 0 !important;
}

#histogram .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#histogram-chart {
  min-height: 520px;
}

.histogram-visualization {
  position: relative;
}

.histogram-chart-wrapper {
  position: relative;
}

.histogram-floating-images {
  position: absolute;
  top: 8%;
  right: 7.7%;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 55%;
  z-index: 10;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  pointer-events: none;
}

.histogram-floating-images.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.histogram-metrics-container {
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
}

.histogram-scene-name {
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.histogram-metrics-subtitle {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
  font-weight: 400;
}

.histogram-errors {
  display: flex;
  gap: 24px;
  font-size: 14px;
  justify-content: center;
  margin-bottom: 8px;
}

.error-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}

.metric-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
  margin-bottom: 2px;
  font-weight: 600;
}

.metric-value {
  font-family: 'Roboto Mono', monospace;
  font-weight: 700;
  font-size: 16px;
}

.histogram-images-row {
  display: flex;
  gap: 10px;
  width: 100%;
}

.histogram-floating-images img {
  width: calc(50% - 5px);
  max-width: 450px;
  height: auto;
  aspect-ratio: 300 / 220;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  object-fit: cover;
  background: #fff;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

.histogram-floating-images img:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
}

.base-color {
  color: #ff4444;
}

.gt-color {
  color: #000000;
}

.ft-color {
  color: #ff9800;
}
