:root {
  --color-deep: #001d3d;
  --color-brand: #1d4ed8;
  --color-info: #3b82f6;
  --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-text: #0f172a;
  --color-body: #334155;
  --color-muted: #64748b;
  --color-border: #e2e8f0;
  --color-border-soft: #f1f5f9;
  --color-page: #ffffff;
  --color-section: #f8fafc;
  --color-blue-soft: #eff6ff;
  --max-width: 1152px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 8px;
  --radius-xl: 8px;
  --shadow-card: 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --type-hero: 43px;
  --type-page-title: 36px;
  --type-section: 25px;
  --type-subsection: 18px;
  --type-body: 16px;
  --type-small: 14px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
  background: var(--color-page);
  color: var(--color-body);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", "Noto Sans SC",
    system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--type-body);
  line-height: 1.68;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  max-width: 100%;
}

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-hover);
  color: var(--color-text);
  padding: 10px 14px;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--color-brand), var(--color-deep));
}

.container {
  width: min(calc(100% - 48px), var(--max-width));
  margin-inline: auto;
}

h1,
h2,
h3,
p,
li,
strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.section {
  padding: 60px 0;
}

.section--muted {
  background: var(--color-section);
}

.section--tight {
  padding: 44px 0;
}

.section--priority {
  padding: 34px 0 50px;
  background: var(--color-deep);
  color: #ffffff;
}

.section--priority .eyebrow {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #bfdbfe;
}

.section--priority .section-header h2,
.section--priority .section-header p {
  color: #ffffff;
}

.section--priority .section-header p {
  color: rgba(255, 255, 255, 0.72);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-brand);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 12px;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--color-success);
}

.topbar {
  background: var(--color-deep);
  color: #ffffff;
  font-size: 12px;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 34px;
}

.topbar__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.88);
}

.topbar__dot {
  width: 8px;
  height: 8px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 3px;
}

.language-toggle button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px;
}

.language-toggle button.is-active {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: rgba(255, 255, 255, 0.92);
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .site-header {
    background: rgba(255, 255, 255, 0.76);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 208px;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--color-deep);
  box-shadow: var(--shadow-card);
  color: #ffffff;
  font-weight: 900;
}

.brand__name {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
}

.brand__tagline {
  color: var(--color-muted);
  font-size: 11px;
  line-height: 1.25;
  margin-top: 2px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #475569;
  font-size: 14px;
  font-weight: 600;
}

.nav a {
  border-radius: var(--radius-sm);
  padding: 10px 9px;
  transition: color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.nav a:hover,
.nav a.is-active {
  background: var(--color-blue-soft);
  color: var(--color-brand);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #ffffff;
  color: var(--color-text);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle span::before {
  transform: translateY(-6px);
}

.menu-toggle span::after {
  transform: translateY(4px);
}

.menu-toggle[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span::before {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span::after {
  transform: translateY(-2px) rotate(-90deg);
}

.mobile-nav {
  display: none;
  border-top: 1px solid var(--color-border-soft);
  background: #ffffff;
}

.mobile-nav.is-open {
  display: block;
}

.mobile-nav__inner {
  display: grid;
  gap: 4px;
  padding: 12px 0 18px;
}

.mobile-nav a {
  border-radius: var(--radius-md);
  color: var(--color-body);
  font-size: 15px;
  font-weight: 700;
  padding: 11px 12px;
}

.mobile-nav a.is-active {
  background: var(--color-blue-soft);
  color: var(--color-brand);
}

.hero {
  overflow: hidden;
  border-bottom: 1px solid var(--color-border-soft);
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.86), rgba(255, 255, 255, 0.94) 52%),
    #ffffff;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 48px;
  align-items: center;
  min-height: 560px;
  padding: 54px 0;
}

.hero__grid > *,
.section-header > *,
.grid > *,
.module-grid > *,
.snapshot > * {
  min-width: 0;
}

.hero h1,
.page-hero h1 {
  margin: 16px 0 0;
  color: var(--color-text);
  font-size: var(--type-hero);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.12;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.hero-brand {
  display: block;
  color: var(--color-deep);
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}

.hero-subbrand {
  display: block;
  color: var(--color-brand);
  font-size: 0.72em;
  margin-top: 8px;
}

.page-hero h1 {
  font-size: var(--type-page-title);
}

.hero h1 .zh,
.page-hero h1 .zh {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}

.hero__lead,
.page-hero__lead {
  color: var(--color-body);
  font-size: 17px;
  line-height: 1.72;
  margin: 18px 0 0;
  max-width: 680px;
  overflow-wrap: anywhere;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease,
    border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--color-deep);
  box-shadow: var(--shadow-card);
  color: #ffffff;
}

.button--secondary {
  border-color: var(--color-border);
  background: #ffffff;
  color: var(--color-text);
}

.button--ghost {
  border-color: transparent;
  background: var(--color-blue-soft);
  color: var(--color-brand);
}

.metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--color-border);
  color: var(--color-body);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  padding: 8px 12px;
}

.pill--blue {
  border-color: #bfdbfe;
  background: var(--color-blue-soft);
  color: #1e40af;
}

.pill--green {
  border-color: #a7f3d0;
  background: #ecfdf5;
  color: #047857;
}

.hero-visual,
.figure-panel {
  position: relative;
  min-width: 0;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.hero-visual {
  min-height: 420px;
  padding: 24px;
}

.hero-image-panel {
  position: relative;
  min-width: 0;
  min-height: 404px;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: var(--color-deep);
}

.hero-image-panel picture {
  display: block;
  height: 100%;
}

.hero-image-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 404px;
  object-fit: cover;
}

.hero-image-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 29, 61, 0.06), rgba(0, 29, 61, 0.46)),
    linear-gradient(90deg, rgba(0, 29, 61, 0.28), transparent 48%);
}

