/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-4kdmjuawjh] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4kdmjuawjh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jc7f8fqw4i],
.components-reconnect-repeated-attempt-visible[b-jc7f8fqw4i],
.components-reconnect-failed-visible[b-jc7f8fqw4i],
.components-pause-visible[b-jc7f8fqw4i],
.components-resume-failed-visible[b-jc7f8fqw4i],
.components-rejoining-animation[b-jc7f8fqw4i] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jc7f8fqw4i],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jc7f8fqw4i],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jc7f8fqw4i],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jc7f8fqw4i],
#components-reconnect-modal.components-reconnect-retrying[b-jc7f8fqw4i],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jc7f8fqw4i],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jc7f8fqw4i],
#components-reconnect-modal.components-reconnect-failed[b-jc7f8fqw4i],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jc7f8fqw4i] {
    display: block;
}


#components-reconnect-modal[b-jc7f8fqw4i] {
    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-jc7f8fqw4i 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jc7f8fqw4i 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jc7f8fqw4i 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jc7f8fqw4i]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jc7f8fqw4i 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jc7f8fqw4i {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jc7f8fqw4i {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jc7f8fqw4i {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jc7f8fqw4i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jc7f8fqw4i] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jc7f8fqw4i] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jc7f8fqw4i] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jc7f8fqw4i] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jc7f8fqw4i] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jc7f8fqw4i] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jc7f8fqw4i 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jc7f8fqw4i] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jc7f8fqw4i {
    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/Generators/ListSelectorGenerator.razor.rz.scp.css */
/* ==========================================
   LIST SELECTOR OVERLAY STYLES
   ========================================== */

.spin-overlay[b-a59ntefm6r] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);
    background-size: 400% 400%;
}

.spin-overlay-content[b-a59ntefm6r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    padding: 2rem;
}

/* ==========================================
   CAROUSEL PICKER STYLE
   ========================================== */

.picker-stage[b-a59ntefm6r] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.carousel-window[b-a59ntefm6r] {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.carousel-track[b-a59ntefm6r] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    white-space: nowrap;
}

.carousel-card[b-a59ntefm6r] {
    flex-shrink: 0;
    min-width: 150px;
    padding: 1.5rem 2rem;
    background: white;
    border-radius: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-focus[b-a59ntefm6r] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10;
}

.carousel-focus-text[b-a59ntefm6r] {
    display: block;
    padding: 1rem 2rem;
    background: rgba(16, 185, 129, 0.95);
    color: white;
    font-size: 1.5rem;
    font-weight: 800;
    border-radius: 0.75rem;
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.6);
    border: 3px solid white;
}

/* ==========================================
   SPOTLIGHT PICKER STYLE
   ========================================== */

.spotlight-stage[b-a59ntefm6r] {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 300px;
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.spotlight-beam[b-a59ntefm6r] {
    position: absolute;
    top: -50%;
    left: -30%;
    width: 60%;
    height: 200%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

.spotlight-items[b-a59ntefm6r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 2rem;
    max-height: 120px;
    overflow: hidden;
}

.spotlight-chip[b-a59ntefm6r] {
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.6);
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.spotlight-active[b-a59ntefm6r] {
    background: rgba(16, 185, 129, 0.9);
    color: white;
    transform: scale(1.2);
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.8);
}

.spotlight-center[b-a59ntefm6r] {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 1.5rem 2.5rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 1rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    min-width: 200px;
}

/* ==========================================
   SLOT MACHINE PICKER STYLE
   ========================================== */

.slot-machine[b-a59ntefm6r] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.slot-window[b-a59ntefm6r] {
    position: relative;
    width: 120px;
    height: 150px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0.75rem;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 4px 20px rgba(0, 0, 0, 0.5);
}

.slot-reel[b-a59ntefm6r] {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.slot-cell[b-a59ntefm6r] {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.8) 0%, rgba(5, 150, 105, 0.8) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0.5rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slot-highlight[b-a59ntefm6r] {
    position: absolute;
    top: 50%;
    left: -1rem;
    right: -1rem;
    height: 60px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    pointer-events: none;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

/* ==========================================
   WINNER REVEAL ANIMATIONS
   ========================================== */

.winner-card[b-a59ntefm6r] {
    animation: revealWinner-b-a59ntefm6r 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) backwards;
}

@keyframes revealWinner-b-a59ntefm6r {
    0% {
        opacity: 0;
        transform: scale(0.5) translateY(-50px);
        filter: blur(10px) brightness(2);
    }

    50% {
        transform: scale(1.15) translateY(0);
        filter: blur(0px) brightness(1.5);
    }

    70% {
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0px) brightness(1);
    }
}

@keyframes float-b-a59ntefm6r {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.animate-float[b-a59ntefm6r] {
    animation: float-b-a59ntefm6r 3s ease-in-out infinite;
}

@keyframes winner-glow-b-a59ntefm6r {
    0%, 100% {
        filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.8));
    }

    50% {
        filter: drop-shadow(0 0 30px rgba(255, 215, 0, 1));
    }
}

.animate-winner-glow[b-a59ntefm6r] {
    animation: winner-glow-b-a59ntefm6r 2s ease-in-out infinite;
}

@keyframes bounce-in-b-a59ntefm6r {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.animate-bounce-in[b-a59ntefm6r] {
    animation: bounce-in-b-a59ntefm6r 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ==========================================
   CONFETTI PARTICLES
   ========================================== */

.confetti-particle[b-a59ntefm6r] {
    position: absolute;
    width: 10px;
    height: 10px;
    animation: confetti-fall-b-a59ntefm6r 3s ease-out forwards;
    pointer-events: none;
}

@keyframes confetti-fall-b-a59ntefm6r {
    0% {
        transform: translateY(-100vh) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
    }
}
