/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wtzhtgavks] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-wtzhtgavks] {
    flex: 1;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.sidebar[b-wtzhtgavks] {
    background: linear-gradient(180deg, #1a1a2e 0%, #0f1929 100%);
}

.content[b-wtzhtgavks] {
    padding: 0;
}

@media (max-width: 640.98px) {
    .sidebar[b-wtzhtgavks] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    
    main[b-wtzhtgavks] {
        padding-top: 3.5rem;
    }
}

@media (min-width: 641px) {
    .page[b-wtzhtgavks] {
        flex-direction: row;
    }

    .sidebar[b-wtzhtgavks] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.05);
    }
}

#blazor-error-ui[b-wtzhtgavks] {
    background: linear-gradient(135deg, #ff6b6b, #ee5a5a);
    bottom: 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.8rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: white;
    font-weight: 500;
}

#blazor-error-ui .reload[b-wtzhtgavks] {
    color: white;
    text-decoration: underline;
    margin-left: 0.5rem;
}

#blazor-error-ui .dismiss[b-wtzhtgavks] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.6rem;
    font-size: 1.2rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7nanx5tiew] {
    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);
    border-radius: 8px;
}

.navbar-toggler:checked[b-7nanx5tiew] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-7nanx5tiew] {
    min-height: 3.5rem;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.2), rgba(255, 217, 61, 0.1));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-7nanx5tiew] {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: white;
}

.navbar-brand:hover[b-7nanx5tiew] {
    color: #ffd93d;
}

.brand-icon[b-7nanx5tiew] {
    font-size: 1.4rem;
}

.brand-text[b-7nanx5tiew] {
    font-weight: 700;
    background: linear-gradient(135deg, #ff6b6b, #ffd93d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-icon[b-7nanx5tiew] {
    font-size: 1.2rem;
    margin-right: 0.75rem;
}

.nav-divider[b-7nanx5tiew] {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 1rem 1rem;
}

.nav-footer[b-7nanx5tiew] {
    padding-top: 0.5rem !important;
}

.nav-hint[b-7nanx5tiew] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    padding: 0.5rem 0;
}

.nav-item[b-7nanx5tiew] {
    font-size: 0.95rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-7nanx5tiew] {
        padding-top: 1rem;
    }

    .nav-item[b-7nanx5tiew]  .nav-link {
        color: rgba(255, 255, 255, 0.8);
        background: none;
        border: none;
        border-radius: 10px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        transition: all 0.2s ease;
    }

.nav-item[b-7nanx5tiew]  a.active {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.3), rgba(255, 217, 61, 0.2));
    color: white;
    border-left: 3px solid #ff6b6b;
}

.nav-item[b-7nanx5tiew]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
    transform: translateX(3px);
}

.nav-scrollable[b-7nanx5tiew] {
    display: none;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
}

.navbar-toggler:checked ~ .nav-scrollable[b-7nanx5tiew] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7nanx5tiew] {
        display: none;
    }

    .nav-scrollable[b-7nanx5tiew] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-tze96ehbpd],
.components-reconnect-repeated-attempt-visible[b-tze96ehbpd],
.components-reconnect-failed-visible[b-tze96ehbpd],
.components-pause-visible[b-tze96ehbpd],
.components-resume-failed-visible[b-tze96ehbpd],
.components-rejoining-animation[b-tze96ehbpd] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-tze96ehbpd],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-tze96ehbpd],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-tze96ehbpd],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-tze96ehbpd],
#components-reconnect-modal.components-reconnect-retrying[b-tze96ehbpd],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-tze96ehbpd],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-tze96ehbpd],
#components-reconnect-modal.components-reconnect-failed[b-tze96ehbpd],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-tze96ehbpd] {
    display: block;
}


#components-reconnect-modal[b-tze96ehbpd] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-tze96ehbpd 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-tze96ehbpd 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-tze96ehbpd 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-tze96ehbpd]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-tze96ehbpd 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-tze96ehbpd {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-tze96ehbpd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-tze96ehbpd {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-tze96ehbpd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-tze96ehbpd] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-tze96ehbpd] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-tze96ehbpd] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-tze96ehbpd] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-tze96ehbpd] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-tze96ehbpd] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-tze96ehbpd 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-tze96ehbpd] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-tze96ehbpd {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/CategorySetup.razor.rz.scp.css */
.category-setup[b-nbdnbqzolm] {
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    padding: 2rem;
}

.setup-header[b-nbdnbqzolm] {
    text-align: center;
    margin-bottom: 2rem;
}

.setup-header h1[b-nbdnbqzolm] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.setup-header p[b-nbdnbqzolm] {
    color: rgba(255, 255, 255, 0.7);
}

.loading-spinner[b-nbdnbqzolm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
}

.spinner[b-nbdnbqzolm] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #ffd93d;
    border-radius: 50%;
    animation: spin-b-nbdnbqzolm 1s linear infinite;
}

@keyframes spin-b-nbdnbqzolm {
    to { transform: rotate(360deg); }
}

.host-name-form[b-nbdnbqzolm] {
    display: flex;
    justify-content: center;
    padding: 2rem;
}

.form-card[b-nbdnbqzolm] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    max-width: 400px;
    width: 100%;
}

.form-card h2[b-nbdnbqzolm] {
    margin-bottom: 0.5rem;
}

