/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-9gisjdn0m8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9gisjdn0m8] {
    flex: 1;
}

.sidebar[b-9gisjdn0m8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9gisjdn0m8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9gisjdn0m8]  a, .top-row[b-9gisjdn0m8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9gisjdn0m8]  a:hover, .top-row[b-9gisjdn0m8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9gisjdn0m8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9gisjdn0m8] {
        justify-content: space-between;
    }

    .top-row[b-9gisjdn0m8]  a, .top-row[b-9gisjdn0m8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9gisjdn0m8] {
        flex-direction: row;
    }

    .sidebar[b-9gisjdn0m8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9gisjdn0m8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9gisjdn0m8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9gisjdn0m8], article[b-9gisjdn0m8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* Header */
.main-header[b-q2sdzmomor] {
    background: linear-gradient(90deg, #1E3A8A, #3B82F6);
}

/* Sidebar */
.sidebar[b-q2sdzmomor] {
    background: linear-gradient(180deg, #1E3A8A, #3B82F6);
}

.sidebar-logo[b-q2sdzmomor] {
    width: 90px;
    display: block;
    margin: 20px auto 10px;
    animation: fadeInDown-b-q2sdzmomor 1s ease;
}

.sidebar-title[b-q2sdzmomor] {
    color: #E0E7FF;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Navigation links */
.mud-nav-link[b-q2sdzmomor] {
    color: #E0E7FF;
    font-weight: 500;
    transition: background 0.3s ease, padding-left 0.3s ease;
}

    .mud-nav-link:hover[b-q2sdzmomor] {
        background-color: rgba(255, 255, 255, 0.1);
        padding-left: 10px;
    }

/* Content */
.main-content[b-q2sdzmomor] {
    background-color: #F8FAFC;
    min-height: 100vh;
}

.content-paper[b-q2sdzmomor] {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Logo Animations */
@keyframes fadeInDown-b-q2sdzmomor {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
