Render Flow - Importing built-in modules with @use
[Read @use statement] -> [Locate built-in module] -> [Load module contents] -> [Create namespace] -> [Apply styles with namespace]
The browser reads the @use statement, finds the built-in Sass module, loads its variables and mixins under a namespace, then applies styles using that namespace.