/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xl90g7ge84] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xl90g7ge84] {
    flex: 1;
}

.sidebar[b-xl90g7ge84] {
    /* background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    /* background-image: linear-gradient(180deg, #344C11 0%, #778D45 100%);*/
    /*    background-image: linear-gradient(180deg, #485865 0%, #3A889A 45%, #67CBDD 100%);*/
    /*    background-image: linear-gradient(135deg, #485865 0%, #3A889A 40%, #63BBB0 75%, #C0E5E8 100%);*/
    /*    background-image: linear-gradient(180deg, #274852 0%, #3E7F89 45%, #73B9A8 100%);*/
    background-image: linear-gradient(180deg, #274852 0%, #3E7F89 45%, #73B9A8 100%);
}

.top-row[b-xl90g7ge84] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xl90g7ge84]  a, .top-row[b-xl90g7ge84]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xl90g7ge84]  a:hover, .top-row[b-xl90g7ge84]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xl90g7ge84]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xl90g7ge84] {
        justify-content: space-between;
    }

    .top-row[b-xl90g7ge84]  a, .top-row[b-xl90g7ge84]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xl90g7ge84] {
        flex-direction: row;
    }

    .sidebar[b-xl90g7ge84] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xl90g7ge84] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xl90g7ge84]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xl90g7ge84], article[b-xl90g7ge84] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xl90g7ge84] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-xl90g7ge84] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-iors8753x1] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.12);
}

    .navbar-toggler:checked[b-iors8753x1] {
        background-color: rgba(255, 255, 255, 0.25);
    }

.top-row[b-iors8753x1] {
    min-height: 4.1rem;
    background-color: rgba(10, 35, 42, 0.72);
    display: flex;
    align-items: center;
}

.navbar-brand[b-iors8753x1] {
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.02rem;
    color: #ffffff;
}

.nav-scrollable[b-iors8753x1] {
    display: none;
    padding-top: 1rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-iors8753x1] {
    display: block;
}

.nav-menu[b-iors8753x1] {
    padding-bottom: 1.5rem;
}

.nav-item[b-iors8753x1] {
    padding: 0 1rem;
    margin-bottom: 0.25rem;
}

/* Links normales generados por NavLink */
.nav-menu[b-iors8753x1]  .nav-link,
.menu-parent[b-iors8753x1] {
    width: 100%;
    min-height: 2.9rem;
    border: none;
    border-radius: 12px;
    background: transparent;
    color: rgba(255, 255, 255, 0.88) !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 0.95rem;
    line-height: 1.2;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

    .nav-menu[b-iors8753x1]  .nav-link:hover,
    .menu-parent:hover[b-iors8753x1] {
        background-color: rgba(255, 255, 255, 0.13);
        color: #ffffff !important;
    }

    .nav-menu[b-iors8753x1]  .nav-link.active {
        background-color: rgba(255, 255, 255, 0.22);
        color: #ffffff !important;
        font-weight: 700;
    }

.menu-parent[b-iors8753x1] {
    cursor: pointer;
}

    .menu-parent[aria-expanded="true"][b-iors8753x1] {
        background-color: rgba(255, 255, 255, 0.14);
        color: #ffffff !important;
        font-weight: 700;
    }

.menu-left[b-iors8753x1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.menu-text[b-iors8753x1] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-icon[b-iors8753x1] {
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.95;
}

.menu-arrow[b-iors8753x1] {
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-icon[b-iors8753x1] {
    font-size: 1rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.85);
    transition: transform 0.18s ease;
}

.menu-parent[aria-expanded="true"] .arrow-icon[b-iors8753x1] {
    transform: rotate(180deg);
}

/* Submenú */
.submenu-collapse[b-iors8753x1] {
    margin: 0.35rem 0 0.75rem 1.85rem;
    padding-left: 0.75rem;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    animation: submenuIn-b-iors8753x1 0.16s ease-out;
}

@keyframes submenuIn-b-iors8753x1 {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.submenu-collapse[b-iors8753x1]  .submenu-link {
    min-height: 2.55rem;
    padding: 0.55rem 0.8rem !important;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78) !important;
    background-color: transparent;
}

    .submenu-collapse[b-iors8753x1]  .submenu-link:hover {
        background-color: rgba(255, 255, 255, 0.11);
        color: #ffffff !important;
    }

    .submenu-collapse[b-iors8753x1]  .submenu-link.active {
        background-color: rgba(255, 255, 255, 0.24);
        color: #ffffff !important;
        font-weight: 700;
    }

.submenu-collapse .menu-icon[b-iors8753x1] {
    width: 20px;
    min-width: 20px;
    height: 20px;
}

/* Íconos */
.bi-house-door-fill-nav-menu[b-iors8753x1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-iors8753x1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-download-nav-menu[b-iors8753x1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.5 10a.5.5 0 0 1-.5-.5v-8A1.5 1.5 0 0 1 4.5 0h7A1.5 1.5 0 0 1 13 1.5v8a.5.5 0 0 1-1 0v-8a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5v8a.5.5 0 0 1-.5.5z'/%3E%3Cpath fill-rule='evenodd' d='M7.646 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V5.5a.5.5 0 0 0-1 0v8.793l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z'/%3E%3C/svg%3E");
}

.bi-ship-nav-menu[b-iors8753x1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 14.5A1.5 1.5 0 0 0 1.5 16c1.11 0 1.95-.69 2.5-1.26.55.57 1.39 1.26 2.5 1.26s1.95-.69 2.5-1.26c.55.57 1.39 1.26 2.5 1.26s1.95-.69 2.5-1.26c.55.57 1.39 1.26 2.5 1.26A1.5 1.5 0 0 0 16 14.5V14H0z'/%3E%3Cpath d='M15.037 8.856 14 8.144V4.5A1.5 1.5 0 0 0 12.5 3H11V1.5A1.5 1.5 0 0 0 9.5 0h-3A1.5 1.5 0 0 0 5 1.5V3H3.5A1.5 1.5 0 0 0 2 4.5v3.644l-1.037.712A1 1 0 0 0 .5 9.68V13h15V9.68a1 1 0 0 0-.463-.824ZM6 1.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V3H6z'/%3E%3C/svg%3E");
}

.bi-test-tube-nav-menu[b-iors8753x1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 1a.5.5 0 0 0 0 1H6v5.293l-3.146 3.147A3.5 3.5 0 1 0 7.8 15.39l3.146-3.147A3.5 3.5 0 0 0 6 7.293V2h.5a.5.5 0 0 0 0-1h-1zM7 8.707l2.946 2.947a2.5 2.5 0 1 1-3.536 3.535L3.464 12.243z'/%3E%3C/svg%3E");
}

.bi-checklist-nav-menu[b-iors8753x1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M10.854 6.146a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 9.293l3.146-3.147a.5.5 0 0 1 .708 0z'/%3E%3Cpath d='M2 2.5A1.5 1.5 0 0 1 3.5 1h9A1.5 1.5 0 0 1 14 2.5v11A1.5 1.5 0 0 1 12.5 15h-9A1.5 1.5 0 0 1 2 13.5zm1.5-.5a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-11a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-iors8753x1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

@media (min-width: 641px) {
    .navbar-toggler[b-iors8753x1] {
        display: none;
    }

    .nav-scrollable[b-iors8753x1] {
        display: block;
        height: calc(100vh - 4.1rem);
        overflow-y: auto;
    }
}
.menu-arrow[b-iors8753x1] {
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-chevron[b-iors8753x1] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.88);
    transition: transform 0.22s ease, color 0.22s ease;
}

/* cuando el menú está abierto */
.menu-parent[aria-expanded="true"] .menu-chevron[b-iors8753x1] {
    transform: rotate(180deg);
    color: #ffffff;
}

.menu-icon[b-iors8753x1] {
    width: 1.6rem;
    min-width: 1.6rem;
    font-size: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3e12pxhrmo],
.components-reconnect-repeated-attempt-visible[b-3e12pxhrmo],
.components-reconnect-failed-visible[b-3e12pxhrmo],
.components-pause-visible[b-3e12pxhrmo],
.components-resume-failed-visible[b-3e12pxhrmo],
.components-rejoining-animation[b-3e12pxhrmo] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3e12pxhrmo],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3e12pxhrmo],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3e12pxhrmo],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3e12pxhrmo],
#components-reconnect-modal.components-reconnect-retrying[b-3e12pxhrmo],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3e12pxhrmo],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3e12pxhrmo],
#components-reconnect-modal.components-reconnect-failed[b-3e12pxhrmo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3e12pxhrmo] {
    display: block;
}


