*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:#0a0a0f}canvas#game{display:block;width:100%;height:100%;image-rendering:pixelated}#loading-screen{position:fixed;inset:0;z-index:100;background:#0a0a0f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;transition:opacity .3s}#loading-screen.fade-out{opacity:0;pointer-events:none}.loading-title{font-family:monospace;font-size:32px;font-weight:700;color:#e0e0e0;letter-spacing:4px}.loading-bar-track{width:260px;height:6px;background:#222;border-radius:3px;overflow:hidden}.loading-bar-fill{width:0%;height:100%;background:#5af;transition:width .15s}.loading-text{font-family:monospace;font-size:13px;color:#888}
