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

.sidebar[b-gs0bi0ihb8] {
    width: 250px;
    min-width: 250px;
    background: #111827;
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

.main-content[b-gs0bi0ihb8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.content[b-gs0bi0ihb8] {
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.footer[b-gs0bi0ihb8] {
    background: var(--bg);
    border-top: 1px solid var(--border);
}

.footer-inner[b-gs0bi0ihb8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    font-size: 0.8rem;
}

.footer-copyright[b-gs0bi0ihb8] {
    color: var(--text-muted);
}

.footer-tagline[b-gs0bi0ihb8] {
    color: var(--text-muted);
    opacity: 0.6;
}

@media (max-width: 768px) {
    .page[b-gs0bi0ihb8] {
        flex-direction: column;
    }

    .sidebar[b-gs0bi0ihb8] {
        width: 100%;
        min-width: unset;
        height: auto;
        position: static;
    }

    .content[b-gs0bi0ihb8] {
        padding-top: 1.5rem;
    }

    .footer-inner[b-gs0bi0ihb8] {
        flex-direction: column;
        gap: 0.25rem;
        text-align: center;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-header[b-lollnzgh8k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    flex-shrink: 0;
}

.nav-brand[b-lollnzgh8k] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: white;
}

.nav-brand:hover[b-lollnzgh8k] {
    color: white;
}

.nav-initials[b-lollnzgh8k] {
    width: 36px;
    height: 36px;
    border: 1.5px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    color: white;
}

.nav-brand-text[b-lollnzgh8k] {
    font-weight: 600;
    font-size: 1rem;
}

.navbar-toggler[b-lollnzgh8k] {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    transition: background 0.15s ease;
}

.navbar-toggler:hover[b-lollnzgh8k] {
    background: rgba(255,255,255,0.15);
}

.nav-scrollable[b-lollnzgh8k] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
    min-height: 0;
}

.nav-section-label[b-lollnzgh8k] {
    padding: 0.75rem 1.25rem 0.4rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.45);
    font-weight: 600;
    flex-shrink: 0;
}

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

.nav-link[b-lollnzgh8k] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 1.25rem;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    border-left: 3px solid transparent;
    transition: all 0.15s ease;
    position: relative;
}

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

.nav-link.active[b-lollnzgh8k] {
    color: white;
    background: rgba(255,255,255,0.08);
    border-left-color: #f59e0b;
}

.nav-icon[b-lollnzgh8k] {
    display: flex;
    align-items: center;
    opacity: 0.65;
    flex-shrink: 0;
}

.nav-link.active .nav-icon[b-lollnzgh8k] {
    opacity: 1;
}

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

.nav-badge[b-lollnzgh8k] {
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.1rem 0.45rem;
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.7);
    min-width: 1.2rem;
    text-align: center;
}

.nav-link.active .nav-badge[b-lollnzgh8k] {
    background: rgba(255,255,255,0.18);
    color: white;
}

.nav-footer[b-lollnzgh8k] {
    padding: 0.75rem 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    flex-shrink: 0;
}

.nav-footer-text[b-lollnzgh8k] {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.35);
}

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

    .collapse[b-lollnzgh8k] {
        display: flex;
    }
}

@media (max-width: 768px) {
    .nav-scrollable[b-lollnzgh8k] {
        display: none;
    }

    .nav-scrollable.collapse[b-lollnzgh8k] {
        display: flex;
    }

    .nav-footer[b-lollnzgh8k] {
        display: none;
    }
}