.image-signal {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--color-text);
  box-shadow: var(--shadow-card);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  padding: 9px 12px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.image-signal span:first-child {
  color: var(--color-brand);
  font-size: 11px;
}

.image-signal--one {
  left: 22px;
  top: 22px;
}

.image-signal--two {
  right: 22px;
  top: 126px;
}

.image-signal--three {
  right: 22px;
  bottom: 110px;
}

.hero-image-caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 29, 61, 0.78);
  color: #ffffff;
  padding: 16px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.hero-image-caption strong,
.hero-image-caption span {
  display: block;
}

.hero-image-caption strong {
  font-size: 14px;
  font-weight: 850;
}

.hero-image-caption span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.55;
  margin-top: 5px;
}

.coastal-system {
  position: relative;
  min-height: 372px;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px),
    #f8fafc;
  background-size: 32px 32px;
}

.coastal-system__band {
  position: absolute;
  left: 0;
  right: 0;
  padding: 22px;
}

.coastal-system__band strong {
  display: block;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 850;
}

.coastal-system__band span {
  display: block;
  color: var(--color-muted);
  font-size: 12px;
  margin-top: 4px;
}

.coastal-system__band--land {
  top: 0;
  height: 35%;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.14), rgba(240, 253, 244, 0.72));
}

.coastal-system__band--shore {
  top: 34%;
  height: 20%;
  background: repeating-linear-gradient(
    135deg,
    rgba(245, 158, 11, 0.18),
    rgba(245, 158, 11, 0.18) 10px,
    rgba(255, 251, 235, 0.8) 10px,
    rgba(255, 251, 235, 0.8) 20px
  );
}

.coastal-system__band--sea {
  bottom: 0;
  height: 47%;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.18), rgba(239, 246, 255, 0.84));
}

.signal-card {
  position: absolute;
  right: 22px;
  width: min(250px, calc(100% - 44px));
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-card);
  padding: 16px;
}

.signal-card:nth-of-type(4) {
  top: 24px;
}

.signal-card:nth-of-type(5) {
  top: 146px;
}

.signal-card:nth-of-type(6) {
  bottom: 14px;
}

.signal-card__label {
  color: var(--color-brand);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.signal-card__title {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 850;
  margin-top: 5px;
}

.signal-card__text {
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.5;
  margin-top: 4px;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
  margin-bottom: 24px;
}

.section-header h2 {
  margin: 10px 0 0;
  color: var(--color-text);
  font-size: var(--type-section);
  font-weight: 820;
  line-height: 1.28;
}

.section-header h1 {
  margin: 10px 0 0;
  color: var(--color-text);
  font-size: var(--type-page-title);
  font-weight: 820;
  line-height: 1.18;
}

.section-header p {
  max-width: 720px;
  color: var(--color-muted);
  font-size: var(--type-body);
  line-height: 1.68;
  margin: 12px 0 0;
}

.grid {
  display: grid;
  gap: 20px;
}

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

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

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

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.module-card {
  min-height: 196px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 20px;
  transition: transform 0.22s ease, background 0.22s ease,
    border-color 0.22s ease;
}

.module-card:hover {
  transform: translateY(-3px);
  border-color: rgba(191, 219, 254, 0.42);
  background: rgba(255, 255, 255, 0.12);
}

.module-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(191, 219, 254, 0.18);
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 900;
}

.module-card h3 {
  font-size: var(--type-subsection);
  line-height: 1.35;
  margin: 34px 0 0;
}

.module-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.62;
  margin: 10px 0 0;
}

.card {
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 22px;
  transition: transform 0.24s ease, box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.card:hover {
  border-color: var(--color-border);
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
}

.card--accent {
  border-color: #dbeafe;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.card--muted {
  background: var(--color-section);
}

.card__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--color-blue-soft);
  color: var(--color-brand);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.card h3 {
  color: var(--color-text);
  font-size: var(--type-subsection);
  font-weight: 850;
  line-height: 1.32;
  margin: 16px 0 0;
}

.card p {
  color: var(--color-muted);
  font-size: 15.5px;
  line-height: 1.64;
  margin: 10px 0 0;
}

.card ul,
.article ul {
  color: var(--color-body);
  margin: 14px 0 0;
  padding-left: 20px;
}

.card li {
  color: var(--color-muted);
  font-size: 15.5px;
  line-height: 1.62;
  margin: 6px 0;
}

.card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-brand);
  font-size: 13px;
  font-weight: 850;
  margin-top: 18px;
}

.evidence-ref {
  color: var(--color-ink);
  font-size: 15.5px;
  font-weight: 750;
  line-height: 1.55;
  margin-top: 16px;
}

.region-entry {
  min-height: 250px;
}

.region-entry .card__icon {
  background: #ecfdf5;
  color: #047857;
}

.snapshot {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: stretch;
}

.snapshot__main {
  border-radius: var(--radius-xl);
  background: var(--color-deep);
  color: #ffffff;
  padding: 28px;
}

.snapshot__main h2,
.snapshot__main p {
  color: inherit;
}

.snapshot__main p {
  color: rgba(255, 255, 255, 0.82);
}

.snapshot__facts {
  display: grid;
  gap: 14px;
}

.fact {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.9)),
    #ffffff;
  padding: 18px;
}

.fact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 24%, rgba(59, 130, 246, 0.12), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(16, 185, 129, 0.1), transparent 24%),
    linear-gradient(120deg, transparent 0 42%, rgba(29, 78, 216, 0.06) 42% 44%, transparent 44% 100%);
  pointer-events: none;
}

.fact > * {
  position: relative;
}

.fact strong {
  display: block;
  color: var(--color-text);
  font-size: 21px;
  line-height: 1.2;
}

