

/* ==========================================
   Cogijo Project Management - Styles
   Dark theme matching project palette
   ========================================== */

:root {
  --bg-primary: #0F172A;
  --bg-secondary: #1E293B;
  --bg-tertiary: #334155;
  --bg-hover: #3B4A63;
  --border: #334155;
  --border-light: #475569;
  --text-primary: #F8FAFC;
  --text-secondary: #94A3B8;
  --text-muted: #64748B;
  --accent-blue: #3B82F6;
  --accent-blue-hover: #2563EB;
  --accent-green: #22C55E;
  --accent-green-hover: #16A34A;
  --accent-red: #EF4444;
  --accent-red-hover: #DC2626;
  --accent-yellow: #EAB308;
  --accent-orange: #F97316;
  --accent-purple: #A855F7;
  --accent-cyan: #06B6D4;
  --sidebar-width: 240px;
  --modal-bg: #1E293B;
  --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -4px rgba(0, 0, 0, 0.3);
  --radius: 8px;
  --radius-sm: 4px;
  --radius-lg: 12px;
  --transition: 150ms ease;
}