/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bxgbyp97h8] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-bxgbyp97h8] {
    flex: 1;
    background: #f3f4f6;
}

.sidebar[b-bxgbyp97h8] {
    background: #0d1117;
}

.content[b-bxgbyp97h8] {
    padding: 2rem 2.25rem;
}

@media (max-width: 640.98px) {
    .content[b-bxgbyp97h8] {
        padding: 1.25rem 1rem;
    }
}

@media (min-width: 641px) {
    .page[b-bxgbyp97h8] {
        flex-direction: row;
    }

    .sidebar[b-bxgbyp97h8] {
        width: 240px;
        height: 100vh;
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
}

#blazor-error-ui[b-bxgbyp97h8] {
    color-scheme: light only;
    background: #fef2f2;
    border-top: 1px solid #fecaca;
    color: #dc2626;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 0.875rem;
}

#blazor-error-ui .dismiss[b-bxgbyp97h8] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Mobile toggle button */
.navbar-toggler[b-nlo3w5h7s9] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.25rem;
    position: absolute;
    top: 0.875rem;
    right: 1rem;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem rgba(255,255,255,0.08);
    z-index: 10;
}

.navbar-toggler:checked[b-nlo3w5h7s9] {
    background-color: rgba(255,255,255,0.15);
}

/* Logo area */
.sidebar-header[b-nlo3w5h7s9] {
    padding: 1.25rem 1.25rem 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.sidebar-logo-link[b-nlo3w5h7s9] {
    display: flex;
    align-items: center;
}

.sidebar-logo[b-nlo3w5h7s9] {
    height: 40px;
    width: auto;
}

/* Scrollable nav area */
.nav-scrollable[b-nlo3w5h7s9] {
    display: none;
    overflow-y: auto;
}

.navbar-toggler:checked ~ .nav-scrollable[b-nlo3w5h7s9] {
    display: block;
}

/* Nav container */
.sidebar-nav[b-nlo3w5h7s9] {
    display: flex;
    flex-direction: column;
    padding: 0.75rem 0.75rem 1.5rem;
    gap: 2px;
}

/* Nav links */
.sidebar-link[b-nlo3w5h7s9] {
    display: flex;
    align-items: center;
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    transition: background 0.12s, color 0.12s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    background: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.sidebar-link:hover[b-nlo3w5h7s9] {
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}

.sidebar-link.active[b-nlo3w5h7s9] {
    background: rgba(249,115,22,0.18);
    color: #fb923c;
    font-weight: 600;
}

.sidebar-link-btn[b-nlo3w5h7s9] {
    line-height: 1.4;
}

.sidebar-form[b-nlo3w5h7s9] {
    display: contents;
}

/* Icons */
.nav-icon[b-nlo3w5h7s9] {
    width: 1.1rem;
    text-align: center;
    margin-right: 0.65rem;
    font-size: 0.95rem;
    flex-shrink: 0;
}

/* Section labels */
.sidebar-section-label[b-nlo3w5h7s9] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    padding: 0.75rem 0.75rem 0.25rem;
}

/* Divider */
.sidebar-divider[b-nlo3w5h7s9] {
    height: 1px;
    background: rgba(255,255,255,0.07);
    margin: 0.5rem 0;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nlo3w5h7s9] {
        display: none;
    }

    .nav-scrollable[b-nlo3w5h7s9] {
        display: block;
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }

    .nav-scrollable[b-nlo3w5h7s9]::-webkit-scrollbar {
        width: 4px;
    }

    .nav-scrollable[b-nlo3w5h7s9]::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-scrollable[b-nlo3w5h7s9]::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.15);
        border-radius: 2px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-hero[b-g6dqipcfrx] {
    position: relative;
    width: 100%;
    height: 100vh; /* fill full viewport height */
    margin: 0;
}

.home-hero-image[b-g6dqipcfrx] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* cover entire area, cropping if needed */
}

