.page-news {
  --news-gold-deep: #8B6914;
  --news-purple-glow: #9D00FF;
  --news-panel-2: #1A1A26;
  --news-line: rgba(212, 175, 55, 0.28);
  --news-body: 16px;
  position: relative;
  overflow-x: hidden;
  color: var(--text-strong);
}

.page-news .container {
  width: 100%;
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: 20px;
}

.page-news img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-news .news-hero {
  position: relative;
  padding: 120px 0 48px;
  overflow: hidden;
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12%;
  width: 56%;
  height: 100%;
  background: linear-gradient(110deg, transparent 0%, rgba(157, 0, 255, 0.14) 42%, rgba(0, 229, 255, 0.08) 100%);
  transform: skewX(-12deg);
  pointer-events: none;
}

.page-news .news-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--gold) 0%, rgba(212, 175, 55, 0.2) 38%, transparent 80%);
}

.page-news .news-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
  align-items: start;
}

.page-news .news-hero-copy {
  max-width: 720px;
}

.page-news .news-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 14px 0 18px;
  background: linear-gradient(135deg, var(--gold-bright) 0%, var(--gold) 46%, var(--news-gold-deep) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 0 1px rgba(212, 175, 55, 0.3);
}

.page-news .page-lead {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.85;
  color: var(--text-weak);
  margin: 0;
  max-width: 640px;
}

.page-news .news-hero-aside {
  border-left: 3px solid var(--gold);
  padding: 18px 0 18px 24px;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.08) 0%, transparent 80%);
}

.page-news .hero-status-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 14px;
}

.page-news .hero-status-label .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(0, 230, 118, 0.8);
  display: inline-block;
}

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

.page-news .hero-status-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-strong);
}

.page-news .hero-status-num {
  font-family: var(--font-number);
  font-size: 14px;
  color: var(--purple-light);
  width: 22px;
  height: 22px;
  border: 1px solid rgba(157, 0, 255, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-8deg);
}

.page-news .hero-scroll-link {
  display: inline-block;
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--blue);
  text-decoration: none;
  transition: color 0.25s ease, letter-spacing 0.25s ease;
}

.page-news .hero-scroll-link:hover,
.page-news .hero-scroll-link:focus-visible {
  color: var(--gold-bright);
  letter-spacing: 0.1em;
}

.page-news .news-section {
  position: relative;
  padding: 72px 0 96px;
}

.page-news .news-layout {
  display: grid;
  gap: 40px;
  align-items: start;
}

.page-news .news-main-col {
  min-width: 0;
}

.page-news .chapter-head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 44px;
  border-bottom: 1px solid var(--news-line);
  padding-bottom: 24px;
  position: relative;
}

.page-news .chapter-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 64px;
  height: 2px;
  background: var(--gold);
}

.page-news .chapter-index {
  font-family: var(--font-number);
  font-size: 58px;
  font-weight: 800;
  line-height: 0.85;
  color: transparent;
  -webkit-text-stroke: 1px var(--gold);
  flex-shrink: 0;
  transform: translateY(2px);
}

.page-news .chapter-head-text {
  min-width: 0;
}

.page-news .chapter-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 8px;
  color: var(--text-strong);
}

.page-news .chapter-sub {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-weak);
  margin: 0;
}

.page-news .news-feature-card {
  position: relative;
  background: var(--bg-panel);
  border-left: 4px solid var(--gold);
  margin-bottom: 36px;
  transition: transform 0.3s var(--ease-out);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.page-news .news-feature-card:hover,
.page-news .news-feature-card:focus-within {
  transform: skewX(-1.5deg) translateY(-4px);
}

.page-news .news-feature-media {
  position: relative;
  overflow: hidden;
  background: var(--news-panel-2);
}

.page-news .news-feature-media img {
  width: 100%;
  height: clamp(220px, 32vw, 360px);
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
}

.page-news .news-feature-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0B0B10;
  background: var(--gold-bright);
  padding: 6px 14px;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 88% 100%, 0 100%);
}

.page-news .news-feature-body {
  padding: 28px 28px 32px;
}

.page-news .news-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.page-news .news-date {
  font-family: var(--font-number);
  font-size: 13px;
  color: var(--text-weak);
  letter-spacing: 0.06em;
}

.page-news .news-feature-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 12px;
  color: var(--text-strong);
}

.page-news .news-feature-desc {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-weak);
  margin: 0 0 20px;
}

.page-news .btn-ghost {
  border-color: var(--gold);
  color: var(--gold-bright);
}

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

.page-news .news-index-item {
  position: relative;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: rgba(20, 20, 28, 0.7);
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-left-width: 3px;
  border-left-color: transparent;
  padding: 24px 24px 22px;
  transition: background 0.3s ease, transform 0.3s ease, border-left-color 0.3s ease;
}

