body,html{background-color:#f0f0f0;width:100%;margin:0;padding:0}#root{width:100%}body.editor-mode{height:100%;overflow:hidden}body.editor-mode #root{height:100%}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}
