//! GUI frontend for Phosphor (egui/eframe).
//!//! Stub — will be implemented in Phase 6.
useanyhow::Result;usephosphor_core::EngineConfig;pubfnrun(_config: EngineConfig)->Result<()>{anyhow::bail!("GUI frontend not yet implemented. Use --tui for now.")}