.page-news {
  --news-radius-sm: 12px;
  --news-radius-lg: 24px;
  --news-grid: linear-gradient(rgba(11, 27, 58, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 27, 58, 0.045) 1px, transparent 1px);
  --news-white: #FFFFFF;
  --news-ink: #0A1428;
  --news-slate: #2A3B5C;
  --news-blue: #0B1B3A;
  --news-green: #00E5A0;
  --news-orange: #FF6B35;
  --news-paper: #F5F8FC;
  --news-mint: #BFFFDE;
  --news-steel: #DCE3EC;
  background: var(--news-paper);
  color: var(--news-ink);
  font-family: var(--font-sans);
  line-height: 1.7;
  overflow-x: hidden;
}

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

.page-news .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 28px 0 4px;
  color: var(--news-slate);
  font-size: 14px;
}

.page-news .breadcrumb a {
  color: var(--green-deep);
  text-decoration: none;
}

.page-news .breadcrumb a:hover {
  text-decoration: underline;
}

.page-news .breadcrumb-sep {
  color: var(--news-steel);
}

.page-news .breadcrumb-current {
  color: var(--news-ink);
  font-weight: 500;
}

.page-news .news-masthead {
  position: relative;
  padding: 32px 0 44px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-news .news-masthead::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 22%;
  min-width: 88px;
  height: 6px;
  background: var(--news-orange);
  transform: skewX(-30deg);
  transform-origin: right top;
}

.page-news .news-masthead-copy {
  max-width: 860px;
}

.page-news .news-masthead-copy .section-kicker {
  margin-bottom: 12px;
  color: var(--green-deep);
  font-weight: 700;
}

.page-news .news-masthead h1 {
  margin: 0 0 18px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 900;
}

.page-news .news-lead {
  margin: 0 0 20px;
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--news-slate);
}

.page-news .news-masthead-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .news-masthead-rail {
  display: none;
}

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

  .page-news .news-masthead-rail {
    display: block;
    position: relative;
    height: 160px;
    margin-top: 36px;
  }

  .page-news .news-rail-line {
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--news-green), var(--green-deep));
    border-radius: 999px;
    opacity: 0.85;
  }

  .page-news .news-rail-dot {
    position: absolute;
    left: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid var(--news-paper);
    background: var(--news-green);
    box-shadow: 0 0 0 4px rgba(0, 229, 160, 0.25);
  }

  .page-news .dot-a {
    top: 0;
  }

  .page-news .dot-b {
    top: 64px;
    background: var(--news-orange);
    box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.25);
  }

  .page-news .dot-c {
    bottom: 0;
  }
}

.page-news .news-feature-grid {
  margin-bottom: 64px;
  border-radius: var(--news-radius-lg);
  background: var(--news-white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

@media (min-width: 900px) {
  .page-news .news-feature-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) minmax(280px, 1fr);
  }
}

.page-news .feature-main {
  display: flex;
  flex-direction: column;
  background: var(--news-white);
}

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

.page-news .feature-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.page-news .feature-badge {
  position: absolute;
  left: 18px;
  bottom: 14px;
  background: var(--news-orange);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
  transform: skewX(-8deg);
  letter-spacing: 0.04em;
}

.page-news .feature-content {
  padding: 24px;
}

.page-news .article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.page-news .article-pub,
.page-news .news-card-time {
  color: var(--news-slate);
  font-size: 14px;
}

.page-news .feature-content h2 {
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
  margin: 0 0 12px;
}

.page-news .feature-summary {
  color: var(--news-slate);
  max-width: 720px;
  margin: 0 0 20px;
}

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

.page-news .text-link {
  color: var(--green-deep);
  font-weight: 500;
  text-decoration: none;
}

.page-news .text-link:hover {
  text-decoration: underline;
}

.page-news .feature-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background: linear-gradient(135deg, var(--news-mint) 0%, var(--news-paper) 60%);
}

@media (min-width: 900px) {
  .page-news .feature-side {
    padding: 24px;
  }
}

