.nexo-chatbot{position:fixed;z-index:9998;bottom:22px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.nexo-chatbot-right{right:22px}.nexo-chatbot-left{left:22px}.nexo-chat-launcher{border:0;border-radius:999px;background:var(--nexo-chat-primary);color:var(--nexo-chat-text);min-height:52px;padding:0 18px;display:flex;align-items:center;gap:10px;font-weight:800;box-shadow:0 16px 35px rgba(15,23,42,.22);cursor:pointer}.nexo-chat-launcher:hover{filter:brightness(.96);transform:translateY(-1px)}.nexo-chat-launcher-icon{width:20px;height:20px;display:block;position:relative}.nexo-chat-launcher-icon:before{content:"";position:absolute;inset:2px;border:2px solid currentColor;border-radius:7px}.nexo-chat-launcher-icon:after{content:"";position:absolute;left:5px;bottom:1px;width:6px;height:6px;border-left:2px solid currentColor;transform:skew(-25deg)}.nexo-chat-panel{position:absolute;bottom:66px;width:min(390px,calc(100vw - 28px));height:min(610px,calc(100vh - 120px));background:#fff;border:1px solid #dde3ec;border-radius:20px;box-shadow:0 25px 65px rgba(15,23,42,.22);overflow:hidden;display:none;grid-template-rows:auto 1fr auto auto auto}.nexo-chatbot-right .nexo-chat-panel{right:0}.nexo-chatbot-left .nexo-chat-panel{left:0}.nexo-chat-panel.is-open{display:grid}.nexo-chat-head{background:var(--nexo-chat-primary);color:var(--nexo-chat-text);padding:16px 18px;display:flex;justify-content:space-between;align-items:center}.nexo-chat-head strong,.nexo-chat-head small{display:block}.nexo-chat-head small{opacity:.8;font-size:11px;margin-top:1px}.nexo-chat-close{border:0;background:transparent;color:inherit;font-size:26px;line-height:1;cursor:pointer;padding:4px}.nexo-chat-messages{padding:18px;overflow:auto;background:#f8fafc;display:flex;flex-direction:column;gap:11px}.nexo-chat-msg{max-width:88%;padding:11px 13px;border-radius:15px;line-height:1.45;font-size:14px;white-space:pre-wrap;word-break:break-word}.nexo-chat-msg.bot{background:#fff;border:1px solid #e5e9ef;align-self:flex-start;border-bottom-left-radius:5px}.nexo-chat-msg.user{background:var(--nexo-chat-primary);color:var(--nexo-chat-text);align-self:flex-end;border-bottom-right-radius:5px}.nexo-chat-msg.typing{color:#697386;font-style:italic}.nexo-chat-prompts{padding:10px 14px;display:flex;gap:6px;flex-wrap:wrap;border-top:1px solid #edf0f4;background:#fff}.nexo-chat-prompts button{background:#fff;border:1px solid color-mix(in srgb,var(--nexo-chat-primary) 55%,#d9e0e9);color:var(--nexo-chat-primary);border-radius:999px;padding:6px 9px;font-size:12px;cursor:pointer}.nexo-chat-legal{padding:8px 14px;background:#fff;color:#747f8f;font-size:10px;border-top:1px solid #edf0f4}.nexo-chat-legal a{color:var(--nexo-chat-primary)}.nexo-chat-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;background:#fff;border-top:1px solid #edf0f4}.nexo-chat-form textarea{resize:none;max-height:100px;min-height:43px;border:1px solid #dce2ea;border-radius:12px;padding:10px 12px;outline:none;font:inherit;line-height:1.35}.nexo-chat-form textarea:focus{border-color:var(--nexo-chat-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--nexo-chat-primary) 16%,transparent)}.nexo-chat-form button{width:44px;height:44px;border-radius:12px;border:0;background:var(--nexo-chat-primary);color:var(--nexo-chat-text);font-size:21px;cursor:pointer}.nexo-chatbot[data-format="icon"] .nexo-chat-launcher-text{display:none}.nexo-chatbot[data-format="icon"] .nexo-chat-launcher{width:54px;padding:0;justify-content:center}.nexo-chatbot[data-format="text"] .nexo-chat-launcher-icon{display:none}@media(max-width:640px){.nexo-chatbot{bottom:14px}.nexo-chatbot-right{right:14px}.nexo-chatbot-left{left:14px}.nexo-chatbot-no-mobile{display:none}.nexo-chat-panel{position:fixed;left:14px!important;right:14px!important;bottom:78px;width:auto;height:min(72vh,610px)}.nexo-chat-launcher{min-height:48px;padding:0 15px}}
.nexo-chatbot[data-icon="sparkles"] .nexo-chat-launcher-icon:before{content:"✦";inset:0;border:0;font-size:21px;line-height:20px;text-align:center}.nexo-chatbot[data-icon="sparkles"] .nexo-chat-launcher-icon:after{display:none}.nexo-chatbot[data-icon="help"] .nexo-chat-launcher-icon:before{content:"?";inset:0;border:2px solid currentColor;border-radius:50%;font-size:13px;line-height:16px;text-align:center;font-weight:900}.nexo-chatbot[data-icon="help"] .nexo-chat-launcher-icon:after{display:none}