.fact span {
  display: block;
  color: var(--color-muted);
  font-size: 13px;
  margin-top: 6px;
}

.stat-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92)),
    #ffffff;
  box-shadow: var(--shadow-card);
  padding: 22px;
}

.stat-card::before,
.stat-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.stat-card::before {
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(29, 78, 216, 0.12), transparent 28%),
    linear-gradient(135deg, transparent 0 52%, rgba(59, 130, 246, 0.08) 52% 54%, transparent 54% 100%);
}

.stat-card::after {
  right: 0;
  bottom: 0;
  width: 132px;
  height: 104px;
  opacity: 0.55;
  background:
    repeating-radial-gradient(ellipse at center, rgba(0, 29, 61, 0.12) 0 1px, transparent 1px 9px),
    linear-gradient(110deg, rgba(16, 185, 129, 0.12), rgba(59, 130, 246, 0.06));
  transform: none;
}

.stat-card:nth-child(2)::before {
  background:
    radial-gradient(circle at 20% 18%, rgba(16, 185, 129, 0.14), transparent 30%),
    linear-gradient(135deg, transparent 0 48%, rgba(16, 185, 129, 0.09) 48% 50%, transparent 50% 100%);
}

.stat-card:nth-child(3)::before {
  background:
    radial-gradient(circle at 18% 20%, rgba(14, 165, 233, 0.13), transparent 29%),
    linear-gradient(135deg, transparent 0 50%, rgba(14, 165, 233, 0.08) 50% 52%, transparent 52% 100%);
}

.stat-card:nth-child(4)::before {
  background:
    radial-gradient(circle at 20% 18%, rgba(245, 158, 11, 0.12), transparent 28%),
    linear-gradient(135deg, transparent 0 50%, rgba(245, 158, 11, 0.08) 50% 52%, transparent 52% 100%);
}

.stat-card > * {
  position: relative;
  z-index: 1;
}

.stat-card strong {
  display: block;
  color: var(--color-deep);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.stat-card span {
  display: block;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.55;
  margin-top: 10px;
}

.insight-panel {
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.9), rgba(255, 255, 255, 0.94)),
    #ffffff;
  box-shadow: var(--shadow-card);
  padding: 30px;
}

.insight-panel h3 {
  color: var(--color-text);
  font-size: 19px;
  line-height: 1.38;
  margin: 0;
}

.insight-panel p {
  color: var(--color-body);
  font-size: 16px;
  line-height: 1.72;
  margin: 14px 0 0;
}

.compact-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.compact-list span {
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--color-body);
  font-size: 13px;
  font-weight: 800;
  padding: 10px 12px;
}

.page-hero {
  border-bottom: 1px solid var(--color-border-soft);
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.92), rgba(255, 255, 255, 0.96) 58%),
    #ffffff;
  padding: 58px 0 50px;
}

.page-hero--with-visual {
  padding: 42px 0 44px;
}

.page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 44px;
  align-items: center;
}

.page-hero__copy {
  min-width: 0;
}

.page-hero__visual {
  position: relative;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.page-hero__visual picture,
.page-hero__visual img {
  display: block;
  width: 100%;
}

.page-hero__visual img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

.page-hero__visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 47, 73, 0) 58%, rgba(8, 47, 73, 0.58));
  content: "";
}

.page-hero__visual figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1.45;
}

.page-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.roadmap {
  position: relative;
  display: grid;
  gap: 18px;
}

.roadmap::before {
  position: absolute;
  left: 22px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: var(--color-border);
  content: "";
}

.roadmap-item {
  position: relative;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
}

.roadmap-item__year {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--color-deep);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  z-index: 1;
}

.question-diagram,
.framework-diagram,
.region-map,
.outcome-stack {
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 26px;
}

.question-diagram {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.question-diagram__center {
  grid-column: 1 / -1;
  border-radius: 8px;
  background: var(--color-deep);
  color: #ffffff;
  padding: 24px;
  text-align: center;
}

.question-diagram__center strong {
  display: block;
  font-size: 22px;
}

.question-diagram__center span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 6px;
}

.diagram-node {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-section);
  padding: 20px;
}

.diagram-node strong {
  display: block;
  color: var(--color-text);
  font-size: 16px;
}

.diagram-node span {
  display: block;
  color: var(--color-muted);
  font-size: 13px;
  margin-top: 8px;
}

.scientific-figure {
  display: grid;
  grid-template-columns: 1fr;
  min-width: 0;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.scientific-figure__media {
  display: grid;
  place-items: center;
  min-width: 0;
  background: var(--color-section);
  padding: 18px;
}

.scientific-figure__media picture {
  display: block;
  min-width: 0;
  width: 100%;
}

.scientific-figure__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #ffffff;
}

.scientific-figure__caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--color-border-soft);
  padding: 26px;
}

.scientific-figure__caption h2 {
  color: var(--color-text);
  font-size: 25px;
  font-weight: 820;
  line-height: 1.32;
  margin: 14px 0 0;
}

.scientific-figure__caption p {
  color: var(--color-body);
  font-size: 16px;
  line-height: 1.68;
  margin: 14px 0 0;
}

.caption-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.caption-list span {
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: var(--color-section);
  color: var(--color-body);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.42;
  padding: 10px 12px;
}

.question-card {
  min-height: 360px;
}

.research-axis-list {
  display: grid;
  gap: 18px;
}

.research-axis {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 22px;
}

