/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vd5z4f9qh0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vd5z4f9qh0] {
    flex: 1;
}

.sidebar[b-vd5z4f9qh0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vd5z4f9qh0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vd5z4f9qh0]  a, .top-row[b-vd5z4f9qh0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vd5z4f9qh0]  a:hover, .top-row[b-vd5z4f9qh0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vd5z4f9qh0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vd5z4f9qh0] {
        justify-content: space-between;
    }

    .top-row[b-vd5z4f9qh0]  a, .top-row[b-vd5z4f9qh0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vd5z4f9qh0] {
        flex-direction: row;
    }

    .sidebar[b-vd5z4f9qh0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vd5z4f9qh0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vd5z4f9qh0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vd5z4f9qh0], article[b-vd5z4f9qh0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vd5z4f9qh0] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vd5z4f9qh0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mxewubpvmn] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-mxewubpvmn] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mxewubpvmn] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mxewubpvmn] {
    font-size: 1.1rem;
}

.bi[b-mxewubpvmn] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mxewubpvmn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-mxewubpvmn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mxewubpvmn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mxewubpvmn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mxewubpvmn]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-mxewubpvmn]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mxewubpvmn]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mxewubpvmn] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mxewubpvmn] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mxewubpvmn] {
        display: none;
    }

    .nav-scrollable[b-mxewubpvmn] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-a6f2px9i0k],
.components-reconnect-repeated-attempt-visible[b-a6f2px9i0k],
.components-reconnect-failed-visible[b-a6f2px9i0k],
.components-pause-visible[b-a6f2px9i0k],
.components-resume-failed-visible[b-a6f2px9i0k],
.components-rejoining-animation[b-a6f2px9i0k] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-a6f2px9i0k],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-a6f2px9i0k],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-a6f2px9i0k],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-a6f2px9i0k],
#components-reconnect-modal.components-reconnect-retrying[b-a6f2px9i0k],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-a6f2px9i0k],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-a6f2px9i0k],
#components-reconnect-modal.components-reconnect-failed[b-a6f2px9i0k],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-a6f2px9i0k] {
    display: block;
}


#components-reconnect-modal[b-a6f2px9i0k] {
    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-a6f2px9i0k 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-a6f2px9i0k 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-a6f2px9i0k 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-a6f2px9i0k]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-a6f2px9i0k 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-a6f2px9i0k {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-a6f2px9i0k {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-a6f2px9i0k {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-a6f2px9i0k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-a6f2px9i0k] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-a6f2px9i0k] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-a6f2px9i0k] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-a6f2px9i0k] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-a6f2px9i0k] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-a6f2px9i0k] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-a6f2px9i0k 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-a6f2px9i0k] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-a6f2px9i0k {
    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/Home.razor.rz.scp.css */
.hero[b-208q4jk491] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 4rem 1.5rem;
}

.logo[b-208q4jk491] {
    margin: 3rem 0 4rem;
    font-family: var(--font-family-title);
    font-weight: var(--font-weight-title);
    font-size: var(--font-size-hero);
    letter-spacing: 0.2em;
    color: #454e5e;
}

.card[b-208q4jk491] {
    width: fit-content;
    background: #ffffff;
    padding: 1.75rem 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-title[b-208q4jk491] {
    align-self: center;
    font-family: var(--font-family-title);
    font-weight: var(--font-weight-title);
    font-size: var(--font-size-title);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #454e5e;
    margin: 0 0 1.5rem;
}

.field-input[b-208q4jk491] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d7dade;
    padding: 0.25rem 0.1rem 0.5rem;
    font-family: var(--font-family-text);
    font-weight: var(--font-weight-text);
    font-size: var(--font-size-text);
    color: #454e5e;
    background: transparent;
    outline: none;
    margin-bottom: 1.5rem;
}

.field-input:focus[b-208q4jk491] {
    border-bottom-color: #46cf8a;
}

.field-input[b-208q4jk491]::placeholder {
    color: #8a919e;
}

.error-message[b-208q4jk491] {
    align-self: flex-start;
    margin: -1rem 0 1.5rem;
    font-family: var(--font-family-text);
    font-weight: var(--font-weight-text);
    font-size: var(--font-size-text);
    color: #e6564f;
}

.create-button[b-208q4jk491] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #46cf8a;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.15s ease;
}

