.page-news {
  --container-pad: 20px;
  --news-orange: #ff6b00;
  --news-neon: #39ff14;
  --news-blue: #00d4ff;
  padding-bottom: 60px;
}

.page-news .breadcrumb {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px var(--container-pad) 0;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--gray);
}
.page-news .breadcrumb a {
  color: var(--gray);
  text-decoration: none;
  transition: color 0.3s var(--ease);
}
.page-news .breadcrumb a:hover {
  color: var(--news-blue);
}
.page-news .breadcrumb span[aria-current="page"] {
  color: var(--ice);
}

.page-news .news-masthead {
  max-width: 1400px;
  margin: 0 auto;
  padding: 36px var(--container-pad) 28px;
  display: grid;
  gap: 28px;
  border-bottom: 1px solid var(--border);
}
.page-news .news-masthead-copy {
  position: relative;
  padding-left: 16px;
}
.page-news .news-masthead-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 72px;
  background: linear-gradient(180deg, var(--orange), transparent);
}
.page-news .news-masthead h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 6vw, 52px);
  line-height: 1.05;
  color: var(--ice);
  margin: 12px 0 16px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.page-news .news-masthead-desc {
  font-size: 14px;
  line-height: 1.8;
  color: var(--body);
  max-width: 640px;
  margin: 0;
}
.page-news .news-masthead-status {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
}
.page-news .status-panel {
  background: var(--bg-slate);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
}
.page-news .status-panel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--orange), var(--orange) 6px, transparent 6px, transparent 12px);
}
.page-news .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--news-neon);
  box-shadow: 0 0 8px var(--news-neon);
  display: inline-block;
  animation: page-news-pulse 2s ease-in-out infinite;
}
.page-news .status-value {
  font-family: var(--font-mono);
  font-size: 17px;
  font-weight: 700;
  color: var(--ice);
  display: block;
  line-height: 1.2;
}
.page-news .status-label {
  font-size: 12px;
  color: var(--gray);
  display: block;
  margin-top: 2px;
}
.page-news .trust-statement {
  font-size: 13px;
  line-height: 1.7;
  color: var(--gray);
  margin: 0;
  border-left: 2px solid var(--border);
  padding-left: 12px;
}

.page-news .news-topic-filter {
  max-width: 1400px;
  margin: 0 auto;
  padding: 18px var(--container-pad);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-news .filter-button {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--gray);
  background: var(--bg-slate);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 6px 16px;
  cursor: pointer;
  transition: all 0.35s var(--ease);
}
.page-news .filter-button:hover {
  color: var(--ice);
  border-color: var(--orange);
}
.page-news .filter-button[aria-pressed="true"] {
  color: #0a1428;
  background: var(--orange);
  border-color: var(--orange);
  font-weight: 600;
}

.page-news .news-layout {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--container-pad);
  display: grid;
  gap: 32px;
}

.page-news .news-sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 0;
}
.page-news .news-sidebar h2 {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray);
  margin: 0 0 12px;
  position: relative;
  padding-bottom: 8px;
}
.page-news .news-sidebar h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--orange);
}
.page-news .news-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.page-news .tag-link {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--body);
  text-decoration: none;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 4px 10px;
  transition: all 0.3s var(--ease);
}
.page-news .tag-link:hover {
  color: var(--news-neon);
  border-color: var(--news-neon);
}
.page-news .news-speed-console {
  background: var(--bg-slate);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 16px;
}
.page-news .news-speed-console ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-news .news-speed-console li {
  font-size: 12px;
  color: var(--body);
  font-family: var(--font-mono);
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-news .console-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--border);
  flex: none;
}
.page-news .news-speed-console p {
  font-size: 12px;
  line-height: 1.6;
  color: var(--gray);
  margin: 0;
  border-top: 1px solid var(--border);
  padding-top: 10px;
}
.page-news .news-support-link {
  width: 100%;
  text-align: center;
  font-size: 13px;
}

