@charset "UTF-8";.pa-chat-container *{box-sizing:border-box;margin:0;padding:0}.pa-chat-container{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;position:relative;width:100%;height:auto}.pa-chat-wrapper{position:fixed;bottom:90px;right:30px;width:400px;max-width:calc(100vw - 60px);height:600px;max-height:calc(100% - 140px);display:none;flex-direction:column;box-shadow:0 10px 40px rgb(0 0 0 / .3);border-radius:20px;overflow:hidden;z-index:999999;background:#fff}@media (max-width:768px){body.pa-chat-open{overflow:hidden;position:fixed;width:100%;height:100%}}.pa-chat-wrapper.pa-open{display:flex;overflow-y:auto}.pa-chat-toggle-btn{position:fixed;bottom:30px;right:30px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgb(102 126 234 / .4);transition:all 0.3s;z-index:1000000}.pa-chat-toggle-btn:hover{transform:scale(1.1);box-shadow:0 6px 30px rgb(102 126 234 / .6)}.pa-chat-toggle-btn:active{transform:scale(.95)}@media (min-width:769px){.pa-chat-toggle-btn::before{content:"Ürün mü arıyorsun? Tıkla!";position:absolute;right:70px;top:50%;transform:translateY(-50%);background:#fff;color:#333;padding:12px 20px;border-radius:12px;font-size:14px;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:all 0.5s ease 0.3s;box-shadow:0 4px 15px rgb(0 0 0 / .15);pointer-events:none}.pa-chat-toggle-btn:hover::before{opacity:1;visibility:visible;right:75px}}body.pa-chat-open .pa-chat-toggle-btn::before{display:none!important}.pa-chat-icon{width:60px;height:60px}@media (max-width:768px){.pa-chat-wrapper{right:10px;bottom:80px;width:calc(100vw - 22px);max-width:none;height:calc(100% - 110px)}.pa-chat-toggle-btn{right:10px;bottom:10px}}.pa-chat-header{background:linear-gradient(135deg,#ffeffc 0%,#c8aeff 100%);padding:20px;border-radius:0;display:flex;align-items:center;justify-content:space-between;gap:15px}.pa-chat-header-left{display:flex;align-items:center;gap:15px}.pa-close-chat-btn{background:rgb(255 255 255 / .2);border:none;width:30px;height:30px;border-radius:50%;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s}.pa-close-chat-btn:hover{background:rgb(255 255 255 / .3)}.pa-bot-avatar{width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;position:relative;overflow:hidden}.pa-bot-avatar img{width:100%;height:100%;object-fit:cover}.pa-bot-info h2{margin:0;font-size:18px;color:#262626}.pa-bot-info p{margin:5px 0 0 0;font-size:12px;color:rgb(255 255 255 / .9)}.pa-chat-messages{flex:1;background:#fff;padding:20px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:10px}.pa-message{display:flex;gap:8px;animation:paSlideIn 0.3s ease}@keyframes paSlideIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pa-message.pa-bot{align-self:flex-start}.pa-message.pa-user{align-self:flex-end;flex-direction:row-reverse}.pa-message-avatar{width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px;overflow:hidden}.pa-message-avatar img{width:100%;height:100%;object-fit:cover}.pa-message.pa-bot .pa-message-avatar{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.pa-message.pa-user .pa-message-avatar{background:#e5e7eb}.pa-message-content{max-width:100%;padding:8px 8px;border-radius:18px;line-height:1.5}.pa-message.pa-bot .pa-message-content{background:#f3f4f6;color:#333;border-bottom-left-radius:4px}.pa-message.pa-user .pa-message-content{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-bottom-right-radius:4px}.pa-product-card-chat{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:10px;margin-top:8px;cursor:pointer;transition:all 0.2s;width:100%;box-sizing:border-box}.pa-product-card-chat:hover{border-color:#667eea;box-shadow:0 4px 12px rgb(102 126 234 / .2)}.pa-product-card-inner{display:flex;gap:12px;align-items:flex-start}.pa-product-image-small{width:70px;height:70px;object-fit:cover;border-radius:8px;background:#f8f9fa;flex-shrink:0}.pa-product-details-chat{flex:1;min-width:0}.pa-product-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.pa-product-brand-small{color:#667eea;font-size:11px;font-weight:600;text-transform:uppercase}.pa-product-stock-small{display:inline-block;padding:3px 8px;border-radius:10px;font-size:10px;font-weight:600;white-space:nowrap;flex-shrink:0}.pa-product-name-small{font-size:13px;font-weight:600;color:#333;margin:0 0 4px 0;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;word-wrap:break-word}@media (max-width:768px){.pa-product-name-small{font-size:12px;-webkit-line-clamp:3}}.pa-product-category-small{font-size:11px;color:#888;margin-bottom:6px}.pa-product-price-container{display:flex;align-items:end;justify-content:space-between;gap:8px}.pa-product-prices{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.pa-discount-badge{background:#ef4444;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:12px;flex-shrink:0}.pa-product-price-original{font-size:11px;color:#999;text-decoration:line-through}.pa-product-price-small{font-size:16px;font-weight:700;color:#764ba2}.pa-quick-filters{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.pa-filter-chip{padding:4px 10px;background:#fff;border:1px solid #667eea;color:#5c73db;border-radius:16px;font-size:10px;font-weight:600;cursor:pointer;transition:all 0.2s;display:inline-block}.pa-filter-chip.pa-featured{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-color:#fff0;box-shadow:0 2px 8px rgb(102 126 234 / .3)}.pa-filter-chip:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px rgb(102 126 234 / .3)}.pa-filter-chip.pa-featured:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 12px rgb(102 126 234 / .4)}.pa-load-more-btn{margin-top:12px;padding:10px 50px;text-wrap-mode:nowrap;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s;box-shadow:0 2px 8px rgb(102 126 234 / .3)}.pa-load-more-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(102 126 234 / .4)}.pa-load-more-btn:active{transform:translateY(0)}.pa-chat-input-area{background:#fff;padding:20px;border-radius:0;box-shadow:0 -2px 10px rgb(0 0 0 / .05)}.pa-input-container{display:flex;gap:8px;align-items:center}#paUserInput{flex:1;padding:12px 16px;border:2px solid #e5e7eb;border-radius:25px;font-size:13px;outline:none;transition:all 0.2s}#paUserInput:focus{border-color:#667eea}.pa-send-btn{width:45px;height:45px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform 0.2s}.pa-send-btn:hover{transform:scale(1.1)}.pa-send-btn:active{transform:scale(.95)}.pa-typing-indicator{display:flex;gap:4px;padding:12px}.pa-typing-dot{width:8px;height:8px;background:#999;border-radius:50%;animation:paTyping 1.4s infinite}.pa-typing-dot:nth-child(2){animation-delay:0.2s}.pa-typing-dot:nth-child(3){animation-delay:0.4s}@keyframes paTyping{0%,60%,100%{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.pa-in-stock{background:#d4edda;color:#155724}.pa-out-of-stock{background:#f8d7da;color:#721c24}.pa-delete-btn{background:#fff0;border:none;color:#999;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all 0.2s;border-radius:8px;margin-right:2px}.pa-delete-btn:hover{background:#fee;color:#e53e3e;transform:scale(1.05)}.pa-delete-btn:active{transform:scale(.95)}