/* _content/CodeBreaker.App/Pages/Game/Game.razor.rz.scp.css */
.game-status[b-o9whbejnmc] {
    font-size: 8vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.backdrop[b-o9whbejnmc] {
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
main[b-o9whbejnmc] {
    min-height: calc(100% - 64px);
    display: flex;
    flex-direction: column;
}
/* _content/CodeBreaker.App/Pages/Home.razor.rz.scp.css */

.welcome[b-opklirgrxi] {
    margin: 4rem auto;
}
.codebreaker-container[b-opklirgrxi] {
    position: relative;
    font-size: clamp(4rem, 6vw, 6rem);
    color: var(--mud-palette-primary);
    margin-block: clamp(1.25rem, 6vw, 6rem);
}

    .codebreaker-container img[b-opklirgrxi] {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
        filter: blur(8px) brightness(50%);
        height: clamp(25rem, 38vw, 38rem);
    }

.codebreaker-letter[b-opklirgrxi] {
    opacity: 0;
    position: relative;
    top: -50px;
    animation: codebreaker-animation-b-opklirgrxi 5s infinite;
    text-shadow: var(--mud-palette-primary) 0px 0px 20px;
}

@keyframes codebreaker-animation-b-opklirgrxi {
    0% {
        opacity: 0;
        top: -50px;
    }

    10% {
        opacity: 1;
        top: 0;
    }

    90% {
        opacity: 1;
        top: 0;
    }

    100% {
        opacity: 0;
        top: 50px;
    }
}

.codebreaker-letter:nth-child(2)[b-opklirgrxi] {
    animation-delay: 0.2s;
}

.codebreaker-letter:nth-child(3)[b-opklirgrxi] {
    animation-delay: 0.4s;
}

.codebreaker-letter:nth-child(4)[b-opklirgrxi] {
    animation-delay: 0.6s;
}

.codebreaker-letter:nth-child(5)[b-opklirgrxi] {
    animation-delay: 0.8s;
}

.codebreaker-letter:nth-child(6)[b-opklirgrxi] {
    animation-delay: 0.1s;
}

.codebreaker-letter:nth-child(7)[b-opklirgrxi] {
    animation-delay: 0.3s;
}

.codebreaker-letter:nth-child(8)[b-opklirgrxi] {
    animation-delay: 0.5s;
}

.codebreaker-letter:nth-child(9)[b-opklirgrxi] {
    animation-delay: 0.7s;
}

.codebreaker-letter:nth-child(10)[b-opklirgrxi] {
    animation-delay: 0.9s;
}

.codebreaker-letter:nth-child(11)[b-opklirgrxi] {
    animation-delay: 1.1s;
}

.codebreaker-letter:nth-child(12)[b-opklirgrxi] {
    animation-delay: 1.3s;
}
/* _content/CodeBreaker.App/Shared/GameLayout.razor.rz.scp.css */
/* _content/CodeBreaker.App/Shared/MainLayout.razor.rz.scp.css */
main[b-qlcg9lnwlz] {
    min-height: calc(100% - 64px);
    display: flex;
    flex-direction: column;
}
