@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;700;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{overscroll-behavior:none;width:100%;height:100%;overflow:hidden}body{background-color:#000;color:#fff;overflow:hidden;position:fixed;width:100%;height:100%;cursor:none;font-family:Noto Sans,sans-serif;overscroll-behavior:none;touch-action:none}#webgl-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;pointer-events:none;display:block;cursor:none}#app{position:relative;z-index:1;width:100%;min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#00000080}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}
