/* ==========================================================================
   复盘与动态 /news/ —— 页面专属样式
   作用域：.page-news
   ========================================================================== */

.page-news {
  --news-line: rgba(107, 255, 208, .13);
  --news-line-strong: rgba(107, 255, 208, .30);
  --news-row: rgba(255, 255, 255, .035);
  --news-row-hi: rgba(255, 255, 255, .075);
  position: relative;
  background: var(--ink-900);
  color: var(--mist);
  overflow-x: hidden;
}

/* --------------------------------------------------------------------------
   首屏：斜切色块 + 半场网格 + 错位图文
   -------------------------------------------------------------------------- */

.page-news .news-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(20px, 4vw, 42px) 0 clamp(46px, 7vw, 98px);
  background:
    radial-gradient(115% 85% at 92% 4%, rgba(18, 224, 176, .16), rgba(18, 224, 176, 0) 58%),
    linear-gradient(158deg, var(--ink-900) 0%, var(--ink-800) 52%, var(--ink-900) 100%);
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -8%;
  right: 44%;
  bottom: -24%;
  height: 56%;
  background: linear-gradient(96deg, rgba(255, 90, 31, .18), rgba(255, 194, 77, .04));
  transform: skewY(-6deg);
  pointer-events: none;
}

.page-news .news-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(107, 255, 208, .06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(107, 255, 208, .06) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, 0) 78%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, 0) 78%);
  pointer-events: none;
}

.page-news .news-hero > .container {
  position: relative;
  z-index: 1;
}

.page-news .news-hero__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 clamp(18px, 3vw, 34px);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .12em;
}

.page-news .news-hero__crumb a {
  color: var(--cyan-500);
  text-decoration: none;
}

.page-news .news-hero__crumb a:hover {
  color: var(--cyan-300);
  text-decoration: underline;
}

.page-news .news-hero__sep {
  color: var(--gray-500);
}

.page-news .news-hero__cur {
  color: rgba(232, 239, 234, .78);
}

.page-news .news-hero__inner {
  display: grid;
  gap: clamp(26px, 4vw, 52px);
  align-items: end;
}

.page-news .news-hero__eyebrow {
  display: inline-block;
  margin: 0 0 clamp(14px, 2vw, 22px);
  padding: 7px 15px;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .14em;
  color: var(--cyan-500);
  border: 1px solid rgba(18, 224, 176, .44);
  border-radius: 999px;
  background: rgba(18, 224, 176, .08);
}

.page-news .news-hero__title {
  margin: 0;
  font-size: clamp(42px, 8vw, 82px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.02em;
  color: var(--white);
}

.page-news .news-hero__lead {
  margin: clamp(16px, 2.2vw, 24px) 0 0;
  max-width: 46ch;
  font-size: 17px;
  line-height: 1.85;
  color: rgba(232, 239, 234, .84);
}

.page-news .news-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  margin: clamp(22px, 3vw, 34px) 0 0;
  padding: 0;
  list-style: none;
}

.page-news .news-hero__fact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.page-news .news-hero__fact-num {
  font-family: var(--font-mono);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  color: var(--orange-500);
}

.page-news .news-hero__fact-label {
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--gray-500);
}

.page-news .news-hero__figure {
  position: relative;
  margin: 0;
  border: 1px solid var(--news-line-strong);
  border-radius: 6px;
  overflow: hidden;
  background: var(--ink-800);
  box-shadow: 0 30px 66px -34px rgba(0, 0, 0, .9);
}

.page-news .news-hero__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 4;
  object-fit: cover;
  filter: saturate(.92) contrast(1.06);
}

.page-news .news-hero__caption {
  padding: 12px 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .08em;
  color: var(--gray-500);
  border-top: 1px solid var(--news-line);
  background: rgba(0, 0, 0, .28);
}

/* --------------------------------------------------------------------------
   通用章节与编号
   -------------------------------------------------------------------------- */

.page-news .news-section {
  padding: clamp(46px, 7vw, 92px) 0;
}

.page-news .news-chapter {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(14px, 2.6vw, 32px);
  align-items: baseline;
  margin: 0 0 clamp(24px, 3.6vw, 46px);
  padding-top: 18px;
  border-top: 1px solid var(--news-line-strong);
}

