body{
    /* overflow-wrap: anywhere; */
}

.animate-expand {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    overflow: visible;
}

.animate-collapse {
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
}

    /* Estilo para mantener el dropdown del MultiSelect visible cuando los filtros están colapsados */
    .animate-collapse .relative {
        position: static;
    }

/* Asegurar que los dropdowns aparezcan sobre otros elementos */
.absolute {
    z-index: 50;
}

/* Estilo para inputs con error */
.input-error {
    border: 2px solid #dc2626 !important; /* Borde rojo */
    padding-right: 2.5rem !important; /* Espacio para el ícono */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dc2626'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.5rem;
}

    .input-error:focus {
        border-color: #dc2626 !important;
        box-shadow: 0 0 0 1px #dc2626 !important;
        outline: none;
    }

/* Mensaje de error debajo del input */
.error-message {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

/* Estilo para íconos de error en la navegación */
.nav-icon-error {
    color: #dc2626 !important;
    display: inline-flex;
    align-items: center;
    margin-right: 0.25rem;
}

    .nav-icon-error::before {
        content: "";
        display: inline-block;
        width: 1.25rem;
        height: 1.25rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dc2626'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

/* Estilo para el indicador numérico de error en la navegación */
.nav-number-error {
    background-color: #dc2626;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 4px;
    font-weight: 500;
}

/* Versión más sutil del indicador de error */
.nav-error-dot::before {
    content: "•";
    color: #dc2626;
    font-size: 1.5em;
    margin-right: 4px;
    vertical-align: middle;
}

/* Indicador de error para elementos de navegación */
.nav-link.has-error::before {
    content: "•";
    color: #dc2626;
    font-size: 1.5em;
    margin-right: 0.5rem;
    vertical-align: middle;
    line-height: 1;
}

.image {
    width: 150px;
    height: auto;
}

.img-login {
    width: 300px !important;
}

.footer-logo {
    width: 80px;
}

.card-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.card-body-detail {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.card-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tabHorizontal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .tabHorizontal .nav-item {
        flex: 1 1 auto;
        text-align: center;
        display: display-box;
        flex-direction: column-reverse;
        justify-content: center;
        min-height: 0;
        min-width: 250px;
        max-width: 250px;
        cursor: pointer;
    }

.leaing-tap {
    line-height: 0.25;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.group:hover .group-hover\:block {
    display: block;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-content {
    position: absolute;
    left: 0;
    /*width: 100%;*/
    padding: 10px;
    background-color: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    z-index: 1000;
    display: none;
    margin-top: 8px;
}

.tooltip-container:hover .tooltip-content {
    display: block;
}

.main-tooltip-content {
    min-width: 450px;
    right: 0;
    left: auto;
}

.tooltip-container:hover .tooltip-content {
    display: block;
}

.risk-text-red {
    color: #dc2626;
}

.risk-text-yellow {
    color: #d97706;
}

.risk-text-green {
    color: #059669;
}

.risk-error {
    background-color: #fff2f0 !important;
    border: 1px solid #ffccc7 !important;
}

.risk-success {
    background-color: #f6ffed !important;
    border: 1px solid #b7eb8f !important;
}

.risk-warning {
    background-color: #fffbe6 !important;
    border: 1px solid #ffe58f !important;
}

.risk-indicator-title {
    font-weight: 600;
}

.risk-value {
    margin-top: 0.25rem;
}

.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #9ca3af;
    cursor: pointer;
}

    .info-icon:hover {
        color: #6b7280;
    }

.indicator-tooltip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    display: none;
}

.tooltip-details {
    background-color: white;
    padding: 10px 15px;
    border-radius: 6px;
    margin-top: 5px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

    .tooltip-details p {
        margin-bottom: 5px;
    }

.pl-40 {
    padding-left: 10rem;
}

.\!pl-12 {
    padding-left: 3rem !important;
}

.\!pr-12 {
    padding-right: 3rem !important;
}

.\!pr-32 {
    padding-right: 8rem !important;
}

.\!pl-56 {
    padding-left: 14rem !important;
}

.\!pl-28 {
    padding-left: 7rem !important;
}

.\!pl-32 {
    padding-left: 8rem !important;
}

.pl-40 {
    padding-left: 10rem;
}

.\!pl-40 {
    padding-left: 10rem !important;
}

.verificacion-container {
    max-width: 700px;
    margin: 28px auto;
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;    color: #0f172a;
    padding: 20px;
}


ul.checklist {
    margin: 0 0 20px 0;
    padding-left: 1.1rem;
    list-style: disc;
}

    ul.checklist li {
        margin: 8px 0;
    }

.cta-row {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.btn-primary:focus {
    outline: 3px solid rgba(11,95,255,.18);
}

.note {
    margin-top: 14px;
    font-size: 0.9rem;
}

@media (max-width: 520px) {
    .verificacion-container {
        padding: 14px;
    }

    h1 {
        font-size: 1.25rem;
    }

    .cta-row {
        flex-direction: column;
        align-items: stretch;
    }
}

.validation-message {
    margin-top: 0.25rem;
    display: inline-block;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 89 92 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.flat-color-icons--approval {
    display: inline-block;
    width: 24px; /* ajusta tamaño si quieres */
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%238bc34a' d='m24 3l4.7 3.6l5.8-.8l2.2 5.5l5.5 2.2l-.8 5.8L45 24l-3.6 4.7l.8 5.8l-5.5 2.2l-2.2 5.5l-5.8-.8L24 45l-4.7-3.6l-5.8.8l-2.2-5.5l-5.5-2.2l.8-5.8L3 24l3.6-4.7l-.8-5.8l5.5-2.2l2.2-5.5l5.8.8z'/%3E%3Cpath fill='%23ccff90' d='M34.6 14.6L21 28.2l-5.6-5.6l-2.8 2.8l8.4 8.4l16.4-16.4z'/%3E%3C/svg%3E");
}

.flat-color-icons--cancel {
    display: inline-block;
    width: 24px; /* ajusta tamaño si quieres */
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23d50000' d='M24 6C14.1 6 6 14.1 6 24s8.1 18 18 18s18-8.1 18-18S33.9 6 24 6m0 4c3.1 0 6 1.1 8.4 2.8L12.8 32.4C11.1 30 10 27.1 10 24c0-7.7 6.3-14 14-14m0 28c-3.1 0-6-1.1-8.4-2.8l19.6-19.6C36.9 18 38 20.9 38 24c0 7.7-6.3 14-14 14'/%3E%3C/svg%3E");
}

.flat-color-icons--high-priority {
    display: inline-block;
    width: 24px; /* ajusta tamaño si quieres */
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23f44336' d='m21.2 44.8l-18-18c-1.6-1.6-1.6-4.1 0-5.7l18-18c1.6-1.6 4.1-1.6 5.7 0l18 18c1.6 1.6 1.6 4.1 0 5.7l-18 18c-1.6 1.6-4.2 1.6-5.7 0'/%3E%3Cpath fill='%23fff' d='M21.6 32.7c0-.3.1-.6.2-.9s.3-.5.5-.7s.5-.4.8-.5s.6-.2 1-.2s.7.1 1 .2s.6.3.8.5s.4.4.5.7s.2.6.2.9s-.1.6-.2.9s-.3.5-.5.7s-.5.4-.8.5s-.6.2-1 .2s-.7-.1-1-.2s-.5-.3-.8-.5c-.2-.2-.4-.4-.5-.7s-.2-.5-.2-.9m4.2-4.6h-3.6L21.7 13h4.6z'/%3E%3C/svg%3E");
}


.flat-color-icons--approval {
    display: inline-block;
    width: 24px; /* ajusta tamaño si quieres */
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%238bc34a' d='m24 3l4.7 3.6l5.8-.8l2.2 5.5l5.5 2.2l-.8 5.8L45 24l-3.6 4.7l.8 5.8l-5.5 2.2l-2.2 5.5l-5.8-.8L24 45l-4.7-3.6l-5.8.8l-2.2-5.5l-5.5-2.2l.8-5.8L3 24l3.6-4.7l-.8-5.8l5.5-2.2l2.2-5.5l5.8.8z'/%3E%3Cpath fill='%23ccff90' d='M34.6 14.6L21 28.2l-5.6-5.6l-2.8 2.8l8.4 8.4l16.4-16.4z'/%3E%3C/svg%3E");
}

.flat-color-icons--cancel {
    display: inline-block;
    width: 24px; /* ajusta tamaño si quieres */
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23d50000' d='M24 6C14.1 6 6 14.1 6 24s8.1 18 18 18s18-8.1 18-18S33.9 6 24 6m0 4c3.1 0 6 1.1 8.4 2.8L12.8 32.4C11.1 30 10 27.1 10 24c0-7.7 6.3-14 14-14m0 28c-3.1 0-6-1.1-8.4-2.8l19.6-19.6C36.9 18 38 20.9 38 24c0 7.7-6.3 14-14 14'/%3E%3C/svg%3E");
}

.flat-color-icons--high-priority {
    display: inline-block;
    width: 24px; /* ajusta tamaño si quieres */
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23f44336' d='m21.2 44.8l-18-18c-1.6-1.6-1.6-4.1 0-5.7l18-18c1.6-1.6 4.1-1.6 5.7 0l18 18c1.6 1.6 1.6 4.1 0 5.7l-18 18c-1.6 1.6-4.2 1.6-5.7 0'/%3E%3Cpath fill='%23fff' d='M21.6 32.7c0-.3.1-.6.2-.9s.3-.5.5-.7s.5-.4.8-.5s.6-.2 1-.2s.7.1 1 .2s.6.3.8.5s.4.4.5.7s.2.6.2.9s-.1.6-.2.9s-.3.5-.5.7s-.5.4-.8.5s-.6.2-1 .2s-.7-.1-1-.2s-.5-.3-.8-.5c-.2-.2-.4-.4-.5-.7s-.2-.5-.2-.9m4.2-4.6h-3.6L21.7 13h4.6z'/%3E%3C/svg%3E");
}

.accordion-container {
    max-width: 800px;
    margin: 20px auto;
}

@media (min-width: 640px) { /* Ajusta este valor según el punto de ruptura (breakpoint) de tu diseño */
    .nav-pills > .nav-item:nth-child(n+8) { /* Ajusta el '8' según la cantidad de elementos que caben en una línea */
        margin-left: 0;
    }
}

@keyframes custom-bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.custom-animate-bounce {
    animation: custom-bounce 1s infinite ease-in-out;
    display: inline-block; /* Necesario para animar SVG */
    transform-origin: center;
}

@keyframes robot-bounce-shake {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }

    25% {
        transform: translateY(-10px) translateX(-5px);
    }

    50% {
        transform: translateY(0) translateX(5px);
    }

    75% {
        transform: translateY(-10px) translateX(-5px);
    }
}

.robot-bounce-shake {
    animation: robot-bounce-shake 1s infinite ease-in-out;
    transform-origin: bottom;
}

@keyframes robot-swing {
    0%, 100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-10deg);
    }
}

.robot-swing {
    animation: robot-swing 1s infinite ease-in-out;
    transform-origin: bottom center; /* El robot se balancea desde sus pies */
}

@keyframes robot-heartbeat {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.robot-heartbeat {
    animation: robot-heartbeat 1.5s infinite ease-in-out;
}

@keyframes robot-shake {
    0%, 100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }
}

.robot-shake {
    animation: robot-shake 0.5s infinite ease-in-out;
}


@keyframes custom-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.custom-animate-spin {
    animation: custom-spin 2s linear infinite;
}

.pl-0 {
    padding-left: 0 !important;
}

.input-group {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}

.input-wrapper {
    position: relative;
    max-width: 300px; /* Ajusta el ancho según tus necesidades */
}

.input-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6b7280; /* Color gris para el icono */
}

.date-input {
    padding-left: 30px; /* Espacio para el ícono */
}

/* Disclaimer container */
.disclaimer-container {
    width: 100%;
    padding: 12px;
    background-color: #f1f1f1; /* Light gray background */
    color: #333; /* Dark gray text */
    border-radius: 6px; /* Slightly rounded corners */
    margin-top: 16px;
    border: 1px solid #ccc; /* Subtle border */
}

    /* Text styling for the disclaimer */
    .disclaimer-container p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }

    /* Bold text for the disclaimer title */
    .disclaimer-container strong {
        font-weight: bold;
    }

/* Dark mode styles */
@media (prefers-color-scheme: dark) {
    .disclaimer-container {
        background-color: #2d2d2d; /* Dark gray background */
        color: #ccc; /* Light gray text */
        border: 1px solid #444; /* Subtle border in dark mode */
    }
}

#map, #street-view {
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
}

