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: 2.5rem;
  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;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

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

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

body {
  font-family: 'Inter', 'Noto Sans', sans-serif;
  background: #f6f8fb;
  color: #1f2937;
  line-height: 1.65;
}

.hero-top .hero-body {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

.container.is-max-desktop {
  max-width: 1420px !important;
}

.hero-top .container.is-max-desktop,
#paper-section .container.is-max-desktop {
  max-width: 1580px !important;
}

.section-card {
  margin: 0;
}

.section-card .hero-body {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#abstract-section,
#sensor-section,
#benchmark-section,
#weather-results-section,
#light-results-section,
#paper-section,
#BibTeX {
  margin: 0;
  border-top: 1px solid #ddd;
}

.sensor-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1rem;
}

.sensor-image-wrap,
.sensor-table-wrap {
  flex: 1 1 0;
}

.sensor-image {
  width: 80%;
  height: auto;
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

.sensor-table {
  margin: 0;
  border-collapse: collapse;
  border-top: 3px solid #363636;
  border-bottom: 3px solid #363636;
  background: transparent;
}

.sensor-table th,
.sensor-table td {
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: 1px solid #bdbdbd;
  background: transparent;
}

.sensor-table th:first-child,
.sensor-table td:first-child {
  text-align: left;
}

.sensor-table th:not(:first-child),
.sensor-table td:not(:first-child) {
  text-align: center;
}

.sensor-table thead th {
  border-bottom: 1px solid #8a8a8a;
  background: #eceff4;
  color: #111827;
  font-weight: 700;
}

.sensor-subheader th {
  font-weight: 600;
  border-bottom: 1px solid #8a8a8a;
  background: #e6ebf3;
  color: #111827;
}

.sensor-group-divider th {
  border-top: 3px solid #363636;
}

.sensor-table tbody tr:last-child td {
  border-bottom: none;
}

.benchmark-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.benchmark-table {
  margin: 0;
  border-collapse: collapse;
  border-top: 3px solid #363636;
  border-bottom: 3px solid #363636;
  min-width: 1280px;
  background: transparent;
}

.benchmark-table th,
.benchmark-table td {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: 1px solid #c6c6c6;
  padding: 0.35rem 0.5rem;
  background: transparent;
}

.benchmark-table thead th {
  border-bottom: none;
  background: #eceff4;
  color: #111827;
  font-weight: 700;
}

.benchmark-table thead tr:first-child th {
  background: #e6ebf3;
}

.benchmark-table thead {
  border-bottom: 3px solid #363636;
}

.benchmark-table tbody tr:last-child td {
  border-bottom: none;
}

.benchmark-mid-divider td {
  border-bottom: 2px solid #7a7a7a;
}

.benchmark-table td:first-child,
.benchmark-table th:first-child {
  text-align: center;
}

.benchmark-ours td {
  background: #e9edf9;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .sensor-layout {
    flex-direction: column;
  }

  .sensor-table-wrap {
    width: 100%;
    overflow-x: auto;
  }
}

#abstract-section .hero-body,
#dataset-section .hero-body,
#paper-section .hero-body {
  background: transparent;
}

.publication-title {
  font-family: 'Inter', 'Google Sans', sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: #0f172a;
}

.publication-authors {
  font-family: 'Inter', 'Google Sans', sans-serif;
  color: #374151;
}

.publication-authors a {
  color: #1d4ed8 !important;
}

.publication-affiliation {
  margin-top: 0.45rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #0f766e;
}

.publication-affiliation a {
  color: #0f766e !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(15, 118, 110, 0.35);
}

.publication-affiliation a:hover {
  border-bottom-color: rgba(15, 118, 110, 0.7);
}

.publication-venue-line {
  margin-top: 0.2rem;
  color: #0f172a;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.publication-links .button.is-dark {
  background: #0f172a;
  color: #ffffff;
  border: 1px solid #0f172a;
  transition: all 0.2s ease;
}

