.unida-chatbot{position:fixed;right:18px;bottom:18px;z-index:9999;font-family:Inter,Arial,sans-serif}.unida-chatbot-toggle{border:0;border-radius:999px;background:#0A5DB7;color:#fff;box-shadow:0 14px 36px rgba(8,59,122,.22);padding:12px 16px;display:flex;align-items:center;gap:8px;font-weight:900;cursor:pointer;font-size:14px}.unida-chatbot-panel{display:none;position:absolute;right:0;bottom:56px;width:min(360px,calc(100vw - 28px));background:#fff;border:1px solid rgba(8,59,122,.10);border-radius:20px;box-shadow:0 22px 60px rgba(8,59,122,.20);overflow:hidden}.unida-chatbot.open .unida-chatbot-panel{display:block}.unida-chatbot-head{padding:14px 15px;background:linear-gradient(135deg,#083B7A,#0A5DB7);color:#fff;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.unida-chatbot-head strong{display:block;font-size:16px;line-height:1.2}.unida-chatbot-head small{display:block;font-size:12px;line-height:1.45;opacity:.90;margin-top:4px}.unida-chatbot-head button{border:0;background:rgba(255,255,255,.16);color:#fff;width:34px;height:34px;border-radius:12px;cursor:pointer;flex:0 0 auto}.unida-chatbot-messages{height:280px;overflow-y:auto;padding:12px;background:#f8fcff;display:flex;flex-direction:column;gap:9px;scroll-behavior:smooth}.bot-msg,.user-msg{padding:10px 12px;border-radius:14px;font-size:13.5px;line-height:1.5;max-width:88%;word-wrap:break-word}.bot-msg{background:#fff;color:#344054;border:1px solid rgba(8,59,122,.08);align-self:flex-start}.user-msg{background:#0A5DB7;color:#fff;align-self:flex-end}.unida-chatbot-form{display:flex;gap:8px;padding:10px;background:#fff;border-top:1px solid rgba(8,59,122,.08)}.unida-chatbot-form input{flex:1;border:1px solid rgba(8,59,122,.14);border-radius:14px;padding:11px 12px;outline:none;font-size:14px;min-width:0}.unida-chatbot-form input:focus{border-color:#0A5DB7;box-shadow:0 0 0 4px rgba(10,93,183,.08)}.unida-chatbot-form button{border:0;background:#20C997;color:#fff;border-radius:14px;width:44px;cursor:pointer;flex:0 0 auto}.unida-chatbot-form.is-sending button{opacity:.7;cursor:not-allowed}@media(max-width:640px){.unida-chatbot{right:12px;bottom:12px}.unida-chatbot-panel{bottom:54px;width:calc(100vw - 24px)}.unida-chatbot-messages{height:260px}.unida-chatbot-toggle{padding:11px 14px}}
