html,body,#root{box-sizing:border-box;height:var(--vh);margin:0;padding:0;overflow-x:hidden}:root{--vh:100svh}html[data-theme=dark]{--bg-color:#1a1a1a}html[data-theme=light]{--bg-color:#fff}html,body{background:var(--bg-color)}#root{max-width:100vw;overflow-x:hidden}body{overscroll-behavior:none;-webkit-overflow-scrolling:auto}html,body{overscroll-behavior-y:contain;touch-action:pan-y;width:100%;height:100%;overflow:hidden}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#b95eff33;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#b95eff66}
