:root{color-scheme:light;background:#e8e4e0;font-family:system-ui,sans-serif}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden}body{background:radial-gradient(ellipse at 53% 45%,#f4f0ea,#e8e4e0 72%)}#scene{position:fixed;inset:0;outline:none;cursor:grab;touch-action:none}canvas{display:block;width:100%;height:100%}#loading{position:fixed;left:calc(50% - 9px);top:calc(50% - 9px);width:18px;height:18px;border:2px solid #c4b9aa;border-top-color:transparent;border-radius:50%;animation:turn 1s linear infinite;pointer-events:none}#error{position:fixed;inset:45% 15% auto;text-align:center;color:#72675f;font-size:14px}@keyframes turn{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){#loading{animation:none}}#scene:active{cursor:grabbing}
