:root {
  /* JD Style Colors */
  --primary: #f10215;
  --primary-dark: #d90212;
  --primary-bg: #fff0f1;
  --jd-red: #f10215;
  --jd-red-dark: #d90212;
  --jd-gray-bg: #f4f4f4;
  --jd-topbar-bg: #e3e4e5;
  --jd-topbar-text: #999;
  --jd-border: #ddd;
  --jd-text: #333;
  --jd-text-light: #666;
  --jd-text-muted: #999;
  
  --text-main: #333;
  --text-secondary: #666;
  --text-muted: #999;
  --border-color: #ddd;
  --bg-body: #f4f4f4;
  --bg-white: #ffffff;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 2px 8px rgba(0,0,0,0.08);
  --shadow-lg: 0 4px 16px rgba(0,0,0,0.12);
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
  --header-height: 60px;
  --sidebar-width: 200px;
  --max-width: 1210px;
  --success: #5cb85c;
  --success-dark: #4cae4c;
  --warning: #f0ad4e;
  --warning-dark: #ec971f;
  --danger: #d9534f;
  --danger-dark: #c9302c;
  --info: #5bc0de;
}
