html:has(main.news-hub) {
  background: #181b20 !important;
}

html body.news-hub-body {
  --news-width: 1040px;
  --news-gutter: clamp(14px, 3.5vw, 46px);
  --news-text: rgba(247, 249, 252, 0.96);
  --news-secondary: rgba(239, 243, 249, 0.9);
  --news-muted: rgba(215, 223, 233, 0.72);
  --news-border: rgba(255, 255, 255, 0.1);
  --news-border-strong: rgba(255, 255, 255, 0.17);
  --news-surface: rgba(255, 255, 255, 0.045);
  --news-surface-hover: rgba(255, 255, 255, 0.075);
  --news-accent: #35e58d;
  color: var(--news-text);
  background:
    radial-gradient(circle at 15% 13%, rgba(53, 229, 141, 0.09), transparent 29%),
    radial-gradient(circle at 84% 17%, rgba(68, 143, 255, 0.07), transparent 31%),
    linear-gradient(180deg, #22262d 0%, #1d2127 48%, #181b20 100%) !important;
  background-attachment: scroll !important;
}

html body.news-hub-body::before {
  inset: -10% -8%;
  background:
    radial-gradient(circle at 18% 18%, rgba(53, 229, 141, 0.065), transparent 29%),
    radial-gradient(circle at 82% 18%, rgba(94, 158, 255, 0.05), transparent 30%) !important;
  filter: blur(90px) saturate(104%) !important;
  opacity: 0.72 !important;
}

html body.news-hub-body::after {
  opacity: 0.022 !important;
}

html body.news-hub-body *,
html body.news-hub-body *::before,
html body.news-hub-body *::after {
  box-sizing: border-box;
}

html body.news-hub-body header {
  width: min(calc(100% - clamp(28px, 7vw, 136px)), 1780px) !important;
  max-width: 1780px !important;
  margin: 8px auto 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.news-hub-body header :is(.nav, .nav-shell) {
  display: grid !important;
  grid-template-columns: auto auto minmax(140px, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(10px, 1.35vw, 22px) !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body.news-hub-body header .logo-img {
  width: auto !important;
  height: clamp(30px, 2.5vw, 42px) !important;
  max-width: min(231px, 23vw) !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) drop-shadow(0 12px 24px rgba(0, 0, 0, 0.32)) !important;
}

html body.news-hub-body .header-product-pill {
  min-height: 42px !important;
  padding: 7px 18px 7px 9px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  color: #03110a !important;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #2bdc86 0%, #16b876 52%, #0e8a58 100%) !important;
  box-shadow: 0 0 0 1px rgba(53, 216, 135, 0.16), 0 14px 34px rgba(24, 185, 120, 0.22) !important;
}

html body.news-hub-body header .header-quick-links {
  justify-self: center !important;
  gap: 8px !important;
}

html body.news-hub-body .header-quick-link[aria-current="page"] {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

main.news-hub {
  position: relative;
  z-index: 1;
  width: min(var(--news-width), calc(100% - (var(--news-gutter) * 2)));
  margin: 0 auto;
  padding: clamp(24px, 3vw, 40px) 0 clamp(72px, 8vw, 112px);
}

.news-hub__back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: clamp(24px, 3vw, 38px);
  color: var(--news-secondary);
  font: 700 14px/1.2 Manrope, sans-serif;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.news-hub__back svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.news-hub__back:hover {
  color: #fff;
  transform: translateX(-3px);
}

.news-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 380px);
  align-items: end;
  gap: clamp(30px, 6vw, 84px);
  padding: 0 0 clamp(54px, 7vw, 86px);
}

.news-hero__copy {
  min-width: 0;
}

.news-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(157, 255, 208, 0.86);
  font: 800 12px/1.3 Manrope, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-eyebrow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--news-accent);
  box-shadow: 0 0 0 5px rgba(53, 229, 141, 0.11), 0 0 20px rgba(53, 229, 141, 0.4);
}

.news-hero h1 {
  max-width: 760px;
  margin: 14px 0 18px;
  color: #f7f9fc;
  font: 800 clamp(42px, 6.2vw, 76px)/0.98 Montserrat, Manrope, sans-serif;
  letter-spacing: -0.055em;
}

.news-hero__copy > p {
  max-width: 710px;
  margin: 0;
  color: var(--news-secondary);
  font: 500 clamp(16px, 1.6vw, 19px)/1.65 Manrope, sans-serif;
}

.news-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.news-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font: 800 14px/1 Manrope, sans-serif;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.news-button:hover {
  transform: translateY(-2px);
}

.news-button--primary {
  color: #04150c;
  background: linear-gradient(135deg, #3aea94, #16b876);
  box-shadow: 0 15px 35px rgba(22, 184, 118, 0.2);
}

.news-button--secondary {
  color: var(--news-text);
  border-color: var(--news-border);
  background: rgba(255, 255, 255, 0.035);
}

.news-button--secondary:hover {
  border-color: var(--news-border-strong);
  background: rgba(255, 255, 255, 0.065);
}

.news-sync-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--news-border);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  box-shadow: 0 22px 54px rgba(6, 9, 13, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.news-sync-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, #37aee2, #1e96c8);
  box-shadow: 0 12px 28px rgba(30, 150, 200, 0.25);
}

.news-sync-card__icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.news-sync-card > div {
  min-width: 0;
}

.news-sync-card strong,
.news-sync-card span {
  display: block;
}

