.page-news {
  --news-bg: #0A1B2A;
  --news-panel: #14304A;
  --news-orange: #FF6B35;
  --news-orange-light: #FF9A76;
  --news-cyan: #00E5FF;
  --news-cyan-light: #80F2FF;
  --news-mist: #F8FAFC;
  --news-line: #E2E8F0;
  --news-ink: #040A10;
  --news-green: #10B981;
  background:
    radial-gradient(ellipse 80% 50% at 85% -10%, rgba(0, 229, 255, .12), transparent 60%),
    radial-gradient(ellipse 60% 40% at 10% 20%, rgba(255, 107, 53, .08), transparent 60%),
    var(--news-bg);
  color: var(--news-mist);
  overflow-x: clip;
}

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

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

.page-news .container {
  width: min(1240px, 92vw);
  margin-inline: auto;
}

.page-news .topbar-channel {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--news-cyan-light);
  letter-spacing: .02em;
}

.page-news .channel-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--news-green);
  box-shadow: 0 0 0 4px rgba(16, 185, 129, .18);
}

.page-news .channel-divider {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, .25);
}

.page-news .news-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 2px 10px;
  flex-wrap: wrap;
}

.page-news .news-head {
  padding: 24px 0 20px;
  border-bottom: 1px solid rgba(226, 232, 240, .12);
}

.page-news .section-label {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--news-cyan);
  border: 1px solid rgba(0, 229, 255, .4);
  padding: 6px 12px;
  border-radius: 100px;
  background: rgba(0, 229, 255, .05);
  margin-bottom: 16px;
}

.page-news h1 {
  font-family: var(--font-head);
  font-size: clamp(2.8rem, 7vw, 5.2rem);
  line-height: .98;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: var(--news-mist);
  margin: 0 0 16px;
  max-width: 900px;
}

.page-news h1::after {
  content: "";
  display: block;
  width: 96px;
  height: 6px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--news-orange) 0%, var(--news-orange-light) 70%, transparent 100%);
  border-radius: 100px;
}

.page-news .lead-text {
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  line-height: 1.75;
  max-width: 720px;
  color: rgba(248, 250, 252, .8);
  margin: 0;
}

.page-news .news-ticker {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 26px 0;
  border: 1px solid rgba(0, 229, 255, .3);
  border-left: 0;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(20, 48, 74, .6), rgba(10, 27, 42, .2));
  overflow: hidden;
}

.page-news .ticker-label {
  background: var(--news-orange);
  color: var(--news-ink);
  font-family: var(--font-head);
  font-size: 13px;
  letter-spacing: .12em;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  padding-right: 26px;
  font-weight: 700;
}

.page-news .ticker-track {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  min-width: 0;
}

.page-news .ticker-track p {
  margin: 0;
  font-size: 13.5px;
  letter-spacing: .03em;
  color: rgba(248, 250, 252, .82);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-news .ticker-round {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, .1);
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--news-cyan);
}

.page-news .round-progress {
  width: 120px;
  height: 6px;
  border-radius: 100px;
  background: rgba(255, 255, 255, .12);
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.page-news .round-progress i {
  position: absolute;
  inset: 0;
  width: var(--bar, 0%);
  background: linear-gradient(90deg, var(--news-cyan), var(--news-cyan-light));
  border-radius: 100px;
}

.page-news .news-announce {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 40px;
  background: linear-gradient(135deg, rgba(20, 48, 74, .9), rgba(10, 27, 42, .5));
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 14px 40px rgba(4, 10, 16, .5);
}

.page-news .announce-media {
  position: relative;
  min-height: 240px;
  overflow: hidden;
}

.page-news .announce-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.85) contrast(1.05);
}

.page-news .announce-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(10, 27, 42, .45));
}

.page-news .announce-copy {
  padding: clamp(22px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.page-news .announce-copy h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.1;
  margin: 0 0 14px;
  color: var(--news-mist);
  text-transform: uppercase;
}

.page-news .announce-copy p:not(.section-label) {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(248, 250, 252, .78);
  margin: 0 0 20px;
}

.page-news .announce-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.page-news .news-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  margin-bottom: 56px;
}

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

