:root{font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;color:#182033;background:#f5f7fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0}.shell{max-width:1120px;margin:0 auto;padding:44px 28px 80px}.hero{display:flex;align-items:center;gap:22px;margin-bottom:28px}.logo{display:grid;place-items:center;width:72px;height:72px;border-radius:22px;color:#fff;font-size:28px;background:linear-gradient(145deg,#7857f6,#365de9);box-shadow:0 15px 34px #536cf244}.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:800;color:#68728a}.hero h1{margin:4px 0 6px;font-size:36px}.hero p{margin:0;color:#7c8598}.status-bar{display:flex;align-items:center;gap:24px;padding:15px 18px;border:1px solid #e2e6f0;border-radius:16px;background:#fff}.status-bar>div{display:grid;grid-template-columns:12px auto;column-gap:8px;align-items:center}.status-bar small{grid-column:2;color:#9097a7}.live-dot,.codex-dot{width:10px;height:10px;border-radius:50%}.live-dot{background:#22b879;box-shadow:0 0 0 4px #22b8791f}.codex-dot{background:#6258ed;box-shadow:0 0 0 4px #6258ed1f}.ghost{margin-left:auto;padding:9px 14px;border:1px solid #dfe3ed;border-radius:10px;background:#fff;color:#566075;cursor:pointer}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.metrics div{display:flex;flex-direction:column;gap:4px;padding:18px 20px;border:1px solid #e5e8f0;border-radius:16px;background:#fff}.metrics b{font-size:28px}.metrics span{font-size:13px;color:#858da0}.metrics .warn b{color:#db8b17}.metrics .active b{color:#5b5ce8}.panel{margin:18px 0;padding:26px;border:1px solid #e5e8f0;border-radius:20px;background:#fff;box-shadow:0 8px 24px #22304d0b}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.panel-head>div{display:flex;align-items:center;gap:12px}.panel-head h2{margin:0;font-size:20px}.panel-head p{max-width:560px;margin:3px 0 0;color:#81899b;font-size:13px}.step-no{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#efeeff;color:#5d56e9;font-weight:800}textarea{width:100%;min-height:105px;margin-top:18px;padding:15px;border:1px solid #dfe3ed;border-radius:13px;resize:vertical;font:inherit;outline:none}textarea:focus{border-color:#6b63f4;box-shadow:0 0 0 3px #6b63f417}.actions{display:flex;align-items:center;gap:14px;margin-top:14px}.primary,.link,.upload{border:0;border-radius:11px;font-weight:700;cursor:pointer}.primary{padding:11px 20px;color:#fff;background:linear-gradient(135deg,#6c5ef5,#4d6df4);box-shadow:0 7px 18px #5c69f32c}.primary:disabled,.ghost:disabled,.upload.busy{opacity:.6;cursor:wait}.muted,.loading{color:#8b93a5;font-size:13px}.match-group{padding:15px 0;border-bottom:1px solid #edf0f5}.query-title{display:flex;gap:9px;align-items:center}.badge,.status-pill{padding:3px 9px;border-radius:999px;font-size:12px}.badge.exact{background:#e8f7f0;color:#178258}.badge.duplicate,.badge.fuzzy{background:#fff4dc;color:#a66800}.badge.missing{background:#fbeaec;color:#bd3f4a}.candidate{display:flex;gap:11px;align-items:flex-start;margin-top:10px;padding:11px;border:1px solid #e8ebf2;border-radius:11px;cursor:pointer}.candidate span,.queue-info{display:flex;min-width:0;flex-direction:column;gap:4px}.candidate b,.queue-info b{overflow-wrap:anywhere}.candidate small,.queue-info small{color:#81899b}.empty{margin-top:10px;color:#bd3f4a}.queue-card{display:flex;align-items:center;gap:13px;padding:15px 0;border-bottom:1px solid #edf0f5}.queue-card:last-child{border-bottom:0}.status-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto}.status-dot.missing{background:#eea62c}.queue-info{flex:1}.link{padding:8px 10px;color:#5363e8;background:#eef0ff}.upload{padding:9px 13px;color:#fff;background:#5968ed}.status-pill.queued{color:#6e5bd7;background:#eeeaff}.status-pill.running{color:#2368bd;background:#e7f1ff}.status-pill.done{color:#178258;background:#e6f7ef}.status-pill.failed{color:#bd3f4a;background:#fbeaec}.empty-state{display:flex;flex-direction:column;gap:5px;padding:24px 0;text-align:center;color:#858da0}.empty-state b{color:#596275}.codex-note{display:flex;gap:10px;align-items:center;margin:20px 0;padding:16px 20px;border:1px solid #dfe3ff;border-radius:16px;background:#f4f5ff}.codex-note strong{color:#4e5de5}.codex-note span{color:#727b90;font-size:13px}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%);z-index:10;padding:12px 20px;border-radius:12px;color:#fff;background:#243047;box-shadow:0 10px 28px #0003}.toast.err{background:#c74350}.hidden{display:none}@media(max-width:760px){.shell{padding:24px 14px}.hero{align-items:flex-start}.logo{width:56px;height:56px;border-radius:16px}.hero h1{font-size:27px}.status-bar{align-items:flex-start;flex-direction:column}.ghost{margin-left:0}.metrics{grid-template-columns:repeat(2,1fr)}.panel{padding:19px}.panel-head{flex-direction:column}.queue-card{align-items:flex-start;flex-wrap:wrap}.queue-info{flex-basis:75%}.codex-note{align-items:flex-start;flex-direction:column}}.mode-switch{display:inline-flex;gap:4px;margin-top:18px;padding:4px;border-radius:12px;background:#f0f2f8}.mode-switch button{padding:9px 16px;border:0;border-radius:9px;color:#697287;background:transparent;font-weight:700;cursor:pointer}.mode-switch button.active{color:#fff;background:#5c63ed;box-shadow:0 5px 14px #5c63ed30}.benchmark-section{margin-top:18px;padding:16px;border:1px solid #dddffc;border-radius:14px;background:#f8f8ff}.benchmark-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.benchmark-head span{color:#7c8498;font-size:12px}.candidate.benchmark{background:#fff}.manual-button{padding:9px 13px;border:0;border-radius:11px;color:#5c55d9;background:#ebeaff;font-weight:700;cursor:pointer}.queue-card{gap:10px}.toast{z-index:30}.modal{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:24px;background:#17203a80;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-card{position:relative;width:min(820px,100%);max-height:92vh;overflow:auto;padding:28px;border-radius:22px;background:#fff;box-shadow:0 24px 80px #17203a4d}.modal-card h2{margin:5px 0 12px}.modal-close{position:absolute;top:16px;right:18px;width:34px;height:34px;border:0;border-radius:50%;font-size:25px;color:#667087;background:#eff1f7;cursor:pointer}.manual-steps{margin:0 0 18px;padding-left:22px;color:#667087;font-size:14px;line-height:1.65}.field-label{display:block;margin-top:15px;font-size:13px;font-weight:800;color:#4f586b}.prompt-box,.result-box{margin-top:7px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.5}.prompt-box{min-height:220px;background:#f7f8fc}.result-box{min-height:170px}.modal-actions{justify-content:flex-end}.modal-actions .ghost{margin-left:0}.modal.hidden{display:none}@media(max-width:760px){.queue-info{flex-basis:70%}.modal{padding:10px}.modal-card{padding:22px 16px}.modal-actions{justify-content:flex-start}}.status-dot.ready{background:#22b879;box-shadow:0 0 0 4px #22b8791a}.provider-row{display:grid;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:12px;padding:12px 14px;border:1px solid #e3e6ef;border-radius:13px;background:#fafbfe}.provider-row .field-label{margin:0}.provider-row select{width:100%;padding:10px 36px 10px 12px;border:1px solid #dfe3ed;border-radius:10px;color:#30394c;background:#fff;font:inherit;outline:none}.provider-row select:focus{border-color:#6b63f4;box-shadow:0 0 0 3px #6b63f417}.media-actions{align-items:center;flex-wrap:wrap}.media-actions .ghost{margin-left:0}@media(max-width:760px){.provider-row{grid-template-columns:1fr}}
