/* =========================================================
   ui-ux-pro-max · ChemSurvey Design Tokens
   品牌: 福华通达化学股份公司（福华化学 · FHTD CHEM）
   官网: https://www.fhtdchem.com
   标语: 绿色赋能 · 链动未来
   风格: 瑞士工业风（Swiss/Industrial）— 硬直角、强网格、低装饰
   品牌绿取自官网: #64A12F
   ========================================================= */
:root {
  /* 品牌色（官网提取） */
  --fh-green: #64A12F;          /* 福华官网站点品牌绿 */
  --fh-green-deep: #3D7A2A;     /* 深绿（正文/按钮文字安全对比度） */
  --fh-green-dark: #2C5A1E;     /* 悬停/强调边框 */
  --fh-ink: #14231B;            /* 墨绿黑（标题/侧边栏） */
  --fh-paper: #F4F6F1;          /* 米绿纸白（页面背景） */
  --fh-line: #D6DED1;           /* 边框绿灰 */

  /* 色彩（基础语义，沿用原变量名，值改为福华体系） */
  --color-primary: #14231B;
  --color-on-primary: #FFFFFF;
  --color-secondary: #334155;
  --color-on-secondary: #FFFFFF;
  --color-accent: #64A12F;
  --color-on-accent: #FFFFFF;
  --color-accent-soft: #E9F2DF;
  --color-accent-strong: #3D7A2A;
  --color-background: #F4F6F1;
  --color-foreground: #0E1712;
  --color-card: #FFFFFF;
  --color-card-foreground: #101A14;
  --color-muted: #E7EDE2;
  --color-muted-foreground: #55615A;
  --color-border: #D6DED1;
  --color-destructive: #C0392B;
  --color-on-destructive: #FFFFFF;
  --color-success: #2E7D32;
  --color-success-soft: #DFF2DF;
  --color-warning: #B45309;
  --color-warning-soft: #FCEFD8;
  --color-ring: #64A12F;

  /* 字体：Fira Sans（工业/仪表）+ 中文回退 */
  --font-heading: 'Fira Sans', 'Noto Sans SC', 'Microsoft YaHei', 'PingFang SC', Arial, sans-serif;
  --font-body: 'Fira Sans', 'Noto Sans SC', 'Microsoft YaHei', 'PingFang SC', -apple-system, 'Segoe UI', Arial, sans-serif;
  --font-mono: 'Fira Code', Consolas, 'Courier New', monospace;

  /* 间距（density 7 → 标准） */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  /* 圆角：瑞士工业风 —— 硬直角，小圆角仅作防磨损处理 */
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 6px;
  --radius-pill: 2px;

  /* 阴影：硬、浅、无弥散 */
  --shadow-sm: 0 1px 0 rgba(20, 35, 27, .1);
  --shadow-md: 0 2px 0 rgba(20, 35, 27, .12), 0 1px 0 rgba(20, 35, 27, .06);
  --shadow-lg: 0 4px 16px rgba(20, 35, 27, .14), 0 2px 0 rgba(20, 35, 27, .08);
  --transition-fast: .15s ease;
  --transition-base: .25s cubic-bezier(.4, 0, .2, 1);

  /* 触控目标 */
  --touch-min: 44px;

  /* 布局 */
  --sidebar-w: 248px;
  --topbar-h: 60px;
  --content-max: 1320px;
}
