.page-news {
  --news-gold: #C9A227;
  --news-gold-light: #E5C86B;
  --news-cyan: #00E5FF;
  --news-deep: #0A1128;
  --news-night: #1A0B2E;
  --news-glass: rgba(255, 255, 255, 0.08);
  --news-white: #F5F5F7;
  --news-gray: #A0A8B8;
  --news-good: #00FF9D;
  --news-warning: #FFB800;
  --news-bad: #FF3B3B;
  --news-radius: 18px;
  --news-gradient-gold: linear-gradient(135deg, #C9A227 0%, #E5C86B 50%, #C9A227 100%);
  --news-font-title: "Noto Serif SC", "Source Han Serif SC", serif;
  --news-font-body: "Noto Sans SC", "Source Han Sans SC", sans-serif;
  --news-font-mono: "JetBrains Mono", "Fira Code", monospace;
  background: var(--news-deep);
  color: var(--news-white);
  font-family: var(--news-font-body);
  line-height: 1.7;
  overflow-x: hidden;
}

.page-news * {
  box-sizing: border-box;
}

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

.page-news a {
  color: var(--news-cyan);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-news a:hover {
  color: var(--news-gold-light);
}

.page-news .container {
  width: min(100% - 40px, 1320px);
  margin-inline: auto;
}

.page-news .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--news-gray);
  margin-bottom: 18px;
}

.page-news .breadcrumbs a {
  color: var(--news-gray);
  transition: color 0.3s ease;
}

.page-news .breadcrumbs a:hover {
  color: var(--news-cyan);
}

.page-news .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.page-news .btn-primary {
  background: var(--news-gradient-gold);
  color: var(--news-deep);
  border-color: transparent;
  box-shadow: 0 0 24px rgba(201, 162, 39, 0.25);
}

.page-news .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 32px rgba(201, 162, 39, 0.4);
  color: var(--news-deep);
}

.page-news .btn-ghost {
  background: transparent;
  color: var(--news-white);
  border-color: rgba(245, 245, 247, 0.35);
}

.page-news .btn-ghost:hover {
  border-color: var(--news-gold);
  color: var(--news-gold-light);
  transform: translateY(-2px);
}

.page-news .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.page-news .filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  border-radius: 999px;
  border: 1px solid rgba(245, 245, 247, 0.25);
  background: transparent;
  color: var(--news-gray);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--news-font-body);
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

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

.page-news .filter-btn.is-active {
  background: var(--news-gradient-gold);
  color: var(--news-deep);
  border-color: transparent;
  box-shadow: 0 0 18px rgba(201, 162, 39, 0.35);
  font-weight: 700;
}

.page-news .timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.page-news .timeline__item {
  position: relative;
  padding-left: 28px;
  padding-bottom: 32px;
}

.page-news .timeline__item::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(0, 229, 255, 0.3);
}

.page-news .timeline__item:last-child::before {
  bottom: auto;
  height: 40px;
}

.page-news .timeline__item::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--news-cyan);
  box-shadow: 0 0 12px rgba(0, 229, 255, 0.5);
}

.page-news__hero {
  position: relative;
  padding: 80px 0 60px;
  background:
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(229, 200, 107, 0.12), transparent 60%),
    radial-gradient(ellipse 40% 40% at 10% 80%, rgba(0, 229, 255, 0.08), transparent 60%),
    var(--news-deep);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-news__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(201, 162, 39, 0.05) 50%, transparent 100%);
  pointer-events: none;
}

.page-news__hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: min(100% - 40px, 1320px);
  margin-inline: auto;
}

.page-news__hero-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-news__eyebrow {
  font-family: var(--news-font-mono);
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--news-gold);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-news__title {
  font-family: var(--news-font-title);
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 20px;
  background: linear-gradient(135deg, #F5F5F7 0%, #E5C86B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-news__lead {
  font-size: 16px;
  line-height: 1.8;
  color: var(--news-gray);
  max-width: 620px;
  margin: 0 0 32px;
}

.page-news__hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.page-news__hero-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--news-glass);
  border: 1px solid rgba(201, 162, 39, 0.25);
  border-radius: var(--news-radius);
  padding: 16px 24px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  min-width: 130px;
}

.page-news__hero-stat-num {
  font-family: var(--news-font-mono);
  font-size: 28px;
  font-weight: 700;
  background: var(--news-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.2;
}

.page-news__hero-stat-label {
  font-size: 12px;
  color: var(--news-gray);
  margin-top: 4px;
}

.page-news__hero-media {
  flex: 1;
  position: relative;
}

.page-news__hero-img {
  width: 100%;
  border-radius: var(--news-radius);
  border: 1px solid rgba(201, 162, 39, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.page-news__hero-media::after {
  content: "";
  position: absolute;
  inset: -20px -20px auto auto;
  width: 60%;
  height: 60%;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.08), transparent);
  pointer-events: none;
}

.page-news__combo {
  position: relative;
  background: var(--news-deep);
  padding: 80px 0;
}

.page-news__combo-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  pointer-events: none;
}

.page-news__combo-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
  position: relative;
}

.page-news__kicker {
  font-family: var(--news-font-mono);
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--news-cyan);
  text-transform: uppercase;
  margin: 0 0 10px;
}

.page-news__combo-title {
  font-family: var(--news-font-title);
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

.page-news__combo-note {
  font-size: 14px;
  color: var(--news-gray);
  max-width: 480px;
}

.page-news__combo .filter-bar {
  position: relative;
  margin-bottom: 56px;
}

.page-news__section-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 32px;
  position: relative;
}

