/* /Components/Auth/RedirectToLogin.razor.rz.scp.css */
.redirecting-container[b-gpokqphf7r] {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: #fafbfc;
    color: #42526e;
    font-size: 14px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-sdorf5p718] {
    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-sdorf5p718] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mqwl0xxiq7],
.components-reconnect-repeated-attempt-visible[b-mqwl0xxiq7],
.components-reconnect-failed-visible[b-mqwl0xxiq7],
.components-pause-visible[b-mqwl0xxiq7],
.components-resume-failed-visible[b-mqwl0xxiq7],
.components-rejoining-animation[b-mqwl0xxiq7] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-mqwl0xxiq7 {
    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 */
.mockup-host[b-t4i3tmty3e] {
    display: block;
    min-height: 100vh;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-ajodsgep7m] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background:
        radial-gradient(circle at top left, rgba(38, 132, 255, 0.14), transparent 40%),
        linear-gradient(180deg, #f7faff 0%, #eef2f7 100%);
}

.login-card[b-ajodsgep7m] {
    width: 100%;
    max-width: 440px;
    background: #ffffff;
    border: 1px solid #dfe1e6;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(9, 30, 66, 0.12);
    padding: 28px;
}

.login-brand[b-ajodsgep7m] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.login-logo[b-ajodsgep7m] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0052cc 0%, #2684ff 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.login-brand-copy h1[b-ajodsgep7m] {
    margin: 0;
    color: #172b4d;
    font-size: 24px;
    font-weight: 700;
}

.login-brand-copy p[b-ajodsgep7m] {
    margin: 4px 0 0;
    color: #5e6c84;
    font-size: 14px;
}

.login-form[b-ajodsgep7m] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.login-field[b-ajodsgep7m] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #344563;
    font-size: 13px;
    font-weight: 600;
}

.login-field input[b-ajodsgep7m] {
    border: 1px solid #dfe1e6;
    border-radius: 8px;
    padding: 11px 12px;
    font-size: 14px;
    color: #172b4d;
    background: #ffffff;
}

.login-field input:focus[b-ajodsgep7m] {
    outline: none;
    border-color: #4c9aff;
    box-shadow: 0 0 0 3px rgba(76, 154, 255, 0.18);
}

.login-submit[b-ajodsgep7m] {
    margin-top: 4px;
    border: none;
    border-radius: 8px;
    background: #0052cc;
    color: #ffffff;
    padding: 11px 14px;
    font-size: 14px;
    font-weight: 600;
}

.login-submit:hover[b-ajodsgep7m] {
    background: #0065ff;
}

.login-error[b-ajodsgep7m] {
    margin-bottom: 16px;
    border: 1px solid #ffbdad;
    background: #ffebe6;
    color: #bf2600;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
}

.login-status[b-ajodsgep7m] {
    margin-bottom: 16px;
    border: 1px solid #abf5d1;
    background: #e3fcef;
    color: #006644;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
}

.login-remember[b-ajodsgep7m] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #344563;
    font-size: 13px;
}

.login-links[b-ajodsgep7m] {
    margin-top: 18px;
    display: flex;
    gap: 12px;
}

.login-links a[b-ajodsgep7m] {
    color: #0052cc;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.login-links a:hover[b-ajodsgep7m] {
    text-decoration: underline;
}

.login-divider[b-ajodsgep7m] {
    margin-top: 18px;
    color: #5e6c84;
    font-size: 12px;
    text-align: center;
}

.login-external-list[b-ajodsgep7m] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.login-external-link[b-ajodsgep7m] {
    align-items: center;
    background: #f4f5f7;
    border: 1px solid #dfe1e6;
    border-radius: 8px;
    color: #172b4d;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    min-height: 44px;
    padding: 11px 14px;
    text-decoration: none;
}

.login-external-link:hover[b-ajodsgep7m] {
    background: #ebecf0;
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found-page[b-nh4f0zi0yf] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #fafbfc;
    color: #172b4d;
}

.not-found-link[b-nh4f0zi0yf] {
    color: #0052cc;
    font-weight: 600;
}
