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

/* ==========================================================================
   Fancy Tippy Popups & Interactive SVG Target Styling
   ========================================================================== */

.tippy-box[data-theme~='fancy-dark'] {
  background: #3465d6;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 12px;
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.7), 0 0 20px rgba(56, 189, 248, 0.2);
  color: #e2e8f0;
  font-family: 'Google Sans', 'Inter', system-ui, -apple-system, sans-serif;
  padding: 8px 10px;
  text-align: left;
  max-width: 320px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.tippy-box[data-theme~='fancy-dark'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: rgba(15, 23, 42, 0.95);
}
.tippy-box[data-theme~='fancy-dark'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: rgba(15, 23, 42, 0.95);
}
.tippy-box[data-theme~='fancy-dark'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: rgba(15, 23, 42, 0.95);
}
.tippy-box[data-theme~='fancy-dark'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: rgba(15, 23, 42, 0.95);
}

.tippy-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tippy-badge {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 9999px;
  box-shadow: 0 2px 6px rgba(59, 130, 246, 0.4);
  white-space: nowrap;
}

.tippy-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #f8fafc;
  letter-spacing: -0.01em;
}

.tippy-card-body {
  font-size: 0.84rem;
  line-height: 1.55;
  color: #cbd5e1;
}

.tippy-card-body b {
  color: #97e0ff;
  font-weight: 600;
}

/* SVG Interactive Targets Styling */
.tippy-target {
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.tippy-target:hover {
  filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.85)) brightness(1.15) !important;
  opacity: 0.95 !important;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.08), 0 10px 15px -5px rgba(0, 0, 0, 0.04) !important;
}

