:root{color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow:hidden;background:#1a0e1f;font-family:system-ui,-apple-system,Segoe UI,sans-serif}#stage{position:fixed;inset:0;width:100vw;height:100vh;overflow:hidden;background:radial-gradient(ellipse at 50% 80%,#3a1d12,#1a0e1f 70%)}#scene{position:absolute;inset:0;width:100%;height:100%;display:block;pointer-events:none}@media (prefers-reduced-motion: reduce){#scene{will-change:auto}}
