/* _content/Quiz.Web/Components/AdministrationComponents/ArtistEditComponent.razor.rz.scp.css */
.tag-container[b-pzr81vu3ta] {
    max-height: 300px;
    overflow-y: auto;
    background: rgba(11,15,28,.45);
    border: 1px solid #1f2742;
    border-radius: 12px;
    padding: .75rem;
    margin-top: .75rem;
}

.tag-item[b-pzr81vu3ta] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    background: rgba(15,20,35,.6);
    border: 1px solid #1f2742;
    border-radius: 12px;
    padding: .55rem .75rem;
    margin-bottom: .6rem;
}

.tag-item span[b-pzr81vu3ta] {
    color: var(--text, #eef1ff);
}
/* _content/Quiz.Web/Components/AdministrationComponents/ArtistOverviewComponent.razor.rz.scp.css */
.admin-filter-tags__empty[b-aaijyvxh9p] {
    color: var(--muted, rgba(255,255,255,.65));
    font-size: .85rem;
}

select.admin-input[multiple][b-aaijyvxh9p] {
    min-height: 150px;
    padding: .45rem .6rem;
}

select.admin-input[multiple] option[b-aaijyvxh9p] {
    padding: .25rem .2rem;
}

select.admin-input[multiple][b-aaijyvxh9p]::-webkit-scrollbar {
    width: 10px;
}

select.admin-input[multiple][b-aaijyvxh9p]::-webkit-scrollbar-track {
    background: rgba(11,15,28,.35);
    border-radius: 10px;
}

select.admin-input[multiple][b-aaijyvxh9p]::-webkit-scrollbar-thumb {
    background: rgba(74,115,255,.6);
    border-radius: 10px;
}
/* _content/Quiz.Web/Components/AdministrationComponents/Common/AdminTableComponent.razor.rz.scp.css */
.admin-table[b-0uenazq1id] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: var(--text, #eef1ff);
}

.admin-table__header[b-0uenazq1id],
.admin-table__filters[b-0uenazq1id],
.admin-table__panel[b-0uenazq1id] {
    background: var(--panel, rgba(15,20,35,.6));
    border: 1px solid #1f2742;
    border-radius: var(--radius, 16px);
}

.admin-table__header[b-0uenazq1id] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
}

.admin-table__title[b-0uenazq1id] {
    margin: 0;
    color: #fff;
    font-size: clamp(1.2rem, 2.2vw, 1.8rem);
}

.admin-table__subtitle[b-0uenazq1id] {
    color: var(--muted, rgba(255,255,255,.65));
    font-size: .9rem;
    margin-top: .2rem;
}

.admin-table__toolbar[b-0uenazq1id] {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}

.admin-table__filters[b-0uenazq1id] {
    padding: .85rem 1rem;
    display: grid;
    gap: .85rem;
}

.admin-filter-grid[b-0uenazq1id] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: .75rem;
}

.admin-filter[b-0uenazq1id] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.admin-filter label[b-0uenazq1id] {
    color: var(--muted, rgba(255,255,255,.65));
    font-size: .8rem;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.admin-input[b-0uenazq1id] {
    background: #0b0f1c;
    border: 1px solid #1f2742;
    border-radius: 12px;
    color: var(--text, #eef1ff);
    padding: .55rem .7rem;
    outline: none;
}

.admin-input[b-0uenazq1id]::placeholder {
    color: rgba(255,255,255,.45);
}

.admin-check[b-0uenazq1id] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--text, #eef1ff);
    font-weight: 600;
}

.admin-check input[type="checkbox"][b-0uenazq1id] {
    width: 1rem;
    height: 1rem;
    accent-color: #4a73ff;
}

.admin-filter-row[b-0uenazq1id] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.25rem;
}

.admin-filter-actions[b-0uenazq1id] {
    display: flex;
    justify-content: flex-end;
}

.admin-table__panel[b-0uenazq1id] {
    padding: .5rem .75rem;
}

.admin-table__table-wrap[b-0uenazq1id] {
    overflow: auto;
}

.admin-table__table[b-0uenazq1id] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.admin-table__table thead th[b-0uenazq1id] {
    color: var(--muted, rgba(255,255,255,.65));
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700;
    padding: .75rem .7rem;
    border-bottom: 1px solid #1f2742;
}

.admin-table__sort[b-0uenazq1id] {
    background: transparent;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0;
    cursor: pointer;
}

.admin-table__sort:hover[b-0uenazq1id] {
    color: #fff;
}

.admin-table__table tbody td[b-0uenazq1id] {
    padding: .75rem .7rem;
    border-bottom: 1px solid rgba(31,39,66,.55);
    color: var(--text, #eef1ff);
}

.admin-table__table tbody tr:nth-child(odd)[b-0uenazq1id] {
    background: rgba(11,15,28,.35);
}

.admin-table__row.is-clickable:hover[b-0uenazq1id] {
    background: rgba(255,255,255,.04);
    cursor: pointer;
}

.admin-table__empty[b-0uenazq1id] {
    padding: 1.25rem;
    text-align: center;
    color: var(--muted, rgba(255,255,255,.65));
}

.admin-table__pagination[b-0uenazq1id] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    flex-wrap: wrap;
}

.admin-table__page-actions[b-0uenazq1id] {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}

.admin-table__page-meta[b-0uenazq1id] {
    color: var(--muted, rgba(255,255,255,.65));
    font-weight: 600;
}

.admin-btn[b-0uenazq1id] {
    border-radius: 12px;
}

.admin-table--dense .admin-table__table tbody td[b-0uenazq1id],
.admin-table--dense .admin-table__table thead th[b-0uenazq1id] {
    padding: .55rem .6rem;
}

@media (max-width: 720px) {
    .admin-table__header[b-0uenazq1id] {
        flex-direction: column;
        align-items: flex-start;
    }

    .admin-filter-actions[b-0uenazq1id] {
        justify-content: flex-start;
    }

    .admin-table__pagination[b-0uenazq1id] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/Quiz.Web/Components/AdministrationComponents/SongEditComponent.razor.rz.scp.css */
.song-edit-container[b-mk7e6ameyi] {
    width: 100%;
}

.tag-container[b-mk7e6ameyi] {
    max-height: 300px;
    overflow-y: auto;
    background: rgba(11,15,28,.45);
    border: 1px solid #1f2742;
    border-radius: 12px;
    padding: .75rem;
    margin-top: .75rem;
}

.tag-item[b-mk7e6ameyi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    background: rgba(15,20,35,.6);
    border: 1px solid #1f2742;
    border-radius: 12px;
    padding: .55rem .75rem;
    margin-bottom: .6rem;
}

.tag-item span[b-mk7e6ameyi] {
    color: var(--text, #eef1ff);
}
/* _content/Quiz.Web/Components/AdministrationComponents/SongSearchComponent.razor.rz.scp.css */
.song-item[b-cls49oja7x] {
    display:flex;
    flex-wrap: wrap;
    border: 1px solid grey;
    padding: 4px;
}
/* _content/Quiz.Web/Components/AuthComponents/LogoutButton.razor.rz.scp.css */
.bi-arrow[b-ariswwhxbv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='red' class='bi bi-box-arrow-in-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 3.5a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 1 1 0v2A1.5 1.5 0 0 1 9.5 14h-8A1.5 1.5 0 0 1 0 12.5v-9A1.5 1.5 0 0 1 1.5 2h8A1.5 1.5 0 0 1 11 3.5v2a.5.5 0 0 1-1 0z'/%3E%3Cpath fill-rule='evenodd' d='M4.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H14.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708z'/%3E%3C/svg%3E");
}
/* _content/Quiz.Web/Components/GameComponents/Common/Artist/ArtistSpotifyTopSongsComponent.razor.rz.scp.css */
.song-list[b-ppvs24lp69] {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.song-row[b-ppvs24lp69] {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #444;
    background-color: #191414;
    border-radius: 5px;
}

.song-number[b-ppvs24lp69] {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    width: 30px;
    text-align: center;
    margin-right: 15px;
}

.song-image img[b-ppvs24lp69] {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin-right: 15px;
}

.song-details[b-ppvs24lp69] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.song-title[b-ppvs24lp69] {
    font-size: 1.5rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.song-label[b-ppvs24lp69] {
    font-size: 0.85rem;
    color: #ccc; /* Lighter text for labels */
}
/* _content/Quiz.Web/Components/GameComponents/Common/DefaultComponents/AnswerOptionsComponent.razor.rz.scp.css */
.answer-options[b-3arw9yd0kw] {
    margin: 0;
    padding: 0;
}

.answer-option-row[b-3arw9yd0kw] {
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 8px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    align-items: center;
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 40%, rgba(0,0,0,.2) 100%), rgba(15,20,35,.55);
    border: 1px solid rgba(255,255,255,.28);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 16px rgba(0,0,0,.35);
}

    .answer-option-row.correct[b-3arw9yd0kw] {
        background-color: #d4edda;
        border-color: #c3e6cb;
        color: #155724;
    }

.answer-text[b-3arw9yd0kw] {
    display: flex;
    align-items: center;
}

.teams[b-3arw9yd0kw] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.team[b-3arw9yd0kw] {
    color: #fff;
    padding: .35rem .6rem;
    border-radius: 999px;
    border: 1px solid rgba(160,200,255,.28);
    background: linear-gradient(180deg, rgba(10,18,34,.85) 0%, rgba(10,18,34,.75) 100%);
    font-size: 0.9rem;
}
/* _content/Quiz.Web/Components/GameComponents/Common/DefaultComponents/AnswerReviewComponent.razor.rz.scp.css */
.question-review .phase[b-3je7uk7ie3] {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    margin-bottom: 10px;
}

.question-review .revealed[b-3je7uk7ie3] {
    opacity: 1;
    transform: translateY(0);
}

.team-answer.correct[b-3je7uk7ie3] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
}

.team-answer.incorrect[b-3je7uk7ie3] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
}
/* _content/Quiz.Web/Components/GameComponents/Common/DefaultComponents/ProgressBarComponent.razor.rz.scp.css */
.progress-bar[b-27y0igjjng] {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    height: 20px;
    margin-top: 20px;
}

.progress[b-27y0igjjng] {
    height: 100%;
    background-color: #1db954;
    transition: width 0.1s linear;
}
/* _content/Quiz.Web/Components/GameComponents/Common/DefaultComponents/UserAnswerOptionsComponent.razor.rz.scp.css */
.answer-options[b-q5722fge7e] {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.answer-option-row[b-q5722fge7e] {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #2b2b2b;
    border: 2px solid #3a3a3a;
    border-radius: 4px;
    margin-bottom: 8px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

    .answer-option-row.answer[b-q5722fge7e] {
        background-color: #d4edda;
        border-color: #c3e6cb;
        color: #155724;
    }

.answer-text[b-q5722fge7e] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 600px) {
    .answer-option-row[b-q5722fge7e] {
        padding: 24px 12px;
        font-size: 25px;
    }

    .answer-text[b-q5722fge7e] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 400px) {
    .answer-option-row[b-q5722fge7e] {
        padding: 16px 8px;
        font-size: 16px;
    }
}

.teams[b-q5722fge7e] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.team[b-q5722fge7e] {
    background-color: #f0f0f0;
    padding: 4px 6px;
    border-radius: 3px;
    font-size: 0.9rem;
}
/* _content/Quiz.Web/Components/GameComponents/Common/DefaultComponents/User/UserAnswerListComponent.razor.rz.scp.css */
.answer-options[b-pzdr7pk1rm] {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #2c2c2c;
}

.answer-option-row[b-pzdr7pk1rm] {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #2b2b2b; /* default dark gray */
    border: 2px solid #3a3a3a; /* subtle border */
    margin-bottom: 8px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

    .answer-option-row.answer[b-pzdr7pk1rm] {
        background-color: #d4edda;
        border-color: #c3e6cb;
        color: #155724;
    }

.answer-text[b-pzdr7pk1rm] {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

@media (max-width: 600px) {
    .answer-option-row[b-pzdr7pk1rm] {
        padding: 24px 12px;
        font-size: 25px;
    }

    .answer-text[b-pzdr7pk1rm] {
        flex-direction: column;
        align-items: flex-start;
        user-select: none;
    }
}

.commit-button[b-pzdr7pk1rm]{
    width: 100%;
    font-size: 25px;
}
.order-label[b-pzdr7pk1rm] {
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: underline;
}
/* _content/Quiz.Web/Components/GameComponents/Common/DefaultComponents/User/UserModalComponent.razor.rz.scp.css */
.modal-overlay[b-q2v7fuf5ja] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1050;
}

.modal-dialog[b-q2v7fuf5ja] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2c2c2c;
    padding: 1rem;
    border-radius: 0.3rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    width: 80%;
}

.modal-footer[b-q2v7fuf5ja] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}

.modal-content[b-q2v7fuf5ja] {
    background-color: #2c2c2c;
}
/* _content/Quiz.Web/Components/GameComponents/Common/GameSetup/GameOptionsComponent.razor.rz.scp.css */
.game-options[b-1u0yqwbw3e] {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    background-color: #1b2240;
    padding: 0.9rem;
    border-radius: 1rem;
    border: 1px solid #2b3b8f;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

/* Group header (collapsible section) */
.option-group[b-1u0yqwbw3e] {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.15);
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.04) 0%, rgba(255,255,255,.02) 40%, rgba(0,0,0,.2) 100%), rgba(15,20,35,.55);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 4px 8px rgba(0,0,0,.3);
    transition: filter .12s ease;
}

    .option-group:hover[b-1u0yqwbw3e] {
        filter: brightness(1.05);
    }

