/* =========================================================
   FOOTBALL PULSE — MUNDO BROADCAST NEUTRO REFINADO
   Arquivo: static/css/fp_mundo.css
   BLOCO M1-R
   Base: grafite/preto, prata, branco, azul frio
   Verde: somente micro-pulso técnico, nunca dominante
   Ajuste: fontes menores e visual mais delicado
   ========================================================= */

.fp-mundo-page {
    --mundo-bg: #02060d;
    --mundo-panel: rgba(5, 10, 18, 0.88);
    --mundo-panel-soft: rgba(255, 255, 255, 0.034);
    --mundo-border: rgba(255, 255, 255, 0.112);
    --mundo-border-soft: rgba(255, 255, 255, 0.076);
    --mundo-text: #ffffff;
    --mundo-muted: #aeb9c7;
    --mundo-soft: #d8e2ed;
    --mundo-blue: #8fcfff;
    --mundo-blue-strong: #5fb6ff;
    --mundo-blue-soft: rgba(95, 182, 255, 0.12);
    --mundo-silver: #c7d1dc;
    --mundo-pulse: #5ff0bd;
    --mundo-red: #f0182b;
    --mundo-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);

    width: min(1860px, calc(100vw - 36px));
    margin: 0 auto;
    padding: 14px 0 46px;
}

/* sobrescreve kicker global para não ficar verde dominante */
.fp-mundo-page .fp-kicker {
    color: var(--mundo-blue);
    font-size: 9.5px;
    letter-spacing: 1.25px;
}

/* =========================
   Hero
   ========================= */

.fp-mundo-hero {
    min-height: 500px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr);
    gap: 16px;
    align-items: stretch;
    border: 1px solid var(--mundo-border);
    border-radius: 22px;
    padding: 24px;
    background:
        radial-gradient(circle at 82% 18%, rgba(95, 182, 255, 0.13), transparent 28%),
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.072), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.012)),
        rgba(2, 6, 13, 0.94);
    box-shadow: var(--mundo-shadow);
    overflow: hidden;
    position: relative;
}

.fp-mundo-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.026) 38%, transparent 62%),
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.26));
    pointer-events: none;
}

.fp-mundo-hero-copy,
.fp-mundo-hero-live {
    position: relative;
    z-index: 1;
}

.fp-mundo-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.fp-mundo-hero-copy h1 {
    max-width: 900px;
    margin: 15px 0 12px;
    color: var(--mundo-text);
    font-size: clamp(28px, 2.72vw, 48px);
    line-height: 1.02;
    font-weight: 820;
    letter-spacing: -0.048em;
}

.fp-mundo-hero-copy p {
    max-width: 800px;
    margin: 0;
    color: var(--mundo-muted);
    font-size: clamp(12.8px, 0.82vw, 14.6px);
    line-height: 1.68;
}

.fp-mundo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 21px;
}

.fp-mundo-actions a,
.fp-mundo-final a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgba(143, 207, 255, 0.30);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(143, 207, 255, 0.96), rgba(95, 182, 255, 0.92));
    color: #03111d;
    font-size: 10.3px;
    font-weight: 900;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    box-shadow: 0 14px 34px rgba(95, 182, 255, 0.10);
}

.fp-mundo-actions a.secondary,
.fp-mundo-final a.secondary {
    background: rgba(255, 255, 255, 0.040);
    color: var(--mundo-text);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.fp-mundo-actions a:hover,
.fp-mundo-final a:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.fp-mundo-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
    margin-top: 25px;
}

.fp-mundo-metrics div {
    min-height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.088);
    border-radius: 15px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.030);
}

.fp-mundo-metrics strong {
    display: block;
    color: var(--mundo-text);
    font-size: clamp(15px, 1.08vw, 21px);
    font-weight: 820;
    letter-spacing: -0.032em;
}

.fp-mundo-metrics span {
    display: block;
    margin-top: 5px;
    color: var(--mundo-muted);
    font-size: 10.6px;
    line-height: 1.35;
}

/* =========================
   Hero match card
   ========================= */

.fp-mundo-hero-live {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-mundo-match-card {
    width: min(100%, 590px);
    min-height: 374px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    border-radius: 20px;
    padding: 17px;
    background:
        radial-gradient(circle at 50% 0%, rgba(95, 182, 255, 0.11), transparent 30%),
        radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.056), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
        rgba(0, 0, 0, 0.30);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.066),
        0 28px 74px rgba(0, 0, 0, 0.38);
}

