/* _content/TheBandListSite/Components/App.razor.rz.scp.css */
body[b-2v4mm7vf0v] {
    margin: 0;
    background-color: #23252B;
    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;
}
/* _content/TheBandListSite/Components/Layout/NavMenu.razor.rz.scp.css */
.NavBar[b-0ei4cdp8be] {
    display: flex;
    position: relative;
    background-color: #881bb6;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}

.logo[b-0ei4cdp8be] {
    display: flex;
    align-items: center;
    color: #fff;
    white-space: nowrap;
    flex-shrink: 0;
    z-index: 20;
}

.logo img[b-0ei4cdp8be] {
    max-height: 60px;
    border-radius: 12px;
    margin-top: 0;
}

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

a[b-0ei4cdp8be] {
    text-decoration: none;
    color: inherit;
}

.nav-item[b-0ei4cdp8be] {
    margin: 0 10px;
    padding: 10px;
    border-radius: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
    transition: color .25s ease;
    text-align: center;
    user-select: none;
}

nav a.nav-item[b-0ei4cdp8be] {
    color: #fff;
}

nav a.nav-item.hovered[b-0ei4cdp8be] {
    color: #881bb6;
    cursor: pointer !important;
}

nav a.nav-item.selected:not(.hovered)[b-0ei4cdp8be] {
    color: #fff;
}

nav a.nav-item.selected.hovered[b-0ei4cdp8be] {
    color: #881bb6;
}

.indicator[b-0ei4cdp8be] {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    z-index: 1;
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
    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-0ei4cdp8be] {
    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-0ei4cdp8be] {
    opacity: 0;
    filter: blur(8px) saturate(112%);
    pointer-events: none;
}

.indicator--visible[b-0ei4cdp8be]::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-0ei4cdp8be 420ms ease-out both;
    pointer-events: none;
}

.indicator--hidden[b-0ei4cdp8be]::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-0ei4cdp8be 360ms cubic-bezier(.19,1,.22,1) forwards;
    pointer-events: none;
}

@keyframes indicator-pop-b-0ei4cdp8be {
    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-0ei4cdp8be {
    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-0ei4cdp8be] {
        position: static;
        transform: none;
        margin: 0 auto;
    }
}

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

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

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

.compte-toggle[b-0ei4cdp8be] {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    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-0ei4cdp8be 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-0ei4cdp8be]::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-0ei4cdp8be] {
    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-0ei4cdp8be] {
    transform: rotate(180deg);
    opacity: 1;
}

.avatar-discord[b-0ei4cdp8be] {
    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-0ei4cdp8be] {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: .95;
}

.chevron[b-0ei4cdp8be] {
    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-0ei4cdp8be] {
    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-0ei4cdp8be] {
    background: #3ad772;
    box-shadow: 0 0 0 2px #1b1c21,0 0 10px rgba(58,215,114,.8);
}

.etat--idle[b-0ei4cdp8be] {
    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-0ei4cdp8be] {
    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-0ei4cdp8be] {
    background: #6b7280;
    box-shadow: 0 0 0 2px #1b1c21;
    opacity: .9;
}

.menu-compte[b-0ei4cdp8be] {
    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-0ei4cdp8be] {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

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

.menu-compte[b-0ei4cdp8be] {
    z-index: 25;
}

.compte-toggle[b-0ei4cdp8be] {
    z-index: 30;
}

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

.menu-compte .en-tete[b-0ei4cdp8be] {
    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-0ei4cdp8be] {
    font-weight: 800;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
}

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

.menu-compte .item[b-0ei4cdp8be] {
    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-0ei4cdp8be] {
    margin-top: 4px;
}

.menu-compte .item:hover[b-0ei4cdp8be] {
    background: rgba(255,255,255,.08);
    transform: translateX(2px);
    color: #fff;
}

.menu-compte .item[href*="/Profil"][b-0ei4cdp8be]::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-0ei4cdp8be] {
    color: #ffd6d6;
}

.menu-compte .item--danger[b-0ei4cdp8be]::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-0ei4cdp8be] {
    background: rgba(255,60,60,.18);
    color: #fff;
}

.bouton-discord[b-0ei4cdp8be] {
    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: #fff;
    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-0ei4cdp8be] {
    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-0ei4cdp8be] {
    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);
}

