.page-news {
  --news-border: rgba(255, 255, 255, 0.12);
  --news-score: #39FF14;
  --news-cyan: #00E5FF;
  --news-orange: #FF5A36;
  --news-card-bg: #121A24;
  --news-card-bg2: #182233;
  --news-title-size: clamp(1.7rem, 5vw, 2.6rem);
  background: #0A0E17;
  color: #F0F4F8;
}

.news-hero {
  padding: 28px 0 12px;
}

.news-hero__grid {
  display: grid;
  gap: 24px;
  align-items: center;
}

.news-hero__kicker {
  margin: 0 0 14px;
}

.news-hero h1 {
  font-family: var(--font-display);
  font-size: var(--news-title-size);
  line-height: 1.1;
  font-style: italic;
  letter-spacing: -0.02em;
  margin: 0;
  text-transform: uppercase;
  color: #F0F4F8;
}

.news-hero__lead {
  color: #9AA7B4;
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 14px 0 20px;
}

.news-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.news-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-hero__meta .stat-chip {
  flex: 1 1 120px;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 10px;
  text-align: center;
}

.news-hero__visual {
  display: flex;
  justify-content: center;
  padding: 6px 0 0;
}

.news-hero__svg {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: var(--radius);
}

.news-filter {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(10, 14, 23, 0.92);
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  backdrop-filter: blur(6px);
}

.news-filter__inner {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.news-filter__inner::-webkit-scrollbar {
  display: none;
}

.news-filter__title {
  flex: 0 0 auto;
  align-self: center;
  font-family: var(--font-display);
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  color: #9AA7B4;
  margin-right: 4px;
  text-transform: uppercase;
  white-space: nowrap;
}

.news-filter__pill {
  flex: 0 0 auto;
  display: inline-flex;
  cursor: pointer;
}

.news-filter__pill span {
  padding: 7px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: #9AA7B4;
  font-size: 0.875rem;
  line-height: 1.4;
  white-space: nowrap;
  transition: color 0.24s, background 0.24s, border-color 0.24s;
}

.news-filter input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.news-filter input:checked + span {
  background: #39FF14;
  color: #0A0E17;
  border-color: #39FF14;
  font-weight: 700;
  box-shadow: 0 0 14px rgba(57, 255, 20, 0.35);
}

.news-filter input:focus-visible + span {
  outline: 2px solid #00E5FF;
  outline-offset: 2px;
}

.news-chapters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  padding-top: 16px;
  padding-bottom: 4px;
}

.news-chapters a {
  color: #9AA7B4;
  font-size: 0.875rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}

.news-chapters a:hover,
.news-chapters a:focus {
  color: #00E5FF;
  border-bottom-color: #00E5FF;
}

.news-league__strip {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding: 2px 2px 14px;
  scrollbar-width: thin;
}

.news-league__banner,
.news-league__mini {
  scroll-snap-align: start;
}

.news-league__banner {
  flex: 0 0 300px;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.news-league__banner-img {
  aspect-ratio: 8 / 3;
  overflow: hidden;
  background: #182233;
}

.news-league__banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-league__banner-body {
  padding: 16px 16px 18px;
}

.news-league__banner-body h3 {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-style: italic;
  margin: 10px 0 8px;
  color: #F0F4F8;
}

.news-league__banner-body p {
  color: #9AA7B4;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 14px;
}

.news-league__mini {
  flex: 0 0 240px;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-league__mini-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: 0.9375rem;
}

.news-league__mini-line b {
  color: #F0F4F8;
  font-weight: 600;
}

.news-league__mini-line strong {
  color: #39FF14;
  font-family: var(--font-display);
  font-size: 1.25rem;
  white-space: nowrap;
}

.news-league__mini p {
  margin: 0;
  color: #9AA7B4;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.news-latest {
  margin-top: 24px;
}

.news-latest__hint {
  color: #9AA7B4;
  font-size: 0.9375rem;
  margin: 4px 0 20px;
}

.news-report-grid {
  row-gap: 18px;
}

.report-card {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 16px 14px;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.report-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #39FF14, rgba(57, 255, 20, 0.08) 70%, transparent);
}

.report-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.report-card__body {
  flex: 1 1 100%;
  min-width: 0;
}

.report-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.report-card__time {
  margin-left: auto;
  color: #6B7A89;
  font-size: 0.8125rem;
}

.report-card__scoreline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 0 12px;
}

.report-card__team {
  font-size: 0.9375rem;
  color: #F0F4F8;
  font-weight: 600;
  text-align: left;
}

.report-card__team--right {
  text-align: right;
}

.report-card__score {
  font-family: var(--font-display);
  font-size: 2rem;
  color: #39FF14;
  text-shadow: 0 0 12px rgba(57, 255, 20, 0.3);
  white-space: nowrap;
}

.report-card__read {
  margin: 0 0 10px;
  color: #9AA7B4;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.report-card__read strong {
  display: inline-block;
  color: #00E5FF;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  margin-right: 8px;
  background: rgba(0, 229, 255, 0.1);
  border-radius: 4px;
  padding: 2px 8px;
}

.report-card__more {
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
  padding-top: 8px;
  font-size: 0.875rem;
}

.report-card__more summary {
  cursor: pointer;
  color: #00E5FF;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  user-select: none;
}

.report-card__more summary::-webkit-details-marker {
  display: none;
}

.report-card__more summary::before {
  content: "+";
  font-family: var(--font-display);
  color: #39FF14;
  transition: transform 0.3s ease;
}

.report-card__more[open] summary::before {
  transform: rotate(45deg);
}

