/* style.css — layout skeleton only.
   All component styles live in the <style> tag inside index.html */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}