.page-news .news-chapter__num {
  font-family: var(--font-mono);
  font-size: clamp(38px, 5.6vw, 66px);
  font-weight: 700;
  line-height: .85;
  letter-spacing: -.01em;
  color: var(--cyan-500);
}

.page-news .news-chapter__kicker {
  margin: 0 0 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-400);
}

.page-news .news-chapter__title {
  margin: 0;
  font-size: clamp(24px, 3.4vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: var(--white);
}

.page-news .news-chapter--dark {
  border-top-color: var(--news-line);
}

/* --------------------------------------------------------------------------
   01 栏目说明
   -------------------------------------------------------------------------- */

.page-news .news-brief__grid {
  display: grid;
  gap: clamp(22px, 3vw, 44px);
}

.page-news .news-brief__text p {
  margin: 0 0 1.2em;
  font-size: 17px;
  line-height: 1.85;
  color: rgba(232, 239, 234, .88);
}

.page-news .news-brief__text p:last-child {
  margin-bottom: 0;
}

.page-news .news-note {
  padding: 20px 22px;
  border: 1px solid var(--news-line);
  border-left: 3px solid var(--cyan-300);
  border-radius: 4px;
  background: rgba(255, 255, 255, .045);
}

.page-news .news-note__title {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--cyan-500);
}

.page-news .news-note__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(232, 239, 234, .72);
}

.page-news .news-steps {
  display: grid;
  gap: 1px;
  margin: clamp(32px, 4.4vw, 56px) 0 0;
  padding: 0;
  list-style: none;
  background: var(--news-line);
  border: 1px solid var(--news-line);
  border-radius: 6px;
  overflow: hidden;
}

.page-news .news-step {
  padding: clamp(18px, 2.4vw, 26px);
  background: var(--ink-800);
}

.page-news .news-step__num {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .18em;
  color: var(--gold-400);
}

.page-news .news-step__title {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--white);
}

.page-news .news-step__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(232, 239, 234, .68);
}

/* --------------------------------------------------------------------------
   02 当轮复盘列表
   -------------------------------------------------------------------------- */

.page-news .news-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 clamp(20px, 3vw, 32px);
  padding: 0;
  list-style: none;
}

.page-news .news-chip {
  display: inline-block;
  padding: 6px 13px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  color: rgba(232, 239, 234, .62);
  border: 1px solid var(--news-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .03);
}

.page-news .news-chip.is-on {
  color: var(--ink-900);
  font-weight: 700;
  background: var(--cyan-500);
  border-color: var(--cyan-500);
}

.page-news .news-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--news-line);
}

.page-news .news-item {
  position: relative;
  display: grid;
  gap: 12px;
  padding: clamp(18px, 2.6vw, 26px) clamp(14px, 2vw, 22px) clamp(18px, 2.6vw, 26px) clamp(16px, 2.4vw, 26px);
  border-bottom: 1px solid var(--news-line);
  background: var(--news-row);
  transition: background .3s var(--ease);
}

.page-news .news-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--orange-500);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform .3s var(--ease);
}

.page-news .news-item:hover,
.page-news .news-item:focus-within {
  background: var(--news-row-hi);
}

.page-news .news-item:hover::before,
.page-news .news-item:focus-within::before {
  transform: scaleY(1);
}

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

.page-news .news-item__league {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .12em;
  color: var(--cyan-500);
}

.page-news .news-item__round {
  padding: 3px 9px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--gold-400);
  border: 1px solid rgba(255, 194, 77, .34);
  border-radius: 3px;
}

.page-news .news-item__title {
  margin: 0 0 8px;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 700;
  line-height: 1.5;
  color: var(--white);
}

.page-news .news-item__desc {
  margin: 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(232, 239, 234, .72);
}

.page-news .news-item__figures {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 12px 0 0;
}

.page-news .news-item__figures span {
  padding: 3px 9px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--orange-500);
  border: 1px solid rgba(255, 90, 31, .22);
  border-radius: 3px;
  background: rgba(255, 90, 31, .1);
}

.page-news .news-feed__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 22px;
  margin-top: clamp(22px, 3vw, 34px);
}

.page-news .news-feed__foot-text {
  margin: 0;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.75;
  color: var(--gray-500);
}

