        .custom-scrollbar::-webkit-scrollbar { height: 8px; width: 8px; }
        .custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
        .custom-scrollbar::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
        .dark .custom-scrollbar::-webkit-scrollbar-thumb { background: #475569; }
        .custom-scrollbar::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
        .editavel:focus { outline: none; background-color: #fef08a; border-radius: 4px; color: #000; }
        body { transition: background-color 0.3s ease, color 0.3s ease; }

.linha-digitalizada, .linha-digitalizada td { opacity: 0.65; font-style: italic; text-decoration: line-through text-gray-400; background-color: rgba(243, 244, 246, 0.8) !important; color: #9ca3af !important; font-weight: normal !important; }
.dark .linha-digitalizada, .dark .linha-digitalizada td { text-decoration-color: #64748b; background-color: rgba(30, 41, 59, 0.8) !important; color: #94a3b8 !important; font-weight: normal !important; }
.linha-concluida td { font-weight: bold !important; }
.linha-pendente td:not(:nth-child(8)) { font-weight: normal; }
.colunas-redimensionaveis { resize: horizontal; overflow: hidden; }
