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;
  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-video-column {
}

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

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

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


/* ==========================================================================
   原始模板样式 (保持不变)
   ========================================================================== */
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-banner {
  max-height: parent;
}
.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}
.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 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-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

/* ==========================================================================
   【新增样式】四元素一行媒体展示布局 (重点在这里)
   ========================================================================== */
.media-group-container {
  max-width: 1400px;
  margin: 40px auto;
  padding: 20px;
}
.media-group {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
.media-group:last-child {
  border-bottom: none;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.media-item {
  flex: 0.8;
  margin: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}
/* 为文本提示列分配更多弹性空间 */
.media-item:nth-child(3) {
  flex: 1.2;
}
/* 为视频列保留足够显示宽度 */
.media-item:nth-child(4) {
  flex: 1.5;
  min-width: 250px;
}
.media-item h4 {
  font-family: 'Google Sans', sans-serif;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #333;
  font-weight: 600;
  flex-shrink: 0;
}
.media-item .media-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fafafa;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #eee;
}
/* 文本提示容器 - 固定高度+滚动 */
.media-item .text-prompt-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #fafafa;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #eee;
  height: 220px;
  overflow-y: auto;
  text-align: left;
}
.text-prompt {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #444;
  margin: 0;
  white-space: normal;
  word-break: break-word;
}
.media-item img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.media-item video,
.media-item audio {
  width: 100%;
  border-radius: 6px;
}
.media-item audio {
  background-color: #f8f9fa;
}
.media-item .filename {
  font-size: 0.85rem;
  color: #666;
  margin-top: 10px;
  font-style: italic;
}
/* 悬停效果 */
.media-item .media-content:hover,
.media-item .text-prompt-container:hover {
  border-color: #ccc;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
/* 响应式调整 */
@media screen and (max-width: 1100px) {
  .media-group {
    flex-wrap: wrap;
  }
  .media-item {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 30px;
    min-height: auto;
  }
  .media-item:nth-child(3),
  .media-item:nth-child(4) {
    flex: 0 0 calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .media-item {
    flex: 0 0 100%;
  }


