.page-news {
  --c-bg: #0B1220;
  --c-panel: #111C33;
  --c-cyan: #00E5FF;
  --c-orange: #FF6A00;
  --c-violet: #7B61FF;
  --c-gray: #A0B2CC;
  --c-white: #FFFFFF;
  --c-pink: #FF3366;
  --font-head: 'Rajdhani', 'Arial Black', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-body: 'Noto Sans SC', 'Microsoft YaHei', 'PingFang SC', sans-serif;
  --font-accent: 'Orbitron', 'Roboto Mono', 'SFMono-Regular', 'Courier New', monospace;
  --header-h: 68px;
  --container-w: 1320px;
  --radius: 14px;
  --tr: 0.22s cubic-bezier(0.2, 0.7, 0.3, 1);
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  --cut: 18px;
  --news-accent: #FF6A00;
  --news-grid-line: rgba(0, 229, 255, 0.07);
  --news-card-border: rgba(0, 229, 255, 0.16);
  --news-card-border-hover: rgba(0, 229, 255, 0.45);

  background: var(--c-bg);
  color: var(--c-gray);
  font-family: var(--font-body);
  line-height: 1.7;
  overflow-x: hidden;
}
.page-news *,
.page-news *::before,
.page-news *::after {
  box-sizing: border-box;
}
.page-news img {
  max-width: 100%;
  height: auto;
  display: block;
}
.page-news .container {
  width: 100%;
  max-width: var(--container-w);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.page-news .kicker {
  font-family: var(--font-accent);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--c-orange);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-news .kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--c-orange);
  display: inline-block;
  flex-shrink: 0;
}
.page-news .display {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(2.5rem, 6vw, 4.6rem);
  line-height: 1.05;
  color: var(--c-white);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.page-news .lead {
  font-size: 1.0625rem;
  line-height: 1.85;
  color: var(--c-gray);
  max-width: 640px;
}
.page-news .section-title {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 700;
  color: var(--c-white);
  line-height: 1.2;
  margin: 0 0 6px 0;
  position: relative;
  display: inline-block;
}
.page-news .section-title::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--c-cyan);
  transform: rotate(45deg);
}
.page-news .section-desc {
  font-size: 0.9375rem;
  color: var(--c-gray);
  margin: 0;
}
.page-news .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: var(--font-accent);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: transform var(--tr), box-shadow var(--tr), background-color var(--tr), border-color var(--tr);
  color: var(--c-white);
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.page-news .btn-orange {
  background: linear-gradient(135deg, var(--c-orange), #FF9A44);
  box-shadow: 0 4px 20px rgba(255, 106, 0, 0.3);
}
.page-news .btn-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 106, 0, 0.45);
}
.page-news .btn-ghost {
  background: transparent;
  border-color: rgba(0, 229, 255, 0.4);
  color: var(--c-cyan);
}
.page-news .btn-ghost:hover {
  border-color: var(--c-cyan);
  background: rgba(0, 229, 255, 0.08);
  transform: translateY(-2px);
}
.page-news .cta-btn-icon {
  font-size: 1.1em;
  font-family: var(--font-accent);
}
.page-news .breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  font-size: 0.8125rem;
  font-family: var(--font-accent);
  color: var(--c-gray);
  letter-spacing: 0.06em;
}
.page-news .breadcrumb a {
  color: var(--c-cyan);
  text-decoration: none;
  transition: color var(--tr);
}
.page-news .breadcrumb a:hover {
  color: var(--c-orange);
}
.page-news .breadcrumb [aria-current="page"] {
  color: var(--c-white);
}
.page-news .breadcrumb-sep {
  color: rgba(160, 178, 204, 0.5);
}
.page-news .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== Hero 区域 ===== */
.page-news .news-hero {
  position: relative;
  padding: 72px 0 48px;
  background:
    radial-gradient(ellipse at 18% 20%, rgba(0, 229, 255, 0.08), transparent 45%),
    radial-gradient(ellipse at 88% 10%, rgba(255, 106, 0, 0.05), transparent 40%),
    linear-gradient(180deg, rgba(11, 18, 32, 0.6) 0%, rgba(11, 18, 32, 0) 100%);
  border-bottom: 1px solid var(--news-grid-line);
  overflow: hidden;
}
.page-news .news-hero-inner {
  position: relative;
  z-index: 2;
}
.page-news .hero-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.page-news .hero-scan {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid rgba(123, 97, 255, 0.35);
  border-radius: 100px;
  background: rgba(17, 28, 51, 0.5);
}
.page-news .scan-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-cyan);
  box-shadow: 0 0 12px var(--c-cyan);
  animation: pageNewsPulse 2s ease-in-out infinite;
}
.page-news .scan-line {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--c-cyan), transparent);
  position: relative;
}
.page-news .scan-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  width: 5px;
  height: 5px;
  background: var(--c-cyan);
  transform: rotate(45deg);
}
.page-news .hero-title {
  max-width: 760px;
  margin: 0 0 18px 0;
  background: linear-gradient(120deg, #FFFFFF 30%, rgba(0, 229, 255, 0.65) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 24px rgba(0, 229, 255, 0.12));
}
.page-news .hero-lead {
  max-width: 580px;
  margin: 0;
}
.page-news .hero-tickline {
  position: absolute;
  right: 0;
  top: 12px;
  display: flex;
  gap: 10px;
  opacity: 0.25;
  pointer-events: none;
}
.page-news .hero-tickline span {
  display: block;
  width: 1px;
  background: var(--c-cyan);
}
.page-news .hero-tickline span:nth-child(1) { height: 120px; }
.page-news .hero-tickline span:nth-child(2) { height: 84px; }
.page-news .hero-tickline span:nth-child(3) { height: 156px; }
.page-news .hero-tickline span:nth-child(4) { height: 64px; }
.page-news .hero-tickline span:nth-child(5) { height: 108px; }
.page-news .hero-tickline span:nth-child(6) { height: 90px; }
.page-news .hero-tickline span:nth-child(7) { height: 138px; }
.page-news .hero-tickline span:nth-child(8) { height: 72px; }

@keyframes pageNewsPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(1.4); }
}

