input[type="checkbox"] { accent-color: #6366f1; width: 16px; height: 16px; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background: rgba(100,100,100,0.3); border-radius: 4px; }
.task-row:hover .task-actions { opacity: 1; }
.task-actions { opacity: 0; transition: opacity .12s ease; }
[x-cloak] { display: none !important; }
