/* /Components/Layout/MainLayout.razor.rz.scp.css */
.ra-layout-nav-group[b-10qhkrveql] {
    position: relative;
    padding-bottom: 0.55rem;
    margin-bottom: -0.55rem;
}

.ra-layout-nav-trigger[b-10qhkrveql] {
    border: 0;
    background: transparent;
}

.ra-layout-nav-trigger[b-10qhkrveql]::after {
    content: " v";
    font-size: 0.78rem;
}

.ra-layout-nav-group.is-open .ra-layout-nav-trigger[b-10qhkrveql],
.ra-layout-nav-group.is-active .ra-layout-nav-trigger[b-10qhkrveql] {
    background: var(--ra-white);
    color: var(--ra-green);
}

.ra-layout-nav-submenu[b-10qhkrveql] {
    position: absolute;
    top: calc(100% + 0.15rem);
    right: 0;
    min-width: 260px;
    display: grid;
    gap: 0.2rem;
    padding: 0.45rem;
    background: #ffffff;
    border: 1px solid rgba(18, 71, 52, 0.12);
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.ra-layout-nav-group.is-open .ra-layout-nav-submenu[b-10qhkrveql] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.ra-layout-nav-submenu[b-10qhkrveql]::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.35rem;
    height: 0.35rem;
}

.ra-layout-nav-submenu a[b-10qhkrveql],
.ra-layout-nav-submenu a:link[b-10qhkrveql],
.ra-layout-nav-submenu a:visited[b-10qhkrveql],
.ra-layout-nav-submenu .ra-layout-nav-submenu-link[b-10qhkrveql] {
    display: flex;
    align-items: center;
    padding: 0.72rem 0.85rem;
    border-radius: 10px;
    color: var(--ra-text) !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.35;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.ra-layout-nav-submenu a:hover[b-10qhkrveql],
.ra-layout-nav-submenu a.active[b-10qhkrveql],
.ra-layout-nav-submenu .ra-layout-nav-submenu-link:hover[b-10qhkrveql],
.ra-layout-nav-submenu .ra-layout-nav-submenu-link.active[b-10qhkrveql] {
    background: rgba(17, 92, 70, 0.1);
    color: var(--ra-green) !important;
}

@media (max-width: 900px) {
    .ra-layout-nav-group[b-10qhkrveql] {
        width: 100%;
    }

    .ra-layout-nav-trigger[b-10qhkrveql] {
        width: 100%;
        text-align: center;
    }

    .ra-layout-nav-submenu[b-10qhkrveql] {
        position: static;
        min-width: 0;
        margin-top: 0.45rem;
        padding: 0.4rem;
        box-shadow: none;
        border-color: rgba(255, 255, 255, 0.16);
        background: rgba(255, 255, 255, 0.08);
        display: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }

    .ra-layout-nav-group.is-open .ra-layout-nav-submenu[b-10qhkrveql] {
        display: grid;
    }

    .ra-layout-nav-submenu[b-10qhkrveql]::before {
        display: none;
    }

    .ra-layout-nav-submenu a[b-10qhkrveql],
    .ra-layout-nav-submenu a:link[b-10qhkrveql],
    .ra-layout-nav-submenu a:visited[b-10qhkrveql],
    .ra-layout-nav-submenu .ra-layout-nav-submenu-link[b-10qhkrveql] {
        color: rgba(255, 255, 255, 0.92) !important;
        justify-content: center;
        background: rgba(255, 255, 255, 0.06);
    }

    .ra-layout-nav-submenu a:hover[b-10qhkrveql],
    .ra-layout-nav-submenu a.active[b-10qhkrveql],
    .ra-layout-nav-submenu .ra-layout-nav-submenu-link:hover[b-10qhkrveql],
    .ra-layout-nav-submenu .ra-layout-nav-submenu-link.active[b-10qhkrveql] {
        background: rgba(255, 255, 255, 0.16);
        color: var(--ra-white) !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-a78bvyqw8f] {
    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.1);
    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.55%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.1);
}

.navbar-toggler:checked[b-a78bvyqw8f] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-a78bvyqw8f] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-a78bvyqw8f] {
    font-size: 1.1rem;
}

.bi[b-a78bvyqw8f] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-a78bvyqw8f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' 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-plus-square-fill-nav-menu[b-a78bvyqw8f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' 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");
}

.bi-list-nested-nav-menu[b-a78bvyqw8f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' 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");
}

.nav-item[b-a78bvyqw8f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-a78bvyqw8f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-a78bvyqw8f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-a78bvyqw8f]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-a78bvyqw8f]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-a78bvyqw8f]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-a78bvyqw8f] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-a78bvyqw8f] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-a78bvyqw8f] {
        display: none;
    }

    .nav-scrollable[b-a78bvyqw8f] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/CRM/Cotizaciones/Create.razor.rz.scp.css */