.page-news__section-num {
  font-family: var(--news-font-mono);
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(201, 162, 39, 0.7);
  display: block;
}

.page-news__section-title {
  font-family: var(--news-font-title);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
}

.page-news__section-sub {
  font-size: 14px;
  color: var(--news-gray);
  margin: 0;
  max-width: 640px;
}

.page-news__review-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 72px;
}

.page-news__review-card {
  background: var(--news-glass);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--news-radius);
  padding: 24px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-news__review-card--bd {
  border-color: rgba(201, 162, 39, 0.3);
}

.page-news__review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  border-color: rgba(201, 162, 39, 0.5);
}

.page-news__review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-news__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--news-font-mono);
  letter-spacing: 0.04em;
}

.page-news__badge--batch {
  background: rgba(201, 162, 39, 0.15);
  color: var(--news-gold-light);
  border: 1px solid rgba(201, 162, 39, 0.35);
}

.page-news__badge--type {
  background: rgba(0, 229, 255, 0.1);
  color: var(--news-cyan);
  border: 1px solid rgba(0, 229, 255, 0.25);
}

.page-news__review-name {
  font-family: var(--news-font-title);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.page-news__review-desc {
  font-size: 14px;
  color: var(--news-gray);
  line-height: 1.7;
  margin: 0;
}

.page-news__review-data {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 4px 0 0;
}

.page-news__review-data div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-news__review-data dt {
  font-size: 11px;
  color: var(--news-gray);
  font-weight: 400;
}

.page-news__review-data dd {
  font-family: var(--news-font-mono);
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  color: var(--news-white);
}

.page-news__data-good {
  color: var(--news-good) !important;
}

.page-news__review-summary {
  font-size: 13px;
  line-height: 1.7;
  color: var(--news-gray);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
  margin: 0;
}

.page-news__guides {
  margin-bottom: 72px;
}

.page-news__guides-visual {
  margin-bottom: 40px;
}

.page-news__guides-visual img {
  width: 100%;
  border-radius: var(--news-radius);
  border: 1px solid rgba(201, 162, 39, 0.3);
  object-fit: cover;
}

.page-news__guide-timeline {
  max-width: 720px;
}

.page-news__guide-item {
  padding-left: 32px;
}

.page-news__guide-ver {
  font-family: var(--news-font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--news-cyan);
  background: rgba(0, 229, 255, 0.08);
  border: 1px solid rgba(0, 229, 255, 0.25);
  padding: 3px 12px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 8px;
}

.page-news__guide-body {
  background: var(--news-glass);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color 0.3s ease;
}

.page-news__guide-body:hover {
  border-color: rgba(0, 229, 255, 0.35);
}

.page-news__guide-name {
  font-family: var(--news-font-title);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
}

.page-news__guide-text {
  font-size: 13px;
  color: var(--news-gray);
  line-height: 1.7;
  margin: 0;
}

.page-news__updates {
  margin-bottom: 40px;
}

.page-news__updates-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-news__log-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--news-glass);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.page-news__log-item:hover {
  border-color: rgba(201, 162, 39, 0.35);
  transform: translateX(4px);
}

.page-news__log-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.3);
  background: rgba(201, 162, 39, 0.08);
}

.page-news__log-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-news__log-body {
  flex: 1;
}

.page-news__log-title {
  font-family: var(--news-font-title);
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px;
}

.page-news__log-desc {
  font-size: 13px;
  color: var(--news-gray);
  line-height: 1.6;
  margin: 0;
}

.page-news__log-ver {
  font-family: var(--news-font-mono);
  font-size: 12px;
  color: var(--news-gold-light);
  white-space: nowrap;
  background: rgba(201, 162, 39, 0.1);
  padding: 4px 10px;
  border-radius: 6px;
  flex-shrink: 0;
}

.page-news__cta {
  position: relative;
  padding: 80px 0;
  background: var(--news-night);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.page-news__cta::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.12), transparent 70%);
  bottom: -200px;
  right: -100px;
  pointer-events: none;
}

.page-news__cta-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 229, 255, 0.03), transparent 40%);
  pointer-events: none;
}

.page-news__cta-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.page-news__cta-title {
  font-family: var(--news-font-title);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
}

.page-news__cta-text {
  font-size: 14px;
  color: var(--news-gray);
  line-height: 1.7;
  margin: 0;
  max-width: 540px;
}

.page-news__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (min-width: 640px) {
  .page-news__review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-news__hero {
    padding: 100px 0 80px;
  }

  .page-news__hero-inner {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }

  .page-news__hero-copy {
    flex: 1.1;
  }

  .page-news__hero-media {
    flex: 0.9;
  }

  .page-news__combo {
    padding: 100px 0;
  }

  .page-news__combo-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .page-news__combo-note {
    text-align: right;
  }

  .page-news__section-head {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .page-news__section-num {
    font-size: 48px;
  }

  .page-news__section-sub {
    font-size: 14px;
  }

  .page-news__log-item {
    padding: 20px 24px;
  }

  .page-news__cta-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .page-news__review-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .page-news__review-card {
    padding: 28px;
  }

  .page-news__guide-timeline {
    padding-left: 40px;
  }

  .page-news__guides-visual {
    max-width: 720px;
  }

  .page-news__updates-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .page-news__review-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .page-news__combo-title {
    font-size: 30px;
  }

  .page-news__section-title {
    font-size: 28px;
  }

  .page-news__section-sub {
    font-size: 15px;
  }
}

@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;
  }
}
