/* Minimal app shell — component styles live in App.css / themes.css */ *, *::before, *::after { box-sizing: border-box; } body { margin: 0; } #root { width: 100%; max-width: 100%; min-height: 100svh; display: flex; flex-direction: column; align-items: center; }