.naraya-progress{position:relative;width:100%;height:.5rem;border-radius:9999px;background-color:rgb(var(--color-secondary));overflow:hidden}.naraya-progress__fill{height:100%;border-radius:9999px;background-color:rgb(var(--color-primary));transition:width var(--duration-slow) var(--easing-smooth)}.naraya-progress--sm{height:.25rem}.naraya-progress--md{height:.5rem}.naraya-progress--lg{height:.75rem}.naraya-progress--tone-accent .naraya-progress__fill{background-color:rgb(var(--color-accent))}.naraya-progress--tone-info .naraya-progress__fill{background-color:rgb(var(--color-info))}.naraya-progress--tone-success .naraya-progress__fill{background-color:rgb(var(--color-success))}.naraya-progress--tone-warning .naraya-progress__fill{background-color:rgb(var(--color-warning))}.naraya-progress--tone-error .naraya-progress__fill{background-color:rgb(var(--color-error))}.naraya-progress--indeterminate .naraya-progress__fill{width:40%!important;animation:naraya-progress-indeterminate 1.5s ease-in-out infinite}@keyframes naraya-progress-indeterminate{0%{transform:translateX(-100%)}to{transform:translateX(350%)}}@media (prefers-reduced-motion:reduce){.naraya-progress--indeterminate .naraya-progress__fill{animation-duration:4s}}