.page-news .filter-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(226, 232, 240, .12);
}

.page-news .filter-btn {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(248, 250, 252, .72);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 100px;
  padding: 8px 18px;
  cursor: pointer;
  transition: all .25s ease;
  letter-spacing: .02em;
}

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

.page-news .filter-btn.is-active {
  background: var(--news-orange);
  border-color: var(--news-orange);
  color: var(--news-ink);
  box-shadow: 0 6px 20px rgba(255, 107, 53, .25);
}

.page-news .list-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.page-news .list-head h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  text-transform: uppercase;
  margin: 0;
  color: var(--news-mist);
  letter-spacing: .02em;
}

.page-news .list-count {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--news-cyan-light);
  opacity: .75;
  white-space: nowrap;
}

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

.page-news .news-list::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 9px;
  width: 2px;
  background: linear-gradient(180deg, var(--news-orange) 0%, rgba(0, 229, 255, .55) 50%, rgba(255, 107, 53, .2) 100%);
  border-radius: 100px;
}

.page-news .timeline-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 28px;
}

.page-news .timeline-mark {
  position: absolute;
  left: 0;
  top: 22px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--news-bg);
  border: 3px solid var(--news-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 0 0 4px rgba(0, 229, 255, .12);
}

.page-news .timeline-mark i {
  width: 6px;
  height: 6px;
  background: var(--news-orange);
  border-radius: 50%;
}

.page-news .timeline-card {
  background: linear-gradient(135deg, rgba(20, 48, 74, .75), rgba(10, 27, 42, .45));
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.page-news .timeline-card:hover {
  transform: translateX(6px) skewX(-.4deg);
  border-color: rgba(0, 229, 255, .35);
  box-shadow: 0 12px 32px rgba(4, 10, 16, .4);
}

.page-news .timeline-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.page-news .timeline-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
  filter: saturate(.8) contrast(1.08);
}

.page-news .timeline-card:hover .timeline-thumb img {
  transform: scale(1.04);
}

.page-news .timeline-body {
  padding: 20px 22px 22px;
}

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

.page-news .timeline-date {
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(248, 250, 252, .55);
}

.page-news .timeline-body h3 {
  font-family: var(--font-head);
  font-size: clamp(1.15rem, 2.4vw, 1.6rem);
  line-height: 1.15;
  margin: 0 0 12px;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: var(--news-mist);
}

.page-news .timeline-body h3 a {
  color: inherit;
}

.page-news .timeline-body p {
  font-size: 14.5px;
  line-height: 1.72;
  color: rgba(248, 250, 252, .72);
  margin: 0 0 18px;
}

.page-news .timeline-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 14px;
}

.page-news .timeline-foot a {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--news-cyan);
}

.page-news .timeline-foot a:hover {
  color: var(--news-orange);
}

.page-news .data-sign {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--news-green);
  background: rgba(16, 185, 129, .1);
  border: 1px solid rgba(16, 185, 129, .25);
  padding: 4px 10px;
  border-radius: 100px;
  display: inline-block;
}

.page-news .tag-chip {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 4px 12px;
  border-radius: 100px;
  background: rgba(0, 229, 255, .12);
  color: var(--news-cyan-light);
  border: 1px solid rgba(0, 229, 255, .3);
}

.page-news .tag-hot {
  background: rgba(255, 107, 53, .15);
  color: var(--news-orange-light);
  border-color: rgba(255, 107, 53, .4);
}

.page-news .tag-live {
  background: rgba(16, 185, 129, .15);
  color: var(--news-green);
  border-color: rgba(16, 185, 129, .35);
  animation: newsPulse 2s infinite ease-in-out;
}

@keyframes newsPulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(16, 185, 129, .2); }
  50% { opacity: .75; box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
}

.page-news .list-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0 0 30px;
  flex-wrap: wrap;
}

