.page-news {
  --news-accent: var(--color-accent);
  --news-primary: var(--color-primary);
  --news-deep: var(--color-deep);
  --news-line: rgba(245, 245, 247, 0.7);
  --news-grid-gap: 32px;
  background: var(--color-bg);
  color: var(--color-fg);
}

/* ===== 页面头部 ===== */
.page-news .news-hero {
  padding: 56px 0 40px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(74, 0, 224, 0.4);
}
.page-news .news-hero::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 40px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(74, 0, 224, 0.25), transparent 70%);
  pointer-events: none;
}
.page-news .news-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.page-news .news-hero-copy {
  max-width: 760px;
  position: relative;
  z-index: 2;
}
.page-news .news-hero-copy .breadcrumb {
  margin-bottom: 20px;
}
.page-news .news-hero-copy .breadcrumb a {
  color: var(--color-gray);
  text-decoration: none;
  transition: color var(--t-fast);
}
.page-news .news-hero-copy .breadcrumb a:hover {
  color: var(--color-accent);
}
.page-news .news-hero-copy .breadcrumb span[aria-current="page"] {
  color: var(--color-accent);
}
.page-news .news-hero-copy .eyebrow {
  margin-bottom: 12px;
}
.page-news .news-hero-copy h1 {
  font-family: var(--font-title);
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  text-transform: uppercase;
  position: relative;
}
.page-news .news-hero-copy h1::before {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
  margin-bottom: 18px;
}
.page-news .news-hero-desc {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(245, 245, 247, 0.78);
  margin: 0 0 26px;
  max-width: 620px;
}
.page-news .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-news .hero-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 14px;
  border: 1px solid rgba(74, 0, 224, 0.45);
  border-radius: var(--radius-pill);
  background: rgba(74, 0, 224, 0.08);
}
.page-news .news-hero-hud {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-news .hud-ring {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 2px solid rgba(74, 0, 224, 0.7);
  border-top-color: var(--color-accent);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 0 40px rgba(74, 0, 224, 0.25), inset 0 0 30px rgba(74, 0, 224, 0.1);
}
.page-news .hud-ring::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px dashed rgba(74, 0, 224, 0.35);
}
.page-news .hud-num {
  font-family: var(--font-title);
  font-size: 58px;
  line-height: 1;
  color: var(--color-accent);
  text-shadow: 0 0 18px rgba(198, 255, 0, 0.35);
}
.page-news .hud-label {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-fg);
  margin-top: 2px;
}
.page-news .hud-caption {
  font-size: 12px;
  color: var(--color-gray);
  margin-top: 6px;
  letter-spacing: 0.08em;
}

/* ===== 通用节头 ===== */
.page-news .section-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 44px;
}
.page-news .section-head .eyebrow {
  margin-bottom: 6px;
}
.page-news .section-head .section-title {
  margin: 0;
}
.page-news .section-head .section-desc {
  margin: 0;
  max-width: 640px;
  color: var(--color-gray);
  font-size: 15px;
  line-height: 1.7;
}

/* ===== 开服情报 ===== */
.page-news .server-section {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}
.page-news .server-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: stretch;
}
.page-news .server-img {
  min-height: 220px;
}
.page-news .server-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-news .server-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 18px;
}
.page-news .server-item {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 24px 0;
  border-left: 1px solid rgba(74, 0, 224, 0.35);
}
.page-news .server-item:not(:last-child) {
  border-bottom: 1px solid rgba(245, 245, 247, 0.08);
}
.page-news .server-item .status-dot,
.page-news .server-item .server-dot-accent {
  position: relative;
  left: -5px;
  flex-shrink: 0;
  margin-top: 5px;
}
.page-news .server-dot-accent {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 10px rgba(198, 255, 0, 0.6);
}
.page-news .server-item-main {
  flex: 1;
}
.page-news .server-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-accent);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.page-news .server-item-main h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 8px;
  color: var(--color-fg);
}
.page-news .server-item-main p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(245, 245, 247, 0.65);
  margin: 0 0 12px;
}
.page-news .server-state {
  font-size: 13px;
  color: var(--color-gray);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.page-news .server-state::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--color-success);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 255, 102, 0.5);
}

