/* ============================================================
   皮肤:Grape 葡萄紫
   说明:浅灰底 + 深紫主色调,优雅高级感。
   启用:add_filter( 'navstack_skin', fn() => 'grape' );
   仅覆盖 :root 变量,其余样式不变。
   ============================================================ */
:root{
  --bg:#f8f7fb;
  --surface:#ffffff;
  --surface-2:#f0edf7;
  --border-color:#e2dcef;
  --shadow-dark:rgba(50,30,90,.08);
  --shadow-light:transparent;
  --text:#2d2740;
  --text-soft:#5a5070;
  --text-muted:#857c9a;
  --accent:#7c3fbf;       /* 葡萄紫主色 */
  --accent-soft:#ece1f9;
  --danger:#ef5777;
  --ok:#26c281;
  --sh-hover:0 6px 20px rgba(50,30,90,.14);
}