.research-axis__number {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: var(--color-deep);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.research-axis h3 {
  color: var(--color-text);
  font-size: 19px;
  line-height: 1.34;
  margin: 0;
}

.research-axis p {
  color: var(--color-body);
  font-size: 16px;
  line-height: 1.68;
  margin: 12px 0 0;
}

.axis-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.axis-tags span {
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: var(--color-blue-soft);
  color: #1e40af;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  padding: 8px 10px;
}

.data-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.data-strip span {
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  color: var(--color-body);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
  min-height: 72px;
  padding: 16px;
}

.process-chain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-chain--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-step {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 22px;
}

.process-step::after {
  position: absolute;
  right: 0;
  top: 42px;
  width: 14px;
  height: 2px;
  background: var(--color-border);
  content: "";
}

.process-step:last-child::after {
  display: none;
}

.process-step strong {
  display: inline-flex;
  border-radius: 999px;
  background: var(--color-blue-soft);
  color: var(--color-brand);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 8px 10px;
}

.process-step h3 {
  color: var(--color-text);
  font-size: 17px;
  line-height: 1.4;
  margin: 18px 0 0;
}

.process-step p {
  color: var(--color-muted);
  font-size: 15.5px;
  line-height: 1.7;
  margin: 10px 0 0;
}

.section-action {
  margin-top: 26px;
}

.method-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.method-cell {
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 22px;
}

.method-cell strong {
  display: block;
  color: var(--color-text);
  font-size: 17px;
  line-height: 1.4;
}

.method-cell p {
  color: var(--color-muted);
  font-size: 15.5px;
  line-height: 1.75;
  margin: 10px 0 0;
}

.framework-diagram {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.framework-diagram__axis,
.framework-diagram__support {
  border-radius: 8px;
  background: var(--color-section);
  padding: 20px;
}

.framework-diagram h3,
.region-map h3,
.outcome-stack h3 {
  color: var(--color-text);
  font-size: 17px;
  margin: 0 0 12px;
}

.method-list {
  display: grid;
  gap: 10px;
}

.method-list span {
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-body);
  font-size: 13px;
  font-weight: 800;
  padding: 9px 12px;
}

.region-map {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: stretch;
}

.region-map__visual {
  display: grid;
  gap: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #eff6ff, #f8fafc);
  padding: 22px;
}

.region-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-text);
  font-size: 13px;
  font-weight: 850;
  padding: 12px 14px;
}

.region-strip::after {
  width: 42px;
  height: 6px;
  border-radius: 999px;
  background: var(--color-brand);
  content: "";
}

.region-profile-list {
  display: grid;
  gap: 20px;
}

.region-profile {
  --region-color: var(--color-brand);
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  overflow: hidden;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 24px;
}

.region-profile::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--region-color);
  content: "";
}

.region-profile--bohai {
  --region-color: #2563eb;
}

.region-profile--yangtze {
  --region-color: #059669;
}

.region-profile--strait {
  --region-color: #f59e0b;
}

.region-profile--gba {
  --region-color: #dc2626;
}

.region-profile__number {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: var(--region-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.region-profile__body {
  min-width: 0;
}

.region-profile__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
  gap: 22px;
  align-items: start;
}

.region-profile__name {
  display: block;
  color: var(--region-color);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.24;
  letter-spacing: 0;
}

.region-profile h3 {
  color: var(--color-text);
  font-size: 21px;
  line-height: 1.34;
  margin: 10px 0 0;
}

.region-profile p {
  color: var(--color-body);
  font-size: 16px;
  line-height: 1.68;
  margin: 16px 0 0;
}

.region-profile__visual {
  overflow: hidden;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: var(--color-section);
  box-shadow: var(--shadow-card);
  margin: 18px 0 0;
}

.region-profile__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.region-profile__visual figcaption {
  border-top: 1px solid var(--color-border-soft);
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
  margin: 0;
  padding: 10px 12px;
}

.region-profile__meta {
  display: grid;
  gap: 10px;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: var(--color-section);
  padding: 14px;
}

.region-profile__meta span {
  color: var(--color-body);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.48;
}

.region-profile__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 22px;
  border-top: 1px solid var(--color-border-soft);
  margin-top: 18px;
  padding-top: 18px;
}

.region-profile__block strong {
  display: block;
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.4;
}

.region-profile__block ul {
  color: var(--color-body);
  margin: 10px 0 0;
  padding-left: 20px;
}

.region-profile__block li {
  color: var(--color-body);
  font-size: 15.5px;
  line-height: 1.64;
  margin: 7px 0;
}

.region-profile__block p {
  color: var(--color-muted);
  font-size: 15.5px;
  line-height: 1.64;
  margin-top: 10px;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.source-links a {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--color-brand);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  padding: 8px 10px;
}

.reference-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reference-list li {
  border-left: 4px solid var(--color-brand);
  border-radius: 8px;
  background: var(--color-section);
  color: var(--color-body);
  font-size: 14px;
  line-height: 1.6;
  padding: 14px 16px;
}

.reference-list a {
  color: var(--color-text);
  font-weight: 750;
}

.status-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 28px;
  align-items: center;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.92), rgba(255, 255, 255, 0.96)),
    #ffffff;
  box-shadow: var(--shadow-card);
  padding: 26px;
}

.status-panel h2 {
  color: var(--color-text);
  font-size: 27px;
  line-height: 1.28;
  margin: 16px 0 0;
}

.status-panel p {
  color: var(--color-body);
  font-size: 16px;
  line-height: 1.68;
  margin: 14px 0 0;
}

.status-panel__facts {
  display: grid;
  gap: 12px;
}

.status-panel__facts > span {
  display: grid;
  gap: 5px;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.55;
  padding: 14px;
}

.status-panel__facts strong {
  color: var(--color-deep);
  font-size: 15px;
  line-height: 1.2;
}

.outcome-lane-list {
  display: grid;
  gap: 18px;
}

.outcome-lane {
  --outcome-color: var(--color-brand);
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  overflow: hidden;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 22px;
}

.outcome-lane::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--outcome-color);
  content: "";
}

.outcome-lane--theory {
  --outcome-color: #2563eb;
}