.ra-cotizacion-form-grid[b-um5fl7yzj6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.ra-field[b-um5fl7yzj6] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.ra-field > span[b-um5fl7yzj6],
.ra-form-label[b-um5fl7yzj6] {
    font-weight: 700;
    color: var(--ra-text);
}

.ra-field-inline[b-um5fl7yzj6] {
    justify-content: end;
}

.ra-cotizacion-table-wrap[b-um5fl7yzj6] {
    overflow-x: auto;
}

.ra-cotizacion-matrix th[b-um5fl7yzj6],
.ra-cotizacion-matrix td[b-um5fl7yzj6],
.ra-cotizacion-detail-table th[b-um5fl7yzj6],
.ra-cotizacion-detail-table td[b-um5fl7yzj6] {
    vertical-align: middle;
    white-space: nowrap;
}

.ra-cotizacion-detail-table td:nth-child(2)[b-um5fl7yzj6],
.ra-cotizacion-detail-table td:last-child[b-um5fl7yzj6] {
    white-space: normal;
}

.ra-cotizacion-line-code[b-um5fl7yzj6] {
    font-size: 0.8rem;
    color: var(--ra-text-muted);
    margin-top: 0.2rem;
}

.ra-cotizacion-status-grid[b-um5fl7yzj6],
.ra-cotizacion-totals-grid[b-um5fl7yzj6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.ra-cotizacion-status-card[b-um5fl7yzj6],
.ra-cotizacion-metric-card[b-um5fl7yzj6] {
    background: var(--ra-surface-soft);
    border: 1px solid var(--ra-border);
    border-radius: var(--ra-radius-md);
    padding: 0.95rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.ra-cotizacion-status-card span[b-um5fl7yzj6],
.ra-cotizacion-metric-card span[b-um5fl7yzj6] {
    color: var(--ra-text-muted);
    font-size: 0.86rem;
}

.ra-cotizacion-status-card strong[b-um5fl7yzj6],
.ra-cotizacion-metric-card strong[b-um5fl7yzj6] {
    color: var(--ra-green);
    font-size: 1.15rem;
}

.ra-cotizacion-total-principal[b-um5fl7yzj6] {
    background: linear-gradient(135deg, rgba(18, 71, 52, 0.98), rgba(0, 117, 129, 0.9));
    color: var(--ra-white);
    border-radius: var(--ra-radius-md);
    padding: 1.2rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.ra-cotizacion-total-principal strong[b-um5fl7yzj6] {
    font-size: 2rem;
    line-height: 1.1;
}

.ra-cotizacion-total-principal small[b-um5fl7yzj6],
.ra-cotizacion-total-informativo span[b-um5fl7yzj6] {
    opacity: 0.9;
}

.ra-cotizacion-total-informativo[b-um5fl7yzj6] {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px dashed var(--ra-border);
    border-radius: var(--ra-radius-md);
    background: #f9fbfa;
}

.ra-cotizacion-total-informativo strong[b-um5fl7yzj6] {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.25rem;
    color: var(--ra-text);
}

@media (max-width: 768px) {
    .ra-cotizacion-total-principal strong[b-um5fl7yzj6] {
        font-size: 1.6rem;
    }
}
/* /Components/Pages/CRM/Cotizaciones/DetalleNueva.razor.rz.scp.css */
.ra-cotizacion-detail-actions[b-nww936papp] {
    justify-content: flex-end;
}

.ra-cotizacion-table-wrap[b-nww936papp] {
    overflow-x: auto;
}

.ra-cotizacion-totals-grid[b-nww936papp],
.ra-cotizacion-summary-grid[b-nww936papp],
.ra-cotizacion-reference-grid[b-nww936papp],
.ra-cotizacion-day-grid[b-nww936papp] {
    display: grid;
    gap: 1rem;
}

.ra-cotizacion-totals-grid[b-nww936papp] {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.ra-cotizacion-summary-grid[b-nww936papp] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ra-cotizacion-reference-grid[b-nww936papp] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ra-cotizacion-day-grid[b-nww936papp] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ra-cotizacion-metric-card[b-nww936papp],
.ra-cotizacion-summary-card[b-nww936papp],
.ra-cotizacion-reference-card[b-nww936papp],
.ra-cotizacion-day-card[b-nww936papp],
.ra-cotizacion-history-item[b-nww936papp],
.ra-cotizacion-section-summary[b-nww936papp] {
    background: var(--ra-surface-soft);
    border: 1px solid var(--ra-border);
    border-radius: var(--ra-radius-md);
}

.ra-cotizacion-metric-card[b-nww936papp],
.ra-cotizacion-summary-card[b-nww936papp],
.ra-cotizacion-reference-card[b-nww936papp] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.ra-cotizacion-metric-card span[b-nww936papp],
.ra-cotizacion-summary-card .ra-eyebrow[b-nww936papp],
.ra-cotizacion-reference-card span[b-nww936papp] {
    color: var(--ra-text-muted);
    font-size: 0.86rem;
}

.ra-cotizacion-metric-card strong[b-nww936papp],
.ra-cotizacion-reference-card strong[b-nww936papp] {
    color: var(--ra-green);
    font-size: 1.15rem;
}

.ra-cotizacion-metric-card-strong strong[b-nww936papp] {
    font-size: 1.3rem;
}

.ra-cotizacion-total-principal[b-nww936papp] {
    background: linear-gradient(135deg, rgba(18, 71, 52, 0.98), rgba(0, 117, 129, 0.9));
    color: var(--ra-white);
    border-radius: var(--ra-radius-md);
    padding: 1.35rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.ra-cotizacion-total-principal strong[b-nww936papp] {
    font-size: 2.2rem;
    line-height: 1.08;
}

.ra-cotizacion-total-principal small[b-nww936papp],
.ra-cotizacion-total-informativo span[b-nww936papp] {
    opacity: 0.92;
}

.ra-cotizacion-total-informativo[b-nww936papp] {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px dashed var(--ra-border);
    border-radius: var(--ra-radius-md);
    background: #f9fbfa;
}

.ra-cotizacion-total-informativo strong[b-nww936papp] {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.25rem;
    color: var(--ra-text);
}

.ra-cotizacion-summary-card h3[b-nww936papp] {
    margin: 0;
    font-size: 1.15rem;
    color: var(--ra-text);
}

.ra-cotizacion-inline-list[b-nww936papp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.ra-cotizacion-inline-list span[b-nww936papp],
.ra-cotizacion-inline-badge[b-nww936papp] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: rgba(18, 71, 52, 0.08);
    color: var(--ra-green);
    font-size: 0.82rem;
    font-weight: 600;
}

.ra-cotizacion-general-pills[b-nww936papp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ra-cotizacion-pdf-diagnostics[b-nww936papp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.85rem;
}

.ra-detail-item-wide[b-nww936papp] {
    grid-column: 1 / -1;
}

.ra-cotizacion-pill[b-nww936papp] {
    min-width: 110px;
    padding: 0.75rem 0.9rem;
    border-radius: var(--ra-radius-md);
    background: #fff;
    border: 1px solid var(--ra-border);
}

.ra-cotizacion-pill span[b-nww936papp] {
    display: block;
    font-size: 0.8rem;
    color: var(--ra-text-muted);
}

.ra-cotizacion-pill strong[b-nww936papp] {
    display: block;
    margin-top: 0.15rem;
    font-size: 1.05rem;
}

.ra-cotizacion-detail-table[b-nww936papp] {
    min-width: 760px;
}

.ra-cotizacion-detail-table th[b-nww936papp],
.ra-cotizacion-detail-table td[b-nww936papp] {
    vertical-align: top;
}

.ra-cotizacion-detail-table td:first-child[b-nww936papp] {
    min-width: 280px;
}

.ra-cotizacion-muted-line[b-nww936papp] {
    color: var(--ra-text-muted);
    font-size: 0.83rem;
    margin-top: 0.2rem;
    line-height: 1.45;
}

.ra-cotizacion-list-card[b-nww936papp] {
    gap: 0.45rem;
}

.ra-cotizacion-mobile-total[b-nww936papp] {
    font-size: 1.02rem;
    color: var(--ra-green);
}

.ra-cotizacion-section-summary[b-nww936papp] {
    padding: 0.9rem 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.ra-cotizacion-section-summary span[b-nww936papp] {
    color: var(--ra-text-muted);
}

.ra-cotizacion-section-summary strong[b-nww936papp] {
    color: var(--ra-green);
    font-size: 1.05rem;
}

.ra-cotizacion-day-card[b-nww936papp] {
    padding: 1rem;
}

.ra-cotizacion-day-card-head[b-nww936papp] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.ra-cotizacion-day-card-head span[b-nww936papp] {
    color: var(--ra-text-muted);
    font-size: 0.88rem;
}

.ra-cotizacion-day-list[b-nww936papp] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.ra-cotizacion-day-list li[b-nww936papp] {
    padding-top: 0.7rem;
    border-top: 1px solid var(--ra-border);
}

.ra-cotizacion-day-list li:first-child[b-nww936papp] {
    padding-top: 0;
    border-top: 0;
}

.ra-cotizacion-day-list li div[b-nww936papp] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.ra-cotizacion-day-list li span[b-nww936papp],
.ra-cotizacion-day-list li small[b-nww936papp] {
    color: var(--ra-text-muted);
}

.ra-cotizacion-history-list[b-nww936papp] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.ra-cotizacion-history-item[b-nww936papp] {
    padding: 1rem;
}

.ra-cotizacion-history-head[b-nww936papp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
}

.ra-cotizacion-history-item p[b-nww936papp] {
    margin-bottom: 0.5rem;
}

.ra-cotizacion-history-meta[b-nww936papp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    color: var(--ra-text-muted);
    font-size: 0.88rem;
}

@media (max-width: 991.98px) {
    .ra-cotizacion-detail-actions[b-nww936papp] {
        justify-content: stretch;
    }

    .ra-cotizacion-total-principal strong[b-nww936papp] {
        font-size: 1.8rem;
    }

    .ra-cotizacion-section-summary[b-nww936papp],
    .ra-cotizacion-day-card-head[b-nww936papp],
    .ra-cotizacion-history-head[b-nww936papp],
    .ra-cotizacion-day-list li div[b-nww936papp] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .ra-cotizacion-total-principal[b-nww936papp] {
        padding: 1.1rem;
    }

    .ra-cotizacion-total-principal strong[b-nww936papp] {
        font-size: 1.55rem;
    }

    .ra-cotizacion-total-informativo strong[b-nww936papp] {
        font-size: 1.1rem;
    }

    .ra-cotizacion-general-pills[b-nww936papp] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ra-cotizacion-pill[b-nww936papp] {
        min-width: 0;
    }
}
/* /Components/Pages/CRM/Cotizaciones/Index.razor.rz.scp.css */
.ra-cotizacion-list-status-grid[b-0bokx2clr9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.ra-cotizacion-list-status-card[b-0bokx2clr9] {
    background: var(--ra-surface-soft);
    border: 1px solid var(--ra-border);
    border-radius: var(--ra-radius-md);
    padding: 0.95rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.ra-cotizacion-list-status-card span[b-0bokx2clr9] {
    color: var(--ra-text-muted);
    font-size: 0.86rem;
}

.ra-cotizacion-list-status-card strong[b-0bokx2clr9] {
    color: var(--ra-green);
    font-size: 1.15rem;
}

.ra-cotizacion-table-wrap[b-0bokx2clr9] {
    overflow-x: auto;
}

.ra-cotizacion-detail-table th[b-0bokx2clr9],
.ra-cotizacion-detail-table td[b-0bokx2clr9] {
    white-space: nowrap;
    vertical-align: middle;
}
/* /Components/Pages/CRM/Cotizaciones/Simulador.razor.rz.scp.css */
.ra-simulador-form-grid[b-sko1tyd1dv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.ra-field[b-sko1tyd1dv] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.ra-field > span[b-sko1tyd1dv] {
    font-weight: 700;
    color: var(--ra-text);
}

.ra-field-inline[b-sko1tyd1dv] {
    justify-content: end;
}

.ra-simulador-case-actions[b-sko1tyd1dv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ra-simulador-table-wrap[b-sko1tyd1dv] {
    overflow-x: auto;
}

.ra-simulador-matrix th[b-sko1tyd1dv],
.ra-simulador-matrix td[b-sko1tyd1dv],
.ra-simulador-detail-table th[b-sko1tyd1dv],
.ra-simulador-detail-table td[b-sko1tyd1dv] {
    vertical-align: middle;
    white-space: nowrap;
}

.ra-simulador-matrix td:first-child[b-sko1tyd1dv],
.ra-simulador-detail-table td:nth-child(3)[b-sko1tyd1dv],
.ra-simulador-detail-table td:last-child[b-sko1tyd1dv] {
    white-space: normal;
}

.ra-simulador-status-grid[b-sko1tyd1dv],
.ra-simulador-totals-grid[b-sko1tyd1dv],
.ra-simulador-compare-grid[b-sko1tyd1dv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.ra-simulador-status-card[b-sko1tyd1dv],
.ra-simulador-metric-card[b-sko1tyd1dv],
.ra-simulador-compare-card[b-sko1tyd1dv] {
    background: var(--ra-surface-soft);
    border: 1px solid var(--ra-border);
    border-radius: var(--ra-radius-md);
    padding: 0.95rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.ra-simulador-status-card span[b-sko1tyd1dv],
.ra-simulador-metric-card span[b-sko1tyd1dv],
.ra-simulador-compare-card span[b-sko1tyd1dv] {
    color: var(--ra-text-muted);
    font-size: 0.86rem;
}

.ra-simulador-status-card strong[b-sko1tyd1dv],
.ra-simulador-metric-card strong[b-sko1tyd1dv],
.ra-simulador-compare-card strong[b-sko1tyd1dv] {
    color: var(--ra-green);
    font-size: 1.15rem;
}

.ra-simulador-total-principal[b-sko1tyd1dv] {
    background: linear-gradient(135deg, rgba(18, 71, 52, 0.98), rgba(0, 117, 129, 0.9));
    color: var(--ra-white);
    border-radius: var(--ra-radius-md);
    padding: 1.2rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.ra-simulador-total-principal strong[b-sko1tyd1dv] {
    font-size: 2rem;
    line-height: 1.1;
}

.ra-simulador-total-principal small[b-sko1tyd1dv],
.ra-simulador-total-informativo span[b-sko1tyd1dv] {
    opacity: 0.9;
}

.ra-simulador-total-informativo[b-sko1tyd1dv] {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px dashed var(--ra-border);
    border-radius: var(--ra-radius-md);
    background: #f9fbfa;
}

.ra-simulador-total-informativo strong[b-sko1tyd1dv] {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.25rem;
    color: var(--ra-text);
}

@media (max-width: 768px) {
    .ra-simulador-total-principal strong[b-sko1tyd1dv] {
        font-size: 1.6rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.ra-session-layout[b-0ah0v9hml8] {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .9fr);
    gap: 1rem;
    align-items: start;
}

.ra-session-account-card[b-0ah0v9hml8] {
    border: 1px solid var(--ra-border);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(17, 92, 70, 0.08) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: var(--ra-shadow-soft);
    padding: 1rem;
    display: grid;
    gap: .65rem;
}

.ra-session-account-clickable[b-0ah0v9hml8] {
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ra-session-account-clickable:hover[b-0ah0v9hml8],
.ra-session-account-clickable:focus-visible[b-0ah0v9hml8] {
    border-color: var(--ra-green-soft);
    box-shadow: var(--ra-shadow);
    transform: translateY(-1px);
    outline: none;
}

.ra-session-account-card h5[b-0ah0v9hml8] {
    margin: 0;
    color: var(--ra-text);
    font-size: 1.05rem;
    font-weight: 850;
}

.ra-session-account-card p[b-0ah0v9hml8] {
    margin: 0;
    color: var(--ra-text-muted);
    font-weight: 650;
    line-height: 1.55;
}

.ra-session-account-pill[b-0ah0v9hml8] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: rgba(17, 92, 70, 0.12);
    color: var(--ra-green);
    font-size: .78rem;
    font-weight: 850;
}

.ra-session-account-action[b-0ah0v9hml8] {
    margin-top: .2rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: .85rem;
    width: fit-content;
    min-width: 180px;
    padding: .8rem 1rem;
    border-radius: 14px;
    background: rgba(17, 92, 70, 0.08);
    color: var(--ra-green);
    font-weight: 800;
    border: 1px solid rgba(17, 92, 70, 0.12);
}

.ra-session-account-action strong[b-0ah0v9hml8] {
    color: var(--ra-text);
    font-size: .85rem;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.ra-home-module-sections[b-0ah0v9hml8] {
    display: grid;
    gap: 1rem;
}

.ra-home-module-section[b-0ah0v9hml8] {
    background: var(--ra-surface);
    border: 1px solid var(--ra-border);
    border-radius: 18px;
    box-shadow: var(--ra-shadow-soft);
    padding: 1rem;
}

.ra-home-module-section-head[b-0ah0v9hml8] {
    margin-bottom: 0.85rem;
}

.ra-home-module-section-head h4[b-0ah0v9hml8] {
    color: var(--ra-text);
    font-size: 1.05rem;
    font-weight: 850;
    margin: 0 0 0.2rem;
}

.ra-home-module-section-head p[b-0ah0v9hml8] {
    color: var(--ra-text-muted);
    font-weight: 650;
    margin: 0;
}

.ra-campaign-home-block[b-0ah0v9hml8] {
    border-top: 1px solid var(--ra-border);
    margin-top: 1rem;
    padding-top: 1rem;
}

.ra-campaign-home-head[b-0ah0v9hml8] {
    margin-bottom: 0.85rem;
}

.ra-campaign-home-head h5[b-0ah0v9hml8] {
    color: var(--ra-text);
    font-size: 1.05rem;
    font-weight: 850;
    margin: 0 0 0.2rem;
}

.ra-campaign-home-head p[b-0ah0v9hml8] {
    color: var(--ra-text-muted);
    font-weight: 650;
    margin: 0;
}

.ra-home-highlight-grid[b-0ah0v9hml8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.ra-calendar-home-card[b-0ah0v9hml8] {
    display: block;
    background: var(--ra-surface);
    color: var(--ra-text);
    border: 1px solid var(--ra-border);
    box-shadow: var(--ra-shadow-soft);
    padding: 1rem;
    border-radius: 20px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ra-calendar-home-clickable[b-0ah0v9hml8] {
    cursor: pointer;
}

.ra-calendar-home-clickable:hover[b-0ah0v9hml8],
.ra-calendar-home-clickable:focus-visible[b-0ah0v9hml8] {
    border-color: var(--ra-green-soft);
    box-shadow: var(--ra-shadow);
    transform: translateY(-1px);
    outline: none;
}

.ra-calendar-home-card h5[b-0ah0v9hml8] {
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
}

.ra-calendar-home-card p[b-0ah0v9hml8] {
    max-width: 58rem;
}

.ra-calendar-preview-strip[b-0ah0v9hml8] {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1rem;
}

.ra-calendar-preview-tile[b-0ah0v9hml8] {
    border: 1px solid var(--ra-border);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(17, 92, 70, 0.08) 0%, rgba(255, 255, 255, 0.98) 100%);
    padding: 0.9rem 1rem;
    display: grid;
    gap: 0.2rem;
    min-height: 94px;
    box-shadow: var(--ra-shadow-soft);
}

.ra-calendar-preview-label[b-0ah0v9hml8] {
    color: var(--ra-text-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ra-calendar-preview-tile strong[b-0ah0v9hml8] {
    color: var(--ra-green);
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.1;
}

.ra-calendar-preview-tile small[b-0ah0v9hml8] {
    color: var(--ra-text-muted);
    font-weight: 700;
    line-height: 1.45;
}

.ra-pipeline-home-summary[b-0ah0v9hml8] {
    width: 100%;
    display: grid;
    gap: 0.9rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    background: #ffffff;
    color: #0f172a;
    padding: 1rem;
    text-align: left;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
    line-height: 1.35;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ra-pipeline-home-summary:hover[b-0ah0v9hml8] {
    border-color: rgba(34, 197, 94, 0.45);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
    transform: translateY(-1px);
}

.ra-whatsapp-home-summary[b-0ah0v9hml8] {
    border-color: var(--ra-green-soft);
    background: linear-gradient(180deg, rgba(17, 92, 70, 0.05) 0%, #ffffff 100%);
}

.ra-whatsapp-home-summary .ra-pipeline-stage-card[b-0ah0v9hml8] {
    border-color: var(--ra-border);
    background: var(--ra-surface-soft);
}

.ra-pipeline-home-head[b-0ah0v9hml8] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 0.85rem;
}

.ra-pipeline-home-head h5[b-0ah0v9hml8] {
    margin: 0 0 0.2rem;
    font-size: 1.05rem;
    font-weight: 850;
}

.ra-pipeline-home-head p[b-0ah0v9hml8] {
    color: #64748b;
    margin: 0;
    font-weight: 700;
}

.ra-pipeline-home-head span[b-0ah0v9hml8] {
    color: #166534;
    font-weight: 850;
    white-space: nowrap;
}

.ra-pipeline-stage-grid[b-0ah0v9hml8] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
}

.ra-pipeline-stage-card[b-0ah0v9hml8] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: #f8fafc;
    padding: 0.75rem;
}

.ra-pipeline-stage-card span[b-0ah0v9hml8],
.ra-pipeline-stage-card small[b-0ah0v9hml8] {
    display: block;
    color: #64748b;
    font-weight: 750;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ra-pipeline-stage-card strong[b-0ah0v9hml8] {
    display: block;
    color: #0f172a;
    font-size: 1.5rem;
    line-height: 1.1;
    margin: 0.35rem 0 0.2rem;
}

.ra-calendar-month[b-0ah0v9hml8] {
    background: var(--ra-surface);
    border-radius: 20px;
}

.ra-calendar-month-header[b-0ah0v9hml8] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.ra-calendar-month-header h5[b-0ah0v9hml8] {
    color: var(--ra-green);
    margin-bottom: 0.15rem;
}

.ra-calendar-month-header p[b-0ah0v9hml8] {
    color: var(--ra-text-muted);
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}

.ra-calendar-month-actions[b-0ah0v9hml8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ra-calendar-grid[b-0ah0v9hml8] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.38rem;
}

@media (max-width: 1199.98px) {
    .ra-home-highlight-grid[b-0ah0v9hml8] {
        grid-template-columns: 1fr;
    }

    .ra-pipeline-stage-grid[b-0ah0v9hml8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ra-calendar-preview-strip[b-0ah0v9hml8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .ra-session-layout[b-0ah0v9hml8] {
        grid-template-columns: 1fr;
    }

    .ra-calendar-month-header[b-0ah0v9hml8],
    .ra-pipeline-home-head[b-0ah0v9hml8] {
        flex-direction: column;
        align-items: stretch;
    }

    .ra-calendar-month-actions[b-0ah0v9hml8] {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .ra-home-module-section[b-0ah0v9hml8],
    .ra-calendar-home-card[b-0ah0v9hml8] {
        padding: 0.95rem;
    }

    .ra-calendar-preview-strip[b-0ah0v9hml8],
    .ra-pipeline-stage-grid[b-0ah0v9hml8] {
        grid-template-columns: 1fr;
    }

    .ra-session-account-action[b-0ah0v9hml8] {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 575.98px) {
    .ra-calendar-home-card h5[b-0ah0v9hml8] {
        font-size: 1.12rem;
    }

    .ra-calendar-preview-tile[b-0ah0v9hml8] {
        min-height: auto;
    }
}

.ra-calendar-weekday[b-0ah0v9hml8] {
    color: var(--ra-green);
    font-size: 0.78rem;
    font-weight: 800;
    text-align: center;
    padding: 0.25rem;
}

.ra-calendar-day[b-0ah0v9hml8] {
    width: 100%;
    min-height: 82px;
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    border: 1px solid var(--ra-border);
    border-radius: 12px;
    background: var(--ra-surface-soft);
    color: var(--ra-text);
    padding: 0.45rem;
    text-align: left;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.ra-calendar-day:hover[b-0ah0v9hml8] {
    border-color: var(--ra-green-soft);
    box-shadow: var(--ra-shadow-soft);
    transform: translateY(-1px);
}

.ra-day-number[b-0ah0v9hml8] {
    width: 1.6rem;
    height: 1.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--ra-surface);
    color: var(--ra-text);
    font-weight: 850;
}

.ra-day-events[b-0ah0v9hml8] {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    min-width: 0;
}

.ra-day-event[b-0ah0v9hml8],
.ra-day-empty[b-0ah0v9hml8] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 999px;
    padding: 0.16rem 0.42rem;
    font-size: 0.72rem;
    font-weight: 800;
}

.ra-day-event[b-0ah0v9hml8] {
    background: var(--ra-surface);
    color: var(--ra-green);
    border: 1px solid var(--ra-border);
    box-shadow: var(--ra-shadow-soft);
}

.ra-day-empty[b-0ah0v9hml8] {
    color: var(--ra-text-muted);
    background: transparent;
    padding-left: 0;
}

.ra-day-has-events[b-0ah0v9hml8] {
    background: var(--ra-green-soft);
    border-color: var(--ra-olive);
}

.ra-day-has-events .ra-day-number[b-0ah0v9hml8] {
    background: var(--ra-green);
    color: var(--ra-surface);
}

.ra-day-muted[b-0ah0v9hml8] {
    opacity: 0.48;
}

.ra-calendar-compact[b-0ah0v9hml8] {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    border: 0;
    border-radius: 20px;
    background: var(--ra-surface);
    color: var(--ra-text);
    padding: 0.25rem;
    text-align: left;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
}

.ra-calendar-compact-date[b-0ah0v9hml8] {
    width: 4.25rem;
    height: 4.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--ra-green-soft);
    color: var(--ra-green);
    font-size: 1.75rem;
    font-weight: 900;
}

.ra-calendar-compact-month[b-0ah0v9hml8] {
    display: block;
    color: var(--ra-text-muted);
    font-size: 0.78rem;
    font-weight: 800;
    margin-top: 0.35rem;
    text-align: center;
    text-transform: capitalize;
}

.ra-calendar-compact-body h5[b-0ah0v9hml8] {
    color: var(--ra-green);
    margin-bottom: 0.25rem;
}

.ra-calendar-compact-body p[b-0ah0v9hml8] {
    color: var(--ra-text-muted);
    margin-bottom: 0.35rem;
}

.ra-calendar-compact-body small[b-0ah0v9hml8] {
    display: block;
    color: var(--ra-green);
    font-weight: 750;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .ra-session-layout[b-0ah0v9hml8] {
        grid-template-columns: 1fr;
    }

    .ra-calendar-preview-strip[b-0ah0v9hml8] {
        grid-template-columns: 1fr;
    }

    .ra-pipeline-stage-grid[b-0ah0v9hml8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .ra-calendar-home-card[b-0ah0v9hml8] {
        padding: 0.85rem;
    }

    .ra-calendar-compact[b-0ah0v9hml8] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ra-calendar-compact-date[b-0ah0v9hml8] {
        margin-inline: auto;
    }

    .ra-home-module-section[b-0ah0v9hml8] {
        padding: 0.85rem;
    }

    .ra-pipeline-home-head[b-0ah0v9hml8] {
        flex-direction: column;
        align-items: flex-start;
    }

    .ra-pipeline-stage-grid[b-0ah0v9hml8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Mantenimiento/ActivosCriticos/Index.razor.rz.scp.css */
.ra-activos-criticos-page[b-car9ccjdgd] {
    display: grid;
    gap: 1rem;
}

.ra-activos-criticos-filtros-grid[b-car9ccjdgd] {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.ra-activos-criticos-filtros-action[b-car9ccjdgd] {
    align-self: end;
}

.ra-activos-criticos-resumen-grid[b-car9ccjdgd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1rem;
}

.ra-activos-criticos-resumen-card[b-car9ccjdgd] {
    border-left: 4px solid var(--ra-border);
}

.ra-activos-criticos-resumen-card.is-success[b-car9ccjdgd] { border-left-color: #1f7a47; }
.ra-activos-criticos-resumen-card.is-warning[b-car9ccjdgd] { border-left-color: #b45309; }
.ra-activos-criticos-resumen-card.is-danger[b-car9ccjdgd] { border-left-color: #b91c1c; }
.ra-activos-criticos-resumen-card.is-info[b-car9ccjdgd] { border-left-color: #0f766e; }

.ra-activos-criticos-resumen-title[b-car9ccjdgd] {
    display: block;
    color: var(--ra-text-soft);
    font-size: .92rem;
    font-weight: 700;
}

.ra-activos-criticos-resumen-value[b-car9ccjdgd] {
    display: block;
    margin: .45rem 0;
    font-size: 1.9rem;
    line-height: 1;
    color: var(--ra-text-strong);
}

.ra-activos-criticos-listado[b-car9ccjdgd] {
    display: grid;
    gap: 1rem;
}

.ra-activos-criticos-item-card[b-car9ccjdgd] {
    border: 1px solid var(--ra-border);
    border-radius: 16px;
    padding: 1rem;
    background: var(--ra-surface-soft);
}

.ra-activos-criticos-item-head[b-car9ccjdgd] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.ra-activos-criticos-item-top[b-car9ccjdgd] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: .4rem;
}

.ra-activos-criticos-item-head h5[b-car9ccjdgd] {
    margin: 0 0 .25rem 0;
    color: var(--ra-text-strong);
}

.ra-activos-criticos-item-head p[b-car9ccjdgd] {
    margin: 0;
    color: var(--ra-text-soft);
}

.ra-activos-criticos-item-actions[b-car9ccjdgd] {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    justify-content: flex-end;
}

.ra-activos-criticos-kpi-grid[b-car9ccjdgd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: .8rem;
    margin-bottom: 1rem;
}

.ra-activos-criticos-motivos[b-car9ccjdgd] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
    gap: 1rem;
}

.ra-activos-criticos-motivos ul[b-car9ccjdgd],
.ra-activos-criticos-recomendaciones[b-car9ccjdgd] {
    margin: 0;
    padding-left: 1.15rem;
    display: grid;
    gap: .5rem;
}

.ra-activos-criticos-recomendacion p[b-car9ccjdgd] {
    margin: 0;
    color: var(--ra-text);
}

.ra-activos-criticos-grid[b-car9ccjdgd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (max-width: 991.98px) {
    .ra-activos-criticos-item-head[b-car9ccjdgd] {
        flex-direction: column;
    }

    .ra-activos-criticos-motivos[b-car9ccjdgd],
    .ra-activos-criticos-grid[b-car9ccjdgd] {
        grid-template-columns: 1fr;
    }

    .ra-activos-criticos-item-actions .ra-btn[b-car9ccjdgd] {
        width: 100%;
    }
}
/* /Components/Pages/Mantenimiento/CentroControl/Index.razor.rz.scp.css */
.ra-centro-control-page .ra-detail-meta-grid[b-091we22q9j] {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.ra-centro-control-filtros[b-091we22q9j] {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    align-items: end;
}

.ra-centro-control-filtros-action .ra-btn[b-091we22q9j] {
    width: 100%;
}

.ra-centro-control-metricas[b-091we22q9j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1rem;
}

.ra-centro-control-metrica[b-091we22q9j] {
    display: grid;
    gap: .75rem;
    min-height: 200px;
}

.ra-centro-control-metrica.is-danger[b-091we22q9j] {
    border-color: rgba(185, 28, 28, 0.25);
}

.ra-centro-control-metrica.is-warning[b-091we22q9j] {
    border-color: rgba(180, 83, 9, 0.24);
}

.ra-centro-control-metrica.is-success[b-091we22q9j] {
    border-color: rgba(34, 94, 61, 0.24);
}

.ra-centro-control-metrica.is-info[b-091we22q9j] {
    border-color: rgba(12, 74, 110, 0.20);
}

.ra-centro-control-metrica.is-muted[b-091we22q9j] {
    opacity: .86;
}

.ra-centro-control-metrica-head[b-091we22q9j] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
}

.ra-centro-control-metrica-title[b-091we22q9j] {
    color: var(--ra-text);
    font-weight: 800;
}

.ra-centro-control-metrica-value[b-091we22q9j] {
    color: var(--ra-green-dark);
    font-size: clamp(1.85rem, 2vw, 2.5rem);
    font-weight: 900;
    line-height: 1;
}

.ra-centro-control-metrica-copy[b-091we22q9j],
.ra-centro-control-metrica-note[b-091we22q9j] {
    margin: 0;
    color: var(--ra-text-muted);
}

.ra-centro-control-metrica-note[b-091we22q9j] {
    font-size: .9rem;
}

.ra-centro-control-metrica-btn[b-091we22q9j] {
    margin-top: auto;
}

.ra-centro-control-grid[b-091we22q9j] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 1rem;
}

.ra-centro-control-stack[b-091we22q9j] {
    display: grid;
    gap: .85rem;
}

.ra-centro-alerta-card[b-091we22q9j],
.ra-centro-acceso-card[b-091we22q9j] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid var(--ra-border);
    border-radius: 16px;
    background: var(--ra-surface-soft);
}

.ra-centro-alerta-top[b-091we22q9j],
.ra-centro-acceso-top[b-091we22q9j] {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
    margin-bottom: .45rem;
}

.ra-centro-alerta-copy h5[b-091we22q9j],
.ra-centro-acceso-card h5[b-091we22q9j] {
    margin: 0 0 .2rem;
    color: var(--ra-text);
    font-size: 1rem;
    font-weight: 850;
}

.ra-centro-alerta-copy p[b-091we22q9j],
.ra-centro-acceso-card p[b-091we22q9j] {
    margin: 0;
    color: var(--ra-text-muted);
    font-weight: 650;
}

.ra-centro-acceso-card.is-disabled[b-091we22q9j] {
    opacity: .82;
}

.ra-centro-control-table th[b-091we22q9j],
.ra-centro-control-table td[b-091we22q9j] {
    vertical-align: top;
}

.ra-centro-control-cell-note[b-091we22q9j] {
    margin-top: .25rem;
    color: var(--ra-text-muted);
    font-size: .85rem;
}

@media (max-width: 991.98px) {
    .ra-centro-control-grid[b-091we22q9j] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .ra-centro-alerta-card[b-091we22q9j],
    .ra-centro-acceso-card[b-091we22q9j] {
        flex-direction: column;
    }

    .ra-centro-alerta-card .ra-btn[b-091we22q9j],
    .ra-centro-acceso-card .ra-btn[b-091we22q9j] {
        width: 100%;
    }
}
/* /Components/Pages/Mantenimiento/CumplimientoPlanAnual/Index.razor.rz.scp.css */
.ra-cumplimiento-plan-page[b-7qzmtmgm8u] {
    display: grid;
    gap: 1rem;
}

.ra-cumplimiento-filtros-grid[b-7qzmtmgm8u] {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.ra-cumplimiento-filtros-action[b-7qzmtmgm8u] {
    align-self: end;
}

.ra-cumplimiento-metricas-grid[b-7qzmtmgm8u] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1rem;
}

.ra-cumplimiento-metrica-card[b-7qzmtmgm8u] {
    border-left: 4px solid var(--ra-border);
}

.ra-cumplimiento-metrica-card.is-success[b-7qzmtmgm8u] {
    border-left-color: #1f7a47;
}

.ra-cumplimiento-metrica-card.is-warning[b-7qzmtmgm8u] {
    border-left-color: #b45309;
}

.ra-cumplimiento-metrica-card.is-danger[b-7qzmtmgm8u] {
    border-left-color: #b91c1c;
}

.ra-cumplimiento-metrica-card.is-info[b-7qzmtmgm8u] {
    border-left-color: #0f766e;
}

.ra-cumplimiento-metrica-title[b-7qzmtmgm8u] {
    display: block;
    color: var(--ra-text-soft);
    font-size: .92rem;
    font-weight: 700;
}

.ra-cumplimiento-metrica-value[b-7qzmtmgm8u] {
    display: block;
    margin: .45rem 0;
    font-size: 1.9rem;
    line-height: 1;
    color: var(--ra-text-strong);
}

.ra-cumplimiento-metrica-card p[b-7qzmtmgm8u] {
    margin: 0;
    color: var(--ra-text-soft);
    font-size: .92rem;
}

.ra-cumplimiento-metrica-note[b-7qzmtmgm8u] {
    margin-top: .4rem !important;
}

.ra-cumplimiento-grid[b-7qzmtmgm8u] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 1rem;
}

.ra-cumplimiento-recomendaciones[b-7qzmtmgm8u] {
    margin: 0;
    padding-left: 1.15rem;
    display: grid;
    gap: .55rem;
}

.ra-cumplimiento-recomendaciones li[b-7qzmtmgm8u] {
    color: var(--ra-text);
}

@media (max-width: 991.98px) {
    .ra-cumplimiento-grid[b-7qzmtmgm8u] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Mantenimiento/PreventivoCorrectivo/Index.razor.rz.scp.css */
.ra-preventivo-correctivo-page[b-2byyp849z9] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ra-preventivo-correctivo-filtros-grid[b-2byyp849z9] {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    align-items: end;
}

.ra-preventivo-correctivo-filtros-action[b-2byyp849z9] {
    min-width: 160px;
}

.ra-preventivo-correctivo-metricas-grid[b-2byyp849z9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 1rem;
}

.ra-preventivo-correctivo-metrica-card[b-2byyp849z9] {
    min-height: 152px;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    border-top: 4px solid rgba(11, 100, 78, 0.12);
}

.ra-preventivo-correctivo-metrica-card.is-success[b-2byyp849z9] {
    border-top-color: rgba(44, 122, 57, 0.55);
}

.ra-preventivo-correctivo-metrica-card.is-warning[b-2byyp849z9],
.ra-preventivo-correctivo-metrica-card.is-review[b-2byyp849z9] {
    border-top-color: rgba(217, 119, 6, 0.55);
}

.ra-preventivo-correctivo-metrica-card.is-danger[b-2byyp849z9] {
    border-top-color: rgba(185, 28, 28, 0.55);
}

.ra-preventivo-correctivo-metrica-card.is-info[b-2byyp849z9] {
    border-top-color: rgba(8, 145, 178, 0.55);
}

.ra-preventivo-correctivo-metrica-title[b-2byyp849z9] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f5142;
}

.ra-preventivo-correctivo-metrica-value[b-2byyp849z9] {
    font-size: 1.85rem;
    line-height: 1;
    color: #0b4f3f;
}

.ra-preventivo-correctivo-metrica-card p[b-2byyp849z9] {
    margin: 0;
    color: #4d645c;
    font-size: 0.92rem;
}

.ra-preventivo-correctivo-grid[b-2byyp849z9] {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(320px, 1fr);
    gap: 1.5rem;
}

.ra-preventivo-correctivo-recomendaciones[b-2byyp849z9] {
    margin: 0;
    padding-left: 1.15rem;
    color: #37534a;
}

.ra-preventivo-correctivo-recomendaciones li + li[b-2byyp849z9] {
    margin-top: 0.6rem;
}

@media (max-width: 1100px) {
    .ra-preventivo-correctivo-grid[b-2byyp849z9] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Mantenimiento/ReportesEjecutivos/Index.razor.rz.scp.css */
.ra-reportes-ejecutivos-page[b-pm84zch6tj] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ra-reportes-ejecutivos-config-head[b-pm84zch6tj] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.ra-reportes-ejecutivos-filtros-grid[b-pm84zch6tj] {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    align-items: end;
}

.ra-reportes-ejecutivos-filtros-action[b-pm84zch6tj] {
    min-width: 190px;
}

.ra-reportes-ejecutivos-opciones[b-pm84zch6tj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.75rem 1rem;
    margin-top: 1rem;
    color: #36544a;
}

.ra-reportes-ejecutivos-opciones label[b-pm84zch6tj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.ra-reportes-ejecutivos-documento[b-pm84zch6tj] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ra-reportes-ejecutivos-portada[b-pm84zch6tj] {
    background: linear-gradient(180deg, rgba(11, 100, 78, 0.05), rgba(11, 100, 78, 0.01));
    border: 1px solid rgba(11, 100, 78, 0.12);
    border-radius: 14px;
    padding: 1.9rem;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: center;
    break-inside: avoid;
}

.ra-reportes-ejecutivos-logo-wrap[b-pm84zch6tj] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ra-reportes-ejecutivos-logo[b-pm84zch6tj] {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.ra-reportes-ejecutivos-portada-copy h1[b-pm84zch6tj] {
    margin: 0.75rem 0 0.45rem;
    color: #0b4f3f;
    font-size: clamp(2rem, 3vw, 2.75rem);
}

.ra-reportes-ejecutivos-portada-copy p[b-pm84zch6tj] {
    margin: 0;
    color: #4a655c;
}

.ra-reportes-ejecutivos-portada-tags[b-pm84zch6tj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.9rem;
}

.ra-reportes-ejecutivos-meta[b-pm84zch6tj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin-top: 1rem;
    color: #284c40;
    font-size: 0.95rem;
}

.ra-reportes-ejecutivos-semaforo-copy[b-pm84zch6tj],
.ra-reportes-ejecutivos-contexto[b-pm84zch6tj] {
    margin: 0;
    color: #36544a;
}

.ra-reportes-ejecutivos-seccion[b-pm84zch6tj] {
    break-inside: avoid;
}

.ra-reportes-ejecutivos-indice[b-pm84zch6tj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.75rem 1rem;
}

.ra-reportes-ejecutivos-indice-item[b-pm84zch6tj] {
    padding: 0.8rem 1rem;
    border: 1px solid rgba(11, 100, 78, 0.09);
    border-radius: 10px;
    background: rgba(11, 100, 78, 0.03);
    color: #24473d;
    font-weight: 600;
}

.ra-reportes-ejecutivos-indicadores-grid[b-pm84zch6tj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.ra-reportes-ejecutivos-indicador-card[b-pm84zch6tj] {
    min-height: 148px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 4px solid rgba(11, 100, 78, 0.12);
}

.ra-reportes-ejecutivos-indicador-card.is-success[b-pm84zch6tj] {
    border-top-color: rgba(44, 122, 57, 0.55);
}

.ra-reportes-ejecutivos-indicador-card.is-warning[b-pm84zch6tj],
.ra-reportes-ejecutivos-indicador-card.is-review[b-pm84zch6tj] {
    border-top-color: rgba(217, 119, 6, 0.55);
}

.ra-reportes-ejecutivos-indicador-card.is-danger[b-pm84zch6tj] {
    border-top-color: rgba(185, 28, 28, 0.55);
}

.ra-reportes-ejecutivos-indicador-card.is-info[b-pm84zch6tj] {
    border-top-color: rgba(8, 145, 178, 0.55);
}

.ra-reportes-ejecutivos-indicador-title[b-pm84zch6tj] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f5142;
}

.ra-reportes-ejecutivos-indicador-value[b-pm84zch6tj] {
    font-size: 1.8rem;
    line-height: 1;
    color: #0b4f3f;
}

.ra-reportes-ejecutivos-indicador-card p[b-pm84zch6tj] {
    margin: 0;
    color: #51685f;
    font-size: 0.92rem;
}

.ra-reportes-ejecutivos-seccion-head[b-pm84zch6tj] {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
}

.ra-reportes-ejecutivos-subindicadores-grid[b-pm84zch6tj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.9rem;
    margin-top: 1rem;
}

.ra-reportes-ejecutivos-riesgos[b-pm84zch6tj] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin-top: 1rem;
}

.ra-reportes-ejecutivos-notas[b-pm84zch6tj] {
    margin: 1rem 0 0;
    padding-left: 1.15rem;
    color: #36544a;
}

.ra-reportes-ejecutivos-grid[b-pm84zch6tj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.ra-reportes-ejecutivos-stack[b-pm84zch6tj] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.ra-reportes-ejecutivos-list-item[b-pm84zch6tj] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: start;
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(11, 100, 78, 0.08);
}

.ra-reportes-ejecutivos-list-item:last-child[b-pm84zch6tj] {
    border-bottom: 0;
    padding-bottom: 0;
}

.ra-reportes-ejecutivos-list-item p[b-pm84zch6tj] {
    margin: 0.35rem 0 0;
    color: #4d645c;
}

.ra-reportes-ejecutivos-item-meta[b-pm84zch6tj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.45rem;
}

.ra-reportes-ejecutivos-anexos[b-pm84zch6tj] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ra-reportes-ejecutivos-anexo[b-pm84zch6tj] {
    break-inside: avoid;
}

.ra-reportes-ejecutivos-anexo h4[b-pm84zch6tj] {
    margin: 0 0 0.75rem;
    color: #0b4f3f;
}

.ra-reportes-ejecutivos-page-break[b-pm84zch6tj] {
    break-before: page;
    page-break-before: always;
}

@media (max-width: 1100px) {
    .ra-reportes-ejecutivos-config-head[b-pm84zch6tj],
    .ra-reportes-ejecutivos-seccion-head[b-pm84zch6tj] {
        flex-direction: column;
    }

    .ra-reportes-ejecutivos-portada[b-pm84zch6tj] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ra-reportes-ejecutivos-portada-tags[b-pm84zch6tj],
    .ra-reportes-ejecutivos-meta[b-pm84zch6tj] {
        justify-content: center;
    }

    .ra-reportes-ejecutivos-grid[b-pm84zch6tj] {
        grid-template-columns: 1fr;
    }
}

@media print {
    .ra-reportes-ejecutivos-no-print[b-pm84zch6tj] {
        display: none !important;
    }

    [b-pm84zch6tj](.ra-layout-topbar) {
        display: none !important;
    }

    [b-pm84zch6tj](.ra-layout-main) {
        padding: 0 !important;
        margin: 0 !important;
    }

    @page {
        size: auto;
        margin: 16mm 14mm;
    }

    .ra-reportes-ejecutivos-page[b-pm84zch6tj] {
        gap: 0;
        background: #fff;
    }

    .ra-reportes-ejecutivos-documento[b-pm84zch6tj] {
        gap: 1rem;
    }

    .ra-reportes-ejecutivos-portada[b-pm84zch6tj] {
        min-height: 245mm;
        align-items: center;
    }

    .ra-card[b-pm84zch6tj],
    .ra-reportes-ejecutivos-portada[b-pm84zch6tj],
    .ra-reportes-ejecutivos-anexo[b-pm84zch6tj],
    .ra-centro-alerta-card[b-pm84zch6tj],
    .ra-detail-meta-card[b-pm84zch6tj] {
        box-shadow: none !important;
        border-color: rgba(0, 0, 0, 0.16) !important;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .table[b-pm84zch6tj] {
        width: 100%;
        font-size: 0.8rem;
    }

    .table thead[b-pm84zch6tj] {
        display: table-header-group;
    }

    .table tr[b-pm84zch6tj],
    .table td[b-pm84zch6tj],
    .table th[b-pm84zch6tj] {
        page-break-inside: avoid;
    }

    .ra-reportes-ejecutivos-page-break[b-pm84zch6tj] {
        break-before: page;
        page-break-before: always;
    }
}
/* /Components/Pages/Mantenimiento/ReservasRiesgo/Index.razor.rz.scp.css */
.ra-riesgo-filtros-grid[b-tklmxan5hm] {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    align-items: end;
}

.ra-riesgo-filtros-accion .ra-btn[b-tklmxan5hm] {
    width: 100%;
}

.ra-riesgo-resumen-grid[b-tklmxan5hm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.ra-riesgo-resumen-card[b-tklmxan5hm] {
    display: grid;
    gap: .45rem;
}

.ra-riesgo-resumen-card.is-danger[b-tklmxan5hm] {
    border-color: rgba(185, 28, 28, 0.25);
}

.ra-riesgo-resumen-card.is-warning[b-tklmxan5hm] {
    border-color: rgba(180, 83, 9, 0.24);
}

.ra-riesgo-resumen-card.is-review[b-tklmxan5hm] {
    border-color: rgba(8, 145, 178, 0.22);
}

.ra-riesgo-resumen-card.is-success[b-tklmxan5hm] {
    border-color: rgba(34, 94, 61, 0.24);
}

.ra-riesgo-resumen-title[b-tklmxan5hm] {
    color: var(--ra-text-muted);
    font-weight: 700;
}

.ra-riesgo-resumen-value[b-tklmxan5hm] {
    color: var(--ra-green-dark);
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    line-height: 1;
}

.ra-riesgo-resumen-card p[b-tklmxan5hm] {
    margin: 0;
    color: var(--ra-text-muted);
}

.ra-riesgo-listado[b-tklmxan5hm] {
    display: grid;
    gap: 1rem;
}

.ra-riesgo-item-card[b-tklmxan5hm] {
    border: 1px solid var(--ra-border);
    border-radius: 18px;
    background: var(--ra-surface-soft);
    padding: 1rem;
    display: grid;
    gap: 1rem;
}

.ra-riesgo-item-head[b-tklmxan5hm] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.ra-riesgo-item-top[b-tklmxan5hm] {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-bottom: .45rem;
}

.ra-riesgo-item-head h5[b-tklmxan5hm] {
    margin: 0 0 .2rem;
    color: var(--ra-text);
    font-size: 1.05rem;
    font-weight: 850;
}

.ra-riesgo-item-head p[b-tklmxan5hm] {
    margin: 0;
    color: var(--ra-text-muted);
    font-weight: 650;
}

.ra-riesgo-item-actions[b-tklmxan5hm] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
}

.ra-riesgo-kpi-grid[b-tklmxan5hm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: .75rem;
}

.ra-riesgo-meta-wrap[b-tklmxan5hm] {
    white-space: normal;
}

.ra-riesgo-motivos ul[b-tklmxan5hm] {
    margin: .45rem 0 0;
    padding-left: 1.15rem;
}

.ra-riesgo-motivos li[b-tklmxan5hm] {
    color: var(--ra-text-muted);
    margin-bottom: .3rem;
}

@media (max-width: 767.98px) {
    .ra-riesgo-item-head[b-tklmxan5hm] {
        flex-direction: column;
    }

    .ra-riesgo-item-actions[b-tklmxan5hm] {
        width: 100%;
        justify-content: flex-start;
    }

    .ra-riesgo-item-actions .ra-btn[b-tklmxan5hm] {
        width: 100%;
    }
}