.bouton-discord:focus-visible[b-0ei4cdp8be] {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

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

@media (prefers-reduced-motion: reduce) {
    .bouton-discord[b-0ei4cdp8be] {
        transition: none;
    }
}

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

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

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

@keyframes spinBorder-b-0ei4cdp8be {
    to {
        --spin: 360deg;
    }
}

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

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

.btn-invite-discord[b-0ei4cdp8be] {
    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;
}

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

.btn-invite-discord[b-0ei4cdp8be] {
    position: relative;
    overflow: hidden;
}

.btn-invite-discord .icon-still[b-0ei4cdp8be],
.btn-invite-discord .icon-gif[b-0ei4cdp8be] {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    object-fit: contain;
    transition: opacity .12s linear;
}

.btn-invite-discord .icon-gif[b-0ei4cdp8be] {
    opacity: 0;
    pointer-events: none;
}

.btn-invite-discord.is-playing .icon-still[b-0ei4cdp8be] {
    opacity: 0;
}

.btn-invite-discord.is-playing .icon-gif[b-0ei4cdp8be] {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .btn-invite-discord .icon-gif[b-0ei4cdp8be] {
        display: none;
    }

    .btn-invite-discord .icon-still[b-0ei4cdp8be] {
        opacity: 1 !important;
    }
}

.btn-invite-discord[b-0ei4cdp8be] {
    position: relative;
    overflow: hidden;
}

.gif-discord[b-0ei4cdp8be] {
    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-0ei4cdp8be] {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

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

.gif-discord .gif-hover[b-0ei4cdp8be] {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: contain;
    image-rendering: auto;
}

.zone-droite[b-0ei4cdp8be] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
/* _content/TheBandListSite/Components/Pages/ClassementPage.razor.rz.scp.css */
:root[b-uahbk214ef] {
    --accent: #7000a0;
}

.Article[b-uahbk214ef] {
    display: flex;
}

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

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

.BarreOutil[b-uahbk214ef] {
    position: sticky;
    top: 0;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem 0 .6rem 0;
    backdrop-filter: blur(4px);
}

.BarreOutil input[type="text"][b-uahbk214ef] {
    flex: 1;
    box-sizing: border-box;
    width: 100%;
    font-size: 1rem;
    padding: .9rem 1rem .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 .2s ease, box-shadow .3s ease, transform .12s ease, background-image .2s ease;
}

.BarreOutil input[type="text"][b-uahbk214ef]::placeholder {
    color: #9aa0a6;
    opacity: .95;
}

.BarreOutil input[type="text"]:hover[b-uahbk214ef] {
    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);
}

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

.BoutonTri[b-uahbk214ef] {
    padding: .8rem 1rem;
    border-radius: 12px;
    border: 1px solid #555;
    background: linear-gradient(180deg,#34363a,#282a2d 60%);
    color: #fff;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .25s ease, filter .25s ease;
}

.BoutonTri:hover[b-uahbk214ef] {
    transform: translateY(-1px);
    filter: saturate(1.05) brightness(1.03);
    cursor: pointer;
}

.BoutonTri:active[b-uahbk214ef] {
    transform: translateY(0) scale(.97);
}

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

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

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

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

.UtilisateurGroupe[b-uahbk214ef] {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: .35rem .5rem;
    border-radius: 10px;
    transition: background .2s ease, transform .12s ease, box-shadow .2s ease;
    font-size: 20px;
}

.UtilisateurGroupe:hover[b-uahbk214ef] {
    background: #2b2d30;
    transform: translateX(2px);
}

.UtilisateurGroupeNom[b-uahbk214ef], .UtilisateurGroupeNombre[b-uahbk214ef], .UtilisateurGroupeIndex[b-uahbk214ef] {
    margin: 2px 4px;
}

.UtilisateurGroupeNombre[b-uahbk214ef], .UtilisateurGroupeIndex[b-uahbk214ef] {
    padding: 4px 0;
}

.UtilisateurGroupeNom[b-uahbk214ef] {
    padding: .25rem .55rem;
    border-radius: 8px;
}

.UtilisateurGroupeNom:hover[b-uahbk214ef] {
    background: #36383B;
    cursor: pointer;
}

.UtilisateurGroupeIndex[b-uahbk214ef] {
    width: 44px;
    text-align: right;
    color: #d2d2d2;
    font-weight: 600;
    opacity: .9;
}

.UtilisateurGroupeNombre[b-uahbk214ef] {
    margin-left: auto;
    padding: .25rem .6rem;
    border-radius: 999px;
    background: #26282b;
    border: 1px solid #3b3d41;
    color: #f0f0f0;
    font-size: .95rem;
    line-height: 1;
}

.selected[b-uahbk214ef] {
    background-color: #7000a0 !important;
    color: #fff;
}

.UtilisateurGroupeNom.selected[b-uahbk214ef] {
    box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset, 0 8px 22px rgba(112,0,160,.35);
}

.UtilisateurGroupe:has(.UtilisateurGroupeNom.selected)[b-uahbk214ef] {
    background: linear-gradient(90deg, rgba(112,0,160,.32) 0%, rgba(112,0,160,.18) 45%, transparent 88%);
    box-shadow: inset 0 0 0 1px rgba(112,0,160,.35);
}

.ImageTrophee[b-uahbk214ef], .ImageMeilleurCreateur[b-uahbk214ef], .ImageStars[b-uahbk214ef] {
    width: 50px;
    height: auto;
    margin-bottom: -3px;
    margin-right: 6px;
}

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

.user-title[b-uahbk214ef] {
    display: flex;
    align-items: center;
    gap: .25rem;
}

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

.stats-chips[b-uahbk214ef] {
    display: flex;
    gap: .5rem;
    margin-top: 10px;
}

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

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

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

#Bold[b-uahbk214ef] {
    font-weight: 600;
}

.rank-gap[b-uahbk214ef] {
    display: inline-block;
    margin-right: .80rem;
}

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


.carte-niveau[b-uahbk214ef] {
    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 .18s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
    z-index: 1;
}

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

.carte-niveau[b-uahbk214ef]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(110% 110% at 0% 100%, rgba(112,0,160,.18) 0%, rgba(112,0,160,0) 50%), linear-gradient(90deg, rgba(14,14,16,.55) 0%, rgba(14,14,16,.25) 55%, rgba(14,14,16,.65) 100%);
    opacity: .75;
    z-index: 0;
}


