/* MoFutbol Version 20: production-safe polish on the existing system. */
:root {
  --mf-v20-card-pad: clamp(.72rem, 1.2vw, 1rem);
  --mf-v20-section-y: clamp(1rem, 2.4vw, 1.8rem);
  --mf-v20-radius: 16px;
  --mf-v20-line: rgba(245, 200, 66, .26);
  --mf-v20-panel: rgba(5, 18, 14, .86);
  --mf-v20-text: rgba(247, 251, 243, .9);
  --mf-v20-muted: rgba(247, 251, 243, .68);
}

/* Homepage story media and footer legibility refinements. */
html body.mf-v20-ready.mf-system-home
  main#main-content
  .mf-v22-now-line.mf-v22-now-line--with-media {
  display: grid !important;
  grid-template-columns: minmax(8.5rem, 0.42fr) minmax(0, 1fr) !important;
  gap: 0 !important;
  min-height: 10.75rem;
  padding: 0 !important;
  overflow: hidden;
}

html body.mf-v20-ready.mf-system-home .mf-v22-now-line__media {
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #08140e;
}

html body.mf-v20-ready.mf-system-home .mf-v22-now-line__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 10.75rem;
  object-fit: cover;
  object-position: center;
}

html body.mf-v20-ready.mf-system-home .mf-v22-now-line__content {
  display: grid;
  align-content: center;
  gap: 0.42rem;
  min-width: 0;
  padding: 0.9rem 1rem;
}

@media (min-width: 761px) {
  html body.mf-v20-ready.mf-system-home .site-footer {
    padding-block: 1.15rem !important;
  }

  html body.mf-v20-ready.mf-system-home .site-footer__inner {
    gap: clamp(0.85rem, 1.5vw, 1.35rem) !important;
  }

  html body.mf-v20-ready.mf-system-home .site-footer .site-brand__logo {
    width: 34px !important;
    height: 34px !important;
  }

  html body.mf-v20-ready.mf-system-home .site-footer .site-brand__name {
    font-size: 0.98rem !important;
    line-height: 1.2 !important;
  }

  html body.mf-v20-ready.mf-system-home .site-footer .site-socials {
    gap: 0.45rem !important;
    margin-top: 0.6rem !important;
  }

  html body.mf-v20-ready.mf-system-home .site-footer .site-socials a {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    flex-basis: 44px !important;
  }

  html body.mf-v20-ready.mf-system-home .site-footer__nav h2,
  html body.mf-v20-ready.mf-system-home .site-footer__nav h3 {
    margin-bottom: 0.4rem !important;
    font-size: 0.74rem !important;
    line-height: 1.25 !important;
  }

  html body.mf-v20-ready.mf-system-home .site-footer__nav ul {
    gap: 0.12rem !important;
  }

  html body.mf-v20-ready.mf-system-home .site-footer__nav a {
    display: inline-flex !important;
    min-height: 44px !important;
    align-items: center;
    padding-block: 0.35rem !important;
    color: rgba(244, 250, 244, 0.9) !important;
    font-size: 0.86rem !important;
    line-height: 1.3 !important;
  }

  html body.mf-v20-ready.mf-system-home .site-footer__bottom {
    margin-top: 0.65rem !important;
    padding-top: 0.55rem !important;
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 760px) {
  html body.mf-v20-ready.mf-system-home
    main#main-content
    .mf-v22-now-line.mf-v22-now-line--with-media {
    grid-template-columns: 1fr !important;
  }

  html body.mf-v20-ready.mf-system-home .mf-v22-now-line__media,
  html body.mf-v20-ready.mf-system-home .mf-v22-now-line__media img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

body.mf-v20-ready main#main-content > :where(section, .stl-section, .mf-section, .mf-world-section) {
  padding-block: var(--mf-v20-section-y);
}

body.mf-v20-ready main#main-content :where(.stl-container, .mf-v22-container, .site-container) {
  min-width: 0;
}

body.mf-v20-ready main#main-content :where(.stl-section-header-row, .mf-v22-section-head, .mf-diaspora-panel-head, .mf-matchday-watchlist__head) {
  gap: clamp(.55rem, 1.2vw, 1rem);
  margin-bottom: clamp(.65rem, 1.4vw, 1rem);
}

body.mf-v20-ready main#main-content :where(h1, .stl-heading) {
  text-wrap: balance;
}

body.mf-v20-ready main#main-content :where(h2, h3, .stl-subheading) {
  text-wrap: balance;
  letter-spacing: -.025em;
}

body.mf-v20-ready main#main-content :where(p, small, li) {
  text-wrap: pretty;
}

body.mf-v20-ready main#main-content :where(
  .mf-v22-feature,
  .mf-v22-article-card,
  .mf-v22-find-panel,
  .mf-v44-card,
  .mf-matchday-summary-card,
  .mf-matchday-watchitem,
  .mf-matchday-feature,
  .mf-diaspora-control-tile,
  .mf-diaspora-hub-panel,
  .mf-youth-stage-node,
  .mf-youth-inspector,
  .mf-fifa-tournament-card,
  .mf-worldcup-pillar,
  .mf-home-spotlight-card,
  .mf-route-card,
  .story-card,
  .article-card
) {
  border-color: var(--mf-v20-line) !important;
  border-radius: var(--mf-v20-radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}

body.mf-v20-ready main#main-content :where(
  .mf-v22-article-card,
  .mf-v44-card,
  .mf-matchday-summary-card,
  .mf-matchday-watchitem,
  .mf-diaspora-control-tile,
  .mf-worldcup-pillar,
  .mf-home-spotlight-card,
  .article-card
) {
  padding: var(--mf-v20-card-pad);
}

body.mf-v20-ready main#main-content :where(.stl-btn, .site-button, .mf-v22-button, .mf-v44-card a, .mf-matchday-watchitem, .mf-fifa-tournament-card) {
  min-height: 2.55rem;
}

