/* /Components/Account/Login.razor.rz.scp.css */
.login-container[b-hnri2tul12] {
    width: 100%;
    max-width: 420px;
    padding: 1rem;
}

.login-card[b-hnri2tul12] {
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    padding: 2.5rem 2rem 2rem;
}

.login-header[b-hnri2tul12] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-logo[b-hnri2tul12] {
    max-width: 220px;
    height: auto;
    margin-bottom: 0.75rem;
}

.login-divider[b-hnri2tul12] {
    width: 40px;
    height: 1px;
    background-color: #d9d0c8;
    margin: 0.5rem auto;
}

.login-subtitle[b-hnri2tul12] {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    color: #544A57;
    font-weight: 600;
    margin-top: 0.25rem;
}

.form-group[b-hnri2tul12] {
    margin-bottom: 1.25rem;
}

.form-group label[b-hnri2tul12] {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    color: #544A57;
    margin-bottom: 0.35rem;
    letter-spacing: 0.02em;
}

.form-group .form-control[b-hnri2tul12] {
    width: 100%;
    padding: 0.6rem 0.75rem;
    font-size: 0.85rem;
    border: 1px solid #d9d0c8;
    border-radius: 2px;
    background: #fff;
    color: #282828;
    transition: border-color 0.2s ease;
}

.form-group .form-control:focus[b-hnri2tul12] {
    outline: none;
    border-color: #544A57;
    box-shadow: 0 0 0 2px rgba(84, 74, 87, 0.1);
}

.form-group .form-control[b-hnri2tul12]::placeholder {
    color: #979797;
}

.btn-login[b-hnri2tul12] {
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #544A57;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-top: 0.5rem;
}

.btn-login:hover[b-hnri2tul12] {
    background-color: #6c5f70;
}

.btn-login:disabled[b-hnri2tul12] {
    background-color: #544A57;
    opacity: 0.6;
    cursor: not-allowed;
}

.alert-danger[b-hnri2tul12] {
    background-color: #FCEFEF;
    color: #cc6666;
    border: 1px solid #f0d0d0;
    border-radius: 2px;
    padding: 0.6rem 0.75rem;
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
}
/* /Components/Account/TwoFactorVerify.razor.rz.scp.css */
.login-container[b-dua4o4t7ok] {
    width: 100%;
    max-width: 420px;
    padding: 1rem;
}

.login-card[b-dua4o4t7ok] {
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    padding: 2.5rem 2rem 2rem;
}

.login-header[b-dua4o4t7ok] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-logo[b-dua4o4t7ok] {
    max-width: 220px;
    height: auto;
    margin-bottom: 0.75rem;
}

.login-divider[b-dua4o4t7ok] {
    width: 40px;
    height: 1px;
    background-color: #d9d0c8;
    margin: 0.5rem auto;
}

.login-subtitle[b-dua4o4t7ok] {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    color: #544A57;
    font-weight: 600;
    margin-top: 0.25rem;
}

.login-description[b-dua4o4t7ok] {
    font-size: 0.8rem;
    color: #979797;
    margin-top: 0.75rem;
    margin-bottom: 0;
}

.form-group[b-dua4o4t7ok] {
    margin-bottom: 1.25rem;
}

.form-group label[b-dua4o4t7ok] {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    color: #544A57;
    margin-bottom: 0.35rem;
    letter-spacing: 0.02em;
}

.form-group .form-control[b-dua4o4t7ok] {
    width: 100%;
    padding: 0.6rem 0.75rem;
    font-size: 0.85rem;
    border: 1px solid #d9d0c8;
    border-radius: 2px;
    background: #fff;
    color: #282828;
    transition: border-color 0.2s ease;
}

.form-group .form-control:focus[b-dua4o4t7ok] {
    outline: none;
    border-color: #544A57;
    box-shadow: 0 0 0 2px rgba(84, 74, 87, 0.1);
}

.btn-login[b-dua4o4t7ok] {
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #544A57;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-top: 0.5rem;
}

.btn-login:hover[b-dua4o4t7ok] {
    background-color: #6c5f70;
}

.btn-login:disabled[b-dua4o4t7ok] {
    background-color: #544A57;
    opacity: 0.6;
    cursor: not-allowed;
}

.alert-danger[b-dua4o4t7ok] {
    background-color: #FCEFEF;
    color: #cc6666;
    border: 1px solid #f0d0d0;
    border-radius: 2px;
    padding: 0.6rem 0.75rem;
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
}
/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
.empty-layout[b-snx2qbchof] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #EFEDE8 0%, #E8E2DD 40%, #d9d0c8 100%);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Hidden checkbox for sidebar toggle */
.sidebar-toggle-checkbox[b-5yn8cb7foj] {
    display: none;
}

.page[b-5yn8cb7foj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5yn8cb7foj] {
    flex: 1;
}

.sidebar[b-5yn8cb7foj] {
    background-image: linear-gradient(180deg, #544A57 0%, #3B363D 100%);
    transition: width 0.2s ease;
    overflow: hidden;
}

.top-row[b-5yn8cb7foj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 2.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Sidebar toggle button */
.sidebar-toggle[b-5yn8cb7foj] {
    background: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.35rem 0.6rem;
    cursor: pointer;
    color: #666;
    font-size: 0.9rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
}

.sidebar-toggle:hover[b-5yn8cb7foj] {
    background-color: #eee;
    color: #333;
}

/* Toggle icon states */
.toggle-icon-expand[b-5yn8cb7foj] {
    display: none;
}

.toggle-icon-collapse[b-5yn8cb7foj] {
    display: inline;
}

.sidebar-toggle-checkbox:checked ~ .page .toggle-icon-expand[b-5yn8cb7foj] {
    display: inline;
}

.sidebar-toggle-checkbox:checked ~ .page .toggle-icon-collapse[b-5yn8cb7foj] {
    display: none;
}

/* Search container */
.search-container[b-5yn8cb7foj] {
    flex: 1;
    max-width: 500px;
    position: relative;
}

.search-input[b-5yn8cb7foj] {
    width: 100%;
    padding: 0.35rem 0.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.8rem;
    outline: none;
}

.search-input:focus[b-5yn8cb7foj] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.15);
}

