pub fn extract_root_domain(host: &str) -> Option<String>
Extracts the root domain from a full host (e.g., “admin.example.com” → “example.com”).