.track {
  position: relative;
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  border-radius: 9999px;
  background-color: var(--ac-secondary);
}

.indicator {
  height: 100%;
  border-radius: 9999px;
  background-color: var(--ac-primary);
  transition: width 200ms ease;
}
