/* Theme "handz.on" — the built-in default (limey green on black). Scoped to the widget so
   it never leaks variables into the host WordPress theme. Overrides only these variables. */
.cbc-scope {
    --accent-color: #c4d600;
    --accent-hover: #a8b800;
    --accent-rgb: 196, 214, 0;
    --on-accent: #000000;
    --bg-color: #0a0a0a;
    --chat-bg: #000000;
    --sidebar-bg: #1a1a1a;
    --message-user-bg: #3d3d3d;
    --message-assistant-bg: #1a1a1a;
    --qr-text: #000000;
    --quick-reply-bg: #c4d600;
    --border-color: #333333;
    --text-color: #ffffff;
    --text-light: #b0b0b0;
}
