*{box-sizing:border-box;-webkit-overflow-scrolling:touch}#root,body,html{height:100%;background-color:background-app-color}body{-webkit-font-smoothing:antialiased}body>main{min-height:100vh;min-height:-webkit-fill-available;height:100%}a{text-decoration:none}ul{list-style:none}button{cursor:pointer}::-webkit-scrollbar{width:.25rem;height:.25rem;border-radius:.125rem;background-color:var(--chakra-colors-gray-50)}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--chakra-colors-gray-300)}::-webkit-scrollbar-thumb:hover{background:#555}.panning{cursor:-webkit-grabbing;cursor:grabbing}.panning g{pointer-events:none}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}