@import '_content/Play2Bond.Games.Blazor/Play2Bond.Games.Blazor.9rlvafiaa4.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-io350r0vl0],
.components-reconnect-repeated-attempt-visible[b-io350r0vl0],
.components-reconnect-failed-visible[b-io350r0vl0],
.components-pause-visible[b-io350r0vl0],
.components-resume-failed-visible[b-io350r0vl0],
.components-rejoining-animation[b-io350r0vl0] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-io350r0vl0 {
    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/DemoGameHost.razor.rz.scp.css */
.demo-game-host[b-ooga1n2h6e] {
    padding: 3rem 0;
}

.demo-container[b-ooga1n2h6e] {
    --p2b-max: 1500px;
}

.demo-game-header[b-ooga1n2h6e] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.demo-game-header h1[b-ooga1n2h6e] {
    margin: 0;
}

.demo-game-header p[b-ooga1n2h6e] {
    color: var(--p2b-muted);
    margin: .35rem 0 0;
}

.demo-actions[b-ooga1n2h6e] {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

.demo-split-view[b-ooga1n2h6e] {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.demo-action-error[b-ooga1n2h6e] {
    background: var(--p2b-orange-soft);
    border: 1px solid rgba(255, 133, 0, .35);
    border-radius: .8rem;
    color: #8a3a00;
    font-weight: 800;
    margin: 1rem 0 0;
    padding: .75rem 1rem;
}

.demo-debug[b-ooga1n2h6e] {
    background: #fff;
    border: 1px solid var(--p2b-border);
    border-radius: .8rem;
    margin-top: 1.5rem;
    padding: 1.25rem;
}

.demo-debug h2[b-ooga1n2h6e] {
    color: var(--p2b-ink);
    font-size: 1.1rem;
    margin: 0 0 .75rem;
}

.demo-debug pre[b-ooga1n2h6e] {
    background: var(--p2b-background);
    border: 1px solid var(--p2b-border);
    border-radius: .6rem;
    color: var(--p2b-text);
    margin: 0;
    max-height: 360px;
    overflow: auto;
    padding: 1rem;
    white-space: pre-wrap;
}

@media (max-width: 1100px) {
    .demo-split-view[b-ooga1n2h6e] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .demo-game-header[b-ooga1n2h6e] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Components/Pages/DemoGames.razor.rz.scp.css */
.demo-games-page[b-rwgalmdrx8] {
    padding: 4rem 0;
}

.demo-lead[b-rwgalmdrx8] {
    color: var(--p2b-muted);
    max-width: 680px;
}

.demo-game-grid[b-rwgalmdrx8] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.demo-game-card[b-rwgalmdrx8] {
    background: var(--p2b-surface);
    border: 1px solid var(--p2b-border);
    border-radius: .8rem;
    box-shadow: var(--p2b-shadow);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    padding: 1.35rem;
}

.demo-game-card h2[b-rwgalmdrx8] {
    color: var(--p2b-ink);
    margin: 0 0 .4rem;
}

.demo-game-card p[b-rwgalmdrx8] {
    margin: 0;
}

@media (max-width: 760px) {
    .demo-game-grid[b-rwgalmdrx8] {
        grid-template-columns: 1fr;
    }
}
