:root{--bg:#f7f4ef;--surface:#fffdf9;--border:#e4ddd3;--accent:#7a5c3a;--accent-light:#f0e8de;--text:#1e1a16;--text-muted:#7a6e63;--red:#b03a2e;--red-light:#fdf0ee;--blue:#3a5f7a;--blue-light:#e8f1f8;--yellow:#a07830;--yellow-light:#fdf5e0;--purple:#6b4a8a;--purple-light:#f3eefb}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--text);flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}#app{flex-direction:column;flex:1;min-height:100vh;display:flex}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}
