.preview-area flex: 1.5; min-width: 320px; background: #0f172a; border-radius: 1.5rem; padding: 1rem;

<div class="ninja-card"> <div style="display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;"> <div> <h1>⚡ RETOUCH NINJA</h1> <p class="sub">AI-powered precision retouching — stealth mode ✨</p> </div> </div>

<script> // --- DOM elements const fileInput = document.getElementById('fileInput'); const uploadArea = document.getElementById('uploadArea'); const previewImg = document.getElementById('previewImg'); const statusDiv = document.getElementById('statusMsg'); const btnSmooth = document.getElementById('btnSmooth'); const btnBlemish = document.getElementById('btnBlemish'); const btnTeeth = document.getElementById('btnTeeth'); const btnEyes = document.getElementById('btnEyes'); const btnReset = document.getElementById('btnReset'); const btnDownload = document.getElementById('btnDownload');

I'll help you create a feature — typically an AI-powered photo retouching tool that removes blemishes, smooths skin, removes objects, or enhances portraits.