body {
  font-family: 'Noto Sans', sans-serif;
  color: #1f2937;
  background: #ffffff;
}

.navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.96);
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(10px);
}

.navbar-item,
.navbar-link {
  font-size: 0.98rem;
}

.paper-hero {
  background: linear-gradient(180deg, #fbfcff 0%, #f5f7ff 100%);
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
  line-height: 1.15;
  margin-bottom: 1.2rem !important;
}

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

.paper-badge {
  display: inline-block;
  margin-top: 0.8rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
  font-weight: 700;
}

.publication-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.is-static-link {
  opacity: 0.88;
}

.hero-figure,
.content-figure {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
}

.bordered-figure {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.figure-caption {
  margin-top: 0.9rem;
  color: #4b5563;
}

.light-section {
  background: #f8fafc;
}

.feature-card,
.metric-card,
.resource-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  padding: 1.4rem;
  height: 100%;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
  color: #4338ca;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}

.metric-card {
  text-align: center;
}

.metric-value {
  font-family: 'Google Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1d4ed8;
  line-height: 1.1;
}

.metric-label {
  margin-top: 0.55rem;
  color: #4b5563;
  font-size: 0.95rem;
}

.section-top-gap {
  margin-top: 1.5rem;
}

pre {
  border-radius: 18px;
  padding: 1.25rem !important;
  background: #111827 !important;
  color: #f9fafb;
}

.small-note {
  color: #6b7280;
  margin-top: 0.8rem;
}

.footer {
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-logos img {
  max-height: 44px;
  margin-left: 0.8rem;
  vertical-align: middle;
}

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

  .footer-logos {
    text-align: left !important;
    margin-top: 1rem;
  }

  .footer-logos img {
    margin-left: 0;
    margin-right: 0.8rem;
  }
}


.section-intro {
  max-width: 860px;
  margin: 0 auto 1.5rem auto;
  color: #4b5563;
}

.figure-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.gallery-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  padding: 1.2rem;
}

.gallery-card .title {
  margin-bottom: 0.9rem !important;
}


.stacked-figures {
  display: grid;
  gap: 1rem;
}

.paper-figure-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  padding: 0.9rem;
}

.no-shadow-card {
  box-shadow: none;
}

.compact-card {
  padding: 0.75rem;
}

.embedded-caption {
  margin-top: 0.75rem;
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.5;
}


.case-carousel {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 24px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  padding: 1rem 1rem 3.2rem 1rem;
}

.case-carousel-frame {
  overflow: hidden;
  border-radius: 18px;
}

.case-carousel-track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.case-slide {
  min-width: 100%;
  flex: 0 0 100%;
}

.case-slide .embedded-caption {
  padding: 0 0.25rem;
}

.case-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-58%);
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  border: none;
  background: rgba(17,24,39,0.76);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15,23,42,0.18);
}

.case-nav:hover {
  background: rgba(17,24,39,0.92);
}

.case-nav-prev { left: 1rem; }
.case-nav-next { right: 1rem; }

.case-dots {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.55rem;
}

.case-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  border: none;
  background: #cbd5e1;
  cursor: pointer;
}

.case-dot.is-active {
  background: #2563eb;
}

@media screen and (max-width: 768px) {
  .case-carousel {
    padding: 0.75rem 0.75rem 3rem 0.75rem;
  }

  .case-nav {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.15rem;
  }
}


.centered-block {
  max-width: 820px;
  margin: 0 auto 2rem auto;
}

.case-carousel-wrapper {
  max-width: 600px;   /* 控制整个轮播区域宽度 */
  margin: 0 auto;
}

.case-carousel .content-figure {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.publication-authors .author-block a {
  color: #2a8de6;
  text-decoration: none;
}

.publication-authors .author-block a:hover {
  text-decoration: underline;
}

.publication-authors sup {
  font-size: 0.7em;
  margin-left: 0.08em;
}

.affiliation {
  font-weight: 600;
}

.affil-1 {
  color: #64b96a; /* 绿色 */
}

.affil-2 {
  color: #e84d7a; /* 粉红色 */
}

.affil-3 {
  color: #f2a23a; /* 橙色 */
}

.affil-4 {
  color: #ff2d2d; /* 红色，有第四单位时可直接用 */
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 20px 0;
}

.footer-logo-large {
  height: 140px !important;
  max-height: none !important;
  width: auto !important;
  max-width: none !important;
  display: block;
}
