body {
  font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  color: #243140;
  background:
    radial-gradient(circle at 8% 14%, rgba(114, 171, 255, 0.24), transparent 24rem),
    radial-gradient(circle at 88% 10%, rgba(97, 214, 230, 0.18), transparent 22rem),
    radial-gradient(circle at 78% 58%, rgba(117, 155, 255, 0.12), transparent 26rem),
    linear-gradient(180deg, #edf6ff 0%, #dcebff 28%, #eef5ff 62%, #f7fbff 100%);
}

:root {
  --page-card-width: min(92vw, 1260px);
  --media-card-width: min(84vw, 980px);
}

a {
  color: #215ca0;
}

.publication-title,
.publication-authors,
.paper-abstract-card h3,
.info-card h3,
.task-card h3,
.highlight-card h3,
.finding-card h3,
.section-heading h2 {
  font-family: "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.hero-paper .hero-body {
  padding-top: 4.25rem;
  padding-bottom: 2.5rem;
}

.title-logo {
  width: clamp(2.8rem, 4.8vw, 4rem);
  height: clamp(2.8rem, 4.8vw, 4rem);
  padding: 0.34rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 246, 255, 0.94));
  box-shadow:
    0 12px 28px rgba(61, 103, 188, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  object-fit: contain;
  vertical-align: middle;
}

.publication-title {
  position: relative;
  margin-bottom: 0.7rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.18em;
  padding: 0.28em 0.44em 0.28em 0.26em;
  border: 1px solid rgba(186, 207, 245, 0.82);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(241, 246, 255, 0.92));
  box-shadow:
    0 28px 52px rgba(71, 108, 185, 0.16),
    0 10px 22px rgba(31, 71, 153, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  font-size: clamp(2.7rem, 5.4vw, 5rem) !important;
  line-height: 1;
  letter-spacing: -0.06em;
  overflow: visible;
}

.publication-title::before {
  content: "";
  position: absolute;
  inset: 14% 8%;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(94, 132, 225, 0.28) 0%, rgba(94, 132, 225, 0) 72%);
  filter: blur(20px);
  opacity: 1;
}

.aica-wordmark {
  vertical-align: middle;
  font-weight: 700;
  font-family: "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-variant: normal;
  text-transform: none;
  background: linear-gradient(180deg, #2f3849 0%, #161b24 56%, #304f86 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.56),
    0 0 18px rgba(120, 154, 233, 0.12);
}

.publication-subtitle {
  max-width: 52ch;
  margin: 0.9rem auto 0;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(1.25rem, 2.35vw, 2rem);
  line-height: 1.22;
  color: #243140;
  text-align: center;
}

.publication-subtitle span {
  display: block;
}

.publication-authors {
  margin-top: 1.4rem;
  font-size: 1.08rem;
}

.author-block {
  display: inline-block;
  margin: 0.2rem 0.45rem;
}

.publication-meta {
  margin-top: 0.95rem;
  color: #5d6c7c;
  line-height: 1.7;
}

.publication-meta p {
  margin: 0.15rem 0;
}

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

.link-block {
  margin: 0.3rem;
}

.publication-links .button.is-disabled {
  opacity: 0.72;
  cursor: default;
  pointer-events: none;
}

.paper-abstract-card {
  position: relative;
  max-width: var(--page-card-width);
  margin: 2.1rem auto 0;
  padding: 2.2rem 2.6rem 2.35rem;
  border: 1px solid rgba(113, 148, 214, 0.18);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  box-shadow: 0 22px 54px rgba(42, 74, 138, 0.1);
}

.paper-abstract-accent {
  width: 168px;
  height: 5px;
  margin-bottom: 1.4rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f66e6 0%, #19b5a3 100%);
}

.paper-abstract-title {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.2rem;
  color: #2044a3;
  font-family: "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.paper-abstract-dot {
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2f66e6 0%, #19b5a3 100%);
  flex: 0 0 auto;
}

.paper-abstract-text {
  margin: 0;
  color: #314766;
  font-size: 1.16rem;
  line-height: 1.8;
}

.showcase-section {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}

#abstract,
#overview,
#benchmark,
#contact,
#BibTeX {
  scroll-margin-top: 112px;
}

.sticky-nav-wrap {
  position: sticky;
  top: 12px;
  z-index: 20;
  width: var(--page-card-width);
  max-width: 1180px;
  margin: -0.25rem auto 1.7rem;
  padding: 0;
}

