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 {
}

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

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


#error-analysis-carousel {
  position: relative;
  overflow: hidden;
}

#error-analysis-carousel .item {
  padding: 0 0.5rem;
}

#error-analysis-carousel .slider-item {
  display: flex;
  justify-content: center;
}

#error-analysis-carousel .slide-inner {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

#error-analysis-carousel .slider-navigation-previous,
#error-analysis-carousel .slider-navigation-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  pointer-events: none;
  /* transition: opacity 0.2s ease; */
  transition: none;
}

#error-analysis-carousel:hover .slider-navigation-previous,
#error-analysis-carousel:hover .slider-navigation-next,
#error-analysis-carousel:focus-within .slider-navigation-previous,
#error-analysis-carousel:focus-within .slider-navigation-next {
  opacity: 1;
  pointer-events: auto;
}

#error-analysis-carousel .slider-navigation-previous {
  left: 0.5rem;
}

#error-analysis-carousel .slider-navigation-next {
  right: 0.5rem;
}

#error-analysis-carousel .slider-pagination .slider-page {
  width: 10px;
  height: 10px;
  background: #bdbdbd;
  opacity: 1;
}

#error-analysis-carousel .slider-pagination .slider-page.is-active {
  background: #7B4DFF;
}

#error-analysis-carousel .slider-pagination {
  display: flex !important;
}


/*  */
/* 
.lift-title {
  margin-bottom: 0.75rem;
}

.lift-lead {
  max-width: 860px;
  margin: 0 auto 1.75rem auto;
}

.lift-lead p {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #4a4a4a;
}

.lift-overview {
  margin-top: 0.5rem;
}

.lift-flow {
  display: grid;
  grid-template-columns: 1fr 56px 1fr 56px 1fr;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.25rem;
}

.lift-step {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 1rem 1rem 0.9rem 1rem;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.lift-step-highlight {
  border-color: #bfa8ff;
  box-shadow: 0 6px 18px rgba(123, 77, 255, 0.10);
}

.lift-step-label {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
  color: #2f2f2f;
}

.lift-step-formula {
  font-size: 0.98rem;
  line-height: 1.5;
  color: #444;
}

.lift-flow-arrow {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #b5a0e8;
  line-height: 1;
}

.lift-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 0.75rem;
}

.lift-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  padding: 1.05rem 1rem 1rem 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  height: 100%;
}

.lift-card-icon {
  font-size: 1rem;
  margin-bottom: 0.45rem;
  color: #7B4DFF;
}

.lift-card-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 0.55rem;
}

.lift-card-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5a5a5a;
  min-height: 4.8em;
  margin-bottom: 0.75rem;
}

.lift-card-formula {
  font-size: 0.96rem;
  color: #3f3f3f;
  line-height: 1.5;
}

.lift-final {
  margin-top: 1rem;
  background: linear-gradient(180deg, #fcfbff 0%, #f7f4ff 100%);
  border: 1px solid #e4dcff;
  border-radius: 18px;
  padding: 0.95rem 1rem;
  text-align: center;
}

.lift-final-label {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #6b5aa6;
  margin-bottom: 0.35rem;
}

.lift-final-formula {
  font-size: 1rem;
  color: #2f2f2f;
  line-height: 1.5;
}

.lift-overview mjx-container {
  font-size: 100% !important;
}

@media screen and (max-width: 768px) {
  .lift-flow {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .lift-flow-arrow {
    transform: rotate(90deg);
    font-size: 1.5rem;
  }

  .lift-cards {
    grid-template-columns: 1fr;
  }

  .lift-card-text {
    min-height: auto;
  }

  .lift-lead p,
  .lift-step-formula,
  .lift-card-text,
  .lift-card-formula,
  .lift-final-formula {
    font-size: 0.95rem;
  }
}
.lift-inline-num {
  color: #7B4DFF;
  font-weight: 700;
  margin-right: 0.2rem;
} */


.lift-inline-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: #f1ebff;
  color: #7B4DFF;
  font-size: 0.76rem;
  font-weight: 700;
  margin-right: 0.22rem;
  vertical-align: middle;
}

.lift-overview-v2 {
  margin-top: 1.2rem;
  margin-bottom: 1.8rem;
}

.lift-topbox {
  border: 1px solid #e6e1f7;
  background: linear-gradient(180deg, #fcfbff 0%, #f8f5ff 100%);
  border-radius: 18px;
  padding: 1rem 1rem 1.1rem 1rem;
  margin-bottom: 1rem;
}

.lift-top-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #4b3f72;
  margin-bottom: 0.85rem;
}

.lift-top-flow {
  display: grid;
  grid-template-columns: 1fr 44px 1fr;
  gap: 0.75rem;
  align-items: center;
}

.lift-eq-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 0.9rem 0.9rem 0.8rem 0.9rem;
  text-align: center;
}

