html { scroll-behavior: smooth; -webkit-tap-highlight-color: transparent; }
body { touch-action: manipulation; }
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

