*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation}body{overscroll-behavior:none}*{scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#80808066;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#80808099}.touch-target{-webkit-tap-highlight-color:transparent;touch-action:manipulation}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.fade-in{animation:fadeIn .3s ease-out}.slide-up{animation:slideUp .3s ease-out}.scale-in{animation:scaleIn .2s ease-out}.canvas-container{width:100%;height:100%;background-color:#f0f0f0;position:relative;overflow:hidden;touch-action:none}.canvas-container.dark{background-color:#1a1a2e}.no-select{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.loading-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.icon-palette{max-height:calc(100vh - 200px);overflow-y:auto}@media(max-width:768px){.hide-on-mobile{display:none!important}.mobile-full-width{width:100%!important}}@media(max-width:768px){.MuiIconButton-root,.MuiToggleButton-root{min-width:44px;min-height:44px}.MuiFab-root{width:48px;height:48px}}@media(min-width:769px){.hide-on-desktop{display:none!important}}@media(hover:none){.MuiButtonBase-root:hover,.MuiListItemButton-root:hover{background-color:inherit!important}.MuiIconButton-root:hover{background-color:transparent!important}}