/* ===== 评测中心 ===== */
.page-news .review-section {
  background: var(--color-deep);
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}
.page-news .review-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent), transparent 70%);
}
.page-news .review-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
.page-news .review-card {
  background: rgba(245, 245, 247, 0.03);
  border: 1px solid rgba(245, 245, 247, 0.08);
  border-radius: var(--radius-card);
  overflow: hidden;
  transition: transform var(--t-base), border-color var(--t-base), box-shadow var(--t-base);
  display: flex;
  flex-direction: column;
}
.page-news .review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(74, 0, 224, 0.6);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}
.page-news .review-card-top {
  position: relative;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
}
.page-news .review-card-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-news .review-card-top .tag-chip {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
}
.page-news .review-card-body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.page-news .review-card-body h3 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 14px;
  color: var(--color-fg);
}
.page-news .star-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 14px;
}
.page-news .star {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
.page-news .star svg {
  position: absolute;
  inset: 0;
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.page-news .star-outline {
  position: absolute;
  inset: 0;
  color: #34364a;
}
.page-news .star-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: var(--color-accent);
}
.page-news .star-full .star-overlay {
  width: 100%;
}
.page-news .star-half .star-overlay {
  width: 50%;
}
.page-news .star-empty .star-overlay {
  width: 0;
}
.page-news .star-score {
  font-family: var(--font-title);
  font-size: 16px;
  color: var(--color-fg);
  margin-left: 6px;
  letter-spacing: 0.02em;
}
.page-news .review-summary {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 245, 247, 0.7);
  margin: 0 0 20px;
  flex: 1;
}
.page-news .vote-block {
  border-top: 1px dashed rgba(245, 245, 247, 0.12);
  padding-top: 14px;
}
.page-news .vote-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.page-news .vote-label {
  font-size: 12px;
  color: var(--color-gray);
}
.page-news .vote-num {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-accent);
  font-family: var(--font-body);
}
.page-news .vote-track {
  height: 6px;
  border-radius: 99px;
  background: rgba(245, 245, 247, 0.08);
  overflow: hidden;
}
.page-news .vote-fill {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
  box-shadow: 0 0 12px rgba(74, 0, 224, 0.4);
}

