/* _content/SastreOK.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ampgrbzgup] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-ampgrbzgup] {
    flex: 1;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.sidebar[b-ampgrbzgup] {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.top-row[b-ampgrbzgup] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e2e8f0;
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.top-row[b-ampgrbzgup]  a, .top-row[b-ampgrbzgup]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #64748b;
    font-weight: 500;
    transition: color 0.2s ease;
}

.top-row[b-ampgrbzgup]  a:hover, .top-row[b-ampgrbzgup]  .btn-link:hover {
    color: #3b82f6;
    text-decoration: none;
}

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

@media (max-width: 1279px) {
    .page[b-ampgrbzgup] {
        flex-direction: column;
    }

    .sidebar[b-ampgrbzgup] {
        width: 100%;
        height: auto;
        position: relative;
    }

    .top-row[b-ampgrbzgup] {
        justify-content: space-between;
        padding: 0 1rem;
    }

    .top-row[b-ampgrbzgup]  a, .top-row[b-ampgrbzgup]  .btn-link {
        margin-left: 0.5rem;
    }

    main[b-ampgrbzgup] {
        padding: 0;
    }
}

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

    .sidebar[b-ampgrbzgup] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ampgrbzgup] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

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

    .top-row[b-ampgrbzgup], article[b-ampgrbzgup] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-ampgrbzgup] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 1rem 1.5rem;
    position: fixed;
    z-index: 1000;
    border-radius: 0.75rem;
    border: 1px solid #f59e0b;
}

#blazor-error-ui .dismiss[b-ampgrbzgup] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #92400e;
    font-size: 1.25rem;
    font-weight: bold;
}
/* _content/SastreOK.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* Minimal styles for active nav links */
.nav-link.active[b-sdvz2aqpvl] {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white !important;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.nav-link.active svg[b-sdvz2aqpvl] {
    color: white !important;
}

.nav-link.active span[b-sdvz2aqpvl] {
    color: white !important;
}
