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

.hero-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  box-shadow: 0 35px 120px rgba(15, 23, 42, 0.18);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero-panel {
    padding: 1.5rem;
  }
}
.hero-panel::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(97, 219, 251, 0.35), transparent 65%);
  z-index: 0;
}
.hero-panel::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(129, 140, 248, 0.3), transparent 65%);
  z-index: 0;
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.hero-panel .title {
  font-size: 3rem;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .hero-panel .title {
    font-size: 2.2rem;
  }
}
.hero-panel .subtitle {
  color: #475569;
  font-size: 1.15rem;
}

.publication-authors a {
  color: #3b82f6 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}
.publication-authors a:hover {
  color: #1d4ed8 !important;
  text-decoration: underline;
}

.action-buttons .button {
  background: linear-gradient(120deg, #e0f2fe, #c7d2fe);
  border: none;
  color: #0f172a;
  font-weight: 600;
  box-shadow: 0 12px 35px rgba(148, 163, 184, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.action-buttons .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(148, 163, 184, 0.45);
}

.soft-card {
  background: #fff;
  border-radius: 22px;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.09);
}

#sketch-canvas,
.obj-viewer {
  background: #f8fafc;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.sketch-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.75rem;
  color: #475569;
}
.colorbar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
}
.colorbar .bar {
  width: 160px;
  height: 10px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
  position: relative;
}
.colorbar .bar-fill {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ef4444, #2563eb);
}

.obj-viewer {
  width: 100%;
  height: 380px;
  border-radius: 18px;
  position: relative;
}

.synchronized-viewers {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.viewer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.viewer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (max-width: 768px) {
  #sketch-canvas,
  .obj-viewer {
    height: 320px;
  }

  .viewer-grid {
    grid-template-columns: 1fr;
  }
}
