html { overflow: hidden; overflow-y: scroll; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background-color: transparent }
::-webkit-scrollbar-thumb { background-color: #00000080; }
::-webkit-scrollbar-thumb:hover { background-color: #000000FF; }
body { margin: 0px; font-family: system-ui; line-height: 1.5; }