/* /Components/App.razor.rz.scp.css */
body[b-09pzpnis57] {
    margin: 0;
    background-color: var(--main-background);
    color: white;
    font-family: "Roboto", sans-serif;
    overflow-y: hidden;
    overflow-x: hidden;
}

@font-face {
    font-family: "Roboto";
    src: url("Font/Roboto.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root[b-09pzpnis57] {
    --main-purple: #881bb6;
    --nav-bar-secondary: var(--white);
    --main-background: #23252b;
    --secondary-background: rgb(var(--secondary-background-value));
    --secondary-background-value: 54, 56, 59;
    --black-background-transparent: rgba(12, 12, 12, 0.4);
    --white: #ffffff;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-86mjdecxb8] {
    display: flex;
    position: relative;
    background-color: var(--main-purple);
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}

.logo[b-86mjdecxb8] {
    display: flex;
    align-items: center;
    color: var(--nav-bar-secondary);
    white-space: nowrap;
    flex-shrink: 0;
    z-index: 20;
}

    .logo img[b-86mjdecxb8] {
        max-height: 52px;
        margin-top: 0;
        margin: 8px 0;
    }

nav[b-86mjdecxb8] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    border: 0;
    z-index: 10;
    width: fit-content;
}

a[b-86mjdecxb8] {
    text-decoration: none;
    color: inherit;
}

.nav-item[b-86mjdecxb8] {
    margin: 0 10px;
    padding: 10px;
    border-radius: 20px;
    color: var(--nav-bar-secondary);
    position: relative;
    z-index: 2;
    text-align: center;
    user-select: none;
    white-space: nowrap;
    flex: 0 0 auto;
    cursor: pointer;
    transition: transform .35s cubic-bezier(.2,.8,.2,1);
}

    .nav-item.nav-item--gerer[b-86mjdecxb8] {
        opacity: 0;
        width: 0;
        min-width: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
        flex: 0 0 0;
        pointer-events: none;
        transform: scale(0.5);
        filter: blur(5px);
        transition: opacity .3s ease, transform .35s cubic-bezier(0.34, 1.56, 0.64, 1), filter .3s ease, width .35s cubic-bezier(.2,.8,.2,1), padding .35s cubic-bezier(.2,.8,.2,1), margin .35s cubic-bezier(.2,.8,.2,1);
    }

        .nav-item.nav-item--gerer.visible[b-86mjdecxb8] {
            opacity: 1;
            width: 90px;
            min-width: 0;
            padding: 10px;
            margin: 0 10px;
            flex: 0 0 auto;
            transform: scale(1);
            filter: blur(0);
        }

a.nav-item--gerer.visible[b-86mjdecxb8] {
    pointer-events: auto;
    cursor: pointer;
}

.nav-item.nav-item--conditionnel[b-86mjdecxb8] {
    opacity: 0;
    max-width: 0;
    min-width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    flex: 0 0 0;
    pointer-events: none;
    transform: scale(0.5);
    filter: blur(5px);
    transition: opacity .3s ease, transform .35s cubic-bezier(0.34, 1.56, 0.64, 1), filter .3s ease, max-width .35s cubic-bezier(.2,.8,.2,1), padding .35s cubic-bezier(.2,.8,.2,1), margin .35s cubic-bezier(.2,.8,.2,1);
}

    .nav-item.nav-item--conditionnel.visible[b-86mjdecxb8] {
        opacity: 1;
        padding: 10px;
        margin: 0 10px;
        flex: 0 0 auto;
        transform: scale(1);
        filter: blur(0);
    }

a.nav-item--conditionnel.visible[b-86mjdecxb8] {
    pointer-events: auto;
    cursor: pointer;
}

.nav-item--liste.visible[b-86mjdecxb8] {
    max-width: 65px;
}

.nav-item--classement.visible[b-86mjdecxb8] {
    max-width: 115px;
}

.nav-item--soumettre.visible[b-86mjdecxb8] {
    max-width: 196px;
}

nav a.nav-item[b-86mjdecxb8] {
    color: var(--nav-bar-secondary);
}

.nav-mirror[b-86mjdecxb8] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
    z-index: 5;
    clip-path: inset(0 100% 0 100%);
}

.nav-mirror-item[b-86mjdecxb8] {
    color: var(--main-purple);
    cursor: default;
    flex: 0 0 auto;
    transition: transform .35s cubic-bezier(.2,.8,.2,1);
}

.indicator[b-86mjdecxb8] {
    position: absolute;
    background: var(--nav-bar-secondary);
    border-radius: 20px;
    z-index: 1;
    will-change: left,width,opacity,filter,box-shadow;
    transition: left .35s cubic-bezier(.2,.8,.2,1), width .35s cubic-bezier(.2,.8,.2,1), opacity .35s ease, filter .35s ease, box-shadow .35s ease;
}

.indicator--visible[b-86mjdecxb8] {
    opacity: 1;
    filter: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22), inset 0 0 0 1px rgba(255, 255, 255, .6);
}

.indicator--hidden[b-86mjdecxb8] {
    opacity: 0;
    filter: blur(8px) saturate(112%);
    pointer-events: none;
}

.indicator--visible[b-86mjdecxb8]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 22px 8px rgba(255, 255, 255, .35);
    opacity: 0;
    animation: indicator-glow-b-86mjdecxb8 420ms ease-out both;
    pointer-events: none;
}

.indicator--hidden[b-86mjdecxb8]::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    background: radial-gradient(closest-side, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 70%) center/180% 180% no-repeat, radial-gradient(closest-side, rgba(255, 255, 255, .7), rgba(255, 255, 255, 0) 70%) 30% 60%/120% 120% no-repeat, radial-gradient(closest-side, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0) 70%) 70% 40%/120% 120% no-repeat;
    animation: indicator-pop-b-86mjdecxb8 360ms cubic-bezier(.19,1,.22,1) forwards;
    pointer-events: none;
}

@keyframes indicator-pop-b-86mjdecxb8 {
    0% {
        opacity: .9;
        transform: scale(1);
        filter: blur(0);
    }

    70% {
        opacity: .5;
        transform: scale(1.16);
        filter: blur(5px);
    }

    100% {
        opacity: 0;
        transform: scale(1.4);
        filter: blur(9px);
    }
}

@keyframes indicator-glow-b-86mjdecxb8 {
    0% {
        opacity: 0;
        transform: scale(.9);
    }

    60% {
        opacity: .85;
        transform: scale(1.03);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@media (max-width:900px) {
    nav[b-86mjdecxb8] {
        position: static;
        transform: none;
        margin: 0 auto;
    }
}

@media (prefers-reduced-motion:reduce) {
    .indicator[b-86mjdecxb8], .indicator[b-86mjdecxb8]::before, .indicator[b-86mjdecxb8]::after, .nav-mirror[b-86mjdecxb8], .menu-compte[b-86mjdecxb8], .compte-toggle[b-86mjdecxb8], .nav-item[b-86mjdecxb8] {
        transition: none !important;
        animation: none !important;
    }
}

.bloc-compte[b-86mjdecxb8] {
    position: relative;
    z-index: 20;
    margin-right: 6px;
}

.toggle-compte[b-86mjdecxb8] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.compte-toggle[b-86mjdecxb8] {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 14px;
    color: var(--nav-bar-secondary);
    cursor: pointer;
    user-select: none;
    position: relative;
    border: 2px solid transparent;
    background: linear-gradient(180deg, rgba(30, 31, 39, .95), rgba(22, 23, 30, .95)) padding-box, conic-gradient(from var(--spin), #66fff1 0%, #40fca8 24%, #79b4ff 46%, #8b5cf6 62%, #ff7af2 82%, #66fff1 96%, #ffffff 98%, #66fff1 100%) border-box;
    animation: spinBorder-b-86mjdecxb8 10s linear infinite;
    backdrop-filter: blur(6px) saturate(120%);
    -webkit-backdrop-filter: blur(6px) saturate(120%);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .12);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    -webkit-tap-highlight-color: transparent;
    z-index: 30;
}

    .compte-toggle[b-86mjdecxb8]::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, 0) 42%);
    }

    .compte-toggle:hover[b-86mjdecxb8] {
        transform: translateY(-1px);
        box-shadow: 0 12px 26px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .18);
        filter: brightness(1.03);
    }

.toggle-compte:checked + .compte-toggle .chevron[b-86mjdecxb8] {
    transform: rotate(180deg);
    opacity: 1;
}

.avatar-discord[b-86mjdecxb8] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 2px #ffffff,0 0 0 4px rgba(136, 27, 182, .52),0 4px 12px rgba(0, 0, 0, .35);
}

.texte-compte[b-86mjdecxb8] {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: .95;
}

.chevron[b-86mjdecxb8] {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat center/contain;
    transition: transform .18s ease, opacity .18s ease;
    opacity: .9;
}

.etat[b-86mjdecxb8] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 4px;
    position: relative;
    box-shadow: 0 0 0 2px #1b1c21;
    background: #6b7280;
    flex-shrink: 0;
}

.etat--online[b-86mjdecxb8] {
    background: #3ad772;
    box-shadow: 0 0 0 2px #1b1c21,0 0 10px rgba(58, 215, 114, .8);
}

.etat--idle[b-86mjdecxb8] {
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23f9a825'/%3E%3Ccircle cx='11' cy='6.5' r='6' fill='%231b1c21'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: 0 0 0 2px #1b1c21,0 0 10px rgba(249, 168, 37, .8);
}

.etat--dnd[b-86mjdecxb8] {
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23f04747'/%3E%3Crect x='4' y='7' width='8' height='2' rx='1' fill='%23ffffff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: 0 0 0 2px #1b1c21,0 0 10px rgba(240, 71, 71, .8);
}