.carte-niveau .rang[b-uahbk214ef] {
    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: .92rem;
    color: #fff;
    background: rgba(0,0,0,.55);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(3px);
    z-index: 2;
}

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

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

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

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

.carte-niveau .jeton-points[b-uahbk214ef] {
    background: rgba(136,27,182,.22);
    color: #fff;
    border-color: rgba(136,27,182,.45);
}

.carte-niveau .lien-preuve[b-uahbk214ef] {
    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-uahbk214ef] {
    filter: brightness(1.05);
}

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

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

.carte-niveau:hover[b-uahbk214ef]::after {
    opacity: .45;
}

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

.carte-niveau.is-selected[b-uahbk214ef]::before {
    filter: brightness(.96) saturate(1.15);
    opacity: .98;
}

.carte-niveau.is-selected[b-uahbk214ef]::after {
    background: radial-gradient(120% 120% at 0% 100%, rgba(112,0,160,.32) 0%, rgba(112,0,160,0) 55%), linear-gradient(90deg, rgba(14,14,16,.45) 0%, rgba(14,14,16,.2) 55%, rgba(14,14,16,.55) 100%);
    opacity: .65;
}

.carte-niveau--reussi[b-uahbk214ef]::after {
    background: radial-gradient(110% 110% at 0% 100%, rgba(72,187,120,.22) 0%, rgba(72,187,120,0) 55%), linear-gradient(90deg, rgba(14,14,16,.52) 0%, rgba(14,14,16,.25) 55%, rgba(14,14,16,.62) 100%);
}

.carte-niveau--verifie[b-uahbk214ef]::after {
    background: radial-gradient(110% 110% at 0% 100%, rgba(59,130,246,.22) 0%, rgba(59,130,246,0) 55%), linear-gradient(90deg, rgba(14,14,16,.52) 0%, rgba(14,14,16,.25) 55%, rgba(14,14,16,.62) 100%);
}

