Per-monitor DPI scaling for config dialog
- Config dialog scales correctly on high-DPI monitors
- Cross-monitor drag handled via WM_DPICHANGED
- Thread-level DPI awareness — does not affect x64dbg host process
- Fonts and controls reposition on DPI change
Based on community PR #2 by @kuops (optional auth feature removed — auth remains mandatory).