:root {
  --sapphire: #204DF8;
  --sapphire-dark: #051966;
  --sapphire-light: #F2F5FF;
  --skyburst: #7DF0FF;
  --skyburst-light: #CCF9FF;
  --lavender-haze: #907CFF;
  --lavender-haze-light: #D4CCFF;
  --fuchsia-glow: #F95CFF;
  --fuchsia-glow-light: #FDCCFF;
  --dragons-breath: #F2371F;
  --dragons-breath-light: #FFD2CC;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

.center-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .icon-link {
    font-size: 25px;
    color: #1a1a1a;
}

.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: 'Poppins', sans-serif;
}

.publication-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.publication-banner {
  max-height: parent;
}

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

.publication-header .hero-body {
}

.publication-authors {
  font-family: 'Inter', sans-serif;
}

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

.publication-awards {
  color: var(--dragons-breath);
  width: fit-content;
  font-weight: bolder;
}

.publication-authors a {
  color: #204DF8 !important;
}

.publication-authors a:hover {
  text-decoration: underline;
  color: #051966 !important;
}

.author-block {
  display: inline-block;
}

.publication-banner img {
}

.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 #e5e5e5;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.interpolation-panel {
  background: #fafafa;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}

#interpolation-image-wrapper img {
  border-radius: 5px;
}

.hero {
  background: linear-gradient(135deg, #F95CFF 0%, #D4CCFF 25%, #7DF0FF 50%, #F2F5FF 75%, #FDCCFF 100%);
  position: relative;
}

.button.is-dark {
  background-color: #051966;
  border-color: transparent;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.button.is-dark:hover {
  background-color: #204DF8;
}

.section.is-light {
  background: linear-gradient(135deg, #F2F5FF 0%, #FDCCFF 50%, #D4CCFF 100%);
}

.title.is-2, .title.is-3 {
  color: #051966;
  font-weight: 500;
}

.pickstyle {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.content p {
  line-height: 1.75;
}

.video-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

video.video-player {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background: #000;
}

.button.is-normal.is-rounded {
  transition: all 0.3s ease;
}

.button.is-normal.is-rounded:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-body {
  padding: 4rem 1.5rem;
}

section.section {
  padding: 3rem 1.5rem;
}

.content strong {
  color: #1a1a1a;
  font-weight: 600;
}

pre code {
  font-family: 'Monaco', 'Courier New', monospace;
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .pickstyle {
    font-size: 2.5rem !important;
  }
  
  .title.is-3 {
    font-size: 1.5rem !important;
  }
}
