.page-news {
  --card-w: min(78vw, 360px);
  --track-gap: 24px;
  position: relative;
  overflow-x: hidden;
  background: #0A1628;
  color: #F5EBDD;
}

.page-news .news-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 22px 20px 0;
  font-family: var(--font-body);
  font-size: 14px;
  letter-spacing: .5px;
}

.page-news .news-breadcrumb a {
  color: #B8D8E8;
  text-decoration: none;
  transition: color .2s ease;
}

.page-news .news-breadcrumb a:hover {
  color: #D4AF37;
}

.page-news .news-breadcrumb .crumb-sep {
  color: #7A8B9A;
}

.page-news .news-breadcrumb [aria-current="page"] {
  color: #D4AF37;
  font-weight: 700;
}

.page-news .news-hero {
  display: grid;
  gap: 32px;
  padding: 40px 20px 48px;
}

.page-news .hero-copy .section-label {
  margin-bottom: 14px;
}

.page-news .hero-copy h1 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(42px, 8vw, 88px);
  line-height: .98;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #D4AF37;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, .35);
}

.page-news .hero-lead {
  max-width: 520px;
  margin: 0 0 28px;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  color: #C8D4DE;
  border-left: 3px solid #E67E22;
  padding-left: 16px;
}

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

.page-news .btn,
.page-news .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
  cursor: pointer;
}

.page-news .btn {
  background: #D4AF37;
  color: #0A1628;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  box-shadow: 6px 6px 0 rgba(212, 175, 55, .18);
}

.page-news .btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 rgba(212, 175, 55, .22);
}

.page-news .btn-ghost {
  border: 1px solid rgba(184, 216, 232, .45);
  color: #B8D8E8;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.page-news .btn-ghost:hover {
  border-color: #D4AF37;
  color: #D4AF37;
}

.page-news .hero-figure {
  position: relative;
  margin: 0;
}

.page-news .hero-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  filter: saturate(.9) contrast(1.05);
}

.page-news .hero-figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7A8B9A;
  text-align: right;
}

.page-news .section-label {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #E67E22;
  position: relative;
  padding-left: 14px;
}

.page-news .section-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #D4AF37;
}

.page-news .insight-section {
  position: relative;
  padding: 48px 20px 56px;
}

.page-news .insight-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: repeating-linear-gradient(90deg, #D4AF37 0 20px, transparent 20px 36px, #E67E22 36px 52px, transparent 52px 76px);
  opacity: .6;
}

.page-news .insight-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.page-news .insight-head h2,
.page-news .tags-head h2,
.page-news .subscribe-copy h2 {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 5vw, 52px);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #F5EBDD;
}

.page-news .insight-note {
  font-size: 13px;
  letter-spacing: 1px;
  color: #7A8B9A;
}

.page-news .filter-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.page-news .filter-label {
  display: inline-block;
  margin: 0 8px 10px 0;
  padding: 8px 18px;
  border: 1px solid rgba(212, 175, 55, .45);
  border-radius: 999px;
  background: rgba(10, 22, 40, .6);
  color: #B8D8E8;
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease, color .25s ease, transform .2s ease;
}

.page-news .filter-label:hover {
  transform: translateY(-2px);
  border-color: #D4AF37;
}

.page-news .filter-input:checked + .filter-label {
  background: #D4AF37;
  border-color: #D4AF37;
  color: #0A1628;
  font-weight: 700;
}

.page-news #nf-round:checked ~ .news-track .news-card:not(.cat-round),
.page-news #nf-stats:checked ~ .news-track .news-card:not(.cat-stats),
.page-news #nf-version:checked ~ .news-track .news-card:not(.cat-version),
.page-news #nf-battle:checked ~ .news-track .news-card:not(.cat-battle),
.page-news #nf-guide:checked ~ .news-track .news-card:not(.cat-guide),
.page-news #nf-case:checked ~ .news-track .news-card:not(.cat-case) {
  display: none;
}

.page-news .news-track {
  display: flex;
  gap: var(--track-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px 4px 28px;
  -webkit-overflow-scrolling: touch;
}

.page-news .news-track::-webkit-scrollbar {
  height: 8px;
}

.page-news .news-track::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .05);
}

.page-news .news-track::-webkit-scrollbar-thumb {
  background: #D4AF37;
  border-radius: 4px;
}

