.page-news {
  --news-gap: 22px;
  --news-line: linear-gradient(90deg, transparent, rgba(245, 197, 24, 0.6), transparent);
  background:
    radial-gradient(1200px 420px at 85% -80px, rgba(122, 31, 93, 0.34), transparent 60%),
    linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg) 45%, var(--c-bg-alt) 100%);
  overflow-x: hidden;
}

.page-news .container {
  width: min(100% - 32px, var(--container-w));
  margin-inline: auto;
}

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

.page-news .breadcrumb {
  margin-bottom: 28px;
}

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

.page-news .news-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-gold-metal);
}

.page-news .news-hero__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--c-gold), transparent);
}

.page-news .news-hero__title {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(34px, 5.2vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.page-news .news-hero__title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--c-gold), var(--c-purple-end));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-news .news-hero__desc {
  margin: 0 0 20px;
  color: var(--c-text-dim);
  font-size: 15px;
  line-height: 1.75;
  max-width: 56ch;
}

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

.page-news .news-hero__visual {
  position: relative;
  min-height: 220px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background:
    linear-gradient(135deg, rgba(122, 31, 93, 0.45), rgba(10, 14, 42, 0.2) 70%),
    radial-gradient(circle at 78% 24%, rgba(0, 180, 216, 0.32), transparent 42%);
}

.page-news .news-hero__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(245, 197, 24, 0.35);
}

.page-news .news-hero__ring--outer {
  width: 190px;
  height: 190px;
  right: -32px;
  top: -34px;
  box-shadow: 0 0 0 28px rgba(245, 197, 24, 0.04);
}

.page-news .news-hero__ring--inner {
  width: 110px;
  height: 110px;
  right: 42px;
  bottom: 24px;
  border-color: rgba(0, 180, 216, 0.45);
}

.page-news .news-hero__ticket {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  background: rgba(10, 14, 42, 0.78);
  border: 1px solid rgba(245, 197, 24, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.page-news .news-hero__ticket strong {
  font-family: var(--font-mono);
  font-size: 34px;
  line-height: 1;
  color: var(--c-gold);
}

.page-news .news-hero__ticket span,
.page-news .news-hero__ticket small {
  font-size: 13px;
  color: var(--c-text-dim);
}

.page-news .news-hero__tag {
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  color: var(--c-text);
  background: rgba(0, 180, 216, 0.22);
  border: 1px solid rgba(0, 180, 216, 0.4);
  font-size: 12px;
}

.page-news .news-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 44px 0 8px;
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(26, 15, 46, 0.55);
  border: 1px solid rgba(212, 175, 55, 0.18);
}

.page-news .news-filter__label {
  margin-right: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--c-gold);
}

.page-news .news-filter__chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--c-text);
  font-size: 14px;
  text-decoration: none;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.page-news .news-filter__chip:hover {
  background: rgba(245, 197, 24, 0.15);
  border-color: rgba(245, 197, 24, 0.5);
  transform: translateY(-2px);
}

.page-news .news-filter__hint {
  margin-left: auto;
  font-size: 13px;
  color: var(--c-text-faint);
}

.page-news .news-layout {
  display: grid;
  gap: 40px;
  padding-top: 20px;
  padding-bottom: 64px;
}

.page-news .news-main {
  display: grid;
  gap: 44px;
  min-width: 0;
}

.page-news .news-group {
  scroll-margin-top: 96px;
}

.page-news .news-group:target {
  outline: 1px solid rgba(245, 197, 24, 0.4);
  outline-offset: 6px;
  border-radius: var(--radius-lg);
}

.page-news .news-group__head {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(245, 197, 24, 0.2);
  margin-bottom: 20px;
}

.page-news .news-group__head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 72px;
  height: 2px;
  background: var(--news-line);
}

.page-news .news-group__head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
}

.page-news .news-group__count {
  font-size: 13px;
  color: var(--c-text-faint);
}

.page-news .news-grid {
  display: grid;
  gap: var(--news-gap);
}

.page-news .article-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(26, 15, 46, 0.92), rgba(10, 14, 42, 0.88));
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.45s var(--ease-out), border-color 0.3s, box-shadow 0.45s;
}

.page-news .article-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 197, 24, 0.5);
  box-shadow: var(--shadow-card);
}

.page-news .article-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(178, 58, 143, 0.25), rgba(10, 14, 42, 0.4));
}

.page-news .article-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-news .article-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  padding: 22px;
}

.page-news .article-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.page-news .article-card__time {
  font-size: 13px;
  color: var(--c-text-faint);
}

.page-news .article-card__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
}

.page-news .article-card__excerpt {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--c-text-dim);
}

.page-news .article-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  color: var(--c-text-faint);
}

.page-news .article-card--plain {
  position: relative;
}

.page-news .article-card--plain::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0, 180, 216, 0.1), transparent 42%),
    radial-gradient(320px 180px at 90% 12%, rgba(245, 197, 24, 0.12), transparent 60%);
  pointer-events: none;
}

