.floating-chat-container{position:fixed;bottom:70px;right:20px;z-index:9999;font-family:Inter,sans-serif}.chat-launcher{display:flex;flex-direction:row;align-items:center;gap:14px}.chat-invite-bubble{position:relative;display:flex;align-items:flex-start;gap:8px;margin:0;padding:14px 18px;max-width:240px;text-align:left;background:#fff;color:#1a1a1a;border:none;border-radius:18px;font-size:14px;font-weight:500;line-height:1.45;cursor:pointer;box-shadow:0 4px 24px rgba(0,0,0,.12),0 1px 3px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease;animation:bubbleIn .35s ease}.chat-invite-bubble:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.14),0 2px 6px rgba(0,0,0,.06)}.chat-invite-bubble:focus-visible{outline:2px solid #3CA692;outline-offset:2px}.chat-invite-bubble:after{content:"";position:absolute;right:-9px;top:50%;transform:translateY(-50%);width:0;height:0;border-color:transparent transparent transparent #fff;border-style:solid;border-width:9px 0 9px 10px;filter:drop-shadow(2px 0 2px rgba(0,0,0,.06))}.chat-invite-emoji{flex-shrink:0;font-size:18px;line-height:1}.chat-invite-text{flex:1 1;min-width:0}@keyframes bubbleIn{0%{opacity:0;transform:translateX(8px) scale(.96)}to{opacity:1;transform:translateX(0) scale(1)}}.chat-toggle-btn{background-color:#3CA692;color:white;border:none;border-radius:50%;width:60px;height:60px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background-color .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.chat-toggle-btn:hover{transform:translateY(-3px);background-color:#2f8574}.chat-window{width:350px;height:480px;background:white;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15);animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{background-color:#3CA692;color:white;padding:15px 20px;font-size:16px}.chat-header-online-icon{color:#86efac;flex-shrink:0;filter:drop-shadow(0 0 3px rgba(134,239,172,.7));animation:chat-online-pulse 2.2s ease-in-out infinite}@keyframes chat-online-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.05)}}.chat-body{flex:1 1;padding:20px;overflow-y:auto;background-color:#f9f9f9;display:flex;flex-direction:column;gap:12px}.chat-bubble-wrapper{display:flex;width:100%}.chat-bubble{max-width:80%;padding:10px 14px;border-radius:15px;font-size:14px;line-height:1.4;word-wrap:break-word}.chat-bubble.bg-light{background-color:white!important;border:1px solid #eee;border-bottom-left-radius:4px}.chat-bubble.bg-success{background-color:#3CA692!important;border-bottom-right-radius:4px}.chat-typing-bubble{padding:14px 20px!important;min-width:64px;display:inline-flex;align-items:center;justify-content:center}.chat-typing-indicator{display:inline-flex;align-items:flex-end;gap:5px;height:18px}.chat-typing-dot{width:7px;height:7px;border-radius:50%;background-color:#6b7280;animation:chat-typing-bounce .55s ease-in-out infinite}.chat-typing-dot:first-child{animation-delay:0s}.chat-typing-dot:nth-child(2){animation-delay:.12s}.chat-typing-dot:nth-child(3){animation-delay:.24s}@keyframes chat-typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-7px)}}.chat-footer{padding:15px;background:white;border-top:1px solid #eee}.chat-footer input{border:1px solid #ddd;border-radius:8px;padding:10px 15px;box-shadow:none!important;outline:none!important}.chat-footer input:focus{border-color:#3CA692}.chat-footer .chat-start-form .btn,.chat-footer .chat-start-form .form-control{height:50px;min-height:50px;box-sizing:border-box}.chat-footer .chat-start-form .btn{display:flex;align-items:center;justify-content:center}.chat-footer .chat-message-form .form-control{height:50px;min-height:50px;box-sizing:border-box}.chat-footer .chat-message-form .btn.chat-message-send{width:50px;min-width:50px;height:50px;min-height:50px;box-sizing:border-box;flex-shrink:0;padding:0}@media (max-width:576px){.floating-chat-container{bottom:70px;right:20px}.chat-launcher{gap:10px}.chat-invite-bubble{max-width:200px;padding:12px 14px;font-size:13px}.chat-invite-emoji{font-size:16px}.chat-window{width:320px;height:420px}}