.page-news .news-side-panel {
  background: var(--news-blue);
  color: #fff;
  border-radius: var(--news-radius-sm);
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.page-news .news-side-panel::before {
  content: "";
  position: absolute;
  right: -24px;
  top: -24px;
  width: 100px;
  height: 100px;
  background: rgba(0, 229, 160, 0.18);
  transform: rotate(18deg);
  border-radius: 12px;
}

.page-news .side-panel-label {
  margin: 0 0 14px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--news-mint);
}

.page-news .news-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 18px;
  margin: 0;
}

.page-news .news-stat-grid .stat-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.page-news .news-stat-grid .stat-value {
  display: block;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  color: var(--news-green);
}

.page-news .news-stat-grid .stat-item:nth-child(2n) .stat-value {
  color: var(--news-orange);
}

.page-news .news-stat-grid .stat-label {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 4px;
}

.page-news .side-panel-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 2px solid var(--news-green);
  padding-bottom: 2px;
}

.page-news .news-side-note {
  background: var(--news-white);
  border: 1px solid var(--news-steel);
  border-radius: var(--news-radius-sm);
  padding: 16px;
}

.page-news .side-note-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--news-green);
  margin-right: 8px;
  box-shadow: 0 0 0 4px rgba(0, 229, 160, 0.2);
}

.page-news .news-side-note p {
  margin: 8px 0 10px;
  color: var(--news-slate);
  font-size: 14px;
  line-height: 1.6;
}

.page-news .side-note-key {
  color: var(--news-ink);
  font-weight: 700;
}

.page-news .news-side-note a {
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.page-news .news-index {
  position: relative;
  margin-bottom: 72px;
}

.page-news .news-index-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}

@media (min-width: 700px) {
  .page-news .news-index-head {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }
}

.page-news .news-index-head .section-kicker {
  margin-bottom: 6px;
  color: var(--green-deep);
  font-weight: 700;
}

.page-news .news-index-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  line-height: 1.2;
}

.page-news .news-index-head .section-sub {
  max-width: 480px;
  color: var(--news-slate);
  margin: 0;
}

.page-news .news-tabs {
  position: relative;
  z-index: 1;
}

.page-news .news-tabs::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--news-grid);
  background-size: 24px 24px;
  border-left: 1px solid rgba(11, 27, 58, 0.06);
  opacity: 0.7;
  pointer-events: none;
  z-index: -1;
}

.page-news .news-tablist {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 8px 4px 14px;
  scrollbar-width: thin;
  scrollbar-color: var(--news-steel) transparent;
}