/* ===== 滚动进度条 ===== */
.page-news .news-stickybar {
  position: sticky;
  top: calc(var(--header-h) + 4px);
  z-index: 40;
  padding: 4px 0;
}
.page-news .stickybar-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(17, 28, 51, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 229, 255, 0.12);
  border-radius: 100px;
  padding: 6px 18px;
}
.page-news .stickybar-label {
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  color: var(--c-orange);
  white-space: nowrap;
}
.page-news .stickybar-track {
  flex: 1;
  height: 2px;
  background: rgba(160, 178, 204, 0.18);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.page-news .stickybar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--c-cyan), var(--c-orange));
  border-radius: 2px;
}
.page-news .stickybar-hint {
  font-family: var(--font-accent);
  font-size: 0.625rem;
  color: var(--c-gray);
  white-space: nowrap;
  opacity: 0.55;
}

/* ===== 栏目分类 ===== */
.page-news .cats-section {
  padding: 44px 0 24px;
}
.page-news .cats-head {
  margin-bottom: 20px;
}
.page-news .cats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.page-news .cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 100px;
  background: var(--c-panel);
  border: 1px solid rgba(160, 178, 204, 0.18);
  color: var(--c-gray);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  transition: all var(--tr);
  letter-spacing: 0.02em;
}
.page-news .cat-pill:hover {
  border-color: rgba(0, 229, 255, 0.45);
  color: var(--c-white);
  transform: translateY(-2px);
}
.page-news .cat-pill.is-active {
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.16), rgba(255, 106, 0, 0.12));
  border-color: var(--c-orange);
  color: var(--c-white);
  box-shadow: 0 0 0 1px rgba(255, 106, 0, 0.25), 0 6px 24px rgba(0, 229, 255, 0.08);
}
.page-news .cat-pill-num {
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  color: var(--c-cyan);
  letter-spacing: 0.1em;
  opacity: 0.8;
}
.page-news .cat-pill-count {
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  background: rgba(0, 229, 255, 0.12);
  color: var(--c-cyan);
  border-radius: 100px;
  padding: 2px 8px;
  letter-spacing: 0.08em;
}
.page-news .cat-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  color: rgba(160, 178, 204, 0.7);
  border-left: 2px solid var(--c-orange);
  padding: 6px 0 6px 14px;
  background: linear-gradient(90deg, rgba(255, 106, 0, 0.06), transparent);
}
.page-news .notice-dot {
  width: 5px;
  height: 5px;
  background: var(--c-orange);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ===== 近期更新 ===== */
.page-news .feed-section {
  padding: 28px 0 48px;
}
.page-news .feed-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 229, 255, 0.1);
}
.page-news .feed-counter {
  font-family: var(--font-accent);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--c-cyan);
  white-space: nowrap;
}
.page-news .feed-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.page-news .feed-card {
  background: var(--c-panel);
  border-radius: var(--radius);
  border: 1px solid var(--news-card-border);
  overflow: hidden;
  transition: transform var(--tr), border-color var(--tr), box-shadow var(--tr);
  display: flex;
  flex-direction: column;
}
.page-news .feed-card:hover {
  transform: translateY(-4px);
  border-color: var(--news-card-border-hover);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 229, 255, 0.1);
}
.page-news .feed-card-top {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.page-news .feed-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.page-news .feed-card:hover .feed-thumb {
  transform: scale(1.04);
}
.page-news .feed-card-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(11, 18, 32, 0.75) 100%);
  pointer-events: none;
}
.page-news .feed-cat-tag {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  padding: 4px 14px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--c-white);
  background: rgba(17, 28, 51, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid transparent;
}
.page-news .tag-update {
  border-color: rgba(0, 229, 255, 0.4);
  color: var(--c-cyan);
}
.page-news .tag-match {
  border-color: rgba(255, 106, 0, 0.5);
  color: var(--c-orange);
}
.page-news .tag-guide {
  border-color: rgba(123, 97, 255, 0.5);
  color: var(--c-violet);
}
.page-news .tag-notice {
  border-color: rgba(255, 51, 102, 0.5);
  color: #FF6B8F;
}
.page-news .feed-date {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(11, 18, 32, 0.6);
  padding: 4px 10px;
  border-radius: 100px;
  letter-spacing: 0.08em;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.page-news .feed-card-body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.page-news .feed-title {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--c-white);
  line-height: 1.42;
  margin: 0 0 10px 0;
  transition: color var(--tr);
}
.page-news .feed-card:hover .feed-title {
  color: var(--c-cyan);
}
.page-news .feed-excerpt {
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--c-gray);
  margin: 0 0 14px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-news .feed-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