.group-header[b-1u0yqwbw3e] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .7rem 1rem;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--text);
    font-weight: 600;
    letter-spacing: .02em;
    font-size: .95rem;
    text-align: left;
}

.group-body[b-1u0yqwbw3e] {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    padding: .7rem 1rem 1rem 1rem;
    background: rgba(0,0,0,.15);
}

/* Individual option */
.game-option[b-1u0yqwbw3e] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    color: var(--text);
    font-size: .9rem;
}

    .game-option label[b-1u0yqwbw3e] {
        font-weight: 600;
        color: var(--muted);
        font-size: .85rem;
    }

    /* Inputs */
    .game-option input[type="text"][b-1u0yqwbw3e],
    .game-option input[type="number"][b-1u0yqwbw3e],
    .game-option select[b-1u0yqwbw3e] {
        padding: .4rem .6rem;
        border-radius: 8px;
        border: 1px solid #273154;
        background: #0b0f1c;
        color: var(--text);
        font-size: .9rem;
    }

    .game-option input[type="checkbox"][b-1u0yqwbw3e] {
        transform: scale(1.2);
        accent-color: #2b3b8f;
    }

    /* Slider */
    .game-option input[type="range"][b-1u0yqwbw3e] {
        width: 100%;
        -webkit-appearance: none;
        height: 6px;
        border-radius: 4px;
        background: #273154;
        outline: none;
        cursor: pointer;
    }

        .game-option input[type="range"][b-1u0yqwbw3e]::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: #2b3b8f;
            border: 2px solid #d7e1ff;
            cursor: pointer;
            transition: background .2s;
        }

            .game-option input[type="range"][b-1u0yqwbw3e]::-webkit-slider-thumb:hover {
                background: #3d51c8;
            }

.slider-value[b-1u0yqwbw3e] {
    font-size: .85rem;
    color: var(--muted);
    margin-top: -.3rem;
    text-align: right;
}
/* _content/Quiz.Web/Components/GameComponents/Common/KnockedOutCardComponent.razor.rz.scp.css */
/* --- Layout wrapper to stack card + label --- */
.ko-container[b-pns6wmkfxi] {
    gap: .4rem;
    align-items: center;
}


/* Red, shocking KO state */
.lb-knocked[b-pns6wmkfxi] {
    border-color: #dc3545;
    box-shadow: 0 0 16px rgba(220,53,69,.75), 0 8px 24px rgba(0,0,0,.5);
}

    .lb-knocked .lb-name[b-pns6wmkfxi] {
        color: #ffb3b8;
        filter: grayscale(.4) contrast(1.1);
    }


/* Sequence driver for the card */
.ko-play[b-pns6wmkfxi] {
    animation: ko-shake-b-pns6wmkfxi 140ms 2 ease-in-out, ko-settle-b-pns6wmkfxi .3s .28s ease-out forwards;
}


/* Impact flash ring (inside card) */
.ko-impact[b-pns6wmkfxi] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    box-shadow: 0 0 0 0 rgba(220,53,69,.9);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.lb-knocked.ko-play .ko-impact[b-pns6wmkfxi] {
    animation: ko-impact-b-pns6wmkfxi 520ms .08s ease-out forwards;
}


/* Smoke puff as they fall (inside card) */
.ko-smoke[b-pns6wmkfxi] {
    position: absolute;
    bottom: -6px;
    left: 10%;
    right: 10%;
    height: 10px;
    border-radius: 9999px;
    opacity: 0;
    background: radial-gradient(circle, rgba(255,255,255,.35), rgba(255,255,255,0) 70%);
    filter: blur(6px);
}

.lb-knocked.ko-play .ko-smoke[b-pns6wmkfxi] {
    animation: ko-smoke-b-pns6wmkfxi 600ms .48s ease-out forwards;
}


/* Name fades inside the card */
.lb-knocked.ko-play .lb-name[b-pns6wmkfxi] {
    animation: ko-hit-b-pns6wmkfxi .22s ease-out, ko-fall-b-pns6wmkfxi .6s .22s ease-in forwards, ko-fade-b-pns6wmkfxi .45s .5s linear forwards;
}


.ko-stamp-text[b-pns6wmkfxi] {
    margin-top: .4rem;
    font-weight: 700;
    color: #dc3545; /* red knockout text */
    text-align: center;
    letter-spacing: 2px;
}

/* The "ELIMINATED" label BELOW the card */
.ko-stamp[b-pns6wmkfxi] {
    font-weight: 900;
    letter-spacing: .25rem;
    color: #ff2e45;
    text-shadow: 0 2px 12px rgba(220,53,69,.6);
    opacity: 0;
    transform: translateY(-6px) scale(.96);
    -webkit-text-stroke: 1px rgba(0,0,0,.35);
    pointer-events: none;
}
/* Only show/animate the label when KO is active */
.lb-knocked + .ko-stamp[b-pns6wmkfxi] {
    animation: ko-stamp-appear-b-pns6wmkfxi .42s .12s cubic-bezier(.18,.88,.26,1.12) forwards;
}


/* KEYFRAMES */
@keyframes ko-shake-b-pns6wmkfxi {
    0%,100% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-6px)
    }

    75% {
        transform: translateX(6px)
    }
}

@keyframes ko-settle-b-pns6wmkfxi {
    to {
        transform: translateX(0) scale(.98)
    }
}

@keyframes ko-impact-b-pns6wmkfxi {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 0 rgba(220,53,69,.9);
    }

    10% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        box-shadow: 0 0 0 50px rgba(220,53,69,0);
    }
}

@keyframes ko-hit-b-pns6wmkfxi {
    0% {
        transform: translateY(0) scale(1) rotate(0);
    }

    100% {
        transform: translateY(-4px) scale(1.04) rotate(-2deg);
    }
}

@keyframes ko-fall-b-pns6wmkfxi {
    0% {
        transform: translateY(-4px) rotate(-2deg);
    }

    100% {
        transform: translateY(22px) rotate(6deg);
    }
}

@keyframes ko-fade-b-pns6wmkfxi {
    to {
        opacity: .22;
        filter: grayscale(1) blur(.5px);
    }
}

@keyframes ko-smoke-b-pns6wmkfxi {
    0% {
        opacity: 0;
        transform: scale(.8);
    }

    30% {
        opacity: .6;
    }

    100% {
        opacity: 0;
        transform: scale(1.4);
    }
}

@keyframes ko-stamp-appear-b-pns6wmkfxi {
    0% {
        opacity: 0;
        transform: translateY(-6px) scale(.96);
    }
}
/* _content/Quiz.Web/Components/GameComponents/Common/Layout/CenteredContainerComponent.razor.rz.scp.css */
.centered-container[b-otl4ix3el8] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/* _content/Quiz.Web/Components/GameComponents/Common/Layout/Text/CountDownComponent.razor.rz.scp.css */
.styled-text[b-xufu609ba0] {
    font-size: 34px;
    color: white;
    font-weight: bold;
    text-align: center;
}
/* _content/Quiz.Web/Components/GameComponents/Common/LeaderboardComponent.razor.rz.scp.css */
.lb-title[b-f77uph2bwl] {
    margin-bottom: .75rem;
    color: rgba(255,255,255,.85);
    font-weight: 600;
    letter-spacing: .5px;
}

