.page-news {
  --page-gap: clamp(28px, 5vw, 56px);
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-body);
  line-height: 1.7;
  overflow-x: hidden;
}

.page-news .journal-hero {
  position: relative;
  padding: clamp(30px, 5vw, 64px) 0 0;
}

.page-news .journal-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 220px;
  background: radial-gradient(circle at 70% 30%, rgba(255, 107, 0, 0.22), transparent 70%);
  pointer-events: none;
}

.page-news .journal-hero__grid {
  display: grid;
  gap: 26px;
  align-items: center;
}

.page-news .journal-hero__copy h1 {
  font-family: var(--font-headline);
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.14;
  margin: 10px 0 0;
  letter-spacing: 0.01em;
  max-width: 13em;
}

.page-news .journal-hero__lead {
  font-size: 1rem;
  color: var(--slate);
  margin: 16px 0 0;
  max-width: 58ch;
}

.page-news .journal-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.page-news .journal-hero__media {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(201, 169, 110, 0.35);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.page-news .journal-hero__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-news .breadcrumb__sep {
  margin: 0 6px;
  color: var(--slate);
}

.page-news .journal-layout {
  display: grid;
  gap: var(--page-gap);
  margin: 52px auto 80px;
}

.page-news .journal-section {
  margin-bottom: clamp(40px, 6vw, 72px);
}

.page-news .journal-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(160, 176, 204, 0.3);
}

.page-news .journal-section__head h2 {
  font-family: var(--font-headline);
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  margin: 6px 0 0;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.page-news .journal-section__index {
  font-size: 0.72rem;
  color: var(--gold);
  white-space: nowrap;
  letter-spacing: 0.14em;
}

.page-news .timeline {
  position: relative;
  padding-left: 30px;
}

.page-news .timeline::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(to bottom, var(--orange), var(--gold) 42%, var(--navy-panel));
}

.page-news .timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px dashed rgba(160, 176, 204, 0.22);
}

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

.page-news .timeline__item::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 27px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(201, 169, 110, 0.16);
}

.page-news .timeline__item--latest::before {
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.22);
}

.page-news .timeline__stamp {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 2px;
}

.page-news .timeline__round {
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 1rem;
  color: var(--gold-light);
  letter-spacing: 0.08em;
}

.page-news .timeline__date {
  font-family: var(--font-data);
  font-size: 0.68rem;
  color: var(--slate);
  letter-spacing: 0.06em;
}

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

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

.page-news .timeline__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.page-news .timeline__body h3 {
  font-family: var(--font-headline);
  font-size: 1.12rem;
  line-height: 1.4;
  margin: 0 0 8px;
  letter-spacing: 0.01em;
}

.page-news .timeline__body p {
  margin: 0 0 14px;
  font-size: 0.9rem;
  color: var(--slate);
  line-height: 1.68;
}

.page-news .timeline__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  font-size: 0.76rem;
  color: var(--white);
}

.page-news .timeline__stats li {
  background: rgba(13, 27, 54, 0.65);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(160, 176, 204, 0.2);
}

.page-news .timeline__injury {
  background: rgba(13, 27, 54, 0.4);
  border-radius: var(--radius-sm);
  padding: 0 12px;
  border: 1px solid rgba(201, 169, 110, 0.18);
}

.page-news .timeline__injury summary {
  cursor: pointer;
  font-size: 0.78rem;
  color: var(--gold-light);
  padding: 8px 0;
  list-style: none;
}

.page-news .timeline__injury summary::-webkit-details-marker {
  display: none;
}

.page-news .timeline__injury ul {
  margin: 0 0 10px;
  padding-left: 18px;
  font-size: 0.8rem;
  color: var(--slate);
}

.page-news .timeline__injury li {
  margin-bottom: 4px;
}

.page-news .timeline__img {
  display: none;
  width: 100px;
  height: 100px;
  border-radius: var(--radius-md);
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid rgba(255, 107, 0, 0.35);
}

.page-news .journal-section__foot {
  margin-top: 28px;
  display: flex;
  justify-content: flex-end;
}

.page-news .rules-grid {
  display: grid;
  gap: 20px;
}

.page-news .rule-card {
  position: relative;
  background: linear-gradient(145deg, rgba(26, 58, 107, 0.55), rgba(13, 27, 54, 0.78));
  border-radius: var(--radius-lg);
  padding: 20px;
  border: 1px solid rgba(160, 176, 204, 0.16);
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

.page-news .rule-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 90px;
  height: 90px;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.2), transparent 70%);
  border-radius: 50%;
}

.page-news .rule-card__media {
  border-radius: 16px;
  height: 190px;
  overflow: hidden;
}

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

