.chatbot_chatButton__NMaid{position:fixed;bottom:30px;right:30px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#3b82f6);color:#fff;border:none;box-shadow:0 10px 25px -5px rgba(59,130,246,.5);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease;z-index:1000}.chatbot_chatButton__NMaid:hover{transform:scale(1.1);box-shadow:0 15px 35px -5px rgba(59,130,246,.6)}.chatbot_chatButton__NMaid:active{transform:scale(.95)}.chatbot_chatWindowWrapper__tC4DL{position:fixed;bottom:100px;right:30px;z-index:1000;animation:chatbot_slideUpFade__3YTG8 .4s cubic-bezier(.16,1,.3,1) forwards}.chatbot_chatWindow__KDz5_{width:350px;height:500px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;box-shadow:0 20px 40px -10px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.05);display:flex;flex-direction:column;overflow:hidden}.chatbot_chatHeader__hG63I{background:linear-gradient(135deg,#6366f1,#3b82f6);color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center}.chatbot_chatHeader__hG63I .chatbot_headerInfo__5PJsW{display:flex;align-items:center;font-weight:600;font-size:1rem;letter-spacing:.3px}.chatbot_chatHeader__hG63I .chatbot_closeBtn__db8eg{background:rgba(255,255,255,.2);border:none;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.chatbot_chatHeader__hG63I .chatbot_closeBtn__db8eg:hover{background:rgba(255,255,255,.3)}.chatbot_chatBody__clQ4l{flex:1 1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background-color:#f8fafc}.chatbot_chatBody__clQ4l::-webkit-scrollbar{width:6px}.chatbot_chatBody__clQ4l::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.chatbot_messageBubble__Slk5u{max-width:85%;padding:12px 16px;border-radius:18px;font-size:.9rem;line-height:1.5;animation:chatbot_scaleIn__btd1q .3s cubic-bezier(.16,1,.3,1) forwards}.chatbot_msgBot__TaK2H{align-self:flex-start;background:#fff;color:#334155;border-bottom-left-radius:4px;box-shadow:0 2px 5px rgba(0,0,0,.05)}.chatbot_msgUser__qsRxI{align-self:flex-end;background:linear-gradient(135deg,#6366f1,#3b82f6);color:#fff;border-bottom-right-radius:4px;box-shadow:0 4px 10px rgba(59,130,246,.2)}.chatbot_msgTyping__CzjFY{font-style:italic;opacity:.7}.chatbot_chatFooter__iUgg8{padding:16px;background:#fff;border-top:1px solid #f1f5f9;display:flex;gap:10px}.chatbot_chatFooter__iUgg8 input{flex:1 1;padding:12px 16px;border:1px solid #e2e8f0;border-radius:24px;outline:none;font-size:.9rem;color:#334155;transition:border-color .2s,box-shadow .2s;background:#f8fafc}.chatbot_chatFooter__iUgg8 input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);background:#fff}.chatbot_chatFooter__iUgg8 input:disabled{background:#f1f5f9;cursor:not-allowed}.chatbot_chatFooter__iUgg8 button{background:#3b82f6;color:#fff;border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s}.chatbot_chatFooter__iUgg8 button:hover:not(:disabled){background:#2563eb;transform:scale(1.05)}.chatbot_chatFooter__iUgg8 button:disabled{background:#94a3b8;cursor:not-allowed}@keyframes chatbot_slideUpFade__3YTG8{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes chatbot_scaleIn__btd1q{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}