/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-coc0e6cb0z] {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1390px;
    margin: 0 auto;
}

main[b-coc0e6cb0z] {
    flex: 1;
    min-width: var(--container-page);
    background-color: var(--color-bg);
}

.sidebar[b-coc0e6cb0z] {
    background: #fff;
    border-right: 1px solid #e5e7eb;
}

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

    .sidebar[b-coc0e6cb0z] {
        width: var(--sidebar-w);
        flex-shrink: 0;
        height: 100vh;
        position: sticky;
        top: 0;
        z-index: 1002;
    }

    article[b-coc0e6cb0z] {
        padding-left: var(--gutter) !important;
        padding-right: var(--gutter) !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3xpjbkvsp1] {
    background-color: rgba(0, 0, 0, 0.05);
}

.top-row[b-3xpjbkvsp1] {
    height: var(--header-h);
    background-color: #fff;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.navbar-brand[b-3xpjbkvsp1] {
    font-size: 1.1rem;
}

.bi[b-3xpjbkvsp1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-3xpjbkvsp1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23495057' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-3xpjbkvsp1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23495057' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-3xpjbkvsp1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23495057' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-3xpjbkvsp1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3xpjbkvsp1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3xpjbkvsp1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3xpjbkvsp1]  a {
        color: #374151;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        white-space: nowrap;
    }

.nav-item[b-3xpjbkvsp1]  a.active {
    background-color: rgba(0,0,0,0.07);
    color: #111827;
}

.nav-item[b-3xpjbkvsp1]  a:hover {
    background-color: rgba(0,0,0,0.04);
    color: #111827;
}

/* Sidebar inner — flex column so footer is pinned to the bottom */
.sidebar-inner[b-3xpjbkvsp1] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Sidebar footer — pinned to the bottom, above it a subtle separator */
.sidebar-footer[b-3xpjbkvsp1] {
    flex-shrink: 0;
    border-top: 1px solid #e5e7eb;
    background-color: #fff;
    position: relative;
    z-index: 200;
}

.sidebar-footer-trigger[b-3xpjbkvsp1] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    color: #374151;
}

.sidebar-footer-trigger:hover[b-3xpjbkvsp1] {
    background-color: rgba(0, 0, 0, 0.04);
}

.sidebar-footer-avatar[b-3xpjbkvsp1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #4b5563;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    flex-shrink: 0;
    line-height: 1;
}

.sidebar-avatar-img[b-3xpjbkvsp1] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.sidebar-footer-workspace[b-3xpjbkvsp1] {
    flex: 1;
    font-size: 0.85rem;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-footer-caret[b-3xpjbkvsp1] {
    font-size: 0.6rem;
    color: #9ca3af;
    flex-shrink: 0;
}

/* Popover — appears above the footer trigger, aligned to sidebar edges */
.sidebar-footer-backdrop[b-3xpjbkvsp1] {
    position: fixed;
    inset: 0;
    z-index: 199;
}

.sidebar-popover[b-3xpjbkvsp1] {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
    z-index: 201;
    overflow: hidden;
    margin-bottom: 4px;
}

.sidebar-popover-account[b-3xpjbkvsp1] {
    padding: 0.6rem 0.875rem 0.5rem;
}

.sidebar-popover-signed-in-label[b-3xpjbkvsp1] {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9ca3af;
    margin-bottom: 0.15rem;
}

.sidebar-popover-email[b-3xpjbkvsp1] {
    font-size: 0.8rem;
    color: #374151;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-popover-divider[b-3xpjbkvsp1] {
    height: 1px;
    background: #e5e7eb;
    margin: 0.25rem 0;
}

.sidebar-popover-item[b-3xpjbkvsp1] {
    display: block;
    width: 100%;
    padding: 0.45rem 0.875rem;
    font-size: 0.85rem;
    color: #374151;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.sidebar-popover-item:hover[b-3xpjbkvsp1] {
    background: #f3f4f6;
    color: #111827;
    text-decoration: none;
}

.sidebar-popover-logout[b-3xpjbkvsp1] {
    color: #6b7280;
}

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

    .collapse[b-3xpjbkvsp1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-3xpjbkvsp1] {
        /* Flex-grow to fill the space between brand header and footer */
        flex: 1;
        overflow-y: auto;
    }
}
/* /Pages/Settings.razor.rz.scp.css */
.settings-avatar-preview[b-8ycnp3lifb] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #4b5563;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.settings-avatar-initials[b-8ycnp3lifb] {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
}

.settings-avatar-img[b-8ycnp3lifb] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