.lift-eq-card.is-highlight {
  border-color: #d7c7ff;
  box-shadow: 0 4px 14px rgba(123, 77, 255, 0.08);
}

.lift-eq-label {
  font-size: 0.95rem;
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 0.35rem;
}

.lift-eq-formula {
  font-size: 0.96rem;
  line-height: 1.5;
  color: #444;
}

.lift-top-arrow {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #b29ae8;
  line-height: 1;
}

.lift-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.lift-mini-card {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 1rem 0.95rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.lift-mini-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 0.55rem;
  line-height: 1.3;
}

.lift-mini-num {
  color: #7B4DFF;
  margin-right: 0.2rem;
}

.lift-mini-text {
  font-size: 0.93rem;
  line-height: 1.6;
  color: #5c5c5c;
  min-height: 4.8em;
  margin-bottom: 0.65rem;
}

.lift-mini-formula {
  font-size: 0.95rem;
  color: #3d3d3d;
  line-height: 1.5;
}

.lift-overview-v2 mjx-container {
  font-size: 100% !important;
}

@media screen and (max-width: 768px) {
  .lift-top-flow {
    grid-template-columns: 1fr;
  }

  .lift-top-arrow {
    transform: rotate(90deg);
  }

  .lift-card-grid {
    grid-template-columns: 1fr;
  }

  .lift-mini-text {
    min-height: auto;
  }
}



.place-title {
  margin-top: 2rem;
  margin-bottom: 0.7rem;
}

.place-lead {
  max-width: 900px;
  margin: 0 auto 1.4rem auto;
}

.place-lead p {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #4a4a4a;
}

.place-figure {
  margin: 1.2rem auto 2rem auto;
}

.place-flow {
  display: grid;
  grid-template-columns: 1fr 36px 1fr 36px 1fr 36px 1fr;
  gap: 0.75rem;
  align-items: stretch;
}

.place-step {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 18px;
  padding: 1rem 0.95rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.place-step-highlight {
  border-color: #d8ccff;
  box-shadow: 0 6px 18px rgba(123, 77, 255, 0.08);
}

.place-step-tag {
  display: inline-block;
  margin-bottom: 0.45rem;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: #f3efff;
  color: #7B4DFF;
  font-size: 0.78rem;
  font-weight: 700;
}

.place-step-title {
  font-size: 1rem;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 0.45rem;
}

.place-step-desc {
  font-size: 0.93rem;
  line-height: 1.55;
  color: #5a5a5a;
  min-height: 4.7em;
  margin-bottom: 0.8rem;
}

.place-step-formula {
  font-size: 0.95rem;
  color: #3f3f3f;
  margin-bottom: 0.8rem;
}

.place-flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  font-weight: 700;
  color: #b6a3ea;
}

.place-grid {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #ececec;
  background: #fafafa;
  aspect-ratio: 1 / 1;
}

.place-grid-global {
  position: relative;
  background:
    linear-gradient(0deg, rgba(123,77,255,0.08), rgba(123,77,255,0.08)),
    repeating-linear-gradient(
      0deg,
      #ffffff 0px,
      #ffffff 19px,
      #eeeeee 19px,
      #eeeeee 20px
    ),
    repeating-linear-gradient(
      90deg,
      #ffffff 0px,
      #ffffff 19px,
      #eeeeee 19px,
      #eeeeee 20px
    );
}

.place-grid-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.92);
  border: 1px solid #ded7f8;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.78rem;
  color: #6b5aa6;
  white-space: nowrap;
}

.place-grid-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.place-grid-groups .g {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: #333;
  border: 1px solid rgba(255,255,255,0.85);
}

.place-grid-groups .g1 { background: #f3efff; color: #6a53b9; }
.place-grid-groups .g2 { background: #e7f6ff; color: #2f6f9f; }
.place-grid-groups .g3 { background: #eefae9; color: #4d8b46; }
.place-grid-groups .g4 { background: #fff3e8; color: #b66a1a; }

.place-coef-list {
  text-align: left;
  background: #fbfbfb;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  padding: 0.7rem 0.85rem;
  font-size: 0.92rem;
  line-height: 1.8;
  color: #444;
}

.place-chip-row {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  flex-wrap: wrap;
}

.place-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: #f6f3ff;
  color: #6c59b0;
  font-size: 0.76rem;
  font-weight: 600;
}

.place-figure mjx-container {
  font-size: 100% !important;
}

@media screen and (max-width: 1024px) {
  .place-flow {
    grid-template-columns: 1fr;
  }

  .place-flow-arrow {
    transform: rotate(90deg);
    min-height: 22px;
  }

  .place-step-desc {
    min-height: auto;
  }
}
.place-layout {
  align-items: flex-start;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.place-layout:not(:last-child) {
  margin-bottom: 0.25rem;
}

.place-note {
  max-width: 920px;
  margin: -2.00rem auto 2em auto;
  text-align: center;
  font-size: 0.97rem;
  line-height: 1.6;
  /* color: #666; */
}