#ai-sales-widget { position: fixed; right: 20px; bottom: 20px; z-index: 99999; font-family: Arial, sans-serif; }
#ai-sales-toggle { background:#1976d2;color:#fff;padding:10px;border-radius:10px;cursor:pointer; }
#ai-sales-panel { width:320px; max-height:420px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 6px 18px rgba(0,0,0,0.12);overflow:hidden;margin-top:8px; }
#ai-sales-messages { padding:12px; height:320px; overflow:auto; }
.ai-msg { margin-bottom:10px; padding:8px 10px; border-radius:8px; display:inline-block; max-width:90%; }
.ai-msg.user { background:#e6f0ff; align-self:flex-end; }
.ai-msg.bot { background:#f1f1f1; }
#ai-sales-inputwrap { display:flex; padding:8px; border-top:1px solid #eee; }
#ai-sales-input { flex:1; padding:8px; border:1px solid #ddd; border-radius:6px; }
#ai-sales-send { margin-left:8px; padding:8px 12px; border-radius:6px; background:#1976d2;color:#fff;border:none;cursor:pointer; }
.ai-products { margin-top:8px; }
.ai-product { margin-bottom:6px; font-size:14px; }