#components-reconnect-modal[b-3e12pxhrmo] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-3e12pxhrmo 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3e12pxhrmo 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3e12pxhrmo 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3e12pxhrmo]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3e12pxhrmo 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3e12pxhrmo {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3e12pxhrmo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3e12pxhrmo {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3e12pxhrmo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3e12pxhrmo] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3e12pxhrmo] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3e12pxhrmo] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3e12pxhrmo] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3e12pxhrmo] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3e12pxhrmo] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3e12pxhrmo 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3e12pxhrmo] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3e12pxhrmo {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Produccion/Findecargapro.razor.rz.scp.css */
.fc-page[b-ss664juwyb] {
    max-width: 1320px;
    margin: 0 auto;
    padding-bottom: 5rem;
}

.fc-hero[b-ss664juwyb] {
    border-radius: 22px;
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
    border: 1px solid rgba(22, 163, 74, 0.22);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

    .fc-hero h1[b-ss664juwyb] {
        font-size: 2.4rem;
        font-weight: 800;
        color: #1f2933;
        margin: 0.5rem 0;
        letter-spacing: 0.02rem;
    }

    .fc-hero p[b-ss664juwyb] {
        color: #5a6470;
        font-size: 1.05rem;
        margin: 0;
    }

.fc-badge[b-ss664juwyb] {
    display: inline-flex;
    align-items: center;
    background-color: rgba(245, 158, 11, 0.14);
    color: #92400E;
    border: 1px solid rgba(245, 158, 11, 0.38);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}

/* Badge de pruebas */
.fc-badge[b-ss664juwyb] {
    display: inline-flex;
    align-items: center;
    background-color: rgba(245, 158, 11, 0.14);
    color: #92400E;
    border: 1px solid rgba(245, 158, 11, 0.38);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}

/* Badge Producción */
.fc-badge[b-ss664juwyb] {
    display: inline-flex;
    align-items: center;
    background-color: rgba(22, 163, 74, 0.12);
    color: #166534;
    border: 1px solid rgba(22, 163, 74, 0.35);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}

/* Estado API Producción */
.fc-hero-status[b-ss664juwyb] {
    background-color: rgba(22, 163, 74, 0.10);
    border: 1px solid rgba(22, 163, 74, 0.35);
    padding: 0.75rem 1rem;
    border-radius: 14px;
    color: #166534;
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .fc-hero-status .status-dot[b-ss664juwyb] {
        background-color: #16A34A;
        box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.18);
    }

.status-dot[b-ss664juwyb] {
    width: 10px;
    height: 10px;
    background-color: #3E7F89;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(62, 127, 137, 0.15);
}

.fc-card[b-ss664juwyb] {
    background-color: #ffffff;
    border: 1px solid #edf1f0;
    border-radius: 20px;
    padding: 1.5rem;
}

.fc-card-header[b-ss664juwyb] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.25rem;
    gap: 1rem;
}

    .fc-card-header h4[b-ss664juwyb] {
        color: #1f2933;
        margin: 0;
        font-size: 1.25rem;
        font-weight: 800;
    }

    .fc-card-header p[b-ss664juwyb] {
        margin: 0.3rem 0 0 0;
        color: #6b7280;
    }

    .fc-card-header.compact[b-ss664juwyb] {
        margin-bottom: 1rem;
    }

.fc-input[b-ss664juwyb] {
    border-radius: 10px;
    border-color: #dce5e3;
    padding: 0.7rem 0.85rem;
}

    .fc-input:focus[b-ss664juwyb] {
        border-color: #3E7F89;
        box-shadow: 0 0 0 0.22rem rgba(62, 127, 137, 0.16);
    }

.form-label[b-ss664juwyb] {
    font-weight: 700;
    color: #374151;
    margin-bottom: 0.4rem;
}

.validation-message[b-ss664juwyb] {
    font-size: 0.85rem;
    margin-top: 0.25rem;
    color: #b42318;
}

.fc-info-box[b-ss664juwyb] {
    background-color: #f6fbfa;
    border: 1px dashed #b9d8d4;
    border-radius: 14px;
    padding: 1rem;
    color: #35535a;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .fc-info-box span[b-ss664juwyb] {
        color: #6b7280;
    }

