/* MR JOMAR Dashboard - estilos extras */
[x-cloak] { display: none !important; }

/* Scrollbar custom */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(148, 163, 184, 0.4); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgba(148, 163, 184, 0.6); }

/* Transições suaves */
* { transition-property: background-color, border-color, color; transition-duration: 150ms; }

/* Tabela hover */
tbody tr:hover { background: rgba(148, 163, 184, 0.05); }
