/* AI Chatbot Widget - base styles (animations handled inline) */
#aichat-wrapper * {
  box-sizing: border-box;
}

#aichat-input:focus {
  border-color: var(--aichat-primary, #2563eb) !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

#aichat-send:hover {
  opacity: 0.9;
}

#aichat-toggle:active {
  transform: scale(0.95);
}
