.pace { pointer-events: none; user-select: none; }
.pace .pace-progress {
  background: linear-gradient(90deg, #0088ff, #00d4ff);
  position: fixed;
  z-index: 2000;
  top: 0; left: 0;
  height: 2px;
  box-shadow: 0 0 10px rgba(0,212,255,0.8);
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive { display: none; }
