:root {
    --haray-blue: #1a49ab;
    --haray-purple: #6a1b9a;
    --sidebar-width: 280px;
}

/* Tabla Densa */
.table td, .table th { padding: 0.65rem 0.5rem !important; border-bottom: 1px solid #f1f5f9; }
.extra-small { font-size: 0.65rem; }

/* Badges de Interés Haray */
.badge-haray { padding: 5px 8px; border-radius: 4px; font-size: 0.68rem; font-weight: 700; display: inline-block; min-width: 105px; text-align: center; text-transform: uppercase; }
.badge-soft-success { background: #dcfce7; color: #15803d; }
.badge-soft-warning { background: #fef9c3; color: #a16207; }
.badge-soft-danger { background: #fee2e2; color: #dc2626; }
.badge-solid-success { background: #15803d; color: white; }
.badge-soft-dark { background: #e2e8f0; color: #1e293b; }

/* Sidebar Adjustment */
#sidebar-wrapper { min-width: var(--sidebar-width); max-width: var(--sidebar-width); height: 100vh; position: sticky; top: 0; }
.active-haray { background-color: var(--haray-blue) !important; color: white !important; border-radius: 8px; }