/* Tarjetas pastel por proyecto */
.card-task { border: none; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.column { min-height: 300px; background: #f8f9fa; border-radius: 12px; padding: 10px; }
.column.drag-over { outline: 2px dashed #6c757d; }
.task-title { font-weight: 600; }
.badge-proyecto { font-size: .75rem; }
