/* Minimal styles to replace mobile-drag-drop default CSS when CDN is blocked. */
.draggable-item { touch-action: none; }
.drag-over { outline: 2px dashed rgba(0,0,0,0.2); }
.pool-drag-over { background-color: #fee2e2; border: 2px dashed #ef4444; }
