/* PicoMVVM 引擎必需样式（配合 data-show）
   引用：<link rel="stylesheet" href="picomvvm.css"> */

/* data-show 显示/隐藏 —— class 切换，不碰内联 style（布局安全） */
.v-hide { display: none !important; }
