.chatbot-launch-button{position:fixed;bottom:16px;right:16px;padding:16px;min-width:48px;min-height:48px;border-radius:9999px;box-shadow:0 4px 12px #00000026;border:none;cursor:pointer;font-size:24px;transition:background-color .3s ease;z-index:1000}.chatbot-launch-button:hover{filter:brightness(1.1)}.chatbot-launch-button:focus,.chatbot-close-btn:focus,.chatbot-send-btn:focus{outline:2px solid #4f46e5;outline-offset:2px}.chatbot-widget-container{position:fixed;bottom:24px;right:24px;width:100%;max-width:400px;height:500px;overflow:hidden;background-color:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 8px 20px #00000026;display:flex;flex-direction:column;font-family:sans-serif;z-index:1001}.chatbot-header{padding:12px 16px;background-color:#4f46e5;color:#fff;font-weight:700;display:flex;justify-content:space-between;align-items:center}.chatbot-actions{display:flex;gap:10px}.chatbot-btn{background:transparent;border:none;color:inherit;font-size:18px;cursor:pointer;padding:4px;transition:opacity .2s ease}.chatbot-btn:hover{opacity:.7}.chatbot-close-btn{background:transparent;border:none;font-size:18px;color:#fff;cursor:pointer}.chatbot-messages{flex:1;padding:16px;overflow-y:auto;background-color:#f9f9f9;display:flex;flex-direction:column}.chatbot-message{display:flex;margin-bottom:12px}.chatbot-message.user{justify-content:flex-end;max-width:100%}.chatbot-message.bot{justify-content:flex-start;max-width:100%}.chatbot-bubble{padding:8px 12px;font-size:14px;border-radius:10px;line-height:1.4;word-wrap:break-word;white-space:pre-wrap;max-width:75%}.chatbot-bubble.user{background-color:#3b82f6;color:#fff;border-bottom-right-radius:0;align-self:flex-end;width:auto;max-width:75%;white-space:pre-wrap;word-wrap:break-word;display:inline-block}.chatbot-bubble.bot{background-color:#e5e7eb;color:#1f2937;border-bottom-left-radius:0}.chatbot-typing-indicator{font-size:14px;font-style:italic;color:#6b7280;margin-left:8px}.chatbot-input-area{display:flex;gap:8px;padding:12px;border-top:1px solid #ddd;background-color:#fff}.chatbot-input{flex:1;padding:8px 12px;font-size:14px;border:1px solid #ccc;border-radius:8px;outline:none}.chatbot-send-btn{background-color:#4f46e5;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.chatbot-send-btn:hover{background-color:#4338ca}.chatbot-send-btn:disabled{background-color:#a5b4fc;cursor:not-allowed}@media (max-width: 480px){.chatbot-widget-container{bottom:0;right:0;width:100vw;height:100vh;border-radius:0;max-width:100vw;max-height:100vh;resize:none}}