.page-news .mini-tag {
  font-size: 0.6875rem;
  color: rgba(160, 178, 204, 0.85);
  background: rgba(123, 97, 255, 0.08);
  border: 1px solid rgba(123, 97, 255, 0.18);
  border-radius: 100px;
  padding: 3px 12px;
  transition: all var(--tr);
}
.page-news .mini-tag:hover {
  border-color: rgba(0, 229, 255, 0.4);
  color: var(--c-cyan);
}
.page-news .feed-more {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}
.page-news .more-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.25), transparent);
}
.page-news .more-text {
  font-size: 0.8125rem;
  color: var(--c-gray);
  text-align: center;
  margin: 0;
  opacity: 0.75;
}

/* ===== 专题聚焦 ===== */
.page-news .feature-section {
  padding: 24px 0 48px;
  position: relative;
}
.page-news .feature-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 106, 0, 0.35), transparent);
}
.page-news .feature-head {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.page-news .feature-head .kicker {
  margin-bottom: 4px;
}
.page-news .feature-panel {
  background: var(--c-panel);
  border: 1px solid rgba(0, 229, 255, 0.12);
  clip-path: polygon(0 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% 100%, var(--cut) 100%, 0 calc(100% - var(--cut)));
  position: relative;
  overflow: hidden;
}
.page-news .feature-banner-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.page-news .feature-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-news .feature-banner-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 18, 32, 0.2) 0%, rgba(11, 18, 32, 0.75) 100%);
}
.page-news .feature-banner-tag {
  position: absolute;
  left: 24px;
  bottom: 16px;
  z-index: 2;
  font-family: var(--font-accent);
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-white);
  background: rgba(255, 106, 0, 0.85);
  padding: 6px 16px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.page-news .feature-scanline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38px;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 12px,
    rgba(0, 229, 255, 0.035) 12px,
    rgba(0, 229, 255, 0.035) 13px
  );
  pointer-events: none;
  z-index: 1;
}
.page-news .feature-body {
  padding: 28px 28px 32px;
}
.page-news .feature-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.page-news .feature-meta-item {
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  color: var(--c-cyan);
  letter-spacing: 0.1em;
  border: 1px solid rgba(0, 229, 255, 0.18);
  border-radius: 100px;
  padding: 4px 14px;
}
.page-news .feature-title {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--c-white);
  line-height: 1.28;
  margin: 0 0 14px 0;
}
.page-news .feature-lead {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: var(--c-gray);
  margin: 0 0 20px 0;
  max-width: 780px;
}
.page-news .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: grid;
  gap: 12px;
}
.page-news .feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(160, 178, 204, 0.9);
  padding: 10px 16px;
  background: rgba(11, 18, 32, 0.4);
  border-left: 2px solid rgba(0, 229, 255, 0.5);
  transition: border-color var(--tr), background-color var(--tr);
}
.page-news .feature-list li:hover {
  border-left-color: var(--c-orange);
  background: rgba(11, 18, 32, 0.65);
}
.page-news .list-index {
  font-family: var(--font-accent);
  font-size: 0.75rem;
  color: var(--c-orange);
  min-width: 24px;
  text-align: right;
  line-height: 1.7;
}
.page-news .feature-footer {
  padding-top: 18px;
  border-top: 1px solid rgba(0, 229, 255, 0.1);
}
.page-news .feature-rel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.page-news .rel-label {
  font-family: var(--font-accent);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: var(--c-gray);
  text-transform: uppercase;
}
.page-news .rel-link {
  display: inline-block;
  text-decoration: none;
  font-size: 0.8125rem;
  color: var(--c-cyan);
  border: 1px solid rgba(0, 229, 255, 0.2);
  padding: 6px 18px;
  border-radius: 100px;
  transition: all var(--tr);
}
.page-news .rel-link:hover {
  background: rgba(0, 229, 255, 0.1);
  border-color: var(--c-cyan);
  color: var(--c-white);
}

