//! UI layout and rendering for ptop.
//!
//! Pixel-perfect ttop clone using presentar-terminal widgets.
//!
//! # Module Structure
//!
//! - `colors` - Panel color constants and gradient functions
//! - `helpers` - Formatting utilities and symbols
//! - `panels/` - Individual panel rendering (cpu, memory, disk, etc.)
//! - `overlays` - Help overlay, signal dialog, filter overlay
// Allow style-only clippy warnings that don't affect correctness
// Core rendering logic
// Re-export commonly used items
pub use *;
pub use *;
// Re-export core rendering functions
pub use ;