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

.hero-highlight-section {
  background-color: #f0f2f4;
}

@media screen and (max-width: 768px) {
  .under-review-text {
    font-size: 1.25rem !important;
  }

  .hero-highlight-title {
    font-size: 1.5rem !important;
    line-height: 1.3;
  }
}

.hero-highlight-text {
  color: #CE0014;
}

.critical-point-emphasis {
  font-weight: 900;
}


.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-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.task-video-panel {
  margin-top: 0;
}

.task-video-toggle {
  margin-top: 1rem;
  width: min(100%, 440px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 0.35rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: #eef1f4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 6px 16px rgba(26, 37, 51, 0.12);
}

.task-video-toggle .button {
  flex: 1 1 0;
  min-width: 0;
  height: 2.9rem;
  font-size: 0.98rem;
  border: 0;
  border-radius: 999px;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.task-video-toggle .button.is-link {
  background-color: #3273dc;
  color: #fff;
  box-shadow: 0 8px 18px rgba(50, 115, 220, 0.35);
}

.task-video-toggle .button.is-light {
  background-color: transparent;
  color: #4a4a4a;
  box-shadow: none;
}

.task-video-toggle .button:hover {
  transform: translateY(-1px);
}

.task-video-toggle .button:focus-visible {
  outline: 2px solid #3273dc;
  outline-offset: 2px;
}

@media screen and (max-width: 768px) {
  .task-video-panel {
    margin-top: 1.25rem;
  }
}

.task-video-frame {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), 0 8px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.ilc-system-image {
  display: block;
  width: 100%;
  height: auto;
}

.critical-point-video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  background-color: #000;
}

.robust-outcome-row {
  margin-top: 1.25rem;
}

.robust-outcome-video {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.side-description p.robust-outcome-text {
  font-size: 2rem;
  line-height: 1.4;
}

.side-description p {
  font-size: 1.3rem;
  line-height: 1.65;
}

#human-flying-knot-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
}

.rounded-media {
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.figure-caption {
  margin-top: 0.5rem;
  color: rgba(0, 0, 0, 0.65);
}

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

.learning-robustness-intro {
  margin-bottom: 1rem;
}

.learning-robustness-intro p {
  font-size: 1.2rem;
}

#rope-results-carousel,
#demo-results-carousel {
  margin-top: 0.5rem;
}

#rope-results-carousel .rope-carousel-label,
#demo-results-carousel .rope-carousel-label {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding: 0.6rem 0.75rem;
  background-color: #f6f7f9;
  color: #363636;
}

#rope-results-carousel .item video,
#demo-results-carousel .item video {
  display: block;
  width: 100%;
  height: auto;
}

#rope-results-carousel .slider-pagination,
#demo-results-carousel .slider-pagination {
  position: static;
  margin-top: 0.75rem;
}

#rope-results-carousel .slider-pagination .slider-page,
#demo-results-carousel .slider-pagination .slider-page {
  background: #2f2f2f;
}

#rope-results-carousel .slider-pagination .slider-page.is-active,
#rope-results-carousel .slider-pagination .slider-page:hover,
#demo-results-carousel .slider-pagination .slider-page.is-active,
#demo-results-carousel .slider-pagination .slider-page:hover {
  background: #111;
}


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