.report-card__more p {
  margin: 10px 0 2px;
  color: #9AA7B4;
  line-height: 1.7;
}

.report-card__thumb {
  flex: 1 1 100%;
  min-height: 58px;
  border-radius: var(--radius-sm);
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.16) 0%, transparent 55%),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0 6px, transparent 6px 12px),
    #182233;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-family: var(--font-display);
  font-size: 0.875rem;
  color: #9AA7B4;
  border: 1px solid var(--border);
}

.report-card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(57, 255, 20, 0.12) 48%, transparent 60%);
  transform: translateX(-70%);
  animation: news-scan 2.6s linear infinite;
}

.report-card__thumb span {
  position: relative;
  z-index: 1;
  letter-spacing: 0.06em;
}

.report-card__thumb--img {
  background: #0A0E17;
  border: none;
}

.report-card__thumb--img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.report-card:hover .report-card__thumb--img img {
  transform: scale(1.04);
}

.report-card__thumb--img::after {
  display: none;
}

@keyframes news-scan {
  0% {
    transform: translateX(-70%);
  }
  60%,
  100% {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .report-card__thumb::after {
    animation: none;
  }
}

.news-notice {
  padding-top: 20px;
  padding-bottom: 4px;
}

.page-news:has(input[name="news-cat"]:checked:not([value="all"])) .report-card {
  display: none;
}

.page-news:has(input[name="news-cat"][value="score"]:checked) .report-card[data-category="score"],
.page-news:has(input[name="news-cat"][value="tactics"]:checked) .report-card[data-category="tactics"],
.page-news:has(input[name="news-cat"][value="data"]:checked) .report-card[data-category="data"],
.page-news:has(input[name="news-cat"][value="fans"]:checked) .report-card[data-category="fans"] {
  display: flex;
}

.news-stats-section {
  margin-top: 20px;
}

.news-stats__note {
  color: #9AA7B4;
  font-size: 0.9375rem;
  margin: 4px 0 20px;
}

.news-stats {
  display: grid;
  gap: 16px;
}

.news-stats__media {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: #182233;
}

.news-stats__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
}

.news-stats__board {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 18px 10px;
}

.news-stats__board h3 {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-style: italic;
  color: #F0F4F8;
  margin: 0 0 6px;
  letter-spacing: 0.03em;
}

.news-stats__list {
  list-style: none;
  margin: 6px 0 8px;
  padding: 0;
  display: grid;
  gap: 2px;
}

.news-stats__list li {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 8px;
  padding: 7px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9375rem;
}

.news-stats__list li:last-child {
  border-bottom: none;
}

.news-stats__list span {
  color: #6B7A89;
  font-family: var(--font-display);
}

.news-stats__list b {
  color: #F0F4F8;
  font-weight: 600;
}

.news-stats__list em {
  font-style: normal;
  color: #39FF14;
  font-family: var(--font-display);
  font-size: 1rem;
}

.news-stats__kpis {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.news-stats__kpis .stat-chip {
  flex: 1 1 100px;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 10px;
  text-align: center;
}

.news-feature {
  display: grid;
  gap: 18px;
  margin-top: 8px;
}

.news-feature__media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: #182233;
}

.news-feature__media img {
  display: block;
  width: 100%;
  height: auto;
}

.news-feature__media .tag {
  position: absolute;
  left: 14px;
  top: 14px;
}

.news-feature__body {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 22px 22px;
}

.news-feature__body h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-style: italic;
  margin: 10px 0 12px;
  color: #F0F4F8;
}

.news-feature__body > p {
  color: #9AA7B4;
  line-height: 1.75;
  margin: 0 0 14px;
}

.news-feature__list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.news-feature__list a {
  color: #00E5FF;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 229, 255, 0.3);
  padding-bottom: 2px;
  font-size: 0.9375rem;
}

.news-feature__list a:hover,
.news-feature__list a:focus {
  color: #39FF14;
  border-bottom-color: #39FF14;
}

.news-feature__cta {
  font-size: 0.9375rem;
}

.news-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.news-feature__actions .btn {
  margin-top: 6px;
}

@media (min-width: 768px) {
  .news-hero {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .news-hero__grid {
    grid-template-columns: 7fr 5fr;
    gap: 40px;
  }

  .news-hero__visual {
    justify-content: flex-end;
  }

  .news-hero__svg {
    max-width: 520px;
  }

  .news-hero__meta .stat-chip {
    flex: 1 1 0;
  }

  .news-league__strip {
    overflow: visible;
  }

  .news-league__banner {
    flex: 1 1 46%;
  }

  .news-league__mini {
    flex: 1 1 20%;
    min-width: 220px;
  }

  .news-latest__hint {
    margin-bottom: 24px;
  }

  .report-card {
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 18px 18px 16px;
  }

  .report-card__body {
    flex: 1 1 auto;
  }

  .report-card__thumb {
    flex: 0 0 128px;
    width: 128px;
    min-height: 100%;
  }

  .report-card__thumb--img {
    flex-basis: 132px;
    width: 132px;
  }

  .news-stats {
    grid-template-columns: 5fr 7fr;
  }

  .news-stats__media {
    grid-row: span 2;
  }

  .news-stats__kpis .stat-chip {
    flex: 1 1 0;
  }

  .news-feature {
    grid-template-columns: 5fr 7fr;
    align-items: stretch;
  }

  .news-feature__media img {
    height: 100%;
    object-fit: cover;
    min-height: 320px;
  }

  .news-feature__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .news-league__banner {
    flex-basis: 50%;
  }

  .news-league__mini {
    min-width: 0;
  }
}
