/** Palette terrain / extérieur — contraste élevé, actions distinctes. */ export const UI = { primary: '#1D4ED8', success: '#16A34A', warning: '#D97706', danger: '#DC2626', screen: '#F1F5F9', card: '#FFFFFF', text: '#0F172A', textMuted: '#475569', border: '#CBD5E1', } as const;