// Light theme tokens — Linear/Vercel-clean white surfaces, sparingly used Ocard yellow const TOKENS = { bg: '#FAFAF9', surface: '#FFFFFF', surface2: '#F7F7F5', surface3: '#F0F0EE', border: '#E5E5E0', borderStrong: '#D4D4CF', divider: '#EEEEE9', text: '#17171A', textMuted: '#5C6470', textDim: '#9098A3', textGhost: '#C5C5C0', brand: '#FFE600', brandDim: '#C8B400', brandInk: '#7A6E00', green: '#15803D', greenDim: '#DCFCE7', red: '#DC2626', redDim: '#FEE2E2', amber: '#B45309', amberDim: '#FEF3C7', blue: '#1D4ED8', blueDim: '#DBEAFE', purple: '#6D28D9', purpleDim: '#EDE9FE', chart: ['#1D4ED8', '#6D28D9', '#15803D', '#B45309', '#DB2777', '#0891B2', '#DC2626', '#5C6470'], }; const FONTS = { sans: "'Inter', 'Noto Sans TC', -apple-system, system-ui, sans-serif", mono: "'JetBrains Mono', ui-monospace, Menlo, monospace", }; window.TOKENS = TOKENS; window.FONTS = FONTS;