.etat--offline[b-86mjdecxb8] {
    background: #6b7280;
    box-shadow: 0 0 0 2px #1b1c21;
    opacity: .9;
}

.menu-compte[b-86mjdecxb8] {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    min-width: 260px;
    padding: 10px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(33, 34, 39, .98), rgba(25, 26, 31, .98));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .36), inset 0 0 0 1px rgba(255, 255, 255, .06);
    opacity: 0;
    transform: translateY(-6px) scale(.98);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 25;
}

.toggle-compte:checked ~ .menu-compte[b-86mjdecxb8] {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.toggle-compte:checked ~ .overlay-fermeture[b-86mjdecxb8] {
    display: block;
}

.overlay-fermeture[b-86mjdecxb8] {
    position: fixed;
    inset: 0;
    display: none;
    background: transparent;
    z-index: 15;
    cursor: default;
}

.menu-compte .en-tete[b-86mjdecxb8] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .03);
    margin-bottom: 6px;
}

    .menu-compte .en-tete .nom[b-86mjdecxb8] {
        font-weight: 800;
        color: var(--nav-bar-secondary);
        font-size: 14px;
        line-height: 1.1;
    }

    .menu-compte .en-tete .sous[b-86mjdecxb8] {
        color: #bdbdbd;
        font-size: 12px;
    }

.menu-compte .item[b-86mjdecxb8] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 12px;
    color: #eaeaea;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: background .12s ease, transform .12s ease, color .12s ease;
}

    .menu-compte .item + .item[b-86mjdecxb8] {
        margin-top: 4px;
    }

    .menu-compte .item:hover[b-86mjdecxb8] {
        background: rgba(255, 255, 255, .08);
        transform: translateX(2px);
        color: var(--nav-bar-secondary);
    }

    .menu-compte .item[href*="/profile"][b-86mjdecxb8]::before {
        content: "";
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4.418 0-8 2.239-8 5v1h16v-1c0-2.761-3.582-5-8-5z'/%3E%3C/svg%3E") no-repeat center/contain;
        opacity: .9;
    }

.menu-compte .item--danger[b-86mjdecxb8] {
    color: #ffd6d6;
}

    .menu-compte .item--danger[b-86mjdecxb8]::before {
        content: "";
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffb4b4' viewBox='0 0 24 24'%3E%3Cpath d='M16 13v-2H7V8l-5 4 5 4v-3zM20 3h-8a2 2 0 0 0-2 2v4h2V5h8v14h-8v-4h-2v4a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z'/%3E%3C/svg%3E") no-repeat center/contain;
    }

    .menu-compte .item--danger:hover[b-86mjdecxb8] {
        background: rgba(255, 60, 60, .18);
        color: var(--nav-bar-secondary);
    }

.bouton-discord[b-86mjdecxb8] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px 10px 14px;
    border-radius: 9999px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .2px;
    color: var(--nav-bar-secondary);
    text-decoration: none;
    border: 2px solid transparent;
    background: linear-gradient(180deg, #1f2333, #141a28) padding-box, linear-gradient(135deg, #66fff1, #79b4ff, #8b5cf6, #ff7af2, #66fff1) border-box;
    background-size: 100% 100%, 200% 200%;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .06);
    transition: transform .15s ease, box-shadow .15s ease, filter .2s ease, background-position .6s ease;
}

    .bouton-discord:hover[b-86mjdecxb8] {
        transform: translateY(-1px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .10);
        background-position: 100% 100%, 0% 100%;
        filter: brightness(1.05);
    }

    .bouton-discord:active[b-86mjdecxb8] {
        transform: translateY(0);
        filter: brightness(.98);
        box-shadow: 0 6px 16px rgba(0, 0, 0, .28), inset 0 0 0 1px rgba(255, 255, 255, .06);
    }

.icone-discord[b-86mjdecxb8] {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: block;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .15));
}

.compte-toggle:focus-visible[b-86mjdecxb8],
.menu-compte .item:focus-visible[b-86mjdecxb8],
.bouton-discord:focus-visible[b-86mjdecxb8],
.nav-item:focus-visible[b-86mjdecxb8] {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

@media (max-width:900px) {
    .texte-compte[b-86mjdecxb8] {
        max-width: 100px;
    }
}

@property --spin {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@keyframes spinBorder-b-86mjdecxb8 {
    to {
        --spin: 360deg;
    }
}

.zone-droite[b-86mjdecxb8] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-right: 6px;
    z-index: 20;
}

    .zone-droite .bloc-compte[b-86mjdecxb8] {
        margin-right: 0;
    }

.btn-invite-discord[b-86mjdecxb8] {
    position: relative;
    z-index: 40;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}

    .btn-invite-discord:focus-visible[b-86mjdecxb8] {
        outline: 2px solid #fff;
        outline-offset: 2px;
    }

.gif-discord[b-86mjdecxb8] {
    position: relative;
    z-index: 40;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 12px;
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

    .gif-discord:focus-visible[b-86mjdecxb8] {
        outline: 2px solid #fff;
        outline-offset: 2px;
    }

    .gif-discord:hover[b-86mjdecxb8] {
        transform: translateY(-1px);
        box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
        filter: brightness(1.05);
    }

    .gif-discord .gif-hover[b-86mjdecxb8] {
        width: 60px;
        height: 60px;
        display: block;
        object-fit: contain;
        image-rendering: auto;
    }
/* /Components/Pages/AdminPage.razor.rz.scp.css */
.chargement[b-npqgt9ezy0] {
    text-align: center;
    opacity: .85;
    margin-top: 40px;
}

.gestion-page[b-npqgt9ezy0] {
    height: calc(100vh - 60px);
    overflow-y: auto;
    box-sizing: border-box;
}

.gestion-page-contenu[b-npqgt9ezy0] {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 16px 48px;
    box-sizing: border-box;
}

[b-npqgt9ezy0]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

[b-npqgt9ezy0]::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
}

[b-npqgt9ezy0]::-webkit-scrollbar-track {
    background-color: transparent;
}

.onglets[b-npqgt9ezy0] {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.onglet[b-npqgt9ezy0] {
    border: none;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 12px;
    background: #26272e;
    color: #ffffff;
    font-weight: 700;
    opacity: .75;
}

.onglet.active[b-npqgt9ezy0] {
    background: linear-gradient(180deg, #a22cd7, var(--main-purple));
    opacity: 1;
}

.aucun-niveau[b-npqgt9ezy0] {
    opacity: .75;
}

.carte-admin[b-npqgt9ezy0] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(180deg, #1e1f23, #25262c);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.carte-admin h2[b-npqgt9ezy0] {
    margin: 0;
    color: #ffffff;
    font-size: 1.3rem;
}

.carte-admin h2:not(:first-child)[b-npqgt9ezy0] {
    margin-top: 10px;
    padding-top: 14px;
    border-top: 1px solid #35363e;
}

.carte-admin h3[b-npqgt9ezy0] {
    margin: 0;
    color: #ffffff;
    font-size: 1rem;
}

.ligne-demande[b-npqgt9ezy0],
.carte-demande-quota[b-npqgt9ezy0] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #26272e;
}

.infos-demande[b-npqgt9ezy0] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #ffffff;
}

.details-demande[b-npqgt9ezy0] {
    font-size: .82rem;
    color: #a9aab3;
}

.comptes-fusion[b-npqgt9ezy0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.compte-fusion[b-npqgt9ezy0] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #1e1f23;
}

.compte-fusion-label[b-npqgt9ezy0] {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #7a7b85;
}

.scroll-noms[b-npqgt9ezy0] {
    max-height: 180px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #1e1f23;
}

.nom-niveau-ligne[b-npqgt9ezy0] {
    font-size: .85rem;
    color: #c7c7d1;
    padding: 2px 0;
}

.liens-listes[b-npqgt9ezy0] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.chip[b-npqgt9ezy0] {
    font-size: .78rem;
    padding: 3px 9px;
    border-radius: 999px;
    background: #33343c;
    opacity: .9;
    white-space: nowrap;
}

.chip-bouton[b-npqgt9ezy0] {
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: 700;
}

.chip-bouton:hover[b-npqgt9ezy0] {
    opacity: 1;
    background: #3d3e47;
}

.actions[b-npqgt9ezy0] {
    display: flex;
    gap: 6px;
}

.btn[b-npqgt9ezy0] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 12px;
    background: linear-gradient(180deg, #a22cd7, var(--main-purple));
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}

.btn:disabled[b-npqgt9ezy0] {
    opacity: .6;
    cursor: not-allowed;
}

.btn-danger[b-npqgt9ezy0] {
    border: none;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 12px;
    font-weight: 700;
    background: #5a1420;
    color: #ffd0d4;
}

.alert[b-npqgt9ezy0] {
    padding: 10px 12px;
    border-radius: 12px;
    font-size: .95rem;
}

.alert-error[b-npqgt9ezy0] {
    background: #3a0d12;
    color: #ffd0d4;
}

.modal-backdrop[b-npqgt9ezy0] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 30;
}

.modal-confirm[b-npqgt9ezy0] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 31;
    background: #1e1f23;
    padding: 20px;
    border-radius: 16px;
    max-width: 420px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
}