.fp-mundo-match-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.fp-mundo-match-top span {
    min-height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 8px;
    background: var(--mundo-red);
    color: #ffffff;
    font-size: 10.4px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.fp-mundo-match-top small {
    color: var(--mundo-silver);
    font-size: 9.6px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.72px;
}

.fp-mundo-score {
    min-height: 120px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 17px;
    align-items: center;
    margin-top: 25px;
}

.fp-mundo-score div:last-child {
    text-align: right;
}

.fp-mundo-score b {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    background:
        radial-gradient(circle at 40% 25%, rgba(255, 255, 255, 0.14), transparent 38%),
        rgba(255, 255, 255, 0.048);
    color: #ffffff;
    font-size: 13.6px;
    font-weight: 900;
}

.fp-mundo-score span {
    display: block;
    margin-top: 10px;
    color: #ffffff;
    font-size: 11.6px;
    font-weight: 820;
    text-transform: uppercase;
}

.fp-mundo-score strong {
    color: #ffffff;
    font-size: clamp(36px, 3.22vw, 56px);
    font-weight: 830;
    letter-spacing: -0.062em;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.10);
}

.fp-mundo-match-info {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.088);
}

.fp-mundo-match-info strong {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.070);
    color: #ffffff;
    font-size: 13.8px;
    font-weight: 820;
}

.fp-mundo-match-info span {
    color: var(--mundo-muted);
    font-size: 10.8px;
    font-weight: 800;
    text-transform: uppercase;
}

.fp-mundo-signal-line {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 16px;
}

.fp-mundo-signal-line span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mundo-pulse);
    box-shadow: 0 0 15px rgba(95, 240, 189, 0.68);
}

.fp-mundo-signal-line p {
    margin: 0;
    color: #dfe8f1;
    font-size: 10.2px;
    font-weight: 820;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.fp-mundo-match-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 20px;
}

.fp-mundo-match-actions a {
    min-height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(143, 207, 255, 0.96), rgba(95, 182, 255, 0.92));
    color: #03111d;
    font-size: 10.2px;
    font-weight: 900;
    letter-spacing: 0.42px;
    text-transform: uppercase;
}

.fp-mundo-match-actions a.secondary {
    background: rgba(255, 255, 255, 0.052);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.110);
}

/* =========================
   News line
   ========================= */

.fp-mundo-news {
    min-height: 38px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    margin-top: 14px;
    border: 1px solid rgba(255, 255, 255, 0.108);
    border-radius: 12px;
    background: rgba(3, 8, 14, 0.82);
    overflow: hidden;
}

.fp-mundo-news strong {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-right: 1px solid rgba(95, 182, 255, 0.19);
    background: rgba(95, 182, 255, 0.095);
    color: #dfe8f1;
    font-size: 10.3px;
    font-weight: 900;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    white-space: nowrap;
}

.fp-mundo-news div {
    display: flex;
    align-items: center;
    gap: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.fp-mundo-news span {
    color: #d9e1ea;
    font-size: 11.7px;
}

.fp-mundo-news span::before {
    content: "";
    width: 5.5px;
    height: 5.5px;
    display: inline-block;
    margin-right: 11px;
    border-radius: 50%;
    background: var(--mundo-pulse);
    box-shadow: 0 0 12px rgba(95, 240, 189, 0.58);
}

.fp-mundo-news a {
    padding-right: 14px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 10.4px;
    font-weight: 850;
    white-space: nowrap;
}

/* =========================
   Sections
   ========================= */

.fp-mundo-section,
.fp-mundo-split {
    margin-top: 16px;
}

.fp-mundo-split {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    gap: 12px;
}

.fp-mundo-panel,
.fp-mundo-card,
.fp-mundo-club-card,
.fp-mundo-final,
.fp-mundo-opportunity-grid a {
    border: 1px solid var(--mundo-border);
    border-radius: 17px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.046), rgba(255, 255, 255, 0.014)),
        rgba(2, 6, 13, 0.86);
    box-shadow: var(--mundo-shadow);
}

.fp-mundo-panel {
    min-height: 332px;
    padding: 17px;
}

.fp-mundo-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
}

