:root { --bg:#1a1510; --surface:#2d241c; --accent:#d4a574; --text:#f5ebe0; --muted:#a89080; }
body { font-family:Georgia,serif; background:var(--bg); color:var(--text); margin:0; min-height:100vh; }
header { text-align:center; padding:1.5rem; border-bottom:1px solid #4a3f35; }
header p { color:var(--muted); font-style:italic; }
main { max-width:640px; margin:0 auto; padding:2rem 1.5rem; }
.story-text { font-size:1.15rem; line-height:1.8; margin:1.5rem 0; }
.choices { display:flex; flex-direction:column; gap:.75rem; }
.choice-btn { background:var(--surface); color:var(--text); border:1px solid var(--accent); padding:1rem; border-radius:8px; cursor:pointer; text-align:left; font-family:inherit; font-size:1rem; }
.choice-btn:hover { background:#3d3228; }
.status { color:var(--muted); font-size:.85rem; margin-top:1.5rem; }
.btn { background:var(--accent); color:var(--bg); border:none; padding:.75rem 1.5rem; border-radius:8px; cursor:pointer; margin-top:1rem; }
.hidden { display:none !important; }
