*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fbf6eb;color:#2a1e1a}#root{width:100%;height:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 1024px){.editor-main{flex-direction:column!important}.controls-wrapper,.properties-wrapper{max-width:100%!important;width:100%!important}.canvas-wrapper{width:100%!important}}@media (max-width: 768px){.editor-container{padding:12px!important;gap:12px!important}.editor-main{gap:12px!important}.controls-wrapper,.properties-wrapper{min-width:100%!important}.controls-wrapper>div>div,.properties-wrapper>div{padding:16px!important}.controls-wrapper h3,.properties-wrapper h3{font-size:16px!important;margin-bottom:16px!important}}@media (max-width: 480px){.editor-container{padding:8px!important;gap:8px!important}.editor-main{gap:8px!important}.canvas{width:100%!important;height:auto!important;aspect-ratio:3/2}.canvas-wrapper>div{padding:8px!important}}@media (max-width: 768px){.canvas{max-width:100%!important}}.controls-wrapper>div::-webkit-scrollbar,.properties-wrapper>div::-webkit-scrollbar{width:8px}.controls-wrapper>div::-webkit-scrollbar-track,.properties-wrapper>div::-webkit-scrollbar-track{background:#fbf6eb;border-radius:4px}.controls-wrapper>div::-webkit-scrollbar-thumb,.properties-wrapper>div::-webkit-scrollbar-thumb{background:#e8e1d4;border-radius:4px}.controls-wrapper>div::-webkit-scrollbar-thumb:hover,.properties-wrapper>div::-webkit-scrollbar-thumb:hover{background:#d4c9b8}.controls-wrapper>div>div:last-child,.properties-wrapper>div>div:last-child{border-bottom-left-radius:16px;border-bottom-right-radius:16px}
