﻿/* Design tokens for the test-stage site. Extracted from test-tmp/index.html. */
:root {
  --ink: #06275a;
  --text: #19364f;
  --muted: #5c7084;
  --blue: #0058a8;
  --blue-2: #0067b6;
  --teal: #008b96;
  --orange: #d95d05;
  --line: #d8e6f2;
  --soft: #f4f8fc;
  --card-line: rgba(203, 221, 235, .82);
  --card-line-soft: rgba(216, 230, 242, .72);
  --card-surface: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  --card-shadow: 0 8px 18px rgba(20, 63, 104, .07);
  --card-shadow-hover: 0 18px 34px rgba(14, 54, 95, .12);
  --icon-surface: #eef6fb;
  --icon-line: #cfe3f3;
  --max: 1260px;
  --shadow: 0 12px 28px rgba(20, 63, 104, .08);
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
  --font-display: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  --font-latin: "Segoe UI", Arial, system-ui, sans-serif;
}