.page-news .news-index-item:hover,
.page-news .news-index-item:focus-within {
  background: var(--bg-panel);
  border-left-color: var(--purple-light);
  transform: translateX(6px);
}

.page-news .news-index-num {
  font-family: var(--font-number);
  font-size: 42px;
  font-weight: 800;
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px rgba(212, 175, 55, 0.65);
  flex-shrink: 0;
  min-width: 44px;
  padding-top: 6px;
}

.page-news .news-index-content {
  min-width: 0;
  flex: 1;
}

.page-news .news-index-title {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 8px;
  color: var(--text-strong);
}

.page-news .news-index-desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-weak);
  margin: 0 0 10px;
}

.page-news .news-link {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--blue);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 229, 255, 0.4);
  padding-bottom: 2px;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.page-news .news-link:hover,
.page-news .news-link:focus-visible {
  color: var(--gold-bright);
  border-color: var(--gold);
}

.page-news .news-aside {
  display: grid;
  gap: 22px;
}

.page-news .news-aside > div {
  position: relative;
  background: var(--bg-panel);
  border: 1px solid rgba(212, 175, 55, 0.18);
  padding: 26px 24px;
  transition: transform 0.3s var(--ease-out);
}

.page-news .news-aside > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 44px;
  height: 3px;
  background: var(--gold);
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
}

.page-news .news-aside > div:hover {
  transform: translateY(-4px);
}

.page-news .news-aside-label {
  display: block;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 16px;
}

.page-news .news-dir-list,
.page-news .news-version-list,
.page-news .aside-status-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-news .news-dir-list a {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-weak);
  text-decoration: none;
  padding: 8px 12px;
  border-left: 2px solid rgba(157, 0, 255, 0.5);
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.page-news .news-dir-list a:hover,
.page-news .news-dir-list a:focus-visible {
  color: var(--text-strong);
  background: rgba(157, 0, 255, 0.1);
  border-left-color: var(--purple-light);
}

.page-news .news-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .tag-purple {
  background: rgba(157, 0, 255, 0.16);
  color: var(--purple-light);
  border: 1px solid rgba(157, 0, 255, 0.42);
}

.page-news .news-tag-cloud a {
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.page-news .news-tag-cloud a:hover,
.page-news .news-tag-cloud a:focus-visible {
  transform: translateY(-3px) rotate(-2deg);
  background: rgba(212, 175, 55, 0.22);
}

.page-news .aside-status-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-weak);
}

.page-news .aside-status-list .status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px rgba(0, 230, 118, 0.6);
  flex-shrink: 0;
}

.page-news .news-version-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-strong);
  padding: 8px 0;
  border-bottom: 1px dashed rgba(212, 175, 55, 0.14);
}

.page-news .news-version-list li:last-child {
  border-bottom: none;
}

.page-news .news-version-list em {
  font-family: var(--font-number);
  font-size: 12px;
  font-style: normal;
  color: var(--text-weak);
  margin-left: auto;
}

.page-news .version-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(176, 176, 184, 0.45);
  flex-shrink: 0;
}

.page-news .version-dot.is-current {
  background: var(--gold);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.85);
}

.page-news .news-versions-frame {
  margin-bottom: 44px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
  background: var(--bg-panel);
}

.page-news .news-versions-frame img {
  width: 100%;
  height: clamp(220px, 36vw, 420px);
  object-fit: cover;
  filter: saturate(1.1) contrast(1.06);
}

.page-news .news-timeline {
  position: relative;
  display: grid;
  gap: 28px;
}

.page-news .news-timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(to bottom, var(--gold) 0%, rgba(212, 175, 55, 0.24) 55%, rgba(157, 0, 255, 0.4) 100%);
}

.page-news .timeline-item {
  position: relative;
  padding-left: 42px;
}

.page-news .timeline-marker {
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid var(--bg-main);
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.5), 0 0 14px rgba(212, 175, 55, 0.45);
  z-index: 1;
}

.page-news .timeline-marker span {
  position: absolute;
  left: 26px;
  top: -3px;
  display: inline-block;
  font-family: var(--font-number);
  font-size: 13px;
  white-space: nowrap;
  color: var(--text-weak);
}

.page-news .timeline-card {
  background: var(--bg-panel);
  border: 1px solid rgba(212, 175, 55, 0.16);
  padding: 24px 26px 26px;
  transition: transform 0.3s var(--ease-out), border-color 0.3s ease;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.page-news .timeline-card:hover,
.page-news .timeline-card:focus-within {
  transform: translateX(8px) skewX(-1deg);
  border-color: rgba(212, 175, 55, 0.4);
}

.page-news .timeline-current .timeline-card {
  border-left: 4px solid var(--gold);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), transparent 45%), var(--bg-panel);
}

