@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Styles moved to wwwroot/app.css */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Styles moved to wwwroot/app.css */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ckwd5u6piy],
.components-reconnect-repeated-attempt-visible[b-ckwd5u6piy],
.components-reconnect-failed-visible[b-ckwd5u6piy],
.components-pause-visible[b-ckwd5u6piy],
.components-resume-failed-visible[b-ckwd5u6piy],
.components-rejoining-animation[b-ckwd5u6piy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ckwd5u6piy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ckwd5u6piy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ckwd5u6piy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ckwd5u6piy],
#components-reconnect-modal.components-reconnect-retrying[b-ckwd5u6piy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ckwd5u6piy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ckwd5u6piy],
#components-reconnect-modal.components-reconnect-failed[b-ckwd5u6piy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ckwd5u6piy] {
    display: block;
}


#components-reconnect-modal[b-ckwd5u6piy] {
    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-ckwd5u6piy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ckwd5u6piy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ckwd5u6piy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ckwd5u6piy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ckwd5u6piy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ckwd5u6piy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ckwd5u6piy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ckwd5u6piy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ckwd5u6piy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ckwd5u6piy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ckwd5u6piy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ckwd5u6piy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ckwd5u6piy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ckwd5u6piy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ckwd5u6piy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ckwd5u6piy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ckwd5u6piy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ckwd5u6piy {
    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/PressYourLuck.razor.rz.scp.css */
/* ── Layout ─────────────────────────────────────────────────────────── */
.pyl-lobby[b-cqfa0t1uwt], .pyl-game[b-cqfa0t1uwt], .pyl-gameover[b-cqfa0t1uwt] {
    max-width: 700px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.pyl-title[b-cqfa0t1uwt] { font-size: 2rem; font-weight: 700; margin-bottom: 0.25rem; }
.pyl-subtitle[b-cqfa0t1uwt] { color: #94a3b8; margin-bottom: 2rem; }

/* ── Tier cards ─────────────────────────────────────────────────────── */
.pyl-tiers[b-cqfa0t1uwt] { display: flex; gap: 1rem; flex-wrap: wrap; }
.pyl-tier-card[b-cqfa0t1uwt] {
    flex: 1; min-width: 200px;
    background: #1e293b; border: 1px solid #334155;
    border-radius: 12px; padding: 1.25rem;
}
.pyl-tier-card h4[b-cqfa0t1uwt] { margin: 0 0 0.75rem; font-size: 1.1rem; }
.pyl-tier-details[b-cqfa0t1uwt] { display: flex; flex-direction: column; gap: 0.25rem; font-size: 0.85rem; color: #94a3b8; margin-bottom: 1rem; }
.pyl-play-btn[b-cqfa0t1uwt] { width: 100%; }

/* ── Header stats ───────────────────────────────────────────────────── */
.pyl-header[b-cqfa0t1uwt] { display: flex; gap: 2rem; margin-bottom: 1.25rem; }
.pyl-stat[b-cqfa0t1uwt] { display: flex; flex-direction: column; }
.pyl-stat-label[b-cqfa0t1uwt] { font-size: 0.75rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.05em; }
.pyl-stat-value[b-cqfa0t1uwt] { font-size: 1.5rem; font-weight: 700; }
.pyl-tokens[b-cqfa0t1uwt] { color: #34d399; }

/* ── Grid ───────────────────────────────────────────────────────────── */
.pyl-grid[b-cqfa0t1uwt] { display: flex; flex-direction: column; gap: 3px; width: fit-content; margin: 0 auto; }
.pyl-row[b-cqfa0t1uwt]  { display: flex; gap: 3px; }

.pyl-square[b-cqfa0t1uwt] {
    /* Fluid: fills available width on mobile, max 56px on desktop.
       84px = content px-2 (16) + pyl-game padding (32) + 9 gaps (27) + buffer (9) */
    width: clamp(24px, calc((100vw - 84px) / 10), 56px);
    height: clamp(24px, calc((100vw - 84px) / 10), 56px);
    border-radius: 6px; border: none;
    font-size: clamp(0.5rem, 2.2vw, 0.8rem); font-weight: 700;
    cursor: pointer; transition: transform 0.1s, background 0.2s;
    display: flex; align-items: center; justify-content: center;
}
.pyl-square:hover:not(:disabled)[b-cqfa0t1uwt] { transform: scale(1.08); }

.pyl-square-hidden[b-cqfa0t1uwt]  { background: #f2ede4; border: 1px solid #c4bfb7; color: #78716c; }
.pyl-square-token[b-cqfa0t1uwt]   { background: #065f46; color: #34d399; }
.pyl-square-empty[b-cqfa0t1uwt]   { background: #1e293b; color: #475569; border: 1px solid #1e293b; }
.pyl-square-bust[b-cqfa0t1uwt]    { background: #7f1d1d; color: #fca5a5; animation: pyl-bust-shake 0.4s ease; }

.pyl-square-sm[b-cqfa0t1uwt] {
    width: clamp(18px, calc((100vw - 84px) / 10), 36px);
    height: clamp(18px, calc((100vw - 84px) / 10), 36px);
    font-size: 0.65rem; border-radius: 4px;
}

@@keyframes pyl-bust-shake {
    0%[b-cqfa0t1uwt], 100%[b-cqfa0t1uwt] { transform: translateX(0); }
    20%[b-cqfa0t1uwt]       { transform: translateX(-3px); }
    60%[b-cqfa0t1uwt]       { transform: translateX(3px); }
}

/* ── Cash out ───────────────────────────────────────────────────────── */
.pyl-cashout[b-cqfa0t1uwt] { margin-top: 1.5rem; }
.pyl-cashout-btn[b-cqfa0t1uwt] { min-width: 240px; font-size: 1rem; padding: 0.75rem 1.5rem; }
@media (max-width: 575px) {
    .pyl-cashout-btn[b-cqfa0t1uwt] { min-width: 0; width: 100%; }
}

/* ── Toasts ─────────────────────────────────────────────────────────── */
.pyl-toast[b-cqfa0t1uwt] {
    position: fixed; bottom: 2rem; right: 2rem;
    background: #065f46; color: #34d399;
    padding: 0.75rem 1.25rem; border-radius: 8px;
    font-weight: 600; z-index: 1000;
    animation: pyl-fadein 0.3s ease;
}
@@keyframes pyl-fadein {
    from[b-cqfa0t1uwt] { opacity: 0; transform: translateY(8px); }
    to[b-cqfa0t1uwt]   { opacity: 1; transform: translateY(0); }
}

/* ── Game over ──────────────────────────────────────────────────────── */
.pyl-gameover[b-cqfa0t1uwt] { text-align: center; }
.pyl-gameover-icon[b-cqfa0t1uwt] { font-size: 4rem; margin-bottom: 1rem; }
.pyl-gameover-tokens[b-cqfa0t1uwt] {
    font-size: 1.5rem; font-weight: 700; color: #34d399;
    margin: 1rem 0 1.5rem;
}
.pyl-gameover-bust   h2[b-cqfa0t1uwt] { color: #fca5a5; }
.pyl-gameover-clear  h2[b-cqfa0t1uwt] { color: #fbbf24; }
.pyl-gameover-cashout h2[b-cqfa0t1uwt] { color: #34d399; }
.pyl-gameover .pyl-grid[b-cqfa0t1uwt] { margin: 1.5rem auto; }

/* ── Alert ──────────────────────────────────────────────────────────── */
.pyl-alert[b-cqfa0t1uwt] {
    background: rgba(245,158,11,0.15); border: 1px solid rgba(245,158,11,0.4);
    color: #fbbf24; border-radius: 8px; padding: 0.75rem 1rem; margin-bottom: 1rem;
}

.pyl-loading[b-cqfa0t1uwt] { padding: 2rem; text-align: center; color: #64748b; }
