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


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

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

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

/* ===== Interactive Demo Sections ===== */

/* Demo Navigation */
#demo-nav-tabs {
  position: sticky;
  top: 0;
  z-index: 10;
  background: white;
  padding: 0.5rem 0;
}

/* Demo 1: Recap */
.recap-quote {
  font-size: 1.25rem;
  font-style: italic;
  border-left: 4px solid #3273dc;
  padding: 0.75rem 1rem;
  background: #f5f5f5;
  margin: 1rem 0;
  border-radius: 4px;
}
.recap-steps {
  font-size: 0.95rem;
  line-height: 1.7;
  padding-left: 1.2rem;
}
.recap-steps li {
  margin-bottom: 0.5rem;
}
#recap-comparison .box {
  min-height: 200px;
}
.recap-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Demo 2: VLM Comparison */
.vlm-card {
  height: 100%;
  transition: box-shadow 0.2s;
}
.vlm-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.vlm-card-ours {
  border: 2px solid #48c774;
}
.vlm-card-ours .card-header {
  background: #48c774;
}
.vlm-card-ours .card-header-title {
  color: white;
}
.vlm-steps {
  font-size: 0.88rem;
  line-height: 1.5;
  padding-left: 1.2rem;
}
.vlm-steps li {
  margin-bottom: 0.4rem;
}
.vlm-stats {
  margin-top: 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid #eee;
  font-size: 0.78rem;
  color: #888;
}
#vlm-score-table tr.model-ours {
  background: #effaf3;
  font-weight: 600;
}

/* Demo 3: Benchmark */
.bench-fact-group {
  margin-bottom: 0.5rem;
}
.bench-fact-toggle {
  justify-content: flex-start;
  text-align: left;
}
.bench-fact-toggle .icon {
  transition: transform 0.2s;
  margin-right: 0.5rem;
}
.bench-fact-list {
  padding: 0.5rem 1rem;
}
.bench-fact-list ul {
  list-style: disc;
  margin-left: 1.5rem;
}
.bench-fact-list li {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  color: #555;
}
.bench-qa-card {
  margin-bottom: 1rem;
}
.bench-question {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.bench-options label.radio {
  margin-left: 0 !important;
}

/* Demo 4: VLA Placeholder */
.vla-placeholder {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #dbdbdb;
  border-radius: 10px;
}

/* Stats notification boxes */
.demo-stats .column {
  padding: 0.5rem;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .recap-arrow {
    display: none;
  }
  #vlm-caption-cards .column {
    flex: none;
    width: 100%;
  }
  #bench-sample-tabs .tabs {
    font-size: 0.75rem;
  }
}

