/* First-run stage: keep the product top bar visible, then let onboarding own the complete workspace instead of presenting another settings modal. */ .onboardingOverlay { position: fixed; inset: 0; z-index: 1100; } /* Mask */ .onboardingMask { position: absolute; left: 0px; right: 0px; top: 80px; bottom: 0px; background: rgba(0, 0, 0, 0.24); /* Mask-blur */ backdrop-filter: blur(2px); } .onboardingStage { position: absolute; z-index: 1; inset: 0; display: flex; justify-content: center; overflow: hidden; background: var(--dsw-alias-bg-layer-1); }