<input id='appName' type='text' placeholder='App Name (e.g. calculator)' class='w-full p-3 rounded-lg bg-slate-700 text-white border border-slate-600 focus:ring-2 focus:ring-teal-500 outline-none'>
Chat history will appear here...
<textarea id='prompt' rows='3' placeholder='Tell AI what to build or change...' class='w-full p-3 rounded-lg bg-slate-700 text-white border border-slate-600 focus:ring-2 focus:ring-teal-500 outline-none'></textarea>
<button id='sendBtn' onclick='sendChat()' class='w-full bg-blue-500 text-white font-bold py-3 rounded-lg shadow-lg hover:bg-blue-400 transition'>Send & Update App</button>
<button id='deployBtn' disabled onclick='deployApp()' class='w-full bg-teal-500 text-slate-900 font-extrabold py-3 rounded-lg shadow-lg hover:bg-teal-400 transition disabled:opacity-50 disabled:cursor-not-allowed'>Bind Custom Domain</button>
<button id='delBtn' disabled onclick='deleteApp()' class='w-full bg-red-600 text-white font-bold py-3 rounded-lg shadow-lg hover:bg-red-500 transition disabled:opacity-50 disabled:cursor-not-allowed'>Delete Worker</button>