body.mf-diaspora-page,
body.mf-afcon-page {
  --africa-ink: #f7fbf3;
  --africa-muted: rgba(232, 242, 226, 0.74);
  --africa-line: rgba(255, 216, 77, 0.2);
  --africa-panel: rgba(5, 20, 15, 0.84);
  --africa-panel-strong: rgba(8, 35, 29, 0.94);
  --africa-gold: #ffd84d;
  --africa-green: #35d487;
  --africa-red: #ff526f;
  --africa-blue: #56b3ff;
  --africa-charcoal: #030706;
  background:
    linear-gradient(90deg, rgba(255, 216, 77, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 216, 77, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #020504 0%, #06140e 43%, #04121c 100%);
  background-size:
    72px 72px,
    72px 72px,
    auto;
  color: var(--africa-ink);
}

body.mf-diaspora-page main#main-content,
body.mf-afcon-page main#main-content {
  overflow: clip;
  background:
    linear-gradient(
      90deg,
      rgba(255, 82, 111, 0.08),
      transparent 19%,
      transparent 81%,
      rgba(53, 212, 135, 0.08)
    ),
    linear-gradient(180deg, rgba(255, 216, 77, 0.08), transparent 420px);
}

body.mf-diaspora-page .stl-container,
body.mf-afcon-page .stl-container {
  width: min(1240px, calc(100vw - 40px));
  max-width: none;
}

body.mf-diaspora-page :where(.stl-section, .mf-afcon-dashboard-section),
body.mf-afcon-page :where(.stl-section, .mf-afcon-dashboard-section) {
  padding-block: clamp(24px, 4vw, 54px);
}

body.mf-diaspora-page .stl-eyebrow,
body.mf-afcon-page .stl-eyebrow {
  color: var(--africa-gold);
  letter-spacing: 0.08em;
}

body.mf-diaspora-page :where(.stl-btn, .mf-chip),
body.mf-afcon-page :where(.stl-btn, .mf-chip) {
  border-radius: 999px;
}

body.mf-diaspora-page :where(.stl-btn--primary, .mf-chip.is-active),
body.mf-afcon-page :where(.stl-btn--primary, .mf-chip.is-active) {
  color: #07110b;
  background: linear-gradient(
    90deg,
    var(--africa-gold),
    #c7ff22 48%,
    var(--africa-green)
  );
  border-color: transparent;
  box-shadow: 0 14px 34px rgba(53, 212, 135, 0.18);
}

body.mf-diaspora-page :where(.stl-btn--ghost, .mf-chip),
body.mf-afcon-page :where(.stl-btn--ghost, .mf-chip) {
  color: var(--africa-ink);
  border-color: rgba(255, 216, 77, 0.32);
  background: rgba(6, 14, 12, 0.66);
}

body.mf-diaspora-page
  :where(
    .stl-btn,
    .mf-chip,
    .mf-diaspora-tabs a,
    .mf-afcon-route-card,
    .mf-diaspora-pathway-card,
    .mf-diaspora-country-button,
    .mf-afcon-country-button
  ),
body.mf-afcon-page
  :where(
    .stl-btn,
    .mf-chip,
    .mf-diaspora-tabs a,
    .mf-afcon-route-card,
    .mf-diaspora-pathway-card,
    .mf-diaspora-country-button,
    .mf-afcon-country-button
  ) {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

body.mf-diaspora-page
  :where(
    .stl-btn,
    .mf-chip,
    .mf-diaspora-tabs a,
    .mf-afcon-route-card,
    .mf-diaspora-pathway-card,
    .mf-diaspora-country-button,
    .mf-afcon-country-button
  ):hover,
body.mf-afcon-page
  :where(
    .stl-btn,
    .mf-chip,
    .mf-diaspora-tabs a,
    .mf-afcon-route-card,
    .mf-diaspora-pathway-card,
    .mf-diaspora-country-button,
    .mf-afcon-country-button
  ):hover {
  transform: translateY(-2px);
  border-color: rgba(53, 212, 135, 0.62);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

body.mf-diaspora-page .mf-diaspora-fix-hero,
body.mf-afcon-page .mf-afcon-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 64px));
  display: grid;
  align-items: end;
  padding: clamp(84px, 11vw, 138px) 0 clamp(34px, 6vw, 72px);
  border-bottom: 1px solid rgba(255, 216, 77, 0.26);
  isolation: isolate;
}

body.mf-diaspora-page .mf-diaspora-fix-hero::before,
body.mf-afcon-page .mf-afcon-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(2, 6, 5, 0.94) 0%,
      rgba(2, 6, 5, 0.68) 42%,
      rgba(2, 6, 5, 0.26) 100%
    ),
    linear-gradient(180deg, rgba(2, 6, 5, 0.08), rgba(2, 6, 5, 0.92)),
    url("../img/homepage/mofutbol-hero-grassroots-pro.png") center / cover
      no-repeat;
}

body.mf-afcon-page .mf-afcon-hero::before {
  background:
    linear-gradient(
      90deg,
      rgba(2, 6, 5, 0.95) 0%,
      rgba(2, 6, 5, 0.72) 44%,
      rgba(2, 6, 5, 0.4) 100%
    ),
    linear-gradient(180deg, rgba(2, 6, 5, 0.08), rgba(2, 6, 5, 0.92)),
    url("../img/homepage/fifa-world-football-week-un-hq.jpg") center / cover
      no-repeat;
}

body.mf-diaspora-page .mf-diaspora-fix-hero::after,
body.mf-afcon-page .mf-afcon-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: linear-gradient(
    90deg,
    var(--africa-red),
    var(--africa-gold),
    var(--africa-green),
    var(--africa-blue)
  );
  z-index: 0;
}

body.mf-diaspora-page .mf-diaspora-hero__bg,
body.mf-afcon-page .mf-afcon-hero__bg {
  display: none;
}

body.mf-diaspora-page .mf-diaspora-fix-hero__grid,
body.mf-afcon-page .mf-afcon-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  gap: clamp(22px, 3vw, 40px);
  align-items: end;
}

body.mf-diaspora-page .mf-diaspora-fix-hero__copy,
body.mf-afcon-page .mf-afcon-hero__copy {
  max-width: 760px;
}

body.mf-diaspora-page .mf-diaspora-fix-hero__copy h1,
body.mf-afcon-page .mf-afcon-hero h1 {
  max-width: 11ch;
  margin: 10px 0 14px;
  color: #fff;
  font-size: clamp(3.2rem, 9vw, 8.6rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 24px 60px rgba(0, 0, 0, 0.7);
}

body.mf-diaspora-page .mf-diaspora-fix-hero__copy p,
body.mf-afcon-page .mf-afcon-hero p {
  max-width: 68ch;
  color: var(--africa-muted);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.55;
}

body.mf-diaspora-page .mf-diaspora-actions,
body.mf-afcon-page .mf-afcon-actions,
body.mf-afcon-page .mf-afcon-signal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

body.mf-diaspora-page .mf-diaspora-fix-hero__panel,
body.mf-afcon-page .mf-afcon-signal {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 216, 77, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 216, 77, 0.13), transparent 32%),
    linear-gradient(180deg, rgba(8, 38, 31, 0.9), rgba(4, 15, 14, 0.92));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
}

body.mf-diaspora-page .mf-diaspora-fix-hero__panel {
  padding: clamp(18px, 2.4vw, 28px);
}

body.mf-diaspora-page .mf-diaspora-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

body.mf-diaspora-page .mf-diaspora-stat-grid article,
body.mf-afcon-page .mf-afcon-proof-row article,
body.mf-afcon-page .mf-afcon-signal-list article {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(1, 10, 8, 0.54);
}

body.mf-diaspora-page .mf-diaspora-stat-grid strong,
body.mf-afcon-page .mf-afcon-proof-row strong {
  display: block;
  color: var(--africa-gold);
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 0.95;
}

body.mf-diaspora-page .mf-diaspora-section-nav {
  margin: -18px 0 0;
}

body.mf-diaspora-page .mf-diaspora-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(255, 216, 77, 0.24);
  border-radius: 8px;
  background: rgba(3, 10, 8, 0.88);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.34);
}

body.mf-diaspora-page .mf-diaspora-tabs a {
  display: grid;
  min-height: 44px;
  place-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--africa-muted);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  font-weight: 800;
}

body.mf-diaspora-page .mf-diaspora-tabs a[aria-current="page"] {
  color: #07110b;
  border-color: transparent;
  background: linear-gradient(90deg, var(--africa-gold), var(--africa-green));
}

body.mf-diaspora-page .mf-diaspora-fix-content {
  padding-top: 18px;
}

body.mf-diaspora-page .mf-diaspora-fix-shell,
body.mf-afcon-page .mf-afcon-dashboard-section > .stl-container,
body.mf-afcon-page .mf-diaspora-board--official > .stl-container {
  position: relative;
}

body.mf-diaspora-page .mf-diaspora-hub-command,
body.mf-diaspora-page .mf-diaspora-hub-panel,
body.mf-diaspora-page .mf-worldcup-verified--diaspora,
body.mf-diaspora-page .mf-africa-pathway-ladder__inner,
body.mf-afcon-page .mf-afcon-command,
body.mf-afcon-page .mf-afcon-dashboard__section,
body.mf-afcon-page .mf-diaspora-source-shell {
  border: 1px solid rgba(255, 216, 77, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(53, 212, 135, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(8, 31, 27, 0.92), rgba(4, 14, 13, 0.96));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

body.mf-diaspora-page .mf-diaspora-hub-command {
  padding: clamp(16px, 2.3vw, 28px);
}

body.mf-diaspora-page .mf-diaspora-hub-main {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.52fr);
  gap: clamp(16px, 2vw, 26px);
}

body.mf-diaspora-page .mf-diaspora-panel-head--lead {
  min-height: 100%;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(3, 9, 8, 0.9), rgba(3, 9, 8, 0.58)),
    url("../img/heroes/shared-hero-live.png") center / cover no-repeat;
}

body.mf-diaspora-page .mf-diaspora-official-image-deck,
body.mf-diaspora-page .mf-diaspora-control-deck,
body.mf-diaspora-page .mf-diaspora-quick-rail,
body.mf-diaspora-page .mf-diaspora-live-board,
body.mf-diaspora-page .mf-diaspora-automation-panel,
body.mf-diaspora-page .mf-diaspora-country-board,
body.mf-afcon-page .mf-afcon-command__lead,
body.mf-afcon-page .mf-afcon-command__mini,
body.mf-afcon-page .mf-afcon-country-directory,
body.mf-afcon-page .mf-afcon-news-console,
body.mf-afcon-page .mf-afcon-archive-console {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(2, 13, 11, 0.64);
}

