showcase/integrations/langgraph-python/qa/chat-customization-css.md
/demos/chat-customization-css on the dashboard host/api/health); OPENAI_API_KEY is set on Railway; LANGGRAPH_DEPLOYMENT_URL points at a LangGraph deployment exposing the neutral sample_agent graphagent="chat-customization-css" at /api/copilotkit (neutral assistant cell)data-testid attributes. Checks below rely on CopilotKit built-in class names (copilotKitChat, copilotKitMessages, copilotKitMessage, copilotKitUserMessage, copilotKitAssistantMessage, copilotKitInput) scoped under the .chat-css-demo-scope wrapper defined in theme.css/demos/chat-customization-css; verify the page renders within 3s with a single centered <CopilotChat /> container inside a .chat-css-demo-scope wrapper (max-width 4xl, rounded corners via rounded-2xl).chat-css-demo-scope element and verify getComputedStyle(el).getPropertyValue('--copilot-kit-primary-color').trim() equals #ff006e--copilot-kit-background-color is #fff8f0, --copilot-kit-secondary-color is #fde047, and --copilot-kit-separator-color is #ff006e.copilotKitChat background renders the themed cream color #fff8f0 (not the default white/neutral).copilotKitMessage.copilotKitUserMessage bubblebackground-image computed style starts with linear-gradient(135deg, rgb(255, 0, 110) (i.e. #ff006e) and its text color is rgb(255, 255, 255)font-family contains Georgia, font-weight is 700, and border-radius is 22px 22px 4px 22px#ff6fa5 and a pink drop shadow (box-shadow includes rgba(255, 0, 110, 0.35)).copilotKitMessage.copilotKitAssistantMessage bubblebackground-color computed style is rgb(253, 224, 71) (i.e. #fde047) and text color is rgb(30, 27, 75) (i.e. #1e1b4b)font-family contains JetBrains Mono / Fira Code / Menlo / Consolas (monospace stack)border-radius: 4px 22px 22px 22px, a 2px solid rgb(30, 27, 75) border, and a hard offset shadow 4px 4px 0 rgb(30, 27, 75).copilotKitInput element has background-color: rgb(254, 243, 199) (i.e. #fef3c7), a 3px dashed rgb(255, 0, 110) border, and border-radius: 18pxtextarea uses a Georgia serif font at 1.1rem, with text color #2c1810#c2185b (type-drain the textarea to expose the placeholder).copilotKitMessages container continues to use the Georgia serif font family and the #fff8f0 background through scrolling<CopilotChat />)--copilot-kit-* CSS variables from theme.css resolve on .chat-css-demo-scope#fde047 background, monospace dark text, boxy corners, 2px dark border, hard offset shadowtheme.css; no uncaught console errors