*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#fff;color:#0a0a0a;transition:background-color .3s ease,color .3s ease}body.dark-mode{background:#0a0a0a;color:#fff}a{color:inherit;text-decoration:none}button{border:none;background:none;cursor:pointer;font-family:inherit}main{min-height:100vh}body::-webkit-scrollbar,div::-webkit-scrollbar{width:8px;height:8px}body::-webkit-scrollbar-track,div::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}body::-webkit-scrollbar-thumb,div::-webkit-scrollbar-thumb{background:#ff6b35;border-radius:10px;-webkit-transition:background .2s ease;transition:background .2s ease}body::-webkit-scrollbar-thumb:hover,div::-webkit-scrollbar-thumb:hover{background:#ff8c42}body,div{scrollbar-width:thin;scrollbar-color:#ff6b35 #f3f4f6}