.wm-chat-fab{align-items:center;animation:wm-chat-fab-in .3s ease-out;background:#e94560;border:none;border-radius:50%;bottom:24px;box-shadow:0 4px 12px #00000026;color:#fff;cursor:pointer;display:flex;height:56px;justify-content:center;position:fixed;right:24px;transition:transform .2s ease,box-shadow .2s ease;width:56px;z-index:9999}.wm-chat-fab:hover{box-shadow:0 6px 20px #0003;transform:scale(1.08)}.wm-chat-fab:active{transform:scale(.95)}.wm-chat-fab svg{height:24px;transition:transform .2s ease;width:24px}.wm-chat-fab--open svg{transform:rotate(90deg)}@media (max-width:767px){.wm-chat-fab{bottom:80px;height:52px;right:16px;width:52px}}@keyframes wm-chat-fab-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.wm-chat-greeting{animation:wm-chat-greeting-in .3s ease-out;background:#fff;border-radius:12px;bottom:92px;box-shadow:0 4px 16px #0000001f;color:#1a1a2e;cursor:pointer;font-size:14px;line-height:1.5;max-width:280px;padding:12px 16px;position:fixed;right:24px;z-index:9999}.wm-chat-greeting__close{background:none;border:none;color:#6b7280;cursor:pointer;font-size:16px;line-height:1;padding:4px;position:absolute;right:8px;top:4px}@media (max-width:767px){.wm-chat-greeting{bottom:144px;max-width:260px;right:16px}}@keyframes wm-chat-greeting-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wm-chat-window{animation:wm-chat-open .25s ease-out;background:#fff;border-radius:16px;bottom:88px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;height:min(600px,100vh - 120px);overflow:hidden;position:fixed;right:24px;transform-origin:bottom right;width:380px;z-index:10000}.wm-chat-window--closing{animation:wm-chat-close .2s ease-in forwards}@media (max-width:767px){.wm-chat-window{animation:wm-chat-slide-up .3s ease-out;border-radius:0;height:100dvh;inset:0;position:fixed;width:100vw}.wm-chat-window--closing{animation:wm-chat-slide-down .25s ease-in forwards}}@keyframes wm-chat-open{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes wm-chat-close{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.9) translateY(20px)}}@keyframes wm-chat-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes wm-chat-slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}.wm-chat-header{align-items:center;background:#1a1a2e;color:#fff;display:flex;flex-shrink:0;min-height:48px;padding:12px 16px}.wm-chat-header__status{background:#10b981;border-radius:50%;flex-shrink:0;height:8px;margin-right:10px;width:8px}.wm-chat-header__title{flex:1;font-size:15px;font-weight:600;line-height:1.2}.wm-chat-header__title small{display:block;font-size:12px;font-weight:400;margin-top:2px;opacity:.7}.wm-chat-header__close{background:none;border:none;color:#fff;cursor:pointer;flex-shrink:0;line-height:1;opacity:.7;padding:8px;transition:opacity .15s}.wm-chat-header__close:hover{opacity:1}.wm-chat-header__close svg{display:block;height:22px;width:22px}@media (max-width:767px){.wm-chat-header{min-height:56px;padding-top:calc(12px + env(safe-area-inset-top,0px))}}.wm-chat-messages{display:flex;flex:1;flex-direction:column;gap:8px;overflow-y:auto;padding:16px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.wm-chat-msg{font-size:14px;line-height:1.5;max-width:85%;padding:10px 14px;word-wrap:break-word;animation:wm-msg-in .2s ease-out}.wm-chat-msg--bot{align-self:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:0 12px 12px;color:#1a1a2e}.wm-chat-msg__cursor{animation:wm-cursor-blink .6s step-end infinite;background:#1a1a2e;display:inline-block;height:1em;margin-left:2px;vertical-align:text-bottom;width:2px}.wm-chat-msg a{color:#3b82f6;text-decoration:underline}@keyframes wm-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes wm-cursor-blink{50%{opacity:0}}.wm-chat-typing{align-self:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:0 12px 12px;display:flex;gap:4px;padding:12px 16px}.wm-chat-typing span{animation:wm-typing-bounce 1.2s ease-in-out infinite;background:#6b7280;border-radius:50%;height:6px;width:6px}.wm-chat-typing span:nth-child(2){animation-delay:.15s}.wm-chat-typing span:nth-child(3){animation-delay:.3s}@keyframes wm-typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.wm-chat-actions{display:grid;gap:8px;grid-template-columns:1fr 1fr;padding:4px 0}.wm-chat-action-btn{background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#1a1a2e;cursor:pointer;font-size:13px;line-height:1.3;padding:10px 12px;text-align:center;transition:background .15s,border-color .15s}.wm-chat-action-btn:hover{background:#f3f4f6;border-color:#e94560}.wm-chat-action-btn:active{transform:scale(.98)}.wm-chat-car-card{background:#fafbfc;border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:10px;margin-top:8px;padding:10px}.wm-chat-car-card__img{background:#e5e7eb;border-radius:8px;flex-shrink:0;height:60px;object-fit:cover;width:80px}.wm-chat-car-card__info{flex:1;min-width:0}.wm-chat-car-card__info strong{display:block;font-size:13px;margin-bottom:2px}.wm-chat-car-card__info span{color:#6b7280;display:block;font-size:12px;line-height:1.4}.wm-chat-car-card__actions{display:flex;gap:6px;margin-top:6px}.wm-chat-car-card__actions a,.wm-chat-car-card__actions button{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#3b82f6;cursor:pointer;font-size:12px;padding:4px 10px;text-decoration:none}.wm-chat-car-card__actions a:hover,.wm-chat-car-card__actions button:hover{background:#f0f4ff}.wm-chat-calc-result{background:#fafbfc;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;margin-top:8px;padding:12px}.wm-chat-calc-result__title{font-weight:600;margin-bottom:8px}.wm-chat-calc-result__row{display:flex;justify-content:space-between;padding:3px 0}.wm-chat-calc-result__row--total{border-top:1px solid #e5e7eb;font-size:14px;font-weight:700;margin-top:6px;padding-top:8px}.wm-chat-tracking{background:#fafbfc;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;margin-top:8px;padding:12px}.wm-chat-tracking__title{font-weight:600;margin-bottom:8px}.wm-chat-tracking__row{color:#6b7280;display:flex;gap:8px;padding:3px 0}.wm-chat-tracking__row strong{color:#1a1a2e}.wm-chat-tool-loading{align-items:center;background:#fafbfc;border:1px solid #e5e7eb;border-radius:10px;color:#6b7280;display:flex;font-size:13px;gap:8px;margin-top:8px;padding:8px 12px}.wm-chat-tool-loading__spinner{animation:wm-spin .8s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#e94560;height:14px;width:14px}@keyframes wm-spin{to{transform:rotate(1turn)}}.wm-chat-phone-prompt{background:#f0f7ff;border:1px solid #e5e7eb;border-radius:10px;margin-top:8px;padding:12px}.wm-chat-phone-prompt__text{color:#1a1a2e;font-size:13px;margin-bottom:10px}.wm-chat-phone-prompt__input{border:1px solid #e5e7eb;border-radius:8px;font-size:14px;margin-bottom:8px;padding:10px 12px;width:100%}.wm-chat-phone-prompt__input:focus{border-color:#e94560;outline:none}.wm-chat-phone-prompt__buttons{display:flex;gap:8px}.wm-chat-phone-prompt__submit{background:#e94560;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1;font-size:13px;padding:8px 16px}.wm-chat-phone-prompt__submit:hover{opacity:.9}.wm-chat-phone-prompt__skip{background:none;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-size:13px;padding:8px 16px}.wm-chat-phone-prompt__skip:hover{background:#f3f4f6}.wm-chat-input{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:8px;padding:8px 12px}.wm-chat-input__field{border:1px solid #e5e7eb;border-radius:20px;flex:1;font-family:inherit;font-size:14px;line-height:1.4;max-height:100px;outline:none;padding:10px 14px;resize:none}.wm-chat-input__field:focus{border-color:#1a1a2e}.wm-chat-input__field::placeholder{color:#6b7280}.wm-chat-input__send{align-items:center;background:#e94560;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:opacity .15s;width:40px}.wm-chat-input__send:disabled{cursor:default;opacity:.4}.wm-chat-input__send svg{height:18px;width:18px}@media (max-width:767px){.wm-chat-input{padding-bottom:calc(8px + env(safe-area-inset-bottom,0px))}}.wm-chat-footer-cta{align-items:center;background:#f9fafb;border-top:1px solid #e5e7eb;color:#1a1a2e;cursor:pointer;display:flex;flex-shrink:0;font-size:13px;gap:6px;justify-content:center;padding:10px;transition:background .15s}.wm-chat-footer-cta:hover{background:#f3f4f6}.wm-chat-footer-cta svg{height:16px;width:16px}@media (max-width:767px){.wm-chat-body-locked{overflow:hidden!important}}.wm-chat-window[dir=rtl] .wm-chat-msg--bot{text-align:right}.wm-chat-window[dir=rtl] .wm-chat-input{direction:rtl}.wm-chat-window[dir=rtl] .wm-chat-input__field,.wm-chat-window[dir=rtl] .wm-chat-phone-prompt__input,.wm-chat-window[dir=rtl] .wm-chat-car-card__info{text-align:right}.wm-chat-window[dir=rtl] .wm-chat-footer-cta{direction:rtl}@media (prefers-reduced-motion:reduce){.wm-chat-fab,.wm-chat-greeting,.wm-chat-msg,.wm-chat-msg__cursor,.wm-chat-tool-loading__spinner,.wm-chat-typing span,.wm-chat-window{animation-duration:.01ms!important;transition-duration:.01ms!important}}
