.floating-chatbot-wrapper{bottom:96px;height:auto;position:fixed;right:24px;width:auto;z-index:9998}.chatbot-trigger{all:unset;align-items:center;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.15);cursor:pointer;display:flex;height:60px;justify-content:center;overflow:hidden;transition:all .3s ease;width:60px}.chatbot-trigger:hover{box-shadow:0 6px 16px rgba(0,0,0,.2);transform:scale(1.05)}.chatbot-trigger:active{transform:scale(.95)}.chatbot-icon{display:block;height:90%;margin:0 auto;object-fit:contain;pointer-events:none;width:90%}.chatbot-trigger svg.chatbot-icon{height:55%;width:55%}.chatbot-window{background:#fff;border-radius:12px;bottom:100px;box-shadow:0 8px 24px rgba(0,0,0,.15);display:none;flex-direction:column;height:600px;max-height:calc(100vh - 140px);overflow:hidden;position:fixed;right:24px;transition:all .3s ease;width:380px;z-index:9999}.chatbot-window.active{display:flex}.chatbot-header{align-items:center;background:linear-gradient(135deg,#0073e6,#005bb5);border-radius:12px 12px 0 0;color:#fff;display:flex;justify-content:space-between;padding:16px 20px}.chatbot-header h3{font-size:18px;font-weight:600;margin:0}.chatbot-close{all:unset;align-items:center;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background .2s ease;width:32px}.chatbot-close:hover{background:hsla(0,0%,100%,.2)}.chatbot-close svg{pointer-events:none}.chatbot-body{flex:1;overflow:hidden;position:relative}.chatbot-body iframe{border:none;height:100%;width:100%}@media (max-width:768px){.chatbot-window{bottom:80px;height:calc(100vh - 100px);max-height:calc(100vh - 100px);right:16px;width:calc(100vw - 32px)}.floating-chatbot-wrapper{bottom:16px;right:16px}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chatbot-window.active{animation:slideIn .3s ease}