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 .subtitle b{
  color: inherit;
}

.teaser .subtitle{
  font-size: 16px;
  line-height: 1.6;
  margin-top: 8px;
}

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

.teaser video{
  border-radius: 16px;
  overflow: hidden;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
    margin-bottom: 12px;
    font-weight: 600;
}

.c1{ color:#F3E969; }
.c2{ color:#D6E67B; }
.c3{ color:#93D89A; }
.c4{ color:#69D5C9; }
.c5{ color:#55B5CA; }

.publication-authors {
    font-family: 'Google Sans', sans-serif;
    margin-bottom: 20px;
}

.publication-institutes {
    font-family: 'Google Sans', sans-serif;
    margin-bottom: 16px;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

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

.author-block {
  font-size: 23px;
  padding: 0 5px;
  display: inline-block;
}

.institute-block {
  font-size: 20px;
  padding: 0 5px;
  display: inline-block;
  margin-bottom: 14px;
}

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

.results-carousel {
  overflow: hidden;
}

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

.results-carousel video {
  margin: 0;
}

.sub-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  /* margin-top: 6px; */
  color: #333;
}

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

.eql-cntrb {
  display: block;
  margin-top: -15px;
  font-size: 16px;
}




body{
    font-weight: 200;
    font-size: 16px;
    /*background-color: rgb(43, 60, 197);*/
    /*color: rgb(0, 79, 241);*/
    /*color: white;*/
    border-top:2.5px solid rgb(243, 233, 105, 0.5);
    /*border-bottom:5px solid orange;*/
}
b{
  color:rgb(0, 79, 241);
}

.title{
  text-align: center;
}

.posts{
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 14px;

}
.news{
  line-height: 1.5em;
}
.post{
  border-left: 5px solid rgb(255, 180, 240);
}
.xtitle{
    font-family: Calibri, "Calibri Light", "Segoe UI", Arial, sans-serif;
    font-size: 46px;
    text-align: center;
    /* margin: 10px 0; */
    /* font-weight: 400; */
    /*color: rgb(0, 79, 241);*/
}

.posts .teaser{
    width: 160px;
    height: 120px;
    float: left;
    margin: 0 0 10px 10px;
}

.link-block{
  font-size: 16px;
  margin: 0 10px;
}

a{
  color: #111;
  position: relative;
}
a:after{
  content: '';
  position: absolute;
  top: 60%;
  left: -0.1em;
  right: -0.1em;
  bottom: 0;
  transition:top 200ms cubic-bezier(0, 0.8, 0.13, 1);
  /*background-color: rgba(225, 166, 121, 0.5);*/
  background-color: rgb(105, 213, 201, 0.2);
}
.emojilink:after{
  background-color: rgba(255,211,30, 0.0)
  /*rgba(225, 166, 121, 0.0);*/
}
a:hover{
  color: black;
  text-decoration: none;
}
a:hover:after{
  color:black;
  /*color: #111;*/
  text-decoration: none;
  top:0%;
}
.entry{
    position: relative;
    top:0;
    left: 20px;
    margin-top: 5px;
}

.posts > .post{
    border-bottom: 0;
    padding-bottom:0em;
    padding-top: 10px;
    margin-bottom: 5px;
}
.papertitle{
    margin-top: 0px;
    font-weight: 600;
    font-size:16px;
    font-style: italic;
    /*font-style: italic;*/
    /*height: 2.6em*/
}



.marquee-wrapper{
  text-align:center;
}
.marquee-wrapper .container{
  overflow:hidden;
}
.marquee-inner span{
  float:left;
  width:50%;
}
.marquee-wrapper .marquee-block{
  --total-marquee-items:5;
  height: 320px;
  width: calc(250px * (var(--total-marquee-items)));
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 20px auto;
  background:#f5f5f5;
  padding: 30px 0;
}
.marquee-inner{
  display: block;
  width: 200%;
  position: absolute;
}
.marquee-inner p{
  font-weight: 800;
  font-size: 30px;
  font-family: cursive;
}
.marquee-inner.to-left{
  animation: marqueeLeft 25s linear infinite;
}
.marquee-inner.to-right{
  animation: marqueeRight 25s linear infinite;
}
.marquee-item{
  width: 230px;
  height: 230px;
  display: inline-block;
  margin: 0 10px;
  /* float: left; */
  transition: all .2s ease-out;
  background:#f9ecec;
}

.marquee-item img{
  width: 230px;
  height: 160px;
}

@keyframes marqueeLeft{
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeRight{
  0% {
    left: -100%;
  }
  100% {
   left: 0;
  }
}


.video-wrapper video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -500;
}
.video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-wrapper.header{
  height: 55vh;
}


.bg-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -100; /* this index depends on how much z-index your layout extends. Suppose if any of dom element in page already has an z-index to 1 then this can 2 for this page*/
}


.header{
  position: relative;
  color: white;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
}

.header a{
  color:white;
}

.interactive-results {
    padding: 40px 0;
}

.teaser .teaser-video {
  max-width: 850px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform .25s ease, box-shadow .25s ease;
  margin-bottom: 20px;
  position: relative;
}

.teaser .teaser-video:hover {
  transform: translateY(-2.5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.teaser .teaser-video video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}

/* Main display area for interactive examples */
.main-display-container {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    aspect-ratio: 16 / 9;
}

.main-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.main-iframe.loaded {
    opacity: 1;
}

.main-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 或 contain */
  display: block;
}

/* Iframe loading indicator */
.iframe-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    transition: opacity 0.3s ease;
}

.iframe-loader.hidden {
    opacity: 0;
    pointer-events: none;
}

/* Thumbnail gallery */
.thumbnail-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    max-width: 900px;
    margin: 0 auto;
}

#comp_1view {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 900px;
    margin: 0 auto;
}

#comp_2view {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 675px;
    margin: 0 auto;
}

#comp_allview {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 675px;
    margin: 0 auto;
}

#more_vis {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 675px;
    margin: 0 auto;
}

#more_vis_2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 450px;
    margin: 0 auto;
}

.thumbnail-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    user-select: none;
}

.thumbnail-item:hover {
    transform: translateY(-2.5px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.thumbnail-item:active {
    transform: translateY(-1px) scale(0.98);
}

.thumbnail-item.active {
    border-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 2px #55b5ca40;
}

.thumbnail-item.loading {
    opacity: 0.6;
    pointer-events: none;
}

.thumbnail-item img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.thumbnail-item:hover img {
    transform: scale(1.05);
}

.thumbnail-label {
    padding: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 0.8rem;
}

.section.hero.is-light {
  background-color: #F8FAFC00;
}

#abstract {
  max-width: 1000px;
}