/* ✅ 01 — Reset ও Touch-Action (Zoom-Prevention CSS Layer) */
*{ box-sizing: border-box; }
html{ touch-action: pan-x pan-y; -ms-touch-action: pan-x pan-y; }
