.mf-core-nextpro-page {
  --nextpro-cyan: #34d6ff;
  --nextpro-pink: #f82f75;
}

.mf-nextpro-hero {
  --mf-core-hero-image:
    linear-gradient(125deg, rgba(2, 13, 18, .96), rgba(5, 32, 45, .9) 56%, rgba(19, 8, 31, .88)),
    url("/assets/img/heroes/shared-hero-banner.png");
}

.mf-core-nextpro-page .mf-nextpro-hero .mf-core-hero__grid {
  min-height: 0;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  padding-block: clamp(1.25rem, 2.2vw, 1.75rem);
}

.mf-core-nextpro-page .mf-nextpro-hero .mf-core-title {
  max-width: 18ch;
  margin-block: .35rem .55rem;
  font-size: clamp(2.1rem, 3.2vw, 3.15rem);
}

.mf-core-nextpro-page .mf-nextpro-hero .mf-core-lede {
  max-width: 56ch;
  font-size: clamp(.92rem, 1.05vw, 1.05rem);
  line-height: 1.45;
}

.mf-core-nextpro-page .mf-nextpro-hero .mf-core-actions,
.mf-core-nextpro-page .mf-nextpro-hero .mf-core-tags {
  margin-top: .65rem;
}

.mf-nextpro-hero::after {
  background:
    radial-gradient(circle at 83% 25%, rgba(52, 214, 255, .2), transparent 23rem),
    linear-gradient(90deg, var(--nextpro-pink), #f7cc42 48%, var(--nextpro-cyan));
  height: 3px;
  opacity: 1;
}

.mf-nextpro-hero__marks {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  min-height: 9.5rem;
  padding: clamp(1rem, 2vw, 1.4rem);
  background: linear-gradient(145deg, rgba(3, 17, 24, .96), rgba(14, 46, 60, .86));
}

.mf-nextpro-hero__marks img {
  width: 100%;
  max-height: 6.75rem;
  object-fit: contain;
}

.mf-nextpro-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
  margin-bottom: .8rem;
}

.mf-nextpro-metric {
  min-height: 5.2rem;
  padding: .85rem .95rem;
  border: 1px solid rgba(188, 221, 87, .27);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(9, 29, 25, .96), rgba(7, 22, 33, .94));
}

.mf-nextpro-metric span {
  display: block;
  color: #a9bdb4;
  font: 700 .68rem/1.2 var(--font-mono, monospace);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mf-nextpro-metric strong {
  display: block;
  margin-top: .35rem;
  color: #fff;
  font: 800 clamp(1.15rem, 2vw, 1.55rem)/1.05 var(--font-heading, sans-serif);
}

.mf-nextpro-source-note {
  margin: .75rem 0 0;
  color: #aebfb6;
  font-size: .84rem;
}

.mf-nextpro-match-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
}

.mf-nextpro-match {
  display: grid;
  gap: .6rem;
  min-height: 11rem;
  padding: .95rem;
  border: 1px solid rgba(188, 221, 87, .25);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(8, 27, 24, .98), rgba(6, 23, 34, .96));
}

.mf-nextpro-match__date {
  color: #d8ec57;
  font: 750 .68rem/1.2 var(--font-mono, monospace);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.mf-nextpro-match__teams {
  display: grid;
  gap: .45rem;
}

.mf-nextpro-match__team {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: .55rem;
  color: #f5faf7;
  font-weight: 800;
}

.mf-nextpro-match__team img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.mf-nextpro-match__score {
  align-self: center;
  color: #fff;
  font: 900 1.2rem/1 var(--font-heading, sans-serif);
}

.mf-nextpro-match__note {
  margin: 0;
  color: #aabcb3;
  font-size: .78rem;
  line-height: 1.35;
}

.mf-core-nextpro-page .mf-core-club {
  min-height: 5rem;
  grid-template-columns: 48px 1fr;
  background: linear-gradient(145deg, rgba(8, 28, 25, .98), rgba(7, 24, 35, .96));
}

.mf-core-nextpro-page .mf-core-club img {
  width: 48px;
  height: 48px;
}

@media (max-width: 900px) {
  .mf-nextpro-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mf-nextpro-match-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .mf-core-nextpro-page .mf-nextpro-hero .mf-core-hero__grid { padding-block: 1.15rem; }
  .mf-nextpro-hero__marks { min-height: 8rem; }
  .mf-nextpro-hero__marks img { max-height: 5.75rem; }
  .mf-nextpro-match-grid { grid-template-columns: 1fr; }
  .mf-nextpro-match { min-height: 0; }
}

@media (max-width: 390px) {
  .mf-nextpro-metrics { grid-template-columns: 1fr 1fr; gap: .45rem; }
  .mf-nextpro-metric { min-height: 4.6rem; padding: .7rem; }
}

@media (prefers-reduced-motion: reduce) {
  .mf-core-nextpro-page *,
  .mf-core-nextpro-page *::before,
  .mf-core-nextpro-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
