Z-index tokens define a controlled layering system for Aggarly Platform. They prevent random z-index escalation and ensure predictable stacking across components, overlays, and navigation elements.
var(--ds-z-base)var(--ds-z-dropdown)var(--ds-z-sidebar)var(--ds-z-navbar)var(--ds-z-modal)var(--ds-z-tooltip)$z-base is reserved for default content and layout elements.$z-dropdown is used for menus, select lists, and popovers.$z-sidebar and $z-navbar are used for persistent navigation elements.$z-modal is reserved exclusively for modal dialogs and blocking overlays.$z-tooltip must remain the highest layer to ensure visibility above all other UI elements.