:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}html,body{width:100%;height:100%;margin:0;padding:0;overflow:hidden}body{background-repeat:no-repeat;background-attachment:fixed;transition:background .3s}.dark-theme body{background:linear-gradient(#323232,#141414)}.light-theme body{background:linear-gradient(#fff,#e0e0e0)}#app{width:100%;height:100%}#renderCanvas{touch-action:none;outline:none;width:100%;height:100%}#controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#000000b3;border:1px solid #ffffff1a;border-radius:12px;width:250px;padding:20px;position:absolute;top:20px;right:20px}#controls h3{color:#fff;margin-top:0;margin-bottom:15px;font-size:1.1em;font-weight:600}.control-group{flex-direction:column;margin-bottom:15px;display:flex}.control-group label{color:#ccc;margin-bottom:5px;font-size:.9em}.control-group input[type=range]{accent-color:#fff;width:100%}#splash-screen{z-index:9999;opacity:1;background:linear-gradient(#323232,#141414);justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .8s cubic-bezier(.7,0,.3,1) .3s;display:flex;position:fixed;top:0;left:0}#splash-screen.loaded{opacity:0;pointer-events:none}.spinner{border:4px solid #ffffff1a;border-left-color:#fff;border-radius:50%;width:50px;height:50px;transition:opacity .3s ease-out;animation:1s linear infinite spin}#splash-screen.loaded .spinner{opacity:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