.modal-actions[b-npqgt9ezy0] {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.membre-ligne[b-npqgt9ezy0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #26272e;
}

.membre-infos[b-npqgt9ezy0] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.membre-nom[b-npqgt9ezy0] {
    font-weight: 800;
    color: #ffffff;
}

.membre-discord[b-npqgt9ezy0] {
    font-size: .82rem;
    color: #a9aab3;
}

.ajout-membre[b-npqgt9ezy0] {
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px solid #35363e;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.champ[b-npqgt9ezy0] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
}

.champ label[b-npqgt9ezy0] {
    font-weight: 700;
    color: #c7c7d1;
    font-size: .9rem;
}

.input[b-npqgt9ezy0] {
    appearance: none;
    background: #26272e;
    border: 1px solid #35363e;
    border-radius: 12px;
    color: #ffffff;
    padding: 10px 12px;
    font-size: 15px;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.input:focus[b-npqgt9ezy0] {
    border-color: var(--main-purple);
    box-shadow: 0 0 0 3px rgba(136, 27, 182, .25);
    background: #2a2c34;
}

.suggestions[b-npqgt9ezy0] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    background: #26272e;
    border: 1px solid #35363e;
    border-radius: 12px;
    margin-top: 4px;
    overflow: hidden;
}

.suggestion[b-npqgt9ezy0] {
    padding: 8px 12px;
    cursor: pointer;
}

.suggestion:hover[b-npqgt9ezy0] {
    background: #33343c;
}

.suggestion-discord[b-npqgt9ezy0] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 12px;
}

.suggestion-nom[b-npqgt9ezy0] {
    font-weight: 700;
    color: #ffffff;
}

.suggestion-discord-info[b-npqgt9ezy0] {
    font-size: .8rem;
    color: #a9aab3;
}

.actions-formulaire[b-npqgt9ezy0] {
    display: flex;
    gap: 10px;
}
/* /Components/Pages/ClassementPage.razor.rz.scp.css */
.article[b-3gmph9jej0] {
    display: flex;
}

.liste-utilisateur[b-3gmph9jej0] {
    overflow-y: auto;
    height: calc(100vh - 60px);
    width: 33%;
    padding-right: 8px;
    position: relative;
    scrollbar-gutter: stable both-edges;
}

.detail-utilisateur[b-3gmph9jej0] {
    overflow-y: auto;
    height: calc(100vh - 60px);
    width: 67%;
    padding: 0 40px;
    scrollbar-gutter: stable both-edges;
}

.barre-outil[b-3gmph9jej0] {
    position: sticky;
    top: 0;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0 0.6rem 0;
    backdrop-filter: blur(4px);
}

.barre-outil input[type="text"][b-3gmph9jej0] {
    flex: 1;
    box-sizing: border-box;
    width: 100%;
    font-size: 1rem;
    padding: 0.9rem 1rem 0.9rem 2.75rem;
    border-radius: 14px;
    border: 1px solid #3b3d41;
    color: #fff;
    outline: 0;
    caret-color: var(--accent);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23bdbfc4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E"), linear-gradient(180deg, #2a2c2f, #242629);
    background-repeat: no-repeat, no-repeat;
    background-position: 12px 50%, 0 0;
    background-size: 18px 18px, auto;
    transition: border-color 0.2s ease, box-shadow 0.3s ease, transform 0.12s ease, background-image 0.2s ease;
}

.barre-outil input[type="text"][b-3gmph9jej0]::placeholder {
    color: #9aa0a6;
    opacity: 0.95;
}

.barre-outil input[type="text"]:hover[b-3gmph9jej0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23cfd3d8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E"), linear-gradient(180deg, #2d2f33, #26282b);
}

.barre-outil input[type="text"]:focus[b-3gmph9jej0] {
    border-color: var(--accent);
    transform: translateY(-1px);
}

.bouton-tri[b-3gmph9jej0] {
    padding: 0.8rem 1rem;
    border-radius: 12px;
    border: 1px solid #555;
    background: linear-gradient(180deg, #34363a, #282a2d 60%);
    color: #fff;
    white-space: nowrap;
    transition: transform 0.18s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.bouton-tri:hover[b-3gmph9jej0] {
    transform: translateY(-1px);
    filter: saturate(1.05) brightness(1.03);
    cursor: pointer;
}

.bouton-tri:active[b-3gmph9jej0] {
    transform: translateY(0) scale(0.97);
}

[b-3gmph9jej0]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

[b-3gmph9jej0]::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

[b-3gmph9jej0]::-webkit-scrollbar-thumb:active {
    background: #b2b2b2;
}

[b-3gmph9jej0]::-webkit-scrollbar-track {
    background: transparent;
}

.utilisateur-groupe[b-3gmph9jej0] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem 0.5rem;
    border-radius: 10px;
    transition: background 0.2s ease, transform 0.12s ease, box-shadow 0.2s ease;
    font-size: 20px;
}

.utilisateur-groupe:hover[b-3gmph9jej0] {
    background: #2b2d30;
    transform: translateX(2px);
}

.utilisateur-groupe-nom[b-3gmph9jej0],
.utilisateur-groupe-nombre[b-3gmph9jej0],
.utilisateur-groupe-index[b-3gmph9jej0] {
    margin: 2px 4px;
}

.utilisateur-groupe-nombre[b-3gmph9jej0],
.utilisateur-groupe-index[b-3gmph9jej0] {
    padding: 4px 0;
}

.utilisateur-groupe-nom[b-3gmph9jej0] {
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.utilisateur-groupe-nom:hover[b-3gmph9jej0] {
    background: var(--secondary-background);
    cursor: pointer;
}

.avatar-joueur[b-3gmph9jej0] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.avatar-joueur--grand[b-3gmph9jej0] {
    width: 56px;
    height: 56px;
    margin-right: 12px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25), 0 4px 12px rgba(0, 0, 0, 0.35);
}

.utilisateur-groupe-index[b-3gmph9jej0] {
    width: 44px;
    text-align: right;
    color: #d2d2d2;
    font-weight: 600;
    opacity: 0.9;
}

.utilisateur-groupe-nombre[b-3gmph9jej0] {
    margin-left: auto;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: #26282b;
    border: 1px solid #3b3d41;
    color: #f0f0f0;
    font-size: 0.95rem;
    line-height: 1;
}

.utilisateur-groupe-nom.selected[b-3gmph9jej0] {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 2px 8px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3px);
}

.utilisateur-groupe:has(.utilisateur-groupe-nom.selected)[b-3gmph9jej0] {
    background: linear-gradient(135deg, rgba(136, 27, 182, 0.65), rgba(64, 201, 255, 0.28));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.image-trophee[b-3gmph9jej0],
.image-meilleur-createur[b-3gmph9jej0],
.image-stars[b-3gmph9jej0] {
    width: 50px;
    height: auto;
    margin-bottom: -3px;
    margin-right: 6px;
}

.user-header[b-3gmph9jej0] {
    position: sticky;
    top: 0;
    z-index: 5;
    padding-top: 24px;
    backdrop-filter: blur(2px);
    margin-bottom: 6px;
}

.user-title[b-3gmph9jej0] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

h1[b-3gmph9jej0] {
    font-size: 40px;
    margin: 10px 0 0 0;
}

.stats-chips[b-3gmph9jej0] {
    display: flex;
    gap: 0.5rem;
    margin-top: 10px;
}

.stat-chip[b-3gmph9jej0] {
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: #26282b;
    border: 1px solid #3b3d41;
    color: #eaeaea;
    font-size: 1rem;
    line-height: 1;
}

h2[b-3gmph9jej0] {
    font-size: 35px;
    margin: 20px 0 5px;
}

.size[b-3gmph9jej0] {
    font-size: 50px;
}

.bold[b-3gmph9jej0] {
    font-weight: 600;
}

.rank-gap[b-3gmph9jej0] {
    display: inline-block;
    margin-right: 0.8rem;
}

.cartes-niveaux[b-3gmph9jej0] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}

.carte-niveau[b-3gmph9jej0] {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #2b2c30;
    background: #232428;
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 56px 8px 86px;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    z-index: 1;
}

.carte-niveau[b-3gmph9jej0]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--mini);
    background-size: cover;
    background-position: center;
    filter: brightness(0.9) saturate(1.5);
    opacity: 0.95;
    pointer-events: none;
    transition: all 0.35s ease;
}

.carte-niveau[b-3gmph9jej0]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient( 110% 110% at 0% 100%, rgba(112, 0, 160, 0.18) 0%, rgba(112, 0, 160, 0) 50% ), linear-gradient( 90deg, rgba(14, 14, 16, 0.55) 0%, rgba(14, 14, 16, 0.25) 55%, rgba(14, 14, 16, 0.65) 100% );
    opacity: 0.75;
    z-index: 0;
}

.carte-niveau .rang[b-3gmph9jej0] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 34px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 0.92rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(3px);
    z-index: 2;
}

.carte-niveau .meta[b-3gmph9jej0] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.carte-niveau .titre[b-3gmph9jej0] {
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.15;
    letter-spacing: 0.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.carte-niveau .jetons[b-3gmph9jej0] {
    margin-top: 4px;
    display: flex;
    gap: 6px;
}

.carte-niveau .jeton[b-3gmph9jej0] {
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 0.76rem;
    color: #e7e7e7;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(2px);
}

.carte-niveau .jeton-points[b-3gmph9jej0] {
    background: rgba(136, 27, 182, 0.22);
    color: #fff;
    border-color: rgba(136, 27, 182, 0.45);
}

.carte-niveau .lien-preuve[b-3gmph9jej0] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    background: #cc0000;
    color: #fff;
    z-index: 2;
}

.carte-niveau .lien-preuve:hover[b-3gmph9jej0] {
    filter: brightness(1.05);
}

.carte-niveau:hover[b-3gmph9jej0] {
    transform: translateY(-2px);
    border-color: rgba(136, 27, 182, 0.45);
}

.carte-niveau:hover[b-3gmph9jej0]::before {
    transform: scale(1.06);
    filter: brightness(1) saturate(1.1);
}

.carte-niveau:hover[b-3gmph9jej0]::after {
    opacity: 0.45;
}

.carte-niveau.is-selected[b-3gmph9jej0] {
    transform: translateY(-2px) scale(1.02);
    border-color: #9d3be0;
}

