:root {
  --bg-0: #0a0c10;
  --bg-1: #0e1116;
  --bg-2: #151a20;
  --ink-0: #f3f6fb;
  --ink-1: rgba(243, 246, 251, 0.78);
  --ink-2: rgba(243, 246, 251, 0.58);
  --accent: #7bdff2;
  --accent-strong: #4fd1c5;
  --space-1: 0.4rem;
  --space-2: 0.8rem;
  --space-3: 1.2rem;
  --space-4: 1.8rem;
  --space-5: 2.6rem;
  --space-6: 3.6rem;
  --space-7: 4.8rem;
}

body {
  font-family: 'Noto Sans', sans-serif;
  background-color: var(--bg-0);
  background-image:
    radial-gradient(1200px 500px at 10% -10%, rgba(123, 223, 242, 0.12), transparent 60%),
    radial-gradient(900px 450px at 90% 0%, rgba(79, 209, 197, 0.12), transparent 55%),
    linear-gradient(180deg, #0a0c10 0%, #0a0a0a 55%, #0b0c0f 100%);
  color: var(--ink-0);
  line-height: 1.6;
  letter-spacing: 0.01em;
}

html {
  background-color: var(--bg-0) !important;
}

a {
  color: var(--accent);
  transition: color 0.2s ease;
}

a:hover {
  color: var(--accent-strong);
}

.title,
.subtitle,
.content,
.publication-title {
  color: var(--ink-0) !important;
  font-family: 'Google Sans', 'Noto Sans', sans-serif;
}

.subtitle {
  line-height: 1.3;
}

.content p {
  line-height: 1.55;
  margin-bottom: var(--space-3);
  color: var(--ink-1);
  font-size: 1.05rem;
}

.publication-authors {
  line-height: 1.35;
}

.hero.is-light {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

.section {
  background-color: transparent;
  padding: var(--space-5) 0;
}

.hero-body {
  padding: var(--space-3) 0;
}

.section + .section {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.section .container.is-max-desktop {
  padding: 0 var(--space-3);
}

.section .title {
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: var(--space-2);
}

.section .title.is-3 {
  font-size: 1.85rem;
}

.section .title + p {
  margin-top: var(--space-1);
  margin-bottom: var(--space-2);
}

.section .hero-body p {
  margin-bottom: var(--space-2);
}

.footer,
.site-footer {
  background-color: rgba(15, 17, 21, 0.7);
  color: var(--ink-1);
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: var(--ink-0);
}

pre {
  background-color: rgba(18, 20, 24, 0.9);
  color: var(--ink-0);
}

code {
  background-color: rgba(34, 38, 46, 0.9);
  color: var(--ink-0);
}

.has-text-justified {
  color: var(--ink-0);
}

.hero-transparent {
  position: relative;
  z-index: 2;
  margin-top: 0;
  background-color: transparent !important;
}

.hero,
.hero-body,
.hero.is-small {
  background-color: transparent !important;
}

.column-spacing {
  margin: 0 2rem !important;
}

.video-description {
  min-height: 4.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.hero-landing {
  padding: var(--space-6) 0 var(--space-4);
}

.hero-shell {
  padding: 0 var(--space-3);
}

.hero-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
}

.hero-landing .publication-authors,
.hero-landing .author-block,
.hero-landing .publication-authors a,
.hero-landing .publication-authors sup {
  color: var(--ink-0) !important;
  background-color: transparent !important;
}

.hero-landing .publication-authors a:hover {
  color: var(--accent) !important;
  text-decoration: none;
}

.hero-title {
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
  letter-spacing: -0.02em;
}

.hero-subtitle {
  background: transparent !important;
  max-width: 980px;
  color: var(--ink-1) !important;
  font-size: 1.35rem;
}

.hero-title + .hero-subtitle {
  margin-top: var(--space-2);
  margin-bottom: var(--space-2);
}

.hero-authors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2) var(--space-4);
  font-size: 1.08rem;
}

.hero-authors .author-block {
  white-space: nowrap;
}

.hero-authors sup,
.hero-affiliations sup,
.hero-notes sup {
  font-size: 0.75em;
  margin-left: 0.15em;
}

.hero-affiliations {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  align-items: center;
  color: var(--ink-1);
  font-size: 0.98rem;
  margin-top: var(--space-3);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2) var(--space-4);
  color: var(--ink-2);
  font-size: 0.95rem;
}

.publication-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2);
  margin-top: var(--space-3);
}

.publication-links .button.is-dark {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--ink-0);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  font-weight: 600;
}

.publication-links .button.is-dark:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(123, 223, 242, 0.35);
}

.section-intro {
  margin-top: var(--space-3);
  padding-top: 0;
}

.section-title-flat {
  margin-top: 0;
}

.section-title-tight {
  margin-top: 0;
}

