:root{--cream: #FDFBF7;--page-bg: #f5f4f2;--navy: #1E2A4A;--border: #E8E4DF;--muted: #6B7B8F;--surface: #ECEAE7;--green: #3DAE72;--gold: #D4A843;--red: #C4573D;--radius: 12px;--radius-frame: 32px;--font-heading: "Fraunces", Georgia, serif;--font-body: "DM Sans", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--page-bg);color:var(--navy);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}h1,h2,h3{font-family:var(--font-heading);font-weight:600;color:var(--navy)}button{font-family:var(--font-body);cursor:pointer}.app-shell{max-width:420px;margin:0 auto;min-height:100vh;background:var(--page-bg)}.screen{padding:24px 20px}
