*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden;background:#fff;font-family:SF Mono,Menlo,Consolas,monospace}#canvas{display:block;position:fixed;top:0;right:0;bottom:0;left:0}#drop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#fffffff2;font-size:18px;text-align:center;color:#333;cursor:pointer;z-index:10;transition:opacity .3s ease}#drop-overlay.hidden{opacity:0;pointer-events:none}#drop-overlay.drag-active{background:#00000014}#drop-overlay p{padding:2rem;border:2px dashed #999;border-radius:12px}#drop-overlay small{color:#888;font-size:14px}#thumb{position:fixed;bottom:12px;left:12px;width:64px;height:64px;border:2px solid #999;border-radius:4px;image-rendering:pixelated;z-index:20;background:#000}#thumb.hidden{display:none}@media(max-width:768px){.lil-gui.root{position:fixed!important;top:auto!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;max-height:50vh;overflow-y:auto;border-radius:12px 12px 0 0}}
