:root{--bg:#0f3a20;--text:#f5f0e8;--accent:#c79d3d;--card:#f2ece2;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text)}a{color:inherit}button{font:inherit}main{min-height:100vh}