.Chatbot_chatButton__AQjDN{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#0070f3,#0051cc);color:white;border:none;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 12px rgba(0,112,243,.4);transition:all .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center}.Chatbot_chatButton__AQjDN:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,112,243,.6)}.Chatbot_chatButtonOpen__4dy7q{background:#dc2626}.Chatbot_chatWindow__i0PrF{position:fixed;bottom:6rem;right:2rem;width:380px;height:500px;background:#1a1a1a;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.5);display:flex;flex-direction:column;z-index:999;border:1px solid rgba(255,255,255,.1);overflow:hidden}.Chatbot_chatHeader__v_eUE{padding:1rem 1.5rem;background:linear-gradient(135deg,#0070f3,#0051cc);color:white;border-radius:12px 12px 0 0}.Chatbot_chatHeader__v_eUE h3{margin:0 0 .5rem;font-size:1.2rem}.Chatbot_statusIndicator__ffWXJ{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.Chatbot_statusDot__0MdNx{width:8px;height:8px;border-radius:50%;background:#ef4444;animation:Chatbot_pulse__45nNe 2s infinite}.Chatbot_statusDot__0MdNx.Chatbot_connected__zvASm{background:#10b981}.Chatbot_statusText__aD4jW{color:rgba(255,255,255,.9)}.Chatbot_reconnectBtn__wZQsB{margin-left:auto;padding:.3rem .8rem;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);border-radius:4px;color:white;font-size:.75rem;cursor:pointer;transition:background .2s ease}.Chatbot_reconnectBtn__wZQsB:hover{background:rgba(255,255,255,.3)}@keyframes Chatbot_pulse__45nNe{0%,to{opacity:1}50%{opacity:.5}}.Chatbot_chatMessages__nOwxr{flex:1 1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:#0a0a0a}.Chatbot_chatMessages__nOwxr::-webkit-scrollbar{width:6px}.Chatbot_chatMessages__nOwxr::-webkit-scrollbar-track{background:#1a1a1a}.Chatbot_chatMessages__nOwxr::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.Chatbot_chatMessages__nOwxr::-webkit-scrollbar-thumb:hover{background:#444}.Chatbot_emptyState__pWdOP{display:flex;align-items:center;justify-content:center;height:100%;color:rgba(255,255,255,.4);font-style:italic}.Chatbot_emptyState__pWdOP p{margin:0}.Chatbot_message__8JStj{display:flex;flex-direction:column;max-width:80%;animation:Chatbot_slideIn__NyqP8 .3s ease}@keyframes Chatbot_slideIn__NyqP8{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Chatbot_message__8JStj.Chatbot_user__uKj56{align-self:flex-end}.Chatbot_message__8JStj.Chatbot_bot__1xe50{align-self:flex-start}.Chatbot_message__8JStj.Chatbot_system__M2yBy{align-self:center;max-width:90%}.Chatbot_messageContent__HIWId{padding:.75rem 1rem;border-radius:12px;word-wrap:break-word;line-height:1.5}.Chatbot_user__uKj56 .Chatbot_messageContent__HIWId{background:linear-gradient(135deg,#0070f3,#0051cc);color:white;border-bottom-right-radius:4px}.Chatbot_bot__1xe50 .Chatbot_messageContent__HIWId{background:#262626;color:#ffffff;border-bottom-left-radius:4px;border:1px solid rgba(255,255,255,.1)}.Chatbot_system__M2yBy .Chatbot_messageContent__HIWId{background:rgba(255,193,7,.1);color:#ffc107;border:1px solid rgba(255,193,7,.3);font-size:.85rem;text-align:center}.Chatbot_messageTime__gILAG{font-size:.7rem;color:rgba(255,255,255,.4);margin-top:.25rem;padding:0 .5rem}.Chatbot_user__uKj56 .Chatbot_messageTime__gILAG{text-align:right}.Chatbot_bot__1xe50 .Chatbot_messageTime__gILAG{text-align:left}.Chatbot_system__M2yBy .Chatbot_messageTime__gILAG{text-align:center}.Chatbot_chatInput__zYHqR{display:flex;gap:.5rem;padding:1rem;background:#1a1a1a;border-top:1px solid rgba(255,255,255,.1)}.Chatbot_chatInput__zYHqR input{flex:1 1;padding:.75rem;background:#262626;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:white;font-size:.9rem;outline:none;transition:border-color .2s ease}.Chatbot_chatInput__zYHqR input:focus{border-color:#0070f3}.Chatbot_chatInput__zYHqR input:disabled{opacity:.5;cursor:not-allowed}.Chatbot_chatInput__zYHqR input::placeholder{color:rgba(255,255,255,.4)}.Chatbot_chatInput__zYHqR button{padding:.75rem 1.25rem;background:linear-gradient(135deg,#0070f3,#0051cc);color:white;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.Chatbot_chatInput__zYHqR button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,112,243,.4)}.Chatbot_chatInput__zYHqR button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.Chatbot_chatWindow__i0PrF{width:calc(100vw - 2rem);right:1rem;bottom:5rem;height:450px}.Chatbot_chatButton__AQjDN{bottom:1.5rem;right:1.5rem;width:55px;height:55px;font-size:1.3rem}}body,html{padding:0;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}img{max-width:100%;height:auto}