*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;background:#f5f5f7;color:#1d1d1f;line-height:1.5}header{background:#1d1d1f;color:#fff;padding:24px;text-align:center}header h1{margin:0 0 4px;font-size:1.6rem}.subtitle{margin:0;opacity:.75;font-size:.95rem}main{max-width:900px;margin:0 auto;padding:24px;display:flex;flex-direction:column;gap:24px}section{background:#fff;border-radius:8px;padding:20px 24px;box-shadow:0 1px 2px #0000000a}section h2{margin:0 0 16px;font-size:1.1rem}.dropzone{display:flex;align-items:center;justify-content:center;min-height:80px;border:2px dashed #c0c0c5;border-radius:8px;cursor:pointer;transition:background .12s,border-color .12s}.dropzone:hover{background:#fafafc;border-color:#888}.file-list{list-style:none;margin:12px 0 0;padding:0;font-size:.9rem}.file-list li{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:4px 0;color:#555}.file-name{font-weight:500}.file-meta{color:#999;font-size:.8rem}.file-status{font-size:.75rem;text-transform:uppercase;font-weight:600;padding:2px 8px;border-radius:10px;min-width:60px;text-align:center}.file-list li[data-status=pending] .file-status{background:#e5e5ea;color:#6e6e73}.file-list li[data-status=working] .file-status{background:#007aff;color:#fff}.file-list li[data-status=done] .file-status{background:#34c759;color:#fff}.file-list li[data-status=error] .file-status{background:#ff3b30;color:#fff}form{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}fieldset{border:1px solid #e0e0e3;border-radius:6px;padding:12px 16px 16px}legend{font-weight:600;padding:0 6px;font-size:.9rem}label{display:flex;flex-direction:column;font-size:.85rem;margin-top:8px;color:#444}label.checkbox{flex-direction:row;align-items:center;gap:6px}input[type=number]{margin-top:4px;padding:6px 8px;border:1px solid #d0d0d3;border-radius:4px;font:inherit}.actions{display:flex;gap:12px}button{padding:8px 18px;font:inherit;font-weight:500;border:none;border-radius:6px;cursor:pointer;background:#007aff;color:#fff;transition:background .12s}button:hover:not(:disabled){background:#005fcc}button:disabled{background:#bbb;cursor:not-allowed}#clear-btn{background:#6e6e73}#clear-btn:hover:not(:disabled){background:#555}#stop-btn{background:#ff3b30}#stop-btn:hover:not(:disabled){background:#d32a20}.results{display:flex;flex-direction:column;gap:12px}.result{display:flex;flex-direction:column;gap:10px;padding:12px 14px;background:#f5f5f7;border-radius:8px}.result-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.result-name{font-weight:600;font-size:.95rem}.result-meta{font-size:.8rem;color:#6e6e73}.result-previews{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:10px}.preview-2d,.preview-3d{width:100%;height:240px;background:#fff;border-radius:6px;border:1px solid #e5e5ea;display:block}.result-actions{display:flex;flex-wrap:wrap;gap:8px}.result-actions button{padding:4px 10px;font-size:.8rem;background:#34c759}.result-actions button:hover{background:#28a745}.console{background:#1d1d1f;color:#d0d0d3;font-family:SF Mono,Menlo,Consolas,monospace;font-size:.8rem;padding:16px;border-radius:6px;max-height:320px;overflow-y:auto;white-space:pre-wrap;margin:0}
