/* 睿图地信 品牌设计令牌 —— 唯一事实来源（官网 / 登录 / 工作台共用） */

:root {
  --brand-blue: #0e68ba;
  --brand-blue-deep: #0556a0;
  --brand-blue-light: #2187e2;
  --brand-green: #319e1d;
  --brand-orange: #f7ab0d;

  --on-tint-green: #2a7f19;
  --on-tint-orange: #8a5c00;
  --on-tint-amber: #7a5100;

  --ink: #1b2733;
  --ink-muted: #5a6a7a;
  --line: #dbe3ec;
  --surface: #ffffff;
  --surface-tint: #f4f7fa;
  --surface-deep: #0b2540;
  --row-hover: #e9f2fa;

  --on-deep: #dbe6f2;
  --on-deep-muted: #a9bed4;

  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei",
    "PingFang SC", "Hiragino Sans GB", "Source Han Sans SC", sans-serif;

  --wrap: 1120px;
  --wrap-wide: 1520px;
  --gap: 24px;
  --radius: 12px;
  --radius-lg: 18px;
  --shadow-sm: 0 1px 2px rgba(11, 37, 64, .06), 0 2px 8px rgba(11, 37, 64, .06);
  --shadow-md: 0 6px 24px rgba(11, 37, 64, .10);
  --focus: 0 0 0 3px rgba(33, 135, 226, .45);
}
