/* ==========================================================================
   Thin scrollbars — shared across Workshop, Home, and apps
   Song wall keeps hidden scroll via song-wall.css overrides.
   ========================================================================== */

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(154, 144, 128, 0.32) transparent;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: rgba(154, 144, 128, 0.32);
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(212, 132, 90, 0.42);
}
