.sales-chat-launcher{position:fixed;right:22px;bottom:22px;z-index:8000;display:flex;align-items:center;gap:11px;padding:9px 15px 9px 9px;border:1px solid rgba(125,211,252,.28);border-radius:999px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 18px 55px rgba(37,99,235,.42);cursor:pointer;transition:.24s}.sales-chat-launcher:hover{transform:translateY(-4px);box-shadow:0 24px 65px rgba(37,99,235,.55)}.sales-chat-launcher.chat-open{opacity:0;pointer-events:none;transform:translateY(10px)}.sales-chat-launcher>span:last-child{text-align:left}.sales-chat-launcher strong,.sales-chat-launcher small{display:block}.sales-chat-launcher strong{font-size:13px}.sales-chat-launcher small{margin-top:2px;color:#bfdbfe;font-size:9px}.sales-launcher-icon,.sales-agent-avatar{position:relative;display:grid;place-items:center}.sales-launcher-icon{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.12)}.sales-launcher-icon img{width:32px;height:32px}.sales-launcher-icon b,.sales-agent-avatar b{position:absolute;right:0;bottom:0;width:10px;height:10px;border:2px solid #1d4ed8;border-radius:50%;background:#4ade80}.sales-chat{position:fixed;right:22px;bottom:22px;z-index:8001;width:min(400px,calc(100vw - 28px));height:min(570px,calc(100vh - 44px));display:none;grid-template-rows:auto minmax(0,1fr) auto;border:1px solid rgba(96,165,250,.25);border-radius:25px;background:linear-gradient(180deg,rgba(10,21,42,.99),rgba(5,14,29,.99));color:#fff;box-shadow:0 38px 120px rgba(0,0,0,.68),0 0 0 1px rgba(255,255,255,.025);overflow:hidden;transform-origin:right bottom}.sales-chat.open{display:grid;animation:salesChatIn .3s cubic-bezier(.2,.84,.2,1)}.sales-chat-head{display:flex;align-items:center;gap:12px;padding:16px 17px;border-bottom:1px solid rgba(148,163,184,.13);background:linear-gradient(115deg,rgba(37,99,235,.22),rgba(15,23,42,.45))}.sales-agent-avatar{width:44px;height:44px;border:1px solid rgba(96,165,250,.18);border-radius:15px;background:rgba(37,99,235,.13)}.sales-agent-avatar img{width:34px;height:34px}.sales-chat-head>div{flex:1;min-width:0}.sales-chat-head strong,.sales-chat-head span{display:block}.sales-chat-head strong{font-size:14px}.sales-chat-head>div span{margin-top:4px;color:#86efac;font-size:10px;font-weight:800}.sales-chat-close{width:35px;height:35px;border:1px solid rgba(255,255,255,.09);border-radius:11px;background:rgba(255,255,255,.05);color:#cbd5e1;font-size:21px;cursor:pointer;transition:.2s}.sales-chat-close:hover{background:rgba(255,255,255,.1);color:#fff;transform:rotate(4deg)}.sales-chat-messages{min-height:0;overflow-y:auto;padding:17px;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(59,130,246,.55) transparent}.sales-message{width:max-content;max-width:88%;margin-bottom:12px;padding:11px 13px;border-radius:15px;color:#dbeafe;font-size:13px;line-height:1.55;white-space:pre-wrap}.sales-message.bot{border:1px solid rgba(148,163,184,.14);border-bottom-left-radius:5px;background:rgba(15,23,42,.88);box-shadow:0 8px 28px rgba(0,0,0,.14)}.sales-message.user{margin-left:auto;border-bottom-right-radius:5px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.sales-message.is-writing::after{content:"";display:inline-block;width:2px;height:13px;margin-left:3px;background:#93c5fd;vertical-align:-2px;animation:salesCursor .75s infinite}.sales-message.is-typing{display:flex;align-items:center;gap:9px;color:#94a3b8}.sales-typing-label{font-size:10px;font-weight:800}.sales-typing{display:flex;gap:4px}.sales-typing i{width:5px;height:5px;border-radius:50%;background:#60a5fa;animation:salesDot 1s infinite}.sales-typing i:nth-child(2){animation-delay:.15s}.sales-typing i:nth-child(3){animation-delay:.3s}.sales-suggestions{display:grid;gap:8px;margin:0 0 13px}.sales-suggestion{position:relative;display:grid;grid-template-columns:1fr auto;padding:11px 12px;border:1px solid rgba(59,130,246,.2);border-radius:13px;background:rgba(37,99,235,.09);color:#dbeafe;text-decoration:none;transition:.2s}.sales-suggestion:hover{border-color:rgba(96,165,250,.38);background:rgba(37,99,235,.16);transform:translateX(3px)}.sales-suggestion>span{font-size:12px;font-weight:900}.sales-suggestion small{grid-column:1;display:block;margin-top:4px;color:#7dd3fc;font-size:10px;font-weight:700}.sales-suggestion b{grid-column:2;grid-row:1/3;align-self:center;color:#93c5fd;font-size:11px}.sales-chat-cta{display:flex;justify-content:space-between;padding:11px 12px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;text-decoration:none;font-size:12px;font-weight:900}.sales-chat-cta span{color:#dbeafe;font-size:10px}.sales-chat-footer{border-top:1px solid rgba(148,163,184,.13);background:rgba(2,6,23,.7)}.sales-quick{display:flex;flex-wrap:wrap;gap:6px;padding:10px 12px 0;overflow:hidden}.sales-quick button{max-width:100%;padding:7px 9px;border:1px solid rgba(148,163,184,.16);border-radius:999px;background:rgba(15,23,42,.82);color:#cbd5e1;font-size:10px;font-weight:800;cursor:pointer;transition:.2s}.sales-quick button:hover{border-color:rgba(96,165,250,.35);background:rgba(37,99,235,.12);color:#fff}.sales-chat-form{display:grid;grid-template-columns:minmax(0,1fr) 43px;gap:8px;padding:10px 12px 8px}.sales-chat-form input{width:100%;min-width:0;padding:12px 13px;border:1px solid rgba(148,163,184,.2);border-radius:12px;background:rgba(15,23,42,.82);color:#fff;outline:none}.sales-chat-form input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.12)}.sales-chat-form input:disabled{opacity:.7}.sales-chat-form button{width:43px;border:0;border-radius:12px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-size:19px;cursor:pointer}.sales-chat-note{padding:0 12px 9px;color:#64748b;font-size:8px;text-align:center}.sales-chat-note span{color:#4ade80}@keyframes salesChatIn{from{opacity:0;transform:translateY(18px) scale(.95)}to{opacity:1;transform:none}}@keyframes salesDot{0%,60%,100%{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes salesCursor{50%{opacity:0}}@media(max-width:520px){.sales-chat{right:10px;bottom:10px;width:calc(100vw - 20px);height:min(610px,calc(100dvh - 20px));border-radius:22px}.sales-chat-launcher{right:14px;bottom:14px}.sales-chat-launcher>span:last-child{display:none}}@media(prefers-reduced-motion:reduce){.sales-chat.open,.sales-typing i,.sales-message.is-writing::after{animation:none}}
