/* ============================================================
   設計 Token — 只改這裡就能換整體風格
   企業級 ERP 中性色盤 + 靛藍 accent
   ============================================================ */
:root {
  /* 品牌 / 主色 */
  --brand:        #3b4cca;
  --brand-600:    #3342b8;
  --brand-700:    #2b389c;
  --brand-050:    #eef1ff;
  --brand-100:    #dfe4ff;

  /* 中性色 */
  --bg:           #f4f6fb;   /* 頁面背景 */
  --surface:      #ffffff;   /* 卡片 */
  --surface-2:    #f8fafc;   /* 次要區塊 */
  --border:       #e3e8f0;
  --border-strong:#cdd5e3;

  --text:         #1b2436;
  --text-2:       #4a5568;
  --text-3:       #8592a6;
  --text-inverse: #ffffff;

  /* 狀態色 */
  --success:      #1f9d6b;
  --success-bg:   #e6f6ef;
  --warning:      #c77800;
  --warning-bg:   #fdf3e2;
  --danger:       #d64545;
  --danger-bg:    #fdecec;
  --info:         #2c7be5;
  --info-bg:      #e8f1fd;
  --neutral-bg:   #eef1f6;

  /* 版面尺寸 */
  --sidebar-w:    252px;
  --topbar-h:     58px;
  --radius:       10px;
  --radius-sm:    7px;
  --radius-lg:    14px;

  /* 陰影 */
  --shadow-sm:    0 1px 2px rgba(19,30,58,.06);
  --shadow:       0 2px 8px rgba(19,30,58,.08);
  --shadow-md:    0 6px 20px rgba(19,30,58,.12);
  --shadow-lg:    0 18px 48px rgba(19,30,58,.22);

  /* 字體 */
  --font: "Inter", "PingFang TC", "Microsoft JhengHei", "Noto Sans TC", system-ui, -apple-system, sans-serif;
  --mono: "SF Mono", "JetBrains Mono", ui-monospace, Menlo, Consolas, monospace;

  --fs-xs: 12px;
  --fs-sm: 13px;
  --fs-md: 14px;
  --fs-lg: 16px;
  --fs-xl: 20px;
  --fs-2xl: 26px;
}