.pdf-viewer {
    height: 100vh; /* Ocupa toda la altura de la ventana del navegador */
    overflow-y: hidden; /* Prevén el scroll interno */
}

label, span, p {
    text-wrap: auto;
}

/* ========================================
   CLASES DE COLOR DE TEXTO
   ======================================== */

/* Red text colors */
.text-red-100 { color: #fee2e2; }
.text-red-200 { color: #fecaca; }
.text-red-300 { color: #fca5a5; }
.text-red-400 { color: #f87171; }
.text-red-500 { color: #ef4444; }
.text-red-600 { color: #dc2626; }
.text-red-700 { color: #b91c1c; }
.text-red-800 { color: #991b1b; }
.text-red-900 { color: #7f1d1d; }

/* Green text colors */
.text-green-100 { color: #d1fae5; }
.text-green-200 { color: #a7f3d0; }
.text-green-300 { color: #6ee7b7; }
.text-green-400 { color: #34d399; }
.text-green-500 { color: #10b981; }
.text-green-600 { color: #059669; }
.text-green-700 { color: #047857; }
.text-green-800 { color: #065f46; }
.text-green-900 { color: #064e3b; }

/* Blue text colors */
.text-blue-100 { color: #dbeafe; }
.text-blue-200 { color: #bfdbfe; }
.text-blue-300 { color: #93c5fd; }
.text-blue-400 { color: #60a5fa; }
.text-blue-500 { color: #3b82f6; }
.text-blue-600 { color: #2563eb; }
.text-blue-700 { color: #1d4ed8; }
.text-blue-800 { color: #1e40af; }
.text-blue-900 { color: #1e3a8a; }

/* Yellow text colors */
.text-yellow-100 { color: #fef3c7; }
.text-yellow-200 { color: #fde68a; }
.text-yellow-300 { color: #fcd34d; }
.text-yellow-400 { color: #fbbf24; }
.text-yellow-500 { color: #f59e0b; }
.text-yellow-600 { color: #d97706; }
.text-yellow-700 { color: #b45309; }
.text-yellow-800 { color: #92400e; }
.text-yellow-900 { color: #78350f; }

/* Orange text colors */
.text-orange-100 { color: #ffedd5; }
.text-orange-200 { color: #fed7aa; }
.text-orange-300 { color: #fdba74; }
.text-orange-400 { color: #fb923c; }
.text-orange-500 { color: #f97316; }
.text-orange-600 { color: #ea580c; }
.text-orange-700 { color: #c2410c; }
.text-orange-800 { color: #9a3412; }
.text-orange-900 { color: #7c2d12; }

/* Cyan text colors */
.text-cyan-100 { color: #cffafe; }
.text-cyan-200 { color: #a5f3fc; }
.text-cyan-300 { color: #67e8f9; }
.text-cyan-400 { color: #22d3ee; }
.text-cyan-500 { color: #06b6d4; }
.text-cyan-600 { color: #0891b2; }
.text-cyan-700 { color: #0e7490; }
.text-cyan-800 { color: #155e75; }
.text-cyan-900 { color: #164e63; }

/* Dark mode text colors */
.dark .dark\:text-red-100 { color: #fee2e2; }
.dark .dark\:text-red-200 { color: #fecaca; }
.dark .dark\:text-red-300 { color: #fca5a5; }
.dark .dark\:text-red-400 { color: #f87171; }
.dark .dark\:text-red-500 { color: #ef4444; }
.dark .dark\:text-red-600 { color: #dc2626; }
.dark .dark\:text-red-700 { color: #b91c1c; }
.dark .dark\:text-red-800 { color: #991b1b; }
.dark .dark\:text-red-900 { color: #7f1d1d; }

.dark .dark\:text-green-100 { color: #d1fae5; }
.dark .dark\:text-green-200 { color: #a7f3d0; }
.dark .dark\:text-green-300 { color: #6ee7b7; }
.dark .dark\:text-green-400 { color: #34d399; }
.dark .dark\:text-green-500 { color: #10b981; }
.dark .dark\:text-green-600 { color: #059669; }
.dark .dark\:text-green-700 { color: #047857; }
.dark .dark\:text-green-800 { color: #065f46; }
.dark .dark\:text-green-900 { color: #064e3b; }

.dark .dark\:text-blue-100 { color: #dbeafe; }
.dark .dark\:text-blue-200 { color: #bfdbfe; }
.dark .dark\:text-blue-300 { color: #93c5fd; }
.dark .dark\:text-blue-400 { color: #60a5fa; }
.dark .dark\:text-blue-500 { color: #3b82f6; }
.dark .dark\:text-blue-600 { color: #2563eb; }
.dark .dark\:text-blue-700 { color: #1d4ed8; }
.dark .dark\:text-blue-800 { color: #1e40af; }
.dark .dark\:text-blue-900 { color: #1e3a8a; }

.dark .dark\:text-yellow-100 { color: #fef3c7; }
.dark .dark\:text-yellow-200 { color: #fde68a; }
.dark .dark\:text-yellow-300 { color: #fcd34d; }
.dark .dark\:text-yellow-400 { color: #fbbf24; }
.dark .dark\:text-yellow-500 { color: #f59e0b; }
.dark .dark\:text-yellow-600 { color: #d97706; }
.dark .dark\:text-yellow-700 { color: #b45309; }
.dark .dark\:text-yellow-800 { color: #92400e; }
.dark .dark\:text-yellow-900 { color: #78350f; }

.dark .dark\:text-orange-100 { color: #ffedd5; }
.dark .dark\:text-orange-200 { color: #fed7aa; }
.dark .dark\:text-orange-300 { color: #fdba74; }
.dark .dark\:text-orange-400 { color: #fb923c; }
.dark .dark\:text-orange-500 { color: #f97316; }
.dark .dark\:text-orange-600 { color: #ea580c; }
.dark .dark\:text-orange-700 { color: #c2410c; }
.dark .dark\:text-orange-800 { color: #9a3412; }
.dark .dark\:text-orange-900 { color: #7c2d12; }

.dark .dark\:text-cyan-100 { color: #cffafe; }
.dark .dark\:text-cyan-200 { color: #a5f3fc; }
.dark .dark\:text-cyan-300 { color: #67e8f9; }
.dark .dark\:text-cyan-400 { color: #22d3ee; }
.dark .dark\:text-cyan-500 { color: #06b6d4; }
.dark .dark\:text-cyan-600 { color: #0891b2; }
.dark .dark\:text-cyan-700 { color: #0e7490; }
.dark .dark\:text-cyan-800 { color: #155e75; }
.dark .dark\:text-cyan-900 { color: #164e63; }

/* ========================================
   ESTILOS PARA RECONEXIÓN DE BLAZOR
   ======================================== */

/* Ocultar el modal predeterminado de Blazor */
#components-reconnect-modal {
    display: none !important;
}

/* Animaciones para el modal de reconexión */
@keyframes blazor-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes blazor-pulse {
    0%, 100% { opacity: 0.4; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1); }
}

@keyframes blazor-fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

/* Overlay del modal de reconexión */
#custom-blazor-reconnect-ui {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    animation: blazor-fadeIn 0.3s ease-out;
}

#custom-blazor-reconnect-ui.show {
    display: flex !important;
}

/* Card del modal de reconexión */
.blazor-reconnect-card {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    text-align: center;
    max-width: 400px;
    width: 90%;
}

/* Spinner de carga */
.blazor-spinner {
    width: 64px;
    height: 64px;
    color: #f59e0b;
    animation: blazor-spin 1s linear infinite;
    margin: 0 auto 24px;
}

/* Puntos animados */
.blazor-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.blazor-dot {
    width: 10px;
    height: 10px;
    background: #f59e0b;
    border-radius: 50%;
    animation: blazor-pulse 1.5s ease-in-out infinite;
}

.blazor-dot:nth-child(2) { animation-delay: 0.3s; }
.blazor-dot:nth-child(3) { animation-delay: 0.6s; }

/* Toast de éxito */
.blazor-success-toast {
    position: fixed;
    top: 24px;
    right: 24px;
    background: #10b981;
    color: white;
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 999999;
    animation: blazor-fadeIn 0.3s ease-out;
}

/* Botón de recarga */
.blazor-btn-reload {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
    margin-top: 24px;
}

.blazor-btn-reload:hover {
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
label, span, p {
    text-wrap: auto;
}

.badge {
    white-space: normal;
    text-align: center;
}

.bg-success {
    --tw-bg-opacity: 1;
    background-color: rgb(163 249 213 / var(--tw-bg-opacity));
}

.dark .bg-success {
    --tw-bg-opacity: 1;
    background-color: rgb(63 154 122 / var(--tw-bg-opacity));
}

.bg-danger {
    --tw-bg-opacity: 1;
    background-color: rgb(250 187 189 / var(--tw-bg-opacity));
}

.dark .bg-danger {
    --tw-bg-opacity: 1;
    background-color: rgb(215 80 82 / var(--tw-bg-opacity));
}

.dark .nav-pills .active {
    background: rgb(37, 99, 235);
}

.before,
.after {
    margin: 0;
}

    .before figcaption,
    .after figcaption {
        background: #fff;
        border: 1px solid #c0c0c0;
        border-radius: 12px;
        color: #2e3452;
        opacity: 0.8;
        padding: 12px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        line-height: 100%;
    }

    .before figcaption {
        left: 12px;
    }

    .before img {
        filter: invert(1);
    }

    .after figcaption {
        right: 12px;
    }

.slider-split-line {
    --divider-width: 4px;
    --divider-color: #ffa658;
}

/* ========================================
   CLASES DE COLOR DE FONDO (BACKGROUND)
   ======================================== */

/* Red background colors */
.bg-red-100 { background-color: rgb(254 226 226 / var(--tw-bg-opacity)); }
.bg-red-200 { background-color: rgb(254 202 202 / var(--tw-bg-opacity)); }
.bg-red-300 { background-color: rgb(252 165 165 / var(--tw-bg-opacity)); }
.bg-red-400 { background-color: rgb(248 113 113 / var(--tw-bg-opacity)); }
.bg-red-500 { background-color: rgb(239 68 68 / var(--tw-bg-opacity)); }
.bg-red-600 { background-color: rgb(220 38 38 / var(--tw-bg-opacity)); }
.bg-red-700 { background-color: rgb(185 28 28 / var(--tw-bg-opacity)); }
.bg-red-800 { background-color: rgb(153 27 27 / var(--tw-bg-opacity)); }
.bg-red-900 { background-color: rgb(127 29 29 / var(--tw-bg-opacity)); }

/* Green background colors */
.bg-green-100 { background-color: rgb(209 250 229 / var(--tw-bg-opacity)); }
.bg-green-200 { background-color: rgb(167 243 208 / var(--tw-bg-opacity)); }
.bg-green-300 { background-color: rgb(110 231 183 / var(--tw-bg-opacity)); }
.bg-green-400 { background-color: rgb(52 211 153 / var(--tw-bg-opacity)); }
.bg-green-500 { background-color: rgb(16 185 129 / var(--tw-bg-opacity)); }
.bg-green-600 { background-color: rgb(5 150 105 / var(--tw-bg-opacity)); }
.bg-green-700 { background-color: rgb(4 120 87 / var(--tw-bg-opacity)); }
.bg-green-800 { background-color: rgb(6 95 70 / var(--tw-bg-opacity)); }
.bg-green-900 { background-color: rgb(6 78 59 / var(--tw-bg-opacity)); }

/* Blue background colors */
.bg-blue-100 { background-color: rgb(219 234 254 / var(--tw-bg-opacity)); }
.bg-blue-200 { background-color: rgb(191 219 254 / var(--tw-bg-opacity)); }
.bg-blue-300 { background-color: rgb(147 197 253 / var(--tw-bg-opacity)); }
.bg-blue-400 { background-color: rgb(96 165 250 / var(--tw-bg-opacity)); }
.bg-blue-500 { background-color: rgb(59 130 246 / var(--tw-bg-opacity)); }
.bg-blue-600 { background-color: rgb(37 99 235 / var(--tw-bg-opacity)); }
.bg-blue-700 { background-color: rgb(29 78 216 / var(--tw-bg-opacity)); }
.bg-blue-800 { background-color: rgb(30 64 175 / var(--tw-bg-opacity)); }
.bg-blue-900 { background-color: rgb(30 58 138 / var(--tw-bg-opacity)); }

/* Yellow background colors */
.bg-yellow-100 { background-color: rgb(254 243 199 / var(--tw-bg-opacity)); }
.bg-yellow-200 { background-color: rgb(253 230 138 / var(--tw-bg-opacity)); }
.bg-yellow-300 { background-color: rgb(252 211 77 / var(--tw-bg-opacity)); }
.bg-yellow-400 { background-color: rgb(251 191 36 / var(--tw-bg-opacity)); }
.bg-yellow-500 { background-color: rgb(245 158 11 / var(--tw-bg-opacity)); }
.bg-yellow-600 { background-color: rgb(217 119 6 / var(--tw-bg-opacity)); }
.bg-yellow-700 { background-color: rgb(180 83 9 / var(--tw-bg-opacity)); }
.bg-yellow-800 { background-color: rgb(146 64 14 / var(--tw-bg-opacity)); }
.bg-yellow-900 { background-color: rgb(120 53 15 / var(--tw-bg-opacity)); }

/* Orange background colors */
.bg-orange-100 { background-color: rgb(255 237 213 / var(--tw-bg-opacity)); }
.bg-orange-200 { background-color: rgb(254 215 170 / var(--tw-bg-opacity)); }
.bg-orange-300 { background-color: rgb(253 186 116 / var(--tw-bg-opacity)); }
.bg-orange-400 { background-color: rgb(251 146 60 / var(--tw-bg-opacity)); }
.bg-orange-500 { background-color: rgb(249 115 22 / var(--tw-bg-opacity)); }
.bg-orange-600 { background-color: rgb(234 88 12 / var(--tw-bg-opacity)); }
.bg-orange-700 { background-color: rgb(194 65 12 / var(--tw-bg-opacity)); }
.bg-orange-800 { background-color: rgb(154 52 18 / var(--tw-bg-opacity)); }
.bg-orange-900 { background-color: rgb(124 45 18 / var(--tw-bg-opacity)); }

/* Cyan background colors */
.bg-cyan-100 { background-color: rgb(207 250 254 / var(--tw-bg-opacity)); }
.bg-cyan-200 { background-color: rgb(165 243 252 / var(--tw-bg-opacity)); }
.bg-cyan-300 { background-color: rgb(103 232 249 / var(--tw-bg-opacity)); }
.bg-cyan-400 { background-color: rgb(34 211 238 / var(--tw-bg-opacity)); }
.bg-cyan-500 { background-color: rgb(6 182 212 / var(--tw-bg-opacity)); }
.bg-cyan-600 { background-color: rgb(8 145 178 / var(--tw-bg-opacity)); }
.bg-cyan-700 { background-color: rgb(14 116 144 / var(--tw-bg-opacity)); }
.bg-cyan-800 { background-color: rgb(21 94 117 / var(--tw-bg-opacity)); }
.bg-cyan-900 { background-color: rgb(22 78 99 / var(--tw-bg-opacity)); }

/* Dark mode background colors */
.dark .dark\:bg-red-100 { background-color: rgb(254 226 226 / var(--tw-bg-opacity)); }
.dark .dark\:bg-red-200 { background-color: rgb(254 202 202 / var(--tw-bg-opacity)); }
.dark .dark\:bg-red-300 { background-color: rgb(252 165 165 / var(--tw-bg-opacity)); }
.dark .dark\:bg-red-400 { background-color: rgb(248 113 113 / var(--tw-bg-opacity)); }
.dark .dark\:bg-red-500 { background-color: rgb(239 68 68 / var(--tw-bg-opacity)); }
.dark .dark\:bg-red-600 { background-color: rgb(220 38 38 / var(--tw-bg-opacity)); }
.dark .dark\:bg-red-700 { background-color: rgb(185 28 28 / var(--tw-bg-opacity)); }
.dark .dark\:bg-red-800 { background-color: rgb(153 27 27 / var(--tw-bg-opacity)); }
.dark .dark\:bg-red-900 { background-color: rgb(127 29 29 / var(--tw-bg-opacity)); }

.dark .dark\:bg-green-100 { background-color: rgb(209 250 229 / var(--tw-bg-opacity)); }
.dark .dark\:bg-green-200 { background-color: rgb(167 243 208 / var(--tw-bg-opacity)); }
.dark .dark\:bg-green-300 { background-color: rgb(110 231 183 / var(--tw-bg-opacity)); }
.dark .dark\:bg-green-400 { background-color: rgb(52 211 153 / var(--tw-bg-opacity)); }
.dark .dark\:bg-green-500 { background-color: rgb(16 185 129 / var(--tw-bg-opacity)); }
.dark .dark\:bg-green-600 { background-color: rgb(5 150 105 / var(--tw-bg-opacity)); }
.dark .dark\:bg-green-700 { background-color: rgb(4 120 87 / var(--tw-bg-opacity)); }
.dark .dark\:bg-green-800 { background-color: rgb(6 95 70 / var(--tw-bg-opacity)); }
.dark .dark\:bg-green-900 { background-color: rgb(6 78 59 / var(--tw-bg-opacity)); }

.dark .dark\:bg-blue-100 { background-color: rgb(219 234 254 / var(--tw-bg-opacity)); }
.dark .dark\:bg-blue-200 { background-color: rgb(191 219 254 / var(--tw-bg-opacity)); }
.dark .dark\:bg-blue-300 { background-color: rgb(147 197 253 / var(--tw-bg-opacity)); }
.dark .dark\:bg-blue-400 { background-color: rgb(96 165 250 / var(--tw-bg-opacity)); }
.dark .dark\:bg-blue-500 { background-color: rgb(59 130 246 / var(--tw-bg-opacity)); }
.dark .dark\:bg-blue-600 { background-color: rgb(37 99 235 / var(--tw-bg-opacity)); }
.dark .dark\:bg-blue-700 { background-color: rgb(29 78 216 / var(--tw-bg-opacity)); }
.dark .dark\:bg-blue-800 { background-color: rgb(30 64 175 / var(--tw-bg-opacity)); }
.dark .dark\:bg-blue-900 { background-color: rgb(30 58 138 / var(--tw-bg-opacity)); }

.dark .dark\:bg-yellow-100 { background-color: rgb(254 243 199 / var(--tw-bg-opacity)); }
.dark .dark\:bg-yellow-200 { background-color: rgb(253 230 138 / var(--tw-bg-opacity)); }
.dark .dark\:bg-yellow-300 { background-color: rgb(252 211 77 / var(--tw-bg-opacity)); }
.dark .dark\:bg-yellow-400 { background-color: rgb(251 191 36 / var(--tw-bg-opacity)); }
.dark .dark\:bg-yellow-500 { background-color: rgb(245 158 11 / var(--tw-bg-opacity)); }
.dark .dark\:bg-yellow-600 { background-color: rgb(217 119 6 / var(--tw-bg-opacity)); }
.dark .dark\:bg-yellow-700 { background-color: rgb(180 83 9 / var(--tw-bg-opacity)); }
.dark .dark\:bg-yellow-800 { background-color: rgb(146 64 14 / var(--tw-bg-opacity)); }
.dark .dark\:bg-yellow-900 { background-color: rgb(120 53 15 / var(--tw-bg-opacity)); }

.dark .dark\:bg-orange-100 { background-color: rgb(255 237 213 / var(--tw-bg-opacity)); }
.dark .dark\:bg-orange-200 { background-color: rgb(254 215 170 / var(--tw-bg-opacity)); }
.dark .dark\:bg-orange-300 { background-color: rgb(253 186 116 / var(--tw-bg-opacity)); }
.dark .dark\:bg-orange-400 { background-color: rgb(251 146 60 / var(--tw-bg-opacity)); }
.dark .dark\:bg-orange-500 { background-color: rgb(249 115 22 / var(--tw-bg-opacity)); }
.dark .dark\:bg-orange-600 { background-color: rgb(234 88 12 / var(--tw-bg-opacity)); }
.dark .dark\:bg-orange-700 { background-color: rgb(194 65 12 / var(--tw-bg-opacity)); }
.dark .dark\:bg-orange-800 { background-color: rgb(154 52 18 / var(--tw-bg-opacity)); }
.dark .dark\:bg-orange-900 { background-color: rgb(124 45 18 / var(--tw-bg-opacity)); }

.dark .dark\:bg-cyan-100 { background-color: rgb(207 250 254 / var(--tw-bg-opacity)); }
.dark .dark\:bg-cyan-200 { background-color: rgb(165 243 252 / var(--tw-bg-opacity)); }
.dark .dark\:bg-cyan-300 { background-color: rgb(103 232 249 / var(--tw-bg-opacity)); }
.dark .dark\:bg-cyan-400 { background-color: rgb(34 211 238 / var(--tw-bg-opacity)); }
.dark .dark\:bg-cyan-500 { background-color: rgb(6 182 212 / var(--tw-bg-opacity)); }
.dark .dark\:bg-cyan-600 { background-color: rgb(8 145 178 / var(--tw-bg-opacity)); }
.dark .dark\:bg-cyan-700 { background-color: rgb(14 116 144 / var(--tw-bg-opacity)); }
.dark .dark\:bg-cyan-800 { background-color: rgb(21 94 117 / var(--tw-bg-opacity)); }
.dark .dark\:bg-cyan-900 { background-color: rgb(22 78 99 / var(--tw-bg-opacity)); }

/* ========================================
   CLASES DE CONTEXTO (SUCCESS, DANGER, WARNING, INFO)
   Con variantes de 100 a 900
   ======================================== */

/* SUCCESS - Green variants (100-900) */
.text-success-100 { color: #e7fdf1; }
.text-success-200 { color: #c5fbe3; }
.text-success-300 { color: #a3f9d5; }
.text-success-400 { color: #5ff5b1; }
.text-success-500 { color: #50c793; }
.text-success-600 { color: #3f9a7a; }
.text-success-700 { color: #2e6d61; }
.text-success-800 { color: #1f4b47; }
.text-success-900 { color: #0f2a2e; }

.bg-success-100 { background-color: rgb(231 253 241 / var(--tw-bg-opacity)); }
.bg-success-200 { background-color: rgb(197 251 227 / var(--tw-bg-opacity)); }
.bg-success-300 { background-color: rgb(163 249 213 / var(--tw-bg-opacity)); }
.bg-success-400 { background-color: rgb(95 245 177 / var(--tw-bg-opacity)); }
.bg-success-500 { background-color: rgb(80 199 147 / var(--tw-bg-opacity)); }
.bg-success-600 { background-color: rgb(63 154 122 / var(--tw-bg-opacity)); }
.bg-success-700 { background-color: rgb(46 109 97 / var(--tw-bg-opacity)); }
.bg-success-800 { background-color: rgb(31 75 71 / var(--tw-bg-opacity)); }
.bg-success-900 { background-color: rgb(15 42 46 / var(--tw-bg-opacity)); }

.border-success-100 { border-color: #e7fdf1; }
.border-success-200 { border-color: #c5fbe3; }
.border-success-300 { border-color: #a3f9d5; }
.border-success-400 { border-color: #5ff5b1; }
.border-success-500 { border-color: #50c793; }
.border-success-600 { border-color: #3f9a7a; }
.border-success-700 { border-color: #2e6d61; }
.border-success-800 { border-color: #1f4b47; }
.border-success-900 { border-color: #0f2a2e; }

/* Alias para compatibilidad */
.text-success { color: #50c793; }
.text-success-light { color: #5ff5b1; }
.text-success-dark { color: #3f9a7a; }
/*.bg-success { background-color: rgb(80 199 147 / var(--tw-bg-opacity)); }*/
.bg-success-light { background-color: rgb(231 253 241 / var(--tw-bg-opacity)); }
.bg-success-dark { background-color: rgb(46 109 97 / var(--tw-bg-opacity)); }
.border-success { border-color: #50c793; }

/* Dark mode SUCCESS */
.dark .dark\:text-success-100 { color: #e7fdf1; }
.dark .dark\:text-success-200 { color: #c5fbe3; }
.dark .dark\:text-success-300 { color: #a3f9d5; }
.dark .dark\:text-success-400 { color: #5ff5b1; }
.dark .dark\:text-success-500 { color: #50c793; }
.dark .dark\:text-success-600 { color: #3f9a7a; }
.dark .dark\:text-success-700 { color: #2e6d61; }
.dark .dark\:text-success-800 { color: #1f4b47; }
.dark .dark\:text-success-900 { color: #0f2a2e; }

.dark .dark\:bg-success-100 { background-color: rgb(231 253 241 / var(--tw-bg-opacity)); }
.dark .dark\:bg-success-200 { background-color: rgb(197 251 227 / var(--tw-bg-opacity)); }
.dark .dark\:bg-success-300 { background-color: rgb(163 249 213 / var(--tw-bg-opacity)); }
.dark .dark\:bg-success-400 { background-color: rgb(95 245 177 / var(--tw-bg-opacity)); }
.dark .dark\:bg-success-500 { background-color: rgb(80 199 147 / var(--tw-bg-opacity)); }
.dark .dark\:bg-success-600 { background-color: rgb(63 154 122 / var(--tw-bg-opacity)); }
.dark .dark\:bg-success-700 { background-color: rgb(46 109 97 / var(--tw-bg-opacity)); }
.dark .dark\:bg-success-800 { background-color: rgb(31 75 71 / var(--tw-bg-opacity)); }
.dark .dark\:bg-success-900 { background-color: rgb(15 42 46 / var(--tw-bg-opacity)); }

.dark .dark\:border-success-100 { border-color: #e7fdf1; }
.dark .dark\:border-success-200 { border-color: #c5fbe3; }
.dark .dark\:border-success-300 { border-color: #a3f9d5; }
.dark .dark\:border-success-400 { border-color: #5ff5b1; }
.dark .dark\:border-success-500 { border-color: #50c793; }
.dark .dark\:border-success-600 { border-color: #3f9a7a; }
.dark .dark\:border-success-700 { border-color: #2e6d61; }
.dark .dark\:border-success-800 { border-color: #1f4b47; }
.dark .dark\:border-success-900 { border-color: #0f2a2e; }

.dark .dark\:text-success { color: #5ff5b1; }
.dark .dark\:text-success-light { color: #a3f9d5; }
.dark .dark\:text-success-dark { color: #50c793; }
.dark .dark\:bg-success { background-color: rgb(46 109 97 / var(--tw-bg-opacity)); }
.dark .dark\:bg-success-light { background-color: rgb(31 75 71 / var(--tw-bg-opacity)); }
.dark .dark\:bg-success-dark { background-color: rgb(15 42 46 / var(--tw-bg-opacity)); }
.dark .dark\:border-success { border-color: #3f9a7a; }

/* DANGER - Red variants (100-900) */
.text-danger-100 { color: #feefef; }
.text-danger-200 { color: #fcd6d7; }
.text-danger-300 { color: #fabbbd; }
.text-danger-400 { color: #f68b8d; }
.text-danger-500 { color: #f1595c; }
.text-danger-600 { color: #d75052; }
.text-danger-700 { color: #913638; }
.text-danger-800 { color: #6d292a; }
.text-danger-900 { color: #461a1b; }

.bg-danger-100 { background-color: rgb(254 239 239 / var(--tw-bg-opacity)); }
.bg-danger-200 { background-color: rgb(252 214 215 / var(--tw-bg-opacity)); }
.bg-danger-300 { background-color: rgb(250 187 189 / var(--tw-bg-opacity)); }
.bg-danger-400 { background-color: rgb(246 139 141 / var(--tw-bg-opacity)); }
.bg-danger-500 { background-color: rgb(241 89 92 / var(--tw-bg-opacity)); }
.bg-danger-600 { background-color: rgb(215 80 82 / var(--tw-bg-opacity)); }
.bg-danger-700 { background-color: rgb(145 54 56 / var(--tw-bg-opacity)); }
.bg-danger-800 { background-color: rgb(109 41 42 / var(--tw-bg-opacity)); }
.bg-danger-900 { background-color: rgb(70 26 27 / var(--tw-bg-opacity)); }

.border-danger-100 { border-color: #feefef; }
.border-danger-200 { border-color: #fcd6d7; }
.border-danger-300 { border-color: #fabbbd; }
.border-danger-400 { border-color: #f68b8d; }
.border-danger-500 { border-color: #f1595c; }
.border-danger-600 { border-color: #d75052; }
.border-danger-700 { border-color: #913638; }
.border-danger-800 { border-color: #6d292a; }
.border-danger-900 { border-color: #461a1b; }

/* Alias para compatibilidad */
.text-danger { color: #f1595c; }
.text-danger-light { color: #f68b8d; }
.text-danger-dark { color: #d75052; }
/*.bg-danger { background-color: rgb(241 89 92 / var(--tw-bg-opacity)); }*/
.bg-danger-light { background-color: rgb(254 239 239 / var(--tw-bg-opacity)); }
.bg-danger-dark { background-color: rgb(145 54 56 / var(--tw-bg-opacity)); }
.border-danger { border-color: #f1595c; }

/* Dark mode DANGER */
.dark .dark\:text-danger-100 { color: #feefef; }
.dark .dark\:text-danger-200 { color: #fcd6d7; }
.dark .dark\:text-danger-300 { color: #fabbbd; }
.dark .dark\:text-danger-400 { color: #f68b8d; }
.dark .dark\:text-danger-500 { color: #f1595c; }
.dark .dark\:text-danger-600 { color: #d75052; }
.dark .dark\:text-danger-700 { color: #913638; }
.dark .dark\:text-danger-800 { color: #6d292a; }
.dark .dark\:text-danger-900 { color: #461a1b; }

.dark .dark\:bg-danger-100 { background-color: rgb(254 239 239 / var(--tw-bg-opacity)); }
.dark .dark\:bg-danger-200 { background-color: rgb(252 214 215 / var(--tw-bg-opacity)); }
.dark .dark\:bg-danger-300 { background-color: rgb(250 187 189 / var(--tw-bg-opacity)); }
.dark .dark\:bg-danger-400 { background-color: rgb(246 139 141 / var(--tw-bg-opacity)); }
.dark .dark\:bg-danger-500 { background-color: rgb(241 89 92 / var(--tw-bg-opacity)); }
.dark .dark\:bg-danger-600 { background-color: rgb(215 80 82 / var(--tw-bg-opacity)); }
.dark .dark\:bg-danger-700 { background-color: rgb(145 54 56 / var(--tw-bg-opacity)); }
.dark .dark\:bg-danger-800 { background-color: rgb(109 41 42 / var(--tw-bg-opacity)); }
.dark .dark\:bg-danger-900 { background-color: rgb(70 26 27 / var(--tw-bg-opacity)); }

.dark .dark\:border-danger-100 { border-color: #feefef; }
.dark .dark\:border-danger-200 { border-color: #fcd6d7; }
.dark .dark\:border-danger-300 { border-color: #fabbbd; }
.dark .dark\:border-danger-400 { border-color: #f68b8d; }
.dark .dark\:border-danger-500 { border-color: #f1595c; }
.dark .dark\:border-danger-600 { border-color: #d75052; }
.dark .dark\:border-danger-700 { border-color: #913638; }
.dark .dark\:border-danger-800 { border-color: #6d292a; }
.dark .dark\:border-danger-900 { border-color: #461a1b; }

.dark .dark\:text-danger { color: #f68b8d; }
.dark .dark\:text-danger-light { color: #fabbbd; }
.dark .dark\:text-danger-dark { color: #f1595c; }
.dark .dark\:bg-danger { background-color: rgb(145 54 56 / var(--tw-bg-opacity)); }
.dark .dark\:bg-danger-light { background-color: rgb(109 41 42 / var(--tw-bg-opacity)); }
.dark .dark\:bg-danger-dark { background-color: rgb(70 26 27 / var(--tw-bg-opacity)); }
.dark .dark\:border-danger { border-color: #d75052; }

/* WARNING - Yellow/Orange variants (100-900) */
.text-warning-100 { color: #fff4f1; }
.text-warning-200 { color: #fee4da; }
.text-warning-300 { color: #fdd2c3; }
.text-warning-400 { color: #fcb298; }
.text-warning-500 { color: #fa916b; }
.text-warning-600 { color: #df8260; }
.text-warning-700 { color: #965741; }
.text-warning-800 { color: #714231; }
.text-warning-900 { color: #492b20; }

.bg-warning-100 { background-color: rgb(255 244 241 / var(--tw-bg-opacity)); }
.bg-warning-200 { background-color: rgb(254 228 218 / var(--tw-bg-opacity)); }
.bg-warning-300 { background-color: rgb(253 210 195 / var(--tw-bg-opacity)); }
.bg-warning-400 { background-color: rgb(252 178 152 / var(--tw-bg-opacity)); }
.bg-warning-500 { background-color: rgb(250 145 107 / var(--tw-bg-opacity)); }
.bg-warning-600 { background-color: rgb(223 130 96 / var(--tw-bg-opacity)); }
.bg-warning-700 { background-color: rgb(150 87 65 / var(--tw-bg-opacity)); }
.bg-warning-800 { background-color: rgb(113 66 49 / var(--tw-bg-opacity)); }
.bg-warning-900 { background-color: rgb(73 43 32 / var(--tw-bg-opacity)); }

.border-warning-100 { border-color: #fff4f1; }
.border-warning-200 { border-color: #fee4da; }
.border-warning-300 { border-color: #fdd2c3; }
.border-warning-400 { border-color: #fcb298; }
.border-warning-500 { border-color: #fa916b; }
.border-warning-600 { border-color: #df8260; }
.border-warning-700 { border-color: #965741; }
.border-warning-800 { border-color: #714231; }
.border-warning-900 { border-color: #492b20; }

/* Alias para compatibilidad */
.text-warning { color: #fa916b; }
.text-warning-light { color: #fcb298; }
.text-warning-dark { color: #df8260; }
.bg-warning { background-color: rgb(250 145 107 / var(--tw-bg-opacity)); }
.bg-warning-light { background-color: rgb(255 244 241 / var(--tw-bg-opacity)); }
.bg-warning-dark { background-color: rgb(150 87 65 / var(--tw-bg-opacity)); }
.border-warning { border-color: #fa916b; }

/* Dark mode WARNING */
.dark .dark\:text-warning-100 { color: #fff4f1; }
.dark .dark\:text-warning-200 { color: #fee4da; }
.dark .dark\:text-warning-300 { color: #fdd2c3; }
.dark .dark\:text-warning-400 { color: #fcb298; }
.dark .dark\:text-warning-500 { color: #fa916b; }
.dark .dark\:text-warning-600 { color: #df8260; }
.dark .dark\:text-warning-700 { color: #965741; }
.dark .dark\:text-warning-800 { color: #714231; }
.dark .dark\:text-warning-900 { color: #492b20; }

.dark .dark\:bg-warning-100 { background-color: rgb(255 244 241 / var(--tw-bg-opacity)); }
.dark .dark\:bg-warning-200 { background-color: rgb(254 228 218 / var(--tw-bg-opacity)); }
.dark .dark\:bg-warning-300 { background-color: rgb(253 210 195 / var(--tw-bg-opacity)); }
.dark .dark\:bg-warning-400 { background-color: rgb(252 178 152 / var(--tw-bg-opacity)); }
.dark .dark\:bg-warning-500 { background-color: rgb(250 145 107 / var(--tw-bg-opacity)); }
.dark .dark\:bg-warning-600 { background-color: rgb(223 130 96 / var(--tw-bg-opacity)); }
.dark .dark\:bg-warning-700 { background-color: rgb(150 87 65 / var(--tw-bg-opacity)); }
.dark .dark\:bg-warning-800 { background-color: rgb(113 66 49 / var(--tw-bg-opacity)); }
.dark .dark\:bg-warning-900 { background-color: rgb(73 43 32 / var(--tw-bg-opacity)); }

.dark .dark\:border-warning-100 { border-color: #fff4f1; }
.dark .dark\:border-warning-200 { border-color: #fee4da; }
.dark .dark\:border-warning-300 { border-color: #fdd2c3; }
.dark .dark\:border-warning-400 { border-color: #fcb298; }
.dark .dark\:border-warning-500 { border-color: #fa916b; }
.dark .dark\:border-warning-600 { border-color: #df8260; }
.dark .dark\:border-warning-700 { border-color: #965741; }
.dark .dark\:border-warning-800 { border-color: #714231; }
.dark .dark\:border-warning-900 { border-color: #492b20; }

.dark .dark\:text-warning { color: #fcb298; }
.dark .dark\:text-warning-light { color: #fdd2c3; }
.dark .dark\:text-warning-dark { color: #fa916b; }
.dark .dark\:bg-warning { background-color: rgb(150 87 65 / var(--tw-bg-opacity)); }
.dark .dark\:bg-warning-light { background-color: rgb(113 66 49 / var(--tw-bg-opacity)); }
.dark .dark\:bg-warning-dark { background-color: rgb(73 43 32 / var(--tw-bg-opacity)); }
.dark .dark\:border-warning { border-color: #df8260; }

/* INFO - Cyan variants (100-900) */
.text-info-100 { color: #e7feff; }
.text-info-200 { color: #c5fdff; }
.text-info-300 { color: #a3fcff; }
.text-info-400 { color: #5ff9ff; }
.text-info-500 { color: #0ce7fa; }
.text-info-600 { color: #00b8d4; }
.text-info-700 { color: #007a8d; }
.text-info-800 { color: #005e67; }
.text-info-900 { color: #003f42; }

.bg-info-100 { background-color: rgb(231 254 255 / var(--tw-bg-opacity)); }
.bg-info-200 { background-color: rgb(197 253 255 / var(--tw-bg-opacity)); }
.bg-info-300 { background-color: rgb(163 252 255 / var(--tw-bg-opacity)); }
.bg-info-400 { background-color: rgb(95 249 255 / var(--tw-bg-opacity)); }
.bg-info-500 { background-color: rgb(12 231 250 / var(--tw-bg-opacity)); }
.bg-info-600 { background-color: rgb(0 184 212 / var(--tw-bg-opacity)); }
.bg-info-700 { background-color: rgb(0 122 141 / var(--tw-bg-opacity)); }
.bg-info-800 { background-color: rgb(0 94 103 / var(--tw-bg-opacity)); }
.bg-info-900 { background-color: rgb(0 63 66 / var(--tw-bg-opacity)); }

.border-info-100 { border-color: #e7feff; }
.border-info-200 { border-color: #c5fdff; }
.border-info-300 { border-color: #a3fcff; }
.border-info-400 { border-color: #5ff9ff; }
.border-info-500 { border-color: #0ce7fa; }
.border-info-600 { border-color: #00b8d4; }
.border-info-700 { border-color: #007a8d; }
.border-info-800 { border-color: #005e67; }
.border-info-900 { border-color: #003f42; }

/* Alias para compatibilidad */
.text-info { color: #0ce7fa; }
.text-info-light { color: #5ff9ff; }
.text-info-dark { color: #00b8d4; }
.bg-info { background-color: rgb(12 231 250 / var(--tw-bg-opacity)); }
.bg-info-light { background-color: rgb(231 254 255 / var(--tw-bg-opacity)); }
.bg-info-dark { background-color: rgb(0 122 141 / var(--tw-bg-opacity)); }
.border-info { border-color: #0ce7fa; }

/* Dark mode INFO */
.dark .dark\:text-info-100 { color: #e7feff; }
.dark .dark\:text-info-200 { color: #c5fdff; }
.dark .dark\:text-info-300 { color: #a3fcff; }
.dark .dark\:text-info-400 { color: #5ff9ff; }
.dark .dark\:text-info-500 { color: #0ce7fa; }
.dark .dark\:text-info-600 { color: #00b8d4; }
.dark .dark\:text-info-700 { color: #007a8d; }
.dark .dark\:text-info-800 { color: #005e67; }
.dark .dark\:text-info-900 { color: #003f42; }

.dark .dark\:bg-info-100 { background-color: rgb(231 254 255 / var(--tw-bg-opacity)); }
.dark .dark\:bg-info-200 { background-color: rgb(197 253 255 / var(--tw-bg-opacity)); }
.dark .dark\:bg-info-300 { background-color: rgb(163 252 255 / var(--tw-bg-opacity)); }
.dark .dark\:bg-info-400 { background-color: rgb(95 249 255 / var(--tw-bg-opacity)); }
.dark .dark\:bg-info-500 { background-color: rgb(12 231 250 / var(--tw-bg-opacity)); }
.dark .dark\:bg-info-600 { background-color: rgb(0 184 212 / var(--tw-bg-opacity)); }
.dark .dark\:bg-info-700 { background-color: rgb(0 122 141 / var(--tw-bg-opacity)); }
.dark .dark\:bg-info-800 { background-color: rgb(0 94 103 / var(--tw-bg-opacity)); }
.dark .dark\:bg-info-900 { background-color: rgb(0 63 66 / var(--tw-bg-opacity)); }

.dark .dark\:border-info-100 { border-color: #e7feff; }
.dark .dark\:border-info-200 { border-color: #c5fdff; }
.dark .dark\:border-info-300 { border-color: #a3fcff; }
.dark .dark\:border-info-400 { border-color: #5ff9ff; }
.dark .dark\:border-info-500 { border-color: #0ce7fa; }
.dark .dark\:border-info-600 { border-color: #00b8d4; }
.dark .dark\:border-info-700 { border-color: #007a8d; }
.dark .dark\:border-info-800 { border-color: #005e67; }
.dark .dark\:border-info-900 { border-color: #003f42; }

.dark .dark\:text-info { color: #5ff9ff; }
.dark .dark\:text-info-light { color: #a3fcff; }
.dark .dark\:text-info-dark { color: #0ce7fa; }
.dark .dark\:bg-info { background-color: rgb(0 122 141 / var(--tw-bg-opacity)); }
.dark .dark\:bg-info-light { background-color: rgb(0 94 103 / var(--tw-bg-opacity)); }
.dark .dark\:bg-info-dark { background-color: rgb(0 63 66 / var(--tw-bg-opacity)); }
.dark .dark\:border-info { border-color: #00b8d4; }

/* PRIMARY - Blue variants (100-900) */
.text-primary-100 { color: #edf0ff; }
.text-primary-200 { color: #d1dafe; }
.text-primary-300 { color: #b4c2fd; }
.text-primary-400 { color: #8092ff; }
.text-primary-500 { color: #4669fa; }
.text-primary-600 { color: #3f5edf; }
.text-primary-700 { color: #2a3f96; }
.text-primary-800 { color: #203071; }
.text-primary-900 { color: #151f49; }

.bg-primary-100 { background-color: rgb(237 240 255 / var(--tw-bg-opacity)); }
.bg-primary-200 { background-color: rgb(209 218 254 / var(--tw-bg-opacity)); }
.bg-primary-300 { background-color: rgb(180 194 253 / var(--tw-bg-opacity)); }
.bg-primary-400 { background-color: rgb(128 146 255 / var(--tw-bg-opacity)); }
.bg-primary-500 { background-color: rgb(70 105 250 / var(--tw-bg-opacity)); }
.bg-primary-600 { background-color: rgb(63 94 223 / var(--tw-bg-opacity)); }
.bg-primary-700 { background-color: rgb(42 63 150 / var(--tw-bg-opacity)); }
.bg-primary-800 { background-color: rgb(32 48 113 / var(--tw-bg-opacity)); }
.bg-primary-900 { background-color: rgb(21 31 73 / var(--tw-bg-opacity)); }

.border-primary-100 { border-color: #edf0ff; }
.border-primary-200 { border-color: #d1dafe; }
.border-primary-300 { border-color: #b4c2fd; }
.border-primary-400 { border-color: #8092ff; }
.border-primary-500 { border-color: #4669fa; }
.border-primary-600 { border-color: #3f5edf; }
.border-primary-700 { border-color: #2a3f96; }
.border-primary-800 { border-color: #203071; }
.border-primary-900 { border-color: #151f49; }

/* Alias para compatibilidad */
.text-primary { color: #4669fa; }
.text-primary-light { color: #8092ff; }
.text-primary-dark { color: #3f5edf; }
.bg-primary { background-color: rgb(70 105 250 / var(--tw-bg-opacity)); }
.bg-primary-light { background-color: rgb(237 240 255 / var(--tw-bg-opacity)); }
.bg-primary-dark { background-color: rgb(42 63 150 / var(--tw-bg-opacity)); }
.border-primary { border-color: #4669fa; }

/* Dark mode PRIMARY */
.dark .dark\:text-primary-100 { color: #edf0ff; }
.dark .dark\:text-primary-200 { color: #d1dafe; }
.dark .dark\:text-primary-300 { color: #b4c2fd; }
.dark .dark\:text-primary-400 { color: #8092ff; }
.dark .dark\:text-primary-500 { color: #4669fa; }
.dark .dark\:text-primary-600 { color: #3f5edf; }
.dark .dark\:text-primary-700 { color: #2a3f96; }
.dark .dark\:text-primary-800 { color: #203071; }
.dark .dark\:text-primary-900 { color: #151f49; }

.dark .dark\:bg-primary-100 { background-color: rgb(237 240 255 / var(--tw-bg-opacity)); }
.dark .dark\:bg-primary-200 { background-color: rgb(209 218 254 / var(--tw-bg-opacity)); }
.dark .dark\:bg-primary-300 { background-color: rgb(180 194 253 / var(--tw-bg-opacity)); }
.dark .dark\:bg-primary-400 { background-color: rgb(128 146 255 / var(--tw-bg-opacity)); }
.dark .dark\:bg-primary-500 { background-color: rgb(70 105 250 / var(--tw-bg-opacity)); }
.dark .dark\:bg-primary-600 { background-color: rgb(63 94 223 / var(--tw-bg-opacity)); }
.dark .dark\:bg-primary-700 { background-color: rgb(42 63 150 / var(--tw-bg-opacity)); }
.dark .dark\:bg-primary-800 { background-color: rgb(32 48 113 / var(--tw-bg-opacity)); }
.dark .dark\:bg-primary-900 { background-color: rgb(21 31 73 / var(--tw-bg-opacity)); }

.dark .dark\:border-primary-100 { border-color: #edf0ff; }
.dark .dark\:border-primary-200 { border-color: #d1dafe; }
.dark .dark\:border-primary-300 { border-color: #b4c2fd; }
.dark .dark\:border-primary-400 { border-color: #8092ff; }
.dark .dark\:border-primary-500 { border-color: #4669fa; }
.dark .dark\:border-primary-600 { border-color: #3f5edf; }
.dark .dark\:border-primary-700 { border-color: #2a3f96; }
.dark .dark\:border-primary-800 { border-color: #203071; }
.dark .dark\:border-primary-900 { border-color: #151f49; }

.dark .dark\:text-primary { color: #8092ff; }
.dark .dark\:text-primary-light { color: #b4c2fd; }
.dark .dark\:text-primary-dark { color: #4669fa; }
.dark .dark\:bg-primary { background-color: rgb(42 63 150 / var(--tw-bg-opacity)); }
.dark .dark\:bg-primary-light { background-color: rgb(32 48 113 / var(--tw-bg-opacity)); }
.dark .dark\:bg-primary-dark { background-color: rgb(21 31 73 / var(--tw-bg-opacity)); }
.dark .dark\:border-primary { border-color: #3f5edf; }

/* SECONDARY - Gray variants (100-900) */
.text-secondary-100 { color: #f3f4f6; }
.text-secondary-200 { color: #e5e7eb; }
.text-secondary-300 { color: #d1d5db; }
.text-secondary-400 { color: #9ca3af; }
.text-secondary-500 { color: #a0aec0; }
.text-secondary-600 { color: #4b5563; }
.text-secondary-700 { color: #374151; }
.text-secondary-800 { color: #1f2937; }
.text-secondary-900 { color: #111827; }

.bg-secondary-100 { background-color: rgb(243 244 246 / var(--tw-bg-opacity)); }
.bg-secondary-200 { background-color: rgb(229 231 235 / var(--tw-bg-opacity)); }
.bg-secondary-300 { background-color: rgb(209 213 219 / var(--tw-bg-opacity)); }
.bg-secondary-400 { background-color: rgb(156 163 175 / var(--tw-bg-opacity)); }
.bg-secondary-500 { background-color: rgb(160 174 192 / var(--tw-bg-opacity)); }
.bg-secondary-600 { background-color: rgb(75 85 99 / var(--tw-bg-opacity)); }
.bg-secondary-700 { background-color: rgb(55 65 81 / var(--tw-bg-opacity)); }
.bg-secondary-800 { background-color: rgb(31 41 55 / var(--tw-bg-opacity)); }
.bg-secondary-900 { background-color: rgb(17 24 39 / var(--tw-bg-opacity)); }

.border-secondary-100 { border-color: #f3f4f6; }
.border-secondary-200 { border-color: #e5e7eb; }
.border-secondary-300 { border-color: #d1d5db; }
.border-secondary-400 { border-color: #9ca3af; }
.border-secondary-500 { border-color: #a0aec0; }
.border-secondary-600 { border-color: #4b5563; }
.border-secondary-700 { border-color: #374151; }
.border-secondary-800 { border-color: #1f2937; }
.border-secondary-900 { border-color: #111827; }

/* Alias para compatibilidad */
.text-secondary { color: #a0aec0; }
.text-secondary-light { color: #9ca3af; }
.text-secondary-dark { color: #4b5563; }
.bg-secondary { background-color: rgb(160 174 192 / var(--tw-bg-opacity)); }
.bg-secondary-light { background-color: rgb(243 244 246 / var(--tw-bg-opacity)); }
.bg-secondary-dark { background-color: rgb(55 65 81 / var(--tw-bg-opacity)); }
.border-secondary { border-color: #a0aec0; }

/* Dark mode SECONDARY */
.dark .dark\:text-secondary-100 { color: #f3f4f6; }
.dark .dark\:text-secondary-200 { color: #e5e7eb; }
.dark .dark\:text-secondary-300 { color: #d1d5db; }
.dark .dark\:text-secondary-400 { color: #9ca3af; }
.dark .dark\:text-secondary-500 { color: #a0aec0; }
.dark .dark\:text-secondary-600 { color: #4b5563; }
.dark .dark\:text-secondary-700 { color: #374151; }
.dark .dark\:text-secondary-800 { color: #1f2937; }
.dark .dark\:text-secondary-900 { color: #111827; }

.dark .dark\:bg-secondary-100 { background-color: rgb(243 244 246 / var(--tw-bg-opacity)); }
.dark .dark\:bg-secondary-200 { background-color: rgb(229 231 235 / var(--tw-bg-opacity)); }
.dark .dark\:bg-secondary-300 { background-color: rgb(209 213 219 / var(--tw-bg-opacity)); }
.dark .dark\:bg-secondary-400 { background-color: rgb(156 163 175 / var(--tw-bg-opacity)); }
.dark .dark\:bg-secondary-500 { background-color: rgb(160 174 192 / var(--tw-bg-opacity)); }
.dark .dark\:bg-secondary-600 { background-color: rgb(75 85 99 / var(--tw-bg-opacity)); }
.dark .dark\:bg-secondary-700 { background-color: rgb(55 65 81 / var(--tw-bg-opacity)); }
.dark .dark\:bg-secondary-800 { background-color: rgb(31 41 55 / var(--tw-bg-opacity)); }
.dark .dark\:bg-secondary-900 { background-color: rgb(17 24 39 / var(--tw-bg-opacity)); }

.dark .dark\:border-secondary-100 { border-color: #f3f4f6; }
.dark .dark\:border-secondary-200 { border-color: #e5e7eb; }
.dark .dark\:border-secondary-300 { border-color: #d1d5db; }
.dark .dark\:border-secondary-400 { border-color: #9ca3af; }
.dark .dark\:border-secondary-500 { border-color: #a0aec0; }
.dark .dark\:border-secondary-600 { border-color: #4b5563; }
.dark .dark\:border-secondary-700 { border-color: #374151; }
.dark .dark\:border-secondary-800 { border-color: #1f2937; }
.dark .dark\:border-secondary-900 { border-color: #111827; }

.dark .dark\:text-secondary { color: #9ca3af; }
.dark .dark\:text-secondary-light { color: #d1d5db; }
.dark .dark\:text-secondary-dark { color: #a0aec0; }
.dark .dark\:bg-secondary { background-color: rgb(55 65 81 / var(--tw-bg-opacity)); }
.dark .dark\:bg-secondary-light { background-color: rgb(75 85 99 / var(--tw-bg-opacity)); }
.dark .dark\:bg-secondary-dark { background-color: rgb(31 41 55 / var(--tw-bg-opacity)); }
.dark .dark\:border-secondary { border-color: #4b5563; }

/* LIGHT - Light gray variants */
.text-light { color: #f9fafb; }
.bg-light { background-color: #f9fafb; }
.border-light { border-color: #f3f4f6; }

/* Dark mode LIGHT */
.dark .dark\:text-light { color: #f3f4f6; }
.dark .dark\:bg-light { background-color: #374151; }
.dark .dark\:border-light { border-color: #4b5563; }

/* DARK - Dark gray variants */
.text-dark { color: #1f2937; }
.bg-dark { background-color: #1f2937; }
.border-dark { border-color: #1f2937; }

/* Dark mode DARK */
.dark .dark\:text-dark { color: #f9fafb; }
.dark .dark\:bg-dark { background-color: #0f172a; }
.dark .dark\:border-dark { border-color: #1e293b; }

/* MUTED - Muted text */
.text-muted { color: #6b7280; }
.dark .dark\:text-muted { color: #9ca3af; }

/* WHITE and BLACK */
.text-white { color: #ffffff; }
.bg-white { background-color: #ffffff; }
.border-white { border-color: #ffffff; }

.text-black { color: #000000; }
.bg-black { background-color: #000000; }
.border-black { border-color: #000000; }

/* Dark mode WHITE and BLACK */
.dark .dark\:text-white { color: #ffffff; }
.dark .dark\:bg-white { background-color: #ffffff; }
.dark .dark\:border-white { border-color: #ffffff; }

.dark .dark\:text-black { color: #000000; }
.dark .dark\:bg-black { background-color: #000000; }
.dark .dark\:border-black { border-color: #000000; }

/* ========================================
   SLATE - Gray/Neutral variants (100-900)
   ======================================== */

/* Slate text colors */
.text-slate-50 { color: #f8fafc; }
.text-slate-100 { color: #f1f5f9; }
.text-slate-200 { color: #e2e8f0; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-700 { color: #334155; }
.text-slate-800 { color: #1e293b; }
.text-slate-900 { color: #0f172a; }

/* Slate background colors */
.bg-slate-50 { background-color: rgb(248 250 252 / var(--tw-bg-opacity)); }
.bg-slate-100 { background-color: rgb(241 245 249 / var(--tw-bg-opacity)); }
.bg-slate-200 { background-color: rgb(226 232 240 / var(--tw-bg-opacity)); }
.bg-slate-300 { background-color: rgb(203 213 225 / var(--tw-bg-opacity)); }
.bg-slate-400 { background-color: rgb(148 163 184 / var(--tw-bg-opacity)); }
.bg-slate-500 { background-color: rgb(100 116 139 / var(--tw-bg-opacity)); }
.bg-slate-600 { background-color: rgb(71 85 105 / var(--tw-bg-opacity)); }
.bg-slate-700 { background-color: rgb(51 65 85 / var(--tw-bg-opacity)); }
.bg-slate-800 { background-color: rgb(30 41 59 / var(--tw-bg-opacity)); }
.bg-slate-900 { background-color: rgb(15 23 42 / var(--tw-bg-opacity)); }

/* Slate border colors */
.border-slate-50 { border-color: #f8fafc; }
.border-slate-100 { border-color: #f1f5f9; }
.border-slate-200 { border-color: #e2e8f0; }
.border-slate-300 { border-color: #cbd5e1; }
.border-slate-400 { border-color: #94a3b8; }
.border-slate-500 { border-color: #64748b; }
.border-slate-600 { border-color: #475569; }
.border-slate-700 { border-color: #334155; }
.border-slate-800 { border-color: #1e293b; }
.border-slate-900 { border-color: #0f172a; }

/* Dark mode slate text colors */
.dark .dark\:text-slate-50 { color: #f8fafc; }
.dark .dark\:text-slate-100 { color: #f1f5f9; }
.dark .dark\:text-slate-200 { color: #e2e8f0; }
.dark .dark\:text-slate-300 { color: #cbd5e1; }
.dark .dark\:text-slate-400 { color: #94a3b8; }
.dark .dark\:text-slate-500 { color: #64748b; }
.dark .dark\:text-slate-600 { color: #475569; }
.dark .dark\:text-slate-700 { color: #334155; }
.dark .dark\:text-slate-800 { color: #1e293b; }
.dark .dark\:text-slate-900 { color: #0f172a; }

/* Dark mode slate background colors */
.dark .dark\:bg-slate-50 { background-color: rgb(248 250 252 / var(--tw-bg-opacity)); }
.dark .dark\:bg-slate-100 { background-color: rgb(241 245 249 / var(--tw-bg-opacity)); }
.dark .dark\:bg-slate-200 { background-color: rgb(226 232 240 / var(--tw-bg-opacity)); }
.dark .dark\:bg-slate-300 { background-color: rgb(203 213 225 / var(--tw-bg-opacity)); }
.dark .dark\:bg-slate-400 { background-color: rgb(148 163 184 / var(--tw-bg-opacity)); }
.dark .dark\:bg-slate-500 { background-color: rgb(100 116 139 / var(--tw-bg-opacity)); }
.dark .dark\:bg-slate-600 { background-color: rgb(71 85 105 / var(--tw-bg-opacity)); }
.dark .dark\:bg-slate-700 { background-color: rgb(51 65 85 / var(--tw-bg-opacity)); }
.dark .dark\:bg-slate-800 { background-color: rgb(30 41 59 / var(--tw-bg-opacity)); }
.dark .dark\:bg-slate-900 { background-color: rgb(15 23 42 / var(--tw-bg-opacity)); }

/* Dark mode slate border colors */
.dark .dark\:border-slate-50 { border-color: #f8fafc; }
.dark .dark\:border-slate-100 { border-color: #f1f5f9; }
.dark .dark\:border-slate-200 { border-color: #e2e8f0; }
.dark .dark\:border-slate-300 { border-color: #cbd5e1; }
.dark .dark\:border-slate-400 { border-color: #94a3b8; }
.dark .dark\:border-slate-500 { border-color: #64748b; }
.dark .dark\:border-slate-600 { border-color: #475569; }
.dark .dark\:border-slate-700 { border-color: #334155; }
.dark .dark\:border-slate-800 { border-color: #1e293b; }
.dark .dark\:border-slate-900 { border-color: #0f172a; }

/* ========================================
   INDIGO - Purple/Indigo variants (100-900)
   ======================================== */

/* Indigo text colors */
.text-indigo-50 { color: #eef2ff; }
.text-indigo-100 { color: #e0e7ff; }
.text-indigo-200 { color: #c7d2fe; }
.text-indigo-300 { color: #a5b4fc; }
.text-indigo-400 { color: #818cf8; }
.text-indigo-500 { color: #6366f1; }
.text-indigo-600 { color: #4f46e5; }
.text-indigo-700 { color: #4338ca; }
.text-indigo-800 { color: #3730a3; }
.text-indigo-900 { color: #312e81; }

/* Indigo background colors */
.bg-indigo-50 { background-color: rgb(238 242 255 / var(--tw-bg-opacity)); }
.bg-indigo-100 { background-color: rgb(224 231 255 / var(--tw-bg-opacity)); }
.bg-indigo-200 { background-color: rgb(199 210 254 / var(--tw-bg-opacity)); }
.bg-indigo-300 { background-color: rgb(165 180 252 / var(--tw-bg-opacity)); }
.bg-indigo-400 { background-color: rgb(129 140 248 / var(--tw-bg-opacity)); }
.bg-indigo-500 { background-color: rgb(99 102 241 / var(--tw-bg-opacity)); }
.bg-indigo-600 { background-color: rgb(79 70 229 / var(--tw-bg-opacity)); }
.bg-indigo-700 { background-color: rgb(67 56 202 / var(--tw-bg-opacity)); }
.bg-indigo-800 { background-color: rgb(55 48 163 / var(--tw-bg-opacity)); }
.bg-indigo-900 { background-color: rgb(49 46 129 / var(--tw-bg-opacity)); }

/* Indigo border colors */
.border-indigo-50 { border-color: #eef2ff; }
.border-indigo-100 { border-color: #e0e7ff; }
.border-indigo-200 { border-color: #c7d2fe; }
.border-indigo-300 { border-color: #a5b4fc; }
.border-indigo-400 { border-color: #818cf8; }
.border-indigo-500 { border-color: #6366f1; }
.border-indigo-600 { border-color: #4f46e5; }
.border-indigo-700 { border-color: #4338ca; }
.border-indigo-800 { border-color: #3730a3; }
.border-indigo-900 { border-color: #312e81; }

/* Dark mode indigo text colors */
.dark .dark\:text-indigo-50 { color: #eef2ff; }
.dark .dark\:text-indigo-100 { color: #e0e7ff; }
.dark .dark\:text-indigo-200 { color: #c7d2fe; }
.dark .dark\:text-indigo-300 { color: #a5b4fc; }
.dark .dark\:text-indigo-400 { color: #818cf8; }
.dark .dark\:text-indigo-500 { color: #6366f1; }
.dark .dark\:text-indigo-600 { color: #4f46e5; }
.dark .dark\:text-indigo-700 { color: #4338ca; }
.dark .dark\:text-indigo-800 { color: #3730a3; }
.dark .dark\:text-indigo-900 { color: #312e81; }

/* Dark mode indigo background colors */
.dark .dark\:bg-indigo-50 { background-color: rgb(238 242 255 / var(--tw-bg-opacity)); }
.dark .dark\:bg-indigo-100 { background-color: rgb(224 231 255 / var(--tw-bg-opacity)); }
.dark .dark\:bg-indigo-200 { background-color: rgb(199 210 254 / var(--tw-bg-opacity)); }
.dark .dark\:bg-indigo-300 { background-color: rgb(165 180 252 / var(--tw-bg-opacity)); }
.dark .dark\:bg-indigo-400 { background-color: rgb(129 140 248 / var(--tw-bg-opacity)); }
.dark .dark\:bg-indigo-500 { background-color: rgb(99 102 241 / var(--tw-bg-opacity)); }
.dark .dark\:bg-indigo-600 { background-color: rgb(79 70 229 / var(--tw-bg-opacity)); }
.dark .dark\:bg-indigo-700 { background-color: rgb(67 56 202 / var(--tw-bg-opacity)); }
.dark .dark\:bg-indigo-800 { background-color: rgb(55 48 163 / var(--tw-bg-opacity)); }
.dark .dark\:bg-indigo-900 { background-color: rgb(49 46 129 / var(--tw-bg-opacity)); }

/* Dark mode indigo border colors */
.dark .dark\:border-indigo-50 { border-color: #eef2ff; }
.dark .dark\:border-indigo-100 { border-color: #e0e7ff; }
.dark .dark\:border-indigo-200 { border-color: #c7d2fe; }
.dark .dark\:border-indigo-300 { border-color: #a5b4fc; }
.dark .dark\:border-indigo-400 { border-color: #818cf8; }
.dark .dark\:border-indigo-500 { border-color: #6366f1; }
.dark .dark\:border-indigo-600 { border-color: #4f46e5; }
.dark .dark\:border-indigo-700 { border-color: #4338ca; }
.dark .dark\:border-indigo-800 { border-color: #3730a3; }
.dark .dark\:border-indigo-900 { border-color: #312e81; }

/* ========================================
   PROFESSIONAL TYPOGRAPHY ENHANCEMENTS
   Clean & Compact Design
   ======================================== */

/* Base typography improvements */
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 15px; /* Balanced base font size */
    line-height: 1.45; /* Comfortable line height */
}

body {
    overflow-wrap: anywhere;
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9375rem; /* 15px base */
    line-height: 1.45; /* Comfortable spacing */
    letter-spacing: -0.01em; /* Slightly tighter letter spacing */
    color: #1a202c;
}

/* Improved heading typography - Reduced sizes */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.25; /* Tighter line height */
    letter-spacing: -0.025em; /* Tighter letter spacing */
    color: #1a202c;
    margin-bottom: 0.5rem; /* Reduced margin */
}

h1 {
    font-size: 2.125rem; /* Balanced size */
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

h2 {
    font-size: 1.75rem; /* Balanced size */
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

h3 {
    font-size: 1.375rem; /* Balanced size */
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 1.35;
}

h4 {
    font-size: 1.1875rem; /* Balanced size */
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

h5 {
    font-size: 1.0625rem; /* Balanced size */
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

h6 {
    font-size: 0.9375rem; /* Balanced size */
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

/* Improved paragraph and text typography - Balanced spacing */
p {
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9375rem; /* 15px */
    line-height: 1.5; /* Comfortable line height */
    letter-spacing: -0.005em; /* Slightly tighter spacing */
    margin-bottom: 0.875rem; /* Balanced margin */
}

/* Improved body text readability */
body, p, span, div, label, a {
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Better font weights for professional look */
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }

/* Improved link typography */
a {
    font-weight: 500;
    font-size: 0.9375rem;
    letter-spacing: -0.005em;
    transition: all 0.2s ease;
}

/* Better button typography */
button, .btn {
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 0.9375rem;
    letter-spacing: 0;
    line-height: 1.45;
}

/* Improved input typography */
input, textarea, select {
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    letter-spacing: -0.005em;
    line-height: 1.45;
}

/* Better small text */
small, .text-sm {
    font-size: 0.8125rem; /* Balanced small text */
    line-height: 1.4;
    letter-spacing: 0;
}

/* Balanced spacing for labels and spans */
label, span {
    font-size: 0.9375rem;
    line-height: 1.45;
    letter-spacing: -0.005em;
}

li {
    font-size: 0.9375rem;
    line-height: 1.45;
    letter-spacing: -0.005em;
    margin-bottom: 0.375rem;
}

/* ========================================
   REDUCED SPACING FOR CLEAN UX
   ======================================== */


/* Reduced margins for better density */
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.375rem !important; }
.mb-3 { margin-bottom: 0.5rem !important; }
.mb-4 { margin-bottom: 0.625rem !important; }
.mb-5 { margin-bottom: 0.75rem !important; }
.mb-6 { margin-bottom: 1rem !important; }

.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.375rem !important; }
.mt-3 { margin-top: 0.5rem !important; }
.mt-4 { margin-top: 0.625rem !important; }
.mt-5 { margin-top: 0.75rem !important; }
.mt-6 { margin-top: 1rem !important; }

/* Reduced padding for buttons */
.btn {
    padding: 0.5rem 0.875rem; /* Tighter padding */
    font-size: 0.875rem;
    line-height: 1.4;
}

/* Reduced spacing for form elements */
.form-group, .input-group {
    margin-bottom: 0.75rem; /* Reduced from default */
}

.form-control, input, textarea, select {
    padding: 0.5rem 0.75rem; /* Tighter padding */
    font-size: 0.875rem;
    line-height: 1.4;
}

/* Tighter spacing for tables */
table {
    font-size: 0.875rem;
}

th, td {
    padding: 0.5rem 0.75rem; /* Reduced padding */
    font-size: 0.875rem;
    line-height: 1.4;
}

/* Reduced spacing for navigation */
.nav-link {
    padding: 0.5rem 0.75rem; /* Tighter padding */
    font-size: 0.875rem;
    line-height: 1.4;
}

/* Tighter spacing for badges and labels */
.badge, .label {
    padding: 0.25rem 0.5rem; /* Reduced padding */
    font-size: 0.75rem;
    line-height: 1.3;
}

/* Reduced spacing for alerts and notifications */
.alert {
    padding: 0.75rem 1rem; /* Reduced padding */
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

/* Balanced spacing for modals */
.modal-body {
    padding: 1.125rem; /* Balanced padding */
    font-size: 0.9375rem;
}

.modal-header {
    padding: 0.875rem 1.125rem; /* Balanced padding */
}

.modal-footer {
    padding: 0.875rem 1.125rem; /* Balanced padding */
}

/* Balanced spacing for tooltips */
.tooltip-content {
    padding: 0.625rem 0.875rem; /* Balanced padding */
    font-size: 0.875rem;
    line-height: 1.45;
}

/* Balanced spacing for dropdowns */
.dropdown-menu {
    padding: 0.625rem 0; /* Balanced padding */
}

.dropdown-item {
    padding: 0.5625rem 0.875rem; /* Balanced padding */
    font-size: 0.9375rem;
    line-height: 1.45;
}

/* Balanced spacing for tabs */
.nav-tabs .nav-link {
    padding: 0.5625rem 0.875rem; /* Balanced padding */
    font-size: 0.9375rem;
}

/* Tighter spacing for breadcrumbs */
.breadcrumb {
    padding: 0.5rem 0; /* Reduced padding */
    font-size: 0.8125rem;
    margin-bottom: 0.75rem;
}

.breadcrumb-item {
    padding: 0 0.25rem; /* Reduced padding */
}

/* Reduced spacing for pagination */
.pagination {
    margin-bottom: 0.75rem;
}

.page-link {
    padding: 0.375rem 0.625rem; /* Reduced padding */
    font-size: 0.875rem;
    line-height: 1.4;
}

/* Improved code/monospace */
code, pre, kbd, samp {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 400;
    letter-spacing: 0;
}

/* ========================================
   MEJORAS PARA TABLA DE SOLICITUDES
   ======================================== */

/* Estilos mejorados para la tabla */
.table-th {
    padding: 0.875rem 1.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #475569;
    background-color: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
}

.dark .table-th {
    color: #cbd5e1;
    background-color: #1e293b;
    border-bottom-color: #334155;
}

.table-td {
    padding: 1rem 1.5rem;
    vertical-align: top;
}

/* Mejoras para badges de estado */
.badge {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}

/* Animación suave para filas de tabla */
tbody tr {
    transition: all 0.15s ease;
}

    tbody tr:hover {
        /*transform: translateY(-1px);*/
        box-shadow: 0px 4px 6px 10px rgba(0, 0, 0, 0.05);
        background-color: white!important;
    }

/* Mejoras para botones de acción en tabla */
.table-td button {
    transition: all 0.2s ease;
}

.table-td button:hover {
    transform: scale(1.05);
}

.table-td button:active {
    transform: scale(0.95);
}

/* Mejoras para tarjetas móviles */
@media (max-width: 768px) {
    .card-mobile {
        transition: all 0.2s ease;
    }
    
    .card-mobile:active {
        transform: scale(0.98);
    }
}

/* Animación de entrada para filas de tabla */
@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fade-in 0.3s ease-out;
}

/* Estilos para paginación mejorada */
.pagination-button {
    transition: all 0.2s ease;
}

.pagination-button:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pagination-button:active:not(:disabled) {
    transform: translateY(0);
}

/* Vista compacta para tabla */
.compact-row td {
    padding: 0.5rem 1rem !important;
}

.compact-row .text-sm {
    font-size: 0.8125rem;
}

.compact-row .text-xs {
    font-size: 0.75rem;
}

/* Mejoras para resumen de estadísticas */
.stats-card {
    transition: all 0.2s ease;
}

.stats-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Mejoras profesionales para el menú lateral */
    .sidebar-menu > li > .navItem {
        padding: 0.625rem 0.75rem;
        border-radius: 0.5rem;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        margin-bottom: 0.25rem;
    }
    
    .sidebar-menu > li > .navItem:hover {
        background-color: rgb(241 245 249 / 1);
        transform: translateX(2px);
    }
    
    .dark .sidebar-menu > li > .navItem:hover {
        background-color: rgb(51 65 85 / 0.5);
    }
    
    .sidebar-menu > li > .navItem.active {
        background-color: rgb(59 130 246 / 0.1);
        color: rgb(59 130 246);
        font-weight: 600;
    }
    
    .dark .sidebar-menu > li > .navItem.active {
        background-color: rgb(59 130 246 / 0.15);
        color: rgb(96 165 250);
    }
    
    .sidebar-menu .sidebar-submenu > li > a {
        padding: 0.5rem 0.75rem 0.5rem 2rem;
        border-radius: 0.375rem;
        transition: all 0.2s ease;
        margin-bottom: 0.125rem;
    }
    
    .sidebar-menu .sidebar-submenu > li > a:hover {
        background-color: rgb(241 245 249 / 0.8);
        padding-left: 2.25rem;
    }
    
    .dark .sidebar-menu .sidebar-submenu > li > a:hover {
        background-color: rgb(51 65 85 / 0.4);
    }
    
    .sidebar-menu .sidebar-submenu > li > a.active {
        background-color: rgb(59 130 246 / 0.1);
        color: rgb(59 130 246);
        font-weight: 600;
    }
    
    .dark .sidebar-menu .sidebar-submenu > li > a.active {
        background-color: rgb(59 130 246 / 0.15);
        color: rgb(96 165 250);
    }
    
    /* Separadores más sutiles */
    .sidebar-menu > li.border-t {
        border-top-color: rgb(226 232 240 / 0.5);
    }
    
    .dark .sidebar-menu > li.border-t {
        border-top-color: rgb(51 65 85 / 0.5);
    }

    .navItem.active {
        background-color: rgb(59 130 246 / 0.1);
        color: rgb(59 130 246);
        font-weight: 600;
    }

/* Modal max-height utility */
.max-h-modal {
    max-height: calc(100vh - 2rem);
}

.cursor-text {
    cursor: text;
}

.vertical-header {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    white-space: nowrap;
    height: 200px;
    vertical-align: middle;
    padding: 10px 6px !important;
}

    .vertical-header > div {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }


.representante-link {
    cursor: pointer;
    /*color: #3b82f6;*/
    text-decoration: none;
    transition: color 0.2s;
}

    .representante-link:hover {
        color: #1d4ed8;
    }

.dark .representante-link {
    color: #60a5fa;
}

    .dark .representante-link:hover {
        color: #93c5fd;
    }