:root {
  --brand-navy: #1F2A5C;
  --brand-teal: #2DD4BF;

  --accent-green: #10B981;
  --accent-green-dark: #059669;
  --accent-green-soft: #D1FAE5;
  --accent-green-bg: #ECFDF5;

  --text-primary: #1F2937;
  --text-secondary: #6B7280;
  --text-muted: #9CA3AF;
  --text-inverse: #FFFFFF;

  --bg-app: #F7F8FB;
  --bg-card: #FFFFFF;
  --bg-sidebar: #FFFFFF;
  --bg-hover: #F3F4F6;

  --border: #E5E7EB;
  --border-soft: #F3F4F6;
  --border-strong: #D1D5DB;

  --status-success: #10B981;
  --status-success-bg: #D1FAE5;
  --status-warning: #F59E0B;
  --status-warning-bg: #FEF3C7;
  --status-danger: #EF4444;
  --status-danger-bg: #FEE2E2;
  --status-info: #3B82F6;
  --status-info-bg: #DBEAFE;
  --status-purple: #8B5CF6;
  --status-purple-bg: #EDE9FE;
  --status-pink: #EC4899;
  --status-pink-bg: #FCE7F3;
  --status-orange: #F97316;
  --status-orange-bg: #FFEDD5;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-pill: 9999px;

  --shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.04);
  --shadow-md: 0 2px 6px rgba(16, 24, 40, 0.06), 0 1px 2px rgba(16, 24, 40, 0.04);
  --shadow-lg: 0 8px 24px rgba(16, 24, 40, 0.08);

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;

  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --sidebar-width: 232px;
  --topbar-height: 68px;
  --transition-fast: 150ms ease;
  --transition-normal: 220ms ease;
}
