.bpt-ai{--bpt-green:#1f9d68;--bpt-green-dark:#168457;--bpt-dark:#14221d;--bpt-border:#e3ebe7;--bpt-muted:#697772;--bpt-launcher-size:64px;--bpt-launcher-right:26px;--bpt-launcher-bottom:calc(26px + env(safe-area-inset-bottom,0px));font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;position:relative;z-index:999999}
.bpt-ai button,.bpt-ai a{-webkit-tap-highlight-color:transparent}.bpt-ai button{font-family:inherit}
.bpt-ai-launcher{position:fixed;right:var(--bpt-launcher-right);bottom:var(--bpt-launcher-bottom);width:var(--bpt-launcher-size);height:var(--bpt-launcher-size);min-width:var(--bpt-launcher-size);min-height:var(--bpt-launcher-size);padding:0;border:1px solid #e5eee9;border-radius:50%;background:#fff;color:#101411;display:flex;align-items:center;justify-content:center;box-sizing:border-box;box-shadow:0 0 0 5px #16a66a,0 9px 28px rgba(12,67,42,.22);cursor:pointer;z-index:1000001;touch-action:manipulation;transition:transform .16s ease,box-shadow .16s ease}
.bpt-ai-launcher::before{content:"";position:absolute;inset:-6px;border-radius:50%;box-shadow:0 0 0 9px rgba(22,166,106,.24),0 0 0 18px rgba(22,166,106,.13);opacity:0;pointer-events:none}
.bpt-ai.is-attention-ready .bpt-ai-launcher::before{animation:bptAiLauncherPulse 5s ease-in-out infinite}
.bpt-ai-launcher:hover{background:#fff;box-shadow:0 0 0 5px #129e62,0 12px 32px rgba(12,67,42,.26);transform:translateY(-1px)}
.bpt-ai-launcher:active{transform:scale(.97)}
.bpt-ai-launcher:focus-visible{outline:3px solid #126d48;outline-offset:9px}
.bpt-ai-launcher-icon{position:relative;display:block;width:32px;height:32px;fill:currentColor;pointer-events:none}
/* Only the first two seconds of each five-second cycle animate. */
@keyframes bptAiLauncherPulse{0%{opacity:0;transform:scale(.9)}10%{opacity:.8}18%{opacity:1}40%,100%{opacity:0;transform:scale(1.12)}}
.bpt-ai-invite{position:fixed;right:var(--bpt-launcher-right);bottom:calc(var(--bpt-launcher-bottom) + var(--bpt-launcher-size) + 20px);width:250px;max-width:calc(100vw - var(--bpt-launcher-right) - 16px);display:block;box-sizing:border-box;margin:0;padding:0;border:1px solid rgba(20,55,37,.06);border-radius:17px;background:#f1f3f2;color:#141a17;box-shadow:0 8px 28px rgba(15,35,25,.17),0 2px 5px rgba(15,35,25,.04);font:inherit;line-height:normal;letter-spacing:normal;text-transform:none;text-align:start;z-index:1000002;animation:bptAiInviteIn .32s ease-out both}
.bpt-ai-invite[hidden]{display:none!important}
.bpt-ai-invite-open{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:9px;width:100%;box-sizing:border-box;margin:0;padding:12px 40px 12px 12px;border:0;border-radius:inherit;background:transparent;color:inherit;font:inherit;line-height:normal;letter-spacing:normal;text-transform:none;text-align:inherit;cursor:pointer;touch-action:manipulation;-webkit-appearance:none;appearance:none}
.bpt-ai-invite-open:hover{background:transparent;color:inherit}
.bpt-ai-invite-close{position:absolute;top:2px;right:2px;z-index:1;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:36px;height:36px;min-width:36px;min-height:36px;margin:0;padding:0;border:0;border-radius:50%;background:transparent;color:#627469;cursor:pointer;touch-action:manipulation;-webkit-appearance:none;appearance:none}
.bpt-ai-invite-close:hover,.bpt-ai-invite-close:focus-visible{background:#edf4ef;color:#183e2a}
.bpt-ai-invite-close svg{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.bpt-ai-invite::after{content:"";position:absolute;right:28px;bottom:-10px;width:18px;height:15px;background:#f1f3f2;clip-path:polygon(0 0,100% 0,100% 100%);pointer-events:none}
.bpt-ai-invite-avatar{display:block;width:36px;height:36px;max-width:none;margin:1px 0 0;pointer-events:none}
.bpt-ai-invite-copy{display:flex;min-width:0;align-items:flex-start;flex-direction:column;gap:3px}
.bpt-ai-invite-title{display:block;margin:0;font-size:16px;line-height:1.2;font-weight:800;letter-spacing:-.2px;color:#141a17;overflow-wrap:anywhere}
.bpt-ai-invite-description{display:block;font-size:12px;line-height:1.35;font-weight:450;color:#303a34;overflow-wrap:anywhere}
.bpt-ai-invite-cta{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:76px;min-height:28px;max-width:100%;margin-top:3px;padding:5px 13px;border-radius:999px;background:#129e62;color:#fff;font-size:12px;line-height:1.2;font-weight:750;transition:background .16s ease}
.bpt-ai-invite-open:hover .bpt-ai-invite-cta,.bpt-ai-invite-open:focus-visible .bpt-ai-invite-cta{background:#0e8552}
.bpt-ai.is-page-hidden .bpt-ai-launcher::before{animation-play-state:paused}
@keyframes bptAiInviteIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
.bpt-ai-panel{position:fixed;right:22px;bottom:92px;width:min(410px,calc(100vw - 24px));height:min(660px,calc(100vh - 120px));background:#fff;border:1px solid var(--bpt-border);border-radius:20px;box-shadow:0 20px 60px rgba(18,34,29,.24);overflow:hidden;display:grid;grid-template-rows:auto 1fr auto auto;color:var(--bpt-dark);z-index:1000000}.bpt-ai-panel[hidden],.bpt-ai-history[hidden]{display:none!important}
.bpt-ai-header{min-width:0;min-height:64px;padding:10px 11px;background:var(--bpt-dark);color:#fff;display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:9px;align-items:center}.bpt-ai-heading{min-width:0}.bpt-ai-title-line{display:flex;align-items:center;gap:7px;min-width:0}.bpt-ai-title-line strong{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:1.2}.bpt-ai-beta{flex:0 0 auto;display:inline-flex!important;align-items:center;justify-content:center;min-height:18px;padding:2px 7px;border-radius:5px;background:var(--bpt-green);color:#fff;font-size:9px!important;font-weight:850;line-height:1;letter-spacing:.7px;overflow:visible!important}.bpt-ai-heading>.bpt-ai-chat-title{display:none!important}.bpt-ai-whatsapp-row{display:flex;align-items:center;gap:7px;min-width:0;margin-top:6px}.bpt-ai-whatsapp-or{flex:0 0 auto;color:#fff;font-size:10px;font-weight:700;line-height:1;opacity:.8}.bpt-ai-whatsapp-cta{display:grid;grid-template-columns:28px minmax(0,1fr) 15px;align-items:center;gap:7px;min-width:0;max-width:100%;padding:7px 9px;border-radius:9px;background:#25D366;color:#fff!important;text-decoration:none!important;box-sizing:border-box;transition:background .15s ease,transform .15s ease}.bpt-ai-whatsapp-cta:hover{background:#20bd5a;color:#fff!important}.bpt-ai-whatsapp-cta:active{transform:scale(.98)}.bpt-ai-whatsapp-icon{display:block;width:26px;height:26px;min-width:26px;fill:#fff;pointer-events:none}.bpt-ai-whatsapp-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;gap:1px;line-height:1.08;white-space:nowrap}.bpt-ai-whatsapp-label{max-width:100%;overflow:hidden;text-overflow:ellipsis;color:#fff;font-size:10px;font-weight:850}.bpt-ai-whatsapp-number{color:#fff;font-size:9px;font-weight:700;opacity:.92;letter-spacing:.05px}.bpt-ai-whatsapp-arrow{display:block;width:15px;height:15px;min-width:15px;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.bpt-ai-header-actions{display:flex;align-items:center;gap:5px}
.bpt-ai-close,.bpt-ai-new,.bpt-ai-history-toggle,.bpt-ai-history-close,.bpt-ai-history-delete,.bpt-ai-send{padding:0;display:inline-flex;align-items:center;justify-content:center;line-height:0;box-sizing:border-box}.bpt-ai-close,.bpt-ai-new,.bpt-ai-history-toggle,.bpt-ai-history-close{width:38px;height:38px;min-width:38px;min-height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.03);color:#fff;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.bpt-ai-close:hover,.bpt-ai-new:hover,.bpt-ai-history-toggle:hover,.bpt-ai-history-close:hover{background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.28)}.bpt-ai-close:active,.bpt-ai-new:active,.bpt-ai-history-toggle:active,.bpt-ai-history-close:active{transform:scale(.96)}.bpt-ai-close svg,.bpt-ai-new svg,.bpt-ai-history-toggle svg,.bpt-ai-history-close svg,.bpt-ai-history-delete svg,.bpt-ai-send svg{display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.bpt-ai-close svg,.bpt-ai-new svg,.bpt-ai-history-toggle svg,.bpt-ai-history-close svg{width:19px;height:19px}.bpt-ai-new svg{width:20px;height:20px}.bpt-ai-history-toggle svg{width:20px;height:20px}
.bpt-ai-history{position:absolute;inset:0;background:#f8faf9;z-index:8;display:flex;flex-direction:column;color:var(--bpt-dark)}.bpt-ai-history-head{background:var(--bpt-dark);color:#fff;min-height:64px;padding:10px 11px 10px 17px;display:flex;align-items:center;justify-content:space-between}.bpt-ai-history-head strong{font-size:15px}.bpt-ai-history-new{margin:13px;border:1px solid var(--bpt-green);background:#fff;color:var(--bpt-green);font-weight:750;border-radius:12px;min-height:44px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px}.bpt-ai-history-new:hover{background:#f2faf6}.bpt-ai-history-list{overflow:auto;padding:0 10px 14px}.bpt-ai-history-item{display:grid;grid-template-columns:minmax(0,1fr) 40px;align-items:center;border-bottom:1px solid var(--bpt-border);border-radius:10px}.bpt-ai-history-item.is-active{background:#edf7f2}.bpt-ai-history-open,.bpt-ai-history-delete{border:0;background:transparent;cursor:pointer;color:var(--bpt-dark)}.bpt-ai-history-open{text-align:left;padding:12px 10px;font:inherit;font-size:13px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bpt-ai-history-delete{width:38px;height:38px;border-radius:50%}.bpt-ai-history-delete svg{width:17px;height:17px}.bpt-ai-history-delete:hover{background:#fff}
.bpt-ai-messages{overflow:auto;padding:18px 14px;background:#f8faf9}.bpt-ai-row{display:flex;flex-direction:column;align-items:flex-start;margin:0 0 12px}.bpt-ai-row.user{align-items:flex-end}.bpt-ai-bubble{max-width:84%;white-space:pre-wrap;line-height:1.42;font-size:14px;padding:11px 13px;border-radius:15px;background:#f1f3f2;border:1px solid var(--bpt-border);box-shadow:0 2px 8px rgba(0,0,0,.035)}.bpt-ai-row.user .bpt-ai-bubble{background:var(--bpt-green);border-color:var(--bpt-green);color:#fff;border-bottom-right-radius:5px}.bpt-ai-row.assistant .bpt-ai-bubble{border-bottom-left-radius:5px}.bpt-ai-bubble a{display:block;margin-top:10px;padding:10px 12px;border-radius:10px;background:var(--bpt-green);color:#fff!important;text-align:center;text-decoration:none;font-weight:700}.bpt-ai-bubble.is-loading{display:flex;gap:4px;align-items:center;min-height:40px}.bpt-ai-bubble.is-loading span{width:7px;height:7px;background:#98a39f;border-radius:50%;animation:bptAiDots 1.1s infinite ease-in-out}.bpt-ai-bubble.is-loading span:nth-child(2){animation-delay:.13s}.bpt-ai-bubble.is-loading span:nth-child(3){animation-delay:.26s}@keyframes bptAiDots{0%,70%,100%{transform:translateY(0);opacity:.45}35%{transform:translateY(-4px);opacity:1}}
.bpt-ai-offers{width:100%;display:grid;gap:9px;margin-top:10px}.bpt-ai-offer{background:#fff;border:1px solid #dce8e2;border-radius:14px;padding:12px;box-shadow:0 2px 9px rgba(0,0,0,.035)}.bpt-ai-offer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.bpt-ai-offer-name{font-size:14px;line-height:1.3}.bpt-ai-offer-price{font-size:18px;white-space:nowrap;color:var(--bpt-green)}.bpt-ai-offer-meta{font-size:11px;color:#66736e;margin-top:6px;line-height:1.45}.bpt-ai-offer-breakdown{margin-top:9px;padding-top:8px;border-top:1px solid #edf1ef;font-size:11px;line-height:1.45;color:#58655f}.bpt-ai-offer-breakdown div+div{margin-top:3px}.bpt-ai-offer-actions{display:grid;gap:7px;margin-top:10px}.bpt-ai-reserve{display:flex;min-height:42px;align-items:center;justify-content:center;background:var(--bpt-green);color:#fff!important;border-radius:10px;text-decoration:none!important;font-size:13px;font-weight:800}.bpt-ai-reserve:hover{background:var(--bpt-green-dark)}.bpt-ai-offer-note{font-size:10px;line-height:1.4;color:#6a7772;margin:8px 1px 0}
.bpt-ai-form{display:grid;grid-template-columns:1fr 46px;align-items:end;gap:8px;padding:12px;background:#fff;border-top:1px solid var(--bpt-border)}.bpt-ai-input{width:100%;min-height:46px;max-height:132px;resize:none;border:1px solid #ccd7d2;border-radius:13px;padding:12px 13px;font:inherit;font-size:16px;line-height:1.35;outline:none;box-sizing:border-box}.bpt-ai-input:focus{border-color:var(--bpt-green);box-shadow:0 0 0 3px rgba(31,157,104,.12)}.bpt-ai-send{width:46px;height:46px;min-width:46px;min-height:46px;border:0;border-radius:13px;background:var(--bpt-green);color:#fff;cursor:pointer;transition:background .15s ease,transform .15s ease}.bpt-ai-send svg{width:22px;height:22px;stroke-width:2.2}.bpt-ai-send:hover{background:var(--bpt-green-dark)}.bpt-ai-send:active{transform:scale(.97)}.bpt-ai-send:disabled{opacity:.5;cursor:wait;transform:none}.bpt-ai-foot{font-size:10px;color:#6c7773;text-align:center;padding:0 10px 9px;background:#fff}
.bpt-ai button:focus-visible,.bpt-ai a:focus-visible{outline:3px solid rgba(31,157,104,.25);outline-offset:2px}
@media(max-width:600px){.bpt-ai{--bpt-launcher-size:60px;--bpt-launcher-right:24px;--bpt-launcher-bottom:calc(22px + env(safe-area-inset-bottom,0px))}.bpt-ai-invite{max-width:calc(100vw - 48px)}.bpt-ai-panel{right:12px;top:calc(env(safe-area-inset-top,0px) + 8px);bottom:auto;width:calc(100vw - 24px);height:calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 16px);max-height:none;border-radius:17px}.bpt-ai-header{position:sticky;top:0;z-index:10;grid-template-columns:38px minmax(0,1fr) auto;gap:7px}.bpt-ai-messages{padding:14px 11px}.bpt-ai-bubble{max-width:89%;font-size:16px;line-height:1.45}.bpt-ai-close,.bpt-ai-new,.bpt-ai-history-toggle,.bpt-ai-history-close{width:36px;height:36px;min-width:36px;min-height:36px}.bpt-ai-header-actions{gap:3px}.bpt-ai-title-line{gap:5px}.bpt-ai-title-line strong{font-size:15px}.bpt-ai-beta{padding:2px 6px;font-size:9px!important}.bpt-ai-whatsapp-row{gap:6px}.bpt-ai-whatsapp-cta{grid-template-columns:27px minmax(0,1fr) 14px;gap:7px;padding:7px 9px}.bpt-ai-whatsapp-icon{width:25px;height:25px;min-width:25px}.bpt-ai-whatsapp-label{font-size:12px}.bpt-ai-whatsapp-number{font-size:11px}}
@media(prefers-reduced-motion:reduce){.bpt-ai.is-attention-ready .bpt-ai-launcher::before{animation:none;opacity:0}.bpt-ai-invite{animation:none}.bpt-ai-invite-cta{transition:none}.bpt-ai-bubble.is-loading span{animation:none}.bpt-ai-launcher,.bpt-ai-close,.bpt-ai-new,.bpt-ai-history-toggle,.bpt-ai-history-close,.bpt-ai-send{transition:none}}
.bpt-ai-trip-card{width:100%;box-sizing:border-box;margin-top:9px;padding:12px;border:1px solid #dce8e2;border-radius:14px;background:#fff;box-shadow:0 2px 9px rgba(0,0,0,.035)}
.bpt-ai-trip-title{display:block;font-size:14px;margin-bottom:8px;color:var(--bpt-dark)}
.bpt-ai-trip-row{display:grid;grid-template-columns:82px minmax(0,1fr);gap:8px;padding:4px 0;font-size:11px;line-height:1.35;border-top:1px solid #f0f3f1}.bpt-ai-trip-row:first-of-type{border-top:0}.bpt-ai-trip-row span{color:#73807b}.bpt-ai-trip-row strong{font-weight:750;overflow-wrap:anywhere}
.bpt-ai-trip-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.bpt-ai-trip-primary,.bpt-ai-trip-secondary{min-height:38px;padding:7px 10px;border-radius:9px;font-size:12px;font-weight:800;cursor:pointer}.bpt-ai-trip-primary{border:1px solid var(--bpt-green);background:var(--bpt-green);color:#fff}.bpt-ai-trip-secondary{border:1px solid #d8e1dd;background:#fff;color:var(--bpt-dark)}.bpt-ai-trip-primary:hover{background:var(--bpt-green-dark)}.bpt-ai-trip-secondary:hover{background:#f5f8f6}
.bpt-ai-offer-media{height:108px;margin:-4px -2px 8px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.bpt-ai-offer-media img{display:block;max-width:92%;max-height:100%;object-fit:contain}.bpt-ai-offer-media.is-van16 img{position:absolute;width:58%;height:76%;object-fit:contain}.bpt-ai-offer-media.is-van16 img:first-child{left:27%;top:6%;z-index:2}.bpt-ai-offer-media.is-van16 img:nth-child(2){left:4%;top:19%;z-index:1}
@media(max-width:600px){.bpt-ai-trip-card{padding:11px}.bpt-ai-trip-row{grid-template-columns:76px minmax(0,1fr);font-size:12px}.bpt-ai-offer-media{height:98px}.bpt-ai-offer-name{font-size:15px}.bpt-ai-offer-price{font-size:19px}.bpt-ai-offer-meta{font-size:12px}.bpt-ai-trip-primary,.bpt-ai-trip-secondary{font-size:12px;min-height:40px}}
