.page-news {
  --news-orange: #FF6A00;
  --news-orange-soft: #FFAB70;
  --news-navy: #0A0F1E;
  --news-ink: #1B2A4A;
  --news-gold: #FFD700;
  --news-flame: #E53935;
  --news-paper: #F5F5F5;
  --news-white: #FFFFFF;
  --news-font-headline: Impact, 'Arial Black', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --news-font-body: 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --news-font-mono: 'JetBrains Mono', 'Courier New', monospace;
  background-color: var(--news-navy);
  color: var(--news-white);
  font-family: var(--news-font-body);
  line-height: 1.7;
  overflow-x: hidden;
}

.page-news .news-screen {
  padding: 80px 0 56px;
  background:
    radial-gradient(ellipse 80% 60% at 85% 10%, rgba(255, 106, 0, 0.22) 0%, rgba(10, 15, 30, 0) 60%),
    radial-gradient(ellipse 60% 50% at 10% 100%, rgba(229, 57, 53, 0.16) 0%, rgba(10, 15, 30, 0) 65%),
    linear-gradient(135deg, #0A0F1E 0%, #101A36 48%, #0A0F1E 100%);
  border-bottom: 4px solid var(--news-orange);
  position: relative;
}

.page-news .news-screen::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 240px;
  height: 24px;
  background: linear-gradient(90deg, var(--news-flame), var(--news-orange), var(--news-gold));
  transform: rotate(-14deg);
  opacity: 0.85;
}

.page-news .news-screen-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-news .news-ticker-panel {
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(255, 255, 255, 0.18);
  background: rgba(27, 42, 74, 0.72);
  padding: 14px 16px;
  margin-bottom: 48px;
  box-shadow: 8px 8px 0 rgba(255, 106, 0, 0.14);
  gap: 10px;
}

.page-news .ticker-head {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.page-news .ticker-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--news-flame);
  animation: news-pulse 1.6s infinite alternate;
}

.page-news .ticker-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--news-orange-soft);
  letter-spacing: 0.08em;
}

.page-news .ticker-interval {
  font-family: var(--news-font-mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.56);
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 2px 10px;
  white-space: nowrap;
}

.page-news .ticker-track {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-news .ticker-item {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 14px;
}

.page-news .ticker-time {
  font-family: var(--news-font-mono);
  color: var(--news-gold);
  font-size: 13px;
  white-space: nowrap;
}

.page-news .ticker-text {
  color: rgba(255, 255, 255, 0.82);
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-news .news-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-news .news-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-news .breadcrumb {
  display: flex;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.56);
  margin-bottom: 16px;
  font-family: var(--news-font-mono);
}

.page-news .breadcrumb-item {
  color: inherit;
}

.page-news .breadcrumb-item.active {
  color: var(--news-orange);
}

.page-news .breadcrumb-sep {
  opacity: 0.5;
}

.page-news .page-kicker {
  font-family: var(--news-font-mono);
  font-size: 13px;
  letter-spacing: 0.24em;
  color: var(--news-orange);
  margin-bottom: 12px;
  text-transform: uppercase;
}

.page-news .page-title {
  font-family: var(--news-font-headline);
  font-size: clamp(44px, 9vw, 96px);
  line-height: 0.98;
  font-weight: 900;
  color: var(--news-white);
  text-transform: uppercase;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
  text-shadow: 4px 4px 0 var(--news-orange), 8px 8px 0 rgba(255, 215, 0, 0.24);
}

.page-news .page-lead {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.84);
  max-width: 620px;
  margin: 0 0 24px;
}

.page-news .hero-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.page-news .hero-meta-item {
  font-family: var(--news-font-mono);
  font-size: 13px;
  color: var(--news-orange-soft);
  border: 1px solid rgba(255, 171, 112, 0.42);
  padding: 4px 14px;
  background: rgba(255, 106, 0, 0.08);
  white-space: nowrap;
}

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

.page-news .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  font-family: var(--news-font-body);
  font-size: 15px;
  font-weight: 700;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-news .btn-primary {
  background: var(--news-orange);
  color: var(--news-white);
  border-color: var(--news-orange);
}

.page-news .btn-primary:hover {
  background: #FF7A1F;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(255, 106, 0, 0.32);
}