.page-news .news-tablist .tab-button {
  flex: 0 0 auto;
  appearance: none;
  border: 1px solid var(--news-steel);
  background: var(--news-white);
  color: var(--news-slate);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.page-news .news-tablist .tab-button:hover {
  border-color: var(--news-green);
  color: var(--news-ink);
  transform: translateY(-2px);
}

.page-news .news-tablist .tab-button.is-active,
.page-news .news-tablist .tab-button[aria-selected="true"] {
  background: var(--news-blue);
  color: #fff;
  border-color: var(--news-blue);
  box-shadow: 0 8px 20px rgba(11, 27, 58, 0.22);
}

.page-news .news-tab-panel {
  display: block;
  border-top: 1px solid var(--news-steel);
  padding-top: 24px;
}

.page-news .news-tab-panel[hidden] {
  display: none;
}

.page-news .news-article-flow {
  column-gap: 24px;
  columns: 1;
}

@media (min-width: 640px) {
  .page-news .news-article-flow {
    columns: 2;
  }
}

@media (min-width: 1024px) {
  .page-news .news-article-flow {
    columns: 3;
  }
}

.page-news .news-card {
  break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  background: var(--news-white);
  border: 1px solid var(--news-steel);
  border-radius: var(--news-radius-sm);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-news .news-card:hover {
  transform: translateY(-4px);
  border-color: var(--news-green);
  box-shadow: var(--shadow);
}

.page-news .news-card--updates {
  border-top: 3px solid var(--news-orange);
}

.page-news .news-card--guides {
  border-top: 3px solid var(--news-green);
}

.page-news .news-card--preview {
  border-top: 3px solid var(--green-deep);
}

.page-news .news-card--platform {
  border-top: 3px solid var(--news-blue);
}

.page-news .news-card-media {
  overflow: hidden;
}

.page-news .news-card-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news .news-card-text {
  padding: 18px;
}

.page-news .news-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.page-news .news-card-topgroup {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.page-news .news-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 6px;
  border-radius: 8px;
  background: var(--news-paper);
  color: var(--news-slate);
  font-weight: 900;
  font-size: 13px;
  border: 1px solid var(--news-steel);
}

.page-news .news-card-title {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 10px;
}

.page-news .news-card-excerpt {
  color: var(--news-slate);
  font-size: 15px;
  margin: 0 0 16px;
}

.page-news .news-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px dashed var(--news-steel);
}

.page-news .news-card-read {
  font-size: 13px;
  color: var(--news-slate);
}

.page-news .favorite-btn {
  appearance: none;
  border: 1px solid var(--news-steel);
  border-radius: 999px;
  background: transparent;
  color: var(--news-slate);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
}

.page-news .favorite-btn::before {
  content: "☆ ";
  color: var(--news-orange);
  font-weight: 700;
}

.page-news .favorite-btn:hover {
  border-color: var(--news-green);
  color: var(--news-ink);
}

.page-news .favorite-btn:active,
.page-news .favorite-btn:focus-visible {
  background: var(--news-blue);
  color: #fff;
  border-color: var(--news-blue);
  transform: scale(0.96);
}

.page-news .favorite-btn:active::before,
.page-news .favorite-btn:focus-visible::before {
  content: "★ ";
}

.page-news .news-subscribe {
  position: relative;
  background: var(--news-blue);
  color: #fff;
  border-radius: var(--news-radius-lg);
  padding: 40px 24px;
  margin-bottom: 72px;
  overflow: hidden;
}

.page-news .news-subscribe::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--news-grid);
  background-size: 28px 28px;
  opacity: 0.18;
}

.page-news .news-subscribe::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: rgba(255, 107, 53, 0.22);
  transform: rotate(12deg);
  border-radius: 36px;
}

@media (min-width: 760px) {
  .page-news .news-subscribe {
    padding: 56px 64px;
  }
}

.page-news .news-subscribe-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
}

@media (min-width: 900px) {
  .page-news .news-subscribe-grid {
    grid-template-columns: minmax(0, 1fr) 240px;
    align-items: center;
  }
}

.page-news .news-subscribe .section-kicker {
  color: var(--news-green);
  margin-bottom: 10px;
  font-weight: 700;
}

.page-news .news-subscribe h2 {
  font-size: clamp(26px, 3.5vw, 40px);
  line-height: 1.22;
  margin: 0 0 14px;
}

.page-news .news-subscribe p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 620px;
}

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

.page-news .news-subscribe-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  color: #fff;
}

.page-news .list-index {
  flex: 0 0 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(0, 229, 160, 0.16);
  border: 1px solid rgba(0, 229, 160, 0.4);
  color: var(--news-green);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.page-news .news-subscribe-caption {
  font-size: 14px;
  margin-bottom: 24px;
}

.page-news .news-subscribe .btn-primary {
  background: var(--news-green);
  border: none;
  color: var(--news-blue);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 229, 160, 0.3);
}

.page-news .news-subscribe .btn-primary:hover {
  filter: brightness(1.08);
}

.page-news .news-link-light {
  color: var(--news-green);
}

.page-news .metric-wrap {
  position: relative;
  width: min(100%, 260px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}

.page-news .metric-rings {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--news-blue) 0 54%, transparent 55%),
    conic-gradient(from 210deg, var(--news-green) 0 42%, rgba(255, 255, 255, 0.14) 42% 62%, var(--news-orange) 62% 78%, rgba(255, 255, 255, 0.14) 78%);
  box-shadow: 0 0 44px rgba(0, 229, 160, 0.4);
}

.page-news .metric-ring-label {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}

.page-news .metric-ring-label strong {
  font-size: clamp(56px, 8vw, 86px);
  line-height: 1;
  font-weight: 900;
  color: var(--news-green);
}

.page-news .metric-ring-label span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 899px) {
  .page-news .metric-wrap {
    width: 200px;
  }
}

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