:root{--vh:1vh;--initial-vh:100vh}@supports (-webkit-touch-callout:none){.mobile-viewport-fix{height:-webkit-fill-available;min-height:-webkit-fill-available}.mobile-viewport-dynamic{height:calc(var(--vh, 1vh) * 100);min-height:calc(var(--vh, 1vh) * 100)}}@media (max-width:768px){.keyboard-open{transition:height .2s ease-in-out}.keyboard-open .chat-input{max-height:40vh;transition:max-height .2s ease-in-out}.mobile-input-container{position:relative;z-index:10}.mobile-messages{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-input:focus{font-size:16px;transform:none}}@media (max-width:768px) and (-webkit-min-device-pixel-ratio:1){.android-viewport-fix{height:100vh;height:calc(var(--vh, 1vh) * 100)}}@media (max-width:768px){@media (orientation:landscape) and (max-height:500px){.mobile-landscape{height:100vh;max-height:100vh}.mobile-landscape .chat-input{max-height:25vh}}.mobile-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mobile-stable{position:relative;overflow:hidden}}