/* /Features/Acompana/Dashboard/Pages/AcompanaDashboard.razor.rz.scp.css */
@media print {
    html[b-kc7cfyekth], body[b-kc7cfyekth], .overflow-y-auto[b-kc7cfyekth], .overflow-hidden[b-kc7cfyekth], .custom-scrollbar[b-kc7cfyekth] {
        height: auto !important;
        overflow: visible !important;
    }

    .print\:hidden[b-kc7cfyekth] {
        display: none !important;
    }

    .shadow-sm[b-kc7cfyekth], .shadow-md[b-kc7cfyekth], .shadow-inner[b-kc7cfyekth], .shadow-lg[b-kc7cfyekth] {
        box-shadow: none !important;
        border: 1px solid #e2e8f0 !important;
    }

    /* Romper las grillas en bloques normales para impresión */
    .grid[b-kc7cfyekth] {
        display: block !important;
    }

        /* Evitar que las tarjetas se corten por la mitad entre dos páginas */
        .grid > div[b-kc7cfyekth], .bg-white[b-kc7cfyekth] {
            break-inside: avoid !important;
            page-break-inside: avoid !important;
            margin-bottom: 2rem !important;
        }

    svg[b-kc7cfyekth] {
        max-height: 250px !important;
        break-inside: avoid !important;
    }
}
/* Scrollbar Personalizado suave */

.custom-scrollbar[b-kc7cfyekth]::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar[b-kc7cfyekth]::-webkit-scrollbar-track {
    background: #f8fafc; /* slate-50 */
    border-radius: 4px;
}

.custom-scrollbar[b-kc7cfyekth]::-webkit-scrollbar-thumb {
    background: #cbd5e1; /* slate-300 */
    border-radius: 4px;
}

    .custom-scrollbar[b-kc7cfyekth]::-webkit-scrollbar-thumb:hover {
        background: #94a3b8; /* slate-400 */
    }
/* =====================================================
TOOLTIP MODERNO CSS PURE PARA GRÁFICOS APILADOS
===================================================== */

.ui-tooltip[b-kc7cfyekth] {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    background-color: #1e293b; /* slate-800 */
    color: #ffffff;
    font-size: 0.75rem; /* text-xs */
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 9999;
    pointer-events: none;
}
/* Efecto hover para tooltips en contenedores flex */

.group\/bar:hover .ui-tooltip[b-kc7cfyekth] {
    opacity: 1;
    visibility: visible;
    margin-bottom: 12px;
}

.ui-tooltip[b-kc7cfyekth]::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #1e293b transparent transparent transparent;
}
/* /Features/Asistencia/Participantes/Components/ImprimirQrEvento.razor.rz.scp.css */
body[b-s4lhbmcic1] {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: Arial, sans-serif;
    color: #333;
}

.report-container[b-s4lhbmcic1] {
    width: 21.59cm;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
}

.header-section[b-s4lhbmcic1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #004687;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.logo-main[b-s4lhbmcic1] {
    height: 80px;
}

.logo-secondary[b-s4lhbmcic1] {
    height: 55px;
}

.main-title[b-s4lhbmcic1] {
    font-size: 20px;
    font-weight: bold;
    color: #004687;
    text-align: center;
    margin: 10px 0 20px 0;
    width: 100%;
}

.event-info-table[b-s4lhbmcic1] {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    margin: 15px 0 5px 0;
}

    .event-info-table td[b-s4lhbmcic1] {
        padding: 6px 5px;
        vertical-align: top;
    }

    .event-info-table .label[b-s4lhbmcic1] {
        font-weight: bold;
        width: 130px;
    }

    .event-info-table .training-name[b-s4lhbmcic1] {
        font-weight: bold;
        color: #004687;
        font-size: 18px;
    }

.event-description[b-s4lhbmcic1] {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin: 5px 5px 15px 5px;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border-left: 4px solid #004687;
    text-align: justify;
}

.qr-container[b-s4lhbmcic1] {
    text-align: center;
    margin: 15px 0;
    padding: 15px;
    border: 2px solid #004687;
    border-radius: 8px;
}

.qr-instruction[b-s4lhbmcic1] {
    font-size: 18px;
    color: #004687;
    font-weight: bold;
    margin-bottom: 15px;
}

