:root{--bg:#faf5f0;--ink:#2c2620;--ink-soft:#5a4f46;--ink-muted:#8a7e73;--bubble:#f0e5d8;--bubble-dark:#e0d2bf;--warning:#a8623a}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.5}button,input,textarea{font-family:inherit}a{color:var(--ink)}