.nexa-chat-toggle{position:fixed;right:22px;bottom:22px;z-index:80;width:58px;height:58px;border:0;border-radius:50%;background:var(--lime,#b4f36b);color:#07101e;font-size:23px;cursor:pointer;box-shadow:0 14px 45px rgba(0,0,0,.35)}.nexa-chat{display:none;position:fixed;right:22px;bottom:91px;z-index:80;width:min(380px,calc(100vw - 28px));height:540px;max-height:calc(100vh - 125px);background:#071424;border:1px solid rgba(184,205,235,.2);border-radius:15px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.5);font-family:Manrope,Arial,sans-serif}.nexa-chat.open{display:grid;grid-template-rows:auto 1fr auto}.nexa-chat-head{display:flex;justify-content:space-between;align-items:center;padding:15px 16px;background:#0d2037;border-bottom:1px solid rgba(184,205,235,.14)}.nexa-chat-head b,.nexa-chat-head small{display:block}.nexa-chat-head b{font-size:13px}.nexa-chat-head small{color:#64e6d5;font-size:9px}.nexa-chat-close{border:0;background:none;color:#a8b8ca;font-size:20px;cursor:pointer}.nexa-chat-messages{overflow:auto;padding:15px;display:flex;flex-direction:column;gap:10px}.nexa-chat-message{max-width:88%;border-radius:10px;padding:10px 12px;color:#dce6f3;background:#102640;font-size:11px;line-height:1.55;white-space:pre-wrap}.nexa-chat-message.customer{align-self:flex-end;background:#214b51}.nexa-chat-message.staff{background:#28395e}.nexa-chat-message span{display:block;color:#70869f;font-size:8px;margin-top:4px}.nexa-chat-form{display:grid;grid-template-columns:1fr auto;gap:7px;padding:12px;border-top:1px solid rgba(184,205,235,.14);background:#09182a}.nexa-chat-form input{min-width:0;border:1px solid #29425f;border-radius:8px;background:#061220;color:white;padding:11px;font:11px Manrope}.nexa-chat-form button{border:0;border-radius:8px;background:#b4f36b;color:#07101e;font-weight:800;padding:0 14px;cursor:pointer}.nexa-chat-note{color:#6f839c;font-size:8px;padding:0 13px 10px;background:#09182a}@media(max-width:500px){.nexa-chat-toggle{right:14px;bottom:14px}.nexa-chat{right:14px;bottom:82px;height:70vh}}
.nexa-chat.open{grid-template-rows:auto auto 1fr auto auto}.nexa-chat-presence{padding:9px 14px;background:rgba(100,230,213,.1);border-bottom:1px solid rgba(100,230,213,.22);color:#8df0e3;font-size:10px;line-height:1.4}.nexa-chat-presence[hidden]{display:none}
