#me-ai-local-root{position:fixed;right:20px;bottom:20px;z-index:999999;font-family:Arial,Helvetica,sans-serif}
#me-ai-local-launcher{display:flex;align-items:center;gap:8px;border:0;border-radius:999px;padding:13px 17px;background:#111827;color:#fff;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.25)}
#me-ai-local-panel{position:absolute;right:0;bottom:68px;width:390px;max-width:calc(100vw - 24px);height:570px;max-height:78vh;background:#fff;border-radius:18px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 20px 60px rgba(0,0,0,.28);display:flex;flex-direction:column}
.me-ai-local-hidden{display:none!important}
.me-ai-local-header{background:#111827;color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between}
.me-ai-local-header>div{display:flex;flex-direction:column;gap:3px}
.me-ai-local-header strong{font-size:16px}
.me-ai-local-header small{opacity:.8;font-size:12px}
#me-ai-local-close{border:0;background:transparent;color:#fff;font-size:28px;cursor:pointer}
.me-ai-local-messages{flex:1;overflow:auto;padding:14px;background:#f8fafc}
.me-ai-local-row{display:flex;margin:8px 0}
.user-row{justify-content:flex-end}.bot-row{justify-content:flex-start}
.me-ai-local-bubble{max-width:84%;padding:10px 12px;border-radius:14px;font-size:14px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}
.me-ai-local-bubble.user{background:#111827;color:#fff;border-bottom-right-radius:4px}
.me-ai-local-bubble.bot{background:#fff;color:#111827;border:1px solid #e5e7eb;border-bottom-left-radius:4px}
.me-ai-local-bubble.success{background:#f0fdf4;border-color:#bbf7d0}.me-ai-local-bubble.error{background:#fef2f2;border-color:#fecaca}
.me-ai-local-quick{display:flex;gap:7px;overflow-x:auto;padding:8px 12px;background:#fff}
.me-ai-local-chip{white-space:nowrap;border:1px solid #d1d5db;background:#fff;border-radius:999px;padding:8px 10px;font-size:12px;cursor:pointer}
.me-ai-local-form{display:flex;gap:8px;padding:10px 12px;border-top:1px solid #e5e7eb;background:#fff}
#me-ai-local-input{flex:1;border:1px solid #d1d5db;border-radius:12px;padding:10px 11px;outline:none}
.me-ai-local-form button{border:0;border-radius:12px;background:#111827;color:#fff;padding:0 14px;cursor:pointer}
.me-ai-local-foot{padding:0 12px 10px;background:#fff;color:#6b7280;font-size:10px;line-height:1.35}
.me-ai-lead-mini{background:#fff;border:1px solid #dbeafe;border-radius:14px;padding:12px;margin:10px 0}
.me-ai-lead-mini-title{font-weight:700;margin-bottom:8px}
.me-ai-lead-mini input{display:block;width:100%;box-sizing:border-box;margin:7px 0;border:1px solid #d1d5db;border-radius:10px;padding:9px 10px}
.me-ai-lead-mini button{width:100%;border:0;border-radius:10px;background:#111827;color:#fff;padding:10px;cursor:pointer}
.me-ai-local-wa{display:inline-block;text-decoration:none;background:#111827;color:#fff;padding:10px 13px;border-radius:12px;font-weight:700;font-size:13px}
@media(max-width:520px){#me-ai-local-root{right:10px;bottom:10px}.me-ai-local-label{display:none}#me-ai-local-panel{position:fixed;left:10px;right:10px;bottom:72px;width:auto;height:72vh;max-height:72vh;border-radius:16px}}