.mcx-news-page {
  color: #effff8;
}

.mcx-news-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.mcx-news-hero {
  position: relative;
  min-height: clamp(300px, 36vw, 430px);
  display: grid;
  align-items: center;
  padding: clamp(42px, 5vw, 70px) 0 clamp(34px, 4vw, 56px);
  border-top: 1px solid rgba(104, 220, 173, .12);
  border-bottom: 1px solid rgba(104, 220, 173, .18);
  background:
    linear-gradient(90deg, rgba(1, 7, 5, .98), rgba(3, 18, 13, .78) 48%, rgba(2, 7, 6, .9)),
    linear-gradient(135deg, rgba(5, 35, 26, .54), rgba(1, 5, 4, .1) 48%, rgba(80, 50, 16, .22));
  overflow: hidden;
  isolation: isolate;
}

.mcx-news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(1, 7, 5, .94), rgba(1, 7, 5, .62) 36%, rgba(1, 7, 5, .18) 64%, rgba(1, 7, 5, .86)),
    linear-gradient(180deg, rgba(1, 7, 5, .18), rgba(1, 7, 5, .88));
}

.mcx-news-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .032) 0 1px, transparent 1px 7px),
    linear-gradient(90deg, rgba(115, 255, 214, .12), transparent 32%, transparent 72%, rgba(255, 244, 196, .06));
  opacity: .58;
  mix-blend-mode: screen;
}

.mcx-news-hero-inner {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(220px, 1fr);
  align-items: center;
  gap: clamp(20px, 5vw, 72px);
}

.mcx-news-copy {
  position: relative;
}

.mcx-news-copy::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #73ffd6, rgba(115, 255, 214, .08));
  box-shadow: 0 0 22px rgba(115, 255, 214, .42);
}

.mcx-news-hero-art {
  position: absolute;
  inset: -6% -4% -10% 28%;
  z-index: 1;
  pointer-events: none;
}

.mcx-news-art {
  position: absolute;
  width: clamp(210px, 22vw, 360px);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid rgba(115, 255, 214, .18);
  border-radius: 8px;
  opacity: .34;
  filter: saturate(1.05) contrast(1.14) brightness(.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .48);
}

.mcx-news-art--one {
  right: 5%;
  top: 8%;
  transform: rotate(3deg);
}

.mcx-news-art--two {
  right: 30%;
  top: 22%;
  opacity: .26;
  transform: rotate(-7deg);
}

.mcx-news-art--three {
  right: 14%;
  bottom: 8%;
  opacity: .3;
  transform: rotate(-2deg);
}

.mcx-news-art--four {
  right: 43%;
  bottom: -2%;
  opacity: .22;
  transform: rotate(6deg);
}

.mcx-news-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  width: max-content;
  max-width: 100%;
  padding: 0 12px;
  border: 1px solid rgba(115, 255, 214, .26);
  border-radius: 999px;
  background: rgba(2, 18, 13, .66);
  color: #73ffd6;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(115, 255, 214, .34);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025), 0 0 22px rgba(115, 255, 214, .08);
}

.mcx-news-title {
  margin: 18px 0 0;
  color: #fff5cf;
  font-size: clamp(2.25rem, 4.5vw, 4.05rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 14px 38px rgba(0, 0, 0, .72), 0 0 26px rgba(115, 255, 214, .22);
}

.mcx-news-lead {
  width: min(620px, 100%);
  margin: 16px 0 0;
  color: rgba(239, 255, 248, .78);
  font-size: clamp(.98rem, 1.25vw, 1.1rem);
  line-height: 1.62;
  font-weight: 760;
}

.mcx-news-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.mcx-news-hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(255, 244, 196, .2);
  border-radius: 999px;
  background: rgba(0, 0, 0, .28);
  color: rgba(255, 244, 196, .8);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mcx-news-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0 18px;
}

.mcx-news-status {
  min-height: 22px;
  color: rgba(239, 255, 248, .55);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.mcx-news-source {
  color: rgba(255, 244, 196, .82);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: right;
  transition: color .16s ease, text-shadow .16s ease;
}

.mcx-news-source:hover {
  color: #fff5cf;
  text-shadow: 0 0 14px rgba(255, 244, 196, .26);
}

.mcx-news-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  margin: 8px 0 26px;
}

.mcx-news-feature-media,
.mcx-news-card-media {
  position: relative;
  overflow: hidden;
  background: #020705;
  border: 1px solid rgba(104, 220, 173, .16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035);
}

.mcx-news-feature-media {
  min-height: 390px;
  border-radius: 8px;
}

.mcx-news-feature-media img,
.mcx-news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.06) contrast(1.05) brightness(.78);
  transform: scale(1.02);
}

.mcx-news-feature-media::after,
.mcx-news-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .72));
  pointer-events: none;
}

.mcx-news-feature-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  min-height: 390px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(104, 220, 173, .18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(6, 26, 18, .86), rgba(1, 6, 5, .92)),
    linear-gradient(135deg, rgba(115, 255, 214, .12), transparent 42%);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .34);
}

.mcx-news-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}

.mcx-news-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(104, 220, 173, .24);
  border-radius: 999px;
  background: rgba(0, 0, 0, .26);
  color: #73ffd6;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mcx-news-pill.is-gold {
  color: #fff5cf;
  border-color: rgba(255, 244, 196, .25);
}