.page-news .btn-gold {
  background: var(--news-gold);
  color: var(--news-navy);
  border-color: var(--news-gold);
}

.page-news .btn-gold:hover {
  background: #FFE033;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(255, 215, 0, 0.28);
}

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

.page-news .btn-ghost:hover {
  border-color: var(--news-white);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.page-news .news-hero-board {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(150deg, rgba(27, 42, 74, 0.86), rgba(10, 15, 30, 0.94));
  padding: 24px;
  box-shadow: 14px 14px 0 rgba(255, 106, 0, 0.18), 0 0 60px rgba(255, 106, 0, 0.08);
  transform: rotate(-1.4deg);
  min-height: 340px;
}

.page-news .board-status-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 14px;
  margin-bottom: 20px;
}

.page-news .board-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--news-gold);
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.7);
}

.page-news .board-status-text {
  font-family: var(--news-font-mono);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
}

.page-news .board-status-route {
  font-family: var(--news-font-mono);
  font-size: 13px;
  color: var(--news-orange);
  margin-left: auto;
}

.page-news .board-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.page-news .board-stat-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.page-news .board-stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.page-news .board-stat-value {
  font-family: var(--news-font-headline);
  font-size: 32px;
  font-weight: 900;
  color: var(--news-white);
  line-height: 1.1;
}

.page-news .board-stat-unit {
  font-size: 14px;
  color: var(--news-orange);
  margin-left: 2px;
}

.page-news .board-divider {
  height: 3px;
  background: linear-gradient(90deg, var(--news-flame), var(--news-orange), var(--news-gold));
  margin: 20px 0;
  transform: skewX(-18deg);
}

.page-news .board-trend {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-news .board-trend-title {
  font-family: var(--news-font-mono);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.64);
  letter-spacing: 0.12em;
}

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

.page-news .tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 12px;
  text-decoration: none;
}

.page-news .tag-primary {
  background: rgba(255, 106, 0, 0.16);
  color: var(--news-orange-soft);
  border: 1px solid var(--news-orange);
}

.page-news .tag-gold {
  background: rgba(255, 215, 0, 0.12);
  color: var(--news-gold);
  border: 1px solid var(--news-gold);
}

.page-news .tag-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.page-news .board-fire-mark {
  position: absolute;
  right: -10px;
  bottom: -10px;
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0.28;
}

.page-news .board-fire-letter {
  font-family: var(--news-font-headline);
  font-size: 64px;
  color: var(--news-orange);
  line-height: 1;
}

.page-news .board-fire-line {
  width: 60px;
  height: 5px;
  background: linear-gradient(90deg, var(--news-flame), var(--news-gold));
}

.page-news .news-section {
  padding: 72px 0 40px;
}

.page-news .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-news .section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 32px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 18px;
  position: relative;
}

.page-news .section-heading::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 180px;
  height: 3px;
  background: linear-gradient(90deg, var(--news-orange), var(--news-gold));
}

.page-news .section-index {
  font-family: var(--news-font-headline);
  font-size: 52px;
  font-weight: 900;
  color: rgba(255, 106, 0, 0.48);
  line-height: 1;
}

.page-news .section-title {
  font-family: var(--news-font-headline);
  font-size: clamp(26px, 5.6vw, 42px);
  font-weight: 900;
  color: var(--news-white);
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}

.page-news .section-heading-tip {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.52);
}

.page-news .news-filter-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.page-news .filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-news .filter-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.78);
  padding: 6px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

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

.page-news .filter-btn.is-active {
  background: var(--news-orange);
  border-color: var(--news-orange);
  color: var(--news-white);
  font-weight: 700;
}

.page-news .filter-refresh {
  margin-left: auto;
  font-family: var(--news-font-mono);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.54);
}

.page-news .filter-refresh-time {
  color: var(--news-gold);
}

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

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

.page-news .news-card {
  display: grid;
  grid-template-columns: 1fr;
  border: 2px solid rgba(255, 255, 255, 0.16);
  background: rgba(27, 42, 74, 0.64);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.page-news .news-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 106, 0, 0.7);
  box-shadow: 10px 10px 0 rgba(255, 106, 0, 0.18), 0 12px 40px rgba(0, 0, 0, 0.3);
}

.page-news .news-card-featured {
  border-width: 3px;
  border-color: rgba(255, 215, 0, 0.34);
}

