*{box-sizing:border-box;margin:0;padding:0}html,body{background:#000;width:100%;height:100%;overflow:hidden}html{height:-webkit-fill-available}body{width:100%;height:100vh;min-height:100svh;height:100dvh;position:fixed;inset:0}html.standalone,html.standalone body{height:100vh;height:100lvh}@media (display-mode:standalone),(display-mode:fullscreen){html,body{height:100vh;height:100lvh}}#canvas,#pwa-splash{width:100%;height:100%;display:block;position:absolute;inset:0}#canvas{cursor:none;background:#000}#pwa-splash{z-index:20;opacity:1;pointer-events:none;background:#e4e2e3;justify-content:center;align-items:center;transition:opacity .24s ease-out;display:flex}#pwa-splash.is-hidden{visibility:hidden;opacity:0}#pwa-splash .pwa-splash-content{flex-direction:column;align-items:center;width:100%;display:flex}#pwa-splash img{width:max(50vw,min(56vmin,520px));height:auto;display:block}#pwa-splash .pwa-splash-progress{width:min(58vw,420px);height:12px;image-rendering:pixelated;background:#e4e2e3;margin-top:9vh;padding:2px;overflow:hidden;box-shadow:0 -2px #1c2e24,0 2px #1c2e24,-2px 0 #1c2e24,2px 0 #1c2e24}#pwa-splash .pwa-splash-progress-fill{background:#79a050;width:0%;height:100%;animation:5s steps(20,end) forwards pwa-splash-progress}#pwa-splash .pwa-splash-stage{color:#1c2e24;text-align:center;image-rendering:pixelated;-webkit-font-smoothing:none;margin-top:14px;font-family:Courier New,PingFang SC,Microsoft YaHei,monospace;font-size:12px;font-weight:700;line-height:1.2}@keyframes pwa-splash-progress{0%{width:0%}to{width:100%}}
