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;
}
.table-wrapper {
overflow-x: auto;
position: relative;
padding: 20px 0;
}
.detailed-table {
width: 100%;
border-collapse: collapse;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
font-size: 0.75rem; /* 稍微缩小字体以适应 24 列 */
line-height: 1.2;
border: 2px solid #333; /* 外边框 */
}
.detailed-table th, .detailed-table td {
border: 1px solid #ccc;
padding: 6px 2px;
text-align: center;
white-space: nowrap; /* 核心修复：禁止文字内换行 */
min-width: 45px;      /* 确保 Img/Text 有足够宽度 */
}
/* 数据集之间的深色分割线线 */
.border-right-bold {
border-right: 2.5px solid #444 !important;
}
/* 表头背景与加粗 */
.detailed-table thead th {
background-color: #f8f9fa;
font-weight: 700;
color: #333;
}
.sub-header th {
font-size: 0.7rem;
color: #666;
background-color: #fafafa !important;
}
/* 固定左侧两列（Model 和 Metric） */
.sticky-col-1 { position: sticky; left: 0; background: white !important; z-index: 5; border-right: 1px solid #ccc !important; }
.sticky-col-2 { position: sticky; left: 80px; background: white !important; z-index: 5; border-right: 2px solid #444 !important; }

.section-divider {
background-color: #E5E5FC !important;
font-weight: bold;
text-align: left !important;
padding-left: 10px !important;
font-style: italic;
}