body,html,#root{margin:0;padding:0;background-color:#000;width:100vw;height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center}#canvas-root{position:relative;cursor:none}canvas{position:absolute;top:0;left:0;display:block}#splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;color:#0ff;font-family:monospace;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:99999}#splash-screen img{width:512px;height:auto;margin-bottom:16px;filter:drop-shadow(0 0 8px cyan)}#splash-screen.fade-out{opacity:0;transition:opacity .4s ease-in}
