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 {
  margin-top: -20px;
}

.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;
    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-image-half {
  width: 50;
}

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

* {box-sizing: border-box;}

.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 0%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 200px;
  height: 200px;
}

.img-magnifier-glass_init {
  position: absolute;
  border: 0px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 0px;
  height: 0px;
}

/* Gradient style for "lemica" */
.lemica {
  background: linear-gradient(90deg, #000080, #4B0082, #FF4500, #FFD700);
  background-clip: text;
  color: transparent;
  transition: background-position 0.5s ease, transform 0.3s ease;
  /* background-size: 200% 200%; */
  background-size: 150%;
}

/* Hover effect for "lemica" gradient */
.lemica:hover {
  background-position: right center; /* Shifts the gradient on hover */
  transform: scale(1.1); /* Slight zoom effect */
}

.copy-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

/* for teaser */
.carousel-teaser-container {
  position: relative;
  width: 55%;
  overflow: hidden;
  margin: 0 auto;  
}

.carousel-teaser {
  display: inline-flex;
  flex-wrap: nowrap;
  width: max-content;
  height: auto;
  animation-play-state: running;
}

.carousel-teaser:hover {
  animation-play-state: paused;
}

.carousel-teaser-scroll-left {
  animation: scroll-left 40s linear infinite;
}

.carousel-teaser img {
  width: auto; 
  height: 400px;
  border-radius: 4px;
  margin-right: 3px;
  transition: transform 0.3s, filter 0.3s; /* smooth */
}

.carousel-teaser img:hover {
  transform: scale(1.1);
  filter: blur(0);
  box-shadow: 0 20px 40px rgba(249, 249, 248, 0.941);
  z-index: 1;
}

/* for slider */
.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel {
  display: inline-flex;
  flex-wrap: nowrap;
  width: max-content;
  height: auto;
  animation-play-state: running;
}

.carousel:hover {
  animation-play-state: paused;
}

.carousel-scroll-left {
  animation: scroll-left 40s linear infinite;
}

.carousel-scroll-right {
  animation: scroll-right 40s linear infinite;
}

.carousel img {
  width: 250px;
  height: auto;
  border-radius: 4px;
  margin-right: 3px;
  transition: transform 0.3s, filter 0.3s; /* smooth */
}

.carousel img:hover {
  transform: scale(1.1);
  filter: blur(0);
  box-shadow: 0 20px 40px rgba(249, 249, 248, 0.941);
  z-index: 1;
}

/* movement */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
    will-change: transform;
  }
  100% {
    transform: translateX(-50%);
    will-change: transform;
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
    will-change: transform;
  }
  100% {
    transform: translateX(0%);
    will-change: transform;
  }
}

/* 让鼠标看起来可点击 */
#Qwen-Image { cursor: zoom-in; }

/* 全屏时的适配（标准 + webkit 前缀） */
#Qwen-Image:fullscreen,
#Qwen-Image:-webkit-full-screen {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Qwen-Image:fullscreen img,
#Qwen-Image:-webkit-full-screen img {
  max-width: 100vw;
  max-height: 100vh;
  width: auto;
  height: auto;
  border-radius: 0;
  object-fit: contain;
}

@import url('https://fonts.cdnfonts.com/css/menlo');

.video-table td, .video-table th {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: normal;
}
.first-col {
  width: 7%;
  vertical-align: middle;
}
.other-col {
  width: 31%;
}
body {
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
}
.title.is-3 {
  font-weight: 900;
  font-size: 2.0rem;
}
.title.is-4 {
  font-weight: 700;
  font-size: 1.7rem;
}
.custom-emoji {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url('./static/images/lemica_icon.png'); /* 替换为你的图标路径 */
  background-size: cover;
  vertical-align: middle;
  line-height: 1;
}
.label-column {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;  /* 平均分布 + 自动留白 */
  align-items: center;
  min-width: 100px;
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
}

.label-item {
  display: flex;
  align-items: center;  /* 垂直居中文字 */
  justify-content: center; /* 水平居中 */
  height: 33.33%;  /* 每个占整体1/3高度 */
  width: 100%;
}