Concept Flow - Script, markup, and style sections
Start Svelte File
Parse <script> Section
Parse Markup Section
Parse <style> Section
Combine All Sections
Render Component in Browser
Svelte reads the script first to get logic, then the markup for structure, then styles for look, and finally combines all to show the component.