:root{color-scheme:dark;background:#000}*{box-sizing:border-box}html,body,#globe{width:100%;height:100%;margin:0;overflow:hidden}body{background:#000;overscroll-behavior:none;touch-action:none}#globe{position:fixed;inset:0;cursor:grab}#globe:active{cursor:grabbing}canvas{display:block;width:100%;height:100%;opacity:0;transition:opacity .65s ease}body.ready canvas{opacity:1}@media(prefers-reduced-motion:reduce){canvas{transition:none}}
