:root{--chat-robot-gradient:linear-gradient(135deg,#667eea 0%,#764ba2 100%);--chat-robot-primary-color:#667eea;--chat-robot-secondary-color:#764ba2;--chat-robot-gradient-active:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);--chat-robot-gradient-darker:linear-gradient(135deg,#5568d3 0%,#6a3d8f 100%);}.chat-robot-button{position:fixed!important;bottom:10px;right:10px;width:64px;height:64px;background:var(--chat-robot-gradient);border-radius:50%;display:flex!important;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px rgba(102,126,234,.4),0 0 0 0 rgba(102,126,234,.5);z-index:9998;transition:all .3s cubic-bezier(.4,0,.2,1);padding:14px;animation:pulseGlow 2s ease-in-out infinite,chatRobotHueRotate 8s linear infinite;visibility:visible!important;opacity:1!important;box-sizing:border-box;}.chat-robot-button::before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;background:var(--chat-robot-gradient);opacity:.3;z-index:-1;animation:ripple 2s ease-out infinite;pointer-events:none;}.chat-robot-button::after{content:"";position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;border-radius:50%;background:var(--chat-robot-gradient);opacity:.2;z-index:-2;animation:ripple 2s ease-out infinite .5s;pointer-events:none;}@keyframes pulseGlow{0%,100%{box-shadow:0 4px 20px rgba(102,126,234,.4),0 0 0 0 rgba(102,126,234,.5)}50%{box-shadow:0 4px 25px rgba(102,126,234,.6),0 0 0 8px rgba(102,126,234,0)}}@keyframes ripple{0%{transform:scale(.8);opacity:.3}100%{transform:scale(1.4);opacity:0}}@keyframes chatRobotHueRotate{0%{filter:hue-rotate(0deg)}50%{filter:hue-rotate(180deg)}100%{filter:hue-rotate(360deg)}}.chat-robot-button img{filter:brightness(0) invert(1);width:100%;height:100%;object-fit:contain;transition:transform .3s cubic-bezier(.4,0,.2,1);animation:float 3s ease-in-out infinite;position:relative;z-index:10;display:block;}@keyframes float{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-5px) rotate(5deg)}}.chat-robot-button:hover{transform:scale(1.15) rotate(5deg);box-shadow:0 8px 30px rgba(102,126,234,.6),0 0 0 4px rgba(102,126,234,.2);animation:none;}.chat-robot-button:hover::before,.chat-robot-button:hover::after{animation:none;opacity:0;}.chat-robot-button:hover img{transform:scale(1.1) rotate(-5deg);animation:none;}.chat-robot-button:active{transform:scale(1.05);box-shadow:0 2px 15px rgba(102,126,234,.5);}.chat-robot-button.active{background:var(--chat-robot-gradient-active);box-shadow:0 4px 20px rgba(240,147,251,.5),0 0 0 0 rgba(240,147,251,.6);animation:pulseGlowActive 2s ease-in-out infinite,chatRobotHueRotate 8s linear infinite;}@keyframes pulseGlowActive{0%,100%{box-shadow:0 4px 20px rgba(240,147,251,.5),0 0 0 0 rgba(240,147,251,.6)}50%{box-shadow:0 4px 25px rgba(240,147,251,.7),0 0 0 8px rgba(240,147,251,0)}}.chat-robot-button.active::before{background:var(--chat-robot-gradient-active);}.chat-robot-button.active::after{background:var(--chat-robot-gradient-active);}.chat-robot-button.chat-robot-position-right{right:10px;left:auto;}.chat-robot-button.chat-robot-position-left{right:auto;left:10px;}.chat-robot-window{position:fixed;bottom:80px;right:10px;width:380px;height:600px;max-height:calc(100vh - 130px);background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.2);display:flex;flex-direction:column;z-index:9999;opacity:0;visibility:hidden;transform:translateY(30px);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-sizing:border-box;}.chat-robot-window *{box-sizing:border-box;outline:none!important;}.chat-robot-window.open{opacity:1;visibility:visible;transform:translateY(0);}.chat-robot-window.chat-robot-position-right{right:10px;left:auto;}.chat-robot-window.chat-robot-position-left{right:auto;left:10px;}.chat-robot-header{background:var(--chat-robot-gradient);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-radius:16px 16px 0 0;}.chat-robot-title{display:flex;align-items:center;gap:10px;font-weight:600;font-size:16px;}.chat-robot-title-icon{width:30px;height:30px;flex-shrink:0;filter:invert(1);}.chat-robot-header-actions{display:flex;align-items:center;gap:8px;}.chat-robot-new-chat{background:rgba(255,255,255,.2);border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:6px;font-size:14px;width:24px;height:24px;}.chat-robot-new-chat img{filter:brightness(0) invert(1);}.chat-robot-new-chat:hover{background:rgba(255,255,255,.3);transform:scale(1.1);}.chat-robot-close{background:transparent;border:none;color:#fff;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:transform .2s;width:24px;height:24px;}.chat-robot-close img{filter:brightness(0) invert(1);}.chat-robot-close:hover{transform:rotate(90deg);}.chat-robot-messages{flex:1;overflow-y:auto;padding:20px;background:#f5f7fa;font-size:14px;}.chat-robot-messages::-webkit-scrollbar{width:6px;}.chat-robot-messages::-webkit-scrollbar-track{background:transparent;}.chat-robot-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px;}.chat-robot-messages::-webkit-scrollbar-thumb:hover{background:#999;}.chat-robot-welcome{text-align:center;padding:40px 20px;color:#666;}.chat-robot-welcome-icon{width:48px;height:48px;margin:0 auto 16px;display:block;}.chat-robot-welcome p{font-size:16px;margin:0;}.chat-robot-message{display:flex;gap:12px;margin-bottom:16px;animation:fadeIn .3s ease;}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-robot-message-user{flex-direction:row-reverse;}.chat-robot-message-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:10px;}.chat-robot-message-avatar img{width:100%;height:100%;object-fit:contain;}.chat-robot-message-user .chat-robot-message-avatar{background:var(--chat-robot-gradient);}.chat-robot-message-user .chat-robot-message-avatar img{filter:brightness(0) invert(1);}.chat-robot-message-assistant .chat-robot-message-avatar{background:#e0e0e0;}.chat-robot-message-content{flex:1;min-width:0;}.chat-robot-message-text{background:#fff;padding:10px;border-radius:12px;word-wrap:break-word;line-height:1.6;box-shadow:0 1px 2px rgba(0,0,0,.1);}.chat-robot-message-text p{margin:0 0 8px 0;}.chat-robot-message-text p:last-child{margin-bottom:0;}.chat-robot-message-text strong,.chat-robot-message-text b{font-weight:600;color:inherit;}.chat-robot-message-text em,.chat-robot-message-text i{font-style:italic;color:inherit;}.chat-robot-message-text code{background:rgba(0,0,0,.05);padding:2px 6px;border-radius:4px;font-family:"Courier New",Courier,monospace;font-size:.9em;color:#e83e8c;}.chat-robot-message-user .chat-robot-message-text code{background:rgba(255,255,255,.2);color:#fff;}.chat-robot-message-text pre{background:#f5f5f5;padding:12px;border-radius:8px;overflow-x:auto;margin:8px 0;border:1px solid #e0e0e0;direction:ltr;}.chat-robot-message-user .chat-robot-message-text pre{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.2);}.chat-robot-message-text pre code{background:transparent;padding:0;color:#333;font-size:.85em;line-height:1.5;}.chat-robot-message-user .chat-robot-message-text pre code{color:#fff;}.chat-robot-message-text a{color:var(--chat-robot-primary-color);text-decoration:none;transition:border-color .2s;}.chat-robot-message-text a:hover{border-bottom-color:var(--chat-robot-primary-color);}.chat-robot-message-user .chat-robot-message-text a{color:#fff;border-bottom-color:rgba(255,255,255,.5);}.chat-robot-message-user .chat-robot-message-text a:hover{border-bottom-color:#fff;}.chat-robot-message-text ul,.chat-robot-message-text ol{margin:8px 0;padding-right:24px;padding-left:0;}.chat-robot-message-text li{margin:4px 0;line-height:1.6;}.chat-robot-message-text ul{list-style-type:disc;}.chat-robot-message-text ol{list-style-type:decimal;}.chat-robot-message-user .chat-robot-message-text{background:var(--chat-robot-gradient);color:#fff;}.chat-robot-message-assistant .chat-robot-message-text{background:#fff;color:#333;}.chat-robot-message.error .chat-robot-message-text{background:#fee;color:#c33;border:1px solid #fcc;}.chat-robot-message-time{font-size:11px;color:#999;margin-top:4px;padding:0 4px;}.chat-robot-message-user .chat-robot-message-time{text-align:right;}.chat-robot-typing-indicator{display:inline-flex;gap:4px;align-items:center;}.chat-robot-typing-indicator span{width:8px;height:8px;border-radius:50%;background:#999;animation:typing 1.4s infinite;}.chat-robot-typing-indicator span:nth-child(2){animation-delay:.2s;}.chat-robot-typing-indicator span:nth-child(3){animation-delay:.4s;}@keyframes typing{0%,60%,100%{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.chat-robot-input-container{padding:10px;background:#fff;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:10px;}.chat-robot-input-container>*:first-child{order:2;}.chat-robot-input-row{display:flex;gap:10px;align-items:flex-end;width:100%;}.chat-robot-input{flex:1;border:1px solid #e0e0e0;border-radius:20px;padding:4px 10px!important;font-size:14px;font-family:inherit;}.chat-robot-tooltip{position:fixed;bottom:90px;z-index:9997;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;transform:translateY(10px);pointer-events:none;}.chat-robot-tooltip.chat-robot-tooltip-right{right:10px;left:auto;}.chat-robot-tooltip.chat-robot-tooltip-left{right:auto;left:10px;}.chat-robot-tooltip[style*="opacity:1"]{opacity:1!important;visibility:visible!important;transform:translateY(0);}.chat-robot-tooltip-text{display:inline-block;background:var(--chat-robot-gradient);color:#fff;padding:10px 15px;border-radius:20px;font-size:13px;font-weight:500;line-height:1.5;box-shadow:0 4px 12px rgba(0,0,0,.15),0 2px 4px rgba(0,0,0,.1);max-width:280px;word-wrap:break-word;position:relative;min-height:20px;}.chat-robot-tooltip-text::after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--chat-robot-secondary-color);filter:drop-shadow(0 2px 2px rgba(0,0,0,.1));}.chat-robot-tooltip-right .chat-robot-tooltip-text::after{left:auto;right:20px;transform:translateX(0);border-top:8px solid var(--chat-robot-secondary-color);}.chat-robot-tooltip-left .chat-robot-tooltip-text::after{left:20px;right:auto;transform:translateX(0);border-top:8px solid var(--chat-robot-primary-color);}.chat-robot-dark .chat-robot-tooltip-text{background:linear-gradient(135deg,#4a5568 0%,#2d3748 100%);color:#e2e8f0;}.chat-robot-dark .chat-robot-tooltip-text::after{border-top-color:#4a5568;}@media (max-width:480px){.chat-robot-tooltip{bottom:85px;max-width:calc(100vw - 100px)}.chat-robot-tooltip-text{max-width:240px;font-size:11px;padding:8px 10px}.chat-robot-tooltip.chat-robot-tooltip-right{right:5px}.chat-robot-tooltip.chat-robot-tooltip-left{left:5px}}.chat-robot-input{resize:none;max-height:120px;overflow-y:auto;outline:none;transition:border-color .2s;}.chat-robot-input:focus{border-color:var(--chat-robot-primary-color);}.chat-robot-send{width:40px;height:40px;border-radius:50%;background:var(--chat-robot-gradient);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;padding:10px;}.chat-robot-send img{filter:brightness(0) invert(1);width:100%;height:100%;object-fit:contain;}.chat-robot-send:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(102,126,234,.4);}.chat-robot-send:active{transform:scale(.95);}.chat-robot-image-upload{width:40px;height:40px;border-radius:50%;background:#f0f0f0;border:1px solid #e0e0e0;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;padding:8px;}.chat-robot-image-upload img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(.6) contrast(1);transition:filter .2s;}.chat-robot-image-upload:hover{background:#e0e0e0;transform:scale(1.05);}.chat-robot-image-upload:hover img{filter:brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0) contrast(1);}.chat-robot-image-upload:active{transform:scale(.95);}.chat-robot-powered-by{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;padding:2px;font-size:8px;color:#7070e0;text-decoration:none;border-top:1px solid #e5e7eb;background:#fafbff;transition:color .2s ease,filter .2s ease;}.chat-robot-powered-by:hover{color:#c470e0;}.chat-robot-powered-by-icon{width:12px;height:12px;display:block;filter:brightness(0) saturate(100%) invert(55%) sepia(26%) saturate(6283%) hue-rotate(215deg) brightness(88%) contrast(92%);}.chat-robot-powered-by:hover .chat-robot-powered-by-icon{filter:brightness(0) saturate(100%) invert(49%) sepia(69%) saturate(522%) hue-rotate(226deg) brightness(93%) contrast(95%);}.chat-robot-powered-by-text{white-space:nowrap;position:relative;font-weight:600;overflow:hidden;}.chat-robot-powered-by-text::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shine 3s infinite;pointer-events:none;}@keyframes shine{0%{left:-100%}50%{left:100%}100%{left:100%}}.chat-robot-window.chat-robot-dark .chat-robot-powered-by{background:#111827;border-top:1px solid #1f2937;color:#9ca3af;}.chat-robot-window.chat-robot-dark .chat-robot-powered-by:hover{color:#ebafff;}.chat-robot-window.chat-robot-dark .chat-robot-powered-by-text::before{background:linear-gradient(90deg,transparent,rgba(17,24,39,.4),transparent);}.chat-robot-window.chat-robot-dark .chat-robot-powered-by-icon{filter:brightness(0) saturate(100%) invert(84%) sepia(12%) saturate(534%) hue-rotate(188deg) brightness(95%) contrast(92%);}.chat-robot-window.chat-robot-dark .chat-robot-powered-by:hover .chat-robot-powered-by-icon{filter:brightness(0) saturate(100%) invert(76%) sepia(62%) saturate(460%) hue-rotate(207deg) brightness(102%) contrast(91%);}.chat-robot-image-preview-container{display:flex;gap:8px;flex-wrap:wrap;padding:8px;background:#f8f9fa;border-radius:8px;margin-bottom:8px;max-height:150px;overflow-y:auto;}.chat-robot-image-preview{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid #e0e0e0;flex-shrink:0;}.chat-robot-image-preview img{width:100%;height:100%;object-fit:cover;}.chat-robot-image-preview-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;transition:all .2s;}.chat-robot-image-preview-remove:hover{background:rgba(255,0,0,.8);transform:scale(1.1);}.chat-robot-image-preview-progress{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;border-radius:8px;z-index:10;}.chat-robot-progress-circle{width:40px;height:40px;}.chat-robot-progress-circle-fill{transition:stroke-dashoffset .3s ease;}.chat-robot-dark .chat-robot-image-preview-progress{background:rgba(0,0,0,.7);}.chat-robot-dark .chat-robot-progress-circle circle:first-child{stroke:rgba(255,255,255,.2);}.chat-robot-dark .chat-robot-progress-circle-fill{stroke:#fff;}.chat-robot-message-images{display:flex;flex-direction:column;gap:8px;margin-bottom:8px;}.chat-robot-message-image-wrapper{border-radius:8px;overflow:hidden;max-width:300px;cursor:pointer;transition:transform .2s;}.chat-robot-message-image-wrapper:hover{transform:scale(1.02);}.chat-robot-message-image{width:100%;height:auto;display:block;border-radius:8px;}.chat-robot-message-user .chat-robot-message-image-wrapper{margin-left:auto;margin-right:0;}.chat-robot-message-assistant .chat-robot-message-image-wrapper{margin-left:0;margin-right:auto;}@media (max-width:480px){.chat-robot-window{width:calc(100% - 20px);right:10px;left:10px;bottom:10px;height:calc(100vh - 120px);max-height:calc(100vh - 120px)}.chat-robot-button{bottom:15px;right:15px;width:56px;height:56px}}.chat-robot-product-card-wrapper{margin:16px 0;}.chat-robot-product-card-link{text-decoration:none;color:inherit;display:block;}.chat-robot-product-card{border-radius:16px;overflow:hidden;background:#fff;border:1px solid #e9ecef;transition:all .3s ease;animation:productCardFadeIn .4s ease;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;flex-direction:column;cursor:pointer;}.chat-robot-product-card:not(.chat-robot-widget-small *){flex-direction:column;}@keyframes productCardFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-robot-product-card-link:hover .chat-robot-product-card{box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:var(--chat-robot-primary-color);}.chat-robot-product-image{width:100%;height:200px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;}.chat-robot-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}.chat-robot-product-card-link:hover .chat-robot-product-image img{transform:scale(1.08);}.chat-robot-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#adb5bd;background:#f8f9fa;}.chat-robot-product-placeholder svg{width:60px;height:60px;}.chat-robot-product-placeholder-loading{display:inline-block;width:16px;height:16px;border:2px solid var(--chat-robot-primary-color);border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite;margin:0 4px;vertical-align:middle;}@keyframes spin{to{transform:rotate(360deg)}}@keyframes chat-robot-loading-pulse{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1.2);opacity:1}100%{transform:scale(.8);opacity:.5}}.chat-robot-product-info{background:#f3f2ff;padding:16px;display:flex;flex-direction:column;gap:12px;}.chat-robot-dark .chat-robot-product-info{background:rgb(0 0 0 / 25%);}.chat-robot-product-title{margin:0;font-size:18px;font-weight:700;color:#212529;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.chat-robot-product-description{margin:0;font-size:14px;color:#6c757d;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.chat-robot-product-price-container{display:flex;align-items:center;gap:5px;flex-wrap:wrap;}.chat-robot-product-price{font-weight:700;color:var(--chat-robot-primary-color);}.chat-robot-product-old-price{font-size:16px;color:#adb5bd;text-decoration:line-through;}.chat-robot-product-button{display:inline-block;width:100%;padding:12px 20px;background:var(--chat-robot-gradient);color:#fff;text-align:center;text-decoration:none;border-radius:10px;font-weight:600;font-size:15px;transition:all .3s ease;margin-top:4px;box-shadow:0 2px 8px rgba(102,126,234,.2);pointer-events:none}.chat-robot-product-card-link:hover .chat-robot-product-button{background:var(--chat-robot-gradient-darker);box-shadow:0 4px 12px rgba(102,126,234,.3);}.chat-robot-inline-link{color:#4c51bf;font-weight:600;text-decoration:underline;text-decoration-color:rgba(76,81,191,.4);text-underline-offset:4px;transition:color .2s ease,text-decoration-color .2s ease;}.chat-robot-inline-link:hover{color:#2b6cb0;text-decoration-color:rgba(43,108,176,.7);}.chat-robot-dark .chat-robot-product-card{background:#2d3748;border-color:#4a5568;box-shadow:0 2px 8px rgba(0,0,0,.3);}.chat-robot-dark .chat-robot-product-card-link:hover .chat-robot-product-card{border-color:var(--chat-robot-primary-color);box-shadow:0 8px 24px rgba(102,126,234,.2);}.chat-robot-dark .chat-robot-product-image{background:#1a202c;}.chat-robot-dark .chat-robot-product-placeholder{background:#1a202c;color:#4a5568;}.chat-robot-dark .chat-robot-product-title{color:#e2e8f0;}.chat-robot-dark .chat-robot-product-description{color:#a0aec0;}.chat-robot-page-card,.chat-robot-article-card,.chat-robot-category-card,.chat-robot-test-card{margin:10px 0;border-radius:16px;overflow:hidden;background:#fff;border:1px solid #e9ecef;transition:all .3s ease;animation:productCardFadeIn .4s ease;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;flex-direction:column;padding:16px;gap:12px;}.chat-robot-page-title,.chat-robot-article-title,.chat-robot-category-title,.chat-robot-test-title{margin:0;font-size:18px;font-weight:700;color:#212529;line-height:1.4;}.chat-robot-page-description,.chat-robot-article-description,.chat-robot-category-description,.chat-robot-test-description{margin:0;font-size:14px;color:#6c757d;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.chat-robot-article-image,.chat-robot-test-image{width:100%;height:200px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;margin-bottom:12px;}.chat-robot-article-image img,.chat-robot-test-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}.chat-robot-article-card:hover .chat-robot-article-image img,.chat-robot-test-card:hover .chat-robot-test-image img{transform:scale(1.08);}.chat-robot-page-button,.chat-robot-article-button,.chat-robot-category-button,.chat-robot-test-button{display:inline-block;width:100%;padding:12px 20px;background:var(--chat-robot-gradient);color:#fff!important;text-align:center;text-decoration:none;border-radius:10px;font-weight:600;font-size:15px;transition:all .3s ease;margin-top:4px;box-shadow:0 2px 8px rgba(102,126,234,.2);border:none;cursor:pointer;}.chat-robot-page-button:hover,.chat-robot-article-button:hover,.chat-robot-category-button:hover,.chat-robot-test-button:hover{background:var(--chat-robot-gradient-darker);transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.3);color:#fff;text-decoration:none;}.chat-robot-page-placeholder-loading,.chat-robot-article-placeholder-loading,.chat-robot-category-placeholder-loading,.chat-robot-test-placeholder-loading{display:inline-block;width:16px;height:16px;border:2px solid var(--chat-robot-primary-color);border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite;margin:0 4px;vertical-align:middle;}.chat-robot-dark .chat-robot-page-card,.chat-robot-dark .chat-robot-article-card,.chat-robot-dark .chat-robot-category-card,.chat-robot-dark .chat-robot-test-card{background:#2d3748;border-color:#4a5568;box-shadow:0 2px 8px rgba(0,0,0,.3);}.chat-robot-dark .chat-robot-page-card:hover,.chat-robot-dark .chat-robot-article-card:hover,.chat-robot-dark .chat-robot-category-card:hover,.chat-robot-dark .chat-robot-test-card:hover{border-color:var(--chat-robot-primary-color);box-shadow:0 8px 24px rgba(102,126,234,.2);}.chat-robot-dark .chat-robot-page-title,.chat-robot-dark .chat-robot-article-title,.chat-robot-dark .chat-robot-category-title,.chat-robot-dark .chat-robot-test-title{color:#e2e8f0;}.chat-robot-dark .chat-robot-page-description,.chat-robot-dark .chat-robot-article-description,.chat-robot-dark .chat-robot-category-description,.chat-robot-dark .chat-robot-test-description{color:#a0aec0;}.chat-robot-dark .chat-robot-article-image,.chat-robot-dark .chat-robot-test-image{background:#1a202c;}.chat-robot-dark .chat-robot-product-price{color:var(--chat-robot-primary-color);}.chat-robot-dark .chat-robot-product-old-price{color:#718096;}.chat-robot-dark .chat-robot-product-button{background:var(--chat-robot-gradient);box-shadow:0 2px 8px rgba(102,126,234,.3);}.chat-robot-dark .chat-robot-product-button:hover{background:var(--chat-robot-gradient-darker);box-shadow:0 4px 12px rgba(102,126,234,.4);}.chat-robot-widget-small .chat-robot-product-card-wrapper{margin:4px 0;display:inline-block;}.chat-robot-widget-small .chat-robot-product-card-link{display:inline-flex!important;align-items:center;gap:10px;text-decoration:none;padding:8px;border-radius:8px;background:linear-gradient(135deg,rgba(25,135,84,.08) 0%,rgba(25,135,84,.4) 100%);color:#14532d;margin:0;width:100%;max-width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(25,135,84,.2);border-top:2px solid #198754;flex-wrap:wrap;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);}.chat-robot-widget-small .chat-robot-product-card-wrapper:hover .chat-robot-product-card-link{border:2px solid #198754;}.chat-robot-widget-small .chat-robot-product-card{display:flex!important;flex-direction:row!important;align-items:center;gap:6px;width:100%;max-width:100%;border:none!important;box-shadow:none!important;border-radius:0!important;background:transparent!important;padding:0!important;flex-wrap:wrap;}.chat-robot-widget-small .chat-robot-product-image{width:60px!important;min-width:60px!important;height:60px!important;margin:0;flex-shrink:0;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;order:2;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease;}.chat-robot-widget-small .chat-robot-product-image img{width:100%;height:100%;object-fit:cover;}.chat-robot-widget-small .chat-robot-product-info{display:flex!important;flex-direction:column!important;align-items:flex-start;gap:2px;padding:0!important;background:transparent!important;flex:1;min-width:0;order:1}.chat-robot-widget-small .chat-robot-product-title{font-size:14px!important;font-weight:600!important;margin:0!important;padding:0!important;overflow:visible;text-overflow:unset;white-space:normal;word-wrap:break-word;-webkit-line-clamp:unset!important;display:block!important;line-height:1.4;letter-spacing:-.01em;transition:all .3s ease;}.chat-robot-widget-small .chat-robot-product-description,.chat-robot-widget-small .chat-robot-product-button{display:none!important;}.chat-robot-widget-small .chat-robot-product-price-container{display:flex!important;margin:4px 0 0 0;font-size:15px;font-weight:600;color:#00676f;direction:rtl;}.chat-robot-widget-small .chat-robot-product-focus-btn{display:inline-flex!important;align-items:center;gap:4px;padding:4px 8px;font-size:11px;margin:6px 0 0 0;border-radius:4px;background:rgba(102,126,234,.1);color:var(--chat-robot-primary-color);border:1px solid rgba(102,126,234,.2);transition:all .2s ease;}.chat-robot-widget-small .chat-robot-product-focus-btn:hover{background:rgba(102,126,234,.2);border-color:var(--chat-robot-primary-color);}.chat-robot-widget-small .chat-robot-product-focus-btn.chat-robot-focused{background:rgba(239,68,68,.1);border-color:#ef4444;color:#ef4444;}.chat-robot-widget-small .chat-robot-product-focus-btn.chat-robot-focused:hover{background:rgba(239,68,68,.2);border-color:#dc2626;transform:translateY(-1px);}.chat-robot-widget-small .chat-robot-article-card-wrapper,.chat-robot-widget-small .chat-robot-category-card-wrapper,.chat-robot-widget-small .chat-robot-test-card-wrapper,.chat-robot-widget-small .chat-robot-page-card-wrapper,.chat-robot-widget-small .chat-robot-product-card-wrapper{margin:25px 0 10px 0;display:block;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);}.chat-robot-widget-small .chat-robot-article-card,.chat-robot-widget-small .chat-robot-category-card,.chat-robot-widget-small .chat-robot-test-card,.chat-robot-widget-small .chat-robot-page-card{display:flex!important;flex-direction:row!important;align-items:center;gap:10px;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)!important;border-radius:8px!important;padding:8px!important;margin:0;max-width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;border:1px solid transparent;cursor:pointer;}.chat-robot-widget-small .chat-robot-article-card{background:linear-gradient(135deg,rgba(13,202,240,.08) 0%,rgba(13,202,240,.4) 100%)!important;color:#0891b2;border:1px solid rgba(13,202,240,.2)!important;border-top:2px solid #0dcaf0!important;}.chat-robot-widget-small .chat-robot-category-card{background:linear-gradient(135deg,rgba(255,193,7,.08) 0%,rgba(255,193,7,.4) 100%)!important;color:#d97706;border:1px solid rgba(255,193,7,.2)!important;border-top:2px solid #ffc107!important;}.chat-robot-widget-small .chat-robot-test-card{background:linear-gradient(135deg,rgba(220,53,69,.08) 0%,rgba(220,53,69,.4) 100%)!important;color:#dc2626;border:1px solid rgba(220,53,69,.2)!important;border-top:2px solid #dc3545!important;}.chat-robot-widget-small .chat-robot-page-card{background:linear-gradient(135deg,rgba(108,117,125,.08) 0%,rgba(108,117,125,.4) 100%)!important;color:#4b5563;border:1px solid rgba(108,117,125,.2)!important;border-top:2px solid #6c757d!important;}.chat-robot-widget-small .chat-robot-article-card-wrapper:hover,.chat-robot-widget-small .chat-robot-category-card-wrapper:hover,.chat-robot-widget-small .chat-robot-test-card-wrapper:hover,.chat-robot-widget-small .chat-robot-page-card-wrapper:hover,.chat-robot-widget-small .chat-robot-product-card-wrapper:hover{transform:translateY(-2px) scale(1.02);}.chat-robot-widget-small .chat-robot-article-card-wrapper:hover .chat-robot-article-card{border:2px solid #0dcaf0!important;}.chat-robot-widget-small .chat-robot-category-card-wrapper:hover .chat-robot-category-card{border:2px solid #ffc107!important;}.chat-robot-widget-small .chat-robot-test-card-wrapper:hover .chat-robot-test-card{border:2px solid #dc3545!important;}.chat-robot-widget-small .chat-robot-page-card-wrapper:hover .chat-robot-page-card{border:2px solid #6c757d!important;}.chat-robot-widget-small .chat-robot-product-card-wrapper:hover .chat-robot-product-card-link{border:2px solid #198754!important;}.chat-robot-widget-small .chat-robot-article-content,.chat-robot-widget-small .chat-robot-category-content,.chat-robot-widget-small .chat-robot-test-content,.chat-robot-widget-small .chat-robot-page-content{display:flex!important;flex-direction:row!important;align-items:center;gap:6px;padding:0!important;background:transparent!important;flex:1;min-width:0;}.chat-robot-widget-small .chat-robot-article-image,.chat-robot-widget-small .chat-robot-test-image,.chat-robot-widget-small .chat-robot-page-image{width:60px!important;min-width:60px!important;height:60px!important;margin:0;flex-shrink:0;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;order:2;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease;}.chat-robot-widget-small .chat-robot-article-image img,.chat-robot-widget-small .chat-robot-test-image img,.chat-robot-widget-small .chat-robot-page-image img,.chat-robot-widget-small .chat-robot-product-image img{width:100%;height:100%;object-fit:cover;transition:all .3s ease;}.chat-robot-widget-small .chat-robot-article-card:hover .chat-robot-article-image img,.chat-robot-widget-small .chat-robot-test-card:hover .chat-robot-test-image img,.chat-robot-widget-small .chat-robot-page-card:hover .chat-robot-page-image img,.chat-robot-widget-small .chat-robot-product-card-wrapper:hover .chat-robot-product-image img{transform:scale(1.05);}.chat-robot-widget-small .chat-robot-article-content,.chat-robot-widget-small .chat-robot-category-content,.chat-robot-widget-small .chat-robot-test-content,.chat-robot-widget-small .chat-robot-page-content{order:1}.chat-robot-widget-small .chat-robot-article-title,.chat-robot-widget-small .chat-robot-category-title,.chat-robot-widget-small .chat-robot-test-title,.chat-robot-widget-small .chat-robot-page-title{font-size:12px!important;font-weight:600!important;margin:0!important;padding:0!important;overflow:visible;text-overflow:unset;white-space:normal;word-wrap:break-word;-webkit-line-clamp:unset!important;display:block!important;color:inherit;line-height:1.4;letter-spacing:-.01em;transition:all .3s ease;}.chat-robot-widget-small .chat-robot-article-card:hover .chat-robot-article-title,.chat-robot-widget-small .chat-robot-category-card:hover .chat-robot-category-title,.chat-robot-widget-small .chat-robot-test-card:hover .chat-robot-test-title,.chat-robot-widget-small .chat-robot-page-card:hover .chat-robot-page-title{color:inherit;}.chat-robot-widget-small .chat-robot-article-description,.chat-robot-widget-small .chat-robot-category-description,.chat-robot-widget-small .chat-robot-test-description,.chat-robot-widget-small .chat-robot-page-description,.chat-robot-widget-small .chat-robot-article-button,.chat-robot-widget-small .chat-robot-category-button,.chat-robot-widget-small .chat-robot-test-button,.chat-robot-widget-small .chat-robot-page-button,.chat-robot-widget-small .chat-robot-article-focus-btn,.chat-robot-widget-small .chat-robot-test-focus-btn,.chat-robot-widget-small .chat-robot-page-focus-btn{display:none!important;}.chat-robot-card-badge{position:absolute;top:-19px;left:8px;padding:2px 8px;font-size:10px;font-weight:600;border-radius:5px 5px 0 0;color:white;z-index:3;}.chat-robot-article-badge{background:#0dcaf0;}.chat-robot-category-badge{background:#ffc107;}.chat-robot-test-badge{background:#dc3545;}.chat-robot-page-badge{background:#6c757d;}.chat-robot-product-badge{background:#198754;}@media (max-width:480px){.chat-robot-product-image{height:180px}.chat-robot-product-info{padding:12px}.chat-robot-product-title{font-size:16px}.chat-robot-product-description{font-size:13px}.chat-robot-product-price{font-size:18px}.chat-robot-product-button{padding:10px 16px;font-size:14px}.chat-robot-widget-small .chat-robot-product-image{width:100px;min-width:100px;height:100px}.chat-robot-widget-small .chat-robot-product-info{padding:8px 10px}.chat-robot-widget-small .chat-robot-product-title{font-size:13px}.chat-robot-widget-small .chat-robot-product-price{font-size:15px}.chat-robot-widget-small .chat-robot-product-button{padding:7px 12px;font-size:12px}.chat-robot-widget-small .chat-robot-article-image,.chat-robot-widget-small .chat-robot-test-image,.chat-robot-widget-small .chat-robot-page-image{width:100px;min-width:100px}}.chat-robot-dark .chat-robot-window{background:#1e1e1e;box-shadow:0 8px 32px rgba(0,0,0,.5);}.chat-robot-dark .chat-robot-header{background:linear-gradient(135deg,#4a5568 0%,#2d3748 100%);}.chat-robot-dark .chat-robot-messages{background:#1e1e1e;}.chat-robot-dark .chat-robot-welcome{color:#e2e8f0;}.chat-robot-dark .chat-robot-welcome-icon{filter:invert(100%);}.chat-robot-dark .chat-robot-input-container{background:#2d3748;border-top:1px solid #4a5568;}.chat-robot-dark .chat-robot-input{background:#2d3748;color:#e2e8f0;border-color:#4a5568;}.chat-robot-dark .chat-robot-input:focus{border-color:var(--chat-robot-primary-color);background:#374151;}.chat-robot-dark .chat-robot-input::placeholder{color:#9ca3af;}.chat-robot-dark .chat-robot-image-upload{background:#374151;border-color:#4a5568;color:#e2e8f0;}.chat-robot-dark .chat-robot-image-upload img{filter:brightness(0) saturate(100%) invert(70%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(1) contrast(1);}.chat-robot-dark .chat-robot-image-upload:hover{background:#4a5568;}.chat-robot-dark .chat-robot-image-upload:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(1) contrast(1);}.chat-robot-dark .chat-robot-image-preview-container{background:#2d3748;}.chat-robot-dark .chat-robot-image-preview{border-color:#4a5568;}.chat-robot-dark .chat-robot-send{background:var(--chat-robot-gradient);color:#fff;}.chat-robot-dark .chat-robot-send:hover{background:var(--chat-robot-gradient-darker);}.chat-robot-dark .chat-robot-send:disabled{background:#4a5568;color:#9ca3af;}.chat-robot-dark .chat-robot-message-text{background:#2d3748;color:#e2e8f0;box-shadow:0 1px 2px rgba(0,0,0,.3);}.chat-robot-dark .chat-robot-message-user .chat-robot-message-text{background:var(--chat-robot-gradient);color:#fff;}.chat-robot-dark .chat-robot-message-assistant .chat-robot-message-text{background:#2d3748;color:#e2e8f0;}.chat-robot-dark .chat-robot-message.error .chat-robot-message-text{background:#742a2a;color:#fca5a5;border:1px solid #991b1b;}.chat-robot-dark .chat-robot-message-time{color:#9ca3af;}.chat-robot-dark .chat-robot-message-user .chat-robot-message-time{color:rgba(255,255,255,.7);}.chat-robot-dark .chat-robot-message-assistant .chat-robot-message-avatar{background:#374151;}.chat-robot-dark .chat-robot-message-assistant .chat-robot-message-avatar img{filter:brightness(0) invert(1);}.chat-robot-dark .chat-robot-message-text code{background:rgba(0,0,0,.3);color:#f472b6;}.chat-robot-dark .chat-robot-message-user .chat-robot-message-text code{background:rgba(255,255,255,.2);color:#fff;}.chat-robot-dark .chat-robot-message-text pre{background:#1a1a1a;border:1px solid #374151;}.chat-robot-dark .chat-robot-message-user .chat-robot-message-text pre{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);}.chat-robot-dark .chat-robot-message-text pre code{color:#e2e8f0;}.chat-robot-dark .chat-robot-message-user .chat-robot-message-text pre code{color:#fff;}.chat-robot-dark .chat-robot-message-text a{color:#fff;}.chat-robot-dark .chat-robot-message-user .chat-robot-message-text a{color:#fff;}.chat-robot-loading .chat-robot-loading-copy{margin-top:6px;font-size:13px;color:#6b7280;display:flex;align-items:center;gap:6px;}.chat-robot-loading .chat-robot-loading-copy::before{content:"";width:6px;height:6px;border-radius:50%;background:#9ca3af;animation:chat-robot-loading-pulse 1.2s ease-in-out infinite;}.chat-robot-dark .chat-robot-loading .chat-robot-loading-copy{color:#d1d5db;}.chat-robot-dark .chat-robot-loading .chat-robot-loading-copy::before{background:#f3f4f6;}.chat-robot-dark .chat-robot-loading .chat-robot-message-text{background:#2d3748;}.chat-robot-dark .chat-robot-loading-dot{background:#9ca3af;}.chat-robot-retry-button{margin-top:10px;padding:8px 16px;background:#1976d2;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease;}.chat-robot-retry-button img{width:14px;height:14px;filter:brightness(0) invert(1);}.chat-robot-retry-button:hover{background:#1565c0;transform:translateY(-1px);box-shadow:0 2px 8px rgba(25,118,210,.3);}.chat-robot-retry-button:active{transform:translateY(0);}.chat-robot-retry-button svg{width:14px;height:14px;vertical-align:middle;margin-left:4px;}.chat-robot-dark .chat-robot-retry-button{background:#1976d2;}.chat-robot-dark .chat-robot-retry-button:hover{background:#1565c0;}.chat-robot-dark .chat-robot-new-chat{background:rgba(255,255,255,.15);}.chat-robot-dark .chat-robot-new-chat:hover{background:rgba(255,255,255,.25);}.chat-robot-quick-replies{display:flex;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #e0e0e0;}.chat-robot-quick-reply-button{padding:10px 16px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:20px;cursor:pointer;font-size:14px;color:#495057;text-align:center;transition:all .2s ease;font-family:inherit;width:100%;}.chat-robot-quick-reply-button:hover{background:var(--chat-robot-gradient);color:#fff;border-color:var(--chat-robot-primary-color);transform:translateY(-2px);box-shadow:0 2px 8px rgba(102,126,234,.3);}.chat-robot-quick-reply-button:active{transform:translateY(0);}.chat-robot-dark .chat-robot-quick-replies{border-top-color:#4a5568;}.chat-robot-dark .chat-robot-quick-reply-button{background:#2d3748;border-color:#4a5568;color:#e2e8f0;}.chat-robot-dark .chat-robot-quick-reply-button:hover{background:var(--chat-robot-gradient);color:#fff;border-color:var(--chat-robot-primary-color);}.chat-robot-contact-card{margin:10px 0;border-radius:14px;overflow:hidden;background:#ffffff;border:2px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);transition:all .25s cubic-bezier(.4,0,.2,1);display:block;width:100%;box-sizing:border-box;}.chat-robot-contact-link{display:flex;align-items:center;padding:0;text-decoration:none;color:inherit;gap:0;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;width:100%;box-sizing:border-box;margin:0;border:none;min-width:0;background:transparent;}.chat-robot-contact-link::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .25s ease;z-index:0;}.chat-robot-contact-link:hover .chat-robot-contact-card{box-shadow:0 4px 12px rgba(0,0,0,.15),0 2px 4px rgba(0,0,0,.1);}.chat-robot-contact-link:hover::before{opacity:1;}.chat-robot-contact-link:hover .chat-robot-contact-icon{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.2);}.chat-robot-contact-link:hover .chat-robot-contact-icon-img{transform:scale(1.08);}.chat-robot-contact-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:14px;flex-shrink:0;position:relative;z-index:1;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px rgba(0,0,0,.12);margin:5px;}.chat-robot-contact-icon-img{width:28px;height:28px;transition:all .25s ease;}.chat-robot-contact-card.contact-whatsapp{border-color:#25d366;}.chat-robot-contact-card.contact-whatsapp .chat-robot-contact-icon{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);}.chat-robot-contact-card.contact-whatsapp .chat-robot-contact-link:hover::before{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);}.chat-robot-contact-card.contact-whatsapp .chat-robot-contact-icon-img{filter:brightness(0) invert(1);}.chat-robot-contact-card.contact-telegram{border-color:#0088cc;}.chat-robot-contact-card.contact-telegram .chat-robot-contact-icon{background:linear-gradient(135deg,#0088cc 0%,#005f8c 100%);}.chat-robot-contact-card.contact-telegram .chat-robot-contact-link:hover::before{background:linear-gradient(135deg,#0088cc 0%,#005f8c 100%);}.chat-robot-contact-card.contact-telegram .chat-robot-contact-icon-img{filter:brightness(0) invert(1);}.chat-robot-contact-card.contact-instagram{border-color:#e4405f;}.chat-robot-contact-card.contact-instagram .chat-robot-contact-icon{background:linear-gradient(135deg,#833ab4 0%,#fd1d1d 50%,#fcaf45 100%);}.chat-robot-contact-card.contact-instagram .chat-robot-contact-link:hover::before{background:linear-gradient(135deg,#833ab4 0%,#fd1d1d 50%,#fcaf45 100%);}.chat-robot-contact-card.contact-instagram .chat-robot-contact-icon-img{filter:brightness(0) invert(1);}.chat-robot-contact-card.contact-youtube{border-color:#ff0000;}.chat-robot-contact-card.contact-youtube .chat-robot-contact-icon{background:linear-gradient(135deg,#ff0000 0%,#cc0000 100%);}.chat-robot-contact-card.contact-youtube .chat-robot-contact-link:hover::before{background:linear-gradient(135deg,#ff0000 0%,#cc0000 100%);}.chat-robot-contact-card.contact-youtube .chat-robot-contact-icon-img{filter:brightness(0) invert(1);}.chat-robot-contact-card.contact-email{border-color:#ea4335;}.chat-robot-contact-card.contact-email .chat-robot-contact-icon{background:linear-gradient(135deg,#ea4335 0%,#c5221f 100%);}.chat-robot-contact-card.contact-email .chat-robot-contact-link:hover::before{background:linear-gradient(135deg,#ea4335 0%,#c5221f 100%);}.chat-robot-contact-card.contact-email .chat-robot-contact-icon-img{filter:brightness(0) invert(1);}.chat-robot-contact-card.contact-phone{border-color:var(--chat-robot-primary-color);}.chat-robot-contact-card.contact-phone .chat-robot-contact-icon{background:var(--chat-robot-gradient);}.chat-robot-contact-card.contact-phone .chat-robot-contact-link:hover::before{background:var(--chat-robot-gradient);}.chat-robot-contact-card.contact-phone .chat-robot-contact-icon-img{filter:brightness(0) invert(1);}.chat-robot-contact-card.contact-address{border-color:#10b981;}.chat-robot-contact-card.contact-address .chat-robot-contact-icon{background:linear-gradient(135deg,#10b981 0%,#059669 100%);}.chat-robot-contact-card.contact-address .chat-robot-contact-link:hover::before{background:linear-gradient(135deg,#10b981 0%,#059669 100%);}.chat-robot-contact-card.contact-address .chat-robot-contact-icon-img{filter:brightness(0) invert(1);}.chat-robot-contact-card.contact-default{border-color:#6b7280;}.chat-robot-contact-card.contact-default .chat-robot-contact-icon{background:linear-gradient(135deg,#6b7280 0%,#4b5563 100%);}.chat-robot-contact-card.contact-default .chat-robot-contact-link:hover::before{background:linear-gradient(135deg,#6b7280 0%,#4b5563 100%);}.chat-robot-contact-card.contact-default .chat-robot-contact-icon-img{filter:brightness(0) invert(1);}.chat-robot-contact-content{flex:1;display:flex;flex-direction:column;gap:6px;position:relative;z-index:1;padding:8px 0;padding-right:5px;min-width:0;}.chat-robot-contact-label{font-size:11px;color:#9ca3af;font-weight:600;text-transform:uppercase;letter-spacing:.8px;transition:color .25s ease;line-height:1.2;}.chat-robot-contact-link:hover .chat-robot-contact-label,.chat-robot-contact-link:hover .chat-robot-contact-value{color:#fff;}.chat-robot-contact-value{font-size:14px;color:#111827;font-weight:600;transition:color .25s ease;line-height:1.4;word-break:break-word;}.chat-robot-contact-arrow{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1;transition:all .25s ease;opacity:.5;margin-left:auto;margin-right:5px;}.chat-robot-contact-link:hover .chat-robot-contact-arrow{opacity:1;transform:translateX(-4px);}.chat-robot-contact-arrow-img{width:20px;height:20px;filter:brightness(0) opacity(.4);transition:all .25s ease;}.chat-robot-contact-link:hover .chat-robot-contact-arrow-img{filter:brightness(0) opacity(1) invert(1);transform:translateX(-1px);}.chat-robot-dark .chat-robot-contact-card{background:#1f2937;border-color:#374151;}.chat-robot-dark .chat-robot-contact-label{color:#9ca3af;}.chat-robot-dark .chat-robot-contact-value{color:#f3f4f6;}.chat-robot-dark .chat-robot-contact-arrow-img{filter:brightness(0) invert(.5);}.chat-robot-dark .chat-robot-contact-card.contact-whatsapp{border-color:#25d366;}.chat-robot-dark .chat-robot-contact-card.contact-telegram{border-color:#0088cc;}.chat-robot-dark .chat-robot-contact-card.contact-instagram{border-color:#e4405f;}.chat-robot-dark .chat-robot-contact-card.contact-youtube{border-color:#ff0000;}.chat-robot-dark .chat-robot-contact-card.contact-email{border-color:#ea4335;}.chat-robot-dark .chat-robot-contact-card.contact-phone{border-color:var(--chat-robot-primary-color);}.chat-robot-dark .chat-robot-contact-card.contact-address{border-color:#10b981;}.chat-robot-product-focus-btn,.chat-robot-article-focus-btn{width:100%;padding:8px 14px;margin-top:8px;background:var(--chat-robot-gradient);color:#ffffff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;box-shadow:0 2px 8px rgba(102,126,234,.25);display:flex;align-items:center;justify-content:center;gap:6px;position:relative;overflow:hidden;}.chat-robot-product-focus-btn::before,.chat-robot-article-focus-btn::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s;}.chat-robot-product-focus-btn:hover::before,.chat-robot-article-focus-btn:hover::before{left:100%;}.chat-robot-product-focus-btn:hover,.chat-robot-article-focus-btn:hover{background:var(--chat-robot-gradient-darker);box-shadow:0 4px 12px rgba(102,126,234,.35);transform:translateY(-2px);}.chat-robot-product-focus-btn:active,.chat-robot-article-focus-btn:active{transform:translateY(0);box-shadow:0 2px 6px rgba(102,126,234,.3);}.chat-robot-product-focus-btn.chat-robot-focused,.chat-robot-article-focus-btn.chat-robot-focused{background:var(--chat-robot-gradient-active);box-shadow:0 2px 8px rgba(245,87,108,.3);}.chat-robot-product-focus-btn.chat-robot-focused:hover,.chat-robot-article-focus-btn.chat-robot-focused:hover{background:rgba(239,68,68,.1);box-shadow:0 2px 8px rgba(239,68,68,.2);transform:translateY(-1px);}.chat-robot-focus-btn-content{display:flex;align-items:center;justify-content:center;gap:6px;}.chat-robot-focus-icon{width:14px;height:14px;flex-shrink:0;opacity:.9;filter:invert(1);}.chat-robot-focus-btn-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.chat-robot-product-card-wrapper.chat-robot-item-focused,.chat-robot-article-card-wrapper.chat-robot-item-focused{border-radius:12px;box-shadow:0 4px 16px rgba(74,144,226,.25);}.chat-robot-focused-indicator{display:flex;align-items:center;gap:8px;padding:6px 12px;margin-right:8px;background:var(--chat-robot-gradient);color:#ffffff;border-radius:20px;font-size:12px;font-weight:500;box-shadow:0 2px 6px rgba(102,126,234,.3);}.chat-robot-focused-indicator-text{white-space:nowrap;}.chat-robot-focused-clear-btn{background:rgba(255,255,255,.2);border:none;color:#ffffff;width:20px;height:20px;border-radius:50%;cursor:pointer;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;margin:0;}.chat-robot-focused-clear-btn:hover{background:rgba(255,255,255,.3);transform:scale(1.1);}.chat-robot-dark .chat-robot-focused-indicator{background:var(--chat-robot-gradient-darker);}@media (max-width:480px){.chat-robot-product-focus-btn,.chat-robot-article-focus-btn{font-size:11px;padding:5px 10px;gap:4px}.chat-robot-focus-icon{width:12px;height:12px}.chat-robot-focused-indicator{font-size:11px;padding:5px 10px}.chat-robot-focused-indicator-text{display:none}}