:root {
  --brand: #3f78e0;
  --brand-2: #5cc9f5;
}

html { scroll-behavior: smooth; }

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


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

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

.publication-links .button {
  margin: 0.25rem;
}

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

/* Fancy layout additions */
.brand-hero {
  background: linear-gradient(135deg, var(--brand) 0%, #5c86ff 60%, var(--brand-2) 100%);
  color: #fff;
}
.brand-hero .title,
.brand-hero .subtitle {
  color: #fff;
}

/* Ensure high-contrast author links on hero */
.brand-hero .publication-authors { color: rgba(255,255,255,0.92); }
.brand-hero .publication-authors a { color: #ffffff !important; }
.brand-hero .publication-authors a:hover { text-decoration: underline; }

.section { padding-top: 3rem; padding-bottom: 3rem; }

.section .title.is-3 {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.section .title.is-3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
}

.box.elevated {
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.06);
}

.media-caption { color: #6b7280; margin-top: .5rem; }

.placeholder {
  border: 2px dashed #cbd5e1;
  background: #f8fafc;
  color: #64748b;
  border-radius: 8px;
  padding: 1rem;
  font-style: italic;
}

.button.is-brand {
  background: linear-gradient(135deg, #4f7df7, #5cc9f5);
  border: 0;
  color: #fff;
}
.button.is-brand:hover {
  filter: brightness(0.95);
}

.footer { border-top: 1px solid #eee; }

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 5;
  display: none;
}

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