.token{word-break:break-word;overflow-wrap:break-word;width:100%;white-space:pre-wrap}.prose li p{margin-top:-19px}@keyframes highlightSweep{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}.highlight-text{display:inline-block;position:relative;font-weight:400;padding:0;border-radius:4px}.highlight-text:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:rgb(233 213 255/.7);transform-origin:left;transform:scaleX(0);opacity:0;z-index:-1;border-radius:inherit}@keyframes fontWeightAnimation{0%{font-weight:400;padding:0}to{font-weight:600;padding:0 4px}}@keyframes backgroundColorAnimation{0%{background-color:transparent}to{background-color:rgba(180,231,255,.7)}}.highlight-text.animate{animation:fontWeightAnimation .1s ease-out forwards,backgroundColorAnimation .1s ease-out forwards;animation-delay:.88s,1.1s}.highlight-text.dark{background-color:rgba(213,242,255,.7);color:#000}.highlight-text.animate:before{animation:highlightSweep .5s ease-out forwards;animation-delay:.6s;animation-fill-mode:forwards;animation-iteration-count:1}:root[class~=dark] .highlight-text:before{background:rgb(88 28 135/.5)}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}.markdown-cursor{display:inline-block;animation:blink .8s ease-in-out infinite;color:rgba(213,242,255,.7);margin-left:1px;font-size:1.2em;line-height:1;vertical-align:baseline;position:relative;top:2px}:root[class~=dark] .markdown-cursor{color:#6366f1}