:root{--romeing-primary:#dd3333;--romeing-primary-dark:#bb2222;--romeing-primary-light:#ff4444;--romeing-white:#ffffff;--romeing-text-primary:#333333;--romeing-text-secondary:#666666;--romeing-text-light:#999999;--romeing-background-overlay:rgba(0, 0, 0, 0.5);--romeing-shadow-light:0 2px 10px rgba(0, 0, 0, 0.1);--romeing-shadow-medium:0 8px 25px rgba(0, 0, 0, 0.15);--romeing-shadow-heavy:0 20px 60px rgba(0, 0, 0, 0.15);--romeing-border-radius:20px;--romeing-border-radius-small:18px;--romeing-border-radius-button:25px;--romeing-transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--romeing-font-family:'Balto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--romeing-z-index:999999}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.romeing-chatbot-trigger{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,var(--romeing-primary),var(--romeing-primary-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--romeing-shadow-medium);z-index:var(--romeing-z-index);transition:var(--romeing-transition);border:none;outline:none;font-family:var(--romeing-font-family)}.romeing-chatbot-trigger:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 15px 35px rgba(221,51,51,.4)}.romeing-chatbot-trigger:focus{outline:3px solid rgba(221,51,51,.3);outline-offset:2px}.romeing-chatbot-trigger .chat-icon{width:28px;height:28px;color:var(--romeing-white);transition:var(--romeing-transition)}.romeing-chatbot-trigger:hover .chat-icon{transform:scale(1.1)}.romeing-chatbot-trigger .notification-dot{position:absolute;top:8px;right:8px;width:12px;height:12px;background:#0f8;border:2px solid var(--romeing-white);border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.romeing-chatbot-container{position:fixed;bottom:110px;right:30px;width:380px;max-width:calc(100vw - 60px);height:600px;max-height:calc(100vh - 140px);background:var(--romeing-white);border-radius:var(--romeing-border-radius);box-shadow:var(--romeing-shadow-heavy);z-index:var(--romeing-z-index);display:flex;flex-direction:column;overflow:hidden;font-family:var(--romeing-font-family);backdrop-filter:blur(10px);transition:var(--romeing-transition);transform:scale(.9)translateY(20px);opacity:0}.romeing-chatbot-container:not(.hidden){transform:scale(1)translateY(0);opacity:1}.romeing-chatbot-container.hidden{pointer-events:none}.romeing-chatbot-header{background:linear-gradient(135deg,var(--romeing-primary),var(--romeing-primary-dark));color:var(--romeing-white);padding:8px 16px;display:flex;align-items:center;justify-content:space-between;border-radius:var(--romeing-border-radius)var(--romeing-border-radius)0 0}.romeing-chatbot-header h3{margin:0!important;font-size:1.4rem!important;font-weight:600!important;letter-spacing:-.02em!important;line-height:1.1!important}.romeing-chatbot-close-btn{background:0 0;border:none;color:var(--romeing-white);font-size:18px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:var(--romeing-transition);line-height:1}.romeing-chatbot-close-btn:hover{background:rgba(255,255,255,.1);transform:scale(1.1)}.romeing-chatbot-close-btn:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.romeing-chatbot-messages{flex:1;padding:20px;overflow-y:auto;scroll-behavior:smooth}.romeing-chatbot-messages::-webkit-scrollbar{width:6px}.romeing-chatbot-messages::-webkit-scrollbar-track{background:rgba(0,0,0,5%)}.romeing-chatbot-messages::-webkit-scrollbar-thumb{background:rgba(221,51,51,.3);border-radius:3px}.romeing-chatbot-messages::-webkit-scrollbar-thumb:hover{background:rgba(221,51,51,.5)}.message-bubble{margin-bottom:16px;animation:slideInUp .4s ease-out}.message-bubble.bot{display:flex;align-items:flex-start}.message-bubble.bot .message-content{background:#f8f9fa;color:var(--romeing-text-primary);padding:16px 20px;border-radius:var(--romeing-border-radius-small);max-width:85%;font-size:15px;line-height:1.5;border-bottom-left-radius:6px}.message-bubble.user{display:flex;justify-content:flex-end}.message-bubble.user .message-content{background:var(--romeing-primary);color:var(--romeing-white);padding:16px 20px;border-radius:var(--romeing-border-radius-small);max-width:85%;font-size:15px;line-height:1.5;border-bottom-right-radius:6px}.typing-indicator{display:flex;align-items:center;padding:16px 20px;background:#f8f9fa;border-radius:var(--romeing-border-radius-small);max-width:120px;margin-bottom:16px;border-bottom-left-radius:6px;animation:slideInUp .4s ease-out}.typing-dots{display:flex;gap:4px}.typing-dots span{width:8px;height:8px;border-radius:50%;background:var(--romeing-text-light);animation:typing-bounce 1.4s infinite}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-10px);opacity:1}}.romeing-chatbot-quick-replies{padding:0 20px 16px;display:flex;flex-wrap:wrap;gap:8px}.quick-reply-btn{background:var(--romeing-white);border:2px solid #e9ecef;color:var(--romeing-text-primary);padding:12px 20px;border-radius:var(--romeing-border-radius-button);cursor:pointer;font-size:14px;font-weight:500;transition:var(--romeing-transition);font-family:var(--romeing-font-family);outline:none;position:relative;overflow:hidden}.quick-reply-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.quick-reply-btn:hover::before{left:100%}.quick-reply-btn:hover{background:var(--romeing-primary);color:var(--romeing-white);border-color:var(--romeing-primary);transform:translateY(-2px);box-shadow:0 8px 25px rgba(221,51,51,.3)}.quick-reply-btn:focus{outline:3px solid rgba(221,51,51,.3);outline-offset:2px}.quick-reply-btn:active{transform:translateY(0);box-shadow:0 4px 15px rgba(221,51,51,.2)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px;margin-top:16px;max-height:400px;overflow-y:auto;padding-right:8px}.products-grid::-webkit-scrollbar{width:4px}.products-grid::-webkit-scrollbar-track{background:rgba(0,0,0,5%);border-radius:2px}.products-grid::-webkit-scrollbar-thumb{background:rgba(221,51,51,.3);border-radius:2px}.products-grid::-webkit-scrollbar-thumb:hover{background:rgba(221,51,51,.5)}.products-list-compact{display:flex;flex-direction:column;gap:12px;margin-top:16px;max-height:320px;overflow-y:auto;padding-right:8px}.products-list-compact::-webkit-scrollbar{width:4px}.products-list-compact::-webkit-scrollbar-track{background:rgba(0,0,0,4%);border-radius:2px}.products-list-compact::-webkit-scrollbar-thumb{background:rgba(221,51,51,.2);border-radius:2px}.products-list-compact::-webkit-scrollbar-thumb:hover{background:rgba(221,51,51,.4)}.product-card-clean{display:flex;background:var(--romeing-white);border:1px solid #e1e8ed;border-radius:12px;padding:12px;margin-bottom:8px;cursor:pointer;transition:all .2s ease;align-items:flex-start;gap:12px;width:100%}.product-card-clean:hover{border-color:var(--romeing-primary);box-shadow:0 2px 8px rgba(221,51,51,.1);transform:translateX(2px)}.product-image-container-clean{flex-shrink:0}.product-img-clean{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #f0f0f0}.product-img-placeholder-clean{width:80px;height:80px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#adb5bd;border:1px solid #f0f0f0}.product-info-clean{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.product-title-clean{font-size:14px!important;font-weight:600!important;color:#212529!important;margin:0 0 6px!important;line-height:1.3!important;word-wrap:break-word;overflow-wrap:break-word}.product-meta-clean{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.product-price-clean{font-size:13px;font-weight:700;color:var(--romeing-primary)}.product-duration-clean{font-size:11px;color:#6c757d;background:#f8f9fa;padding:2px 6px;border-radius:4px;white-space:nowrap}.custom-actions-container{display:flex;gap:12px;justify-content:center;margin:20px 0 16px;padding:16px 12px 0;border-top:1px solid #eee;width:100%}.custom-action-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;border-radius:12px;font-weight:600;font-size:13px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,8%);flex:1;max-width:none;justify-content:center;position:relative;overflow:hidden}.travel-btn{background:linear-gradient(135deg,#dd3333,#c42a2a);color:#fff}.whatsapp-btn{background:linear-gradient(135deg,#25D366,#1ebe57);color:#fff}.custom-action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.custom-action-btn:active{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.12)}.btn-icon{font-size:16px;line-height:1}.btn-text{font-weight:600;letter-spacing:-.01em}.product-card{background:var(--romeing-white);border:1px solid #e9ecef;border-radius:12px;overflow:hidden;transition:var(--romeing-transition);cursor:pointer}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.1);border-color:var(--romeing-primary)}.product-image{width:100%;height:120px;object-fit:cover}.product-info{padding:12px}.product-title{font-size:14px;font-weight:600;margin:0 0 6px;color:var(--romeing-text-primary);line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-excerpt{font-size:12px;color:var(--romeing-text-secondary);margin:0 0 8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.product-price{font-size:16px;font-weight:700;color:var(--romeing-primary)}.product-duration{font-size:10px;color:var(--romeing-text-light);background:#f8f9fa;padding:2px 6px;border-radius:10px}.view-product-btn{width:100%;background:var(--romeing-primary);color:var(--romeing-white);border:none;padding:8px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:var(--romeing-transition);font-family:var(--romeing-font-family)}.view-product-btn:hover{background:var(--romeing-primary-dark);transform:translateY(-1px)}.romeing-chatbot-actions{padding:0 20px 20px;display:flex;justify-content:center}.romeing-chatbot-restart-btn{background:#f8f9fa;border:1px solid #dee2e6;color:var(--romeing-text-secondary);padding:8px 16px;border-radius:20px;cursor:pointer;font-size:12px;transition:var(--romeing-transition);display:flex;align-items:center;gap:6px;font-family:var(--romeing-font-family)}.romeing-chatbot-restart-btn:hover{background:var(--romeing-primary);color:var(--romeing-white);border-color:var(--romeing-primary)}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@media(max-width:768px){.romeing-chatbot-trigger{bottom:20px;right:20px;width:56px;height:56px}.romeing-chatbot-trigger .chat-icon{width:24px;height:24px}.romeing-chatbot-container{bottom:90px;right:20px;left:20px;width:auto;max-width:none;height:500px}.romeing-chatbot-header{padding:6px 12px}.romeing-chatbot-header h3{font-size:1.2rem!important}.romeing-chatbot-close-btn{font-size:16px;width:20px;height:20px}.romeing-chatbot-messages{padding:16px}.message-bubble.bot .message-content,.message-bubble.user .message-content{font-size:14px;padding:14px 16px}.products-grid{grid-template-columns:1fr;gap:10px;max-height:350px}.products-list-compact{max-height:280px;gap:8px;margin-top:12px}.product-card-clean{padding:10px;gap:10px;border-radius:10px}.product-img-clean,.product-img-placeholder-clean{width:70px;height:70px}.product-img-placeholder-clean{font-size:20px}.product-title-clean{font-size:13px!important;margin-bottom:5px!important;line-height:1.3!important;word-wrap:break-word;overflow-wrap:break-word}.product-card-clean{width:100%;align-items:flex-start;padding:10px}.product-price-clean{font-size:12px}.product-duration-clean{font-size:10px;padding:2px 4px}.custom-actions-container{gap:8px;margin:16px 0 12px;padding:12px 8px 0}.custom-action-btn{font-size:12px;padding:10px 16px;max-width:160px;gap:6px}.btn-icon{font-size:14px}.product-image{height:100px}.product-info{padding:10px}.product-title{font-size:13px}.product-excerpt{font-size:11px;-webkit-line-clamp:1}.product-price{font-size:14px}.view-product-btn{padding:6px;font-size:11px}}@media(max-width:480px){.romeing-chatbot-container{bottom:80px;right:10px;left:10px;height:450px}.romeing-chatbot-trigger{bottom:15px;right:15px;width:52px;height:52px}}@media(prefers-contrast:high){:root{--romeing-primary:#cc0000;--romeing-text-primary:#000000;--romeing-text-secondary:#333333}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.romeing-chatbot-trigger,.romeing-chatbot-container{display:none!important}}