.Chatbot-module__O_7cYq__chatbotContainer{z-index:1000;position:fixed;bottom:2rem;right:2rem}.Chatbot-module__O_7cYq__toggleButton{background-color:var(--primary-color);color:#fff;width:60px;height:60px;box-shadow:var(--shadow-lg);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s;display:flex}.Chatbot-module__O_7cYq__toggleButton:hover{transform:scale(1.1)}.Chatbot-module__O_7cYq__chatWindow{border-radius:var(--radius-md);width:350px;height:500px;box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;animation:.3s ease-out Chatbot-module__O_7cYq__slideUp;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden}.Chatbot-module__O_7cYq__header{background-color:var(--primary-color);color:#fff;justify-content:space-between;align-items:center;padding:1rem;font-weight:600;display:flex}.Chatbot-module__O_7cYq__closeButton{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem}.Chatbot-module__O_7cYq__messages{background-color:#f9f9f9;flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.Chatbot-module__O_7cYq__message{border-radius:1rem;max-width:80%;padding:.75rem 1rem;font-size:.9rem;line-height:1.4}.Chatbot-module__O_7cYq__botMessage{color:var(--text-dark);background-color:#e9ecef;border-bottom-left-radius:0;align-self:flex-start}.Chatbot-module__O_7cYq__userMessage{background-color:var(--primary-color);color:#fff;border-bottom-right-radius:0;align-self:flex-end}.Chatbot-module__O_7cYq__inputArea{border-top:1px solid #eee;gap:.5rem;padding:1rem;display:flex}.Chatbot-module__O_7cYq__input{border-radius:var(--radius-full);font-family:var(--font-body);border:1px solid #ddd;outline:none;flex:1;padding:.75rem}.Chatbot-module__O_7cYq__sendButton{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@keyframes Chatbot-module__O_7cYq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