.page-news .news-feed__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .08em;
  text-decoration: none;
  color: var(--cyan-500);
  border: 1px solid var(--cyan-500);
  border-radius: 4px;
  background: transparent;
  transition: background .28s var(--ease), color .28s var(--ease);
}

.page-news .news-feed__cta:hover {
  color: var(--ink-900);
  background: var(--cyan-500);
}

/* --------------------------------------------------------------------------
   03 专题系列带
   -------------------------------------------------------------------------- */

.page-news .news-topics {
  position: relative;
  padding: clamp(48px, 7vw, 96px) 0;
  background: linear-gradient(175deg, var(--ink-700) 0%, #071F1B 55%, var(--ink-900) 100%);
  border-top: 1px solid var(--news-line-strong);
  border-bottom: 1px solid var(--news-line-strong);
}

.page-news .news-topics::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 70% at 8% 0%, rgba(255, 194, 77, .1), transparent 62%),
    radial-gradient(55% 60% at 96% 100%, rgba(18, 224, 176, .12), transparent 60%);
  pointer-events: none;
}

.page-news .news-topics > .container {
  position: relative;
  z-index: 1;
}

.page-news .news-topics__grid {
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
}

.page-news .news-topic {
  display: flex;
  flex-direction: column;
  padding: 0 0 clamp(18px, 2.2vw, 24px);
  border: 1px solid var(--news-line);
  border-radius: 6px;
  background: rgba(255, 255, 255, .05);
  overflow: hidden;
  transition: border-color .32s var(--ease), background .32s var(--ease), transform .32s var(--ease);
}

.page-news .news-topic:hover,
.page-news .news-topic:focus-within {
  border-color: var(--news-line-strong);
  background: rgba(255, 255, 255, .085);
  transform: translateY(-4px);
}

.page-news .news-topic__figure {
  margin: 0;
}

.page-news .news-topic__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(.9) contrast(1.05);
}

.page-news .news-topic__index {
  margin: clamp(16px, 2vw, 20px) clamp(16px, 2vw, 22px) 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--gold-400);
}

.page-news .news-topic__title {
  margin: 8px clamp(16px, 2vw, 22px) 0;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--white);
}

.page-news .news-topic__text {
  margin: 10px clamp(16px, 2vw, 22px) 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(232, 239, 234, .7);
}

.page-news .news-topic__cue {
  margin: 12px clamp(16px, 2vw, 22px) 0;
  padding-top: 12px;
  border-top: 1px dashed var(--news-line);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: .04em;
  color: var(--cyan-300);
  opacity: .6;
  transform: translateY(3px);
  transition: opacity .34s var(--ease), transform .34s var(--ease);
}

.page-news .news-topic:hover .news-topic__cue,
.page-news .news-topic:focus-within .news-topic__cue {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------------------------------------------------
   04 编辑节奏
   -------------------------------------------------------------------------- */

.page-news .news-rhythm__grid {
  display: grid;
  gap: clamp(24px, 3.4vw, 48px);
}

.page-news .news-rhythm__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .news-rhythm__row {
  position: relative;
  display: grid;
  gap: 6px;
  margin-left: 6px;
  padding: 0 0 clamp(20px, 2.6vw, 28px) clamp(24px, 3vw, 34px);
  border-left: 1px solid var(--news-line);
}

.page-news .news-rhythm__row:last-child {
  padding-bottom: 0;
}

.page-news .news-rhythm__row::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ink-900);
  border: 1px solid var(--cyan-500);
  box-shadow: 0 0 0 4px rgba(18, 224, 176, .1);
}

.page-news .news-rhythm__when {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .1em;
  color: var(--gold-400);
}

.page-news .news-rhythm__what {
  margin: 0;
  max-width: 48ch;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(232, 239, 234, .84);
}

.page-news .news-rhythm__aside {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: clamp(20px, 2.6vw, 28px);
  border: 1px solid var(--news-line);
  border-radius: 6px;
  background: rgba(255, 255, 255, .04);
}

.page-news .news-rhythm__aside-title {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--cyan-500);
}

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

.page-news .news-rhythm__team li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--news-line);
  font-size: 14px;
  color: rgba(232, 239, 234, .78);
}

.page-news .news-rhythm__team li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.page-news .news-rhythm__team strong {
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 700;
  color: var(--orange-500);
}

