@import url('https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css');

:root {
  --font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --bg-page: #f5f7fa;
  --bg-card: #ffffff;
  --text-primary: #1d2129;
  --text-secondary: #86909c;
  --line: #f0f0f0;
  --blue: #1677ff;
  --green: #52c41a;
  --orange: #faad14;
  --red: #f5222d;
  --radius-xl: 16px;
  --radius-lg: 14px;
  --radius-md: 10px;
  --shadow-card: 0 1px 4px rgba(0, 0, 0, 0.05);
  --shadow-pop: 0 -1px 8px rgba(0, 0, 0, 0.08);
}