.fp-mundo-section-head span {
    display: block;
    margin-bottom: 5px;
    color: var(--mundo-blue);
    font-size: 9.4px;
    font-weight: 900;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.fp-mundo-section-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(15.8px, 1.10vw, 20.8px);
    line-height: 1.10;
    font-weight: 820;
    letter-spacing: -0.024em;
}

.fp-mundo-section-head a {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.110);
    border-radius: 999px;
    color: #dbe5ef;
    background: rgba(255, 255, 255, 0.030);
    font-size: 9.6px;
    font-weight: 850;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* =========================
   Map
   ========================= */

.fp-mundo-map {
    position: relative;
    min-height: 258px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 17px;
    overflow: hidden;
    background:
        radial-gradient(circle at 28% 52%, rgba(95, 240, 189, 0.10), transparent 3%),
        radial-gradient(circle at 50% 45%, rgba(95, 182, 255, 0.12), transparent 4%),
        radial-gradient(circle at 66% 38%, rgba(95, 182, 255, 0.10), transparent 4%),
        radial-gradient(circle at 78% 54%, rgba(95, 240, 189, 0.09), transparent 4%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.030) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
        rgba(0, 0, 0, 0.24);
    background-size: auto, auto, auto, auto, 44px 44px, 44px 44px, auto;
}

.fp-mundo-map::before {
    content: "";
    position: absolute;
    inset: 32px 42px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 46% 54% 44% 56%;
    opacity: 0.24;
    transform: rotate(-7deg);
}

.fp-mundo-map .dot {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--mundo-pulse);
    box-shadow: 0 0 16px rgba(95, 240, 189, 0.70);
}

.fp-mundo-map .br { left: 33%; top: 58%; }
.fp-mundo-map .us { left: 22%; top: 42%; }
.fp-mundo-map .eu { left: 50%; top: 36%; }
.fp-mundo-map .latam { left: 29%; top: 64%; }
.fp-mundo-map .africa { left: 52%; top: 57%; }
.fp-mundo-map .asia { left: 75%; top: 45%; }

.fp-mundo-map .line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(95, 182, 255, 0.46), transparent);
    transform-origin: left center;
}

.fp-mundo-map .l1 {
    width: 230px;
    left: 33%;
    top: 59%;
    transform: rotate(-25deg);
}

.fp-mundo-map .l2 {
    width: 270px;
    left: 50%;
    top: 38%;
    transform: rotate(18deg);
}

.fp-mundo-map .l3 {
    width: 160px;
    left: 22%;
    top: 43%;
    transform: rotate(20deg);
}

.fp-mundo-map .l4 {
    width: 210px;
    left: 51%;
    top: 56%;
    transform: rotate(-10deg);
}

.fp-mundo-map-total {
    position: absolute;
    left: 18px;
    bottom: 18px;
    min-width: 220px;
    border: 1px solid rgba(255, 255, 255, 0.090);
    border-radius: 15px;
    padding: 13px;
    background: rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(10px);
}

.fp-mundo-map-total small {
    color: var(--mundo-blue);
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.fp-mundo-map-total strong {
    display: block;
    margin-top: 5px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 850;
    letter-spacing: -0.04em;
}

.fp-mundo-map-total span {
    display: block;
    margin-top: 4px;
    color: var(--mundo-muted);
    font-size: 10.5px;
}

.fp-mundo-country-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin-top: 11px;
}

.fp-mundo-country-grid div {
    min-height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.070);
    border-radius: 12px;
    padding: 9px;
    background: rgba(255, 255, 255, 0.030);
}

.fp-mundo-country-grid strong {
    display: block;
    color: #ffffff;
    font-size: 10.8px;
    font-weight: 820;
}

.fp-mundo-country-grid span {
    display: block;
    margin-top: 5px;
    color: var(--mundo-muted);
    font-size: 10px;
}

.fp-mundo-country-grid small {
    display: block;
    margin-top: 5px;
    color: var(--mundo-blue);
    font-size: 9.6px;
    font-weight: 900;
}

/* =========================
   System box
   ========================= */

.fp-mundo-system-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.fp-mundo-system-grid div {
    min-height: 74px;
    border: 1px solid rgba(255, 255, 255, 0.080);
    border-radius: 14px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.030);
}

.fp-mundo-system-grid strong {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 850;
}

