html,body,#root{overscroll-behavior:none;background:#050308;height:100dvh;margin:0;overflow:hidden}*{box-sizing:border-box}.scroll-thin{scrollbar-width:thin;scrollbar-color:var(--accent-soft) transparent;overflow-y:auto}.scroll-thin::-webkit-scrollbar{width:6px}.scroll-thin::-webkit-scrollbar-track{background:0 0}.scroll-thin::-webkit-scrollbar-thumb{background:var(--accent-soft);border-radius:3px}.scroll-thin::-webkit-scrollbar-thumb:hover{background:var(--accent)}.no-scrollbar{scrollbar-width:none;overflow-y:auto}.no-scrollbar::-webkit-scrollbar{display:none}
