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


/* ── HyperAlign cards ── */
.hyperalign-cards {
    display: flex;
    justify-content: center;
    gap: 66px;
    flex-wrap: wrap;
}

.ha-card {
    width: 260px;
    border-radius: 10px;
    border: 1.5px solid var(--ha-border);
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.ha-header {
    background: var(--ha-header-bg);
    border-bottom: 1.5px solid var(--ha-border);
    padding: 14px 16px 12px;
    text-align: center;
}

.ha-title {
    font-weight: 700;
    font-size: .95rem;
    color: var(--ha-text);
}

.ha-subtitle {
    font-size: .85rem;
    color: #555;
    margin-top: 2px;
}

.ha-body {
    padding: 16px 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    align-items: center;
}

.ha-badge {
    display: inline-block;
    background: var(--ha-badge);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 4px;
}

.ha-desc {
    font-size: .85rem;
    line-height: 1.6;
    color: #444;
    text-align: left;
}

.ha-tagline {
    font-weight: 700;
    font-size: .9rem;
    color: var(--ha-text);
    text-align: center;
    margin-top: auto;
}

/* 颜色变量 — 每张卡片各自的主题色 */
.ha-card--s {
    --ha-border: #5ab4d6;
    --ha-header-bg: #d6f0fa;
    --ha-badge: #4a90c4;
    --ha-text: #2a7ab0;
}

.ha-card--i {
    --ha-border: #6abf69;
    --ha-header-bg: #daf0d8;
    --ha-badge: #2e9e5e;
    --ha-text: #1e7a48;
}

.ha-card--p {
    --ha-border: #e8a04a;
    --ha-header-bg: #fdefd5;
    --ha-badge: #c97a28;
    --ha-text: #b06a18;
}

/* .column.has-text-centered .box-container {
    justify-content: center;
} */

.tag-box-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tag-box {
    border: 2px solid #C9C3F0;
    color: #5A4FCF;
    border-radius: 15px;
    padding: 10px 22px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 42px;
    min-width: 280px;
    background-color: #ffffff;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(90, 79, 207, 0.15);
}

.tag-dot {
    width: 6px;
    height: 6px;
    min-width: 6px;
    border-radius: 50%;
    background: #5A4FCF;
    flex: 0 0 auto;
    margin: 0 12px;
}

.hero-header {
    background:
            radial-gradient(130% 95% at 50% 0%,
                #E4DFF4 0%, #EEEAF8 34%, #F7F5FC 68%, #FFFFFF 100%);
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.hero-header .hero-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.hero-title {
    max-width: 980px;
    margin: 0 auto 1rem auto;
    font-weight: 700;
    line-height: 1.2;
}

.publication-authors {
    margin-bottom: 0.5rem;
}

.publication-authors .author-block {
    display: inline-block;
    margin: 0 0.35rem;
}

.publication-links {
    margin-top: 1.5rem;
}

.publication-links .link-block {
    display: inline-block;
    margin: 0.3rem;
}

.publication-links .button {
    border-radius: 999px;
    padding-left: 1.1rem;
    padding-right: 1.1rem; }

.section.section-light {background-color: #FCFBFE; padding-top: 3rem;
    padding-bottom: 3rem;}

.section {padding: 3rem 1.5rem;}

.section-title {
    display: inline-block;
    border-bottom: 3px solid #5A4FCF;
    padding-bottom: 6px; }


.content-image {
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: box-shadow 0.2s ease;   }

.has-text-centered {text-align: center !important;}

.feature-card {
    background: #fff;
    border-radius: 14px;
    padding: 0rem 1.5rem;
    height: auto;
    margin: 0 auto;
    width: 950px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    border: 1px solid #eef1f6;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-icon {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
    display: block;
}
span {
    font-style: inherit;
    font-weight: inherit;
}

.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: #5A4FCF !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;
}
