.Chatbot_chatContainer__J90is{display:flex;flex-direction:column;height:600px;width:100%;max-width:700px;margin:0 auto;border:1px solid #e0e0e0;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);background-color:#f9f9f9}.Chatbot_header__Eqzl5{padding:16px;background-color:#3f51b5;color:white;text-align:center}.Chatbot_header__Eqzl5 h2{margin:0;font-size:1.5rem}.Chatbot_header__Eqzl5 p{margin:4px 0 0;font-size:.9rem;opacity:.9}.Chatbot_messagesContainer__R0Hvl{flex:1 1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.Chatbot_welcomeMessage__t_LsF{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#444;text-align:center}.Chatbot_welcomeMessage__t_LsF p{font-size:1.1rem;margin-bottom:20px}.Chatbot_suggestions__U8RAK{background-color:#f0f4ff;padding:15px;border-radius:8px;max-width:80%}.Chatbot_suggestions__U8RAK p{font-weight:700;margin-bottom:8px}.Chatbot_suggestions__U8RAK ul{text-align:left;padding-left:20px;margin:0}.Chatbot_suggestions__U8RAK li{margin-bottom:6px;font-size:.9rem}.Chatbot_message__yEh9T{padding:12px 16px;border-radius:18px;max-width:80%;word-wrap:break-word;line-height:1.4;font-size:.95rem}.Chatbot_userMessage__h_A90{align-self:flex-end;background-color:#3f51b5;color:white;border-bottom-right-radius:4px}.Chatbot_assistantMessage__MJsaA{align-self:flex-start;background-color:#ffffff;color:#333;border-bottom-left-radius:4px;border:1px solid #e0e0e0}.Chatbot_inputForm__iLtiD{display:flex;padding:12px;border-top:1px solid #e0e0e0;background-color:white}.Chatbot_inputField__Ly3jI{flex:1 1;padding:12px 16px;border:1px solid #ddd;border-radius:24px;outline:none;font-size:.95rem}.Chatbot_inputField__Ly3jI:focus{border-color:#3f51b5}.Chatbot_sendButton__ZBDF0{margin-left:8px;padding:12px 24px;background-color:#3f51b5;color:white;border:none;border-radius:24px;cursor:pointer;font-size:.95rem;transition:background-color .2s}.Chatbot_sendButton__ZBDF0:hover{background-color:#303f9f}.Chatbot_sendButton__ZBDF0:disabled{background-color:#9fa8da;cursor:not-allowed}.Chatbot_errorMessage__p49VU{padding:8px 16px;background-color:#ffebee;color:#d32f2f;font-size:.9rem;text-align:center}.Chatbot_typingIndicator__F8lNI{display:flex;gap:6px;padding:10px}.Chatbot_typingIndicator__F8lNI span{display:inline-block;width:8px;height:8px;background-color:#666;border-radius:50%;opacity:.4;animation:Chatbot_typingAnimation__vqbYv 1.4s ease-in-out infinite}.Chatbot_typingIndicator__F8lNI span:nth-child(2){animation-delay:.2s}.Chatbot_typingIndicator__F8lNI span:nth-child(3){animation-delay:.4s}@keyframes Chatbot_typingAnimation__vqbYv{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.Chatbot_spinner__hHWyw{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:white;animation:Chatbot_spin__Jya4b 1s ease-in-out infinite}@keyframes Chatbot_spin__Jya4b{to{transform:rotate(1turn)}}