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 {
  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 a {
  color: hsl(204, 86%, 53%) !important;
}

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

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

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

.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-image-wrapper {
  width: 100%;
}

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

/* Video Comparison Slider */
.video-compare-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: ew-resize;
  border-radius: 8px;
  background: #eee;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
}

.video-compare-container video {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.video-compare-gs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(0 0 0 50%);
}

.video-compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #222;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}

.handle-circle {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0deb4;
  border: 2px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 12px;
  pointer-events: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

/* Interactive Examples */
.example-pair {
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.example-viewers {
  display: flex;
  gap: 0;
}

.viewer-wrap {
  flex: 1;
  position: relative;
}

.viewer-canvas {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  cursor: grab;
  background: #f5f5f5;
}

.viewer-canvas:active {
  cursor: grabbing;
}

.viewer-label {
  position: absolute;
  top: 6px;
  left: 8px;
  font-size: 11px;
  font-weight: 600;
  color: #555;
  background: rgba(255,255,255,0.8);
  padding: 2px 8px;
  border-radius: 4px;
  pointer-events: none;
}

.example-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  border-top: 1px solid #eee;
}

.download-btn {
  font-size: 12px;
  font-weight: 500;
  color: #4a90d9;
  text-decoration: none;
}

.download-btn:hover {
  text-decoration: underline;
}