.page-news .list-more span {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: rgba(248, 250, 252, .5);
  letter-spacing: .04em;
}

.page-news .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  padding: 11px 22px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .25s ease;
  text-decoration: none;
  letter-spacing: .02em;
}

.page-news .btn-primary {
  background: var(--news-orange);
  color: var(--news-ink);
  border: 1px solid var(--news-orange);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}

.page-news .btn-primary:hover {
  background: var(--news-orange-light);
  border-color: var(--news-orange-light);
  color: var(--news-ink);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 107, 53, .3);
}

.page-news .btn-ghost {
  background: transparent;
  color: var(--news-cyan);
  border: 1px solid rgba(0, 229, 255, .4);
}

.page-news .btn-ghost:hover {
  background: rgba(0, 229, 255, .08);
  border-color: var(--news-cyan);
  color: var(--news-cyan-light);
}

.page-news .btn-block {
  width: 100%;
  justify-content: center;
}

.page-news .news-side {
  display: flex;
  flex-direction: column;
  gap: 26px;
  min-width: 0;
}

.page-news .side-card {
  background: linear-gradient(160deg, rgba(20, 48, 74, .85), rgba(10, 27, 42, .6));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  padding: 26px 24px;
  position: relative;
  overflow: hidden;
}

.page-news .side-card h2 {
  font-family: var(--font-head);
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--news-mist);
  letter-spacing: .02em;
}

.page-news .side-card .section-label {
  margin-bottom: 10px;
}

.page-news .hot-feature {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(10, 27, 42, .5);
  margin-bottom: 20px;
}

.page-news .hot-feature img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  filter: saturate(.85) contrast(1.1);
}

.page-news .hot-feature-body {
  padding: 18px 18px 20px;
}

.page-news .hot-feature-body .tag-hot {
  margin-bottom: 10px;
}

.page-news .hot-feature-body h3 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 6px 0 8px;
  color: var(--news-mist);
  line-height: 1.1;
}

.page-news .hot-feature-body h3 a {
  color: inherit;
}

.page-news .hot-feature-body p {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(248, 250, 252, .7);
  margin: 0 0 14px;
}

.page-news .hot-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: rgba(248, 250, 252, .6);
}

.page-news .hot-bar b {
  font-family: var(--font-mono);
  color: var(--news-cyan);
  font-size: 12px;
}

.page-news .data-bar-track {
  flex: 1;
  height: 8px;
  border-radius: 100px;
  background: rgba(255, 255, 255, .1);
  overflow: hidden;
}

.page-news .data-bar-fill {
  display: block;
  height: 100%;
  width: var(--bar, 0%);
  background: linear-gradient(90deg, var(--news-cyan), var(--news-cyan-light));
  border-radius: 100px;
  position: relative;
}

.page-news .hot-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-news .hot-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 12px;
  border-radius: 10px;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: all .25s ease;
  background: rgba(10, 27, 42, .3);
}

.page-news .hot-item:hover {
  background: rgba(0, 229, 255, .06);
  border-left-color: var(--news-orange);
  transform: translateX(4px);
}

.page-news .hot-rank {
  font-family: var(--font-head);
  font-size: 1.1rem;
  color: var(--news-orange);
  opacity: .9;
  width: 30px;
  text-align: center;
}

.page-news .hot-item-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.page-news .hot-item-copy b {
  color: var(--news-mist);
  font-size: 14.5px;
  font-weight: 600;
}

.page-news .hot-item-copy small {
  color: rgba(248, 250, 252, .5);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-news .hot-item .tag-chip {
  font-size: 11px;
  padding: 3px 10px;
  white-space: nowrap;
}

.page-news .side-log {
  min-height: 360px;
}

.page-news .log-bg {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  width: 180px;
  opacity: .28;
  pointer-events: none;
}

.page-news .log-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  filter: saturate(0) contrast(1.2);
}

.page-news .log-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  position: relative;
  z-index: 1;
}

