@tailwind base;
@tailwind components;
@tailwind utilities;

/* Deck column drag clone: show only header */
.sortable-fallback {
  opacity: 0.9 !important;
  user-select: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.sortable-fallback > :not(:first-child) {
  display: none !important;
}

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
