/*
 * 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.
 */

/* Mobile app-like behavior */
html, body {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
}

/* Prevent iOS auto-zoom on input focus (requires 16px minimum) */
input, textarea, select {
  font-size: 16px;
}

/* Larger slider thumb for better touch targets */
.slider-thumb-lg::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #8b5cf6;
  cursor: pointer;
  border: 2px solid #a78bfa;
}

.slider-thumb-lg::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #8b5cf6;
  cursor: pointer;
  border: 2px solid #a78bfa;
}
