@keyframes cursor-blink{0%,50%{opacity:1;transform:scaleY(1)}51%,to{opacity:.3;transform:scaleY(.95)}}@keyframes cursor-pulse{0%{box-shadow:0 0 4px #3b82f680}50%{box-shadow:0 0 8px #3b82f6cc}to{box-shadow:0 0 4px #3b82f680}}@keyframes thumbnail-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.05)}}.cursor-indicator{position:absolute;width:2px;background:linear-gradient(to bottom,#3b82f6,#1d4ed8);border-radius:1px;z-index:9999;pointer-events:none;transition:all .1s ease-out;animation:cursor-blink 1s infinite,cursor-pulse 2s infinite;filter:drop-shadow(0 0 2px rgba(59,130,246,.5))}.cursor-indicator:before{content:"";position:absolute;top:-2px;left:-1px;width:4px;height:4px;background:#3b82f6;border-radius:50%;box-shadow:0 0 4px #3b82f6b3}.cursor-indicator:after{content:"";position:absolute;bottom:-2px;left:-1px;width:4px;height:4px;background:#1d4ed8;border-radius:50%;box-shadow:0 0 4px #1d4ed8b3}.drop-target-highlight{background-color:#3b82f614!important;border:2px dashed #3b82f6!important;border-radius:6px!important;position:relative!important;transition:all .2s ease-in-out!important}.drop-target-highlight:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:#3b82f60d;border-radius:8px;z-index:-1;animation:drop-target-pulse 1.5s infinite}@keyframes drop-target-pulse{0%{transform:scale(1);opacity:.5}50%{transform:scale(1.02);opacity:.8}to{transform:scale(1);opacity:.5}}.drag-thumbnail{position:absolute;border:2px solid #3b82f6;border-radius:6px;overflow:hidden;background-color:#fff;box-shadow:0 4px 12px #00000026;animation:thumbnail-float 2s ease-in-out infinite;z-index:10000}.drag-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dragging-element{opacity:.3!important;transform:rotate(1deg) scale(.9)!important;transition:all .2s ease-out!important;filter:drop-shadow(4px 4px 8px rgba(0,0,0,.3))!important;border:2px dashed #3b82f6!important}.editor-dragging{position:relative}.editor-dragging *{cursor:grabbing!important}.cursor-indicator.cursor-image{background:linear-gradient(to bottom,#3b82f6,#1d4ed8);box-shadow:0 0 6px #3b82f699}.cursor-indicator.cursor-text{background:linear-gradient(to bottom,#f59e0b,#d97706);box-shadow:0 0 6px #f59e0b99}.cursor-indicator.cursor-block{background:linear-gradient(to bottom,#8b5cf6,#7c3aed);box-shadow:0 0 6px #8b5cf699}@media (max-width: 768px){.cursor-indicator{width:3px}.cursor-indicator:before,.cursor-indicator:after{width:5px;height:5px;left:-1.5px}}@media (prefers-contrast: high){.cursor-indicator{background:#000;box-shadow:0 0 0 1px #fff,0 0 4px #000}.drop-target-highlight{border-color:#000!important;background-color:#ffffff4d!important}}@media (prefers-reduced-motion: reduce){.cursor-indicator{animation:none}.drop-target-highlight:before{animation:none}.cursor-indicator,.drop-target-highlight{transition:none!important}}
