/*
 * Skymoon AI Chat Widget v3.0.0
 * Minimal — all structural styles are injected by chat-widget.js.
 * This file only handles what cannot be done inline:
 * placeholder color, scrollbar, focus rings, reduced motion.
 */

#sk-messages::-webkit-scrollbar { width: 3px; }
#sk-messages::-webkit-scrollbar-thumb { background: #D0D0D0; border-radius: 2px; }

#sk-input:focus { border-color: #006CFF !important; background: white !important; }
#sk-fab:focus-visible { outline: 2px solid white; outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
  #sk-fab, #sk-widget { animation: none !important; transition: none !important; }
  .sk-dot { animation: none !important; }
}
