/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Removed all custom date input rules to restore browser defaults */

/* Flatpickr CSS import removed */

/* CRITICAL FIX: Hide default browser number input spinners to prevent conflict with custom +/- buttons */
input[type="number"] {
  -moz-appearance: textfield !important; /* Firefox */
  appearance: textfield !important; /* Standard property */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important; /* Chrome, Safari, Edge */
  margin: 0 !important;
}

/* Performance optimizations for better click responsiveness */
@import "performance_optimizations.css";
