/* ✅ 05 — Body Base Style */
body{
    min-height:100vh; font-family:'Hind Siliguri', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
    color:var(--text); padding-bottom:30px;
    touch-action: pan-x pan-y; -ms-touch-action: pan-x pan-y;
    background: transparent;
}