/* list reset */
.lb-list[b-f77uph2bwl] {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* card look */
.lb-card[b-f77uph2bwl] {
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 14px;
    padding: .6rem .8rem;
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 40%, rgba(0,0,0,.2) 100%), rgba(15,20,35,.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 16px rgba(0,0,0,.35);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.lb-card:hover[b-f77uph2bwl] {
    transform: translateY(-2px);
    border-color: rgba(140,175,255,.35);
    box-shadow: 0 12px 22px rgba(0,0,0,.45), 0 0 18px rgba(120,160,255,.18);
}

.lb-card.is-ready[b-f77uph2bwl] {
    border-color: rgba(72, 209, 128, .9);
    background:
        radial-gradient(120% 120% at 50% 0%, rgba(72, 209, 128, .14) 0%, rgba(72, 209, 128, .06) 42%, rgba(0,0,0,.2) 100%),
        rgba(10, 28, 20, .62);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.06),
        0 8px 16px rgba(0,0,0,.35),
        0 0 16px rgba(72, 209, 128, .35);
}

.lb-card.is-ready .lb-rank[b-f77uph2bwl] {
    background: rgba(72, 209, 128, .22);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 10px rgba(72, 209, 128, .22);
}

.lb-card.is-ready .lb-name[b-f77uph2bwl] {
    color: #e7fff0;
}

/* Allow name to shrink for ellipsis in flex row */
.lb-card .col[b-f77uph2bwl] {
    min-width: 0;
}

/* rank pill */
.lb-rank[b-f77uph2bwl] {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

/* text */
.lb-name[b-f77uph2bwl] {
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1 1 auto;
}

.lb-name-wrap[b-f77uph2bwl] {
    display: flex;
    align-items: center;
    gap: .5rem;
    min-width: 0;
}

.lb-streak-col[b-f77uph2bwl] {
    min-width: 60px;
}

.lb-streak[b-f77uph2bwl] {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    font-size: .78rem;
    font-weight: 600;
    color: #ffcc6b;
    white-space: nowrap;
}

.lb-streak-icon[b-f77uph2bwl] {
    color: #ff9a2b;
}

.lb-streak-text[b-f77uph2bwl] {
    color: rgba(255, 255, 255, .9);
}

.lb-points[b-f77uph2bwl] {
    color: rgba(255,255,255,.75);
    min-width: 70px; /* consistent alignment */
}

.lb-points-wrap[b-f77uph2bwl] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    line-height: 1.1;
    min-height: 2.1rem; /* reserve space for diff without shifting */
}

.lb-points-diff[b-f77uph2bwl] {
    margin-top: .1rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .2px;
    opacity: 0;
    transform: translateY(-2px);
    animation: lb-diff-in-b-f77uph2bwl .18s ease forwards, lb-diff-out-b-f77uph2bwl .25s ease forwards;
    animation-delay: 0s, 9.7s; /* keep in sync with 10s removal */
}

.lb-diff-plus[b-f77uph2bwl] {
    color: #6bdc8b;
    text-shadow: 0 0 10px rgba(107, 220, 139, .25);
}

.lb-diff-minus[b-f77uph2bwl] {
    color: #ff6b6b;
    text-shadow: 0 0 10px rgba(255, 107, 107, .25);
}

@keyframes lb-diff-in-b-f77uph2bwl {
    from {
        opacity: 0;
        transform: translateY(-2px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lb-diff-out-b-f77uph2bwl {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-2px);
    }
}
/* _content/Quiz.Web/Components/GameComponents/Common/LobbyComponent.razor.rz.scp.css */

.lobby[b-8dhzq4kpzw] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* ------------------------------------------------------------------ */
/* HEADER: title + now playing (left), room code + QR (right)          */
/* ------------------------------------------------------------------ */
.lobby__header[b-8dhzq4kpzw] {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 1.2fr) auto;
    grid-template-areas: "title status join";
    align-items: center;
    gap: 1rem;
    background: var(--panel);
    border-radius: var(--radius);
    padding: 1rem;
}

.header-status[b-8dhzq4kpzw] {
    flex: 1 1 auto; /* <-- expands between left & right */
    display: flex;
    align-items: stretch;
}

.title-wrap[b-8dhzq4kpzw] {
    min-width: 0;
}

    .title-wrap h1[b-8dhzq4kpzw] {
        margin: 0;
        color: #fff;
        font-size: clamp(1.25rem, 2.5vw, 2rem);
    }

/* status line under title */
.sub[b-8dhzq4kpzw] {
    display: flex;
    gap: .6rem;
    color: var(--muted);
    margin-top: .25rem;
    flex-wrap: wrap;
}

    .sub .code[b-8dhzq4kpzw] {
        font-weight: 700;
        color: #fff;
    }

    .sub .dot[b-8dhzq4kpzw] {
        opacity: .6;
    }

.join-wrap[b-8dhzq4kpzw] {
    grid-area: join;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 1rem;
}


.room-code-large[b-8dhzq4kpzw] {
    font-weight: 900;
    letter-spacing: .08em;
    font-size: clamp(1.25rem, 4.5vw, 2.75rem);
    line-height: 1;
    color: #fff;
    background: #0b0f1c;
    border: 2px solid #1f2742;
    border-radius: 14px;
    padding: .65rem .9rem;
    min-width: 8ch;
    text-align: center;
    user-select: all;
}

.qr[b-8dhzq4kpzw] {
    width: 116px;
    height: 116px;
    background: #0b0f1c;
    border-radius: 14px;
    padding: .25rem;
}

.qr-button[b-8dhzq4kpzw] {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

    .qr-button:focus-visible[b-8dhzq4kpzw] {
        outline: 2px solid #8cb0ff;
        outline-offset: 3px;
        border-radius: 14px;
    }

/* QR modal */
.qr-modal-overlay[b-8dhzq4kpzw] {
    position: fixed;
    inset: 0;
    background: rgba(5, 8, 18, 0.78);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: grid;
    place-items: center;
    z-index: 2000;
}

.qr-modal-dialog[b-8dhzq4kpzw] {
    position: relative;
    background: #0b0f1c;
    border: 2px solid #1f2742;
    border-radius: 18px;
    padding: 1.5rem;
    width: min(80vw, 720px);
    text-align: center;
    box-shadow: 0 24px 48px rgba(0,0,0,.55);
}

.qr-modal-image[b-8dhzq4kpzw] {
    width: min(70vw, 560px);
    height: auto;
    border-radius: 16px;
    background: #0b0f1c;
    padding: .5rem;
}

.qr-modal-code[b-8dhzq4kpzw] {
    margin-top: 1rem;
    font-weight: 900;
    letter-spacing: .08em;
    font-size: clamp(1.25rem, 4vw, 2.5rem);
    color: #fff;
}

.qr-modal-close[b-8dhzq4kpzw] {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #263057;
    background: #111729;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

/* Now Playing block under title */
.now-playing[b-8dhzq4kpzw] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .75rem;
    align-items: center;
    margin-top: .6rem;
}

.np-art[b-8dhzq4kpzw] {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    object-fit: cover;
    background: #0b0f1c;
}

.np-text[b-8dhzq4kpzw] {
    min-width: 0;
}

.np-label[b-8dhzq4kpzw] {
    font-size: .75rem;
    color: var(--muted);
}

.np-track[b-8dhzq4kpzw] {
    color: var(--text);
    font-weight: 700;
    font-size: clamp(1rem, 2vw, 1.125rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.np-artist[b-8dhzq4kpzw] {
    color: var(--muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .1rem;
}

/* ------------------------------------------------------------------ */
/* MAIN SECTIONS: players / options                                   */
/* ------------------------------------------------------------------ */


.lobby__main[b-8dhzq4kpzw] {
    flex: 1 1 auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.panel[b-8dhzq4kpzw] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 1rem;
}

.ready-banner[b-8dhzq4kpzw] {
    background: #0b0f1c;
    border: 2px solid #1f2742;
    border-radius: 14px;
    padding: .65rem .9rem;
    min-width: 8ch;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: clamp(1.10rem,4.5vw,2.50rem); /* match room code size */
    text-align: center;
    white-space: nowrap; /* prevent wrap */
    overflow: hidden;
    text-overflow: ellipsis; /* trim if too long */
}

/* ------------------------------------------------------------------ */
/* MISC (tabs used on small screens; OK to keep if you use them)      */
/* ------------------------------------------------------------------ */
.tabs[b-8dhzq4kpzw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    background: transparent;
}

.tab[b-8dhzq4kpzw] {
    padding: .6rem;
    border-radius: 12px;
    border: 1px solid #1f2742;
    background: #111729;
    color: #cfd8ff;
    cursor: pointer;
}

    .tab[aria-selected="true"][b-8dhzq4kpzw] {
        background: #1b2240;
        color: #fff;
        border-color: #2b3b8f;
    }

/* ------------------------------------------------------------------ */
/* Responsive tweaks                                                   */
/* ------------------------------------------------------------------ */
@media (min-width:480px) {
    .qr[b-8dhzq4kpzw] {
        width: 140px;
        height: 140px;
    }
}

@media (min-width:900px) {
    /* two columns for main area on tablet/desktop */
    .lobby__main[b-8dhzq4kpzw] {
        grid-template-columns: 1fr 1.05fr;
    }
}

@media (min-width:1200px) {
    .lobby[b-8dhzq4kpzw] {
        aspect-ratio: 16/9;
    }

    .lobby-viewport[b-8dhzq4kpzw] {
        padding: 2rem;
    }
}

/* Optional: if you want header to stack on very narrow screens */
@media (max-width:640px) {
    .lobby__header[b-8dhzq4kpzw] {
        grid-template-columns: 1fr; /* stack */
    }

    .join-wrap[b-8dhzq4kpzw] {
        justify-self: start; /* put under title on tiny screens */
    }
}
/* _content/Quiz.Web/Components/GameComponents/Common/ScoreboardComponent.razor.rz.scp.css */
body[b-878rhmi28l] {
}
/* _content/Quiz.Web/Components/GameComponents/Common/SongInfo/SongCardComponent.razor.rz.scp.css */
.song-card[b-hzeus4x87s] {
    width: 25%;
}

    .song-card img[b-hzeus4x87s] {
        width: 100%;
        border-radius: 12px;
    }

    .song-card h3[b-hzeus4x87s] {
        margin: 0.5rem 0 0.2rem;
        font-size: 1.2rem;
    }

    .song-card p[b-hzeus4x87s] {
        color: #aaa;
        font-size: 0.9rem;
        margin: 0;
    }

.no-image-icon[b-hzeus4x87s] {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2a2a2a;
    border-radius: 12px;
    font-size: 2rem;
    color: #666;
}

.song-highligt[b-hzeus4x87s] {
    border: 5px solid lightblue;
    border-radius: 12px;
}
/* _content/Quiz.Web/Components/GameComponents/Common/Team/PlayerRowComponent.razor.rz.scp.css */
.player-row[b-rajs5w6rt3] {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    align-items: center;
    gap: .75rem;
    padding: .6rem .75rem;
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 40%, rgba(0,0,0,.2) 100%), rgba(15,20,35,.55);
    border: 1px solid rgba(255,255,255,.28);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 16px rgba(0,0,0,.35);
    border-radius: 14px;
    transition: transform .08s ease, filter .12s ease, background-color .12s ease;
}

    .player-row:hover[b-rajs5w6rt3] {
        filter: brightness(1.06);
    }

/* Avatar */
.avatar-wrap[b-rajs5w6rt3] {
    position: relative;
    width: 48px;
    height: 48px;
}

.avatar[b-rajs5w6rt3],
.avatar--placeholder[b-rajs5w6rt3] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #2b3b8f; /* subtle tie-in to theme blues */
    background: #0b0f1c;
}

.avatar--placeholder[b-rajs5w6rt3] {
    display: grid;
    place-items: center;
    background: var(--chip);
    color: var(--text);
    font-weight: 800;
}

/* Small corner badge (host/captain/etc.) */
.badge[b-rajs5w6rt3] {
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    background: #111827;
    border: 2px solid #313a58;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0,0,0,.35);
    font-size: .9rem;
    color: var(--text);
}

/* Player text/meta */
.player-meta[b-rajs5w6rt3] {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 0;
}

.player-name[b-rajs5w6rt3] {
    color: var(--text);
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ready-line[b-rajs5w6rt3] {
    font-size: .85rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: .35rem;
}

/* Ready pill */
.ready-chip[b-rajs5w6rt3] {
    padding: .1rem .5rem;
    border-radius: 999px;
    background: var(--chip);
    color: #cfd7f1;
    border: 1px solid #273154;
    font-weight: 600;
}

.ready-yes[b-rajs5w6rt3] {
    background: #143224;
    border-color: #1e4a36;
    color: #bdf6d7;
}

.ready-no[b-rajs5w6rt3] {
    background: #3a2a2a;
    border-color: #573535;
    color: #ffd5d5;
}

/* Icon button (kick, etc.) */
.icon-btn[b-rajs5w6rt3] {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid #1f2742;
    cursor: pointer;
    background: var(--chip);
    color: #d7e1ff;
    display: grid;
    place-items: center;
    transition: filter .12s ease, transform .06s ease;
}

    .icon-btn:hover[b-rajs5w6rt3] {
        filter: brightness(1.1);
    }

    .icon-btn:active[b-rajs5w6rt3] {
        transform: translateY(1px);
    }

/* Compact on narrow screens */
@media (max-width:520px) {
    .player-row[b-rajs5w6rt3] {
        grid-template-columns: 48px 1fr 34px; /* keeps layout tidy on mobile */
        gap: .6rem;
    }
}

.player-row.is-ready[b-rajs5w6rt3] {
    background: #19233a;
    border-color: #2b3b8f;
}
/* _content/Quiz.Web/Components/GameComponents/GameMenuComponent.razor.rz.scp.css */
.hover-card[b-puy35hpqao] {
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    background-color: #333;
}

    .hover-card:hover[b-puy35hpqao] {
        transform: translateY(-5px);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    }

.hover-card-title[b-puy35hpqao]{
    font-size: 24px;
}
/* _content/Quiz.Web/Components/GameComponents/GameMenuComponents/GameModeBattleroyaleComponent.razor.rz.scp.css */
.game-container[b-tmi9r5esi8] {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    min-height: 0;
}

.game-content[b-tmi9r5esi8] {
    flex: 1;
    min-height: 0;
}

.room-code-under[b-tmi9r5esi8] {
    margin: 0 16px 12px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 14px;
    padding: .6rem .9rem;
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 40%, rgba(0,0,0,.2) 100%), rgba(15,20,35,.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 16px rgba(0,0,0,.35);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    letter-spacing: .5px;
}

.room-code-label[b-tmi9r5esi8] {
    color: rgba(255,255,255,.85);
    font-weight: 600;
}

.room-code-value[b-tmi9r5esi8] {
    font-weight: 700;
    letter-spacing: 2px;
}
/* _content/Quiz.Web/Components/GameComponents/GameMenuComponents/GameModeClassicComponent.razor.rz.scp.css */
.game-container[b-pra7smms1k] {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    min-height: 0;
}

.game-content[b-pra7smms1k] {
    flex: 1;
    min-height: 0;
}

.qrcode-img[b-pra7smms1k] {
    height: 200px;
    width: 200px;
    user-select: none;
}

.room-code-under[b-pra7smms1k] {
    margin: 0 16px 12px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 14px;
    padding: .6rem .9rem;
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 40%, rgba(0,0,0,.2) 100%), rgba(15,20,35,.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 16px rgba(0,0,0,.35);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    letter-spacing: .5px;
}

.room-code-label[b-pra7smms1k] {
    color: rgba(255,255,255,.85);
    font-weight: 600;
}

.room-code-value[b-pra7smms1k] {
    font-weight: 700;
    letter-spacing: 2px;
}
/* _content/Quiz.Web/Components/GameComponents/GameMenuComponents/GameModeSelector.razor.rz.scp.css */
.game-mode-selector[b-sxhtq7665n] {
    text-align: center;
    color: #ccc;
}

.mode-cards[b-sxhtq7665n] {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

.mode-card[b-sxhtq7665n] {
    width: 200px;
    height: 200px;
    background-color: #1f1f1f;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
    user-select:none;
}

    .mode-card:hover[b-sxhtq7665n] {
        transform: scale(1.05);
        background-color: #2a2a2a;
    }

.mode-label[b-sxhtq7665n] {
    font-size: 1.5rem;
    margin-bottom: 0.7rem;
}

.mode-icon i[b-sxhtq7665n] {
    font-size: 3rem;
    color: #ccc;
}
/* _content/Quiz.Web/Components/GameComponents/GameModules/BombComponent.razor.rz.scp.css */
.bomb-layout[b-dczvykek61] {
    align-items: stretch;
}

.bomb-header[b-dczvykek61] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: center;
}

.bomb-title[b-dczvykek61] {
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.bomb-team[b-dczvykek61] {
    font-size: 1.05rem;
}

.bomb-timer[b-dczvykek61] {
    font-size: 1.25rem;
    font-weight: 700;
}

.bomb-exploded h2[b-dczvykek61] {
    font-size: 2.25rem;
    margin-bottom: 0.25rem;
}

.bomb-exploded__boom[b-dczvykek61] {
    opacity: 0;
    transform: scale(.6);
    animation: boom-zoom-b-dczvykek61 .45s ease-out forwards;
    animation-delay: .2s;
}

.bomb-exploded__details[b-dczvykek61] {
    opacity: 0;
    transform: translateY(6px);
    animation: boom-details-b-dczvykek61 .35s ease-out forwards;
    animation-delay: .7s;
}

.bomb-exploded--offset[b-dczvykek61] {
    padding-top: 2.5rem;
}

.bomb-exploded__icon[b-dczvykek61] {
    width: 110px;
    height: 110px;
    margin: 0 auto 0.75rem;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #3a3a3a 0%, #151515 55%, #000 100%);
    box-shadow: 0 0 10px rgba(255, 80, 80, .35), 0 0 28px rgba(255, 60, 60, .25);
    position: relative;
    animation: bomb-explode-b-dczvykek61 .9s ease-out forwards;
}

.bomb-exploded__icon[b-dczvykek61]::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 120, 0, .65) 0%, rgba(255, 60, 0, .25) 55%, rgba(255, 0, 0, 0) 70%);
    opacity: 0;
    animation: bomb-flash-b-dczvykek61 .9s ease-out forwards;
}

@keyframes bomb-explode-b-dczvykek61 {
    0% { transform: scale(1); filter: brightness(1); }
    40% { transform: scale(1.1); filter: brightness(1.4); }
    100% { transform: scale(1.35); filter: brightness(1.1); opacity: .1; }
}

@keyframes bomb-flash-b-dczvykek61 {
    0% { opacity: 0; transform: scale(.7); }
    30% { opacity: .9; transform: scale(1.1); }
    100% { opacity: 0; transform: scale(1.5); }
}

@keyframes boom-zoom-b-dczvykek61 {
    0% { opacity: 0; transform: scale(.6); }
    70% { opacity: 1; transform: scale(1.15); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes boom-details-b-dczvykek61 {
    0% { opacity: 0; transform: translateY(6px); }
    100% { opacity: 1; transform: translateY(0); }
}

.bomb-pre-round[b-dczvykek61] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.bomb-pre-round__title[b-dczvykek61] {
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 1.6rem;
}

.bomb-queue[b-dczvykek61] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.bomb-queue__title[b-dczvykek61] {
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255,255,255,.85);
}

.bomb-queue__list[b-dczvykek61] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 0.4rem;
    width: min(100%, 680px);
}

.bomb-queue__item[b-dczvykek61] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.5rem 0.75rem;
    min-height: 48px;
    width: 100%;
    min-width: 0;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.28);
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 40%, rgba(0,0,0,.2) 100%), rgba(15,20,35,.55);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 6px 14px rgba(0,0,0,.35);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: .3px;
    transition: transform .2s ease, opacity .2s ease;
}

