/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-layout[b-905gkkse4d] {
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

/* Desktop Sidebar */
.desktop-sidebar[b-905gkkse4d] {
    width: 260px;
    height: 100vh;
    background-image: linear-gradient(180deg, #0f172a 0%, #1e1b4b 100%);
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    z-index: 100;
}

/* Mobile Header */
.mobile-header[b-905gkkse4d] {
    height: 56px;
    background-image: linear-gradient(90deg, #0f172a 0%, #1e1b4b 100%);
    z-index: 200;
}

.hamburger-btn[b-905gkkse4d] {
    border: none;
    background: none;
    outline: none;
}

.mobile-brand-title[b-905gkkse4d] {
    letter-spacing: 0.5px;
}

/* Offcanvas mobile drawer */
.mobile-nav-drawer[b-905gkkse4d] {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    z-index: 1050;
    background-color: #0f172a;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.drawer-open[b-905gkkse4d] {
    transform: translateX(0);
}

.drawer-closed[b-905gkkse4d] {
    transform: translateX(-100%);
}

.drawer-header[b-905gkkse4d] {
    background-color: rgba(0, 0, 0, 0.15);
}

.drawer-body[b-905gkkse4d] {
    flex: 1;
    overflow-y: auto;
}

/* Backdrop */
.mobile-nav-backdrop[b-905gkkse4d] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    z-index: 1040;
}

/* Main Panel */
.main-panel[b-905gkkse4d] {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background-color: #f8fafc;
}

.top-row[b-905gkkse4d] {
    height: 56px;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.user-profile-badge[b-905gkkse4d] {
    background-color: #f1f5f9;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.page-content[b-905gkkse4d] {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem;
}

/* Bottom Navigation Bar for Mobile */
.mobile-bottom-tabs[b-905gkkse4d] {
    height: 60px;
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
}

.tab-item[b-905gkkse4d] {
    color: #64748b;
    flex: 1;
    height: 100%;
    transition: all 0.2s ease;
}

.tab-icon[b-905gkkse4d] {
    font-size: 1.25rem;
    margin-bottom: 2px;
    transition: transform 0.2s ease;
}

.tab-label[b-905gkkse4d] {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.tab-item:hover[b-905gkkse4d] {
    color: #0d6efd;
}

.tab-item.active[b-905gkkse4d] {
    color: #0d6efd !important;
}

.tab-item.active .tab-icon[b-905gkkse4d] {
    transform: translateY(-2px);
}

/* Media query adaptations */
@media (max-width: 767.98px) {
    .app-layout[b-905gkkse4d] {
        flex-direction: column;
    }
    
    .page-content[b-905gkkse4d] {
        padding-bottom: 75px; /* Offset bottom tab bar */
    }
}

#blazor-error-ui[b-905gkkse4d] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

#blazor-error-ui .dismiss[b-905gkkse4d] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-container[b-yh4ne07uwb] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.brand-section[b-yh4ne07uwb] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(0, 0, 0, 0.15);
}

.navbar-brand[b-yh4ne07uwb] {
    font-size: 1.15rem;
    letter-spacing: 0.5px;
}

.nav-links-scroll[b-yh4ne07uwb] {
    flex: 1;
    overflow-y: auto;
}

.nav-item[b-yh4ne07uwb]  .nav-link {
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 3px solid transparent;
    cursor: pointer;
    text-decoration: none;
}

.nav-item[b-yh4ne07uwb]  .nav-link:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateX(3px);
}

.nav-item[b-yh4ne07uwb]  .nav-link.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.35) 0%, rgba(13, 110, 253, 0.15) 100%) !important;
    border-left: 3px solid #0d6efd;
    box-shadow: inset 0 0 10px rgba(13, 110, 253, 0.15);
}

.nav-icon[b-yh4ne07uwb] {
    font-size: 1.1rem;
    transition: transform 0.25s ease;
}

.nav-item[b-yh4ne07uwb]  .nav-link:hover .nav-icon {
    transform: scale(1.15);
}

.nav-divider[b-yh4ne07uwb] {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.08);
}