.sticky-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  padding: 0 4px 0 2px;
  width: 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 999px;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition:
    width 180ms ease,
    opacity 180ms ease,
    transform 180ms ease,
    margin-right 180ms ease;
}

.sticky-brand img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  padding: 2px;
}

.sticky-brand-name {
  margin: 0;
  font-family: "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1d54ea;
}

.sticky-nav-wrap.is-compact .sticky-brand {
  width: 168px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  margin-right: 6px;
}

.sticky-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 40px rgba(33, 56, 121, 0.12);
  backdrop-filter: blur(16px);
}

.sticky-nav-wrap.is-compact .sticky-nav {
  justify-content: flex-start;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-family: "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: #1f46a4;
  text-decoration: none;
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.sticky-nav-wrap.is-compact .nav-link {
  min-height: 46px;
  padding: 0 20px;
  font-size: 1.02rem;
}

.sticky-nav-wrap.is-compact .sticky-brand-name {
  font-size: 1.08rem;
}

.sticky-nav-wrap.is-compact .sticky-brand img {
  width: 28px;
  height: 28px;
}

.nav-link:hover {
  background: rgba(36, 87, 239, 0.08);
}

.nav-link.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #2f66e6, #4d7fff);
  box-shadow: 0 12px 24px rgba(36, 87, 239, 0.22);
}

.showcase-shell {
  width: var(--page-card-width);
  max-width: 1180px !important;
}

.content-card {
  position: relative;
  padding: 2rem 2.2rem 2.1rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(113, 148, 214, 0.16);
  box-shadow: 0 22px 54px rgba(42, 74, 138, 0.09);
}

.section-card-accent {
  width: 168px;
  height: 5px;
  margin-bottom: 1.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f66e6 0%, #19b5a3 100%);
}

.section-card-title {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: #2044a3;
  font-family: "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.24rem;
  font-weight: 700;
}

.section-card-dot {
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2f66e6 0%, #19b5a3 100%);
  flex: 0 0 auto;
}

.section-card-text {
  margin: 1.15rem 0 0;
  color: #314766;
  font-size: 1.08rem;
  line-height: 1.78;
}

.figure-frame-card {
  max-width: var(--media-card-width);
  margin: 1.4rem auto 0;
  border-radius: 22px;
  overflow: hidden;
}

.paper-caption-wide {
  max-width: var(--media-card-width);
  margin-left: auto;
  margin-right: auto;
}

.overview-note-grid,
.benchmark-highlight-grid,
.benchmark-support-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.overview-note-grid,
.benchmark-support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.benchmark-highlight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.note-card,
.benchmark-highlight-card {
  padding: 1.25rem 1.35rem;
  border-radius: 20px;
  border: 1px solid rgba(36, 87, 239, 0.08);
  background: linear-gradient(180deg, rgba(252, 254, 255, 0.98), rgba(241, 246, 255, 0.92));
  box-shadow: 0 12px 24px rgba(54, 78, 136, 0.08);
}

.note-card h3,
.benchmark-highlight-card h3,
.benchmark-block h3 {
  margin: 0 0 0.7rem;
  font-family: "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.02rem;
  color: #2044a3;
}

.note-card p,
.benchmark-highlight-card p,
.benchmark-note {
  margin: 0;
  color: #5f6d7d;
  font-size: 1rem;
  line-height: 1.68;
}

.benchmark-note {
  margin-top: 1.15rem;
}

.benchmark-block {
  margin-top: 1.6rem;
}

.benchmark-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.benchmark-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: rgba(231, 239, 255, 0.78);
  color: #2044a3;
  font-family: "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
}

.benchmark-table-wrap {
  overflow-x: auto;
  margin-top: 0.9rem;
  border-radius: 20px;
  border: 1px solid rgba(36, 87, 239, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.benchmark-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  font-size: 0.94rem;
  color: #31435f;
}

.benchmark-table th,
.benchmark-table td {
  padding: 0.82rem 0.85rem;
  border-bottom: 1px solid rgba(36, 87, 239, 0.08);
  text-align: center;
  white-space: nowrap;
}

.benchmark-table th:first-child,
.benchmark-table td:first-child {
  text-align: left;
}

.benchmark-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgba(238, 244, 255, 0.96);
  color: #2044a3;
  font-family: "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 700;
}

.benchmark-table tbody tr:last-child td,
.benchmark-table tbody tr:last-child th {
  border-bottom: 0;
}

.benchmark-table .group-head th {
  background: rgba(232, 240, 255, 0.98);
  color: #2044a3;
  text-align: center;
  font-family: "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
}

