/* ============================================================
   Rhixio 灵犀 · 字体令牌（源：tokens.json v6 §type）
   系统字：iOS 实现 = SF Pro / PingFang SC · 无自带 webfont（by design）
   铁律：全站强调一律 600（semibold），正文 400；不使用 650/700/750
   ============================================================ */

:root {
  --font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-mono: ui-monospace, 'SF Mono', SFMono-Regular, Menlo, monospace;

  --weight-emphasis: 600;
  --weight-body: 400;

  /* 字阶（px == iOS pt · 原型 402×874 = iPhone 16 Pro） */
  --text-large-title: 33px;      /* 600 · ls -0.02em · 页面大标题 */
  --text-detail-name: 22px;      /* 600 · 详情名 */
  --text-page-title: 19px;       /* 600 · ls -0.012em · 子页题 */
  --text-row-name: 18px;         /* 600 · ls -0.012em · 会话名 */
  --text-contact-name: 17.5px;   /* 600 · 联系人名 */
  --text-bubble: 17px;           /* 400 · lh 1.35 · 气泡正文 */
  --text-settings-row: 16.5px;   /* 600 · 设置行 */
  --text-preview: 15.5px;        /* 400 · lh 1.42 · 预览两行截断 */
  --text-button: 15.5px;         /* 600 · 按钮 */
  --text-chip: 14.5px;           /* 600 · chips */
  --text-time: 14px;             /* 400 · 时间戳 */
  --text-group-header: 13.5px;   /* 600 · ls 0.04em · 组头 */
  --text-caption: 13px;          /* 400 · lh 1.55 · 说明 */
  --text-badge: 11px;            /* 600 · 徽标 */

  --ls-large-title: -0.02em;
  --ls-title: -0.012em;
  --ls-group-header: 0.04em;
  --lh-bubble: 1.35; /* @kind other */
  --lh-preview: 1.42; /* @kind other */
  --lh-caption: 1.55; /* @kind other */
}
