.lbb-chat-panel{position:fixed;z-index:9300;right:24px;bottom:24px;width:360px;max-width:calc(100vw - 24px);height:460px;max-height:calc(100dvh - 40px);display:flex;flex-direction:column;background:#14161A;box-shadow:0 24px 60px rgba(6,7,9,.6);overflow:hidden;font-family:Inter,system-ui,sans-serif;clip-path:polygon(0 0,100% 0,100% 100%,14px 100%,0 calc(100% - 14px));animation:lbbChatUp .26s cubic-bezier(.2,.8,.3,1)}@keyframes lbbChatUp{0%{transform:translateY(16px);opacity:0}to{transform:none;opacity:1}}.lbb-chat-head{display:flex;align-items:center;justify-content:space-between;gap:11px;padding:14px 16px;background:#1C1F24}.lbb-chat-back{display:none;width:34px;height:34px;flex-shrink:0;align-items:center;justify-content:center;background:#24282E;border:none;color:#8A9099;cursor:pointer;transition:color .14s,background .14s;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px))}.lbb-chat-back:hover{color:#fff;background:#2E333B}.lbb-chat-back .lbb-ms{font-size:20px}.lbb-chat-head .who{display:inline-flex;align-items:center;gap:11px;min-width:0}.lbb-chat-head .av{position:relative;width:32px;height:32px;flex-shrink:0;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#2E333B;font-family:Chakra Petch,sans-serif;font-size:12px;font-weight:700;color:#fff;clip-path:polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,7px 100%,0 calc(100% - 7px))}.lbb-chat-head .av img{width:100%;height:100%;object-fit:cover}.lbb-chat-head .tx{min-width:0;display:flex;flex-direction:column}.lbb-chat-head .tx b{font-size:12.5px;font-weight:700}.lbb-chat-head .tx b,.lbb-chat-head .tx em{font-family:Chakra Petch,sans-serif;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lbb-chat-head .tx em{font-style:normal;font-size:8px;letter-spacing:.12em;color:#4E555E;margin-top:2px}.lbb-chat-head .acts{display:inline-flex;gap:6px;flex-shrink:0}.lbb-chat-head .acts button{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:#24282E;border:none;color:#8A9099;cursor:pointer;transition:color .14s,background .14s}.lbb-chat-head .acts button:hover{color:#fff;background:#2E333B}.lbb-chat-head .acts button .lbb-ms{font-size:16px}.lbb-chat-msgs{flex:1;min-height:0;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;scrollbar-width:thin;scrollbar-color:#2E333B transparent}.lbb-chat-msgs::-webkit-scrollbar{width:7px}.lbb-chat-msgs::-webkit-scrollbar-thumb{background:#2E333B}.lbb-chat-msgs .empty{margin:auto;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;color:#4E555E;font-family:Chakra Petch,sans-serif;font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;padding:0 24px}.lbb-chat-msgs .empty .lbb-ms{font-size:30px;color:#2E333B}.lbb-chat-msgs .msg{display:flex;flex-direction:column;align-items:flex-start;max-width:78%;animation:lbbMsgInThem .26s cubic-bezier(.2,.8,.3,1.1);transform-origin:left bottom}.lbb-chat-msgs .msg.me{align-self:flex-end;align-items:flex-end;animation:lbbMsgInMe .26s cubic-bezier(.2,.8,.3,1.1);transform-origin:right bottom}@keyframes lbbMsgInMe{0%{opacity:0;transform:translateX(14px) scale(.9)}to{opacity:1;transform:none}}@keyframes lbbMsgInThem{0%{opacity:0;transform:translateX(-14px) scale(.9)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.lbb-chat-msgs .msg,.lbb-chat-msgs .msg.me{animation:none}}.lbb-chat-msgs .msg .bubble{padding:11px 13px;font-size:13px;line-height:1.5;background:#1C1F24;color:#FFFFFF;word-break:break-word}.lbb-chat-msgs .msg.me .bubble{background:#E5304C;color:#fff}.lbb-chat-msgs .msg em{font-style:normal;font-family:Chakra Petch,sans-serif;font-size:8px;letter-spacing:.08em;color:#4E555E;margin:3px 2px 0}.lbb-chat-msgs .msg.sending .bubble{opacity:.62}.lbb-chat-msgs .msg.sending em{display:inline-flex;align-items:center;gap:3px;text-transform:uppercase}.lbb-chat-msgs .msg.sending em .spin{font-size:12px;animation:lbbChatSpin .9s linear infinite}@keyframes lbbChatSpin{to{transform:rotate(1turn)}}.lbb-chat-msgs .msg.typing{animation:none}.lbb-chat-msgs .msg.typing .bubble{display:inline-flex;gap:4px;align-items:center;padding:13px}.lbb-chat-msgs .msg.typing .bubble i{width:6px;height:6px;border-radius:50%;background:#8A9099;animation:lbbTyping 1.2s ease-in-out infinite}.lbb-chat-msgs .msg.typing .bubble i:nth-child(2){animation-delay:.16s}.lbb-chat-msgs .msg.typing .bubble i:nth-child(3){animation-delay:.32s}@keyframes lbbTyping{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.lbb-chat-input{display:flex;align-items:center;gap:8px;padding:12px 14px;background:#101216}.lbb-chat-input input{flex:1;min-width:0;height:40px;background:#1C1F24;border:none;padding:0 13px;color:#fff;font-family:Inter,sans-serif;font-size:16px;outline:none}.lbb-chat-input input:focus{background:#24282E}.lbb-chat-input button{width:38px;height:38px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:#E5304C;border:none;color:#fff;cursor:pointer;transition:background .14s,transform .14s;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px))}.lbb-chat-input button:hover:not(:disabled){background:#E5304C}.lbb-chat-input button:active:not(:disabled){transform:scale(.9)}.lbb-chat-input button:disabled{opacity:.5;cursor:default}.lbb-chat-input button .lbb-ms{font-size:17px}.lbb-chat-bubble{position:fixed;z-index:9300;right:24px;bottom:24px;width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;background:#E5304C;border:none;color:#fff;cursor:grab;box-shadow:0 10px 30px rgba(229,48,76,.4);touch-action:none;transition:transform .16s;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px))}.lbb-chat-bubble:hover{transform:scale(1.06)}.lbb-chat-bubble:active{cursor:grabbing}.lbb-chat-bubble .lbb-ms{font-size:24px}@media (max-width:560px){.lbb-chat-panel{inset:0;right:0;left:0;bottom:0;top:0;width:auto;max-width:none;height:100dvh;max-height:none;clip-path:none}.lbb-chat-back{display:inline-flex}.lbb-chat-head{padding:calc(env(safe-area-inset-top, 0px) + 14px) 16px 14px}.lbb-chat-head .acts button[aria-label=Minimizar]{display:none}}