/* Dubai Massage Listings — helpers on top of the Tailwind-based theme.
   Strict monochrome design system: no color beyond black/white/grey. */
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

#listing-grid { transition: opacity 0.2s; }
#listing-grid.loading { opacity: 0.5; pointer-events: none; }

.no-results { grid-column: 1 / -1; }

/* Pill state toggling (classes swapped by JS) */
.dmn-pill { cursor: pointer; }
