@keyframes thinking-text-shine{0%{background-position:100%}to{background-position:-100%}}.thinkingTextShine{display:inline-block;max-width:800px;background-image:linear-gradient(90deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.4) 40%,#fff 50%,hsla(0,0%,100%,.4) 60%,hsla(0,0%,100%,.4));background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:thinking-text-shine 1.6s linear infinite}@keyframes thinking-text-blink{0%,to{opacity:1}50%{opacity:.4}}.thinkingTextBlink{display:inline-block;max-width:800px;animation:thinking-text-blink 2s ease-in-out infinite}.thinking-expand-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s cubic-bezier(.4,0,.2,1),margin-top .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1);margin-top:0;opacity:0;pointer-events:none}.thinking-expand-wrapper.expanded{grid-template-rows:1fr;margin-top:16px;opacity:1;pointer-events:auto}.thinking-expand-inner{overflow:hidden;min-height:0}