.page-news .news-card-img {
  overflow: hidden;
  max-height: 240px;
}

.page-news .news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 100%;
  transition: transform 0.45s ease;
}

.page-news .news-card:hover .news-card-img img {
  transform: scale(1.03);
}

.page-news .news-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.page-news .news-card-time {
  font-family: var(--news-font-mono);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.52);
  margin: 0;
}

.page-news .news-card-title {
  font-family: var(--news-font-headline);
  font-size: 22px;
  font-weight: 900;
  color: var(--news-white);
  margin: 0;
  line-height: 1.25;
}

.page-news .news-card-featured .news-card-title {
  font-size: 26px;
}

.page-news .news-card-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.75;
}

.page-news .news-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 12px;
  margin-top: 4px;
}

.page-news .news-card-tag-more {
  font-family: var(--news-font-mono);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.page-news .news-card-arrow {
  color: var(--news-orange);
  font-size: 20px;
}

.page-news .news-load-more-wrap {
  display: flex;
  justify-content: center;
  padding: 18px 0 30px;
}

.page-news .news-load-more {
  min-width: 220px;
}

.page-news .news-side-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-news .side-panel {
  border: 2px solid rgba(255, 255, 255, 0.16);
  background: rgba(27, 42, 74, 0.6);
  padding: 18px;
}

.page-news .side-panel-header {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 12px;
  margin-bottom: 14px;
}

.page-news .side-panel-icon {
  width: 12px;
  height: 12px;
  background: var(--news-gold);
  transform: rotate(45deg);
}

.page-news .side-panel-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--news-white);
  margin: 0;
}

.page-news .timeline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.page-news .timeline-item {
  display: flex;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.page-news .timeline-item:last-child {
  border-bottom: none;
}

.page-news .timeline-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--news-orange);
  margin-top: 8px;
  flex-shrink: 0;
  margin-right: 2px;
}

.page-news .timeline-content {
  display: flex;
  flex-direction: column;
}

.page-news .timeline-time {
  font-family: var(--news-font-mono);
  font-size: 13px;
  color: var(--news-orange-soft);
  margin: 0;
}

.page-news .timeline-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.page-news .side-panel-subscribe {
  position: relative;
  border-color: rgba(255, 215, 0, 0.42);
  background: linear-gradient(145deg, rgba(255, 215, 0, 0.08), rgba(27, 42, 74, 0.72));
}

.page-news .side-subscribe-badge {
  position: absolute;
  top: -1px;
  right: -1px;
  background: var(--news-gold);
  color: var(--news-navy);
  font-size: 12px;
  font-weight: 900;
  padding: 4px 14px;
}

.page-news .side-subscribe-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--news-white);
  margin: 0 0 10px;
}

.page-news .side-subscribe-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 16px;
}

.page-news .side-subscribe-btn {
  width: 100%;
}

.page-news .news-highlights-section {
  padding: 60px 0;
  background:
    linear-gradient(180deg, rgba(229, 57, 53, 0.1), rgba(10, 15, 30, 0) 240px),
    linear-gradient(90deg, #0A0F1E, #111A32);
  border-top: 4px solid var(--news-flame);
  border-bottom: 4px solid var(--news-orange);
  position: relative;
  overflow: hidden;
}

.page-news .news-highlights-section::before {
  content: "";
  position: absolute;
  top: 60px;
  right: -100px;
  width: 320px;
  height: 320px;
  border: 4px solid rgba(255, 106, 0, 0.2);
  transform: rotate(24deg);
  border-radius: 0 80px 0 80px;
}

.page-news .highlights-cover {
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 12px 12px 0 rgba(229, 57, 53, 0.2);
  transform: rotate(-0.6deg);
}

.page-news .highlights-cover img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 220px;
}

.page-news .highlights-cover-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: linear-gradient(0deg, rgba(10, 15, 30, 0.86) 0%, rgba(10, 15, 30, 0.2) 55%, transparent 100%);
}

.page-news .highlights-cover-kicker {
  font-family: var(--news-font-mono);
  font-size: 13px;
  color: var(--news-gold);
  margin: 0 0 4px;
  letter-spacing: 0.12em;
}

