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


.has-bg-img { 
  background: url('/static/images/toss.jpeg')center center;
   background-size:cover; }



.overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.4); /* 40% opacity black */
z-index: 1; /* Make sure it's behind the text */
transition: opacity 1.0s;
}
  
.hero-body,
.hero-head,
.hero-foot {
  z-index: 2; /* Ensure text is above the overlay */
  transition: opacity 1.0s;
}

/* Inline citations */
sup.cite {
  font-size: 0.75em;
  vertical-align: super;
  line-height: 0;
  margin-left: 1px;
}
sup.cite a {
  color: hsl(217, 71%, 53%);
  text-decoration: none;
}
sup.cite a:hover {
  text-decoration: underline;
}

/* References list */
#references ol {
  list-style: none;
  padding-left: 0;
  counter-reset: ref;
}
#references ol li {
  counter-increment: ref;
  padding: 0.4rem 0 0.4rem 2.4rem;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}
#references ol li::before {
  content: "[" counter(ref) "]";
  position: absolute;
  left: 0;
  top: 0.4rem;
  color: #888;
  font-variant-numeric: tabular-nums;
}
#references ol li:target {
  background: #fffbe6;
  border-left: 3px solid #ffc107;
  padding-left: 2.1rem;
}

/* Figure captions for project page */
.figure-caption {
  font-size: 0.88rem;
  color: #8a8a8a;
  text-align: left;
  margin-top: 0.6rem;
  margin-bottom: 0.5rem;
  line-height: 1.55;
  padding-left: 0.9rem;
  border-left: 3px solid #e0e0e0;
}
.figure-caption strong {
  color: #555;
}

/* Placeholder boxes for missing assets */
.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border: 2px dashed #c0c0c0;
  color: #777;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.95rem;
  text-align: center;
  padding: 2rem;
  border-radius: 8px;
  min-height: 220px;
}
.placeholder code {
  background: #fff;
  border: 1px solid #ddd;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.85em;
}

/* Pull-quote / callout */
.callout {
  border-left: 4px solid hsl(217, 71%, 53%);
  background: #f7faff;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  font-size: 1.05rem;
  border-radius: 0 6px 6px 0;
  color: #2b2b2b;
}

/* Numerical callouts in body text */
.bignum {
  font-weight: 700;
  color: #61E837;
  font-variant-numeric: tabular-nums;
}

/* Hero subhead */
.hero-subhead {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1rem;
  line-height: 1.4;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}