/* Caliradi design tokens — single source of truth for the whole site.
   Imported by site.css (video home) and biz.css (managed / ai-team); the
   standalone tool pages (/leads, /check) mirror these same values inline.
   Change a brand color or font HERE and it updates everywhere that imports it. */
:root {
  /* surfaces */
  --ink: #14161A;
  --ink-soft: #23262C;
  --ink2: #1C1F26;
  --paper: #F4F5F7;
  --card: #FFFFFF;
  /* accent (amber) — --amber-deep unified to #C8871B across every surface */
  --amber: #F2A93B;
  --amber-deep: #C8871B;
  --rec: #E5484D;
  /* text + lines */
  --tx: #1C1E23;
  --tx-soft: #575D66;
  --line: #DCDFE4;
  /* RGB 基:供 rgba(var(--x-rgb), α) 生成透明变体。改主题时须与上面的 hex 同步。 */
  --paper-rgb: 244, 245, 247;   /* = --paper #FBFAF7,深底上的白色叠层用它调透明度 */
  --shadow-rgb: 0, 0, 0;        /* 阴影统一走这个基色 */
  /* 微信人工通道提示框的暖色(仅中文页) */
  --note-bg: #FDF3E3;
  --note-line: #E9DFC9;
  --note-tx: #7A5A12;
  /* radius —— 统一到两级。改版前站上有 17 种圆角值(999/24/20/18/16/14/13/12/10/9…),
     "处处大圆角"正是生成式设计最容易露出的马脚。工具型 B2B 产品用小圆角更可信。 */
  --r: 5px;        /* 按钮、输入框、常规卡片 */
  --r-lg: 10px;    /* 大块媒体容器 */

  /* type */
  --disp: 'Bricolage Grotesque', -apple-system, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --body: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}
