.page-news .news-hero {
  position: relative;
  background: var(--ayx-green);
  color: var(--ayx-white);
  overflow: hidden;
  padding-top: 36px;
  padding-bottom: 56px;
}
.page-news .news-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--ayx-orange) 0%, var(--ayx-gold) 50%, var(--ayx-red) 100%);
  z-index: 1;
}
.page-news .news-hero::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  background: var(--ayx-gold);
  opacity: 0.16;
  transform: rotate(10deg);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.page-news .news-hero .ayx-wrap {
  position: relative;
  z-index: 2;
}
.page-news .news-hero__grid {
  display: grid;
  gap: 32px;
  margin-top: 28px;
}
.page-news .news-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ayx-mist);
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.08);
  padding: 6px 14px;
  border-radius: var(--ayx-radius-pill);
}
.page-news .news-hero__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ayx-gold);
  box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.25);
}
.page-news .news-hero__content h1 {
  margin: 0 0 16px;
  font-size: clamp(30px, 6vw, 48px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.page-news .news-hero__lead {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(248, 246, 242, 0.82);
  max-width: 640px;
}
.page-news .news-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-news .news-hero .ayx-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--ayx-white);
}
.page-news .news-hero__panel {
  background: var(--ayx-blue);
  border: 1px solid rgba(248, 246, 242, 0.12);
  border-radius: var(--ayx-radius);
  padding: 24px;
  align-self: end;
}
.page-news .news-hero__panel-title {
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--ayx-gold);
  margin-bottom: 14px;
  text-transform: uppercase;
}
.page-news .news-hero__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
}
.page-news .news-hero__stat {
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--ayx-radius-sm);
  padding: 12px;
}
.page-news .news-hero__stat dt {
  font-size: 12px;
  color: rgba(248, 246, 242, 0.66);
  margin-bottom: 4px;
}
.page-news .news-hero__stat dd {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  color: var(--ayx-white);
  display: flex;
  align-items: center;
  gap: 6px;
}
.page-news .news-hero__stat dd strong {
  color: var(--ayx-gold);
  font-family: var(--ayx-font-display);
  font-size: 24px;
}
.page-news .news-hero__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3dd68c;
  box-shadow: 0 0 0 4px rgba(61, 214, 140, 0.18);
}
.page-news .news-ticker {
  background: var(--ayx-gold);
  color: var(--ayx-charcoal);
}
.page-news .news-ticker__rail {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}
.page-news .news-ticker__rail::-webkit-scrollbar {
  display: none;
}
.page-news .news-ticker__label {
  flex-shrink: 0;
  background: var(--ayx-charcoal);
  color: var(--ayx-white);
  padding: 4px 14px;
  border-radius: var(--ayx-radius-pill);
  font-size: 12px;
  font-weight: 900;
}
.page-news .news-ticker__items {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
}
.page-news .news-ticker__items a {
  color: var(--ayx-charcoal);
  text-decoration: none;
  transition: opacity var(--ayx-transition);
}
.page-news .news-ticker__items a:hover {
  opacity: 0.7;
}
.page-news .news-ticker__items span {
  opacity: 0.5;
}
.page-news .news-feed {
  background: var(--ayx-white);
}
.page-news .news-feed__layout {
  display: grid;
  gap: 32px;
  align-items: start;
}
.page-news .news-feed__side {
  background: var(--ayx-blue);
  color: var(--ayx-white);
  border-radius: var(--ayx-radius);
  padding: 24px;
}
.page-news .news-filter__title {
  display: block;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 14px;
  color: var(--ayx-white);
}
.page-news .ayx-filter__btn {
  display: inline-block;
  width: auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--ayx-white);
  padding: 9px 18px;
  border-radius: var(--ayx-radius-pill);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin: 0 8px 8px 0;
  transition: background var(--ayx-transition), transform var(--ayx-transition), border-color var(--ayx-transition);
}
.page-news .ayx-filter__btn:hover {
  transform: translateY(-2px);
  border-color: var(--ayx-gold);
}
.page-news .ayx-filter__btn[aria-pressed="true"] {
  background: var(--ayx-gold);
  border-color: var(--ayx-gold);
  color: var(--ayx-charcoal);
}
.page-news .news-feed__note {
  font-size: 12px;
  line-height: 1.7;
  color: rgba(248, 246, 242, 0.62);
  margin: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
}
.page-news .news-stream__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.page-news .news-stream__head h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  color: var(--ayx-charcoal);
}
.page-news .news-stream__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  background: var(--ayx-mist);
  padding: 6px 14px;
  border-radius: var(--ayx-radius-pill);
  color: var(--ayx-charcoal);
}
.page-news .news-stream__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ayx-green);
  animation: ayx-nl-pulse 1.8s infinite;
}
@keyframes ayx-nl-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(27, 77, 62, 0.4);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(27, 77, 62, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 77, 62, 0);
  }
}
.page-news .news-stream__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-left: 16px;
}
.page-news .news-stream__list::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 12px;
  bottom: 16px;
  width: 2px;
  background: linear-gradient(to bottom, var(--ayx-gold), var(--ayx-mist));
  border-radius: 2px;
}
.page-news .news-card {
  position: relative;
  background: #ffffff;
  border-radius: var(--ayx-radius);
  box-shadow: var(--ayx-shadow-card);
  padding: 20px;
  transition: transform var(--ayx-transition), box-shadow var(--ayx-transition);
}
.page-news .news-card::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 28px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ayx-gold);
  border: 3px solid var(--ayx-white);
  box-shadow: 0 0 0 2px var(--ayx-green);
  z-index: 2;
}
.page-news .news-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ayx-shadow-pop);
}
.page-news .news-card--feature {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
}
.page-news .news-card__thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: var(--ayx-radius-sm);
  background: var(--ayx-blue);
}
.page-news .news-card__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  color: var(--ayx-charcoal);
  background: var(--ayx-gold);
  padding: 3px 12px;
  border-radius: var(--ayx-radius-pill);
  margin-bottom: 10px;
}
.page-news .news-card__tag--review {
  background: var(--ayx-blue);
  color: var(--ayx-white);
}
.page-news .news-card__tag--transfer {
  background: var(--ayx-red);
  color: var(--ayx-white);
}
.page-news .news-card__title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 900;
  color: var(--ayx-charcoal);
}
.page-news .news-card__excerpt {
  margin: 0 0 14px;
  color: #5a6472;
  font-size: 14px;
  line-height: 1.65;
}
.page-news .news-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.page-news .news-card__time {
  color: #8a93a0;
  font-size: 13px;
}
.page-news .news-card__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: var(--ayx-radius-pill);
  background: var(--ayx-green);
  color: var(--ayx-white);
  font-size: 13px;
  font-weight: 700;
  transition: opacity var(--ayx-transition), transform var(--ayx-transition);
}
.page-news .news-card__more::after {
  content: "→";
  margin-left: 4px;
}
.page-news .news-review {
  background:
    linear-gradient(135deg, rgba(201, 162, 39, 0.08) 0%, transparent 30%),
    var(--ayx-blue);
  color: var(--ayx-white);
}
.page-news .news-review__grid {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
.page-news .news-review__feature {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--ayx-radius);
  overflow: hidden;
}
.page-news .news-review__feature img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.page-news .news-review__feature-body {
  padding: 24px;
  color: var(--ayx-white);
}
.page-news .news-review__author {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  color: var(--ayx-gold);
  margin-bottom: 8px;
}
.page-news .news-review__feature-body h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
  color: var(--ayx-white);
}
.page-news .news-review__feature-body p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}
.page-news .news-review__list {
  display: flex;
  flex-direction: column;
}
.page-news .news-review__item {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.page-news .news-review__item:last-child {
  border-bottom: none;
}
.page-news .news-review__no {
  font-family: var(--ayx-font-display);
  font-size: 34px;
  line-height: 1;
  color: var(--ayx-gold);
  opacity: 0.85;
  flex-shrink: 0;
}
.page-news .news-review__meta {
  display: block;
  font-size: 12px;
  font-weight: 900;
  color: var(--ayx-gold);
  margin-bottom: 6px;
}
.page-news .news-review__item h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
  color: var(--ayx-white);
}
.page-news .news-review__item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}
.page-news .news-transfer {
  background: var(--ayx-mist);
}
.page-news .news-transfer__grid {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}
.page-news .news-transfer__card {
  background: var(--ayx-white);
  border-radius: var(--ayx-radius);
  border-top: 4px solid var(--ayx-gold);
  box-shadow: var(--ayx-shadow-card);
  overflow: hidden;
}
.page-news .news-transfer__card img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 0;
}
.page-news .news-transfer__card-body {
  padding: 20px;
}
.page-news .news-transfer__window {
  display: inline-block;
  background: var(--ayx-gold);
  color: var(--ayx-charcoal);
  font-size: 12px;
  font-weight: 900;
  padding: 4px 12px;
  border-radius: var(--ayx-radius-pill);
  margin-bottom: 10px;
}
.page-news .news-transfer__card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
  color: var(--ayx-charcoal);
}
.page-news .news-transfer__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #5a6472;
}
.page-news .news-series {
  position: relative;
  background:
    radial-gradient(circle at 85% 20%, rgba(201, 162, 39, 0.14) 0%, transparent 28%),
    var(--ayx-green);
  color: var(--ayx-white);
  overflow: hidden;
}
.page-news .news-series__grid {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}
.page-news .news-series__card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--ayx-radius);
  overflow: hidden;
  transition: transform var(--ayx-transition), border-color var(--ayx-transition);
}
.page-news .news-series__card:hover {
  transform: translateY(-4px);
  border-color: var(--ayx-gold);
}
.page-news .news-series__card img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.page-news .news-series__body {
  padding: 18px;
}
.page-news .news-series__body--plain {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-news .news-series__label {
  display: inline-block;
  background: var(--ayx-gold);
  color: var(--ayx-charcoal);
  font-size: 12px;
  font-weight: 900;
  padding: 3px 12px;
  border-radius: var(--ayx-radius-pill);
  margin-bottom: 10px;
}
.page-news .news-series__body h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  color: var(--ayx-white);
}
.page-news .news-series__body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}
.page-news .news-cta {
  background: var(--ayx-charcoal);
}
.page-news .news-cta__panel {
  background: linear-gradient(120deg, var(--ayx-green), var(--ayx-blue));
  border-top: 4px solid var(--ayx-gold);
  border-radius: 28px;
  padding: 32px;
  color: var(--ayx-white);
}
.page-news .news-cta__kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--ayx-gold);
  text-transform: uppercase;
}
.page-news .news-cta__panel h2 {
  margin: 10px 0 12px;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  color: var(--ayx-white);
}
.page-news .news-cta__text {
  max-width: 640px;
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(248, 246, 242, 0.82);
}
.page-news .news-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-news .news-cta .ayx-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: var(--ayx-white);
}
@media (min-width: 768px) {
  .page-news .news-stream__list {
    grid-template-columns: 1fr 1fr;
  }
  .page-news .news-card--feature {
    grid-template-columns: 0.95fr 1.05fr;
  }
  .page-news .news-card--feature .news-card__body {
    align-self: center;
  }
  .page-news .news-card__title {
    font-size: 19px;
  }
  .page-news .news-card--feature .news-card__title {
    font-size: 24px;
  }
  .page-news .news-card__more {
    opacity: 0;
    transform: translateY(6px);
  }
  .page-news .news-card:hover .news-card__more,
  .page-news .news-card:focus-within .news-card__more {
    opacity: 1;
    transform: translateY(0);
  }
  .page-news .news-transfer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-news .news-series__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-news .news-series__card img {
    height: 240px;
  }
  .page-news .news-cta__panel {
    padding: 44px;
  }
  .page-news .news-cta__panel h2 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .page-news .news-hero__grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: end;
  }
  .page-news .news-hero__content h1 {
    font-size: 48px;
  }
  .page-news .news-feed__layout {
    grid-template-columns: 240px minmax(0, 1fr);
  }
  .page-news .news-feed__side {
    position: sticky;
    top: 24px;
  }
  .page-news .ayx-filter__btn {
    display: block;
    width: 100%;
    margin: 0 0 8px;
  }
  .page-news .news-review__grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }
}
