.page-news {
  --news-compare: #E1445F;
  --news-feature: #3AD0DE;
  --news-content: #17B98A;
  --news-local: #D7A84E;
  --news-cut: 18px;
  position: relative;
}

/* ---------- 首屏 ---------- */

.page-news .news-hero {
  position: relative;
  padding: 28px 0 54px;
  background:
    radial-gradient(120% 78% at 10% 4%, rgba(58, 208, 222, .10), transparent 56%),
    radial-gradient(96% 68% at 94% 0%, rgba(215, 168, 78, .14), transparent 60%);
}

.page-news .news-hero__grid {
  display: grid;
  gap: 34px;
}

@media (min-width: 920px) {
  .page-news .news-hero__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: start;
    gap: 52px;
  }
}

.page-news .news-hero__kicker {
  margin: 20px 0 0;
  display: block;
}

.page-news .news-hero__title {
  margin: 12px 0 0;
  font-weight: 250;
  font-size: clamp(32px, 8.4vw, 66px);
  line-height: 1.08;
  letter-spacing: -.005em;
}

.page-news .news-hero__title strong {
  font-weight: 900;
  background: linear-gradient(100deg, var(--gold-hi), var(--gold) 58%, #a97c2a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-news .news-hero__lead-text {
  margin: 22px 0 0;
  max-width: 46ch;
  font-size: 16.5px;
  line-height: 1.78;
  color: var(--body-text);
}

.page-news .news-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
}

.page-news .news-hero__stats > div {
  padding: 14px 14px 12px;
  background: linear-gradient(155deg, rgba(20, 31, 58, .86), rgba(11, 18, 36, .7));
  border: 1px solid var(--line-soft);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.page-news .news-hero__stats dt {
  font-size: 10.5px;
  letter-spacing: .16em;
  color: var(--mist);
  text-transform: uppercase;
}

.page-news .news-hero__stats dd {
  margin: 6px 0 0;
}

.page-news .news-hero__stats .data-number {
  font-size: clamp(22px, 5.6vw, 32px);
  color: var(--ivory);
  font-weight: 700;
  letter-spacing: .01em;
}

.page-news .news-hero__peek {
  margin-top: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(20, 31, 58, .92), rgba(11, 18, 36, .82));
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.page-news .news-hero__peek summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
  color: var(--gold-hi);
  transition: background-color .16s var(--ease);
}

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

.page-news .news-hero__peek summary:hover {
  background: rgba(215, 168, 78, .07);
}

.page-news .news-hero__peek-label {
  font-size: 12px;
  letter-spacing: .16em;
}

.page-news .news-hero__peek-hint {
  font-size: 11.5px;
  letter-spacing: .14em;
  color: var(--mist);
}

.page-news .news-hero__peek-hint::after {
  content: "＋";
  display: inline-block;
  margin-left: 6px;
  transition: transform .24s var(--ease);
}

.page-news .news-hero__peek[open] .news-hero__peek-hint::after {
  transform: rotate(45deg);
}

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

.page-news .news-hero__peek-list li {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line-soft);
  font-size: 14px;
  line-height: 1.68;
  color: var(--mist);
}

.page-news .news-hero__peek-list .mono {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .1em;
}

.page-news .news-hero__visual {
  position: relative;
}

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

.page-news .news-hero__badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  font-size: 11.5px;
  letter-spacing: .12em;
}

/* ---------- 条目流 ---------- */

.page-news .news-stream__head {
  max-width: 70ch;
  margin-bottom: 30px;
}

.page-news .news-stream__head .section-title {
  margin: 10px 0 0;
}

.page-news .news-stream__head p {
  margin: 12px 0 0;
  color: var(--mist);
  line-height: 1.75;
}

.page-news .news-stream__grid {
  position: relative;
  display: grid;
  gap: 26px;
}

@media (min-width: 920px) {
  .page-news .news-stream__grid {
    grid-template-columns: 268px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
  }
}

.page-news .news-q-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.page-news .news-q-input:focus-visible + .news-rail,
.page-news .news-rail:focus-within {
  outline: 2px solid var(--gold-hi);
  outline-offset: 4px;
}

.page-news .news-rail {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: linear-gradient(165deg, rgba(20, 31, 58, .78), rgba(11, 18, 36, .66));
  border: 1px solid var(--line-soft);
  clip-path: polygon(0 0, calc(100% - var(--news-cut)) 0, 100% var(--news-cut), 100% 100%, var(--news-cut) 100%, 0 calc(100% - var(--news-cut)));
}

@media (min-width: 920px) {
  .page-news .news-rail {
    position: sticky;
    top: calc(var(--header-h) + 20px);
  }
}

.page-news .news-rail__title {
  margin: 0;
  display: block;
}

.page-news .news-rail__quarters {
  display: grid;
  gap: 4px;
}

.page-news .news-rail__q {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 12px 10px 16px;
  cursor: pointer;
  font-size: 14.5px;
  color: var(--mist);
  border-left: 2px solid rgba(154, 166, 188, .24);
  transition: color .16s var(--ease), background-color .16s var(--ease), border-color .16s var(--ease);
}