.carte-niveau.is-selected[b-3gmph9jej0]::before {
    filter: brightness(0.96) saturate(1.15);
    opacity: 0.98;
}

.carte-niveau.is-selected[b-3gmph9jej0]::after {
    background: radial-gradient( 120% 120% at 0% 100%, rgba(112, 0, 160, 0.32) 0%, rgba(112, 0, 160, 0) 55% ), linear-gradient( 90deg, rgba(14, 14, 16, 0.45) 0%, rgba(14, 14, 16, 0.2) 55%, rgba(14, 14, 16, 0.55) 100% );
    opacity: 0.65;
}

.carte-niveau--reussi[b-3gmph9jej0]::after {
    background: radial-gradient( 110% 110% at 0% 100%, rgba(72, 187, 120, 0.22) 0%, rgba(72, 187, 120, 0) 55% ), linear-gradient( 90deg, rgba(14, 14, 16, 0.52) 0%, rgba(14, 14, 16, 0.25) 55%, rgba(14, 14, 16, 0.62) 100% );
}

.carte-niveau--verifie[b-3gmph9jej0]::after {
    background: radial-gradient( 110% 110% at 0% 100%, rgba(59, 130, 246, 0.22) 0%, rgba(59, 130, 246, 0) 55% ), linear-gradient( 90deg, rgba(14, 14, 16, 0.52) 0%, rgba(14, 14, 16, 0.25) 55%, rgba(14, 14, 16, 0.62) 100% );
}

.carte-niveau--cree[b-3gmph9jej0]::after {
    background: radial-gradient( 110% 110% at 0% 100%, rgba(245, 158, 11, 0.22) 0%, rgba(245, 158, 11, 0) 55% ), linear-gradient( 90deg, rgba(14, 14, 16, 0.52) 0%, rgba(14, 14, 16, 0.25) 55%, rgba(14, 14, 16, 0.62) 100% );
}

