/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-b13tbt26cd] {
    display: flex;
    min-height: 100vh;
    background: #f4f6f8;
    color: #17202a;
}

.main-shell[b-b13tbt26cd] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.sidebar[b-b13tbt26cd] {
    background: #16202b;
    color: #ffffff;
}

.top-row[b-b13tbt26cd] {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #dce3ea;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 4.25rem;
    padding: 0 2rem;
}

.app-kicker[b-b13tbt26cd] {
    color: #5b6774;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.app-title[b-b13tbt26cd] {
    color: #17202a;
    font-size: 1.1rem;
    font-weight: 700;
}

.content[b-b13tbt26cd] {
    flex: 1;
    padding: 2rem;
}

.user-chip[b-b13tbt26cd] {
    background: #eef4f8;
    border: 1px solid #dce3ea;
    border-radius: 999px;
    color: #253342;
    font-size: 0.9rem;
    font-weight: 600;
    max-width: 20rem;
    overflow: hidden;
    padding: 0.45rem 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dev-status[b-b13tbt26cd] {
    align-items: center;
    border-top: 1px solid #dce3ea;
    color: #6b7785;
    display: flex;
    font-size: 0.78rem;
    gap: 0.75rem;
    justify-content: flex-end;
    padding: 0.55rem 2rem;
}

@media (max-width: 760px) {
    .page[b-b13tbt26cd] {
        flex-direction: column;
    }

    .top-row[b-b13tbt26cd] {
        padding: 1rem;
    }

    .user-chip[b-b13tbt26cd] {
        display: none;
    }

    .content[b-b13tbt26cd] {
        padding: 1rem;
    }

    .dev-status[b-b13tbt26cd] {
        justify-content: flex-start;
        padding: 0.55rem 1rem;
    }
}

@media (min-width: 761px) {
    .sidebar[b-b13tbt26cd] {
        min-height: 100vh;
        width: 16rem;
    }

    .top-row[b-b13tbt26cd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}

#blazor-error-ui[b-b13tbt26cd] {
    background: #fff8d7;
    border-top: 1px solid #e0cf80;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    color: #17202a;
    display: none;
    left: 0;
    padding: 0.75rem 3rem 0.75rem 1rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-b13tbt26cd] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.75rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand[b-siydf4u1v5] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1.15rem 1.25rem;
}

.brand a[b-siydf4u1v5] {
    color: #ffffff;
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    text-decoration: none;
}

.brand span[b-siydf4u1v5] {
    color: #aeb9c4;
    display: block;
    font-size: 0.82rem;
    margin-top: 0.2rem;
}

.nav-toggle[b-siydf4u1v5] {
    appearance: none;
    background: #253342;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    cursor: pointer;
    height: 2.4rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 2.8rem;
}

.nav-toggle[b-siydf4u1v5]::before {
    color: #ffffff;
    content: "=";
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 2.1rem;
    text-align: center;
}

.nav-toggle:checked[b-siydf4u1v5] {
    background: #2f465d;
}

.nav-list[b-siydf4u1v5] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem;
}

.signed-in[b-siydf4u1v5] {
    color: #aeb9c4;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    font-size: 0.82rem;
    overflow: hidden;
    padding: 1rem 1.25rem 0;
}

.signed-in-label[b-siydf4u1v5],
.nav-section-label[b-siydf4u1v5] {
    color: #8493a3;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.signed-in-email[b-siydf4u1v5] {
    color: #d9e1e8;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-section-label[b-siydf4u1v5] {
    padding: 0.3rem 0.9rem;
}

.nav-item[b-siydf4u1v5]  .nav-link {
    border-radius: 6px;
    color: #d9e1e8;
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.75rem 0.9rem;
    text-decoration: none;
}

.nav-item[b-siydf4u1v5]  a.active {
    background: #ffffff;
    color: #16202b;
}

.nav-item[b-siydf4u1v5]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.logout-form[b-siydf4u1v5] {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin: 0 1rem;
    padding-top: 1rem;
}

.logout-button[b-siydf4u1v5] {
    background: #253342;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 0.7rem 0.9rem;
    width: 100%;
}

.logout-button:hover[b-siydf4u1v5] {
    background: #2f465d;
}

.nav-scrollable[b-siydf4u1v5] {
    display: none;
}

.nav-toggle:checked ~ .nav-scrollable[b-siydf4u1v5] {
    display: block;
}