.carte-niveau--cree[b-uahbk214ef]::after {
    background: radial-gradient(110% 110% at 0% 100%, rgba(245,158,11,.22) 0%, rgba(245,158,11,0) 55%), linear-gradient(90deg, rgba(14,14,16,.52) 0%, rgba(14,14,16,.25) 55%, rgba(14,14,16,.62) 100%);
}
@keyframes modal-fade-b-uahbk214ef {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-pop-b-uahbk214ef {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.98)
    }

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

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

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

.modal-card[b-uahbk214ef] {
    width: min(1280px,96vw);
    background: #1f2023;
    border: 1px solid #3a3a3a;
    border-radius: 16px;
    box-shadow: 0 24px 80px rgba(0,0,0,.55);
    overflow: hidden;
    animation: modal-pop-b-uahbk214ef .26s cubic-bezier(.22,.6,.2,1) both;
}

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

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

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

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

.modal-close:active[b-uahbk214ef] {
    transform: rotate(90deg) scale(.92);
}

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

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

.sort-tabs[b-uahbk214ef] {
    display: flex;
    gap: .4rem;
    margin-bottom: .75rem;
}

.sort-tabs button[b-uahbk214ef] {
    flex: 1;
    padding: .55rem .7rem;
    border-radius: 10px;
    border: 1px solid #444;
    background: #26282b;
    color: #ddd;
}

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

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

.trie-card[b-uahbk214ef] {
    border: 1px solid #3a3a3a;
    background: #1b1c1f;
    border-radius: 12px;
    padding: .9rem .9rem .75rem;
    display: grid;
    gap: .45rem;
}

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

.trie-card label[b-uahbk214ef] {
    color: #ddd;
    font-size: .98rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

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

.sort-actions[b-uahbk214ef] {
    display: flex;
    gap: .6rem;
    justify-content: flex-start;
    margin-top: .9rem;
}

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

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

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

.bouton-appliquer[b-uahbk214ef]::before, .bouton-reset[b-uahbk214ef]::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,.20) 50%, transparent 60%);
    transition: transform .75s ease, opacity .35s ease;
    opacity: 0;
}

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

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

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

button:focus-visible[b-uahbk214ef] {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(160,82,255,.55), 0 6px 18px rgba(0,0,0,.35);
}

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

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

.SoumettreUnNiveauContainer[b-zso2cwhmka] {
    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(54,56,59,.70);
    border: 1px solid rgba(255,255,255,.3);
    box-shadow: 0 12px 28px rgba(0,0,0,.25);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(2px);
}

.Formulaire[b-zso2cwhmka] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

button[b-zso2cwhmka] {
    margin-top: 30px;
}

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

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

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

.list-group-item[b-zso2cwhmka] {
    transition: all 0.25s ease-in-out;
    width: fit-content;
    border-radius: 8px;
    padding: 4px 8px;
    margin: 2px;
}

.list-group-item.active[b-zso2cwhmka] {
    background-color: #4d4f51;
    color: white;
    font-size: 17px;
}

.list-group-item:hover[b-zso2cwhmka] {
    background-color: #4d4f51;
    color: white;
    font-size: 17px;
    cursor: pointer;
}

