.chat-video-container{z-index:101;background-color:#000;transition:opacity .3s ease-out;position:fixed;inset:0}.chat-video-video{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;position:absolute;inset:0}.chat-video-cover{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.chat-video-top-gradient{background:linear-gradient(#0006,#0000);height:128px;position:absolute;top:0;left:0;right:0}.chat-video-bottom-gradient{background:linear-gradient(#0000,#00000080);height:288px;position:absolute;bottom:0;left:0;right:0}.chat-video-bottom-content{text-align:center;word-wrap:break-word;z-index:103;max-width:calc(100vw - 32px);padding:0 16px;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.chat-video-subtitle{color:#fff;text-shadow:0 1px 1px #0000001f;word-wrap:break-word;overflow-wrap:break-word;will-change:opacity,transform;max-width:100%;margin-bottom:24px;font-size:16px;font-weight:500;line-height:24px;transition:opacity .2s,transform .2s}.chat-video-chat-now-container{border-bottom:1px solid #fff9;transition:opacity .5s}.chat-video-chat-now-button{color:#fff9;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:700;transition:color .2s}.chat-video-chat-now-button:hover{color:#fffc}.chat-video-close-button{z-index:102;backdrop-filter:blur(10px);cursor:pointer;background-color:#fff9;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:background-color .2s;display:flex;position:absolute;top:32px;right:16px}.chat-video-close-button:hover{background-color:#fffc}.chat-video-loading{z-index:105;background-color:#fff3;height:2px;position:absolute;bottom:16px;left:0;right:0}.chat-video-loading-bar{background-color:#fff;height:100%;animation:2s ease-in-out infinite chat-video-pulse}@keyframes chat-video-pulse{0%,to{opacity:.6}50%{opacity:1}}@media (width<=768px){.chat-video-bottom-content{padding:0 12px;bottom:20px}.chat-video-subtitle{margin-bottom:16px;font-size:14px;line-height:20px}.chat-video-close-button{top:20px;right:12px}}@media (width<=480px){.chat-video-bottom-content{padding:0 8px;bottom:16px}.chat-video-subtitle{margin-bottom:12px;font-size:13px;line-height:18px}}