body.mf-diaspora-page .mf-diaspora-official-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.mf-diaspora-page .mf-diaspora-official-image-card,
body.mf-diaspora-page .mf-diaspora-player-card,
body.mf-diaspora-page .mf-diaspora-story-card,
body.mf-diaspora-page .mf-diaspora-preview-card,
body.mf-diaspora-page .mf-diaspora-fixture-card,
body.mf-afcon-page .mf-afcon-route-card,
body.mf-afcon-page .mf-afcon-host-card,
body.mf-afcon-page .mf-afcon-mini-panel,
body.mf-afcon-page .mf-afcon-news-list article,
body.mf-afcon-page .mf-diaspora-official-card,
body.mf-afcon-page .mf-diaspora-loading-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 216, 77, 0.09), transparent 42%),
    rgba(8, 25, 23, 0.86);
}

body.mf-diaspora-page .mf-diaspora-player-card__media,
body.mf-diaspora-page .mf-diaspora-preview-card figure,
body.mf-afcon-page .mf-diaspora-official-card figure,
body.mf-afcon-page .mf-afcon-news-featured figure,
body.mf-afcon-page .mf-afcon-news-list figure {
  background: #030807;
}

body.mf-diaspora-page .mf-diaspora-player-card__media img,
body.mf-diaspora-page .mf-diaspora-official-image-card img,
body.mf-afcon-page .mf-afcon-command__lead img,
body.mf-afcon-page .mf-diaspora-official-card img,
body.mf-afcon-page .mf-afcon-news-featured img,
body.mf-afcon-page .mf-afcon-news-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.mf-diaspora-page .mf-diaspora-player-grid,
body.mf-diaspora-page .mf-diaspora-interactive-grid,
body.mf-diaspora-page .mf-diaspora-story-grid,
body.mf-diaspora-page .mf-diaspora-fixture-grid {
  gap: 12px;
}

body.mf-diaspora-page .mf-diaspora-country-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: 16px;
}

body.mf-diaspora-page .mf-diaspora-africa-map {
  min-height: 360px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(2, 8, 7, 0.62), rgba(2, 8, 7, 0.32)),
    url("../img/heroes/shared-hero-banner.png");
  background-size: cover;
  background-position: center;
}

body.mf-diaspora-page .mf-diaspora-country-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.mf-diaspora-page .mf-diaspora-country-button,
body.mf-afcon-page .mf-afcon-country-button {
  min-height: 54px;
  border-radius: 8px;
  border-color: rgba(255, 216, 77, 0.18);
  background: rgba(255, 255, 255, 0.045);
}

body.mf-diaspora-page .mf-africa-pathway-ladder {
  padding-top: 0;
}

body.mf-diaspora-page .mf-africa-pathway-ladder__inner {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 3vw, 34px);
}

body.mf-diaspora-page .mf-africa-pathway-ladder__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(2, 8, 7, 0.9), rgba(2, 8, 7, 0.76)),
    url("../img/stl-hero/youth-soccer-field.jpg") center / cover no-repeat;
}

body.mf-diaspora-page .mf-africa-pathway-ladder__inner > * {
  position: relative;
  z-index: 1;
}

body.mf-diaspora-page .mf-africa-pathway-ladder__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

body.mf-diaspora-page .mf-africa-pathway-ladder__head h2 {
  max-width: 780px;
  margin: 4px 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4.3rem);
  line-height: 0.95;
}

body.mf-diaspora-page .mf-africa-pathway-ladder__head p {
  max-width: 58ch;
  color: var(--africa-muted);
}

body.mf-diaspora-page .mf-africa-pathway-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

body.mf-diaspora-page .mf-africa-pathway-step {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid rgba(255, 216, 77, 0.22);
  border-radius: 8px;
  color: var(--africa-ink);
  background:
    linear-gradient(180deg, rgba(8, 31, 27, 0.86), rgba(3, 11, 10, 0.92)),
    linear-gradient(90deg, rgba(255, 82, 111, 0.1), transparent);
  text-decoration: none;
}

body.mf-diaspora-page .mf-africa-pathway-step:nth-child(2n) {
  background:
    linear-gradient(180deg, rgba(8, 31, 27, 0.86), rgba(3, 11, 10, 0.92)),
    linear-gradient(90deg, rgba(53, 212, 135, 0.12), transparent);
}

body.mf-diaspora-page .mf-africa-pathway-step span:first-child {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: #07110b;
  background: var(--africa-gold);
  font-weight: 950;
}

body.mf-diaspora-page .mf-africa-pathway-step strong {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.05;
}

body.mf-diaspora-page .mf-africa-pathway-step small {
  display: block;
  margin-top: 12px;
  color: var(--africa-muted);
  line-height: 1.45;
}

body.mf-diaspora-page
  #mf-diaspora-section-app[data-view="pathways"]
  .mf-diaspora-pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.mf-diaspora-page
  #mf-diaspora-section-app[data-view="pathways"]
  .mf-diaspora-pathway-card {
  position: relative;
  min-height: 310px;
  padding: 18px;
  border: 1px solid rgba(255, 216, 77, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(5, 20, 15, 0.72), rgba(3, 9, 8, 0.96)),
    url("../img/heroes/shared-hero-banner.png") center / cover no-repeat;
}

body.mf-diaspora-page
  #mf-diaspora-section-app[data-view="pathways"]
  .mf-diaspora-pathway-card:nth-child(2n) {
  background:
    linear-gradient(180deg, rgba(5, 20, 15, 0.74), rgba(3, 9, 8, 0.96)),
    url("../img/homepage/fifa-world-football-week-un-hq.jpg") center / cover
      no-repeat;
}

body.mf-diaspora-page
  #mf-diaspora-section-app[data-view="pathways"]
  .mf-diaspora-pathway-card:nth-child(3n) {
  background:
    linear-gradient(180deg, rgba(5, 20, 15, 0.74), rgba(3, 9, 8, 0.96)),
    url("../img/stl-hero/energizer-park-stl.jpg") center / cover no-repeat;
}

body.mf-afcon-page .mf-afcon-hero__inner {
  grid-template-columns: minmax(0, 0.78fr) minmax(430px, 0.82fr);
}

body.mf-afcon-page .mf-afcon-hero h1 {
  max-width: 8ch;
}

body.mf-afcon-page .mf-afcon-quick-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

body.mf-afcon-page .mf-afcon-quick-rail a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 216, 77, 0.26);
  border-radius: 999px;
  color: var(--africa-ink);
  text-decoration: none;
  background: rgba(1, 10, 8, 0.58);
}

body.mf-afcon-page .mf-afcon-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

body.mf-afcon-page .mf-afcon-signal {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
}

body.mf-afcon-page .mf-afcon-hero-card {
  overflow: hidden;
  min-height: 100%;
  margin: 0;
  border-radius: 8px;
  background: #050a08;
}

body.mf-afcon-page .mf-afcon-hero-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.mf-afcon-page .mf-afcon-hero-card figcaption {
  padding: 14px;
  background: rgba(3, 11, 10, 0.92);
}

body.mf-afcon-page .mf-afcon-hero-card strong,
body.mf-afcon-page .mf-afcon-signal h2 {
  color: #fff;
}

body.mf-afcon-page .mf-afcon-signal-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

body.mf-afcon-page .mf-afcon-board {
  background:
    linear-gradient(180deg, rgba(255, 216, 77, 0.05), transparent 260px),
    rgba(1, 6, 5, 0.35);
}

body.mf-afcon-page .stl-section-header-row {
  align-items: end;
  border-bottom: 1px solid rgba(255, 216, 77, 0.2);
  padding-bottom: 16px;
}

body.mf-afcon-page .mf-afcon-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

body.mf-afcon-page .mf-afcon-route-card {
  min-height: 210px;
  padding: 18px;
  color: var(--africa-ink);
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(3, 13, 11, 0.66), rgba(3, 13, 11, 0.95)),
    url("../img/world-cup-hosts/world-cup-trophy-hero.jpg") center / cover
      no-repeat;
}

body.mf-afcon-page .mf-afcon-route-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(3, 13, 11, 0.66), rgba(3, 13, 11, 0.95)),
    url("../img/homepage/fifa-world-football-week-un-hq.jpg") center / cover
      no-repeat;
}

body.mf-afcon-page .mf-afcon-route-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(3, 13, 11, 0.66), rgba(3, 13, 11, 0.95)),
    url("../img/heroes/shared-hero-live.png") center / cover no-repeat;
}

body.mf-afcon-page .mf-afcon-route-card strong,
body.mf-afcon-page .mf-afcon-route-card span {
  color: var(--africa-gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

body.mf-afcon-page .mf-afcon-route-card h3 {
  margin: 16px 0 8px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.05;
}

body.mf-afcon-page .mf-afcon-route-card p {
  color: var(--africa-muted);
}

body.mf-afcon-page .mf-afcon-command {
  position: relative;
  overflow: hidden;
  padding: clamp(16px, 2.4vw, 28px);
}

body.mf-afcon-page .mf-afcon-command::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.22;
  background: url("../img/heroes/shared-hero-banner.png") center / cover
    no-repeat;
}

body.mf-afcon-page .mf-afcon-command > * {
  position: relative;
  z-index: 1;
}

body.mf-afcon-page .mf-afcon-command__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 16px;
}

body.mf-afcon-page .mf-afcon-command__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

body.mf-afcon-page .mf-afcon-command__actions button,
body.mf-afcon-page .mf-afcon-command__search input {
  min-height: 42px;
  border-radius: 999px;
}

body.mf-afcon-page .mf-afcon-command__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
  gap: 14px;
}

body.mf-afcon-page .mf-afcon-command__lead {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1fr);
  gap: 16px;
  padding: 12px;
}

body.mf-afcon-page .mf-afcon-command__lead figure {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
}

body.mf-afcon-page .mf-afcon-command__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

body.mf-afcon-page .mf-afcon-command__stats button,
body.mf-afcon-page .mf-afcon-mini-panel {
  border-radius: 8px;
  background: rgba(2, 13, 11, 0.72);
}

body.mf-afcon-page .mf-afcon-command__hosts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

body.mf-afcon-page .mf-afcon-host-card {
  min-height: 150px;
  padding: 14px;
}

body.mf-afcon-page .mf-afcon-command__teams,
body.mf-afcon-page .mf-afcon-country-directory__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

body.mf-afcon-page .mf-afcon-dashboard__split {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 14px;
}

body.mf-afcon-page .mf-afcon-winner-list,
body.mf-afcon-page .mf-afcon-news-list {
  display: grid;
  gap: 10px;
}

body.mf-afcon-page .mf-afcon-news-featured {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: 14px;
}