.page-news .rule-card--graphic .rule-card__media {
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.18), transparent 60%),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 8px),
    var(--navy-deep);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 16px;
}

.page-news .rule-card--graphic .rule-card__media::after {
  content: attr(data-index);
  font-family: var(--font-headline);
  font-size: 3.4rem;
  color: rgba(255, 255, 255, 0.32);
  line-height: 1;
}

.page-news .rule-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.page-news .rule-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.7rem;
  color: var(--gold);
}

.page-news .rule-card__no {
  font-family: var(--font-data);
  font-size: 0.85rem;
  color: rgba(201, 169, 110, 0.7);
}

.page-news .rule-card__body h3 {
  font-family: var(--font-headline);
  font-size: 1.08rem;
  line-height: 1.4;
  margin: 0;
  letter-spacing: 0.01em;
}

.page-news .rule-card__body p {
  margin: 0;
  font-size: 0.87rem;
  color: var(--slate);
  line-height: 1.65;
}

.page-news .rule-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

.page-news .cards-section__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 26px;
  max-height: 230px;
  border: 1px solid rgba(160, 176, 204, 0.18);
}

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

.page-news .cards-archive {
  display: grid;
  gap: 14px;
}

.page-news .cards-archive__entry {
  background: rgba(26, 58, 107, 0.42);
  border-radius: var(--radius-md);
  border: 1px solid rgba(160, 176, 204, 0.18);
  overflow: hidden;
}

.page-news .cards-archive__entry summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding: 18px 20px;
  cursor: pointer;
  font-size: 0.92rem;
  list-style: none;
}

.page-news .cards-archive__entry summary::-webkit-details-marker {
  display: none;
}

.page-news .cards-archive__entry summary::after {
  content: "+";
  margin-left: auto;
  font-family: var(--font-data);
  color: var(--orange);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}

.page-news .cards-archive__entry[open] summary::after {
  content: "−";
}

.page-news .cards-archive__round {
  font-family: var(--font-data);
  font-weight: 700;
  color: var(--gold-light);
  font-size: 0.88rem;
  background: rgba(201, 169, 110, 0.12);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}

.page-news .cards-archive__badge {
  background: var(--orange);
  color: var(--white);
  font-size: 0.66rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.1em;
}

.page-news .cards-archive__detail {
  padding: 6px 20px 20px;
  border-top: 1px dashed rgba(160, 176, 204, 0.2);
  margin-top: 2px;
}

.page-news .cards-archive__detail p {
  color: var(--slate);
  font-size: 0.86rem;
  margin: 14px 0 12px;
}

.page-news .cards-archive__stats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 6px;
  font-size: 0.76rem;
  color: var(--white);
}

.page-news .cards-archive__stats li {
  background: rgba(13, 27, 54, 0.6);
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(160, 176, 204, 0.2);
}

.page-news .journal-aside__sticky {
  position: sticky;
  top: calc(var(--header-h) + 20px);
  display: grid;
  gap: 20px;
}

.page-news .aside-card {
  background: linear-gradient(160deg, rgba(26, 58, 107, 0.48), rgba(13, 27, 54, 0.62));
  border-radius: var(--radius-lg);
  padding: 22px;
  border: 1px solid rgba(160, 176, 204, 0.16);
}

.page-news .aside-card h2 {
  font-family: var(--font-headline);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  color: var(--white);
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(201, 169, 110, 0.35);
}

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

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

.page-news .hot-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
  text-decoration: none;
  font-size: 0.86rem;
  padding: 9px 12px;
  border-radius: var(--radius-sm);
  background: rgba(13, 27, 54, 0.4);
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}

.page-news .hot-list a:hover {
  background: rgba(255, 107, 0, 0.16);
  color: var(--orange-light);
}

.page-news .hot-list__num {
  font-family: var(--font-data);
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
}

.page-news .update-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.page-news .update-list li {
  position: relative;
  padding-left: 18px;
}

.page-news .update-list__dot {
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.page-news .update-list__dot--orange {
  background: var(--orange);
}

.page-news .update-list p {
  margin: 0;
  color: var(--slate);
  font-size: 0.82rem;
  line-height: 1.6;
}

@media (min-width: 560px) {
  .page-news .timeline__item--latest .timeline__body {
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }

  .page-news .timeline__img {
    display: block;
  }
}

@media (min-width: 700px) {
  .page-news .timeline__item {
    grid-template-columns: 92px 1fr;
    gap: 20px;
    padding: 20px 0;
  }

  .page-news .timeline__round {
    font-size: 1.1rem;
  }

  .page-news .rules-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (min-width: 992px) {
  .page-news .journal-hero__grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
  }

  .page-news .journal-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 56px;
    align-items: start;
  }
}
