/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2jsjy5xjjv] {
    display: flex;
    min-height: 100vh;
    background-color: #f4f5f7;
}

main[b-2jsjy5xjjv] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.top-bar[b-2jsjy5xjjv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 0 24px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.top-bar-title[b-2jsjy5xjjv] {
    font-size: 1rem;
    font-weight: 600;
    color: #26292c;
}

.top-bar-user[b-2jsjy5xjjv] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-badge[b-2jsjy5xjjv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #08a742;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}

.user-name[b-2jsjy5xjjv] {
    font-size: 0.875rem;
    color: #404346;
}

.sign-out-form[b-2jsjy5xjjv] {
    display: inline;
    margin: 0;
}

.sign-out[b-2jsjy5xjjv] {
    font-size: 0.875rem;
    color: #08a742;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.sign-out:hover[b-2jsjy5xjjv] {
    text-decoration: underline;
}

.content[b-2jsjy5xjjv] {
    padding: 24px;
}

#blazor-error-ui[b-2jsjy5xjjv] {
    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-2jsjy5xjjv] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 640.98px) {
    .page[b-2jsjy5xjjv] {
        flex-direction: column;
    }

    .sidebar[b-2jsjy5xjjv] {
        width: 100%;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-obuj1s2vah] {
    width: 232px;
    flex-shrink: 0;
    background-color: #26292c;
    transition: width 0.25s ease;
    overflow: hidden;
    min-height: 100vh;
}

.sidebar-collapsed[b-obuj1s2vah] {
    width: 56px;
}

.brand[b-obuj1s2vah] {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 8px 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    gap: 6px;
}

.brand-link[b-obuj1s2vah] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.brand-text[b-obuj1s2vah] {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    max-width: 180px;
    transition: max-width 0.25s ease, opacity 0.2s ease;
}

.brand-accent[b-obuj1s2vah] {
    color: #08a742;
}

.label-hidden[b-obuj1s2vah] {
    max-width: 0 !important;
    opacity: 0;
    pointer-events: none;
}

.nav-toggle[b-obuj1s2vah] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 4px;
    border: none;
    background: transparent;
    color: #c8cbce;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
}

.nav-toggle:hover[b-obuj1s2vah] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.nav-modules[b-obuj1s2vah] {
    display: flex;
    flex-direction: column;
    padding: 12px 8px;
    gap: 2px;
}

[b-obuj1s2vah] .module-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 6px;
    color: #c8cbce;
    font-size: 0.9rem;
    text-decoration: none;
    overflow: hidden;
    transition: background-color 0.15s, color 0.15s;
}

[b-obuj1s2vah] .module-link:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

[b-obuj1s2vah] .module-link.active {
    background-color: rgba(8, 167, 66, 0.18);
    color: #ffffff;
    font-weight: 600;
}

[b-obuj1s2vah] .link-collapsed {
    justify-content: center;
    padding: 10px;
    gap: 0;
}

.module-label[b-obuj1s2vah] {
    white-space: nowrap;
    overflow: hidden;
    max-width: 160px;
    transition: max-width 0.25s ease, opacity 0.2s ease;
}

/* ── Icon base: SVG via CSS mask so currentColor works in Blazor ── */
.nav-icon[b-obuj1s2vah],
.icon-chevron[b-obuj1s2vah] {
    display: inline-block;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.nav-icon[b-obuj1s2vah] {
    width: 20px;
    height: 20px;
}

/* Inline SVG module icons (path comes from IMisModule.Icon) */
.nav-icon-svg[b-obuj1s2vah] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: inline-block;
}

.icon-chevron[b-obuj1s2vah] {
    width: 18px;
    height: 18px;
    transition: transform 0.25s ease;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M8.25 4.5l7.5 7.5-7.5 7.5'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M8.25 4.5l7.5 7.5-7.5 7.5'/%3e%3c/svg%3e");
}

.icon-chevron-rotated[b-obuj1s2vah] {
    transform: rotate(180deg);
}

.icon-home[b-obuj1s2vah] {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25'/%3e%3c/svg%3e");
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wcyibhhlgv],
.components-reconnect-repeated-attempt-visible[b-wcyibhhlgv],
.components-reconnect-failed-visible[b-wcyibhhlgv],
.components-pause-visible[b-wcyibhhlgv],
.components-resume-failed-visible[b-wcyibhhlgv],
.components-rejoining-animation[b-wcyibhhlgv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-wcyibhhlgv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-wcyibhhlgv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-wcyibhhlgv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-wcyibhhlgv],
#components-reconnect-modal.components-reconnect-retrying[b-wcyibhhlgv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-wcyibhhlgv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-wcyibhhlgv],
#components-reconnect-modal.components-reconnect-failed[b-wcyibhhlgv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-wcyibhhlgv] {
    display: block;
}


#components-reconnect-modal[b-wcyibhhlgv] {
    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-wcyibhhlgv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-wcyibhhlgv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-wcyibhhlgv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-wcyibhhlgv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-wcyibhhlgv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-wcyibhhlgv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-wcyibhhlgv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-wcyibhhlgv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-wcyibhhlgv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-wcyibhhlgv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-wcyibhhlgv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-wcyibhhlgv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-wcyibhhlgv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-wcyibhhlgv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-wcyibhhlgv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-wcyibhhlgv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-wcyibhhlgv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-wcyibhhlgv {
    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/Login.razor.rz.scp.css */
.login-page[b-50dex8lqwz] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f5f7;
    padding: 24px;
}

.login-card[b-50dex8lqwz] {
    width: 100%;
    max-width: 400px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(38, 41, 44, 0.06);
    overflow: hidden;
}

.login-brand[b-50dex8lqwz] {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 20px;
    background-color: #26292c;
}

.brand-text[b-50dex8lqwz] {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    white-space: nowrap;
}

.brand-accent[b-50dex8lqwz] {
    color: #08a742;
}

.login-body[b-50dex8lqwz] {
    padding: 24px 20px;
}

.login-title[b-50dex8lqwz] {
    margin: 0 0 4px 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #26292c;
}

.login-subtitle[b-50dex8lqwz] {
    margin: 0 0 24px 0;
    font-size: 0.9rem;
    color: #747678;
}

.login-error[b-50dex8lqwz] {
    margin-bottom: 16px;
    padding: 10px 12px;
    border-left: 4px solid #f94839;
    background-color: #fdecea;
    border-radius: 4px;
    color: #a12a21;
    font-size: 0.875rem;
}

.form-group[b-50dex8lqwz] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.form-group label[b-50dex8lqwz] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #404346;
}

[b-50dex8lqwz] .form-input {
    width: 100%;
    box-sizing: border-box;
    padding: 9px 12px;
    font-size: 0.9rem;
    color: #26292c;
    background-color: #ffffff;
    border: 1px solid #d0d2d4;
    border-radius: 6px;
    transition: border-color 0.15s, box-shadow 0.15s;
}

[b-50dex8lqwz] .form-input:focus {
    outline: none;
    border-color: #08a742;
    box-shadow: 0 0 0 3px rgba(8, 167, 66, 0.15);
}

[b-50dex8lqwz] .validation-message {
    font-size: 0.8rem;
    color: #a12a21;
}

.login-button[b-50dex8lqwz] {
    width: 100%;
    margin-top: 8px;
    padding: 10px 16px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #08a742;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s;
}

.login-button:hover[b-50dex8lqwz] {
    background-color: #07923a;
}

.login-button:focus-visible[b-50dex8lqwz] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(8, 167, 66, 0.3);
}
