:root{--do-green:#99cc33;--do-black:#0b0b0b;--do-white:#fff;--do-muted:#6b7280;--do-line:#e5e7eb}
.driveon-chatbot-root{position:fixed;right:22px;bottom:22px;z-index:999999;font-family:Inter,Arial,sans-serif}.driveon-chatbot-root.is-left{right:auto;left:22px}.do-chat-launcher{width:62px;height:62px;border:0;border-radius:50%;background:var(--do-black);color:#fff;box-shadow:0 14px 38px rgba(0,0,0,.24);cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative}.do-chat-launcher:after{content:'';position:absolute;right:3px;top:3px;width:14px;height:14px;background:var(--do-green);border:3px solid #fff;border-radius:50%}.do-chat-launcher svg{width:28px;height:28px}.do-chat-window{width:370px;max-width:calc(100vw - 28px);height:590px;max-height:calc(100vh - 100px);background:#fff;border-radius:22px;box-shadow:0 24px 70px rgba(0,0,0,.25);overflow:hidden;display:none;flex-direction:column;margin-bottom:12px;border:1px solid rgba(0,0,0,.06)}.do-chat-window.open{display:flex}.do-chat-header{background:#0b0b0b;color:#fff;padding:16px 17px;display:flex;align-items:center;justify-content:space-between}.do-chat-brand{display:flex;align-items:center;gap:11px}.do-chat-logo{width:40px;height:40px;border-radius:12px;background:var(--do-green);color:#000;font-weight:900;display:flex;align-items:center;justify-content:center}.do-chat-title{font-size:15px;font-weight:800}.do-chat-subtitle{font-size:11px;color:#cfd3d8;margin-top:2px}.do-chat-actions{display:flex;gap:7px}.do-chat-actions button{border:0;border-radius:8px;background:#222;color:#fff;padding:7px 9px;cursor:pointer;font-size:11px}.do-chat-messages{flex:1;padding:16px;overflow:auto;background:#f6f7f4}.do-msg{display:flex;margin-bottom:11px}.do-msg.user{justify-content:flex-end}.do-bubble{max-width:82%;padding:11px 13px;border-radius:15px;font-size:13px;line-height:1.45;white-space:pre-wrap}.do-msg.bot .do-bubble{background:#fff;border:1px solid var(--do-line);border-bottom-left-radius:5px;color:#161616}.do-msg.user .do-bubble{background:#0b0b0b;color:#fff;border-bottom-right-radius:5px}.do-quick{display:flex;flex-wrap:wrap;gap:7px;margin:3px 0 14px}.do-quick button{border:1px solid #d9decf;background:#fff;border-radius:999px;padding:8px 10px;font-size:11px;cursor:pointer}.do-quick button:hover{border-color:var(--do-green);background:#f8fcec}.do-chat-input{border-top:1px solid var(--do-line);padding:11px;background:#fff;display:flex;gap:8px}.do-chat-input textarea{flex:1;resize:none;border:1px solid #d9dce1;border-radius:12px;padding:10px 11px;min-height:42px;max-height:90px;font:inherit;font-size:13px;outline:none}.do-chat-input textarea:focus{border-color:var(--do-green);box-shadow:0 0 0 3px rgba(153,204,51,.16)}.do-send{width:44px;border:0;border-radius:12px;background:var(--do-green);color:#000;font-weight:900;cursor:pointer}.do-lead-form{background:#fff;border:1px solid var(--do-line);padding:12px;border-radius:14px;margin:5px 0 13px}.do-lead-form input,.do-lead-form textarea{width:100%;box-sizing:border-box;border:1px solid #dfe2e6;border-radius:9px;padding:9px;margin:4px 0;font:inherit;font-size:12px}.do-lead-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.do-lead-form button,.do-wa-btn{width:100%;border:0;border-radius:10px;padding:10px;background:var(--do-green);font-weight:800;cursor:pointer;margin-top:6px}.do-wa-btn{display:block;text-align:center;text-decoration:none;color:#000;box-sizing:border-box}.do-typing{font-size:11px;color:var(--do-muted);padding:0 16px 8px;display:none}.do-typing.show{display:block}@media(max-width:520px){.driveon-chatbot-root,.driveon-chatbot-root.is-left{right:10px;left:10px;bottom:10px}.do-chat-window{width:100%;max-width:none;height:min(620px,calc(100vh - 86px));border-radius:18px}.do-chat-launcher{margin-left:auto}.driveon-chatbot-root.is-left .do-chat-launcher{margin-left:0}.do-lead-grid{grid-template-columns:1fr}}
.do-availability{display:grid;gap:8px;margin:4px 0 10px 34px;max-width:82%}.do-car-card{display:flex;gap:10px;background:#fff;border:1px solid #e5e8df;border-radius:14px;padding:9px;box-shadow:0 4px 14px rgba(0,0,0,.05)}.do-car-card img{width:74px;height:58px;object-fit:cover;border-radius:9px;background:#f3f3f3}.do-car-body{display:flex;flex-direction:column;min-width:0}.do-car-body strong{font-size:13px;color:#111}.do-car-body span,.do-car-body small{font-size:11px;color:#686868;margin-top:2px}.do-car-price{font-size:13px;font-weight:700;color:#57820d;margin-top:5px}@media(max-width:520px){.do-availability{margin-left:12px;max-width:92%}.do-car-card img{width:64px;height:52px}}

.do-booking-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.do-booking-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:8px;padding:7px 9px;font-size:10px;font-weight:800;line-height:1.2}.do-booking-btn.do-standard{background:#f1f2ef;color:#151515;border:1px solid #dfe3da}.do-booking-btn.do-premium{background:var(--do-green);color:#111;border:1px solid var(--do-green)}.do-booking-btn:hover{filter:brightness(.97)}


/* v0.6.4 mobile visual viewport / keyboard docking */
.do-msg .do-bubble{animation:doMsgIn .14s ease-out both}@keyframes doMsgIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(max-width:700px){
 .driveon-chatbot-root.do-mobile-vv{top:var(--do-vv-top,0px)!important;bottom:auto!important;right:0!important;left:0!important;width:100vw!important;height:var(--do-vv-height,100vh)!important;pointer-events:none}
 .driveon-chatbot-root.do-mobile-vv .do-chat-window{display:flex;position:absolute!important;right:8px!important;left:8px!important;bottom:8px!important;top:auto!important;width:auto!important;height:min(680px,calc(100% - 16px))!important;max-height:calc(100% - 16px)!important;margin:0!important;pointer-events:auto;transition:height .15s ease,bottom .15s ease}
 .driveon-chatbot-root.do-mobile-vv .do-chat-launcher{display:none!important}
 .driveon-chatbot-root.do-keyboard-open .do-chat-window{right:0!important;left:0!important;bottom:0!important;height:100%!important;max-height:100%!important;border-radius:16px 16px 0 0!important}
 .driveon-chatbot-root.do-keyboard-open .do-chat-header{min-height:48px;padding-top:6px;padding-bottom:6px}
 .driveon-chatbot-root.do-keyboard-open .do-chat-subtitle{display:none}
 .driveon-chatbot-root.do-keyboard-open .do-chat-logo{width:32px;height:32px;font-size:11px}
 .driveon-chatbot-root.do-keyboard-open .do-chat-input{padding-bottom:max(8px,env(safe-area-inset-bottom))}
 .driveon-chatbot-root.do-keyboard-open .do-chat-messages{scroll-padding-bottom:90px}
}


/* v0.6.6 launcher assistance bubble */
.do-chat-launcher-wrap{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.do-chat-nudge{border:1px solid rgba(0,0,0,.08);background:#fff;color:#151515;border-radius:14px;padding:10px 13px;font:700 13px/1.2 Inter,Arial,sans-serif;box-shadow:0 10px 28px rgba(0,0,0,.17);cursor:pointer;white-space:nowrap;position:relative;animation:doNudgeIn .25s ease both}
.do-chat-nudge:after{content:"";position:absolute;right:-6px;top:50%;width:12px;height:12px;background:#fff;border-top:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08);transform:translateY(-50%) rotate(45deg)}
.driveon-chatbot-root.is-left .do-chat-launcher-wrap{justify-content:flex-start;flex-direction:row-reverse}
.driveon-chatbot-root.is-left .do-chat-nudge:after{right:auto;left:-6px;border-right:0;border-top:0;border-left:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}
.do-chat-nudge.hidden,.do-chat-window.open~.do-chat-launcher-wrap .do-chat-nudge{display:none}
@keyframes doNudgeIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(max-width:520px){.do-chat-launcher-wrap{gap:8px}.do-chat-nudge{font-size:12px;padding:9px 11px;max-width:180px;overflow:hidden;text-overflow:ellipsis}.driveon-chatbot-root.do-mobile-vv .do-chat-launcher-wrap{display:none!important}}

/* v0.6.8 keep the help bubble attached to the launcher */
.do-chat-launcher-wrap{
  position:relative;
  width:62px;
  min-width:62px;
  height:62px;
  margin-left:auto;
  display:block;
}
.do-chat-launcher-wrap .do-chat-launcher{
  position:absolute;
  right:0;
  bottom:0;
}
.do-chat-launcher-wrap .do-chat-nudge{
  position:absolute;
  right:72px;
  top:50%;
  transform:translateY(-50%);
  margin:0;
}
.driveon-chatbot-root.is-left .do-chat-launcher-wrap{
  margin-left:0;
  margin-right:auto;
}
.driveon-chatbot-root.is-left .do-chat-launcher-wrap .do-chat-launcher{
  right:auto;
  left:0;
}
.driveon-chatbot-root.is-left .do-chat-launcher-wrap .do-chat-nudge{
  right:auto;
  left:72px;
}
@media(max-width:520px){
  .do-chat-launcher-wrap{width:62px;min-width:62px;height:62px;margin-left:auto}
  .do-chat-launcher-wrap .do-chat-nudge{right:70px;max-width:170px}
}


/* v0.6.9 centered launcher prompt */
.do-chat-launcher-wrap .do-chat-nudge{
  top:50%;
  right:74px;
  transform:translateY(-50%);
  transform-origin:right center;
  animation:doNudgeCenteredIn .22s ease both;
}
.driveon-chatbot-root.is-left .do-chat-launcher-wrap .do-chat-nudge{
  right:auto;
  left:74px;
  transform-origin:left center;
}
.do-chat-nudge:after{top:50%;transform:translateY(-50%) rotate(45deg)}
@keyframes doNudgeCenteredIn{
  from{opacity:0;transform:translate(-6px,-50%)}
  to{opacity:1;transform:translate(0,-50%)}
}
.driveon-chatbot-root.is-left .do-chat-nudge{animation-name:doNudgeCenteredInLeft}
@keyframes doNudgeCenteredInLeft{
  from{opacity:0;transform:translate(6px,-50%)}
  to{opacity:1;transform:translate(0,-50%)}
}
@media(max-width:520px){
  .do-chat-launcher-wrap .do-chat-nudge{right:72px;max-width:210px}
  .driveon-chatbot-root.is-left .do-chat-launcher-wrap .do-chat-nudge{left:72px;right:auto}
}


/* v0.7.0 dynamic thinking indicator */
.do-typing{align-items:center;gap:8px;padding:8px 16px 10px;font-size:11px;color:var(--do-muted)}
.do-typing.show{display:flex}
.do-thinking-dot{width:8px;height:8px;border-radius:50%;background:var(--do-green);box-shadow:0 0 0 0 rgba(153,204,51,.45);animation:doThinkingPulse 1.25s infinite}
.do-thinking-text{transition:opacity .15s ease}
@keyframes doThinkingPulse{0%{box-shadow:0 0 0 0 rgba(153,204,51,.45)}70%{box-shadow:0 0 0 7px rgba(153,204,51,0)}100%{box-shadow:0 0 0 0 rgba(153,204,51,0)}}
