/* DaySmart brand — !important needed to override Chainlit's built-in theme */
:root,
.dark {
  --primary: 185 72% 67% !important;
  --primary-foreground: 0 0% 7% !important;
  --accent: 225 67% 66% !important;
  --accent-foreground: 0 0% 100% !important;
  --ring: 185 72% 67% !important;
}

/* Links in message content */
a.text-primary {
  color: hsl(225, 67%, 66%) !important;
}

/* Chat bubble accent for assistant */
.cl-message-assistant .cl-message-content {
  border-left: 3px solid hsl(185, 72%, 67%);
  padding-left: 12px;
}