.qr-message[b-s4lhbmcic1] {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    text-align: left;
}

.qr-link[b-s4lhbmcic1] {
    font-size: 15px;
    color: #0000EE !important;
    text-decoration: underline !important;
    word-break: break-all;
    display: inline-block;
    margin-bottom: 10px;
}

.qr-image[b-s4lhbmcic1] {
    width: 240px;
    height: 240px;
    margin: 10px auto;
    display: block;
}

.footer-message[b-s4lhbmcic1] {
    background-color: #e3f2fd;
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #004687;
}

    .footer-message h4[b-s4lhbmcic1] {
        color: #004687;
        margin-top: 0;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .footer-message p[b-s4lhbmcic1] {
        color: #666;
        margin-bottom: 12px;
    }

.organizer-badge[b-s4lhbmcic1] {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: bold;
}

/* Reglas específicas para garantizar fidelidad al imprimir (PDF) */
@media print {
    @page {
        size: letter;
        margin: 1cm;
    }

    body[b-s4lhbmcic1] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .report-container[b-s4lhbmcic1] {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .qr-container[b-s4lhbmcic1] {
        border: 2px solid #004687 !important;
    }

    .footer-message[b-s4lhbmcic1] {
        background-color: #e3f2fd !important;
        border: 1px solid #004687 !important;
    }

    .event-description[b-s4lhbmcic1] {
        background-color: #f8f9fa !important;
        border-left: 4px solid #004687 !important;
    }

    a[href][b-s4lhbmcic1]:after {
        content: none !important;
    }

    .hide-on-print[b-s4lhbmcic1] {
        display: none !important;
    }
}
/* /Features/Gos/Calendario/Pages/Calendario.razor.rz.scp.css */
.custom-scrollbar[b-gto70b0td4]::-webkit-scrollbar {
    height: 10px;
    background-color: #f8fafc;
}

.custom-scrollbar[b-gto70b0td4]::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 5px;
    border: 2px solid #f8fafc;
}

    .custom-scrollbar[b-gto70b0td4]::-webkit-scrollbar-thumb:hover {
        background-color: #94a3b8;
    }

/* Animación de entrada para el tooltip y modal */
@keyframes fadeIn-b-gto70b0td4 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn-b-gto70b0td4 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.animate-scale-in[b-gto70b0td4] {
    animation: scaleIn-b-gto70b0td4 0.2s ease-out forwards;
}

/* ESTILOS DE IMPRESIÓN */
@media print {
    @page {
        size: landscape;
        margin: 0.5cm;
    }

    /* Ocultar TODO por defecto y resetear flow */
    body[b-gto70b0td4] {
        visibility: hidden;
        background-color: white;
        font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        height: auto !important;
        overflow: visible !important;
        display: block !important;
    }

    /* Ocultar layouts de la app */
    header[b-gto70b0td4], footer[b-gto70b0td4], nav[b-gto70b0td4], aside[b-gto70b0td4], .sidebar[b-gto70b0td4], .top-row[b-gto70b0td4], .page-header[b-gto70b0td4] {
        display: none !important;
    }

    /* Mostrar solo el contenedor de impresión */
    .print-reset[b-gto70b0td4] {
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background-color: white;
        z-index: 99999;
    }

        .print-reset *[b-gto70b0td4] {
            visibility: visible;
        }

    .print\:hidden[b-gto70b0td4] {
        display: none !important;
        visibility: hidden !important;
    }

    .print\:block[b-gto70b0td4] {
        display: block !important;
    }

    /* Control de saltos de página para la tabla */
    .break-inside-auto[b-gto70b0td4] {
        break-inside: auto;
        page-break-inside: auto;
    }

    .break-inside-avoid[b-gto70b0td4] {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .break-after-avoid[b-gto70b0td4] {
        break-after: avoid;
        page-break-after: avoid;
    }

    thead[b-gto70b0td4] {
        display: table-header-group;
    }

    tr[b-gto70b0td4] {
        page-break-inside: avoid;
    }
}
/* /Features/Gos/Cronograma/Pages/Cronograma.razor.rz.scp.css */
.custom-scrollbar[b-ew9wpp7iof]::-webkit-scrollbar {
    height: 10px;
    background-color: #f8fafc;
}

.custom-scrollbar[b-ew9wpp7iof]::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 5px;
    border: 2px solid #f8fafc;
}

    .custom-scrollbar[b-ew9wpp7iof]::-webkit-scrollbar-thumb:hover {
        background-color: #94a3b8;
    }

@media print {
    @page {
        size: portrait;
        margin: 1cm;
    }
    /* Ocultar TODO por defecto y resetear flow */
    body[b-ew9wpp7iof] {
        visibility: hidden;
        background-color: white;
        font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        /* Permitir scroll y altura automática para que se impriman múltiples páginas */
        height: auto !important;
        overflow: visible !important;
        display: block !important;
    }
    /* Ocultar headers y footers comunes de la aplicación */
    header[b-ew9wpp7iof], footer[b-ew9wpp7iof], nav[b-ew9wpp7iof], aside[b-ew9wpp7iof], .sidebar[b-ew9wpp7iof], .top-row[b-ew9wpp7iof], .page-header[b-ew9wpp7iof] {
        display: none !important;
    }
    /* Hacer visible solo el contenedor de impresión */
    .print-reset[b-ew9wpp7iof] {
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background-color: white;
        z-index: 99999;
    }
        /* Asegurarse de que los hijos del contenedor también sean visibles */
        .print-reset *[b-ew9wpp7iof] {
            visibility: visible;
        }
    /* Ocultar elementos marcados específicamente para ocultar en impresión */
    .print\:hidden[b-ew9wpp7iof] {
        display: none !important;
        visibility: hidden !important;
    }
    /* Control de saltos de página */
    .break-inside-auto[b-ew9wpp7iof] {
        break-inside: auto;
        page-break-inside: auto;
    }

    .break-inside-avoid[b-ew9wpp7iof] {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .break-after-avoid[b-ew9wpp7iof] {
        break-after: avoid;
        page-break-after: avoid;
    }

    thead[b-ew9wpp7iof] {
        display: table-header-group;
    }

    tfoot[b-ew9wpp7iof] {
        display: table-footer-group;
    }

    tr[b-ew9wpp7iof] {
        page-break-inside: avoid;
    }
}
/* /Features/Gos/Dashboard/Pages/GosDashboard.razor.rz.scp.css */
@media print {
    html[b-t4y6eyvwut], body[b-t4y6eyvwut], .overflow-y-auto[b-t4y6eyvwut], .overflow-hidden[b-t4y6eyvwut] {
        height: auto !important;
        overflow: visible !important;
    }

    .print\:hidden[b-t4y6eyvwut] {
        display: none !important;
    }

    .shadow-sm[b-t4y6eyvwut], .shadow-md[b-t4y6eyvwut] {
        box-shadow: none !important;
        border: 1px solid #e2e8f0 !important;
    }

    .grid[b-t4y6eyvwut] {
        display: block !important;
    }

        .grid > div[b-t4y6eyvwut], .bg-white[b-t4y6eyvwut] {
            break-inside: avoid !important;
            page-break-inside: avoid !important;
            margin-bottom: 2rem !important;
        }

    svg[b-t4y6eyvwut] {
        max-height: 250px !important;
        break-inside: avoid !important;
    }
}

@keyframes fadeIn-b-t4y6eyvwut {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.donut-container circle[b-t4y6eyvwut] {
    transform-origin: center;
}

.group\/bar:hover .ui-tooltip[b-t4y6eyvwut] {
    opacity: 1;
    visibility: visible;
    margin-bottom: 8px;
}

.ui-tooltip[b-t4y6eyvwut] {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    background-color: #1e293b;
    color: #ffffff;
    font-size: 0.70rem;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 6px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    pointer-events: none;
}

    .ui-tooltip[b-t4y6eyvwut]::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 4px;
        border-style: solid;
        border-color: #1e293b transparent transparent transparent;
    }

.custom-scrollbar[b-t4y6eyvwut]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.custom-scrollbar[b-t4y6eyvwut]::-webkit-scrollbar-track {
    background: #f8fafc;
    border-radius: 4px;
}

.custom-scrollbar[b-t4y6eyvwut]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

    .custom-scrollbar[b-t4y6eyvwut]::-webkit-scrollbar-thumb:hover {
        background: #94a3b8;
    }
/* /Layout/EmptyLayout.razor.rz.scp.css */
.page[b-a7vs2r8ksf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a7vs2r8ksf] {
    flex: 1;
}

.sidebar[b-a7vs2r8ksf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-a7vs2r8ksf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-a7vs2r8ksf]  a, .top-row[b-a7vs2r8ksf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-a7vs2r8ksf]  a:hover, .top-row[b-a7vs2r8ksf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-a7vs2r8ksf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-a7vs2r8ksf] {
        justify-content: space-between;
    }

    .top-row[b-a7vs2r8ksf]  a, .top-row[b-a7vs2r8ksf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-a7vs2r8ksf] {
        flex-direction: row;
    }

    .sidebar[b-a7vs2r8ksf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-a7vs2r8ksf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-a7vs2r8ksf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-a7vs2r8ksf], article[b-a7vs2r8ksf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-8i12x6etfp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8i12x6etfp] {
    flex: 1;
}

/* --- THEMES PARA SIDEBARS Y COMPONENTES GLOBALES --- */
.theme-primaria .sidebar[b-8i12x6etfp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.theme-secundaria .sidebar[b-8i12x6etfp] {
    background-image: linear-gradient(180deg, #064e3b 0%, #065f46 70%);
}

.top-row[b-8i12x6etfp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8i12x6etfp]  a, .top-row[b-8i12x6etfp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-8i12x6etfp]  a:hover, .top-row[b-8i12x6etfp]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-8i12x6etfp]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-8i12x6etfp] {
        justify-content: space-between;
    }

        .top-row[b-8i12x6etfp]  a, .top-row[b-8i12x6etfp]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-8i12x6etfp] {
        flex-direction: row;
    }

    .sidebar[b-8i12x6etfp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8i12x6etfp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-8i12x6etfp]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-8i12x6etfp], article[b-8i12x6etfp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Components/DataGrid.razor.rz.scp.css */
/* Forzar la visibilidad de la barra de desplazamiento horizontal */
.always-visible-scrollbar[b-7v2q1v2axf]::-webkit-scrollbar {
    height: 10px;
    display: block;
    -webkit-appearance: none;
}

.always-visible-scrollbar[b-7v2q1v2axf]::-webkit-scrollbar-track {
    background: #f8fafc;
    border-radius: 8px;
}

.always-visible-scrollbar[b-7v2q1v2axf]::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 8px;
    border: 2px solid #f8fafc;
}

    .always-visible-scrollbar[b-7v2q1v2axf]::-webkit-scrollbar-thumb:hover {
        background-color: #94a3b8;
    }

