/* ════════════════════════════════════════════════════════════════════
   Z-INDEX CENTRALIZADO — play.dinaup.com
   ════════════════════════════════════════════════════════════════════
   Todas las capas de z-index del proyecto en un solo lugar.
   NO definir z-index en otros CSS salvo que sea local (z-index:1 dentro
   de un componente para overlays internos).

   Escala:
     1000  → Elementos UI fijos (error bar, barcode overlay)
     1200  → DnzWindows (ventanas flotantes, Yudo)
     1201  → DnzTaskbar
     1250  → Radzen dialogs (modales) + overlay — encima de ventanas
     1300  → Radzen ContextMenu (se renderiza en body)
     9999  → Tooltips custom
    99999  → Radzen notifications — siempre visibles por encima de todo
   999999  → Tribute (@mentions)
   MAX    → Google Places autocomplete
   ════════════════════════════════════════════════════════════════════ */

/* ── DnzWindows (Yudo, ventanas flotantes) — 1200 ── */
/* Definido en dinazen-windows.css: .dnz-window-host { z-index: 1200 } */
/* Definido en DnzTaskbar.razor.css: .dnz-taskbar { z-index: 1201 }   */

/* ── Radzen notifications — 99999, siempre visibles por encima de todo ── */
.rz-notification-container { z-index: 99999 !important; }

/* ── Radzen dialogs y overlay — 1250, siempre encima de ventanas ── */
.rz-dialog-wrapper   { z-index: 1250 !important; }

/* ── Radzen ContextMenu — 1300, encima de todo ── */
.rz-contextmenu      { z-index: 1300 !important; }

/* ── Tooltips — 9999 ── */
/* #tooltip-global ya está en site.css con z-index: 9999 */

/* ── Tribute mentions — 999999 ── */
/* .tribute-container ya está en site.css con z-index: 999999 */

/* ── Google Places autocomplete — max int ── */
/* .pac-container ya está en site.css con z-index: 2147483647 */
