html,body,#root{height:100%}html{overflow-y:scroll;scrollbar-gutter:stable}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}body{box-sizing:border-box}*{-webkit-tap-highlight-color:transparent}.canvas-container{touch-action:none}@view-transition{navigation:auto}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.animate-slide-up{animation:slide-up .3s ease-out}@keyframes slide-left{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-slide-left{animation:slide-left .3s ease-out}.animate-fade-in{animation:fade-in .3s ease-out}
