/* /Components/Bio/AthleteBody.razor.rz.scp.css */
ul[b-i4g2neqh80]{
    list-style: none;
    color: var(--color-white);
    padding: 0;
}

.top_pb[b-i4g2neqh80]{
    padding: 1rem;
}

.top_pb_name[b-i4g2neqh80]{
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
}

.doug_stadistics[b-i4g2neqh80] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;
}

.chart-col[b-i4g2neqh80] {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 250px;
    max-width: 300px;
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .chart-col[b-i4g2neqh80] {
        flex: 1 1 calc(25% - 0.75rem);
    }
}


@media (max-width: 767.98px) {
    .top_pb_name h4[b-i4g2neqh80]{
        font-size: 1.2rem;
    }
}
/* /Components/Bio/AthleteHeader.razor.rz.scp.css */
.ath_header[b-b36om6cmu2] {
    border-top: 2px solid var(--color-accent-y);
    border-left: 1px solid var(--color-primary-mb);
    border-right: 1px solid var(--color-primary-mb);
    display: flex;
    color: var(--color-white);
    justify-content: space-between;
    min-height: 120px;
}

.left_data[b-b36om6cmu2] {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.ath_image[b-b36om6cmu2] {
    background: url("/images/ana.png");
    border-right: 1px solid var(--color-accent-y);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 150px;
    height: 100%;
    flex-shrink: 0;
}

.ath_data[b-b36om6cmu2] {
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--color-accent-y);
    height: 100%;
    justify-content: center;
    padding: 1.5rem;
    flex: 1;
    min-width: 0;
}