/* Soporte para Firefox */
.always-visible-scrollbar[b-7v2q1v2axf] {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f8fafc;
}

/* Colocar el scrollbar en la parte superior de la tabla */
.scrollbar-top[b-7v2q1v2axf] {
    transform: scaleY(-1);
}

    .scrollbar-top > table[b-7v2q1v2axf] {
        transform: scaleY(-1);
    }
/* /Shared/Components/ErrorState.razor.rz.scp.css */
/* =========================================
   ESTILOS COMPARTIDOS / CONTENEDORES BASE
========================================= */

.err-container[b-uvcwj2pbcx],
.sa-err-container[b-uvcwj2pbcx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}

.err-wrapper[b-uvcwj2pbcx],
.sa-err-wrapper[b-uvcwj2pbcx] {
    display: flex;
    align-items: center;
    transform: scale(1.3);
}

.err-wrapper[b-uvcwj2pbcx] {
    gap: 35px;
    padding-left: 15px;
}

.sa-err-wrapper[b-uvcwj2pbcx] {
    gap: 25px;
}

/* =========================================
   ESTILOS DE ERROR - CON BASE (Cubos)
========================================= */

/* --- Estructura de la Pila --- */
.err-stack[b-uvcwj2pbcx] {
    display: flex;
    flex-direction: column;
    margin-top: -30px;
}