.page-news .highlights-cover-title {
  font-family: var(--news-font-headline);
  font-size: 22px;
  font-weight: 900;
  color: var(--news-white);
  margin: 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.page-news .league-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.page-news .league-tab {
  padding: 6px 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: all 0.22s ease;
}

.page-news .league-tab:hover {
  color: var(--news-orange-soft);
  border-color: var(--news-orange);
}

.page-news .league-tab-active {
  background: var(--news-orange);
  border-color: var(--news-orange);
  color: var(--news-white);
  font-weight: 700;
}

.page-news .league-tab-more {
  border-style: dashed;
  color: rgba(255, 255, 255, 0.46);
}

.page-news .highlights-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-news .highlight-card {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(27, 42, 74, 0.58);
  padding: 24px;
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.page-news .highlight-card:hover {
  transform: translateY(-5px) rotate(-1deg);
  border-color: var(--news-orange);
  box-shadow: 8px 8px 0 rgba(255, 106, 0, 0.16);
}

.page-news .highlight-card-accent {
  border-color: rgba(255, 215, 0, 0.4);
  transform: rotate(1.2deg);
}

.page-news .highlight-card-accent:hover {
  transform: rotate(0.6deg) translateY(-5px);
  border-color: var(--news-gold);
  box-shadow: 8px 8px 0 rgba(255, 215, 0, 0.14);
}

.page-news .highlight-num {
  font-family: var(--news-font-headline);
  font-size: 42px;
  font-weight: 900;
  color: rgba(255, 106, 0, 0.44);
  line-height: 1;
  margin-bottom: 12px;
}

.page-news .highlight-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--news-white);
  margin: 0 0 6px;
}

.page-news .highlight-meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 14px;
}

.page-news .highlight-cats {
  display: inline-block;
  font-family: var(--news-font-mono);
  font-size: 12px;
  color: var(--news-orange-soft);
  border: 1px solid rgba(255, 106, 0, 0.38);
  padding: 2px 10px;
}

.page-news .notice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.page-news .notice-card {
  display: grid;
  grid-template-columns: 1fr;
  border: 2px solid rgba(255, 255, 255, 0.16);
  background: rgba(27, 42, 74, 0.62);
  overflow: hidden;
  transition: border-color 0.28s ease;
}

.page-news .notice-card:hover {
  border-color: rgba(255, 215, 0, 0.55);
}

.page-news .notice-card-main {
  grid-template-columns: 1fr;
}

.page-news .notice-img {
  overflow: hidden;
  position: relative;
}

.page-news .notice-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 100%;
  min-height: 200px;
}

.page-news .notice-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.page-news .notice-title {
  font-family: var(--news-font-headline);
  font-size: 21px;
  font-weight: 900;
  color: var(--news-white);
  margin: 6px 0 0;
  line-height: 1.3;
}

.page-news .notice-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  line-height: 1.8;
}

.page-news .notice-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.page-news .notice-meta-item {
  font-family: var(--news-font-mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 3px 10px;
}

.page-news .notice-list-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-news .notice-item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(27, 42, 74, 0.44);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  transition: border-color 0.25s ease;
}

.page-news .notice-item:hover {
  border-color: rgba(255, 106, 0, 0.6);
}

.page-news .notice-item-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--news-white);
  margin: 4px 0 0;
}

.page-news .notice-item-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}

.page-news .news-special-section {
  padding: 60px 0;
  position: relative;
}

.page-news .special-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-news .special-card {
  border: 2px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, rgba(27, 42, 74, 0.7), rgba(10, 15, 30, 0.9));
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.page-news .special-card:hover {
  transform: rotate(0.5deg) translateY(-4px);
  border-color: var(--news-orange);
  box-shadow: 10px 10px 0 rgba(255, 106, 0, 0.16);
}

.page-news .special-card-tag {
  font-family: var(--news-font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--news-gold);
  border: 1px solid rgba(255, 215, 0, 0.36);
  padding: 3px 12px;
  margin-bottom: 14px;
}

.page-news .special-card-title {
  font-family: var(--news-font-headline);
  font-size: 20px;
  font-weight: 900;
  color: var(--news-white);
  margin: 0 0 10px;
  line-height: 1.3;
}

.page-news .special-card-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.68);
  margin: 0 0 18px;
  line-height: 1.8;
  flex: 1;
}