.transition[b-zso2cwhmka], form button[b-zso2cwhmka], form .InputStyleContainer label[b-zso2cwhmka], form .InputStyleContainer input[type="text"][b-zso2cwhmka] {
    -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 .InputStyleContainer[b-zso2cwhmka] {
    position: relative;
}

form .InputStyleContainer label[b-zso2cwhmka] {
    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 .InputStyleContainer input[type="text"][b-zso2cwhmka] {
    appearance: none;
    background-color: rgba(54, 56, 59, .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 .InputStyleContainer input[type="text"]:focus[b-zso2cwhmka] {
    outline: none;
    background-color: rgba(54, 56, 59, .5);
    color: white;
    margin-top: 40px;
}

form .InputStyleContainer input[type="text"]:valid[b-zso2cwhmka] {
    margin-top: 40px;
}

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

form .InputStyleContainer input[type="text"]:valid ~ label[b-zso2cwhmka] {
    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-zso2cwhmka]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

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

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

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

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

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

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

#fakeNomNiveau[b-zso2cwhmka] {
    display: none
}

button[b-zso2cwhmka] {
    font-size: 27px;
    position: relative;
    width: 150px;
    height: 50px;
    background-color: #36383B;
    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-zso2cwhmka]::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -5px;
    margin: auto;
    width: 160px;
    height: 60px;
    border-radius: 12px;
    animation: gradient-b-zso2cwhmka 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-zso2cwhmka]::after {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    animation: gradient-b-zso2cwhmka 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-zso2cwhmka]::after {
    filter: blur(30px);
}

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

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

button:hover[b-zso2cwhmka] {
    background-color: #23252B;
    transition-delay: 0.6s;
}

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

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

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

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

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

.page-bg.is-active[b-zso2cwhmka] {
    opacity: .88;
    transform: scale(1);
}

.page-tint[b-zso2cwhmka] {
    background: linear-gradient(180deg, rgba(12,13,15,.58) 0%, rgba(12,13,15,.60) 35%, rgba(12,13,15,.68) 70%, rgba(12,13,15,.75) 100%);
}

.SoumettreUnNiveauContainer[b-zso2cwhmka] {
    z-index: 1;
}

.ConnectedUserBadge[b-zso2cwhmka] {
    margin-bottom: 13px;
    margin-top: -12px;
}
/* _content/TheBandListSite/Components/Pages/HomePage.razor.rz.scp.css */
#Bold[b-c8qfb9r6kz] {
    font-weight: bold;
}

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

.ListeNiveaux[b-c8qfb9r6kz] {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    height: calc(100vh - 60px - 24px);
    width: calc(33% - 24px);
    margin: 12px;
    padding: 14px;
    box-sizing: border-box;
    background: rgba(54,56,59,.70);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0,0,0,.25);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

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

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

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

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

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

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

.FiltrageContainer[b-c8qfb9r6kz] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.FiltrageContainer input[b-c8qfb9r6kz] {
    border-radius: 30px;
    background-color: #23252B;
    color: #fff;
    border: none;
    outline: none;
    width: 170px;
    height: 26px;
    font-size: 18px;
    padding: 6px 16px;
    transition: box-shadow .2s ease,transform .12s ease;
}

.FiltrageContainer input:focus[b-c8qfb9r6kz] {
    box-shadow: 0 0 0 2px rgba(112,0,160,.45);
    transform: translateY(-1px);
}

.FiltrageContainer input[b-c8qfb9r6kz]::placeholder {
    color: #fff;
    opacity: .9;
}

.SelectionnerUneDureeContainer[b-c8qfb9r6kz] {
    position: relative;
    cursor: pointer;
    width: 110px;
    user-select: none;
}

.SelectionnerUneDureeContainer .selected-option[b-c8qfb9r6kz] {
    padding: 6px 0;
    height: 26px;
    width: 90px;
    border-radius: 30px;
    background-color: #23252B;
    color: #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    z-index: 10;
}

.SelectionnerUneDureeContainer .options[b-c8qfb9r6kz] {
    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 .28s ease-out,opacity .28s ease;
    opacity: 0;
    z-index: 9;
    box-shadow: 0 8px 24px rgba(0,0,0,.28);
}

.SelectionnerUneDureeContainer .options p[b-c8qfb9r6kz] {
    padding: 8px 12px;
    margin: 0;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    transition: background-color .15s ease;
}

.SelectionnerUneDureeContainer .options p:hover[b-c8qfb9r6kz] {
    background-color: #23252B;
}

.SelectionnerUneDureeContainer:hover .options[b-c8qfb9r6kz] {
    max-height: 260px;
    opacity: 1;
}

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

.ListeDesNiveauxContainer:has(> .level-strip:first-child.is-selected)[b-c8qfb9r6kz] {
    padding-top: 5px;
}

.level-strip[b-c8qfb9r6kz] {
    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 .18s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease;
    z-index: 1;
}

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

.level-bg[b-c8qfb9r6kz] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(.85) saturate(1.15);
    /*filter: blur(1.1px) brightness(.85) saturate(1.15);*/
    opacity: .75;
    pointer-events: none;
    transition: transform .35s ease,filter .35s ease,opacity .35s ease;
}

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

.rank[b-c8qfb9r6kz] {
    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: .92rem;
    color: #fff;
    background: rgba(0,0,0,.55);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(3px);
    z-index: 3;
}

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

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

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

.chip[b-c8qfb9r6kz] {
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: .76rem;
    color: #e7e7e7;
    background: rgba(0,0,0,.35);
    border: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(2px);
}