body.mf-v20-ready main#main-content :where(.stl-btn--primary, .site-button--primary, .mf-v22-button--primary) {
  color: #06110c !important;
  border-color: rgba(255, 255, 255, .22) !important;
  background: linear-gradient(135deg, #ffd735, #c8f230 62%, #55e58d) !important;
  text-shadow: none !important;
}

body.mf-v20-ready main#main-content :where(.stl-btn--ghost, .mf-v22-button--secondary, .site-button--secondary) {
  background: rgba(255, 255, 255, .045);
}

body.mf-v20-ready main#main-content :where(.mf-empty, .mf-system-empty, .mc-board-empty, .mf-matchday-empty, .mf-polish-empty-state, .mf-polish-loading-state) {
  display: grid;
  gap: .32rem;
  min-height: 0;
  padding: .72rem .82rem;
  border: 1px solid rgba(245, 200, 66, .22);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(245, 200, 66, .08), rgba(45, 184, 75, .05)), rgba(3, 14, 11, .86);
  color: var(--mf-v20-text);
}

body.mf-v20-ready main#main-content :where(.mf-empty, .mf-system-empty, .mc-board-empty, .mf-matchday-empty, .mf-polish-empty-state, .mf-polish-loading-state) :where(p, small) {
  color: var(--mf-v20-muted);
  line-height: 1.38;
}

body.mf-v20-ready main#main-content :where([aria-live], [data-refresh-status], .mf-polish-freshness) {
  max-width: 100%;
}

body.mf-v20-ready .mf-polish-freshness {
  z-index: 2;
}

body.mf-v20-ready main#main-content :where(.mf-matchday-watchlist__grid, .mf-v22-article-grid, .mf-worldcup-pillars, .mf-diaspora-control-spotlights__grid) {
  gap: clamp(.5rem, 1.2vw, .85rem) !important;
}

body.mf-v20-ready main#main-content :where(img) {
  max-width: 100%;
}

body.mf-v20-ready main#main-content :where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid rgba(200, 242, 48, .86);
  outline-offset: 3px;
}

body.mf-v20-ready.mf-system-home .mf-v22-home {
  --mf-v20-home-gap: clamp(.7rem, 1.45vw, 1.1rem);
  --mf-v20-home-pad: clamp(.82rem, 1.7vw, 1.25rem);
}

body.mf-v20-ready.mf-system-home .mf-v22-hero {
  padding-block: clamp(.8rem, 2vw, 1.35rem) !important;
}

body.mf-v20-ready.mf-system-home .mf-v22-hero__grid {
  align-items: stretch;
  gap: var(--mf-v20-home-gap) !important;
}

@media (min-width: 980px) {
  body.mf-v20-ready.mf-system-home .mf-v22-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, .31fr);
  }
}

body.mf-v20-ready.mf-system-home .mf-v22-hero__copy,
body.mf-v20-ready.mf-system-home .mf-v22-find-panel {
  padding: var(--mf-v20-home-pad) !important;
  background:
    radial-gradient(circle at 18% 0, rgba(200, 242, 48, .08), transparent 28rem),
    linear-gradient(135deg, rgba(7, 22, 16, .94), rgba(1, 9, 7, .9));
}

body.mf-v20-ready.mf-system-home #home-hero-title {
  max-width: 18ch;
  font-size: clamp(2rem, 2.52vw, 2.45rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -.042em;
}

body.mf-v20-ready.mf-system-home .mf-v22-hero__lede {
  max-width: 48ch;
  margin-block: .48rem .7rem;
  color: rgba(247, 251, 243, .82);
  font-size: clamp(.98rem, 1.2vw, 1.1rem);
  line-height: 1.35;
}

body.mf-v20-ready.mf-system-home .mf-v22-now-line {
  max-width: 42rem;
  margin-block: .25rem .72rem;
  padding: .72rem .82rem !important;
}

body.mf-v20-ready.mf-system-home .mf-v22-actions {
  align-items: center;
  gap: .48rem !important;
}

body.mf-v20-ready.mf-system-home .mf-v22-hero-tertiary {
  justify-content: center;
  min-height: 2.5rem;
  padding-inline: .35rem;
}

body.mf-v20-ready.mf-system-home :where(.mf-v22-league-doors, .mf-v22-quick-routes) {
  gap: .5rem !important;
}

body.mf-v20-ready.mf-system-home :where(.mf-v22-league-doors, .mf-v22-quick-routes) > a {
  min-height: 4.1rem;
  padding: .62rem .7rem !important;
}

body.mf-v20-ready.mf-system-home .mf-v22-find-panel {
  align-content: start;
  gap: .48rem !important;
}

body.mf-v20-ready.mf-system-home .mf-v22-find-panel > a {
  min-height: 3.6rem;
  padding: .66rem .72rem !important;
}

body.mf-v20-ready.mf-system-home .mf-v22-section {
  padding-block: clamp(1rem, 2vw, 1.65rem) !important;
}

body.mf-v20-ready.mf-system-home .mf-v22-section-head {
  align-items: end;
  padding-bottom: .48rem;
  border-bottom: 1px solid rgba(245, 200, 66, .18);
}

body.mf-v20-ready.mf-system-home .mf-v22-feature {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(3, 18, 13, .96), rgba(5, 25, 20, .78)),
    rgba(5, 18, 14, .9);
}

body.mf-v20-ready.mf-system-home .mf-v22-feature__media img,
body.mf-v20-ready.mf-system-home .mf-v22-article-card > img,
body.mf-v20-ready.mf-system-home .mf-v22-diaspora-card img {
  display: block;
  width: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
}

body.mf-v20-ready.mf-system-home .mf-v22-feature__body {
  display: grid;
  align-content: center;
  gap: .55rem;
  padding: clamp(.9rem, 2vw, 1.35rem) !important;
}

body.mf-v20-ready.mf-system-home .mf-v22-feature__body h3 {
  max-width: 18ch;
  font-size: clamp(1.35rem, 2.5vw, 2.1rem);
  line-height: 1.02;
}