.outcome-lane--tech {
  --outcome-color: #059669;
}

.outcome-lane__index {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: var(--outcome-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.outcome-lane h3 {
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.34;
  margin: 0;
}

.outcome-lane p {
  color: var(--color-body);
  font-size: 16px;
  line-height: 1.68;
  margin: 12px 0 0;
}

.deliverable-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.deliverable-cell {
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  min-height: 168px;
  padding: 20px;
}

.deliverable-cell strong {
  display: block;
  color: var(--color-text);
  font-size: 17px;
  line-height: 1.4;
}

.deliverable-cell p {
  color: var(--color-muted);
  font-size: 15.5px;
  line-height: 1.64;
  margin: 10px 0 0;
}

.outcome-stack {
  display: grid;
  gap: 14px;
}

.outcome-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: var(--color-section);
  padding: 16px;
}

.outcome-row strong {
  color: var(--color-text);
  font-size: 15px;
}

.outcome-row span {
  color: var(--color-muted);
  font-size: 13px;
}

.list-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.filter-button {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--color-body);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 13px;
}

.filter-button.is-active {
  border-color: #bfdbfe;
  background: var(--color-blue-soft);
  color: var(--color-brand);
}

.release-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.release-type-card {
  position: relative;
  overflow: hidden;
  min-height: 236px;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94)),
    #ffffff;
  box-shadow: var(--shadow-card);
  padding: 22px;
}

.release-type-card::before,
.release-type-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.release-type-card::before {
  inset: 0;
  opacity: 0.88;
  background:
    radial-gradient(circle at 18% 16%, rgba(29, 78, 216, 0.12), transparent 28%),
    linear-gradient(135deg, transparent 0 46%, rgba(59, 130, 246, 0.08) 46% 48%, transparent 48% 100%);
}

.release-type-card::after {
  right: -34px;
  bottom: -28px;
  width: 170px;
  height: 132px;
  opacity: 0.58;
  background:
    repeating-linear-gradient(0deg, rgba(0, 29, 61, 0.08) 0 1px, transparent 1px 10px),
    repeating-linear-gradient(90deg, rgba(0, 29, 61, 0.06) 0 1px, transparent 1px 10px);
  transform: rotate(-8deg);
}

.release-type-card--data::before,
.release-item--data::after {
  background:
    radial-gradient(circle at 20% 18%, rgba(16, 185, 129, 0.14), transparent 28%),
    linear-gradient(135deg, transparent 0 48%, rgba(16, 185, 129, 0.1) 48% 50%, transparent 50% 100%);
}

.release-type-card--news::after,
.release-item--news::after {
  background:
    repeating-radial-gradient(ellipse at center, rgba(14, 165, 233, 0.14) 0 1px, transparent 1px 9px),
    linear-gradient(115deg, rgba(14, 165, 233, 0.08), transparent);
}

.release-type-card--notice::after,
.release-item--notice::after,
.release-item--guide::after {
  background:
    linear-gradient(135deg, rgba(245, 158, 11, 0.12), transparent 58%),
    repeating-linear-gradient(90deg, rgba(245, 158, 11, 0.12) 0 1px, transparent 1px 12px);
}

.release-type-card > * {
  position: relative;
  z-index: 1;
}

.release-type-card__mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--color-blue-soft);
  color: var(--color-brand);
  font-size: 13px;
  font-weight: 900;
}

.release-type-card h2 {
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.35;
  margin: 58px 0 10px;
}

.release-type-card p {
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.66;
  margin: 0;
}

.recent-topic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.recent-topic-card {
  --topic-color: var(--color-brand);
  position: relative;
  overflow: hidden;
  min-height: 238px;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94)),
    #ffffff;
  box-shadow: var(--shadow-card);
  padding: 20px;
}

.recent-topic-card::before,
.recent-topic-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.recent-topic-card::before {
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, color-mix(in srgb, var(--topic-color) 14%, transparent), transparent 28%),
    linear-gradient(135deg, transparent 0 48%, color-mix(in srgb, var(--topic-color) 9%, transparent) 48% 50%, transparent 50% 100%);
}

.recent-topic-card::after {
  right: 0;
  bottom: 0;
  width: 168px;
  height: 132px;
  opacity: 0.52;
  background:
    repeating-linear-gradient(0deg, color-mix(in srgb, var(--topic-color) 12%, transparent) 0 1px, transparent 1px 10px),
    repeating-linear-gradient(90deg, rgba(0, 29, 61, 0.05) 0 1px, transparent 1px 10px);
  transform: none;
}

.recent-topic-card--guide {
  --topic-color: #2563eb;
}

.recent-topic-card--notice {
  --topic-color: #f59e0b;
}

.recent-topic-card--event {
  --topic-color: #0ea5e9;
}

.recent-topic-card--news {
  --topic-color: #059669;
}

.recent-topic-card--paper {
  --topic-color: #7c3aed;
}

.recent-topic-card--data {
  --topic-color: #0f766e;
}

.recent-topic-card > * {
  position: relative;
  z-index: 1;
}

.recent-topic-card h3 {
  margin: 34px 0 0;
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.32;
}

.recent-topic-card h3 a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 4px;
}

.recent-topic-card h3 a:hover,
.recent-topic-card h3 a:focus-visible {
  color: var(--color-brand);
  text-decoration: underline;
}

.recent-topic-card p {
  color: var(--color-muted);
  font-size: 15.5px;
  line-height: 1.66;
  margin: 10px 0 0;
}

.release-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.release-hub {
  display: block;
}

.release-list {
  display: grid;
  gap: 12px;
}

.release-side {
  display: grid;
  gap: 16px;
  align-content: start;
  min-width: 0;
}

