@import '_content/Reuniverse.Razor/Reuniverse.Razor.pero8t0uns.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-xbwh6u8gao] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xbwh6u8gao] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mci3p3lq18],
.components-reconnect-repeated-attempt-visible[b-mci3p3lq18],
.components-reconnect-failed-visible[b-mci3p3lq18],
.components-pause-visible[b-mci3p3lq18],
.components-resume-failed-visible[b-mci3p3lq18],
.components-rejoining-animation[b-mci3p3lq18] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-mci3p3lq18 {
    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 */
.categories[b-g17odkgsl2] {
    display: flex;
    gap: 1rem;
}

    .categories .card[b-g17odkgsl2] {
        flex: 1;
        height: 550px;
        border: 5px solid #222;
        border-radius: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: inset 0 0 10px #111, 0 0 40px #4444;
        background-size: cover;
        background-position: center;
    }

    .categories a.card:hover[b-g17odkgsl2] {
        box-shadow: inset 0 0 15px #111, 0 0 60px #AAA6;
        border-color: #888;
        cursor: pointer;
        transform: scale(1.02);
        transition: all 0.2s;
    }

h2[b-g17odkgsl2] {
    text-align: center;
    margin: 2rem;
}

.tm2020[b-g17odkgsl2] {
    background: linear-gradient(to bottom, #555A, #222A), url(img/cards/tm2020.jpg);
}

.turbo[b-g17odkgsl2] {
    background: url(img/cards/turbo.jpg);
}

.tm2[b-g17odkgsl2] {
    background: linear-gradient(to bottom, #555A, #222A), url(img/cards/tm2.jpg);
}

.tmuf[b-g17odkgsl2] {
    background: linear-gradient(to bottom, #555A, #222A), url(img/cards/tmuf.jpg);
}

@media (max-width: 1200px) {
    .categories[b-g17odkgsl2] {
        flex-direction: column;
    }
        .categories .card[b-g17odkgsl2] {
            flex: auto;
        }
}
/* /Components/Pages/Turbo.razor.rz.scp.css */
header[b-da3rk8fthi] {
    margin-top: 2rem;
}

.punchline[b-da3rk8fthi] {
    margin: 2rem 0;
    text-shadow: 0 0 5px #111;
    text-align: center;
}

.note[b-da3rk8fthi] {
    max-width: 1200px;
    text-align: center;
    font-size: 80%;
    text-shadow: 0 0 5px #111;
}

.rules[b-da3rk8fthi] {
    margin: 0.5rem 0;
}

.rule[b-da3rk8fthi] {
    background-color: #111A;
    padding: 1rem 2rem;
    border-radius: 1rem;
    margin: 0.5rem;
}

#installation[b-da3rk8fthi] {
    border-radius: 1rem;
    margin: 0.5rem 2rem;
    max-width: 1000px;
    margin-bottom: 1rem;
}

#installation .options[b-da3rk8fthi] {
    display: flex;
    gap: 1rem;
}

    #installation .options div[b-da3rk8fthi] {
        flex: 1;
    }

    #installation p[b-da3rk8fthi] {
        font-size: 85%;
    }

h4[b-da3rk8fthi] {
    margin: 0.5rem 0 0 0;
}

ol[b-da3rk8fthi] {
    font-size: 80%;
    padding-left: 15px;
}

    ol li[b-da3rk8fthi] {
        margin-bottom: 0.5rem;
    }

code[b-da3rk8fthi] {
    background-color: #4444;
    padding: 0.1rem 0.2rem;
    border-radius: 3px;
}

.logo[b-da3rk8fthi] {
    max-width: 100%;
}

@media (max-width: 700px) {
    #installation .options[b-da3rk8fthi] {
        flex-direction: column;
    }
}