.section-body-tight {
  margin-top: var(--space-2);
}

.container-wide {
  max-width: 100%;
}

.columns-offset-lg {
  margin-top: var(--space-4);
}

.columns-offset-md {
  margin-top: var(--space-3);
}

.results-offset-tight {
  margin-top: 0;
}

.prompt-offset-sm {
  margin-top: 0.3rem;
}

.prompt-offset-md {
  margin-top: 1.3rem;
}

.video-height-190 {
  height: 190px;
  object-fit: contain;
}

.video-height-200 {
  height: 200px;
  object-fit: contain;
}

.video-height-300 {
  height: 300px;
  object-fit: contain;
}

.video-height-400 {
  height: 400px;
  object-fit: contain;
}

.video-offset-lg {
  margin-top: 1.6rem;
}

.site-footer {
  text-align: center;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prompt-wrap,
.prompt-wrap- {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.prompt {
  max-width: calc(100% - 20px);
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  backdrop-filter: blur(10px);
  bottom: 10px;
  left: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
  line-height: 1.4;
}

.prompt-wrap:hover .prompt,
.prompt-wrap-:hover .prompt {
  opacity: 1;
  pointer-events: all;
}

video {
  width: 100%;
  height: auto;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.carousel {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  font-size: 0;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.prompt-wrap-main {
  flex: 0 0 auto;
  height: 180px;
  position: relative;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prompt-wrap-main video {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0;
}

.results-carousel {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-3);
}

.results-carousel.comparison-grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.results-carousel.comparison-grid .prompt-wrap- {
  width: 100%;
}

.more-research-link {
  display: block;
  padding: 12px 18px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.more-research-link:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #111;
}

.more-research-tag {
  font-size: 0.85em;
  color: #666;
}

.more-research-empty {
  display: block;
  padding: 12px 18px;
  color: #999;
}

@media (max-width: 980px) {
  .results-carousel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .results-carousel {
    grid-template-columns: minmax(0, 1fr);
  }
}

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

.brand-icon{
  width: 2em;
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
}

.button.is-dark .brand-icon{
  filter: invert(1);
}

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

.dnerf {
  font-variant: small-caps;
}


.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.hero {
  margin: 0;
}

.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: var(--ink-2);
  width: fit-content;
  font-weight: bold;
}

.publication-awards {
  color: #ff7a7a;
  width: fit-content;
  font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
  color: var(--accent) !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;
}


.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-item {
  display: none;
  width: 100%;
  text-align: center;
}

.carousel-item.active {
  display: block;
}

.images-row {
  display: flex;
  justify-content: space-between;
  width: 50%;                     
  margin: 0 auto 20px auto;       
  gap: 10px;                      
}

.image-item {
  flex: 1;                        
}

.image-item img {
  width: 100%;                    
  height: auto;               
  object-fit: cover;             
  border-radius: 8px;
}

.image-item:last-child {
  margin-right: 0;
}

.videos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
  margin-bottom: 20px;
}

.video-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
}

.video-item video {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
}

.video-item p {
  width: 100%;
  margin: 0;
  padding: 5px;
  background-color: #f0f0f0;
  color: #000;
  font-size: 1rem;
  box-sizing: border-box;
  text-align: center;
}

.pagination-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #000000;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.carousel-nav.prev {
  left: 10px;
}

.carousel-nav.next {
  right: 10px;
}


.new-layout-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #f0f0f0;
}

.new-layout-item{
  display: none;
  width: 100%;
  text-align: center;
  background-color: #f0f0f0;
}

.new-layout-item.active {
  display: block;
}


.new-layout-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #f0f0f0;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.new-layout-nav.prev {
  left: 10px;
}

.new-layout-nav.next {
  right: 10px;
}

.layout-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #f0f0f0;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.layout-nav.prev {
  left: 10px;
}

.layout-nav.next {
  right: 10px;
}

.top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

.image-container {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.description-container {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 55px;
  padding: 0;
  max-width: 700px;
}

.overview-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0 0 0;
}

.overview-description {
  color: #333;
  font-size: 1.1em;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.table-image {
  max-width: 70%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 30px auto 0 auto;
}

.six-videos {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.video-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.video-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-item video {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


.bottom-text {
  margin-top: 10px;
  text-align: center;
  font-size: 1em;
  color: #333;
}

.idAnimator-video {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  padding: 0 16.5%;
  background-color: #333;
  border-radius: 8px;
}

.DreamVideo-video {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  padding: 0 16.5%;
  background-color: #333;
  border-radius: 8px;
}

.Magicme-video {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  padding: 0 16.5%;
  background-color: #333;
  border-radius: 8px;
}

.vidu-video {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  padding: 5.7% 0;
  background-color: #333;
  border-radius: 8px;
}



.new-pagination-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.new-dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.new-dot.active {
  background-color: #000000;
}
