A reusable themed LinearProgress component that displays a value percentage.

This LinearProgress responds to theme changes (light/dark) via Zustand store.

<LinearProgress value={50} />
<LinearProgress value={75} customColor="success" showLabel={false} />