.release-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.release-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 188px;
  height: 148px;
  opacity: 0.45;
  pointer-events: none;
  background:
    repeating-radial-gradient(ellipse at center, rgba(29, 78, 216, 0.12) 0 1px, transparent 1px 9px),
    linear-gradient(110deg, rgba(59, 130, 246, 0.08), transparent);
}

.release-item--paper::after,
.release-item--book::after {
  background:
    repeating-linear-gradient(0deg, rgba(29, 78, 216, 0.1) 0 1px, transparent 1px 9px),
    linear-gradient(120deg, rgba(29, 78, 216, 0.08), transparent);
}

.release-item--model::after {
  background:
    repeating-linear-gradient(0deg, rgba(0, 29, 61, 0.09) 0 1px, transparent 1px 10px),
    repeating-linear-gradient(90deg, rgba(16, 185, 129, 0.09) 0 1px, transparent 1px 10px);
}

.release-item[hidden] {
  display: none;
}

.release-item.is-selected {
  border-color: #bfdbfe;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.12), var(--shadow-card);
}

.release-item__button {
  position: relative;
  z-index: 1;
  display: grid;
  box-sizing: border-box;
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 18px;
  text-align: left;
}

.release-item__button:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.32);
  outline-offset: -3px;
}

.release-item__type {
  width: fit-content;
  border-radius: 999px;
  background: var(--color-blue-soft);
  color: var(--color-brand);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  padding: 7px 10px;
}

.release-item h3 {
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.4;
  margin: 14px 0 0;
}

.release-item__title-link {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 4px;
}

.release-item__title-link:hover,
.release-item__title-link:focus-visible {
  color: var(--color-brand);
  text-decoration: underline;
}

.release-item p {
  color: var(--color-body);
  font-size: 15.5px;
  line-height: 1.66;
  margin: 8px 0 0;
}

.release-item__meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.release-item__meta-line > span,
.release-detail__meta > span {
  border: 1px solid var(--color-border-soft);
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.86);
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
  padding: 6px 9px;
}

.release-detail {
  position: sticky;
  top: 96px;
  overflow: hidden;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.92)),
    #ffffff;
  box-shadow: var(--shadow-card);
  padding: 24px;
}

.release-detail::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 170px;
  opacity: 0.45;
  pointer-events: none;
  background:
    repeating-radial-gradient(ellipse at center, rgba(0, 29, 61, 0.12) 0 1px, transparent 1px 10px),
    linear-gradient(120deg, rgba(16, 185, 129, 0.1), transparent);
}

.release-detail > * {
  position: relative;
  z-index: 1;
}

.release-detail__type {
  width: fit-content;
  border-radius: 999px;
  background: var(--color-deep);
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  padding: 7px 10px;
}

.release-detail h2 {
  color: var(--color-text);
  font-size: var(--type-section);
  font-weight: 820;
  line-height: 1.32;
  margin: 18px 0 0;
}

.release-detail__summary,
.release-detail__body p,
.release-detail__body li {
  color: var(--color-body);
  font-size: 15.5px;
  line-height: 1.7;
}

.release-detail__summary {
  margin: 12px 0 0;
}

.release-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.release-detail__body ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.release-detail__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.release-detail__links a {
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-brand);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  padding: 8px 11px;
}

.organization-sidebar {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(236, 253, 245, 0.9)),
    #ffffff;
  box-shadow: var(--shadow-card);
  padding: 22px;
}

.organization-sidebar::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 210px;
  height: 168px;
  opacity: 0.42;
  pointer-events: none;
  background:
    repeating-linear-gradient(60deg, rgba(15, 118, 110, 0.12) 0 1px, transparent 1px 10px),
    linear-gradient(140deg, rgba(37, 99, 235, 0.08), transparent);
  content: "";
}

.organization-sidebar > * {
  position: relative;
  z-index: 1;
}

.organization-sidebar__header h2 {
  color: var(--color-text);
  font-size: 24px;
  font-weight: 820;
  line-height: 1.32;
  margin: 14px 0 0;
}

.organization-sidebar__header p {
  color: var(--color-body);
  font-size: 15.5px;
  line-height: 1.66;
  margin: 10px 0 0;
}

.organization-architecture {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.organization-architecture span {
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 999px;
  background: rgba(240, 253, 250, 0.84);
  color: #0f766e;
  font-size: 12px;
  font-weight: 820;
  line-height: 1.2;
  padding: 7px 9px;
}

.committee-link-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.committee-link-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--color-text);
  font-size: 14px;
  font-weight: 820;
  line-height: 1.35;
  padding: 11px 12px;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.committee-link-list a:hover,
.committee-link-list a:focus-visible {
  border-color: rgba(37, 99, 235, 0.35);
  color: var(--color-brand);
  transform: translateY(-1px);
}

.committee-link-list a > span:last-child {
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 850;
}

.committee-link__name {
  min-width: 0;
}

.organization-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.42fr);
  gap: 22px;
  align-items: start;
}

.organization-group-list {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.committee-section {
  scroll-margin-top: 110px;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 24px;
}

.committee-section__header {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.committee-section__header h2 {
  color: var(--color-text);
  font-size: 25px;
  font-weight: 820;
  line-height: 1.32;
  margin: 0;
}

.committee-section__header p,
.committee-section__note {
  color: var(--color-body);
  font-size: 15.5px;
  line-height: 1.7;
  margin: 0;
}

.committee-card-grid,
.committee-role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.committee-role-card {
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 0.98)),
    #ffffff;
  padding: 16px;
}

.committee-role-card strong {
  display: block;
  color: var(--color-text);
  font-size: 15.5px;
  line-height: 1.35;
}

.committee-role-card span {
  display: block;
  color: var(--color-body);
  font-size: 14px;
  line-height: 1.55;
  margin-top: 7px;
}

