.page-news {
  --news-accent: var(--accent);
  --news-alert: var(--alert);
  --news-silver: var(--silver);
  --news-primary: var(--primary);
  --news-bg-card: #F5F7FA;
  --news-border: rgba(192, 197, 208, 0.4);
  position: relative;
  background: var(--white);
  color: var(--gray-dark);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

.page-news .container,
.page-news .breadcrumb,
.page-news .news-hero,
.page-news .filter-bar,
.page-news .news-content {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-news .breadcrumb {
  padding-top: 24px;
  padding-bottom: 12px;
}

.page-news .crumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: var(--gray-dark);
}

.page-news .crumb-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-news .crumb-item + .crumb-item::before {
  content: "/";
  color: var(--news-silver);
}

.page-news .crumb-link {
  color: var(--gray-dark);
  text-decoration: none;
  transition: color var(--transition);
}

.page-news .crumb-link:hover {
  color: var(--news-accent);
}

.page-news .crumb-current {
  color: var(--news-primary);
  font-weight: 600;
}

/* ===== Hero 区 ===== */
.page-news .news-hero {
  position: relative;
  background: var(--bg-gradient);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), calc(100% - 40px) 100%, 0 100%);
  padding: 48px 20px 72px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
  max-width: 100%;
}

.page-news .hero-copy {
  max-width: var(--container);
  margin: 0 auto;
  width: 100%;
}

.page-news .news-hero .section-index {
  color: var(--news-accent);
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-news .news-hero h1 {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(32px, 7vw, 64px);
  line-height: 1.1;
  color: var(--white);
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  max-width: 900px;
}

.page-news .hero-summary {
  color: var(--news-silver);
  font-size: 18px;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 0 24px;
}

.page-news .hero-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 14px;
  flex-wrap: wrap;
}

.page-news .hero-meta .status-dot {
  width: 8px;
  height: 8px;
  background: var(--news-accent);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--news-accent);
  flex-shrink: 0;
}

.page-news .hero-meta .status-code {
  font-family: var(--font-mono);
  color: var(--news-accent);
  letter-spacing: 0.08em;
}

.page-news .hero-meta .hero-date {
  padding: 4px 12px;
  border: 1px solid var(--news-silver);
  border-radius: 999px;
  color: var(--news-silver);
  font-size: 13px;
}

.page-news .hero-ticker {
  display: flex;
  gap: 16px;
  max-width: var(--container);
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
}

.page-news .ticker-item {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.04em;
}

.page-news .ticker-item:nth-child(2) {
  color: rgba(255, 196, 0, 0.5);
}

.page-news .ticker-item:nth-child(4) {
  color: rgba(230, 57, 70, 0.6);
}

/* ===== 筛选栏 ===== */
.page-news .filter-bar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 8px;
  padding-bottom: 24px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
}

.page-news .filter-btn {
  appearance: none;
  border: 1px solid var(--news-border);
  background: var(--white);
  color: var(--gray-dark);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: all var(--transition);
  font-family: var(--font-body);
}

.page-news .filter-btn:hover {
  border-color: var(--news-primary);
  color: var(--news-primary);
}

.page-news .filter-btn[data-filter-active] {
  background: var(--news-accent);
  border-color: var(--news-accent);
  color: var(--news-primary);
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(255, 196, 0, 0.4);
}

/* ===== 通用 Section ===== */
.page-news .section {
  margin-bottom: 56px;
}

.page-news .section-header {
  margin-bottom: 24px;
}

.page-news .section-index {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--news-primary);
  text-transform: uppercase;
  margin: 0 0 8px;
}

.page-news .section-title {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.1;
  color: var(--news-primary);
  margin: 0 0 12px;
}

.page-news .section-desc {
  color: var(--gray-dark);
  font-size: 15px;
  max-width: 560px;
}

.page-news .section-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--news-primary);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid var(--news-accent);
  padding-bottom: 2px;
  font-size: 14px;
}

/* ===== 战报卡片 ===== */
.page-news .report-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.page-news .report-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--news-border);
  border-left: 4px solid var(--news-primary);
  background: var(--white);
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition);
}

.page-news .report-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(10, 30, 60, 0.18);
}

.page-news .report-card--reverse .img-frame {
  order: 0;
}

.page-news .img-frame {
  position: relative;
  overflow: hidden;
  background: var(--bg-gradient);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}

.page-news .img-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

.page-news .report-card:hover .img-frame img {
  transform: scale(1.03);
}

.page-news .report-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-news .info-line {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.page-news .tag-chip {
  display: inline-block;
  padding: 4px 10px;
  background: var(--news-primary);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  letter-spacing: 0.02em;
}

.page-news .tag-chip--league {
  background: var(--news-silver);
  color: var(--news-primary);
}

.page-news .report-round {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--gray-dark);
  opacity: 0.6;
}

.page-news .report-title {
  font-family: var(--font-head);
  font-style: italic;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 800;
  color: var(--news-primary);
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.page-news .card-desc {
  font-size: 15px;
  color: var(--gray-dark);
  margin: 0;
}

.page-news .report-detail {
  border-top: 1px dashed var(--news-border);
  padding-top: 12px;
}

.page-news .report-detail summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: var(--news-primary);
  list-style: none;
}

.page-news .report-detail summary::-webkit-details-marker {
  display: none;
}

.page-news .report-detail summary::before {
  content: "+ ";
  color: var(--news-accent);
  font-weight: 700;
}