/* --- Configuración Base del Cubo --- */
.err-cube[b-uvcwj2pbcx] {
    width: 45px;
    height: 45px;
    position: relative;
    transform-style: preserve-3d;
    margin-bottom: -6px;
    /* Fotograma exacto (100%) de la animación de carga original */
    transform: rotateX(-30deg) rotateY(45deg);
}

/* --- Caras del Cubo --- */
.err-face[b-uvcwj2pbcx] {
    position: absolute;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 900;
    font-size: 45px;
    line-height: 1;
    color: white;
    backface-visibility: hidden;
}

/* Posicionamiento de las caras en 3D */
.err-face-top[b-uvcwj2pbcx] {
    transform: rotateX(90deg) translateZ(22.5px);
}

.err-face-left[b-uvcwj2pbcx] {
    transform: rotateY(-90deg) translateZ(22.5px);
}

.err-face-right[b-uvcwj2pbcx] {
    transform: translateZ(22.5px);
}

/* --- Colores Exactos --- */
/* Cubo A (Arriba) */
.err-cube-a[b-uvcwj2pbcx] {
    z-index: 3;
}

    .err-cube-a .err-face-top[b-uvcwj2pbcx] {
        background-color: #fca5a5;
    }

    .err-cube-a .err-face-left[b-uvcwj2pbcx] {
        background-color: #ef4444;
    }

    .err-cube-a .err-face-right[b-uvcwj2pbcx] {
        background-color: #b91c1c;
    }

