/* _content/PrimeSuspect/Components/Components/PlayerCard.razor.rz.scp.css */
.ps-player[b-2pq7yg3h11] { /* renforce le relief en scoped */
    box-shadow: inset 0 0 0 1px #2b2b2b, 0 10px 24px rgba(0,0,0,.25);
}
/* _content/PrimeSuspect/Components/Components/VoteBoard.razor.rz.scp.css */
/* Survol encore plus visible en phase de vote */
.ps-player:hover:not(.disabled)[b-3s9galn9jy] {
    box-shadow: 0 14px 34px rgba(0,0,0,.35);
}
/* _content/PrimeSuspect/Components/Layout/MainLayout.razor.rz.scp.css */
/* ===== MainLayout � full dark ===== */

.page[b-upue6cgxsf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-upue6cgxsf] {
    flex: 1;
}

/* Colonne lat�rale (NavMenu) : d�grad� noir + fine s�paration � droite */
.sidebar[b-upue6cgxsf] {
/*
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
*/
    background-image: linear-gradient(180deg, #0b0b0f 0%, #000000 100%);

    box-shadow: inset -1px 0 0 #12121a;
}


/* Barre sup�rieure : fond sombre + bord inf�rieur */
.top-row[b-upue6cgxsf] {
    background: #0b0b0f;
    color: #e6e6e6;
    border-bottom: 1px solid #12121a;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    /* Liens dans la top-row */
    .top-row[b-upue6cgxsf]  a,
    .top-row[b-upue6cgxsf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #d7d7d7;
    }

        .top-row[b-upue6cgxsf]  a:hover,
        .top-row[b-upue6cgxsf]  .btn-link:hover {
            text-decoration: underline;
            color: #ffffff;
        }

    .top-row.auth[b-upue6cgxsf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Petits �crans : juste l�alignement */
@media (max-width: 640.98px) {
    .top-row[b-upue6cgxsf] {
        justify-content: space-between;
    }

        .top-row[b-upue6cgxsf]  a,
        .top-row[b-upue6cgxsf]  .btn-link {
            margin-left: 0;
        }
}

/* Grands �crans : sidebar sticky + scrollable, top-row sticky */
@media (min-width: 641px) {
    .page[b-upue6cgxsf] {
        flex-direction: row;
    }

    .sidebar[b-upue6cgxsf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-upue6cgxsf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    /* Confort de lecture dans le contenu */
    .top-row[b-upue6cgxsf], article[b-upue6cgxsf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Bandeau d�erreur Blazor : dark aussi */
#blazor-error-ui[b-upue6cgxsf] {
    background: #2a1f1f;
    color: #fff;
    border-top: 1px solid #442c2c;
    bottom: 0;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.35);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-upue6cgxsf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: #fff;
    }
/* _content/PrimeSuspect/Components/Layout/MyMainLayout.razor.rz.scp.css */
/* _content/PrimeSuspect/Components/Layout/NavMenu.razor.rz.scp.css */
/* Burger */
.navbar-toggler[b-nz20ycz0fp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-nz20ycz0fp] {
        background-color: rgba(255, 255, 255, 0.5);
    }

/* Barre du haut du menu */
.top-row[b-nz20ycz0fp] {
    height: 3.5rem;
    background: #0b0b0f;
    border-bottom: 1px solid #12121a;
}

.navbar-brand[b-nz20ycz0fp] {
    font-size: 1.1rem;
}

/* Items */
.nav-item[b-nz20ycz0fp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nz20ycz0fp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nz20ycz0fp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nz20ycz0fp]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 8px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-nz20ycz0fp]  a.active {
        background-color: rgba(255,255,255,0.08);
        color: #fff;
    }

    .nav-item[b-nz20ycz0fp]  .nav-link:hover {
        background-color: rgba(255,255,255,0.10);
        color: #fff;
    }

/* Colonne de navigation : d�grad� noir */
.nav-scrollable[b-nz20ycz0fp] {
    display: none;
    background: linear-gradient(180deg, #0b0b0f 0%, #000 100%);
    min-height: calc(100vh - 3.5rem);
    box-shadow: inset -1px 0 0 #12121a; /* s�paration avec le contenu */
}

/* Affichage quand le burger est coch� (petits �crans) */
.navbar-toggler:checked ~ .nav-scrollable[b-nz20ycz0fp] {
    display: block;
}

/* Large �crans : la sidebar reste ouverte et scrollable */
@media (min-width: 641px) {
    .navbar-toggler[b-nz20ycz0fp] {
        display: none;
    }

    .nav-scrollable[b-nz20ycz0fp] {
        display: block; /* never collapse */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/PrimeSuspect/Components/Pages/Home.razor.rz.scp.css */
:host[b-x3905zmsmr] {
    display: block;
}

.home-hero[b-x3905zmsmr] {
    padding-block: 32px;
}

    .home-hero .card[b-x3905zmsmr] {
        background: rgba(20,20,20,.8);
        color: var(--text-light);
    }

    .home-hero .card-footer[b-x3905zmsmr] {
        background: transparent;
        border-top: 1px solid #2c2c2c;
    }

.home-logo[b-x3905zmsmr] {
    filter: contrast(1.05) saturate(1.02);
}


