/* Mobile touch & interaction protection rules */
svg.lucide, [data-lucide], button svg {
  pointer-events: none !important;
}

button {
  touch-action: manipulation !important;
  cursor: pointer !important;
}