.bomb-queue__name[b-dczvykek61] {
    display: inline-block;
    min-width: 0;
    max-width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bomb-queue__bomb[b-dczvykek61] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #3a3a3a 0%, #151515 60%, #000 100%);
    opacity: calc(.7 + .3 * var(--bomb-intensity, 0));
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: 0 0 10px rgba(0, 0, 0, .6),
                0 0 6px rgba(255, 40, 40, .32),
                0 0 18px rgba(255, 20, 20, .22);
    transform: scale(calc(1 + (0.18 * var(--bomb-intensity, 0))));
    position: relative;
    animation: bomb-blink-b-dczvykek61 .75s ease-in-out infinite;
}

.bomb-queue__bomb[b-dczvykek61]::after {
    content: "";
    position: absolute;
    top: -6px;
    right: -4px;
    width: 12px;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 80, 80, calc(.25 + .6 * var(--bomb-intensity, 0)));
    transform: rotate(-25deg);
    opacity: calc(.4 + .6 * var(--bomb-intensity, 0));
}

.bomb-queue__item.is-current[b-dczvykek61] {
    border-color: rgba(56, 203, 140, .95);
    background: radial-gradient(120% 120% at 50% 0%, rgba(56,203,140,.18) 0%, rgba(56,203,140,.08) 45%, rgba(0,0,0,.25) 100%), rgba(12, 22, 18, .72);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 22px rgba(0,0,0,.55), 0 0 18px rgba(56,203,140,.45);
    animation: bomb-handoff-b-dczvykek61 .6s ease;
}

.bomb-queue__bomb.is-handoff-out[b-dczvykek61] {
    animation: bomb-pass-out-b-dczvykek61 .7s ease forwards;
}

.bomb-queue__bomb.is-handoff-in[b-dczvykek61] {
    animation: bomb-pass-in-b-dczvykek61 .7s ease forwards;
}

@keyframes bomb-blink-b-dczvykek61 {
    0%, 100% {
        transform: scale(1);
        filter: brightness(1);
        box-shadow: 0 0 6px rgba(255, 30, 30, .22),
                    0 0 14px rgba(255, 10, 10, .16);
    }
    50% {
        transform: scale(1.12);
        filter: brightness(2);
        box-shadow: 0 0 18px rgba(255, 90, 90, .85),
                    0 0 36px rgba(255, 40, 40, .65),
                    0 0 52px rgba(255, 20, 20, .45);
    }
}

@keyframes bomb-handoff-b-dczvykek61 {
    0% { transform: translateY(-3px) scale(1.02); }
    100% { transform: translateY(0) scale(1); }
}

@keyframes bomb-pass-out-b-dczvykek61 {
    0% { transform: translateX(0) scale(1); opacity: 1; }
    100% { transform: translateX(18px) scale(.9); opacity: 0; }
}

