export interface UserPreferences { locale: string; currency: string; themeMode: 'light' | 'dark' | 'system'; compactMode?: boolean; wishlistEnabled?: boolean; notificationsEnabled?: boolean; }