.publication-links .button.is-dark:hover {
  background: #1e293b;
  border-color: #1e293b;
  transform: translateY(-1px);
}

.more-works-toggle {
  background: #f8fafc;
  color: #1f2937;
  border: 1px solid #cbd5e1;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

.more-works-toggle:hover {
  background: #f1f5f9;
}

.more-works-floating {
  position: fixed !important;
  top: 18px !important;
  right: 20px !important;
  left: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  z-index: 10000 !important;
}

.more-works-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  pointer-events: none;
}

.more-works-modal.is-open {
  display: block;
}

.more-works-panel {
  position: fixed;
  right: 20px;
  top: 72px;
  width: min(420px, calc(100vw - 24px));
  max-height: min(78vh, 680px);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d7dee9;
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.25);
  pointer-events: auto;
}

.more-works-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #e5eaf2;
}

.more-works-header h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

.more-works-close {
  border: 0;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  font-size: 1rem;
}

.more-works-list {
  max-height: min(66vh, 560px);
  overflow-y: auto;
}

.more-work-item {
  display: block;
  padding: 1.1rem 1.2rem 1rem;
  border-bottom: 1px solid #edf1f7;
  text-decoration: none;
}

.more-work-item:hover {
  background: #f8fafc;
}

.more-work-title {
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.45;
}

.more-work-title i {
  font-size: 0.9rem;
  margin-left: 0.25rem;
  color: #334155;
}

.more-work-authors {
  margin-top: 0.55rem;
  color: #64748b;
  font-size: 0.88rem;
}

.more-work-venue {
  margin-top: 0.35rem;
  color: #94a3b8;
  font-style: italic;
  font-size: 0.95rem;
}

.title.is-3 {
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
}

.subtitle,
.methodology-list {
  color: #4b5563;
}

.methodology-image {
  width: 90%;
  max-width: 980px;
  height: auto;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  margin-bottom: 1.1rem;
}

.results-section .container,
.methodology-section .container {
  text-align: center;
}

.methodology-list {
  text-align: left;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 1.3rem;
}

.paper-links {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.paper-frame {
  width: 80%;
  height: min(82vh, 1080px);
  margin: 0 auto;
  border: 1px solid #d9e1ec;
  border-radius: 12px;
  background: #ffffff;
}

.weather-results-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.weather-tab,
.light-tab {
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #374151;
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.weather-tab:hover,
.light-tab:hover {
  background: #f3f4f6;
}

.weather-tab.is-active,
.light-tab.is-active {
  background: #1f2937;
  color: #ffffff;
  border-color: #1f2937;
}

.weather-results-viewer {
  width: 100%;
}

.weather-results-viewer video {
  width: 100%;
  max-width: 92%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

.qual-rows,
.autoplay-desktop {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #000;
}

.more-works-section .columns {
  margin-top: 0.75rem;
}

.work-card {
  height: 100%;
  padding: 0.55rem;
  border-radius: 12px;
  border: 1px solid #e8ecf2;
  background: #fbfdff;
}

#BibTeX .container {
  background: #ffffff;
  border: 1px solid #e7ebf1;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  padding: 2rem;
}

#BibTeX pre {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .publication-title {
    font-size: 1.8rem !important;
  }

  .title.is-5 {
    font-size: 0.82rem;
  }

  .hero-top .hero-body,
  .section-card .hero-body {
    padding: 1.5rem 1rem;
  }

  .container.is-max-desktop {
    max-width: 100% !important;
  }

  .section-card .hero-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paper-frame {
    height: 62vh;
  }

  .weather-results-controls {
    gap: 0.5rem;
  }

  .more-works-panel {
    top: 70px;
    right: 12px;
    left: 12px;
    width: auto;
    max-height: 82vh;
  }

  .more-works-floating {
    top: 10px;
    right: 12px;
  }

  .methodology-image {
    width: 100%;
  }
}



