/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-wgzzs5acl7] {
    color-scheme: light;
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
    padding: 0.75rem 3rem 0.75rem 1rem;
    background: #fff7cc;
    color: #2b2200;
    border-top: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 -6px 18px rgba(0,0,0,.12);

    & .dismiss {
        position: absolute;
        inset-inline-end: .75rem;
        top: .5rem;
        cursor: pointer;
        border: 0;
        background: transparent;
        color: inherit;
        font: inherit;
        line-height: 1;
        padding: .25rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xp1qrm9jqa],
.components-reconnect-repeated-attempt-visible[b-xp1qrm9jqa],
.components-reconnect-failed-visible[b-xp1qrm9jqa],
.components-pause-visible[b-xp1qrm9jqa],
.components-resume-failed-visible[b-xp1qrm9jqa],
.components-rejoining-animation[b-xp1qrm9jqa] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-retrying[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-failed[b-xp1qrm9jqa],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xp1qrm9jqa] {
    display: block;
}


#components-reconnect-modal[b-xp1qrm9jqa] {
    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-xp1qrm9jqa 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xp1qrm9jqa 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xp1qrm9jqa 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xp1qrm9jqa]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xp1qrm9jqa 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xp1qrm9jqa {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xp1qrm9jqa {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xp1qrm9jqa {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xp1qrm9jqa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xp1qrm9jqa] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xp1qrm9jqa] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xp1qrm9jqa] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xp1qrm9jqa] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xp1qrm9jqa] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xp1qrm9jqa] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xp1qrm9jqa 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xp1qrm9jqa] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xp1qrm9jqa {
    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/PreEntry.razor.rz.scp.css */
#pre-entry-ui[b-g2uoxokw5p] {
    height: 100vh;
    width: 100vw;
    position: relative;
    display: flex;
    background-color: black;
    cursor: default;

    & > #pre-entry-divider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
    }

    & > .left[b-g2uoxokw5p], & > .right[b-g2uoxokw5p] {
        width: 50%;
        position: relative;
        overflow: hidden;

        & > canvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            pointer-events: none;
        }

        & > .img[b-g2uoxokw5p] {
            width: 100%;
            height: 100%;
        }

        & > a[b-g2uoxokw5p] {
            z-index: 2;
            position: absolute;
            inset: 0;
            backdrop-filter: blur(5px);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            filter: drop-shadow(0 0 4px black);
            background-color: rgba(0, 0, 0, 0.2);
            opacity: 0;
            transition: opacity 0.3s ease;

            &:hover {
                opacity: 1;
            }

            & > .img[b-g2uoxokw5p] {
                height: 4em;
            }
        }
    }

    @media (max-width: 768px) {
        flex-direction: column;

        & > .left[b-g2uoxokw5p], & > .right[b-g2uoxokw5p] {
            width: 100%;
            height: 50%;

            & > a {
                opacity: 1 !important;
                backdrop-filter: none !important;
            }
        }

        & > .logo[b-g2uoxokw5p] {
            & > .bg, & > .fg {
                width: clamp(120px, 35vw, 200px);
                height: clamp(120px, 35vw, 200px);
            }
        }
    }

    & > .logo[b-g2uoxokw5p] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        filter: drop-shadow(0 0 4px black);

        & > .bg, & > .fg {
            width: clamp(150px, 18vw, 260px);
            height: clamp(150px, 18vw, 260px);
            position: absolute;

            & > img {
                object-fit: contain;
                object-position: center;
            }
        }
    }
}
