/* Touch-friendly controls for mobile (min 44px target) */
input[type="range"].touch-target {
    min-height: 44px;
    cursor: pointer;
}

input[type="number"] {
    min-height: 44px;
}