.form-card > p[b-nbdnbqzolm] {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

.avatar-picker[b-nbdnbqzolm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.avatar-option[b-nbdnbqzolm] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.avatar-option:hover[b-nbdnbqzolm] {
    transform: scale(1.1);
}

.avatar-option.selected[b-nbdnbqzolm] {
    border-color: white;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.quick-start[b-nbdnbqzolm] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.quick-start .btn[b-nbdnbqzolm] {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.categories-list[b-nbdnbqzolm] {
    max-width: 700px;
    margin: 0 auto;
}

.categories-header[b-nbdnbqzolm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
}

.category-count[b-nbdnbqzolm] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.category-card[b-nbdnbqzolm] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 0.75rem;
    transition: background 0.2s ease;
}

.category-card:hover[b-nbdnbqzolm] {
    background: rgba(255, 255, 255, 0.15);
}

.category-order[b-nbdnbqzolm] {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #ff6b6b, #ffd93d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    color: #1a1a2e;
    flex-shrink: 0;
}

.category-info[b-nbdnbqzolm] {
    flex: 1;
}

.category-info h4[b-nbdnbqzolm] {
    margin: 0;
    font-size: 1.1rem;
}

.category-info p[b-nbdnbqzolm] {
    margin: 0.25rem 0 0 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.category-info .form-control[b-nbdnbqzolm] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.category-info .form-control[b-nbdnbqzolm]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.category-actions[b-nbdnbqzolm] {
    display: flex;
    gap: 0.5rem;
}

.empty-state[b-nbdnbqzolm] {
    text-align: center;
    padding: 3rem;
    color: rgba(255, 255, 255, 0.5);
}

.add-category-form[b-nbdnbqzolm] {
    max-width: 500px;
    margin: 2rem auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
}

.add-category-form h4[b-nbdnbqzolm] {
    margin-bottom: 1rem;
}

.add-category-form .form-control[b-nbdnbqzolm] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.add-category-form .form-control[b-nbdnbqzolm]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-actions[b-nbdnbqzolm] {
    display: flex;
    gap: 1rem;
}

.continue-section[b-nbdnbqzolm] {
    text-align: center;
    margin-top: 2rem;
    padding: 2rem;
}

.continue-section .btn-primary[b-nbdnbqzolm] {
    background: linear-gradient(135deg, #6bcb77, #4ca35a);
    border: none;
    padding: 1rem 3rem;
    font-size: 1.2rem;
}

.continue-section .btn-primary:hover[b-nbdnbqzolm] {
    background: linear-gradient(135deg, #5ab469, #3d9249);
}
/* /Components/Pages/FinalResults.razor.rz.scp.css */
.results-page[b-50620pldnj] {
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

/* Confetti Animation */
.confetti-container[b-50620pldnj] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
}

.confetti[b-50620pldnj] {
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--color);
    top: -20px;
    left: var(--x);
    animation: confetti-fall-b-50620pldnj 4s ease-in-out var(--delay) infinite;
    transform: rotate(45deg);
}

.confetti:nth-child(even)[b-50620pldnj] {
    width: 8px;
    height: 12px;
    border-radius: 50%;
}

@keyframes confetti-fall-b-50620pldnj {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
    }
}

.results-content[b-50620pldnj] {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
}

.loading-spinner[b-50620pldnj], .error-state[b-50620pldnj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    text-align: center;
}

.spinner[b-50620pldnj] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #ffd93d;
    border-radius: 50%;
    animation: spin-b-50620pldnj 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-50620pldnj {
    to { transform: rotate(360deg); }
}

.error-icon[b-50620pldnj] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

/* Trip Complete Header */
.trip-complete-header[b-50620pldnj] {
    text-align: center;
    margin-bottom: 2rem;
}

.checkered-flag[b-50620pldnj] {
    font-size: 4rem;
    animation: wave-b-50620pldnj 0.5s ease-in-out infinite alternate;
}

@keyframes wave-b-50620pldnj {
    from { transform: rotate(-10deg); }
    to { transform: rotate(10deg); }
}

.trip-complete-header h1[b-50620pldnj] {
    font-size: 2.5rem;
    margin: 0.5rem 0;
    background: linear-gradient(135deg, #ffd93d, #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.trip-summary[b-50620pldnj] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
}

/* Winner Section */
.winner-section[b-50620pldnj] {
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(255, 217, 61, 0.1), rgba(255, 107, 107, 0.1));
    border-radius: 25px;
    border: 2px solid rgba(255, 217, 61, 0.3);
}

.winner-crown[b-50620pldnj] {
    font-size: 3rem;
    animation: bounce-b-50620pldnj 1s ease-in-out infinite;
}

@keyframes bounce-b-50620pldnj {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.winner-card[b-50620pldnj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
}

.winner-avatar[b-50620pldnj] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    border: 4px solid #ffd93d;
    box-shadow: 0 0 40px rgba(255, 217, 61, 0.5);
}

.winner-info[b-50620pldnj] {
    display: flex;
    flex-direction: column;
}

.winner-label[b-50620pldnj] {
    font-size: 0.9rem;
    color: #ffd93d;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.winner-name[b-50620pldnj] {
    font-size: 2rem;
    font-weight: 800;
}

.winner-score[b-50620pldnj] {
    font-size: 1.5rem;
    color: #4ECDC4;
    font-weight: 700;
}

.winner-stats[b-50620pldnj] {
    display: flex;
    gap: 2rem;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

/* Final Podium */
.final-podium[b-50620pldnj] {
    text-align: center;
    margin-bottom: 2rem;
}

.final-podium h2[b-50620pldnj] {
    margin-bottom: 1.5rem;
}

.podium-display[b-50620pldnj] {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0.5rem;
}

.podium-position[b-50620pldnj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
}

.podium-position .trophy-icon[b-50620pldnj] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    animation: shine-b-50620pldnj 2s ease-in-out infinite;
}

@keyframes shine-b-50620pldnj {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.3); }
}

.position-avatar[b-50620pldnj] {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
    border: 3px solid white;
}

.position-avatar.gold-border[b-50620pldnj] {
    border-color: #ffd93d;
    box-shadow: 0 0 20px rgba(255, 217, 61, 0.4);
}

.podium-position.first .position-avatar[b-50620pldnj] {
    width: 70px;
    height: 70px;
    font-size: 1.5rem;
}

.position-name[b-50620pldnj] {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.position-score[b-50620pldnj] {
    font-size: 1rem;
    font-weight: 700;
    color: #4ECDC4;
    margin-bottom: 0.5rem;
}

.podium-stand[b-50620pldnj] {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 800;
    border-radius: 10px 10px 0 0;
}

.podium-stand.gold[b-50620pldnj] {
    height: 80px;
    background: linear-gradient(180deg, #ffd93d, #f4c430);
    color: #1a1a2e;
}

.podium-stand.silver[b-50620pldnj] {
    height: 60px;
    background: linear-gradient(180deg, #c0c0c0, #a8a8a8);
    color: #1a1a2e;
}

.podium-stand.bronze[b-50620pldnj] {
    height: 45px;
    background: linear-gradient(180deg, #cd7f32, #b8712a);
    color: white;
}

/* Full Results List */
.full-results[b-50620pldnj] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.full-results h3[b-50620pldnj] {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.result-row[b-50620pldnj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin-bottom: 0.75rem;
}

.result-row.gold-highlight[b-50620pldnj] {
    background: rgba(255, 217, 61, 0.15);
    border-left: 4px solid #ffd93d;
}

.result-row.silver-highlight[b-50620pldnj] {
    background: rgba(192, 192, 192, 0.1);
    border-left: 4px solid #c0c0c0;
}

.result-row.bronze-highlight[b-50620pldnj] {
    background: rgba(205, 127, 50, 0.1);
    border-left: 4px solid #cd7f32;
}

.result-rank[b-50620pldnj] {
    font-size: 1.2rem;
    width: 40px;
    text-align: center;
}

.result-avatar[b-50620pldnj] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
}

.result-info[b-50620pldnj] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.result-name[b-50620pldnj] {
    font-weight: 600;
}

.result-stats[b-50620pldnj] {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

.result-score[b-50620pldnj] {
    font-size: 1.3rem;
    font-weight: 800;
    color: #4ECDC4;
}

/* Trip Statistics */
.trip-statistics[b-50620pldnj] {
    margin-bottom: 2rem;
}

.trip-statistics h3[b-50620pldnj] {
    text-align: center;
    margin-bottom: 1rem;
}

.stats-carousel[b-50620pldnj] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
}

.stat-item[b-50620pldnj] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 1rem;
    text-align: center;
}

.stat-icon[b-50620pldnj] {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.stat-number[b-50620pldnj] {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ff6b6b, #ffd93d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label[b-50620pldnj] {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.25rem;
}

/* Action Buttons */
.action-buttons[b-50620pldnj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.btn-share[b-50620pldnj], .btn-new-game[b-50620pldnj], .btn-home[b-50620pldnj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    border: none;
}

.btn-share[b-50620pldnj] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-share:hover[b-50620pldnj] {
    background: rgba(255, 255, 255, 0.2);
}

.btn-new-game[b-50620pldnj] {
    background: linear-gradient(135deg, #ffd93d, #f4c430);
    color: #1a1a2e;
}

.btn-new-game:hover[b-50620pldnj] {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 217, 61, 0.4);
}

.btn-home[b-50620pldnj] {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
}

.btn-home:hover[b-50620pldnj] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.share-feedback[b-50620pldnj] {
    background: rgba(76, 175, 80, 0.2);
    color: #a5d6a7;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    text-align: center;
    font-size: 0.9rem;
    animation: fade-in-b-50620pldnj 0.3s ease;
}

@keyframes fade-in-b-50620pldnj {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Fun Message */
.fun-message[b-50620pldnj] {
    text-align: center;
    padding: 2rem;
}

.fun-message p[b-50620pldnj] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}

@media (max-width: 600px) {
    .trip-complete-header h1[b-50620pldnj] {
        font-size: 2rem;
    }
    
    .winner-stats[b-50620pldnj] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .podium-display[b-50620pldnj] {
        gap: 0.25rem;
    }
    
    .podium-position[b-50620pldnj] {
        width: 90px;
    }
    
    .stats-carousel[b-50620pldnj] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .result-row[b-50620pldnj] {
        flex-wrap: wrap;
    }
    
    .result-info[b-50620pldnj] {
        width: calc(100% - 85px - 50px);
    }
    
    .result-score[b-50620pldnj] {
        width: 100%;
        text-align: right;
        padding-right: 1rem;
    }
}
/* /Components/Pages/GamePlay.razor.rz.scp.css */
.game-page[b-9x99reaf7s] {
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    padding: 1.5rem;
}

.loading-spinner[b-9x99reaf7s], .error-state[b-9x99reaf7s], .game-complete-redirect[b-9x99reaf7s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    text-align: center;
}

.spinner[b-9x99reaf7s] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #ffd93d;
    border-radius: 50%;
    animation: spin-b-9x99reaf7s 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-9x99reaf7s {
    to { transform: rotate(360deg); }
}

/* Game Header */
.game-header[b-9x99reaf7s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    margin-bottom: 1.5rem;
}

.round-info[b-9x99reaf7s], .category-display[b-9x99reaf7s] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.round-label[b-9x99reaf7s], .category-label[b-9x99reaf7s] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.round-number[b-9x99reaf7s] {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ff6b6b, #ffd93d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.category-name[b-9x99reaf7s] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4ECDC4;
}

/* Waiting State */
.waiting-state[b-9x99reaf7s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2rem;
}

.waiting-icon[b-9x99reaf7s] {
    font-size: 4rem;
    margin-bottom: 1rem;
    animation: pulse-b-9x99reaf7s 2s ease-in-out infinite;
}

@keyframes pulse-b-9x99reaf7s {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Voting State */
.voting-state[b-9x99reaf7s] {
    max-width: 600px;
    margin: 0 auto;
}

.now-playing[b-9x99reaf7s] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.track-display[b-9x99reaf7s] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.album-art[b-9x99reaf7s] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}

.album-art-placeholder[b-9x99reaf7s] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.track-info[b-9x99reaf7s] {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.track-name[b-9x99reaf7s] {
    font-size: 1.1rem;
    font-weight: 700;
}

.track-artist[b-9x99reaf7s] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.btn-spotify[b-9x99reaf7s] {
    background: #1DB954;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-spotify:hover[b-9x99reaf7s] {
    background: #1ed760;
    color: white;
}

.mystery-track[b-9x99reaf7s] {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 20px;
    margin-bottom: 2rem;
}

.mystery-icon[b-9x99reaf7s] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

/* Voting Section */
.voting-section[b-9x99reaf7s] {
    text-align: center;
}

.voting-section h3[b-9x99reaf7s] {
    margin-bottom: 0.5rem;
}

.vote-hint[b-9x99reaf7s] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.players-vote-grid[b-9x99reaf7s] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.player-vote-btn[b-9x99reaf7s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
    border-radius: 15px;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.player-vote-btn:hover:not(:disabled)[b-9x99reaf7s] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.player-vote-btn.selected[b-9x99reaf7s] {
    border-color: #6bcb77;
    background: rgba(107, 203, 119, 0.2);
}

.player-vote-btn.faded[b-9x99reaf7s] {
    opacity: 0.4;
}

.player-vote-btn.is-you[b-9x99reaf7s] {
    opacity: 0.5;
}

.player-vote-btn:disabled[b-9x99reaf7s] {
    cursor: not-allowed;
}

.player-vote-btn .player-avatar[b-9x99reaf7s] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.player-vote-btn .player-name[b-9x99reaf7s] {
    font-size: 0.9rem;
    font-weight: 500;
}

.vote-check[b-9x99reaf7s] {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #6bcb77;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.vote-progress[b-9x99reaf7s] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.host-controls[b-9x99reaf7s] {
    text-align: center;
    padding: 1.5rem;
    margin-top: 1rem;
}

.btn-warning[b-9x99reaf7s] {
    background: linear-gradient(135deg, #ffd93d, #f4c430);
    color: #1a1a2e;
    border: none;
    padding: 1rem 2rem;
    font-weight: 700;
}

/* Reveal State */
.reveal-state[b-9x99reaf7s] {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.reveal-state h2[b-9x99reaf7s] {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.revealed-track[b-9x99reaf7s] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.album-art-large[b-9x99reaf7s] {
    width: 150px;
    height: 150px;
    border-radius: 15px;
    object-fit: cover;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.track-details[b-9x99reaf7s] {
    display: flex;
    flex-direction: column;
}

.track-details .track-name[b-9x99reaf7s] {
    font-size: 1.5rem;
    font-weight: 800;
}

.track-details .track-artist[b-9x99reaf7s] {
    font-size: 1.1rem;
}

.picker-reveal[b-9x99reaf7s] {
    margin-bottom: 2rem;
}

.picked-by-label[b-9x99reaf7s] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0.75rem;
}

.picker-card[b-9x99reaf7s] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, #ffd93d, #f4c430);
    color: #1a1a2e;
    padding: 1.5rem 2.5rem;
    border-radius: 20px;
}

.picker-card .player-avatar.large[b-9x99reaf7s] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    border: 3px solid #1a1a2e;
}

.picker-name[b-9x99reaf7s] {
    font-size: 1.2rem;
    font-weight: 700;
}

/* Round Results */
.round-results[b-9x99reaf7s] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.round-results h3[b-9x99reaf7s] {
    margin-bottom: 1rem;
}

.results-grid[b-9x99reaf7s] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.result-row[b-9x99reaf7s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.result-row.correct[b-9x99reaf7s] {
    background: rgba(107, 203, 119, 0.2);
    border-left: 4px solid #6bcb77;
}

.result-row.incorrect[b-9x99reaf7s] {
    background: rgba(255, 107, 107, 0.1);
    border-left: 4px solid #ff6b6b;
}

.result-player[b-9x99reaf7s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.player-avatar.small[b-9x99reaf7s] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
}

.result-status[b-9x99reaf7s] {
    flex: 1;
    text-align: center;
}

.correct-badge[b-9x99reaf7s] {
    color: #6bcb77;
    font-weight: 700;
}

.incorrect-badge[b-9x99reaf7s] {
    color: #ff6b6b;
}

.result-score[b-9x99reaf7s] {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.waiting-hint[b-9x99reaf7s] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

/* Quick Tools */
.quick-tools[b-9x99reaf7s] {
    max-width: 900px;
    margin: 1.5rem auto 0;
}

.quick-tools-buttons[b-9x99reaf7s] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.quick-tools-panels[b-9x99reaf7s] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: start;
}

.mini-leaderboard[b-9x99reaf7s] {
    background: rgba(26, 26, 46, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 1rem;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-height: 280px;
    overflow-y: auto;
}

.leaderboard-row[b-9x99reaf7s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.leaderboard-row:last-child[b-9x99reaf7s] {
    border-bottom: none;
}

.leaderboard-row .rank[b-9x99reaf7s] {
    width: 20px;
    font-weight: 700;
    color: #ffd93d;
}

.leaderboard-row .name[b-9x99reaf7s] {
    flex: 1;
}

.leaderboard-row .score[b-9x99reaf7s] {
    font-weight: 700;
    color: #4ECDC4;
}

@media (max-width: 600px) {
    .game-header[b-9x99reaf7s] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .players-vote-grid[b-9x99reaf7s] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .quick-tools[b-9x99reaf7s] {
        margin-top: 1rem;
    }
    
    .quick-tools-buttons[b-9x99reaf7s] {
        justify-content: stretch;
    }

    .quick-tools-buttons .btn[b-9x99reaf7s] {
        flex: 1 1 calc(50% - 0.375rem);
    }

    .quick-tools-panels[b-9x99reaf7s] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.road-trip-home[b-zpb1tws87x] {
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    padding-bottom: 3rem;
}

.hero-section[b-zpb1tws87x] {
    background: linear-gradient(180deg, 
        rgba(255, 107, 107, 0.3) 0%, 
        rgba(255, 159, 67, 0.2) 50%, 
        transparent 100%);
    padding: 4rem 2rem 3rem;
    text-align: center;
}

.hero-content[b-zpb1tws87x] {
    max-width: 700px;
    margin: 0 auto;
}

.hero-title[b-zpb1tws87x] {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #ff6b6b, #ffd93d, #6bcb77);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title-emoji[b-zpb1tws87x] {
    -webkit-text-fill-color: initial;
    background: none;
}

.hero-subtitle[b-zpb1tws87x] {
    font-size: 1.5rem;
    color: #ffd93d;
    margin-bottom: 1rem;
    font-weight: 600;
}

.hero-description[b-zpb1tws87x] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.action-section[b-zpb1tws87x] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 3rem 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.action-card[b-zpb1tws87x] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.action-card:hover[b-zpb1tws87x] {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.host-card[b-zpb1tws87x] {
    border-color: rgba(255, 107, 107, 0.3);
}

.join-card[b-zpb1tws87x] {
    border-color: rgba(107, 203, 119, 0.3);
}

.card-icon[b-zpb1tws87x] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.action-card h2[b-zpb1tws87x] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: white;
}

.action-card p[b-zpb1tws87x] {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.action-btn[b-zpb1tws87x] {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.action-btn.btn-primary[b-zpb1tws87x] {
    background: linear-gradient(135deg, #ff6b6b, #ee5a5a);
    border: none;
    color: white;
}

.action-btn.btn-primary:hover[b-zpb1tws87x] {
    background: linear-gradient(135deg, #ff5252, #e04545);
    transform: scale(1.02);
}

.action-btn.btn-secondary[b-zpb1tws87x] {
    background: linear-gradient(135deg, #6bcb77, #5ab469);
    border: none;
    color: white;
}

.action-btn.btn-secondary:hover[b-zpb1tws87x] {
    background: linear-gradient(135deg, #5ab469, #4ca35a);
    transform: scale(1.02);
}

.action-divider[b-zpb1tws87x] {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
    font-weight: 600;
}

.how-it-works[b-zpb1tws87x] {
    max-width: 1000px;
    margin: 3rem auto 0;
    padding: 0 2rem;
}

.how-it-works h3[b-zpb1tws87x] {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #ffd93d;
}

.steps-container[b-zpb1tws87x] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.step[b-zpb1tws87x] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    position: relative;
}

.step-number[b-zpb1tws87x] {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #ff6b6b, #ffd93d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
    color: #1a1a2e;
}

.step-icon[b-zpb1tws87x] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.step h4[b-zpb1tws87x] {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: white;
}

.step p[b-zpb1tws87x] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
    margin: 0;
}

/* Rejoin Section */
.rejoin-section[b-zpb1tws87x] {
    padding: 0 2rem;
    max-width: 500px;
    margin: 0 auto 1rem;
}

.rejoin-card[b-zpb1tws87x] {
    background: linear-gradient(135deg, rgba(107, 203, 119, 0.2), rgba(78, 205, 196, 0.2));
    border: 2px solid rgba(107, 203, 119, 0.4);
    border-radius: 20px;
    padding: 1.5rem 2rem;
    text-align: center;
}

.rejoin-icon[b-zpb1tws87x] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.rejoin-card h3[b-zpb1tws87x] {
    margin: 0 0 0.5rem;
    font-size: 1.3rem;
    color: #6bcb77;
}

.rejoin-card p[b-zpb1tws87x] {
    margin: 0.25rem 0;
    font-size: 0.95rem;
}

.rejoin-status[b-zpb1tws87x] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem !important;
}

.rejoin-actions[b-zpb1tws87x] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
}

.rejoin-actions .btn-primary[b-zpb1tws87x] {
    background: linear-gradient(135deg, #6bcb77, #4ECDC4);
    border: none;
    font-weight: 600;
}

.rejoin-actions .btn-link[b-zpb1tws87x] {
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .hero-title[b-zpb1tws87x] {
        font-size: 2rem;
    }
    
    .hero-subtitle[b-zpb1tws87x] {
        font-size: 1.2rem;
    }
    
    .action-section[b-zpb1tws87x] {
        flex-direction: column;
    }
    
    .action-card[b-zpb1tws87x] {
        max-width: 100%;
    }
    
    .action-divider[b-zpb1tws87x] {
        transform: rotate(90deg);
    }
}
/* /Components/Pages/JoinGame.razor.rz.scp.css */
.join-page[b-fchai5d7rl] {
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    padding: 2rem;
}

.join-header[b-fchai5d7rl] {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.back-link[b-fchai5d7rl] {
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
}

.back-link:hover[b-fchai5d7rl] {
    color: white;
}

.join-header h1[b-fchai5d7rl] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.join-header p[b-fchai5d7rl] {
    color: rgba(255, 255, 255, 0.7);
}

.join-form-container[b-fchai5d7rl] {
    display: flex;
    justify-content: center;
}

.join-form[b-fchai5d7rl] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    max-width: 400px;
    width: 100%;
}

.code-entry label[b-fchai5d7rl] {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.code-input-group[b-fchai5d7rl] {
    display: flex;
    justify-content: center;
}

.code-input[b-fchai5d7rl] {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 10px;
}

.code-input[b-fchai5d7rl]::placeholder {
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.5rem;
}

.code-input:focus[b-fchai5d7rl] {
    background: rgba(255, 255, 255, 0.15);
    border-color: #ffd93d;
    box-shadow: 0 0 20px rgba(255, 217, 61, 0.2);
    outline: none;
}

.game-found[b-fchai5d7rl] {
    background: rgba(107, 203, 119, 0.2);
    border-radius: 10px;
    padding: 1rem;
}

.game-info[b-fchai5d7rl] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #6bcb77;
}

.checkmark[b-fchai5d7rl] {
    width: 24px;
    height: 24px;
    background: #6bcb77;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8rem;
}

.name-entry .form-label[b-fchai5d7rl] {
    color: rgba(255, 255, 255, 0.8);
}

.name-entry .form-control[b-fchai5d7rl] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.75rem 1rem;
}

.name-entry .form-control[b-fchai5d7rl]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.name-entry .form-control:focus[b-fchai5d7rl] {
    background: rgba(255, 255, 255, 0.15);
    border-color: #4ECDC4;
    box-shadow: 0 0 15px rgba(78, 205, 196, 0.2);
}

.avatar-picker[b-fchai5d7rl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.avatar-option[b-fchai5d7rl] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.avatar-option:hover[b-fchai5d7rl] {
    transform: scale(1.1);
}

.avatar-option.selected[b-fchai5d7rl] {
    border-color: white;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.join-form .btn-primary[b-fchai5d7rl] {
    background: linear-gradient(135deg, #6bcb77, #4ca35a);
    border: none;
    padding: 1rem;
    font-size: 1.1rem;
}

.join-form .btn-primary:hover:not(:disabled)[b-fchai5d7rl] {
    background: linear-gradient(135deg, #5ab469, #3d9249);
}

.join-form .btn-primary:disabled[b-fchai5d7rl] {
    opacity: 0.5;
}

.alert-danger[b-fchai5d7rl] {
    background: rgba(255, 107, 107, 0.2);
    border: 1px solid rgba(255, 107, 107, 0.5);
    color: #ff6b6b;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
}
/* /Components/Pages/Leaderboard.razor.rz.scp.css */
.leaderboard-page[b-ixhilfuiu9] {
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    padding: 1.5rem;
}

.loading-spinner[b-ixhilfuiu9], .error-state[b-ixhilfuiu9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    text-align: center;
}

.spinner[b-ixhilfuiu9] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #ffd93d;
    border-radius: 50%;
    animation: spin-b-ixhilfuiu9 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-ixhilfuiu9 {
    to { transform: rotate(360deg); }
}

.error-icon[b-ixhilfuiu9] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

/* Header */
.leaderboard-header[b-ixhilfuiu9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.btn-back[b-ixhilfuiu9] {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-back:hover[b-ixhilfuiu9] {
    background: rgba(255, 255, 255, 0.2);
}

.leaderboard-header h1[b-ixhilfuiu9] {
    margin: 0;
    font-size: 1.8rem;
    background: linear-gradient(135deg, #ffd93d, #f4c430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.round-indicator[b-ixhilfuiu9] {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
}

/* Podium */
.podium[b-ixhilfuiu9] {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
}

.podium-spot[b-ixhilfuiu9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.podium-spot .player-avatar[b-ixhilfuiu9] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
    border: 3px solid white;
}

.podium-spot.first .player-avatar.large[b-ixhilfuiu9] {
    width: 80px;
    height: 80px;
    font-size: 1.6rem;
    border-color: #ffd93d;
    box-shadow: 0 0 30px rgba(255, 217, 61, 0.5);
}

.podium-spot .trophy[b-ixhilfuiu9] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    animation: bounce-b-ixhilfuiu9 1s ease-in-out infinite;
}

@keyframes bounce-b-ixhilfuiu9 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.podium-spot .player-name[b-ixhilfuiu9] {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.podium-spot .player-score[b-ixhilfuiu9] {
    font-size: 1.1rem;
    font-weight: 800;
    color: #4ECDC4;
    margin-bottom: 0.5rem;
}

.podium-block[b-ixhilfuiu9] {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 10px 10px 0 0;
}

.podium-spot.first .podium-block[b-ixhilfuiu9] {
    height: 100px;
    background: linear-gradient(180deg, #ffd93d, #f4c430);
    color: #1a1a2e;
}

.podium-spot.second .podium-block[b-ixhilfuiu9] {
    height: 70px;
    background: linear-gradient(180deg, #c0c0c0, #a8a8a8);
    color: #1a1a2e;
}

.podium-spot.third .podium-block[b-ixhilfuiu9] {
    height: 50px;
    background: linear-gradient(180deg, #cd7f32, #b8712a);
    color: white;
}

/* Rankings List */
.rankings-list[b-ixhilfuiu9] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.rankings-list h3[b-ixhilfuiu9] {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.ranking-row[b-ixhilfuiu9] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin-bottom: 0.75rem;
    transition: all 0.2s;
}

.ranking-row:hover[b-ixhilfuiu9] {
    background: rgba(255, 255, 255, 0.1);
}

.ranking-row.current-player[b-ixhilfuiu9] {
    background: rgba(78, 205, 196, 0.2);
    border: 2px solid #4ECDC4;
}

.ranking-row .rank[b-ixhilfuiu9] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.ranking-row .rank.gold[b-ixhilfuiu9] {
    background: linear-gradient(135deg, #ffd93d, #f4c430);
    color: #1a1a2e;
}

.ranking-row .rank.silver[b-ixhilfuiu9] {
    background: linear-gradient(135deg, #c0c0c0, #a8a8a8);
    color: #1a1a2e;
}

.ranking-row .rank.bronze[b-ixhilfuiu9] {
    background: linear-gradient(135deg, #cd7f32, #b8712a);
    color: white;
}

.ranking-row .player-avatar.small[b-ixhilfuiu9] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
}

.ranking-row .player-info[b-ixhilfuiu9] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ranking-row .name[b-ixhilfuiu9] {
    font-weight: 500;
}

.ranking-row .you-badge[b-ixhilfuiu9] {
    background: #4ECDC4;
    color: #1a1a2e;
    padding: 0.15rem 0.5rem;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.ranking-row .score[b-ixhilfuiu9] {
    font-size: 1.1rem;
    font-weight: 800;
    color: #4ECDC4;
    min-width: 70px;
    text-align: right;
}

.ranking-row .correct-count[b-ixhilfuiu9] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    min-width: 50px;
    text-align: right;
}

/* No Scores */
.no-scores[b-ixhilfuiu9] {
    text-align: center;
    padding: 4rem 2rem;
}

.no-scores .icon[b-ixhilfuiu9] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.no-scores p[b-ixhilfuiu9] {
    color: rgba(255, 255, 255, 0.6);
}

/* Stats Section */
.stats-section[b-ixhilfuiu9] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 1.5rem;
}

.stats-section h3[b-ixhilfuiu9] {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.stats-grid[b-ixhilfuiu9] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.stat-card[b-ixhilfuiu9] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 1.25rem;
    text-align: center;
}

.stat-value[b-ixhilfuiu9] {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ff6b6b, #ffd93d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label[b-ixhilfuiu9] {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.5rem;
}

@media (max-width: 600px) {
    .leaderboard-header[b-ixhilfuiu9] {
        flex-direction: column;
        text-align: center;
    }
    
    .podium[b-ixhilfuiu9] {
        gap: 0.5rem;
    }
    
    .podium-spot .player-avatar[b-ixhilfuiu9] {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }
    
    .podium-spot.first .player-avatar.large[b-ixhilfuiu9] {
        width: 65px;
        height: 65px;
    }
    
    .podium-block[b-ixhilfuiu9] {
        width: 70px;
    }
    
    .stats-grid[b-ixhilfuiu9] {
        grid-template-columns: 1fr;
    }
    
    .ranking-row[b-ixhilfuiu9] {
        flex-wrap: wrap;
    }
    
    .ranking-row .correct-count[b-ixhilfuiu9] {
        width: 100%;
        text-align: left;
        margin-top: 0.5rem;
        padding-left: calc(36px + 40px + 2rem);
    }
}
/* /Components/Pages/Lobby.razor.rz.scp.css */
.lobby-page[b-iu47tenho5] {
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    padding: 2rem;
}

.loading-spinner[b-iu47tenho5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
}

.spinner[b-iu47tenho5] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #ffd93d;
    border-radius: 50%;
    animation: spin-b-iu47tenho5 1s linear infinite;
}

@keyframes spin-b-iu47tenho5 {
    to { transform: rotate(360deg); }
}

.error-state[b-iu47tenho5] {
    text-align: center;
    padding: 4rem 2rem;
}

.lobby-header[b-iu47tenho5] {
    text-align: center;
    margin-bottom: 2rem;
}

.lobby-header h1[b-iu47tenho5] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.status-badge[b-iu47tenho5] {
    display: inline-block;
    background: rgba(255, 217, 61, 0.2);
    color: #ffd93d;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
}

.join-code-section[b-iu47tenho5] {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    max-width: 500px;
    margin: 0 auto 2rem;
}

.join-code-section h2[b-iu47tenho5] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
}

.join-code-display[b-iu47tenho5] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.code-digit[b-iu47tenho5] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b6b, #ffd93d);
    border-radius: 10px;
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a2e;
}

.join-url[b-iu47tenho5] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.join-url strong[b-iu47tenho5] {
    color: white;
    word-break: break-all;
}

.copied-message[b-iu47tenho5] {
    color: #6bcb77;
    margin-left: 0.5rem;
    font-size: 0.9rem;
}

.players-section[b-iu47tenho5] {
    max-width: 1100px;
    margin: 0 auto 2rem;
}

.players-section h3[b-iu47tenho5] {
    text-align: center;
    margin-bottom: 1rem;
}

.players-grid[b-iu47tenho5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.player-card[b-iu47tenho5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.5rem 1rem;
    transition: transform 0.2s ease;
}

.player-card:hover[b-iu47tenho5] {
    transform: translateY(-3px);
}

.player-card.host[b-iu47tenho5] {
    border: 2px solid #ffd93d;
}

.player-card.empty[b-iu47tenho5] {
    opacity: 0.5;
    border: 2px dashed rgba(255, 255, 255, 0.3);
}

.player-avatar[b-iu47tenho5] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
}

.player-avatar.empty[b-iu47tenho5] {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5);
}

.player-info[b-iu47tenho5] {
    text-align: center;
}

.player-name[b-iu47tenho5] {
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem;
}

.host-badge[b-iu47tenho5] {
    font-size: 0.75rem;
    color: #ffd93d;
    display: block;
}

.ready-badge[b-iu47tenho5] {
    font-size: 0.75rem;
    color: #6bcb77;
    display: block;
}

.waiting-text[b-iu47tenho5] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.85rem;
}

.categories-section[b-iu47tenho5] {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.categories-section h3[b-iu47tenho5] {
    margin-bottom: 1rem;
}

.categories-preview[b-iu47tenho5] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.category-tag[b-iu47tenho5] {
    background: rgba(255, 255, 255, 0.15);
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
}

.category-tag.more[b-iu47tenho5] {
    background: rgba(255, 107, 107, 0.3);
    color: #ff6b6b;
}

.lobby-actions[b-iu47tenho5] {
    text-align: center;
    padding: 2rem;
}

.lobby-actions .btn-primary[b-iu47tenho5] {
    background: linear-gradient(135deg, #6bcb77, #4ca35a);
    border: none;
    padding: 1rem 3rem;
    font-size: 1.2rem;
}

.lobby-actions .btn-success[b-iu47tenho5] {
    background: linear-gradient(135deg, #ff6b6b, #ee5a5a);
    border: none;
    padding: 1rem 3rem;
    font-size: 1.2rem;
}

.action-hint[b-iu47tenho5] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin-top: 0.75rem;
}

.submissions-status[b-iu47tenho5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.submissions-status > p:first-child[b-iu47tenho5] {
    font-size: 1.2rem;
    color: #ffd93d;
    margin-bottom: 0;
}

/* Spotify Section */
.spotify-section[b-iu47tenho5] {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 1.5rem;
}

.spotify-section h3[b-iu47tenho5] {
    margin-bottom: 1rem;
}

.spotify-status[b-iu47tenho5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.spotify-status.connected[b-iu47tenho5] {
    flex-direction: row;
    justify-content: center;
    color: #1DB954;
    font-weight: 500;
}

.spotify-status.connected .status-icon[b-iu47tenho5] {
    width: 30px;
    height: 30px;
    background: #1DB954;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.spotify-status.disconnected p[b-iu47tenho5] {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.5rem;
}

.spotify-status.needs-reauth p[b-iu47tenho5] {
    color: #ffd93d;
    margin-bottom: 0.5rem;
}

.btn-spotify[b-iu47tenho5] {
    background: #1DB954;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
}

.btn-spotify:hover[b-iu47tenho5] {
    background: #1ed760;
    transform: scale(1.05);
    color: white;
}

.spotify-icon[b-iu47tenho5] {
    font-size: 1.2rem;
}

.host-ready-badge[b-iu47tenho5] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: rgba(76, 175, 80, 0.2);
    border: 2px solid #4caf50;
    border-radius: 30px;
    color: #a5d6a7;
    font-weight: 600;
}

.host-ready-badge .checkmark[b-iu47tenho5] {
    color: #4caf50;
    font-weight: bold;
}

.create-playlist-section[b-iu47tenho5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

.playlist-created[b-iu47tenho5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    background: rgba(29, 185, 84, 0.15);
    border: 2px solid #1DB954;
    border-radius: 30px;
    color: #1DB954;
    font-weight: 600;
}

.error-hint[b-iu47tenho5] {
    color: #ff6b6b;
}
/* /Components/Pages/PlaylistSubmission.razor.rz.scp.css */
.playlist-page[b-25hfx6m12m] {
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    padding: 2rem;
}

.loading-spinner[b-25hfx6m12m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
}

.spinner[b-25hfx6m12m] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #ffd93d;
    border-radius: 50%;
    animation: spin-b-25hfx6m12m 1s linear infinite;
}

@keyframes spin-b-25hfx6m12m {
    to { transform: rotate(360deg); }
}

.error-state[b-25hfx6m12m] {
    text-align: center;
    padding: 4rem 2rem;
}

.playlist-header[b-25hfx6m12m] {
    text-align: center;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.playlist-header h1[b-25hfx6m12m] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.playlist-header > p[b-25hfx6m12m] {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

.progress-info[b-25hfx6m12m] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 1rem;
}

.progress-text[b-25hfx6m12m] {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.progress[b-25hfx6m12m] {
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar[b-25hfx6m12m] {
    height: 100%;
    background: linear-gradient(90deg, #6bcb77, #4ECDC4);
    transition: width 0.3s ease;
}

.categories-list[b-25hfx6m12m] {
    max-width: 700px;
    margin: 0 auto;
}

.category-row[b-25hfx6m12m] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 0.75rem;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}

.category-row.completed[b-25hfx6m12m] {
    border-color: rgba(107, 203, 119, 0.3);
    background: rgba(107, 203, 119, 0.1);
}

.category-info[b-25hfx6m12m] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.category-order[b-25hfx6m12m] {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #ff6b6b, #ffd93d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    color: #1a1a2e;
    flex-shrink: 0;
}

.category-details h4[b-25hfx6m12m] {
    margin: 0;
    font-size: 1rem;
}

.category-details p[b-25hfx6m12m] {
    margin: 0.25rem 0 0 0;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.song-selection[b-25hfx6m12m] {
    flex-shrink: 0;
}

.add-song-btn[b-25hfx6m12m] {
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.5rem 1.5rem;
}

.add-song-btn:hover[b-25hfx6m12m] {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white;
}

.selected-song[b-25hfx6m12m] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 0.5rem;
    padding-right: 1rem;
}

.album-art[b-25hfx6m12m] {
    width: 45px;
    height: 45px;
    border-radius: 6px;
    object-fit: cover;
}

.album-art-placeholder[b-25hfx6m12m] {
    width: 45px;
    height: 45px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.song-info[b-25hfx6m12m] {
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

.song-title[b-25hfx6m12m] {
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.song-artist[b-25hfx6m12m] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.ready-section[b-25hfx6m12m] {
    text-align: center;
    padding: 2rem;
    margin-top: 1rem;
}

.ready-section .btn-success[b-25hfx6m12m] {
    background: linear-gradient(135deg, #6bcb77, #4ca35a);
    border: none;
    padding: 1rem 3rem;
    font-size: 1.2rem;
}

.ready-hint[b-25hfx6m12m] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

.ready-confirmed[b-25hfx6m12m] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(107, 203, 119, 0.2);
    color: #6bcb77;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.1rem;
}

.ready-confirmed .checkmark[b-25hfx6m12m] {
    width: 24px;
    height: 24px;
    background: #6bcb77;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8rem;
}

.host-nav-section[b-25hfx6m12m] {
    text-align: center;
    padding: 1.5rem;
    margin-top: 1rem;
}

/* Modal */
.modal-overlay[b-25hfx6m12m] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.search-modal[b-25hfx6m12m] {
    background: #1a1a2e;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.modal-header[b-25hfx6m12m] {
    display: block;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.modal-header h3[b-25hfx6m12m] {
    margin: 0 0 0.25rem 0;
}

.modal-header p[b-25hfx6m12m] {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.close-btn[b-25hfx6m12m] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    line-height: 1;
}

.close-btn:hover[b-25hfx6m12m] {
    color: white;
}

.search-input-group[b-25hfx6m12m] {
    padding: 1rem 1.5rem;
}

.search-input-group .form-control[b-25hfx6m12m] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.75rem 1rem;
}

.search-input-group .form-control[b-25hfx6m12m]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.search-input-group .form-control:focus[b-25hfx6m12m] {
    background: rgba(255, 255, 255, 0.15);
    border-color: #4ECDC4;
    box-shadow: none;
}

.search-results[b-25hfx6m12m] {
    padding: 1rem 1.5rem 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.search-loading[b-25hfx6m12m] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2rem;
    color: rgba(255, 255, 255, 0.6);
}

.search-hint[b-25hfx6m12m] {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    padding: 2rem;
}

.search-info[b-25hfx6m12m] {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.manual-entry .form-label[b-25hfx6m12m] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.manual-entry .form-control[b-25hfx6m12m] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.manual-entry .form-control[b-25hfx6m12m]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.manual-entry .btn-primary[b-25hfx6m12m] {
    background: linear-gradient(135deg, #6bcb77, #4ca35a);
    border: none;
}

@media (max-width: 600px) {
    .category-row[b-25hfx6m12m] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .category-info[b-25hfx6m12m] {
        margin-bottom: 0.75rem;
    }
    
    .selected-song[b-25hfx6m12m] {
        justify-content: space-between;
    }
    
    .song-title[b-25hfx6m12m],
    .song-artist[b-25hfx6m12m] {
        max-width: 100px;
    }
}

/* Spotify Search Results */
.spotify-results[b-25hfx6m12m] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 350px;
    overflow-y: auto;
}

.track-result[b-25hfx6m12m] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.track-result:hover[b-25hfx6m12m] {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.track-art[b-25hfx6m12m] {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

.track-art-placeholder[b-25hfx6m12m] {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.track-result .track-info[b-25hfx6m12m] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.track-result .track-name[b-25hfx6m12m] {
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.track-result .track-artist[b-25hfx6m12m] {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/Pages/SpotifyCallback.razor.rz.scp.css */
.callback-page[b-skia5jmca4] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(135deg, var(--rt-dark-bg), var(--rt-mid-bg));
}

.callback-content[b-skia5jmca4] {
    text-align: center;
    max-width: 400px;
}

.processing[b-skia5jmca4], .success[b-skia5jmca4], .error[b-skia5jmca4] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 3rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.spinner[b-skia5jmca4] {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: var(--rt-green);
    border-radius: 50%;
    animation: spin-b-skia5jmca4 1s linear infinite;
    margin: 0 auto 1.5rem;
}

@keyframes spin-b-skia5jmca4 {
    to { transform: rotate(360deg); }
}

.processing h2[b-skia5jmca4], .success h2[b-skia5jmca4], .error h2[b-skia5jmca4] {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.processing p[b-skia5jmca4], .success p[b-skia5jmca4], .error p[b-skia5jmca4] {
    color: var(--rt-text-secondary);
    margin-bottom: 0;
}

.success-icon[b-skia5jmca4] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--rt-green), #4ca35a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    margin: 0 auto 1.5rem;
    animation: popIn-b-skia5jmca4 0.5s ease;
}

.error-icon[b-skia5jmca4] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--rt-coral), #ee5a5a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    margin: 0 auto 1.5rem;
}

@keyframes popIn-b-skia5jmca4 {
    0% { transform: scale(0); opacity: 0; }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); opacity: 1; }
}

.redirect-msg[b-skia5jmca4] {
    font-size: 0.9rem;
    opacity: 0.7;
    margin-top: 1rem !important;
}

.error .btn[b-skia5jmca4] {
    margin-top: 1.5rem;
}
