#skills .skill:not(.empty){cursor:grab}
@media(pointer:coarse){#skills .skill:not(.empty){touch-action:none}}
#skills .skill.bar-dragging{opacity:.48;cursor:grabbing}
#skills .skill.bar-drop-target{outline:2px solid #e9c583;outline-offset:4px;box-shadow:0 0 0 1px #f7dfab inset,0 0 18px #c4935399;transform:translateY(-4px)}
#skills .skill.bar-swapped{animation:bar-swap-flash .42s ease-out}
@keyframes bar-swap-flash{0%{filter:brightness(1.8);transform:scale(1.08)}100%{filter:brightness(1);transform:scale(1)}}
@media(prefers-reduced-motion:reduce){#skills .skill.bar-swapped{animation:none}}
