{{-- mobile/tablet backdrop --}}
{{-- Default-password warning: shown while the seeded password is still in use (rotation
is recommended but not forced). Disappears once the password is actually changed. --}}
@if (auth()->user()?->must_change_password)
@endif
{{ $slot }}
@include('partials.toaster')
{{-- First-run onboarding tour (dimmed spotlight overlay; auto-opens once, relaunchable from Settings).
@persist so it does NOT re-mount on wire:navigate — otherwise mount() would re-read the flag and
could re-open the tour in the window before markSeen() persists. --}}
@persist('onboarding-tour')