:root{--mobile-vh: 100vh}@supports (height: 100dvh){:root{--mobile-vh: 100dvh}}.h-mobile-screen{height:var(--mobile-vh)}.min-h-mobile-screen{min-height:var(--mobile-vh)}.mobile-scroll-container{overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-fixed-header{position:fixed;top:0;left:0;right:0;z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-fixed-input{position:fixed;bottom:0;left:0;right:0;z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-content-with-header{padding-top:4rem}.mobile-content-with-input{padding-bottom:10rem}@media screen and (max-width: 768px){body{overscroll-behavior:none;-webkit-overflow-scrolling:touch}#root{height:var(--mobile-vh);overflow:hidden}body{overflow:hidden}.mobile-scroll-container{overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:calc(var(--mobile-vh) - 4rem);overscroll-behavior:contain;scroll-behavior:smooth}.mobile-chat-container{height:calc(var(--mobile-vh) - 4rem - 8rem)}}.js-mobile-vh{height:calc(var(--mobile-vh, 100vh))}input,textarea,button{-webkit-appearance:none;-webkit-border-radius:0}:root{--show-first-last: inline-flex}@media (max-width: 320px){:root{--show-first-last: none}}
