@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600;700&family=Noto+Sans+SC:wght@400;500;600;700;900&display=swap');
:root{--ink:#202522;--muted:#747b75;--paper:#f3f1eb;--panel:#fffdf8;--line:#ddd9cf;--red:#d9483b;--lime:#d8f25c;--green:#4f745f;--shadow:0 20px 60px rgba(36,39,35,.08)}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Noto Sans SC","Microsoft YaHei",sans-serif}.noise{position:fixed;inset:0;opacity:.035;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.topbar{height:78px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(32px,calc((100vw - 1340px)/2));position:sticky;top:0;background:rgba(243,241,235,.92);backdrop-filter:blur(16px);z-index:20}.brand{display:flex;gap:12px;align-items:center}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--ink);color:var(--lime);font:900 23px "DM Sans"}.brand b{display:block;font-size:15px}.brand small{font:600 9px "DM Sans";letter-spacing:2px;color:var(--muted)}.top-actions{display:flex;gap:14px;align-items:center}.health{font-size:12px;color:var(--green)}.health:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#72b48b;margin-right:7px}button,input,textarea,select{font:inherit}.ghost,.icon-button{border:1px solid var(--line);background:transparent;border-radius:10px;padding:9px 13px;cursor:pointer;color:var(--ink)}main{max-width:1340px;margin:auto;padding:42px 32px 80px}.hero{display:flex;justify-content:space-between;align-items:end;padding:30px 8px 48px}.eyebrow,.step{font:700 11px "DM Sans";letter-spacing:2px;text-transform:uppercase;color:var(--red);margin:0 0 13px}.hero h1{font-size:52px;line-height:1.08;letter-spacing:-2.5px;margin:0;max-width:760px}.hero h1 em{font-style:normal;color:var(--red)}.hero-copy{max-width:650px;color:var(--muted);line-height:1.8;margin:20px 0 0}.metric-strip{display:flex;border:1px solid var(--line);border-radius:18px;background:rgba(255,253,248,.65);padding:20px 5px}.metric-strip div{min-width:118px;padding:0 24px;border-right:1px solid var(--line)}.metric-strip div:last-child{border:0}.metric-strip strong{display:block;font:700 28px "DM Sans"}.metric-strip span{font-size:11px;color:var(--muted)}.workspace-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:20px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:28px}.panel-title,.detail-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.panel h2{margin:0;font-size:24px;letter-spacing:-.7px}.badge{font-size:11px;padding:7px 10px;background:#edf3d7;border-radius:99px;color:#56642c}.field{display:block;margin:18px 0}.field>span,.options label>span{display:flex;justify-content:space-between;font-size:12px;font-weight:700;margin-bottom:8px}.field i{font-style:normal;color:var(--muted);font-weight:400}.field input,.field textarea,.options select,.login-card input{width:100%;border:1px solid var(--line);background:#faf9f5;border-radius:13px;padding:13px 15px;outline:none}.field input:focus,.field textarea:focus,.options select:focus,.login-card input:focus{border-color:#8fa45d;box-shadow:0 0 0 3px rgba(216,242,92,.28)}.field textarea{height:220px;resize:vertical;line-height:1.7}.upload{position:relative;border:1px dashed #b9b6ad;border-radius:14px;padding:16px;display:grid;grid-template-columns:38px 1fr;cursor:pointer}.upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.upload-icon{grid-row:1/3;display:grid;place-items:center;font-size:28px}.upload b{font-size:12px}.upload small{font-size:10px;color:var(--muted)}.upload.drag{background:#f3f7df;border-color:#98a851}.options{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0}.options select{height:46px}.primary{width:100%;border:0;background:var(--ink);color:#fff;border-radius:13px;padding:15px 18px;display:flex;justify-content:center;gap:14px;cursor:pointer;font-weight:700;transition:.2s}.primary:hover{transform:translateY(-1px);background:#101310}.primary b{color:var(--lime)}.primary.small{width:auto;padding:11px 16px}.fineprint{font-size:10px;color:var(--muted);line-height:1.7}.batch-list{display:flex;flex-direction:column;gap:12px;max-height:620px;overflow:auto}.batch-card{border:1px solid var(--line);border-radius:16px;padding:16px;cursor:pointer;transition:.2s}.batch-card:hover,.batch-card.active{border-color:#9da46f;background:#fbfced}.batch-card-head{display:flex;justify-content:space-between;gap:12px}.batch-card h3{font-size:14px;margin:0}.status{font:700 9px "DM Sans";letter-spacing:1px;padding:5px 8px;border-radius:99px;background:#efede6}.status.running{background:#fff0d3;color:#9a6500}.status.completed,.status.completed_with_errors{background:#e5f4e7;color:#39734a}.status.failed{background:#f9e0de;color:#a73e35}.mini-progress{height:5px;background:#ece9e1;border-radius:99px;margin:14px 0 8px;overflow:hidden}.mini-progress span,.progress-track span{display:block;height:100%;background:linear-gradient(90deg,var(--red),#f19a52);border-radius:99px}.batch-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.empty{text-align:center;color:var(--muted);font-size:12px;padding:80px 20px;border:1px dashed var(--line);border-radius:15px}.detail-panel{margin-top:20px}.hidden{display:none}.detail-head{align-items:center}.detail-head p{font-size:11px;color:var(--muted);margin:8px 0 0}.detail-actions{display:flex;gap:10px}.progress-block{display:grid;grid-template-columns:1fr 160px;gap:16px;align-items:center;background:#f6f4ee;border-radius:14px;padding:15px}.progress-track{height:10px;background:#e3dfd5;border-radius:99px;overflow:hidden}.progress-block>div:last-child{display:flex;justify-content:space-between}.progress-block b{font:700 16px "DM Sans"}.progress-block span{font-size:10px;color:var(--muted)}.notes-table-wrap{overflow:auto;margin-top:18px}table{border-collapse:collapse;width:100%;min-width:980px}th{text-align:left;font-size:10px;color:var(--muted);padding:11px;border-bottom:1px solid var(--line)}td{padding:14px 11px;border-bottom:1px solid #e9e6de;vertical-align:top;font-size:11px}td:nth-child(1){font:700 12px "DM Sans"}.query{color:var(--muted);margin-bottom:6px}.new-title{font-weight:700;font-size:13px}.copy-preview{line-height:1.65;max-width:340px;white-space:pre-line}.thumbs{display:flex;gap:5px;min-width:150px}.thumb{width:44px;height:58px;object-fit:cover;border-radius:5px;background:#e9e6de}.qa-pill{padding:5px 8px;border-radius:99px;background:#efede7;white-space:nowrap}.qa-pill.pass{background:#e4f2e5;color:#377245}.qa-pill.fail{background:#f9e0de;color:#a73e35}.modal{position:fixed;inset:0;background:rgba(27,30,28,.76);backdrop-filter:blur(12px);display:grid;place-items:center;z-index:100}.modal.hidden{display:none}.login-card{width:min(410px,calc(100vw - 36px));padding:36px;background:var(--panel);border-radius:24px;text-align:center;box-shadow:0 30px 100px rgba(0,0,0,.25)}.brand-mark.large{margin:auto;width:54px;height:54px}.login-card h2{margin:20px 0 8px}.login-card p{font-size:12px;color:var(--muted)}.login-card input{margin:16px 0}.login-card small{display:block;color:var(--red);margin-top:12px}.toast{position:fixed;right:28px;bottom:28px;background:var(--ink);color:#fff;padding:12px 16px;border-radius:11px;font-size:12px;transform:translateY(80px);opacity:0;transition:.3s;z-index:120}.toast.show{transform:translateY(0);opacity:1}
@media(max-width:980px){.workspace-grid{grid-template-columns:1fr}.hero{align-items:flex-start;flex-direction:column;gap:28px}.hero h1{font-size:40px}.metric-strip{width:100%}.metric-strip div{flex:1;min-width:0}.topbar{padding:0 20px}main{padding:24px 16px 60px}.panel{padding:20px}.queue-panel{min-height:360px}}@media(max-width:620px){.hero h1{font-size:34px}.metric-strip div{padding:0 14px}.metric-strip strong{font-size:22px}.options{grid-template-columns:1fr}.detail-head{align-items:flex-start;gap:16px;flex-direction:column}.top-actions .ghost{display:none}}