.page-news .news-rail__q .mono {
  font-size: 11.5px;
  letter-spacing: .12em;
  color: rgba(154, 166, 188, .8);
}

.page-news .news-rail__q:hover {
  background: rgba(58, 208, 222, .07);
  color: var(--ivory);
}

.page-news #news-q-1:checked ~ .news-rail label[for="news-q-1"],
.page-news #news-q-2:checked ~ .news-rail label[for="news-q-2"],
.page-news #news-q-3:checked ~ .news-rail label[for="news-q-3"] {
  color: var(--ivory);
  border-left-color: var(--gold);
  background: linear-gradient(90deg, rgba(215, 168, 78, .18), rgba(215, 168, 78, 0) 78%);
}

.page-news #news-q-1:checked ~ .news-rail label[for="news-q-1"] .mono,
.page-news #news-q-2:checked ~ .news-rail label[for="news-q-2"] .mono,
.page-news #news-q-3:checked ~ .news-rail label[for="news-q-3"] .mono {
  color: var(--gold-hi);
}

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

.page-news .news-rail__legend li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: var(--mist);
}

.page-news .news-rail__legend li::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: none;
  transform: rotate(45deg);
}

.page-news .news-rail__legend .is-compare::before { background: var(--news-compare); }
.page-news .news-rail__legend .is-feature::before { background: var(--news-feature); }
.page-news .news-rail__legend .is-content::before { background: var(--news-content); }
.page-news .news-rail__legend .is-local::before   { background: var(--news-local); }

.page-news .news-rail__link {
  justify-content: center;
  text-align: center;
}

.page-news .news-streams__panel {
  display: none;
}

.page-news #news-q-1:checked ~ .news-streams .news-streams__panel--1,
.page-news #news-q-2:checked ~ .news-streams .news-streams__panel--2,
.page-news #news-q-3:checked ~ .news-streams .news-streams__panel--3 {
  display: block;
  animation: news-panel-in .32s var(--ease) both;
}

@keyframes news-panel-in {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: none; }
}

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

.page-news .news-entry {
  border: 1px solid var(--line-soft);
  background: linear-gradient(150deg, rgba(20, 31, 58, .8), rgba(11, 18, 36, .62));
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  transition: border-color .16s var(--ease);
}

.page-news .news-entry:hover {
  border-color: rgba(58, 208, 222, .34);
}

.page-news .news-entry[open] {
  border-color: rgba(215, 168, 78, .46);
}

.page-news .news-entry > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px;
  gap: 8px 14px;
  align-items: start;
  min-height: 64px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}

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

.page-news .news-entry > summary:focus-visible {
  outline: 2px solid var(--gold-hi);
  outline-offset: -3px;
}

.page-news .news-entry__meta {
  grid-column: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.page-news .news-entry__time {
  font-size: 11.5px;
  letter-spacing: .13em;
  color: var(--mist);
}

.page-news .news-entry__tag {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 3px 10px;
  clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
}

.page-news .news-feed__item.is-compare .news-entry__tag { background: var(--news-compare); color: #1a0207; }
.page-news .news-feed__item.is-feature .news-entry__tag { background: var(--news-feature); color: #032027; }
.page-news .news-feed__item.is-content .news-entry__tag { background: var(--news-content); color: #022117; }
.page-news .news-feed__item.is-local   .news-entry__tag { background: var(--news-local);   color: #2a1d05; }

.page-news .news-entry__title {
  grid-column: 1;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--ivory);
}

.page-news .news-entry__toggle {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(215, 168, 78, .42);
  border-radius: 50%;
  transition: border-color .16s var(--ease);
}

.page-news .news-entry__toggle::before,
.page-news .news-entry__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  right: 5px;
  height: 1.5px;
  background: var(--gold);
  transition: transform .24s var(--ease);
}

.page-news .news-entry__toggle::after {
  transform: rotate(90deg);
}

.page-news .news-entry[open] .news-entry__toggle::after {
  transform: rotate(0deg);
}

.page-news .news-entry__body {
  padding: 0 18px 18px;
}

.page-news .news-entry__body p {
  margin: 0;
  padding-top: 14px;
  border-top: 1px dashed var(--line-soft);
  font-size: 15px;
  line-height: 1.78;
  color: var(--mist);
}

/* ---------- 服务范围对比 ---------- */

.page-news .news-compare__head {
  max-width: 68ch;
  margin-bottom: 26px;
}

.page-news .news-compare__head .section-title {
  margin: 10px 0 0;
}

.page-news .news-compare__head p {
  margin: 12px 0 0;
  color: var(--mist);
  line-height: 1.75;
}

.page-news .news-compare__stage {
  position: relative;
}

.page-news .news-compare__glow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .18;
  z-index: 0;
  pointer-events: none;
}

.page-news .news-compare__tablewrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page-news .news-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.page-news .news-table__caption {
  caption-side: top;
  text-align: left;
  padding: 16px 18px 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--gold);
  border-bottom: 1px solid var(--line);
}

.page-news .news-table thead th {
  text-align: left;
  padding: 12px 18px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .14em;
  color: var(--mist);
  background: rgba(5, 8, 15, .58);
  border-bottom: 1px solid var(--line-soft);
  white-space: nowrap;
}

.page-news .news-table thead th.news-table__device {
  color: var(--gold);
  background: rgba(215, 168, 78, .12);
  border-left: 1px solid rgba(215, 168, 78, .45);
  border-right: 1px solid rgba(215, 168, 78, .45);
}

.page-news .news-table tbody th,
.page-news .news-table tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--line-soft);
  text-align: left;
  vertical-align: top;
  line-height: 1.62;
  color: var(--body-text);
  font-weight: 400;
}

