/* /Components/BackToTopButton.razor.rz.scp.css */
.back-to-top[b-93f0hul4da] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: var(--icf-navy);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

    .back-to-top.show[b-93f0hul4da] {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

.bi-arrow-up[b-93f0hul4da] {
    font-size: 1.3rem;
}
/* /Components/CanoeLoadComponent.razor.rz.scp.css */
.idle-wrapper[b-47tdif1hzc] {
    background: radial-gradient(circle at center, var(--icf-navy) 0%, var(--icf-navy-dark) 100%);
    position: relative;
    overflow: hidden;
    font-family: var(--font-display);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.idle-bg-grid[b-47tdif1hzc] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.idle-header[b-47tdif1hzc] {
    position: relative;
    z-index: 10;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.idle-badge[b-47tdif1hzc] {
    background: rgba(29, 156, 215, 0.15);
    border: 1px solid rgba(29, 156, 215, 0.3);
    color: var(--icf-blue-light);
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.idle-title-container[b-47tdif1hzc] {
    flex-grow: 1;
    text-align: center;
}

.idle-main-title[b-47tdif1hzc] {
    color: var(--icf-white);
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 8px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 0 4px 10px rgba(0,0,0,0.8);
}

.idle-sub-title[b-47tdif1hzc] {
    color: var(--icf-blue-light);
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.idle-center-stage[b-47tdif1hzc] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 20px;
}

.track-container[b-47tdif1hzc] {
    position: relative;
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 2.5 / 1;
}

.track-svg[b-47tdif1hzc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.infield-logo-wrapper[b-47tdif1hzc] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.15;
}

.cta-container[b-47tdif1hzc] {
    position: relative;
    z-index: 10;
    margin-top: 2rem;
}

.cta-text[b-47tdif1hzc] {
    color: var(--icf-blue-light);
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}



    .cta-text strong[b-47tdif1hzc] {
        color: var(--icf-white);
        font-weight: 800;
    }

@keyframes pulse-b-47tdif1hzc {

    from {
        opacity: 0.5;
        transform: scale(0.9);
    }



    to {
        opacity: 1;
        transform: scale(1.1);
    }
}

@media(max-width: 800px){
    .nodiv[b-47tdif1hzc]{
        display: none;
    }

    .idle-badge[b-47tdif1hzc]{
        display: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.principal-container[b-uqtxwgumlj] {
    background-color: var(--icf-bg-light);
    font-family: var(--font-body);
    color: var(--icf-navy);
    min-height: 100vh;
}

@media(min-width:1024px){
    .principal-container[b-uqtxwgumlj] {
        min-height: 100vh;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-njr5cmc3cg] {
    background: rgba(248, 251, 255, 0.95); 
    border-bottom: 1px solid rgba(0, 180, 216, 0.15);
    padding: 0 5px;
    display: flex;
    align-items: center;
    height: 72px;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 4px 20px rgba(10, 45, 94, 0.08);
}

/* ── LOGO (IMAGEN) ── */
.logo-img[b-njr5cmc3cg] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .logo-img img[b-njr5cmc3cg] {
        height: 44px; 
        width: auto;
        object-fit: contain;
        transition: transform 0.2s ease;
    }

        .logo-img img:hover[b-njr5cmc3cg] {
            transform: scale(1.02);
        }

/* ── NAV LINKS ── */
.nav-links[b-njr5cmc3cg] {
    display: flex;
    gap: 32px; 
    align-items: center;
}

.nt[b-njr5cmc3cg] {
    font-family: 'DM Sans', sans-serif; 
    font-size: 15px;
    font-weight: 500;
    color: #0a2d5e; 
    cursor: pointer;
    transition: color 0.2s ease;
    position: relative;
    user-select: none;
}

    .nt:hover[b-njr5cmc3cg] {
        color: #00b4d8; 
    }

    .nt.on[b-njr5cmc3cg] {
        color: #1a6bb5;
        font-weight: 700;
    }

        
        .nt.on[b-njr5cmc3cg]::after {
            content: '';
            position: absolute;
            bottom: -6px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #1a6bb5;
            border-radius: 2px;
        }

.hdr-right[b-njr5cmc3cg] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.live-pill[b-njr5cmc3cg] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 61, 61, 0.15);
    border: 1px solid rgba(255, 61, 61, 0.4);
    border-radius: 4px;
    padding: 4px 10px;
    cursor: pointer;
    transition: background 0.2s ease;
}

    .live-pill:hover[b-njr5cmc3cg] {
        background: rgba(255, 61, 61, 0.25);
    }

.dot[b-njr5cmc3cg] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff3d3d;
    animation: pulse-live-nav-b-njr5cmc3cg 1.5s infinite;
    flex-shrink: 0;
}

@keyframes pulse-live-nav-b-njr5cmc3cg {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 61, 61, 0.8);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(255, 61, 61, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 61, 61, 0);
    }
}

.live-lbl[b-njr5cmc3cg] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: #ff3d3d;
    font-weight: 800;
    text-transform: uppercase;
}

.clk[b-njr5cmc3cg] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    color: #90e0ef;
    font-weight: 700;
    letter-spacing: 0.08em;
    user-select: none;
    min-width: 75px;
    text-align: right;
}

.bi-fullscreen[b-njr5cmc3cg]::before{
    font-size: 1.5rem !important;
}

.menu-toggle[b-njr5cmc3cg] {
    display: none;
    color: #0a2d5e;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

/* ==========================================================================
   MEDIA QUERIES (Navbar Responsive)
   ========================================================================== */

/* ── TABLETS Y PANTALLAS MEDIANAS (max-width: 1024px) ── */
@media (max-width: 1024px) {
    .navbar[b-njr5cmc3cg] {
        padding: 0 24px; 
        justify-content: space-between;
    }

    .nav-links[b-njr5cmc3cg] {
        gap: 20px; 
    }
}

/* ── MÓVILES (max-width: 768px) ── */
@media (max-width: 768px) {
    .navbar[b-njr5cmc3cg] {
        padding: 0 16px;
        height: 64px;
    }

    .logo-img img[b-njr5cmc3cg] {
        height: 36px;
    }

    .hdr-right[b-njr5cmc3cg] {
        gap: 12px;
    }

    .clk[b-njr5cmc3cg], .cont-full[b-njr5cmc3cg] {
        display: none;
    }

    /* Mostrar botón hamburguesa */
    .menu-toggle[b-njr5cmc3cg] {
        display: flex;
    }

    .nav-links[b-njr5cmc3cg] {
        display: none; 
        position: absolute;
        top: 64px; 
        left: 0;
        width: 100%;
        background: rgba(248, 251, 255, 0.98);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        flex-direction: column;
        padding: 24px 0;
        border-bottom: 1px solid rgba(0, 180, 216, 0.15);
        box-shadow: 0 8px 20px rgba(10, 45, 94, 0.1);
        gap: 24px;
    }

        .nav-links.open[b-njr5cmc3cg] {
            display: flex;
        }

    .nt[b-njr5cmc3cg] {
        text-align: center;
        font-size: 18px;
    }

        .nt.on[b-njr5cmc3cg]::after {
            left: 50%;
            transform: translateX(-50%);
            width: 30px; 
        }
}

/* ── MÓVILES PEQUEÑOS (max-width: 480px) ── */
@media (max-width: 480px) {
    .live-pill[b-njr5cmc3cg] {
        padding: 4px 8px;
        gap: 6px;
    }

    .live-lbl[b-njr5cmc3cg] {
        font-size: 13px; 
    }

    
}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-pwe6xcjkf6],
.components-reconnect-repeated-attempt-visible[b-pwe6xcjkf6],
.components-reconnect-failed-visible[b-pwe6xcjkf6],
.components-pause-visible[b-pwe6xcjkf6],
.components-resume-failed-visible[b-pwe6xcjkf6],
.components-rejoining-animation[b-pwe6xcjkf6] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-pwe6xcjkf6],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-pwe6xcjkf6],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-pwe6xcjkf6],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-pwe6xcjkf6],
#components-reconnect-modal.components-reconnect-retrying[b-pwe6xcjkf6],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-pwe6xcjkf6],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-pwe6xcjkf6],
#components-reconnect-modal.components-reconnect-failed[b-pwe6xcjkf6],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-pwe6xcjkf6] {
    display: block;
}


#components-reconnect-modal[b-pwe6xcjkf6] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-pwe6xcjkf6 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-pwe6xcjkf6 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-pwe6xcjkf6 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-pwe6xcjkf6]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-pwe6xcjkf6 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-pwe6xcjkf6 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-pwe6xcjkf6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-pwe6xcjkf6 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-pwe6xcjkf6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-pwe6xcjkf6] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-pwe6xcjkf6] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-pwe6xcjkf6] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-pwe6xcjkf6] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-pwe6xcjkf6] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-pwe6xcjkf6] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-pwe6xcjkf6 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-pwe6xcjkf6] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-pwe6xcjkf6 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/ChampionshipDetails.razor.rz.scp.css */
.detail-layout[b-fly7tt4gnp] {
    padding: 20px 20px 0 20px;
    margin: 0 auto;
    font-family: var(--font-body);
    color: var(--icf-navy);
}

/* ========================================================
       LEFT COLUMN (SCHEDULE SIDEBAR)
    ======================================================== */
.schedule-sidebar[b-fly7tt4gnp] {
    display: flex;
    flex-direction: column;
    background: var(--icf-white);
    border: 1px solid var(--icf-blue-light);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(12, 40, 80, 0.08);
    overflow: hidden;
    height: calc(100vh - 190px) !important;
}

