html { scroll-behavior: smooth; }

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


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

/* 同一行内 Paper/arXiv 为 <a>，Code/Data 为 <span>，原先只对 a 加 margin 会导致纵向不齐 */
.publication-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.link-block .button {
  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 {
}

.demo-carousel {
  overflow: hidden;
}

.demo-carousel .item {
  margin: 15px;
  overflow: hidden;
  padding: 0px 20px 20px 20px;
  font-size: 0;
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 0px;
  overflow: hidden;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb { 
  font-size: smaller;
}



h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
  padding-left: 20px;
}

h3 {
  font-size: 1.2rem;
  padding-left: 40px;
}

h4 {
  font-size: 1rem;
  font-style: italic;
  padding-left: 60px;
}

.figure-container {
  justify-content: center;
  display: flex;
  align-items: center; 
  margin-bottom: 20px; 
  gap: 0px;
}

.caption {
  min-width: 100px;
}

.figure-container img {
  width: 200%;
}

/* Workflow Process Styles */
.workflow-top-section {
  margin-bottom: 0;
  align-items: stretch;
}

.workflow-top-section .column {
  display: flex;
  flex-direction: column;
}

.workflow-input-stack {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.workflow-input-image {
  width: 50%;
  max-width: 100px;
}

.workflow-small-image {
  width: 100%;
  border: 2px solid #4a90e2;
  border-radius: 5px;
  display: block;
}

.workflow-ellipsis {
  text-align: center;
  margin: 3px 0;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.workflow-arrow-column {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  margin-left: -1rem;
}

.workflow-horizontal-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.workflow-label {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}

.workflow-dashed-box {
  border: 2px dashed #888;
  border-radius: 8px;
  padding: 15px;
  background-color: #fafafa;
}

.workflow-bottom-box {
  padding-top: 5px;
}

.workflow-right-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.workflow-right-container .columns {
  height: 100%;
  flex: 1;
}

.workflow-panel {
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.workflow-large-image {
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 5px;
  flex: 1;
  object-fit: contain;
}

.workflow-arrow {
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.workflow-arrow-bottom {
  display: flex;
  justify-content: flex-start;
  padding-left: calc((3 + 1) * (100% / 12) + (8 * (100% / 12)) / 2);
}

.workflow-arrow-bottom i {
  transform: translateX(-50%);
}

.workflow-bottom-section {
  margin-top: 0;
}

.workflow-bottom-box {
  margin-top: 0;
}

/* Reduce container padding to bring content closer to edges */
.container.is-max-desktop {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 1024px) {
  .container.is-max-desktop {
    max-width: 1152px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}