/* =========================================================
   Base
   ========================================================= */
body {
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.75;
}

/* =========================================================
   Navbar
   ========================================================= */
.site-navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #eee;
}

.site-navbar .brand-name {
  font-family: 'Google Sans', 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #222;
}

.site-navbar .navbar-item {
  font-weight: 500;
  color: #444;
  transition: color 0.15s;
}

.site-navbar .navbar-item:hover {
  color: #4286f4;
  background: transparent;
}

/* =========================================================
   Publication title & authors
   ========================================================= */
.publication-title {
  font-family: 'Google Sans', 'Noto Sans', sans-serif;
  line-height: 1.35;
}

.publication-authors {
  font-family: 'Google Sans', 'Noto Sans', sans-serif;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.eql-cntrb {
  font-size: smaller;
}

/* =========================================================
   CVPR badge
   ========================================================= */
.cvpr-badge {
  font-family: 'Google Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: #e03030;
  color: #fff;
  border-radius: 6px;
  padding: 0.35em 0.9em;
  box-shadow: 0 2px 8px rgba(224, 48, 48, 0.25);
}

/* =========================================================
   Disabled link buttons
   ========================================================= */
.disabled-link {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

/* =========================================================
   Section headings
   ========================================================= */
.section-heading {
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem !important;
  border-bottom: 2px solid #e8e8e8;
  display: inline-block;
}

/* =========================================================
   Abstract
   ========================================================= */
.abstract-text p {
  line-height: 1.85;
  font-size: 1rem;
}

/* =========================================================
   Teaser
   ========================================================= */
.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

/* =========================================================
   Visualization
   ========================================================= */
.vis-desc {
  max-width: 780px;
  margin: 0 auto 2rem;
  line-height: 1.75;
  color: #444;
}

.vis-row-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.75rem;
}

.vis-row-tag {
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 0.85rem;
  min-width: 220px;
  text-align: center;
}

.vis-row {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0.5rem;
}

.vis-label {
  font-size: 0.72rem;
  margin-top: 0.35rem;
  color: #333;
}

.vis-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #9aa4b2;
  font-size: 1.25rem;
  font-weight: 700;
}

.vis-divider {
  border: none;
  border-top: 1px dashed #ccc;
  margin: 0.9rem 0 0.7rem;
}

  .publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
  }

.vis-highlight-blue {
  border: 2px solid #3498db;
  border-radius: 8px;
  padding: 6px;
}

.vis-highlight-green {
  border: 2px solid #27ae60;
  border-radius: 8px;
  padding: 6px;
}

.vis-highlight-red {
  border: 2px dashed #e74c3c;
  border-radius: 8px;
  padding: 6px;
  background: #fff5f5;
}

.vis-row .column.has-text-centered video {
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
}

.vis-row-full {
  margin-bottom: 0.95rem;
}

.vis-row-header-full .vis-row-tag {
  border: none;
  border-radius: 999px;
  padding: 0.42em 1.05em;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #0f172a 0%, #1e293b 100%);
  color: #f8fafc !important;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.22);
}

.vis-row-full .column.has-text-centered:not(.is-narrow) {
  padding: 0.58rem;
  border-radius: 10px;
  background: #f9fbff;
  border: 1px solid #e8edf7;
  box-shadow: 0 2px 8px rgba(30, 41, 59, 0.08);
}

.vis-row-full .vis-arrow {
  color: #64748b;
}

.vis-replace,
.vis-no-replace {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  line-height: 1;
}

.vis-op-label {
  display: block;
  font-size: 0.56rem !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #64748b;
  white-space: normal;
  text-align: center;
  line-height: 1.05 !important;
  margin-top: 0.02rem;
}

.vis-arrow span {
  color: #8b95a7;
  font-size: 1.22rem;
  font-weight: 700;
}

#visualization .section-heading {
  display: table;
  margin-left: auto !important;
  margin-right: auto !important;
}

.vis-row-ablation .column.has-text-centered:not(.is-narrow) {
  padding: 0.58rem;
  border-radius: 10px;
  background: #fcfcfd;
  border: 1px solid #eceff4;
  box-shadow: 0 1px 6px rgba(30, 41, 59, 0.06);
}

.vis-ablation-focus {
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.18), 0 4px 14px rgba(231, 76, 60, 0.14);
}

/* =========================================================
   BibTeX
   ========================================================= */
.section pre {
  background: #f6f8fa;
  border-radius: 8px;
  border: 1px solid #e1e4e8;
  font-size: 0.88rem;
  line-height: 1.6;
}

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  padding: 1.5rem 1rem;
  font-size: 0.9rem;
  color: #777;
}

.site-footer a {
  color: #4286f4;
}

/* =========================================================
   Publication video embed
   ========================================================= */
.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 10px;
}

.publication-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========================================================
   Misc utilities
   ========================================================= */
.footer .icon-link {
  font-size: 25px;
  color: #000;
}

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

.dnerf {
  font-variant: small-caps;
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000;
}

ul {
  list-style-type: square;
  margin-left: 30px;
}

li {
  margin-top: 5px;
  margin-bottom: 5px;
}
