const TICK_TIME_SMOOTHING: f32 = 0.8;
Smoothing factor for exponential moving average (matches vanilla’s 0.8).