.search-input[b-5yn8cb7foj]::placeholder {
    color: #999;
}

/* Push user menu to the right */
.top-row[b-5yn8cb7foj]  > :last-child {
    margin-left: auto;
}

    .top-row[b-5yn8cb7foj]  a, .top-row[b-5yn8cb7foj]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

    .top-row[b-5yn8cb7foj]  a:hover, .top-row[b-5yn8cb7foj]  .btn-link:hover {
        text-decoration: underline;
    }

@media (max-width: 640.98px) {
    .top-row[b-5yn8cb7foj] {
        justify-content: space-between;
    }

    .search-container[b-5yn8cb7foj] {
        display: none;
    }

    .sidebar-toggle[b-5yn8cb7foj] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-5yn8cb7foj] {
        flex-direction: row;
    }

    .sidebar[b-5yn8cb7foj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    /* Collapsed sidebar state */
    .sidebar-toggle-checkbox:checked ~ .page .sidebar[b-5yn8cb7foj] {
        width: 60px;
    }

    /* Hide text in collapsed sidebar */
    .sidebar-toggle-checkbox:checked ~ .page .sidebar[b-5yn8cb7foj]  .nav-text,
    .sidebar-toggle-checkbox:checked ~ .page .sidebar[b-5yn8cb7foj]  .chevron,
    .sidebar-toggle-checkbox:checked ~ .page .sidebar[b-5yn8cb7foj]  .nav-submenu,
    .sidebar-toggle-checkbox:checked ~ .page .sidebar[b-5yn8cb7foj]  .brand-full {
        display: none;
    }

    .sidebar-toggle-checkbox:checked ~ .page .sidebar[b-5yn8cb7foj]  .brand-short {
        display: inline;
    }

    .sidebar-toggle-checkbox:checked ~ .page .sidebar[b-5yn8cb7foj]  .nav-link {
        justify-content: center;
        padding: 0.5rem;
    }

    .top-row[b-5yn8cb7foj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-5yn8cb7foj], article[b-5yn8cb7foj] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

#blazor-error-ui[b-5yn8cb7foj] {
    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-5yn8cb7foj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-z00y8gnrl5] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-z00y8gnrl5] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-z00y8gnrl5] {
    min-height: 2.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-z00y8gnrl5] {
    font-size: 0.85rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-logo[b-z00y8gnrl5] {
    height: 30px;
    width: auto;
}

.brand-text[b-z00y8gnrl5] {
    font-size: 0.875rem;
    opacity: 0.8;
    letter-spacing: 0.02em;
}

/* Nav icons using emoji */
.nav-icon[b-z00y8gnrl5] {
    display: inline-block;
    width: 1rem;
    text-align: center;
    flex-shrink: 0;
    font-size: 0.7rem;
}

.nav-text[b-z00y8gnrl5] {
    flex: 1;
}


.nav-item[b-z00y8gnrl5] {
    font-size: 0.65rem;
    padding-bottom: 0.1rem;
}

    .nav-item:first-of-type[b-z00y8gnrl5] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-z00y8gnrl5] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-z00y8gnrl5]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        min-height: 1.75rem;
        display: flex;
        align-items: center;
        line-height: 1.2;
        width: 100%;
        padding: 0.25rem 0;
        white-space: nowrap;
    }

.nav-item[b-z00y8gnrl5]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-z00y8gnrl5]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* Menu toggle headers with submenus */
.nav-item[b-z00y8gnrl5]  .nav-menu-toggle {
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: none;
    background: none;
    text-align: left;
}

.nav-item[b-z00y8gnrl5]  .nav-menu-toggle .menu-label {
    flex: 1;
}

.nav-item[b-z00y8gnrl5]  .nav-menu-toggle .chevron {
    font-size: 0.7rem;
    transition: transform 0.2s ease;
    opacity: 0.7;
}

.nav-item[b-z00y8gnrl5]  .nav-menu-toggle .chevron.expanded {
    transform: rotate(180deg);
}

/* Submenu container */
.nav-item[b-z00y8gnrl5]  .nav-submenu {
    margin-left: 1rem;
    margin-top: 0.25rem;
    padding-left: 0.75rem;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.nav-item[b-z00y8gnrl5]  .nav-submenu .nav-link {
    font-size: 0.6rem;
    padding: 0.25rem 0;
    min-height: auto;
    opacity: 0.85;
}

.nav-item[b-z00y8gnrl5]  .nav-submenu .nav-link:hover {
    opacity: 1;
}

.nav-scrollable[b-z00y8gnrl5] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-z00y8gnrl5] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-z00y8gnrl5] {
        display: none;
    }

    .nav-scrollable[b-z00y8gnrl5] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6nc2rf4ml9],
.components-reconnect-repeated-attempt-visible[b-6nc2rf4ml9],
.components-reconnect-failed-visible[b-6nc2rf4ml9],
.components-pause-visible[b-6nc2rf4ml9],
.components-resume-failed-visible[b-6nc2rf4ml9],
.components-rejoining-animation[b-6nc2rf4ml9] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-6nc2rf4ml9 {
    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;
    }
}