.chip-points[b-c8qfb9r6kz] {
    background: rgba(136,27,182,.22);
    color: #fff;
    border-color: rgba(136,27,182,.45);
}

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

.level-strip:hover[b-c8qfb9r6kz] {
    transform: translateY(-2px);
    border-color: rgba(136,27,182,.45);
}

.level-strip:hover .level-bg[b-c8qfb9r6kz] {
    transform: scale(1.06);
    opacity: .82;
}

.level-strip.is-selected[b-c8qfb9r6kz] {
    transform: translateY(-2px) scale(1.02);
    border-color: #9d3be0;
}

.level-strip.is-selected .shade[b-c8qfb9r6kz] {
    background: radial-gradient(120% 120% at 0% 100%,rgba(112,0,160,.32) 0%,rgba(112,0,160,0) 55%),linear-gradient(90deg,rgba(14,14,16,.45) 0%,rgba(14,14,16,.2) 55%,rgba(14,14,16,.55) 100%);
}

.level-strip.is-selected .level-bg[b-c8qfb9r6kz] {
    filter: brightness(.95) saturate(1.22);
    opacity: .92;
}

.DetailNiveaux[b-c8qfb9r6kz] {
    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(54,56,59,.70);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0,0,0,.25);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.detail-inner[b-c8qfb9r6kz] {
    position: relative;
    z-index: 2;
    height: 100%;
    overflow: auto;
    padding: 0px 12px 0px 0px;
    box-sizing: border-box;
    scroll-padding-bottom: 14px;
}

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

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

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

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

.detail-chips .chip[b-c8qfb9r6kz] {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: .9rem;
    color: #e7e7e7;
    background: rgba(0,0,0,.35);
    border: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(2px);
}

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

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

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

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

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

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

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

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

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

.info-box[b-c8qfb9r6kz] {
    background: #23252B;
    border: 1px solid #2f3137;
    border-radius: 14px;
    padding: 12px 14px;
}

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

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

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

.win-row[b-c8qfb9r6kz] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0,0,0,.32);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    padding: 8px 12px;
    margin-bottom: 8px;
}

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

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

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

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

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

.level-card[b-c8qfb9r6kz] {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #36383B;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 14px;
    cursor: pointer;
    transition: transform .18s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease;
    animation: card-in-b-c8qfb9r6kz .35s ease both;
}

.level-card + .level-card[b-c8qfb9r6kz] {
    margin-top: 14px;
}

.level-card:hover[b-c8qfb9r6kz] {
    transform: translateY(-2px);
    border-color: rgba(136,27,182,.45);
    background: #3c3f45;
}

.level-thumb[b-c8qfb9r6kz] {
    position: relative;
    flex: 0 0 160px;
    height: 96px;
    overflow: hidden;
    border-radius: 12px;
    background: #111;
}

.level-thumb img[b-c8qfb9r6kz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform .35s ease,filter .25s ease;
}

.level-card:hover .level-thumb img[b-c8qfb9r6kz] {
    transform: scale(1.06);
}

.rank-badge[b-c8qfb9r6kz] {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-weight: 800;
    font-size: .95rem;
    padding: .25rem .5rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(4px);
    animation: badge-pop-b-c8qfb9r6kz .38s cubic-bezier(.2,.75,.2,1.1) both .12s;
}

.level-content[b-c8qfb9r6kz] {
    flex: 1;
    min-width: 0;
}

.level-title[b-c8qfb9r6kz] {
    margin: 0 0 4px;
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
}

.level-sub[b-c8qfb9r6kz] {
    margin: 0 0 10px;
    font-size: .98rem;
    color: #b0b3b8;
}

.points-victoires[b-c8qfb9r6kz] {
    display: flex;
    justify-content: space-between;
    font-size: .95rem;
    color: #e7e7e7;
}

.purple-meter[b-c8qfb9r6kz] {
    height: 8px;
    margin-top: 10px;
    border-radius: 999px;
    background: #2a2c31;
    border: 1px solid #2f3137;
    overflow: hidden;
}

.purple-meter > i[b-c8qfb9r6kz] {
    display: block;
    height: 100%;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    background: #881bb6;
    box-shadow: 0 0 14px rgba(136,27,182,.35) inset;
    animation: meter-fill-b-c8qfb9r6kz .9s cubic-bezier(.2,.7,0,1) both;
}

