.chat-widget_chatWidget__RUZyF{position:fixed;bottom:20px;right:20px;z-index:1000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chat-widget_chatToggle__FCeFv{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#6aea66,#6faa59);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,.15);transition:all .3s ease;position:relative}.chat-widget_chatToggle__FCeFv:hover{transform:scale(1.05);box-shadow:0 6px 25px rgba(0,0,0,.2)}.chat-widget_chatToggle__FCeFv.chat-widget_open__P1QQ6{background:#ff6b6b}.chat-widget_chatWindow__gBPvr{position:absolute;bottom:0;right:0;width:350px;height:500px;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(20px) scale(.95);transition:all .3s ease}.chat-widget_chatWindow__gBPvr.chat-widget_open__P1QQ6{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.chat-widget_chatHeader__A7zpy{background:linear-gradient(90deg,#8bc53f,#1bd46f);color:#fff;padding:16px 20px;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center}.chat-widget_chatHeaderInfo___esn_ h3{margin:0;font-size:16px;font-weight:600}.chat-widget_status__b6_RS{font-size:12px;opacity:.9;display:flex;align-items:center}.chat-widget_status__b6_RS:before{content:"";width:8px;height:8px;background:#4ade80;border-radius:50%;margin-right:6px}.chat-widget_chatClose___LHO9{background:none;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.chat-widget_chatClose___LHO9:hover{background-color:hsla(0,0%,100%,.1)}.chat-widget_chatMessages__4fVkf{flex:1 1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.chat-widget_chatMessages__4fVkf::-webkit-scrollbar{width:4px}.chat-widget_chatMessages__4fVkf::-webkit-scrollbar-track{background:#f1f1f1}.chat-widget_chatMessages__4fVkf::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.chat-widget_message__xRJSS{display:flex;margin-bottom:8px}.chat-widget_userMessage__gMitA{justify-content:flex-end}.chat-widget_botMessage__yOnfb{justify-content:flex-start}.chat-widget_messageContent__Fr3xS{max-width:80%;padding:12px 16px;border-radius:18px;position:relative}.chat-widget_userMessage__gMitA .chat-widget_messageContent__Fr3xS{background:linear-gradient(135deg,#76c04b,#357456);color:#fff;border-bottom-right-radius:4px}.chat-widget_botMessage__yOnfb .chat-widget_messageContent__Fr3xS{background:#f1f3f5;color:#333;border-bottom-left-radius:4px}.chat-widget_messageContent__Fr3xS p{margin:0;font-size:14px;line-height:1.4}.chat-widget_messageTime__PRFBu{font-size:11px;opacity:.7;display:block;margin-top:4px}.chat-widget_chatInputForm__PRBQq{padding:16px 20px;border-top:1px solid #e5e7eb;display:flex;gap:8px;align-items:center}.chat-widget_chatInput__7X_7F{flex:1 1;padding:12px 16px;border:1px solid #d1d5db;border-radius:24px;font-size:14px;outline:none;transition:border-color .2s ease}.chat-widget_chatInput__7X_7F:focus{border-color:#667eea}.chat-widget_chatSend__Nbhjd{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.chat-widget_chatSend__Nbhjd:hover:not(:disabled){transform:scale(1.05)}.chat-widget_chatSend__Nbhjd:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.chat-widget_chatWidget__RUZyF{bottom:15px;right:15px}.chat-widget_chatWindow__gBPvr{width:calc(100vw - 30px);height:70vh;bottom:0;right:0}.chat-widget_chatToggle__FCeFv{width:55px;height:55px}}@keyframes chat-widget_slideInMessage__ZU1gj{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-widget_message__xRJSS{animation:chat-widget_slideInMessage__ZU1gj .3s ease}