*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--surface:#141414;--border:#2a2a2a;--text:#fafafa;--muted:#888;--accent:#3b82f6;--accent-hover:#2563eb;--success:#22c55e;--error:#ef4444;--warning:#f59e0b}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5}nav{border-bottom:1px solid var(--border);background:var(--surface);position:-webkit-sticky;position:sticky;top:0;z-index:10}.nav-inner{max-width:960px;margin:0 auto;padding:0 1.5rem;height:52px;display:flex;align-items:center;gap:2rem}.nav-logo{font-weight:600;font-size:15px}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:var(--muted);text-decoration:none;font-size:13px;transition:color .15s}.nav-links a:hover{color:var(--text)}main{max-width:960px;margin:0 auto;padding:2rem 1.5rem}h1{font-size:1.5rem;margin-bottom:.25rem}h1,h2{font-weight:600}h2{font-size:1.1rem;margin-bottom:1rem}p.muted{color:var(--muted);font-size:13px;margin-bottom:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;border:none;transition:background .15s;text-decoration:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--border);color:var(--text)}.btn-secondary:hover{background:#3a3a3a}.badge{display:inline-block;padding:.2em .6em;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.badge-queued{background:#1e293b;color:#94a3b8}.badge-processing{background:#1c1917;color:var(--warning)}.badge-done{background:#052e16;color:var(--success)}.badge-error{background:#1c0505;color:var(--error)}.progress-bar{width:100%;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:var(--accent);transition:width .3s ease}.grid{display:grid;grid-gap:1rem;gap:1rem}.grid-2{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}label{font-size:13px;color:var(--muted);font-weight:500}input[type=text],select,textarea{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:.5rem .75rem;font-size:14px;width:100%;outline:none;transition:border-color .15s}input[type=text]:focus,select:focus{border-color:var(--accent)}.drop-zone{border:2px dashed var(--border);border-radius:8px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:border-color .15s,background .15s}.drop-zone.drag-over,.drop-zone:hover{border-color:var(--accent);background:rgba(59,130,246,.05)}.drop-zone p{color:var(--muted);margin-top:.5rem;font-size:13px}.file-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.file-item{display:flex;align-items:center;justify-content:space-between;background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.6rem .75rem;font-size:13px}.file-item .name{font-weight:500}.file-item .meta{color:var(--muted);font-size:12px}.page-header{margin-bottom:2rem}.page-header .actions{margin-top:1rem}.empty-state{text-align:center;padding:4rem 2rem;color:var(--muted)}.empty-state p{margin-top:.5rem;font-size:13px}.checkbox-list{display:flex;flex-direction:column;gap:.5rem}.checkbox-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;cursor:pointer}.checkbox-item input[type=checkbox]{cursor:pointer}.checkbox-item:has(input:checked){border-color:var(--accent)}.row{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.spacer{flex:1 1}details summary{cursor:pointer;color:var(--muted);font-size:13px}details pre{margin-top:.75rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:1rem;font-size:12px;overflow:auto;color:var(--muted)}