:root {
  --primary: #064469;
  --primary-foreground: #ffffff;
  --primary-glow: #064469;
  --background: #f8fafc;
  --foreground: #0f172a;
  --card: #ffffff;
  --card-foreground: #0f172a;
  --success: #16a34a;
  --success-foreground: #ffffff;
  --destructive: #dc2626;
  --destructive-foreground: #ffffff;
  --muted: #f1f5f9;
  --muted-foreground: #64748b;
  --border: #e2e8f0;
  --gradient-primary: linear-gradient(135deg, #064469, #064469);
  --gradient-surface: linear-gradient(180deg, #ffffff, #f1f5f9);
  --shadow-card: 0 4px 16px -6px rgba(6, 68, 105, 0.12);
  --shadow-elevated: 0 12px 40px -12px rgba(6, 68, 105, 0.25);
}