Fix: collapsed-deck double-click to expand was randomly swallowed (and always after using the gear menu). Double-click is now detected on the raw second MouseDown (e.Clicks = 2) instead of the WinForms DoubleClick event, so it fires reliably even when a just-closed menu sits under the cursor. The Pomodoro clock/status labels also join the double-click surface.