.create-button:hover[b-208q4jk491] {
    background-color: rgba(70, 207, 138, 0.08);
}

.plus-icon[b-208q4jk491] {
    position: relative;
    width: 36px;
    height: 36px;
}

.plus-icon[b-208q4jk491]::before,
.plus-icon[b-208q4jk491]::after {
    content: "";
    position: absolute;
    background-color: #46cf8a;
    border-radius: 2px;
}

.plus-icon[b-208q4jk491]::before {
    left: 50%;
    top: 0;
    width: 4px;
    height: 100%;
    transform: translateX(-50%);
}

.plus-icon[b-208q4jk491]::after {
    top: 50%;
    left: 0;
    height: 4px;
    width: 100%;
    transform: translateY(-50%);
}
/* /Components/Pages/MainSettings.razor.rz.scp.css */
.settings-page[b-6x6nekr3c3] {
    height: 100vh;
    max-width: 1980px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    padding: 0.5rem;
}

.main-card[b-6x6nekr3c3] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff;
    padding: 0.5rem;
    width: 100%;
}

.tabs[b-6x6nekr3c3] {
    display: flex;
    gap: 0.5rem;
    padding: 0 2rem;
}

.tab[b-6x6nekr3c3] {
    border: none;
    background: transparent;
    color: #ffffff;
    font-family: var(--font-family-title);
    font-weight: var(--font-weight-title);
    font-size: var(--font-size-title);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.5rem;
    cursor: pointer;
}

.tab.active[b-6x6nekr3c3] {
    color: #46cf8a;
}

.content-grid[b-6x6nekr3c3] {
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr) 430px;
    gap: 0.5rem;
    align-items: start;
    padding: 0.5rem 0;
    flex: 1;
    min-height: 0;
}

.col-middle[b-6x6nekr3c3] {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-height: 0;
}

.panel[b-6x6nekr3c3] {
    padding: 1.25rem 1.4rem;
    margin-bottom: 0.5rem;
}

.panel h2[b-6x6nekr3c3] {
    font-family: var(--font-family-title);
    font-weight: var(--font-weight-title);
    font-size: var(--font-size-subtitle);
    color: #454e5e;
    margin: 0 0 1rem;
}

.panel-title-row[b-6x6nekr3c3] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.panel-title-row h2[b-6x6nekr3c3] {
    margin: 0;
}

.help-icon[b-6x6nekr3c3] {
    width: 24px;
    height: 24px;
}

.icon-add-btn[b-6x6nekr3c3],
.icon-delete-btn[b-6x6nekr3c3] {
    border: none;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Liens de l'événement */

.link-block + .link-block[b-6x6nekr3c3] {
    margin-top: 1.5rem;
}

.link-label-row[b-6x6nekr3c3] {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 0.6rem;
}

.link-label[b-6x6nekr3c3] {
    font-weight: 600;
    font-size: var(--font-size-text);
    color: #454e5e;
}

.link-body[b-6x6nekr3c3] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.qr-code[b-6x6nekr3c3] {
    width: 94px;
    height: 94px;
    flex: 0 0 auto;
    border: 1px solid #eceef2;
    border-radius: 6px;
}

.link-buttons[b-6x6nekr3c3] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.link-btn[b-6x6nekr3c3] {
    justify-content: space-between;
    white-space: nowrap;
}

/* Listes des classes */

.classes-list[b-6x6nekr3c3] {
    height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
    margin-bottom: 1rem;
    padding-right: 0.75rem;
}

.classe-row[b-6x6nekr3c3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eceef2;
    font-size: var(--font-size-text);
    color: #454e5e;
}

.classe-row:nth-child(odd)[b-6x6nekr3c3] {
    background: #f4f5f7;
}

.classe-effectif[b-6x6nekr3c3] {
    color: #8a919e;
}

.classes-download-btn[b-6x6nekr3c3] {
    width: 100%;
    justify-content: space-between;
    white-space: nowrap;
}

/* Épreuves */

.epreuves-table[b-6x6nekr3c3] {
    display: flex;
    flex-direction: column;
}

.epreuve-row[b-6x6nekr3c3] {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr) auto auto auto 20px;
    align-items: center;
    gap: 2rem;
    font-size: var(--font-size-text);
    color: #454e5e;
}

.epreuve-row:nth-child(odd)[b-6x6nekr3c3] {
    background: #f4f5f7;
}

