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

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-otebo99kpo {
    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/Home.razor.rz.scp.css */
.cards-in-hand-container[b-1dfph313mb] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.cards-in-hand-container > .micro-game-card[b-1dfph313mb] {
    align-items: center;
    background-color: #eee;
    border-radius: 0.5rem;
    color: #044;
    display: flex;
    height: 10dvh;
    justify-content: center;
    width: calc(10dvh / 1.5);
}

.cards-in-hand-container > .no-game-card[b-1dfph313mb] {
    background-color: transparent;
    border: 1px dashed #eee;
    border-radius: 0.5rem;
    height: 10dvh;
    width: calc(10dvh / 1.5);
}

.control-container[b-1dfph313mb] {
    align-items: center;
    bottom: 0;
    display: flex;
    gap: 1rem;
    height: 10dvh;
    justify-content: center;
    opacity: 0;
    position: fixed;
}

.control-container button[b-1dfph313mb] {
    aspect-ratio: 1 / 1;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    padding: 0.5rem;
    width: 3rem;
}

.control-container button:not(:disabled):hover[b-1dfph313mb] {
    cursor: pointer;
}

.control-container button.green[b-1dfph313mb] {
    background-color: #080;
    color: #fff;
}

.control-container button.white[b-1dfph313mb] {
    background-color: #eee;
    color: #000;
}

.control-container.slide-in[b-1dfph313mb] {
    animation: controlSlideIn-b-1dfph313mb 0.5s ease-out 0s 1;
    animation-fill-mode: both;
    opacity: 1;
}

.control-container.slide-out[b-1dfph313mb] {
    animation: controlSlideOut-b-1dfph313mb 0.5s ease-in 0s 1;
    animation-fill-mode: both;
    opacity: 1;
}

.game-card-container[b-1dfph313mb] {
    align-items: center;
    display: flex;
    gap: 4rem;
    position: fixed;
    justify-content: center;
    transition: left 0.5s ease-in-out;
}

.game-card[b-1dfph313mb] {
    height: 65dvh;
    user-select: none;
    width: calc(65dvh / 1.5);
}

.game-card.treasure-chest-card[b-1dfph313mb] {
    opacity: 0;
}

.game-card > .back[b-1dfph313mb] {
    align-items: center;
    background-color: #07c;
    border: 0.5rem solid black;
    border-radius: 2rem;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
}

.game-card > .back.rotate[b-1dfph313mb] {
    animation: gameCardBackRotate-b-1dfph313mb 0.8s ease-in-out 0s 1;
    animation-fill-mode: both;
}

.game-card > .back > img[b-1dfph313mb] {
    width: 50%;
}

.game-card > .back2.rotate[b-1dfph313mb] {
    animation: gameCardBackRotate-b-1dfph313mb 0.8s ease-in-out 0s 1;
    animation-fill-mode: both;
}

.game-card > .back2.rotateBack[b-1dfph313mb] {
    animation: gameCardFrontRotate-b-1dfph313mb 0.8s ease-in-out 0s 1;
    animation-fill-mode: both;
}

.game-card > .back2[b-1dfph313mb],
.game-card > .front[b-1dfph313mb] {
    align-items: center;
    background-color: #eee;
    border-radius: 2rem;
    color: #044;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 100%;
    justify-content: space-evenly;
    padding: 2rem;
    position: absolute;
    width: 100%;
}

.game-card > .front.rotate[b-1dfph313mb] {
    animation: gameCardFrontRotate-b-1dfph313mb 0.8s ease-in-out 0s 1;
    animation-fill-mode: both;
}

.game-card > .front.rotateBack[b-1dfph313mb] {
    animation: gameCardBackRotate-b-1dfph313mb 0.8s ease-in-out 0s 1;
    animation-fill-mode: both;
}

.game-card > .front.selected[b-1dfph313mb] {
    animation: gameCardFrontSelected-b-1dfph313mb 0.8s ease-in-out 0s 2 alternate;
    animation-fill-mode: both;
}

.game-card > .back2 > .description[b-1dfph313mb],
.game-card > .front > .description[b-1dfph313mb] {
    font-size: 1rem;
    text-align: center;
}

.game-card > .front > .generalRules[b-1dfph313mb] {
    align-items: center;
    background-color: #0afa;
    border: 2px solid #0af;
    border-radius: 0.5rem;
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 0.5rem;
    padding: 0.25rem;
}

.game-card > .front > .generalRules > .header[b-1dfph313mb] {
    font-size: 16px;
    font-weight: bold;
}

.game-card > .back2 > .header[b-1dfph313mb],
.game-card > .front > .header[b-1dfph313mb] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.game-card > .back2 > .header > .tag-container[b-1dfph313mb],
.game-card > .front > .header > .tag-container[b-1dfph313mb] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.game-card > .back2 > .header > .tag-container > .tag[b-1dfph313mb],
.game-card > .front > .header > .tag-container > .tag[b-1dfph313mb] {
    border-radius: 2rem;
    font-weight: bold;
    padding: 0.25rem 0.75rem;
}

.game-card > .back2 > .header > .title[b-1dfph313mb],
.game-card > .front > .header > .title[b-1dfph313mb] {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.game-card > .back2 > .points[b-1dfph313mb],
.game-card > .front > .points[b-1dfph313mb] {
    background-color: #aaa;
    border-radius: 2rem;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 0.3rem 0.6rem;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
}

.game-card > .front > .placeType[b-1dfph313mb] {
    align-items: center;
    background-color: #0a0a;
    border: 2px solid #0a0;
    border-radius: 0.5rem;
    color: #000;
    display: flex;
    font-size: 14px;
    padding: 0.25rem;
}

.game-card > .front > .requirement[b-1dfph313mb] {
    align-items: center;
    background-color: #c80a;
    border: 2px solid #c80;
    border-radius: 0.5rem;
    color: #000;
    display: flex;
    font-size: 14px;
    padding: 0.25rem;
}

.game-card > .front > .safetyRules[b-1dfph313mb] {
    align-items: center;
    background-color: #a00a;
    border: 2px solid #a00;
    border-radius: 0.5rem;
    color: #eee;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 0.5rem;
    padding: 0.25rem;
}

.game-card > .front > .safetyRules > .header[b-1dfph313mb] {
    font-size: 16px;
    font-weight: bold;
}

.game-card > .back2 > .separator[b-1dfph313mb],
.game-card > .front > .separator[b-1dfph313mb] {
    background-color: #044;
    height: 2px;
    width: 100%;
}

.game-card.show[b-1dfph313mb] {
    animation: gameCardShow-b-1dfph313mb 0.5s ease-out 0.5s 1;
    animation-fill-mode: both;
    opacity: initial;
}

.game-card-controls[b-1dfph313mb] {
    align-items: center;
    display: flex;
    justify-content: space-around;
    position: fixed;
    top: 1.5rem;
    width: 100%;
}

.game-card-controls > button[b-1dfph313mb] {
    align-items: center;
    border: 0;
    border-radius: 1rem;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    justify-content: center;
    padding: 0.5rem 1rem;
    user-select: none;
}

.game-card-controls > button.red.disabled[b-1dfph313mb] {
    background: #800;
    color: #aaa;
    cursor: not-allowed;
    text-decoration: line-through;
}

.game-card-controls > button.red[b-1dfph313mb] {
    background: #a00;
    color: #eee;
}

.game-card-controls > button.white.disabled[b-1dfph313mb] {
    background: #aaa;
    color: #000;
    cursor: not-allowed;
    text-decoration: line-through;
}

.game-card-controls > button.white[b-1dfph313mb] {
    background: #eee;
    color: #000;
}

.game-card-controls > button:hover[b-1dfph313mb] {
    cursor: pointer;
}

.inventory-container[b-1dfph313mb] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 90dvh;
    overflow-y: auto;
    user-select: none;
}

.inventory-container > .item[b-1dfph313mb] {
    align-items: center;
    display: flex;
    gap: 1rem;
    width: 100%;
}

.inventory-container > .item > .mini-game-card[b-1dfph313mb] {
    align-items: center;
    background-color: #eee;
    border-radius: 0.75rem;
    color: #044;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 20dvh;
    justify-content: center;
    min-width: calc(20dvh / 1.5);
    width: calc(20dvh / 1.5);
}

.inventory-container > .item > .mini-game-card > .tag[b-1dfph313mb] {
    border-radius: 1.5rem;
    font-weight: bold;
    font-size: 14px;
    padding: 0.125rem 0.375rem;
}

.inventory-container > .item > .info[b-1dfph313mb] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-shadow: 0px 2px 4px #000;
}