.sidebar-header[b-fly7tt4gnp] {
    background: var(--icf-navy);
    color: var(--icf-white);
    padding: 1rem;
    border-bottom: 4px solid var(--icf-blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-kicker[b-fly7tt4gnp] {
    font-family: var(--font-display);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: var(--icf-blue-light);
    text-transform: uppercase;
    display: block;
}

.sidebar-title[b-fly7tt4gnp] {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}

.sidebar-list[b-fly7tt4gnp] {
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background: var(--icf-bg-light);
}

    .sidebar-list[b-fly7tt4gnp]::-webkit-scrollbar {
        width: 6px;
    }

    .sidebar-list[b-fly7tt4gnp]::-webkit-scrollbar-track {
        background: transparent;
    }

    .sidebar-list[b-fly7tt4gnp]::-webkit-scrollbar-thumb {
        background: var(--icf-blue-light);
        border-radius: 4px;
    }

.sch-item[b-fly7tt4gnp] {
    display: grid;
    grid-template-columns: 75px 1fr;
    background: var(--icf-white);
    border-bottom: 1px solid var(--icf-border);
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

    .sch-item:hover[b-fly7tt4gnp], .sch-item.active[b-fly7tt4gnp] {
        background: rgba(102, 174, 224, 0.05);
        box-shadow: inset 4px 0 0 0 var(--icf-blue);
    }

    .sch-item.active[b-fly7tt4gnp] {
        background: rgba(29, 156, 215, 0.1);
        box-shadow: inset 6px 0 0 0 var(--icf-navy);
    }

.sch-time-col[b-fly7tt4gnp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.5rem;
    border-right: 1px solid var(--icf-bg-light);
    background: rgba(12, 40, 80, 0.02);
}

.sch-time[b-fly7tt4gnp] {
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--icf-navy);
}

.sch-date[b-fly7tt4gnp] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--icf-blue);
    text-transform: uppercase;
}

.sch-info-col[b-fly7tt4gnp] {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sch-name[b-fly7tt4gnp] {
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--icf-navy);
    line-height: 1.2;
}

.sch-phase[b-fly7tt4gnp] {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(12, 40, 80, 0.6);
    text-transform: uppercase;
}

.sch-status[b-fly7tt4gnp] {
    font-size: 1rem !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 80px;
    padding: 5px;
}

    .sch-status.live[b-fly7tt4gnp] {
        color: var(--status-live);
    }

    .sch-status.done[b-fly7tt4gnp] {
        color: var(--status-done);
    }

    .sch-status.pend[b-fly7tt4gnp] {
        color: var(--status-pend);
    }

.live-dot[b-fly7tt4gnp] {
    width: 6px;
    height: 6px;
    background: var(--status-live);
    border-radius: 50%;
    animation: pulse 1s infinite alternate;
}

/* ========================================================
       RIGHT COLUMN (RESULTS & DETAILS STATS)
    ======================================================== */
.results-panel[b-fly7tt4gnp] {
    display: flex;
    flex-direction: column;
    background: var(--icf-white);
    border: 1px solid var(--icf-border);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(12, 40, 80, 0.05);
    overflow: hidden;
    border: 1px solid var(--icf-blue-light);
    height: calc(100vh - 190px);
}

.res-header[b-fly7tt4gnp] {
    position: relative;
    background: var(--icf-navy);
    padding: 1rem;
    color: var(--icf-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 4px solid var(--icf-blue);
}

    .res-header[b-fly7tt4gnp]::after {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(29, 156, 215, 0.2) 0%, transparent 60%);
        pointer-events: none;
    }

.res-kicker[b-fly7tt4gnp] {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--icf-blue-light);
}

    .res-kicker.live-kicker[b-fly7tt4gnp] {
        color: var(--status-live);
        background: rgba(239, 68, 68, 0.1);
        padding: 2px 8px;
        border: 1px solid rgba(239, 68, 68, 0.3);
        border-radius: 4px;
    }

.res-title[b-fly7tt4gnp] {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 !important;
}

.res-body[b-fly7tt4gnp] {
    padding: 0;
    flex-grow: 1;
    overflow-y: auto;
    background: var(--icf-bg-light);
}

/* PREMIUM BROADCAST TABLE */
.bcast-table[b-fly7tt4gnp] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 4px;
    padding: 0 1rem;
}

thead th:hover[b-fly7tt4gnp] {
    color: var(--navy);
}

.bcast-table th[b-fly7tt4gnp] {
    font-family: var(--ff-display);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    padding: 12px 6px;
    text-align: left;
    background: var(--offwhite);
    border-bottom: 2px solid rgba(0, 180, 216, 0.15);
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: color 0.15s;
}

.bcast-table td[b-fly7tt4gnp] {
    padding: 0.8rem .5rem;
    font-weight: 600;
    color: var(--icf-navy);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    border-top: 1px solid var(--icf-border);
    border-bottom: 1px solid var(--icf-border);
}

.other-rank-td[b-fly7tt4gnp] {
    background: var(--icf-white);
}

