.page-news {
  --news-line: #D0D7E5;
  --news-dot: #FF6A00;
  --news-blue-soft: #16294d;
  background: var(--c-surface);
  color: var(--c-text);
  overflow-x: hidden;
}

.page-news .breadcrumb {
  max-width: var(--shell-max);
  margin: 0 auto;
  padding: 1.25rem 1.5rem 0;
  font-size: 0.85rem;
}
.page-news .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-news .breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.page-news .breadcrumb__item + .breadcrumb__item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--c-accent);
}
.page-news .breadcrumb__link {
  color: var(--c-text-2);
  text-decoration: none;
}
.page-news .breadcrumb__link:hover {
  color: var(--c-accent);
}
.page-news .breadcrumb__current {
  color: var(--c-primary);
  font-weight: 600;
}

.page-news__hero {
  position: relative;
  padding: 4rem 1.5rem 3.5rem;
  overflow: hidden;
  background: linear-gradient(130deg, var(--c-primary) 0%, var(--news-blue-soft) 55%, #1d3563 100%);
  color: var(--c-white);
}
.page-news__hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -15%;
  width: 70%;
  height: 120%;
  background: linear-gradient(45deg, transparent 45%, rgba(255, 106, 0, 0.18) 100%);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.page-news__hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--c-accent) 0%, var(--c-accent) 35%, var(--c-accent-2) 35%, var(--c-accent-2) 100%);
}
.page-news__hero .content-wrap {
  position: relative;
  z-index: 1;
}
.hero-kicker {
  margin: 0 0 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-accent);
}
.page-news__hero h1 {
  margin: 0 0 1.25rem;
  font-family: var(--font-headline);
  font-size: 2.75rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.hero-lead {
  max-width: 620px;
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
.hero-note {
  margin: 0 0 1.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
}
.hero-note a {
  color: var(--c-accent);
  text-decoration: none;
}
.hero-note a:hover {
  text-decoration: underline;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.page-news .hero-meta .tag {
  background: rgba(255, 255, 255, 0.1);
  color: var(--c-white);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.page-news .hero-meta .tag--orange {
  border-color: var(--c-accent);
  background: rgba(255, 106, 0, 0.2);
  color: #ff8536;
}

.page-news .content-wrap {
  max-width: var(--shell-max);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.page-news .section-title {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.page-news .section-title__index {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--c-accent);
  font-weight: 600;
}
.page-news .section-title h2 {
  margin: 0;
  font-family: var(--font-headline);
  font-size: 1.9rem;
  line-height: 1.15;
  color: var(--c-primary);
}
.page-news .section-lead {
  margin: 0 0 2rem;
  max-width: 640px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--c-text-2);
}
.page-news .section-lead--light {
  color: rgba(255, 255, 255, 0.75);
}

.report-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.report-filter__item {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--c-border);
  border-radius: 999px;
  color: var(--c-text-2);
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  background: var(--c-white);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.report-filter__item:hover,
.report-filter__item.is-active {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: var(--c-white);
}

.page-news__latest {
  padding: 3.5rem 0;
}

.report-timeline {
  position: relative;
  padding-left: 2rem;
}
.report-timeline::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 2px;
  background: repeating-linear-gradient(to bottom, var(--c-border) 0 6px, transparent 6px 12px);
}

.report-item {
  position: relative;
  margin-bottom: 2.5rem;
}
.report-item:last-child {
  margin-bottom: 0;
}
.report-item__axis {
  position: absolute;
  left: -2rem;
  top: 0.4rem;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.report-item__dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--c-accent);
  box-shadow: 0 0 0 3px var(--c-surface), 0 0 0 5px rgba(255, 106, 0, 0.25);
}
.report-item__body {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 1.25rem;
  transition: box-shadow 0.25s;
}
.report-item__body:hover {
  box-shadow: 0 8px 24px rgba(11, 29, 58, 0.08);
}
.report-item__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.report-item__time {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--c-text-2);
}
.report-item__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.report-item__teams {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}
.report-item__team {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-primary);
}
.report-item__team:last-of-type {
  color: var(--c-text-2);
}
.report-item__score {
  font-family: var(--font-mono);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--c-accent);
  padding: 0 0.25rem;
}
.report-item__stats {
  display: flex;
  gap: 0.75rem;
}
.page-news .stat {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 2.8rem;
  padding: 0.4rem 0.55rem;
  border-radius: 10px;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
}
.page-news .stat__value {
  font-family: var(--font-mono);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--c-primary);
}
.page-news .stat__label {
  font-size: 0.68rem;
  color: var(--c-text-2);
  text-align: center;
}
.report-item__detail {
  margin-top: 0.35rem;
  border-top: 1px dashed var(--c-border);
  padding-top: 0.5rem;
}
.report-item__detail summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--c-text-2);
  cursor: pointer;
  transition: color 0.2s;
}
.report-item__detail summary::-webkit-details-marker {
  display: none;
}
.report-item__detail summary::before {
  content: "+";
  font-family: var(--font-mono);
  font-size: 1rem;
  color: var(--c-accent);
}
.report-item__detail[open] summary::before {
  content: "–";
}
.report-item__detail summary:hover {
  color: var(--c-accent);
}
.report-item__detail[open] summary {
  color: var(--c-primary);
}
.report-item__detail p {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--c-text-2);
}
.report-item__foot {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.report-item__thumb {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--c-border);
  object-fit: cover;
}

