/* Ajustes propios de PhosTrace sobre el shell canónico de la suite. */
.sidebar-nav { overflow-x: hidden; }
.sidebar .nav-item { box-sizing: border-box; min-height: 32px; line-height: 18px; }
.suite-overlay { position: fixed; inset: 0; z-index: 500; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, .5); }
.suite-overlay.hidden { display: none; }
.suite-panel { width: min(1100px, 92vw); height: min(800px, 90vh); overflow: hidden; border-radius: var(--radius-modal); box-shadow: 0 20px 60px rgba(0, 0, 0, .35); }
.suite-frame { display: block; width: 100%; height: 100%; border: 0; }

/* Mapa fullscreen (Fase 4): mismo mecanismo que Suite Phos pero sin chrome de modal — el iframe
   ocupa toda la pantalla, igual que Studio de PhosFlow. */
.mapa-overlay { position: fixed; inset: 0; z-index: 500; }
.mapa-overlay.hidden { display: none; }
.mapa-frame { display: block; width: 100%; height: 100%; border: 0; }