.page-news .report-detail[open] summary::before {
  content: "− ";
}

.page-news .report-detail p {
  margin: 12px 0 0;
  font-size: 14px;
  color: var(--gray-dark);
  line-height: 1.7;
}

.page-news .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.page-news .report-time {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--gray-dark);
  opacity: 0.5;
}

.page-news .btn {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all var(--transition);
  font-size: 14px;
}

.page-news .btn-sm {
  padding: 6px 12px;
  font-size: 13px;
}

.page-news .btn-primary {
  background: var(--btn-gradient);
  color: var(--news-primary);
  border: none;
}

.page-news .btn-primary:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255, 196, 0, 0.4);
}

.page-news .btn-ghost {
  background: transparent;
  color: var(--news-primary);
  border: 1px solid var(--news-primary);
}

.page-news .btn-ghost:hover {
  background: var(--news-primary);
  color: var(--white);
}

/* ===== 联赛专题 ===== */
.page-news .topic-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.page-news .topic-card {
  background: var(--white);
  border: 1px solid var(--news-border);
  border-top: 4px solid var(--news-accent);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(10, 30, 60, 0.08);
  transition: transform var(--transition), box-shadow var(--transition);
}

.page-news .topic-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(10, 30, 60, 0.15);
}

.page-news .topic-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-news .topic-icon {
  font-size: 32px;
  line-height: 1;
}

.page-news .topic-title {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 20px;
  font-weight: 700;
  color: var(--news-primary);
  margin: 0;
}

.page-news .topic-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px dashed var(--news-border);
  border-bottom: 1px dashed var(--news-border);
  padding: 12px 0;
  font-size: 14px;
  color: var(--gray-dark);
}

.page-news .topic-stats strong {
  color: var(--news-accent);
  font-size: 24px;
  font-family: var(--font-head);
  margin-right: 4px;
}

/* ===== 赛前阵容确认 ===== */
.page-news .lineup-section {
  background: var(--news-primary);
  clip-path: polygon(0 24px, 24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
  padding: 40px 20px;
  margin-left: -20px;
  margin-right: -20px;
  max-width: none;
}

.page-news .lineup-section .section-header {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding: 0 4px;
}

.page-news .lineup-section .section-index {
  color: var(--news-accent);
}

.page-news .lineup-section .section-title {
  color: var(--white);
}

.page-news .lineup-section .section-desc {
  color: var(--news-silver);
}

.page-news .lineup-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 4px;
}

.page-news .lineup-visual {
  position: relative;
}

.page-news .img-frame--phone {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  border-radius: 0;
}

.page-news .phone-overlay {
  position: absolute;
  inset: auto 12px 16px 12px;
  background: rgba(10, 30, 60, 0.82);
  backdrop-filter: blur(6px);
  border-left: 3px solid var(--news-accent);
  padding: 12px 16px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-news .overlay-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--news-accent);
  text-transform: uppercase;
}

.page-news .overlay-text {
  font-size: 13px;
  line-height: 1.5;
}

.page-news .lineup-rules {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-news .block-title {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 22px;
  color: var(--white);
  margin: 0;
}

.page-news .rule-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-news .rule-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--news-silver);
  font-size: 15px;
}

.page-news .rule-num {
  font-family: var(--font-mono);
  color: var(--news-accent);
  font-size: 14px;
  min-width: 24px;
  font-weight: 700;
}

.page-news .lineup-rules .btn-primary {
  align-self: flex-start;
}

/* ===== 平台公告 ===== */
.page-news .notice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.page-news .notice-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--news-border);
  background: var(--white);
  transition: box-shadow var(--transition);
}

.page-news .notice-card:hover {
  box-shadow: 0 16px 32px rgba(10, 30, 60, 0.15);
}

.page-news .img-frame--short img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.page-news .notice-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-news .notice-badge {
  align-self: flex-start;
  background: var(--news-alert);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}

.page-news .notice-title {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 18px;
  font-weight: 700;
  color: var(--news-primary);
  margin: 0;
}

.page-news .notice-time {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gray-dark);
  opacity: 0.5;
  margin-top: 8px;
}

/* ===== 响应式 ===== */
@media (min-width: 768px) {
  .page-news .news-hero {
    padding: 72px 40px 96px;
  }

  .page-news .news-hero h1 {
    font-size: 64px;
  }

  .page-news .news-hero .hero-ticker {
    gap: 24px;
  }

  .page-news .report-card {
    flex-direction: row;
    align-items: stretch;
  }

  .page-news .report-card .img-frame {
    width: 42%;
    flex-shrink: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .page-news .report-card--reverse .img-frame {
    order: 2;
  }

  .page-news .report-card--reverse .report-body {
    order: 1;
  }

  .page-news .report-body {
    padding: 32px;
    justify-content: center;
    gap: 16px;
  }

  .page-news .report-title {
    font-size: 32px;
  }

  .page-news .topic-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .page-news .lineup-section {
    padding: 64px 40px;
    margin-left: -40px;
    margin-right: -40px;
  }

  .page-news .lineup-layout {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .page-news .notice-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  .page-news .news-hero {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 48px), calc(100% - 80px) 100%, 0 100%);
  }

  .page-news .section-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .page-news .section-header .section-link {
    margin-top: 0;
  }
}

@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;
    scroll-behavior: auto !important;
  }
}