.page-news .news-main {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.page-news .news-section {
  border-top: 1px solid var(--border);
  padding-top: 28px;
  position: relative;
  scroll-margin-top: 24px;
}
.page-news .news-section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--news-blue));
}
.page-news .section-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.page-news .section-index {
  font-family: var(--font-display);
  font-size: 40px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--border);
  flex: none;
  width: 48px;
}
.page-news .news-section h2 {
  font-family: var(--font-display);
  font-size: clamp(20px, 4vw, 30px);
  line-height: 1.2;
  color: var(--ice);
  margin: 4px 0 0;
  letter-spacing: 0.02em;
}
.page-news .section-lead {
  font-size: 14px;
  line-height: 1.8;
  color: var(--body);
  margin: 0 0 20px;
  max-width: 560px;
}

.page-news .news-progress-track {
  background: var(--bg-slate);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 4px;
  margin: 16px 0 20px;
  overflow: hidden;
}
.page-news .news-progress-fill {
  background: linear-gradient(90deg, var(--orange), #ff9040);
  border-radius: 4px;
  color: #0a1428;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  white-space: nowrap;
  min-width: max-content;
}

.page-news .news-img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-card);
  border: 1px solid var(--border);
  margin: 20px 0 24px;
  object-fit: cover;
}

.page-news .news-card-grid {
  margin-bottom: 28px;
}
.page-news .card-body-text {
  font-size: 13px;
  line-height: 1.7;
  color: var(--body);
  margin: 8px 0 0;
}
.page-news .card--accent {
  border-color: rgba(255, 107, 0, 0.4);
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.08), transparent);
}

.page-news .news-item-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 12px;
}
.page-news .news-item {
  background: var(--bg-slate);
  border: 1px solid var(--border);
  border-left: 3px solid var(--orange);
  border-radius: var(--radius-card);
  padding: 20px;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
  animation: page-news-rise 0.5s ease both;
}
.page-news .news-item:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.page-news .news-item-cat {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--news-neon);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  padding: 2px 8px;
  border: 1px solid rgba(57, 255, 20, 0.3);
  border-radius: 2px;
}
.page-news .news-item h3 {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--ice);
  margin: 0 0 8px;
  line-height: 1.4;
}
.page-news .news-item p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--body);
  margin: 0 0 12px;
}
.page-news .news-item-more {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--news-blue);
  text-decoration: none;
  transition: color 0.3s var(--ease);
}
.page-news .news-item-more:hover {
  color: var(--orange);
}

.page-news .news-feature-panel,
.page-news .news-steps-panel {
  background: var(--bg-slate);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 20px;
  margin: 20px 0 28px;
}
.page-news .news-feature-panel h3,
.page-news .news-steps-panel h3 {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--ice);
  margin: 0 0 14px;
}
.page-news .news-feature-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.page-news .news-feature-panel li {
  font-size: 14px;
  line-height: 1.6;
  color: var(--body);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.page-news .feature-point {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--orange);
  background: rgba(255, 107, 0, 0.12);
  border-radius: 2px;
  padding: 2px 6px;
  white-space: nowrap;
  flex: none;
  margin-top: 2px;
}
.page-news .news-steps-panel ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.page-news .news-steps-panel li {
  font-size: 14px;
  line-height: 1.6;
  color: var(--body);
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-news .step-num {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--ice);
  background: var(--orange);
  border-radius: 4px;
  padding: 3px 6px;
  flex: none;
  min-width: 30px;
  text-align: center;
}

@keyframes page-news-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
@keyframes page-news-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 600px) {
  .page-news {
    --container-pad: 28px;
  }
  .page-news .news-masthead {
    padding-top: 48px;
    grid-template-columns: 3fr 1fr;
    align-items: end;
  }
  .page-news .news-masthead-desc {
    font-size: 16px;
  }
  .page-news .news-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-news .section-index {
    font-size: 56px;
    width: 60px;
  }
}

@media (min-width: 900px) {
  .page-news {
    --container-pad: 32px;
  }
  .page-news .news-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
    padding-top: 8px;
  }
  .page-news .news-sidebar-inner {
    position: sticky;
    top: 24px;
  }
  .page-news .news-main {
    gap: 64px;
  }
  .page-news .news-section {
    padding-top: 36px;
  }
  .page-news .section-lead {
    font-size: 15px;
  }
  .page-news .news-img--match {
    max-height: 480px;
    width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .page-news .news-layout {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 64px;
  }
  .page-news .news-masthead h1 {
    font-size: 52px;
  }
  .page-news .news-card-grid {
    gap: 20px;
  }
}
