.page-news {
  --local-accent: var(--color-accent);
  --local-gold: var(--color-gold);
  --local-info: var(--color-info);
  --local-surface: var(--color-surface);
  --local-black: var(--color-black);
  --local-muted: var(--color-muted);
  --local-text: var(--color-text);
  --local-border: var(--color-border);
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 107, 53, 0.06), transparent 34%),
    radial-gradient(circle at 88% 55%, rgba(247, 179, 43, 0.05), transparent 40%),
    linear-gradient(180deg, var(--color-primary) 0%, var(--color-black) 100%);
}
.page-news a {
  color: var(--local-gold);
  text-decoration-color: rgba(247, 179, 43, 0.4);
  text-underline-offset: 3px;
}
.page-news a:hover,
.page-news a:focus-visible {
  color: var(--local-accent);
  text-decoration-color: var(--local-accent);
}
.page-news .container {
  width: min(var(--container-w), 100%);
  margin-inline: auto;
}

/* ---------- 面包屑 ---------- */
.page-news .breadcrumb {
  padding: 1.5rem 0 0;
  font-size: 0.875rem;
  color: var(--local-muted);
}
.page-news .breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.page-news .breadcrumb li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-news .breadcrumb li + li::before {
  content: "→";
  color: rgba(168, 178, 193, 0.5);
}
.page-news .breadcrumb a {
  color: var(--local-muted);
  text-decoration: none;
}
.page-news .breadcrumb a:hover {
  color: var(--local-gold);
}

/* ---------- 日志引言 ---------- */
.page-news .journal-head {
  padding-top: 2.25rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.page-news .journal-head::after {
  content: "JOURNAL";
  position: absolute;
  right: -0.5rem;
  top: 0.75rem;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(247, 179, 43, 0.14);
  pointer-events: none;
  user-select: none;
}
.page-news .journal-head__grid {
  display: grid;
  gap: 2rem;
}
.page-news .journal-head__intro {
  max-width: 44rem;
  position: relative;
  z-index: 1;
}
.page-news .journal-head .meta-label {
  display: inline-block;
  color: var(--local-muted);
  font-family: var(--font-heading);
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(247, 179, 43, 0.55);
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
}
.page-news .journal-head h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  line-height: 1.08;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
  color: var(--local-text);
}
.page-news .journal-head .lead {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--local-accent);
  margin: 0 0 1rem;
}
.page-news .journal-head__desc {
  color: var(--local-muted);
  font-size: 1rem;
  line-height: 1.9;
  max-width: 38rem;
}
.page-news .journal-head__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.09);
  position: relative;
  z-index: 1;
}
.page-news .stat {
  background: rgba(11, 15, 25, 0.78);
  padding: 1.25rem 1rem;
  min-height: 5.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-news .stat-number {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--local-accent);
}
.page-news .stat:first-child .stat-number,
.page-news .stat:nth-child(2) .stat-number {
  color: var(--local-gold);
}
.page-news .stat-label {
  font-size: 0.8125rem;
  color: var(--local-muted);
  margin-top: 0.3125rem;
  line-height: 1.4;
}