@keyframes modal-fade-b-3gmph9jej0 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modal-pop-b-3gmph9jej0 {
    from {
        opacity: 0;
        transform: translateY(8px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-backdrop[b-3gmph9jej0] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1000;
    animation: modal-fade-b-3gmph9jej0 0.22s ease-out both;
}

.modal-panel[b-3gmph9jej0] {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

.modal-card[b-3gmph9jej0] {
    width: min(1280px, 96vw);
    background: #1f2023;
    border: 1px solid #3a3a3a;
    border-radius: 16px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    animation: modal-pop-b-3gmph9jej0 0.26s cubic-bezier(0.22, 0.6, 0.2, 1) both;
}

.modal-header[b-3gmph9jej0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
    border-bottom: 1px solid #2b2c30;
}

.modal-header h2[b-3gmph9jej0] {
    margin: 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}

.modal-close[b-3gmph9jej0] {
    background: transparent;
    border: 0;
    color: #ddd;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.25s ease, color 0.25s ease, text-shadow 0.25s ease;
}

.modal-close:hover[b-3gmph9jej0] {
    transform: rotate(90deg) scale(1.05);
    color: #fff;
    text-shadow: 0 0 12px rgba(160, 82, 255, 0.75);
}

.modal-close:active[b-3gmph9jej0] {
    transform: rotate(90deg) scale(0.92);
}

.modal-grid[b-3gmph9jej0] {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.2rem;
    padding: 18px 22px 20px;
}

@media (max-width: 900px) {
    .modal-grid[b-3gmph9jej0] {
        grid-template-columns: 1fr;
    }
}

.sort-tabs[b-3gmph9jej0] {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 0.75rem;
}

.sort-tabs button[b-3gmph9jej0] {
    flex: 1;
    padding: 0.55rem 0.7rem;
    border-radius: 10px;
    border: 1px solid #444;
    background: #26282b;
    color: #ddd;
}

.sort-tabs button:hover[b-3gmph9jej0] {
    background: #2b2d30;
}

.sort-tabs button.active[b-3gmph9jej0] {
    background: #7000a0;
    color: #fff;
    border-color: #7000a0;
}

.trie-card[b-3gmph9jej0] {
    border: 1px solid #3a3a3a;
    background: #1b1c1f;
    border-radius: 12px;
    padding: 0.9rem 0.9rem 0.75rem;
    display: grid;
    gap: 0.45rem;
}

.trie-card h3[b-3gmph9jej0] {
    margin: 0 0 0.4rem 0;
    color: #fff;
    font-size: 1rem;
}

.trie-card label[b-3gmph9jej0] {
    color: #ddd;
    font-size: 0.98rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.trie-card input[type="radio"][b-3gmph9jej0] {
    width: 18px;
    height: 18px;
    accent-color: #7000a0;
    margin: 0;
}

.sort-actions[b-3gmph9jej0] {
    display: flex;
    gap: 0.6rem;
    justify-content: flex-start;
    margin-top: 0.9rem;
}

.bouton-appliquer[b-3gmph9jej0],
.bouton-reset[b-3gmph9jej0] {
    padding: 0.6rem 1.15rem;
    border-radius: 12px;
    font-size: 1.05rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.25s ease, filter 0.25s ease;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.bouton-appliquer[b-3gmph9jej0] {
    border: 0;
    background: linear-gradient(180deg, #8a2ad8, #7000a0 60%);
    font-weight: 600;
}

.bouton-reset[b-3gmph9jej0] {
    border: 1px solid #555;
    background: linear-gradient(180deg, #34363a, #282a2d 60%);
}

.bouton-appliquer[b-3gmph9jej0]::before,
.bouton-reset[b-3gmph9jej0]::before {
    content: "";
    position: absolute;
    top: -20%;
    bottom: -20%;
    width: 140%;
    left: -160%;
    transform: skewX(-20deg);
    background: linear-gradient( 110deg, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60% );
    transition: transform 0.75s ease, opacity 0.35s ease;
    opacity: 0;
}

.bouton-appliquer:hover[b-3gmph9jej0],
.bouton-reset:hover[b-3gmph9jej0] {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    filter: saturate(1.03) brightness(1.02);
    cursor: pointer;
}

.bouton-appliquer:hover[b-3gmph9jej0]::before,
.bouton-reset:hover[b-3gmph9jej0]::before {
    transform: translateX(220%) skewX(-20deg);
    opacity: 1;
}

.bouton-appliquer:active[b-3gmph9jej0],
.bouton-reset:active[b-3gmph9jej0] {
    transform: translateY(0) scale(0.97);
}

button:focus-visible[b-3gmph9jej0] {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(160, 82, 255, 0.55), 0 6px 18px rgba(0, 0, 0, 0.35);
}

@media (prefers-reduced-motion: reduce) {
    *[b-3gmph9jej0] {
        animation: none !important;
        transition: none !important;
    }
}
/* /Components/Pages/EnvoyerUneVideoPage.razor.rz.scp.css */
h1[b-7vccul7r9j] {
    font-size: 35px;
    margin: 0;
    margin-bottom: 25px;
}

.article[b-7vccul7r9j] {
    height: calc(100vh - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
}

.soumettre-un-niveau-container[b-7vccul7r9j] {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 40px;
    z-index: 1;
    padding: 40px;
    padding-bottom: 45px;
    width: 370px;
    background: rgba(var(--secondary-background-value), 0.7);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(2px);
}

.formulaire[b-7vccul7r9j] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.message-error[b-7vccul7r9j],
.message-valid[b-7vccul7r9j] {
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
}

.message-error[b-7vccul7r9j] {
    color: red;
}

.message-info[b-7vccul7r9j] {
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 16px;
    padding: 10px 14px;
    border-radius: 12px;
    color: #e7e7e7;
    background: rgba(224, 152, 24, 0.14);
    border: 1px solid rgba(224, 152, 24, 0.45);
}

.message-valid[b-7vccul7r9j] {
    color: #2aff22;
}

.champ-autocomplete[b-7vccul7r9j] {
    position: relative;
    width: 350px;
    margin-bottom: 16px;
}

.suggestions[b-7vccul7r9j] {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    margin: 8px 0 0;
    padding: 6px;
    max-height: 220px;
    overflow-y: auto;
    background: rgba(36, 37, 41, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    animation: suggestions-in-b-7vccul7r9j 0.18s cubic-bezier(.2,.8,.2,1) both;
}

.list-group-item[b-7vccul7r9j] {
    list-style: none;
    border-radius: 12px;
    padding: 9px 14px;
    color: #e7e7e7;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.list-group-item + .list-group-item[b-7vccul7r9j] {
    margin-top: 2px;
}

.list-group-item:hover[b-7vccul7r9j],
.list-group-item.active[b-7vccul7r9j] {
    background: linear-gradient(135deg, rgba(136, 27, 182, 0.65), rgba(64, 201, 255, 0.28));
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

@keyframes suggestions-in-b-7vccul7r9j {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.transition[b-7vccul7r9j],
form button[b-7vccul7r9j],
form .input-style-container label[b-7vccul7r9j],
form .input-style-container input[type="text"][b-7vccul7r9j] {
    -moz-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    -o-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    -webkit-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
}

form .input-style-container[b-7vccul7r9j] {
    position: relative;
}

form .input-style-container label[b-7vccul7r9j] {
    transform-origin: left center;
    color: white;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 25px;
    box-sizing: border-box;
    padding: 15px 20px;
    display: block;
    position: absolute;
    margin-top: -60px;
    z-index: 2;
    pointer-events: none;
}

form .input-style-container input[type="text"][b-7vccul7r9j] {
    appearance: none;
    background-color: rgba(54, 56, 59, 0.5);
    border: 2px solid white;
    line-height: 1.5;
    font-size: 20px;
    display: block;
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 60px;
    color: white;
    font-weight: 400;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
    width: 350px;
}

form .input-style-container input[type="text"]:focus[b-7vccul7r9j] {
    outline: none;
    background-color: rgba(54, 56, 59, 0.5);
    color: white;
    margin-top: 40px;
}

form .input-style-container input[type="text"]:valid[b-7vccul7r9j] {
    margin-top: 40px;
}

form .input-style-container input[type="text"]:focus ~ label[b-7vccul7r9j] {
    -moz-transform: translate(0, -55px);
    -ms-transform: translate(0, -55px);
    -webkit-transform: translate(0, -55px);
    transform: translate(0, -55px);
}

form .input-style-container input[type="text"]:valid ~ label[b-7vccul7r9j] {
    font-style: italic;
    -moz-transform: translate(5px, -55px) scale(0.7);
    -ms-transform: translate(5px, -55px) scale(0.7);
    -webkit-transform: translate(5px, -55px) scale(0.7);
    transform: translate(5px, -55px) scale(0.7);
    color: #2aff22;
}

[b-7vccul7r9j]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

[b-7vccul7r9j]::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
}

[b-7vccul7r9j]::-webkit-scrollbar-thumb:active {
    background-color: #b2b2b2;
}

[b-7vccul7r9j]::-webkit-scrollbar-track {
    background-color: transparent;
}

.spinner[b-7vccul7r9j] {
    width: 30px;
    height: 30px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-7vccul7r9j 1s linear infinite;
    margin: auto;
    margin-top: 28px;
}

@keyframes spin-b-7vccul7r9j {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#fake-nom-niveau[b-7vccul7r9j] {
    display: none;
}

.champ-raw-footage[b-7vccul7r9j] {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease,
                max-height 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                margin-top 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.champ-raw-footage.visible[b-7vccul7r9j] {
    opacity: 1;
    max-height: 160px;
    margin-top: 16px;
    overflow: visible;
    pointer-events: auto;
}

button[b-7vccul7r9j] {
    font-size: 27px;
    position: relative;
    width: 150px;
    height: 50px;
    background-color: var(--secondary-background);
    display: flex;
    align-items: center;
    color: white;
    flex-direction: column;
    justify-content: center;
    border: none;
    padding: 12px;
    gap: 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top: 20px;
}

button[b-7vccul7r9j]::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -5px;
    margin: auto;
    width: 160px;
    height: 60px;
    border-radius: 12px;
    animation: gradient-b-7vccul7r9j 20s ease infinite;
    background: linear-gradient(-45deg, #a000c7, #40c9ff, #a000c7, #40c9ff, #a000c7, #40c9ff, #a000c7, #40c9ff);
    background-size: 900% 900%;
    z-index: -1;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

button[b-7vccul7r9j]::after {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    animation: gradient-b-7vccul7r9j 20s ease infinite;
    background: linear-gradient(-45deg, #a000c7, #40c9ff, #a000c7, #40c9ff, #a000c7, #40c9ff, #a000c7, #40c9ff);
    background-size: 900% 900%;
    transform: translate3d(0, 0, 0) scale(0.95);
    filter: blur(15px);
}

button:hover[b-7vccul7r9j]::after {
    filter: blur(30px);
}

button:hover[b-7vccul7r9j]::before {
    transform: rotate(-180deg);
}

button:active[b-7vccul7r9j]::before {
    scale: 0.7;
}

button:hover[b-7vccul7r9j] {
    background-color: var(--main-background);
    transition-delay: 0.6s;
}

@keyframes gradient-b-7vccul7r9j {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.page-bg[b-7vccul7r9j],
.page-tint[b-7vccul7r9j] {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}

.page-bg[b-7vccul7r9j] {
    background-size: cover;
    background-position: center;
    filter: brightness(0.95) saturate(1.08);
    transform: scale(1.04);
    opacity: 0;
    transition: opacity 0.65s ease, transform 1.2s ease;
    will-change: opacity, transform;
}

.page-bg.is-active[b-7vccul7r9j] {
    opacity: 0.88;
    transform: scale(1);
}

.page-tint[b-7vccul7r9j] {
    background: linear-gradient( 180deg, rgba(12, 13, 15, 0.58) 0%, rgba(12, 13, 15, 0.6) 35%, rgba(12, 13, 15, 0.68) 70%, rgba(12, 13, 15, 0.75) 100% );
}

.connected-user-badge[b-7vccul7r9j] {
    margin-bottom: 13px;
    margin-top: -12px;
}
/* /Components/Pages/GererListePage.razor.rz.scp.css */
.chargement[b-569t1t4doe] {
    text-align: center;
    opacity: .85;
    margin-top: 40px;
}

.gestion-page[b-569t1t4doe] {
    height: calc(100vh - 60px);
    overflow-y: auto;
    box-sizing: border-box;
}

.gestion-page-contenu[b-569t1t4doe] {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 16px 48px;
    box-sizing: border-box;
}

[b-569t1t4doe]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

[b-569t1t4doe]::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
}

[b-569t1t4doe]::-webkit-scrollbar-thumb:active {
    background-color: #b2b2b2;
}

[b-569t1t4doe]::-webkit-scrollbar-track {
    background-color: transparent;
}

.onglets[b-569t1t4doe] {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.onglet[b-569t1t4doe] {
    border: none;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 12px;
    background: #26272e;
    color: #ffffff;
    font-weight: 700;
    opacity: .75;
}

.onglet.active[b-569t1t4doe] {
    background: linear-gradient(180deg, #a22cd7, var(--main-purple));
    opacity: 1;
}

.aucun-niveau[b-569t1t4doe] {
    opacity: .75;
}

.table-niveaux[b-569t1t4doe] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ligne-niveau[b-569t1t4doe] {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 14px;
    background: linear-gradient(180deg, #1e1f23, #25262c);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.ligne-niveau-bg[b-569t1t4doe] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.5) saturate(1.1);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.ligne-niveau:hover .ligne-niveau-bg[b-569t1t4doe] {
    transform: scale(1.04);
    filter: brightness(0.6) saturate(1.15);
}

.ligne-niveau-shade[b-569t1t4doe] {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(14, 14, 16, 0.78) 0%, rgba(14, 14, 16, 0.45) 55%, rgba(14, 14, 16, 0.78) 100%);
}

.ligne-niveau > .position[b-569t1t4doe],
.ligne-niveau > .position-edit[b-569t1t4doe],
.ligne-niveau > .infos[b-569t1t4doe],
.ligne-niveau > .actions[b-569t1t4doe] {
    position: relative;
    z-index: 1;
}

.ligne-niveau .position[b-569t1t4doe] {
    font-weight: 800;
    opacity: .8;
    flex: 0 0 auto;
    width: 42px;
}

.position-edit[b-569t1t4doe] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
}

.input-position[b-569t1t4doe] {
    width: 56px;
    padding: 6px 8px;
    text-align: center;
    -moz-appearance: textfield;
}

.position-edit button[b-569t1t4doe] {
    border: none;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 10px;
    background: #33343c;
    color: #ffffff;
    font-weight: 700;
}

.ligne-niveau .infos[b-569t1t4doe],
.ligne-header .infos[b-569t1t4doe] {
    flex: 1;
    min-width: 0;
}

.ligne-niveau .nom[b-569t1t4doe],
.ligne-header .nom[b-569t1t4doe] {
    font-weight: 800;
    display: block;
    margin-bottom: 6px;
}

.ligne-niveau .nom[b-569t1t4doe] {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.carte-soumission[b-569t1t4doe] {
    display: flex;
    flex-direction: column;
    max-height: 2000px;
    padding: 14px;
    border-radius: 14px;
    background: linear-gradient(180deg, #1e1f23, #25262c);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .04);
    opacity: 1;
    overflow: hidden;
    transition: max-height .35s cubic-bezier(.2,.8,.2,1), opacity .3s ease, padding .35s cubic-bezier(.2,.8,.2,1);
}

.carte-soumission.fermeture[b-569t1t4doe] {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.ligne-header[b-569t1t4doe] {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
}

.chevron-soumission[b-569t1t4doe] {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat center/contain;
    transition: transform .2s ease;
    opacity: .8;
}

.chevron-soumission.ouvert[b-569t1t4doe] {
    transform: rotate(180deg);
}

.corps-soumission[b-569t1t4doe] {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .35s cubic-bezier(.2,.8,.2,1), margin-top .35s cubic-bezier(.2,.8,.2,1), opacity .25s ease;
}

.corps-soumission.ouvert[b-569t1t4doe] {
    max-height: 2000px;
    margin-top: 12px;
    opacity: 1;
}

.video-16x9[b-569t1t4doe] {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 12px;
}

.video-16x9 iframe[b-569t1t4doe] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
}

.liens-soumission[b-569t1t4doe] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.video-16x9 + .liens-soumission[b-569t1t4doe] {
    margin-top: 10px;
}

.details[b-569t1t4doe] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.chip[b-569t1t4doe] {
    font-size: .78rem;
    padding: 3px 9px;
    border-radius: 999px;
    background: #33343c;
    opacity: .9;
    white-space: nowrap;
}

a.chip[b-569t1t4doe] {
    color: inherit;
    text-decoration: none;
}

a.chip:hover[b-569t1t4doe] {
    opacity: 1;
    background: #3d3e47;
}

.actions[b-569t1t4doe] {
    display: flex;
    gap: 6px;
    flex: 0 0 auto;
}

.actions button[b-569t1t4doe] {
    border: none;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 10px;
    background: #33343c;
    color: #ffffff;
    font-weight: 700;
}

.btn-danger[b-569t1t4doe] {
    background: #5a1420 !important;
    color: #ffd0d4 !important;
}

.modal-backdrop[b-569t1t4doe] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 30;
}

.modal-confirm[b-569t1t4doe] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 31;
    background: #1e1f23;
    padding: 20px;
    border-radius: 16px;
    max-width: 420px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
}

.modal-actions[b-569t1t4doe] {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.formulaire-niveau[b-569t1t4doe] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(180deg, #1e1f23, #25262c);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .04);
    max-width: 560px;
    margin: 0 auto;
}

.champ[b-569t1t4doe] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
}

.champ-ligne[b-569t1t4doe] {
    display: flex;
    gap: 12px;
}

.champ-ligne .champ[b-569t1t4doe] {
    flex: 1;
}

.champ label[b-569t1t4doe] {
    font-weight: 700;
    color: #c7c7d1;
    font-size: .9rem;
}

.input[b-569t1t4doe] {
    appearance: none;
    background: #26272e;
    border: 1px solid #35363e;
    border-radius: 12px;
    color: #ffffff;
    padding: 10px 12px;
    font-size: 15px;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.input:focus[b-569t1t4doe] {
    border-color: var(--main-purple);
    box-shadow: 0 0 0 3px rgba(136, 27, 182, .25);
    background: #2a2c34;
}

.ligne-ajout[b-569t1t4doe] {
    display: flex;
    gap: 8px;
}

.apercu-miniature[b-569t1t4doe] {
    margin-top: 8px;
    max-width: 240px;
    max-height: 135px;
    border-radius: 10px;
    border: 1px solid #35363e;
    object-fit: cover;
}

.input-fichier-cache[b-569t1t4doe] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.btn-fichier[b-569t1t4doe] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 10px;
    background: #26272e;
    color: #ffffff;
    font-weight: 700;
    font-size: .9rem;
}

.btn-fichier:hover[b-569t1t4doe] {
    background: #33343c;
}

.ligne-ajout .input[b-569t1t4doe] {
    flex: 1;
}

.suggestions[b-569t1t4doe] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    background: #26272e;
    border: 1px solid #35363e;
    border-radius: 12px;
    margin-top: 4px;
    overflow: hidden;
}

.suggestion[b-569t1t4doe] {
    padding: 8px 12px;
    cursor: pointer;
}

.suggestion:hover[b-569t1t4doe] {
    background: #33343c;
}

.chips-createurs[b-569t1t4doe] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.chip-createur[b-569t1t4doe] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #33343c;
    font-size: .85rem;
}

.chip-createur button[b-569t1t4doe] {
    border: none;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    opacity: .7;
    font-size: 1rem;
    line-height: 1;
}

.chip-createur button:hover[b-569t1t4doe] {
    opacity: 1;
}

.alert[b-569t1t4doe] {
    padding: 10px 12px;
    border-radius: 12px;
    font-size: .95rem;
}

.alert-error[b-569t1t4doe] {
    background: #3a0d12;
    color: #ffd0d4;
}

.actions-formulaire[b-569t1t4doe] {
    display: flex;
    gap: 10px;
}

.btn[b-569t1t4doe] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 12px;
    background: linear-gradient(180deg, #a22cd7, var(--main-purple));
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}

.btn:disabled[b-569t1t4doe] {
    opacity: .6;
    cursor: not-allowed;
}

.actions-formulaire button:not(.btn)[b-569t1t4doe] {
    border: none;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 12px;
    background: #26272e;
    color: #ffffff;
    font-weight: 700;
}

.formulaire-parametres[b-569t1t4doe] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(180deg, #1e1f23, #25262c);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .04);
    max-width: 560px;
    margin: 0 auto;
}

.formulaire-parametres h2[b-569t1t4doe] {
    margin: 0 0 10px 0;
    color: #ffffff;
    font-size: 1.3rem;
}

.input-textarea[b-569t1t4doe] {
    min-height: 100px;
    resize: vertical;
}

.champ input[type="checkbox"][b-569t1t4doe] {
    width: auto;
    margin-right: 8px;
}

.champ label:has(input[type="checkbox"])[b-569t1t4doe] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: normal;
    color: #ffffff;
}

.champ small[b-569t1t4doe] {
    color: #888994;
    font-size: 0.85rem;
    margin-top: 4px;
    display: block;
}

.apercu-info[b-569t1t4doe] {
    color: #888994;
    font-size: 0.85rem;
    margin-top: 6px;
}

.alert-success[b-569t1t4doe] {
    background: #0f3429;
    color: #6ee7b7;
}

.alert-info[b-569t1t4doe] {
    background: #0d2c4c;
    color: #8ab4f8;
}

.alert[b-569t1t4doe] {
    padding: 10px 12px;
    border-radius: 12px;
    font-size: .95rem;
}

.formulaire-moderation[b-569t1t4doe] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(180deg, #1e1f23, #25262c);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .04);
    max-width: 560px;
    margin: 0 auto;
}

.formulaire-moderation h2[b-569t1t4doe] {
    margin: 0;
    color: #ffffff;
    font-size: 1.3rem;
}

.formulaire-moderation h3[b-569t1t4doe] {
    margin: 0;
    color: #ffffff;
    font-size: 1rem;
}

.membre-ligne[b-569t1t4doe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #26272e;
}

.membre-proprietaire[b-569t1t4doe] {
    border: 1px solid rgba(162, 44, 215, .4);
}

.membre-infos[b-569t1t4doe] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.membre-nom[b-569t1t4doe] {
    font-weight: 800;
    color: #ffffff;
}

.membre-discord[b-569t1t4doe] {
    font-size: .82rem;
    color: #a9aab3;
}

.select-role[b-569t1t4doe] {
    align-self: flex-start;
    width: auto;
    padding: 4px 8px;
    font-size: .82rem;
}

.membre-role-badge[b-569t1t4doe] {
    align-self: flex-start;
    padding: 2px 9px;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 700;
    background: rgba(136, 27, 182, .25);
    color: #e7c9f5;
}

.role-proprietaire[b-569t1t4doe] {
    background: rgba(224, 152, 24, .22);
    color: #f3cf8a;
}

.ajout-membre[b-569t1t4doe] {
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px solid #35363e;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.suggestion-discord[b-569t1t4doe] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 12px;
}

.suggestion-nom[b-569t1t4doe] {
    font-weight: 700;
    color: #ffffff;
}

.suggestion-discord-info[b-569t1t4doe] {
    font-size: .8rem;
    color: #a9aab3;
}
/* /Components/Pages/HomePage.razor.rz.scp.css */
.accueil-page[b-3nqq1sn2xz] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 16px 48px;
    height: calc(100vh - 60px);
    overflow-y: auto;
    box-sizing: border-box;
}

.chargement[b-3nqq1sn2xz] {
    text-align: center;
    opacity: .85;
    margin-top: 40px;
}

.section-listes[b-3nqq1sn2xz] {
    margin-bottom: 40px;
}

.entete-section[b-3nqq1sn2xz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.entete-section h2[b-3nqq1sn2xz] {
    margin: 0;
}

.aucune-liste[b-3nqq1sn2xz] {
    opacity: .75;
}

.grille-listes[b-3nqq1sn2xz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

.carte-liste[b-3nqq1sn2xz] {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 18px;
    border-radius: 16px;
    background: linear-gradient(180deg, #1e1f23, #25262c);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .04);
    transition: transform .12s ease, box-shadow .12s ease;
}

.carte-liste:hover[b-3nqq1sn2xz] {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .4);
}

.carte-liste--illustree[b-3nqq1sn2xz] {
    min-height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.carte-liste-bg[b-3nqq1sn2xz] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.75) saturate(1.15);
    transition: transform 0.35s ease, filter 0.35s ease;
    z-index: 0;
}

.carte-liste--illustree:hover .carte-liste-bg[b-3nqq1sn2xz] {
    transform: scale(1.05);
    filter: brightness(0.85) saturate(1.2);
}

.carte-liste-shade[b-3nqq1sn2xz] {
    position: absolute;
    inset: 0;
    background: radial-gradient(110% 110% at 0% 100%, rgba(112, 0, 160, 0.2) 0%, rgba(112, 0, 160, 0) 50%), linear-gradient(180deg, rgba(14, 14, 16, 0.15) 0%, rgba(14, 14, 16, 0.55) 60%, rgba(14, 14, 16, 0.85) 100%);
    z-index: 0;
}

.carte-liste--illustree .carte-liste-entete[b-3nqq1sn2xz],
.carte-liste--illustree .description-carte[b-3nqq1sn2xz],
.carte-liste--illustree .carte-liste-pied[b-3nqq1sn2xz] {
    position: relative;
    z-index: 1;
}

.carte-liste--illustree .titre-carte[b-3nqq1sn2xz] {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.carte-liste-entete[b-3nqq1sn2xz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.titre-carte[b-3nqq1sn2xz] {
    font-weight: 800;
    font-size: 1.1rem;
}

.badge[b-3nqq1sn2xz] {
    font-size: .75rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

.badge-public[b-3nqq1sn2xz] {
    background: #0f2d19;
    color: #c9ffd6;
}

.badge-prive[b-3nqq1sn2xz] {
    background: #3a2a0d;
    color: #ffe6b3;
}

.badge-role[b-3nqq1sn2xz] {
    display: inline-block;
    margin-bottom: 8px;
    background: rgba(136, 27, 182, .22);
    color: #e7c9f5;
}

.description-carte[b-3nqq1sn2xz] {
    opacity: .8;
    font-size: .9rem;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.carte-liste-pied[b-3nqq1sn2xz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: .85rem;
    opacity: .75;
}

.btn-gerer[b-3nqq1sn2xz] {
    border: none;
    cursor: pointer;
    padding: 4px 12px;
    border-radius: 999px;
    background: #33343c;
    color: #ffffff;
    font-weight: 700;
    font-size: .78rem;
    opacity: 1;
}

.btn-gerer:hover[b-3nqq1sn2xz] {
    background: var(--main-purple);
}

.carte-formulaire[b-3nqq1sn2xz] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
    border-radius: 16px;
    background: linear-gradient(180deg, #1e1f23, #25262c);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .04);
    margin-bottom: 16px;
    max-width: 460px;
}

.champ[b-3nqq1sn2xz] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.champ label[b-3nqq1sn2xz] {
    font-weight: 700;
    color: #c7c7d1;
    font-size: .9rem;
}

.champ-checkbox label[b-3nqq1sn2xz] {
    flex-direction: row;
    align-items: center;
    display: flex;
    gap: 8px;
}

.input[b-3nqq1sn2xz] {
    appearance: none;
    background: #26272e;
    border: 1px solid #35363e;
    border-radius: 12px;
    color: #ffffff;
    padding: 10px 12px;
    font-size: 15px;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.input:focus[b-3nqq1sn2xz] {
    border-color: var(--main-purple);
    box-shadow: 0 0 0 3px rgba(136, 27, 182, .25);
    background: #2a2c34;
}

.textarea[b-3nqq1sn2xz] {
    resize: vertical;
    min-height: 70px;
    font-family: inherit;
}

.btn[b-3nqq1sn2xz] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 12px;
    background: linear-gradient(180deg, #a22cd7, var(--main-purple));
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
    transition: transform .12s ease, box-shadow .12s ease, opacity .2s ease;
    width: fit-content;
}

.btn:hover[b-3nqq1sn2xz] {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .32);
}

.btn:disabled[b-3nqq1sn2xz] {
    opacity: .6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.alert[b-3nqq1sn2xz] {
    padding: 10px 12px;
    border-radius: 12px;
    font-size: .95rem;
}

.alert-error[b-3nqq1sn2xz] {
    background: #3a0d12;
    color: #ffd0d4;
}

.invite-connexion[b-3nqq1sn2xz] {
    text-align: center;
    opacity: .85;
}

.invite-connexion a[b-3nqq1sn2xz] {
    color: var(--main-purple);
    font-weight: 700;
}
/* /Components/Pages/ListePage.razor.rz.scp.css */
#bold[b-vderdl1xy3] {
    font-weight: bold;
}

.bouton-gerer-liste[b-vderdl1xy3] {
    margin: 8px 0;
    align-self: flex-start;
    border: none;
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 10px;
    background: linear-gradient(180deg, #a22cd7, var(--main-purple));
    color: #ffffff;
    font-weight: 700;
    font-size: .85rem;
}

.article[b-vderdl1xy3] {
    display: flex;
    position: relative;
    z-index: 1;
}

.liste-niveaux[b-vderdl1xy3] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: calc(100vh - 60px - 24px);
    width: calc(33% - 24px);
    margin: 12px;
    padding: 14px;
    box-sizing: border-box;
    background-color: rgba(var(--secondary-background-value), 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

[b-vderdl1xy3]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

[b-vderdl1xy3]::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
}

[b-vderdl1xy3]::-webkit-scrollbar-thumb:active {
    background-color: #b2b2b2;
}

[b-vderdl1xy3]::-webkit-scrollbar-track {
    background-color: transparent;
}

.sticky-filter[b-vderdl1xy3] {
    position: sticky;
    top: 0;
    z-index: 30;
    padding: 12px 10px 10px;
    margin: 0 0 6px 0;
    background: transparent;
}

.sticky-filter[b-vderdl1xy3]::before {
    content: "";
    display: none;
}

.filtrage-container[b-vderdl1xy3] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.filtrage-container input[b-vderdl1xy3] {
    border-radius: 30px;
    background-color: var(--main-background);
    color: #fff;
    border: none;
    outline: none;
    width: 170px;
    height: 26px;
    font-size: 18px;
    padding: 6px 16px;
    transition: box-shadow 0.2s ease, transform 0.12s ease;
}

.filtrage-container input:focus[b-vderdl1xy3] {
    box-shadow: 0 0 0 2px rgba(112, 0, 160, 0.45);
    transform: translateY(-1px);
}

.filtrage-container input[b-vderdl1xy3]::placeholder {
    color: #fff;
    opacity: 0.9;
}

.selectionner-une-duree-container[b-vderdl1xy3] {
    position: relative;
    cursor: pointer;
    width: 110px;
    user-select: none;
}

.selectionner-une-duree-container .selected-option[b-vderdl1xy3] {
    padding: 6px 0;
    height: 26px;
    width: 90px;
    border-radius: 30px;
    background-color: var(--main-background);
    color: #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    z-index: 10;
}

.selectionner-une-duree-container .options[b-vderdl1xy3] {
    position: absolute;
    font-size: 18px;
    top: calc(100% + 10px);
    left: 0;
    width: 120px;
    background-color: #2a2c31;
    border: 1px solid #2f3137;
    border-radius: 14px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease-out, opacity 0.28s ease;
    opacity: 0;
    z-index: 9;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.selectionner-une-duree-container .options p[b-vderdl1xy3] {
    padding: 8px 12px;
    margin: 0;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    transition: background-color 0.15s ease;
}

.selectionner-une-duree-container .options p:hover[b-vderdl1xy3] {
    background-color: var(--main-background);
}

.selectionner-une-duree-container:hover .options[b-vderdl1xy3] {
    max-height: 260px;
    opacity: 1;
}

.liste-des-niveaux-container[b-vderdl1xy3] {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    overflow-y: auto;
    scrollbar-gutter: stable both-edges;
    min-height: 0;
    flex: 1;
    overscroll-behavior: contain;
    padding: 0 16px 0 0;
    transition: padding-top 0.22s ease;
}

.liste-des-niveaux-container:has(> .level-strip:first-child.is-selected)[b-vderdl1xy3] {
    padding-top: 5px;
}

.level-strip[b-vderdl1xy3] {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #2b2c30;
    background: #232428;
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 56px 8px 86px;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    z-index: 1;
}

.level-strip + .level-strip[b-vderdl1xy3] {
    margin-top: 8px;
}

.level-bg[b-vderdl1xy3] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.85) saturate(1.15);
    opacity: 0.75;
    pointer-events: none;
    transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
}

.shade[b-vderdl1xy3] {
    position: absolute;
    inset: 0;
    background: radial-gradient(110% 110% at 0% 100%, rgba(112, 0, 160, 0.18) 0%, rgba(112, 0, 160, 0) 50%), linear-gradient(90deg, rgba(14, 14, 16, 0.55) 0%, rgba(14, 14, 16, 0.25) 55%, rgba(14, 14, 16, 0.65) 100%);
    pointer-events: none;
}

.rank[b-vderdl1xy3] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 34px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 0.92rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(3px);
    z-index: 3;
}

.rank-reussi[b-vderdl1xy3] {
    background: rgba(31, 174, 82, 0.85);
    border-color: rgba(255, 255, 255, 0.4);
}

.rank-reussi[b-vderdl1xy3]::after {
    content: "✓";
    position: absolute;
    top: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #1fae52;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    box-shadow: 0 0 0 2px #1b1c21;
}

.rank-en-attente[b-vderdl1xy3] {
    background: rgba(224, 152, 24, 0.85);
    border-color: rgba(255, 255, 255, 0.4);
}

.rank-en-attente[b-vderdl1xy3]::after {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e09818;
    box-shadow: 0 0 0 2px #1b1c21;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px 9px;
}

.meta[b-vderdl1xy3] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.title[b-vderdl1xy3] {
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.15;
    letter-spacing: 0.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.chips[b-vderdl1xy3] {
    margin-top: 4px;
    display: flex;
    gap: 6px;
}

.chip[b-vderdl1xy3] {
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 0.76rem;
    color: #e7e7e7;
    background: var(--black-background-transparent);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(2px);
}

.chip-points[b-vderdl1xy3] {
    background: rgba(136, 27, 182, 0.22);
    color: #fff;
    border-color: rgba(136, 27, 182, 0.45);
}

.badge[b-vderdl1xy3] {
    position: absolute;
    right: 10px;
    top: 53%;
    transform: translateY(-50%);
    height: 68px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
    pointer-events: none;
    z-index: 2;
}

.level-strip:hover .level-bg[b-vderdl1xy3] {
    transform: scale(1.04);
    opacity: 0.82;
}

.level-strip.is-selected[b-vderdl1xy3] {
    transform: scale(1.02);
    border: 2px solid var(--main-purple);
}

.level-strip.is-selected .shade[b-vderdl1xy3] {
    background: radial-gradient(120% 120% at 0% 100%, rgba(112, 0, 160, 0.32) 0%, rgba(112, 0, 160, 0) 55%), linear-gradient(90deg, rgba(14, 14, 16, 0.45) 0%, rgba(14, 14, 16, 0.2) 55%, rgba(14, 14, 16, 0.55) 100%);
}

.level-strip.is-selected .level-bg[b-vderdl1xy3] {
    filter: brightness(0.95) saturate(1.22);
    opacity: 0.92;
}

.detail-niveaux[b-vderdl1xy3] {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: calc(100vh - 60px - 24px);
    width: calc(68% - 24px);
    margin: 12px;
    padding: 14px;
    box-sizing: border-box;
    background: rgba(var(--secondary-background-value), 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    min-height: 0;
}

.detail-inner[b-vderdl1xy3] {
    position: relative;
    z-index: 2;
    height: 100%;
    overflow-y: auto;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    scroll-padding-bottom: 14px;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable both-edges;
}

.detail-header[b-vderdl1xy3] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin: 6px 0 16px;
}

.detail-title[b-vderdl1xy3] {
    margin: 0;
    font-size: 56px;
    line-height: 1.05;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.title-side[b-vderdl1xy3] {
    min-width: 0;
}

.detail-chips[b-vderdl1xy3] {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.detail-chips .chip[b-vderdl1xy3] {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.9rem;
    color: #e7e7e7;
    background: var(--black-background-transparent);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
}

.detail-difficulty[b-vderdl1xy3] {
    height: 103px;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35));
}

.detail-people[b-vderdl1xy3] {
    display: grid;
    gap: 6px;
    margin: 0 0 16px;
}

.detail-people p[b-vderdl1xy3] {
    margin: 0;
    color: #eaeaea;
    font-size: 1.02rem;
    line-height: 1.45;
}

.detail-people strong[b-vderdl1xy3] {
    color: #fff;
    font-weight: 800;
    margin-right: 6px;
}

.media-card[b-vderdl1xy3] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 12px;
    margin: 12px 0 18px;
}

.video-16x9[b-vderdl1xy3] {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 12px;
}

.video-16x9 iframe[b-vderdl1xy3] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
}

.video-16x9.placeholder[b-vderdl1xy3] {
    display: grid;
    place-items: center;
    color: #cfcfcf;
    background: linear-gradient(180deg, #e9ecef 0, #dfe3e8 100%);
    font-weight: 700;
}

.info-grid[b-vderdl1xy3] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 8px 0 24px;
}

.info-grid-deux-colonnes[b-vderdl1xy3] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-box[b-vderdl1xy3] {
    position: relative;
    background: var(--black-background-transparent);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 14px;
    padding: 12px 14px;
}

.info-box-copiable[b-vderdl1xy3] {
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
}

.info-box-copiable:hover[b-vderdl1xy3] {
    background-color: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.5);
}

.info-box-copiable:active[b-vderdl1xy3] {
    transform: scale(0.98);
}

.info-box-copiable[b-vderdl1xy3]::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='12' height='12' rx='2'/%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E");
    transition: opacity 0.15s ease;
}

.info-box-copiable:hover[b-vderdl1xy3]::after {
    opacity: 0.9;
}

.info-box-copiable.est-copie[b-vderdl1xy3] {
    background-color: rgba(31, 174, 82, 0.14);
    border-color: rgba(31, 174, 82, 0.55);
}

.info-box-copiable.est-copie[b-vderdl1xy3]::after {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231fae52' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}

.info-label[b-vderdl1xy3] {
    display: block;
    font-size: 0.8rem;
    color: #bfc3c9;
    margin-bottom: 4px;
}

.info-value[b-vderdl1xy3] {
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
}

.bouton-envoyer-reussite[b-vderdl1xy3] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 4px 0 20px;
    border: none;
    cursor: pointer;
    padding: 10px 18px;
    border-radius: 12px;
    background: linear-gradient(180deg, #a22cd7, var(--main-purple));
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 6px 16px rgba(112, 0, 160, 0.28);
    transition: transform 0.12s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.bouton-envoyer-reussite:hover[b-vderdl1xy3] {
    filter: brightness(1.08);
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(112, 0, 160, 0.4);
}

.bouton-envoyer-reussite:active[b-vderdl1xy3] {
    transform: translateY(0);
}

.victoires[b-vderdl1xy3] {
    font-size: 36px;
    margin: 10px 0 12px;
    color: #fff;
}

.win-row[b-vderdl1xy3] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--black-background-transparent);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 8px 12px;
    margin-bottom: 8px;
}

.win-index[b-vderdl1xy3] {
    font-weight: 800;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 3px 8px;
}

.win-user[b-vderdl1xy3] {
    color: #fff;
    cursor: pointer;
}

.win-user:hover[b-vderdl1xy3] {
    text-decoration: underline;
}

.win-yt[b-vderdl1xy3] {
    margin-left: auto;
    background: #cc0000;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    padding: 6px 10px;
    font-weight: 700;
}

.win-yt:hover[b-vderdl1xy3] {
    filter: brightness(1.05);
}

.detail-inner > *:last-child[b-vderdl1xy3] {
    margin-bottom: var(--card-pad);
}

.win-row:last-child[b-vderdl1xy3] {
    margin-bottom: var(--card-pad);
}

.fond-page-pile[b-vderdl1xy3],
.voile-page[b-vderdl1xy3] {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
}

.fond-page-pile[b-vderdl1xy3] {
    overflow: hidden;
}

.fond-page[b-vderdl1xy3] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.03);
    filter: brightness(0.92) saturate(1.12);
    transition: opacity 0.45s ease, transform 6s ease;
    will-change: opacity, transform;
}

.fond-page.est-visible[b-vderdl1xy3] {
    opacity: 0.66;
    transform: scale(1);
}

.voile-page[b-vderdl1xy3] {
    background: linear-gradient( 180deg, rgba(12, 13, 15, 0.58) 0%, rgba(12, 13, 15, 0.6) 35%, rgba(12, 13, 15, 0.68) 70%, rgba(12, 13, 15, 0.75) 100% );
}

@media (prefers-reduced-motion: reduce) {
    .level-strip[b-vderdl1xy3],
    .level-bg[b-vderdl1xy3],
    .fond-page[b-vderdl1xy3] {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }

    .fond-page[b-vderdl1xy3] {
        transition: opacity 0.2s linear !important;
    }
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.profil-page[b-oqn9ft0o6l] {
    max-width: 840px;
    margin: 32px auto;
    padding: 0 16px;
}

.card-profil[b-oqn9ft0o6l] {
    display: flex;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, #1e1f23, #25262c);
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .04);
    align-items: center;
}

.avatar[b-oqn9ft0o6l] {
    width: 96px;
    height: 96px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .35), 0 0 0 3px rgba(255, 255, 255, .06);
    flex: 0 0 auto;
}

.bloc-infos[b-oqn9ft0o6l] {
    flex: 1;
    min-width: 0;
}

.ligne[b-oqn9ft0o6l] {
    display: grid;
    grid-template-columns: 160px minmax(0,1fr);
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.ligne--full[b-oqn9ft0o6l] {
    grid-template-columns: 1fr;
}

.label[b-oqn9ft0o6l] {
    color: #c7c7d1;
    font-weight: 700;
}

.value[b-oqn9ft0o6l] {
    color: #ffffff;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input-group[b-oqn9ft0o6l] {
    position: relative;
    display: flex;
    align-items: center;
    background: #26272e;
    border: 1px solid #35363e;
    border-radius: 12px;
    height: 44px;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.input-group:focus-within[b-oqn9ft0o6l] {
    border-color: var(--main-purple);
    box-shadow: 0 0 0 3px rgba(136, 27, 182, .25);
    background: #2a2c34;
}

.input-prefix[b-oqn9ft0o6l] {
    width: 36px;
    height: 100%;
    display: inline-block;
    flex: 0 0 36px;
    opacity: .85;
    background: center / 18px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23cfcfe6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.input[b-oqn9ft0o6l] {
    appearance: none;
    background: transparent;
    border: 0;
    color: #ffffff;
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0 12px 0 4px;
    font-size: 15px;
}

.btn[b-oqn9ft0o6l] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 12px;
    background: linear-gradient(180deg, #a22cd7, var(--main-purple));
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
    transition: transform .12s ease, box-shadow .12s ease, opacity .2s ease;
}

.btn:hover[b-oqn9ft0o6l] {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .32);
}

.btn:disabled[b-oqn9ft0o6l] {
    opacity: .6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.spinner[b-oqn9ft0o6l] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .3);
    border-top-color: #ffffff;
    animation: spin-b-oqn9ft0o6l .8s linear infinite;
}

@keyframes spin-b-oqn9ft0o6l {
    to {
        transform: rotate(360deg);
    }
}

.alert[b-oqn9ft0o6l] {
    padding: 10px 12px;
    border-radius: 12px;
    margin: 4px 0 10px;
    font-size: .95rem;
}

.alert-success[b-oqn9ft0o6l] {
    background: #0f2d19;
    color: #c9ffd6;
}

.alert-error[b-oqn9ft0o6l] {
    background: #3a0d12;
    color: #ffd0d4;
}

.details-fusion[b-oqn9ft0o6l] {
    font-size: .85rem;
    color: #a9aab3;
    margin: 6px 0;
}

.popup-fusion textarea.input[b-oqn9ft0o6l] {
    width: 100%;
    resize: vertical;
    margin: 6px 0 10px;
    box-sizing: border-box;
}

.popup-fusion label[b-oqn9ft0o6l] {
    display: block;
    margin-top: 10px;
    font-weight: 700;
    color: #c7c7d1;
    font-size: .9rem;
}

.popup-fusion[b-oqn9ft0o6l] {
    margin-top: 12px;
    padding: 16px;
    border-radius: 16px;
    background: #1c1d21;
    border: 1px solid #35363e;
}

.popup-fusion h3[b-oqn9ft0o6l] {
    margin: 0 0 8px;
}

.popup-fusion p[b-oqn9ft0o6l] {
    color: #c7c7d1;
    margin: 8px 0;
}

.champ-autocomplete[b-oqn9ft0o6l] {
    position: relative;
}

.suggestions[b-oqn9ft0o6l] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    background: #26272e;
    border: 1px solid #35363e;
    border-radius: 12px;
    margin-top: 4px;
    overflow: hidden;
}

.suggestion[b-oqn9ft0o6l] {
    padding: 8px 12px;
    cursor: pointer;
}

.suggestion:hover[b-oqn9ft0o6l] {
    background: #33343c;
}

.profil-loading[b-oqn9ft0o6l] {
    opacity: .85;
    text-align: center;
    margin: 24px auto;
    max-width: 840px;
}

@media (max-width:700px) {
    .card-profil[b-oqn9ft0o6l] {
        flex-direction: column;
        align-items: flex-start;
    }

    .ligne[b-oqn9ft0o6l] {
        grid-template-columns: 1fr;
    }

    .label[b-oqn9ft0o6l] {
        margin-bottom: 4px;
    }
}
