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

/* ============================================================
   ECCV 2026 — Object-Goal Navigation project page theme
   ============================================================ */
:root {
  --accent: #215CAF;        /* ETH blue, matching the paper */
  --accent-dark: #16407c;
  --accent-soft: #eaf1fb;
  --ours-bg: #d9f2e3;
  --ours-text: #1b7a47;
  --human-bg: #fff4d6;
  --human-text: #9a6b00;
}

/* --- Hero --- */
.venue-badge {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 1.25rem;
  padding: 8px 26px;
  border-radius: 999px;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}
.publication-subtitle {
  color: #555 !important;
  font-family: 'Google Sans', sans-serif;
  margin-top: 0.4rem !important;
}
.publication-authors a { color: var(--accent) !important; }
.author-note {
  color: #888 !important;
  font-style: italic;
  font-size: 0.72rem !important;
  margin-top: 0.5rem !important;
}
/* non-clickable "available after ECCV 2026" paper button */
.button.is-pending {
  opacity: 0.6;
  cursor: default;
  margin-top: 5px;
  margin-bottom: 5px;
}
.button.is-pending:hover { background-color: #363636; }

/* --- Teaser image --- */
.teaser-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.10);
}
.teaser .subtitle { margin-top: 1.5rem; color: #4a4a4a; }

/* --- Alternating light section background --- */
.is-light-bg { background: #f7f9fc; }

/* --- Headline stat cards --- */
.stats-section { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.stat-card {
  background: #fff;
  border: 1px solid #e6ebf3;
  border-top: 4px solid var(--accent);
  border-radius: 12px;
  padding: 1.6rem 1rem 1.3rem;
  text-align: center;
  height: 100%;
  box-shadow: 0 4px 16px rgba(33,92,175,0.06);
}
.stat-number {
  font-family: 'Google Sans', sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.stat-unit { font-size: 1.4rem; margin-left: 2px; }
.stat-label { margin-top: 0.5rem; font-weight: 600; color: #333; }
.stat-label span { display: block; font-weight: 400; font-size: 0.8rem; color: #777; margin-top: 2px; }

/* --- Subtitles under section titles --- */
.framework-sub { color: #666 !important; max-width: 760px; margin: 0 auto 2rem !important; }

/* --- Figures --- */
.figure-wrap { text-align: center; margin: 1.5rem 0; }
.figure-wrap img {
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #e6ebf3;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}
.figure-caption { font-size: 0.85rem; color: #666; margin-top: 0.8rem; max-width: 820px; margin-left: auto; margin-right: auto; }
.human-fig { margin-top: 2.5rem; }

/* --- Module / finding cards --- */
.module-cards, .finding-cards { margin-top: 1.5rem; }
.module-card, .finding-card {
  background: #fff;
  border: 1px solid #e6ebf3;
  border-radius: 12px;
  padding: 1.6rem 1.3rem;
  height: 100%;
  text-align: center;
  box-shadow: 0 4px 16px rgba(33,92,175,0.05);
}
.finding-card { text-align: left; border-left: 4px solid var(--accent); }
.module-icon, .finding-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}
.module-title, .finding-card h3 {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  color: var(--accent-dark);
  margin-bottom: 0.5rem;
}
.module-card p, .finding-card p { color: #4a4a4a; font-size: 0.95rem; }

/* --- Study tabs --- */
.study-tabs { margin-top: 1rem; margin-bottom: 1.5rem; }
.study-tabs.is-toggle li.is-active a {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.study-tabs.is-toggle a:hover { border-color: var(--accent); }
.study-panel { display: none; }
.study-panel.is-active { display: block; }

/* --- Tables --- */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 10px; }
.study-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}
.study-table thead th {
  background: var(--accent);
  color: #fff;
  font-family: 'Google Sans', sans-serif;
  font-weight: 600;
  padding: 0.6rem 0.7rem;
  text-align: center;
  white-space: nowrap;
}
.study-table tbody td {
  padding: 0.5rem 0.7rem;
  text-align: center;
  border-bottom: 1px solid #eef1f6;
  white-space: nowrap;
}
.study-table tbody tr:nth-child(even) { background: #f7f9fc; }
.study-table tbody td:first-child,
.study-table tbody td:nth-child(2) { text-align: left; }
.study-table tr.best { background: var(--accent-soft) !important; font-weight: 600; }
.study-table tr.group-split td { border-top: 2px solid #d3dcec; }
.study-table .yes { color: #1b7a47; font-weight: 700; }
.study-table .no  { color: #c0392b; font-weight: 700; }

/* Results table — ours / human rows */
.results-table { max-width: 640px; margin: 0 auto; }
.results-table tr.is-ours  { background: var(--ours-bg) !important; color: var(--ours-text); font-weight: 700; }
.results-table tr.is-human { background: var(--human-bg) !important; color: var(--human-text); font-weight: 700; }

.table-note { font-size: 0.85rem; color: #555; margin-top: 0.9rem; }
.table-note .legend { color: #888; }

/* --- Qualitative carousel (override Nerfies rules that hide captions) --- */
.qual-title { margin-top: 3rem; }
.results-carousel .item {
  font-size: inherit;
  padding: 12px;
  border: 1px solid #e6ebf3;
  text-align: center;
}
.results-carousel .item img {
  max-height: 460px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 6px;
}
.carousel-caption { margin-top: 0.7rem; font-size: 0.9rem; color: #555; }

/* --- BibTeX --- */
#BibTeX pre {
  background: #0f1b2d;
  color: #e6edf3;
  border-radius: 10px;
  padding: 1.2rem 1.4rem;
}
#BibTeX code { color: #e6edf3; background: transparent; }

/* --- Responsive --- */
@media screen and (max-width: 768px) {
  .stat-number { font-size: 2.1rem; }
  .publication-title { font-size: 1.6rem !important; }
}