.mcx-news-pill.is-source {
  color: #ffb8ac;
  border-color: rgba(224, 75, 60, .32);
  background: rgba(224, 75, 60, .08);
}

.mcx-news-copy-panel {
  position: relative;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 168px;
  padding: 16px;
  border: 1px solid rgba(104, 220, 173, .2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(7, 26, 19, .74), rgba(0, 8, 5, .56)),
    radial-gradient(circle at 12% 0, rgba(104, 220, 173, .12), transparent 42%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .035),
    0 16px 34px rgba(0, 0, 0, .2);
}

.mcx-news-copy-panel--feature {
  min-height: 210px;
  padding: clamp(18px, 2.1vw, 24px);
}

.mcx-news-feature-title {
  margin: 0;
  color: #fff5cf;
  font-size: clamp(1.55rem, 2.15vw, 2.55rem);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.mcx-news-feature-summary {
  margin: 16px 0 0;
  color: rgba(239, 255, 248, .76);
  font-size: .98rem;
  line-height: 1.62;
  font-weight: 700;
}

.mcx-news-author {
  margin: 0;
  color: rgba(239, 255, 248, .48);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mcx-news-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  min-height: 42px;
  margin-top: 22px;
  padding: 0 18px;
  border: 1px solid rgba(224, 75, 60, .58);
  border-radius: 999px;
  background: rgba(0, 0, 0, .2);
  color: #fff;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.mcx-news-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 42px;
}

.mcx-news-actions .mcx-news-link {
  margin-top: 0;
}

.mcx-news-link:hover {
  border-color: rgba(255, 106, 91, .9);
  box-shadow: 0 0 22px rgba(224, 75, 60, .18);
  transform: translateY(-1px);
}

.mcx-news-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 18px;
}

.mcx-news-filter {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(104, 220, 173, .16);
  border-radius: 999px;
  background: rgba(3, 10, 7, .55);
  color: rgba(239, 255, 248, .62);
  font: inherit;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color .16s ease, color .16s ease, background .16s ease;
}

.mcx-news-filter:hover,
.mcx-news-filter.is-active {
  border-color: rgba(104, 220, 173, .5);
  background: rgba(4, 22, 14, .72);
  color: #73ffd6;
}

.mcx-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: clamp(42px, 6vw, 76px);
}

.mcx-news-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(104, 220, 173, .14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(5, 18, 13, .88), rgba(1, 6, 4, .94));
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .25);
}

.mcx-news-card-media {
  aspect-ratio: 16 / 9;
  border-width: 0 0 1px;
  border-radius: 0;
}

.mcx-news-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.mcx-news-card-title {
  margin: 0;
  color: #fff5cf;
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.mcx-news-card-summary {
  margin: 12px 0 0;
  color: rgba(239, 255, 248, .68);
  font-size: .9rem;
  line-height: 1.58;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.mcx-news-card .mcx-news-link {
  min-height: 36px;
  margin-top: 0;
  padding: 0 14px;
  font-size: .68rem;
}

.mcx-news-empty {
  display: none;
  padding: 34px 0 80px;
  color: rgba(239, 255, 248, .62);
  font-weight: 850;
  line-height: 1.6;
}

.mcx-news-empty.is-visible {
  display: block;
}

.mcx-news-skeleton {
  min-height: 420px;
  border: 1px solid rgba(104, 220, 173, .14);
  border-radius: 8px;
  background: linear-gradient(110deg, rgba(4, 18, 13, .86), rgba(18, 58, 43, .48), rgba(4, 18, 13, .86));
  background-size: 220% 100%;
  animation: mcxNewsPulse 1.6s ease-in-out infinite;
}

@keyframes mcxNewsPulse {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

@media (max-width: 980px) {
  .mcx-news-hero-inner {
    grid-template-columns: 1fr;
  }

  .mcx-news-hero-art {
    inset: -2% -18% -12% 18%;
  }

  .mcx-news-art {
    opacity: .24;
  }

  .mcx-news-copy {
    max-width: 680px;
  }

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

  .mcx-news-feature-media,
  .mcx-news-feature-body {
    min-height: 300px;
  }

  .mcx-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .mcx-news-wrap {
    width: min(100% - 22px, 1120px);
  }

  .mcx-news-hero {
    min-height: 390px;
    padding: 42px 0 46px;
  }

  .mcx-news-hero-art {
    inset: 24% -36% -10% -10%;
  }

  .mcx-news-art {
    width: 250px;
    opacity: .2;
  }

  .mcx-news-art--two,
  .mcx-news-art--four {
    display: none;
  }

  .mcx-news-copy::before {
    left: -10px;
  }

  .mcx-news-kicker {
    font-size: .64rem;
    letter-spacing: .1em;
  }

  .mcx-news-title {
    font-size: clamp(2.3rem, 13vw, 3.6rem);
    letter-spacing: .05em;
  }

  .mcx-news-lead {
    font-size: .98rem;
    max-width: 300px;
  }

  .mcx-news-hero-meta {
    display: grid;
    grid-template-columns: max-content;
    max-width: 100%;
  }

  .mcx-news-hero-meta span {
    font-size: .62rem;
    max-width: 100%;
  }

  .mcx-news-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .mcx-news-source {
    text-align: left;
  }

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

  .mcx-news-feature-title {
    font-size: clamp(1.45rem, 7vw, 2rem);
    -webkit-line-clamp: 5;
  }
}
