:root {
    --maf-navy: #071a33;
    --maf-blue: #0b3d73;
    --maf-cyan: #ff9d2e;
    --maf-orange: #ff6a00;
    --maf-gold: #ffc45c;
    --maf-white: #fff;
    --maf-cloud: #f3f6fa;
    --maf-line: #dfe6ef;
    --maf-text: #13233a;
    --maf-muted: #67758a;
    --maf-live: #e43b48;
    --maf-radius: 18px;
    --maf-shadow: 0 18px 50px rgba(7, 18, 31, .13);
}

.maf-world-cup {
    background:
        radial-gradient(circle at 8% 2%, rgba(255, 106, 0, .09), transparent 22rem),
        linear-gradient(180deg, #eef2f6 0, var(--maf-cloud) 34rem);
    color: var(--maf-text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 75vh;
}

.maf-world-cup * { box-sizing: border-box; }
.maf-shell { margin: 0 auto; max-width: 1280px; padding: 14px 14px 50px; }
.maf-hero {
    align-items: flex-end;
    background:
        linear-gradient(90deg, rgba(2, 8, 16, .96) 0%, rgba(3, 12, 23, .83) 48%, rgba(3, 12, 23, .22) 100%),
        linear-gradient(0deg, rgba(255, 91, 0, .28), transparent 48%),
        url("../images/stadium-fire.jpg") center 56% / cover no-repeat;
    border: 1px solid rgba(255, 162, 64, .25);
    border-radius: 28px;
    box-shadow: 0 26px 70px rgba(3, 12, 23, .28);
    color: var(--maf-white);
    display: flex;
    justify-content: space-between;
    min-height: 430px;
    overflow: hidden;
    padding: 34px 24px;
    position: relative;
}
.maf-hero::after {
    background: linear-gradient(180deg, transparent 65%, rgba(4, 12, 22, .72));
    content: "";
    inset: 0;
    position: absolute;
    pointer-events: none;
}
.maf-hero-copy { max-width: 700px; position: relative; z-index: 1; }
.maf-kicker { align-items: center; color: white !important; display: flex; font-size: 12px; font-weight: 850; gap: 9px; letter-spacing: .12em; margin: 0 0 18px !important; text-transform: uppercase; }
.maf-kicker span { background: var(--maf-orange); border-radius: 50%; box-shadow: 0 0 0 6px rgba(255,106,0,.2); height: 8px; width: 8px; }
.maf-eyebrow {
    color: var(--maf-cyan);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.maf-hero h1 { color: var(--maf-white); font-size: clamp(40px, 7.4vw, 76px); letter-spacing: -.055em; line-height: .93; margin: 0 0 18px; text-shadow: 0 4px 30px rgba(0,0,0,.35); }
.maf-hero h1 span { color: var(--maf-gold); }
.maf-hero-copy > p:not(.maf-kicker):last-of-type { color: #e3e9ef; font-size: clamp(15px, 2vw, 18px); line-height: 1.55; margin: 0; max-width: 590px; }
.maf-hero-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.maf-hero-pills span { backdrop-filter: blur(9px); background: rgba(4,12,22,.52); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: white; font-size: 12px; font-weight: 750; padding: 8px 12px; }
.maf-hero-stat {
    align-items: center;
    backdrop-filter: blur(14px);
    background: rgba(3,12,23,.64);
    border: 1px solid rgba(255,157,46,.38);
    border-radius: 16px;
    display: grid;
    gap: 0 10px;
    grid-template-columns: auto auto;
    padding: 14px 18px;
    position: relative;
    z-index: 1;
}
.maf-hero-stat > span { background: #8ca0b8; border-radius: 50%; height: 10px; width: 10px; }
.maf-hero-stat > span.is-live { animation: maf-pulse 1.5s infinite; background: var(--maf-live); }
.maf-hero-stat strong { font-size: 28px; line-height: 1; }
.maf-hero-stat small { color: #d2deeb; grid-column: 1 / -1; margin-top: 5px; }
.maf-mascot { margin: 0; pointer-events: none; }
.maf-mascot img { display: block; height: 100%; object-fit: cover; width: 100%; }
.maf-mascot figcaption { background: linear-gradient(180deg, transparent, rgba(3,9,16,.92)); bottom: 0; color: white; display: flex; flex-direction: column; left: 0; padding: 28px 10px 9px; position: absolute; right: 0; }
.maf-mascot figcaption strong { font-size: 12px; line-height: 1; }
.maf-mascot figcaption span { color: #d9e0e7; font-size: 8px; letter-spacing: .06em; margin-top: 4px; text-transform: uppercase; }
.maf-mascot-hero { border: 3px solid rgba(255,255,255,.84); border-radius: 18px; box-shadow: 0 16px 34px rgba(0,0,0,.38); height: 174px; overflow: hidden; position: absolute; right: 46px; top: 38px; transform: rotate(3deg); width: 132px; z-index: 2; }
.maf-mascot-style-1.maf-mascot-hero { right: 60px; transform: rotate(-4deg); }
.maf-mascot-style-2.maf-mascot-hero { right: 34px; top: 46px; transform: rotate(1deg); }
.maf-showcase { display: grid; gap: 12px; grid-template-columns: 1fr; margin: 14px 0 18px; }
.maf-showcase button { border: 0; border-radius: 20px; color: white; cursor: pointer; display: flex; flex-direction: column; justify-content: flex-end; min-height: 190px; overflow: hidden; padding: 22px; position: relative; text-align: left; transition: transform .2s ease, box-shadow .2s ease; }
.maf-showcase button::before { background: linear-gradient(0deg, rgba(3,9,16,.95), rgba(3,9,16,.08) 85%); content: ""; inset: 0; position: absolute; }
.maf-showcase button:hover { box-shadow: 0 18px 42px rgba(8,17,29,.22); transform: translateY(-3px); }
.maf-showcase-main { background: url("../images/goal-fire.jpg") center 55% / cover no-repeat; }
.maf-showcase-side { background: url("../images/ball-fire.jpg") center 48% / cover no-repeat; }
.maf-showcase button > * { position: relative; z-index: 1; }
.maf-showcase-label { color: var(--maf-gold); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.maf-showcase strong { font-size: clamp(21px, 3vw, 30px); line-height: 1.05; margin: 5px 0; }
.maf-showcase small { color: #d6dee7; font-size: 12px; }
.maf-mascot-showcase { border: 2px solid rgba(255,255,255,.85); border-radius: 50%; box-shadow: 0 10px 28px rgba(0,0,0,.38); height: 88px; overflow: hidden; position: absolute !important; right: 20px; top: 18px; transform: rotate(-5deg); width: 88px; }
.maf-mascot-showcase figcaption { display: none; }
.maf-mascot-style-1.maf-mascot-showcase { right: 28px; top: 24px; transform: rotate(5deg); }
.maf-mascot-style-2.maf-mascot-showcase { right: 18px; top: 14px; transform: rotate(2deg); }
.maf-search-wrap { margin: 18px 0; position: relative; }
.maf-search-wrap label { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.maf-search-wrap input {
    background: var(--maf-white);
    border: 1px solid var(--maf-line);
    border-radius: 14px;
    box-shadow: var(--maf-shadow);
    color: var(--maf-text);
    font: inherit;
    padding: 15px 18px;
    width: 100%;
}
.maf-search-results {
    background: white;
    border: 1px solid var(--maf-line);
    border-radius: 14px;
    box-shadow: var(--maf-shadow);
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    z-index: 10;
}
.maf-search-results button { align-items: center; background: white; border: 0; border-bottom: 1px solid var(--maf-line); cursor: pointer; display: flex; justify-content: space-between; padding: 12px 16px; text-align: left; width: 100%; }
.maf-search-results small { color: var(--maf-muted); text-transform: capitalize; }
.maf-nav {
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(221,229,238,.9);
    border-radius: 999px;
    box-shadow: 0 9px 30px rgba(7,26,51,.07);
    display: flex;
    gap: 8px;
    margin: 12px 0 24px;
    overflow-x: auto;
    padding: 6px;
    scrollbar-width: none;
}
.maf-nav button {
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: var(--maf-muted);
    cursor: pointer;
    flex: 0 0 auto;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    padding: 10px 16px;
}
.maf-nav button.is-active { background: linear-gradient(135deg, #111f31, #273a50); box-shadow: 0 6px 16px rgba(7,26,51,.18); color: white; }
.maf-mascot-ribbon { align-items: center; background: linear-gradient(110deg, #0b1b2d, #1d344b); border: 1px solid rgba(255,157,46,.28); border-radius: 18px; box-shadow: 0 12px 30px rgba(7,26,51,.12); color: white; display: grid; gap: 12px; grid-template-columns: 64px 1fr auto; margin: -10px 0 25px; min-height: 76px; overflow: hidden; padding: 6px 18px 6px 6px; position: relative; }
.maf-mascot-ribbon::after { background: radial-gradient(circle, rgba(255,157,46,.24), transparent 66%); content: ""; height: 150px; position: absolute; right: -25px; top: -75px; width: 150px; }
.maf-mascot-ribbon > div { display: flex; flex-direction: column; position: relative; z-index: 1; }
.maf-mascot-ribbon > div span { color: var(--maf-gold); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.maf-mascot-ribbon > div strong { font-size: 15px; margin-top: 3px; }
.maf-mascot-ribbon > i { font-size: 24px; font-style: normal; position: relative; z-index: 1; }
.maf-mascot-ribbon figure.maf-mascot { border-radius: 13px; height: 64px; overflow: hidden; position: relative; transform: rotate(2deg); width: 64px; }
.maf-mascot-ribbon figure.maf-mascot figcaption { display: none; }
.maf-mascot-style-1.maf-mascot-ribbon-card { transform: rotate(-2deg); }
.maf-mascot-style-2.maf-mascot-ribbon-card { transform: rotate(1deg); }
.maf-calendar-download { align-items: center; background: linear-gradient(110deg, #fff8ed, #fff); border: 1px solid #f4d5aa; border-radius: 18px; box-shadow: 0 10px 28px rgba(65,37,9,.08); display: flex; gap: 16px; justify-content: space-between; margin: 0 0 24px; padding: 16px 18px; }
.maf-calendar-download > div { align-items: center; display: flex; gap: 12px; }
.maf-calendar-download > div > span { align-items: center; background: linear-gradient(135deg, var(--maf-orange), var(--maf-gold)); border-radius: 13px; color: white; display: flex; flex: 0 0 auto; font-size: 26px; height: 48px; justify-content: center; width: 48px; }
.maf-calendar-download p { display: flex; flex-direction: column; margin: 0; }
.maf-calendar-download strong { color: #17283d; font-size: 15px; }
.maf-calendar-download small { color: var(--maf-muted); font-size: 11px; margin-top: 3px; }
.maf-calendar-download a { background: linear-gradient(135deg, #101f31, #293e55); border-radius: 999px; color: white; flex: 0 0 auto; font-size: 12px; font-weight: 800; padding: 11px 16px; text-decoration: none; }
.maf-calendar-download a:hover, .maf-calendar-download a:focus { background: var(--maf-orange); color: white; }
.maf-section { margin-top: 20px; }
.maf-section-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 14px; }
.maf-section-heading h2 { font-size: clamp(25px, 5vw, 37px); letter-spacing: -.035em; margin: 0; }
.maf-count { background: white; border-radius: 999px; color: var(--maf-muted); font-weight: 800; padding: 7px 12px; }
.maf-match-grid { display: grid; gap: 12px; grid-template-columns: 1fr; }
.maf-match-card { background: linear-gradient(180deg, #fff, #fbfcfe); border: 1px solid var(--maf-line); border-radius: var(--maf-radius); box-shadow: 0 7px 24px rgba(7,26,51,.07); overflow: hidden; padding: 16px; position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.maf-match-card::before { background: linear-gradient(90deg, var(--maf-orange), var(--maf-gold)); content: ""; height: 3px; left: 0; opacity: .7; position: absolute; right: 0; top: 0; }
.maf-match-card:hover { box-shadow: 0 16px 38px rgba(7,26,51,.12); transform: translateY(-3px); }
.maf-match-card.is-live { border-color: rgba(228,59,72,.5); box-shadow: 0 7px 25px rgba(228,59,72,.1); }
.maf-match-card header { align-items: center; color: var(--maf-muted); display: flex; font-size: 12px; justify-content: space-between; margin-bottom: 14px; text-transform: capitalize; }
.maf-status { background: #edf1f6; border-radius: 999px; color: #506077; font-size: 11px; font-weight: 850; padding: 5px 8px; text-transform: uppercase; }
.maf-status-live, .maf-status-extra_time, .maf-status-penalties { background: #fff0f1; color: var(--maf-live); }
.maf-team { align-items: center; display: grid; gap: 10px; grid-template-columns: 34px 1fr auto; min-height: 47px; }
.maf-team img { height: 30px; object-fit: contain; width: 30px; }
.maf-team strong { font-size: 25px; }
.maf-team-fallback, .maf-avatar { background: var(--maf-line); border-radius: 50%; height: 30px; width: 30px; }
.maf-match-card footer { border-top: 1px solid var(--maf-line); color: var(--maf-muted); font-size: 11px; margin-top: 12px; padding-top: 11px; }
.maf-empty, .maf-error, .maf-loading { background: white; border: 1px dashed #c9d4e2; border-radius: var(--maf-radius); color: var(--maf-muted); padding: 38px 20px; text-align: center; }
.maf-empty strong, .maf-error strong { color: var(--maf-text); font-size: 18px; }
.maf-standings-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
.maf-table-card { background: white; border: 1px solid var(--maf-line); border-radius: var(--maf-radius); overflow: hidden; }
.maf-table-card h3 { background: linear-gradient(135deg, #0a192b, #243b54); color: white; margin: 0; padding: 14px 16px; }
.maf-table-scroll { overflow-x: auto; }
.maf-table-card table { border-collapse: collapse; font-size: 13px; width: 100%; }
.maf-table-card th, .maf-table-card td { border-bottom: 1px solid var(--maf-line); padding: 11px 8px; text-align: center; }
.maf-table-card th:nth-child(2), .maf-table-card td:nth-child(2) { text-align: left; }
.maf-table-card tr.is-qualified { background: #f0fafb; }
.maf-table-team { align-items: center; display: grid; gap: 0 8px; grid-template-columns: 26px 1fr; }
.maf-table-team img { grid-row: 1 / 3; height: 24px; object-fit: contain; width: 24px; }
.maf-table-team small { color: #168293; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.maf-leader-card { align-items: center; background: linear-gradient(110deg, rgba(4,13,23,.97), rgba(4,13,23,.72)), url("../images/ball-fire.jpg") 82% 48% / 360px auto no-repeat; border: 1px solid rgba(255,157,46,.3); border-radius: var(--maf-radius); color: white; display: grid; gap: 14px; grid-template-columns: 72px 1fr auto; margin-bottom: 14px; overflow: hidden; padding: 22px; }
.maf-leader-card img { border-radius: 50%; height: 64px; object-fit: cover; width: 64px; }
.maf-leader-card span, .maf-leader-card p { color: #b9c9da; font-size: 12px; margin: 0; }
.maf-leader-card h3 { font-size: 21px; margin: 3px 0; }
.maf-leader-card > strong { color: var(--maf-cyan); font-size: 36px; text-align: center; }
.maf-leader-card strong small, .maf-ranking-list strong small { display: block; font-size: 9px; text-transform: uppercase; }
.maf-ranking-list { background: white; border: 1px solid var(--maf-line); border-radius: var(--maf-radius); overflow: hidden; }
.maf-ranking-list article { align-items: center; border-bottom: 1px solid var(--maf-line); display: grid; gap: 10px; grid-template-columns: 24px 42px 1fr 34px 34px; padding: 12px; }
.maf-ranking-list img { border-radius: 50%; height: 38px; object-fit: cover; width: 38px; }
.maf-ranking-list h3, .maf-ranking-list p { margin: 0; }
.maf-ranking-list h3 { font-size: 14px; }
.maf-ranking-list p { color: var(--maf-muted); font-size: 11px; }
.maf-ranking-list strong { text-align: center; }
.maf-rank { color: var(--maf-muted); font-weight: 850; }
.maf-bracket { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 16px; }
.maf-bracket-stage { flex: 0 0 230px; }
.maf-bracket-stage h3 { font-size: 14px; text-align: center; }
.maf-bracket-stage article { background: white; border: 1px solid var(--maf-line); border-radius: 12px; display: flex; justify-content: space-between; margin-bottom: 10px; padding: 12px; }
.maf-bracket-stage small { color: var(--maf-muted); }
.maf-app-footer { color: var(--maf-muted); font-size: 11px; margin-top: 35px; text-align: center; }
.maf-spinner { animation: maf-spin .8s linear infinite; border: 3px solid var(--maf-line); border-top-color: var(--maf-blue); border-radius: 50%; display: inline-block; height: 28px; width: 28px; }

.maf-reto { color: #13233a; }
.maf-reto-lock {
    background: linear-gradient(120deg, #071424 0%, #132943 58%, #284e67 100%);
    border: 1px solid rgba(255, 196, 92, .32);
    border-radius: 26px;
    box-shadow: 0 24px 60px rgba(4, 16, 29, .22);
    color: white;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    min-height: 460px;
    overflow: hidden;
}
.maf-reto-lock-art {
    align-items: center;
    background:
        radial-gradient(circle at 50% 35%, rgba(255, 165, 58, .28), transparent 34%),
        linear-gradient(150deg, rgba(255, 106, 0, .14), transparent);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 240px;
    padding: 30px;
    position: relative;
}
.maf-reto-lock-art::after { border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; height: 280px; position: absolute; width: 280px; }
.maf-reto-lock-art > span { align-items: center; background: linear-gradient(135deg, #ff7620, #ffc45c); border: 5px solid rgba(255,255,255,.88); border-radius: 50%; box-shadow: 0 18px 50px rgba(0,0,0,.3); color: #101b28; display: flex; font-size: 70px; font-weight: 950; height: 130px; justify-content: center; line-height: 1; transform: rotate(-5deg); width: 130px; z-index: 1; }
.maf-reto-lock-art strong { font-size: 28px; letter-spacing: .12em; margin-top: 25px; z-index: 1; }
.maf-reto-lock-art small { color: #b9c9da; margin-top: 5px; z-index: 1; }
.maf-reto-lock form { align-self: center; padding: 34px 26px 40px; }
.maf-reto-lock form h2 { color: white; font-size: clamp(29px, 5vw, 46px); letter-spacing: -.04em; line-height: 1; margin: 5px 0 13px; }
.maf-reto-lock form > p:not(.maf-eyebrow) { color: #c8d4e0; line-height: 1.55; max-width: 570px; }
.maf-reto-lock form > label { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.maf-reto-lock form > div { display: flex; gap: 8px; margin-top: 24px; }
.maf-reto-lock input { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.24); border-radius: 13px; color: white; font: inherit; min-width: 0; padding: 14px 15px; width: 100%; }
.maf-reto-lock input::placeholder { color: #aab8c7; }
.maf-reto-lock button { background: linear-gradient(135deg, #ff6a00, #ffc45c); border: 0; border-radius: 13px; color: #172334; cursor: pointer; flex: 0 0 auto; font: inherit; font-weight: 900; padding: 13px 19px; }
.maf-reto-error { color: #ff9fa7; display: block; font-weight: 700; margin-top: 12px; }
.maf-reto-loading { align-items: center; background: white; border: 1px solid var(--maf-line); border-radius: 24px; display: flex; flex-direction: column; min-height: 380px; justify-content: center; text-align: center; }
.maf-reto-loading h2 { margin: 16px 0 5px; }
.maf-reto-loading p { color: var(--maf-muted); margin: 0; }
.maf-reto-hero {
    align-items: center;
    background:
        radial-gradient(circle at 75% 25%, rgba(255, 151, 41, .2), transparent 25%),
        linear-gradient(120deg, #061321, #132a43 70%, #244b66);
    border: 1px solid rgba(255, 179, 71, .28);
    border-radius: 25px;
    color: white;
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr;
    margin-bottom: 16px;
    overflow: hidden;
    padding: 26px;
    position: relative;
}
.maf-reto-hero h2 { color: white; font-size: clamp(44px, 8vw, 72px); letter-spacing: -.06em; line-height: .9; margin: 0 0 12px; }
.maf-reto-hero h2 strong { color: #ffc45c; }
.maf-reto-hero p { color: #cbd6e1; margin: 0; }
.maf-reto-hero-avatars { display: flex; padding-left: 18px; }
.maf-reto-hero-avatars img { background: white; border: 3px solid #fff; border-radius: 50%; height: 66px; margin-left: -18px; object-fit: cover; width: 66px; }
.maf-reto-hero button { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: white; cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; padding: 9px 14px; position: absolute; right: 17px; top: 17px; }
.maf-reto-grid { display: grid; gap: 14px; grid-template-columns: 1fr; margin-bottom: 14px; }
.maf-reto-card { background: #fff; border: 1px solid #dfe6ef; border-radius: 20px; box-shadow: 0 10px 30px rgba(7, 26, 51, .07); overflow: hidden; padding: 19px; }
.maf-reto-title { align-items: center; display: flex; gap: 12px; justify-content: space-between; margin-bottom: 17px; }
.maf-reto-title h3 { font-size: clamp(20px, 3.5vw, 27px); letter-spacing: -.035em; margin: 0; }
.maf-reto-title > span { background: #fff1e7; border-radius: 999px; color: #e85d00; font-size: 10px; font-weight: 900; padding: 6px 9px; text-transform: uppercase; }
.maf-reto-title > small { color: var(--maf-muted); font-size: 10px; }
.maf-reto-ranking { padding: 0; }
.maf-reto-ranking .maf-reto-title { padding: 19px 19px 0; }
.maf-reto-ranking-head, .maf-reto-ranking > button { align-items: center; display: grid; gap: 9px; grid-template-columns: 34px 1fr 50px 36px; padding: 10px 14px; }
.maf-reto-ranking-head { color: var(--maf-muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.maf-reto-ranking > button { background: white; border: 0; border-top: 1px solid #edf1f5; color: inherit; cursor: pointer; font: inherit; position: relative; text-align: left; width: 100%; }
.maf-reto-ranking > button.is-leader { background: linear-gradient(90deg, #fff8eb, #fff); }
.maf-reto-ranking > button.is-leader::after { color: #e89b14; content: "LÍDER"; font-size: 7px; font-weight: 950; position: absolute; right: 92px; top: 8px; }
.maf-reto-position { align-items: center; background: #eef2f6; border-radius: 50%; display: flex; font-size: 12px; font-weight: 900; height: 28px; justify-content: center; width: 28px; }
.is-leader .maf-reto-position { background: linear-gradient(135deg, #ff8a1f, #ffc45c); color: #1d2834; }
.maf-reto-person { align-items: center; display: flex; gap: 9px; min-width: 0; }
.maf-reto-person img { border-radius: 50%; height: 39px; object-fit: cover; width: 39px; }
.maf-reto-ranking > button > b { font-size: 21px; text-align: center; }
.maf-reto-ranking > button > span:last-child { color: var(--maf-muted); font-size: 12px; text-align: center; }
.maf-race-row { align-items: center; display: grid; gap: 10px; grid-template-columns: 43px 1fr 38px; margin-bottom: 14px; }
.maf-race-row:last-child { margin-bottom: 0; }
.maf-race-row > img { border: 2px solid #edf1f5; border-radius: 50%; height: 43px; object-fit: cover; width: 43px; }
.maf-race-row > div { min-width: 0; }
.maf-race-row > div > span { align-items: center; display: flex; justify-content: space-between; margin-bottom: 6px; }
.maf-race-row small { color: var(--maf-muted); font-size: 9px; }
.maf-race-row i { animation: maf-reto-grow .8s cubic-bezier(.2,.8,.2,1) both; animation-delay: var(--reto-delay); background: linear-gradient(90deg, #ff6a00, #ffc45c); border-radius: 999px; display: block; height: 11px; min-width: 5px; transform-origin: left; }
.maf-race-row > b { font-size: 23px; text-align: center; }
.maf-reto-mvp { align-items: center; background: linear-gradient(110deg, #101f31, #263d55); border-color: rgba(255,181,68,.4); color: white; display: flex; gap: 17px; margin-bottom: 14px; min-height: 126px; }
.maf-reto-mvp > img { background: white; border: 3px solid #ffc45c; border-radius: 50%; height: 88px; object-fit: cover; width: 88px; }
.maf-reto-mvp h3 { color: white; font-size: 25px; margin: 0 0 9px; }
.maf-reto-mvp h3 strong { color: #ffc45c; font-size: 16px; }
.maf-reto-mvp > div > div { display: flex; flex-wrap: wrap; gap: 6px; }
.maf-reto-mvp > div > div span { background: rgba(255,255,255,.1); border-radius: 999px; color: #dce4ec; font-size: 10px; padding: 5px 8px; }
.maf-reto-mvp.is-empty > span { font-size: 50px; }
.maf-reto-mvp.is-empty p:last-child { color: #b9c8d6; margin: 4px 0 0; }
.maf-reto-probabilities article { align-items: center; display: grid; gap: 10px; grid-template-columns: 42px 1fr 55px; margin-bottom: 13px; }
.maf-reto-probabilities img { border-radius: 50%; height: 42px; object-fit: cover; width: 42px; }
.maf-reto-probabilities article > div { display: flex; flex-direction: column; gap: 6px; }
.maf-reto-probabilities article > div > span { background: #edf1f5; border-radius: 999px; height: 8px; overflow: hidden; }
.maf-reto-probabilities i { background: linear-gradient(90deg, #167dbe, #40c0d0); border-radius: inherit; display: block; height: 100%; }
.maf-reto-probabilities b { font-size: 18px; text-align: right; }
.maf-reto-model-note { border-top: 1px solid #edf1f5; color: var(--maf-muted); font-size: 9px; margin: 15px 0 0; padding-top: 12px; }
.maf-reto-key-list article { align-items: center; border-top: 1px solid #edf1f5; display: grid; gap: 12px; grid-template-columns: 64px 1fr; padding: 11px 0; }
.maf-reto-key-list time { color: var(--maf-muted); font-size: 9px; text-transform: capitalize; }
.maf-reto-key-list time strong { color: #e45d00; display: block; font-size: 15px; margin-top: 3px; }
.maf-reto-key-list h4 { font-size: 14px; margin: 0; }
.maf-reto-key-list h4 span { color: var(--maf-muted); font-size: 9px; text-transform: uppercase; }
.maf-reto-key-list p { color: var(--maf-muted); font-size: 9px; margin: 4px 0 0; }
.maf-reto-ai { align-items: flex-start; background: linear-gradient(135deg, #f7f0ff, #fff); border-color: #ded0ef; display: flex; gap: 15px; margin-bottom: 14px; }
.maf-reto-ai > span { font-size: 38px; }
.maf-reto-ai h3 { font-size: 23px; margin: 0 0 10px; }
.maf-reto-ai div > p:not(.maf-eyebrow) { border-left: 3px solid #9a63cf; color: #4b3b5d; font-size: 12px; line-height: 1.45; margin: 7px 0; padding-left: 10px; }
.maf-reto-history { margin-bottom: 14px; }
.maf-reto-legend { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 12px; }
.maf-reto-legend span { align-items: center; color: var(--maf-muted); display: flex; font-size: 9px; gap: 5px; }
.maf-reto-legend i { border-radius: 50%; height: 7px; width: 7px; }
.maf-reto-chart-scroll { overflow-x: auto; }
.maf-reto-history svg { height: 190px; min-width: 620px; overflow: visible; width: 100%; }
.maf-reto-history svg line { stroke: #dfe6ef; stroke-width: 1; }
.maf-reto-history svg polyline { fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 5; }
.maf-reto-badges { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.maf-reto-badges article { align-items: center; background: #f6f8fb; border: 1px solid #e7ecf2; border-radius: 13px; display: flex; gap: 9px; padding: 10px; }
.maf-reto-badges article > span { font-size: 25px; }
.maf-reto-badges article div { display: flex; flex-direction: column; }
.maf-reto-badges strong { font-size: 11px; }
.maf-reto-badges small { color: var(--maf-muted); font-size: 9px; }
.maf-reto-team-title { margin: 24px 0 12px; }
.maf-reto-stars { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.maf-reto-stars article { padding: 13px; }
.maf-reto-stars header { align-items: center; display: flex; gap: 9px; margin-bottom: 12px; }
.maf-reto-stars header img { border-radius: 50%; height: 39px; object-fit: cover; width: 39px; }
.maf-reto-stars h3 { font-size: 15px; margin: 0; }
.maf-reto-stars p { border-top: 1px solid #edf1f5; display: flex; flex-direction: column; margin: 0; padding: 9px 0; }
.maf-reto-stars p span { color: var(--maf-muted); font-size: 8px; text-transform: uppercase; }
.maf-reto-stars p strong { font-size: 11px; margin-top: 3px; }
.maf-reto-selector { align-items: center; display: flex; gap: 7px; margin: 24px 0 10px; overflow-x: auto; padding-bottom: 3px; }
.maf-reto-selector > span { color: var(--maf-muted); flex: 0 0 auto; font-size: 10px; font-weight: 800; }
.maf-reto-selector button { align-items: center; background: white; border: 1px solid #dfe6ef; border-radius: 999px; color: #26384e; cursor: pointer; display: flex; flex: 0 0 auto; font: inherit; font-size: 10px; font-weight: 800; gap: 5px; padding: 4px 9px 4px 4px; }
.maf-reto-selector button.is-active { background: #132943; border-color: #132943; color: white; }
.maf-reto-selector img { border-radius: 50%; height: 25px; object-fit: cover; width: 25px; }
.maf-reto-participant { padding: 0; }
.maf-reto-participant > header { align-items: center; background: linear-gradient(115deg, #0a192b, #27435e); color: white; display: grid; gap: 12px; grid-template-columns: 64px 1fr auto; padding: 18px; }
.maf-reto-participant > header > img { background: white; border: 2px solid #ffc45c; border-radius: 50%; height: 64px; object-fit: cover; width: 64px; }
.maf-reto-participant > header h3 { color: white; font-size: 25px; margin: 0; }
.maf-reto-participant > header p:last-child { color: #b9c9da; font-size: 10px; margin: 3px 0 0; }
.maf-reto-participant > header > strong { color: #ffc45c; font-size: 32px; text-align: center; }
.maf-reto-participant > header > strong small { color: #b9c9da; display: block; font-size: 8px; text-transform: uppercase; }
.maf-reto-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.maf-reto-summary span { border-bottom: 1px solid #edf1f5; border-right: 1px solid #edf1f5; color: var(--maf-muted); display: flex; flex-direction: column; font-size: 9px; padding: 12px; text-align: center; text-transform: uppercase; }
.maf-reto-summary b { color: #17283d; font-size: 20px; }
.maf-reto-participant table { border-collapse: collapse; font-size: 11px; min-width: 650px; width: 100%; }
.maf-reto-participant th, .maf-reto-participant td { border-bottom: 1px solid #edf1f5; padding: 10px 8px; text-align: center; }
.maf-reto-participant th:first-child, .maf-reto-participant td:first-child { text-align: left; }
.maf-reto-team { align-items: center; display: grid; gap: 0 7px; grid-template-columns: 27px 1fr; }
.maf-reto-team img { grid-row: 1 / 3; height: 23px; object-fit: contain; width: 27px; }
.maf-reto-team small { color: #159376; font-size: 7px; font-weight: 900; text-transform: uppercase; }
.maf-reto > footer { color: var(--maf-muted); font-size: 9px; margin-top: 18px; text-align: center; }

@keyframes maf-spin { to { transform: rotate(360deg); } }
@keyframes maf-pulse { 50% { box-shadow: 0 0 0 7px rgba(228,59,72,.18); } }
@keyframes maf-reto-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (min-width: 700px) {
    .maf-shell { padding: 28px 24px 60px; }
    .maf-hero { min-height: 520px; padding: 48px; }
    .maf-showcase { grid-template-columns: 1.45fr .75fr; }
    .maf-showcase button { min-height: 235px; }
    .maf-match-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .maf-standings-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .maf-reto-lock { grid-template-columns: .8fr 1.2fr; }
    .maf-reto-lock-art { min-height: 460px; }
    .maf-reto-lock form { padding: 50px; }
    .maf-reto-hero { grid-template-columns: 1fr auto; padding: 34px; }
    .maf-reto-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .maf-reto-grid-top { grid-template-columns: .85fr 1.15fr; }
    .maf-reto-stars { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .maf-reto-summary { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1050px) {
    .maf-match-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .maf-standings-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
    .maf-hero { align-items: flex-start; background-position: 60% center; flex-direction: column; gap: 28px; min-height: 570px; }
    .maf-hero::before { background: linear-gradient(180deg, rgba(2,8,16,.42), rgba(2,8,16,.2)); content: ""; inset: 0; position: absolute; }
    .maf-hero-pills span:last-child { display: none; }
    .maf-mascot-hero { border-radius: 14px; bottom: 90px; height: 120px; right: 18px; top: auto; width: 90px; }
    .maf-mascot-hero figcaption { padding: 22px 7px 7px; }
    .maf-mascot-hero figcaption span { display: none; }
    .maf-showcase button { min-height: 175px; }
    .maf-mascot-showcase { height: 68px; right: 14px; top: 14px; width: 68px; }
    .maf-nav { border-radius: 18px; }
    .maf-mascot-ribbon { grid-template-columns: 54px 1fr; padding-right: 10px; }
    .maf-mascot-ribbon figure.maf-mascot { height: 54px; width: 54px; }
    .maf-mascot-ribbon > i { display: none; }
    .maf-calendar-download { align-items: stretch; flex-direction: column; }
    .maf-calendar-download a { text-align: center; }
    .maf-leader-card { grid-template-columns: 58px 1fr auto; padding: 14px; }
    .maf-leader-card img { height: 52px; width: 52px; }
    .maf-reto-lock form > div { flex-direction: column; }
    .maf-reto-hero { padding-top: 58px; }
    .maf-reto-hero-avatars img { height: 54px; width: 54px; }
    .maf-reto-card { padding: 15px; }
    .maf-reto-ranking { padding: 0; }
    .maf-reto-ranking .maf-reto-title { padding: 15px 15px 0; }
    .maf-reto-mvp > img { height: 67px; width: 67px; }
    .maf-reto-mvp h3 { font-size: 19px; }
    .maf-reto-badges { grid-template-columns: 1fr; }
    .maf-reto-participant > header { grid-template-columns: 54px 1fr auto; }
    .maf-reto-participant > header > img { height: 54px; width: 54px; }
    .maf-reto-participant > header > strong { font-size: 25px; }
}

@media (prefers-reduced-motion: reduce) {
    .maf-world-cup * { animation: none !important; scroll-behavior: auto !important; }
}

body.page-id-1293 #masthead,
body.page-id-1293 #colophon,
body.page-id-1293 .entry-title {
    display: none;
}

body.page-id-1293 #content,
body.page-id-1293 #content > .ast-container,
body.page-id-1293 #primary,
body.page-id-1293 #main,
body.page-id-1293 .ast-article-single,
body.page-id-1293 .entry-content {
    background: transparent;
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
}
