.vp-skeleton{--skeleton-height:var(--vp-semantic-sizing-xs);--skeleton-width:100%;--skeleton-background-color-start:var(--vp-semantic-color-alpha-quiet-s);--skeleton-background-color-end:var(--vp-semantic-color-alpha-quiet-l);border-radius:var(--vp-component-skeleton-border-radius-full-rounded);height:var(--skeleton-height);width:var(--skeleton-width)}.vp-skeleton--graphic{--skeleton-height:initial;--skeleton-width:initial;min-height:var(--vp-component-skeleton-sizing-graphic-min-height);min-width:var(--vp-component-skeleton-sizing-graphic-min-width)}.vp-skeleton--on-brand{--skeleton-background-color-start:var(--vp-semantic-color-alpha-on-brand-quiet-s);--skeleton-background-color-end:var(--vp-semantic-color-alpha-on-brand-quiet-l)}.vp-skeleton--rounded{border-radius:var(--vp-component-skeleton-border-radius-rounded)}.vp-skeleton--squared{border-radius:var(--vp-component-skeleton-border-radius-squared)}.vp-skeleton{animation:skeleton-pulse var(--vp-component-skeleton-motion-duration)var(--vp-component-skeleton-motion-easing)var(--vp-component-skeleton-motion-delay)infinite alternate-reverse;background-color:var(--skeleton-background-color-end)}.vp-skeleton--none{animation:none}@media (prefers-reduced-motion:reduce){.vp-skeleton{animation:none}}@keyframes skeleton-pulse{0%{background-color:var(--skeleton-background-color-start)}to{background-color:var(--skeleton-background-color-end)}}
