/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-j65y7q72mt] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f4f6fa;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

main[b-j65y7q72mt] {
    flex: 1;
    padding: 1.5rem;
}

.sidebar[b-j65y7q72mt] {
    background: rgba(10, 25, 47, 0.9);
    backdrop-filter: blur(10px);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.top-row[b-j65y7q72mt] {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

    .top-row[b-j65y7q72mt]  a, .top-row[b-j65y7q72mt]  .btn-link {
        margin-left: 1.5rem;
        text-decoration: none;
        font-weight: 500;
        color: #333;
        transition: color 0.2s ease;
    }

        .top-row[b-j65y7q72mt]  a:hover {
            color: #0066ff;
        }

@media (max-width: 640.98px) {
    .top-row[b-j65y7q72mt] {
        justify-content: space-between;
    }

        .top-row[b-j65y7q72mt]  a, .top-row[b-j65y7q72mt]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-j65y7q72mt] {
        flex-direction: row;
    }

    .sidebar[b-j65y7q72mt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-j65y7q72mt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-j65y7q72mt]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-j65y7q72mt], article[b-j65y7q72mt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-j65y7q72mt] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-j65y7q72mt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-item[b-5bndfk4shp] {
    font-size: 1rem;
    margin: 0.25rem 0;
    transition: all 0.2s ease;
}

    .nav-item[b-5bndfk4shp]  .nav-link {
        color: #d7d7d7;
        border-radius: 8px;
        padding: 0.75rem 1rem;
        display: flex;
        align-items: center;
        transition: all 0.2s ease;
    }

        .nav-item[b-5bndfk4shp]  .nav-link:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateX(4px);
            color: #fff;
        }

    .nav-item[b-5bndfk4shp]  a.active {
        background: linear-gradient(135deg, #007bff, #00c6ff);
        color: white;
        box-shadow: 0 3px 10px rgba(0, 123, 255, 0.3);
    }

.sidebar-logo[b-5bndfk4shp] {
    max-height: 60px;
    margin: 1rem auto;
    display: block;
    border-radius: 12px;
}

.nav-header[b-5bndfk4shp] {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
}

.navbar-brand[b-5bndfk4shp] {
    font-size: 1.25rem;
    color: white;
    text-decoration: none;
}

