export const ICONS = { dashboard: '📊', equipment: '⚔️', level: '📈', spirit: '✨', pill: '💊', bag:'🎒', mission: '📜', scrap: '📜', monster: '👹', reward: { pill: '💊', equipment: '⚔️', experience: '⭐', money: '💰', bag:'👜', default: '🎁' } } export const COLORS = { equipment: '#a855f7', level: '#f59e0b', spirit: '#06b6d4', pill: '#22c55e', mission: '#3b82f6', dashboard: '#8b5cf6', rarity: { common: '#9ca3af', rare: '#22c55e', epic: '#3b82f6', legendary: '#f59e0b' }, difficulty: { easy: '#22c55e', normal: '#f59e0b', hard: '#ef4444', purgatory: '#dc2626' } }