/* ✅ 04 — Scrollbar Hide + Tap Highlight Off */
::-webkit-scrollbar { display: none; }
* { -webkit-tap-highlight-color: transparent; }

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
