Concept Flow - Scoped styles by default
Write CSS in <style> tag
Svelte compiler processes styles
Add unique attribute selectors to CSS rules
Add same unique attribute to component HTML elements
Browser applies styles only to this component's elements
Styles do NOT affect other components
Svelte automatically makes styles apply only to the component by adding unique markers to CSS and HTML.