body.mf-v20-ready.mf-system-home .mf-v22-diaspora__grid,
body.mf-v20-ready.mf-system-home .mf-v22-worldcup__grid {
  gap: var(--mf-v20-home-gap) !important;
}

body.mf-v20-ready.mf-system-home .mf-v22-diaspora-card,
body.mf-v20-ready.mf-system-home .mf-v22-community-grid > a {
  min-height: 0;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

body.mf-v20-ready.mf-system-home .mf-v22-diaspora-card:hover,
body.mf-v20-ready.mf-system-home .mf-v22-community-grid > a:hover,
body.mf-v20-ready.mf-system-home .mf-v22-find-panel > a:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 242, 48, .55) !important;
}

body.mf-v20-ready.mf-system-home .mf-v22-article-grid {
  align-items: stretch;
}

body.mf-v20-ready.mf-system-home .mf-v22-article-card {
  display: grid;
  gap: .68rem;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(7, 22, 16, .94), rgba(5, 13, 11, .94));
}

body.mf-v20-ready.mf-system-home .mf-v22-article-card h3 {
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.08;
}

body.mf-v20-ready.mf-system-home .mf-v22-card-button,
body.mf-v20-ready.mf-system-home .mf-v22-text-link {
  min-height: 2.4rem;
}

body.mf-v20-ready.mf-system-home .mf-v22-community-grid {
  gap: .6rem !important;
}

body.mf-v20-ready .mf-v20-platform-highlight {
  background:
    radial-gradient(circle at 12% 0, rgba(200, 242, 48, .1), transparent 28rem),
    linear-gradient(180deg, rgba(2, 13, 9, .92), rgba(1, 8, 6, .96));
}

body.mf-v20-ready .mf-v20-platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.58rem, 1.2vw, .88rem);
}

body.mf-v20-ready .mf-v20-platform-grid > a {
  display: grid !important;
  align-items: start !important;
  align-content: start;
  gap: .38rem;
  min-height: 10rem;
  padding: clamp(.72rem, 1.25vw, .95rem);
  border: 1px solid rgba(245, 200, 66, .24);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(9, 36, 25, .9), rgba(3, 14, 12, .92)),
    rgba(4, 17, 14, .86);
  color: rgba(247, 251, 243, .9);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

body.mf-v20-ready .mf-v20-platform-grid > a:hover,
body.mf-v20-ready .mf-v20-platform-grid > a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(200, 242, 48, .58);
}

