:root {
  --page: #eef3fb;
  --surface: #ffffff;
  --surface-2: #f8fbff;
  --line: #d9e2ec;
  --text: #172033;
  --muted: #667085;
  --accent: #416df4;
  --accent-soft: #eef4ff;
  --danger: #b42318;
  --warning: #a15c07;
  --warning-border: #e7c875;
  --warning-surface: #fff8e5;
  --warning-text: #815d00;
  --success: #1f7a5c;
  --radius-sm: 6px;
  --radius-md: 10px;
  --shadow-soft: 0 14px 36px rgba(64, 91, 139, 0.08);
  --font-ui: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}
