<div id="choicesContainer" class="choices-area"> <!-- buttons will appear here --> </div>
// Define story nodes (each node has id, titleText, description, and choices array) // choices: each with text, nextNodeId, and optional special effect (none used here)
// Current node ID let currentNodeId = "start";
<div class="story-container"> <h1>✦ The Lost Constellation ✦</h1> <div class="image-area"> <!-- Decorative star compass (simple vector styled with text, compatible with DW8) --> <div style="font-size: 42px; letter-spacing: 8px;">🌟 ✨ ⭐</div> </div>