@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:#06021f;width:100%;height:100%;overflow:hidden}body{-webkit-font-smoothing:antialiased;font-family:Space Grotesk,system-ui,sans-serif}.app-root{background:radial-gradient(65% 75% at 50% 48%,#0c0340 0%,#08032e 55%,#06021f 100%);justify-content:center;align-items:center;width:100%;height:100vh;min-height:0;padding:2.5vh 2.5vw;display:flex}.frame-unit{background:#0c0340;border-radius:6px;flex-direction:column;width:max(1100px,min(142.5vh - 375px,92vw));max-height:96vh;display:flex;overflow:hidden;box-shadow:0 12px 48px #000000b3,0 0 0 1px #241b58}.scene-window{aspect-ratio:3/2;background:#0c0340;flex-direction:column;width:100%;min-height:0;display:flex;position:relative;overflow:hidden}canvas{image-rendering:pixelated;image-rendering:crisp-edges}input[type=range]{border-radius:2px;height:4px}input[type=checkbox]{cursor:pointer}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#0a1218}::-webkit-scrollbar-thumb{background:#2a3a44;border-radius:2px}@keyframes bp-pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes success-reveal{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