/* ---------- 区块标题 ---------- */
.page-news .section {
  scroll-margin-top: 5rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.page-news .section--tight {
  padding-bottom: 4rem;
}
.page-news .section-head {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 2.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.page-news .section-index {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  color: var(--local-gold);
  border: 1px solid rgba(247, 179, 43, 0.45);
  border-radius: var(--radius);
  background: rgba(247, 179, 43, 0.05);
}
.page-news .section-head h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: 1.2;
  margin: 0 0 0.15rem;
  letter-spacing: -0.01em;
}
.page-news .section-head__note {
  color: var(--local-muted);
  font-size: 0.9375rem;
  margin: 0;
}

/* ---------- 最新动态 ---------- */
.page-news .journal-feature {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2rem;
  background: var(--color-surface);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-left: 3px solid var(--local-accent);
  border-radius: var(--radius);
}
.page-news .journal-feature__media {
  position: relative;
  overflow: hidden;
}
.page-news .journal-feature__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 28rem;
}
.page-news .journal-feature__index {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
  background: rgba(10, 26, 47, 0.88);
  border: 1px solid rgba(247, 179, 43, 0.7);
  color: var(--local-gold);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.625rem;
  border-radius: 999px;
}
.page-news .journal-feature__content {
  padding: 0.75rem 1.25rem 1.5rem;
}
.page-news .journal-feature__content h3 {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  line-height: 1.3;
  margin: 0.75rem 0 0.625rem;
}
.page-news .journal-feature__content p {
  color: var(--local-muted);
  line-height: 1.85;
  margin: 0 0 1rem;
  max-width: 42rem;
}
.page-news .journal-feature__meta {
  color: var(--local-muted);
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.page-news .journal-feature__meta::before {
  content: "";
  width: 1rem;
  height: 1px;
  background: var(--local-accent);
  display: inline-block;
}
.page-news .journal-grid {
  display: grid;
  gap: 1.25rem;
}
.page-news .journal-item {
  position: relative;
  padding: 1.5rem 1.375rem 1.375rem;
  background: rgba(22, 39, 61, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.page-news .journal-item:hover,
.page-news .journal-item:focus-within {
  transform: translateY(-3px);
  border-color: rgba(247, 179, 43, 0.55);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.page-news .journal-item h3 {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  line-height: 1.45;
  margin: 0.75rem 0 0.5rem;
}
.page-news .journal-item h3 a {
  color: var(--local-text);
  text-decoration: none;
}
.page-news .journal-item h3 a:hover,
.page-news .journal-item h3 a:focus-visible {
  color: var(--local-accent);
}
.page-news .journal-item__desc {
  color: var(--local-muted);
  font-size: 0.9375rem;
  line-height: 1.75;
  margin: 0 0 1rem;
}
.page-news .journal-item__meta {
  color: var(--color-muted);
  font-size: 0.8125rem;
  opacity: 0.8;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
  padding-top: 0.75rem;
  margin: 0;
}

/* ---------- 时间线 ---------- */
.page-news .timeline-heading {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  margin-bottom: 2.5rem;
}
.page-news .timeline-heading__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-news .timeline-heading__label {
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: rgba(245, 242, 235, 0.7);
  background: rgba(10, 26, 47, 0.76);
  padding: 0.375rem 0.75rem;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}
.page-news .timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.page-news .timeline::before {
  content: "";
  position: absolute;
  left: 0.9375rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    var(--local-accent) 0%,
    var(--local-gold) 35%,
    var(--local-info) 70%,
    rgba(168, 178, 193, 0.25) 100%
  );
  opacity: 0.45;
}
.page-news .timeline-item {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.75rem;
}
.page-news .timeline-item__marker {
  position: absolute;
  left: 0.5625rem;
  top: 1.5rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: var(--local-info);
  border: 3px solid var(--color-primary, #0A1A2F);
  box-shadow: 0 0 0 3px rgba(46, 196, 182, 0.22);
  z-index: 1;
}
.page-news .timeline-item--accent .timeline-item__marker {
  background: var(--local-accent);
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.24);
}
.page-news .timeline-item--gold .timeline-item__marker {
  background: var(--local-gold);
  box-shadow: 0 0 0 3px rgba(247, 179, 43, 0.22);
}
.page-news .timeline-item--muted .timeline-item__marker {
  background: var(--local-muted);
  box-shadow: 0 0 0 3px rgba(168, 178, 193, 0.16);
}
.page-news .timeline-item__body {
  background: rgba(22, 39, 61, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 1.25rem 1.25rem 1.125rem;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.page-news .timeline-item__body:hover {
  border-color: rgba(247, 179, 43, 0.4);
  background-color: rgba(22, 39, 61, 1);
}
.page-news .timeline-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.625rem;
}
.page-news .timeline-item__head time {
  font-size: 0.8125rem;
  color: var(--local-muted);
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.page-news .timeline-item__body h3 {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0 0 0.4rem;
}
.page-news .timeline-item__body p {
  color: var(--local-muted);
  font-size: 0.9375rem;
  line-height: 1.75;
  margin: 0;
}
.page-news .updates-visual {
  margin-top: 2.5rem;
  display: flex;
  justify-content: flex-end;
}
.page-news .updates-visual .visual-frame {
  max-width: 24rem;
  width: 100%;
  border-left: 3px solid var(--local-gold);
}
.page-news .updates-visual .visual-frame__label {
  color: var(--local-gold);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
}
.page-news .updates-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0.75rem 0 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.page-news .visual-frame__caption {
  color: var(--local-muted);
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

/* ---------- 印章 ---------- */
.page-news .stamp {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1;
  color: var(--local-gold);
  border: 2px solid currentColor;
  border-radius: var(--radius);
  padding: 0.5rem 0.8125rem;
  display: inline-block;
  background: rgba(247, 179, 43, 0.07);
  letter-spacing: 0.02em;
}
.page-news .stamp--rule {
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 50%;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-width: 3px;
  background: radial-gradient(circle at center, rgba(247, 179, 43, 0.14), rgba(247, 179, 43, 0.03));
  box-shadow: 0 0 0 4px rgba(247, 179, 43, 0.12), 0 10px 24px rgba(0, 0, 0, 0.3);
}
.page-news .stamp--small {
  font-size: 0.8125rem;
  padding: 0.3125rem 0.5rem;
  border-width: 1px;
  flex: 0 0 auto;
}

/* ---------- 规则版本 ---------- */
.page-news .rule-version-wrap {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
.page-news .rule-current {
  position: relative;
  overflow: hidden;
  background: linear-gradient(140deg, rgba(22, 39, 61, 0.95) 0%, rgba(11, 15, 25, 0.96) 100%);
  border: 1px solid rgba(247, 179, 43, 0.4);
  border-radius: var(--radius);
  padding: 2rem 1.5rem 1.75rem;
}
.page-news .rule-current::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: -3rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 179, 43, 0.16) 0%, transparent 70%);
  pointer-events: none;
}
.page-news .rule-current h3 {
  font-family: var(--font-heading);
  font-size: 1.375rem;
  line-height: 1.35;
  margin: 0 0 0.75rem;
  max-width: 26rem;
}
.page-news .rule-current p {
  color: var(--local-muted);
  line-height: 1.8;
  margin: 0 0 1.5rem;
  max-width: 34rem;
}
.page-news .rule-historical {
  background: rgba(11, 15, 25, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 1.5rem 1.25rem;
}
.page-news .rule-historical h3 {
  font-family: var(--font-heading);
  font-size: 1.0625rem;
  margin: 0 0 0.875rem;
}
.page-news .rule-version-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-news .rule-version-list li {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  flex-wrap: wrap;
}
.page-news .rule-version-list li:last-child {
  border-bottom: none;
}
.page-news .rule-version__time {
  font-size: 0.8125rem;
  color: var(--local-muted);
  flex: 0 0 auto;
}
.page-news .rule-version__note {
  font-size: 0.875rem;
  color: var(--local-muted);
  min-width: calc(100% - 6.5rem);
  line-height: 1.5;
}

/* ---------- 每周摘要 ---------- */
.page-news .summary-grid {
  display: grid;
  gap: 1.5rem;
}
.page-news .summary-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1.5rem;
  background: linear-gradient(135deg, rgba(22, 39, 61, 0.95) 0%, rgba(11, 15, 25, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
}
.page-news .summary-card::before {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: -15%;
  height: 90%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 107, 53, 0.12) 28%, transparent 48%, rgba(46, 196, 182, 0.1) 70%, transparent 100%);
  transform: rotate(-6deg);
  pointer-events: none;
}
.page-news .summary-card__icon {
  width: 100%;
  max-width: 11rem;
  height: auto;
  object-fit: contain;
  justify-self: center;
  align-self: center;
  background: rgba(10, 26, 47, 0.5);
  border-radius: 50%;
  padding: 0.75rem;
  border: 1px solid rgba(247, 179, 43, 0.28);
}
.page-news .summary-card__content {
  position: relative;
  z-index: 1;
}
.page-news .summary-card__content h3 {
  font-family: var(--font-heading);
  font-size: 1.375rem;
  line-height: 1.4;
  margin: 0.75rem 0 0.625rem;
}
.page-news .summary-card__content p {
  color: var(--local-muted);
  line-height: 1.85;
  margin: 0 0 0.875rem;
  max-width: 36rem;
}
.page-news .summary-card__footer {
  font-size: 0.8125rem;
  color: var(--local-muted);
  border-top: 1px dashed rgba(255, 255, 255, 0.14);
  padding-top: 0.75rem;
  margin-bottom: 1.25rem !important;
}
.page-news .summary-history {
  background: rgba(22, 39, 61, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 1.5rem 1.25rem;
}
.page-news .summary-history > h3 {
  font-family: var(--font-heading);
  font-size: 1.0625rem;
  margin: 0 0 0.875rem;
}
.page-news .index-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}
.page-news .index-item {
  display: grid;
  grid-template-columns: 2.5rem 1fr auto;
  gap: 0.625rem;
  align-items: baseline;
  padding: 0.625rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.9375rem;
}
.page-news .index-no {
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--local-accent);
  font-size: 1rem;
}
.page-news .index-date {
  color: var(--local-muted);
  font-size: 0.8125rem;
}
.page-news .index-desc {
  color: var(--local-text);
  opacity: 0.9;
  text-align: right;
  line-height: 1.5;
}

/* ---------- 下一步引导 ---------- */
.page-news .journal-next {
  padding-top: 2.5rem !important;
}
.page-news .journal-next__inner {
  border: 1px solid rgba(247, 179, 43, 0.28);
  border-left: 4px solid var(--local-gold);
  border-radius: var(--radius);
  padding: 2rem 1.5rem 1.75rem;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 107, 53, 0.1), transparent 40%),
    rgba(11, 15, 25, 0.72);
}
.page-news .journal-next h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  line-height: 1.3;
  margin: 0.875rem 0 0.375rem;
  max-width: 36rem;
}
.page-news .journal-next .lead {
  color: var(--local-muted);
  margin: 0 0 1.25rem;
  font-size: 1.0625rem;
}
.page-news .journal-next__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-bottom: 1.5rem;
}
.page-news .journal-next__note {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
  color: var(--local-muted);
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.75rem;
  margin: 0;
}
.page-news .journal-next__note p {
  margin: 0;
}

