export function cn(...classes) { return classes.filter(Boolean).join(' '); } export const isBrowser = typeof document !== 'undefined';