.DetailNiveaux .level-card:nth-of-type(1)[b-c8qfb9r6kz] {
    animation-delay: .02s
}

.DetailNiveaux .level-card:nth-of-type(2)[b-c8qfb9r6kz] {
    animation-delay: .05s
}

.DetailNiveaux .level-card:nth-of-type(3)[b-c8qfb9r6kz] {
    animation-delay: .08s
}

.DetailNiveaux .level-card:nth-of-type(4)[b-c8qfb9r6kz] {
    animation-delay: .11s
}

.DetailNiveaux .level-card:nth-of-type(5)[b-c8qfb9r6kz] {
    animation-delay: .14s
}

.DetailNiveaux .level-card:nth-of-type(6)[b-c8qfb9r6kz] {
    animation-delay: .17s
}

.DetailNiveaux .level-card:nth-of-type(7)[b-c8qfb9r6kz] {
    animation-delay: .20s
}

.DetailNiveaux .level-card:nth-of-type(8)[b-c8qfb9r6kz] {
    animation-delay: .23s
}

.DetailNiveaux .level-card:nth-of-type(9)[b-c8qfb9r6kz] {
    animation-delay: .26s
}

.DetailNiveaux .level-card:nth-of-type(10)[b-c8qfb9r6kz] {
    animation-delay: .29s
}

@keyframes card-in-b-c8qfb9r6kz {
    from {
        opacity: 0;
        transform: translateY(6px) scale(.995);
    }

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

@keyframes badge-pop-b-c8qfb9r6kz {
    0% {
        transform: scale(.6);
        opacity: 0;
    }

    70% {
        transform: scale(1.08);
        opacity: 1;
    }

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

@keyframes meter-fill-b-c8qfb9r6kz {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(calc(var(--w,0) * 0.01));
    }
}

@media (prefers-reduced-motion:reduce) {
    .level-strip[b-c8qfb9r6kz], .level-bg[b-c8qfb9r6kz], .level-card[b-c8qfb9r6kz], .level-thumb img[b-c8qfb9r6kz], .rank-badge[b-c8qfb9r6kz], .purple-meter > i[b-c8qfb9r6kz] {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

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

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

.info-box[b-c8qfb9r6kz] {
    background: #23252B;
    border: 1px solid #2b2c30;
}

.DetailNiveaux.no-frame[b-c8qfb9r6kz] {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 14px 0px 0px;
}

.DetailNiveaux[b-c8qfb9r6kz] {
    min-height: 0;
}

.detail-inner[b-c8qfb9r6kz] {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable both-edges;
}

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

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

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

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

.voile-page[b-c8qfb9r6kz] {
    background: linear-gradient( 180deg, rgba(12,13,15,.58) 0%, rgba(12,13,15,.60) 35%, rgba(12,13,15,.68) 70%, rgba(12,13,15,.75) 100% );
}

@media (prefers-reduced-motion: reduce) {
    .fond-page[b-c8qfb9r6kz] {
        transition: opacity .2s linear !important;
        transform: none !important;
    }
}
/* _content/TheBandListSite/Components/Pages/Profile.razor.rz.scp.css */
.profil-page[b-ps5d4z3o6g] {
    max-width: 840px;
    margin: 32px auto;
    padding: 0 16px;
}

.card-profil[b-ps5d4z3o6g] {
    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-ps5d4z3o6g] {
    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-ps5d4z3o6g] {
    flex: 1;
    min-width: 0;
}

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

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

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

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

.input-group[b-ps5d4z3o6g] {
    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-ps5d4z3o6g] {
    border-color: #881bb6;
    box-shadow: 0 0 0 3px rgba(136,27,182,.25);
    background: #2a2c34;
}

.input-prefix[b-ps5d4z3o6g] {
    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-ps5d4z3o6g] {
    appearance: none;
    background: transparent;
    border: 0;
    color: #ffffff;
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0 12px 0 4px;
    font-size: 15px;
}

.btn[b-ps5d4z3o6g] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 12px;
    background: linear-gradient(180deg, #a22cd7, #881bb6);
    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-ps5d4z3o6g] {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(0,0,0,.32);
}

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

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

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

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

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

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

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

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

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

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