@keyframes shimmer{0%{background-position:-1000px 0}100%{background-position:1000px 0}}.shimmer{animation:shimmer 2s infinite linear;background:linear-gradient(to right, var(--shimmer-base) 4%, var(--shimmer-highlight) 25%, var(--shimmer-base) 36%);background-size:1000px 100%}.shimmer.block{border-radius:4px;width:100%;height:28px}@media(prefers-reduced-motion: reduce){.shimmer{animation:none}}
