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


  
/* 容器 */
.slider-container {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

/* 左右按钮 */
.slider-btn {
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 0 12px;
  cursor: pointer;
  border-radius: 10px;
  z-index: 100;
  user-select: none;

  height: 60px;
}


/* 左右按钮 */
.slider-btn-num {
  background-color: rgba(0,0,0,0.5);
  color: white;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 10px;
  z-index: 100;
  user-select: none;
  border:none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 5px;
}

.slider-btn-num:hover {
  background-color: rgba(0,0,0,1);
}

.fullscreen-video {
  width: 100%;    /* 宽度撑满父容器 */
  height: 100vh;   /* 高度为视口高度的100% */
  /* object-fit: cover; 关键：覆盖整个区域，保持比例，可能裁剪 */
  object-fit: fill;
  display: block; /* 避免视频作为行内元素下方的间隙 */

}


.left-btn { margin-right: 10px; }
.right-btn { margin-left: 10px; }

/* 滑动区域 */
.video-slider {
  display: flex;
  overflow: hidden;
  width: 100%;
  scroll-behavior: smooth;
}

/* 每个视频占满整个容器宽度 */
.video-slide {
  flex: 0 0 100%;
  text-align: center;
}

.video-slide video {
  width: 100%;
  max-width: 900px;
  border-radius: 12px;
}

.video-slide p {
  margin-top: 0px;
  font-weight: 600;
}
.footer .icon-link {
    font-size: 25px;
    color: #000;
}

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

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

.section-divider {
  width: 100%;
  max-width: 1000px;
  height: 1px;
  background-color: #ddd;
  margin: 50px auto;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}



.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}


.pear-logo {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  background: linear-gradient(90deg, #6a5acd, #00bcd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
}
.hero-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
}

.hl {
  font-weight: 600;
  color: #111;
}

.hl-strong {
  font-weight: 700;
  color: #000;
}

.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 a {
   color: hsl(204, 86%, 53%) !important;
}

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

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

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



.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-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}


