Core runtime primitives for Liora native GPUI applications.
This crate owns application-wide theme configuration, system-theme
synchronization, overlay/portal registries, z-index policy, and small
helpers shared by every Liora component crate. Applications normally call
liora_components::init_liora or liora::init_liora; use this crate
directly when building lower-level integrations or custom component crates.