/* ===================================================
   TaskMasters — Page progress bar
   Thin top-of-page loader on inter-page navigation.
   Included globally via head.php.
   =================================================== */

#tm-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 2.5px;
  width: 0%;
  background: var(--tm-emerald, #0F9D6E);
  border-radius: 0 2px 2px 0;
  pointer-events: none;
  opacity: 0;
  /* glow so it reads against both light and dark page tops */
  box-shadow: 0 0 10px rgba(15, 157, 110, 0.55);
}