.news-sync-card strong {
  margin-bottom: 5px;
  color: var(--news-text);
  font: 800 14px/1.35 Manrope, sans-serif;
}

.news-sync-card > div > span {
  color: var(--news-muted);
  font: 600 12px/1.45 Manrope, sans-serif;
}

.news-feed {
  padding-top: 0;
  border-top: 0;
}

.news-feed__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(26px, 4vw, 42px);
}

.news-feed__heading h1 {
  max-width: 760px;
  margin: 0;
  color: var(--news-text);
  font: 800 clamp(42px, 6.2vw, 72px)/0.98 Montserrat, Manrope, sans-serif;
  letter-spacing: -0.055em;
}

html body.news-hub-body .news-feed__heading p {
  max-width: 690px;
  margin: 16px 0 0;
  color: var(--news-secondary) !important;
  font: 500 clamp(16px, 1.5vw, 19px)/1.6 Manrope, sans-serif;
}

.news-feed__heading > a {
  flex: 0 0 auto;
  padding-bottom: 5px;
  color: var(--news-secondary);
  font: 700 13px/1.3 Manrope, sans-serif;
  text-decoration: none;
  transition: color 180ms ease;
}

.news-feed__heading > a:hover {
  color: #fff;
}

.news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.news-card {
  display: grid;
  grid-template-columns: minmax(220px, 290px) minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--news-border);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.027));
  box-shadow: 0 18px 42px rgba(7, 9, 13, 0.17);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.news-card:hover {
  transform: translateY(-4px);
  border-color: var(--news-border-strong);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.035));
  box-shadow: 0 25px 58px rgba(7, 9, 13, 0.25);
}

.news-card--text-only {
  grid-template-columns: minmax(0, 1fr);
}

.news-card__media {
  position: relative;
  display: block;
  min-height: 230px;
  overflow: hidden;
  background: rgba(8, 12, 17, 0.65);
}

.news-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.news-card:hover .news-card__media img {
  transform: scale(1.025);
}

.news-card__video {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 12, 18, 0.76);
  font: 800 11px/1 Manrope, sans-serif;
  backdrop-filter: blur(10px);
}

.news-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: clamp(21px, 3vw, 28px);
}

.news-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--news-muted);
  font: 700 11px/1.4 Manrope, sans-serif;
}

.news-card__source {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(151, 215, 255, 0.9);
}

.news-card__source::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2aabee;
  box-shadow: 0 0 0 4px rgba(42, 171, 238, 0.1);
}

html body.news-hub-body .news-card__text {
  display: -webkit-box;
  min-width: 0;
  margin: 0 0 20px;
  overflow: hidden;
  color: rgba(244, 247, 251, 0.91) !important;
  font: 500 16px/1.68 Manrope, sans-serif;
  white-space: pre-line;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.news-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-top: auto;
  color: var(--news-text);
  font: 800 13px/1.3 Manrope, sans-serif;
  text-decoration: none;
}

.news-card__link span {
  color: var(--news-accent);
  transition: transform 180ms ease;
}

.news-card__link:hover span {
  transform: translate(2px, -2px);
}

.news-card--loading {
  min-height: 230px;
  grid-template-columns: 1fr;
  border-color: rgba(255, 255, 255, 0.055);
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.045), transparent) 0 0 / 220% 100%,
    rgba(255, 255, 255, 0.025);
  animation: news-shimmer 1.5s linear infinite;
}

@keyframes news-shimmer {
  to { background-position: -220% 0; }
}

.news-empty {
  padding: 46px 24px;
  border: 1px solid var(--news-border);
  border-radius: 22px;
  text-align: center;
  background: var(--news-surface);
}

.news-empty strong,
.news-empty p {
  display: block;
}

.news-empty strong {
  color: var(--news-text);
  font: 800 19px/1.3 Manrope, sans-serif;
}

.news-empty p {
  max-width: 540px;
  margin: 9px auto 20px;
  color: var(--news-secondary);
  font: 500 14px/1.6 Manrope, sans-serif;
}

.news-empty a {
  color: var(--news-accent);
  font-weight: 800;
}

.news-more {
  display: block;
  min-width: 180px;
  min-height: 46px;
  margin: 28px auto 0;
  padding: 0 22px;
  border: 1px solid var(--news-border);
  border-radius: 14px;
  color: var(--news-text);
  background: rgba(255, 255, 255, 0.045);
  font: 800 14px/1 Manrope, sans-serif;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.news-more:hover {
  transform: translateY(-2px);
  border-color: var(--news-border-strong);
  background: rgba(255, 255, 255, 0.075);
}

.news-more[hidden],
.news-empty[hidden] {
  display: none !important;
}

html body.news-hub-body footer {
  position: relative;
  z-index: 1;
}

@media (max-width: 920px) {
  .news-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  html body.news-hub-body header {
    width: calc(100% - 28px) !important;
  }

  main.news-hub {
    width: calc(100% - 28px);
    padding-top: 22px;
  }

  .news-feed__heading h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .news-feed__heading {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

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

  .news-card__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 480px) {
  .news-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .news-button {
    width: 100%;
  }

  .news-sync-card {
    align-items: flex-start;
    padding: 17px;
  }

  .news-card__body {
    padding: 18px;
  }

  .news-card__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-card,
  .news-card__media img,
  .news-button,
  .news-more,
  .news-hub__back {
    transition: none !important;
  }

  .news-card--loading {
    animation: none;
  }
}
