/* /Components/Layout/MainLayout.razor.rz.scp.css */
.skip-link[b-smsn95he9m] {
    position: absolute;
    top: -100%;
    left: 16px;
    z-index: 100;
    padding: 8px 16px;
    background: var(--color-primary);
    color: #fff;
    border-radius: var(--radius-sm);
    font-weight: 600;
    text-decoration: none;
    transition: top 0.2s;
}

.skip-link:focus[b-smsn95he9m] {
    top: 8px;
}

.app-layout[b-smsn95he9m] {
    display: flex;
    min-height: 100vh;
}

.app-sidebar[b-smsn95he9m] {
    width: 260px;
    background: linear-gradient(180deg, var(--color-sidebar-start) 0%, var(--color-sidebar-mid) 50%, var(--color-sidebar-end) 100%);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 10;
}

.sidebar-brand[b-smsn95he9m] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-icon[b-smsn95he9m] {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.brand-text[b-smsn95he9m] {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.app-main[b-smsn95he9m] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: var(--color-bg);
}

.app-header[b-smsn95he9m] {
    background: var(--color-bg-card);
    border-bottom: 1px solid var(--color-border);
    padding: 0 32px;
    height: 56px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 5;
}

.header-title[b-smsn95he9m] {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    font-weight: 500;
    letter-spacing: 0.2px;
}

.app-content[b-smsn95he9m] {
    flex: 1;
    padding: 28px 32px;
}

#blazor-error-ui[b-smsn95he9m] {
    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-smsn95he9m] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.sidebar-version[b-smsn95he9m] {
    margin-top: auto;
    padding: 12px 24px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .app-layout[b-smsn95he9m] {
        flex-direction: column;
    }

    .app-sidebar[b-smsn95he9m] {
        width: 100%;
        height: auto;
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sidebar-brand[b-smsn95he9m] {
        flex: 1;
        border-bottom: none;
        padding: 12px 16px;
    }

    .app-header[b-smsn95he9m] {
        padding: 0 16px;
    }

    .app-content[b-smsn95he9m] {
        padding: 16px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-jwx0h4wcwq] .sidebar-nav {
    padding: 16px 12px;
}

[b-jwx0h4wcwq] .sidebar-nav .dxbl-treeview-tmpl {
    color: rgba(255, 255, 255, 0.75) !important;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.15s ease;
}

[b-jwx0h4wcwq] .sidebar-nav .dxbl-treeview-tmpl:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

[b-jwx0h4wcwq] .sidebar-nav .dxbl-active .dxbl-treeview-tmpl,
[b-jwx0h4wcwq] .sidebar-nav .dxbl-treeview-node-selected .dxbl-treeview-tmpl {
    color: #fff !important;
    background: rgba(233, 69, 96, 0.35) !important;
}

[b-jwx0h4wcwq] .sidebar-nav .dxbl-treeview {
    background: transparent !important;
    border: none !important;
}

[b-jwx0h4wcwq] .sidebar-nav .dxbl-treeview-node {
    margin-bottom: 2px;
}

[b-jwx0h4wcwq] .sidebar-nav a,
[b-jwx0h4wcwq] .sidebar-nav .dxbl-text {
    color: inherit !important;
}