.page-news .article-card--plain .article-card__body {
  position: relative;
}

.page-news .article-card--feature {
  grid-column: 1 / -1;
  flex-direction: column;
}

.page-news .article-card--feature__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 160px;
  flex: 0 0 auto;
  background:
    linear-gradient(135deg, rgba(178, 58, 143, 0.45), rgba(10, 14, 42, 0.3)),
    radial-gradient(circle at 25% 30%, rgba(245, 197, 24, 0.28), transparent 48%);
  border-bottom: 1px solid rgba(245, 197, 24, 0.2);
}

.page-news .article-card--feature__visual strong {
  font-family: var(--font-mono);
  font-size: 72px;
  line-height: 1;
  color: var(--c-gold);
  text-shadow: 0 0 28px rgba(245, 197, 24, 0.35);
}

.page-news .article-card--feature__visual span {
  display: block;
  color: var(--c-text-dim);
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.45;
}

.page-news .feature-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 8px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}

.page-news .feature-list li {
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  background: rgba(0, 180, 216, 0.12);
  border: 1px solid rgba(0, 180, 216, 0.22);
  color: var(--c-text-dim);
  font-size: 13px;
  white-space: nowrap;
}

.page-news .news-index {
  display: grid;
  gap: 16px;
  padding: 26px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.14), rgba(122, 31, 93, 0.24));
  border: 1px solid rgba(0, 180, 216, 0.18);
}

.page-news .news-index__head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-news .news-index__head strong {
  font-size: 17px;
}

.page-news .news-index__desc {
  margin: 0;
  max-width: 60ch;
  color: var(--c-text-dim);
  font-size: 14px;
  line-height: 1.7;
}

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

.page-news .news-sidebar {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.page-news .news-subcard {
  background: linear-gradient(180deg, rgba(26, 15, 46, 0.92), rgba(10, 14, 42, 0.9));
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.page-news .hot-card__head {
  position: relative;
}

.page-news .hot-card__img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-news .hot-card__badge {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: rgba(10, 14, 42, 0.82);
  border: 1px solid rgba(245, 197, 24, 0.6);
  color: var(--c-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  white-space: nowrap;
}

.page-news .hot-card__list {
  list-style: none;
  margin: 0;
  padding: 26px 18px 10px;
}

.page-news .hot-card__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.page-news .hot-card__item:last-child {
  border-bottom: 0;
}

.page-news .hot-card__rank {
  min-width: 32px;
  font-family: var(--font-mono);
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  color: var(--c-gold-metal);
}

@supports (-webkit-text-stroke: 1px black) {
  .page-news .hot-card__rank {
    color: transparent;
    -webkit-text-stroke: 1px var(--c-gold-metal);
  }
}

.page-news .hot-card__info {
  min-width: 0;
}

.page-news .hot-card__title {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.page-news .hot-card__views {
  color: var(--c-text-faint);
  font-size: 13px;
}

.page-news .cat-stats__heading {
  margin: 0;
  padding: 20px 22px 0;
  font-size: 18px;
  font-weight: 800;
}

.page-news .cat-stats__head {
  padding: 16px 22px 0;
}

.page-news .cat-stats__img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.page-news .cat-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 22px;
}

.page-news .cat-stats__col {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.14);
}

.page-news .cat-stats__num {
  font-family: var(--font-mono);
  font-size: 30px;
  font-weight: 800;
  color: var(--c-gold);
  line-height: 1;
}

.page-news .cat-stats__label {
  font-size: 13px;
  color: var(--c-text-dim);
}

.page-news .subscribe-card__img {
  display: block;
  width: 100%;
  height: 116px;
  object-fit: cover;
}

.page-news .subscribe-card__body {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.page-news .subscribe-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
}

.page-news .subscribe-card__desc {
  margin: 0;
  color: var(--c-text-dim);
  font-size: 14px;
  line-height: 1.65;
}

.page-news .subscribe-card__mail {
  padding: 10px 14px;
  border-radius: var(--radius-md);
  background: rgba(0, 180, 216, 0.08);
  border: 1px solid rgba(0, 180, 216, 0.2);
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--c-info);
  word-break: break-all;
}

.page-news .subscribe-card .btn {
  justify-self: start;
}

@media (min-width: 720px) {
  .page-news .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-news .article-card--feature {
    flex-direction: row;
  }

  .page-news .article-card--feature__visual {
    min-width: 260px;
    border-bottom: 0;
    border-right: 1px solid rgba(245, 197, 24, 0.2);
  }

  .page-news .news-sidebar {
    grid-template-columns: 1fr 1fr;
  }

  .page-news .hot-card,
  .page-news .subscribe-card {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .page-news .news-hero {
    padding-top: 44px;
  }

  .page-news .news-hero__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  .page-news .news-hero__visual {
    min-height: 320px;
  }

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

  .page-news .news-sidebar {
    grid-template-columns: 1fr;
    align-self: start;
  }

  .page-news .hot-card,
  .page-news .subscribe-card {
    grid-column: auto;
  }
}
