/* =========================
   CHAINLIT COPILOT MODE STYLES
   Styling for the chat UI inside the popover
   ========================= */

/* Ensure solid backgrounds (fix transparency issue) */
html, body, main, #root, #app {
    background-color: hsl(var(--background)) !important;
}
