:root{color-scheme:dark;--bg:#0b0d12;--card:#141824;--line:#2a3448;--text:#eef2ff;--muted:#9aa4b2;--a:#8b5cf6;--b:#06b6d4;--ok:#34d399;--bad:#f87171}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,#202a49,#0b0d12 44rem);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,sans-serif}.shell{max-width:1060px;margin:auto;padding:32px 16px}.hero{margin:18px 0 24px}.eyebrow{color:var(--b);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero h1{font-size:48px;margin:4px 0}.hero p,.hint,.muted{color:var(--muted)}.card{background:rgba(20,24,36,.92);border:1px solid var(--line);border-radius:24px;padding:20px;margin:16px 0;box-shadow:0 20px 70px #0006}label{display:block;font-weight:800;margin:0 0 10px}textarea,select,input[type=file]{width:100%;margin-top:8px;border:1px solid var(--line);border-radius:14px;background:#0e1320;color:var(--text);padding:13px;font:inherit}.grid{display:grid;grid-template-columns:240px 1fr;gap:14px;margin-top:14px}.preview{display:flex;gap:10px;flex-wrap:wrap}.thumb{width:110px;background:#0e1320;border:1px solid var(--line);border-radius:14px;padding:8px}.thumb img{width:100%;height:76px;object-fit:cover;border-radius:9px}.thumb span{display:block;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}button[type=submit]{width:100%;margin-top:14px;border:0;border-radius:16px;padding:15px;color:white;background:linear-gradient(135deg,var(--a),var(--b));font-weight:900;font-size:17px}.head{display:flex;justify-content:space-between;align-items:center;gap:10px}.head h2{margin:0}.pill{border:1px solid var(--line);border-radius:999px;padding:6px 11px;color:var(--muted)}.pill.running,.pill.pending{color:#fde68a;background:#422006;border-color:#854d0e}.pill.done{color:var(--ok);background:#052e2b;border-color:#065f46}.pill.error{color:var(--bad);background:#3b0a0a;border-color:#7f1d1d}.job{color:var(--muted);margin:10px 0}.result{min-height:300px;display:grid;place-items:center;border:1px dashed var(--line);border-radius:18px;background:#0e1320;overflow:hidden;text-align:center;color:var(--muted)}.result img{max-width:100%;max-height:78vh;display:block}.result.error{color:var(--bad);padding:20px}.spinner{width:48px;height:48px;border-radius:50%;border:5px solid #263044;border-top-color:var(--b);animation:spin 1s linear infinite;margin:auto}.meta{white-space:pre-wrap;background:#0e1320;border:1px solid var(--line);border-radius:14px;padding:12px;overflow:auto;max-height:260px}.meta:empty{display:none}.history{display:grid;gap:10px;margin-top:14px}.hist{width:100%;display:grid;grid-template-columns:82px 1fr;gap:12px;text-align:left;background:#0e1320;border:1px solid var(--line);border-radius:16px;padding:10px;color:var(--text);box-shadow:none}.hist:hover,.hist.active{border-color:var(--b)}.hist-img{width:82px;height:82px;border-radius:12px;background:#111827;display:grid;place-items:center;overflow:hidden;color:var(--muted);font-size:12px}.hist-img img{width:100%;height:100%;object-fit:cover}.hist p{margin:5px 0;color:#dbe4f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hist small{color:var(--muted);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:700px){.hero h1{font-size:36px}.grid{grid-template-columns:1fr}.hist{grid-template-columns:64px 1fr}.hist-img{width:64px;height:64px}}