.page-news .news-table tbody tr:nth-child(even) {
  background: rgba(20, 31, 58, .44);
}

.page-news .news-table tbody tr:hover {
  background: rgba(58, 208, 222, .07);
}

.page-news .news-table__dim {
  color: var(--ivory) !important;
  font-weight: 500 !important;
  white-space: nowrap;
}

.page-news .news-table tbody td.news-table__device {
  color: var(--gold-hi);
  background: rgba(215, 168, 78, .06);
  border-left: 1px solid rgba(215, 168, 78, .45);
  border-right: 1px solid rgba(215, 168, 78, .45);
}

@media (max-width: 799px) {
  .page-news .news-table,
  .page-news .news-table tbody,
  .page-news .news-table tr,
  .page-news .news-table th,
  .page-news .news-table td {
    display: block;
    width: 100%;
  }

  .page-news .news-table thead {
    display: none;
  }

  .page-news .news-table__caption {
    padding: 14px 16px;
    font-size: 11px;
    letter-spacing: .1em;
    line-height: 1.7;
  }

  .page-news .news-table tbody tr {
    margin: 0 0 12px;
    padding: 14px 0;
    background: rgba(20, 31, 58, .6);
    border: 1px solid var(--line-soft);
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  }

  .page-news .news-table tbody tr:nth-child(even) {
    background: rgba(20, 31, 58, .6);
  }

  .page-news .news-table tbody th,
  .page-news .news-table tbody td {
    padding: 8px 16px;
    border-bottom: 0;
  }

  .page-news .news-table tbody th.news-table__dim {
    font-size: 16px;
    white-space: normal;
    padding-bottom: 4px;
  }

  .page-news .news-table tbody th::before,
  .page-news .news-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 5px;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: .14em;
    color: var(--mist);
  }

  .page-news .news-table tbody td.news-table__device {
    margin-left: 16px;
    padding-left: 12px;
    border-left: 2px solid var(--gold);
    border-right: 0;
    background: transparent;
  }
}

/* ---------- 往季归档 ---------- */

.page-news .news-archive__grid {
  display: grid;
  gap: 32px;
}

@media (min-width: 920px) {
  .page-news .news-archive__grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 50px;
    align-items: start;
  }
}

.page-news .news-archive__intro .section-title {
  margin: 10px 0 0;
}

.page-news .news-archive__intro p {
  margin: 14px 0 0;
  color: var(--mist);
  line-height: 1.75;
}

.page-news .news-archive__frame {
  margin: 24px 0 0;
}

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

.page-news .news-archive__item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 3px;
  padding: 14px 14px 14px 4px;
  border-bottom: 1px solid var(--line-soft);
  transition: background-color .16s var(--ease);
}

.page-news .news-archive__item:first-child {
  border-top: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(215, 168, 78, .1), rgba(215, 168, 78, 0) 72%);
}

.page-news .news-archive__item:hover {
  background: rgba(215, 168, 78, .07);
}

.page-news .news-archive__num {
  grid-row: 1 / span 2;
  align-self: start;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .02em;
  color: rgba(215, 168, 78, .6);
}

.page-news .news-archive__label {
  font-size: 15px;
  font-weight: 500;
  color: var(--ivory);
}

.page-news .news-archive__note {
  font-size: 13.5px;
  line-height: 1.58;
  color: var(--mist);
}

/* ---------- 回访提示 ---------- */

.page-news .news-revisit__grid {
  display: grid;
  gap: 30px;
}

@media (min-width: 920px) {
  .page-news .news-revisit__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 48px;
    align-items: center;
  }
}

.page-news .news-revisit__copy .section-title {
  margin: 10px 0 0;
}

.page-news .news-revisit__copy > p {
  margin: 14px 0 0;
  color: var(--mist);
  line-height: 1.75;
}

.page-news .news-revisit__tips {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
}

.page-news .news-revisit__tips li {
  position: relative;
  padding-left: 26px;
  font-size: 15.5px;
  line-height: 1.72;
  color: var(--body-text);
}

.page-news .news-revisit__tips li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: .62em;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, var(--jade), var(--cyan));
  transform: rotate(45deg);
}

.page-news .news-revisit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

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

@media (prefers-reduced-motion: reduce) {
  .page-news #news-q-1:checked ~ .news-streams .news-streams__panel--1,
  .page-news #news-q-2:checked ~ .news-streams .news-streams__panel--2,
  .page-news #news-q-3:checked ~ .news-streams .news-streams__panel--3 {
    animation: none;
  }
}