.fp-mundo-system-grid span {
    display: block;
    margin-top: 5px;
    color: var(--mundo-muted);
    font-size: 10.6px;
}

.fp-mundo-intel-box {
    margin-top: 12px;
    border: 1px solid rgba(95, 182, 255, 0.145);
    border-radius: 16px;
    padding: 14px;
    background:
        radial-gradient(circle at 80% 18%, rgba(95, 182, 255, 0.11), transparent 30%),
        rgba(255, 255, 255, 0.030);
}

.fp-mundo-intel-box small {
    color: var(--mundo-blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.82px;
    text-transform: uppercase;
}

.fp-mundo-intel-box h3 {
    margin: 9px 0 8px;
    color: #ffffff;
    font-size: 15.8px;
    line-height: 1.15;
    font-weight: 820;
}

.fp-mundo-intel-box p {
    margin: 0;
    color: var(--mundo-muted);
    font-size: 11.4px;
    line-height: 1.54;
}

.fp-mundo-intel-box a {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    padding: 0 11px;
    border: 1px solid rgba(95, 182, 255, 0.24);
    border-radius: 999px;
    background: rgba(95, 182, 255, 0.075);
    color: var(--mundo-blue);
    font-size: 9.4px;
    font-weight: 850;
    text-transform: uppercase;
}

/* =========================
   Clubs
   ========================= */

.fp-mundo-club-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.fp-mundo-club-card {
    min-height: 92px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    padding: 14px;
}

.fp-mundo-club-mark {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.105);
    border-radius: 15px;
    background:
        radial-gradient(circle at 40% 20%, rgba(255, 255, 255, 0.16), transparent 32%),
        rgba(95, 182, 255, 0.070);
    color: #ffffff;
    font-size: 11.2px;
    font-weight: 950;
}

.fp-mundo-club-card strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 820;
}

.fp-mundo-club-card span {
    display: block;
    margin-top: 4px;
    color: var(--mundo-muted);
    font-size: 10.8px;
}

.fp-mundo-club-card div:last-child {
    text-align: right;
}

.fp-mundo-club-card b {
    display: block;
    color: var(--mundo-blue);
    font-size: 11.4px;
    font-weight: 900;
}

.fp-mundo-club-card em {
    display: block;
    margin-top: 4px;
    color: var(--mundo-muted);
    font-size: 10px;
    font-style: normal;
    white-space: nowrap;
}

/* =========================
   Cards and lists
   ========================= */

.fp-mundo-region-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.fp-mundo-card {
    min-height: 170px;
    padding: 16px;
}

.fp-mundo-card small,
.fp-mundo-list small,
.fp-mundo-market-grid small,
.fp-mundo-moments-list small {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    min-height: 21px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.048);
    color: var(--mundo-silver);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.70px;
    text-transform: uppercase;
}

.fp-mundo-card h3 {
    margin: 12px 0 8px;
    color: #ffffff;
    font-size: 14.8px;
    line-height: 1.15;
    font-weight: 820;
    letter-spacing: -0.022em;
}

.fp-mundo-card p {
    margin: 0;
    color: var(--mundo-muted);
    font-size: 11.7px;
    line-height: 1.55;
}

.fp-mundo-card a {
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    padding: 0 11px;
    border: 1px solid rgba(95, 182, 255, 0.23);
    border-radius: 999px;
    background: rgba(95, 182, 255, 0.075);
    color: var(--mundo-blue);
    font-size: 9.5px;
    font-weight: 850;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.fp-mundo-list,
.fp-mundo-moments-list {
    display: grid;
    gap: 9px;
}

.fp-mundo-list a,
.fp-mundo-moments-list a,
.fp-mundo-market-grid a,
.fp-mundo-social-grid a {
    border: 1px solid rgba(255, 255, 255, 0.080);
    border-radius: 14px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.030);
}

