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


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.footer .icon-link.footer-icon-muted {
    opacity: 0.45;
    cursor: default;
    pointer-events: none;
}

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

/* 与 Paper 等按钮同色系，但不可点击 */
.coming-soon-code {
    pointer-events: none;
    cursor: default;
    opacity: 0.82;
}

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

/* 主标题：固定两行，每行内部不换行；字号随屏宽收缩避免溢出 */
h1.publication-title-two-lines.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-size: clamp(1.3rem, 4vw, 2.75rem) !important;
  font-weight: 600;
}

.publication-title-two-lines .publication-title-line {
  display: block;
  hyphens: none;
  white-space: nowrap;
  text-align: center;
}

/* 极窄屏：允许行内折行，避免横向滚动条 */
@media (max-width: 380px) {
  .publication-title-two-lines .publication-title-line {
    white-space: normal;
  }
}

/* 作者一行：无逗号，用间距分隔 */
.publication-authors-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  column-gap: 1.1rem;
  row-gap: 0.35rem;
  font-size: 1.45rem !important;
  margin-bottom: 0.22rem;
}

.publication-affil-legend.is-size-6 {
  font-size: 1.18rem !important;
  margin-top: 0 !important;
}

/* 三行统一行距 */
.publication-affil-legend .author-legend-line {
  margin-top: 0 !important;
  margin-bottom: 0.22rem !important;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.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-authors .author-sup {
  font-size: 0.62em;
  font-weight: 600;
  margin-left: 0.06em;
  vertical-align: super;
  line-height: 0;
  position: relative;
  top: -0.02em;
}

.publication-affil-legend {
  color: #444;
  line-height: 1.28;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.publication-affil-legend .author-legend-line:last-child {
  margin-bottom: 0 !important;
}

.publication-affil-legend .legend-sup {
  font-size: 0.85em;
  font-weight: 600;
  vertical-align: super;
  line-height: 0;
}

/* 单位与脚注：用 text-align 整块居中（比 flex 更稳） */
.author-legend-units,
.author-legend-notes {
  display: block;
  text-align: center;
}

.author-legend-units span,
.author-legend-notes span {
  display: inline;
}

.rainygs-legend-notes {
  text-align: center;
}

/* 与 RainyGS 页类似的会议/出处一行（现为 TBA，录用后可改为 CVPR 20XX 等） */
.publication-venue-rainygs {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
  font-size: 1.35rem;
  font-weight: 600;
  color: #4a4a4a;
  letter-spacing: 0.03em;
}

.author-legend-gap {
  margin-left: 1rem;
}

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

/* Abstract 区块：与上方视频同宽（使用 container） */
.column.abstract-narrow {
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

/* Abstract 正文：提升可读性 */
.abstract-narrow .content p {
  font-weight: 600;
  font-size: 1.05rem;
  color: #2c2c2c;
  line-height: 1.6;
}

/* Teaser 图片：在 Abstract 标题下、正文上 */
.teaser-image {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0.75rem 0 0.35rem 0;
}

/* Overview：与 Abstract 同栏宽，双图 + 配文（左对齐） */
.overview-block {
  margin-top: 1.5rem;
  text-align: left;
}

.overview-block .title.is-4 {
  margin-bottom: 0.65rem;
  text-align: left;
}

.overview-figure {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0.5rem 0 0.35rem 0;
  border-radius: 4px;
}

.abstract-narrow .overview-block .content p {
  font-weight: 600;
  font-size: 1.05rem;
  color: #2c2c2c;
  line-height: 1.6;
}

/* Real-Time Onscreen Rendering：与 Overview 同宽，双视频左右并排 */
.rendering-videos-row {
  margin-top: 0.75rem;
}

.rendering-video {
  width: 100%;
  display: block;
  border-radius: 6px;
  background: #000;
}

/* BibTeX：与 Abstract 同宽，代码块可横向滚动 */
.bibtex-pre {
  text-align: left;
  overflow-x: auto;
  padding: 1rem;
  background: #f5f5f5;
  border-radius: 6px;
  font-size: 0.85rem;
  line-height: 1.45;
}

.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;
  aspect-ratio: 1 / 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.results-carousel video {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

/* 小窗：salmon 裁剪填满，bike 保持原始比例 */
.results-carousel .video-salmon {
  object-fit: cover;
}

.results-carousel .video-bike {
  object-fit: contain;
}

/* 全屏：全部按原始比例，不裁剪 */
video:fullscreen,
video:-webkit-full-screen {
  object-fit: contain !important;
}