.expert-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.expert-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  padding: 14px;
}

a.expert-card {
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a.expert-card:hover,
a.expert-card:focus-visible {
  border-color: rgba(37, 99, 235, 0.32);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
  transform: translateY(-1px);
}

.expert-card__avatar {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--color-blue-soft);
  color: var(--color-brand);
  font-size: 14px;
  font-weight: 850;
}

.expert-card h3 {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}

.expert-card p {
  color: var(--color-body);
  font-size: 14px;
  line-height: 1.58;
  margin: 6px 0 0;
}

.expert-card a,
.expert-card__link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--color-brand);
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
}

.expert-card__link {
  color: var(--color-muted);
}

.member-list-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.36fr);
}

.member-section {
  padding: 22px;
}

.member-list {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.member-list--compact {
  gap: 10px;
}

.member-card {
  display: grid;
  grid-template-columns: minmax(118px, 0.54fr) minmax(96px, 0.42fr) minmax(138px, 0.66fr) minmax(172px, 1fr) auto;
  gap: 14px;
  align-items: start;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(248, 250, 252, 0.9), rgba(255, 255, 255, 0.98)),
    #ffffff;
  color: inherit;
  padding: 16px;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.member-card > * {
  min-width: 0;
}

.member-card:hover,
.member-card:focus-visible {
  border-color: rgba(37, 99, 235, 0.32);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.member-card--pending {
  cursor: default;
}

.member-empty {
  border: 1px dashed rgba(148, 163, 184, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 0.98)),
    #ffffff;
  color: var(--color-body);
  padding: 18px;
}

.member-empty strong {
  display: block;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.35;
}

.member-empty p {
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.62;
  margin: 8px 0 0;
}

.member-card__name {
  color: var(--color-text);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.35;
}

.member-card__meta {
  display: grid;
  gap: 5px;
  color: var(--color-body);
  font-size: 14px;
  line-height: 1.55;
}

.member-card__meta strong {
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}

.member-card__profile {
  justify-self: end;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  color: var(--color-brand);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  padding: 8px 10px;
  white-space: nowrap;
}

.organization-index {
  position: sticky;
  top: 96px;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 20px;
}

.organization-index h2 {
  color: var(--color-text);
  font-size: 19px;
  font-weight: 820;
  margin: 0;
}

.organization-index nav {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.organization-index a {
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  color: var(--color-body);
  font-size: 13.5px;
  font-weight: 820;
  line-height: 1.35;
  padding: 10px 11px;
  text-decoration: none;
}

.organization-index a:hover,
.organization-index a:focus-visible {
  border-color: rgba(37, 99, 235, 0.35);
  color: var(--color-brand);
}

.content-list {
  display: grid;
  gap: 14px;
}

.list-item {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 20px;
  align-items: start;
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 22px;
}

.list-item__meta {
  display: grid;
  gap: 8px;
}

.list-item h3 {
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}

.list-item p {
  color: var(--color-muted);
  font-size: 15.5px;
  line-height: 1.7;
  margin: 8px 0 0;
}

.list-item__link {
  color: var(--color-brand);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 0.82fr);
  gap: 28px;
  align-items: start;
}

.article {
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 26px;
}

.article h2 {
  color: var(--color-text);
  font-size: 25px;
  font-weight: 820;
  line-height: 1.32;
  margin: 0 0 14px;
}

.article h3 {
  color: var(--color-text);
  font-size: 18px;
  margin: 28px 0 8px;
}

.article p,
.article li {
  color: var(--color-body);
  font-size: 16px;
  line-height: 1.68;
}

.article p {
  margin: 0 0 16px;
}

.article ul {
  padding-left: 20px;
}

.detail-callout {
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: var(--color-blue-soft);
  margin: 24px 0;
  padding: 20px;
}

.detail-callout strong {
  display: block;
  color: #1e40af;
  font-size: 15px;
  line-height: 1.4;
}

.detail-callout p {
  color: var(--color-body);
  font-size: 15.5px;
  line-height: 1.64;
  margin: 8px 0 0;
}

.side-panel {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
}

.meta-card {
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 20px;
}

.meta-card h3 {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.meta-card p {
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.62;
  margin: 8px 0 0;
}

.meta-row {
  display: grid;
  gap: 4px;
  border-bottom: 1px solid var(--color-border-soft);
  padding: 12px 0;
}

.meta-row:first-child {
  padding-top: 0;
}

.meta-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.meta-row span {
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 850;
}

.meta-row strong {
  color: var(--color-text);
  font-size: 14px;
}

.site-footer {
  border-top: 1px solid var(--color-border-soft);
  background: var(--color-section);
  padding: 38px 0;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer p {
  color: var(--color-muted);
  font-size: 14px;
  margin: 4px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--color-body);
  font-size: 13px;
  font-weight: 800;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--color-deep);
  box-shadow: var(--shadow-hover);
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

html[data-lang="zh"] .en,
html[data-lang="en"] .zh {
  display: none !important;
}

.lang-block {
  display: block;
}

:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.35);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex !important;
  }

  .site-header__inner {
    position: relative;
    padding-right: 54px;
  }

  .site-header__inner .menu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .page-hero__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hero-visual {
    min-height: 380px;
  }

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

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

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

  .release-type-grid,
  .recent-topic-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .release-hub {
    grid-template-columns: 1fr;
  }

  .organization-layout {
    grid-template-columns: 1fr;
  }

  .release-detail {
    position: static;
  }

  .organization-index {
    position: static;
    order: -1;
  }

  .release-type-card::after,
  .release-item::after,
  .release-detail::after {
    right: 0;
    bottom: 0;
    transform: none;
  }
}

