@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap";:root{--primary-blue: #0087F0;--sky-blue: #64BBFF;--bot-bg: #0080d7;--user-bg: #ffffff;--text-main: #282b27;--text-muted: #5b738b}.salesroute-chat-widget-root{position:fixed;bottom:24px;right:24px;z-index:99999;display:flex;flex-direction:column;align-items:flex-end}.salesroute-chat-widget-root *{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.chat-launcher-btn{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#a546ff,#47acfe,#543cff);border:none;cursor:pointer;box-shadow:0 4px 20px #543cff66;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.chat-launcher-btn:hover{transform:scale(1.1);box-shadow:0 6px 24px #543cff99}.launcher-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.launcher-avatar img{width:100%;height:100%;object-fit:cover}.pulse-ring{position:absolute;inset:-4px;border:2px solid rgba(84,60,255,.3);border-radius:50%;animation:launcherPulse 2s infinite}@keyframes launcherPulse{0%{transform:scale(.95);opacity:1}50%{transform:scale(1.1);opacity:.5}to{transform:scale(1.2);opacity:0}}.chat-container{display:flex;align-items:flex-end;justify-content:flex-end;width:auto;animation:cardEntrance .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes cardEntrance{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.app-container{width:380px;height:600px;max-height:80vh;background:#fff;border-radius:23px;position:relative;overflow:hidden;box-shadow:0 8px 40px #0080d740;display:flex;flex-direction:column;justify-content:space-between}.chat-scroll-wrapper{flex:1 1 0;overflow-y:auto;min-height:0;display:flex;flex-direction:column}.chat-scroll-wrapper::-webkit-scrollbar{display:none}header{position:sticky;top:0;width:100%;z-index:20;border-radius:23px 23px 0 0;overflow:hidden;flex-shrink:0}.header-gradient{position:absolute;inset:0;background:linear-gradient(222.5deg,#a546ff 10%,#47acfe 47%,#543cff 87%);z-index:0}.header-content{position:relative;padding:20px 20px 18px;display:flex;flex-direction:column;gap:10px;color:#fff;z-index:1}.header-top{display:flex;align-items:center;gap:12px}.header-top h1{flex:1;font-size:26px;font-weight:700;line-height:1;color:#fff}.avatar.bot-avatar{border-radius:50%;border:2px solid rgba(255,255,255,.5);background:linear-gradient(135deg,#c8a9f7,#a78bfa,#7dd3fc);display:flex;align-items:center;justify-content:center;flex-shrink:0;width:49px;height:49px;animation:rotateAvatar 4s linear infinite}@keyframes rotateAvatar{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.avatar.bot-avatar img{width:60px;height:60px;object-fit:cover}.close-btn{width:34px;height:34px;background:#ffffff40;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;border:none;flex-shrink:0}.close-btn:hover{background:#fff6}.header-content>p{font-size:11px;line-height:1.5;opacity:.95;color:#fff}.header-content>p a{color:#fff;text-decoration:underline}#chat-area{flex:1;padding:20px;display:flex;flex-direction:column;gap:24px;z-index:10}.chat_bg1{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.chat_bg2{position:absolute;bottom:0;right:0;width:100%;height:100%;z-index:0}.message{display:flex;gap:8px;max-width:85%;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.bot{align-self:flex-start}.message.user{align-self:flex-end;flex-direction:row-reverse}.bubble{padding:8px 12px;font-size:11px;line-height:1.6;box-shadow:0 4px 4px #0000000a}.bot .bubble{background:var(--bot-bg);color:#fff;border-radius:0 8px 8px}.user .bubble{background:#fff;color:var(--text-main);border-radius:8px 0 8px 8px}.chat-img-user img{width:35px;height:35px;border-radius:50%;flex-shrink:0;border:1px solid white;display:flex;align-items:center;justify-content:center}footer{width:100%;padding:10px 12px 12px;z-index:20;flex-shrink:0;margin-top:auto}.quick-actions{display:flex;gap:13px;margin-bottom:16px;overflow-x:auto;padding-bottom:4px;padding-inline-start:10px}.quick-actions::-webkit-scrollbar{display:none}.chip{background:#ffffff3d;border:1.2px solid #ccc;border-radius:17px;padding:0 15px;height:30px;font-size:11px;font-weight:500;color:#353535;box-shadow:0 5px 15px #638cf333;white-space:nowrap;cursor:pointer;transition:.2s}.chip:hover{background:#fff6}.input-container{background:#ffffff3d;border:.6px solid #ddd;border-radius:10px;height:46px;display:flex;align-items:center;padding-right:2px;box-shadow:0 2px 20px #638cf352;margin:1rem .5rem}.input-container input{flex:1;background:transparent;border:none;outline:none;padding:0 15px;font-size:11px;color:var(--text-muted)}.send-btn{width:53px;height:43px;border-radius:7px;border:none;background:radial-gradient(circle at 0 0,#5643ff 4%,#5e66ff,#6588ff);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 7px -2px #789df6}.typing-indicator{display:flex;align-items:center;gap:4px;padding:6px 0}.typing-indicator span{width:6px;height:6px;background-color:#fff;border-radius:50%;display:inline-block;animation:typingBounce 1.4s infinite ease-in-out both}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