body.mf-afcon-page .mf-diaspora-board--official {
  background:
    linear-gradient(
      90deg,
      rgba(255, 82, 111, 0.07),
      transparent 45%,
      rgba(53, 212, 135, 0.07)
    ),
    #020604;
}

body.mf-afcon-page .mf-diaspora-source-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 16px;
  padding: clamp(16px, 2.4vw, 28px);
}

body.mf-afcon-page .mf-diaspora-map-panel {
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(3, 13, 11, 0.68), rgba(3, 13, 11, 0.94)),
    url("../img/heroes/shared-hero-banner.png") center / cover no-repeat;
}

body.mf-afcon-page .mf-diaspora-official-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.mf-afcon-page .mf-diaspora-filterbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

body.mf-afcon-page main .mf-afcon-hero {
  min-height: clamp(460px, 52vw, 620px);
  padding-block: clamp(82px, 8vw, 112px) clamp(28px, 4vw, 44px);
}

body.mf-afcon-page main .mf-afcon-hero__inner {
  align-items: center;
  grid-template-columns: minmax(0, 0.72fr) minmax(430px, 0.78fr);
}

body.mf-afcon-page main .mf-afcon-hero h1 {
  margin-block: 8px 10px;
  font-size: clamp(4rem, 9vw, 7.1rem);
}

body.mf-afcon-page main .mf-afcon-hero p {
  max-width: 58ch;
}

body.mf-afcon-page main .mf-afcon-proof-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
}

body.mf-afcon-page main .mf-afcon-proof-row article {
  padding: 12px;
}

body.mf-afcon-page main .mf-afcon-proof-row strong {
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

body.mf-afcon-page main .mf-afcon-signal {
  height: auto !important;
  max-height: none !important;
  grid-template-columns: minmax(180px, 0.58fr) minmax(0, 1fr);
  align-self: center;
  overflow: visible;
  padding: 12px;
}

body.mf-afcon-page main .mf-afcon-hero-card img {
  aspect-ratio: 16 / 10;
}

body.mf-afcon-page main .mf-afcon-signal-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body.mf-afcon-page main .mf-afcon-signal-list article {
  padding: 10px;
}

body.mf-afcon-page main .mf-afcon-signal-list strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.2;
}

body.mf-afcon-page main .mf-afcon-board {
  padding-block-start: 28px;
}

body.mf-afcon-page main .mf-afcon-route-grid {
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 0.92fr));
  gap: 10px;
  margin: 14px 0 18px;
}

body.mf-afcon-page main .mf-afcon-route-card {
  min-height: 168px;
  padding: 16px;
}

body.mf-afcon-page main .mf-afcon-route-card h3 {
  margin-block: 10px 6px;
  font-size: clamp(1.08rem, 1.6vw, 1.38rem);
}

body.mf-afcon-page main .mf-afcon-route-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.mf-afcon-page main .mf-afcon-command {
  padding: clamp(14px, 2vw, 22px);
}

body.mf-afcon-page main .mf-afcon-command__head {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
  gap: 12px;
}

body.mf-afcon-page main .mf-afcon-command__grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  gap: 12px;
}

body.mf-afcon-page main .mf-afcon-command__lead {
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1fr);
  align-items: stretch;
}

body.mf-afcon-page main .mf-afcon-command__lead figure {
  min-height: 0;
}

body.mf-afcon-page main .mf-afcon-command__lead img {
  aspect-ratio: 4 / 3;
}

body.mf-afcon-page main .mf-afcon-command__stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mf-afcon-page main .mf-afcon-command__hosts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mf-afcon-page main .mf-afcon-host-card {
  min-height: 118px;
}

body.mf-afcon-page main .mf-afcon-command__teams {
  max-height: 236px;
  overflow: auto;
  padding-right: 4px;
  align-content: start;
}

body.mf-afcon-page main .mf-afcon-command__teams .mf-afcon-country-button {
  min-height: 44px;
  padding: 8px 10px;
}

