.report-sitebar,
.report-sitefooter {
  width: min(1240px, calc(100% - 44px));
  margin: 0 auto;
  color: #354052;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.report-sitebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 68px;
  border-bottom: 1px solid rgba(20, 33, 61, .18);
}

.report-sitebar a,
.report-sitefooter a {
  border-bottom: 0;
  color: inherit;
  text-decoration: none;
}

.report-sitebar a:focus-visible,
.report-sitefooter a:focus-visible {
  outline: 3px solid rgba(15, 118, 110, .45);
  outline-offset: 3px;
}

.report-sitebrand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: #14213d !important;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .035em;
}

.report-sitebrand::before {
  content: "";
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1px solid #d7dfe5;
  background-color: #fff;
  background-image: url("/assets/alux-mark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 21px;
}

.report-sitenav {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 750;
}

.report-sitenav > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.report-sitenav > a:hover,
.report-sitefooter a:hover {
  color: #0f766e;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 2px;
  border: 1px solid #aeb9c6;
  background: rgba(255, 255, 255, .86);
}

.language-switch a {
  display: grid;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  padding: 0 8px;
}

.language-switch a[aria-current="page"] {
  background: #14213d;
  color: #fff;
}

.report-sitefooter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 28px 0 42px;
  border-top: 1px solid rgba(20, 33, 61, .18);
  font-size: 12px;
}

.issue-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.issue-nav a,
.issue-nav span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid #c8d0d8;
  background: rgba(255, 255, 255, .72);
}

.issue-nav span {
  color: #8a94a1;
}

.lead,
.heat-summary p,
.priority-note strong,
.item p,
.signal p,
.side p,
.note,
.risc-primer p,
.risc-primer-card span,
.risc-evidence,
.sources li {
  text-wrap: pretty;
  overflow-wrap: break-word;
}

html[lang="en-US"] body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif;
}

html[lang="en-US"] .hero h1,
html[lang="en-US"] .section h2,
html[lang="en-US"] .title-cn {
  font-family: Georgia, "Times New Roman", serif;
}

html[lang="en-US"] .title-cn,
html[lang="en-US"] .nowrap,
html[lang="en-US"] .stat span,
html[lang="en-US"] .meta span,
html[lang="en-US"] .side strong,
html[lang="en-US"] .risc-primer-card b,
html[lang="en-US"] .risc-key,
html[lang="en-US"] .source-tier {
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

html[lang="en-US"] .title-cn {
  letter-spacing: -.018em;
  line-height: 1.12;
}

html[lang="en-US"] .item h3,
html[lang="en-US"] .signal h3,
html[lang="en-US"] .section h2 {
  text-wrap: balance;
}

@media (max-width: 620px) {
  .report-sitebar,
  .report-sitefooter {
    width: calc(100% - 20px);
  }

  .report-sitebar {
    gap: 10px;
  }

  .report-sitebrand {
    max-width: 150px;
    font-size: 12px;
    line-height: 1.25;
  }

  .report-sitenav {
    gap: 8px;
  }

  .report-sitenav > a {
    display: none;
  }

  .language-switch a {
    min-width: 44px;
  }

  .report-sitefooter {
    grid-template-columns: 1fr;
  }

  .sources a {
    display: inline-block;
    padding: 8px 0;
  }

  .eyebrow,
  .meta,
  .source-tier,
  .heat-row p,
  .heat-row em {
    font-size: max(13px, 1em);
  }
}

@media (max-width: 360px) {
  .report-sitebrand {
    max-width: 126px;
  }

  .report-sitebrand::before {
    display: none;
  }
}
