提取 JSX 中直接调用的 useColorModeValue 到组件顶部,避免 Hooks 顺序不一致。 修改内容: - 在第 95 行添加 contentTextColor 常量 - 替换第 350 行 Heading 中的内联 Hook 调用 - 替换第 361 行 Text 中的内联 Hook 调用 修复警告:React has detected a change in the order of Hooks called by TradingSimulation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>