@media (min-width: 761px) {
    .nav-toggle[b-siydf4u1v5] {
        display: none;
    }

    .nav-scrollable[b-siydf4u1v5] {
        display: block;
        height: calc(100vh - 4.75rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-l74gy5dfmy],
.components-reconnect-repeated-attempt-visible[b-l74gy5dfmy],
.components-reconnect-failed-visible[b-l74gy5dfmy],
.components-pause-visible[b-l74gy5dfmy],
.components-resume-failed-visible[b-l74gy5dfmy],
.components-rejoining-animation[b-l74gy5dfmy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-l74gy5dfmy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-l74gy5dfmy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-l74gy5dfmy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-l74gy5dfmy],
#components-reconnect-modal.components-reconnect-retrying[b-l74gy5dfmy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-l74gy5dfmy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-l74gy5dfmy],
#components-reconnect-modal.components-reconnect-failed[b-l74gy5dfmy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-l74gy5dfmy] {
    display: block;
}


#components-reconnect-modal[b-l74gy5dfmy] {
    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-l74gy5dfmy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-l74gy5dfmy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-l74gy5dfmy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-l74gy5dfmy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-l74gy5dfmy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-l74gy5dfmy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-l74gy5dfmy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-l74gy5dfmy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-l74gy5dfmy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-l74gy5dfmy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-l74gy5dfmy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-l74gy5dfmy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-l74gy5dfmy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-l74gy5dfmy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-l74gy5dfmy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-l74gy5dfmy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-l74gy5dfmy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-l74gy5dfmy {
    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 */
.placeholder-panel[b-kjw5uk3kt8] {
    max-width: 58rem;
}

.login-panel[b-kjw5uk3kt8] {
    background: #ffffff;
    border: 1px solid #dce3ea;
    border-radius: 8px;
    margin: 2rem auto;
    max-width: 28rem;
    padding: 1.5rem;
}

.login-panel h1[b-kjw5uk3kt8] {
    color: #17202a;
    font-size: 1.45rem;
    letter-spacing: 0;
    margin-bottom: 1rem;
}

.login-panel p[b-kjw5uk3kt8] {
    color: #536170;
    line-height: 1.55;
}

.primary-link[b-kjw5uk3kt8] {
    background: #2368a2;
    border-radius: 6px;
    color: #ffffff;
    display: inline-block;
    font-weight: 800;
    margin-top: 0.6rem;
    padding: 0.8rem 1rem;
    text-align: center;
    text-decoration: none;
}

.primary-link:hover[b-kjw5uk3kt8] {
    background: #1b557f;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-lwjzwf83tb] {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 8rem);
    padding: 1rem;
}

.login-card[b-lwjzwf83tb] {
    background: #ffffff;
    border: 1px solid #dce3ea;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(20, 32, 43, 0.08);
    max-width: 30rem;
    padding: 1.75rem;
    width: 100%;
}

.brand-lockup[b-lwjzwf83tb] {
    align-items: center;
    display: flex;
    gap: 0.9rem;
    margin-bottom: 1.25rem;
}

.brand-mark[b-lwjzwf83tb] {
    align-items: center;
    background: #1f6f62;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.35rem;
    font-weight: 800;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.eyebrow[b-lwjzwf83tb] {
    color: #5b6774;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 0.15rem;
    text-transform: uppercase;
}

.login-card h1[b-lwjzwf83tb] {
    color: #17202a;
    font-size: 1.65rem;
    letter-spacing: 0;
    margin-bottom: 0;
}

.login-copy[b-lwjzwf83tb] {
    color: #536170;
    line-height: 1.55;
    margin-bottom: 1.35rem;
}

.login-error[b-lwjzwf83tb] {
    background: #fff1f1;
    border: 1px solid #e6b8b8;
    border-radius: 6px;
    color: #8a1f1f;
    margin-bottom: 1rem;
    padding: 0.75rem;
}

.login-form[b-lwjzwf83tb] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.field[b-lwjzwf83tb] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.login-form label[b-lwjzwf83tb] {
    color: #253342;
    font-weight: 700;
}

.login-form input[b-lwjzwf83tb] {
    border: 1px solid #c9d3dc;
    border-radius: 6px;
    font: inherit;
    min-height: 2.8rem;
    padding: 0.75rem 0.8rem;
}

.login-form input:focus[b-lwjzwf83tb] {
    border-color: #1f6f62;
    outline: 2px solid rgba(31, 111, 98, 0.2);
}

.login-form button[b-lwjzwf83tb] {
    background: #1f6f62;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    font-weight: 800;
    margin-top: 0.6rem;
    padding: 0.8rem 1rem;
    text-align: center;
    text-decoration: none;
}

.login-form button:hover[b-lwjzwf83tb] {
    background: #18584e;
}

.login-form button:disabled[b-lwjzwf83tb] {
    background: #7c9691;
    cursor: wait;
}

@media (max-width: 520px) {
    .login-page[b-lwjzwf83tb] {
        align-items: flex-start;
        min-height: auto;
        padding: 0;
    }

    .login-card[b-lwjzwf83tb] {
        box-shadow: none;
        padding: 1.25rem;
    }
}
