    /* ── ROOT ────────────────────────────────────────────────────── */
    .home-root {
        --home-r: 14px;
        --home-r-lg: 18px;
        background: #050508;
        color: #fff;
        font-family: inherit;
        box-sizing: border-box;
    }

    @media (max-width: 768px) {
        .home-root {
            min-height: auto;
        }
    }

    .home-hero-fullbleed {
        width: 100%;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .home-banner-strip-wrap {
        max-width: min(1560px, calc(100vw - 32px));
        margin: 0 auto;
        padding: 12px clamp(16px, 3vw, 40px) 0;
    }
    .home-banner-strip {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 10px;
    }
    .home-banner-tile {
        position: relative;
        display: block;
        border-radius: 14px;
        overflow: hidden;
        border: 1px solid rgba(255,255,255,.08);
        text-decoration: none;
        color: #fff;
        min-height: 88px;
        background: #0c0c14;
    }
    .home-banner-tile-img {
        width: 100%;
        height: 100%;
        min-height: 88px;
        object-fit: cover;
        display: block;
        opacity: .88;
    }
    .home-banner-tile:hover .home-banner-tile-img { opacity: 1; }
    .home-banner-tile-cap {
        position: absolute;
        left: 0; right: 0; bottom: 0;
        padding: 8px 10px;
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: .04em;
        background: linear-gradient(transparent, rgba(0,0,0,.75));
    }

    .home-featured-wrap {
        max-width: min(1560px, calc(100vw - 32px));
        margin: 0 auto;
        padding: 14px clamp(16px, 3vw, 40px) 0;
    }
    .home-featured-strip {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 12px;
    }
    .home-feature-tile {
        display: flex;
        flex-direction: column;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid rgba(255,255,255,.08);
        text-decoration: none;
        color: #e8e8f4;
        background: #101018;
        transition: transform .18s, border-color .18s, box-shadow .18s;
    }
    .home-feature-tile:hover {
        transform: translateY(-3px);
        border-color: rgba(245,177,0,.35);
        box-shadow: 0 12px 28px rgba(0,0,0,.4);
    }
    .home-feature-tile-media img {
        width: 100%;
        aspect-ratio: 16/10;
        object-fit: cover;
        display: block;
    }
    .home-feature-tile-meta {
        padding: 10px 12px 12px;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .home-feature-tile-eyebrow {
        font-size: 0.58rem;
        font-weight: 900;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: #f5b100;
    }
    .home-feature-tile-title {
        font-size: 0.82rem;
        font-weight: 800;
        line-height: 1.25;
    }

    .home-section-heading-stack {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        min-width: 0;
    }
    .home-section-eyebrow {
        font-size: 0.62rem;
        font-weight: 900;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: #f5b100;
    }
    .home-section-eyebrow--muted {
        color: #6b7280;
        letter-spacing: 0.16em;
    }
    .home-section-title {
        margin: 0;
        font-size: clamp(1.15rem, 2.4vw, 1.55rem);
        font-weight: 900;
        letter-spacing: -0.03em;
        color: #f8fafc;
        line-height: 1.15;
    }
    .home-section-title--secondary {
        font-size: clamp(1rem, 2vw, 1.2rem);
        font-weight: 800;
        color: #cbd5e1;
    }
    .home-section-lead {
        margin: 4px 0 20px;
        font-size: 0.84rem;
        color: #64748b;
        font-weight: 500;
        line-height: 1.5;
        max-width: 52rem;
    }
    .home-body--hero-first {
        padding-top: 28px;
    }
    .home-section--ligas-hero {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
    .home-section-lead--tight {
        margin-top: 2px;
        margin-bottom: 22px;
        color: #94a3b8;
    }

    /* ── BODY ────────────────────────────────────────────────────── */
    .home-body {
        width: 100%;
        max-width: min(1320px, calc(100vw - 32px));
        margin: 0 auto;
        padding: 32px clamp(16px, 3vw, 40px) 48px;
    }

    .home-feed-error {
        margin-bottom: 20px;
        padding: 14px 16px;
        border-radius: 12px;
        border: 1px solid rgba(239, 68, 68, 0.35);
        background: rgba(239, 68, 68, 0.08);
        color: #fca5a5;
        font-size: 0.88rem;
        line-height: 1.45;
    }

    /* ── SECTION ─────────────────────────────────────────────────── */
    .home-section {
        margin-bottom: 0;
    }

    .home-section-header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .home-section-label {
        font-size: .68rem;
        font-weight: 900;
        letter-spacing: 4px;
        color: #6666aa;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .home-section-label.live-label { color: #ff5555; }

    .home-section-count {
        font-size: .72rem;
        font-weight: 800;
        padding: 2px 9px;
        border-radius: 999px;
    }

    .home-section-count.live-count {
        background: rgba(255,68,68,.12);
        border: 1px solid rgba(255,68,68,.25);
        color: #ff6b6b;
    }

    .home-section-meta { font-size: .7rem; color: #3a3a5a; font-weight: 500; }

    .home-section-submeta {
        font-size: .68rem;
        color: #44446a;
        margin: -4px 0 16px;
        font-weight: 500;
    }

    /* ── Bloque por liga (carrusel) ─────────────────────────────── */
    .home-liga-block {
        margin-bottom: 22px;
    }
    .home-liga-block:last-child {
        margin-bottom: 0;
    }
    .home-liga-block-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 10px;
        padding: 0 2px;
    }
    .home-liga-block-logo {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        object-fit: cover;
        background: #12121c;
        border: 1px solid #252535;
        flex-shrink: 0;
    }
    .home-liga-block-logo-fallback {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        background: #1a1a28;
        border: 1px solid #2a2a3e;
        display: grid;
        place-items: center;
        font-size: 1.1rem;
        flex-shrink: 0;
    }
    .home-liga-block-titles {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }
    .home-liga-block-name {
        font-size: .95rem;
        font-weight: 800;
        color: #e8e8f4;
        letter-spacing: .02em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .home-liga-block-hint {
        font-size: .68rem;
        color: #55557a;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .06em;
    }
    .home-liga-block-link {
        font-size: .72rem;
        font-weight: 700;
        color: #a78bfa;
        text-decoration: none;
        flex-shrink: 0;
        padding: 6px 0 6px 8px;
    }
    .home-liga-block-link:hover {
        color: #c4b5fd;
    }
    .home-liga-carousel {
        margin-bottom: 0;
    }

    .home-section-link { font-size: .8rem; color: #a78bfa; text-decoration: none; font-weight: 800; transition: color .15s; flex-shrink: 0; }
    .home-section-link:hover { color: #e9d5ff; }
    .home-section-link--muted {
        color: #64748b;
        font-weight: 700;
    }
    .home-section-link--muted:hover {
        color: #94a3b8;
    }

    /* ── LOADING / EMPTY ─────────────────────────────────────────── */
    .home-loading-row {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #44446a;
        padding: 20px 0 8px;
        font-size: .85rem;
    }

    /* Liga carousel: skeleton reserve (~real card height) so layout doesn’t jump when data arrives */
    .home-ligas-loading {
        min-height: min(280px, 52vw);
        padding-bottom: 8px;
    }
    .home-ligas-skeleton-row {
        display: flex;
        flex-direction: row;
        gap: 16px;
        overflow: hidden;
        padding-top: 4px;
    }
    .home-ligas-skeleton-card {
        flex: 0 0 min(300px, 82vw);
        height: min(240px, 58vw);
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .home-spinner {
        width: 22px;
        height: 22px;
        border: 2px solid #1e1e32;
        border-top-color: #8247e5;
        border-radius: 50%;
        animation: hs-spin .8s linear infinite;
        flex-shrink: 0;
    }

    @keyframes hs-spin { to { transform: rotate(360deg); } }

    .home-empty-state {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 28px;
        color: #3a3a5a;
        font-size: .88rem;
        border: 1px dashed #1a1a2e;
        border-radius: 16px;
    }

    .home-empty-icon { font-size: 2rem; }

    /* ── LIVE DOT ────────────────────────────────────────────────── */
    .live-dot-inline {
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ff4444;
        animation: hs-pulse 1.6s ease-in-out infinite;
        flex-shrink: 0;
    }

    @keyframes hs-pulse {
        0%, 100% { opacity: 1; transform: scale(1); }
        50%       { opacity: .45; transform: scale(.75); }
    }

    /* ── UPCOMING CAROUSEL (EN VIVO) ─────────────────────────────── */
    .upcoming-carousel-container {
        position: relative;
        margin: 0 -24px;
        padding: 0;
        overflow: visible;
    }

    .upcoming-carousel-container::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        background: linear-gradient(to left, #080810 0%, transparent 100%);
        pointer-events: none;
        z-index: 5;
    }

    .upcoming-carousel {
        display: flex;
        flex-direction: row;
        gap: 14px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 12px 24px 24px;
        scroll-behavior: smooth;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
    }

    .upcoming-carousel::-webkit-scrollbar {
        display: none;
    }

    .carousel-item {
        flex: 0 0 280px;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        cursor: pointer;
        scroll-snap-align: start;
    }

    @media (max-width: 600px) {
        .carousel-item {
            flex: 0 0 78vw;
        }
        .upcoming-carousel-container {
            margin: 0 -16px;
        }
        .upcoming-carousel {
            padding: 12px 16px 22px;
            gap: 10px;
        }
    }

    @media (min-width: 768px) {
        .carousel-item {
            flex: 0 0 310px;
        }
    }

    .carousel-item:hover {
        transform: scale(1.02) translateY(-4px);
        z-index: 10;
    }

    .carousel-item .pc-card {
        flex: 1;
        box-shadow: 0 8px 16px rgba(0,0,0,0.4);
    }

    /* ── TICKER EN VIVO (ESPN-style) ────────────────────────────── */
    .home-live-ticker {
        position: sticky;
        top: 0;
        z-index: 200;
        display: flex;
        align-items: center;
        background: #0a0a0f;
        border-bottom: 1px solid rgba(239,68,68,0.25);
        height: 36px;
        overflow: hidden;
    }
    .hlt-label {
        display: flex;
        align-items: center;
        gap: 6px;
        flex-shrink: 0;
        padding: 0 12px;
        font-size: 0.62rem;
        font-weight: 900;
        letter-spacing: 2px;
        color: #ff4444;
        border-right: 1px solid rgba(239,68,68,0.25);
        height: 100%;
    }
    .hlt-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ef4444;
        flex-shrink: 0;
        animation: hlt-blink 1.2s ease-in-out infinite;
    }
    @keyframes hlt-blink {
        0%,100% { opacity: 1; }
        50%      { opacity: 0.25; }
    }
    .hlt-scroll {
        display: flex;
        align-items: center;
        gap: 0;
        overflow-x: auto;
        scrollbar-width: none;
        flex: 1;
        height: 100%;
    }
    .hlt-scroll::-webkit-scrollbar { display: none; }
    .hlt-item {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 0 14px;
        height: 100%;
        text-decoration: none;
        color: #e2e8f0;
        font-size: 0.72rem;
        font-weight: 700;
        white-space: nowrap;
        transition: background 0.15s;
        flex-shrink: 0;
    }
    .hlt-item:hover { background: rgba(255,255,255,0.05); }
    .hlt-team-block {
        display: flex;
        align-items: center;
        gap: 5px;
        flex-shrink: 0;
    }
    .hlt-logo {
        width: 20px;
        height: 20px;
        border-radius: 4px;
        object-fit: cover;
        flex-shrink: 0;
    }
    .hlt-logo-init {
        display: grid;
        place-items: center;
        background: #1e1e30;
        border: 1px solid #2a2a40;
        font-size: 0.55rem;
        font-weight: 900;
        color: #818cf8;
        border-radius: 4px;
    }
    .hlt-team-name { color: #cbd5e1; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.3px; white-space: nowrap; }
    .hlt-score { color: #fff; font-size: 0.8rem; font-weight: 900; letter-spacing: 1.5px; padding: 0 4px; display: inline-flex; align-items: center; gap: 2px; }
    .hlt-amistoso { font-size: 0.65rem; line-height: 1; opacity: 0.9; }
    .hlt-sep { color: #2a2a3a; font-size: 0.9rem; padding-left: 6px; }

    /* ── SHORTS / HIGHLIGHTS ─────────────────────────────────────── */
    .home-section--shorts {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .home-engage { margin-bottom: 28px; }
    .home-engage-recent { margin-top: 18px; }
    .home-resume-card {
        display: block;
        padding: 16px 18px;
        border-radius: 14px;
        background: linear-gradient(135deg, rgba(124,58,237,.25), rgba(5,150,105,.18));
        border: 1px solid rgba(255,255,255,.12);
        text-decoration: none;
        color: #fff;
        margin-bottom: 10px;
    }
    .home-resume-kicker { display: block; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #a78bfa; }
    .home-resume-title { display: block; font-size: 1.15rem; font-weight: 800; margin: 4px 0; }
    .home-resume-cta { font-size: .8rem; color: #86efac; font-weight: 700; }
    .home-resume-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
    .home-resume-chip {
        padding: 10px 14px;
        border-radius: 10px;
        background: rgba(255,255,255,.06);
        border: 1px solid rgba(255,255,255,.1);
        color: #e4e4e7;
        font-size: .8rem;
        font-weight: 700;
        text-decoration: none;
    }
    .home-shortcut--primary {
        border-color: rgba(124,58,237,.45);
        background: rgba(124,58,237,.12);
    }

    /* ── ACCESOS RÁPIDOS (solo escritorio: en móvil duplica la barra inferior) ── */
    .home-section--shortcuts {
        margin-top: 36px;
        margin-bottom: 20px;
    }
    @media (max-width: 768px) {
        .home-section--shortcuts {
            display: none !important;
        }
    }
    .home-shortcuts-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
    }
    @media (max-width: 640px) {
        .home-shortcuts-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    .home-shortcut {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 16px 8px 14px;
        border-radius: 16px;
        background: #12121e;
        border: 1px solid #1e1e30;
        text-decoration: none;
        color: #c4b5fd;
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: .04em;
        text-align: center;
        transition: transform .18s, border-color .18s, background .18s, box-shadow .18s;
    }
    .home-shortcut:hover {
        transform: translateY(-4px) scale(1.02);
        border-color: rgba(130,71,229,.5);
        background: #18182e;
        box-shadow: 0 8px 24px rgba(130,71,229,.18);
        color: #e9d5ff;
    }
    .home-shortcut:active {
        transform: scale(0.97);
    }
    .home-shortcut-icon {
        font-size: 1.6rem;
        line-height: 1;
    }
    .home-shortcut-label {
        font-size: 0.68rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .06em;
        color: inherit;
    }

    /* ── FOOTER ──────────────────────────────────────────────────── */
    .home-footer {
        max-width: min(1320px, calc(100vw - 32px));
        margin: 0 auto;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .home-footer__desktop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px clamp(16px, 3vw, 40px);
        font-size: .78rem;
        color: #64748b;
    }

    .home-footer__mobile {
        display: none;
    }

    .footer-brand { font-weight: 600; color: #64748b; }

    .footer-whatsapp {
        display: flex;
        align-items: center;
        gap: 6px;
        color: #64748b;
        text-decoration: none;
        font-weight: 600;
        transition: color .15s;
    }
    .footer-whatsapp:hover { color: #25d366; }

    .home-footer__pitch-title {
        margin: 0 0 4px;
        font-size: 0.92rem;
        font-weight: 800;
        color: #f1f5f9;
    }

    .home-footer__pitch-text {
        margin: 0 0 14px;
        font-size: 0.82rem;
        color: #94a3b8;
        line-height: 1.4;
    }

    .home-footer__wa-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        min-height: 48px;
        padding: 12px 16px;
        border-radius: 14px;
        border: 1px solid rgba(37, 211, 102, 0.35);
        background: linear-gradient(135deg, rgba(37, 211, 102, 0.18), rgba(37, 211, 102, 0.08));
        color: #ecfdf5;
        font-size: 0.88rem;
        font-weight: 800;
        text-decoration: none;
        transition: background 0.15s, border-color 0.15s, transform 0.15s;
    }

    .home-footer__wa-btn:active {
        transform: scale(0.98);
    }

    .home-footer__legal {
        margin: 12px 0 0;
        font-size: 0.72rem;
        color: #64748b;
        text-align: center;
        line-height: 1.5;
    }

    .home-footer__legal a {
        color: #94a3b8;
        text-decoration: none;
        font-weight: 700;
    }

    .home-footer__legal a:hover {
        color: #f5b100;
    }

    .home-footer__credit {
        opacity: 0.55;
    }

    /* ── RESPONSIVE ──────────────────────────────────────────────── */
    @media (max-width: 768px) {
        .home-body {
            padding: 20px 16px 24px;
        }
        .home-body--hero-first {
            padding-top: 20px;
        }
        .home-footer {
            max-width: none;
            margin-top: 4px;
            padding: 24px 16px 8px;
            border-top-color: rgba(255, 255, 255, 0.08);
        }
        .home-footer__desktop {
            display: none;
        }
        .home-footer__mobile {
            display: block;
        }
    }

    @media (max-width: 640px) {
        .home-body { padding: 20px 16px 20px; }
    }