.ticker-focus-overlay{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:text;background:#fff;animation:ticker-focus-fade-in .15s ease-out}:root.dark .ticker-focus-overlay{background:#0f172a}@keyframes ticker-focus-fade-in{0%{opacity:0}to{opacity:1}}.ticker-focus-ticker{display:flex;align-items:baseline;width:100%;max-width:674px;font-family:var(--editor-font-family);font-size:var(--editor-font-size);line-height:var(--editor-line-height);font-weight:300;color:#1e293b;padding:0 1rem;user-select:none}:root.dark .ticker-focus-ticker{color:#f1f5f9}.ticker-focus-side{flex:1 1 0;min-width:0;display:flex;overflow:hidden;color:rgba(100,116,139,.55);pointer-events:none}:root.dark .ticker-focus-side{color:rgba(148,163,184,.55)}.ticker-focus-side>span{flex:0 0 auto;white-space:pre}.ticker-focus-before{justify-content:flex-end;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 85%);mask-image:linear-gradient(90deg,transparent 0,#000 85%)}.ticker-focus-after{justify-content:flex-start;-webkit-mask-image:linear-gradient(270deg,transparent 0,#000 85%);mask-image:linear-gradient(270deg,transparent 0,#000 85%)}.ticker-focus-current{flex:0 0 auto;white-space:pre}.ticker-focus-current>span{white-space:pre}.ticker-focus-caret{display:inline-block;width:2px;height:1em;background:currentColor;vertical-align:middle;margin:0 -1px;animation:ticker-focus-caret-blink 1.1s steps(2) infinite}@keyframes ticker-focus-caret-blink{0%,49%{opacity:1}50%,to{opacity:0}}.ticker-focus-active .ProseMirror,.ticker-focus-active .tiptap{caret-color:transparent}