.timeline-note {
  margin-top: 2rem;
  padding-left: 2rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--c-text-2);
}

.page-news__videos {
  padding: 3.5rem 0;
  background: var(--c-primary);
  color: var(--c-white);
}
.page-news__videos .section-title h2 {
  color: var(--c-white);
}
.page-news__videos .section-title__index {
  color: var(--c-accent);
}
.video-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.25rem 0.25rem 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.video-card {
  flex: 0 0 82%;
  max-width: 340px;
  scroll-snap-align: start;
  background: #0f2447;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s;
}
.video-card:hover {
  transform: translateY(-4px);
}
.video-card__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.video-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(255, 106, 0, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.35);
}
.video-card__info {
  padding: 1rem;
}
.video-card__label {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--c-accent-2);
}
.video-card__title {
  margin: 0 0 0.5rem;
  font-family: var(--font-headline);
  font-size: 1.15rem;
  color: var(--c-white);
}
.video-card__meta {
  margin: 0 0 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
}
.video-card__rating {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.video-card__score {
  font-family: var(--font-mono);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: var(--c-accent);
}
.video-card__desc {
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}
.video-note {
  margin-top: 1.25rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}
.video-note a {
  color: var(--c-accent);
  text-decoration: none;
}
.video-note a:hover {
  text-decoration: underline;
}

.page-news__rules {
  padding: 3.5rem 0;
}
.rules-layout {
  display: grid;
  gap: 1.5rem;
}
.rules-list {
  display: grid;
  gap: 0.85rem;
}
.rule-item {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: 0.25rem 1rem;
}
.rule-item__summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0;
  cursor: pointer;
  color: var(--c-primary);
  font-weight: 600;
  font-size: 0.95rem;
}
.rule-item__summary::-webkit-details-marker {
  display: none;
}
.rule-item__summary::after {
  content: "+";
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 1.2rem;
  color: var(--c-accent);
}
.rule-item[open] .rule-item__summary::after {
  content: "–";
}
.rule-item__index {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--c-accent);
  background: rgba(255, 106, 0, 0.1);
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rule-item__content {
  padding: 0 0 1rem 2.75rem;
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--c-text-2);
}
.rules-guide__map {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--c-border);
}
.rules-more {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--c-text-2);
}
.rules-more a {
  color: var(--c-accent);
  text-decoration: none;
}
.rules-more a:hover {
  text-decoration: underline;
}

.page-news__subscribe {
  padding: 3.5rem 0;
  background: linear-gradient(135deg, var(--c-primary) 0%, #16294d 100%);
  color: var(--c-white);
  text-align: center;
}
.page-news__subscribe .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subscribe-kicker {
  margin: 0 0 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-accent);
}
.page-news__subscribe h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-headline);
  font-size: 2rem;
  color: var(--c-white);
}
.subscribe-lead {
  margin: 0 auto 1.75rem;
  max-width: 460px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}
.subscribe-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.page-news .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.page-news .btn--primary {
  background: var(--c-accent);
  color: var(--c-white);
}
.page-news .btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.3);
}
.page-news .btn--ghost {
  background: transparent;
  color: var(--c-white);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.page-news .btn--ghost:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
}
.subscribe-note {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
}
.subscribe-note a {
  color: rgba(255, 255, 255, 0.85);
}
.subscribe-note a:hover {
  color: var(--c-accent);
}

@media (min-width: 768px) {
  .page-news__hero {
    padding: 5.5rem 1.5rem 4rem;
  }
  .page-news__hero h1 {
    font-size: 3.5rem;
  }
  .page-news .section-title h2 {
    font-size: 2.4rem;
  }
  .report-item__body {
    padding: 1.5rem 1.75rem;
  }
  .report-item__main {
    flex-wrap: nowrap;
  }
  .report-item__teams {
    gap: 0.8rem;
  }
  .report-item__team {
    font-size: 1.1rem;
  }
  .report-item__score {
    font-size: 1.8rem;
  }
  .report-item__stats {
    gap: 1.25rem;
  }
  .report-item__foot {
    flex-direction: row;
    align-items: flex-start;
  }
  .report-item__foot .report-item__detail {
    flex: 1;
  }
  .report-item__foot .report-item__thumb {
    flex: 0 0 160px;
    width: 160px;
    margin-top: 0;
  }
  .video-scroll {
    gap: 1.25rem;
  }
  .video-card {
    flex-basis: calc((100% - 2.5rem) / 3);
    max-width: none;
  }
  .rules-layout {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
  .page-news__subscribe {
    padding: 4.5rem 0;
  }
}

@media (min-width: 1024px) {
  .report-timeline {
    padding-left: 3.5rem;
  }
  .report-timeline::before {
    left: 1rem;
  }
  .report-item__axis {
    left: -3.5rem;
  }
  .report-item__thumb {
    width: 140px;
  }
  .page-news__latest,
  .page-news__videos,
  .page-news__rules {
    padding: 4.5rem 0;
  }
  .page-news__videos .section-lead {
    max-width: 560px;
  }
  .video-card__info {
    padding: 1.25rem;
  }
}