.epreuve-range[b-6x6nekr3c3] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.epreuve-color[b-6x6nekr3c3] {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 3px;
    padding: 0;
    background: none;
    cursor: pointer;
}

.epreuve-color[b-6x6nekr3c3]::-webkit-color-swatch-wrapper {
    padding: 0;
}

.epreuve-color[b-6x6nekr3c3]::-webkit-color-swatch {
    border: none;
    border-radius: 3px;
}

.epreuve-color[b-6x6nekr3c3]::-moz-color-swatch {
    border: none;
    border-radius: 3px;
}

.epreuve-nom-input[b-6x6nekr3c3] {
    width: 100%;
    min-width: 0;
    border: none;
    border-bottom: 1px solid #d7dade;
    background: transparent;
    font-size: var(--font-size-text);
    color: #454e5e;
    padding: 0.15rem 0.1rem;
}

.epreuve-nom-input:hover[b-6x6nekr3c3],
.epreuve-nom-input:focus[b-6x6nekr3c3] {
    border-bottom-color: #d7dade;
    outline: none;
}

.epreuve-range-input[b-6x6nekr3c3] {
    width: 56px;
    border: none;
    border-bottom: 1px solid #d7dade;
    background: transparent;
    text-align: right;
    font-size: var(--font-size-text);
    color: #8a919e;
    padding: 0.15rem 0.1rem;
}

.epreuve-points[b-6x6nekr3c3],
.epreuve-essais[b-6x6nekr3c3] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
    color: #454e5e;
}

.points-input[b-6x6nekr3c3] {
    width: 34px;
    border: none;
    border-bottom: 1px solid #d7dade;
    background: transparent;
    text-align: center;
    font-size: var(--font-size-text);
    color: #8a919e;
    padding: 0.1rem;
}

.essais-select[b-6x6nekr3c3] {
    border: 1px solid #d7dade;
    border-radius: 5px;
    padding: 0.15rem 0.35rem;
    font-size: var(--font-size-text);
    color: #454e5e;
    background: transparent;
}

/* Classement */

.classement-panel[b-6x6nekr3c3] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    margin-bottom: 0;
}

.classement-empty[b-6x6nekr3c3] {
    font-size: var(--font-size-text);
    color: #8a919e;
    text-align: center;
    padding: 1.5rem 0;
}

.classement-header-row[b-6x6nekr3c3] {
    display: grid;
    grid-template-columns: 130px 60px minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding-right: 0.5rem;
    margin-bottom: 0.75rem;
}

.classement-header-row h2[b-6x6nekr3c3] {
    grid-column: 1 / 3;
    margin: 0;
}

.classement-scroll[b-6x6nekr3c3] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.classement-block[b-6x6nekr3c3] {
    display: grid;
    grid-template-columns: 150px 60px minmax(0, 1fr) minmax(0, 1fr);
}

.classement-block + .classement-block[b-6x6nekr3c3] {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #454e5e;
}

.classement-block-title[b-6x6nekr3c3] {
    grid-column: 1;
    font-weight: 600;
    font-size: var(--font-size-text);
    color: #454e5e;
    padding-top: 0.15rem;
}

.year-label[b-6x6nekr3c3] {
    font-size: var(--font-size-text);
    color: #454e5e;
    padding-top: 0.25rem;
    padding-left: 0.5rem;
    padding-bottom: 0.25rem;
}

.rank-col[b-6x6nekr3c3] {
    display: flex;
    flex-direction: column;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.classement-row-odd[b-6x6nekr3c3] {
    background: #f4f5f7;
}

.rank-entry[b-6x6nekr3c3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--font-size-text);
    color: #454e5e;
}

.rank-entry.simple[b-6x6nekr3c3] {
    padding: 0.05rem 0;
}