.benchmark-table .focus-row td {
  background: linear-gradient(90deg, rgba(244, 248, 255, 0.92), rgba(239, 246, 255, 0.92));
}

.benchmark-table .best-cell {
  background: rgba(36, 87, 239, 0.08);
  color: #173887;
  font-weight: 700;
}

.overview-positioning-block {
  margin-top: 1.7rem;
}

.comparison-table-wrap {
  overflow-x: auto;
  margin-top: 0.95rem;
  border-radius: 20px;
  border: 1px solid rgba(36, 87, 239, 0.08);
  background: rgba(255, 255, 255, 0.94);
}

.comparison-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  font-size: 0.93rem;
  color: #31435f;
}

.comparison-table th,
.comparison-table td {
  padding: 0.8rem 0.78rem;
  border-bottom: 1px solid rgba(36, 87, 239, 0.08);
  text-align: center;
  white-space: nowrap;
}

.comparison-table th:first-child,
.comparison-table td:first-child,
.comparison-table th:nth-child(3),
.comparison-table td:nth-child(3) {
  text-align: left;
}

.comparison-table thead th {
  background: rgba(238, 244, 255, 0.96);
  color: #2044a3;
  font-family: "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 700;
}

.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-table .focus-row td {
  background: linear-gradient(90deg, rgba(228, 241, 255, 0.98), rgba(236, 248, 255, 0.96));
  color: #173887;
  font-weight: 700;
}

.benchmark-caption {
  margin: 0.9rem 0 0;
  color: #5f6d7d;
  font-size: 0.96rem;
  line-height: 1.65;
  text-align: center;
}

.benchmark-support-grid-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-surface {
  background: rgba(255, 255, 255, 0.56);
  border-top: 1px solid rgba(36, 49, 64, 0.06);
  border-bottom: 1px solid rgba(36, 49, 64, 0.06);
}

.teaser-section {
  padding-top: 1rem;
}

.figure-frame {
  padding: 1rem;
  border: 1px solid rgba(36, 49, 64, 0.1);
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(36, 49, 64, 0.08);
}

.figure-frame-wide {
  margin-top: 1rem;
}

.paper-figure {
  display: block;
  width: 100%;
  height: auto;
}