/* ===== 订阅动态 ===== */
.page-news .subscribe-section {
  padding: 8px 0 52px;
}
.page-news .subscribe-panel {
  position: relative;
  overflow: hidden;
  background: var(--c-panel);
  border-radius: var(--radius);
  border: 1px solid rgba(123, 97, 255, 0.25);
  min-height: 260px;
}
.page-news .subscribe-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.page-news .subscribe-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.page-news .subscribe-bg-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(17, 28, 51, 0.94) 0%, rgba(17, 28, 51, 0.78) 45%, rgba(123, 97, 255, 0.2) 100%);
}
.page-news .subscribe-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 36px 32px;
}
.page-news .subscribe-text {
  flex: 1;
  max-width: 620px;
}
.page-news .subscribe-title {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--c-white);
  margin: 0 0 10px 0;
}
.page-news .subscribe-desc {
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--c-gray);
  margin: 0 0 20px 0;
}
.page-news .subscribe-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}
.page-news .subscribe-note {
  font-size: 0.75rem;
  color: rgba(160, 178, 204, 0.6);
  margin: 0;
}
.page-news .subscribe-signal {
  position: relative;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-news .signal-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 229, 255, 0.35);
  animation: pageNewsRing 2.8s cubic-bezier(0.2, 0.7, 0.3, 1) infinite;
}
.page-news .ring-2 {
  animation-delay: 0.9s;
  border-color: rgba(255, 106, 0, 0.25);
}
.page-news .signal-core {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-violet), rgba(0, 229, 255, 0.5));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--c-white);
  box-shadow: 0 0 30px rgba(123, 97, 255, 0.4);
}
@keyframes pageNewsRing {
  0% { transform: scale(0.55); opacity: 0.9; }
  80% { transform: scale(1.1); opacity: 0.2; }
  100% { transform: scale(1.15); opacity: 0; }
}