.page-news .news-rhythm__fold {
  margin-top: clamp(28px, 3.6vw, 44px);
}

.page-news .news-rhythm__fold .fold__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--cyan-500);
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--news-line);
  border-radius: 4px;
  cursor: pointer;
}

.page-news .news-rhythm__fold .fold__btn:hover {
  border-color: var(--news-line-strong);
}

.page-news .news-rhythm__fold .fold__panel {
  margin-top: 14px;
  padding: 18px 20px;
  border-left: 3px solid var(--cyan-300);
  border-radius: 0 4px 4px 0;
  background: rgba(255, 255, 255, .035);
}

.page-news .news-rhythm__fold .fold__panel p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(232, 239, 234, .74);
}

.page-news .news-rhythm__fold .fold__panel p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   05 延伸阅读
   -------------------------------------------------------------------------- */

.page-news .news-next__grid {
  display: grid;
  gap: clamp(24px, 3.4vw, 44px);
}

.page-news .news-next__main {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--news-line-strong);
  border-radius: 6px;
  background: linear-gradient(150deg, rgba(18, 224, 176, .1), rgba(255, 255, 255, .03));
}

.page-news .news-next__title {
  margin: 0 0 12px;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 800;
  line-height: 1.35;
  color: var(--white);
}

.page-news .news-next__text {
  margin: 0 0 18px;
  max-width: 46ch;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(232, 239, 234, .8);
}

.page-news .news-next__mail {
  display: inline-block;
  padding: 8px 14px;
  font-family: var(--font-mono);
  font-size: 15px;
  letter-spacing: .04em;
  color: var(--orange-500);
  border: 1px dashed rgba(255, 90, 31, .4);
  border-radius: 4px;
  background: rgba(255, 90, 31, .08);
  word-break: break-all;
}

.page-news .news-next__links {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--news-line);
}

.page-news .news-next__links li {
  border-bottom: 1px solid var(--news-line);
}

.page-news .news-next__link {
  position: relative;
  display: block;
  padding: 15px 6px 15px 16px;
  text-decoration: none;
  color: var(--mist);
  transition: color .28s var(--ease), padding-left .28s var(--ease);
}

.page-news .news-next__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--cyan-500);
  transform: translateY(-50%);
  transition: height .28s var(--ease), border-radius .28s var(--ease), background .28s var(--ease);
}

.page-news .news-next__link:hover,
.page-news .news-next__link:focus-visible {
  color: var(--white);
  padding-left: 24px;
}

.page-news .news-next__link:hover::before,
.page-news .news-next__link:focus-visible::before {
  height: 68%;
  border-radius: 2px;
  background: var(--orange-500);
}

.page-news .news-next__link span {
  display: block;
  font-size: 15px;
  line-height: 1.6;
}

.page-news .news-next__link em {
  display: block;
  margin-top: 2px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: .06em;
  color: var(--gray-500);
}

/* --------------------------------------------------------------------------
   响应式
   -------------------------------------------------------------------------- */

@media (min-width: 780px) {
  .page-news .news-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-news .news-topics__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-news .news-next__grid {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
    align-items: start;
  }
}

@media (min-width: 1000px) {
  .page-news .news-hero__inner {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  }

  .page-news .news-hero__figure {
    transform: translateY(-10px);
  }

  .page-news .news-brief__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  }

  .page-news .news-item {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: clamp(18px, 2.6vw, 36px);
    align-items: start;
  }

  .page-news .news-item__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .page-news .news-rhythm__grid {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
    align-items: start;
  }
}

@media (min-width: 1100px) {
  .page-news .news-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .page-news .news-chapter {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .page-news .news-chapter__num {
    line-height: 1;
  }

  .page-news .news-hero__facts {
    gap: 12px 22px;
  }

  .page-news .news-feed__foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-news .news-feed__cta {
    width: 100%;
    justify-content: center;
  }
}

/* --------------------------------------------------------------------------
   减弱动效
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .page-news *,
  .page-news *::before,
  .page-news *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }

  .page-news .news-topic:hover,
  .page-news .news-topic:focus-within {
    transform: none;
  }

  .page-news .news-topic__cue {
    opacity: 1;
    transform: none;
  }
}
