/* ============================================================
   皮肤:Ocean 海洋蓝
   说明:浅色底 + 青蓝主色调,清爽科技感。
   启用:add_filter( 'navstack_skin', fn() => 'ocean' );
   仅覆盖 :root 变量,其余样式不变。
   ============================================================ */
:root{
  --bg:#f6fbfc;
  --surface:#ffffff;
  --surface-2:#eef7f9;
  --border-color:#dceef2;
  --shadow-dark:rgba(0,84,110,.08);
  --shadow-light:transparent;
  --text:#1f2d34;
  --text-soft:#51676f;
  --text-muted:#7d929a;
  --accent:#0e9bb5;       /* 青蓝主色 */
  --accent-soft:#dff7fb;
  --danger:#ef5777;
  --ok:#1fb89a;
  --sh-hover:0 6px 20px rgba(0,84,110,.14);
}
