export const RALPH_REVIEW_PALETTE = { accent: "#FFC800", // Robot Yellow accentBright: "#FFE066", // Lighter Yellow accentDim: "#B38F00", // Darker Yellow/Shadow info: "#5FA8D3", // Wall Blue success: "#73C6B6", // Complementary Green (muted) warn: "#FF7F50", // Coral/Orange error: "#E74C3C", // Red (Antennae) muted: "#95A5A6", // Robot Metal Grey } as const;