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

.scene-aware-sampling .box {
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  padding: 2rem;
}

.scene-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.scene-aware-video {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
  background: #000;
}

.scene-aware-description {
  font-size: 0.95rem;
  color: #4a4a4a;
  margin-top: 0.75rem;
}

.gop-slider {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.gop-track-window {
  overflow: hidden;
}

.gop-track {
  display: flex;
  transition: transform 0.6s ease;
}

.gop-slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
}

.gop-slide figure {
  width: 100%;
}

.gop-slide img {
  width: 100%;
  border-radius: 14px;
}

.gop-caption {
  margin-top: 0.85rem;
  font-size: 0.95rem;
  color: #4f4f4f;
  text-align: center;
}

.gop-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gop-control:focus {
  outline: 2px solid #485fc7;
}

.gop-prev {
  left: -58px;
}

.gop-next {
  right: -58px;
}

@media (max-width: 768px) {
  .scene-stack {
    padding: 0.5rem;
  }

  .gop-prev {
    left: 8px;
  }

  .gop-next {
    right: 8px;
  }
}

.gop-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 2000;
}

.gop-lightbox.is-active {
  display: flex;
}

.gop-lightbox-content {
  max-width: 70vw;
  max-height: 70vh;
  position: relative;
}

.gop-lightbox figure {
  margin: 0;
}

.gop-lightbox img {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 18px;
}

.gop-lightbox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


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

.MathJax {
  overflow-x: auto;
  overflow-y: hidden;
}

.image-container img {
  display: block;
  width: 100%; /* Responsive images */
  margin-bottom: 5px;
}
.label {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.locked-icon.shake {
  animation: shake 0.5s;
  animation-iteration-count: 1;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
