/** UQO design tokens — aligned on the official wordmark blue (#0F6180). */ export const uqo = { blue: '#0F6180', blueDark: '#0A4A63', blueLight: '#E6F0F4', green: '#78BE20', gold: '#C6A300', bg: '#FFFFFF', surface: '#F4F7F9', text: '#16232D', muted: '#5B6B7B', line: '#DCE4EA', warning: '#F2A900', error: '#C8102E', } as const; export const chartPalette = ['#0F6180', '#78BE20', '#C6A300', '#5B6B7B', '#7FB0C4', '#C8102E'];