/* Delayed, unobtrusive entrance for the floating chat launcher. */
#wl-chat-toggle{animation:wl-chat-toggle-enter .56s cubic-bezier(.22,.8,.32,1) 1.5s both}@keyframes wl-chat-toggle-enter{0%{opacity:0;transform:translateY(26px) scale(.9)}65%{opacity:1;transform:translateY(-3px) scale(1.035)}100%{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){#wl-chat-toggle{animation:none}}
