#bc-chatbot-fab{position:fixed;bottom:20px;right:20px;width:56px;height:56px;border-radius:50%;background:#00252F;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:99996;box-shadow:0 4px 16px rgb(0 37 47 / .35);transition:transform 0.2s,box-shadow 0.2s;user-select:none}#bc-chatbot-fab:hover{transform:scale(1.08);box-shadow:0 6px 24px rgb(0 37 47 / .45)}#bc-chatbot-fab.bc-chatbot-home{bottom:100px}#bc-chatbot-fab.bc-fab-hidden{display:none}#bc-chatbot-window{position:fixed;bottom:90px;right:20px;width:380px;height:520px;background:#fff;border-radius:16px;box-shadow:0 8px 40px rgb(0 0 0 / .2);z-index:99999;display:none;flex-direction:column;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}#bc-chatbot-window.bc-chat-open{display:flex}#bc-chatbot-window.bc-chatbot-home{bottom:170px}.bc-chat-header{background:#00252F;color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.bc-chat-header-title{font-size:15px;font-weight:600;display:flex;align-items:center;gap:8px}.bc-chat-header-dot{width:8px;height:8px;border-radius:50%;background:#4ade80}#bc-chatbot-window button,#bc-chatbot-window input{display:block!important;visibility:visible!important}.bc-chat-close{background:none!important;border:none!important;color:#fff!important;cursor:pointer!important;padding:4px!important;line-height:1!important;font-size:20px!important;opacity:.8;transition:opacity 0.2s;display:flex!important;align-items:center;justify-content:center;width:32px!important;height:32px!important;min-width:unset!important;min-height:unset!important;border-radius:0!important;box-shadow:none!important}.bc-chat-close:hover{opacity:1}.bc-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.bc-msg{max-width:85%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.5;word-break:break-word}.bc-msg-bot{align-self:flex-start;background:#f1f5f9;color:#1e293b;border-bottom-left-radius:4px}.bc-msg-user{align-self:flex-end;background:#00252F;color:#fff;border-bottom-right-radius:4px}.bc-msg-bot a{color:#0369a1;text-decoration:underline}.bc-typing{align-self:flex-start;padding:10px 18px;background:#f1f5f9;border-radius:14px;border-bottom-left-radius:4px;display:flex;gap:4px;align-items:center}.bc-typing-dot{width:7px;height:7px;border-radius:50%;background:#94a3b8;animation:bcTyping 1.4s infinite}.bc-typing-dot:nth-child(2){animation-delay:0.2s}.bc-typing-dot:nth-child(3){animation-delay:0.4s}@keyframes bcTyping{0%,60%,100%{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.bc-vehicle-cards{display:flex;flex-direction:column;gap:8px;margin-top:8px}.bc-vehicle-card{display:flex;gap:10px;padding:10px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;text-decoration:none;color:inherit;transition:border-color 0.2s,box-shadow 0.2s}.bc-vehicle-card:hover{border-color:#00252F;box-shadow:0 2px 8px rgb(0 37 47 / .1)}.bc-vehicle-card img{width:72px;height:54px;object-fit:cover;border-radius:6px;flex-shrink:0}.bc-vehicle-card-info{display:flex;flex-direction:column;gap:2px;min-width:0}.bc-vehicle-card-name{font-size:13px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bc-vehicle-card-meta{font-size:11px;color:#64748b}.bc-vehicle-card-price{font-size:13px;font-weight:700;color:#00252F}.bc-chat-input-area{display:flex;padding:12px 16px;gap:8px;border-top:1px solid #e2e8f0;flex-shrink:0;background:#fff}.bc-chat-input{flex:1;border:1px solid #cbd5e1;border-radius:20px;padding:8px 16px;font-size:14px;outline:none;transition:border-color 0.2s;font-family:inherit}.bc-chat-input:focus{border-color:#00252F}.bc-chat-input::placeholder{color:#94a3b8}.bc-chat-send{width:38px!important;height:38px!important;border-radius:50%!important;background:#00252F!important;color:#fff!important;border:none!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0;transition:background 0.2s;min-width:unset!important;min-height:unset!important;padding:0!important;box-shadow:none!important}.bc-chat-send:hover{background:#003d4f!important}.bc-chat-send:disabled{opacity:.5;cursor:not-allowed}@media (max-width:600px){#bc-chatbot-fab{bottom:15px;right:15px;width:50px;height:50px}#bc-chatbot-fab.bc-chatbot-home{bottom:85px}#bc-chatbot-window{top:0;left:0;right:0;bottom:0;width:100%;height:100%;border-radius:0}#bc-chatbot-window.bc-chatbot-home{bottom:0}}