*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:#f3f4f6;color:#1f2937;min-height:100vh;display:flex;flex-direction:column}#__next,main{flex:1 1;display:flex;flex-direction:column;min-height:0}.CodeMirror{height:auto;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:.78rem;line-height:1.65}.CodeMirror-scroll{min-height:240px}.sandbox-container{overflow-y:auto;flex:1 1;padding:24px 32px;background:#fff}.sandbox-container::-webkit-scrollbar{width:6px}.sandbox-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.nav-spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#30a3f1;border-radius:50%;animation:navSpin .7s linear infinite}@keyframes navSpin{to{transform:rotate(1turn)}}