.inventory-container > .item > .info > .description[b-1dfph313mb] {
    color: #eee;
    font-size: 14px;
}

.inventory-container > .item > .info > .requirement[b-1dfph313mb] {
    align-items: center;
    background-color: #c80a;
    border: 1px solid #c80;
    border-radius: 0.25rem;
    display: flex;
    padding: 0.1rem;
}

.inventory-container > .item > .info > .title[b-1dfph313mb] {
    color: #eee;
    font-weight: bold;
    font-size: 20px;
}


.main-menu[b-1dfph313mb] {
    align-items: center;
    backdrop-filter: blur(20px);
    background: transparent;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: flex;
    position: fixed;
    height: 10dvh;
    justify-content: space-around;
    width: 100%;
}

.main-menu > .menu-item[b-1dfph313mb] {
    align-items: center;
    background: transparent;
    border: 0;
    color: #eee;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    user-select: none;
}

.main-menu > .menu-item[b-1dfph313mb] {
    font-weight: bold;
}

.qr-code-scanner-container[b-1dfph313mb] {
    align-items: start;
    display: flex;
    gap: 1rem;
    height: 100%;
    justify-content: center;
    margin-top: 2rem;
    user-select: none;
}

.qr-code-scanner-container .qr-code-item[b-1dfph313mb] {
    filter: drop-shadow(0 0 20px #fff) drop-shadow(0 0 40px #ff0);
}

.qr-code-scanner-container img.qr-code-item[b-1dfph313mb] {
    animation: qrCodeItemShow-b-1dfph313mb 0.25s ease-out 0.5s 1;
    animation-fill-mode: both;
}

.tag.bonus[b-1dfph313mb] {
    background-color: #ca0;
    color: #000;
}

.tag.curse[b-1dfph313mb] {
    background-color: #a00;
    color: #fff;
}

.tag.easy[b-1dfph313mb] {
    background-color: #080;
    color: #eee;
}

.tag.hard[b-1dfph313mb] {
    background-color: #800;
    color: #eee;
}

.tag.medium[b-1dfph313mb] {
    background-color: #c80;
    color: #000;
}

.tag.quest[b-1dfph313mb] {
    background-color: #8c0;
    color: #000;
}

.treasure-chest-container[b-1dfph313mb] {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    user-select: none;
}

.treasure-chest-container img.closed[b-1dfph313mb] {
    animation: treasureChestInflate-b-1dfph313mb 2s linear 0.5s infinite alternate;
    animation-fill-mode: both;
}

.treasure-chest-container img.opened[b-1dfph313mb] {
    animation: treasureChestDeflate-b-1dfph313mb 2s ease-out 0s 1;
    animation-fill-mode: both;
}

@keyframes controlSlideIn-b-1dfph313mb {
    0% {
        transform: translateY(10dvh);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes controlSlideOut-b-1dfph313mb {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10dvh);
    }
}

@keyframes gameCardShow-b-1dfph313mb {
    0% {
        opacity: 0;
        transform: translateY(320px);
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes gameCardBackRotate-b-1dfph313mb {
    0% {
        opacity: 1;
        transform: rotate3d(0, 1, 0, 0deg);
    }
    49.99% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: rotate3d(0, 1, 0, 180deg);
    }
}

@keyframes gameCardFrontRotate-b-1dfph313mb {
    0% {
        opacity: 0;
        transform: rotate3d(0, 1, 0, -180deg);
    }
    49.99% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes gameCardFrontSelected-b-1dfph313mb {
    0% {
        box-shadow: 0 0 0 #fff;
    }
    100% {
        box-shadow: 0 0 10px #fff;
    }
}

@keyframes qrCodeItemShow-b-1dfph313mb {
    0% {
        width: 0;
    }
    100% {
        width: 50dvw;
    }
}

@keyframes treasureChestDeflate-b-1dfph313mb {
    0% {
        opacity: 1;
        width: 50.5dvw;
    }
    25% {
        opacity: 1;
        width: 50dvw;
    }
    50% {
        opacity: 1;
        width: 50dvw;
    }
    100% {
        display: none;
        opacity: 0;
        width: 50dvw;
    }
}

@keyframes treasureChestInflate-b-1dfph313mb {
    0% {
        opacity: 0;
        transform: rotateZ(5deg);
        width: 50dvw;
    }
    5% {
        width: 50.5dvw;
    }
    10% {
        opacity: 1;
        transform: rotateZ(-5deg);
        width: 50dvw;
    }
    15% {
        width: 50.5dvw;
    }
    20% {
        transform: rotateZ(5deg);
        width: 50dvw;
    }
    25% {
        width: 50.5dvw;
    }
    30% {
        transform: rotateZ(-5deg);
        width: 50dvw;
    }
    35% {
        width: 50.5dvw;
    }
    40% {
        transform: rotateZ(5deg);
        width: 50dvw;
    }
    45% {
        width: 50.5dvw;
    }
    50% {
        transform: rotateZ(-5deg);
        width: 50dvw;
    }
    55% {
        width: 50.5dvw;
    }
    60% {
        transform: rotateZ(5deg);
        width: 50dvw;
    }
    65% {
        width: 50.5dvw;
    }
    70% {
        transform: rotateZ(-5deg);
        width: 50dvw;
    }
    75% {
        width: 50.5dvw;
    }
    80% {
        transform: rotateZ(5deg);
        width: 50dvw;
    }
    85% {
        width: 50.5dvw;
    }
    90% {
        transform: rotateZ(-5deg);
        width: 50dvw;
    }
    95% {
        width: 50.5dvw;
    }
    100% {
        transform: rotateZ(5deg);
        width: 50dvw;
    }
}

@media (min-width: 641px) {
    .game-card .back[b-1dfph313mb] {
        border: 1rem solid black;
    }

    .game-card .front[b-1dfph313mb] {
        gap: 1rem;
        padding: 3rem;
    }

    .game-card .front .description[b-1dfph313mb] {
        font-size: 1.3rem;
    }

    .game-card .front .header[b-1dfph313mb] {
        gap: 2rem;
    }

    .game-card .front .title[b-1dfph313mb] {
        font-size: 2.5rem;
    }

    @keyframes treasureChestDeflate-b-1dfph313mb {
        0% {
            opacity: 1;
            width: 25.5dvw;
        }
        25% {
            opacity: 1;
            width: 25dvw;
        }
        50% {
            opacity: 1;
            width: 25dvw;
        }
        100% {
            opacity: 0;
            width: 25dvw;
        }
    }

    @keyframes treasureChestInflate-b-1dfph313mb {
        0% {
            opacity: 0;
            transform: rotateZ(5deg);
            width: 25dvw;
        }
        5% {
            width: 25.5dvw;
        }
        10% {
            opacity: 1;
            transform: rotateZ(-5deg);
            width: 25dvw;
        }
        15% {
            width: 25.5dvw;
        }
        20% {
            transform: rotateZ(5deg);
            width: 25dvw;
        }
        25% {
            width: 25.5dvw;
        }
        30% {
            transform: rotateZ(-5deg);
            width: 25dvw;
        }
        35% {
            width: 25.5dvw;
        }
        40% {
            transform: rotateZ(5deg);
            width: 25dvw;
        }
        45% {
            width: 25.5dvw;
        }
        50% {
            transform: rotateZ(-5deg);
            width: 25dvw;
        }
        55% {
            width: 25.5dvw;
        }
        60% {
            transform: rotateZ(5deg);
            width: 25dvw;
        }
        65% {
            width: 25.5dvw;
        }
        70% {
            transform: rotateZ(-5deg);
            width: 25dvw;
        }
        75% {
            width: 25.5dvw;
        }
        80% {
            transform: rotateZ(5deg);
            width: 25dvw;
        }
        85% {
            width: 25.5dvw;
        }
        90% {
            transform: rotateZ(-5deg);
            width: 25dvw;
        }
        95% {
            width: 25.5dvw;
        }
        100% {
            transform: rotateZ(5deg);
            width: 25dvw;
        }
    }
}
/* /Components/Pages/HowToPlay.razor.rz.scp.css */
li[b-amc77nc9be] {
    margin-left: 1rem;
}

li > ul > li[b-amc77nc9be] {
    margin-left: 1.5rem !important;
    margin-top: 0.5rem;
}
