input[type=number]{-moz-appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.grid-cell{transition:background-color .4s cubic-bezier(.4,0,.2,1)}.grid-cell.filled{animation:cell-glow 2s infinite alternate}@keyframes cell-glow{0%{opacity:.8}to{opacity:1;box-shadow:inset 0 0 10px hsla(0,0%,100%,.1)}}.visualization-bg{background-image:radial-gradient(circle at center,#3f3f46 1px,transparent 0);background-size:40px 40px}.thick-scrollbar::-webkit-scrollbar{width:8px}.thick-scrollbar::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.thick-scrollbar::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:4px}.thick-scrollbar::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.2)}