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

.results-carousel video {
  margin: 0;
}

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

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

.video-small {
  width: 100%;
  max-height: 240px;
  object-fit: contain;
}

.triple-compare {
  position: relative;
  width: min(100%, 960px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #bbbbbb;
  background: #ffffff;
  user-select: none;
}

.triple-compare img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.layer-mid { z-index: 2; }
.layer-top { z-index: 3; }

.handle {
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ffffff;
  z-index: 10;
  cursor: ew-resize;
  touch-action: none;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.9);
}
.handle::before,
.handle::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.handle::before {
  content: "❮";
  left: 50%;
  margin-left: -11px;
}

.handle::after {
  content: "❯";
  left: 50%;
  margin-left: 0px;
}

/* 标签（可选） */
.label {
  position: absolute;
  top: 10px;
  z-index: 20;
  font-size: 17px;
  color: #fff;
  background: rgba(108, 108, 108, 0.55);
  padding: 4px 8px;
  border-radius: 6px;
}
.label-base { top: 90%; left: 15%; transform: translateX(-50%);}
.label-mid  { top: 90%; left: 50%; transform: translateX(-50%);}
.label-top  { top: 90%; left: 85%; transform: translateX(-50%);}

.scene-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.scene-tab {
  padding: 8px 16px;
  border: none;
  border-radius: 999px;
  background: rgba(108, 108, 108, 0.18);
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.2s ease;
}

.scene-tab {
  background: #eee;
  color: #222;
}

.scene-tab.active {
  background: #4c8bf5;
  color: #fff;
}

#result-carousel {
    overflow: hidden;
}

#result-carousel img {
    width: 100%;
    border-radius: 8px;
}

#result-carousel video {
    width: 100%;
    border-radius: 8px;
}

#result-carousel .columns {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.video-caption {
    text-align: center;
    margin-top: 8px;
    font-size: 0.95rem;
    font-weight: 500;
}

.carousel-image {
    width: 100%;
    height: 350px;      /* 可自由修改 */
    object-fit: cover;
}

.carousel-video {
    width: 100%;
    height: 350px;      /* 可自由修改 */
    object-fit: cover;
}
