/* variables.css */
:root {
  --primary-color: #c90000;
  --primary-dark: #8c0000;
  --primary-light: #e60000;
  --bg-dark: #7a0000;
  --bg-card: #ffffff;
  --bg-card-alt: #f8fafc;
  --text-main: #1e293b;
  --text-muted: #64748b;
  --text-light: #ffffff;
  --border-color: #e2e8f0;
  --highlight-blue: #0284c7;
  --highlight-green: #16a34a;
  --highlight-yellow: #eab308;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
  --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --transition-fast: 0.15s ease;
  --transition-normal: 0.25s ease;
  --font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