.fc-total-box[b-ss664juwyb] {
    height: 100%;
    min-height: 76px;
    background: linear-gradient(135deg, #f6fbfa 0%, #edf7f5 100%);
    border: 1px solid #dcecea;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}

    .fc-total-box span[b-ss664juwyb] {
        color: #6b7280;
        font-size: 0.88rem;
    }

    .fc-total-box strong[b-ss664juwyb] {
        color: #274852;
        font-size: 1.4rem;
    }

.fc-actions[b-ss664juwyb] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
}

.fc-xml-preview[b-ss664juwyb],
.fc-response-raw[b-ss664juwyb] {
    background-color: #102b33;
    color: #d7f4f0;
    border-radius: 16px;
    padding: 1rem;
    font-size: 0.82rem;
    line-height: 1.45;
    max-height: 520px;
    overflow: auto;
    white-space: pre-wrap;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.fc-response-raw[b-ss664juwyb] {
    max-height: 260px;
    margin-top: 0.75rem;
}

.fc-modal-backdrop[b-ss664juwyb] {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.fc-modal[b-ss664juwyb] {
    width: min(560px, 100%);
    background-color: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid #edf1f0;
    animation: modalIn-b-ss664juwyb 0.18s ease-out;
}

@keyframes modalIn-b-ss664juwyb {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.fc-modal-icon[b-ss664juwyb] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background-color: rgba(62, 127, 137, 0.12);
    color: #326A73;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.fc-modal h3[b-ss664juwyb] {
    color: #1f2933;
    font-weight: 800;
    margin-bottom: 0.7rem;
}

.fc-modal p[b-ss664juwyb] {
    color: #5a6470;
    line-height: 1.5;
}

.fc-modal-summary[b-ss664juwyb] {
    background-color: #f8fbfa;
    border: 1px solid #e2ecea;
    border-radius: 16px;
    padding: 1rem;
    display: grid;
    gap: 0.75rem;
    margin: 1.25rem 0;
}

    .fc-modal-summary div[b-ss664juwyb] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .fc-modal-summary span[b-ss664juwyb] {
        color: #6b7280;
    }

    .fc-modal-summary strong[b-ss664juwyb] {
        color: #274852;
        text-align: right;
    }

.fc-modal-actions[b-ss664juwyb] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.response-card[b-ss664juwyb] {
    border-left: 6px solid #3E7F89;
}

    .response-card.response-error[b-ss664juwyb] {
        border-left-color: #b42318;
    }

    .response-card.response-ok[b-ss664juwyb] {
        border-left-color: #3E7F89;
    }

.response-line[b-ss664juwyb] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #edf1f0;
}

    .response-line span[b-ss664juwyb] {
        color: #6b7280;
    }

    .response-line strong[b-ss664juwyb] {
        color: #1f2933;
        text-align: right;
    }

.response-description[b-ss664juwyb] {
    background-color: #fff5f5;
    color: #8a1f17;
    border: 1px solid #ffd8d8;
    border-radius: 12px;
    padding: 1rem;
    line-height: 1.5;
}

details summary[b-ss664juwyb] {
    cursor: pointer;
    color: #326A73;
    font-weight: 700;
}

@media (max-width: 768px) {
    .fc-hero[b-ss664juwyb] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem;
    }

        .fc-hero h1[b-ss664juwyb] {
            font-size: 2rem;
        }

    .fc-actions[b-ss664juwyb],
    .fc-modal-actions[b-ss664juwyb] {
        flex-direction: column-reverse;
    }

        .fc-actions .btn[b-ss664juwyb],
        .fc-modal-actions .btn[b-ss664juwyb] {
            width: 100%;
        }
}
/* /Components/Pages/Produccion/Findescargapro.razor.rz.scp.css */
.fd-page[b-ehdu2wi2g5] {
    max-width: 1320px;
    margin: 0 auto;
    padding-bottom: 5rem;
}

.fd-hero[b-ehdu2wi2g5] {
    border-radius: 22px;
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
    border: 1px solid rgba(22, 163, 74, 0.22);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

    .fd-hero h1[b-ehdu2wi2g5] {
        font-size: 2.4rem;
        font-weight: 800;
        color: #1f2933;
        margin: 0.5rem 0;
        letter-spacing: 0.02rem;
    }

    .fd-hero p[b-ehdu2wi2g5] {
        color: #5a6470;
        font-size: 1.05rem;
        margin: 0;
    }

.fd-badge[b-ehdu2wi2g5] {
    display: inline-flex;
    align-items: center;
    background-color: rgba(22, 163, 74, 0.12);
    color: #166534;
    border: 1px solid rgba(22, 163, 74, 0.35);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}

.fd-hero-status[b-ehdu2wi2g5] {
    background-color: rgba(22, 163, 74, 0.10);
    border: 1px solid rgba(22, 163, 74, 0.35);
    padding: 0.75rem 1rem;
    border-radius: 14px;
    color: #166534;
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
    .fd-hero-status .status-dot[b-ehdu2wi2g5] {
        background-color: #16A34A;
        box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.18);
    }



.status-dot[b-ehdu2wi2g5] {
    width: 10px;
    height: 10px;
    background-color: #3E7F89;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(62, 127, 137, 0.15);
}

.fd-loading[b-ehdu2wi2g5] {
    background-color: rgba(62, 127, 137, 0.10);
    color: #326A73;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.82rem;
    font-weight: 700;
}

.fd-card[b-ehdu2wi2g5] {
    background-color: #ffffff;
    border: 1px solid #edf1f0;
    border-radius: 20px;
    padding: 1.5rem;
}

.fd-card-header[b-ehdu2wi2g5] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.25rem;
    gap: 1rem;
}

    .fd-card-header h4[b-ehdu2wi2g5] {
        color: #1f2933;
        margin: 0;
        font-size: 1.25rem;
        font-weight: 800;
    }

    .fd-card-header p[b-ehdu2wi2g5] {
        margin: 0.3rem 0 0 0;
        color: #6b7280;
    }

    .fd-card-header.compact[b-ehdu2wi2g5] {
        margin-bottom: 1rem;
    }

.fd-input[b-ehdu2wi2g5] {
    border-radius: 10px;
    border-color: #dce5e3;
    padding: 0.7rem 0.85rem;
}

    .fd-input:focus[b-ehdu2wi2g5] {
        border-color: #3E7F89;
        box-shadow: 0 0 0 0.22rem rgba(62, 127, 137, 0.16);
    }

.form-label[b-ehdu2wi2g5] {
    font-weight: 700;
    color: #374151;
    margin-bottom: 0.4rem;
}

.validation-message[b-ehdu2wi2g5] {
    font-size: 0.85rem;
    margin-top: 0.25rem;
    color: #b42318;
}

.fd-info-zero[b-ehdu2wi2g5] {
    background-color: #f6fbfa;
    border: 1px dashed #b9d8d4;
    border-radius: 14px;
    padding: 1rem;
    color: #35535a;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .fd-info-zero span[b-ehdu2wi2g5] {
        color: #6b7280;
    }

.fd-total-box[b-ehdu2wi2g5] {
    height: 100%;
    min-height: 76px;
    background: linear-gradient(135deg, #f6fbfa 0%, #edf7f5 100%);
    border: 1px solid #dcecea;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}

    .fd-total-box span[b-ehdu2wi2g5] {
        color: #6b7280;
        font-size: 0.88rem;
    }

    .fd-total-box strong[b-ehdu2wi2g5] {
        color: #274852;
        font-size: 1.4rem;
    }

.fd-actions[b-ehdu2wi2g5] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
}

.fd-xml-preview[b-ehdu2wi2g5],
.fd-response-raw[b-ehdu2wi2g5] {
    background-color: #102b33;
    color: #d7f4f0;
    border-radius: 16px;
    padding: 1rem;
    font-size: 0.82rem;
    line-height: 1.45;
    max-height: 520px;
    overflow: auto;
    white-space: pre-wrap;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.fd-response-raw[b-ehdu2wi2g5] {
    max-height: 260px;
    margin-top: 0.75rem;
}

.fd-modal-backdrop[b-ehdu2wi2g5] {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.fd-modal[b-ehdu2wi2g5] {
    width: min(560px, 100%);
    background-color: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid #edf1f0;
    animation: modalIn-b-ehdu2wi2g5 0.18s ease-out;
}

@keyframes modalIn-b-ehdu2wi2g5 {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.fd-modal-icon[b-ehdu2wi2g5] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background-color: rgba(62, 127, 137, 0.12);
    color: #326A73;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.fd-modal h3[b-ehdu2wi2g5] {
    color: #1f2933;
    font-weight: 800;
    margin-bottom: 0.7rem;
}

.fd-modal p[b-ehdu2wi2g5] {
    color: #5a6470;
    line-height: 1.5;
}

.fd-modal-summary[b-ehdu2wi2g5] {
    background-color: #f8fbfa;
    border: 1px solid #e2ecea;
    border-radius: 16px;
    padding: 1rem;
    display: grid;
    gap: 0.75rem;
    margin: 1.25rem 0;
}

    .fd-modal-summary div[b-ehdu2wi2g5] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .fd-modal-summary span[b-ehdu2wi2g5] {
        color: #6b7280;
    }

    .fd-modal-summary strong[b-ehdu2wi2g5] {
        color: #274852;
        text-align: right;
    }

.fd-modal-actions[b-ehdu2wi2g5] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.response-card[b-ehdu2wi2g5] {
    border-left: 6px solid #3E7F89;
}

    .response-card.response-error[b-ehdu2wi2g5] {
        border-left-color: #b42318;
    }

    .response-card.response-ok[b-ehdu2wi2g5] {
        border-left-color: #3E7F89;
    }

.response-line[b-ehdu2wi2g5] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #edf1f0;
}

    .response-line span[b-ehdu2wi2g5] {
        color: #6b7280;
    }

    .response-line strong[b-ehdu2wi2g5] {
        color: #1f2933;
        text-align: right;
    }

.response-description[b-ehdu2wi2g5] {
    background-color: #fff5f5;
    color: #8a1f17;
    border: 1px solid #ffd8d8;
    border-radius: 12px;
    padding: 1rem;
    line-height: 1.5;
}

details summary[b-ehdu2wi2g5] {
    cursor: pointer;
    color: #326A73;
    font-weight: 700;
}

@media (max-width: 768px) {
    .fd-hero[b-ehdu2wi2g5] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem;
    }

        .fd-hero h1[b-ehdu2wi2g5] {
            font-size: 2rem;
        }

    .fd-actions[b-ehdu2wi2g5],
    .fd-modal-actions[b-ehdu2wi2g5] {
        flex-direction: column-reverse;
    }

        .fd-actions .btn[b-ehdu2wi2g5],
        .fd-modal-actions .btn[b-ehdu2wi2g5] {
            width: 100%;
        }
}
/* /Components/Pages/Produccion/Registropesopro.razor.rz.scp.css */
.rp-page[b-0l8ra0oe3z] {
    max-width: 1320px;
    margin: 0 auto;
    padding-bottom: 5rem;
}

.rp-hero[b-0l8ra0oe3z] {
    border-radius: 22px;
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
    border: 1px solid rgba(22, 163, 74, 0.22);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

    .rp-hero h1[b-0l8ra0oe3z] {
        font-size: 2.4rem;
        font-weight: 800;
        color: #1f2933;
        margin: 0.5rem 0;
        letter-spacing: 0.02rem;
    }

    .rp-hero p[b-0l8ra0oe3z] {
        color: #5a6470;
        font-size: 1.05rem;
        margin: 0;
    }

.rp-badge[b-0l8ra0oe3z] {
    display: inline-flex;
    align-items: center;
    background-color: rgba(22, 163, 74, 0.12);
    color: #166534;
    border: 1px solid rgba(22, 163, 74, 0.35);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}

.rp-hero-status[b-0l8ra0oe3z] {
    background-color: rgba(22, 163, 74, 0.10);
    border: 1px solid rgba(22, 163, 74, 0.35);
    padding: 0.75rem 1rem;
    border-radius: 14px;
    color: #166534;
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .rp-hero-status .status-dot[b-0l8ra0oe3z] {
        background-color: #16A34A;
        box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.18);
    }



.status-dot[b-0l8ra0oe3z] {
    width: 10px;
    height: 10px;
    background-color: #3E7F89;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(62, 127, 137, 0.15);
}

.rp-card[b-0l8ra0oe3z] {
    background-color: #ffffff;
    border: 1px solid #edf1f0;
    border-radius: 20px;
    padding: 1.5rem;
}

.rp-card-header[b-0l8ra0oe3z] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.25rem;
    gap: 1rem;
}

    .rp-card-header h4[b-0l8ra0oe3z] {
        color: #1f2933;
        margin: 0;
        font-size: 1.25rem;
        font-weight: 800;
    }

    .rp-card-header p[b-0l8ra0oe3z] {
        margin: 0.3rem 0 0 0;
        color: #6b7280;
    }

    .rp-card-header.compact[b-0l8ra0oe3z] {
        margin-bottom: 1rem;
    }

.rp-input[b-0l8ra0oe3z] {
    border-radius: 10px;
    border-color: #dce5e3;
    padding: 0.7rem 0.85rem;
}

    .rp-input:focus[b-0l8ra0oe3z] {
        border-color: #F59E0B;
        box-shadow: 0 0 0 0.22rem rgba(245, 158, 11, 0.16);
    }

.form-label[b-0l8ra0oe3z] {
    font-weight: 700;
    color: #374151;
    margin-bottom: 0.4rem;
}

.validation-message[b-0l8ra0oe3z] {
    font-size: 0.85rem;
    margin-top: 0.25rem;
    color: #b42318;
}

.rp-info-box[b-0l8ra0oe3z] {
    background-color: #f6fbfa;
    border: 1px dashed #b9d8d4;
    border-radius: 14px;
    padding: 1rem;
    color: #35535a;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .rp-info-box span[b-0l8ra0oe3z] {
        color: #6b7280;
    }

.rp-total-box[b-0l8ra0oe3z] {
    height: 100%;
    min-height: 76px;
    background: linear-gradient(135deg, #f6fbfa 0%, #edf7f5 100%);
    border: 1px solid #dcecea;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}

    .rp-total-box span[b-0l8ra0oe3z] {
        color: #6b7280;
        font-size: 0.88rem;
    }

    .rp-total-box strong[b-0l8ra0oe3z] {
        color: #274852;
        font-size: 1.4rem;
    }

.rp-actions[b-0l8ra0oe3z] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
}

.rp-xml-preview[b-0l8ra0oe3z],
.rp-response-raw[b-0l8ra0oe3z] {
    background-color: #102b33;
    color: #d7f4f0;
    border-radius: 16px;
    padding: 1rem;
    font-size: 0.82rem;
    line-height: 1.45;
    max-height: 520px;
    overflow: auto;
    white-space: pre-wrap;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.rp-response-raw[b-0l8ra0oe3z] {
    max-height: 260px;
    margin-top: 0.75rem;
}

.rp-modal-backdrop[b-0l8ra0oe3z] {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.rp-modal[b-0l8ra0oe3z] {
    width: min(560px, 100%);
    background-color: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid #edf1f0;
    animation: modalIn-b-0l8ra0oe3z 0.18s ease-out;
}

@keyframes modalIn-b-0l8ra0oe3z {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.rp-modal-icon[b-0l8ra0oe3z] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background-color: rgba(245, 158, 11, 0.14);
    color: #92400E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.rp-modal h3[b-0l8ra0oe3z] {
    color: #1f2933;
    font-weight: 800;
    margin-bottom: 0.7rem;
}

.rp-modal p[b-0l8ra0oe3z] {
    color: #5a6470;
    line-height: 1.5;
}

.rp-modal-summary[b-0l8ra0oe3z] {
    background-color: #fffaf0;
    border: 1px solid rgba(245, 158, 11, 0.28);
    border-radius: 16px;
    padding: 1rem;
    display: grid;
    gap: 0.75rem;
    margin: 1.25rem 0;
}

    .rp-modal-summary div[b-0l8ra0oe3z] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .rp-modal-summary span[b-0l8ra0oe3z] {
        color: #6b7280;
    }

    .rp-modal-summary strong[b-0l8ra0oe3z] {
        color: #92400E;
        text-align: right;
    }

.rp-modal-actions[b-0l8ra0oe3z] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.response-card[b-0l8ra0oe3z] {
    border-left: 6px solid #3E7F89;
}

    .response-card.response-error[b-0l8ra0oe3z] {
        border-left-color: #b42318;
    }

    .response-card.response-ok[b-0l8ra0oe3z] {
        border-left-color: #3E7F89;
    }

.response-line[b-0l8ra0oe3z] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #edf1f0;
}

    .response-line span[b-0l8ra0oe3z] {
        color: #6b7280;
    }

    .response-line strong[b-0l8ra0oe3z] {
        color: #1f2933;
        text-align: right;
    }

.response-description[b-0l8ra0oe3z] {
    background-color: #fff5f5;
    color: #8a1f17;
    border: 1px solid #ffd8d8;
    border-radius: 12px;
    padding: 1rem;
    line-height: 1.5;
}

details summary[b-0l8ra0oe3z] {
    cursor: pointer;
    color: #92400E;
    font-weight: 700;
}

@media (max-width: 768px) {
    .rp-hero[b-0l8ra0oe3z] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem;
    }

        .rp-hero h1[b-0l8ra0oe3z] {
            font-size: 2rem;
        }

    .rp-actions[b-0l8ra0oe3z],
    .rp-modal-actions[b-0l8ra0oe3z] {
        flex-direction: column-reverse;
    }

        .rp-actions .btn[b-0l8ra0oe3z],
        .rp-modal-actions .btn[b-0l8ra0oe3z] {
            width: 100%;
        }
}

.rp-hero-actions[b-0l8ra0oe3z] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.rp-help-button[b-0l8ra0oe3z] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(22, 163, 74, 0.35);
    background-color: rgba(22, 163, 74, 0.10);
    color: #166534;
    font-weight: 900;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.18s ease;
}

    .rp-help-button:hover[b-0l8ra0oe3z] {
        background-color: rgba(22, 163, 74, 0.18);
        transform: translateY(-1px);
    }

.rp-doc-button[b-0l8ra0oe3z] {
    min-height: 42px;
    border-radius: 14px;
    padding: 0.65rem 0.95rem;
    border: 1px solid rgba(22, 163, 74, 0.35);
    background-color: #ffffff;
    color: #166534;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.18s ease;
}

    .rp-doc-button:hover[b-0l8ra0oe3z] {
        background-color: rgba(22, 163, 74, 0.10);
        color: #166534;
        text-decoration: none;
        transform: translateY(-1px);
    }

.rp-help-backdrop[b-0l8ra0oe3z] {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(5px);
    z-index: 1060;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.rp-help-modal[b-0l8ra0oe3z] {
    width: min(1120px, 100%);
    max-height: 88vh;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 26px;
    border: 1px solid #edf1f0;
    display: flex;
    flex-direction: column;
    animation: helpModalIn-b-0l8ra0oe3z 0.18s ease-out;
}

@keyframes helpModalIn-b-0l8ra0oe3z {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.rp-help-header[b-0l8ra0oe3z] {
    padding: 1.5rem 1.6rem 1rem 1.6rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #edf1f0;
    background: linear-gradient(135deg, #ffffff 0%, #f3fbf6 100%);
}

    .rp-help-header h3[b-0l8ra0oe3z] {
        margin: 0.35rem 0;
        font-size: 1.65rem;
        font-weight: 900;
        color: #1f2933;
    }

    .rp-help-header p[b-0l8ra0oe3z] {
        margin: 0;
        color: #6b7280;
    }

.rp-help-badge[b-0l8ra0oe3z] {
    display: inline-flex;
    align-items: center;
    background-color: rgba(22, 163, 74, 0.12);
    color: #166534;
    border: 1px solid rgba(22, 163, 74, 0.35);
    padding: 0.32rem 0.7rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}

.rp-help-close[b-0l8ra0oe3z] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    color: #374151;
    font-size: 1.55rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .rp-help-close:hover[b-0l8ra0oe3z] {
        background-color: #f3f4f6;
    }

.rp-help-flow[b-0l8ra0oe3z] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    padding: 1rem 1.6rem;
    background-color: #ffffff;
}

.rp-flow-card[b-0l8ra0oe3z] {
    border: 1px solid rgba(22, 163, 74, 0.22);
    background-color: rgba(22, 163, 74, 0.06);
    border-radius: 18px;
    padding: 1rem;
}

    .rp-flow-card span[b-0l8ra0oe3z] {
        color: #166534;
        font-size: 0.8rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.06rem;
    }

    .rp-flow-card strong[b-0l8ra0oe3z] {
        display: block;
        margin-top: 0.15rem;
        color: #1f2933;
        font-size: 1.05rem;
    }

    .rp-flow-card p[b-0l8ra0oe3z] {
        margin: 0.35rem 0 0 0;
        color: #6b7280;
    }

.rp-help-search-wrap[b-0l8ra0oe3z] {
    padding: 0 1.6rem 1rem 1.6rem;
}

.rp-help-search[b-0l8ra0oe3z] {
    border-radius: 14px;
    border-color: #dce5e3;
    padding: 0.8rem 1rem;
}

    .rp-help-search:focus[b-0l8ra0oe3z] {
        border-color: #16A34A;
        box-shadow: 0 0 0 0.22rem rgba(22, 163, 74, 0.14);
    }

.rp-help-table-wrap[b-0l8ra0oe3z] {
    overflow: auto;
    padding: 0 1.6rem 1rem 1.6rem;
}

.rp-help-table[b-0l8ra0oe3z] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.92rem;
}

    .rp-help-table thead th[b-0l8ra0oe3z] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #f8fbfa;
        color: #374151;
        border-bottom: 1px solid #dce5e3;
        padding: 0.85rem;
        text-align: left;
        font-weight: 800;
        white-space: nowrap;
    }

    .rp-help-table tbody td[b-0l8ra0oe3z] {
        border-bottom: 1px solid #edf1f0;
        padding: 0.85rem;
        vertical-align: top;
        color: #4b5563;
    }

    .rp-help-table tbody tr:hover[b-0l8ra0oe3z] {
        background-color: #f9fcfb;
    }

    .rp-help-table code[b-0l8ra0oe3z] {
        background-color: rgba(22, 163, 74, 0.10);
        color: #166534;
        padding: 0.22rem 0.45rem;
        border-radius: 8px;
        font-weight: 800;
    }

    .rp-help-table small[b-0l8ra0oe3z] {
        display: block;
        margin-top: 0.25rem;
        color: #6b7280;
    }

.rp-required[b-0l8ra0oe3z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    border-radius: 999px;
    padding: 0.18rem 0.55rem;
    font-size: 0.78rem;
    font-weight: 800;
}

    .rp-required.yes[b-0l8ra0oe3z] {
        background-color: rgba(22, 163, 74, 0.12);
        color: #166534;
    }

    .rp-required.no[b-0l8ra0oe3z] {
        background-color: #f3f4f6;
        color: #6b7280;
    }

.rp-help-footer[b-0l8ra0oe3z] {
    padding: 1rem 1.6rem;
    border-top: 1px solid #edf1f0;
    background-color: #fbfdfc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

    .rp-help-footer span[b-0l8ra0oe3z] {
        color: #6b7280;
    }

.rp-help-footer-actions[b-0l8ra0oe3z] {
    display: flex;
    gap: 0.75rem;
}

@media (max-width: 768px) {
    .rp-help-modal[b-0l8ra0oe3z] {
        max-height: 92vh;
    }

    .rp-help-flow[b-0l8ra0oe3z] {
        grid-template-columns: 1fr;
    }

    .rp-help-footer[b-0l8ra0oe3z] {
        flex-direction: column;
        align-items: stretch;
    }

    .rp-help-footer-actions[b-0l8ra0oe3z] {
        flex-direction: column;
    }

        .rp-help-footer-actions .btn[b-0l8ra0oe3z] {
            width: 100%;
        }
}
/* /Components/Pages/Pruebas/Findecargatest.razor.rz.scp.css */
.fc-page[b-516xpubb32] {
    max-width: 1320px;
    margin: 0 auto;
    padding-bottom: 5rem;
}

.fc-hero[b-516xpubb32] {
    border-radius: 22px;
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
    border: 1px solid rgba(245, 158, 11, 0.22);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

    .fc-hero h1[b-516xpubb32] {
        font-size: 2.4rem;
        font-weight: 800;
        color: #1f2933;
        margin: 0.5rem 0;
        letter-spacing: 0.02rem;
    }

    .fc-hero p[b-516xpubb32] {
        color: #5a6470;
        font-size: 1.05rem;
        margin: 0;
    }

.fc-badge[b-516xpubb32] {
    display: inline-flex;
    align-items: center;
    background-color: rgba(245, 158, 11, 0.14);
    color: #92400E;
    border: 1px solid rgba(245, 158, 11, 0.38);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}

/* Badge de pruebas */
.fc-badge[b-516xpubb32] {
    display: inline-flex;
    align-items: center;
    background-color: rgba(245, 158, 11, 0.14);
    color: #92400E;
    border: 1px solid rgba(245, 158, 11, 0.38);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}

/* Estado API pruebas */
.fc-hero-status[b-516xpubb32] {
    background-color: rgba(245, 158, 11, 0.10);
    border: 1px solid rgba(245, 158, 11, 0.35);
    padding: 0.75rem 1rem;
    border-radius: 14px;
    color: #92400E;
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .fc-hero-status .status-dot[b-516xpubb32] {
        background-color: #F59E0B;
        box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.18);
    }

.status-dot[b-516xpubb32] {
    width: 10px;
    height: 10px;
    background-color: #3E7F89;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(62, 127, 137, 0.15);
}

.fc-card[b-516xpubb32] {
    background-color: #ffffff;
    border: 1px solid #edf1f0;
    border-radius: 20px;
    padding: 1.5rem;
}

.fc-card-header[b-516xpubb32] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.25rem;
    gap: 1rem;
}

    .fc-card-header h4[b-516xpubb32] {
        color: #1f2933;
        margin: 0;
        font-size: 1.25rem;
        font-weight: 800;
    }

    .fc-card-header p[b-516xpubb32] {
        margin: 0.3rem 0 0 0;
        color: #6b7280;
    }

    .fc-card-header.compact[b-516xpubb32] {
        margin-bottom: 1rem;
    }

.fc-input[b-516xpubb32] {
    border-radius: 10px;
    border-color: #dce5e3;
    padding: 0.7rem 0.85rem;
}

    .fc-input:focus[b-516xpubb32] {
        border-color: #3E7F89;
        box-shadow: 0 0 0 0.22rem rgba(62, 127, 137, 0.16);
    }

.form-label[b-516xpubb32] {
    font-weight: 700;
    color: #374151;
    margin-bottom: 0.4rem;
}

.validation-message[b-516xpubb32] {
    font-size: 0.85rem;
    margin-top: 0.25rem;
    color: #b42318;
}

.fc-info-box[b-516xpubb32] {
    background-color: #fffaf0;
    border: 1px dashed rgba(245, 158, 11, 0.40);
    border-radius: 14px;
    padding: 1rem;
    color: #92400E;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .fc-info-box span[b-516xpubb32] {
        color: #6b7280;
    }

.fc-total-box[b-516xpubb32] {
    height: 100%;
    min-height: 76px;
    background: linear-gradient(135deg, #fffaf0 0%, #fff7e6 100%);
    border: 1px solid rgba(245, 158, 11, 0.28);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}

    .fc-total-box span[b-516xpubb32] {
        color: #6b7280;
        font-size: 0.88rem;
    }

    .fc-total-box strong[b-516xpubb32] {
        color: #92400E;
        font-size: 1.4rem;
    }

.fc-actions[b-516xpubb32] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
}

.fc-xml-preview[b-516xpubb32],
.fc-response-raw[b-516xpubb32] {
    background-color: #102b33;
    color: #d7f4f0;
    border-radius: 16px;
    padding: 1rem;
    font-size: 0.82rem;
    line-height: 1.45;
    max-height: 520px;
    overflow: auto;
    white-space: pre-wrap;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.fc-response-raw[b-516xpubb32] {
    max-height: 260px;
    margin-top: 0.75rem;
}

.fc-modal-backdrop[b-516xpubb32] {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.fc-modal[b-516xpubb32] {
    width: min(560px, 100%);
    background-color: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid #edf1f0;
    animation: modalIn-b-516xpubb32 0.18s ease-out;
}

@keyframes modalIn-b-516xpubb32 {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.fc-modal-icon[b-516xpubb32] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background-color: rgba(62, 127, 137, 0.12);
    color: #326A73;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.fc-modal h3[b-516xpubb32] {
    color: #1f2933;
    font-weight: 800;
    margin-bottom: 0.7rem;
}

.fc-modal p[b-516xpubb32] {
    color: #5a6470;
    line-height: 1.5;
}

.fc-modal-summary[b-516xpubb32] {
    background-color: #f8fbfa;
    border: 1px solid #e2ecea;
    border-radius: 16px;
    padding: 1rem;
    display: grid;
    gap: 0.75rem;
    margin: 1.25rem 0;
}

    .fc-modal-summary div[b-516xpubb32] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .fc-modal-summary span[b-516xpubb32] {
        color: #6b7280;
    }

    .fc-modal-summary strong[b-516xpubb32] {
        color: #274852;
        text-align: right;
    }

.fc-modal-actions[b-516xpubb32] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.response-card[b-516xpubb32] {
    border-left: 6px solid #3E7F89;
}

    .response-card.response-error[b-516xpubb32] {
        border-left-color: #b42318;
    }

    .response-card.response-ok[b-516xpubb32] {
        border-left-color: #3E7F89;
    }

.response-line[b-516xpubb32] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #edf1f0;
}

    .response-line span[b-516xpubb32] {
        color: #6b7280;
    }

    .response-line strong[b-516xpubb32] {
        color: #1f2933;
        text-align: right;
    }

.response-description[b-516xpubb32] {
    background-color: #fff5f5;
    color: #8a1f17;
    border: 1px solid #ffd8d8;
    border-radius: 12px;
    padding: 1rem;
    line-height: 1.5;
}

details summary[b-516xpubb32] {
    cursor: pointer;
    color: #326A73;
    font-weight: 700;
}

@media (max-width: 768px) {
    .fc-hero[b-516xpubb32] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem;
    }

        .fc-hero h1[b-516xpubb32] {
            font-size: 2rem;
        }

    .fc-actions[b-516xpubb32],
    .fc-modal-actions[b-516xpubb32] {
        flex-direction: column-reverse;
    }

        .fc-actions .btn[b-516xpubb32],
        .fc-modal-actions .btn[b-516xpubb32] {
            width: 100%;
        }
}
/* /Components/Pages/Pruebas/Findescargatest.razor.rz.scp.css */
.fdm-page[b-8u6vw0f3of] {
    max-width: 1320px;
    margin: 0 auto;
    padding-bottom: 5rem;
}

.fdm-hero[b-8u6vw0f3of] {
    border-radius: 22px;
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
    border: 1px solid rgba(245, 158, 11, 0.22);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

    .fdm-hero h1[b-8u6vw0f3of] {
        font-size: 2.4rem;
        font-weight: 800;
        color: #1f2933;
        margin: 0.5rem 0;
        letter-spacing: 0.02rem;
    }

    .fdm-hero p[b-8u6vw0f3of] {
        color: #5a6470;
        font-size: 1.05rem;
        margin: 0;
    }

.fdm-badge[b-8u6vw0f3of] {
    display: inline-flex;
    align-items: center;
    background-color: rgba(245, 158, 11, 0.14);
    color: #92400E;
    border: 1px solid rgba(245, 158, 11, 0.38);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}

/* Estado API pruebas */
.fdm-hero-status[b-8u6vw0f3of] {
    background-color: rgba(245, 158, 11, 0.10);
    border: 1px solid rgba(245, 158, 11, 0.35);
    padding: 0.75rem 1rem;
    border-radius: 14px;
    color: #92400E;
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .fdm-hero-status .status-dot[b-8u6vw0f3of] {
        background-color: #F59E0B;
        box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.18);
    }

.status-dot[b-8u6vw0f3of] {
    width: 10px;
    height: 10px;
    background-color: #3E7F89;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(62, 127, 137, 0.15);
}

.fdm-card[b-8u6vw0f3of] {
    background-color: #ffffff;
    border: 1px solid #edf1f0;
    border-radius: 20px;
    padding: 1.5rem;
}

.fdm-card-header[b-8u6vw0f3of] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.25rem;
    gap: 1rem;
}

    .fdm-card-header h4[b-8u6vw0f3of] {
        color: #1f2933;
        margin: 0;
        font-size: 1.25rem;
        font-weight: 800;
    }

    .fdm-card-header p[b-8u6vw0f3of] {
        margin: 0.3rem 0 0 0;
        color: #6b7280;
    }

    .fdm-card-header.compact[b-8u6vw0f3of] {
        margin-bottom: 1rem;
    }

.fdm-input[b-8u6vw0f3of] {
    border-radius: 10px;
    border-color: #dce5e3;
    padding: 0.7rem 0.85rem;
}

    .fdm-input:focus[b-8u6vw0f3of] {
        border-color: #3E7F89;
        box-shadow: 0 0 0 0.22rem rgba(62, 127, 137, 0.16);
    }

.form-label[b-8u6vw0f3of] {
    font-weight: 700;
    color: #374151;
    margin-bottom: 0.4rem;
}

.validation-message[b-8u6vw0f3of] {
    font-size: 0.85rem;
    margin-top: 0.25rem;
    color: #b42318;
}

.fdm-info-box[b-8u6vw0f3of] {
    background-color: #fffaf0;
    border: 1px dashed rgba(245, 158, 11, 0.40);
    border-radius: 14px;
    padding: 1rem;
    color: #92400E;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .fdm-info-box span[b-8u6vw0f3of] {
        color: #6b7280;
    }

.fdm-total-box[b-8u6vw0f3of] {
    height: 100%;
    min-height: 76px;
    background: linear-gradient(135deg, #fffaf0 0%, #fff7e6 100%);
    border: 1px solid rgba(245, 158, 11, 0.28);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}

    .fdm-total-box span[b-8u6vw0f3of] {
        color: #6b7280;
        font-size: 0.88rem;
    }

    .fdm-total-box strong[b-8u6vw0f3of] {
        color: #92400E;
        font-size: 1.4rem;
    }

.fdm-actions[b-8u6vw0f3of] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
}

.fdm-xml-preview[b-8u6vw0f3of],
.fdm-response-raw[b-8u6vw0f3of] {
    background-color: #102b33;
    color: #d7f4f0;
    border-radius: 16px;
    padding: 1rem;
    font-size: 0.82rem;
    line-height: 1.45;
    max-height: 520px;
    overflow: auto;
    white-space: pre-wrap;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.fdm-response-raw[b-8u6vw0f3of] {
    max-height: 260px;
    margin-top: 0.75rem;
}

.fdm-modal-backdrop[b-8u6vw0f3of] {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.fdm-modal[b-8u6vw0f3of] {
    width: min(560px, 100%);
    background-color: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid #edf1f0;
    animation: modalIn-b-8u6vw0f3of 0.18s ease-out;
}

@keyframes modalIn-b-8u6vw0f3of {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.fdm-modal-icon[b-8u6vw0f3of] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background-color: rgba(62, 127, 137, 0.12);
    color: #326A73;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.fdm-modal h3[b-8u6vw0f3of] {
    color: #1f2933;
    font-weight: 800;
    margin-bottom: 0.7rem;
}

.fdm-modal p[b-8u6vw0f3of] {
    color: #5a6470;
    line-height: 1.5;
}

.fdm-modal-summary[b-8u6vw0f3of] {
    background-color: #f8fbfa;
    border: 1px solid #e2ecea;
    border-radius: 16px;
    padding: 1rem;
    display: grid;
    gap: 0.75rem;
    margin: 1.25rem 0;
}

    .fdm-modal-summary div[b-8u6vw0f3of] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .fdm-modal-summary span[b-8u6vw0f3of] {
        color: #6b7280;
    }

    .fdm-modal-summary strong[b-8u6vw0f3of] {
        color: #274852;
        text-align: right;
    }

.fdm-modal-actions[b-8u6vw0f3of] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.response-card[b-8u6vw0f3of] {
    border-left: 6px solid #3E7F89;
}

    .response-card.response-error[b-8u6vw0f3of] {
        border-left-color: #b42318;
    }

    .response-card.response-ok[b-8u6vw0f3of] {
        border-left-color: #3E7F89;
    }

.response-line[b-8u6vw0f3of] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #edf1f0;
}

    .response-line span[b-8u6vw0f3of] {
        color: #6b7280;
    }

    .response-line strong[b-8u6vw0f3of] {
        color: #1f2933;
        text-align: right;
    }

.response-description[b-8u6vw0f3of] {
    background-color: #fff5f5;
    color: #8a1f17;
    border: 1px solid #ffd8d8;
    border-radius: 12px;
    padding: 1rem;
    line-height: 1.5;
}

details summary[b-8u6vw0f3of] {
    cursor: pointer;
    color: #326A73;
    font-weight: 700;
}

@media (max-width: 768px) {
    .fdm-hero[b-8u6vw0f3of] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem;
    }

        .fdm-hero h1[b-8u6vw0f3of] {
            font-size: 2rem;
        }

    .fdm-actions[b-8u6vw0f3of],
    .fdm-modal-actions[b-8u6vw0f3of] {
        flex-direction: column-reverse;
    }

        .fdm-actions .btn[b-8u6vw0f3of],
        .fdm-modal-actions .btn[b-8u6vw0f3of] {
            width: 100%;
        }
}
/* /Components/Pages/Pruebas/Registropesotest.razor.rz.scp.css */
.rp-page[b-01e3tzrjpi] {
    max-width: 1320px;
    margin: 0 auto;
    padding-bottom: 5rem;
}

.rp-hero[b-01e3tzrjpi] {
    border-radius: 22px;
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
    border: 1px solid rgba(245, 158, 11, 0.22);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

    .rp-hero h1[b-01e3tzrjpi] {
        font-size: 2.4rem;
        font-weight: 800;
        color: #1f2933;
        margin: 0.5rem 0;
        letter-spacing: 0.02rem;
    }

    .rp-hero p[b-01e3tzrjpi] {
        color: #5a6470;
        font-size: 1.05rem;
        margin: 0;
    }

.rp-badge[b-01e3tzrjpi] {
    display: inline-flex;
    align-items: center;
    background-color: rgba(245, 158, 11, 0.14);
    color: #92400E;
    border: 1px solid rgba(245, 158, 11, 0.38);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}

.rp-hero-status[b-01e3tzrjpi] {
    background-color: rgba(245, 158, 11, 0.10);
    border: 1px solid rgba(245, 158, 11, 0.35);
    padding: 0.75rem 1rem;
    border-radius: 14px;
    color: #92400E;
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .rp-hero-status .status-dot[b-01e3tzrjpi] {
        width: 10px;
        height: 10px;
        background-color: #F59E0B;
        border-radius: 50%;
        box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.18);
    }

.rp-card[b-01e3tzrjpi] {
    background-color: #ffffff;
    border: 1px solid #edf1f0;
    border-radius: 20px;
    padding: 1.5rem;
}

.rp-card-header[b-01e3tzrjpi] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.25rem;
    gap: 1rem;
}

    .rp-card-header h4[b-01e3tzrjpi] {
        color: #1f2933;
        margin: 0;
        font-size: 1.25rem;
        font-weight: 800;
    }

    .rp-card-header p[b-01e3tzrjpi] {
        margin: 0.3rem 0 0 0;
        color: #6b7280;
    }

    .rp-card-header.compact[b-01e3tzrjpi] {
        margin-bottom: 1rem;
    }

.rp-input[b-01e3tzrjpi] {
    border-radius: 10px;
    border-color: #dce5e3;
    padding: 0.7rem 0.85rem;
}

    .rp-input:focus[b-01e3tzrjpi] {
        border-color: #F59E0B;
        box-shadow: 0 0 0 0.22rem rgba(245, 158, 11, 0.16);
    }

.form-label[b-01e3tzrjpi] {
    font-weight: 700;
    color: #374151;
    margin-bottom: 0.4rem;
}

.validation-message[b-01e3tzrjpi] {
    font-size: 0.85rem;
    margin-top: 0.25rem;
    color: #b42318;
}

.rp-info-box[b-01e3tzrjpi] {
    background-color: #fffaf0;
    border: 1px dashed rgba(245, 158, 11, 0.40);
    border-radius: 14px;
    padding: 1rem;
    color: #92400E;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .rp-info-box span[b-01e3tzrjpi] {
        color: #6b7280;
    }

.rp-total-box[b-01e3tzrjpi] {
    height: 100%;
    min-height: 76px;
    background: linear-gradient(135deg, #fffaf0 0%, #fff7e6 100%);
    border: 1px solid rgba(245, 158, 11, 0.28);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}

    .rp-total-box span[b-01e3tzrjpi] {
        color: #6b7280;
        font-size: 0.88rem;
    }

    .rp-total-box strong[b-01e3tzrjpi] {
        color: #92400E;
        font-size: 1.4rem;
    }

.rp-actions[b-01e3tzrjpi] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
}

.rp-xml-preview[b-01e3tzrjpi],
.rp-response-raw[b-01e3tzrjpi] {
    background-color: #102b33;
    color: #d7f4f0;
    border-radius: 16px;
    padding: 1rem;
    font-size: 0.82rem;
    line-height: 1.45;
    max-height: 520px;
    overflow: auto;
    white-space: pre-wrap;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.rp-response-raw[b-01e3tzrjpi] {
    max-height: 260px;
    margin-top: 0.75rem;
}

.rp-modal-backdrop[b-01e3tzrjpi] {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.rp-modal[b-01e3tzrjpi] {
    width: min(560px, 100%);
    background-color: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid #edf1f0;
    animation: modalIn-b-01e3tzrjpi 0.18s ease-out;
}

@keyframes modalIn-b-01e3tzrjpi {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.rp-modal-icon[b-01e3tzrjpi] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background-color: rgba(245, 158, 11, 0.14);
    color: #92400E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.rp-modal h3[b-01e3tzrjpi] {
    color: #1f2933;
    font-weight: 800;
    margin-bottom: 0.7rem;
}

.rp-modal p[b-01e3tzrjpi] {
    color: #5a6470;
    line-height: 1.5;
}

.rp-modal-summary[b-01e3tzrjpi] {
    background-color: #fffaf0;
    border: 1px solid rgba(245, 158, 11, 0.28);
    border-radius: 16px;
    padding: 1rem;
    display: grid;
    gap: 0.75rem;
    margin: 1.25rem 0;
}

    .rp-modal-summary div[b-01e3tzrjpi] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .rp-modal-summary span[b-01e3tzrjpi] {
        color: #6b7280;
    }

    .rp-modal-summary strong[b-01e3tzrjpi] {
        color: #92400E;
        text-align: right;
    }

.rp-modal-actions[b-01e3tzrjpi] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.response-card[b-01e3tzrjpi] {
    border-left: 6px solid #3E7F89;
}

    .response-card.response-error[b-01e3tzrjpi] {
        border-left-color: #b42318;
    }

    .response-card.response-ok[b-01e3tzrjpi] {
        border-left-color: #3E7F89;
    }

.response-line[b-01e3tzrjpi] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #edf1f0;
}

    .response-line span[b-01e3tzrjpi] {
        color: #6b7280;
    }

    .response-line strong[b-01e3tzrjpi] {
        color: #1f2933;
        text-align: right;
    }

.response-description[b-01e3tzrjpi] {
    background-color: #fff5f5;
    color: #8a1f17;
    border: 1px solid #ffd8d8;
    border-radius: 12px;
    padding: 1rem;
    line-height: 1.5;
}

details summary[b-01e3tzrjpi] {
    cursor: pointer;
    color: #92400E;
    font-weight: 700;
}

@media (max-width: 768px) {
    .rp-hero[b-01e3tzrjpi] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem;
    }

        .rp-hero h1[b-01e3tzrjpi] {
            font-size: 2rem;
        }

    .rp-actions[b-01e3tzrjpi],
    .rp-modal-actions[b-01e3tzrjpi] {
        flex-direction: column-reverse;
    }

        .rp-actions .btn[b-01e3tzrjpi],
        .rp-modal-actions .btn[b-01e3tzrjpi] {
            width: 100%;
        }
}
