.chat-popup-window{position:fixed;width:380px;height:520px;border-radius:12px;box-shadow:0 8px 40px rgba(0,0,0,.18),0 2px 8px rgba(0,0,0,.08);overflow:hidden;transition:transform .25s cubic-bezier(.25,.8,.25,1.2),opacity .2s ease,box-shadow .25s ease;animation:chat-popup-in .3s cubic-bezier(.25,.8,.25,1.2);background:#fff}@keyframes chat-popup-in{from{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-popup-window.chat-popup-closing{animation:chat-popup-out .2s ease forwards;pointer-events:none}@keyframes chat-popup-out{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.chat-popup-window.chat-popup-active{box-shadow:0 12px 48px rgba(0,0,0,.25),0 2px 8px rgba(0,0,0,.1)}.chat-popup-window .cw-root{width:100%;height:100%;min-height:0;border:none;border-radius:0;box-shadow:none}@media (max-width:768px){.chat-popup-window{width:100vw;height:100vh;height:100dvh;top:0 !important;left:0 !important;border-radius:0}.chat-popup-window .cw-header{padding-top:env(safe-area-inset-top,0)}.chat-popup-window .cw-footer{padding-bottom:env(safe-area-inset-bottom,8px)}}