fn get_monitor_centered_70pct(window: &Window) -> Option<(i32, i32, i32, i32)>
Compute a centered 70% rect for the monitor the window is currently on. Returns (x, y, width, height) or None if the monitor can’t be determined.