.paper-caption {
  margin-top: 0.8rem;
  color: #5f6d7d;
  line-height: 1.7;
  text-align: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.stat-card {
  padding: 1rem 0.9rem;
  border: 1px solid rgba(36, 49, 64, 0.09);
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.stat-number {
  display: block;
  font-family: "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #203652;
}

.stat-label {
  display: block;
  margin-top: 0.3rem;
  color: #617286;
  font-size: 0.95rem;
}

.overview-copy,
.figure-row {
  margin-top: 2rem;
}

.info-card,
.task-card,
.highlight-card,
.finding-card {
  height: 100%;
  padding: 1.35rem;
  border: 1px solid rgba(36, 49, 64, 0.1);
  background: rgba(255, 255, 255, 0.84);
}

.info-card h3,
.task-card h3,
.highlight-card h3,
.finding-card h3 {
  margin-bottom: 0.65rem;
  font-size: 1.05rem;
  color: #203652;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.section-heading p {
  color: #5f6d7d;
  line-height: 1.75;
}

.task-grid,
.results-highlight-grid,
.findings-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.task-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.results-highlight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.findings-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.8rem;
}

pre {
  background: #10192b;
  color: #f8fbff;
  border-radius: 0;
  padding: 1rem;
  overflow-x: auto;
  font-size: 0.94rem;
  line-height: 1.65;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.footer {
  background: transparent;
  color: #5f6d7d;
}

.bibtex-card {
  max-width: var(--page-card-width);
  margin-left: auto;
  margin-right: auto;
}

.bibtex-card pre {
  margin: 1.35rem 0 0;
  border-radius: 22px;
  border: 1px solid rgba(39, 67, 122, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.contact-list {
  display: grid;
  gap: 2rem;
  margin-top: 1.35rem;
}

.contact-entry {
  text-align: left;
}

.contact-name {
  margin: 0;
  color: #65748a;
  font-size: 1rem;
  line-height: 1.45;
}

.contact-email {
  margin: 0.35rem 0 0;
  font-family: "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.5;
}

.contact-email a {
  color: #2044a3;
}

.contact-email a:hover {
  color: #173887;
}

.institution-footer {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.institution-shell {
  width: var(--page-card-width);
  max-width: 1180px !important;
}

.institution-band {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.08fr) minmax(0, 1.3fr);
  gap: 2.35rem;
  align-items: center;
  padding: 1.9rem 2.9rem;
  border: 1px solid rgba(76, 122, 206, 0.12);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(231, 239, 255, 0.94), rgba(223, 234, 253, 0.9));
  box-shadow: 0 18px 42px rgba(50, 88, 155, 0.08);
}

.institution-item {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  justify-content: flex-start;
  min-width: 0;
}

.institution-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 74px;
  height: 74px;
  padding: 0;
  overflow: hidden;
}

.institution-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.institution-logo-wide {
  width: 98px;
}

.institution-logo-academy {
  width: 96px;
  height: 78px;
}

.institution-copy {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.institution-title {
  margin: 0;
  font-family: "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.28;
  white-space: nowrap;
}

.institution-title a {
  color: #1f46a4;
}

.institution-title a:hover {
  color: #173887;
}

.institution-subtitle {
  margin: 0.28rem 0 0;
  color: #617089;
  font-size: 0.82rem;
  line-height: 1.45;
}

@media screen and (max-width: 1180px) {
  .stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sticky-nav-wrap {
    width: min(92vw, 1100px);
  }

  .showcase-shell {
    width: min(92vw, 1100px);
  }

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

  .benchmark-support-grid-wide {
    grid-template-columns: 1fr;
  }

  .institution-shell {
    width: min(92vw, 1100px);
  }

  .institution-band {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.45rem 1.5rem;
  }

  .institution-item {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 900px) {
  .overview-note-grid,
  .benchmark-support-grid {
    grid-template-columns: 1fr;
  }

  .benchmark-chip-row {
    gap: 0.6rem;
  }

  .benchmark-chip {
    min-height: 34px;
    font-size: 0.9rem;
  }

  .task-grid,
  .results-highlight-grid,
  .findings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .hero-paper .hero-body {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .publication-subtitle {
    max-width: 24ch;
    font-size: 1.45rem;
  }

  .publication-title {
    gap: 0.16em;
    padding: 0.22em 0.34em 0.22em 0.22em;
    font-size: clamp(2.2rem, 8vw, 3.2rem) !important;
  }

  .title-logo {
    width: clamp(2.4rem, 8vw, 3.1rem);
    height: clamp(2.4rem, 8vw, 3.1rem);
    padding: 0.28rem;
    border-radius: 18px;
  }

  .sticky-nav-wrap {
    top: 10px;
    width: min(94vw, 760px);
    margin-bottom: 1.3rem;
  }

  .sticky-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
    padding: 10px;
  }

  .sticky-nav::-webkit-scrollbar {
    display: none;
  }

  .sticky-nav-wrap.is-compact .sticky-brand {
    width: 144px;
  }

  .sticky-nav-wrap.is-compact .nav-link {
    font-size: 0.96rem;
  }

  .sticky-nav-wrap.is-compact .sticky-brand-name {
    font-size: 1rem;
  }

  .paper-abstract-card {
    padding: 1.35rem 1.2rem 1.45rem;
    border-radius: 24px;
  }

  .paper-abstract-accent {
    width: 118px;
    height: 4px;
    margin-bottom: 1rem;
  }

  .paper-abstract-title {
    gap: 0.6rem;
    margin-bottom: 0.9rem;
    font-size: 1.05rem;
  }

  .paper-abstract-dot {
    width: 11px;
    height: 11px;
  }

  .paper-abstract-text {
    font-size: 1rem;
    line-height: 1.72;
  }

  .showcase-shell {
    width: min(94vw, 760px);
  }

  .content-card {
    padding: 1.3rem 1.15rem 1.4rem;
    border-radius: 24px;
  }

  .section-card-accent {
    width: 118px;
    height: 4px;
    margin-bottom: 1rem;
  }

  .section-card-title {
    gap: 0.6rem;
    font-size: 1.05rem;
  }

  .section-card-dot {
    width: 11px;
    height: 11px;
  }

  .section-card-text,
  .note-card p,
  .benchmark-highlight-card p,
  .benchmark-note {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .stats-grid,
  .task-grid,
  .results-highlight-grid,
  .findings-grid {
    grid-template-columns: 1fr;
  }

  .institution-shell {
    width: min(94vw, 760px);
  }

  .contact-list {
    gap: 1.6rem;
  }

  .contact-name {
    font-size: 0.96rem;
  }

  .contact-email {
    font-size: 1rem;
  }

  .institution-band {
    padding: 1.2rem;
    border-radius: 24px;
  }

  .figure-frame {
    padding: 0.7rem;
  }
}
