:root{--chatbot-primary:#001E3D;--chatbot-secondary:#8BC34A;--chatbot-primary-light:rgba(0, 30, 61, 0.1);--chatbot-secondary-light:rgba(139, 195, 74, 0.1);--chatbot-shadow:0 4px 20px rgba(0, 30, 61, 0.15);--chatbot-shadow-hover:0 6px 25px rgba(0, 30, 61, 0.2);--chatbot-gradient-primary:linear-gradient(135deg, #8BC34A 0%, #001E3D 100%);--chatbot-gradient-secondary:linear-gradient(135deg, #8BC34A 0%, #7CB342 100%);--chatbot-gradient-mixed:linear-gradient(135deg, #8BC34A 0%, #001E3D 100%);--chatbot-bg-light:#f8faf9;--chatbot-border-radius:16px}.ai-chatbot-svg-defs{position:absolute;width:0;height:0;overflow:hidden}.ai-chatbot-widget *,.ai-chatbot-toggle *,.ai-chatbot-container *{box-sizing:border-box}.ai-chatbot-widget{position:fixed;bottom:20px;right:20px;width:350px;height:500px;max-height:calc(100vh - 40px);background:#fff;border-radius:var(--chatbot-border-radius);pointer-events:none;box-shadow:var(--chatbot-shadow);z-index:999999;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow:hidden;transform:translateY(20px);opacity:0;transition:all 0.3s cubic-bezier(.4,0,.2,1);will-change:transform,opacity;border:1px solid rgb(0 30 61 / .08)}.ai-chatbot-widget.bottom-right{bottom:20px;right:20px;transform:translateY(15px)}.ai-chatbot-widget.bottom-left{bottom:20px;left:20px;transform:translateY(15px)}.ai-chatbot-widget.top-right{top:20px;right:20px;transform:translateY(-15px)}.ai-chatbot-widget.top-left{top:20px;left:20px;transform:translateY(-15px)}.ai-chatbot-widget.show{transform:translateY(0);opacity:1;pointer-events:auto}.ai-chatbot-toggle{position:fixed;bottom:20px;right:20px;width:70px;height:70px;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--chatbot-shadow);z-index:1000000;transition:all 0.3s cubic-bezier(.4,0,.2,1);border:3px solid #fff;will-change:transform,box-shadow;overflow:hidden}.ai-chatbot-toggle.bottom-right{bottom:20px;right:20px;left:auto;top:auto}.ai-chatbot-toggle.bottom-left{bottom:20px;left:20px;right:auto;top:auto}.ai-chatbot-toggle.top-right{top:20px;right:20px;left:auto;bottom:auto}.ai-chatbot-toggle.top-left{top:20px;left:20px;right:auto;bottom:auto}.ai-chatbot-toggle::before{content:none;display:none}.ai-chatbot-toggle:hover{transform:scale(1.05);box-shadow:var(--chatbot-shadow-hover)}.ai-chatbot-toggle:active{transform:scale(.95)}.ai-chatbot-toggle img,.ai-chatbot-toggle svg{display:none!important}.ai-chatbot-header{background:var(--chatbot-gradient-primary);color:#fff;padding:16px 20px;display:flex;align-items:center;gap:12px;flex-shrink:0;min-height:60px;height:60px;position:relative;border-radius:var(--chatbot-border-radius) var(--chatbot-border-radius) 0 0;box-shadow:0 2px 4px rgb(0 30 61 / .1)}.ai-chatbot-header::before{content:'';width:36px;height:36px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:50%;border:2px solid rgb(255 255 255 / .4);flex-shrink:0;display:block;background-color:#fff}.ai-chatbot-header-info{display:flex;flex-direction:column;flex:1}.ai-chatbot-header h3{margin:0;font-size:16px;font-weight:600;color:white!important;line-height:1.2}.ai-chatbot-header .team-info{font-size:12px;color:rgb(255 255 255 / .8);margin:0;display:flex;align-items:center;gap:4px}.ai-chatbot-header .status-indicator{display:inline-block;width:6px;height:6px;background:#4CAF50;border-radius:50%;margin-right:4px}.ai-chatbot-close{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;color:rgb(255 255 255 / .8);width:28px;height:28px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.ai-chatbot-close:hover{background:rgb(255 255 255 / .2);color:#fff}.ai-chatbot-close svg{width:14px;height:14px;stroke-width:2}.ai-chatbot-messages{flex:1;padding:12px 14px;padding-bottom:75px;overflow-y:auto!important;overflow-x:hidden!important;background:var(--chatbot-bg-light);position:relative;height:350px!important;min-height:350px!important;max-height:450px!important;scrollbar-width:none;-ms-overflow-style:none;display:block!important;box-sizing:border-box!important}.ai-chatbot-messages::-webkit-scrollbar{display:none;width:0;background:#fff0;opacity:0}.ai-chatbot-messages::-webkit-scrollbar-track{display:none;background:#fff0;opacity:0}.ai-chatbot-messages::-webkit-scrollbar-thumb{display:none;background:#fff0;opacity:0}.ai-chatbot-messages::-webkit-scrollbar-thumb:hover{display:none;background:#fff0;opacity:0}.ai-chatbot-messages::-webkit-scrollbar-corner{display:none;background:#fff0}.ai-message,.user-message{margin-bottom:8px;display:flex;align-items:flex-start;animation:messageSlide 0.3s ease-out;position:relative;padding:0 4px}[data-sender="user"]{justify-content:flex-end}[data-sender="bot"]{justify-content:flex-start}[data-message-type="user_message"]{justify-content:flex-end}[data-message-type="bot_message"]{justify-content:flex-start}@keyframes messageSlide{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ai-message{justify-content:flex-start}.user-message{justify-content:flex-end}.message-bubble{max-width:80%;padding:10px 14px;border-radius:18px;line-height:1.3;font-size:14px;word-wrap:break-word;position:relative;transition:all 0.2s ease;margin:0}.user-bubble{background:var(--chatbot-gradient-primary);color:#fff;border-radius:18px 18px 4px 18px;box-shadow:0 2px 8px rgb(0 30 61 / .15)}.bot-bubble{background:#fff;color:#2c3e50;border:1px solid rgb(0 30 61 / .08);border-radius:18px 18px 18px 4px;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.ai-message .message-bubble{background:#fff;color:#2c3e50;border:1px solid rgb(0 30 61 / .08);border-radius:18px 18px 18px 4px;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.user-message .message-bubble{background:var(--chatbot-gradient-primary);color:#fff;border-radius:18px 18px 4px 18px;box-shadow:0 2px 8px rgb(0 30 61 / .15)}.message-time{font-size:10px;color:rgb(0 30 61 / .4);text-align:right;margin:4px 0 0 0;display:block;line-height:1}.user-time{color:rgb(255 255 255 / .9)!important;text-align:right}.bot-time{color:rgb(0 30 61 / .5)!important;text-align:left}.user-message .message-time{color:rgb(255 255 255 / .8)}.ai-chatbot-input-area{position:absolute;bottom:0;left:0;right:0;background:#fff;padding:16px;border-top:1px solid rgb(0 30 61 / .08);border-radius:0 0 var(--chatbot-border-radius) var(--chatbot-border-radius)}.ai-chatbot-input{display:flex;align-items:flex-end;width:100%;gap:8px}.ai-chatbot-input textarea{flex:1;border:1px solid rgb(0 30 61 / .12);border-radius:20px;padding:10px 16px;outline:none;font-size:14px;font-family:inherit;transition:all 0.2s ease;background:#f8faf9;resize:none;overflow-y:hidden;line-height:1.4;max-height:80px}.ai-chatbot-input textarea:focus{border-color:var(--chatbot-secondary);background:#fff;box-shadow:0 0 0 2px rgb(139 195 74 / .15)}.ai-chatbot-input textarea::placeholder{color:rgb(0 30 61 / .5);font-weight:400;font-size:14px}.ai-chatbot-send{background:transparent!important;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;flex-shrink:0;outline:none}.ai-chatbot-send:hover:not(:disabled){background:transparent!important;transform:scale(1.15)}.ai-chatbot-send:active:not(:disabled){transform:scale(.9)}.ai-chatbot-send:disabled{cursor:not-allowed;opacity:.4}.ai-chatbot-send:focus{outline:none;background:transparent!important}.ai-chatbot-send svg{width:32px;height:32px;transition:all 0.3s ease;filter:drop-shadow(0 2px 4px rgb(0 30 61 / .15))}.ai-chatbot-send:hover:not(:disabled) svg{filter:drop-shadow(0 4px 8px rgb(0 30 61 / .3))}.ai-chatbot-send:disabled svg{filter:grayscale(100%) opacity(.5)}.typing-indicator{display:none;padding:6px 0;animation:messageSlide 0.3s ease-out}.typing-indicator.show{display:block}.typing-dots{display:inline-flex;gap:4px;padding:10px 16px;background:#fff;border-radius:18px 18px 18px 4px;border:1px solid rgb(0 30 61 / .08);box-shadow:0 1px 3px rgb(0 0 0 / .06)}.typing-dots span{width:6px;height:6px;border-radius:50%;background:var(--chatbot-gradient-secondary);animation:typing 1.4s infinite ease-in-out}.typing-dots span:nth-child(1){animation-delay:-0.32s}.typing-dots span:nth-child(2){animation-delay:-0.16s}.typing-dots span:nth-child(3){animation-delay:0s}@keyframes typing{0%,80%,100%{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}@media (max-width:768px){.ai-chatbot-widget{width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 140px);bottom:16px;right:16px;left:16px;border-radius:20px;margin:0 auto}.ai-chatbot-widget.bottom-right,.ai-chatbot-widget.bottom-left{bottom:16px;top:auto;left:16px;right:16px}.ai-chatbot-widget.top-right,.ai-chatbot-widget.top-left{top:80px;bottom:auto;left:16px;right:16px}.ai-chatbot-messages{padding:12px;padding-bottom:85px;height:calc(100% - 126px);max-height:calc(100% - 126px)}.ai-chatbot-input-area{padding:12px;border-radius:0 0 20px 20px;height:70px;position:absolute;bottom:0;left:0;right:0}.ai-chatbot-close{top:14px;right:14px;width:32px;height:32px;border-radius:8px}.ai-chatbot-close svg{width:16px;height:16px}.message-bubble{max-width:80%;padding:10px 14px;font-size:14px;line-height:1.4}.ai-chatbot-toggle{width:64px;height:64px;bottom:20px;right:50%;left:auto;transform:translateX(50%);box-shadow:0 4px 16px rgb(0 30 61 / .25);border-width:2px}.ai-chatbot-toggle:hover{transform:translateX(50%) scale(1.05)}.ai-chatbot-toggle:active{transform:translateX(50%) scale(.95)}.ai-chatbot-toggle::before{width:64px;height:64px}.ai-chatbot-header{padding:12px 16px;min-height:56px;height:56px;border-radius:20px 20px 0 0}.ai-chatbot-header::before{width:32px;height:32px}.ai-chatbot-header h3{font-size:15px}.ai-chatbot-header .team-info{font-size:11px}}@media (max-width:480px){.ai-chatbot-widget{width:calc(100vw - 24px);height:480px;max-height:calc(100vh - 120px);bottom:12px;right:12px;left:12px;border-radius:18px}.ai-chatbot-widget.top-right,.ai-chatbot-widget.top-left{top:70px}.ai-chatbot-messages{padding:10px;padding-bottom:80px;height:calc(100% - 120px);max-height:calc(100% - 120px)}.ai-chatbot-input-area{padding:10px 12px;height:64px;border-radius:0 0 18px 18px}.ai-chatbot-header{padding:10px 14px;min-height:52px;height:52px;border-radius:18px 18px 0 0}.ai-chatbot-header::before{width:28px;height:28px}.ai-chatbot-header h3{font-size:14px}.message-bubble{padding:9px 12px;font-size:13px;max-width:78%}.ai-chatbot-toggle{width:58px;height:58px;bottom:18px}.ai-chatbot-toggle::before{width:58px;height:58px}}@media (max-width:360px){.ai-chatbot-widget{width:calc(100vw - 20px);height:450px;max-height:calc(100vh - 100px);bottom:10px;right:10px;left:10px}.ai-chatbot-toggle{width:54px;height:54px;bottom:16px}.ai-chatbot-toggle::before{width:54px;height:54px}}@media (max-height:600px){.ai-chatbot-widget{bottom:10px;height:calc(100vh - 80px)}.ai-chatbot-toggle{bottom:10px}}.ai-message .message-content{line-height:1.5;white-space:pre-line}.ai-message .message-content strong{font-weight:600;color:var(--chatbot-primary)}.ai-message .message-content hr{border:none;height:1px;background:rgb(0 30 61 / .1);margin:12px 0}.message-content{font-size:14px;word-wrap:break-word;overflow-wrap:break-word}.ai-message .message-content br+br{line-height:.5}.message-content a{color:var(--chatbot-secondary);text-decoration:none;font-weight:600;border-bottom:1px dotted var(--chatbot-secondary);transition:all 0.3s ease;padding:2px 4px;border-radius:4px;background:linear-gradient(135deg,rgb(139 195 74 / .1) 0%,rgb(139 195 74 / .05) 100%)}.message-content a:hover{color:var(--chatbot-primary);background:linear-gradient(135deg,rgb(139 195 74 / .2) 0%,rgb(139 195 74 / .1) 100%);border-bottom:1px solid var(--chatbot-secondary);transform:translateY(-1px);box-shadow:0 2px 8px rgb(139 195 74 / .3)}.message-content a[href*="yacht"],.message-content a[href*="boat"],.message-content a[href*="yacht"],.message-content a[href*="ship"]{background:linear-gradient(135deg,rgb(139 195 74 / .15) 0%,rgb(0 30 61 / .1) 100%);border:1px solid rgb(139 195 74 / .3);padding:4px 8px;border-radius:6px;display:inline-block;margin:2px 0}.message-content a[href*="yacht"]:hover,.message-content a[href*="boat"]:hover,.message-content a[href*="yacht"]:hover,.message-content a[href*="ship"]:hover{background:linear-gradient(135deg,rgb(139 195 74 / .25) 0%,rgb(0 30 61 / .15) 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgb(139 195 74 / .4)}#scroll-hint{position:absolute!important;bottom:75px!important;right:15px!important;background:linear-gradient(135deg,var(--chatbot-secondary) 0%,#7CB342 100%)!important;color:white!important;padding:8px 12px!important;border-radius:20px!important;font-size:11px!important;font-weight:500!important;z-index:10001!important;cursor:pointer!important;box-shadow:0 4px 15px rgb(139 195 74 / .4)!important;animation:scrollHintPulse 2s infinite ease-in-out!important;transition:all 0.3s cubic-bezier(.4,0,.2,1)!important;user-select:none!important;border:none!important;outline:none!important;white-space:nowrap!important}#scroll-hint:hover{transform:translateY(-2px)!important;box-shadow:0 6px 20px rgb(139 195 74 / .5)!important;background:linear-gradient(135deg,#7CB342 0%,var(--chatbot-secondary) 100%)!important}#scroll-hint:active{transform:translateY(0)!important;transition:all 0.1s!important}@keyframes scrollHintPulse{0%,100%{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.ai-chatbot-messages{scroll-behavior:smooth!important;overflow-x:hidden!important}.ai-chatbot-messages::-webkit-scrollbar{width:4px}.ai-chatbot-messages::-webkit-scrollbar-track{background:rgb(0 30 61 / .05);border-radius:2px}.ai-chatbot-messages::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,var(--chatbot-secondary),#7CB342);border-radius:2px}.ai-chatbot-messages::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,#7CB342,var(--chatbot-secondary))}