@import 'Arca.Web.Wasm.2savquvigc.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-la69b8jpoy] {
    color-scheme: light only;
    background: #242424;
    color: #ffffff;
    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-la69b8jpoy] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vxe8saqmms],
.components-reconnect-repeated-attempt-visible[b-vxe8saqmms],
.components-reconnect-failed-visible[b-vxe8saqmms],
.components-pause-visible[b-vxe8saqmms],
.components-resume-failed-visible[b-vxe8saqmms],
.components-rejoining-animation[b-vxe8saqmms] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-vxe8saqmms {
    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/Account/Mfa/Mfa.razor.rz.scp.css */
.mfa-page__card[b-reihzxbsfv] {
    width: 400px;
}

.mfa-page__lead[b-reihzxbsfv] {
    margin-bottom: 24px;
    color: var(--arca-text-muted);
    text-align: center;
}

.mfa-page__code[b-reihzxbsfv] {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.45em;
    padding-right: 12px;
}

.mfa-page__submit[b-reihzxbsfv] {
    width: 100%;
    margin-top: 8px;
}
/* /Components/Pages/Account/Register/Register.razor.rz.scp.css */
.register-page__card[b-1e7irg3wtm] {
    width: 420px;
}

.register-page__submit[b-1e7irg3wtm] {
    width: 100%;
    margin-top: 6px;
}
/* /Components/Pages/Account/SignIn/SignIn.razor.rz.scp.css */
.sign-in-page__card[b-k07db8cqsj] {
    width: 400px;
}

.sign-in-page__submit[b-k07db8cqsj] {
    width: 100%;
    margin-top: 6px;
}
/* /Components/Pages/Error.razor.rz.scp.css */
.error-page__lead[b-eqk2n93t6o] {
    margin: 10px 0 20px;
    color: var(--arca-text-muted);
}

.error-page__content[b-eqk2n93t6o] {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.error-page__content h2[b-eqk2n93t6o] {
    font-size: 18px;
}

.error-page code[b-eqk2n93t6o] {
    display: inline-block;
    margin-left: 6px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page__card[b-shttce8b99] {
    width: min(880px, 96vw);
}

.home-page__card h1[b-shttce8b99] {
    margin-bottom: 10px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.home-page__lead[b-shttce8b99] {
    max-width: 640px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.6;
}

.home-page__actions[b-shttce8b99] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.home-page__grid[b-shttce8b99] {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.home-page__feature[b-shttce8b99] {
    padding: 18px;
    border: 1px solid var(--arca-border-subtle);
    border-radius: var(--arca-radius-lg);
    background: var(--arca-surface);
}

.home-page__feature h2[b-shttce8b99] {
    margin-bottom: 8px;
    font-size: 15px;
}

.home-page__feature p[b-shttce8b99] {
    color: var(--arca-text-muted);
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found-page__lead[b-yb4uqbxitd] {
    margin: 10px 0 20px;
    color: var(--arca-text-muted);
}

.not-found-page__actions[b-yb4uqbxitd] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
