:root{--header-height:64px;--input-height:128px;--prompt-height:220px}.chat-container{height:100%;padding-bottom:240px;position:relative;overflow:hidden auto}.chat-container::-webkit-scrollbar{display:none}.chat-container{-ms-overflow-style:none;scrollbar-width:none}.chat-container:after{content:"";pointer-events:none;background:linear-gradient(to bottom, #fff0 0%, hsl(var(--background)) 100%);z-index:10;height:120px;position:absolute;bottom:0;left:0;right:0}.dark .chat-container:after{background:linear-gradient(to bottom, #0000 0%, hsl(var(--background)) 100%)}.chat-content{z-index:1;position:relative}.chat-messages p,.chat-message{overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.chat-messages pre,.chat-message pre{white-space:pre-wrap;word-break:break-all;overflow-x:auto}.chat-messages a,.chat-messages code:not(pre code),.chat-message a,.chat-message code:not(pre code){word-break:break-all}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.cursor{animation:1s infinite blink}
