:root {
    --primary-color: #b2d600;
    --primary-gradient: linear-gradient(135deg, #9abf00 0%, #b2d600 100%);
    --color-white: #ffffff;
    --bg-main: #ecf0f4;
    --text-dark: #131e22;
    --border-color: #d4d4d4;
    --bg-light-blue: #e1e1f5;
    --primary-dark: #181f48;
    --color-success: #28a745;
    --color-warning: #ffc107;
    --color-danger: #dc3545;
    --text-darker: #222222;
    --text-heading: #1b3133;
    --color-info: #2976aa;
    --text-darkest: #142127;
    --border-light: #dee2e6;
    --color-black: #000000;
    --text-body: #031e23;

    /* Modern Dashboard Specific Variables */
    --dashboard-bg: #f8fafc;
    --card-bg: #ffffff;
    --card-border: rgba(0, 0, 0, 0.05);
    --card-shadow: 0 4px 20px rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0, 0, 0, 0.02);
    --dashboard-primary-gradient: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    --dashboard-text-main: #0f172a;
    --dashboard-text-muted: #64748b;
    --dashboard-kpi-bg: #f1f5f9;
    --dashboard-kpi-border: #e2e8f0;
    --dashboard-font: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}