.gc-ai-chatbot{position:fixed;bottom:20px;right:20px;z-index:9999;font-family:Arial,sans-serif}.gc-chatbot-icon{width:60px;height:60px;border-radius:50%;background-color:#1979c3;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.2);transition:transform .3s ease}.gc-chatbot-icon:hover{transform:scale(1.1)}.gc-chatbot-icon img{width:30px;height:30px}.gc-chatbot-container{position:fixed;bottom:90px;right:20px;width:350px;height:500px;background-color:#fff;border-radius:10px;box-shadow:0 5px 25px rgba(0,0,0,.2);display:flex;flex-direction:column;overflow:hidden}.gc-chatbot-header{background-color:#1979c3;color:#fff;padding:15px;display:flex;justify-content:space-between;align-items:center}.gc-chatbot-title{font-size:16px;font-weight:700}.gc-chatbot-close{font-size:24px;cursor:pointer}.gc-chatbot-messages{flex:1;overflow-y:auto;padding:15px;display:flex;flex-direction:column}.gc-chatbot-message{max-width:80%;padding:10px 15px;margin-bottom:10px;border-radius:15px;line-height:1.4}.gc-chatbot-message.bot-message{align-self:flex-start;background-color:#f0f0f0;border-bottom-left-radius:5px}.gc-chatbot-message.user-message{align-self:flex-end;background-color:#e0f0ff;border-bottom-right-radius:5px}.gc-chatbot-message-sender{font-size:12px;margin-bottom:5px;font-weight:700;color:#555}.gc-chatbot-input-container{display:flex;padding:10px;border-top:1px solid #eee}.gc-chatbot-input{flex:1;border:1px solid #ddd;border-radius:20px;padding:10px 15px;outline:none}.gc-chatbot-submit{background-color:#1979c3;color:#fff;border:none;width:40px;height:40px;border-radius:50%;margin-left:10px;cursor:pointer;display:flex;align-items:center;justify-content:center}.gc-chatbot-submit:hover{background-color:#165d90}.gc-chatbot-submit-icon{font-size:18px}.gc-chatbot-typing{display:flex;align-items:center}.gc-chatbot-typing-dot{width:8px;height:8px;border-radius:50%;background-color:#1979c3;margin-right:5px;animation:typing 1.5s infinite ease-in-out}.gc-chatbot-typing-dot:nth-child(2){animation-delay:.5s}.gc-chatbot-typing-dot:nth-child(3){animation-delay:1s}@keyframes typing{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}.gc-chatbot-products{width:100%}.gc-chatbot-products-title{font-weight:700;margin-bottom:10px}.gc-chatbot-products-container{display:flex;flex-direction:column;gap:10px}.gc-chatbot-product{display:flex;border:1px solid #eee;border-radius:5px;padding:10px;background-color:#fff}.gc-chatbot-product-image{width:60px;height:60px;margin-right:10px}.gc-chatbot-product-image img{max-width:100%;max-height:100%;object-fit:contain}.gc-chatbot-product-info{flex:1}.gc-chatbot-product-title{font-weight:600;margin-bottom:5px}.gc-chatbot-product-title a{color:#1979c3;text-decoration:none}.gc-chatbot-product-title a:hover{text-decoration:underline}.gc-chatbot-product-price{font-weight:600;color:#333}@media (max-width:480px){.gc-chatbot-container{width:calc(100% - 40px);height:calc(100% - 120px);bottom:80px}}