.page-news {
  background:
    radial-gradient(1200px 600px at 90% -5%, rgba(57, 255, 136, 0.07), transparent 60%),
    linear-gradient(180deg, var(--fh-bg-deep) 0%, #0b211c 55%, var(--fh-bg-indigo) 100%);
  overflow-x: hidden;
  color: var(--fh-text);
  padding-bottom: 48px;
}

.page-news .fh-container {
  padding-top: 24px;
}

/* 面包屑继承共享样式，仅在资讯空间内微调间距 */
.page-news .fh-breadcrumb {
  margin-bottom: 20px;
}

/* ---------- Hero 封面区 ---------- */
.page-news .news-hero {
  position: relative;
  padding: 40px 0 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(57, 255, 136, 0.12), transparent 68%);
  pointer-events: none;
}

.page-news .news-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 220px;
  height: 2px;
  background: var(--fh-green);
}

.page-news .news-kicker {
  margin: 0 0 10px;
  color: var(--fh-green);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-news .news-hero__text h1 {
  margin: 0 0 16px;
  font-family: var(--fh-font-display);
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.page-news .news-hero__brand {
  color: var(--fh-text);
}

.page-news .news-hero__accent {
  color: var(--fh-green);
}

.page-news .news-hero__tail {
  color: rgba(226, 232, 228, 0.92);
}

.page-news .news-hero__lead {
  margin: 0;
  color: rgba(226, 232, 228, 0.72);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 62ch;
}

.page-news .news-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.page-news .news-hero__meta-item {
  background: rgba(57, 255, 136, 0.06);
  border: 1px solid rgba(57, 255, 136, 0.22);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.82rem;
  color: var(--fh-data);
}

/* ---------- 工具栏：最新动态 + 分类浏览 ---------- */
.page-news .news-toolbar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 0 26px;
}

.page-news .news-toolbar__heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.page-news .news-toolbar__title {
  margin: 0;
  font-family: var(--fh-font-display);
  font-size: 1.7rem;
  line-height: 1.2;
  color: var(--fh-text);
}

.page-news .news-toolbar__count {
  color: var(--fh-data);
  opacity: 0.65;
  font-size: 0.9rem;
}

.page-news .news-toolbar__filter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-news .news-toolbar__filter-title {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 400;
  color: rgba(226, 232, 228, 0.75);
}

.page-news .news-filter-tag {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 8px 15px;
  font-size: 0.9rem;
  color: var(--fh-text);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.page-news .news-filter-tag:hover {
  border-color: rgba(57, 255, 136, 0.5);
  color: var(--fh-green);
}

.page-news .news-filter-tag[data-active] {
  background: var(--fh-green);
  border-color: var(--fh-green);
  color: var(--fh-bg-deep);
  font-weight: 700;
}

/* ---------- 主内容布局 ---------- */
.page-news .news-layout {
  display: grid;
  gap: 28px;
  align-items: start;
}

/* ---------- 文章列表 ---------- */
.page-news .news-list {
  display: grid;
  gap: 16px;
}

.page-news .news-item {
  position: relative;
  padding: 24px 20px 20px 72px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(18, 11, 38, 0.6), rgba(8, 26, 23, 0.35));
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-news .news-item--wine {
  background: linear-gradient(135deg, rgba(42, 10, 20, 0.72), rgba(8, 26, 23, 0.3));
}

.page-news .news-item__num {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1.9rem;
  line-height: 1;
  color: rgba(160, 240, 208, 0.4);
}

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

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

.page-news .news-item__meta {
  color: var(--fh-data);
  font-size: 0.82rem;
  opacity: 0.75;
}

.page-news .news-item__title {
  margin: 12px 0 10px;
  font-family: var(--fh-font-display);
  font-size: 1.35rem;
  line-height: 1.35;
  color: var(--fh-text);
  letter-spacing: 0.01em;
}

.page-news .news-item__excerpt {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(226, 232, 228, 0.78);
}

.page-news .news-item__detail {
  margin-top: 14px;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  padding-top: 10px;
}

.page-news .news-item__detail summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--fh-green);
  font-size: 0.85rem;
  width: fit-content;
}

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

.page-news .news-item__detail summary::before {
  content: "＋";
  font-family: var(--fh-font-data);
}