.bcast-table td:first-child[b-fly7tt4gnp] {
    border-left: 1px solid var(--icf-border);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.bcast-table td:last-child[b-fly7tt4gnp] {
    border-right: 1px solid var(--icf-border);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.bcast-table tbody tr[b-fly7tt4gnp] {
    position: relative;
    box-shadow: 0 2px 4px transparent;
}

    .bcast-table tbody tr:hover td[b-fly7tt4gnp] {
        border-color: var(--icf-blue-light);
    }

    .bcast-table tbody tr:hover[b-fly7tt4gnp] {
        transform: translateY(-1px);
        box-shadow: 0 4px 10px rgba(12, 40, 80, 0.05);
        z-index: 2;
    }

.td-rank[b-fly7tt4gnp] {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--icf-navy-dark);
    text-align: center;
    width: 80px;
    background-color: rgba(12, 40, 80, 0.04);
    border-right: 2px solid rgba(12, 40, 80, 0.05) !important;
}

.rank-1 .td-rank[b-fly7tt4gnp] {
    color: #f59e0b;
    text-shadow: 0px 2px 4px rgba(245, 158, 11, 0.2);
}

.rank-2 .td-rank[b-fly7tt4gnp] {
    color: #94a3b8;
    text-shadow: 0px 2px 4px rgba(148, 163, 184, 0.2);
}

.rank-3 .td-rank[b-fly7tt4gnp] {
    color: #b45309;
    text-shadow: 0px 2px 4px rgba(180, 83, 9, 0.2);
}

.athlete-cell[b-fly7tt4gnp] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.flag-img[b-fly7tt4gnp] {
    width: 40px;
    height: 26px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
}

.ath-name[b-fly7tt4gnp] {
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 2px;
}

.ath-code[b-fly7tt4gnp] {
    font-family: var(--font-display);
    font-size: 1rem;
    color: rgba(12, 40, 80, 0.5);
    font-weight: 700;
    letter-spacing: 0.05em;
}

.runs-container[b-fly7tt4gnp] {
    display: flex;
    gap: 6px;
}

.run-pill[b-fly7tt4gnp] {
    display: inline-flex;
    align-items: center;
    background: var(--icf-bg-light);
    border: 1px solid var(--icf-border);
    border-radius: 4px;
    overflow: hidden;
    flex-direction: column;
    min-width: 61px;
}

.run-pill-label[b-fly7tt4gnp] {
    background: rgba(102, 174, 224, 0.1);
    color: var(--icf-blue);
    font-family: var(--font-display);
    font-weight: 800;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    border-right: 1px solid var(--icf-border);
}

.run-pill-val[b-fly7tt4gnp] {
    padding: 2px 5px;
    font-weight: 700;
    color: var(--icf-navy);
}

.td-score[b-fly7tt4gnp] {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 900;
    text-align: right;
    color: var(--icf-navy);
    width: 140px;
    text-align: left;
    /*    background: repeating-linear-gradient( -45deg, rgba(29, 156, 215, 0.02), rgba(29, 156, 215, 0.02) 4px, rgba(12, 40, 80, 0.04) 4px, rgba(12, 40, 80, 0.04) 8px ) !important;*/
    border-left: 2px dashed var(--icf-border) !important;
}


/*BTONES PDF*/

.pdf-actions[b-fly7tt4gnp] {
    display: flex;
    gap: 12px;
}

.action-btn[b-fly7tt4gnp] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

    /* START LIST */
    .action-btn.startlist[b-fly7tt4gnp] {
        background: #1f6feb;
        color: white;
    }

        .action-btn.startlist:hover[b-fly7tt4gnp] {
            background: #1a5fd0;
            transform: translateY(-2px);
        }

    /* PDF */
    .action-btn.pdf[b-fly7tt4gnp] {
        background: #e74c3c;
        color: white;
    }

        .action-btn.pdf:hover[b-fly7tt4gnp] {
            background: #c0392b;
            transform: translateY(-2px);
        }

    /* click effect */
    .action-btn:active[b-fly7tt4gnp] {
        transform: scale(0.97);
    }

.td-score .td-badges[b-fly7tt4gnp] {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
}

.res-badge[b-fly7tt4gnp] {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 4px;
}

    .res-badge.green[b-fly7tt4gnp] {
        background-color: #d1fae5;
        color: #065f46;
        border: 1px solid #10b981;
    }

    .res-badge.red[b-fly7tt4gnp] {
        background-color: #fee2e2;
        color: #991b1b;
        border: 1px solid #ef4444;
        border-radius: 4px;
        font-size: 2rem;
        font-weight: 600;
    }


.bib-cell[b-fly7tt4gnp] {
    font-family: var(--ff-display) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: var(--muted) !important;
}

.bcast-table th.active-sort[b-fly7tt4gnp] {
    color: var(--navy);
    font-weight: bold;
}

.rank-1 .rank-badge[b-fly7tt4gnp] {
    background: rgba(201, 150, 10, 0.15);
    color: var(--gold);
}

.rank-badge[b-fly7tt4gnp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-family: var(--ff-display);
    font-size: 18px;
    font-weight: 900;
}

.rank-2 .rank-badge[b-fly7tt4gnp] {
    background: rgba(122, 143, 166, 0.15);
    color: var(--silver);
}

.rank-3 .rank-badge[b-fly7tt4gnp] {
    background: rgba(160, 82, 45, 0.15);
    color: var(--bronze);
}

tbody tr.rank-1[b-fly7tt4gnp] {
    background: linear-gradient(90deg, rgba(201, 150, 10, 0.07) 0%, transparent 80%);
}

tbody tr.rank-2[b-fly7tt4gnp] {
    background: linear-gradient(90deg, rgba(122, 143, 166, 0.07) 0%, transparent 80%);
}

tbody tr.rank-3[b-fly7tt4gnp] {
    background: linear-gradient(90deg, rgba(160, 82, 45, 0.07) 0%, transparent 80%);
}

.pil-badge[b-fly7tt4gnp] {
    border: 1px solid rgba(251, 191, 36, 0.3);
    border-radius: 99px;
    padding: 2px 6px;
}

.age-cell[b-fly7tt4gnp] {
    text-align: center;
    font-size: 1.2rem;
}

.rank-cell[b-fly7tt4gnp] {
    padding: 0 0 0 .8rem !important;
}

.header-schedule[b-fly7tt4gnp] {
    display: flex;
    flex-direction: column;
}

.text-danger[b-fly7tt4gnp], .text-success[b-fly7tt4gnp] {
    font-size: 1.2rem !important;
}

.cont-res[b-fly7tt4gnp] {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

/* =========================================
   TIMELINE COMPACT CONTROLS (FILTERS)
   ========================================= */
.timeline-controls[b-fly7tt4gnp] {
    background: var(--icf-white);
    padding: 1rem;
    border-bottom: 1px solid var(--icf-border);
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky; /* Para que los filtros se queden arriba al scrollear */
    top: 0;
    z-index: 10;
}

/* --- Select Dropdown Elegante --- */
.filter-select-wrapper[b-fly7tt4gnp] {
    position: relative;
    width: 100%;
}

    .filter-select-wrapper .filter-icon[b-fly7tt4gnp] {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--icf-blue);
        font-size: 1rem;
        pointer-events: none;
    }

    .filter-select-wrapper .icf-select[b-fly7tt4gnp] {
        width: 100%;
        appearance: none;
        background: rgba(12, 40, 80, 0.03);
        border: 1px solid var(--icf-border);
        border-radius: 8px;
        padding: 8px 32px 8px 36px;
        font-family: var(--font-body);
        font-weight: 700;
        font-size: 0.85rem;
        color: var(--icf-navy);
        cursor: pointer;
        outline: none;
        transition: all 0.2s ease;
    }

        .filter-select-wrapper .icf-select:hover[b-fly7tt4gnp],
        .filter-select-wrapper .icf-select:focus[b-fly7tt4gnp] {
            background: #fff;
            border-color: var(--icf-blue);
            box-shadow: 0 0 0 3px rgba(29, 156, 215, 0.1);
        }

    .filter-select-wrapper .select-arrow[b-fly7tt4gnp] {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--muted, #64748b);
        pointer-events: none;
        font-size: 0.8rem;
    }

/* --- Pill Toggles (Botones Píldora Compactos) --- */
.filter-toggles-row[b-fly7tt4gnp] {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.pill-toggle[b-fly7tt4gnp] {
    flex: 1;
    cursor: pointer;
    margin: 0;
    user-select: none;
}

    .pill-toggle input[b-fly7tt4gnp] {
        display: none; /* Ocultamos el checkbox real */
    }

.pill-ui[b-fly7tt4gnp] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 4px;
    background: var(--icf-bg-light, #f8fafc);
    border: 1px solid var(--icf-border, #e2e8f0);
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--muted, #64748b);
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.pill-toggle:hover .pill-ui[b-fly7tt4gnp] {
    background: #fff;
    border-color: #cbd5e1;
}

/* Estados Activos (Azul estándar) */
.pill-toggle input:checked + .pill-ui[b-fly7tt4gnp] {
    background: rgba(29, 156, 215, 0.1);
    border-color: var(--icf-blue, #1d9cd7);
    color: var(--icf-blue, #1d9cd7);
}

/* Estado Activo para LIVE (Rojo) */
.live-dot-icon[b-fly7tt4gnp] {
    width: 8px;
    height: 8px;
    background: currentColor;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.2s;
}

.pill-toggle.live-toggle input:checked + .pill-ui[b-fly7tt4gnp] {
    background: rgba(239, 68, 68, 0.1);
    border-color: #ef4444;
    color: #ef4444;
}

    .pill-toggle.live-toggle input:checked + .pill-ui .live-dot-icon[b-fly7tt4gnp] {
        animation: pulseLive-b-fly7tt4gnp 1.5s infinite;
        box-shadow: 0 0 6px #ef4444;
    }

@keyframes pulseLive-b-fly7tt4gnp {
    0% {
        transform: scale(0.95);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(0.95);
        opacity: 0.8;
    }
}

.td-ath[b-fly7tt4gnp], .age-cell[b-fly7tt4gnp] {
    width: 1%;
    white-space: nowrap;
}


/* ========================================================
   RIGHT COLUMN (SUMMARY / START LIST PANEL)
   ======================================================== */
.summary-panel[b-fly7tt4gnp] {
    display: flex;
    flex-direction: column;
    background: var(--icf-white);
    border: 1px solid var(--icf-blue-light);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(12, 40, 80, 0.05);
    overflow: hidden;
    height: 100%;
    max-height: calc(100vh - 190px) !important;
}

/* Encabezado */
.summary-header[b-fly7tt4gnp] {
    background: var(--icf-navy);
    color: var(--icf-white);
    padding: 1rem;
    border-bottom: 4px solid var(--icf-blue);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

    .summary-header[b-fly7tt4gnp]::after {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, rgba(29, 156, 215, 0.2) 0%, transparent 70%);
        pointer-events: none;
    }

.summary-kicker[b-fly7tt4gnp] {
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: var(--icf-blue-light);
    text-transform: uppercase;
    display: inline-block;
}

.summary-title[b-fly7tt4gnp] {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}

/* Cuerpo con scroll */
.summary-body[b-fly7tt4gnp] {
    padding: .5rem 1rem;
    flex-grow: 1;
    background: var(--icf-bg-light);
    overflow-y: auto;
}

    /* Scrollbar personalizada para el panel derecho */
    .summary-body[b-fly7tt4gnp]::-webkit-scrollbar {
        width: 4px;
    }

    .summary-body[b-fly7tt4gnp]::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 4px;
    }

/* Mensajes de estado (Cargando / Vacío) */
.summary-msg[b-fly7tt4gnp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #64748b;
    padding: 3rem 1rem;
    height: 100%;
}

    .summary-msg i[b-fly7tt4gnp] {
        font-size: 2.5rem;
        color: #94a3b8;
        margin-bottom: 0.5rem;
    }

    .summary-msg p[b-fly7tt4gnp] {
        font-size: 0.85rem;
        font-weight: 600;
        margin: 0;
    }

/* ========================================================
   ESTILOS DE LA LISTA DE ATLETAS 
   ======================================================== */
.sum-ath-list[b-fly7tt4gnp] {
    display: flex;
    flex-direction: column;
    gap: 5px; 
}

.sum-ath-row[b-fly7tt4gnp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--icf-border);
    border-radius: 6px;
    padding: 6px 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.2s, border-color 0.2s;
    position: relative;
    overflow: hidden;
}

    .sum-ath-row:hover[b-fly7tt4gnp] {
        transform: translateX(4px);
        box-shadow: 0 4px 12px rgba(12, 40, 80, 0.08);
        border-color: var(--icf-blue-light);
        z-index: 2;
    }

/* --- ESTILOS DEL RANGO (PHASERANK) PREMIUM --- */
.sum-rank-badge[b-fly7tt4gnp] {
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 900;
    color: #ffffff;
    background: var(--icf-navy); /* Azul oscuro por defecto (no gris) */
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(12, 40, 80, 0.3);
}

/* Colores de Podio (Oro, Plata, Bronce) para los Top 3 */
.sum-gold .sum-rank-badge[b-fly7tt4gnp] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 2px 6px rgba(245, 158, 11, 0.4);
}

.sum-silver .sum-rank-badge[b-fly7tt4gnp] {
    background: linear-gradient(135deg, #94a3b8, #64748b);
    box-shadow: 0 2px 6px rgba(148, 163, 184, 0.4);
}

.sum-bronze .sum-rank-badge[b-fly7tt4gnp] {
    background: linear-gradient(135deg, #b45309, #92400e);
    box-shadow: 0 2px 6px rgba(180, 83, 9, 0.4);
}

/* --- SECCIÓN IZQUIERDA: BANDERA Y NOMBRE --- */
.sum-ath-left[b-fly7tt4gnp] {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}

.sum-flag-img[b-fly7tt4gnp] {
    width: 24px; /* Bandera más pequeña que en la tabla principal */
    height: 16px;
    border-radius: 2px;
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.05);
    flex-shrink: 0;
}

.sum-ath-info[b-fly7tt4gnp] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    overflow: hidden;
}

.sum-ath-name[b-fly7tt4gnp] {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--icf-navy);
    text-transform: uppercase;
    max-width: 130px;
}

.sum-ath-code[b-fly7tt4gnp] {
    font-family: var(--font-display);
    font-size: 0.7rem;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.05em;
}

.sum-ath-right[b-fly7tt4gnp] {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
    flex-shrink: 0;
    gap: 4px;
    min-width: 85px;
}

.sum-res-main[b-fly7tt4gnp] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sum-ath-res[b-fly7tt4gnp] {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--icf-navy);
    min-width: 60px;
}

.sum-ath-qual[b-fly7tt4gnp] {
    font-family: var(--font-display);
    font-size: .9rem;
    font-weight: 900;
    color: #065f46;
    background-color: #d1fae5;
    border: 1px solid #10b981;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 4px;
}

.sum-ath-toleader[b-fly7tt4gnp] {
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

    .sum-ath-toleader.text-danger[b-fly7tt4gnp] {
        color: #ef4444;
    }

    .sum-ath-toleader.text-success[b-fly7tt4gnp] {
        color: #10b981;
    }

@keyframes livePulse-b-fly7tt4gnp {
    0% {
        background-color: #b0d8b0;
    }

    50% {
        background-color: #7fcf7f;
    }

    100% {
        background-color: #b0d8b0;
    }
}

.currentAthOnLive[b-fly7tt4gnp][b-fly7tt4gnp] {
    animation: livePulse-b-fly7tt4gnp 1.5s infinite;
}

/* ========================================================
   RESPONSIVE — TABLET (768px - 1023px)
   ======================================================== */
@media (max-width: 1023px) {
    .detail-layout[b-fly7tt4gnp] {
        padding: 10px;
    }

    .col-3:has(.schedule-sidebar)[b-fly7tt4gnp] {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        order: -1;
    }

    .col-9[b-fly7tt4gnp], .col-6[b-fly7tt4gnp] {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .schedule-sidebar[b-fly7tt4gnp] {
        height: auto !important;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .sidebar-header[b-fly7tt4gnp] {
        cursor: pointer;
        flex-wrap: wrap;
        gap: 8px;
    }

    .sidebar-list[b-fly7tt4gnp] {
        display: none;
    }

    .schedule-sidebar.expanded .sidebar-list[b-fly7tt4gnp] {
        display: flex;
        max-height: 340px;
        overflow-y: auto;
    }

    .sidebar-title[b-fly7tt4gnp] {
        font-size: 1.6rem;
    }
}

/* ========================================================
   RESPONSIVE
   ======================================================== */
@media (max-width: 1024px) {
    .mobile-timeline-overlay[b-fly7tt4gnp] {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        align-items: flex-end;
    }

        .mobile-timeline-overlay.open[b-fly7tt4gnp] {
            display: flex !important;
        }

    .col-3:has(.schedule-sidebar)[b-fly7tt4gnp] {
        display: none !important;
    }

    .principal-container[b-fly7tt4gnp] {
        height: auto !important;
    }

    .col-6[b-fly7tt4gnp]{
        margin-bottom: 1.5rem;
    }

    .col-9[b-fly7tt4gnp], .col-6[b-fly7tt4gnp], .col-3:has(.summary-panel)[b-fly7tt4gnp] {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .results-panel[b-fly7tt4gnp] {
        border-radius: 10px;
        height: auto;
    }

    .res-title[b-fly7tt4gnp] {
        font-size: 1.5rem;
    }

    .res-header[b-fly7tt4gnp] {
        flex-wrap: wrap;
        gap: 8px;
    }

    .summary-title[b-fly7tt4gnp] {
        font-size: 1.8rem;
    }

    .mobile-timeline-btn[b-fly7tt4gnp] {
        display: flex !important;
        justify-content: center;
    }

    .mobile-timeline-overlay[b-fly7tt4gnp] {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        align-items: flex-end;
    }

        .mobile-timeline-overlay.open[b-fly7tt4gnp] {
            display: flex;
        }

    .mobile-timeline-sheet[b-fly7tt4gnp] {
        background: var(--icf-white);
        width: 100%;
        border-radius: 16px 16px 0 0;
        border-top: 4px solid var(--icf-blue);
        max-height: 80vh;
        display: flex;
        flex-direction: column;
        animation: slideUp-b-fly7tt4gnp 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .sheet-handle-bar[b-fly7tt4gnp] {
        display: flex;
        justify-content: center;
        padding: 10px;
        background: var(--icf-navy);
        cursor: pointer;
    }

        .sheet-handle-bar span[b-fly7tt4gnp] {
            width: 40px;
            height: 4px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 2px;
            display: block;
        }

    .sheet-header[b-fly7tt4gnp] {
        background: var(--icf-navy);
        color: var(--icf-white);
        padding: 0.75rem 1rem 1rem;
        border-bottom: 3px solid var(--icf-blue);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .sheet-header .sheet-close-btn[b-fly7tt4gnp] {
            background: rgba(255,255,255,0.1);
            border: none;
            border-radius: 50%;
            width: 32px;
            height: 32px;
            color: white;
            cursor: pointer;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .sheet-body[b-fly7tt4gnp] {
        overflow-y: auto;
        flex-grow: 1;
    }

        .sheet-body .filter-switch-container[b-fly7tt4gnp] {
            flex-wrap: wrap;
            gap: 10px;
            padding: 0.75rem;
        }

    @keyframes slideUp-b-fly7tt4gnp {
        from {
            transform: translateY(100%);
        }

        to {
            transform: translateY(0);
        }
    }

    .ath-name[b-fly7tt4gnp] {
        font-size: 1rem;
    }

    .athlete-cell[b-fly7tt4gnp]{
        gap: 10px;
    }
    .run-pill[b-fly7tt4gnp] {
        min-width: 48px;
    }

    .td-rank[b-fly7tt4gnp]{
        width: 50px;
    }
}

.mobile-timeline-btn[b-fly7tt4gnp] {
    display: none;
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: var(--icf-navy);
    color: white;
    border: none;
    border-radius: 24px;
    padding: 10px 20px;
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(12, 40, 80, 0.35);
    align-items: center;
    gap: 8px;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
}

@media (max-width:780px){

    .bcast-table[b-fly7tt4gnp]{
        padding: 0 .5rem;
    }
}

@media (max-width:600px) {
    .flag-img[b-fly7tt4gnp]{
        display: none;
    }

    th:nth-child(3)[b-fly7tt4gnp], .age-cell[b-fly7tt4gnp] {
        display: none;
    }

    .run-pill-label[b-fly7tt4gnp]{
        font-size: .9rem;
    }

    .flag-img-mobile[b-fly7tt4gnp] {
        display: flex !important;
        width: 22px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .ath-code[b-fly7tt4gnp] {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .cont-mobile-ath[b-fly7tt4gnp], .bib-cell-mobile[b-fly7tt4gnp], .ath-name[b-fly7tt4gnp]{
        display: flex; 
        gap: 8px;
        align-items: center;
    }

    .runs-container-mobile[b-fly7tt4gnp], .bib-cell-mobile[b-fly7tt4gnp] {
        display: flex !important;
        gap: 8px;
    }

    .run-pill[b-fly7tt4gnp]{
        flex-direction: row;
    }

    .runs-container[b-fly7tt4gnp], .bib-cell[b-fly7tt4gnp]{
        display: none;
    }

    .bib-cell-mobile[b-fly7tt4gnp] {
        font-family: var(--ff-display) !important;
        font-size: 18px !important;
        font-weight: 800 !important;
        color: var(--muted) !important;
    }
}

.mobile-timeline-overlay[b-fly7tt4gnp], .flag-img-mobile[b-fly7tt4gnp], .runs-container-mobile[b-fly7tt4gnp], .bib-cell-mobile[b-fly7tt4gnp] {
    display: none;
}

/* /Components/Pages/IcfRulesViewer.razor.rz.scp.css */
.rules-layout[b-m7k81qtf1v] {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 20px;
    align-items: start;
    padding: 20px 20px 0 20px;
    margin: 0 auto;
    font-family: var(--font-body, sans-serif);
    color: var(--icf-navy);
}

/* ── SIDEBAR ─────────────────────────────────────────────────────────────── */
.rules-sidebar[b-m7k81qtf1v] {
    display: flex;
    flex-direction: column;
    background: var(--icf-white);
    border: 1px solid var(--icf-blue-light);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(12, 40, 80, 0.08);
    overflow: hidden;
    height: calc(100vh - 210px);
}

.sidebar-header[b-m7k81qtf1v] {
    background: var(--icf-navy);
    color: var(--icf-white);
    padding: 1rem;
    border-bottom: 4px solid var(--icf-blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-kicker[b-m7k81qtf1v] {
    font-family: var(--font-display, sans-serif);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: var(--icf-blue-light);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: block;
}

.sidebar-title[b-m7k81qtf1v] {
    font-family: var(--font-display, sans-serif);
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}

.sidebar-list[b-m7k81qtf1v] {
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background: var(--icf-bg-light);
}

    .sidebar-list[b-m7k81qtf1v]::-webkit-scrollbar {
        width: 6px;
    }

    .sidebar-list[b-m7k81qtf1v]::-webkit-scrollbar-track {
        background: transparent;
    }

    .sidebar-list[b-m7k81qtf1v]::-webkit-scrollbar-thumb {
        background: var(--icf-blue-light);
        border-radius: 4px;
    }

.sch-item[b-m7k81qtf1v] {
    display: grid;
    grid-template-columns: 75px 1fr;
    background: var(--icf-white);
    border-bottom: 1px solid var(--icf-border);
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

    .sch-item:hover[b-m7k81qtf1v], .sch-item.active[b-m7k81qtf1v] {
        background: rgba(102, 174, 224, 0.05);
        box-shadow: inset 4px 0 0 0 var(--icf-blue);
    }

    .sch-item.active[b-m7k81qtf1v] {
        background: rgba(29, 156, 215, 0.1);
        box-shadow: inset 6px 0 0 0 var(--icf-navy);
    }

.sch-time-col[b-m7k81qtf1v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.5rem;
    border-right: 1px solid var(--icf-bg-light);
    background: rgba(12, 40, 80, 0.02);
}

.sch-time[b-m7k81qtf1v] {
    font-family: var(--font-display, sans-serif);
    font-size: 2rem;
    font-weight: 900;
    color: var(--icf-navy);
}

.sch-info-col[b-m7k81qtf1v] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.sch-name[b-m7k81qtf1v] {
    /*    font-size: 0.95rem;*/
    font-weight: 800;
    text-transform: uppercase;
    color: var(--icf-navy);
    line-height: 1.2;
}

.sch-phase[b-m7k81qtf1v] {
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(12, 40, 80, 0.6);
    text-transform: uppercase;
}

/* ── CONTENT PANEL ───────────────────────────────────────────────────────── */
.rules-content[b-m7k81qtf1v] {
    display: flex;
    flex-direction: column;
    background: var(--icf-white);
    border: 1px solid var(--icf-blue-light);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(12, 40, 80, 0.05);
    overflow: hidden;
    height: calc(100vh - 210px);
}

.res-header[b-m7k81qtf1v] {
    position: relative;
    background: var(--icf-navy);
    padding: 1.5rem;
    color: var(--icf-white);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 4px solid var(--icf-blue);
    flex-shrink: 0;
}

    .res-header[b-m7k81qtf1v]::after {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(29, 156, 215, 0.2) 0%, transparent 60%);
        pointer-events: none;
    }

.res-kicker[b-m7k81qtf1v] {
    display: inline-block;
    font-family: var(--font-display, sans-serif);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--icf-blue-light);
    margin-bottom: 0.5rem;
}

.res-body[b-m7k81qtf1v] {
    padding: 0;
    flex-grow: 1;
    overflow-y: auto;
    background: var(--icf-bg-light);
}

    .res-body[b-m7k81qtf1v]::-webkit-scrollbar {
        width: 6px;
    }

    .res-body[b-m7k81qtf1v]::-webkit-scrollbar-track {
        background: transparent;
    }

    .res-body[b-m7k81qtf1v]::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 4px;
    }

/* ── BUTTONS ─────────────────────────────────────────────────────────────── */
.action-btn[b-m7k81qtf1v] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-weight: 800;
    font-family: var(--font-display, sans-serif);
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

    .action-btn.startlist[b-m7k81qtf1v] {
        background: #1f6feb;
        color: white;
    }

        .action-btn.startlist:hover[b-m7k81qtf1v] {
            background: #1a5fd0;
            transform: translateY(-2px);
        }

    .action-btn.pdf[b-m7k81qtf1v] {
        background: #e74c3c;
        color: white;
    }

        .action-btn.pdf:hover[b-m7k81qtf1v] {
            background: #c0392b;
            transform: translateY(-2px);
        }

.princ-content-cont[b-m7k81qtf1v] {
    display: flex;
    flex-direction: column;
}

.content-box[b-m7k81qtf1v] {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 1.25rem;
    animation: slideFadeIn-b-m7k81qtf1v 0.3s ease forwards;
}

@keyframes slideFadeIn-b-m7k81qtf1v {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-box[b-m7k81qtf1v]  h2 {
    display: none;
}

.content-box[b-m7k81qtf1v]  h3 {
    font-family: var(--font-display, sans-serif);
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--icf-blue);
    display: flex;
    align-items: center;
    gap: 10px;
}

    .content-box[b-m7k81qtf1v]  h3::after {
        content: '';
        flex: 1;
        height: 1px;
        background: var(--icf-border);
    }

    .content-box[b-m7k81qtf1v]  h3:first-child {
        margin-top: 0;
    }

/* Body text */
.content-box[b-m7k81qtf1v]  p,
.content-box[b-m7k81qtf1v]  li {
    font-family: var(--font-body, sans-serif);
    color: rgba(12, 40, 80, 0.75);
    line-height: 1.65;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.65rem;
}

.content-box[b-m7k81qtf1v]  strong {
    color: var(--icf-navy);
    font-weight: 800;
}

/* ── TABLE ───────────────────────────────────────────────────────────────── */
.content-box[b-m7k81qtf1v]  .table-container {
    width: 100%;
    overflow-x: auto;
    background: var(--icf-white);
    border: 1px solid var(--icf-border);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.content-box[b-m7k81qtf1v]  table {
    width: 100%;
    border-collapse: collapse;
}

.content-box[b-m7k81qtf1v]  thead tr {
    background: var(--icf-navy);
}

.content-box[b-m7k81qtf1v]  th {
    padding: 10px 14px;
    font-family: var(--font-display, sans-serif);
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: white;
    text-align: left;
}

.content-box[b-m7k81qtf1v]  tbody tr {
    border-bottom: 1px solid var(--icf-border);
    transition: background 0.12s ease;
}

    .content-box[b-m7k81qtf1v]  tbody tr:last-child {
        border-bottom: none;
    }

    .content-box[b-m7k81qtf1v]  tbody tr:hover td {
        background: rgba(29, 156, 215, 0.04);
    }

.content-box[b-m7k81qtf1v]  td {
    padding: 10px 14px;
    font-family: var(--font-body, sans-serif);
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--icf-navy);
    line-height: 1.4;
    vertical-align: middle;
    border-bottom: none;
}

    .content-box[b-m7k81qtf1v]  td:first-child {
        font-family: var(--font-display, sans-serif);
        font-weight: 800;
        font-size: 1.4rem;
        color: var(--icf-navy-dark);
        background: rgba(12, 40, 80, 0.025);
        border-right: 1px solid var(--icf-border);
    }

/* ── VALUE BADGES ────────────────────────────────────────────────────────── */
.content-box[b-m7k81qtf1v]  .val {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 800;
    border-radius: 6px;
    padding: 3px 8px;
    letter-spacing: 0.04em;
    margin: 2px 2px 2px 0;
}

/* Basic  (value ≤ 30) */
.content-box[b-m7k81qtf1v]  .val-basic {
    background: rgba(12, 40, 80, 0.07);
    color: var(--icf-navy);
}

/* Intermediate  (31 – 90) */
.content-box[b-m7k81qtf1v]  .val-mid {
    background: rgba(29, 156, 215, 0.12);
    color: #0f6e9e;
}

/* Advanced  (> 90) */
.content-box[b-m7k81qtf1v]  .val-advanced {
    background: var(--icf-navy);
    color: var(--icf-blue-light);
}

.content-box[b-m7k81qtf1v]  .exec {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 3px 9px;
    white-space: nowrap;
}

[b-m7k81qtf1v] .exec.both {
    background: rgba(102, 174, 224, 0.14);
    color: #0f6e9e;
}

[b-m7k81qtf1v] .exec.front {
    background: #fef08a;
    color: #713f12;
}

[b-m7k81qtf1v] .exec.back {
    background: #fed7aa;
    color: #7c2d12;
}

[b-m7k81qtf1v] .exec.one-direction {
    background: #bfdbfe;
    color: #1e3a8a;
}

[b-m7k81qtf1v] .exec.varies {
    background: #e5e7eb;
    color: #374151;
}

.content-box[b-m7k81qtf1v]  .level-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 800;
    border-radius: 6px;
    padding: 3px 10px;
    letter-spacing: 0.06em;
}

    .content-box[b-m7k81qtf1v]  .level-badge.l1 {
        background: rgba(12, 40, 80, 0.07);
        color: var(--icf-navy);
    }

    .content-box[b-m7k81qtf1v]  .level-badge.l2 {
        background: rgba(29, 156, 215, 0.12);
        color: #0f6e9e;
    }

    .content-box[b-m7k81qtf1v]  .level-badge.l3 {
        background: var(--icf-navy);
        color: var(--icf-blue-light);
    }

/* ── PHASE BADGES (competition format) ──────────────────────────────────── */
.content-box[b-m7k81qtf1v]  .phase-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 4px 10px;
    background: rgba(12, 40, 80, 0.07);
    color: var(--icf-navy);
    white-space: nowrap;
}

    .content-box[b-m7k81qtf1v]  .phase-badge.semi {
        background: rgba(29, 156, 215, 0.12);
        color: #0f6e9e;
    }

    .content-box[b-m7k81qtf1v]  .phase-badge.final {
        background: var(--icf-navy);
        color: var(--icf-blue-light);
    }

/* ── MYSTERY MULTIPLIER BADGES ───────────────────────────────────────────── */
.content-box[b-m7k81qtf1v]  .mult-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 900;
    border-radius: 8px;
    padding: 4px 10px;
    letter-spacing: 0.06em;
    min-width: 44px;
}

    .content-box[b-m7k81qtf1v]  .mult-badge.m10 {
        background: rgba(12,40,80,0.06);
        color: rgba(12,40,80,0.5);
    }

    .content-box[b-m7k81qtf1v]  .mult-badge.m12 {
        background: rgba(102,174,224,0.15);
        color: #1885b2;
    }

    .content-box[b-m7k81qtf1v]  .mult-badge.m14 {
        background: rgba(29,156,215,0.18);
        color: #0f6e9e;
    }

    .content-box[b-m7k81qtf1v]  .mult-badge.m16 {
        background: rgba(12,80,140,0.15);
        color: #0a4b82;
    }

    .content-box[b-m7k81qtf1v]  .mult-badge.m18 {
        background: rgba(12,40,80,0.18);
        color: var(--icf-navy);
    }

    .content-box[b-m7k81qtf1v]  .mult-badge.m20 {
        background: var(--icf-navy);
        color: var(--icf-blue-light);
    }

/* ── LEVEL LEGEND (move difficulty key) ──────────────────────────────────── */
.content-box[b-m7k81qtf1v]  .level-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(12,40,80,0.03);
    border: 1px solid var(--icf-border);
    border-radius: 8px;
}

/* ── FORMULA BOX (progression system) ───────────────────────────────────── */
.content-box[b-m7k81qtf1v]  .formula-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: rgba(29, 156, 215, 0.07);
    border: 1px solid rgba(29, 156, 215, 0.25);
    border-left: 4px solid var(--icf-blue);
    border-radius: 8px;
    padding: 0.85rem 1rem;
    margin-bottom: 0.85rem;
}

.content-box[b-m7k81qtf1v]  .formula-label {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--icf-blue);
}

.content-box[b-m7k81qtf1v]  .formula-text {
    font-family: var(--font-display, monospace);
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--icf-navy);
}

/* ── MOBILE ──────────────────────────────────────────────────────────────── */
.mobile-only[b-m7k81qtf1v] {
    display: none;
}

.mobile-only-flex[b-m7k81qtf1v] {
    display: none;
}

@media (max-width: 900px) {
    .rules-layout[b-m7k81qtf1v] {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .rules-sidebar[b-m7k81qtf1v] {
        height: auto;
        max-height: none !important;
        display: none;
    }

    .rules-content[b-m7k81qtf1v] {
        display: flex;
    }

    .rules-layout.mobile-menu-open .rules-sidebar[b-m7k81qtf1v] {
        display: flex;
    }

    .rules-layout.mobile-menu-open .rules-content[b-m7k81qtf1v] {
        display: none;
    }

    .mobile-only[b-m7k81qtf1v] {
        display: block;
    }

    .mobile-only-flex[b-m7k81qtf1v] {
        display: flex;
    }

    .sidebar-title[b-m7k81qtf1v] {
        font-size: 1.4rem !important;
    }

    .res-header[b-m7k81qtf1v] {
        padding: 1rem;
    }

    .content-box[b-m7k81qtf1v] {
        padding: 1rem;
    }

        /* Responsive table: stack as label/value on small screens */
        .content-box[b-m7k81qtf1v]  td:first-child {
            white-space: normal;
        }
}

.cont-section[b-m7k81qtf1v] {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.content-data[b-m7k81qtf1v] {
    padding: 0 1rem;
}



/* ==========================================================================
   MEDIA QUERIES (Responsive Design unificado)
   ========================================================================== */

/* ── PANTALLAS GRANDES Y Laptops (max-width: 1024px) ── */
@media (max-width: 1024px) {
    .rules-layout[b-m7k81qtf1v] {
        grid-template-columns: 280px 1fr;
        gap: 15px;
        padding: 15px 15px 0 15px;
    }

    .sidebar-title[b-m7k81qtf1v] {
        font-size: 2rem;
    }

}

/* ── TABLETS (max-width: 900px) ─ */
@media (max-width: 900px) {
    .rules-layout[b-m7k81qtf1v] {
        grid-template-columns: 1fr;
        padding: 10px;
        min-height: auto;
    }

    .rules-sidebar[b-m7k81qtf1v] {
        height: auto;
        max-height: none !important;
        display: none;
    }

    .rules-content[b-m7k81qtf1v] {
        display: flex;
    }

    .rules-layout.mobile-menu-open .rules-sidebar[b-m7k81qtf1v] {
        display: flex;
        height: calc(100vh - 120px);
    }

    .rules-layout.mobile-menu-open .rules-content[b-m7k81qtf1v] {
        display: none;
    }

    .mobile-only[b-m7k81qtf1v] {
        display: block;
    }

    .mobile-only-flex[b-m7k81qtf1v] {
        display: flex;
    }

    .sidebar-title[b-m7k81qtf1v] {
        font-size: 1.4rem !important;
    }

    .res-header[b-m7k81qtf1v] {
        padding: 1rem;
    }

    .content-box[b-m7k81qtf1v] {
        padding: 1rem;
    }
}

/* ── MÓVILES (max-width: 768px) - Transformación de Tablas a Tarjetas ── */
@media (max-width: 768px) {
    .content-data[b-m7k81qtf1v] {
        padding: 0 0.5rem;
    }

    .content-box[b-m7k81qtf1v]  thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .content-box[b-m7k81qtf1v]  table,
    .content-box[b-m7k81qtf1v]  thead,
    .content-box[b-m7k81qtf1v]  tbody,
    .content-box[b-m7k81qtf1v]  th,
    .content-box[b-m7k81qtf1v]  td,
    .content-box[b-m7k81qtf1v]  tr {
        display: block;
        width: 100%;
    }

    .content-box[b-m7k81qtf1v]  tr {
        border: 1px solid var(--icf-border);
        border-radius: 8px;
        margin-bottom: 1.25rem;
        background: var(--icf-white);
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    }

    .content-box[b-m7k81qtf1v]  td {
        border: none;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        position: relative;
        padding: 10px 10px 10px 120px !important; 
        min-height: 44px;
        text-align: left !important;
        font-size: 1.05rem;
    }

        .content-box[b-m7k81qtf1v]  td:last-child {
            border-bottom: none;
        }

        .content-box[b-m7k81qtf1v]  td::before {
            content: attr(data-label);
            position: absolute;
            left: 12px;
            top: 12px;
            width: 95px;
            font-family: var(--font-display, sans-serif);
            font-size: 0.75rem;
            font-weight: 800;
            color: var(--muted, #64748b);
            text-transform: uppercase;
            line-height: 1.2;
        }

        .content-box[b-m7k81qtf1v]  td:first-child {
            background: rgba(12, 40, 80, 0.04);
            padding: 12px 10px !important;
            text-align: center !important;
            font-size: 1.25rem;
            border-right: none;
        }

            .content-box[b-m7k81qtf1v]  td:first-child::before {
                display: none; 
            }
}

/* ── MÓVILES PEQUEÑOS (max-width: 480px) ── */
@media (max-width: 480px) {
    .sch-time[b-m7k81qtf1v] {
        font-size: 1.4rem;
    }

    .content-box[b-m7k81qtf1v]  h3 {
        font-size: 1rem;
        letter-spacing: 0.1em;
    }

    .value-badge[b-m7k81qtf1v] {
        font-size: 1.2rem !important;
        padding: 4px 8px;
    }

    .content-box[b-m7k81qtf1v]  .exec {
        font-size: 0.75rem;
        padding: 3px 6px;
    }

    .content-box[b-m7k81qtf1v]  td {
        padding: 32px 10px 10px 10px !important;
    }

        .content-box[b-m7k81qtf1v]  td::before {
            width: calc(100% - 20px);
            top: 10px;
            left: 10px;
            border-bottom: 1px dashed rgba(0,0,0,0.1);
            padding-bottom: 4px;
        }

        .content-box[b-m7k81qtf1v]  td:first-child {
            padding: 12px 10px !important;
        }
}

/* ── CLASES FINALES RESTAURADAS ── */
.cont-section[b-m7k81qtf1v] {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.content-data[b-m7k81qtf1v] {
    padding: 0 1rem;
}
/* /Components/Pages/Landing.razor.rz.scp.css */
/* ==========================================================================
   GLOBALES (Recomendado para app.css / site.css)
   ========================================================================== */
*[b-9i3lv0qvij], *[b-9i3lv0qvij]::before, *[b-9i3lv0qvij]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root[b-9i3lv0qvij] {
    --navy: #0a2d5e;
    --blue: #1a6bb5;
    --cyan: #00b4d8;
    --sky: #90e0ef;
    --white: #f8fbff;
    --offwhite: #eef4fb;
    --text: #0d1f3a;
    --muted: #5a7a9e;
    --gold: #f4a732;
    --ff-display: 'Barlow Condensed', sans-serif;
    --ff-body: 'DM Sans', sans-serif;
}

html[b-9i3lv0qvij] {
    scroll-behavior: smooth;
}

body[b-9i3lv0qvij] {
    font-family: var(--ff-body);
    background: var(--white);
    color: var(--text);
    overflow-x: hidden;
}

/* ==========================================================================
   ESTILOS DEL COMPONENTE (Para Index.razor.css)
   ========================================================================== */

/* ── NAV ── */
nav[b-9i3lv0qvij] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px;
    height: 72px;
    background: rgba(248, 251, 255, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(0,180,216,0.15);
    transition: box-shadow 0.3s;
}

    nav.scrolled[b-9i3lv0qvij] {
        box-shadow: 0 4px 32px rgba(10,45,94,0.12);
    }

.nav-logo[b-9i3lv0qvij] {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

    .nav-logo img[b-9i3lv0qvij] {
        height: 44px;
        object-fit: contain;
    }

.nav-links[b-9i3lv0qvij] {
    display: flex;
    gap: 32px;
    list-style: none;
}

    .nav-links a[b-9i3lv0qvij] {
        font-family: var(--ff-body);
        font-size: 14px;
        font-weight: 500;
        color: var(--navy);
        text-decoration: none;
        letter-spacing: 0.03em;
        transition: color 0.2s;
    }

        .nav-links a:hover[b-9i3lv0qvij] {
            color: var(--cyan);
        }

.nav-cta[b-9i3lv0qvij] {
    background: var(--navy);
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: var(--ff-display);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
}

    .nav-cta:hover[b-9i3lv0qvij] {
        background: var(--blue);
        transform: translateY(-1px);
    }

/* ── HERO ── */
.hero[b-9i3lv0qvij] {
    min-height: 95vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px;
    background: linear-gradient(160deg, #f8fbff 0%, #dff0f9 40%, #b8dff4 100%);
}

.hero-bg-wave[b-9i3lv0qvij] {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

    .hero-bg-wave svg[b-9i3lv0qvij] {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -10%;
        left: 0;
    }

.hero-badge[b-9i3lv0qvij] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,180,216,0.12);
    border: 1px solid rgba(0,180,216,0.4);
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: var(--blue);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 24px;
    width: fit-content;
    animation: fadeUp-b-9i3lv0qvij 0.8s ease both;
}

    .hero-badge[b-9i3lv0qvij]::before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--cyan);
        display: block;
    }

.hero-title[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-weight: 900;
    line-height: 0.9;
    text-transform: uppercase;
    color: var(--navy);
    animation: fadeUp-b-9i3lv0qvij 0.8s 0.1s ease both;
}

    .hero-title .line1[b-9i3lv0qvij] {
        font-size: clamp(72px, 10vw, 140px);
        display: block;
    }

    .hero-title .line2[b-9i3lv0qvij] {
        font-size: clamp(48px, 6.5vw, 96px);
        display: block;
        color: var(--blue);
        font-style: italic;
    }

    .hero-title .line3[b-9i3lv0qvij] {
        font-size: clamp(40px, 5vw, 72px);
        display: block;
        font-weight: 700;
        color: var(--muted);
        letter-spacing: 0.15em;
    }

.hero-meta[b-9i3lv0qvij] {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    flex-wrap: wrap;
    animation: fadeUp-b-9i3lv0qvij 0.8s 0.2s ease both;
}

.hero-meta-item[b-9i3lv0qvij] {
    display: flex;
    flex-direction: column;
}

.hero-meta-label[b-9i3lv0qvij] {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
}

.hero-meta-value[b-9i3lv0qvij] {
    font-size: 18px;
    font-weight: 600;
    color: var(--navy);
}

.hero-actions[b-9i3lv0qvij] {
    display: flex;
    gap: 16px;
    margin-top: 40px;
    flex-wrap: wrap;
    animation: fadeUp-b-9i3lv0qvij 0.8s 0.3s ease both;
}

.btn-primary[b-9i3lv0qvij] {
    background: var(--navy);
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: var(--ff-display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 16px 40px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

    .btn-primary:hover[b-9i3lv0qvij] {
        background: var(--blue);
        transform: translateY(-2px);
    }

.btn-secondary[b-9i3lv0qvij] {
    background: transparent;
    color: var(--navy);
    border: 2px solid var(--navy);
    cursor: pointer;
    font-family: var(--ff-display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 14px 36px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s;
}

    .btn-secondary:hover[b-9i3lv0qvij] {
        background: var(--navy);
        color: #fff;
        transform: translateY(-2px);
    }

.hero-logo[b-9i3lv0qvij] {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    width: min(420px, 38vw);
    opacity: 0.22;
    pointer-events: none;
    animation: fadeIn-b-9i3lv0qvij 1.2s 0.4s ease both;
}

    .hero-logo img[b-9i3lv0qvij] {
        width: 100%;
    }

/* ── COUNTDOWN ── */
.countdown-bar[b-9i3lv0qvij] {
    background: var(--navy);
    padding: 28px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.countdown-label[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--cyan);
}

.countdown-units[b-9i3lv0qvij] {
    display: flex;
    gap: 24px;
}

.countdown-unit[b-9i3lv0qvij] {
    text-align: center;
}

.countdown-num[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    min-width: 70px;
    display: block;
}

.countdown-unit-label[b-9i3lv0qvij] {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 2px;
}

.countdown-sep[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 40px;
    font-weight: 900;
    color: var(--cyan);
    align-self: center;
    margin-bottom: 12px;
}

.countdown-cta[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cyan);
    text-decoration: none;
    border: 2px solid var(--cyan);
    padding: 10px 24px;
    border-radius: 4px;
    transition: all 0.2s;
}

    .countdown-cta:hover[b-9i3lv0qvij] {
        background: var(--cyan);
        color: var(--navy);
    }

/* ── SECTION HEADERS ── */
.section-header[b-9i3lv0qvij] {
    text-align: center;
    margin-bottom: 56px;
}

.section-tag[b-9i3lv0qvij] {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--cyan);
    margin-bottom: 12px;
}

.section-title[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(40px, 5vw, 68px);
    text-transform: uppercase;
    color: var(--navy);
    line-height: 0.95;
}

.section-sub[b-9i3lv0qvij] {
    font-size: 17px;
    color: var(--muted);
    margin-top: 14px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* ── CATEGORIES ── */
.categories[b-9i3lv0qvij] {
    padding: 96px 48px;
    background: var(--white);
}

.cat-grid[b-9i3lv0qvij] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.cat-card[b-9i3lv0qvij] {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: var(--offwhite);
    border: 1px solid rgba(0,180,216,0.15);
    padding: 36px 28px 28px;
    cursor: pointer;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

    .cat-card:hover[b-9i3lv0qvij] {
        transform: translateY(-4px);
        box-shadow: 0 16px 48px rgba(10,45,94,0.12);
        border-color: var(--cyan);
    }

    .cat-card[b-9i3lv0qvij]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--blue), var(--cyan));
    }

.cat-icon[b-9i3lv0qvij] {
    font-size: 36px;
    margin-bottom: 16px;
}

.cat-name[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 6px;
}

.cat-detail[b-9i3lv0qvij] {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.5;
}

.cat-link[b-9i3lv0qvij] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--blue);
    text-decoration: none;
}

    .cat-link:hover[b-9i3lv0qvij] {
        color: var(--cyan);
    }

    .cat-link svg[b-9i3lv0qvij] {
        width: 16px;
        height: 16px;
    }

/* ── WAVE DIVIDER ── */
.wave-divider[b-9i3lv0qvij] {
    line-height: 0;
    overflow: hidden;
}

    .wave-divider svg[b-9i3lv0qvij] {
        display: block;
        width: 100%;
    }

/* ── MEDALS / HIGHLIGHTS ── */
.highlights[b-9i3lv0qvij] {
    padding: 96px 48px;
    background: var(--offwhite);
}

.medals-grid[b-9i3lv0qvij] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

@media(max-width: 700px) {
    .medals-grid[b-9i3lv0qvij] {
        grid-template-columns: 1fr;
    }
}

.medal-card[b-9i3lv0qvij] {
    background: var(--white);
    border-radius: 8px;
    padding: 28px;
    border: 1px solid rgba(0,180,216,0.12);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .medal-card:hover[b-9i3lv0qvij] {
        transform: translateY(-3px);
        box-shadow: 0 12px 36px rgba(10,45,94,0.1);
    }

.medal-header[b-9i3lv0qvij] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.medal-disc[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
}

.medal-podium[b-9i3lv0qvij] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.podium-row[b-9i3lv0qvij] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.podium-rank[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 28px;
    font-weight: 900;
    color: var(--navy);
    width: 32px;
}

    .podium-rank.gold[b-9i3lv0qvij] {
        color: #c9960a;
    }

    .podium-rank.silver[b-9i3lv0qvij] {
        color: #7a8fa6;
    }

    .podium-rank.bronze[b-9i3lv0qvij] {
        color: #a0522d;
    }

.podium-flag[b-9i3lv0qvij] {
    font-size: 20px;
}

.podium-athlete[b-9i3lv0qvij] {
    flex: 1;
}

.podium-name[b-9i3lv0qvij] {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
}

.podium-country[b-9i3lv0qvij] {
    font-size: 12px;
    color: var(--muted);
}

.podium-score[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 20px;
    font-weight: 800;
    color: var(--blue);
}

/* ── GALLERY ── */
.gallery[b-9i3lv0qvij] {
    padding: 96px 48px;
    background: var(--white);
}

.gallery-grid[b-9i3lv0qvij] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 16px;
}

.gallery-item[b-9i3lv0qvij] {
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--offwhite);
    position: relative;
    cursor: pointer;
    transition: transform 0.25s;
}

    .gallery-item:first-child[b-9i3lv0qvij] {
        grid-column: span 2;
        aspect-ratio: 16/9;
    }

    .gallery-item:hover[b-9i3lv0qvij] {
        transform: scale(1.02);
    }

.gallery-placeholder[b-9i3lv0qvij] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: repeating-linear-gradient(135deg, #def0f9 0px, #def0f9 10px, #eef6fc 10px, #eef6fc 20px);
}

.gallery-placeholder-text[b-9i3lv0qvij] {
    font-family: monospace;
    font-size: 12px;
    color: var(--muted);
    text-align: center;
    padding: 0 16px;
}

.gallery-placeholder-icon[b-9i3lv0qvij] {
    font-size: 28px;
    opacity: 0.5;
}

.gallery-overlay[b-9i3lv0qvij] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,45,94,0.7) 0%, transparent 50%);
    display: flex;
    align-items: flex-end;
    padding: 16px;
    opacity: 0;
    transition: opacity 0.25s;
}

