:root{--chat-buffer-streaming:50vh;--chat-buffer-streaming-mobile:40vh;--chat-buffer-completed:50vh;--chat-buffer-completed-mobile:35vh;--chat-min-buffer:400px;--chat-max-buffer:80vh;--chat-max-buffer-mobile:60vh;--chat-scroll-padding:clamp(var(--chat-min-buffer),var(--chat-buffer-streaming),var(--chat-max-buffer))}@media (max-height:768px){:root{--chat-buffer-streaming:var(--chat-buffer-streaming-mobile);--chat-buffer-completed:var(--chat-buffer-completed-mobile);--chat-max-buffer:var(--chat-max-buffer-mobile)}}.chat-buffer-transition{transition:min-height .3s ease-out,padding-bottom .3s ease-out}.message-with-buffer{padding-bottom:var(--chat-buffer-completed)}.message-streaming-buffer{min-height:var(--chat-buffer-streaming)}[data-multimodal-form=true][data-adopted=true]{opacity:1;pointer-events:none;position:absolute;z-index:-1}.input-transition-container{position:relative;contain:layout}