.page-news {
  --news-line: #E5E7EB;
  --news-text: #374151;
  --news-tag-member: #B45309;
  --news-radius-sm: 14px;
  background: var(--paper, #FFFFFF);
  color: var(--ink, #111827);
  font-family: var(--font-sans, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif);
  overflow-x: hidden;
}

.page-news img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-news a {
  color: inherit;
  text-decoration: none;
}

.page-news .news-card,
.page-news .side-series__block,
.page-news .news-series,
.page-news .news-archive {
  scroll-margin-top: 96px;
}

/* 面包屑 */
.page-news .breadcrumbs {
  padding: 22px 0 4px;
  font-size: 13px;
}

.page-news .breadcrumb-link {
  color: var(--green-mid, #14532D);
  transition: color var(--ease, 0.25s cubic-bezier(0.4, 0, 0.2, 1));
}

.page-news .breadcrumb-link:hover {
  color: var(--gold, #D4AF37);
}

.page-news .breadcrumb-sep {
  color: #9CA3AF;
  margin: 0 6px;
}

.page-news .breadcrumb-current {
  color: #4B5563;
  font-weight: 500;
}

/* Hero */
.page-news .news-hero {
  position: relative;
  padding: 0 0 44px;
  background: linear-gradient(180deg, rgba(20, 83, 45, 0.06) 0%, rgba(255, 255, 255, 0) 60%);
  overflow: hidden;
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15%;
  width: 64%;
  height: 100%;
  background: linear-gradient(135deg, transparent 38%, rgba(212, 175, 55, 0.12) 58%, transparent 78%);
  transform: skewX(-18deg);
  pointer-events: none;
}

.page-news .news-hero__grid {
  position: relative;
  display: grid;
  gap: 28px;
}

.page-news .news-hero .section-kicker {
  color: var(--gold, #D4AF37);
  font-weight: 700;
  margin: 0 0 8px;
}

.page-news .news-hero h1 {
  font-size: clamp(36px, 6vw, 60px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--green-deep, #0A2E1F);
  margin: 0 0 14px;
}

.page-news .news-hero__lede {
  font-size: 15px;
  line-height: 1.75;
  color: var(--news-text, #374151);
  max-width: 34em;
  margin: 0;
}

.page-news .news-hero__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-self: end;
}

.page-news .news-hero__stats .stat-block {
  grid-column: span 1;
  background: linear-gradient(160deg, var(--paper, #FFFFFF), #F7F9F7);
  border-left: 4px solid var(--gold, #D4AF37);
  border-radius: var(--radius, 20px);
  padding: 14px 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.page-news .news-hero__stats .stat-block:first-child {
  grid-column: 1 / -1;
}

.page-news .news-hero__stats .stat-value {
  font-size: 24px;
  font-weight: 900;
  color: var(--green-deep, #0A2E1F);
  letter-spacing: -0.02em;
}

.page-news .news-hero__stats .stat-label {
  font-size: 11px;
  line-height: 1.4;
  color: var(--news-text, #374151);
}

/* 最新动态 */
.page-news .news-latest {
  padding: 8px 0 60px;
}

.page-news .news-latest__head {
  margin-bottom: 28px;
}

.page-news .news-latest__head .section-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 5px;
  margin-top: 10px;
  background: linear-gradient(90deg, var(--gold, #D4AF37), var(--green-live, #22C55E));
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.page-news .news-layout {
  display: grid;
  gap: 36px;
}

.page-news .article-list {
  display: grid;
  gap: 22px;
}

/* 文章卡片 */
.page-news .news-card {
  position: relative;
  background: var(--paper, #FFFFFF);
  border: 1px solid var(--news-line, #E5E7EB);
  border-radius: var(--radius, 20px);
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-news .news-card:hover {
  border-color: var(--gold, #D4AF37);
  box-shadow: 0 14px 34px var(--shadow, rgba(0, 0, 0, 0.25));
  transform: translateY(-3px);
}

.page-news .news-card--featured {
  border-left: 5px solid var(--gold, #D4AF37);
}

.page-news .news-card--product {
  --tag-color: var(--gold, #D4AF37);
}

.page-news .news-card--feature {
  --tag-color: var(--green-live, #22C55E);
}

.page-news .news-card--member {
  --tag-color: var(--news-tag-member, #B45309);
}

.page-news .news-card--data {
  --tag-color: var(--green-mid, #14532D);
}

.page-news .news-card--tech {
  --tag-color: var(--green-deep, #0A2E1F);
}

.page-news .news-card:not(.news-card--featured)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: var(--tag-color, var(--green-mid, #14532D));
  clip-path: polygon(0 0, 100% 0, 40% 100%, 0 100%);
}

.page-news .news-card__media {
  overflow: hidden;
  background: var(--muted, #F3F4F6);
}

.page-news .news-card__media img {
  width: 100%;
  aspect-ratio: 800 / 420;
  object-fit: cover;
}

.page-news .news-card__body {
  padding: 20px 18px 18px;
}

.page-news .news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.page-news .news-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 14px 4px 12px;
  font-size: 12px;
  font-weight: 600;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.page-news .news-card__tag--product {
  background: rgba(212, 175, 55, 0.18);
  color: #8C6D1F;
}

.page-news .news-card__tag--feature {
  background: rgba(34, 197, 94, 0.16);
  color: var(--green-mid, #14532D);
}

.page-news .news-card__tag--member {
  background: rgba(180, 83, 9, 0.14);
  color: #92400E;
}

.page-news .news-card__tag--data {
  background: rgba(20, 83, 45, 0.12);
  color: var(--green-deep, #0A2E1F);
}

.page-news .news-card__tag--tech {
  background: rgba(17, 24, 39, 0.08);
  color: var(--ink, #111827);
}

.page-news .news-card__time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6B7280;
}

.page-news .news-card__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--ink, #111827);
  margin: 0 0 8px;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-news .news-card:hover .news-card__title {
  color: var(--green-mid, #14532D);
}

.page-news .news-card__excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: var(--news-text, #374151);
  margin: 0 0 14px;
}

.page-news .news-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px dashed var(--news-line, #E5E7EB);
}

.page-news .news-card__footnote {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6B7280;
}

.page-news .news-card__footnote svg {
  color: var(--green-mid, #14532D);
  flex-shrink: 0;
}

.page-news .news-card__link {
  font-size: 13px;
  font-weight: 700;
  color: var(--green-mid, #14532D);
  transition: color 0.2s ease;
}

.page-news .news-card__link:hover {
  color: var(--gold, #D4AF37);
}

.page-news .news-card__link::after {
  content: " →";
}

/* 侧边栏 */
.page-news .news-layout__side {
  display: grid;
  gap: 20px;
  align-content: start;
}

.page-news .side-subscribe {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.page-news .side-subscribe::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
}

.page-news .side-subscribe .panel-title {
  position: relative;
  color: var(--gold-light, #F0D68A);
}

.page-news .side-subscribe__desc {
  position: relative;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin: 10px 0 16px;
}

.page-news .side-subscribe__img {
  width: 180px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 auto 16px;
}

.page-news .side-series__intro {
  font-size: 13px;
  color: #6B7280;
  margin: 6px 0 16px;
}

.page-news .side-series__block {
  border-top: 1px solid var(--news-line, #E5E7EB);
  padding: 14px 0 4px;
}

.page-news .side-series__block:first-of-type {
  border-top: none;
}

.page-news .side-series__name {
  font-size: 13px;
  font-weight: 700;
  color: var(--green-deep, #0A2E1F);
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-news .side-series__name::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold, #D4AF37);
}

.page-news .tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-news .tag-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: var(--radius-pill, 999px);
  font-size: 12px;
  font-weight: 600;
  color: var(--green-mid, #14532D);
  background: var(--muted, #F3F4F6);
  border: 1px solid var(--news-line, #E5E7EB);
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-news .tag-chip:hover {
  background: var(--green-deep, #0A2E1F);
  color: var(--gold-light, #F0D68A);
  border-color: var(--green-deep, #0A2E1F);
}

.page-news .tag-chip--lg {
  padding: 7px 18px;
  font-size: 13px;
  background: #F0F6F1;
  border-color: rgba(212, 175, 55, 0.4);
}

/* 专题系列 */
.page-news .news-series {
  position: relative;
  padding: 56px 0 60px;
  background: linear-gradient(160deg, var(--muted, #F3F4F6), #E6EFE8);
  overflow: hidden;
}

.page-news .news-series::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, var(--green-deep, #0A2E1F), var(--gold, #D4AF37) 60%, transparent);
}

.page-news .news-series .section-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 5px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, var(--gold, #D4AF37), var(--green-live, #22C55E));
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.page-news .news-series__banner-wrap {
  margin: 22px 0 28px;
  border-radius: var(--radius, 20px);
  overflow: hidden;
  box-shadow: 0 14px 32px var(--shadow, rgba(0, 0, 0, 0.25));
}

.page-news .news-series__banner {
  width: 100%;
  aspect-ratio: 1200 / 300;
  object-fit: cover;
}

.page-news .series-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-news .series-tile {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 16px;
  background: var(--paper, #FFFFFF);
  border-radius: var(--radius, 20px);
  border: 1px solid var(--news-line, #E5E7EB);
  font-weight: 700;
  font-size: 14px;
  color: var(--green-deep, #0A2E1F);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-news .series-tile:hover {
  transform: translateY(-3px) rotate(-1deg);
  border-color: var(--gold, #D4AF37);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.page-news .series-tile__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 900;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0 100%);
  background: var(--green-deep, #0A2E1F);
  color: var(--gold, #D4AF37);
}

.page-news .series-tile--tech .series-tile__num {
  background: var(--gold, #D4AF37);
  color: var(--green-deep, #0A2E1F);
}

.page-news .series-tile--member .series-tile__num {
  background: var(--green-live, #22C55E);
  color: #FFFFFF;
}

.page-news .series-tile--data .series-tile__num {
  background: var(--green-mid, #14532D);
  color: var(--gold-light, #F0D68A);
}

.page-news .series-tile--league .series-tile__num {
  background: var(--green-deep, #0A2E1F);
  color: var(--gold, #D4AF37);
}

.page-news .series-tile--version .series-tile__num {
  background: var(--gold-light, #F0D68A);
  color: var(--green-deep, #0A2E1F);
}

/* 赛季归档 */
.page-news .news-archive {
  position: relative;
  padding: 56px 0 60px;
  background: var(--green-deep, #0A2E1F);
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.page-news .news-archive::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold, #D4AF37) 30%, var(--gold-light, #F0D68A) 65%, transparent);
}

.page-news .news-archive__head .section-kicker {
  color: var(--gold, #D4AF37);
}

.page-news .news-archive__head .section-title {
  color: #FFFFFF;
}

.page-news .news-archive__head .section-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 5px;
  margin-top: 10px;
  background: linear-gradient(90deg, var(--gold-light, #F0D68A), var(--green-live, #22C55E));
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.page-news .news-archive__head .section-lede {
  color: rgba(255, 255, 255, 0.7);
}

.page-news .archive-layout {
  display: grid;
  gap: 28px;
}

.page-news .archive-groups {
  display: grid;
  gap: 14px;
}

.page-news .archive-group {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 3px solid var(--gold, #D4AF37);
  border-radius: var(--radius, 20px);
  padding: 18px 20px;
  backdrop-filter: blur(6px);
}

.page-news .archive-group__title {
  font-size: 15px;
  font-weight: 800;
  color: var(--gold-light, #F0D68A);
  margin: 0 0 10px;
  letter-spacing: 0.01em;
}

.page-news .archive-group__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.page-news .archive-group__list a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.6;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-news .archive-group__list a:hover {
  color: var(--gold-light, #F0D68A);
  border-bottom-color: var(--gold-light, #F0D68A);
}

.page-news .archive-art {
  border-radius: var(--radius, 20px);
  overflow: hidden;
}

.page-news .archive-art__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  opacity: 0.9;
}

/* 桌面端 */
@media (min-width: 640px) {
  .page-news .news-hero__stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-news .news-hero__stats .stat-block:first-child {
    grid-column: auto;
  }

  .page-news .series-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .page-news .news-card__title {
    font-size: 20px;
  }

  .page-news .news-card--featured .news-card__title {
    font-size: 26px;
  }

  .page-news .side-subscribe__img {
    width: 220px;
  }
}

@media (min-width: 992px) {
  .page-news .news-hero {
    padding: 0 0 60px;
  }

  .page-news .news-hero__grid {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    align-items: end;
    gap: 48px;
  }

  .page-news .news-hero__lede {
    font-size: 16px;
  }

  .page-news .news-layout {
    grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
    gap: 40px;
  }

  .page-news .article-list {
    position: relative;
    padding-left: 42px;
  }

  .page-news .article-list::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 26px;
    bottom: 26px;
    width: 3px;
    background: linear-gradient(to bottom, var(--gold, #D4AF37), var(--green-live, #22C55E) 65%, var(--green-mid, #14532D));
    border-radius: 999px;
    opacity: 0.5;
  }

  .page-news .news-card {
    margin-left: 0;
  }

  .page-news .news-card:nth-child(even) {
    margin-left: 28px;
  }

  .page-news .news-card--featured {
    margin-left: 0;
  }

  .page-news .news-card::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 26px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold, #D4AF37);
    border: 3px solid var(--paper, #FFFFFF);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.25);
    z-index: 2;
  }

  .page-news .news-card--featured {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }

  .page-news .news-card--featured .news-card__media {
    height: 100%;
  }

  .page-news .news-card--featured .news-card__media img {
    height: 100%;
    aspect-ratio: auto;
  }

  .page-news .news-card--featured .news-card__body {
    padding: 28px;
  }

  .page-news .news-card__body {
    padding: 22px;
  }

  .page-news .news-card--featured .news-card__title {
    font-size: 28px;
    line-height: 1.28;
  }

  .page-news .series-row {
    grid-template-columns: repeat(5, 1fr);
  }

  .page-news .archive-layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    align-items: center;
    gap: 40px;
  }

  .page-news .archive-art__img {
    border-radius: var(--radius, 20px);
  }
}

@media (max-width: 991px) {
  .page-news .news-layout__side {
    grid-template-columns: 1fr;
  }

  .page-news .news-layout__side .side-subscribe {
    order: -1;
  }
}
