body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.canvas-container{cursor:crosshair}.canvas-container.occupied{cursor:not-allowed!important}.canvas-container.cooldown{cursor:wait!important}.canvas-container.view-only{cursor:default!important}.canvas-container.panning{cursor:grabbing!important}.pixel-cursor-blocked{animation:shake .5s ease-in-out;cursor:not-allowed}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-2px)}20%,40%,60%,80%{transform:translateX(2px)}}body.custom-fullscreen{background:#000}body.custom-fullscreen,body.paint-mode-active{overflow:hidden!important}body.paint-mode-active .MuiAppBar-root,body.paint-mode-active header,body.paint-mode-active nav{display:none!important}body.custom-fullscreen *{scrollbar-color:#4ecdc480 #0000;scrollbar-width:thin}body.custom-fullscreen ::-webkit-scrollbar{height:8px;width:8px}body.custom-fullscreen ::-webkit-scrollbar-track{background:#0000}body.custom-fullscreen ::-webkit-scrollbar-thumb{background:#4ecdc480;border-radius:4px}body.custom-fullscreen ::-webkit-scrollbar-thumb:hover{background:#4ecdc4b3}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}body.paint-mode-active #main-canvas{animation:fadeIn .3s ease-out}body.paint-mode-active canvas{filter:brightness(1.1)}