:root {
  --ink: #0b1f33;
  --accent-blue: #0f8ce0;
  --accent-cyan: #11c4d4;
  --accent-soft: rgba(17, 196, 212, 0.12);
  --panel: #ffffff;
}

body {
  font-family: 'Noto Sans', sans-serif;
  background: radial-gradient(circle at 15% 20%, rgba(15, 140, 224, 0.08), transparent 28%),
              radial-gradient(circle at 85% 10%, rgba(17, 196, 212, 0.09), transparent 30%),
              #f6fbff;
  color: var(--ink);
}

.hero {
  background: linear-gradient(135deg, rgba(11, 31, 51, 0.92), rgba(15, 140, 224, 0.85));
  color: #f5fbff;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 60%, var(--accent-soft), transparent 50%),
              radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.12), transparent 45%);
  pointer-events: none;
}

.hero .hero-body {
  position: relative;
}

.hero .title {
  color: #f5fbff;
  letter-spacing: -0.02em;
}

.hero .publication-subtitle {
  color: rgba(245, 251, 255, 0.82);
  margin-top: 0.25rem;
}

.hero .publication-authors {
  color: rgba(245, 251, 255, 0.9);
}

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

.section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.section .container.is-max-desktop {
  background: var(--panel);
  border-radius: 18px;
  padding: 2.5rem 2.25rem;
  box-shadow: 0 12px 48px rgba(11, 31, 51, 0.08);
  border: 1px solid rgba(15, 140, 224, 0.08);
}

.content h2 {
  color: var(--ink);
  font-family: 'Google Sans', sans-serif;
  position: relative;
  margin-top: 2.5rem;
}

.content h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  margin-top: 0.65rem;
  background: linear-gradient(120deg, var(--accent-blue), var(--accent-cyan));
}

.content p {
  color: #1c2d40;
}

.content hr {
  border: 0;
  height: 1px;
  margin: 2.5rem 0;
  background: linear-gradient(90deg, transparent, var(--accent-soft), transparent);
}

.content img,
.content video {
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(11, 31, 51, 0.16);
  border: 1px solid rgba(11, 31, 51, 0.06);
}

.content video {
  margin-top: 1rem;
}

.publication-links .button.is-dark {
  background: linear-gradient(120deg, var(--accent-blue), var(--accent-cyan));
  border: none;
  color: #0b1f33;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(15, 140, 224, 0.25);
}

.publication-links .button.is-dark:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(15, 140, 224, 0.35);
  color: #0b1f33;
}

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

.figure-caption {
  margin-top: 0.6rem;
  font-size: 0.95rem;
  color: #5b6c80;
}
