:root{--background:#ffffff;--foreground:#171717}body,html{max-width:100vw;overflow-x:hidden;height:100%}::selection{background:#007AFF;color:#fff}body{color:var(--foreground);background:var(--background);font-family:var(--font-inter);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}:global(.react-grid-item){transition:all .2s ease;transition-property:left,top,width,height}:global(.react-grid-item.react-grid-placeholder){background-color:rgb(34,34,34);opacity:.2;transition-duration:.1s;z-index:2;border-radius:4px}:global(.react-grid-item>.react-resizable-handle){position:absolute;width:20px;height:20px}:global(.react-grid-item>.react-resizable-handle:after){content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}