/* Selection and Reordering Interactions */
.project-card.selected-for-reorder {
  border-color: #00ff00;
  background: rgba(0,255,0,0.05);
  box-shadow: 0 0 20px rgba(0,255,0,0.3);
  transform: none !important;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
  cursor: move;
  z-index: 100;
  position: relative;
}