body.mf-v20-ready .mf-v20-platform-grid > a span {
  color: rgba(245, 215, 66, .86);
  font-family: var(--font-mono, monospace);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.mf-v20-ready .mf-v20-platform-grid > a strong {
  color: #fff;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.05;
}

body.mf-v20-ready .mf-v20-platform-grid > a small {
  color: rgba(247, 251, 243, .72);
  font-size: .9rem;
  line-height: 1.35;
}

body.mf-v20-ready .mf-v20-platform-grid > a em {
  align-self: end;
  color: #c8f230;
  font-size: .78rem;
  font-style: normal;
  font-weight: 900;
}

body.mf-v20-ready .mf-v20-platform-grid--us {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mf-v20-ready.mf-v20-us-lane-page main#main-content {
  background:
    radial-gradient(circle at 12% 0, rgba(245, 200, 66, .08), transparent 26rem),
    linear-gradient(180deg, rgba(2, 11, 8, .98), rgba(0, 5, 4, .98));
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-score-ribbon {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  overflow: hidden;
  min-height: 34px;
  max-height: 38px;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-score-ribbon__rail {
  min-width: 0;
  overflow: hidden;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-score-ribbon__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: .7rem;
  min-width: max-content;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-score-ribbon__card {
  flex: 0 0 auto;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-hero {
  display: block !important;
  padding-block: clamp(1rem, 2.4vw, 1.8rem);
  border-bottom: 1px solid rgba(245, 200, 66, .18);
  background:
    linear-gradient(135deg, rgba(5, 26, 18, .88), rgba(2, 11, 10, .94)),
    url("../img/heroes/shared-hero-banner.png") center / cover no-repeat;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, .34fr);
  gap: clamp(.7rem, 1.4vw, 1rem);
  align-items: stretch;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-hero__grid > div,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-panel {
  padding: clamp(.82rem, 1.6vw, 1.2rem);
  border: 1px solid rgba(245, 200, 66, .24);
  border-radius: 18px;
  background: rgba(3, 14, 11, .88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-hero h1 {
  max-width: 13ch;
  margin-block: .28rem .45rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: .96;
  letter-spacing: -.045em;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-hero p,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-panel p {
  max-width: 65ch;
  color: rgba(247, 251, 243, .78);
  line-height: 1.4;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-panel {
  display: grid;
  align-content: center;
  gap: .38rem;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-panel span {
  color: rgba(245, 215, 66, .86);
  font-family: var(--font-mono, monospace);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-panel strong {
  color: #fff;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.05;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-switchboard,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.75rem, 1.4vw, 1rem);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-switchboard article,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-route-board__lead,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-route-board__steps article {
  border: 1px solid rgba(245, 200, 66, .2);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(9, 34, 25, .9), rgba(2, 12, 10, .94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-switchboard article,
html body.mf-v20-ready.mf-v20-us-lane-page main#main-content .mf-v20-resource-grid a {
  display: grid;
  align-content: start;
  gap: .45rem;
  min-height: 100%;
  padding: clamp(.85rem, 1.5vw, 1.1rem);
  color: inherit;
  text-decoration: none;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-switchboard article:hover,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-switchboard article:focus-within,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a:hover,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a:focus-visible {
  border-color: rgba(206, 255, 31, .58);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .24);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-switchboard span,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid span,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-route-board__steps b {
  color: rgba(245, 215, 66, .9);
  font-family: var(--font-mono, monospace);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-switchboard h3,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid strong,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-route-board h2,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-route-board__steps strong {
  color: #fff;
  letter-spacing: -.025em;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-switchboard h3 {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-switchboard p,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid small,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-route-board p,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-route-board__steps span {
  color: rgba(247, 251, 243, .72);
  line-height: 1.45;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-switchboard a {
  align-self: end;
  color: #d6ff1f;
  font-weight: 900;
  text-decoration: none;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-route-board {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(.8rem, 1.6vw, 1.2rem);
  align-items: stretch;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-route-board__lead {
  display: grid;
  align-content: center;
  gap: .7rem;
  padding: clamp(1rem, 2vw, 1.35rem);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-route-board__lead h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: .98;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-route-board__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-route-board__steps article {
  display: grid;
  gap: .35rem;
  padding: clamp(.85rem, 1.5vw, 1.05rem);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr);
  gap: clamp(.8rem, 1.6vw, 1.2rem);
  align-items: stretch;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board {
  margin-top: clamp(.85rem, 1.6vw, 1.2rem);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media__feature,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media__stack a,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board__embed,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board__links a {
  overflow: hidden;
  border: 1px solid rgba(245, 200, 66, .22);
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 0, rgba(206, 255, 31, .08), transparent 18rem),
    linear-gradient(145deg, rgba(8, 32, 25, .92), rgba(2, 12, 10, .96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media__feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, .48fr);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media figure {
  min-height: 100%;
  margin: 0;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media img,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media__feature > div,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board__embed > div {
  display: grid;
  align-content: center;
  gap: .45rem;
  padding: clamp(.9rem, 1.7vw, 1.2rem);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media__stack,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board__links {
  display: grid;
  gap: .75rem;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media__stack a,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board__links a {
  display: grid;
  grid-template-columns: 6.2rem minmax(0, 1fr);
  gap: .7rem;
  align-items: center;
  min-height: 7rem;
  padding: .7rem;
  color: inherit;
  text-decoration: none;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media__stack img,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board__links img {
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  background: rgba(255, 255, 255, .05);
  object-fit: contain;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board__links img {
  object-fit: cover;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board__embed iframe {
  display: block;
  width: 100%;
  min-height: clamp(15rem, 30vw, 24rem);
  border: 0;
  background: #000;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board__embed {
  display: grid;
  grid-template-rows: auto 1fr;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media span,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board span {
  color: rgba(245, 215, 66, .92);
  font-family: var(--font-mono, monospace);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media h3,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board h3,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media strong,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board strong {
  color: #fff;
  letter-spacing: -.025em;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media p,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board p {
  color: rgba(247, 251, 243, .74);
  line-height: 1.45;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media a:not(.mf-v20-official-media__stack a) {
  color: #d6ff1f;
  font-weight: 900;
  text-decoration: none;
}

body.mf-v20-ready.mf-diaspora-page main#main-content {
  --mf-v20-diaspora-gap: clamp(.62rem, 1.25vw, .95rem);
  --mf-v20-diaspora-pad: clamp(.75rem, 1.5vw, 1.05rem);
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-fix-hero {
  padding-block: clamp(.85rem, 2vw, 1.45rem) !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__grid {
  gap: var(--mf-v20-diaspora-gap) !important;
  align-items: stretch !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__copy,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__panel {
  padding: var(--mf-v20-diaspora-pad) !important;
  border: 1px solid rgba(245, 200, 66, .25);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 0, rgba(28, 193, 96, .13), transparent 24rem),
    linear-gradient(135deg, rgba(5, 26, 18, .94), rgba(3, 13, 11, .92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__copy h1 {
  max-width: 12.5ch !important;
  font-size: clamp(1.95rem, 3.2vw, 3.15rem) !important;
  line-height: .98 !important;
  letter-spacing: -.045em;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__copy p {
  max-width: 62ch !important;
  margin-block: .35rem .6rem !important;
  color: rgba(247, 251, 243, .82);
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-route-strip,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-actions,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-hero-proof,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-hero-status {
  gap: .42rem !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-route-strip button {
  min-height: 2.2rem !important;
  padding: .45rem .7rem !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-hero-proof span {
  min-height: 2.45rem !important;
  padding: .42rem .55rem !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-stat-grid {
  gap: .5rem !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-stat-grid a {
  position: relative;
  min-height: 4.6rem !important;
  padding: .62rem .7rem !important;
  overflow: hidden;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-stat-grid a::after {
  content: "";
  position: absolute;
  inset: auto .65rem .5rem .65rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f5d742, #35d487, transparent);
  opacity: .5;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-hero-media {
  margin-top: .55rem !important;
  gap: .5rem !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-hero-media a {
  min-height: 4.5rem !important;
  padding: .55rem !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-tabs {
  gap: .42rem !important;
  padding: .42rem !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-official-source-board,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-hub-command,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-hub-panel,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-control-spotlights,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-official-image-deck {
  border-color: rgba(245, 200, 66, .24) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(6, 32, 24, .92), rgba(4, 17, 15, .92)),
    rgba(5, 18, 14, .86) !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-overview-lead {
  align-items: end;
  gap: .65rem !important;
  padding-bottom: .65rem;
  border-bottom: 1px solid rgba(245, 200, 66, .16);
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-overview-lead h2,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-panel-head h2 {
  font-size: clamp(1.35rem, 2.2vw, 2.05rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.035em;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-panel-head p,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-overview-lead p {
  max-width: 68ch;
  color: rgba(247, 251, 243, .72);
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-control-spotlights__grid,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-official-image-grid,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-story-grid,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-player-grid,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-pathway-grid {
  gap: .62rem !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content :where(.mf-diaspora-control-tile, .mf-diaspora-official-image-card, .mf-diaspora-player-card, .mf-diaspora-story-card, .mf-diaspora-pathway-card, .mf-diaspora-fixture-card, .mf-official-source-card) {
  border-color: rgba(245, 200, 66, .23) !important;
  border-radius: 16px !important;
  background-color: rgba(4, 17, 14, .82);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content :where(.mf-diaspora-control-tile, .mf-diaspora-official-image-card, .mf-diaspora-player-card, .mf-diaspora-story-card, .mf-diaspora-pathway-card, .mf-official-source-card):hover {
  transform: translateY(-2px);
  border-color: rgba(53, 212, 135, .48) !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-control-tile {
  min-height: 7rem !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-control-tile > a:first-child {
  padding: .68rem !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-official-image-card img,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-story-card img,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-player-card__media img {
  display: block;
  width: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.03);
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-player-card {
  overflow: hidden;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-player-card__body,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-story-card > div,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-pathway-card {
  gap: .5rem !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-card-row strong,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-control-tile strong,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-story-card h3 {
  line-height: 1.08 !important;
  text-wrap: balance;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-chip-row {
  gap: .32rem !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-chip-row span,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-source-list span,
html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-preview-meta span {
  border-color: rgba(255, 255, 255, .14) !important;
  background: rgba(255, 255, 255, .055) !important;
}

html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-worldcup-verified--diaspora {
  margin-top: var(--mf-v20-diaspora-gap) !important;
}

body.mf-v20-ready.mf-diaspora-players-page main#main-content {
  --mf-v20-player-gap: clamp(.58rem, 1.15vw, .85rem);
  --mf-v20-player-pad: clamp(.58rem, 1.05vw, .78rem);
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero {
  min-height: 0 !important;
  padding-block: clamp(.48rem, 1.1vw, .78rem) !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero__grid {
  grid-template-columns: minmax(0, .72fr) minmax(14rem, .28fr) !important;
  align-items: stretch !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero__copy,
html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero__panel {
  align-content: center;
  min-height: 0 !important;
  padding: var(--mf-v20-player-pad) !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero__copy h1 {
  max-width: 13ch !important;
  margin-block: .12rem .24rem !important;
  font-size: clamp(1.75rem, 2.55vw, 2.55rem) !important;
  line-height: .98 !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero__copy p,
html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero__panel p {
  max-width: 54ch !important;
  margin: 0 !important;
  font-size: clamp(.92rem, 1vw, 1rem);
  line-height: 1.34;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-actions {
  margin-top: .45rem !important;
  gap: .38rem !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-actions .stl-btn {
  min-height: 2.32rem !important;
  padding: .52rem .78rem !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-hero-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .35rem;
  margin-top: .48rem;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-hero-lanes a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  padding: .42rem .5rem;
  border: 1px solid rgba(245, 200, 66, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  color: rgba(247, 251, 243, .86);
  font-size: .72rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-hero-lanes a:hover,
html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-hero-lanes a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(200, 242, 48, .55);
  background: rgba(200, 242, 48, .12);
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-section-nav {
  margin-top: 0 !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-tabs {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: .38rem !important;
  overflow-x: auto;
  padding: .34rem !important;
  scrollbar-width: thin;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-tabs a {
  flex: 0 0 auto;
  min-height: 2.28rem !important;
  padding: .52rem .84rem !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-polish-start-action::before,
html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-polish-start-target::before {
  display: none !important;
  content: none !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-content {
  padding-top: .35rem !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-shell {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-toolbar {
  position: sticky;
  top: var(--mf-nav-height, 58px);
  z-index: 5;
  display: grid !important;
  grid-template-columns: minmax(8.5rem, .18fr) minmax(18rem, .34fr) minmax(0, 1fr) !important;
  gap: var(--mf-v20-player-gap) !important;
  align-items: center;
  margin-bottom: var(--mf-v20-player-gap) !important;
  padding: .58rem !important;
  border: 1px solid rgba(245, 200, 66, .24);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(4, 22, 17, .96), rgba(3, 12, 13, .94)),
    rgba(3, 12, 10, .95) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .045);
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-toolbar__label {
  display: grid;
  gap: .12rem;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-toolbar__label strong {
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-toolbar__search {
  display: grid;
  gap: .28rem;
  margin: 0 !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-toolbar__search > span {
  color: rgba(245, 215, 66, .82);
  font-family: var(--font-mono, monospace);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-search-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .42rem;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-search-row input {
  min-height: 2.5rem;
  padding: .55rem .72rem;
  border: 1px solid rgba(245, 200, 66, .2);
  border-radius: 12px;
  background: rgba(0, 0, 0, .34);
  color: #f7fbf3;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-search-row button,
html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-filter-chips button {
  min-height: 2.22rem !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .055) !important;
  color: rgba(247, 251, 243, .86) !important;
  font-size: .72rem !important;
  font-weight: 900;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-search-row button {
  padding-inline: .78rem !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-filter-chips {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: .34rem !important;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: .12rem;
  scrollbar-width: none;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-filter-chips::-webkit-scrollbar,
html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-tabs::-webkit-scrollbar {
  display: none;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-filter-chips button {
  flex: 0 0 auto;
  padding: .42rem .66rem !important;
  white-space: nowrap;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-filter-chips button.is-active {
  border-color: rgba(255, 255, 255, .24) !important;
  background: linear-gradient(135deg, #ffd735, #c8f230 62%, #55e58d) !important;
  color: #06110c !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-player-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--mf-v20-player-gap) !important;
  align-items: stretch;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-player-card {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(5.6rem, .32fr) minmax(0, 1fr) !important;
  min-height: 10.25rem !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(5, 24, 19, .93), rgba(3, 11, 12, .9)),
    var(--player-bg) center / cover no-repeat !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-player-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(53, 212, 135, .18), transparent 38%), linear-gradient(180deg, rgba(255, 255, 255, .045), transparent 42%);
  opacity: .68;
}

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

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-player-card__media {
  display: grid;
  min-height: 100% !important;
  padding: .58rem;
  place-items: center;
  background: rgba(0, 0, 0, .28);
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-player-card__media img {
  width: 100%;
  height: 100%;
  max-height: 9.1rem;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .25);
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-player-card__media .mf-diaspora-flag-img {
  height: auto !important;
  max-height: 4.6rem;
  object-fit: contain !important;
  padding: .18rem;
  background: rgba(255, 255, 255, .08);
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-player-card__body {
  display: grid !important;
  align-content: center;
  gap: .42rem !important;
  padding: .72rem !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-card-row {
  display: grid;
  gap: .12rem;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-card-row strong {
  color: #fff;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.05 !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-card-row small {
  color: rgba(245, 215, 66, .82);
  font-family: var(--font-mono, monospace);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-player-card__body p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: rgba(247, 251, 243, .74);
  font-size: .86rem;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .28rem !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .34rem;
  align-items: center;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-card-actions .stl-btn {
  min-height: 2.18rem !important;
  padding: .45rem .7rem !important;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-source-details {
  max-width: 100%;
  color: rgba(247, 251, 243, .7);
  font-size: .72rem;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-source-details summary {
  cursor: pointer;
  font-weight: 900;
}

html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-source-details a {
  color: #c8f230;
  word-break: break-word;
}

@media (max-width: 1100px) {
  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-player-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-toolbar,
  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero__copy h1 {
    font-size: clamp(1.65rem, 7vw, 2.12rem) !important;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero {
    padding-block: .45rem !important;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero__grid {
    gap: .42rem !important;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero__copy,
  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero__panel {
    padding: .58rem !important;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero__panel {
    display: grid;
    gap: .32rem;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero__panel p {
    display: none;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero__copy p,
  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-fix-hero__panel p {
    font-size: .88rem;
    line-height: 1.25;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .38rem !important;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-actions a:first-child {
    grid-column: auto !important;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-actions .stl-btn {
    width: 100%;
    min-height: 2.2rem !important;
    padding: .46rem .52rem !important;
    font-size: .78rem;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-hero-lanes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .28rem;
    margin-top: .34rem;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-hero-lanes a {
    min-height: 1.9rem;
    padding: .34rem .38rem;
    font-size: .68rem;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-toolbar {
    position: static;
    padding: .62rem !important;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-tabs {
    justify-content: flex-start !important;
    scroll-padding-inline: .5rem;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-tabs a {
    flex: 0 0 5.8rem !important;
    justify-content: center;
    min-width: 5.8rem !important;
    text-align: center;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-player-grid {
    grid-template-columns: 1fr !important;
  }

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

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-player-card__media {
    padding: .48rem;
  }

  html body.mf-v20-ready.mf-diaspora-players-page main#main-content .mf-diaspora-player-card__media img {
    max-height: 5.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mf-v20-ready.mf-system-home .mf-v22-diaspora-card,
  body.mf-v20-ready.mf-system-home .mf-v22-community-grid > a,
  html body.mf-v20-ready.mf-diaspora-page main#main-content :where(.mf-diaspora-control-tile, .mf-diaspora-official-image-card, .mf-diaspora-player-card, .mf-diaspora-story-card, .mf-diaspora-pathway-card, .mf-official-source-card) {
    transition: none;
  }
}

@media (max-width: 760px) {
  body.mf-v20-ready main#main-content > :where(section, .stl-section, .mf-section, .mf-world-section) {
    padding-block: clamp(.75rem, 4vw, 1.1rem);
  }

  body.mf-v20-ready main#main-content :where(.stl-section-header-row, .mf-v22-section-head, .mf-diaspora-panel-head, .mf-matchday-watchlist__head) {
    display: grid;
    align-items: start;
  }

  body.mf-v20-ready main#main-content :where(.stl-btn, .site-button, .mf-v22-button) {
    width: 100%;
    justify-content: center;
  }

  body.mf-v20-ready main#main-content :where(.mf-page-actions, .hero-ctas, .mf-v22-actions, .mf-daily-actions) {
    display: grid;
    grid-template-columns: 1fr;
    gap: .46rem;
  }

  body.mf-v20-ready main#main-content :where(.mf-v22-league-doors, .mf-v22-quick-routes, .mf-diaspora-tabs, .mf-wc-section-nav .stl-container) {
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  body.mf-v20-ready.mf-system-home #home-hero-title {
    max-width: 13ch;
    font-size: clamp(2rem, 9vw, 2.65rem) !important;
  }

  body.mf-v20-ready.mf-system-home .mf-v22-hero__copy,
  body.mf-v20-ready.mf-system-home .mf-v22-find-panel {
    padding: .78rem !important;
  }

  body.mf-v20-ready.mf-system-home .mf-v22-now-line {
    margin-block: .18rem .58rem;
  }

  body.mf-v20-ready.mf-system-home :where(.mf-v22-league-doors, .mf-v22-quick-routes) > a {
    flex-basis: min(76%, 15rem) !important;
    min-height: 3.2rem;
  }

  body.mf-v20-ready.mf-system-home .mf-v22-feature__body h3 {
    max-width: 22ch;
  }

  body.mf-v20-ready .mf-v20-platform-grid,
  body.mf-v20-ready .mf-v20-platform-grid--us,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-hero__grid,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-switchboard,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-route-board,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-route-board__steps,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media__feature,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board {
    grid-template-columns: 1fr;
  }

  body.mf-v20-ready .mf-v20-platform-grid > a,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-switchboard article,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a {
    min-height: 0;
  }

  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-lane-hero h1 {
    max-width: 12ch;
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-official-media__stack a,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board__links a {
    grid-template-columns: 5.2rem minmax(0, 1fr);
    min-height: 5.9rem;
  }

  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-video-board__embed iframe {
    min-height: 13.5rem;
  }

  html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-fix-hero {
    padding-block: .72rem !important;
  }

  html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__copy,
  html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__panel {
    padding: .72rem !important;
  }

  html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-fix-hero__copy h1 {
    font-size: clamp(1.8rem, 8vw, 2.42rem) !important;
    max-width: 13ch !important;
  }

  html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-route-strip,
  html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-actions,
  html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-hero-proof {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-actions a:first-child {
    grid-column: 1 / -1;
  }

  html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-hero-media {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-hero-media a {
    flex: 0 0 min(76%, 16rem);
    scroll-snap-align: start;
  }

  html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-tabs {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x proximity;
  }

  html body.mf-v20-ready.mf-diaspora-page main#main-content .mf-diaspora-tabs a {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}

/* Pro pathway media: six official destinations in a compact, filterable grid. */
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .8rem;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-filters button {
  min-height: 44px;
  padding: .55rem .9rem;
  border: 1px solid rgba(245, 200, 66, .28);
  border-radius: 999px;
  color: rgba(247, 251, 243, .84);
  background: rgba(4, 15, 12, .88);
  font: 900 .72rem/1 var(--font-mono, monospace);
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-filters button:hover,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-filters button:focus-visible,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-filters button.is-active {
  border-color: #d6ff1f;
  color: #071009;
  background: linear-gradient(110deg, #f5c842, #d6ff1f 62%, #56dda1);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-status {
  margin: 0;
  color: rgba(247, 251, 243, .72);
  font-size: .78rem;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.7rem, 1.3vw, 1rem);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card {
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: 8.5rem 1fr;
  min-width: 0;
  min-height: 17.5rem !important;
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid rgba(245, 200, 66, .25) !important;
  border-radius: 17px !important;
  color: inherit;
  text-decoration: none;
  background:
    radial-gradient(circle at 12% 0, rgba(206, 255, 31, .1), transparent 15rem),
    linear-gradient(145deg, rgba(8, 32, 25, .95), rgba(2, 12, 10, .98)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card:hover,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card:focus-visible,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card:focus-within {
  z-index: 1;
  border-color: rgba(206, 255, 31, .78) !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .34);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card > figure {
  height: 8.5rem;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .035);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card > img,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card > figure img {
  display: block;
  width: 100%;
  height: 8.5rem;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: cover;
  background: rgba(255, 255, 255, .035);
  transition: transform 240ms ease;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card[data-media-type="league"] > img {
  padding: 1.15rem;
  object-fit: contain;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card:hover > img,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card:hover > figure img {
  transform: scale(1.035);
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card > div,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card > span:first-of-type {
  padding-inline: .9rem;
}

body.mf-v20-ready.mf-v20-us-lane-page article.mf-v20-media-card > div {
  display: grid;
  align-content: start;
  gap: .34rem;
  padding: .78rem .9rem .9rem;
}

body.mf-v20-ready.mf-v20-us-lane-page a.mf-v20-media-card {
  align-content: start;
  gap: .28rem;
  padding-bottom: .85rem !important;
}

body.mf-v20-ready.mf-v20-us-lane-page a.mf-v20-media-card > span {
  margin-top: .72rem;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card strong,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card h3 {
  padding-inline: .9rem;
  color: #fff;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.08;
}

body.mf-v20-ready.mf-v20-us-lane-page article.mf-v20-media-card h3 {
  padding-inline: 0;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card[hidden] {
  display: none !important;
}

/* Connected pages use verified local/official artwork and remain fully clickable. */
html body.mf-v20-ready.mf-v20-us-lane-page main#main-content .mf-v20-resource-grid a {
  display: grid !important;
  grid-template-columns: 4.6rem minmax(0, 1fr);
  grid-template-areas:
    "visual eyebrow"
    "visual title"
    "visual copy"
    "visual action";
  min-height: 11.2rem;
  padding: .72rem;
  align-items: stretch !important;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a::before {
  grid-area: visual;
  content: "";
  align-self: stretch;
  min-height: 8.8rem;
  border: 1px solid rgba(245, 200, 66, .22);
  border-radius: 13px;
  background: rgba(255, 255, 255, .04) var(--resource-image) center / cover no-repeat;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a::after {
  grid-area: action;
  align-self: end;
  content: "Open page  →";
  color: #d6ff1f;
  font: 900 .72rem/1.2 var(--font-mono, monospace);
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a:nth-child(1) {
  --resource-image: url("../img/league-logos/ncaa.png");
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a:nth-child(2) {
  --resource-image: url("../HSChamps_logo.jpg");
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a:nth-child(3) {
  --resource-image: url("../img/stl-hero/youth-soccer-field.jpg");
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a:nth-child(4) {
  --resource-image: url("../img/flags/ghana.svg");
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a:nth-child(5) {
  --resource-image: url("../img/us-soccer/stl-city-austin-analysis.jpg");
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a:nth-child(6) {
  --resource-image: url("../img/contributor/contributor-portal-process.png");
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a:nth-child(1)::before,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a:nth-child(2)::before,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a:nth-child(4)::before,
body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid a:nth-child(6)::before {
  background-size: contain;
  background-repeat: no-repeat;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid span {
  grid-area: eyebrow;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid strong {
  grid-area: title;
  font-size: 1.03rem;
  line-height: 1.08;
}

body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid small {
  grid-area: copy;
}

@media (max-width: 900px) {
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-gallery,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-controls {
    align-items: stretch;
    flex-direction: column;
  }

  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-gallery,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-resource-grid {
    grid-template-columns: 1fr;
  }

  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card {
    grid-template-rows: 9.5rem auto;
    min-height: 0 !important;
  }

  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card > figure,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card > img,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card > figure img {
    height: 9.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card,
  body.mf-v20-ready.mf-v20-us-lane-page .mf-v20-media-card img {
    transition: none !important;
  }
}

/* Homepage official media showcase and image-led development pathways. */
html body.mf-home-v22 .mf-v22-diaspora {
  --mf-diaspora-active-image: url("../img/homepage/diaspora-stories-official.jpg");
  background:
    linear-gradient(90deg, rgba(2, 8, 5, .97), rgba(3, 24, 12, .84) 48%, rgba(2, 8, 5, .94)),
    var(--mf-diaspora-active-image) center 42% / cover no-repeat !important;
}

html body.mf-home-v22 .mf-v22-diaspora::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(245, 200, 66, .18), transparent 27rem),
    linear-gradient(90deg, rgba(2, 8, 5, .93), rgba(2, 20, 13, .7) 48%, rgba(2, 8, 5, .9)) !important;
}

html body.mf-home-v22 .mf-v22-diaspora::after {
  background: var(--mf-diaspora-active-image) center 42% / cover no-repeat !important;
}

html body.mf-home-v22 .mf-v22-diaspora__intro {
  border-color: rgba(245, 200, 66, .38) !important;
  background:
    linear-gradient(135deg, rgba(205, 32, 53, .16), rgba(245, 200, 66, .1) 50%, rgba(45, 184, 75, .15)),
    rgba(2, 8, 5, .84) !important;
}

html body.mf-home-v22 .mf-v22-diaspora-controls {
  display: flex;
  flex-wrap: wrap;
  gap: .38rem;
  align-items: center;
}

html body.mf-home-v22 .mf-v22-diaspora-controls button {
  min-width: 44px;
  min-height: 44px;
  padding: .5rem .72rem;
  border: 1px solid rgba(245, 200, 66, .34);
  border-radius: 999px;
  color: rgba(250, 248, 234, .9);
  background: rgba(3, 14, 10, .9);
  font: 900 .7rem/1 var(--font-mono, monospace);
  cursor: pointer;
}

html body.mf-home-v22 .mf-v22-diaspora-controls button:hover,
html body.mf-home-v22 .mf-v22-diaspora-controls button:focus-visible,
html body.mf-home-v22 .mf-v22-diaspora-controls button[aria-pressed="true"] {
  border-color: #f5c842;
  color: #061008;
  background: linear-gradient(110deg, #e3324f, #f5c842 46%, #5bdd82);
}

html body.mf-home-v22 .mf-v22-diaspora-controls .mf-v22-diaspora-pause {
  min-width: 8.75rem;
}

html body.mf-home-v22 .mf-v22-diaspora-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

html body.mf-home-v22 .mf-v22-diaspora__links .mf-v22-diaspora-card {
  --diaspora-lane: #f5c842;
  border-top: 3px solid var(--diaspora-lane) !important;
  opacity: .83;
}

html body.mf-home-v22 .mf-v22-diaspora__links .mf-v22-diaspora-card:nth-child(1) {
  --diaspora-lane: #e3324f;
}

html body.mf-home-v22 .mf-v22-diaspora__links .mf-v22-diaspora-card:nth-child(2) {
  --diaspora-lane: #62d990;
}

html body.mf-home-v22 .mf-v22-diaspora__links .mf-v22-diaspora-card:nth-child(3) {
  --diaspora-lane: #f5c842;
}

html body.mf-home-v22 .mf-v22-diaspora__links .mf-v22-diaspora-card:nth-child(4) {
  --diaspora-lane: #35bde7;
}

html body.mf-home-v22 .mf-v22-diaspora__links .mf-v22-diaspora-card.is-active,
html body.mf-home-v22 .mf-v22-diaspora__links .mf-v22-diaspora-card:hover,
html body.mf-home-v22 .mf-v22-diaspora__links .mf-v22-diaspora-card:focus-visible {
  border-color: var(--diaspora-lane) !important;
  opacity: 1;
  transform: translateY(-4px);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, .32),
    0 0 0 1px color-mix(in srgb, var(--diaspora-lane) 45%, transparent) inset !important;
}

html body.mf-home-v22 .mf-v22-diaspora-card.is-active em {
  color: #061008;
  border-color: transparent;
  background: linear-gradient(110deg, var(--diaspora-lane), #d6ff1f);
}

html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight {
  background:
    radial-gradient(circle at 8% 0, rgba(51, 158, 255, .12), transparent 25rem),
    radial-gradient(circle at 92% 100%, rgba(206, 255, 31, .09), transparent 26rem),
    linear-gradient(180deg, rgba(2, 13, 9, .94), rgba(1, 8, 6, .98)) !important;
}

html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight .mf-v20-platform-grid > a {
  grid-template-rows: 6.6rem auto auto 1fr auto;
  min-height: 19rem;
  overflow: hidden;
  padding: .62rem !important;
}

html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight .mf-v20-platform-grid > a::after {
  content: "Explore →";
  position: absolute;
  right: .72rem;
  bottom: .7rem;
  color: #d6ff1f;
  font: 900 .64rem/1 var(--font-mono, monospace);
  letter-spacing: .05em;
  text-transform: uppercase;
}

html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight .mf-v20-platform-grid > a {
  position: relative;
  padding-bottom: 2.2rem !important;
}

html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight .mf-v20-platform-grid figure {
  height: 6.6rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 200, 66, .22);
  border-radius: 12px;
  background: rgba(255, 255, 255, .045);
}

html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight .mf-v20-platform-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight .mf-v20-platform-grid > a:nth-child(2) img,
html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight .mf-v20-platform-grid > a:nth-child(3) img {
  padding: .4rem;
  object-fit: contain;
  background: #f4f3ea;
}

html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight .mf-v20-platform-grid > a:hover img,
html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight .mf-v20-platform-grid > a:focus-visible img {
  filter: saturate(1.16) contrast(1.05);
  transform: scale(1.055);
}

html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight .mf-v20-platform-grid > a:nth-child(1) {
  border-top: 3px solid #45b8ff;
}

html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight .mf-v20-platform-grid > a:nth-child(2) {
  border-top: 3px solid #67df8e;
}

html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight .mf-v20-platform-grid > a:nth-child(3) {
  border-top: 3px solid #f5c842;
}

html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight .mf-v20-platform-grid > a:nth-child(4) {
  border-top: 3px solid #e3324f;
}

@media (max-width: 760px) {
  html body.mf-home-v22 .mf-v22-diaspora__links {
    display: flex !important;
    grid-template-columns: none !important;
    overflow-x: auto;
    padding: .15rem .1rem .65rem;
    scroll-snap-type: x mandatory;
  }

  html body.mf-home-v22 .mf-v22-diaspora__links .mf-v22-diaspora-card {
    flex: 0 0 min(82vw, 18rem);
    scroll-snap-align: start;
  }

  html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight .mf-v20-platform-grid > a {
    min-height: 17.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.mf-home-v22 .mf-v22-diaspora__links .mf-v22-diaspora-card,
  html body.mf-v20-ready.mf-system-home .mf-v20-platform-highlight .mf-v20-platform-grid img {
    transition: none !important;
  }
}
