:root{--bg: #fdf6f0;--surface: #ffffff;--ink: #2b2130;--muted: #7a6f7d;--accent: #ef476f;--accent-ink: #ffffff;--border: #ece2e6;--radius: 16px;color-scheme:light}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--ink);min-height:100vh}#app{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:32px 16px 64px}button{font:inherit;cursor:pointer}img{max-width:100%;display:block}a{color:var(--accent)}
