/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-htssrbto0p] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

main[b-htssrbto0p] {
    flex: 1;
    min-width: 0;
}

.app-footer[b-htssrbto0p] {
    color: var(--muted);
    font-size: 0.68rem;
    letter-spacing: 0.02em;
    opacity: 0.65;
    padding: 1rem 1.5rem 1.25rem;
    text-align: center;
}

.sidebar[b-htssrbto0p] {
    flex-shrink: 0;
}

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

    .sidebar[b-htssrbto0p] {
        height: 100vh;
        position: sticky;
        top: 0;
        width: 250px;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-784mg2nvdx] {
    background-color: var(--sidebar-hover);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.75rem;
    padding: 0.55rem 0.65rem;
}

.top-row[b-784mg2nvdx] {
    align-items: center;
    background-color: var(--sidebar-bg);
    display: flex;
    justify-content: space-between;
    min-height: 4.5rem;
    padding: 0 1.25rem;
}

.navbar-brand[b-784mg2nvdx] {
    color: var(--sidebar-muted);
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0;
}

.bi[b-784mg2nvdx] {
    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-784mg2nvdx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-784mg2nvdx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-784mg2nvdx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-784mg2nvdx] {
    font-size: 0.95rem;
}

.nav-item[b-784mg2nvdx]  a {
    align-items: center;
    border-radius: 0.85rem;
    color: var(--sidebar-muted);
    display: flex;
    gap: 0.75rem;
    line-height: 1.25;
    min-height: 3rem;
    padding: 0.8rem 1rem;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-item[b-784mg2nvdx]  a.active {
    background-color: var(--sidebar-active);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    color: white;
}

.nav-item[b-784mg2nvdx]  a:hover {
    background-color: var(--sidebar-hover);
    color: white;
    transform: translateX(0.15rem);
}

.nav-icon[b-784mg2nvdx] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.15rem 1.15rem;
    display: inline-block;
    flex: 0 0 1.25rem;
    height: 1.25rem;
    opacity: 0.8;
    width: 1.25rem;
}

.nav-icon-home[b-784mg2nvdx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m2 7 6-5 6 5v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7Z'/%3E%3Cpath d='M6 15V9h4v6'/%3E%3C/svg%3E");
}

.nav-icon-board[b-784mg2nvdx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect x='2' y='2' width='12' height='12' rx='2'/%3E%3Cpath d='M2 6h12M2 10h12M6 2v12M10 2v12'/%3E%3C/svg%3E");
}

.nav-icon-history[b-784mg2nvdx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M2.5 4.5V1.75M2.5 1.75H5.25M2.5 1.75a6 6 0 1 1-1 7.05'/%3E%3Cpath d='M8 4v4l2.5 1.5'/%3E%3C/svg%3E");
}

.nav-icon-profile[b-784mg2nvdx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Ccircle cx='8' cy='5' r='2.5'/%3E%3Cpath d='M3 14a5 5 0 0 1 10 0'/%3E%3C/svg%3E");
}

.nav-item[b-784mg2nvdx]  a.active .nav-icon,
.nav-item[b-784mg2nvdx]  a:hover .nav-icon {
    opacity: 1;
}

.theme-switch[b-784mg2nvdx] {
    margin-top: 2rem;
}

.theme-toggle[b-784mg2nvdx] {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.85rem;
    color: var(--sidebar-muted);
    display: flex;
    font: inherit;
    gap: 0.75rem;
    min-height: 3rem;
    padding: 0.8rem 1rem;
    text-align: left;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
    width: 100%;
}

.theme-toggle:hover[b-784mg2nvdx] {
    background: var(--sidebar-hover);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.theme-icon[b-784mg2nvdx] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.15rem 1.15rem;
    display: inline-block;
    flex: 0 0 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
}

.theme-icon-moon[b-784mg2nvdx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M13.5 10.5A5.5 5.5 0 0 1 5.5 2.5 5.5 5.5 0 1 0 13.5 10.5Z'/%3E%3C/svg%3E");
}

.theme-icon-sun[b-784mg2nvdx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3Cpath d='M8 1v1.5M8 13.5V15M1 8h1.5M13.5 8H15M3.05 3.05l1.06 1.06M11.89 11.89l1.06 1.06M12.95 3.05l-1.06 1.06M4.11 11.89l-1.06 1.06'/%3E%3C/svg%3E");
}

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

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

    .nav-scrollable[b-784mg2nvdx] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
        padding: 1.25rem 0.75rem;
    }
}

@media (max-width: 640px) {
    .nav-scrollable[b-784mg2nvdx] {
        padding: 0.75rem;
    }
}