.page-news .log-list li {
  position: relative;
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.page-news .log-list li:last-child {
  border-bottom: 0;
}

.page-news .log-marker {
  font-family: var(--font-head);
  font-size: 12px;
  color: var(--news-cyan);
  background: rgba(0, 229, 255, .1);
  border: 1px solid rgba(0, 229, 255, .3);
  border-radius: 6px;
  padding: 4px 8px;
  height: fit-content;
  white-space: nowrap;
  margin-top: 2px;
}

.page-news .log-list li div {
  flex: 1;
}

.page-news .log-list b {
  display: block;
  color: var(--news-mist);
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 600;
}

.page-news .log-list p {
  margin: 0;
  font-size: 12.5px;
  color: rgba(248, 250, 252, .55);
  line-height: 1.5;
}

.page-news .side-stats {
  padding: 0;
  background: linear-gradient(135deg, rgba(255, 107, 53, .16), rgba(10, 27, 42, .6));
  border: 1px solid rgba(255, 107, 53, .25);
}

.page-news .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.page-news .stats-cell {
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .07);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.page-news .stats-cell:nth-child(even) {
  border-right: 0;
}

.page-news .stats-cell:nth-child(n+3) {
  border-bottom: 0;
}

.page-news .stats-cell b {
  display: block;
  font-family: var(--font-head);
  font-size: 1.7rem;
  color: var(--news-orange-light);
  letter-spacing: .02em;
  margin-bottom: 4px;
}

.page-news .stats-cell span {
  font-size: 12.5px;
  color: rgba(248, 250, 252, .6);
}

.page-news .news-bottom-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: 18px;
  overflow: hidden;
  margin: 10px 0 60px;
  background: linear-gradient(120deg, rgba(0, 229, 255, .08), rgba(20, 48, 74, .85) 55%);
  border: 1px solid rgba(0, 229, 255, .2);
}

.page-news .cta-copy {
  padding: clamp(24px, 4vw, 44px);
}

.page-news .cta-copy h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--news-mist);
  margin: 0 0 14px;
  max-width: 660px;
}

.page-news .cta-copy p:not(.section-label) {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(248, 250, 252, .75);
  margin: 0 0 24px;
  max-width: 560px;
}

.page-news .cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.page-news .cta-panel {
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  background: rgba(10, 27, 42, .55);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.page-news .panel-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: rgba(248, 250, 252, .72);
}

.page-news .panel-row b {
  font-family: var(--font-mono);
  color: var(--news-cyan);
  font-size: 13px;
  min-width: 48px;
  text-align: right;
}

.page-news .panel-row .data-bar-track {
  flex: 1;
}

@media (min-width: 540px) {
  .page-news .timeline-card {
    display: grid;
    grid-template-columns: 180px 1fr;
  }

  .page-news .timeline-thumb {
    aspect-ratio: auto;
    height: 100%;
    min-height: 100%;
  }
}

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

  .page-news .news-side {
    position: sticky;
    top: calc(var(--header-h, 84px) + 20px);
    max-height: calc(100vh - var(--header-h, 84px) - 40px);
    overflow-y: auto;
    scrollbar-width: none;
  }

  .page-news .news-side::-webkit-scrollbar {
    display: none;
  }

  .page-news .news-bottom-cta {
    grid-template-columns: 1.5fr 1fr;
  }

  .page-news .cta-panel {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, .08);
  }

  .page-news .news-announce {
    grid-template-columns: 1.4fr 1fr;
    min-height: 320px;
  }

  .page-news .timeline-card {
    grid-template-columns: 200px 1fr;
  }
}

@media (min-width: 1100px) {
  .page-news .news-layout {
    grid-template-columns: minmax(0, 1fr) 400px;
  }

  .page-news .timeline-card {
    grid-template-columns: 220px 1fr;
  }
}

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

  .page-news .timeline-card:hover {
    transform: none;
  }

  .page-news .timeline-card:hover .timeline-thumb img {
    transform: none;
  }
}

.page-news {
  --bar: 1rem;
}