.fp-mundo-list a {
    min-height: 72px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.fp-mundo-list strong,
.fp-mundo-moments-list strong,
.fp-mundo-market-grid strong,
.fp-mundo-social-grid strong {
    display: block;
    margin-top: 7px;
    color: #ffffff;
    font-size: 12.2px;
    font-weight: 820;
}

.fp-mundo-list span,
.fp-mundo-moments-list span,
.fp-mundo-market-grid span,
.fp-mundo-social-grid span {
    display: block;
    margin-top: 5px;
    color: var(--mundo-muted);
    font-size: 10.9px;
    line-height: 1.45;
}

.fp-mundo-list b {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

.fp-mundo-market-grid,
.fp-mundo-social-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.fp-mundo-market-grid a,
.fp-mundo-social-grid a {
    min-height: 124px;
}

.fp-mundo-moments-list a {
    min-height: 90px;
}

/* =========================
   Opportunities
   ========================= */

.fp-mundo-opportunity-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.fp-mundo-opportunity-grid a {
    min-height: 122px;
    padding: 15px;
}

.fp-mundo-opportunity-grid strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 820;
}

.fp-mundo-opportunity-grid span {
    display: block;
    margin-top: 8px;
    color: var(--mundo-muted);
    font-size: 11.4px;
    line-height: 1.48;
}

/* =========================
   Final
   ========================= */

.fp-mundo-final {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: 16px;
    padding: 23px;
    border-color: rgba(95, 182, 255, 0.15);
}

.fp-mundo-final h2 {
    max-width: 900px;
    margin: 13px 0 9px;
    color: #ffffff;
    font-size: clamp(22px, 1.86vw, 34px);
    line-height: 1.04;
    font-weight: 820;
    letter-spacing: -0.045em;
}

.fp-mundo-final p {
    max-width: 830px;
    margin: 0;
    color: var(--mundo-muted);
    font-size: 12.8px;
    line-height: 1.60;
}

.fp-mundo-final > div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

/* =========================
   Hover neutro premium
   ========================= */

.fp-mundo-card,
.fp-mundo-club-card,
.fp-mundo-panel,
.fp-mundo-list a,
.fp-mundo-market-grid a,
.fp-mundo-social-grid a,
.fp-mundo-moments-list a,
.fp-mundo-opportunity-grid a {
    transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.fp-mundo-card:hover,
.fp-mundo-club-card:hover,
.fp-mundo-list a:hover,
.fp-mundo-market-grid a:hover,
.fp-mundo-social-grid a:hover,
.fp-mundo-moments-list a:hover,
.fp-mundo-opportunity-grid a:hover {
    transform: translateY(-1px);
    border-color: rgba(143, 207, 255, 0.22);
    background:
        linear-gradient(180deg, rgba(143, 207, 255, 0.052), rgba(255, 255, 255, 0.014)),
        rgba(2, 6, 13, 0.88);
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 1480px) {
    .fp-mundo-hero,
    .fp-mundo-split,
    .fp-mundo-final {
        grid-template-columns: 1fr;
    }

    .fp-mundo-hero-live {
        justify-content: flex-start;
    }

    .fp-mundo-match-card {
        max-width: 720px;
    }

    .fp-mundo-country-grid,
    .fp-mundo-club-grid,
    .fp-mundo-region-grid,
    .fp-mundo-opportunity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fp-mundo-final > div:last-child {
        justify-content: flex-start;
    }
}

@media (max-width: 920px) {
    .fp-mundo-page {
        width: calc(100vw - 24px);
        padding-top: 12px;
    }

    .fp-mundo-hero,
    .fp-mundo-final {
        padding: 18px;
        border-radius: 18px;
    }

    .fp-mundo-hero-copy h1 {
        font-size: 31px;
        line-height: 1.04;
    }

    .fp-mundo-metrics,
    .fp-mundo-system-grid,
    .fp-mundo-country-grid,
    .fp-mundo-club-grid,
    .fp-mundo-region-grid,
    .fp-mundo-market-grid,
    .fp-mundo-social-grid,
    .fp-mundo-opportunity-grid {
        grid-template-columns: 1fr;
    }

    .fp-mundo-score {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .fp-mundo-score div:last-child {
        text-align: left;
    }

    .fp-mundo-score strong {
        font-size: 42px;
    }

    .fp-mundo-match-actions {
        grid-template-columns: 1fr;
    }

    .fp-mundo-news {
        grid-template-columns: 1fr;
        padding-bottom: 10px;
    }

    .fp-mundo-news strong {
        min-height: 36px;
    }

    .fp-mundo-news div {
        padding: 0 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        white-space: normal;
    }

    .fp-mundo-news a {
        padding-left: 14px;
    }

    .fp-mundo-section-head,
    .fp-mundo-club-card {
        align-items: flex-start;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .fp-mundo-club-card div:last-child {
        text-align: left;
    }
}