@media screen and (max-width:42rem){html{height:100vh;height:100dvh}@supports not (height:1dvh){html{height:100vh}}body{min-height:100%!important}#main{height:calc(100vh - var(--header-height))!important;height:calc(100dvh - var(--header-height))!important}@supports not (height:1dvh){#main{height:calc(100vh - var(--header-height))!important}}#conversation{height:calc(100vh - var(--header-height))!important;height:calc(100dvh - var(--header-height))!important}@supports not (height:1dvh){#conversation{height:calc(100vh - var(--header-height))!important}}}