// screens.jsx — wszystkie ekrany finalnej strony urodzinowej Klaudii // Styl: V1 Vintage Postcard. Teksty po polsku. // Paleta z PostcardTheme (import z illustrations, tu zdefiniowana lokalnie) const T = { bg: '#f4ead4', ink: '#2a1810', burgundy: '#7a1f2a', navy: '#1f3a5f', accent: '#c8342b', mustard: '#d4a028', paper: '#fcf5e3', paperDark: '#efe2be', shadow: 'rgba(42,24,16,0.18)', }; // ───────────────────────── Layout wrapper ───────────────────────── function Page({ children, noBorder }) { return (