 :root {
  --page-ink: #203847;
  --mist-blue-0: #f7fbfd;
  --mist-blue-1: #eef4f7;
  --mist-blue-2: #e3edf2;
  --mist-blue-3: #d5e3ea;
  --mist-blue-4: #bfd2de;
  --hero-blue-1: #d8ebfa;
  --hero-blue-2: #8fb8d7;
  --hero-blue-3: #5d88ad;
  --hero-blue-4: #2c4f70;
}

body {
  font-family: 'Noto Sans', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(168, 192, 210, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(196, 215, 226, 0.16), transparent 34%),
    linear-gradient(180deg, var(--mist-blue-1) 0%, var(--mist-blue-0) 34%, #ffffff 100%);
  color: var(--page-ink);
}

.publication-title,
.publication-authors,
.eyebrow {
  font-family: 'Google Sans', sans-serif;
}

.capvector-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(179, 196, 208, 0.12), transparent 22%),
    radial-gradient(circle at 22% 82%, rgba(120, 143, 160, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(56, 74, 88, 0.96) 10%, rgba(79, 101, 118, 0.94) 52%, rgba(118, 139, 154, 0.9) 100%);
  color: #f7fbff;
}

.capvector-hero .hero-body {
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(241, 249, 255, 0.22);
  border-radius: 999px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d7eefc;
}

.publication-title {
  color: #ffffff;
  line-height: 1.15;
}

.publication-status {
  color: #d7eefc !important;
  margin-bottom: 1.5rem !important;
}

.publication-authors {
  color: rgba(247, 251, 255, 0.94);
}

.author-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.author-link:hover {
  color: #ffffff;
}

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

.affiliations,
.note-line {
  margin-top: 0.9rem;
}

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

.link-block a {
  margin: 0.35rem 0.2rem;
  background: rgba(247, 251, 255, 0.08) !important;
  border: 1px solid rgba(247, 251, 255, 0.16);
  color: #f7fbff !important;
}

.link-block a:hover {
  background: rgba(247, 251, 255, 0.16) !important;
}

.hf-emoji-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15em;
  height: 1.15em;
  font-size: 1rem;
  line-height: 1;
  transform: translateY(0.02em);
}

.teaser-strip {
  padding-top: 2.25rem;
  padding-bottom: 1rem;
  background:
    linear-gradient(180deg, rgba(46, 67, 84, 0.86) 0%, rgba(94, 124, 146, 0.34) 36%, rgba(201, 218, 228, 0.16) 70%, rgba(247, 251, 253, 0) 100%);
}

.teaser-frame,
.figure-frame {
  margin: 0 auto 1.5rem;
}

.teaser-frame {
  max-width: 1040px;
  padding: 0.85rem;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(141, 171, 193, 0.2), transparent 42%),
    linear-gradient(160deg, rgba(37, 55, 69, 0.98) 0%, rgba(55, 78, 96, 0.96) 55%, rgba(95, 120, 139, 0.9) 100%);
  border: 1px solid rgba(236, 244, 248, 0.2);
  box-shadow: 0 22px 55px rgba(18, 33, 39, 0.2);
}

.teaser-frame img,
.figure-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  border: 1px solid rgba(18, 33, 39, 0.08);
  box-shadow: 0 20px 50px rgba(18, 33, 39, 0.12);
}

.teaser-frame video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  background: #101820;
  border: 1px solid rgba(224, 233, 239, 0.08);
  box-shadow: 0 16px 40px rgba(8, 15, 22, 0.28);
}

.soft-figure {
  padding: 0.9rem;
  border-radius: 0;
  background: var(--mist-blue-2);
  box-shadow: 0 20px 50px rgba(18, 33, 39, 0.08);
}

.soft-figure img {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.feature-grid {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.feature-card {
  height: 100%;
  padding: 1.35rem 1.15rem;
  border-radius: 16px;
  background: #edf4f7;
  border: 1px solid rgba(24, 42, 48, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.feature-icon {
  width: 3.4rem;
  height: 3.4rem;
  margin: 0 auto 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  font-size: 1.15rem;
}

.feature-transfer {
  color: #4d7fa4;
  border-color: rgba(77, 127, 164, 0.12);
}

.feature-efficiency {
  color: #62846a;
  border-color: rgba(98, 132, 106, 0.12);
}

.feature-versatility {
  color: #977349;
  border-color: rgba(151, 115, 73, 0.12);
}

.feature-generalization {
  color: #8b6c85;
  border-color: rgba(139, 108, 133, 0.12);
}

.section-copy p {
  margin-bottom: 1rem;
}

.method-highlight {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.method-step {
  padding: 1.15rem;
  border-radius: 16px;
  background: #edf4f7;
  border: 1px solid rgba(24, 42, 48, 0.08);
  text-align: left;
}

.step-index {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: #5e86a5;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}

.narrow-figure {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background: transparent;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

pre code {
  font-size: 0.95rem;
}

@media screen and (max-width: 768px) {
  .capvector-hero .hero-body {
    padding-top: 3.4rem;
    padding-bottom: 2.8rem;
  }

  .publication-title {
    font-size: 2.25rem !important;
  }

  .method-highlight {
    grid-template-columns: 1fr;
  }

  .feature-card {
    padding: 1.25rem 1rem;
  }
}
