.chatbot-widget{position:fixed;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.chatbot-widget.bottom-right{bottom:20px;right:20px}.chatbot-widget.bottom-left{bottom:20px;left:20px}.chatbot-button{width:60px;height:60px;border-radius:50%;background:var(--chatbot-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all 0.3s ease;position:relative}.chatbot-button:hover{transform:scale(1.05);box-shadow:0 6px 16px rgba(0,0,0,.2)}.notification-badge{position:absolute;top:-5px;right:-5px;background:#f44;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.chatbot-window{position:absolute;bottom:80px;width:380px;height:600px;max-height:calc(100vh - 120px);background:#fff;border-radius:12px;box-shadow:0 5px 40px rgba(0,0,0,.16);display:flex;flex-direction:column;overflow:hidden;animation:slideUp 0.3s ease}.chatbot-widget.bottom-right .chatbot-window{right:0}.chatbot-widget.bottom-left .chatbot-window{left:0}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{background:var(--chatbot-primary);color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;gap:12px}.chatbot-status{display:flex;align-items:center;gap:10px;flex:1;min-width:0;overflow:hidden}.status-dot{width:10px;height:10px;background:#4CAF50;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(76,175,80,.7)}70%{box-shadow:0 0 0 10px rgba(76,175,80,0)}100%{box-shadow:0 0 0 0 rgba(76,175,80,0)}}.chatbot-name{font-weight:600;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatbot-close{background:none;border:none;color:#fff;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background 0.2s;flex-shrink:0;margin-left:8px;min-width:36px;min-height:36px}.chatbot-close:hover{background:rgba(255,255,255,.1)}.chatbot-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px;background:#f7f8fa;min-height:0}.chat-message{margin-bottom:16px;display:flex;animation:fadeIn 0.3s ease;word-wrap:break-word}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-user{justify-content:flex-end}.message-bubble{max-width:70%;padding:12px 16px;border-radius:18px;word-wrap:break-word;overflow-wrap:break-word}.message-user .message-bubble{background:var(--chatbot-primary);color:#fff;border-bottom-right-radius:4px}.message-assistant .message-bubble{background:#fff;color:#333;border-bottom-left-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.1)}.message-time{font-size:11px;opacity:.6;margin-top:4px}.chatbot-products{padding:10px;background:#fff;border-top:1px solid #e5e5e5;max-height:200px;overflow-y:auto;flex-shrink:0}.product-card{display:flex;gap:12px;padding:10px;margin-bottom:10px;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all 0.2s}.product-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1);transform:translateY(-2px)}.product-image{width:60px;height:60px;object-fit:cover;border-radius:4px;flex-shrink:0}.product-info{flex:1;min-width:0}.product-title{font-weight:600;font-size:14px;margin-bottom:4px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-price{color:var(--chatbot-primary);font-weight:700;font-size:14px}.product-sale-badge{display:inline-block;background:#f44;color:#fff;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;margin-left:8px}.chatbot-input-area{padding:16px;background:#fff;border-top:1px solid #e5e5e5;flex-shrink:0}#chatbot-form{display:flex;gap:10px;align-items:center;width:100%}#chatbot-input{flex:1;padding:12px 16px;border:1px solid #e5e5e5;border-radius:24px;outline:none;font-size:14px;transition:border-color 0.2s;min-width:0;max-width:100%}#chatbot-input:focus{border-color:var(--chatbot-primary)}#chatbot-send{background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform 0.2s;flex-shrink:0;min-width:36px;min-height:36px}#chatbot-send svg{flex-shrink:0;width:20px;height:20px}#chatbot-send:hover{transform:scale(1.1)}#chatbot-send:active{transform:scale(.95)}.typing-indicator{padding:20px;display:flex;align-items:center;gap:4px}.typing-indicator span{width:8px;height:8px;background:#999;border-radius:50%;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:0.2s}.typing-indicator span:nth-child(3){animation-delay:0.4s}@keyframes typing{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-10px);opacity:1}}.lead-form-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10;border-radius:12px;padding:20px;box-sizing:border-box}.lead-form{background:#fff;padding:24px;border-radius:12px;width:90%;max-width:320px;animation:fadeIn 0.3s ease;max-height:90%;overflow-y:auto}.lead-form h3{margin:0 0 8px 0;color:#333;font-size:18px}.lead-form p{margin:0 0 20px 0;color:#666;font-size:14px}.lead-form input,.lead-form textarea{width:100%;padding:12px;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:12px;font-size:14px;outline:none;box-sizing:border-box}.lead-form input:focus,.lead-form textarea:focus{border-color:var(--chatbot-primary)}.form-buttons{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}.btn-primary,.btn-secondary{flex:1;min-width:120px;padding:12px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s}.btn-primary{background:var(--chatbot-primary);color:#fff}.btn-primary:hover{opacity:.9}.btn-secondary{background:#f5f5f5;color:#666}.btn-secondary:hover{background:#e5e5e5}@media (max-width:768px){.chatbot-widget.bottom-right{bottom:10px!important;right:10px!important;left:auto!important;top:auto!important}.chatbot-widget.bottom-left{bottom:10px!important;left:10px!important;right:auto!important;top:auto!important}.chatbot-window{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;max-width:100vw!important;max-height:100vh!important;margin:0!important;padding:0!important}.chatbot-button{width:56px;height:56px}.chatbot-header{padding:14px 16px;gap:12px}.chatbot-status{gap:8px;overflow:hidden}.chatbot-name{font-size:15px;max-width:calc(100% - 60px)}.chatbot-close{padding:8px;min-width:40px;min-height:40px}.chatbot-close svg{width:20px;height:20px}.chatbot-messages{padding:15px}.message-bubble{max-width:85%;font-size:14px}.chatbot-input-area{padding:12px 16px}#chatbot-form{gap:12px;width:100%}#chatbot-input{font-size:16px;padding:10px 14px;flex:1;max-width:calc(100% - 56px)}#chatbot-send{padding:10px;min-width:44px;min-height:44px;background:var(--chatbot-primary);border-radius:8px}#chatbot-send svg{width:20px;height:20px}#chatbot-send svg path{fill:white!important}.lead-form-overlay{padding:15px}.lead-form{max-width:100%;padding:20px}.lead-form h3{font-size:16px}.lead-form input,.lead-form textarea{font-size:16px}}@media (max-width:360px){.chatbot-button{width:50px;height:50px}.chatbot-header{padding:12px}.chatbot-name{font-size:14px}.chatbot-messages{padding:10px}.message-bubble{padding:10px 12px;font-size:13px}.form-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%;min-width:100%}}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#f1f1f1}.chatbot-messages::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:768px) and (orientation:landscape){.chatbot-window{height:100vh!important}.chatbot-messages{padding:10px}.lead-form{max-height:85vh;overflow-y:auto}}@media (max-width:768px){#wp-ai-chatbot *{max-width:100%;box-sizing:border-box}.chatbot-window,.chatbot-header,.chatbot-messages,.chatbot-input-area,.chat-message,.message-bubble{max-width:100vw;overflow-x:hidden}body.chatbot-open{overflow:hidden!important;position:fixed!important;width:100%!important}}