.chatbot-container{z-index:9999;font-family:var(--font-body);position:fixed;bottom:1rem;right:1rem}@keyframes breatheBot{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-3px)scale(1.02)}}@keyframes pulseRing{0%,to{box-shadow:0 0 #667eea80}50%{box-shadow:0 0 0 10px #667eea00}}@keyframes waveHand{0%,to{transform-origin:100% 100%;transform:rotate(0)}10%,30%,50%{transform-origin:100% 100%;transform:rotate(15deg)}20%,40%{transform-origin:100% 100%;transform:rotate(-10deg)}}@keyframes pulse{0%,to{box-shadow:0 0 #667eeab3}50%{box-shadow:0 0 0 15px #667eea00}}.chatbot-toggle{cursor:pointer;background:linear-gradient(135deg,#ff3cac 0%,#784ba0 50%,#2b86c5 100%);border:3px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:2s ease-in-out infinite helloBounce,3s infinite pulseRing;display:flex;position:relative;overflow:visible;box-shadow:0 8px 24px #784ba066,0 0 #ff3cac66}@keyframes helloBounce{0%,to{transform:translateY(0)rotate(0)}10%{transform:translateY(-3px)rotate(-2deg)}20%{transform:translateY(0)rotate(0)}30%{transform:translateY(-3px)rotate(2deg)}40%{transform:translateY(0)rotate(0)}}.chatbot-toggle:hover{animation:1s ease-in-out infinite helloBounce;box-shadow:0 8px 30px #f0c9;transform:scale(1.1)!important}.chatbot-toggle svg{width:32px;height:32px}.chatbot-window{background:#fff;border-radius:20px;flex-direction:column;width:380px;height:600px;animation:.4s cubic-bezier(.68,-.55,.265,1.55) slideUp;display:flex;position:fixed;bottom:100px;right:24px;overflow:hidden;box-shadow:0 12px 48px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.chatbot-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom:none;justify-content:space-between;align-items:center;padding:20px;display:flex}.chatbot-header-title{align-items:center;gap:12px;display:flex}.chatbot-header-avatar{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:6px;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}.chatbot-header-title h3{margin:0;font-size:17px;font-weight:700}.chatbot-header-title p{opacity:.9;margin:0;font-size:12px}.chatbot-close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:8px;transition:all .2s;display:flex}.chatbot-close:hover{background:#ffffff4d}.chatbot-messages{background:linear-gradient(#f8f9ff 0%,#fff 100%);flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.chatbot-message{gap:10px;animation:.4s cubic-bezier(.68,-.55,.265,1.55) messageSlide;display:flex}@keyframes messageSlide{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.chatbot-message.user{justify-content:flex-end}.chatbot-message.bot{justify-content:flex-start}.chatbot-avatar{background:#fff;border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden;box-shadow:0 2px 8px #667eea33}.chatbot-avatar img{object-fit:cover;width:100%;height:100%}.chatbot-message-content{border-radius:18px;max-width:70%;padding:14px 18px;font-size:14px;line-height:1.5;box-shadow:0 2px 8px #00000014}.chatbot-message.bot .chatbot-message-content{color:#333;background:#fff;border:1px solid #e8eaf6;border-top-left-radius:4px}.chatbot-message.user .chatbot-message-content{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-top-right-radius:4px}.chatbot-product-card{cursor:pointer;background:#fff;border:1px solid #e8eaf6;border-radius:14px;gap:14px;max-width:85%;margin:6px 0;padding:14px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000f}.chatbot-product-card:hover{border-color:#667eea;transform:translateY(-3px);box-shadow:0 8px 24px #667eea26}.chatbot-product-image{object-fit:cover;background:#f5f5f5;border-radius:10px;width:90px;height:90px}.chatbot-product-info{flex:1}.chatbot-product-name{color:#1a1a1a;margin-bottom:5px;font-size:14px;font-weight:700}.chatbot-product-category{color:#667eea;margin-bottom:7px;font-size:12px;font-weight:500}.chatbot-product-price{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:16px;font-weight:800}.chatbot-product-price-old{color:#999;margin-left:6px;font-size:12px;text-decoration:line-through}.chatbot-product-stock{margin-top:6px;font-size:12px;font-weight:600}.chatbot-product-stock.in-stock{color:#10b981}.chatbot-product-stock.low-stock{color:#f59e0b}.chatbot-product-stock.out-of-stock{color:#ef4444}.chatbot-quick-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.chatbot-quick-action{cursor:pointer;color:#374151;background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);border:1px solid #d1d5db;border-radius:20px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s}.chatbot-quick-action:hover{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.chatbot-typing{background:#fff;border:1px solid #e8eaf6;border-radius:18px;gap:5px;max-width:70px;padding:14px 18px;display:flex;box-shadow:0 2px 8px #00000014}.chatbot-typing-dot{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;width:8px;height:8px;animation:1.4s infinite typing}.chatbot-typing-dot:nth-child(2){animation-delay:.2s}.chatbot-typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.7;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.chatbot-input-container{background:#fff;border-top:1px solid #e8eaf6;gap:10px;padding:18px;display:flex}.chatbot-input{border:2px solid #e8eaf6;border-radius:24px;outline:none;flex:1;padding:14px 18px;font-size:14px;transition:all .3s}.chatbot-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.chatbot-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;box-shadow:0 4px 12px #667eea4d}.chatbot-send:hover:not(:disabled){transform:scale(1.1)rotate(15deg);box-shadow:0 6px 20px #667eea66}.chatbot-send:disabled{opacity:.5;cursor:not-allowed}.chatbot-send svg{width:20px;height:20px}@media (max-width:768px){.chatbot-container{bottom:80px;right:1rem}.chatbot-window{z-index:10000;border-radius:16px 16px 0 0;width:100%;max-width:100%;height:80vh;max-height:80vh;margin:0;position:fixed;bottom:0;left:0;right:0}.chatbot-toggle{width:64px;height:64px}.chatbot-toggle svg{width:32px;height:32px}.chatbot-header{padding:1rem}.chatbot-header-avatar{width:36px;height:36px}.chatbot-messages{padding:1rem}.chatbot-input-container{padding:1rem;padding-bottom:max(1rem,env(safe-area-inset-bottom))}.chatbot-input{padding:.875rem;font-size:16px}.chatbot-send{min-width:44px;min-height:44px}.chatbot-quick-action{min-height:44px;padding:.625rem 1rem;font-size:.875rem}.chatbot-product-card{flex-direction:column}.chatbot-product-image{width:100%;height:150px}}
@keyframes blink{0%,90%,to{transform:scaleY(1)}93%,97%{transform:scaleY(.1)}}.robot-avatar.animated .eye-left,.robot-avatar.animated .eye-right{transform-origin:50%;animation:5s ease-in-out infinite blink}.robot-avatar.animated .eye-left{animation-delay:0s}.robot-avatar.animated .eye-right{animation-delay:.1s}@keyframes antennaPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.3)}}.robot-avatar.animated .antenna-tip{transform-origin:50%;animation:2s ease-in-out infinite antennaPulse}@keyframes glowPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.robot-avatar.animated .glow-ring{transform-origin:50%;animation:2.5s ease-in-out infinite glowPulse}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.robot-avatar.animated{animation:3s ease-in-out infinite breathe}@keyframes pupilMove{0%,to{transform:translate(0)}25%{transform:translate(1px,-1px)}50%{transform:translate(-1px)}75%{transform:translateY(1px)}}.robot-avatar.animated .pupil-left,.robot-avatar.animated .pupil-right{animation:8s ease-in-out infinite pupilMove}.robot-avatar:hover{filter:brightness(1.1)}@media (prefers-reduced-motion:reduce){.robot-avatar.animated,.robot-avatar.animated .eye-left,.robot-avatar.animated .eye-right,.robot-avatar.animated .antenna-tip,.robot-avatar.animated .glow-ring,.robot-avatar.animated .pupil-left,.robot-avatar.animated .pupil-right{animation:none!important}}
