:root {
  --brand-primary: #5b43e6;
  --brand-hover: #4934c8;
  --brand-soft: #eeebff;
  --growth: #19a974;
  --growth-soft: #e7f8f1;
  --ink-950: #0b1020;
  --ink-900: #151823;
  --text-secondary: #5b6270;
  --text-muted: #8a919e;
  --surface: #ffffff;
  --surface-muted: #f6f7fa;
  --border: #e4e7ec;
  --border-strong: #cfd3dc;
  --shadow-soft: 0 8px 28px rgba(11, 16, 32, 0.06);
  --shadow-hover: 0 16px 34px rgba(56, 43, 135, 0.12);
  --container: 1200px;
  --radius: 8px;
  --header-height: 76px;
  color-scheme: light;
  font-family:
    Inter, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system,
    sans-serif;
  font-synthesis: none;
}
