export function isMac(): boolean { return typeof navigator !== 'undefined' && navigator.platform.toLowerCase().includes('mac') }