html { background: #FFFFFF; }
body { margin: 0; padding: 0; overflow: hidden; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; }
#root { width: 100%; height: 100dvh; overflow: hidden; }
::-webkit-scrollbar { width: 0; height: 0; }
* { -ms-overflow-style: none; scrollbar-width: none; }