/* Custom supplement for tailwind.min.css */

/* Scale range input */
input[type=range] { accent-color: #2563eb; }

/* Form option transitions */
.form-option { transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease; }

/* Progress bar animation */
.progress-fill { transition: width 0.3s ease; }
