/* Minimal custom styles */
body { margin: 0; }

/* 禁用双击缩放（mobile Safari 等会忽略 user-scalable=no，需用 touch-action） */
* { touch-action: manipulation; }