@keyframes bomb-pass-in-b-dczvykek61 {
    0% { transform: translateX(-18px) scale(.9); opacity: 0; }
    100% { transform: translateX(0) scale(1); opacity: 1; }
}
/* _content/Quiz.Web/Components/GameComponents/GameModules/CategoryPickerComponent.razor.rz.scp.css */
.category-card[b-nli6f3inoq] {
    position: relative;
    display: grid;
    grid-template-rows: min-content min-content;
    justify-items: stretch;
    align-content: center;
    padding: 1.3rem 1rem 2.6rem;
    width: 100%;
    padding: 1.3rem 1rem 2.6rem; /* extra bottom room for pill */
    border-radius: 16px;
    color: var(--cp-text);
    text-align: center;
    font-weight: 700;
    letter-spacing: .2px;
    /* FILLED background (not transparent) */
    background: radial-gradient(120% 160% at 25% 15%, rgba(120,185,255,.25) 0%, rgba(120,185,255,0) 50%), linear-gradient(180deg, var(--cp-surface) 0%, var(--cp-surface-2) 100%);
    /* neon border + inner bevel */
    border: 2px solid var(--cp-highlight-soft);
    box-shadow: 0 10px 28px rgba(0,0,0,.35), /* drop shadow */
    inset 0 1px 0 rgba(255,255,255,.15), /* subtle bevel */
    0 0 0 1px rgba(120,185,255,.15); /* faint edge */
    backdrop-filter: blur(6px);
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, filter .12s ease;
    opacity: 0;
    transform: translateY(6px) scale(.98);
    animation: cat-reveal-b-nli6f3inoq .32s cubic-bezier(.2,.8,.2,1) forwards;
    will-change: transform, opacity;
}

    /* Additional luminous ring (kept separate so it doesn’t clip text) */
    .category-card[b-nli6f3inoq]::before {
        content: "";
        position: absolute;
        inset: -1px;
        border-radius: 17px;
        pointer-events: none;
        box-shadow: 0 0 24px 2px var(--cp-highlight);
        opacity: .25;
        transition: opacity .12s ease;
    }

    /* Hover/focus: lift + stronger border/ring */
    .category-card:hover:not(.disabled)[b-nli6f3inoq] {
        transform: translateY(-2px);
        border-color: var(--cp-highlight);
        box-shadow: 0 14px 36px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.18), 0 0 0 1px rgba(120,185,255,.25);
    }

        .category-card:hover:not(.disabled)[b-nli6f3inoq]::before {
            opacity: .4;
        }

    .category-card:focus-visible[b-nli6f3inoq] {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(160,210,255,.5), 0 14px 36px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.18), 0 0 0 1px rgba(120,185,255,.25);
    }

@keyframes cat-reveal-b-nli6f3inoq {
    to {
        opacity: 1;
        transform: none;
    }
}


/* Title text */
.category-title[b-nli6f3inoq] {
    font-size: 1.1rem;
    text-shadow: 0 2px 6px rgba(0,0,0,.35);
    display: block;
    width: 100%;
}

/* --- “Taken by …” pill inside the tile --- */
.taken-pill[b-nli6f3inoq] {
    position: absolute;
    bottom: .65rem; /* anchor to bottom */
    top: auto; /* kill any top:… from other rules */
    left: 50%; /* center horizontally */
    right: auto; /* kill any right:… */
    transform: translateX(-50%);
    z-index: 2; /* sit above stripes/shine overlays */

    padding: .35rem .6rem;
    border-radius: 999px;
    border: 1px solid rgba(160,200,255,.28);
    background: linear-gradient(180deg, rgba(10,18,34,.85) 0%, rgba(10,18,34,.75) 100%);
    color: var(--cp-text);
    backdrop-filter: blur(6px);
    white-space: nowrap;
}

    .taken-pill small[b-nli6f3inoq] {
        color: var(--cp-muted);
        font-weight: 600;
    }

/* --- Disabled / taken look --- */
.category-card.disabled[b-nli6f3inoq],
.category-card:disabled[b-nli6f3inoq] {
    cursor: not-allowed;
    filter: grayscale(.2) brightness(.95);
    opacity: .82; /* still readable but dimmer */
    transform: none;
    border-color: rgba(150,170,200,.35);
    box-shadow: 0 10px 22px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.08);
}

    .category-card.disabled[b-nli6f3inoq]::before,
    .category-card:disabled[b-nli6f3inoq]::before {
        opacity: .15; /* softer glow when taken */
    }
    /* Optional subtle stripe overlay so it’s obvious it’s locked */
    .category-card.disabled[b-nli6f3inoq]::after,
    .category-card:disabled[b-nli6f3inoq]::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 16px;
        background: repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 10px, rgba(255,255,255,0) 10px 20px);
        pointer-events: none;
    }

/* Responsive tweaks for very small screens */
@media (max-width: 576px) {
    .category-card[b-nli6f3inoq] {
        padding: 1rem .9rem 2.3rem;
    }

    .category-title[b-nli6f3inoq] {
        font-size: 1.02rem;
    }
}
/* _content/Quiz.Web/Components/GameComponents/GameModules/CategoryVoteComponent.razor.rz.scp.css */
.category-vote-shell[b-h1kn69dqbd] {
    --cp-text: #e9f2ff;
    --cp-muted: rgba(233,242,255,.7);
    --cp-surface: rgba(15, 22, 38, 0.85);
    --cp-surface-2: rgba(10, 15, 28, 0.92);
    --cp-highlight: #5fb5ff;
    --cp-highlight-soft: rgba(95, 181, 255, 0.35);
}

.category-vote-grid[b-h1kn69dqbd] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    justify-items: stretch;
}

.category-vote-grid.is-reveal[b-h1kn69dqbd] {
    grid-template-columns: minmax(0, 420px);
    justify-content: center;
}

.category-vote-item[b-h1kn69dqbd] {
    transition: opacity .45s ease, transform .45s ease, max-height .45s ease, margin .45s ease;
    max-height: 400px;
}

.category-vote-item.is-dimmed[b-h1kn69dqbd] {
    opacity: 0;
    transform: translateY(12px) scale(.98);
    max-height: 0;
    margin: 0;
    pointer-events: none;
}

.category-vote-item.is-winner[b-h1kn69dqbd] {
    transform: translateY(-2px) scale(1.01);
}

.category-vote-card[b-h1kn69dqbd] {
    position: relative;
}

.winner-pill[b-h1kn69dqbd] {
    position: absolute;
    top: .6rem;
    right: .6rem;
    border-radius: 999px;
    font-weight: 700;
}

.category-card[b-h1kn69dqbd] {
    position: relative;
    display: grid;
    grid-template-rows: min-content min-content;
    justify-items: stretch;
    align-content: center;
    padding: 1.3rem 1rem 2.6rem;
    width: 100%;
    border-radius: 16px;
    color: var(--cp-text);
    text-align: center;
    font-weight: 700;
    letter-spacing: .2px;
    background: linear-gradient(180deg, rgba(28, 44, 68, .92) 0%, rgba(18, 28, 45, .92) 100%);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 6px 16px rgba(0,0,0,.35);
    backdrop-filter: blur(6px);
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, filter .12s ease;
    opacity: 0;
    transform: translateY(6px) scale(.98);
    animation: cat-reveal-b-h1kn69dqbd .32s cubic-bezier(.2,.8,.2,1) forwards;
    will-change: transform, opacity;
}

.category-card[b-h1kn69dqbd]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
    opacity: 1;
}

.category-card.winner[b-h1kn69dqbd] {
    border-color: rgba(95,181,255,.55);
    box-shadow: 0 10px 26px rgba(0,0,0,.45), 0 0 18px rgba(95,181,255,.35), inset 0 1px 0 rgba(255,255,255,.12);
    transform: translateY(-1px) scale(1.01);
}

.category-card.blink[b-h1kn69dqbd] {
    border-color: var(--cp-highlight);
    box-shadow: 0 10px 28px rgba(0,0,0,.45), 0 0 22px rgba(95,181,255,.55), inset 0 1px 0 rgba(255,255,255,.18);
    filter: brightness(1.03);
}

.category-title[b-h1kn69dqbd] {
    font-size: 1.1rem;
    text-shadow: 0 2px 6px rgba(0,0,0,.35);
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vote-pill-stack[b-h1kn69dqbd] {
    position: relative;
    display: inline-block;
    width: 160px;
    min-height: 2.1rem;
    overflow: hidden;
}

.vote-count-layer[b-h1kn69dqbd],
.vote-team-layer[b-h1kn69dqbd] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    flex-wrap: wrap;
    opacity: 1;
    transition: opacity .35s ease;
}

.vote-count-layer[b-h1kn69dqbd] {
    min-height: 2.1rem;
    min-width: 120px;
    padding: .35rem .6rem;
    border-radius: 999px;
    border: 1px solid rgba(160,200,255,.28);
    background: linear-gradient(180deg, rgba(10,18,34,.85) 0%, rgba(10,18,34,.75) 100%);
    color: var(--cp-text);
    backdrop-filter: blur(6px);
    white-space: nowrap;
    text-align: center;
}

.vote-team-layer[b-h1kn69dqbd] {
    opacity: 0;
}

.vote-team-layer.fade-in[b-h1kn69dqbd] {
    opacity: 1;
}

.vote-count-layer.fade-out[b-h1kn69dqbd] {
    opacity: 0;
}

.vote-team-pill[b-h1kn69dqbd] {
    padding: .25rem .5rem;
    border-radius: 999px;
    border: 1px solid rgba(160,200,255,.28);
    background: linear-gradient(180deg, rgba(10,18,34,.85) 0%, rgba(10,18,34,.75) 100%);
    color: var(--cp-text);
    backdrop-filter: blur(6px);
    white-space: nowrap;
    font-weight: 600;
    font-size: .85rem;
}


.category-card.no-votes[b-h1kn69dqbd]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 10px, rgba(255,255,255,0) 10px 20px);
    pointer-events: none;
}

.category-card.dimmed[b-h1kn69dqbd] {
    opacity: .7;
}

@keyframes cat-reveal-b-h1kn69dqbd {
    to {
        opacity: 1;
        transform: none;
    }
}

/* keep transitions smooth when glow moves between cards */
.category-card[b-h1kn69dqbd] {
    transition: transform .12s ease, box-shadow .2s ease, border-color .2s ease, filter .2s ease;
}