/* Cubo B (Medio) */
.err-cube-b[b-uvcwj2pbcx] {
    z-index: 2;
}

    .err-cube-b .err-face-top[b-uvcwj2pbcx] {
        background-color: #93c5fd;
    }

    .err-cube-b .err-face-left[b-uvcwj2pbcx] {
        background-color: #3b82f6;
    }

    .err-cube-b .err-face-right[b-uvcwj2pbcx] {
        background-color: #1d4ed8;
    }

/* Cubo C (Abajo) */
.err-cube-c[b-uvcwj2pbcx] {
    z-index: 1;
}

    .err-cube-c .err-face-top[b-uvcwj2pbcx] {
        background-color: #fdba74;
    }

    .err-cube-c .err-face-left[b-uvcwj2pbcx] {
        background-color: #f97316;
    }

    .err-cube-c .err-face-right[b-uvcwj2pbcx] {
        background-color: #c2410c;
    }


/* =========================================
   ESTILOS DE ERROR - SECUNDARIA (Estrella)
========================================= */

.sa-err-star-container[b-uvcwj2pbcx] {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================================
   TEXTOS Y MENSAJES
========================================= */

.err-text-wrapper[b-uvcwj2pbcx],
.sa-err-text-wrapper[b-uvcwj2pbcx] {
    display: flex;
    flex-direction: column;
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-weight: 900;
}

.err-text-wrapper[b-uvcwj2pbcx] {
    line-height: 0.8;
    font-size: 56px;
    letter-spacing: -2px;
}

.sa-err-text-wrapper[b-uvcwj2pbcx] {
    line-height: 0.85;
    font-size: 50px;
    letter-spacing: -1.5px;
}

/* Colores de Textos */
.err-text-con[b-uvcwj2pbcx], .sa-err-text-top[b-uvcwj2pbcx] {
    color: #0ea5e9;
}

.err-text-base[b-uvcwj2pbcx], .sa-err-text-bottom[b-uvcwj2pbcx] {
    color: #0369a1;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 600px) {
    .err-wrapper[b-uvcwj2pbcx],
    .sa-err-wrapper[b-uvcwj2pbcx] {
        transform: scale(0.9);
        flex-direction: column;
    }

    .err-wrapper[b-uvcwj2pbcx] {
        gap: 20px;
        padding-left: 0;
    }

    .sa-err-wrapper[b-uvcwj2pbcx] {
        gap: 15px;
    }

    .err-text-wrapper[b-uvcwj2pbcx],
    .sa-err-text-wrapper[b-uvcwj2pbcx] {
        flex-direction: row;
        gap: 8px;
    }

    .err-text-wrapper[b-uvcwj2pbcx] {
        font-size: 40px;
        margin-top: 25px;
    }

    .sa-err-text-wrapper[b-uvcwj2pbcx] {
        font-size: 40px;
        margin-top: 10px;
    }

    .err-stack[b-uvcwj2pbcx] {
        margin-top: 10px;
    }
}