body.mf-afcon-page main .mf-afcon-command__mini {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.mf-afcon-page main .mf-afcon-dashboard__split {
  grid-template-columns: minmax(310px, 0.45fr) minmax(0, 1fr);
}

body.mf-afcon-page main .mf-afcon-news-console__body {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: 12px;
}

body.mf-afcon-page main .mf-afcon-news-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.mf-afcon-page main .mf-diaspora-source-shell {
  grid-template-columns: minmax(250px, 0.32fr) minmax(0, 1fr);
  align-items: start;
}

body.mf-afcon-page main .mf-diaspora-map-panel {
  position: sticky;
  top: 86px;
  min-height: 420px;
}

body.mf-afcon-page main .mf-diaspora-official-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mf-afcon-page main .mf-diaspora-official-card {
  min-height: 0;
}

body.mf-afcon-page main .mf-diaspora-official-card figure {
  aspect-ratio: 16 / 9;
}

@media (max-width: 1100px) {
  body.mf-diaspora-page .mf-diaspora-fix-hero__grid,
  body.mf-afcon-page .mf-afcon-hero__inner,
  body.mf-diaspora-page .mf-diaspora-hub-main,
  body.mf-afcon-page .mf-afcon-command__grid,
  body.mf-afcon-page .mf-diaspora-source-shell {
    grid-template-columns: 1fr;
  }

  body.mf-diaspora-page .mf-africa-pathway-steps,
  body.mf-afcon-page .mf-afcon-proof-row,
  body.mf-afcon-page .mf-afcon-route-grid,
  body.mf-afcon-page .mf-afcon-command__stats,
  body.mf-afcon-page .mf-afcon-command__teams,
  body.mf-afcon-page .mf-afcon-country-directory__grid,
  body.mf-afcon-page .mf-diaspora-official-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.mf-diaspora-page
    #mf-diaspora-section-app[data-view="pathways"]
    .mf-diaspora-pathway-grid,
  body.mf-diaspora-page .mf-diaspora-official-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.mf-diaspora-page .stl-container,
  body.mf-afcon-page .stl-container {
    width: min(100% - 24px, 1240px);
  }

  body.mf-diaspora-page .mf-diaspora-fix-hero,
  body.mf-afcon-page .mf-afcon-hero {
    min-height: auto;
    padding-block: 92px 34px;
  }

  body.mf-diaspora-page .mf-diaspora-fix-hero__copy h1,
  body.mf-afcon-page .mf-afcon-hero h1 {
    font-size: clamp(2.8rem, 17vw, 4.8rem);
  }

  body.mf-diaspora-page .mf-diaspora-tabs,
  body.mf-diaspora-page .mf-diaspora-stat-grid,
  body.mf-diaspora-page .mf-diaspora-country-panel,
  body.mf-diaspora-page .mf-diaspora-country-grid,
  body.mf-diaspora-page .mf-africa-pathway-steps,
  body.mf-diaspora-page
    #mf-diaspora-section-app[data-view="pathways"]
    .mf-diaspora-pathway-grid,
  body.mf-diaspora-page .mf-diaspora-official-image-grid,
  body.mf-afcon-page .mf-afcon-signal,
  body.mf-afcon-page .mf-afcon-proof-row,
  body.mf-afcon-page .mf-afcon-route-grid,
  body.mf-afcon-page .mf-afcon-command__head,
  body.mf-afcon-page .mf-afcon-command__lead,
  body.mf-afcon-page .mf-afcon-command__stats,
  body.mf-afcon-page .mf-afcon-command__hosts,
  body.mf-afcon-page .mf-afcon-command__teams,
  body.mf-afcon-page .mf-afcon-dashboard__split,
  body.mf-afcon-page .mf-afcon-news-featured,
  body.mf-afcon-page .mf-afcon-country-directory__grid,
  body.mf-afcon-page .mf-diaspora-official-grid {
    grid-template-columns: 1fr;
  }

  body.mf-diaspora-page .mf-diaspora-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  body.mf-diaspora-page .mf-diaspora-tabs a {
    min-width: 128px;
    scroll-snap-align: start;
  }

  body.mf-diaspora-page .mf-africa-pathway-ladder__head {
    display: block;
  }

  body.mf-afcon-page .mf-afcon-hero {
    padding-block: 78px 28px;
  }

  body.mf-afcon-page .mf-afcon-proof-row {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 8px;
    margin-top: 16px;
    padding-bottom: 4px;
  }

  body.mf-afcon-page .mf-afcon-proof-row article,
  body.mf-afcon-page .mf-afcon-signal-list article {
    padding: 10px;
  }

  body.mf-afcon-page .mf-afcon-proof-row article {
    min-width: 150px;
    scroll-snap-align: start;
  }

  body.mf-afcon-page .mf-afcon-proof-row strong {
    font-size: 1.65rem;
  }

  body.mf-afcon-page .mf-afcon-proof-row span,
  body.mf-afcon-page .mf-afcon-signal-list span {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  body.mf-afcon-page .mf-afcon-signal {
    gap: 10px;
    height: auto !important;
    max-height: none !important;
    overflow: visible;
    padding: 10px;
  }

  body.mf-afcon-page .mf-afcon-signal > div,
  body.mf-afcon-page main .mf-afcon-quick-rail {
    display: none !important;
  }

  body.mf-afcon-page .mf-afcon-hero-card img {
    max-height: 170px;
    aspect-ratio: 16 / 9;
  }

  body.mf-afcon-page .mf-afcon-hero-card figcaption,
  body.mf-afcon-page .mf-afcon-signal p {
    padding: 10px;
  }

  body.mf-afcon-page .mf-afcon-signal h2 {
    margin: 6px 0;
    font-size: 1.18rem;
    line-height: 1.1;
  }

  body.mf-afcon-page .mf-afcon-signal-list {
    gap: 6px;
    margin-top: 8px;
  }

  body.mf-afcon-page .mf-afcon-signal__actions {
    margin-top: 10px;
  }
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-route-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 0.9fr)) !important;
  gap: 10px !important;
  margin: 12px 0 18px !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-route-card {
  min-height: 158px !important;
  padding: 16px !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-signal {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-signal-list {
  display: none !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-signal
  p {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-command__teams {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  align-content: start !important;
  max-height: 236px !important;
  overflow: auto !important;
  padding-right: 4px !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-command
  .mf-afcon-flag-marquee.mf-afcon-command__teams {
  display: grid !important;
  flex-wrap: initial !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-command__teams
  .mf-afcon-country-button {
  min-height: 44px !important;
  padding: 8px 10px !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  section.mf-diaspora-board.mf-diaspora-board--official
  .mf-diaspora-source-shell {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  section.mf-diaspora-board.mf-diaspora-board--official
  .mf-diaspora-source-main {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  section.mf-diaspora-board.mf-diaspora-board--official
  #mf-diaspora-official-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  section.mf-diaspora-board.mf-diaspora-board--official
  #mf-diaspora-official-grid
  > .mf-diaspora-pro-board {
  grid-column: 1 / -1 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  section.mf-diaspora-board.mf-diaspora-board--official
  #mf-diaspora-official-grid
  > .mf-diaspora-fixture-board,
html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  section.mf-diaspora-board.mf-diaspora-board--official
  #mf-diaspora-official-grid
  > .mf-diaspora-wc-board {
  grid-column: span 2 !important;
  width: 100% !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  section.mf-diaspora-board.mf-diaspora-board--official
  #mf-diaspora-official-grid
  > .mf-diaspora-official-card {
  grid-column: span 1 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  section.mf-diaspora-board.mf-diaspora-board--official
  .mf-diaspora-pro-layout {
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr) !important;
}

@media (max-width: 1100px) {
  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    .mf-afcon-route-grid,
  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    section.mf-diaspora-board.mf-diaspora-board--official
    .mf-diaspora-source-shell {
    grid-template-columns: 1fr !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    section.mf-diaspora-board.mf-diaspora-board--official
    #mf-diaspora-official-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    #mf-afcon-dashboard
    .mf-afcon-command__teams,
  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    section.mf-diaspora-board.mf-diaspora-board--official
    #mf-diaspora-official-grid {
    grid-template-columns: 1fr !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    #mf-afcon-dashboard
    section.mf-afcon-command
    .mf-afcon-flag-marquee.mf-afcon-command__teams {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-height: 280px !important;
    overflow: auto !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    section.mf-diaspora-board.mf-diaspora-board--official
    #mf-diaspora-official-grid.mf-diaspora-official-grid {
    grid-template-columns: 1fr !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    section.mf-diaspora-board.mf-diaspora-board--official
    #mf-diaspora-official-grid
    > .mf-diaspora-fixture-board,
  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    section.mf-diaspora-board.mf-diaspora-board--official
    #mf-diaspora-official-grid
    > .mf-diaspora-wc-board,
  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    section.mf-diaspora-board.mf-diaspora-board--official
    #mf-diaspora-official-grid
    > .mf-diaspora-official-card {
    grid-column: 1 / -1 !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    section.mf-diaspora-board.mf-diaspora-board--official
    .mf-diaspora-pro-layout {
    grid-template-columns: 1fr !important;
  }
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route {
  --afcon-paper: #f5eedf;
  --afcon-ink: #07140d;
  --afcon-news-red: #f05b4f;
  --afcon-news-green: #19ca72;
  --afcon-news-gold: #f5d45b;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content {
  background:
    linear-gradient(
      90deg,
      rgba(240, 91, 79, 0.18),
      transparent 16%,
      transparent 84%,
      rgba(25, 202, 114, 0.16)
    ),
    repeating-linear-gradient(
      90deg,
      rgba(245, 212, 91, 0.04) 0 1px,
      transparent 1px 116px
    ),
    #05110b !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-hero {
  border-bottom: 1px solid rgba(245, 212, 91, 0.38) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-hero__copy,
html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-signal,
html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-route-card,
html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-command,
html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-dashboard__section {
  border-radius: 8px !important;
  border-color: rgba(245, 212, 91, 0.42) !important;
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand {
  position: relative !important;
  padding: 14px 0 20px !important;
  background:
    linear-gradient(180deg, rgba(3, 12, 8, 0.24), rgba(3, 12, 8, 0.82)),
    linear-gradient(
      90deg,
      rgba(240, 91, 79, 0.14),
      rgba(245, 212, 91, 0.08),
      rgba(25, 202, 114, 0.14)
    ) !important;
  overflow: clip !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand
  > .stl-container {
  position: relative !important;
  border: 1px solid rgba(245, 212, 91, 0.42) !important;
  border-radius: 8px !important;
  padding: 0 18px 18px !important;
  background:
    linear-gradient(180deg, rgba(8, 31, 22, 0.94), rgba(6, 20, 16, 0.97)),
    repeating-linear-gradient(
      0deg,
      rgba(245, 238, 223, 0.025) 0 1px,
      transparent 1px 36px
    ) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.35) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__awning {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  height: 12px !important;
  margin: 0 -18px 18px !important;
  border-radius: 8px 8px 0 0 !important;
  overflow: hidden !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__awning
  span:nth-child(1) {
  background: var(--afcon-news-red) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__awning
  span:nth-child(2) {
  background: var(--afcon-news-gold) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__awning
  span:nth-child(3) {
  background: var(--afcon-news-green) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__layout {
  display: grid !important;
  grid-template-columns: minmax(230px, 0.33fr) minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: stretch !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__head {
  min-height: 100% !important;
  padding: 18px !important;
  border-radius: 8px !important;
  color: var(--afcon-ink) !important;
  background:
    linear-gradient(
      180deg,
      rgba(245, 238, 223, 0.96),
      rgba(219, 206, 178, 0.94)
    ),
    repeating-linear-gradient(
      0deg,
      rgba(7, 20, 13, 0.07) 0 1px,
      transparent 1px 24px
    ) !important;
  box-shadow: inset 0 -12px 0 rgba(7, 20, 13, 0.06) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__head
  .stl-eyebrow {
  color: #7a3100 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__head
  h2 {
  max-width: 11ch !important;
  margin: 8px 0 10px !important;
  color: var(--afcon-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(2rem, 3.4vw, 3.8rem) !important;
  line-height: 0.9 !important;
  letter-spacing: 0 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__head
  p {
  max-width: 34ch !important;
  margin: 0 !important;
  color: rgba(7, 20, 13, 0.76) !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__rack {
  display: grid !important;
  grid-template-columns: minmax(194px, 1.08fr) repeat(4, minmax(122px, 0.74fr)) !important;
  gap: 8px !important;
  align-items: stretch !important;
  padding: 0 0 6px !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__issue {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto auto 1fr auto !important;
  min-height: 236px !important;
  padding: 13px !important;
  border: 1px solid rgba(245, 212, 91, 0.44) !important;
  border-radius: 6px !important;
  color: var(--afcon-ink) !important;
  text-decoration: none !important;
  background: linear-gradient(
    180deg,
    rgba(245, 238, 223, 0.96),
    rgba(230, 218, 192, 0.98)
  ) !important;
  box-shadow:
    0 16px 26px rgba(0, 0, 0, 0.26),
    inset 0 0 0 4px rgba(7, 20, 13, 0.04) !important;
  transform: translateY(0) !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__issue:nth-child(even) {
  transform: translateY(7px) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__issue:hover,
html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__issue:focus-visible {
  border-color: var(--afcon-news-green) !important;
  box-shadow:
    0 22px 34px rgba(0, 0, 0, 0.34),
    0 0 0 3px rgba(25, 202, 114, 0.18) !important;
  transform: translateY(-4px) rotate(0deg) !important;
  outline: none !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__issue
  img {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  border-radius: 5px !important;
  margin: 0 0 9px !important;
  border: 1px solid rgba(7, 20, 13, 0.18) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__issue:not(.is-lead)::before {
  content: "" !important;
  display: block !important;
  height: 70px !important;
  margin: 0 0 10px !important;
  border-radius: 5px !important;
  background:
    radial-gradient(
      circle at 18% 22%,
      rgba(240, 91, 79, 0.82),
      transparent 22%
    ),
    radial-gradient(
      circle at 78% 28%,
      rgba(25, 202, 114, 0.75),
      transparent 24%
    ),
    linear-gradient(135deg, rgba(7, 20, 13, 0.96), rgba(24, 65, 42, 0.92)) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__issue
  span,
html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__issue
  b {
  color: #7a3100 !important;
  font-family: "Roboto Mono", "Courier New", monospace !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__issue
  strong {
  margin: 6px 0 !important;
  color: var(--afcon-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.08rem, 1.15vw, 1.24rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__issue
  small {
  color: rgba(7, 20, 13, 0.72) !important;
  font-size: 0.82rem !important;
  line-height: 1.32 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-newsstand__issue
  b {
  align-self: end !important;
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: 14px !important;
  padding: 7px 9px !important;
  border: 1px solid rgba(7, 20, 13, 0.28) !important;
  border-radius: 999px !important;
  color: var(--afcon-ink) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-board {
  padding-top: 18px !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  .mf-afcon-route-card::before {
  background: linear-gradient(
    90deg,
    var(--afcon-news-red),
    var(--afcon-news-gold),
    var(--afcon-news-green)
  ) !important;
}

@media (max-width: 1180px) {
  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    .mf-afcon-newsstand__layout {
    grid-template-columns: 1fr !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    .mf-afcon-newsstand__head
    h2 {
    max-width: 100% !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    .mf-afcon-newsstand__rack {
    grid-template-columns: repeat(5, minmax(190px, 1fr)) !important;
    overflow-x: auto !important;
    padding-bottom: 14px !important;
    scroll-snap-type: x proximity !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    .mf-afcon-newsstand__issue {
    scroll-snap-align: start !important;
  }
}

@media (max-width: 760px) {
  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    .mf-afcon-newsstand {
    padding: 10px 0 14px !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    .mf-afcon-newsstand
    > .stl-container {
    padding: 0 12px 14px !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    .mf-afcon-newsstand__awning {
    margin: 0 -12px 12px !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    .mf-afcon-newsstand__head {
    padding: 14px !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    .mf-afcon-newsstand__head
    h2 {
    font-size: 2rem !important;
    line-height: 0.95 !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    .mf-afcon-newsstand__rack {
    grid-template-columns: repeat(5, minmax(236px, 74vw)) !important;
    overflow-x: auto !important;
    gap: 8px !important;
    padding-bottom: 12px !important;
    scroll-snap-type: x mandatory !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    .mf-afcon-newsstand__issue,
  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    .mf-afcon-newsstand__issue:nth-child(even) {
    min-height: 292px !important;
    transform: none !important;
    scroll-snap-align: start !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    .mf-afcon-newsstand__issue:not(.is-lead)::before {
    height: 46px !important;
  }
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-archive-console {
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr) !important;
  align-items: start !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-console {
  position: relative !important;
  overflow: hidden !important;
  padding: 16px !important;
  background:
    linear-gradient(
      90deg,
      rgba(245, 212, 91, 0.08),
      transparent 42%,
      rgba(25, 202, 114, 0.1)
    ),
    rgba(3, 15, 11, 0.94) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-console::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 5px !important;
  background: linear-gradient(
    180deg,
    var(--afcon-news-red),
    var(--afcon-news-gold),
    var(--afcon-news-green)
  ) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-console__body {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.46fr) minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: stretch !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-featured {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  min-height: 100% !important;
  padding: 12px !important;
  border: 1px solid rgba(245, 212, 91, 0.38) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(4, 11, 9, 0.58), rgba(4, 11, 9, 0.92)),
    rgba(7, 24, 17, 0.94) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-featured
  img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 168px !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  border: 1px solid rgba(245, 212, 91, 0.28) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-featured__count {
  justify-self: start !important;
  width: auto !important;
  padding: 5px 8px !important;
  border: 1px solid rgba(245, 212, 91, 0.36) !important;
  border-radius: 999px !important;
  color: var(--afcon-news-gold) !important;
  font-family: "Roboto Mono", "Courier New", monospace !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-featured
  h4 {
  margin: 0 !important;
  color: #fff7df !important;
  font-size: clamp(1.2rem, 1.9vw, 1.75rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-featured
  p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-featured__link {
  align-self: end !important;
  justify-self: start !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(245, 212, 91, 0.45) !important;
  border-radius: 999px !important;
  color: var(--afcon-news-gold) !important;
  text-decoration: none !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  max-height: 380px !important;
  overflow: auto !important;
  padding: 0 4px 0 0 !important;
  scrollbar-width: thin !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-list
  button {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  gap: 4px 12px !important;
  align-items: start !important;
  min-height: 82px !important;
  width: 100% !important;
  padding: 11px 12px !important;
  border: 1px solid rgba(245, 212, 91, 0.18) !important;
  border-left: 4px solid rgba(245, 212, 91, 0.42) !important;
  border-radius: 8px !important;
  color: #fff !important;
  text-align: left !important;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(7, 22, 17, 0.82) !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: pointer !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-list
  button:hover,
html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-list
  button:focus-visible {
  border-color: rgba(25, 202, 114, 0.56) !important;
  border-left-color: var(--afcon-news-green) !important;
  background: rgba(11, 35, 25, 0.94) !important;
  outline: none !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-list
  button.is-active {
  border-color: rgba(25, 202, 114, 0.72) !important;
  border-left-color: var(--afcon-news-green) !important;
  background:
    linear-gradient(90deg, rgba(25, 202, 114, 0.18), rgba(245, 212, 91, 0.08)),
    rgba(8, 31, 22, 0.96) !important;
  box-shadow: inset 0 0 0 1px rgba(25, 202, 114, 0.16) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-list
  button
  span {
  grid-row: 1 / span 2 !important;
  display: grid !important;
  width: 32px !important;
  height: 32px !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #07140d !important;
  background: var(--afcon-news-gold) !important;
  font-family: "Roboto Mono", "Courier New", monospace !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-list
  button
  strong {
  display: -webkit-box !important;
  margin: 0 !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  color: #fff7df !important;
  font-size: 0.98rem !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-news-list
  button
  small {
  display: -webkit-box !important;
  margin: 0 !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 0.79rem !important;
  line-height: 1.28 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-command__stats {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(84px, auto)) !important;
  align-items: stretch !important;
  gap: 10px !important;
  height: auto !important;
  min-height: 178px !important;
  max-height: none !important;
  overflow: visible !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-command__stats
  button {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: 1fr !important;
  align-items: center !important;
  justify-items: stretch !important;
  gap: 10px !important;
  min-height: 84px !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 14px 16px !important;
  border-radius: 8px !important;
  text-align: left !important;
  color: #fff7df !important;
  background:
    linear-gradient(135deg, rgba(37, 160, 116, 0.2), rgba(245, 212, 91, 0.08)),
    rgba(8, 27, 21, 0.92) !important;
  box-shadow: inset 0 0 0 1px rgba(245, 212, 91, 0.16) !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-command__stats
  button
  small,
html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-command__stats
  button
  strong {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  text-indent: 0 !important;
  clip-path: none !important;
  opacity: 1 !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-command__stats
  button
  small {
  color: rgba(255, 247, 223, 0.72) !important;
  font-family: "Roboto Mono", "Courier New", monospace !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

html
  body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
  main#main-content
  #mf-afcon-dashboard
  .mf-afcon-command__stats
  button
  strong {
  justify-self: end !important;
  color: var(--afcon-news-gold) !important;
  font-size: clamp(1.65rem, 2.4vw, 2.25rem) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 920px) {
  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    #mf-afcon-dashboard
    .mf-afcon-archive-console,
  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    #mf-afcon-dashboard
    .mf-afcon-news-console__body {
    grid-template-columns: 1fr !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    #mf-afcon-dashboard
    .mf-afcon-news-list {
    max-height: none !important;
  }
}

@media (max-width: 720px) {
  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    #mf-afcon-dashboard
    .mf-afcon-command__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-height: 156px !important;
  }

  html
    body.mf-home-taste.mf-system-page.mf-page-shell.mf-kit-ready.mf-afcon-page.mf-phase32-route
    main#main-content
    #mf-afcon-dashboard
    .mf-afcon-command__stats
    button {
    min-height: 72px !important;
  }
}

/* Diaspora overview command desk refresh */
html body.mf-diaspora-page main#main-content .mf-diaspora-fix-content {
  padding-top: 0 !important;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-hub-command {
  position: relative;
  overflow: hidden;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(14px, 1.8vw, 22px) !important;
  padding: clamp(14px, 2vw, 24px) !important;
  border-color: rgba(255, 216, 77, 0.28) !important;
  background:
    linear-gradient(
      135deg,
      rgba(4, 13, 12, 0.94),
      rgba(6, 43, 34, 0.8) 58%,
      rgba(3, 9, 9, 0.94)
    ),
    url("../img/heroes/shared-hero-live.png") center / cover no-repeat !important;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-hub-command::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
        90deg,
        #ff4b5c 0 14%,
        #ffd84d 14% 36%,
        #35d487 36% 63%,
        transparent 63%
      )
      top left / 100% 4px no-repeat,
    radial-gradient(
      circle at 10% 11%,
      rgba(255, 216, 77, 0.16),
      transparent 18rem
    ),
    radial-gradient(
      circle at 88% 4%,
      rgba(53, 212, 135, 0.16),
      transparent 18rem
    );
}

html body.mf-diaspora-page main#main-content .mf-diaspora-hub-command > * {
  position: relative;
  z-index: 1;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-overview-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.62fr);
  gap: clamp(14px, 2vw, 24px);
  align-items: end;
  padding: clamp(14px, 1.8vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(2, 9, 8, 0.86), rgba(2, 9, 8, 0.5));
}

html body.mf-diaspora-page main#main-content .mf-diaspora-overview-lead h2 {
  max-width: 52rem;
  margin: 0.18rem 0 0.4rem;
  font-size: clamp(1.75rem, 3vw, 3.1rem);
  line-height: 0.98;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-overview-lead p {
  max-width: 58rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

html body.mf-diaspora-page main#main-content .mf-diaspora-overview-kpis {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-overview-kpis a {
  min-height: 5rem;
  display: grid;
  align-content: center;
  gap: 0.15rem;
  padding: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-overview-kpis a:hover,
html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-overview-kpis
  a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 216, 77, 0.48);
  background: rgba(255, 216, 77, 0.1);
}

html body.mf-diaspora-page main#main-content .mf-diaspora-overview-kpis strong {
  color: var(--africa-gold);
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-overview-kpis span {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-mono, monospace);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-hub-main {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(14px, 1.8vw, 22px) !important;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-overview-topline {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(19rem, 0.58fr);
  gap: clamp(12px, 1.6vw, 18px);
}

html body.mf-diaspora-page main#main-content .mf-diaspora-official-image-deck,
html body.mf-diaspora-page main#main-content .mf-diaspora-automation-panel,
html body.mf-diaspora-page main#main-content .mf-diaspora-control-deck,
html body.mf-diaspora-page main#main-content .mf-diaspora-live-board {
  padding: clamp(12px, 1.6vw, 18px) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  background: linear-gradient(
    145deg,
    rgba(8, 37, 34, 0.88),
    rgba(3, 12, 11, 0.92)
  ) !important;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-overview-feature {
  display: grid;
  grid-template-columns: minmax(15rem, 0.45fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-overview-feature
  .mf-diaspora-panel-head {
  min-height: 100%;
  padding: 1rem;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(2, 9, 8, 0.68), rgba(2, 9, 8, 0.12)),
    url("../img/heroes/shared-hero-banner.png") center / cover no-repeat;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-overview-feature
  .mf-diaspora-panel-head
  h2 {
  margin: 0.3rem 0;
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  line-height: 1;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-official-image-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-official-image-card {
  position: relative;
  min-height: 12.5rem;
  display: grid !important;
  align-content: end;
  padding: 0.85rem;
  isolation: isolate;
  text-decoration: none;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-official-image-card
  img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-official-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(2, 8, 7, 0.08),
    rgba(2, 8, 7, 0.9) 76%
  );
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-official-image-card
  span,
html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-official-image-card
  small {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-mono, monospace);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-official-image-card
  strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.06;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-automation-panel {
  display: grid !important;
  gap: 12px;
  align-content: start;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-agent-stack {
  display: grid;
  gap: 8px;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-agent-stack article,
html body.mf-diaspora-page main#main-content .mf-diaspora-source-list {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 0.72rem;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-agent-stack
  article
  span,
html body.mf-diaspora-page main#main-content .mf-diaspora-source-list strong {
  display: block;
  color: var(--africa-gold);
  font-family: var(--font-mono, monospace);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-agent-stack
  article
  strong {
  display: block;
  margin-top: 0.18rem;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 1rem;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-agent-stack
  article
  small,
html body.mf-diaspora-page main#main-content .mf-diaspora-source-list span,
html body.mf-diaspora-page main#main-content .mf-diaspora-automation-note {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
  line-height: 1.25;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-source-list strong {
  flex: 1 0 100%;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-source-list span {
  padding: 0.28rem 0.42rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

html body.mf-diaspora-page main#main-content .mf-diaspora-control-deck__top {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 0.55fr);
  gap: 12px;
  align-items: stretch;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-quick-rail {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-quick-rail a,
html body.mf-diaspora-page main#main-content .mf-diaspora-stat-grid article {
  min-height: 4.7rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
}

html body.mf-diaspora-page main#main-content .mf-diaspora-live-board {
  min-height: 0;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-interactive-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
}

@media (max-width: 1180px) {
  html body.mf-diaspora-page main#main-content .mf-diaspora-overview-lead,
  html body.mf-diaspora-page main#main-content .mf-diaspora-overview-topline,
  html body.mf-diaspora-page main#main-content .mf-diaspora-control-deck__top,
  html body.mf-diaspora-page main#main-content .mf-diaspora-interactive-grid {
    grid-template-columns: 1fr;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-overview-kpis,
  html body.mf-diaspora-page main#main-content .mf-diaspora-quick-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html body.mf-diaspora-page main#main-content .mf-diaspora-hub-command {
    padding: 12px !important;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-overview-feature,
  html body.mf-diaspora-page main#main-content .mf-diaspora-official-image-grid,
  html body.mf-diaspora-page main#main-content .mf-diaspora-overview-kpis,
  html body.mf-diaspora-page main#main-content .mf-diaspora-quick-rail {
    grid-template-columns: 1fr !important;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-overview-kpis a,
  html body.mf-diaspora-page main#main-content .mf-diaspora-quick-rail a {
    min-height: 4rem;
  }
}

/* Diaspora control deck refresh */
html body.mf-diaspora-page main#main-content .mf-diaspora-control-deck {
  position: relative;
  isolation: isolate;
  display: grid !important;
  gap: clamp(10px, 1.4vw, 16px) !important;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      rgba(6, 28, 31, 0.95),
      rgba(5, 18, 13, 0.9) 42%,
      rgba(31, 12, 35, 0.72)
    ),
    url("../img/homepage/mofutbol-hero-grassroots-pro.png") center / cover
      no-repeat !important;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-control-deck::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 213, 76, 0.13), transparent 32%),
    linear-gradient(180deg, transparent 48%, rgba(0, 210, 255, 0.12));
  opacity: 0.9;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-control-deck__top {
  grid-template-columns: minmax(0, 1.36fr) minmax(16rem, 0.55fr) !important;
  gap: clamp(10px, 1.4vw, 14px) !important;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-control-spotlights {
  display: grid;
  grid-template-columns: minmax(11rem, 0.42fr) minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-spotlights__head {
  display: grid;
  align-content: center;
  gap: 0.42rem;
  min-height: 100%;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(3, 13, 11, 0.72), rgba(0, 210, 255, 0.12)),
    rgba(255, 255, 255, 0.055);
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-spotlights__head
  strong {
  max-width: 18rem;
  color: #fff;
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.06;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-spotlights__head
  a,
html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-deck__guide
  a {
  justify-self: start;
  min-height: 2rem;
  padding: 0.46rem 0.68rem;
  border: 1px solid rgba(255, 213, 76, 0.42);
  border-radius: 999px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-spotlights__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-control-tile {
  position: relative;
  min-height: 8.6rem;
  display: grid;
  align-content: end;
  gap: 0.52rem;
  padding: 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(1, 8, 8, 0.12), rgba(1, 8, 8, 0.9) 74%),
    var(--control-bg) center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(0, 210, 255, 0.09);
}

html body.mf-diaspora-page main#main-content .mf-diaspora-control-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 59, 127, 0.2), transparent 54%);
  opacity: 0;
  transition: opacity 160ms ease;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-tile:hover::before,
html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-tile:focus-within::before {
  opacity: 1;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-control-tile a {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.24rem;
  color: #fff;
  text-decoration: none;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-control-tile span,
html body.mf-diaspora-page main#main-content .mf-diaspora-control-tile small {
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--font-mono, monospace);
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-control-tile strong {
  color: #fff;
  font-size: clamp(0.95rem, 1.22vw, 1.12rem);
  line-height: 1.04;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-control-tile button {
  position: relative;
  z-index: 1;
  justify-self: start;
  min-height: 1.9rem;
  padding: 0.38rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(2, 11, 9, 0.72);
  color: #fff;
  cursor: pointer;
  font-size: 0.64rem;
  font-weight: 900;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-tile
  button:hover,
html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-tile
  button.is-active {
  border-color: rgba(255, 213, 76, 0.65);
  background: #f5c842;
  color: #061009;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-control-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-control-metrics a {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 4.15rem;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 213, 76, 0.12), transparent 38%),
    rgba(255, 255, 255, 0.055);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-metrics
  a:nth-child(2n) {
  background:
    linear-gradient(135deg, rgba(0, 210, 255, 0.13), transparent 42%),
    rgba(255, 255, 255, 0.055);
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-metrics
  a:nth-child(3n) {
  background:
    linear-gradient(135deg, rgba(255, 59, 127, 0.13), transparent 42%),
    rgba(255, 255, 255, 0.055);
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-metrics
  strong {
  color: var(--africa-gold);
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  line-height: 1;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-control-metrics span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-control-deck__guide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 0.68rem;
  border-top: 1px solid rgba(255, 213, 76, 0.24);
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-deck__guide
  p {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-deck__guide
  div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-deck
  .mf-diaspora-toolbar {
  grid-template-columns: minmax(10rem, 0.24fr) minmax(18rem, 0.58fr) minmax(
      0,
      1fr
    ) !important;
  gap: 0.62rem !important;
  margin: 0 !important;
  padding: 0.72rem !important;
  border-radius: 8px !important;
  background: rgba(3, 13, 13, 0.58) !important;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-deck
  .mf-diaspora-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-deck
  .mf-diaspora-filter-chips {
  align-content: center;
  gap: 6px !important;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-deck
  .mf-diaspora-filter-chips
  button {
  min-height: 1.86rem !important;
  padding: 0.34rem 0.58rem !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  font-size: 0.68rem !important;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-control-deck
  .mf-diaspora-filter-chips
  button.is-active {
  border-color: rgba(255, 213, 76, 0.72) !important;
  background: linear-gradient(135deg, #f8dd6a, #54df82) !important;
  color: #061009 !important;
}

@media (max-width: 1180px) {
  html body.mf-diaspora-page main#main-content .mf-diaspora-control-deck__top,
  html body.mf-diaspora-page main#main-content .mf-diaspora-control-spotlights {
    grid-template-columns: 1fr !important;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-control-metrics {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html body.mf-diaspora-page main#main-content .mf-diaspora-control-deck {
    padding: 0.75rem !important;
  }

  html
    body.mf-diaspora-page
    main#main-content
    .mf-diaspora-control-spotlights__grid,
  html body.mf-diaspora-page main#main-content .mf-diaspora-control-metrics {
    grid-auto-columns: minmax(11.5rem, 78vw);
    grid-auto-flow: column;
    grid-template-columns: none !important;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-control-tile,
  html body.mf-diaspora-page main#main-content .mf-diaspora-control-metrics a {
    scroll-snap-align: start;
  }

  html
    body.mf-diaspora-page
    main#main-content
    .mf-diaspora-control-deck__guide {
    align-items: flex-start;
    flex-direction: column;
  }

  html
    body.mf-diaspora-page
    main#main-content
    .mf-diaspora-control-deck
    .mf-diaspora-toolbar {
    grid-template-columns: 1fr !important;
    padding: 0.64rem !important;
  }

  html
    body.mf-diaspora-page
    main#main-content
    .mf-diaspora-control-deck
    .mf-diaspora-filter-chips {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  html
    body.mf-diaspora-page
    main#main-content
    .mf-diaspora-control-deck
    .mf-diaspora-filter-chips
    button {
    flex: 0 0 auto;
  }
}

/* Diaspora live tracker refresh */
html body.mf-diaspora-page main#main-content #mf-diaspora-live-board {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(
      120deg,
      rgba(4, 21, 28, 0.96),
      rgba(5, 28, 21, 0.9) 48%,
      rgba(36, 11, 36, 0.74)
    ),
    url("../img/heroes/shared-hero-banner.png") center / cover no-repeat !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.22);
}

html body.mf-diaspora-page main#main-content #mf-diaspora-live-board::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      circle at 14% 10%,
      rgba(255, 213, 76, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 12%,
      rgba(0, 210, 255, 0.18),
      transparent 28%
    ),
    linear-gradient(180deg, transparent, rgba(3, 8, 8, 0.64));
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-live-board__head {
  display: grid !important;
  grid-template-columns: minmax(13rem, 0.34fr) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding-bottom: 0.72rem;
  border-bottom: 1px solid rgba(255, 213, 76, 0.28);
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-live-board__head
  > div {
  display: grid;
  gap: 0.16rem;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-live-board__head
  strong {
  color: #fff;
  font-size: clamp(1.22rem, 1.8vw, 1.8rem);
  line-height: 1;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-live-board__head
  small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-live-board__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-live-board__actions
  button {
  min-height: 2rem;
  padding: 0.4rem 0.64rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 900;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-live-board__actions
  button:hover,
html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-live-board__actions
  button.is-active {
  border-color: rgba(255, 213, 76, 0.72);
  background: linear-gradient(135deg, #f8dd6a, #54df82);
  color: #061009;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-interactive-grid {
  grid-template-columns: minmax(0, 1.42fr) minmax(17rem, 0.44fr) !important;
  gap: clamp(10px, 1.5vw, 16px);
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-grid--tight {
  grid-template-columns: 1fr !important;
  gap: 8px;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card {
  position: relative;
  grid-template-columns: minmax(5.35rem, 0.16fr) minmax(0, 1fr) !important;
  min-height: 6.55rem !important;
  overflow: hidden;
  border-radius: 8px !important;
  background:
    linear-gradient(90deg, rgba(4, 17, 18, 0.82), rgba(8, 34, 40, 0.72)),
    var(--player-bg) center / cover no-repeat !important;
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  #mf-diaspora-live-board
  .mf-diaspora-player-card {
  background:
    linear-gradient(90deg, rgba(4, 17, 18, 0.82), rgba(8, 34, 40, 0.72)),
    var(--player-bg) center / cover no-repeat !important;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 59, 127, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
  opacity: 0;
  transition: opacity 160ms ease;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card:nth-child(2n)::before {
  background:
    linear-gradient(90deg, rgba(0, 210, 255, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card:nth-child(3n)::before {
  background:
    linear-gradient(90deg, rgba(84, 223, 130, 0.17), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card:hover::before,
html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card:focus-within::before,
html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card:focus::before {
  opacity: 1;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #ff3b7f, #f8dd6a, #00d2ff);
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card
  > * {
  position: relative;
  z-index: 1;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card__media {
  min-height: 0 !important;
  padding: 0.54rem 0.45rem 0.54rem 0.7rem;
  background: rgba(2, 9, 9, 0.38);
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card__media
  img {
  width: 100%;
  height: 5.35rem;
  min-height: 0 !important;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card__media
  .mf-diaspora-flag-img {
  height: auto;
  object-fit: contain;
  padding: 0.12rem;
  background: rgba(255, 255, 255, 0.08);
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card__body {
  grid-template-columns: minmax(11rem, 0.34fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.58rem !important;
  padding: 0.68rem !important;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card__body
  .mf-diaspora-card-row {
  align-self: center;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card__body
  p {
  -webkit-line-clamp: 2 !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card
  .mf-diaspora-chip-row {
  justify-content: flex-end;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-player-card
  .mf-diaspora-card-actions {
  grid-column: 1 / -1;
  margin-top: 0.1rem;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-preview-card {
  gap: 0.72rem;
  padding: 0.85rem !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(7, 28, 30, 0.9), rgba(5, 11, 15, 0.94)),
    var(--player-bg) center / cover no-repeat !important;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-preview-card
  figure {
  min-height: 11rem;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-preview-card
  figure
  img {
  width: 100%;
  height: 100%;
  min-height: 11rem;
  object-fit: cover;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-live-board
  .mf-diaspora-preview-card
  strong {
  color: #fff;
  font-size: clamp(1.18rem, 1.7vw, 1.58rem);
}

html body.mf-diaspora-page main#main-content .mf-diaspora-preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-preview-meta span {
  padding: 0.34rem 0.52rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.64rem !important;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-live-board
    .mf-diaspora-interactive-grid,
  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-live-board
    .mf-diaspora-live-board__head {
    grid-template-columns: 1fr !important;
  }

  html
    body.mf-diaspora-page
    main#main-content
    .mf-diaspora-live-board__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-live-board
    .mf-diaspora-live-board__actions {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-live-board
    .mf-diaspora-live-board__actions
    button {
    flex: 0 0 auto;
  }

  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-live-board
    .mf-diaspora-player-card {
    grid-template-columns: 5.2rem minmax(0, 1fr) !important;
    min-height: 0 !important;
  }

  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-live-board
    .mf-diaspora-player-card__body {
    grid-template-columns: 1fr;
  }

  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-live-board
    .mf-diaspora-player-card
    .mf-diaspora-chip-row {
    justify-content: flex-start;
  }

  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-live-board
    .mf-diaspora-player-card__media
    img {
    height: 5rem;
  }
}

/* Diaspora hero refresh */
html body.mf-diaspora-page main#main-content .mf-diaspora-fix-hero {
  min-height: min(540px, calc(100vh - 58px));
  align-items: center;
  padding: clamp(70px, 7vw, 90px) 0 clamp(18px, 3vw, 34px);
  overflow: hidden;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-fix-hero::before {
  background:
    linear-gradient(
      90deg,
      rgba(2, 6, 5, 0.97) 0%,
      rgba(2, 18, 16, 0.8) 42%,
      rgba(2, 8, 7, 0.34) 100%
    ),
    radial-gradient(
      circle at 75% 20%,
      rgba(86, 179, 255, 0.26),
      transparent 32%
    ),
    radial-gradient(
      circle at 18% 90%,
      rgba(255, 82, 111, 0.22),
      transparent 30%
    ),
    radial-gradient(
      circle at 54% 86%,
      rgba(255, 216, 77, 0.16),
      transparent 28%
    ),
    linear-gradient(180deg, rgba(2, 6, 5, 0.1), rgba(2, 6, 5, 0.92)),
    url("../img/homepage/mofutbol-hero-grassroots-pro.png") center / cover
      no-repeat;
  transform: scale(1.01);
}

html body.mf-diaspora-page main#main-content .mf-diaspora-fix-hero::after {
  height: 5px;
  box-shadow: 0 -16px 42px rgba(53, 212, 135, 0.12);
}

html body.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(24rem, 0.68fr);
  align-items: center;
  gap: clamp(0.85rem, 1.5vw, 1.2rem);
}

html body.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__copy {
  position: relative;
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid var(--africa-green);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(4, 22, 18, 0.82), rgba(3, 12, 16, 0.56)),
    linear-gradient(90deg, rgba(255, 216, 77, 0.1), transparent 32%);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
}

html body.mf-diaspora-page main#main-content .mf-diaspora-hero-kicker,
html body.mf-diaspora-page main#main-content .mf-diaspora-panel-title,
html body.mf-diaspora-page main#main-content .mf-diaspora-hero-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-hero-kicker
  > span:last-child,
html body.mf-diaspora-page main#main-content .mf-diaspora-hero-status span {
  padding: 0.36rem 0.56rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.06);
  font-family: var(--font-mono, monospace);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__copy h1 {
  max-width: 15ch;
  margin: 10px 0 10px;
  font-size: clamp(2.7rem, 5.8vw, 5.4rem);
  line-height: 0.88;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__copy p {
  max-width: 68ch;
  font-size: clamp(0.92rem, 1.05vw, 1.05rem);
  line-height: 1.4;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-route-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: 14px;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-route-strip button {
  position: relative;
  min-height: 2.25rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 216, 77, 0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  font-family: var(--font-mono, monospace);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-route-strip
  button:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -9px;
  width: 10px;
  height: 2px;
  background: linear-gradient(90deg, var(--africa-gold), var(--africa-green));
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-route-strip
  button:hover,
html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-route-strip
  button:focus-visible,
html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-route-strip
  button.is-active {
  border-color: rgba(255, 216, 77, 0.62) !important;
  color: #06100c !important;
  background: linear-gradient(
    135deg,
    var(--africa-gold),
    var(--africa-green)
  ) !important;
  transform: translateY(-1px);
}

html body.mf-diaspora-page main#main-content .mf-diaspora-hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: 10px;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-hero-proof span {
  display: grid;
  gap: 0.1rem;
  min-height: 3.2rem;
  padding: 0.45rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.62);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(0, 0, 0, 0.18);
  font-family: var(--font-mono, monospace);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-hero-proof strong {
  color: var(--africa-gold);
  font-size: 1.12rem;
  line-height: 0.95;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__panel {
  padding: clamp(14px, 1.6vw, 18px);
  background:
    linear-gradient(135deg, rgba(255, 216, 77, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(10, 48, 45, 0.86), rgba(2, 12, 13, 0.9));
}

html body.mf-diaspora-page main#main-content .mf-diaspora-panel-title strong {
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-fix-hero__panel
  .mf-diaspora-stat-grid {
  gap: 8px;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-fix-hero__panel
  .mf-diaspora-stat-grid
  a {
  position: relative;
  min-width: 0;
  min-height: 5.65rem;
  display: grid;
  align-content: end;
  gap: 3px;
  padding: 0.72rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid rgba(255, 216, 77, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.025)
    ),
    radial-gradient(circle at 94% 0%, rgba(53, 212, 135, 0.18), transparent 34%);
  color: #fff;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-fix-hero__panel
  .mf-diaspora-stat-grid
  a.is-active,
html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-hero-media
  a.is-active {
  background:
    linear-gradient(180deg, rgba(2, 8, 9, 0.18), rgba(2, 8, 9, 0.86)),
    var(--hero-card-bg) center / cover no-repeat !important;
  border-color: rgba(53, 212, 135, 0.76);
  color: #fff !important;
  box-shadow:
    0 0 0 2px rgba(53, 212, 135, 0.16),
    0 18px 42px rgba(0, 0, 0, 0.28);
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-fix-hero__panel
  .mf-diaspora-stat-grid
  a::after {
  content: "->";
  position: absolute;
  right: 0.8rem;
  top: 0.7rem;
  color: var(--africa-gold);
  font-family: var(--font-mono, monospace);
  font-weight: 900;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-fix-hero__panel
  .mf-diaspora-stat-grid
  a:hover,
html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-fix-hero__panel
  .mf-diaspora-stat-grid
  a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(53, 212, 135, 0.58);
  background:
    linear-gradient(145deg, rgba(255, 216, 77, 0.12), rgba(53, 212, 135, 0.1)),
    radial-gradient(circle at 94% 0%, rgba(86, 179, 255, 0.2), transparent 34%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-fix-hero__panel
  .mf-diaspora-stat-grid
  strong {
  color: var(--africa-gold);
  font-size: clamp(1.45rem, 2.7vw, 2.35rem);
  line-height: 0.9;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-fix-hero__panel
  .mf-diaspora-stat-grid
  span {
  color: #fff;
  font-weight: 900;
}

html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-fix-hero__panel
  .mf-diaspora-stat-grid
  small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  line-height: 1.2;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-hero-media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-hero-media a {
  position: relative;
  min-height: 5.9rem;
  display: grid;
  align-content: end;
  gap: 0.15rem;
  padding: 0.66rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(2, 8, 9, 0.18), rgba(2, 8, 9, 0.86)),
    var(--hero-card-bg) center / cover no-repeat;
  isolation: isolate;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-hero-media a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 82, 111, 0.22), transparent 36%),
    linear-gradient(0deg, rgba(2, 8, 9, 0.82), transparent 68%);
}

html body.mf-diaspora-page main#main-content .mf-diaspora-hero-media a:hover,
html
  body.mf-diaspora-page
  main#main-content
  .mf-diaspora-hero-media
  a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 216, 77, 0.62);
}

html body.mf-diaspora-page main#main-content .mf-diaspora-hero-media span {
  color: var(--africa-gold);
  font-family: var(--font-mono, monospace);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-hero-media strong {
  overflow: hidden;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body.mf-diaspora-page main#main-content .mf-diaspora-hero-status {
  margin-top: 10px;
  justify-content: flex-start;
}

@media (max-width: 980px) {
  html body.mf-diaspora-page main#main-content .mf-diaspora-fix-hero {
    min-height: 0;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  html body.mf-diaspora-page main#main-content .mf-diaspora-fix-hero {
    padding-top: 68px;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__copy,
  html body.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__panel {
    padding: 10px;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__copy h1 {
    margin: 8px 0;
    font-size: clamp(2.15rem, 12vw, 3.4rem);
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__copy p {
    font-size: 0.88rem;
    line-height: 1.32;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-route-strip {
    margin-top: 10px;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-route-strip button {
    min-height: 1.95rem;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-hero-proof {
    margin-top: 7px;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-hero-proof span {
    min-height: 2.6rem;
    padding: 0.35rem 0.42rem;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-hero-media a {
    min-height: 4.85rem;
    padding: 0.52rem;
  }

  html
    body.mf-diaspora-page
    main#main-content
    .mf-diaspora-fix-hero__panel
    .mf-diaspora-stat-grid
    a {
    min-height: 4.45rem;
    padding: 0.58rem;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-route-strip,
  html body.mf-diaspora-page main#main-content .mf-diaspora-hero-proof,
  html body.mf-diaspora-page main#main-content .mf-diaspora-hero-media,
  html
    body.mf-diaspora-page
    main#main-content
    .mf-diaspora-fix-hero__panel
    .mf-diaspora-stat-grid {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-route-strip {
    grid-template-columns: repeat(4, minmax(86px, 1fr)) !important;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-hero-proof {
    grid-template-columns: repeat(4, minmax(76px, 1fr)) !important;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-hero-media {
    grid-template-columns: repeat(3, minmax(148px, 1fr)) !important;
  }

  html
    body.mf-diaspora-page
    main#main-content
    .mf-diaspora-fix-hero__panel
    .mf-diaspora-stat-grid {
    grid-template-columns: repeat(4, minmax(132px, 1fr)) !important;
  }

  html
    body.mf-diaspora-page
    main#main-content
    .mf-diaspora-route-strip
    button:not(:last-child)::after {
    display: none;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-hero-proof,
  html body.mf-diaspora-page main#main-content .mf-diaspora-hero-media {
    scroll-snap-type: x proximity;
  }
}

@media (max-width: 360px) {
  html body.mf-diaspora-page main#main-content .mf-diaspora-route-strip,
  html
    body.mf-diaspora-page
    main#main-content
    .mf-diaspora-fix-hero__panel
    .mf-diaspora-stat-grid,
  html body.mf-diaspora-page main#main-content .mf-diaspora-hero-proof,
  html body.mf-diaspora-page main#main-content .mf-diaspora-hero-media {
    grid-template-columns: 1fr !important;
  }
}

/* Diaspora country scan refresh */
html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-hub-lower {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 1.8vw, 20px);
  padding: clamp(14px, 2vw, 22px) !important;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 14, 12, 0.94), rgba(7, 32, 34, 0.88)),
    radial-gradient(
      circle at 74% 18%,
      rgba(53, 212, 135, 0.16),
      transparent 34%
    ),
    radial-gradient(
      circle at 15% 95%,
      rgba(255, 216, 77, 0.12),
      transparent 30%
    ) !important;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-head
  h2 {
  margin: 0.25rem 0;
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 0.95;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-head
  p {
  max-width: 54rem;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(7rem, 1fr));
  gap: 8px;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-metrics
  span {
  min-height: 4.7rem;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-metrics
  strong {
  color: var(--africa-gold);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 0.9;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-metrics
  small {
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--font-mono, monospace);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-board {
  display: grid;
  grid-template-columns: minmax(19rem, 0.52fr) minmax(0, 1fr);
  gap: clamp(12px, 1.8vw, 20px);
  align-items: stretch;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-map-stack {
  display: grid;
  gap: 10px;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-africa-map {
  position: relative;
  min-height: 26rem;
  overflow: hidden;
  border: 1px solid rgba(255, 216, 77, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(4, 16, 15, 0.9), rgba(4, 23, 30, 0.72)),
    radial-gradient(
      circle at 54% 48%,
      rgba(53, 212, 135, 0.18),
      transparent 34%
    ),
    url("../img/heroes/shared-hero-banner.png") center / cover no-repeat;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-africa-map::before {
  content: "country routes";
  position: absolute;
  left: 1rem;
  top: 0.9rem;
  z-index: 1;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-mono, monospace);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-africa-map
  svg {
  position: absolute;
  inset: 1.8rem auto auto 50%;
  width: min(68%, 17rem);
  height: auto;
  transform: translateX(-50%);
  opacity: 0.78;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.34));
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-africa-map
  svg
  path {
  fill: rgba(53, 212, 135, 0.15);
  stroke: rgba(255, 216, 77, 0.62);
  stroke-width: 2;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-map-pin {
  min-width: 0;
  max-width: 9.8rem;
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 5px;
  align-items: center;
  padding: 0.35rem 0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(2, 10, 9, 0.86);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-map-pin
  img {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  object-fit: cover;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-map-pin
  span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.68rem;
  font-weight: 900;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-map-pin
  strong {
  min-width: 1.35rem;
  min-height: 1.35rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #07110b;
  background: var(--africa-gold);
  font-size: 0.7rem;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-spotlight {
  display: grid;
  gap: 6px;
  padding: 0.95rem;
  text-align: left;
  border: 1px solid rgba(53, 212, 135, 0.32);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 216, 77, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.055);
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-spotlight
  span,
html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-spotlight
  small {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-mono, monospace);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-spotlight
  strong {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-spotlight
  img {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  object-fit: cover;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button {
  min-height: 6.1rem;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 0.75rem;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 3px solid rgba(255, 216, 77, 0.68);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button:hover,
html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button:focus-visible,
html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button.is-active,
html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-spotlight:hover,
html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-spotlight:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(53, 212, 135, 0.58);
  background: rgba(53, 212, 135, 0.1);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button
  img {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  object-fit: cover;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button
  span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button
  b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-weight: 900;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button
  small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.74rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

html
  body.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button
  strong {
  min-width: 2rem;
  min-height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #07110b;
  background: linear-gradient(90deg, var(--africa-gold), var(--africa-green));
}

@media (max-width: 1080px) {
  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-country-board,
  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-country-head {
    grid-template-columns: 1fr;
  }

  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-country-metrics,
  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-africa-map {
    min-height: 22rem;
  }

  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-map-pin {
    max-width: 6.4rem;
    grid-template-columns: auto 1fr;
  }

  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-map-pin
    strong {
    display: none;
  }
}

@media (max-width: 360px) {
  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-country-metrics,
  html
    body.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-country-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Diaspora country scan refresh */
body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(
      125deg,
      rgba(6, 24, 29, 0.96),
      rgba(4, 28, 21, 0.9) 48%,
      rgba(35, 11, 36, 0.76)
    ),
    var(--country-panel-bg, url("../img/heroes/shared-hero-banner.png"))
      center / cover no-repeat !important;
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      circle at 16% 18%,
      rgba(255, 213, 76, 0.18),
      transparent 24%
    ),
    radial-gradient(
      circle at 84% 16%,
      rgba(0, 210, 255, 0.16),
      transparent 26%
    ),
    linear-gradient(180deg, transparent, rgba(2, 8, 7, 0.72));
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-head
  h2 {
  margin: 0.22rem 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-head
  p {
  max-width: 40rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-actions
  a {
  min-height: 2rem;
  display: inline-grid;
  place-items: center;
  padding: 0.4rem 0.64rem;
  border: 1px solid rgba(255, 213, 76, 0.36);
  border-radius: 999px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  text-decoration: none;
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-actions
  a:hover {
  border-color: rgba(255, 213, 76, 0.7);
  background: #f8dd6a;
  color: #061009;
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-board {
  grid-template-columns: minmax(18rem, 0.48fr) minmax(0, 1fr);
  gap: clamp(10px, 1.35vw, 16px);
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-africa-map {
  min-height: 20.5rem;
  background:
    linear-gradient(135deg, rgba(4, 16, 15, 0.78), rgba(4, 23, 30, 0.7)),
    radial-gradient(
      circle at 52% 48%,
      rgba(0, 210, 255, 0.16),
      transparent 30%
    ),
    url("../img/homepage/mofutbol-hero-grassroots-pro.png") center / cover
      no-repeat !important;
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-map-pin {
  transform: scale(calc(0.82 + (var(--pin-weight, 0.5) * 0.16)));
  transform-origin: center;
  background:
    linear-gradient(90deg, rgba(255, 59, 127, 0.18), transparent 44%),
    rgba(2, 10, 9, 0.88);
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-map-pin:hover,
body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-map-pin:focus-visible,
body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-map-pin.is-active {
  border-color: rgba(255, 213, 76, 0.68);
  background:
    linear-gradient(90deg, rgba(255, 213, 76, 0.28), transparent 50%),
    rgba(2, 10, 9, 0.94);
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-spotlight {
  min-height: 5.8rem;
  background:
    linear-gradient(90deg, rgba(255, 213, 76, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(0, 210, 255, 0.12), transparent 52%),
    rgba(255, 255, 255, 0.065);
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button {
  position: relative;
  isolation: isolate;
  min-height: 4.9rem;
  overflow: hidden;
  border-left: 0;
  background:
    linear-gradient(90deg, rgba(3, 13, 12, 0.9), rgba(7, 29, 35, 0.72)),
    var(--country-bg) center / cover no-repeat !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 59, 127, 0.18), transparent 42%),
    linear-gradient(
      90deg,
      rgba(84, 223, 130, 0.3) calc(var(--country-weight, 0.3) * 100%),
      transparent 0
    );
  opacity: 0.72;
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button:nth-child(2n)::before {
  background:
    linear-gradient(90deg, rgba(0, 210, 255, 0.18), transparent 42%),
    linear-gradient(
      90deg,
      rgba(255, 213, 76, 0.3) calc(var(--country-weight, 0.3) * 100%),
      transparent 0
    );
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff3b7f, #f8dd6a, #54df82, #00d2ff);
  transform: scaleX(var(--country-weight, 0.3));
  transform-origin: left;
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button:hover,
body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button:focus-visible,
body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button.is-active {
  border-color: rgba(255, 213, 76, 0.72);
  background:
    linear-gradient(90deg, rgba(3, 13, 12, 0.74), rgba(7, 29, 35, 0.58)),
    var(--country-bg) center / cover no-repeat !important;
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button
  img {
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button
  em {
  overflow: hidden;
  color: rgba(255, 213, 76, 0.72);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body.mf-page-shell.mf-diaspora-page
  main#main-content
  #mf-diaspora-section-app
  .mf-diaspora-country-button
  strong {
  color: #061009;
  background: linear-gradient(135deg, #f8dd6a, #54df82);
}

@media (max-width: 1080px) {
  body.mf-page-shell.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-country-head,
  body.mf-page-shell.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-country-board {
    grid-template-columns: 1fr;
  }

  body.mf-page-shell.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-country-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  body.mf-page-shell.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-country-actions {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  body.mf-page-shell.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-country-grid {
    grid-auto-columns: minmax(12rem, 82vw);
    grid-auto-flow: column;
    grid-template-columns: none !important;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  body.mf-page-shell.mf-diaspora-page
    main#main-content
    #mf-diaspora-section-app
    .mf-diaspora-country-button {
    scroll-snap-align: start;
  }
}

/* Mobile audit fix: prevent inner country/story rails from clipping. */
@media (max-width: 820px) {
  html body.mf-afcon-page main#main-content .mf-afcon-flag-marquee.mf-afcon-command__teams {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    max-width: 100% !important;
    overflow: visible !important;
    gap: .45rem !important;
    padding-bottom: 0 !important;
  }

  html body.mf-afcon-page main#main-content .mf-afcon-flag-marquee.mf-afcon-command__teams .mf-afcon-country-button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    transform: none !important;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-control-spotlights__grid,
  html body.mf-diaspora-page main#main-content .mf-diaspora-route-strip {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    max-width: 100% !important;
    overflow: visible !important;
    gap: .5rem !important;
    padding-bottom: 0 !important;
  }

  html body.mf-diaspora-page main#main-content .mf-diaspora-control-tile,
  html body.mf-diaspora-page main#main-content .mf-diaspora-route-strip button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    transform: none !important;
  }
}

html body.mf-afcon-page main#main-content .mf-afcon-flag-marquee.mf-afcon-command__teams {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr)) !important;
  grid-auto-flow: row !important;
  grid-auto-columns: auto !important;
  overflow: visible !important;
  width: 100% !important;
  max-width: 100% !important;
}

html body.mf-afcon-page main#main-content .mf-afcon-flag-marquee.mf-afcon-command__teams .mf-afcon-country-button {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}
