/* ============================================================
   Design Tokens — 變數名照抄 Figma variable（斜線→連字號，小寫）
   來源：
     gold（預設）＝母檔 AGS_包網 MW2YUmbR13FxyFUYo6P6JK
                  「存款優惠面板」section 9990:99422 實際渲染值
     lightblue  ＝AGS-New「LightBlue」mode 正本值
                  （查自淺藍檔 YDPrU13JlegOVTDFSaMtln 首頁_登錄 4001:14702，
                   該檔無 local token 全吃 AGS-New，2026-08-31）
   ⚠ 標記者＝該 mode 在 Figma 查不到消費節點，推導暫代，待補正
   ============================================================ */

/* ---- gold（母檔原稿：黑底金） ---- */
:root {
  --brand-primary-10: #121110;      /* Brand/Primary_10 頁面底 */
  --brand-primary-50: #efdeab;      /* Brand/Primary_50 金色強調 */
  --color-neutral-10: #262422;      /* Color/Neutral_10 卡片/輸入底 */
  --color-neutral-20: #454545;      /* Color/Neutral_20 分隔/禁用底 */
  --color-neutral-30: #424242;      /* Color/Neutral_30 禁用文字 */
  --color-neutral-40: #9e9e9e;      /* Color/Neutral_40 次要文字/佔位 */
  --color-neutral-50: #e0e0e0;      /* Color/Neutral_50 亮文字 */
  --color-neutral-60: #ffffff;      /* Color/Neutral_60 主文字 */
  --status-red: #ff453a;            /* Status/Red */
  --status-blue: #0a84ff;           /* Status/Blue */
  --status-green: #30d158;          /* Status/Green */
  --component-card-top: #262422;    /* Component/Card/Top */
  --component-card-bottom: #161614; /* Component/Card/Bottom */
  --component-card-effect: #ffffff0d; /* Component/Card/Effect 內光 */
  --component-btn-top: #efdeab;     /* 按鈕漸層（母檔無獨立變數，取 Primary_50） */
  --component-btn-bottom: #e9c57b;
  --component-btn-text: #121110;
  --field-deep: #171715;            /* 姓名輸入底（原稿取樣，無對應 variable） */
  --chip-border: #454545;           /* 卡片/按鈕/輸入框邊框＝Neutral_20（原稿逐列掃描確認） */
}

/* ---- lightblue（K37 淺藍：AGS-New LightBlue mode 正本） ---- */
:root[data-theme="lightblue"] {
  --brand-primary-10: #ebf1ff;      /* Brand/Primary_10 */
  --brand-primary-50: #1563ca;      /* Brand/Primary_50 */
  --color-neutral-10: #ffffff;      /* Color/Neutral_10 */
  --color-neutral-20: #e3e3e3;      /* ⚠ 推導暫代 */
  --color-neutral-30: #a3a3a3;      /* ⚠ 推導暫代 */
  --color-neutral-40: #777777;      /* Color/Neutral_40 */
  --color-neutral-50: #4d4d4d;      /* ⚠ 推導暫代 */
  --color-neutral-60: #222222;      /* Color/Neutral_60 */
  --status-red: #d00218;            /* Status/Red（LightBlue mode 正本） */
  --status-blue: #0a84ff;           /* ⚠ 未查到，沿用 */
  --status-green: #30d158;          /* ⚠ 未查到，沿用 */
  --component-card-top: #ffffff;    /* Component/Card/Top */
  --component-card-bottom: #ebf7ff; /* Component/Card/Bottom */
  --component-card-effect: #1563ca1a;
  --component-btn-top: #9ac5ff;     /* Component/Btn/Top */
  --component-btn-bottom: #5672ff;  /* Component/Btn/Bottom */
  --component-btn-text: #ffffff;
  --field-deep: #ffffff;            /* ⚠ 此頁無淺藍原稿，暫用白 */
  --chip-border: #e3e3e3;           /* ⚠ 推導暫代（對應金版 Neutral_20 角色） */
}
