#root{height:100vh;width:100vw;overflow-x:hidden}@keyframes pulse-fade{0%,to{opacity:.7}50%{opacity:1}}.is-streaming:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,#f0f0f000,#f0f0f0 90%);pointer-events:none;animation:pulse-fade 1.5s infinite ease-in-out}.dark .is-streaming:after{background:linear-gradient(to bottom,#2d2f3a00,#2d2f3a 90%)}
