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

.footer a {
    /*font-size: 25px;*/
    color: #000;
}

.large-font {
    font-size: 25px;
}

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

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

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

.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: 80%;
    height: 0;
    padding-bottom: 44.8%;
    margin: auto;
    overflow: hidden;
    border: 2px solid #bbb;
    border-radius: 10px !important;
}

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

.experiment-video {
    position: relative;
    width: 45%;
    height: 0;
    padding-bottom: 26.7%;
    margin: auto;
    overflow: hidden;
    border: 2px solid #bbb;
    border-radius: 10px !important;
}

.experiment-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;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

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

.bottom_buttons[disabled] {
    opacity: .4;
}

.brmod {
    display: block;
    margin-top: 0.5em;
}

body {
    background: linear-gradient(180deg, #fbfcff 0%, #ffffff 24%, #f7f9fc 100%);
    color: #1f2937;
}

.paper-hero {
    background: radial-gradient(circle at top, rgba(66, 133, 244, 0.10), transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.paper-badge {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: rgba(66, 133, 244, 0.10);
    color: #205ecf;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.publication-subtitle {
    margin-top: 0.75rem;
    margin-bottom: 1rem !important;
    font-family: 'Google Sans', sans-serif;
    font-weight: 600;
    color: #374151;
}

.publication-note {
    color: #6b7280;
    margin-top: 0.35rem;
    margin-bottom: 1.25rem;
}

.publication-affiliations {
    color: #4b5563;
    margin-top: -0.35rem;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.publication-note a,
.publication-affiliations a {
    color: hsl(204, 86%, 53%) !important;
}

.teaser-row {
    margin-top: 1.5rem;
}

.teaser-card {
    margin: 0;
    padding: 1.2rem;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.teaser-image {
    width: 100%;
    border-radius: 16px;
    display: block;
}

.teaser-caption {
    margin-top: 1rem;
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.7;
}

.paper-content {
    font-size: 1.02rem;
    line-height: 1.85;
}

.section-alt {
    background: rgba(248, 250, 252, 0.9);
}

.highlight-grid {
    margin-top: 1.5rem;
}

.highlight-card {
    height: 100%;
    padding: 1.75rem 1.35rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.highlight-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(66, 133, 244, 0.10);
    color: #205ecf;
    font-size: 1.3rem;
}

.paper-list {
    margin-left: 1.1rem;
}

.paper-list li {
    margin-bottom: 0.8rem;
}

pre {
    border-radius: 18px;
    padding: 1.25rem 1.4rem;
    background: #111827;
    color: #f9fafb;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

@media screen and (max-width: 768px) {
    .publication-title {
        font-size: 2.35rem !important;
    }

    .publication-subtitle {
        font-size: 1.35rem !important;
    }

    .teaser-card {
        padding: 0.85rem;
    }
}