.chatbot-container{position:fixed;bottom:20px;right:20px;width:420px;max-width:90%;height:600px;display:flex;flex-direction:column;font-family:'Helvetica Neue',Arial,sans-serif;box-shadow:0 4px 16px rgba(0,0,0,.2);border-radius:12px;background:#fff;z-index:10000;overflow:hidden;transition:all .3s ease}.chatbot-header{background:#ff4049;color:#fff;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:16px;cursor:pointer;position:relative;z-index:2}.chatbot-header .toggle{font-size:18px;line-height:1;font-weight:400}.chatbot-logo{display:none;width:100%;height:100%;object-fit:contain;position:absolute;top:0;left:0;z-index:1}.chat-messages{flex:1;padding:12px;overflow-y:auto;background:#f5f7f9}.chat-message{max-width:80%;margin-bottom:10px;line-height:1.4;word-wrap:break-word}.chat-message.user{margin-left:auto;background:#ff4049;color:#fff;border-radius:16px 16px 4px;padding:8px 12px}.chat-message.ai{margin-right:auto;background:#e5e5ea;color:#333;border-radius:16px 16px 16px 4px;padding:8px 12px}.chat-input{display:flex;border-top:1px solid #ddd}.chat-input input{flex:1;border:none;padding:10px;font-size:14px;outline:none}.chat-input button{background:#ff4049;border:none;color:#fff;padding:0 16px;font-size:14px;cursor:pointer;transition:background .2s}.chat-input button:hover{background:#e33442}.chatbot-container.minimized{width:80px;height:80px;border-radius:50%;overflow:hidden;background:#ff4049;color:#fff;font-size:24px;cursor:pointer;position:fixed;display:block}.chatbot-container.minimized .chatbot-header,.chatbot-container.minimized .chat-messages,.chatbot-container.minimized .chat-input{display:none}.chatbot-container.minimized .chatbot-logo{display:block}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.chat-message.ai img{max-width:100%;border-radius:6px;margin:8px 0}.chat-message.ai a{color:#ff4049;text-decoration:underline}.chat-message.ai ul,.chat-message.ai ol{padding-left:20px;margin-top:8px;margin-bottom:8px}.chat-message.ai strong{font-weight:700}.chat-message.typing{background:#e5e5ea;color:#333;border-radius:16px 16px 16px 4px;padding:8px 12px;display:inline-flex;gap:4px;align-items:center}.typing-dot{width:6px;height:6px;background:#666;border-radius:50%;animation:blink 1.2s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.chatbot-container.minimized.attention{border:2px solid transparent;animation:glowPulse 1s ease-in-out infinite}@keyframes glowPulse{0%,100%{box-shadow:0 0 0px rgba(255,64,129,0)}50%{box-shadow:0 0 12px 4px rgba(255,64,129,.7)}}@keyframes blink{0%,80%,100%{opacity:0}40%{opacity:1}}@media (max-width:991px){.chatbot-container{bottom:60px}.chatbot-container.minimized{width:60px;height:60px}}