.gallery-item:hover .gallery-overlay[b-9i3lv0qvij] {
    opacity: 1;
}

.gallery-overlay-text[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.06em;
}

/* ── SCHEDULE ── */
.schedule[b-9i3lv0qvij] {
    padding: 40px 48px 0 48px;
    background: var(--offwhite);
}

.schedule-grid[b-9i3lv0qvij] {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.schedule-day[b-9i3lv0qvij] {
    border-left: 3px solid var(--cyan);
    padding-left: 28px;
    position: relative;
    margin-bottom: 40px;
}

    .schedule-day[b-9i3lv0qvij]::before {
        content: '';
        position: absolute;
        left: -8px;
        top: 4px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: var(--cyan);
        border: 3px solid var(--white);
    }

.schedule-day-title[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 16px;
    letter-spacing: 0.06em;
}

.schedule-events[b-9i3lv0qvij] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.schedule-event[b-9i3lv0qvij] {
    display: grid;
    grid-template-columns: 90px 1fr auto;
    gap: 16px;
    align-items: center;
    background: var(--white);
    border-radius: 6px;
    padding: 14px 18px;
    border: 1px solid rgba(0,180,216,0.12);
    transition: border-color 0.2s;
}

    .schedule-event:hover[b-9i3lv0qvij] {
        border-color: var(--cyan);
    }

.sched-time[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 18px;
    font-weight: 700;
    color: var(--cyan);
}

.sched-event-name[b-9i3lv0qvij] {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
}

.sched-event-sub[b-9i3lv0qvij] {
    font-size: 13px;
    color: var(--muted);
    margin-top: 2px;
}

.sched-badge[b-9i3lv0qvij] {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    background: rgba(0,180,216,0.1);
    color: var(--blue);
}

    .sched-badge.final[b-9i3lv0qvij] {
        background: rgba(10,45,94,0.1);
        color: var(--navy);
    }

    .sched-badge.live[b-9i3lv0qvij] {
        background: rgba(220,50,50,0.1);
        color: #c0392b;
    }

/* ── ATHLETES ── */
.athletes[b-9i3lv0qvij] {
    padding: 96px 48px;
    background: var(--white);
}

.athletes-grid[b-9i3lv0qvij] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.athlete-card[b-9i3lv0qvij] {
    border-radius: 8px;
    overflow: hidden;
    background: var(--offwhite);
    border: 1px solid rgba(0,180,216,0.1);
    transition: transform 0.25s, box-shadow 0.25s;
    cursor: pointer;
}

    .athlete-card:hover[b-9i3lv0qvij] {
        transform: translateY(-4px);
        box-shadow: 0 16px 40px rgba(10,45,94,0.12);
    }

.athlete-photo[b-9i3lv0qvij] {
    aspect-ratio: 3/4;
    background: repeating-linear-gradient(135deg, #dff0f9 0px, #dff0f9 10px, #eef6fc 10px, #eef6fc 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    position: relative;
}

.athlete-info[b-9i3lv0qvij] {
    padding: 16px;
}

.athlete-name[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 4px;
}

.athlete-country[b-9i3lv0qvij] {
    font-size: 13px;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 6px;
}

.athlete-disc[b-9i3lv0qvij] {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cyan);
    margin-top: 6px;
}

/* ── SPONSORS ── */
.sponsors[b-9i3lv0qvij] {
    padding: 72px 48px;
    background: var(--navy);
}

.sponsors-title[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    text-align: center;
    margin-bottom: 40px;
}

.sponsors-grid[b-9i3lv0qvij] {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.sponsor-item[b-9i3lv0qvij] {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
    width: 160px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-display);
    font-size: 18px;
    font-weight: 800;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: background 0.2s;
}

    .sponsor-item:hover[b-9i3lv0qvij] {
        background: rgba(255,255,255,0.1);
    }

/* ── FOOTER ── */
footer[b-9i3lv0qvij] {
    background: #060f1e;
    padding: 48px;
    color: rgba(255,255,255,0.5);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

@media(max-width: 700px) {
    footer[b-9i3lv0qvij] {
        grid-template-columns: 1fr;
    }
}

.footer-brand img[b-9i3lv0qvij] {
    height: 48px;
    margin-bottom: 16px;
    opacity: 0.8;
}

.footer-brand p[b-9i3lv0qvij] {
    font-size: 13px;
    line-height: 1.7;
    max-width: 280px;
}

.footer-col-title[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-bottom: 16px;
}

.footer-links[b-9i3lv0qvij] {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .footer-links a[b-9i3lv0qvij] {
        font-size: 13px;
        color: rgba(255,255,255,0.45);
        text-decoration: none;
        transition: color 0.2s;
    }

        .footer-links a:hover[b-9i3lv0qvij] {
            color: var(--cyan);
        }

.footer-bottom[b-9i3lv0qvij] {
    background: #040b15;
    padding: 20px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

    .footer-bottom p[b-9i3lv0qvij] {
        font-size: 12px;
        color: rgba(255,255,255,0.3);
    }

/* ── ANIMATIONS ── */
@keyframes fadeUp-b-9i3lv0qvij {
    from {
        opacity: 0;
        transform: translateY(32px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn-b-9i3lv0qvij {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* MODIFICADO: Forzamos la opacidad a 1 para que Blazor lo muestre 
   sin necesidad de usar JavaScript para el scroll */
[b-9i3lv0qvij] .reveal {
    opacity: 1;
    transform: none;
}

/* Ya no necesitamos el delay si no hay animación de scroll, 
   pero las dejamos por si las usas en otro lado */
.reveal-delay-1[b-9i3lv0qvij] {
    transition-delay: 0.1s;
}

.reveal-delay-2[b-9i3lv0qvij] {
    transition-delay: 0.2s;
}

.reveal-delay-3[b-9i3lv0qvij] {
    transition-delay: 0.3s;
}

.reveal-delay-4[b-9i3lv0qvij] {
    transition-delay: 0.4s;
}

/* ── HIGHLIGHTS / MEDALS (ADAPTADO A LA FOTO) ── */
.highlights[b-9i3lv0qvij] {
    padding: 40px 48px;
    background: #f4f8fb; /* Fondo gris-azulado claro de la imagen */
}

.medals-grid[b-9i3lv0qvij] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.medal-card[b-9i3lv0qvij] {
    background: #ffffff;
    border-radius: 8px;
    padding: 24px 28px;
    border: 1px solid rgba(0, 180, 216, 0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 4px 20px rgba(10, 45, 94, 0.04);
}

.medal-header[b-9i3lv0qvij] {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 180, 216, 0.1);
    padding-bottom: 12px;
}

.medal-disc[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 15px;
    font-weight: 800;
    color: var(--muted);
    letter-spacing: 0.06em;
}

.medal-podium[b-9i3lv0qvij] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.podium-row[b-9i3lv0qvij] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.podium-rank[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 26px;
    font-weight: 900;
    width: 24px;
    text-align: center;
}

    .podium-rank.gold[b-9i3lv0qvij] {
        color: #d4af37;
    }
    /* Oro */
    .podium-rank.silver[b-9i3lv0qvij] {
        color: #9ca3af;
    }
    /* Plata */
    .podium-rank.bronze[b-9i3lv0qvij] {
        color: #b08d57;
    }
/* Bronce */

.podium-flag[b-9i3lv0qvij] {
    font-size: 14px;
    font-weight: 700;
    color: var(--navy);
    width: 28px;
}

.podium-athlete[b-9i3lv0qvij] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.podium-name[b-9i3lv0qvij] {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
}

.podium-country[b-9i3lv0qvij] {
    font-size: 12px;
    color: var(--muted);
    margin-top: 2px;
}

.podium-score[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 20px;
    font-weight: 800;
    color: var(--blue);
    margin-left: auto;
}

/* ==========================================================================
   ========================================================================== */

/* ── PANTALLAS GRANDES Y TABLETS (max-width: 1024px) ── */
@media (max-width: 1024px) {
    .hero[b-9i3lv0qvij] {
        padding: 0 40px;
    }

    nav[b-9i3lv0qvij] {
        padding: 0 24px;
    }

    .countdown-bar[b-9i3lv0qvij], .categories[b-9i3lv0qvij], .highlights[b-9i3lv0qvij], .gallery[b-9i3lv0qvij], .schedule[b-9i3lv0qvij], .athletes[b-9i3lv0qvij], .sponsors[b-9i3lv0qvij], footer[b-9i3lv0qvij] {
        padding-left: 32px;
        padding-right: 32px;
    }

    .hero-logo[b-9i3lv0qvij] {
        opacity: 0.1;
        right: -10%;
    }
}

/* ── TABLETS PEQUEÑAS Y MÓVILES EN HORIZONTAL (max-width: 768px) ── */
@media (max-width: 768px) {
    .hero[b-9i3lv0qvij] {
        padding: 0 24px;
    }

    nav[b-9i3lv0qvij] {
        padding: 0 16px;
        height: 64px;
    }

    .countdown-bar[b-9i3lv0qvij], .categories[b-9i3lv0qvij], .highlights[b-9i3lv0qvij], .gallery[b-9i3lv0qvij], .schedule[b-9i3lv0qvij], .athletes[b-9i3lv0qvij], .sponsors[b-9i3lv0qvij], footer[b-9i3lv0qvij] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-links[b-9i3lv0qvij] {
        display: none;
    }
    .nav-cta[b-9i3lv0qvij] {
        padding: 8px 16px;
        font-size: 13px;
    }

    .hero-meta[b-9i3lv0qvij] {
        gap: 16px;
        flex-direction: column;
    }

    .hero-actions[b-9i3lv0qvij] {
        flex-direction: column;
        width: 100%;
    }

    .btn-primary[b-9i3lv0qvij], .btn-secondary[b-9i3lv0qvij] {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .countdown-bar[b-9i3lv0qvij] {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 24px 20px;
    }

    .countdown-units[b-9i3lv0qvij] {
        gap: 12px;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .countdown-num[b-9i3lv0qvij] {
        font-size: 36px;
        min-width: 50px;
    }

    .countdown-sep[b-9i3lv0qvij] {
        font-size: 28px;
    }

    .schedule-event[b-9i3lv0qvij] {
        text-align: center;
        gap: 8px;
    }

    .sched-badge[b-9i3lv0qvij] {
        justify-self: center;
        width: fit-content;
    }

    .schedule-day[b-9i3lv0qvij]::before {
        top: 8px;
    }

    .medals-grid[b-9i3lv0qvij] {
        grid-template-columns: 1fr;
    }

    .podium-score[b-9i3lv0qvij] {
        margin-left: 0;
        width: 100%;
        text-align: right;
        border-top: 1px dashed rgba(0,0,0,0.1);
    }

    .flag-ath[b-9i3lv0qvij] {
        display: none;
    }

    .podium-athlete[b-9i3lv0qvij] {
        min-width: 140px;
    }

    .section-header[b-9i3lv0qvij]{
        margin-bottom: 20px;
    }

    .schedule-day[b-9i3lv0qvij]{
        margin-top: 40px;
    }

}

/* ── MÓVILES PEQUEÑOS (max-width: 480px) ── */
@media (max-width: 480px) {
    .hero-title .line1[b-9i3lv0qvij] {
        font-size: clamp(40px, 12vw, 56px);
    }

    .countdown-sep[b-9i3lv0qvij] {
        display: none;
    }

    .countdown-units[b-9i3lv0qvij] {
        gap: 20px;
    }

    .gallery-grid[b-9i3lv0qvij] {
        grid-template-columns: 1fr;
    }

    .gallery-item:first-child[b-9i3lv0qvij] {
        grid-column: span 1;
        aspect-ratio: 4/3;
    }

    .sponsor-item[b-9i3lv0qvij] {
        width: 120px;
        height: 60px;
        font-size: 14px;
    }

    .footer-bottom[b-9i3lv0qvij] {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        gap: 8px;
    }
}

/* ── CUSTOM TOGGLE SWITCH (SCHEDULE) ── */
.schedule-controls[b-9i3lv0qvij] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.toggle-label[b-9i3lv0qvij] {
    font-family: var(--ff-display);
    font-size: 12px;
    color: var(--muted);
    letter-spacing: 0.05em;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
}

    .toggle-label:hover[b-9i3lv0qvij] {
        color: var(--navy);
    }

.custom-toggle[b-9i3lv0qvij] {
    position: relative;
    width: 35px;
    height: 20px;
    background-color: #cbd5e1;
    border-radius: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .custom-toggle.is-expanded[b-9i3lv0qvij] {
        background-color: var(--blue);
    }

.toggle-knob[b-9i3lv0qvij] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.custom-toggle.is-expanded .toggle-knob[b-9i3lv0qvij] {
    transform: translateX(15px);
}
