.page-news {
  padding: 32px 0 48px;
  color: var(--c-text);
  overflow-x: hidden;
}
.page-news .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.page-news .crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--c-text-sub);
  margin-bottom: 28px;
}
.page-news .crumb__link {
  color: var(--c-text-sub);
  text-decoration: none;
  transition: color 0.3s ease;
}
.page-news .crumb__link:hover {
  color: var(--c-accent-green);
}
.page-news .crumb__sep {
  opacity: 0.6;
}
.page-news .crumb__current {
  color: var(--c-text);
}
.page-news .news-hero {
  text-align: center;
  padding: 8px 0 32px;
}
.page-news .news-hero__index {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--c-text-sub);
}
.page-news .news-hero__index::before,
.page-news .news-hero__index::after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--c-accent-orange);
}
.page-news .news-hero__title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(32px, 6vw, 64px);
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--c-text);
  margin: 0 0 16px;
}
.page-news .news-hero__lead {
  max-width: 620px;
  margin-inline: auto;
  font-family: var(--font-body);
  color: var(--c-text-sub);
  font-size: 16px;
  line-height: 1.8;
}
.page-news .filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 4px 0 24px;
}
.page-news .filter-bar__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 99px;
  background: var(--c-glass);
  border: 1px solid transparent;
  color: var(--c-text);
  text-decoration: none;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 500;
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.page-news .filter-bar__pill:hover {
  border-color: var(--c-accent-orange);
  color: var(--c-accent-orange);
}
.page-news .filter-bar__pill.is-active {
  border-color: var(--c-accent-green);
  background: rgba(57, 255, 20, 0.12);
  color: var(--c-accent-green);
}
.page-news .filter-bar__icon {
  width: 16px;
  height: 16px;
  flex: none;
}
.page-news .top-notes {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  gap: 14px;
  border-radius: var(--radius-panel);
  padding: 24px;
  margin: 0 0 44px;
  background: linear-gradient(135deg, var(--c-wine), #32121b);
}
.page-news .top-notes::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 0 10px, transparent 10px 22px);
  pointer-events: none;
}
.page-news .top-notes__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.page-news .top-note {
  position: relative;
  z-index: 1;
  background: rgba(10, 26, 43, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 20px;
  backdrop-filter: blur(6px);
}
.page-news .top-note__badge {
  display: inline-block;
  padding: 4px 10px;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background: var(--c-accent-orange);
  border-radius: 99px;
  margin-bottom: 12px;
}
.page-news .top-note__title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 10px;
}
.page-news .top-note__text {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.8;
  color: rgba(232, 236, 241, 0.9);
  margin: 0 0 16px;
}
.page-news .top-note__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 14px;
  color: var(--c-accent-green);
  text-decoration: none;
}
.page-news .top-note__link::after {
  content: "→";
  transition: transform 0.3s ease;
}
.page-news .top-note__link:hover::after {
  transform: translateX(4px);
}
.page-news .news-archive {
  padding: 0 0 48px;
  scroll-margin-top: 140px;
}
.page-news .news-archive__head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  border-bottom: 1px solid rgba(163, 194, 217, 0.3);
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.page-news .news-archive__index {
  color: var(--c-accent-green);
  font-size: 12px;
}
.page-news .news-archive__title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 28px;
  line-height: 1.2;
  color: var(--c-text);
  margin: 0;
}
.page-news .news-archive__group {
  margin: 0 0 20px;
  padding-top: 6px;
  scroll-margin-top: 140px;
}
.page-news .news-archive__group-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  color: var(--c-text-sub);
  letter-spacing: 0.06em;
  margin: 0 0 12px;
  padding: 6px 0;
}
.page-news .news-archive__group-title::before {
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background: var(--c-accent-orange);
}
.page-news .news-archive__group:target .news-archive__group-title {
  color: var(--c-accent-green);
}
.page-news .news-card {
  --c-card-accent: var(--c-text-sub);
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--c-glass);
  border-radius: var(--radius-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 18px;
  overflow: hidden;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}
