.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
.vertical-text { writing-mode: vertical-rl; text-orientation: mixed; }
body { overscroll-behavior: none; touch-action: none; background-color: #000; color: white; }
/* Loader */
#loading { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; background: #000; z-index: 9999; font-family: sans-serif; }
