*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;touch-action:none;background:#050510;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;overflow:hidden}#game-container{background:radial-gradient(#0a0a2e 0%,#050510 100%);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative}#game-canvas{image-rendering:pixelated;cursor:default;border-radius:4px;display:block;box-shadow:0 0 40px #648cff26,0 0 80px #648cff0d}#loading{text-align:center;z-index:10;transition:opacity .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#loading.hidden{opacity:0;pointer-events:none}.loading-text{letter-spacing:8px;color:gold;text-shadow:0 0 20px #ffd70080,0 0 40px #ffd70033;margin-bottom:24px;font-size:36px;font-weight:800}.loading-bar{background:#ffffff1a;border-radius:2px;width:200px;height:4px;margin:0 auto;overflow:hidden}.loading-fill{background:linear-gradient(90deg,#4a9eff,gold);border-radius:2px;width:0%;height:100%;animation:1.5s ease-in-out infinite loadingPulse}@keyframes loadingPulse{0%{width:0%}50%{width:80%}to{width:100%}}@media (width<=820px){#game-canvas{width:100vw;height:auto}}@media (height<=620px){#game-canvas{width:auto;height:100vh}}@media (hover:none) and (pointer:coarse){#game-canvas{cursor:pointer}}