.medal[b-6x6nekr3c3] {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.dossard[b-6x6nekr3c3] {
    font-weight: 600;
    min-width: 2.4em;
}

.valeur[b-6x6nekr3c3] {
    font-weight: 600;
    min-width: 2.4em;
}

.nom[b-6x6nekr3c3] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.classe[b-6x6nekr3c3] {
    color: #454e5e;
}

.no-padding[b-6x6nekr3c3] {
    padding-top: 0;
    padding-bottom: 0;
}

/* Participants */

.panel-title-row .participants-count[b-6x6nekr3c3] {
    font-size: var(--font-size-text);
    color: #454e5e;
}

[b-6x6nekr3c3] .import-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.import-row[b-6x6nekr3c3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.import-btn[b-6x6nekr3c3] {
    flex: 1;
    width: auto;
    margin-bottom: 0;
    letter-spacing: 0.04em;
}

.import-error[b-6x6nekr3c3] {
    margin: 0 0 0.75rem;
    font-size: var(--font-size-text);
    color: #e6564f;
}

.age-cats-row[b-6x6nekr3c3] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: var(--font-size-text);
    color: #454e5e;
    margin-bottom: 0.75rem;
}

.age-checkboxes[b-6x6nekr3c3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.age-checkbox[b-6x6nekr3c3] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: var(--font-size-text);
    color: #454e5e;
}

.age-checkbox input[type="checkbox"][b-6x6nekr3c3] {
    width: 16px;
    height: 16px;
    accent-color: #46cf8a;
}

/* Dossards */

.dossards-table[b-6x6nekr3c3] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dossards-range[b-6x6nekr3c3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--font-size-text);
    color: #454e5e;
}

.dossards-range:nth-child(odd)[b-6x6nekr3c3] {
    background: #f4f5f7;
}

.range-input[b-6x6nekr3c3] {
    width: 56px;
    border: none;
    border-bottom: 1px solid #d7dade;
    background: transparent;
    text-align: center;
    font-size: var(--font-size-text);
    color: #454e5e;
    padding: 0.15rem 0.1rem;
}

/* Export */

.export-btn[b-6x6nekr3c3] {
    width: 100%;
    justify-content: space-between;
    white-space: nowrap;
}

.export-btn + .export-btn[b-6x6nekr3c3] {
    margin-top: 0.6rem;
}

@media (max-width: 1200px) {
    .content-grid[b-6x6nekr3c3] {
        grid-template-columns: 1fr;
    }
}

/* Liste des participants */

.participants-table-wrapper[b-6x6nekr3c3] {
    flex: 1;
    min-height: 0;
    overflow: auto;
    border-radius: 25px;
}

.participants-table[b-6x6nekr3c3] {
    border-collapse: collapse;
    width: 100%;
    font-size: var(--font-size-text);
    color: #454e5e;
    white-space: nowrap;
}

.participants-table th[b-6x6nekr3c3],
.participants-table td[b-6x6nekr3c3] {
    text-align: left;
}

.participants-table thead th[b-6x6nekr3c3] {
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 1;
    font-size: var(--font-size-subtitle);
    font-weight: 500;
    line-height: 1;
}

.participants-table thead tr:first-child th[b-6x6nekr3c3] {
    top: 0;
}

.participants-table thead tr:last-child th[b-6x6nekr3c3] {
    top: 2.5rem;
}

.participants-table .fixed-col[b-6x6nekr3c3] {
    font-weight: 600;
}

.participants-table thead .fixed-col[b-6x6nekr3c3] {
    font-weight: 700;
}

.participants-table thead th.sortable[b-6x6nekr3c3] {
    cursor: pointer;
    user-select: none;
}

.participants-table thead th.sortable:hover[b-6x6nekr3c3] {
    color: #2f8fd6;
}

.participants-table thead th.trial-header[b-6x6nekr3c3] {
    border-left: 1px solid #d7dade;
    font-family: var(--font-family-title);
    font-weight: var(--font-weight-title);
}

.trial-header-index[b-6x6nekr3c3] {
    font-size: var(--font-size-subtitle);
}

.trial-header-name[b-6x6nekr3c3] {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: var(--font-size-text);
    color: #454e5e;
}

.participants-table thead th.essai-header[b-6x6nekr3c3] {
    color: #454e5e;
    font-size: var(--font-size-text);
    font-weight: 400;
}

.trial-group-start[b-6x6nekr3c3] {
    border-left: 1px solid #d7dade;
}

.participants-table tbody tr:nth-child(odd)[b-6x6nekr3c3] {
    background: #f4f5f7;
}

/* /Components/Pages/Referee.razor.rz.scp.css */
.referee-page[b-aqwpymuuua] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 0.5rem 0.5rem 2rem;
}

.referee-card[b-aqwpymuuua] {
    width: 100%;
    max-width: 440px;
    margin: 1rem auto 0;
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
}

