.dragging{opacity:.5;transform:scale(.95);transition:all .2s ease;cursor:grabbing!important}.drop-zone-highlight{background-color:#3b82f61a;border:2px dashed rgb(59,130,246);border-radius:4px;transition:all .2s ease;animation:dropZonePulse 1s infinite alternate}@keyframes dropZonePulse{0%{background-color:#3b82f60d}to{background-color:#3b82f626}}.drop-above{border-top:3px solid rgb(59,130,246);border-radius:2px 2px 0 0}.drop-below{border-bottom:3px solid rgb(59,130,246);border-radius:0 0 2px 2px}.drop-inside{background-color:#3b82f61a;border:2px solid rgb(59,130,246);border-radius:4px}.drag-ghost{background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:8px 12px;box-shadow:0 4px 6px -1px #0000001a;font-size:14px;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis}.hide-drag-ghost{position:absolute;top:-1000px;left:-1000px}[draggable=true]{cursor:grab}[draggable=true]:active{cursor:grabbing}.drag-active{-webkit-user-select:none;-moz-user-select:none;user-select:none}.group-reorder-animation{transition:transform .3s ease}.drag-preview{background:#fffffff2;border:1px solid rgba(59,130,246,.5);border-radius:4px;padding:6px 10px;font-size:13px;color:#374151;box-shadow:0 2px 8px #00000026;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