.page-news .news-item__detail[open] summary::before {
  content: "－";
}

.page-news .news-item__detail-body {
  margin-top: 10px;
  padding-left: 14px;
  border-left: 2px solid rgba(57, 255, 136, 0.35);
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(226, 232, 228, 0.85);
}

.page-news .news-item__detail-body p {
  margin: 0;
}

.page-news .news-item__thumb {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.page-news .news-item__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 800 / 500;
  object-fit: cover;
}

/* ---------- 侧边栏 ---------- */
.page-news .news-sidebar {
  display: grid;
  gap: 16px;
}

.page-news .news-sidebar__panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 20px;
}

.page-news .news-sidebar__title {
  margin: 0 0 10px;
  font-family: var(--fh-font-display);
  font-size: 1.1rem;
  line-height: 1.3;
  color: var(--fh-text);
}

.page-news .news-sidebar__text {
  margin: 0 0 12px;
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(226, 232, 228, 0.75);
}

.page-news .news-sidebar__note {
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px dashed rgba(255, 255, 255, 0.09);
  font-size: 0.84rem;
  line-height: 1.7;
  color: rgba(226, 232, 228, 0.62);
}

.page-news .news-sidebar__facts {
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.page-news .news-sidebar__facts li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 0.85rem;
  color: var(--fh-text);
}

.page-news .news-sidebar__facts .fh-data-text {
  font-size: 1.1rem;
  line-height: 1;
  color: var(--fh-green);
}

.page-news .news-sidebar__versions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 6px 0 12px;
}

.page-news .news-sidebar__versions .fh-data-text {
  font-size: 0.95rem;
  color: var(--fh-data);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 6px 9px;
  border-radius: 8px;
}

.page-news .news-sidebar__arrow {
  color: rgba(226, 232, 228, 0.4);
  font-size: 0.9rem;
}

.page-news .news-sidebar__current {
  margin-bottom: 10px;
}

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

.page-news .news-sidebar__links a {
  color: var(--fh-text);
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-block;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-news .news-sidebar__links a:hover {
  color: var(--fh-green);
  border-color: rgba(57, 255, 136, 0.35);
}

/* ---------- 订阅区 ---------- */
.page-news .news-subscribe {
  margin: 64px 0 20px;
  background: linear-gradient(135deg, rgba(18, 11, 38, 0.82), rgba(42, 10, 20, 0.5));
  border: 1px solid rgba(57, 255, 136, 0.18);
  border-radius: 22px;
  padding: 28px 24px;
  display: grid;
  gap: 24px;
}

.page-news .news-subscribe__title {
  margin: 0 0 12px;
  font-family: var(--fh-font-display);
  font-size: 1.7rem;
  line-height: 1.2;
  color: var(--fh-text);
}

.page-news .news-subscribe__lead {
  margin: 0 0 12px;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(226, 232, 228, 0.85);
}

.page-news .news-subscribe__note {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(226, 232, 228, 0.62);
}

.page-news .news-subscribe__note a {
  color: var(--fh-green);
  text-decoration-color: rgba(57, 255, 136, 0.4);
}

.page-news .news-subscribe__channels {
  display: grid;
  gap: 12px;
}

.page-news .news-subscribe__channel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px 16px;
}

.page-news .news-subscribe__channel p {
  margin: 8px 0 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(226, 232, 228, 0.72);
}

/* ---------- 悬停微光 ---------- */
@media (hover: hover) {
  .page-news .news-item:hover {
    transform: translateY(-4px);
    border-color: rgba(57, 255, 136, 0.3);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(57, 255, 136, 0.1);
  }
}

/* ---------- 桌面端布局 ---------- */
@media (min-width: 640px) {
  .page-news .news-item--media .news-item__inner {
    grid-template-columns: minmax(0, 1fr) 260px;
    align-items: center;
  }
}

@media (min-width: 900px) {
  .page-news .news-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 32px;
    align-items: end;
  }

  .page-news .news-hero__meta {
    justify-content: flex-end;
    margin-top: 0;
  }

  .page-news .news-toolbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }

  .page-news .news-toolbar__filter {
    min-width: 340px;
  }

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

  .page-news .news-subscribe {
    grid-template-columns: 1.1fr 0.9fr;
    padding: 36px;
  }
}
