.support-chat-module__e_l5ja__launcher{z-index:1000;background:var(--color-primary,#059669);color:#fff;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 24px #04785759}.support-chat-module__e_l5ja__launcher:hover{transform:translateY(-2px);box-shadow:0 12px 28px #04785766}.support-chat-module__e_l5ja__panel{z-index:1000;overscroll-behavior:contain;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;width:380px;max-width:calc(100vw - 24px);height:560px;max-height:calc(100vh - 120px);animation:.22s ease-out support-chat-module__e_l5ja__supportChatIn;display:flex;position:fixed;bottom:88px;right:20px;overflow:hidden;box-shadow:0 24px 64px #0f172a38}@keyframes support-chat-module__e_l5ja__supportChatIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.support-chat-module__e_l5ja__header{background:var(--color-primary,#059669);color:#fff;align-items:center;gap:10px;padding:14px 16px;display:flex}.support-chat-module__e_l5ja__headerDot{background:#6ee7b7;border-radius:9999px;flex-shrink:0;width:9px;height:9px;box-shadow:0 0 0 3px #ffffff40}.support-chat-module__e_l5ja__headerTitle{letter-spacing:-.01em;font-size:.9375rem;font-weight:700}.support-chat-module__e_l5ja__headerSub{opacity:.85;font-size:.71rem}.support-chat-module__e_l5ja__headerClose{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:9999px;margin-left:auto;padding:6px;font-size:1.05rem;line-height:1}.support-chat-module__e_l5ja__headerClose:hover{background:#ffffff26}.support-chat-module__e_l5ja__messages{overscroll-behavior:contain;background:#f8fafc;flex-direction:column;flex:1;gap:10px;padding:16px 14px;display:flex;overflow-y:auto}.support-chat-module__e_l5ja__bubble{white-space:pre-wrap;word-wrap:break-word;border-radius:14px;max-width:85%;padding:9px 13px;font-size:.84rem;line-height:1.55}.support-chat-module__e_l5ja__bubbleUser{background:var(--color-primary,#059669);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.support-chat-module__e_l5ja__bubbleAssistant{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px;align-self:flex-start}.support-chat-module__e_l5ja__bubbleAssistant strong{font-weight:650}.support-chat-module__e_l5ja__bubbleAssistant ul{margin:4px 0 4px 18px;padding:0}.support-chat-module__e_l5ja__bubbleAssistant li{margin:2px 0}.support-chat-module__e_l5ja__bubbleAssistant a{color:var(--color-primary,#059669);text-decoration:underline}.support-chat-module__e_l5ja__greeting{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:14px 14px 14px 4px;align-self:flex-start;padding:9px 13px;font-size:.84rem;line-height:1.55}.support-chat-module__e_l5ja__suggestions{flex-wrap:wrap;gap:6px;padding:2px 0;display:flex}.support-chat-module__e_l5ja__suggestion{color:#047857;cursor:pointer;background:#f0fdf4;border:1px solid #d1fae5;border-radius:9999px;padding:6px 12px;font-size:.74rem;font-weight:600;transition:background .12s}.support-chat-module__e_l5ja__suggestion:hover{background:#d1fae5}.support-chat-module__e_l5ja__handoverBanner{color:#047857;text-align:center;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;align-self:stretch;padding:8px 12px;font-size:.74rem;font-weight:600}.support-chat-module__e_l5ja__typing{background:#fff;border:1px solid #e2e8f0;border-radius:14px 14px 14px 4px;align-self:flex-start;gap:4px;padding:12px 14px;display:flex}.support-chat-module__e_l5ja__typingDot{background:#94a3b8;border-radius:9999px;width:6px;height:6px;animation:1.2s infinite support-chat-module__e_l5ja__supportChatBounce}.support-chat-module__e_l5ja__typingDot:nth-child(2){animation-delay:.15s}.support-chat-module__e_l5ja__typingDot:nth-child(3){animation-delay:.3s}@keyframes support-chat-module__e_l5ja__supportChatBounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.support-chat-module__e_l5ja__errorNote{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-self:center;padding:6px 12px;font-size:.74rem}.support-chat-module__e_l5ja__inputRow{background:#fff;border-top:1px solid #e2e8f0;gap:8px;padding:12px;display:flex}.support-chat-module__e_l5ja__input{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;outline:none;flex:1;padding:10px 16px;font-family:inherit;font-size:.84rem}.support-chat-module__e_l5ja__input:focus{border-color:var(--color-primary,#059669);background:#fff}.support-chat-module__e_l5ja__send{background:var(--color-primary,#059669);color:#fff;cursor:pointer;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.support-chat-module__e_l5ja__send:disabled{opacity:.45;cursor:not-allowed}.support-chat-module__e_l5ja__footNote{text-align:center;color:#94a3b8;background:#fff;padding:0 12px 10px;font-size:.65rem}@media (max-width:480px){.support-chat-module__e_l5ja__panel{width:auto;height:70vh;bottom:84px;left:12px;right:12px}.support-chat-module__e_l5ja__launcher{bottom:14px;right:14px}}.support-chat-module__e_l5ja__bubbleHuman{color:#064e3b;background:#ecfdf5;border:1px solid #a7f3d0;border-bottom-left-radius:4px;align-self:flex-start}.support-chat-module__e_l5ja__bubbleTag{text-transform:uppercase;letter-spacing:.05em;color:#059669;margin-bottom:3px;font-size:.62rem;font-weight:700;display:block}.support-chat-module__e_l5ja__panelAutoOpen{transform-origin:100% 100%;animation:.7s cubic-bezier(.34,1.56,.64,1) both support-chat-module__e_l5ja__supportChatSpringIn,1.6s ease-out .25s support-chat-module__e_l5ja__supportChatGlow}@keyframes support-chat-module__e_l5ja__supportChatSpringIn{0%{opacity:0;transform:translateY(40px)scale(.6)rotate(-3deg)}60%{opacity:1;transform:translateY(-6px)scale(1.03)rotate(.5deg)}80%{transform:translateY(2px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)rotate(0)}}@keyframes support-chat-module__e_l5ja__supportChatGlow{0%{box-shadow:0 24px 64px #0f172a38,0 0 #10b98173}to{box-shadow:0 24px 64px #0f172a38,0 0 0 26px #10b98100}}.support-chat-module__e_l5ja__launcherPulse:after{content:"";border:2px solid var(--color-primary,#059669);pointer-events:none;border-radius:9999px;animation:1.4s ease-out 3 support-chat-module__e_l5ja__supportChatSonar;position:absolute;inset:-4px}@keyframes support-chat-module__e_l5ja__supportChatSonar{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.9)}}@media (prefers-reduced-motion:reduce){.support-chat-module__e_l5ja__panelAutoOpen{animation:none}.support-chat-module__e_l5ja__launcherPulse:after{opacity:0;animation:none}}
