/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1wl0z2sedo] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-1wl0z2sedo] {
    flex: 1;
}

.sidebar[b-1wl0z2sedo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1wl0z2sedo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row a[b-1wl0z2sedo] {
    margin-left: 1.5rem;
    text-decoration: none;
}

.content[b-1wl0z2sedo] {
    padding-top: 1.1rem;
}

.loading-overlay[b-1wl0z2sedo] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

@media (min-width: 641px) {
    .page[b-1wl0z2sedo] {
        flex-direction: row;
    }

    .sidebar[b-1wl0z2sedo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1wl0z2sedo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    main > div[b-1wl0z2sedo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-n9flxrfpnz] {
    height: 100%;
    overflow-y: auto;
}

.nav-header[b-n9flxrfpnz] {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
}

.brand[b-n9flxrfpnz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
}

.brand-icon[b-n9flxrfpnz] {
    font-size: 1.5rem;
}

.nav-item[b-n9flxrfpnz] {
    padding: 0.5rem 1rem;
}

.nav-link[b-n9flxrfpnz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #d7d7d7;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: all 0.2s;
}

.nav-link:hover[b-n9flxrfpnz] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-link.active[b-n9flxrfpnz] {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-icon[b-n9flxrfpnz] {
    font-size: 1.2rem;
}

.nav-section[b-n9flxrfpnz] {
    margin: 0.5rem 0;
}

.nav-section-header[b-n9flxrfpnz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
    user-select: none;
}

.nav-section-header:hover[b-n9flxrfpnz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-section-title[b-n9flxrfpnz] {
    flex: 1;
    font-weight: 500;
    font-size: 0.95rem;
}

.nav-toggle[b-n9flxrfpnz] {
    font-size: 0.75rem;
    opacity: 0.7;
}

.nav-subsection[b-n9flxrfpnz] {
    padding-left: 1rem;
}

.nav-subsection .nav-link[b-n9flxrfpnz] {
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
    color: #c0c0c0;
}
/* /Pages/Index.razor.rz.scp.css */
.home-page[b-gxpylc6bcc] {
    max-width: 1200px;
    margin: 0 auto;
}

.hero[b-gxpylc6bcc] {
    text-align: center;
    padding: 3rem 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 8px;
    margin-bottom: 3rem;
}

.hero h1[b-gxpylc6bcc] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero .lead[b-gxpylc6bcc] {
    font-size: 1.25rem;
    opacity: 0.95;
}

.pillars[b-gxpylc6bcc], .quick-actions[b-gxpylc6bcc] {
    margin-bottom: 3rem;
}

.pillars h2[b-gxpylc6bcc], .quick-actions h2[b-gxpylc6bcc] {
    text-align: center;
    margin-bottom: 2rem;
}

.pillar-grid[b-gxpylc6bcc], .action-grid[b-gxpylc6bcc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.pillar-card[b-gxpylc6bcc], .action-card[b-gxpylc6bcc] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    color: inherit;
    display: block;
}

.pillar-card:hover[b-gxpylc6bcc], .action-card:hover[b-gxpylc6bcc] {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #667eea;
}

.pillar-icon[b-gxpylc6bcc], .action-icon[b-gxpylc6bcc] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.pillar-card h3[b-gxpylc6bcc], .action-card h4[b-gxpylc6bcc] {
    margin-bottom: 0.5rem;
    color: #333;
}

.pillar-card p[b-gxpylc6bcc], .action-card p[b-gxpylc6bcc] {
    color: #666;
    line-height: 1.6;
}