.referee-card-header[b-aqwpymuuua] {
    color: #46cf8a;
    font-family: var(--font-family-title);
    font-weight: var(--font-weight-title);
    font-size: var(--font-size-subtitle);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 1rem 1.25rem;
    text-align: center;
}

/* Class selection */

.referee-class-list[b-aqwpymuuua] {
    max-height: 70vh;
    overflow-y: auto;
}

.referee-class-row[b-aqwpymuuua] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
    font-size: var(--font-size-text);
    color: #454e5e;
    cursor: pointer;
}

.referee-class-row:nth-child(odd)[b-aqwpymuuua] {
    background: #f4f5f7;
}

.referee-class-row:active[b-aqwpymuuua] {
    background: #eceef2;
}

.referee-class-nom[b-aqwpymuuua] {
    font-weight: 700;
}

.referee-class-effectif[b-aqwpymuuua] {
    color: #8a919e;
}

/* Results entry */

.referee-results-wrapper[b-aqwpymuuua] {
    max-height: 70vh;
    overflow: auto;
}

.referee-results-table[b-aqwpymuuua] {
    border-collapse: collapse;
    width: 100%;
    font-size: var(--font-size-text);
    color: #454e5e;
}

.referee-results-table th[b-aqwpymuuua],
.referee-results-table td[b-aqwpymuuua] {
    padding: 0.25rem;
    text-align: left;
    white-space: nowrap;
}

.referee-prenom-col[b-aqwpymuuua] {
    width: 130px;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.referee-results-table thead th[b-aqwpymuuua] {
    position: sticky;
    background: #ffffff;
    z-index: 1;
    font-weight: 700;
}

.referee-results-table thead tr:first-child th[b-aqwpymuuua] {
    top: 0;
}

.referee-results-table thead tr:last-child th[b-aqwpymuuua] {
    top: 2.5rem;
}

.referee-results-table .fixed-col[b-aqwpymuuua] {
    font-weight: 600;
}

.essai-header[b-aqwpymuuua] {
    color: #454e5e;
    font-weight: 400;
}

.referee-results-table tbody tr:nth-child(odd)[b-aqwpymuuua] {
    background: #f4f5f7;
}

.referee-trial-select[b-aqwpymuuua] {
    border: 1px solid #d7dade;
    border-radius: 5px;
    padding: 0.35rem 0.5rem;
    font-size: var(--font-size-text);
    color: #454e5e;
    background: #ffffff;
}

/* Back button */

.referee-back-btn[b-aqwpymuuua] {
    width: 100%;
    max-width: 440px;
    margin-top: 1rem;
}

@media (min-width: 480px) {
    .referee-page[b-aqwpymuuua] {
        padding-top: 1.5rem;
    }
}
/* /Components/Shared/EventTopbar.razor.rz.scp.css */
.topbar[b-4v4c9pacs0] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
}

.topbar.topbar-simple[b-4v4c9pacs0] {
    display: flex;
    justify-content: center;
}

.topbar-logo[b-4v4c9pacs0] {
    justify-self: start;
    font-family: var(--font-family-title);
    font-weight: var(--font-weight-title);
    font-size: var(--font-size-sub-hero);
    line-height: 1;
    letter-spacing: 0.12em;
    color: #454e5e;
}

.topbar-title[b-4v4c9pacs0] {
    justify-self: center;
    margin: 0;
    text-align: center;
    font-family: var(--font-family-title);
    font-weight: var(--font-weight-title);
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #454e5e;
}

.topbar-owner[b-4v4c9pacs0] {
    justify-self: end;
    text-align: right;
    font-size: var(--font-size-text);
    color: #454e5e;
    font-weight: 700;
}

.topbar-owner a[b-4v4c9pacs0] {
    display: block;
    color: #2f8fd6;
    text-decoration: none;
}

.topbar-owner a:hover[b-4v4c9pacs0] {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .topbar[b-4v4c9pacs0] {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 0.35rem;
        padding: 0.75rem 0.5rem;
    }

    .topbar-logo[b-4v4c9pacs0] {
        font-size: 1.6rem;
    }

    .topbar-title[b-4v4c9pacs0] {
        font-size: 1.5rem;
    }

    .topbar-owner[b-4v4c9pacs0] {
        text-align: center;
    }
}
