.shimmer-text-container{padding:4px 0;overflow:hidden}.shimmer-active{opacity:1}.shimmer-exiting{animation:shimmerFadeOut 2.5s cubic-bezier(.4,0,.2,1) forwards}@keyframes shimmerFadeOut{0%{opacity:1;max-height:100px}90%{opacity:0;max-height:100px}to{opacity:0;max-height:0;overflow:hidden}}.shimmer-text{display:inline-block;font-size:var(--text-xs);font-weight:400;letter-spacing:.01em;background:linear-gradient(90deg,var(--ink-secondary) 0,var(--ink-primary) 20%,var(--ink-secondary) 40%,var(--ink-secondary) 100%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#0000;animation:shimmer 6s ease-in-out infinite;will-change:background-position}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.shimmer-text{animation:none;background:var(--ink-primary);background-clip:text;-webkit-background-clip:text}.shimmer-exiting{animation:simpleFadeOut 2.5s ease-out forwards}@keyframes simpleFadeOut{0%{opacity:1;max-height:100px}99%{opacity:0;max-height:100px}to{opacity:0;max-height:0;overflow:hidden}}}