/* Carbon ESG shared design tokens and semantic colours */
:root {
    --ce-color-white: #ffffff;
    --ce-color-text: #1f2937;
    --ce-color-text-muted: #4b5563;
    --ce-color-border: #e5e7eb;
    --ce-color-surface: #ffffff;
    --ce-color-surface-subtle: #f9fafb;
    --ce-color-surface-hover: #f3f4f6;

    --ce-success-bg: #f0fdf4;
    --ce-success-border: #10b981;
    --ce-success-text: #065f46;
    --ce-danger-bg: #fef2f2;
    --ce-danger-border: #dc2626;
    --ce-danger-text: #991b1b;
    --ce-warning-bg: #fffbeb;
    --ce-warning-border: #f59e0b;
    --ce-warning-text: #92400e;
    --ce-info-bg: #eff6ff;
    --ce-info-border: #3b82f6;
    --ce-info-text: #1e40af;

    --ce-radius-sm: 7px;
    --ce-radius-md: 8px;
    --ce-radius-lg: 12px;
    --ce-radius-pill: 999px;
    --ce-shadow-topbar: 0 1px 3px rgba(0, 0, 0, 0.08);
    --ce-shadow-dropdown: 0 10px 40px rgba(0, 0, 0, 0.12);

    --ce-sidebar-width: 230px;
}

/* Tokens introduced by assets_allow.php */
:root {
    --ce-color-text-strong: #0f172a;
    --ce-color-text-secondary: #475569;
    --ce-color-text-soft: #64748b;
    --ce-color-text-faint: #94a3b8;
    --ce-color-border-soft: #e2e8f0;
    --ce-color-page-panel: #f8fafc;
    --ce-success-strong: #059669;
}



/* Department permission matrix tokens */
:root {
    --matrix-green:#10b981;
    --matrix-green-dark:#059669;
    --matrix-border:#dfe7ef;
    --matrix-text:#1f2937;
    --matrix-muted:#64748b;
    --matrix-bg:#f8fafc;
}


/* White-label colour hierarchy */
:root {
    --ce-page-title-color: #ffffff;
    --ce-main-section-color: #ffffff;
    --ce-sub-section-color: #ffffff;
}

/* ==========================================================================
   Carbon ESG Frozen 8-Color Action Palette
   Permanent semantic meaning across all tenants.
   ========================================================================== */
:root {
    --ce-action-save: #2E7D32;
    --ce-action-save-hover: #256628;

    --ce-action-navigation: #1565C0;
    --ce-action-navigation-hover: #0F4FA8;

    --ce-action-edit: #F57C00;
    --ce-action-edit-hover: #D96D00;

    --ce-action-danger: #D32F2F;
    --ce-action-danger-hover: #B71C1C;

    --ce-action-import: #7B1FA2;
    --ce-action-import-hover: #6A1B9A;

    --ce-action-export: #00897B;
    --ce-action-export-hover: #00796B;

    --ce-action-lock: #F9A825;
    --ce-action-lock-hover: #F57F17;

    --ce-action-cancel: #757575;
    --ce-action-cancel-hover: #616161;
}