@media (max-width: 576px) {
    .category-vote-grid[b-h1kn69dqbd] {
        grid-template-columns: 1fr;
    }

    .category-vote-grid.is-reveal[b-h1kn69dqbd] {
        grid-template-columns: minmax(0, 1fr);
    }

    .category-card[b-h1kn69dqbd] {
        padding: 1rem .9rem 2.3rem;
    }

    .category-title[b-h1kn69dqbd] {
        font-size: 1.02rem;
    }
}
/* _content/Quiz.Web/Components/GameComponents/GameModules/GuessTheSongComponent.razor.rz.scp.css */
.slot-machine[b-sa2w63a1xb] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
/* _content/Quiz.Web/Components/GameComponents/GameModules/HigherLowerChildComponents/HigherLowerRecapItemComponent.razor.rz.scp.css */
.lb-card[b-z5b2tkxr7h] {
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 14px;
    padding: .6rem .8rem;
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 40%, rgba(0,0,0,.2) 100%), rgba(15,20,35,.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 16px rgba(0,0,0,.35);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

    .lb-card:hover[b-z5b2tkxr7h] {
        transform: translateY(-2px);
        border-color: rgba(140,175,255,.35);
        box-shadow: 0 12px 22px rgba(0,0,0,.45), 0 0 18px rgba(120,160,255,.18);
    }

.lb-rank[b-z5b2tkxr7h] {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.lb-name[b-z5b2tkxr7h] {
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recap-card[b-z5b2tkxr7h] {
    margin-bottom: .75rem;
    max-width: 100%;
    width: 100%;
}

.recap-table[b-z5b2tkxr7h] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.recap-table th[b-z5b2tkxr7h],
.recap-table td[b-z5b2tkxr7h] {
    padding: 0;
    vertical-align: middle;
}

.recap-col-rank[b-z5b2tkxr7h] {
    width: 56px;
}

.recap-col-vs[b-z5b2tkxr7h] {
    width: 36px;
    text-align: center;
}

.recap-col-teams[b-z5b2tkxr7h] {
    width: 240px;
}

.recap-col-song[b-z5b2tkxr7h] {
    min-width: 0;
}

.recap-song[b-z5b2tkxr7h] {
    min-width: 0;
}

.recap-song-left[b-z5b2tkxr7h] {
    justify-content: flex-end;
}

.recap-song-right[b-z5b2tkxr7h] {
    justify-content: flex-start;
}

.recap-song-left[b-z5b2tkxr7h] {
    padding-right: 0;
}

.recap-song-right[b-z5b2tkxr7h] {
    padding-left: 0;
}

.recap-teams[b-z5b2tkxr7h] {
    max-width: 220px;
}

.recap-name[b-z5b2tkxr7h] {
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

.recap-year[b-z5b2tkxr7h] {
    color: rgba(255,255,255,.75);
    font-size: .9rem;
}

.recap-vs[b-z5b2tkxr7h] {
    color: rgba(255,255,255,.75);
    font-weight: 600;
    margin: 0 .2rem;
}

.recap-vs-wrap[b-z5b2tkxr7h] {
    min-width: 30px;
    text-align: center;
}

.recap-team-card[b-z5b2tkxr7h] {
    padding: .25rem .5rem;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
/* _content/Quiz.Web/Components/GameComponents/GameModules/HigherLowerComponent.razor.rz.scp.css */
/* Answer option cards (match SongPlayer styles) */
.quiz-card[b-6z6dh9pcvd] {
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 16px;
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 40%, rgba(0,0,0,.2) 100%), rgba(15,20,35,.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 16px rgba(0,0,0,.35);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
    color: #fff;
}

    .quiz-card:hover[b-6z6dh9pcvd] {
        transform: translateY(-2px);
        border-color: rgba(140,175,255,.38);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 12px 24px rgba(0,0,0,.46), 0 0 18px rgba(120,160,255,.18);
    }

    .quiz-card.is-idle .quiz-card__title[b-6z6dh9pcvd] {
        color: rgba(255,255,255,.9);
    }

    .quiz-card.is-picked[b-6z6dh9pcvd] {
        border-color: rgba(120,160,255,.42);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 10px 22px rgba(0,0,0,.44), 0 0 16px rgba(120,160,255,.16);
    }

    .quiz-card.is-correct[b-6z6dh9pcvd] {
        border-color: rgba(56, 203, 140, .95);
        border-width: 2px;
        background: radial-gradient(120% 120% at 50% 0%, rgba(56,203,140,.18) 0%, rgba(56,203,140,.08) 45%, rgba(0,0,0,.25) 100%), rgba(12, 22, 18, .72);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 14px 28px rgba(0,0,0,.55), 0 0 32px rgba(56,203,140,.55), 0 0 0 2px rgba(56,203,140,.25);
    }

        .quiz-card.is-correct .quiz-card__title[b-6z6dh9pcvd] {
            color: #d6ffe9;
            text-shadow: 0 0 12px rgba(56,203,140,.45);
        }

.quiz-card__title[b-6z6dh9pcvd] {
    font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quiz-badge[b-6z6dh9pcvd] {
    --pill-bg: rgba(120,160,255,.18);
    --pill-border: rgba(140,175,255,.38);
    --pill-text: #e7efff;
    background: var(--pill-bg);
    color: var(--pill-text);
    border: 1px solid var(--pill-border);
    border-radius: 999px;
    padding: .25rem .5rem;
    font-weight: 700;
    font-size: .8rem;
    box-shadow: 0 0 8px rgba(120,160,255,.18);
}

/* Keep the song cards side by side with the VS block */
.songs[b-6z6dh9pcvd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
}

.quiz-container[b-6z6dh9pcvd] {
    width: 100%;
}

.songs-center[b-6z6dh9pcvd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 8rem;
}

.songs-center .arrow[b-6z6dh9pcvd],
.songs-center .correct-answer[b-6z6dh9pcvd] {
    font-size: 1.5rem;
    font-weight: 600;
}

@media (max-width: 576px) {
    .quiz-card[b-6z6dh9pcvd] {
        border-radius: 14px;
    }

        .quiz-card .card-body[b-6z6dh9pcvd] {
            padding: .9rem;
        }
}
/* _content/Quiz.Web/Components/GameComponents/GameModules/LightningComponent.razor.rz.scp.css */
.lightning-results[b-uxwpxvtpo8] {
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 1rem;
    box-sizing: border-box;
}

.lightning-results-title[b-uxwpxvtpo8] {
    margin-bottom: .75rem;
}

.lightning-results-grid[b-uxwpxvtpo8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
    align-items: start;
}

.lightning-results-table-card[b-uxwpxvtpo8] {
    min-width: 0;
}

.lightning-results-table th[b-uxwpxvtpo8],
.lightning-results-table td[b-uxwpxvtpo8] {
    padding: .65rem .75rem;
}

.lightning-results-table[b-uxwpxvtpo8] {
    table-layout: fixed;
    width: 100%;
}
/* _content/Quiz.Web/Components/GameComponents/GameModules/OrderChildComponents/HighlightSongsComponent.razor.rz.scp.css */
.song-list[b-z2czumm6u7] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.song[b-z2czumm6u7] {
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 10px;
    padding: 5px;
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 40%, rgba(0,0,0,.2) 100%), rgba(15,20,35,.55);
}

.highlight[b-z2czumm6u7] {
    background-color: #1db954;
}

.no-image-icon[b-z2czumm6u7]{
    font-size: 50px;
}
/* _content/Quiz.Web/Components/GameComponents/GameModules/OrderChildComponents/OrderedSongsComponent.razor.rz.scp.css */
.order-display[b-4ou4euh7fh] {
    margin-top: 20px;
    font-size: 1.2em;
}

.order-item[b-4ou4euh7fh] {
    padding: 8px;
    border: 1px solid rgba(255,255,255,.28);
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 40%, rgba(0,0,0,.2) 100%), rgba(15,20,35,.55);
    margin-bottom: 5px;
    border-radius: 4px;
    display: flex;
    border-radius: 14px;
}

.order-song-meta[b-4ou4euh7fh] {
    min-width: 0;
    align-items: center;
}

.order-song-image[b-4ou4euh7fh] {
    width: 72px;
    height: 72px;
    object-fit: cover;
    flex: 0 0 auto;
}

.order-song-image-placeholder[b-4ou4euh7fh] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .65);
}

.order-song-text[b-4ou4euh7fh] {
    min-width: 0;
    align-items: center;
}

.order-song-name[b-4ou4euh7fh] {
    min-width: 0;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-song-separator[b-4ou4euh7fh],
.order-song-year[b-4ou4euh7fh] {
    flex: 0 0 auto;
}

.team[b-4ou4euh7fh] {
    --pill-bg: rgba(120,160,255,.18);
    --pill-border: rgba(140,175,255,.38);
    --pill-text: #e7efff;
    background: var(--pill-bg);
    color: var(--pill-text);
    border: 1px solid var(--pill-border);
    border-radius: 999px;
    padding: .25rem .5rem;
    font-weight: 700;
    font-size: .8rem;
    box-shadow: 0 0 8px rgba(120,160,255,.18);
}
/* _content/Quiz.Web/Components/GameComponents/GameModules/SlotMachine/ReelComponent.razor.rz.scp.css */
.reel[b-92d6i7jrdj] {
    width: 400px;
    height: 100px;
    background: #fff;
    background-color: #292929;
    border: 2px solid #000;
    text-align: center;
    line-height: 100px;
    font-size: clamp(20px, 2vh, 32px);
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    user-select: none;
}

    .reel .text[b-92d6i7jrdj] {
        position: absolute;
        animation: spin-b-92d6i7jrdj 1s linear infinite;
    }

@keyframes spin-b-92d6i7jrdj {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.reel.disabled[b-92d6i7jrdj] {
    opacity: 0.5;
    transform: scale(0.9);
    background: #ccc;
    cursor: pointer;
    user-select: none;
}

.reel:not(.disabled):hover[b-92d6i7jrdj] {
    transform: scale(1.1);
    user-select: none;
}
/* _content/Quiz.Web/Components/GameComponents/GameModules/SlotMachine/SlotMachineComponent.razor.rz.scp.css */
.slot-machine[b-mcm97upf0f] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
/* _content/Quiz.Web/Components/GameComponents/GameModules/SlotMachine/UserReelSelectorComponent.razor.rz.scp.css */
.reel-headline[b-vradr91yrg] {
    font-size: 24px;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.reel-options[b-vradr91yrg] {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reel-list[b-vradr91yrg] {
    width: 100%;
    max-height: 600px;
    overflow-y: auto; 
}

.reel-option-row[b-vradr91yrg] {
    display: flex; /* Flex layout for alignment */
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 8px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.reel-text[b-vradr91yrg] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 600px) {
    .reel-option-row[b-vradr91yrg] {
        padding: 24px 12px;
        font-size: 25px;
    }

    .reel-text[b-vradr91yrg] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 400px) {
    .reel-option-row[b-vradr91yrg] {
        padding: 16px 8px;
        font-size: 16px;
    }
}
/* _content/Quiz.Web/Components/GameComponents/GameModules/SongPlayerComponent.razor.rz.scp.css */
/* Title to match the scene */
.page-title[b-wryumm4ppl] {
    color: rgba(255,255,255,.9);
    font-weight: 700;
    letter-spacing: .6px;
    text-shadow: 0 1px 0 rgba(0,0,0,.35);
}

/* === Answer option cards (match leaderboard look) === */
.quiz-card[b-wryumm4ppl] {
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 16px;
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 40%, rgba(0,0,0,.2) 100%), rgba(15,20,35,.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 16px rgba(0,0,0,.35);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
    color: #fff;
}

    .quiz-card:hover[b-wryumm4ppl] {
        transform: translateY(-2px);
        border-color: rgba(140,175,255,.38);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 12px 24px rgba(0,0,0,.46), 0 0 18px rgba(120,160,255,.18);
    }

    .quiz-card.is-idle .quiz-card__title[b-wryumm4ppl] {
        color: rgba(255,255,255,.9);
    }

    /* subtle accent when the option has picks */
    .quiz-card.is-picked[b-wryumm4ppl] {
        border-color: rgba(120,160,255,.42);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 10px 22px rgba(0,0,0,.44), 0 0 16px rgba(120,160,255,.16);
    }

    /* green glow when revealed correct */
    .quiz-card.is-correct[b-wryumm4ppl] {
        border-color: rgba(56, 203, 140, .95);
        border-width: 2px;
        background: radial-gradient(120% 120% at 50% 0%, rgba(56,203,140,.18) 0%, rgba(56,203,140,.08) 45%, rgba(0,0,0,.25) 100%), rgba(12, 22, 18, .72);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 14px 28px rgba(0,0,0,.55), 0 0 32px rgba(56,203,140,.55), 0 0 0 2px rgba(56,203,140,.25);
    }

        .quiz-card.is-correct .quiz-card__title[b-wryumm4ppl] {
            color: #d6ffe9;
            text-shadow: 0 0 12px rgba(56,203,140,.45);
        }

/* keep headings tidy */
.quiz-card__title[b-wryumm4ppl] {
    font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* “team picked” badges—glassy pills like the UI */
.quiz-badge[b-wryumm4ppl] {
    --pill-bg: rgba(120,160,255,.18);
    --pill-border: rgba(140,175,255,.38);
    --pill-text: #e7efff;
    background: var(--pill-bg);
    color: var(--pill-text);
    border: 1px solid var(--pill-border);
    border-radius: 999px;
    padding: .25rem .5rem;
    font-weight: 700;
    font-size: .8rem;
    box-shadow: 0 0 8px rgba(120,160,255,.18);
}

/* Optional: tighten Bootstrap card spacing a bit on small screens */
@media (max-width: 576px) {
    .quiz-card[b-wryumm4ppl] {
        border-radius: 14px;
    }

        .quiz-card .card-body[b-wryumm4ppl] {
            padding: .9rem;
        }
}
/* _content/Quiz.Web/Components/GameComponents/GameModules/SuddenDeathComponent.razor.rz.scp.css */
/* _content/Quiz.Web/Components/GameComponents/GameModules/TransitionComponent.razor.rz.scp.css */
.game-info[b-76vkhccef8]{
    display: flex;
    justify-content: space-between;
}

.game-stats[b-76vkhccef8]{
    display: flex;
    justify-content: space-between;
}

.transition-container[b-76vkhccef8] {
    padding: 1rem;
}

.transition-box[b-76vkhccef8] {
    padding: 1rem;
    background-color: #1b2240;
    border: 1px solid #2b3b8f;
}

.module-list[b-76vkhccef8] {
    margin-top: 1rem;
}

.module-item[b-76vkhccef8] {
    padding: 0.5rem 1rem;
    background-color: #292929;
    border-radius: 4px;
    min-width: 100px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

    .module-item.highlighted[b-76vkhccef8] {
        background-color: #ffc107; /* a yellow highlight */
        font-weight: bold;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        color: #292929;
    }
/* _content/Quiz.Web/Components/GameComponents/TeamComponent.razor.rz.scp.css */
.teams-container[b-a5bfv4qert] {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping if teams exceed available space */
    justify-content: center; /* Center teams in the container */
    gap: 20px; /* Add space between rows and columns */
    padding: 20px;
    background-color: #f8f9fa; /* Optional: Add a background */
    border: 1px solid #dee2e6; /* Optional: Add a border */
    border-radius: 10px; /* Optional: Add rounded corners */
}

.team[b-a5bfv4qert] {
    flex: 1 1 calc(25% - 20px); /* Make each team take up 25% of the width minus gaps */
    max-width: 200px; /* Optional: Prevent teams from becoming too large */
    text-align: center;
    margin: 10px; /* Add some space around each team */
}

.team-name[b-a5bfv4qert] {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.points-controls[b-a5bfv4qert] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.team-points[b-a5bfv4qert] {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 5px;
}

.btn[b-a5bfv4qert] {
    padding: 5px 10px;
    font-size: 1rem;
}
/* _content/Quiz.Web/Components/GameHubComponents/AdvancedGameSetupComponent.razor.rz.scp.css */
.module-box[b-p8ub5o3sp4] {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #1e1e1e;
}

.module-item[b-p8ub5o3sp4] {
    padding: 10px;
    margin: 5px 0;
    background-color: #292929;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

    .module-item:hover[b-p8ub5o3sp4] {
        background-color: #444;
    }

    .module-item.selected[b-p8ub5o3sp4] {
        background-color: #007bff;
        color: white;
        border-color: #0056b3;
    }

.arrow-box[b-p8ub5o3sp4] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.btn-arrow[b-p8ub5o3sp4] {
    width: 50px;
    height: 40px;
}
/* _content/Quiz.Web/Components/GameHubComponents/TeamListComponent.razor.rz.scp.css */
.team-list[b-0awvumu9qr] {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    background-color: #1b2240;
    padding: 0.9rem;
    border-radius: 1rem;
    border: 1px solid #2b3b8f;
    flex: 1 1 auto;
    min-height: 0;
}

.team-list__body[b-0awvumu9qr] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    scroll-behavior: auto;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.team-list__header[b-0awvumu9qr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--muted);
    font-weight: 600;
    letter-spacing: .02em;
    margin-bottom: .25rem;
}

.team-list__count[b-0awvumu9qr] {
    opacity: .9;
}
/* _content/Quiz.Web/Components/GameHubComponents/UserHubComponent.razor.rz.scp.css */
.user-view-shell[b-5yrbeixwl7] {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: .4rem 0 1rem 0;
}

.user-view-card[b-5yrbeixwl7] {
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 16px;
    padding: 1rem;
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 40%, rgba(0,0,0,.2) 100%), rgba(15,20,35,.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 16px rgba(0,0,0,.35);
    color: #fff;
}

.waiting-card[b-5yrbeixwl7] {
    min-height: 140px;
    display: grid;
    place-items: center;
}

.waiting-title[b-5yrbeixwl7] {
    color: rgba(255,255,255,.9);
    font-size: 1.1rem;
    letter-spacing: .4px;
    font-weight: 700;
}

.user-view-card[b-5yrbeixwl7]  .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.user-view-card[b-5yrbeixwl7]  .join-card,
.user-view-card[b-5yrbeixwl7]  .hub-card {
    background: transparent;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 14px;
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 16px rgba(0,0,0,.3);
}

.user-view-card[b-5yrbeixwl7]  .hub-card {
    width: 100%;
    max-width: 460px;
}

.user-view-card[b-5yrbeixwl7]  .card-title,
.user-view-card[b-5yrbeixwl7]  .reel-headline,
.user-view-card[b-5yrbeixwl7]  .order-label {
    color: rgba(255,255,255,.9);
    text-shadow: 0 1px 0 rgba(0,0,0,.35);
}

.user-view-card[b-5yrbeixwl7]  .reel-headline,
.user-view-card[b-5yrbeixwl7]  .order-label {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
}

.user-view-card[b-5yrbeixwl7]  .answer-option-row,
.user-view-card[b-5yrbeixwl7]  .reel-option-row {
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 12px;
    background: rgba(255,255,255,.04);
    color: rgba(255,255,255,.95);
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.user-view-card[b-5yrbeixwl7]  .answer-option-row:hover,
.user-view-card[b-5yrbeixwl7]  .reel-option-row:hover {
    transform: translateY(-1px);
    border-color: rgba(140,175,255,.45);
    box-shadow: 0 0 14px rgba(120,160,255,.16);
    background: rgba(120,160,255,.1);
}

.user-view-card[b-5yrbeixwl7]  .answer-option-row.answer {
    border-color: rgba(120,160,255,.95);
    color: #e7efff;
    background: rgba(120,160,255,.2);
    box-shadow: 0 0 18px rgba(120,160,255,.3);
}

.user-view-card[b-5yrbeixwl7]  .answer-text,
.user-view-card[b-5yrbeixwl7]  .reel-text {
    width: 100%;
    color: inherit;
}

.user-view-card[b-5yrbeixwl7]  input,
.user-view-card[b-5yrbeixwl7]  .form-control,
.user-view-card[b-5yrbeixwl7]  #roomcode {
    width: 100%;
    background: rgba(11,15,28,.82);
    border: 1px solid #1f2742;
    border-radius: 12px;
    color: #eef1ff;
    padding: .55rem .7rem;
}

.user-view-card[b-5yrbeixwl7]  .btn-primary {
    border-radius: 12px;
    border-color: rgba(120,160,255,.5);
    background: rgba(120,160,255,.22);
}

.user-view-card[b-5yrbeixwl7]  .btn-success,
.user-view-card[b-5yrbeixwl7]  .btn-danger,
.user-view-card[b-5yrbeixwl7]  .commit-button {
    border-radius: 12px;
    font-weight: 700;
}

@media (max-width: 576px) {
    .user-view-shell[b-5yrbeixwl7] {
        padding-top: .25rem;
    }

    .user-view-card[b-5yrbeixwl7] {
        border-radius: 14px;
        padding: .85rem;
    }
}
/* _content/Quiz.Web/Components/GameHubComponents/UserHubRoomComponent.razor.rz.scp.css */
.lobby-shell[b-2p0af0o8p1] {
    min-height: calc(100dvh - 11rem);
}

.swipe-hint[b-2p0af0o8p1] {
    color: rgba(255,255,255,.65);
    font-size: .85rem;
}

.swipe-dots[b-2p0af0o8p1] {
    min-height: 10px;
}

.swipe-dot[b-2p0af0o8p1] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
}

.swipe-dot.is-active[b-2p0af0o8p1] {
    background: rgba(255, 255, 255, .9);
}

.lobby-swipe-track[b-2p0af0o8p1] {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: .9rem;
    align-items: stretch;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.lobby-swipe-track[b-2p0af0o8p1]::-webkit-scrollbar {
    display: none;
}

.lobby-screen[b-2p0af0o8p1] {
    flex: 0 0 100%;
    display: flex;
    scroll-snap-align: start;
    min-width: 0;
}

.hub-card[b-2p0af0o8p1] {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 14px;
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 40%, rgba(0,0,0,.2) 100%), rgba(15,20,35,.55);
    color: #fff;
}

.hub-card .card-body[b-2p0af0o8p1] {
    min-width: 0;
    overflow-x: hidden;
}

.summary-grid[b-2p0af0o8p1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
}

.summary-pill[b-2p0af0o8p1] {
    border: 1px solid rgba(120,160,255,.38);
    border-radius: 12px;
    padding: .7rem .75rem;
    background: rgba(120,160,255,.1);
}

.summary-label[b-2p0af0o8p1] {
    color: rgba(255,255,255,.65);
    font-size: .72rem;
    text-transform: uppercase;
}

.summary-value[b-2p0af0o8p1] {
    color: rgba(255,255,255,.95);
    font-weight: 700;
    margin-top: .15rem;
}

.stats-errorbox[b-2p0af0o8p1] {
    border: 1px solid rgba(255, 107, 107, .85);
    border-radius: 12px;
    padding: .8rem .9rem;
    background: rgba(64, 18, 22, .72);
    color: #ffd8d8;
    font-weight: 600;
}

.lobby-filter[b-2p0af0o8p1] {
    background: rgba(11,15,28,.82);
    border: 1px solid #1f2742;
    color: #eef1ff;
}

.admin-table__sort[b-2p0af0o8p1] {
    background: transparent;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0;
    cursor: pointer;
}

.admin-table__sort:hover[b-2p0af0o8p1] {
    color: #fff;
}

.leaderboard-table-wrap[b-2p0af0o8p1] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.leaderboard-table[b-2p0af0o8p1] {
    min-width: 100%;
    width: max-content;
}

.leaderboard-table th[b-2p0af0o8p1],
.leaderboard-table td[b-2p0af0o8p1] {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .lobby-screen[b-2p0af0o8p1] {
        flex-basis: calc(50% - .45rem);
    }
}
/* _content/Quiz.Web/Components/GameHubComponents/UserJoinHubComponent.razor.rz.scp.css */
.join-card[b-stgztx2y2f] {
    background-color: #2c2c2c;
}
/* _content/Quiz.Web/Components/GameHubComponents/UserPostGameStatsComponent.razor.rz.scp.css */
.page-title[b-m2k2hkdjto] {
    color: rgba(255,255,255,.9);
    font-weight: 700;
    letter-spacing: .6px;
    text-shadow: 0 1px 0 rgba(0,0,0,.35);
}

.swipe-hint[b-m2k2hkdjto] {
    color: rgba(255,255,255,.65);
    font-size: .85rem;
    margin-top: .35rem;
}

.swipe-dots[b-m2k2hkdjto] {
    min-height: 10px;
}

.swipe-dot[b-m2k2hkdjto] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
}

.swipe-dot.is-active[b-m2k2hkdjto] {
    background: rgba(255, 255, 255, .9);
}

.user-stats-shell[b-m2k2hkdjto] {
    min-height: calc(100dvh - 8.5rem);
}

.stats-swipe-track[b-m2k2hkdjto] {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    align-items: stretch;
    gap: .9rem;
    padding-bottom: .25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.stats-swipe-track[b-m2k2hkdjto]::-webkit-scrollbar {
    display: none;
}

.stats-screen[b-m2k2hkdjto] {
    flex: 0 0 100%;
    display: flex;
    scroll-snap-align: start;
}

.stats-card[b-m2k2hkdjto] {
    width: 100%;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 16px;
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 40%, rgba(0,0,0,.2) 100%), rgba(15,20,35,.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 16px rgba(0,0,0,.35);
    color: #fff;
}

.stats-title[b-m2k2hkdjto] {
    color: rgba(255,255,255,.88);
    font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: .65rem;
}

.module-row[b-m2k2hkdjto] {
    display: flex;
    align-items: center;
    gap: .7rem;
    justify-content: space-between;
    padding: .45rem 0;
}

.module-row + .module-row[b-m2k2hkdjto] {
    border-top: 1px solid rgba(255,255,255,.1);
}

.module-accuracy[b-m2k2hkdjto] {
    min-width: 52px;
    text-align: right;
    font-weight: 700;
    color: #d6ffe9;
}

.module-name[b-m2k2hkdjto] {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 600;
    color: rgba(255,255,255,.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overall-ring[b-m2k2hkdjto] {
    position: relative;
    width: 124px;
    height: 124px;
    display: grid;
    place-items: center;
}

.overall-ring-circle[b-m2k2hkdjto] {
    width: 124px;
    height: 124px;
}

.overall-ring-label[b-m2k2hkdjto] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    pointer-events: none;
}

.overall-ring-label span[b-m2k2hkdjto] {
    display: block;
    font-weight: 800;
    font-size: 1.25rem;
    color: #e8ffef;
}

.overall-ring-label small[b-m2k2hkdjto] {
    color: rgba(255,255,255,.72);
    font-size: .75rem;
}

.summary-grid[b-m2k2hkdjto] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
}

.summary-pill[b-m2k2hkdjto] {
    border: 1px solid rgba(120,160,255,.38);
    border-radius: 12px;
    padding: .7rem .75rem;
    background: rgba(120,160,255,.1);
    box-shadow: 0 0 10px rgba(120,160,255,.14);
}

.summary-label[b-m2k2hkdjto] {
    color: rgba(255,255,255,.65);
    font-size: .72rem;
    letter-spacing: .25px;
    text-transform: uppercase;
}

.summary-value[b-m2k2hkdjto] {
    color: rgba(255,255,255,.95);
    font-weight: 700;
    margin-top: .15rem;
}

.stats-errorbox[b-m2k2hkdjto] {
    border: 1px solid rgba(255, 107, 107, .85);
    border-radius: 12px;
    padding: .8rem .9rem;
    background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.05) 0%, rgba(255,255,255,.01) 45%, rgba(0,0,0,.22) 100%), rgba(64, 18, 22, .72);
    color: #ffd8d8;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 0 0 1px rgba(255, 107, 107, .2), 0 10px 18px rgba(0,0,0,.28);
    font-weight: 600;
}

.postgame-next-btn[b-m2k2hkdjto] {
    min-width: 180px;
    font-weight: 700;
    border-radius: 12px;
}

.postgame-action[b-m2k2hkdjto] {
    margin-top: auto;
    padding-top: .35rem;
}

@media (min-width: 768px) {
    .stats-screen[b-m2k2hkdjto] {
        flex-basis: calc(50% - .45rem);
    }

    .swipe-hint[b-m2k2hkdjto] {
        display: none;
    }
}
/* _content/Quiz.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tx5jmidlgt] {
    display: flex;
    flex-direction: row;
    height: 100vh;
    margin: 0;
    transition: all 0.4s ease-in-out;
}

main[b-tx5jmidlgt] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

/* Sidebar styling (desktop): fixed width, sticky position */
.sidebar[b-tx5jmidlgt] {
    height: 100vh;
    width: 250px;
    background-color: #222;
    color: white;
    transition: width 0.4s ease-in-out, opacity 0.4s ease-in-out;
    overflow: hidden;
    opacity: 1;
    flex-shrink: 0;
}


    .sidebar.hidden[b-tx5jmidlgt] {
        width: 0;
        opacity: 0;
        pointer-events: none;
    }

    .sidebar.visible[b-tx5jmidlgt] {
        opacity: 1;
        transform: translateX(0);
    }


main.app-bg[b-tx5jmidlgt] {
    position: relative;
    flex: 1;
    overflow: hidden;
    background: #0E1117;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

/* Mobile adjustments: sidebar off-canvas by default */
@media (max-width: 640px) {
    .sidebar[b-tx5jmidlgt] {
        position: fixed; /* overlays content */
        transform: translateX(-250px);
        z-index: 1000;
    }

    /* When the toggle checkbox is checked, slide sidebar into view */
    .navbar-toggler-checkbox:checked ~ .sidebar[b-tx5jmidlgt] {
        transform: translateX(0);
    }

    /* On mobile, main always full width */
    main.app-bg[b-tx5jmidlgt] {
        margin-left: 0 !important;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-tx5jmidlgt] {
        display: none;
    }
}

.top-row[b-tx5jmidlgt] {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between; /* Key change: space between left & right */
    height: 3.5rem;
    z-index: 1;
}

    /* Optional spacing and alignment */
    .top-row .left img[b-tx5jmidlgt] {
        height: 2rem;
    }

    .top-row .right[b-tx5jmidlgt] {
        display: flex;
        align-items: center;
        gap: 1rem; /* spacing between version and toggle */
    }

.navbar-toggler[b-tx5jmidlgt] {
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    border: 1px solid rgba(0, 0, 0, 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(0,0,0,0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(0, 0, 0, 0.1);
}


/* Content area styling */
article.content[b-tx5jmidlgt] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: transparent;
}

/* === Glowy background inside <main> =============================== */
main.app-bg[b-tx5jmidlgt]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(1400px 800px at 12% 84%, rgba(122, 62, 255, 0.35) 0%, rgba(122, 62, 255, 0.00) 60%), radial-gradient(1200px 700px at 78% 40%, rgba(76, 86, 255, 0.35) 0%, rgba(76, 86, 255, 0.00) 60%), radial-gradient(900px 600px at 18% 22%, rgba(75, 163, 255, 0.35) 0%, rgba(75, 163, 255, 0.00) 55%), linear-gradient(180deg, #0E1117 0%, #161A22 100%);
    filter: saturate(115%);
}

main.app-bg[b-tx5jmidlgt]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(120% 120% at 50% 50%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.25) 100%);
}

@media (min-width: 640px) {
    main.app-bg[b-tx5jmidlgt] {
        background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'>\
<filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/>\
<feComponentTransfer><feFuncA type='table' tableValues='0 0 0 0 .03 .04 .05'/></feComponentTransfer></filter>\
<rect width='100%' height='100%' filter='url(#n)' opacity='.25'/></svg>");
        background-repeat: repeat;
        background-size: 256px 256px;
    }
}
/* _content/Quiz.Web/Components/Layout/MobileLayout.razor.rz.scp.css */

html[b-m0hn1m245l], body[b-m0hn1m245l] {
    height: 100%;
    margin: 0;
}


.page[b-m0hn1m245l] {
    display: flex;
    flex-direction: column;
    height: 100%;
}


main[b-m0hn1m245l] {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative; /* needed for ::before positioning */
    background: none;
}


article.content[b-m0hn1m245l] {
    flex: 1;
    display: flex;
}

.bottom-row[b-m0hn1m245l] {
    text-align: right;
    padding: 1rem 0;
    padding-right: 10px;
    font-size: 12px;
}

@media (max-width: 640px) {
    main[b-m0hn1m245l] {
        position: relative;
        z-index: 0;
    }

        main[b-m0hn1m245l]::after {
            content: "";
            position: fixed; /* stays fixed even when scrolling */
            inset: 0; /* full viewport */
            background: url("/icon.png") no-repeat center center;
            background-size: 160px auto;
            opacity: 0.35; /* subtle watermark effect */
            z-index: -1; /* puts it behind everything */
            pointer-events: none; /* so you can still click content */
        }
}
/* _content/Quiz.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8d7l08lsph] {
    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-8d7l08lsph] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-8d7l08lsph] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8d7l08lsph] {
    font-size: 1.1rem;
}

.bi-house-door-fill-nav-menu[b-8d7l08lsph] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-8d7l08lsph] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-8d7l08lsph] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-8d7l08lsph] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8d7l08lsph] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8d7l08lsph] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8d7l08lsph]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-8d7l08lsph]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-8d7l08lsph]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-8d7l08lsph] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8d7l08lsph] {
        display: none;
    }

    .nav-scrollable[b-8d7l08lsph] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Quiz.Web/Components/Pages/AdministrationPage.razor.rz.scp.css */
.admin-shell[b-2ma701nsix] {
    --panel: rgba(15,20,35,.6);
    --panel-strong: #0b0f1c;
    --radius: 16px;
    --text: #eef1ff;
    --muted: rgba(255,255,255,.65);
    --chip: rgba(120,160,255,.18);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
}

.admin-title[b-2ma701nsix] {
    margin: 0;
    color: #fff;
    font-size: clamp(1.4rem, 2.6vw, 2rem);
}

.admin-scroll[b-2ma701nsix] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding-bottom: 1rem;
}

@media (max-width: 640px) {
    .admin-tabs[b-2ma701nsix] {
        flex-direction: column;
        align-items: stretch;
    }

    .admin-tabs .nav-link[b-2ma701nsix] {
        width: 100%;
        text-align: left;
    }
}
/* _content/Quiz.Web/Components/Pages/GamePage.razor.rz.scp.css */
.game-page[b-5tj5o8lldm] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.game-container[b-5tj5o8lldm] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.game-content[b-5tj5o8lldm] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
    background-color: #f0f0f0;
}

.game-teams[b-5tj5o8lldm] {
    flex: 0;
    background-color: #ffffff;
    padding: 10px;
    border-top: 1px solid #ccc;
}
/* _content/Quiz.Web/Components/Pages/LoginPage.razor.rz.scp.css */
.login-card[b-nsqt5uay7c] {
    background-color: #2c2c2c;
}