/* ===== 底部链接带 ===== */
.page-news .links-section {
  padding: 0 0 60px;
}
.page-news .links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.page-news .link-tile {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: var(--c-panel);
  border: 1px solid rgba(160, 178, 204, 0.12);
  border-radius: var(--radius);
  text-decoration: none;
  transition: all var(--tr);
}
.page-news .link-tile:hover {
  border-color: rgba(0, 229, 255, 0.4);
  background: rgba(17, 28, 51, 0.85);
  transform: translateX(4px);
}
.page-news .link-tile-num {
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  color: var(--c-orange);
  letter-spacing: 0.1em;
}
.page-news .link-tile-label {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-white);
  flex: 1;
}
.page-news .link-tile-arrow {
  color: var(--c-cyan);
  font-family: var(--font-accent);
  font-size: 1.125rem;
  transition: transform var(--tr);
}
.page-news .link-tile:hover .link-tile-arrow {
  transform: translateX(4px);
}

/* 滚动显现动画 */
.page-news [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.7, 0.3, 1), transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1);
  transition-delay: var(--reveal-delay, 0s);
}
.page-news [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ===== 响应式 ===== */
@media (min-width: 640px) {
  .page-news .feed-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .page-news .cats-grid {
    gap: 14px;
  }
  .page-news .links-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 960px) {
  .page-news .news-hero {
    padding: 96px 0 64px;
  }
  .page-news .feature-banner-wrap {
    height: 360px;
  }
  .page-news .feature-body {
    padding: 36px 44px 40px;
  }
  .page-news .feed-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .page-news .feed-card:nth-child(4n + 1) {
    grid-column: span 1;
  }
  .page-news .feed-card:nth-child(4n + 2) {
    grid-column: span 1;
  }
  .page-news .feed-card:nth-child(4n + 3) {
    grid-column: span 2;
  }
  .page-news .feed-card:nth-child(4n + 3) .feed-card-body {
    display: grid;
    grid-template-columns: 1.1fr 1.4fr 0.6fr;
    gap: 20px;
    align-items: start;
  }
  .page-news .feed-card:nth-child(4n + 3) .feed-tags {
    justify-content: flex-end;
  }
  .page-news .feature-lead {
    max-width: 720px;
  }
  .page-news .subscribe-content {
    padding: 44px 48px;
  }
  .page-news .links-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .page-news .link-tile {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 20px 18px;
  }
  .page-news .link-tile-label {
    font-size: 0.9375rem;
  }
  .page-news .link-tile-arrow {
    align-self: flex-end;
  }
}

@media (min-width: 1200px) {
  .page-news .feed-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .page-news .feed-card:nth-child(4n + 1) {
    grid-column: span 1;
  }
  .page-news .feed-card:nth-child(4n + 2) {
    grid-column: span 1;
  }
  .page-news .feed-card:nth-child(4n + 3) {
    grid-column: span 2;
  }
  .page-news .feed-card:nth-child(4n + 4) {
    grid-column: span 1;
  }
  .page-news .feed-card:nth-child(4n + 3):nth-child(4n + 3) .feed-card-body {
    grid-template-columns: 1fr 1.6fr;
  }
  .page-news .feed-card:nth-child(4n + 3) .feed-tags {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news *,
  .page-news *::before,
  .page-news *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .page-news [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

.page-news {
  --reveal-delay: 0.3s;
}
