/* /Components/Layout/MainLayout.razor.rz.scp.css */
.m2-page[b-gkpr0acc1q] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background: #f3f5f8;
}

.m2-topbar[b-gkpr0acc1q] {
    height: 56px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    background: #16365f;
    color: #fff;
    box-shadow: 0 1px 4px rgba(16, 24, 40, .25);
}

.m2-topbar__brand[b-gkpr0acc1q] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: .02em;
}

.m2-topbar__sub[b-gkpr0acc1q] {
    font-weight: 400;
    font-size: .85rem;
    opacity: .75;
}

.m2-topbar__user[b-gkpr0acc1q] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.m2-topbar__name[b-gkpr0acc1q] {
    font-size: .9rem;
    opacity: .9;
    display: flex;
    align-items: center;
    gap: 6px;
}

.m2-btn-salir[b-gkpr0acc1q] {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    border-radius: 6px;
    padding: 4px 12px;
    font-size: .85rem;
    cursor: pointer;
    transition: background .15s ease;
}

.m2-btn-salir:hover[b-gkpr0acc1q] {
    background: rgba(255, 255, 255, .22);
}

.m2-main[b-gkpr0acc1q] {
    flex: 1 1 auto;
    min-height: 0;
}

@media (max-width: 480px) {
    .m2-topbar__sub[b-gkpr0acc1q] {
        display: none;
    }

    .m2-topbar__name[b-gkpr0acc1q] {
        display: none;
    }
}
/* /Components/Pages/Archivos.razor.rz.scp.css */
.fm-shell[b-2v0dw6t0sp] {
    height: calc(100dvh - 56px);
    padding: 12px;
    box-sizing: border-box;
}

.fm-panel[b-2v0dw6t0sp] {
    height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(16, 24, 40, .08);
    overflow: hidden;
}

.fm-panel__manager[b-2v0dw6t0sp] {
    height: 100%;
}

/* Modal propio de subida (sin SfDialog) */

.m2-modal-overlay[b-2v0dw6t0sp] {
    position: fixed;
    inset: 0;
    background: rgba(16, 24, 40, .45);
    z-index: 1500;
}

.m2-modal[b-2v0dw6t0sp] {
    position: fixed;
    top: 18dvh;
    left: 50%;
    transform: translateX(-50%);
    width: min(540px, calc(100vw - 24px));
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(16, 24, 40, .25);
    z-index: 1501;
    overflow: hidden;
}

.m2-modal__header[b-2v0dw6t0sp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    font-weight: 600;
    color: #16365f;
    border-bottom: 1px solid #e6e9ee;
}

.m2-modal__cerrar[b-2v0dw6t0sp] {
    background: none;
    border: none;
    font-size: 1.4rem;
    line-height: 1;
    color: #5b6573;
    cursor: pointer;
}

.m2-modal__body[b-2v0dw6t0sp] {
    padding: 14px 16px 16px;
    max-height: 55dvh;
    overflow-y: auto;
}

@media (max-width: 480px) {
    .fm-shell[b-2v0dw6t0sp] {
        padding: 6px;
    }
}