.page-news .special-card-large {
  background: linear-gradient(145deg, rgba(255, 106, 0, 0.16), rgba(27, 42, 74, 0.8));
  border-color: rgba(255, 106, 0, 0.44);
}

.page-news .special-data-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.page-news .special-data-item {
  display: flex;
  justify-content: space-between;
}

.page-news .special-data-label {
  font-family: var(--news-font-mono);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.56);
}

.page-news .special-data-value {
  font-family: var(--news-font-mono);
  font-size: 13px;
  color: var(--news-orange-soft);
  font-weight: 700;
}

.page-news .news-bottom-cta {
  padding: 48px 0;
  background: linear-gradient(135deg, #131E3A, #0A0F1E);
  border-top: 3px solid rgba(255, 106, 0, 0.6);
  border-bottom: 3px solid rgba(255, 215, 0, 0.4);
}

.page-news .bottom-cta-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.page-news .bottom-cta-kicker {
  font-family: var(--news-font-mono);
  font-size: 14px;
  color: var(--news-orange);
  letter-spacing: 0.14em;
  margin: 0 0 6px;
}

.page-news .bottom-cta-title {
  font-family: var(--news-font-headline);
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 900;
  color: var(--news-white);
  margin: 0;
  line-height: 1.2;
}

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

@keyframes news-pulse {
  from {
    opacity: 0.5;
    transform: scale(0.86);
  }
  to {
    opacity: 1;
    transform: scale(1.05);
  }
}

@media (min-width: 600px) {
  .page-news .ticker-track {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }

  .page-news .ticker-item {
    flex: 1;
    min-width: 0;
  }

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

  .page-news .news-card-img {
    max-height: none;
    height: 100%;
    min-height: 220px;
  }

  .page-news .news-card-featured {
    grid-template-columns: 340px 1fr;
  }

  .page-news .news-card-img img {
    height: 100%;
  }

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

  .page-news .notice-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .page-news .notice-card-main {
    grid-template-columns: 1fr;
  }

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

  .page-news .special-card-large {
    grid-column: span 2;
  }

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

@media (min-width: 900px) {
  .page-news .news-screen {
    padding: 92px 0 72px;
  }

  .page-news .news-screen-inner {
    padding: 0 32px;
  }

  .page-news .news-ticker-panel {
    flex-direction: row;
    align-items: center;
    padding: 12px 20px;
  }

  .page-news .ticker-track {
    flex: 1;
    margin-left: 20px;
  }

  .page-news .news-hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
  }

  .page-news .page-title {
    font-size: clamp(58px, 7vw, 88px);
  }

  .page-news .news-hero-board {
    min-height: 380px;
    padding: 32px;
  }

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

  .page-news .container {
    padding: 0 32px;
  }

  .page-news .section-heading {
    flex-direction: row;
    align-items: baseline;
    gap: 22px;
  }

  .page-news .section-index {
    font-size: 64px;
  }

  .page-news .section-title {
    font-size: 42px;
  }

  .page-news .section-heading-tip {
    margin-left: auto;
  }

  .page-news .news-live-layout {
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
  }

  .page-news .news-side-column {
    position: sticky;
    top: 24px;
  }

  .page-news .news-highlights-section {
    padding: 80px 0;
  }

  .page-news .highlights-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-news .highlight-card {
    padding: 22px;
  }

  .page-news .notice-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
  }

  .page-news .notice-card-main {
    grid-template-columns: 1fr 1fr;
  }

  .page-news .special-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-news .special-card-large {
    grid-column: span 1;
  }

  .page-news .special-card:nth-child(3) {
    transform: translateY(18px);
  }

  .page-news .special-card:nth-child(3):hover {
    transform: translateY(14px) rotate(0.5deg);
  }
}

@media (min-width: 1200px) {
  .page-news .news-screen-inner,
  .page-news .container {
    padding: 0 40px;
  }

  .page-news .news-live-layout {
    grid-template-columns: 1fr 340px;
    gap: 48px;
  }

  .page-news .highlights-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news *,
  .page-news *::before,
  .page-news *::after {
    animation: none !important;
    transition: none !important;
  }

  .page-news .news-hero-board {
    transform: none;
  }

  .page-news .highlight-card-accent {
    transform: none;
  }

  .page-news .news-card:hover,
  .page-news .highlight-card:hover,
  .page-news .special-card:hover {
    transform: none;
  }
}