.page-news .news-card + .news-card {
  margin-top: 14px;
}
.page-news .news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: var(--c-card-accent);
}
.page-news .news-card--update {
  --c-card-accent: var(--c-accent-orange);
}
.page-news .news-card--data {
  --c-card-accent: var(--c-accent-green);
}
.page-news .news-card--feature {
  --c-card-accent: var(--c-text-sub);
}
.page-news .news-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
  border-color: rgba(57, 255, 20, 0.25);
}
.page-news .news-card:hover .news-card__desc {
  color: var(--c-text);
}
.page-news .news-card__body {
  flex: 1 1 auto;
  min-width: 0;
}
.page-news .news-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.page-news .news-card__tag {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--c-text-sub);
  background: rgba(163, 194, 217, 0.12);
  padding: 3px 10px;
  border-radius: 99px;
}
.page-news .news-card--update .news-card__tag {
  color: var(--c-accent-orange);
  background: rgba(255, 107, 53, 0.1);
}
.page-news .news-card--data .news-card__tag {
  color: var(--c-accent-green);
  background: rgba(57, 255, 20, 0.1);
}
.page-news .news-card--feature .news-card__tag {
  color: var(--c-text-sub);
  background: rgba(163, 194, 217, 0.12);
}
.page-news .news-card__time {
  font-family: var(--font-head);
  font-size: 12px;
  color: var(--c-text-sub);
  letter-spacing: 0.04em;
}
.page-news .news-card__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  color: var(--c-text);
  margin: 0 0 10px;
}
.page-news .news-card__link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.page-news .news-card__link:hover {
  color: var(--c-accent-green);
}
.page-news .news-card__desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-text-sub);
  margin: 0;
  transition: color 0.3s ease;
}
.page-news .news-card__thumb {
  width: 100%;
  margin-top: 16px;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--c-bg-deep);
}
.page-news .news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-news .subscribe-zone {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--radius-panel);
  background: var(--c-purple);
  text-align: center;
  padding: 28px 20px;
  scroll-margin-top: 140px;
}
.page-news .subscribe-zone__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}
.page-news .subscribe-zone::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(15, 59, 66, 0.25), rgba(10, 26, 43, 0.7));
}
.page-news .subscribe-zone__inner {
  position: relative;
  z-index: 1;
}
.page-news .subscribe-zone__index {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--c-accent-orange);
}
.page-news .subscribe-zone__index::before,
.page-news .subscribe-zone__index::after {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--c-accent-orange);
}
.page-news .subscribe-zone__title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 24px;
  color: var(--c-text);
  margin: 12px 0 10px;
}
.page-news .subscribe-zone__text {
  max-width: 460px;
  margin: 0 auto 18px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--c-text-sub);
  line-height: 1.8;
}
.page-news .subscribe-zone__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 420px;
  margin: 0 auto 12px;
}
.page-news .subscribe-zone__input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(163, 194, 217, 0.35);
  background: rgba(10, 26, 43, 0.55);
  color: var(--c-text);
  font-family: var(--font-head);
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}
.page-news .subscribe-zone__input::placeholder {
  color: rgba(163, 194, 217, 0.55);
}
.page-news .subscribe-zone__input:focus {
  border-color: var(--c-accent-green);
}
.page-news .subscribe-zone__note {
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--c-text-sub);
  margin: 0;
  opacity: 0.7;
}

@media (min-width: 40em) {
  .page-news .top-notes {
    grid-template-columns: 1fr 1fr;
    padding: 28px;
  }
  .page-news .top-note {
    padding: 24px;
  }
  .page-news .top-note__title {
    font-size: 22px;
  }
  .page-news .news-archive__group-title {
    font-size: 18px;
  }
  .page-news .news-card {
    flex-direction: row;
    padding: 22px;
  }
  .page-news .news-card__body {
    padding-right: 20px;
  }
  .page-news .news-card__thumb {
    width: 280px;
    flex: none;
    margin-top: 0;
  }
  .page-news .news-card__title {
    font-size: 20px;
  }
  .page-news .subscribe-zone {
    padding: 40px 28px;
  }
}

@media (min-width: 64em) {
  .page-news {
    padding-top: 48px;
  }
  .page-news .news-hero {
    padding-bottom: 40px;
  }
  .page-news .filter-bar {
    gap: 14px;
    margin-bottom: 8px;
  }
  .page-news .top-notes {
    padding: 36px;
  }
  .page-news .top-note {
    padding: 28px;
  }
  .page-news .top-note__title {
    font-size: 24px;
  }
  .page-news .news-archive__group {
    margin-bottom: 28px;
  }
  .page-news .news-archive__title {
    font-size: 32px;
  }
  .page-news .subscribe-zone__form {
    flex-direction: row;
  }
  .page-news .subscribe-zone__input {
    flex: 1;
  }
}

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