:root{--brand:#1C3D5A;--accent:#39FF14;--text:#333;--bg:#f6f7fb;--card:#fff;--muted:#8a8f98}
*{box-sizing:border-box} body{margin:0;background:var(--bg);color:var(--text);font:15px/1.45 system-ui,Arial}
.wrap{max-width:980px;margin:40px auto;padding:0 16px}
header h1{margin:0 0 6px} header p{color:var(--muted);margin:0 0 18px}
.card{background:var(--card);border-radius:14px;padding:18px 16px;margin:18px 0;box-shadow:0 6px 16px rgba(0,0,0,.06)}
label{display:block;margin:8px 0 6px;color:#444;font-weight:600}
input[type=text],textarea,select{width:100%;padding:10px 12px;border:1px solid #d9dbe1;border-radius:10px;background:#fff}
button{background:var(--brand);color:#fff;border:0;padding:10px 16px;border-radius:10px;cursor:pointer}
button:hover{filter:brightness(1.05)}
.row{display:flex;gap:12px;align-items:center;margin-top:10px}
.output{white-space:pre-wrap;background:#0f172a;color:#e2e8f0;padding:12px;border-radius:10px;min-height:60px}
.gallery img{max-width:100%;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.08);margin:8px 0}
#out-image-status,#out-text-status,#out-tts-status,#out-video-status{color:var(--muted)}
