Render Flow - Namespace control with @use as
[Read @use statement] -> [Load module file] -> [Assign namespace alias] -> [Resolve variables/mixins/functions with alias] -> [Compile CSS output]
The browser processes the Sass @use rule by loading the module, assigning the alias as a namespace, then resolving all references with that alias before compiling the final CSS.