.thinking-shimmer{font-family:var(--font-figtree),"Figtree",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#6b7280;background:-webkit-gradient(linear,left top,right top,from(#6b7280),to(#6b7280),color-stop(.5,#e5e7eb));background:-moz-gradient(linear,left top,right top,from(#6b7280),to(#6b7280),color-stop(.5,#e5e7eb));background:gradient(linear,left top,right top,from(#6b7280),to(#6b7280),color-stop(.5,#e5e7eb));-webkit-background-size:50px 100%;-moz-background-size:50px 100%;background-size:50px 100%;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation-name:thinkingShimmer;-moz-animation-name:thinkingShimmer;animation-name:thinkingShimmer;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;background-repeat:no-repeat;background-position:0 0;background-color:#6b7280}@keyframes thinkingShimmer{0%{background-position:-50px}to{background-position:calc(100% + 50px)}}@-webkit-keyframes thinkingShimmer{0%{background-position:-50px}to{background-position:calc(100% + 50px)}}@-moz-keyframes thinkingShimmer{0%{background-position:-50px}to{background-position:calc(100% + 50px)}}