.chatbot-container{z-index:1000;background-color:#fff;border:1px solid #e0e0e0;border-radius:1.5rem;flex-direction:column;width:clamp(300px,40vw,420px);height:70vh;max-height:700px;font-family:Inter,sans-serif;transition:all .3s ease-in-out;display:flex;position:fixed;bottom:2rem;right:2rem;overflow:hidden;box-shadow:0 10px 30px #0000001a}.chatbot-header{color:#fff;background-color:#1abbae;border-bottom:1px solid #f0f0f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.chatbot-header-title{align-items:center;gap:.5rem;font-weight:600;display:flex}.chatbot-header-actions{gap:.5rem;display:flex}.chatbot-new-chat-button,.chatbot-close-button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:.875rem}.chatbot-messages{flex-direction:column;flex-grow:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.chatbot-welcome-message{text-align:center;color:#888;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:1.5rem;display:flex}.chatbot-welcome-message .icon{color:#ccc;width:3rem;height:3rem;margin-bottom:1rem}.chatbot-welcome-message-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.chatbot-message-container{align-items:flex-start;gap:.5rem;display:flex}.chatbot-message-container.user{flex-direction:row-reverse;align-self:flex-end}.chatbot-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-weight:600;display:flex}.chatbot-avatar.user{background-color:#1abbae}.chatbot-avatar.assistant{color:#333;background-color:#f0f0f0}.chatbot-message-content{max-width:85%}.chatbot-message-bubble{border-radius:1.25rem;padding:1rem;box-shadow:0 2px 5px #0000000d}.chatbot-message-bubble.user{color:#fff;background-color:#1abbae}.chatbot-message-bubble.assistant{color:#333;background-color:#f0f0f0}.chatbot-message-timestamp{color:#888;margin-top:.25rem;font-size:.75rem}.chatbot-message-timestamp.user{text-align:right;padding-right:.5rem}.chatbot-message-timestamp.assistant{padding-left:.5rem}.chatbot-typing-indicator{align-self:flex-start;align-items:center;gap:.5rem;display:flex}.typing-dot{background-color:#ccc;border-radius:50%;width:.5rem;height:.5rem;animation:1s infinite pulse}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.chatbot-input-form{background-color:#f9f9f9;border-top:1px solid #f0f0f0;flex-shrink:0;padding:1.5rem}.chatbot-input-wrapper{align-items:center;gap:.5rem;display:flex}.chatbot-textarea{resize:none;border:1px solid #e0e0e0;border-radius:.5rem;flex-grow:1;padding:.75rem 1rem;transition:all .2s ease-in-out}.chatbot-textarea:focus{border-color:#1abbae;outline:none;box-shadow:0 0 0 2px #007bff33}.chatbot-send-button{color:#fff;cursor:pointer;background-color:#1abbae;border:none;border-radius:.5rem;padding:.75rem;transition:background-color .2s ease-in-out}.chatbot-send-button:disabled{cursor:not-allowed;background-color:#ccc}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.9)}}