/* ---------- 桌面增强 ---------- */
@media (min-width: 64rem) {
  .page-news .journal-head {
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
  }
  .page-news .journal-head::after {
    font-size: 8.5rem;
    right: 1rem;
  }
  .page-news .journal-head__grid {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(16rem, 2fr);
    gap: 3.5rem;
    align-items: end;
  }
  .page-news .journal-head__stats {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0.5rem;
  }

  .page-news .journal-feature {
    grid-template-columns: minmax(0, 3fr) minmax(0, 5fr);
    align-items: stretch;
  }
  .page-news .journal-feature__img {
    height: 100%;
    max-height: none;
    object-fit: cover;
  }
  .page-news .journal-feature__content {
    padding: 2rem 2.25rem;
  }

  .page-news .journal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
  .page-news .journal-item:nth-child(even) {
    transform: translateY(1.25rem);
  }
  .page-news .journal-item:nth-child(even):hover,
  .page-news .journal-item:nth-child(even):focus-within {
    transform: translateY(calc(1.25rem - 3px));
  }

  .page-news .timeline {
    margin-left: 1rem;
  }
  .page-news .timeline-item__body {
    padding: 1.5rem 1.75rem;
  }
  .page-news .timeline-item__head time {
    font-size: 0.9375rem;
  }

  .page-news .rule-version-wrap {
    grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
    align-items: stretch;
  }
  .page-news .rule-current {
    padding: 2.5rem 2rem;
  }
  .page-news .rule-version-list li {
    flex-wrap: nowrap;
  }
  .page-news .rule-version__note {
    min-width: 0;
    margin-left: auto;
  }

  .page-news .summary-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: start;
  }
  .page-news .summary-card {
    grid-template-columns: 11rem 1fr;
    align-items: center;
  }
  .page-news .summary-card__icon {
    max-width: 10rem;
    margin-right: 0;
  }

  .page-news .journal-next__inner {
    padding: 2.5rem 2.5rem 2rem;
  }
  .page-news .journal-next__links .btn {
    min-width: 13rem;
  }
}
</main>
