/* Placeholder for chat-light-mode.css
   Restores expected path to avoid 404 and MIME console errors.
   If you have the original styles, replace this with the real file.
*/

:root {
  --chat-bg: #fff;
}

/* Minimal safe rules */
.chat-container { background-color: var(--chat-bg); }
