:root{--z-negative:-1;--z-zero:0;--z-low:10;--z-mid:20;--z-high:30;--z-highest:40;--z-header:50;--z-sidebar:40;--z-dropdown:60;--z-tooltip:70;--z-modal-backdrop:80;--z-modal:90;--z-chat-assistant:100;--z-notifications:110}.app-header,.header{z-index:var(--z-header)}.app-sidebar,.sidebar{z-index:var(--z-sidebar)}.dropdown{z-index:var(--z-dropdown)}.tooltip{z-index:var(--z-tooltip)}.modal-backdrop,[data-radix-dialog-overlay]{z-index:var(--z-modal-backdrop)}.modal,[data-radix-dialog-content]{z-index:var(--z-modal)}.chat-assistant{z-index:var(--z-chat-assistant)}.notification,.toast{z-index:var(--z-notifications)}