/* 布局与"不许滚动、不许缩放、不许有框"的约束。
   动效一律不在 CSS 里：这个文件只有布局。 */
#app { cursor: default; }
canvas { image-rendering: auto; }
