:root{--empatibot-color:#0066cc;--empatibot-width:400px;--empatibot-height:600px}.empatibot-toggle{position:fixed;bottom:20px;width:60px;height:60px;background-color:var(--empatibot-color);border-radius:50%;box-shadow:0 4px 12px rgb(0 0 0 / .15);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;z-index:999999}.empatibot-position-right .empatibot-toggle{right:20px}.empatibot-position-left .empatibot-toggle{left:20px}.empatibot-toggle:hover{transform:scale(1.1);box-shadow:0 6px 16px rgb(0 0 0 / .2)}.empatibot-toggle svg{width:30px;height:30px;color:#fff}.empatibot-chatbox{position:fixed;bottom:90px;width:var(--empatibot-width);height:var(--empatibot-height);background:#fff;border-radius:12px;box-shadow:0 5px 40px rgb(0 0 0 / .16);display:none;flex-direction:column;z-index:999998;overflow:hidden}.empatibot-position-right .empatibot-chatbox{right:20px}.empatibot-position-left .empatibot-chatbox{left:20px}.empatibot-chatbox.empatibot-visible{display:flex}.empatibot-shortcode .empatibot-chatbox{position:relative;bottom:auto;right:auto;left:auto;margin:20px auto}.empatibot-header{background-color:var(--empatibot-color);color:#fff;padding:15px;display:flex;justify-content:space-between;align-items:center;border-radius:12px 12px 0 0}.empatibot-header-info{display:flex;align-items:center;gap:10px}.empatibot-avatar{width:40px!important;height:40px!important;min-width:40px;min-height:40px;flex:0 0 40px;border-radius:50%;object-fit:cover;border:2px solid #fff}.empatibot-bot-name{font-weight:600;font-size:16px}.empatibot-header-actions{display:flex;gap:6px}.empatibot-header-actions button{background:rgb(255 255 255 / .2);border:1px solid rgb(255 255 255 / .4);color:#fff;height:30px;padding:0 10px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:12px;font-weight:500;white-space:nowrap;transition:background 0.2s}.empatibot-header-actions button:hover{background:rgb(255 255 255 / .35)}.empatibot-header-actions svg{width:14px;height:14px;color:#fff;flex-shrink:0}.empatibot-messages{flex:1;overflow-y:auto;padding:20px;background:#f5f5f5}.empatibot-message{margin-bottom:15px;animation:fadeIn 0.3s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.empatibot-message.bot{text-align:left}.empatibot-message.user{text-align:right}.empatibot-message-content{display:inline-block;max-width:80%;padding:12px 16px;border-radius:18px;word-wrap:break-word}.empatibot-message.bot .empatibot-message-content{background:#fff;color:#333;border-bottom-left-radius:4px}.empatibot-message.bot .empatibot-message-content.empatibot-warning{background:#fff3cd;border:1px solid #ffc107;color:#856404;border-bottom-left-radius:4px}.empatibot-message.user .empatibot-message-content{background:var(--empatibot-color);color:#fff;border-bottom-right-radius:4px}.empatibot-package-card{background:#fff;border-radius:12px;padding:15px;margin-top:10px;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.empatibot-package-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.empatibot-package-image{width:60px;height:60px;object-fit:cover;border-radius:8px}.empatibot-package-name{font-weight:600;font-size:16px;color:#333}.empatibot-package-description{margin:10px 0;padding:10px;background:#f9f9f9;border-left:3px solid var(--empatibot-color);font-size:13px;color:#666;line-height:1.5}.empatibot-package-products{margin-top:10px}.empatibot-product-item{display:flex;align-items:center;gap:10px;padding:8px;border-bottom:1px solid #eee}.empatibot-product-item:last-child{border-bottom:none}.empatibot-product-image{width:40px;height:40px;object-fit:cover;border-radius:4px}.empatibot-product-info{flex:1}.empatibot-product-name{font-size:14px;color:#333;margin-bottom:4px}.empatibot-product-price{font-size:13px;color:#77a464;font-weight:600}.empatibot-package-total{margin-top:12px;padding-top:12px;border-top:2px solid #eee;text-align:right;font-weight:600;color:var(--empatibot-color)}.empatibot-package-actions{margin-top:15px;display:flex;justify-content:flex-end}.empatibot-add-package-to-cart{background-color:var(--empatibot-color);color:#fff;border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.3s ease;box-shadow:0 2px 4px rgb(0 0 0 / .1)}.empatibot-add-package-to-cart:hover{background-color:var(--empatibot-color);opacity:.9;transform:translateY(-2px);box-shadow:0 4px 8px rgb(0 0 0 / .15)}.empatibot-add-package-to-cart:disabled{opacity:.6;cursor:not-allowed;transform:none}.empatibot-product-card{background:#fff;border-radius:8px;padding:10px;margin-top:8px;display:flex;gap:12px;box-shadow:0 2px 4px rgb(0 0 0 / .1);text-decoration:none;color:inherit;transition:transform 0.2s;position:relative}.empatibot-product-card:hover{transform:translateX(5px)}.empatibot-product-card-wrapper{margin-top:8px}.empatibot-product-card-wrapper .empatibot-product-card{margin-top:0}.empatibot-product-actions{margin-top:8px;display:flex;justify-content:flex-end}.empatibot-add-product-to-cart{background-color:var(--empatibot-color);color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.3s ease;box-shadow:0 2px 4px rgb(0 0 0 / .1)}.empatibot-add-product-to-cart:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 8px rgb(0 0 0 / .15)}.empatibot-add-product-to-cart:disabled{opacity:.6;cursor:not-allowed;transform:none}.empatibot-product-card.best-match{border:2px solid gold;background:linear-gradient(135deg,#fffef9 0%,#ffffff 100%);box-shadow:0 4px 8px rgb(255 215 0 / .2)}.empatibot-best-match-badge{position:absolute;top:-8px;right:10px;background:linear-gradient(135deg,#ffd700 0%,#ffed4e 100%);color:#333;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:700;box-shadow:0 2px 6px rgb(255 215 0 / .4);text-transform:uppercase;letter-spacing:.5px}.empatibot-input-area{padding:15px;background:#fff;border-top:1px solid #e0e0e0;display:flex;gap:10px;align-items:flex-end}#empatibot-user-input{flex:1;border:1px solid #ddd;border-radius:20px;padding:10px 15px;resize:none;font-family:inherit;font-size:14px;max-height:100px;outline:none}#empatibot-user-input:focus{border-color:var(--empatibot-color)}.empatibot-send-btn{height:40px;padding:0 16px;border-radius:8px;background-color:var(--empatibot-color);border:none;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#fff;white-space:nowrap;transition:background 0.2s,opacity 0.2s;flex-shrink:0}.empatibot-send-btn:hover{background-color:var(--empatibot-color);opacity:.85}.empatibot-send-btn:disabled{opacity:.5;cursor:not-allowed}.empatibot-send-btn svg{width:16px;height:16px;color:#fff}.empatibot-typing{display:inline-flex;gap:4px;padding:12px 16px;background:#fff;border-radius:18px;border-bottom-left-radius:4px}.empatibot-typing span{width:8px;height:8px;background:#999;border-radius:50%;animation:typing 1.4s infinite}.empatibot-typing span:nth-child(2){animation-delay:0.2s}.empatibot-typing span:nth-child(3){animation-delay:0.4s}@keyframes typing{0%,60%,100%{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.empatibot-gender-age-form{padding:10px 12px;background:#f0f4ff;border-radius:12px;margin:6px 0;display:flex;flex-direction:column;gap:10px}.empatibot-gender-buttons{display:flex;gap:10px}.empatibot-gender-btn{flex:1;padding:9px 14px;border:2px solid var(--empatibot-color,#0066cc);border-radius:8px;background:#fff;color:var(--empatibot-color,#0066cc);font-size:14px;cursor:pointer;transition:background 0.2s,color 0.2s;font-weight:600}.empatibot-gender-btn:hover,.empatibot-gender-btn.selected{background:var(--empatibot-color,#0066cc);color:#fff}.empatibot-age-row{display:flex;gap:8px;align-items:center}.empatibot-age-row input[type="number"]{flex:1;padding:8px 10px;border:1px solid #ccc;border-radius:8px;font-size:14px;outline:none}.empatibot-age-row input[type="number"]:focus{border-color:var(--empatibot-color,#0066cc)}.empatibot-messages::-webkit-scrollbar{width:6px}.empatibot-messages::-webkit-scrollbar-track{background:#f1f1f1}.empatibot-messages::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.empatibot-messages::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:768px){.empatibot-chatbox{width:var(--empatibot-width-mobile,calc(100vw - 20px))!important;height:min(var(--empatibot-height-mobile, calc(100vh - 110px)), calc(100vh - 110px))!important;bottom:72px;max-width:100vw;max-height:calc(100vh - 110px)}.empatibot-position-right .empatibot-chatbox{right:10px;left:auto}.empatibot-position-left .empatibot-chatbox{left:10px;right:auto}.empatibot-toggle{bottom:10px}.empatibot-position-right .empatibot-toggle{right:10px;left:auto}.empatibot-position-left .empatibot-toggle{left:10px;right:auto}}