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

.math-notation {
  font-family: "Times New Roman", Times, 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;
}

/* 统一所有图像容器的尺寸 */
.frame-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.frame-wrapper {
  width: 100%;
  height: 400px; /* 固定高度 */
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  background: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
}

.frame-label {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  background: #333;
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.frame-image {
  width: 100%;
  height: calc(100% - 40px); /* 减去标签高度 */
  object-fit: contain;
  flex-grow: 1;
}

/* 调整中间列的宽度 */
.interpolation-panel .column:not(.is-3) {
  flex: none;
  width: 40%; /* 中间列稍宽以容纳滑块 */
}

/* slider 样式 */
.interpolation-panel .slider {
  margin: 15px 0 !important;
  width: 100%;
}

/* 帧计数器 */
.frame-counter {
  margin-top: 5px;
  font-size: 0.9rem;
  color: #666;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .frame-wrapper {
    height: 250px;
  }
  
  .interpolation-panel .columns {
    flex-direction: column;
  }
  
  .interpolation-panel .column:not(.is-3) {
    width: 100%;
  }
  
  .frame-label {
    font-size: 14px;
    padding: 5px 0;
  }
}
/* 添加这些样式确保加载状态显示正常 */
.image-loading, .image-error {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  background: #f5f5f5;
  border-radius: 5px;
}

.image-error {
  color: #ff3860;
}

/* 确保carousel容器有固定高度 */
.layer-carousel {
  min-height: 500px;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hero {
  padding-top: 1rem;
  padding-bottom: 1rem;
}


