.stream-parent{position:relative}.stream-container{display:inline}.paragraph-container{position:relative;z-index:10;background:var(--background-dark);white-space:pre-wrap}.background-text{position:absolute;white-space:pre-wrap;opacity:.4;width:100%;top:0;left:0;pointer-events:none}.stream-chunk{position:relative;z-index:3;box-decoration-break:clone;-webkit-box-decoration-break:clone;padding-right:100%;margin-right:-100%;white-space:pre-wrap}@supports (-webkit-hyphens:none){.stream-chunk{padding-right:0;margin-right:0}}@-moz-document url-prefix(){.stream-chunk{padding-right:0;margin-right:0}}.fading-text{white-space:pre-wrap;display:inline;animation:fadeIn .15s ease-in-out;z-index:3;position:relative}@keyframes fadeIn{0%{opacity:0}to{opacity:1;color:inherit}}.prefix-background{position:relative;z-index:10}@keyframes highlight{0%{background:var(--color-primary-default);color:var(--color-secondary-text)}to{background:transparent;color:inherit;padding:0}}.highlight-last-word-prefix-alternative{animation:highlight .15s ease-in-out;border-radius:5px;padding:0;position:relative;z-index:3;display:inline-block}.stream-dot{display:inline-block;width:10px;height:10px;border-radius:50%;position:relative;z-index:3;background-color:var(--color-secondary-default);margin-left:5px}@media (max-width:500px){.stream-dot{width:6px;height:6px}}.edit-bullet{position:relative;border-radius:50px;display:inline}.edit-bullet:before{display:inline;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(257deg,rgba(255,255,255,0) 0,var(--color-secondary-default) 50%,rgba(255,255,255,0) 100%);animation:edit-bullet 1s forwards;border-radius:inherit}@keyframes edit-bullet{0%{opacity:1}to{opacity:0}}.changed{background-color:gray;border-radius:50%}.changed,.remaining{white-space:pre-wrap}.remaining{color:#666;opacity:.6}.old-text,.old-text-2,.passed-text{white-space:pre-wrap}.old-text-2{opacity:.3;display:inline}.highlight-change{background-color:#e6ffe6;transition:background-color .5s ease-out}