.chatbot-float{position:fixed;bottom:30px;right:30px;z-index:1}.chatbot-tooltip{position:absolute;bottom:70px;right:-10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;white-space:nowrap;box-shadow:0 4px 15px rgba(102,126,234,.4);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:3;animation:a 3s ease-in-out infinite}.chatbot-tooltip:after{content:"";position:absolute;top:100%;right:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #667eea}.chatbot-tooltip.show{opacity:1;visibility:visible;transform:translateY(0)}@keyframes a{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.chatbot-button{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px rgba(102,126,234,.4);transition:all .3s ease;color:#fff;animation:b 2s infinite}.chatbot-button:hover{transform:scale(1.1);box-shadow:0 6px 25px rgba(102,126,234,.6)}@keyframes b{0%{box-shadow:0 4px 20px rgba(102,126,234,.4);transform:scale(1)}50%{box-shadow:0 8px 30px #667eea,0 0 0 10px rgba(102,126,234,.3);transform:scale(1.05)}to{box-shadow:0 4px 20px rgba(102,126,234,.4);transform:scale(1)}}.chatbot-popup{position:fixed;bottom:100px;right:30px;width:380px;height:500px;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;display:flex;flex-direction:column;overflow:hidden;z-index:2}.chatbot-popup.show{opacity:1;visibility:visible;transform:translateY(0)}.chatbot-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px;gap:12px;min-height:70px}.chatbot-avatar,.chatbot-header{display:flex;align-items:center;flex-shrink:0}.chatbot-avatar{width:42px;height:42px;background:hsla(0,0%,100%,.2);border-radius:50%;justify-content:center}.avatar-circle{font-weight:700;font-size:16px;color:#fff}.chatbot-info{flex:1;min-width:0}.chatbot-info h4{margin:0;font-size:16px;font-weight:600;color:#fff}.chatbot-status{margin:2px 0 0;font-size:13px;opacity:.9;color:#fff}.chatbot-close{background:none;border:none;color:#fff;font-size:28px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s;flex-shrink:0;margin-left:auto}.chatbot-close:hover{opacity:1}.chatbot-body{min-height:0;background:#fff}.chatbot-body,.chatbot-messages{flex:1;display:flex;flex-direction:column}.chatbot-messages{padding:20px;overflow-y:auto;overflow-x:hidden;gap:12px;background:#f8f9fa}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb{background:#bbb;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#888}.chat-message{display:flex;animation:d .3s ease}.chat-message.user{justify-content:flex-end}.chat-message.bot{justify-content:flex-start}.message-bubble{max-width:75%;padding:12px 16px;border-radius:18px;font-size:14px;line-height:1.6;word-wrap:break-word;white-space:pre-wrap}.message-bubble ol,.message-bubble ul{margin:8px 0;padding-left:20px}.message-bubble li{margin:4px 0}.message-bubble strong{font-weight:600}.message-bubble p{margin:8px 0}.message-bubble p:first-child{margin-top:0}.message-bubble p:last-child{margin-bottom:0}.chat-message.user .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}.chat-message.bot .message-bubble{background:#fff;color:#333;border:1px solid #e0e0e0;border-bottom-left-radius:4px}.typing-indicator{display:inline-flex;gap:4px;padding:12px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:18px;border-bottom-left-radius:4px}.typing-indicator span{width:8px;height:8px;background:#999;border-radius:50%;animation:c 1.4s infinite ease-in-out}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}.typing-indicator span:nth-child(3){animation-delay:0}@keyframes c{0%,80%,to{transform:scale(1);opacity:.5}40%{transform:scale(1.3);opacity:1}}@keyframes d{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbot-input-container{padding:16px;border-top:1px solid #e0e0e0;display:flex;gap:10px;background:#fff;flex-shrink:0}.chatbot-input{flex:1;padding:10px 16px;border:1px solid #ddd;border-radius:24px;font-size:14px;outline:none;transition:border-color .2s,height .2s;font-family:inherit;resize:none;overflow-y:auto;line-height:1.4;min-height:40px;max-height:80px;box-sizing:border-box;word-wrap:break-word}.chatbot-input:focus{border-color:#667eea}.chatbot-send{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s;flex-shrink:0}.chatbot-send:hover:not(:disabled){transform:scale(1.1)}.chatbot-send:disabled{opacity:.5;cursor:not-allowed}.quick-replies{display:flex;flex-direction:column;gap:8px;margin-top:12px;max-width:70%}.quick-reply-button{background:#fff;border:1px solid #667eea;color:#667eea;padding:10px 16px;border-radius:20px;font-size:13px;cursor:pointer;transition:all .2s;text-align:left;display:flex;align-items:center;gap:8px}.quick-reply-button:hover{background:#667eea;color:#fff;transform:translateX(2px)}.quick-reply-button:active{transform:scale(.98)}.quick-reply-button .emoji{font-size:16px}.service-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;max-width:70%}.service-button{background:linear-gradient(135deg,#667eea20,#764ba220);border:1px solid #667eea40;color:#333;padding:8px;border-radius:12px;font-size:12px;cursor:pointer;transition:all .2s;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:auto!important;height:auto}.service-button:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.service-button .service-emoji{font-size:16px}.service-button .service-text{font-weight:500;line-height:1.2}@media (max-width:768px){.chatbot-popup{width:calc(100vw - 40px);height:calc(100vh - 150px);right:20px;bottom:75px;max-width:400px;max-height:500px;position:fixed}.chatbot-float{bottom:25px;right:20px;position:fixed}.chatbot-messages{padding:15px;max-height:calc(100% - 130px)}.chatbot-header{min-height:60px}.chatbot-header,.chatbot-input-container{padding:12px 16px}}@media (max-width:480px){.chatbot-popup{width:calc(100vw - 20px);height:calc(100vh - 120px);right:10px;bottom:70px;max-height:450px}.chatbot-float{right:15px;bottom:20px}.chatbot-button{width:56px;height:56px}.chatbot-tooltip{font-size:12px;padding:6px 12px;bottom:60px;right:-5px}.message-bubble{padding:10px 14px;font-size:13px;max-width:85%}.chatbot-input{padding:8px 14px;font-size:13px;min-height:36px;max-height:72px;line-height:1.3}.chatbot-send{width:36px;height:36px}}