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

main[b-vlzedz491a] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.sidebar[b-vlzedz491a] {
    background-color: #1e2235;
}

article.content[b-vlzedz491a] {
    flex: 1;
    overflow-y: auto;
    padding-top: 1.5rem;
}

/* Mobile topbar */
.mobile-topbar[b-vlzedz491a] {
    display: none;
}

/* Mobile sidebar backdrop */
.sidebar-backdrop[b-vlzedz491a] {
    display: none;
}

@media (max-width: 640.98px) {
    .mobile-topbar[b-vlzedz491a] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.5rem 1rem;
        background: #1e2235;
        color: #fff;
    }

    .sidebar[b-vlzedz491a] {
        position: fixed;
        top: 0;
        left: -260px;
        width: 250px;
        height: 100vh;
        z-index: 1060;
        transition: left 0.25s ease;
    }

    .sidebar-open .sidebar[b-vlzedz491a] {
        left: 0;
    }

    .sidebar-backdrop[b-vlzedz491a] {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 1050;
    }

    .sidebar-open .sidebar-backdrop[b-vlzedz491a] {
        display: block;
    }

    article.content[b-vlzedz491a] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

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

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

    main[b-vlzedz491a] {
        height: 100vh;
    }

    article.content[b-vlzedz491a] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vlzedz491a] {
    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-vlzedz491a] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
/* === PawDesk Sidebar Nav === */
.sidebar-content[b-t6o7ycry1r] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sidebar-brand[b-t6o7ycry1r] {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.sidebar-brand a[b-t6o7ycry1r] {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
}

.sidebar-brand a:hover[b-t6o7ycry1r] {
    color: white;
    text-decoration: none;
}

.sidebar-brand i[b-t6o7ycry1r] {
    font-size: 1.4rem;
    color: #8b8fea;
}

.sidebar-nav[b-t6o7ycry1r] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0;
}

.sidebar-footer[b-t6o7ycry1r] {
    padding: 0.75rem 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.sidebar-footer .bi-person-circle[b-t6o7ycry1r] {
    font-size: 1.1rem;
    color: #8b8fea;
}

.sidebar-username[b-t6o7ycry1r] {
    color: #a8afc7;
    font-size: 0.85rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-section[b-t6o7ycry1r] {
    padding: 0.35rem 0;
}

.nav-section-title[b-t6o7ycry1r] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(168, 175, 199, 0.5);
    padding: 0.85rem 1.25rem 0.35rem;
    font-weight: 600;
}

.nav-section-toggle[b-t6o7ycry1r] {
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
}
.nav-section-toggle:hover[b-t6o7ycry1r] {
    color: rgba(168, 175, 199, 0.8);
}

.nav-item[b-t6o7ycry1r] {
    padding: 2px 0.75rem;
}

.nav-item[b-t6o7ycry1r]  .nav-link {
    color: #a8afc7;
    background: none;
    border: none;
    border-radius: 0.5rem;
    height: 3rem;
    display: flex;
    align-items: center;
    padding: 0 0.85rem;
    font-size: 0.95rem;
    font-weight: 500;
    width: 100%;
    transition: all 0.15s ease;
    gap: 0.75rem;
}

.nav-item[b-t6o7ycry1r]  .nav-link i {
    font-size: 1.15rem;
    width: 1.4rem;
    text-align: center;
}

.nav-item[b-t6o7ycry1r]  a.active {
    background-color: rgba(91, 99, 211, 0.25);
    color: white;
}

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