@media (max-width: 820px) {
  :root {
    --type-hero: 31px;
    --type-page-title: 30px;
    --type-section: 24px;
    --type-subsection: 18px;
    --type-body: 16px;
  }

  .container {
    width: auto !important;
    max-width: none !important;
    margin-inline: 16px;
  }

  .section {
    padding: 44px 0;
  }

  .topbar__inner,
  .site-footer__inner,
  .section-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand {
    min-width: 0;
  }

  .brand__tagline {
    display: none;
  }

  .hero__grid {
    gap: 28px;
    padding: 42px 0;
  }

  .page-hero--with-visual {
    padding: 38px 0 40px;
  }

  .page-hero__visual {
    max-width: 680px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: var(--type-hero);
  }

  .page-hero h1 {
    font-size: var(--type-page-title);
  }

  .hero__lead,
  .page-hero__lead {
    font-size: 16px;
    line-height: 1.68;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    text-wrap: wrap;
    word-break: normal;
    overflow-wrap: anywhere;
    hyphens: none;
  }

  .hero__lead .zh,
  .page-hero__lead .zh {
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .hero__copy,
  .page-hero__copy,
  .hero__grid > *,
  .page-hero__grid > *,
  .detail-layout > *,
  .release-item,
  .release-type-card {
    min-width: 0;
    max-width: 100%;
  }

  .menu-toggle {
    display: inline-flex !important;
  }

  .site-header__inner {
    position: relative;
    padding-right: 54px;
  }

  .site-header__inner .menu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .mobile-nav {
    display: none;
  }

  .mobile-nav.is-open {
    display: block;
  }

  .mobile-nav__inner {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 8px 0 12px;
  }

  .mobile-nav a {
    font-size: 13px;
    line-height: 1.2;
    padding: 9px 10px;
    text-align: center;
  }

  .grid--2,
  .grid--3,
  .grid--4,
    .release-type-grid,
    .recent-topic-list,
  .module-grid,
  .stat-grid,
  .page-hero__grid,
  .data-strip,
  .process-chain,
  .process-chain--five,
  .method-matrix,
  .deliverable-matrix,
  .snapshot,
  .question-diagram,
  .scientific-figure,
  .framework-diagram,
  .region-map,
  .status-panel,
  .release-hub,
  .organization-layout,
  .committee-card-grid,
  .committee-role-grid,
  .expert-card-grid,
  .member-list-layout,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .member-card {
    grid-template-columns: 1fr;
  }

  .member-card__profile {
    justify-self: start;
  }

  .scientific-figure__caption {
    border-left: 0;
    border-top: 1px solid var(--color-border-soft);
  }

  .process-step::after {
    display: none;
  }

  .list-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .research-axis {
    grid-template-columns: 1fr;
  }

  .region-profile,
  .region-profile__header,
  .region-profile__grid {
    grid-template-columns: 1fr;
  }

  .region-profile {
    gap: 16px;
  }

  .outcome-lane {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .side-panel {
    position: static;
  }

  .release-detail {
    position: static;
  }

  .outcome-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  main,
  section,
  .hero,
  .page-hero,
  .site-header,
  .topbar,
  .hero__grid,
  .hero__copy,
  .hero-visual,
  .hero-image-panel {
    max-width: 100%;
  }

  .topbar__inner {
    gap: 10px;
    padding: 8px 0;
  }

  .site-header__inner {
    min-height: 60px;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
  }

  .hero__actions .button {
    width: 100%;
    max-width: 100%;
  }

  .hero h1 .zh,
  .page-hero h1 .zh,
  .hero-brand {
    word-break: break-all;
  }

  .pill .zh,
  .pill .en {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .metric-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  .pill {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .module-card {
    min-height: 0;
  }

  .module-card h3 {
    margin-top: 26px;
  }

  .hero-visual {
    min-height: 420px;
    padding: 14px;
  }

  .hero-image-panel,
  .hero-image-panel img {
    min-height: 430px;
  }

  .image-signal {
    left: 16px;
    right: auto;
    max-width: calc(100% - 32px);
  }

  .image-signal--one {
    top: 16px;
  }

  .image-signal--two {
    top: 64px;
  }

  .image-signal--three {
    top: 112px;
    bottom: auto;
  }

  .hero-image-caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .signal-card {
    left: 16px;
    right: 16px;
    width: auto;
  }

  .signal-card:nth-of-type(4) {
    top: 20px;
  }

  .signal-card:nth-of-type(5) {
    top: 148px;
  }

  .signal-card:nth-of-type(6) {
    bottom: 10px;
  }

  .coastal-system__band {
    padding: 16px;
  }

  .page-hero {
    padding: 38px 0 34px;
  }

  .card,
  .release-type-card,
  .release-detail,
  .question-diagram,
  .scientific-figure,
  .framework-diagram,
  .region-map,
  .status-panel,
  .outcome-stack,
  .article {
    border-radius: 8px;
    padding: 20px;
  }

  .release-item__button {
    padding: 20px;
  }

  .release-type-card {
    min-height: 210px;
  }

  .release-type-card h2 {
    margin-top: 42px;
  }

  .release-type-card::after,
  .release-item::after {
    right: 0;
    bottom: 0;
    transform: none;
    width: 112px;
    height: 88px;
  }

  .release-detail::after {
    right: 0;
    bottom: 0;
    transform: none;
    width: 132px;
    height: 104px;
  }

  .scientific-figure {
    padding: 0;
  }

  .scientific-figure__media,
  .scientific-figure__caption {
    padding: 18px;
  }

  .data-strip span {
    min-height: 0;
  }

  .research-axis,
  .method-cell,
  .outcome-lane,
  .deliverable-cell {
    border-radius: 8px;
    padding: 20px;
  }

  .research-axis__number,
  .outcome-lane__index {
    width: 52px;
    height: 52px;
    border-radius: 8px;
  }
}
