/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ============================================== */
/* MAIN LAYOUT - MINIMAL THEME INTEGRATION      */
/* ============================================== */

.page[b-7fylrxz0l0] {
    position: relative;
    display: flex;
    flex-direction: row; /* Side-by-side by default */
    min-height: 100vh;
    /* Apply gradient background to match theme */
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #7e22ce 100%);
    background-attachment: fixed;
}

/* Subtle overlay for depth */
.page[b-7fylrxz0l0]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(102, 126, 234, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(245, 87, 108, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

main[b-7fylrxz0l0] {
    flex: 1;
    position: relative;
    z-index: 1;
}

.sidebar[b-7fylrxz0l0] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.95) 100%);
    backdrop-filter: blur(20px);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.3);
}

.top-row[b-7fylrxz0l0] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 10;
}

.top-row[b-7fylrxz0l0]  a, .top-row[b-7fylrxz0l0]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.top-row[b-7fylrxz0l0]  a:hover, .top-row[b-7fylrxz0l0]  .btn-link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(102, 126, 234, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    text-decoration: none;
}

.top-row[b-7fylrxz0l0]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-row[b-7fylrxz0l0], article[b-7fylrxz0l0] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
}

/* Mobile-first: Stack vertically on small screens */
@@media (max-width: 640.98px) {
    .page[b-7fylrxz0l0] {
        flex-direction: column;
    }

    .sidebar[b-7fylrxz0l0] {
        width: 100%;
        height: auto;
        position: relative;
    }

    .top-row[b-7fylrxz0l0] {
        justify-content: space-between;
        position: relative;
    }

    .top-row[b-7fylrxz0l0]  a, .top-row[b-7fylrxz0l0]  .btn-link {
        margin-left: 0;
        padding: 0.4rem 0.75rem;
        font-size: 0.875rem;
    }

    .top-row[b-7fylrxz0l0], article[b-7fylrxz0l0] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

#blazor-error-ui[b-7fylrxz0l0] {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.95), rgba(185, 28, 28, 0.95));
    backdrop-filter: blur(20px);
    bottom: 0;
    box-shadow: 0 -4px 24px rgba(220, 38, 38, 0.4);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-top: 2px solid rgba(248, 113, 113, 0.5);
    color: #ffffff;
}

#blazor-error-ui .dismiss[b-7fylrxz0l0] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

#blazor-error-ui .dismiss:hover[b-7fylrxz0l0] {
    color: #ffffff;
    transform: scale(1.2);
}

#blazor-error-ui .reload[b-7fylrxz0l0] {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
}

#blazor-error-ui .reload:hover[b-7fylrxz0l0] {
    color: #fef3c7;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu Component - CSS isolation file */
/* All styles are embedded in the component for proper isolation */