.page-news .timeline-top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 10px;
}

.page-news .timeline-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  color: var(--text-strong);
}

.page-news .timeline-year {
  font-family: var(--font-number);
  font-size: 13px;
  color: var(--text-weak);
  letter-spacing: 0.08em;
}

.page-news .timeline-card p.timeline-desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-weak);
  margin: 0 0 14px;
}

.page-news .timeline-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-news .news-activity-grid {
  display: grid;
  gap: 28px;
}

.page-news .activity-cycle-card {
  display: grid;
  gap: 0;
  background: var(--bg-panel);
  border: 1px solid rgba(212, 175, 55, 0.18);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s ease;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}

.page-news .activity-cycle-card:hover,
.page-news .activity-cycle-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.36);
}

.page-news .activity-cycle-body {
  padding: 30px 30px 34px;
}

.page-news .activity-phase {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  margin-bottom: 18px;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 90% 100%, 0 100%);
}

.page-news .activity-current .activity-phase {
  background: rgba(212, 175, 55, 0.2);
  color: var(--gold-bright);
  border-left: 3px solid var(--gold);
}

.page-news .activity-next .activity-phase {
  background: rgba(157, 0, 255, 0.16);
  color: var(--purple-light);
  border-left: 3px solid var(--purple);
}

.page-news .activity-title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--text-strong);
}

.page-news .activity-desc {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-weak);
  margin: 0 0 20px;
}

.page-news .activity-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-news .activity-points li {
  position: relative;
  padding-left: 20px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-weak);
}

.page-news .activity-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 2px;
  background: var(--gold);
  transform: skewX(-30deg);
}

.page-news .activity-next .activity-points li::before {
  background: var(--purple-light);
}

.page-news .activity-cycle-media {
  overflow: hidden;
  background: var(--news-panel-2);
}

.page-news .activity-cycle-media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.06);
}

.page-news .news-special-grid {
  display: grid;
  gap: 24px;
}

.page-news .special-card {
  position: relative;
  background: var(--bg-panel);
  border: 1px solid rgba(212, 175, 55, 0.16);
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s var(--ease-out), border-color 0.3s ease;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.page-news .special-card:hover,
.page-news .special-card:focus-within {
  transform: rotate(-1.5deg) translateY(-6px);
  border-color: rgba(212, 175, 55, 0.4);
}

.page-news .special-media {
  overflow: hidden;
  background: var(--news-panel-2);
}

.page-news .special-media img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.05);
}

.page-news .special-body {
  padding: 26px 26px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}

.page-news .special-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
  color: var(--text-strong);
}

.page-news .special-body p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-weak);
  margin: 0;
}

.page-news .special-body .news-link {
  margin-top: auto;
}

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

  .page-news .special-featured {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
  }

  .page-news .special-featured .special-media img {
    height: 100%;
    min-height: 240px;
  }
}

@media (min-width: 768px) {
  .page-news .container {
    padding-inline: 40px;
  }

  .page-news .news-hero-layout {
    grid-template-columns: 1.4fr 0.9fr;
    gap: 48px;
  }

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

  .page-news .activity-cycle-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .page-news .activity-cycle-media img {
    height: 200px;
  }

  .page-news .news-index-item {
    padding: 26px 30px 24px;
    gap: 24px;
  }

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

@media (min-width: 1024px) {
  .page-news .news-hero {
    padding: 140px 0 56px;
  }

  .page-news .news-section {
    padding: 88px 0 112px;
  }

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

  .page-news .news-aside {
    grid-template-columns: 1fr;
    position: sticky;
    top: calc(var(--header-h) + 24px);
    padding-bottom: 40px;
  }

  .page-news .news-aside > div {
    margin-bottom: 22px;
  }

  .page-news .chapter-index {
    font-size: 72px;
  }

  .page-news .news-feature-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .page-news .news-feature-media img {
    height: 100%;
    min-height: 320px;
  }

  .page-news .news-feature-body {
    padding: 34px 34px 38px;
  }

  .page-news .news-timeline::before {
    left: 12px;
  }

  .page-news .timeline-item {
    padding-left: 62px;
  }

  .page-news .timeline-marker {
    width: 26px;
    height: 26px;
    top: 4px;
  }

  .page-news .timeline-marker span {
    left: 40px;
    top: 2px;
    font-size: 15px;
  }

  .page-news .timeline-card {
    padding: 28px 32px 30px;
  }

  .page-news .activity-cycle-card.activity-current {
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: auto;
  }

  .page-news .activity-cycle-media img {
    height: 100%;
    min-height: 300px;
  }

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

  .page-news .special-body {
    padding: 30px 32px 34px;
  }
}
