.mobile-chat-container{max-width:min(28rem,100vw);position:fixed;transition:transform .3s ease-in-out,width .3s ease-in-out;@supports (-webkit-appearance:none){padding-bottom:0;bottom:0}}.mobile-chat-container.focused{@supports (-webkit-appearance:none){bottom:0;padding-bottom:0}}.mobile-chat-collapsed{max-width:min(28rem,100vw);margin-left:auto;margin-right:auto;transition:all .3s ease-in-out}.mobile-chat-input-container{position:sticky;bottom:0;background:white;z-index:10;padding-bottom:env(safe-area-inset-bottom,0);@supports (-webkit-appearance:none){padding-bottom:0;margin-bottom:0}}body{overflow-y:auto!important;touch-action:pan-y!important}@supports (-webkit-appearance:none){html{overscroll-behavior:auto}body{-webkit-overflow-scrolling:touch;touch-action:pan-y!important}}@media (min-width:768px){.mobile-chat-collapsed,.mobile-chat-container{max-width:min(28rem,80vw)}}@media (orientation:landscape) and (max-height:500px){.mobile-chat-container{height:60vh}.mobile-chat-container.focused{height:35vh}}#video-player-container{scroll-margin-top:1rem}