:root {
  --color-primary: #0b2d4d;
  --color-secondary: #164d7a;
  --color-accent: #1e88e5;
  --color-bg: #f5f7fb;
  --color-card: #ffffff;
  --color-text: #1f2937;
  --color-muted: #6b7280;
  --radius: 12px;
  --shadow: 0 6px 24px rgba(15, 23, 42, 0.08);
  --spacing: 16px;
  --status-green: #16a34a;
  --status-yellow: #f59e0b;
  --status-red: #dc2626;
  --status-gray: #9ca3af;
}