.ath_data--name[b-b36om6cmu2] {
    font-size: 1.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ath_fav[b-b36om6cmu2] {
    display: flex;
    /* align-items: center; */
    gap: 0.8rem;
    /* flex-wrap: wrap; */
    margin-bottom: 1rem;
    flex-direction: column;
}

.fav[b-b36om6cmu2]{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info_desc span[b-b36om6cmu2]{
    border: 1px solid var(--color-accent-y);
    padding: .5rem;
    color: var(--color-primary-lb);
}
.ath_data--surname[b-b36om6cmu2] {
    font-size: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ath_info dentro de ath_data (móviles) */
.ath_data .ath_info[b-b36om6cmu2] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px solid var(--color-primary-mb);
}

/* ath_info fuera de ath_data (desktop) */
.ath_header > .ath_info[b-b36om6cmu2] {
    display: flex;
    padding: 1.2rem;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.cont-info[b-b36om6cmu2]{
    display: flex;
    gap: 10px;
}

.ath_info--left[b-b36om6cmu2] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ath_info--right[b-b36om6cmu2] {
    display: flex;
    flex-direction: column;
}

.ath_info--country[b-b36om6cmu2] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.ath_info--span[b-b36om6cmu2] {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

/* Responsive breakpoints */

/* Tablets y móviles grandes (hasta 991px) */
@media (max-width: 991px) {
    .ath_data[b-b36om6cmu2] {
        border-right: none;
        padding: 1rem 1.5rem;
    }
    
    .ath_data--name[b-b36om6cmu2] {
        font-size: 1.2rem;
    }
    
    .ath_data--surname[b-b36om6cmu2] {
        font-size: 1.4rem;
    }
    
    .ath_data .ath_info[b-b36om6cmu2] {
        gap: 1.5rem;
    }
    
    .ath_data .ath_info--left[b-b36om6cmu2] {
        align-items: flex-start;
    }
}

/* Móviles grandes (576px - 767px) */
@media (max-width: 767px) {
    .ath_image[b-b36om6cmu2] {
        display: none !important;
    }
    
    .ath_data[b-b36om6cmu2] {
        padding: 1rem;
        align-items: center;
    }
    
    .ath_data--name[b-b36om6cmu2] {
        font-size: 1.1rem;
    }
    
    .ath_data--surname[b-b36om6cmu2] {
        font-size: 1.3rem;
    }
    
    .ath_fav[b-b36om6cmu2] {
        gap: 0.6rem;
    }
    
    .ath_data .ath_info[b-b36om6cmu2] {
        gap: 1rem;
        margin-top: 0.6rem;
        padding-top: 0.6rem;
    }
    
    .ath_info--span[b-b36om6cmu2] {
        font-size: 0.75rem;
    }
}

/* Móviles pequeños (menos de 576px) */
@media (max-width: 575px) {
    .ath_header[b-b36om6cmu2] {
        border-left: none;
        border-right: none;
        min-height: auto;
    }
    
    .ath_image[b-b36om6cmu2] {
        display: none !important;
    }
    
    .ath_data[b-b36om6cmu2] {
        padding: 0.8rem;
    }
    
    .ath_data--name[b-b36om6cmu2] {
        font-size: 1rem;
    }
    
    .ath_data--surname[b-b36om6cmu2] {
        font-size: 1.2rem;
    }
    
    .ath_fav[b-b36om6cmu2] {
        gap: 0.5rem;
    }
    
    .ath_data .ath_info[b-b36om6cmu2] {
        flex-direction: column;
        gap: 0.5rem;
        margin-top: 0.5rem;
        padding-top: 0.5rem;
    }
    
    .ath_data .ath_info--left[b-b36om6cmu2] {
        align-items: flex-start;
        margin-top: .4rem;
    }
    
    .ath_data .ath_info--right[b-b36om6cmu2] {
        align-items: flex-start;
    }
    
    .ath_info--span[b-b36om6cmu2] {
        font-size: 0.7rem;
    }
}

@media (max-width: 399px) {
    .ath_image[b-b36om6cmu2] {
        display: none;
    }
    
    .ath_data[b-b36om6cmu2] {
        padding: 0.6rem;
    }
    
    .ath_data--name[b-b36om6cmu2] {
        font-size: 0.9rem;
    }
    
    .ath_data--surname[b-b36om6cmu2] {
        font-size: 1.1rem;
    }
    
    .ath_fav[b-b36om6cmu2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }
    
    .ath_fav i[b-b36om6cmu2] {
        font-size: 1.2rem !important;
        align-self: flex-end;
    }
    
    .ath_data .ath_info[b-b36om6cmu2] {
        gap: 0.4rem;
        margin-top: 0.4rem;
        padding-top: 0.4rem;
    }
    
    .ath_info--span[b-b36om6cmu2] {
        font-size: 0.65rem;
    }
}
/* /Components/Bio/AthleteTops.razor.rz.scp.css */
.ath_tops[b-cjis0kzb3u] {
    border: 1px solid var(--color-accent-y);
    display: flex;
}

.rank_act[b-cjis0kzb3u]{
    display: flex;
    padding: 0.5rem 1rem;
    align-items: center;
    gap: 2rem;
}

.rank_act_title[b-cjis0kzb3u]{
    font-size: 1rem; 
}

.rank_medal[b-cjis0kzb3u], .rank_world[b-cjis0kzb3u], .rank_eur[b-cjis0kzb3u], .rank_champ[b-cjis0kzb3u] {
    border-right: 1px solid var(--color-accent-y);
    padding: 0.4rem 0.9rem;
    display: flex;
    align-items: center;
    font-size: .8rem;
    gap: .8rem;
}

h4[b-cjis0kzb3u]{
    margin: 0;
    font-weight: bolder;
}

@media (max-width: 767.98px){
    .rank_act[b-cjis0kzb3u]{
        display: flex;
        justify-content: space-between;
    }

    .number[b-cjis0kzb3u]{
        font-size: 1.8rem;
    }
}

/* /Components/Bio/BioRanking.razor.rz.scp.css */
.position_cards[b-3dirt8s0el] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info_card[b-3dirt8s0el] {
    display: flex;
    text-align: center;
    border: 1px solid var(--color-primary-mb);
}

.card_size[b-3dirt8s0el] {
    width: 50%;
    border-right: 1px solid var(--color-primary-mb);
    padding: .8rem;
}

h3[b-3dirt8s0el] {
    margin: 0;
    font-weight: 600;
}

.text[b-3dirt8s0el] {
    font-size: .8rem;
    color: var(--color-primary-mb);
}

.puesto[b-3dirt8s0el] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.current span[b-3dirt8s0el], .highest span[b-3dirt8s0el] {
    font-size: 0.8rem;
}

.row[b-3dirt8s0el] {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 767.98px) {
    .chart[b-3dirt8s0el] {
        padding: 1rem;
        display: flex;
        justify-content: center;
    }

    .position_cards[b-3dirt8s0el] {
        padding: 1rem 3.5rem;
    }

}
/* /Components/Bio/PersonalBrands.razor.rz.scp.css */
.top_pb[b-xuihtk5t4z]{
    padding: 1rem;
}

.position_cards[b-xuihtk5t4z] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info_card[b-xuihtk5t4z] {
    display: flex;
    text-align: center;
    border: 1px solid var(--color-primary-mb);
}

.card_size[b-xuihtk5t4z] {
    width: 50%;
    border-right: 1px solid var(--color-primary-mb);
    padding: .8rem;
}

h3[b-xuihtk5t4z] {
    margin: 0;
    font-weight: 600;
}

.text[b-xuihtk5t4z] {
    font-size: .8rem;
    color: var(--color-primary-mb);
}

.puesto[b-xuihtk5t4z] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.current span[b-xuihtk5t4z], .highest span[b-xuihtk5t4z] {
    font-size: 0.8rem;
}

.row[b-xuihtk5t4z] {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 767.98px) {
    .chart[b-xuihtk5t4z] {
        padding: 1rem;
        display: flex;
        justify-content: center;
    }

    .position_cards[b-xuihtk5t4z] {
        padding: 1rem 3.5rem;
    }

}

/* /Components/Bio/Progression.razor.rz.scp.css */
.top_pb[b-i9mkbkpvar] {
    padding: 1rem;
}

.chart[b-i9mkbkpvar]{
    height: 300px;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.top_pb_name[b-i9mkbkpvar]{
    display: flex;
    flex-direction: column;
}

.cont-chart[b-i9mkbkpvar]{
    display: flex;
    flex-direction: column;
        align-items: center;
}

.cont-chart span[b-i9mkbkpvar]{
    align-self: baseline;
}

.doug_stadistics[b-i9mkbkpvar] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;
    margin-top: 1rem;
}
/* /Components/Bio/Results.razor.rz.scp.css */
.top_pb[b-thitbk8foq] {
    padding: 1rem;
}


/* /Components/Bio/SeasonBests.razor.rz.scp.css */
.top_pb[b-9ocxw5397i]{
    padding: 1rem;
}

.chart[b-9ocxw5397i]{
    height: 300px;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.top_pb_name[b-9ocxw5397i]{
    display: flex;
    flex-direction: column;
}

.doug_stadistics[b-9ocxw5397i] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;
    margin-top: 1rem;
}
/* /Components/Footer.razor.rz.scp.css */
/* /Components/General/SmallBarMenu.razor.rz.scp.css */
/* /Components/General/TableCollapse.razor.rz.scp.css */
.custom-table[b-pzlxommlnz] {
    border-collapse: separate;
    border-spacing: 0 4px;
    text-align: center;
    width: 100%;
}

.custom-table-container[b-pzlxommlnz] {
    padding: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.custom-table th[b-pzlxommlnz] {
    padding: 0.6rem 1rem;
    font-weight: 100;
    font-size: 0.8rem;
    color: white;
}

.custom-table td[b-pzlxommlnz] {
    padding: 0.3rem 1rem;
    border-right: 1px solid var(--color-primary-mb);
}

.custom-table td:last-child[b-pzlxommlnz] {
    border-right: none;
}

.custom-table-body[b-pzlxommlnz] {
    font-size: 0.8rem;
}

.custom-expanded-content[b-pzlxommlnz] {
    background-color: var(--overlay-blue-10);
    color: var(--color-primary-lb);
    font-size: 0.75rem;
}

.custom-arrow-cell[b-pzlxommlnz] {
    width: 30px;
    text-align: center;
    user-select: none;
}

.custom-arrow[b-pzlxommlnz] {
    display: inline-block;
    transition: transform 0.3s ease;
}

.custom-arrow.expanded[b-pzlxommlnz] {
    transform: rotate(90deg);
}

.custom-expanded-content:hover[b-pzlxommlnz] {
    background-color: white;
}

.custom-table-nested .custom-table[b-pzlxommlnz] {
    background-color: var(--overlay-blue-10);
    font-size: 0.75rem;
}

.custom-table-nested td[b-pzlxommlnz],
.custom-table-nested th[b-pzlxommlnz] {
    padding: 0.4rem 0.6rem;
}

.custom-table-nested th[b-pzlxommlnz] {
    color: var(--color-primary-mb);
}

.custom-table-nested tr[b-pzlxommlnz] {
    background-color: var(--overlay-blue-10);
}

/* Collapse header style */
.custom-collapse-container[b-pzlxommlnz] {
    border: 1px solid var(--color-primary-mb);
    border-radius: 6px;
    margin-bottom: 1rem;
    background-color: var(--color-primary-db);
}

.custom-collapse-header[b-pzlxommlnz] {
    padding: 0.75rem 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: white;
}

@media (max-width: 767.98px) {
    .custom-table[b-pzlxommlnz] {
        min-width: 30px;
    }

    .custom-table td[b-pzlxommlnz] {
        padding:2px 8px;
        border-right: 1px solid var(--color-primary-mb);
    }

    .custom-table-body[b-pzlxommlnz] {
        font-size: 0.65rem;
    }
    .custom-table th[b-pzlxommlnz] {
        font-weight: 100;
        font-size: 0.8rem;
        color: white;
        padding: 0;
    }
    .custom-table-container[b-pzlxommlnz]{
        padding:0;
    }
}
/* /Components/Rankings.razor.rz.scp.css */
/* /Components/Results/ResultDetails.razor.rz.scp.css */
/* /Components/Statistics.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */

.app-layout[b-smgssz3kno] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

/* Header fijo */
.custom-navbar[b-smgssz3kno] {
    height: 56px;
    z-index: 1000;
}

/* Cuerpo bajo el header */
.layout-body[b-smgssz3kno] {
    display: flex;
    flex: 1;
    margin-top: 56px;
    height: calc(100vh - 56px);
    background: url(images/Fondo.png), #080e1d;
}

/* Contenido */
.content-area[b-smgssz3kno] {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/*contenido + footer */
.content-wrapper[b-smgssz3kno] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.content[b-smgssz3kno] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.footer[b-smgssz3kno] {
    flex-shrink: 0;
}
.page[b-smgssz3kno] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-smgssz3kno] {
    flex: 1;
}

.sidebar[b-smgssz3kno] {
    width: 240px;
    overflow-y: hidden;
    overflow-x: hidden;
    position: sticky;
}

.top-row[b-smgssz3kno] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-smgssz3kno]  a, .top-row[b-smgssz3kno]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-smgssz3kno]  a:hover, .top-row[b-smgssz3kno]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-smgssz3kno]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-smgssz3kno] {
        justify-content: space-between;
    }

    .top-row[b-smgssz3kno]  a, .top-row[b-smgssz3kno]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-smgssz3kno] {
        flex-direction: row;
    }

    .sidebar[b-smgssz3kno] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-smgssz3kno] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-smgssz3kno]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-smgssz3kno], article[b-smgssz3kno] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