.page-news .news-card {
  flex: 0 0 var(--card-w);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: linear-gradient(160deg, #2C1E16 0%, #221610 70%);
  border: 1px solid rgba(255, 255, 255, .06);
  border-top: 3px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.page-news .news-card:hover {
  transform: translateY(-6px) rotate(-.5deg);
  border-color: rgba(212, 175, 55, .65);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .4), 8px 0 0 rgba(212, 175, 55, .15);
}

.page-news .card-media {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  background: linear-gradient(135deg, #1B2636, #101C2C);
}

.page-news .card-media img {
  width: 100%;
  height: auto;
  min-height: 150px;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

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

.page-news .card-index {
  position: absolute;
  right: 12px;
  bottom: 10px;
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 1;
  color: rgba(245, 235, 221, .9);
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
  z-index: 2;
}

.page-news .card-media-plain {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

.page-news .plain-version {
  font-family: var(--font-display);
  font-size: 56px;
  color: #B8D8E8;
  letter-spacing: 2px;
  opacity: .8;
}

.page-news .plain-stat {
  font-family: var(--font-display);
  font-size: 48px;
  color: #E67E22;
}

.page-news .plain-symbol {
  font-family: var(--font-display);
  font-size: 60px;
  color: #D4AF37;
}

.page-news .plain-leagues {
  font-family: var(--font-display);
  font-size: 60px;
  color: #1B8A5A;
}

.page-news .plain-arrow {
  font-family: var(--font-display);
  font-size: 48px;
  color: #B8D8E8;
}

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

.page-news .card-meta-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.page-news .card-tag {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0A1628;
  background: #E67E22;
  padding: 4px 10px;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0 100%);
}

.page-news .card-time {
  font-size: 12px;
  color: #7A8B9A;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, .04);
  padding: 3px 8px;
  border-radius: 3px;
}

.page-news .card-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: .5px;
  color: #F5EBDD;
}

.page-news .card-excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #A7B6BF;
  flex: 1;
}

.page-news .card-link {
  align-self: flex-start;
  color: #D4AF37;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, .4);
  padding-bottom: 2px;
  transition: border-color .2s ease, letter-spacing .2s ease;
}

.page-news .card-link:hover {
  border-bottom-color: #D4AF37;
  letter-spacing: 2.5px;
}

.page-news .tags-section {
  position: relative;
  padding: 56px 20px;
  background: linear-gradient(180deg, #0A1628 0%, #101D30 100%);
  border-top: 1px solid rgba(255, 255, 255, .05);
}

.page-news .tags-head {
  margin-bottom: 24px;
}

.page-news .tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-news .tag-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 0;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  background: linear-gradient(135deg, #2C1E16, #3A2A1E);
  color: #F5EBDD;
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-right: 3px solid rgba(212, 175, 55, .6);
  transition: transform .25s ease, background .25s ease, color .25s ease;
  cursor: pointer;
}

.page-news .tag-chip label {
  display: block;
  width: 100%;
  padding: 16px 28px;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

.page-news .tag-chip:hover {
  transform: translateY(-4px) skewX(-2deg);
  background: linear-gradient(135deg, #D4AF37, #B8912E);
  color: #0A1628;
}

.page-news .tags-note {
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #7A8B9A;
}

.page-news .subscribe-section {
  padding: 32px 20px 64px;
}

.page-news .subscribe-card {
  display: grid;
  gap: 32px;
  background: #F5EBDD;
  color: #2C1E16;
  border-radius: 16px 0 16px 0;
  padding: 40px 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .3);
  position: relative;
  overflow: hidden;
}

.page-news .subscribe-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(90deg, #D4AF37 0 20px, transparent 20px 36px, #E67E22 36px 52px, transparent 52px 76px);
}

.page-news .subscribe-copy h2 {
  color: #2C1E16;
  margin-top: 8px;
}

.page-news .subscribe-copy p {
  font-size: 15px;
  line-height: 1.8;
  color: #4A3826;
}

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

.page-news .subscribe-list li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: #3A2A1E;
}

.page-news .subscribe-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #D4AF37;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.page-news .subscribe-action {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  align-content: center;
}

.page-news .btn-large {
  padding: 18px 38px;
  font-size: 16px;
}

@media (min-width: 900px) {
  .page-news .news-breadcrumb {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
  }

  .page-news .news-hero {
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
    gap: 48px;
    padding: 48px 40px 72px;
  }

  .page-news .hero-figure img {
    height: 420px;
    object-fit: cover;
  }

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

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

  .page-news .tag-chip {
    min-width: 160px;
    font-size: 18px;
  }

  .page-news .subscribe-section {
    padding: 48px 40px 80px;
  }

  .page-news .subscribe-card {
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
    padding: 52px 48px;
  }
}

@media (min-width: 1400px) {
  .page-news .news-hero,
  .page-news .insight-section,
  .page-news .tags-section,
  .page-news .subscribe-section {
    padding-left: 64px;
    padding-right: 64px;
  }
}