/* ===== 卡关翻攻略收藏页 ===== */
.page-news .guide-section {
  padding-top: 72px;
  padding-bottom: 72px;
  background: var(--color-bg);
  position: relative;
}
.page-news .guide-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(128, 0, 32, 0.6), transparent);
}
.page-news .guide-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
.page-news .guide-timeline {
  position: relative;
  padding-left: 30px;
}
.page-news .guide-timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, var(--color-primary), var(--color-accent), rgba(128, 0, 32, 0.4));
  box-shadow: 0 0 8px rgba(74, 0, 224, 0.45);
}
.page-news .guide-item {
  position: relative;
  padding-bottom: 28px;
}
.page-news .guide-item:last-child {
  padding-bottom: 0;
}
.page-news .timeline-dot {
  position: absolute;
  left: -25px;
  top: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 10px rgba(198, 255, 0, 0.6);
  border: 2px solid var(--color-bg);
  z-index: 2;
}
.page-news .guide-item:nth-child(even) .timeline-dot {
  background: var(--color-primary);
  box-shadow: 0 0 10px rgba(74, 0, 224, 0.7);
}
.page-news .timeline-card {
  padding: 20px 22px;
  border-radius: var(--radius-card);
  background: rgba(245, 245, 247, 0.04);
  border: 1px solid rgba(245, 245, 247, 0.08);
  transition: border-color var(--t-base), transform var(--t-base);
}
.page-news .timeline-card:hover {
  border-color: rgba(198, 255, 0, 0.3);
  transform: translateX(3px);
}
.page-news .guide-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--color-accent);
  background: rgba(198, 255, 0, 0.08);
  border: 1px solid rgba(198, 255, 0, 0.2);
  border-radius: 4px;
  padding: 3px 8px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.page-news .timeline-card h3 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 10px;
  color: var(--color-fg);
}
.page-news .timeline-card p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 245, 247, 0.66);
  margin: 0;
}
.page-news .guide-image {
  min-height: 240px;
}
.page-news .guide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== 游戏平台更新时间说明 ===== */
.page-news .update-section {
  background: var(--color-light);
  color: var(--color-bg);
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}
.page-news .update-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent), var(--color-primary));
}
.page-news .update-section .section-head .section-desc {
  color: rgba(11, 15, 42, 0.66);
}
.page-news .update-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
.page-news .update-image {
  min-height: 220px;
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid rgba(11, 15, 42, 0.1);
}
.page-news .update-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-news .update-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-news .update-clock {
  background: var(--color-bg);
  border-radius: var(--radius-card);
  padding: 22px 26px;
  display: flex;
  align-items: center;
  gap: 22px;
  border-left: 4px solid var(--color-accent);
  box-shadow: 0 10px 24px rgba(11, 15, 42, 0.18);
}
.page-news .clock-caption {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-accent);
  text-transform: uppercase;
  writing-mode: horizontal-tb;
  white-space: nowrap;
}
.page-news .clock-box {
  display: flex;
  gap: 4px;
  font-family: var(--font-title);
  font-size: 42px;
  color: var(--color-fg);
}
.page-news .clock-digit {
  background: rgba(245, 245, 247, 0.08);
  border-radius: 6px;
  padding: 4px 10px;
  line-height: 1;
  min-width: 38px;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(245, 245, 247, 0.06);
}
.page-news .clock-colon {
  color: var(--color-accent);
  line-height: 1;
  padding: 0 2px;
}
.page-news .update-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.page-news .update-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(11, 15, 42, 0.08);
}
.page-news .update-item:last-child {
  border-bottom: none;
}
.page-news .update-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-bg);
}
.page-news .update-note {
  font-size: 13px;
  color: rgba(11, 15, 42, 0.6);
  text-align: right;
}
.page-news .version-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(74, 0, 224, 0.08);
  border: 1px solid rgba(74, 0, 224, 0.25);
  border-radius: var(--radius-pill);
  padding: 8px 16px;
  width: fit-content;
}
.page-news .version-label {
  font-size: 12px;
  color: rgba(11, 15, 42, 0.6);
}
.page-news .version-num {
  font-family: var(--font-title);
  font-size: 20px;
  color: var(--color-primary);
  letter-spacing: 0.02em;
}
.page-news .update-tips {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(11, 15, 42, 0.6);
  margin: 0;
}
.page-news .update-tips a {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(74, 0, 224, 0.3);
  transition: color var(--t-fast), border-color var(--t-fast);
  white-space: nowrap;
}
.page-news .update-tips a:hover {
  color: var(--color-wine);
  border-color: var(--color-wine);
}

/* ===== 底部CTA ===== */
.page-news .news-cta {
  padding-top: 64px;
  padding-bottom: 64px;
  background: var(--color-bg);
  position: relative;
  overflow: hidden;
}
.page-news .news-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(74, 0, 224, 0.26), transparent 55%),
              radial-gradient(circle at 80% 30%, rgba(198, 255, 0, 0.06), transparent 50%);
  pointer-events: none;
}
.page-news .cta-box {
  position: relative;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  padding: 36px 28px;
}
.page-news .cta-kicker {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.page-news .cta-box h2 {
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 16px;
  color: var(--color-fg);
}
.page-news .cta-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(245, 245, 247, 0.66);
  margin: 0 0 28px;
}
.page-news .cta-box .btn {
  min-width: 180px;
}

/* ===== 桌面端布局 ===== */
@media (min-width: 768px) {
  .page-news .news-hero {
    padding: 68px 0 48px;
  }
  .page-news .news-hero-grid {
    grid-template-columns: 7fr 3fr;
  }
  .page-news .news-hero-copy h1 {
    font-size: 52px;
  }
  .page-news .section-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page-news .section-head .section-desc {
    text-align: right;
  }
  .page-news .server-layout {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }
  .page-news .review-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .page-news .guide-layout {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }
  .page-news .update-layout {
    grid-template-columns: 5fr 7fr;
    gap: 44px;
  }
  .page-news .cta-box {
    padding: 48px 40px;
  }
  .page-news .cta-box h2 {
    font-size: 34px;
  }
}

@media (min-width: 1024px) {
  .page-news .news-hero-copy h1 {
    font-size: 62px;
  }
  .page-news .server-layout {
    grid-template-columns: 1.1fr 1fr;
  }
  .page-news .guide-layout {
    grid-template-columns: 1fr 0.85fr;
    align-items: center;
  }
  .page-news .guide-image {
    min-height: 340px;
  }
  .page-news .update-layout {
    grid-template-columns: 4fr 8fr;
  }
}
