{# Measurement Feedback Component Mostra feedback visivo in tempo reale della misurazione corrente. Variabili Alpine.js richieste nel parent component: - currentValue: float | null - valore corrente misurato - nominal: float - valore nominale - utl: float - Upper Tolerance Limit - uwl: float - Upper Warning Limit - lwl: float - Lower Warning Limit - ltl: float - Lower Tolerance Limit - unit: string - unità di misura (es. "mm") - passFailStatus: computed - 'pass' | 'warning' | 'fail' - deviation: computed - scostamento dal nominale - progressWidth: computed - larghezza barra percentuale #}