:root{--ink:#17223b;--muted:#69758a;--line:#dfe7f3;--blue:#1769e0;--pale:#f4f8ff;--green:#12805c;--red:#c44040}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f8fbff 0,#f7f9fc 340px);color:var(--ink);font-family:"Microsoft YaHei",system-ui,sans-serif}.v8-header{display:grid;grid-template-columns:180px minmax(0,1fr) auto;gap:28px;align-items:start;padding:34px clamp(24px,5vw,72px);background:rgba(255,255,255,.9);border-bottom:1px solid var(--line)}.v8-header h1{max-width:780px;font-size:clamp(28px,4vw,40px);line-height:1.18;margin:7px 0}.v8-header p,.v8-header span{color:var(--muted);margin:0}.v8-header p{font-size:15px}.v8-back{color:var(--ink);text-decoration:none;padding-top:10px;font-weight:700}.v8-back:hover{text-decoration:underline}.v8-layout{display:grid;grid-template-columns:minmax(320px,440px) minmax(480px,1fr);gap:24px;padding:28px clamp(24px,5vw,72px);max-width:1520px;margin:auto}.v8-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 16px 45px rgba(31,56,96,.06)}.section-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px}.section-heading small{color:var(--blue);font-weight:700;letter-spacing:.06em}.section-heading h2{margin:5px 0 0;font-size:22px}.section-copy{max-width:650px;margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.65}.pill{white-space:nowrap;padding:7px 12px;border-radius:99px;background:#eef3fa;color:var(--muted);font-size:13px}.pill.ready{background:#e9f8f2;color:var(--green)}.pill.blocked{background:#fff0f0;color:var(--red)}.readiness{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:14px}.readiness span{font-size:12px;border:1px solid var(--line);border-radius:9px;padding:8px;color:var(--muted)}.readiness span.ok{color:var(--green);border-color:#bde9d8;background:#f2fbf7}.readiness span.bad{color:var(--red);border-color:#f0c7c7;background:#fff7f7}.journey{display:grid;gap:9px;margin:0 0 20px;padding:0;list-style:none;counter-reset:journey}.journey li{position:relative;padding:10px 12px 10px 42px;border-radius:10px;background:var(--pale);font-size:12px;line-height:1.5}.journey li::before{counter-increment:journey;content:counter(journey);position:absolute;left:12px;top:10px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#dbeaff;color:var(--blue);font-weight:800}.journey b,.journey span{display:block}.journey span{color:var(--muted)}form{display:grid;gap:16px}label{display:grid;gap:7px;font-size:14px;font-weight:700}input,select{width:100%;border:1px solid var(--line);border-radius:11px;padding:12px;background:#fff;color:var(--ink);font:inherit}input:focus,select:focus,button:focus-visible,a:focus-visible{outline:3px solid rgba(23,105,224,.25);outline-offset:2px}label small,.cost-note{font-weight:400;color:var(--muted);font-size:12px;line-height:1.65}.asset-note{display:grid;gap:4px;padding:12px 14px;border-radius:12px;border:1px solid #cfe0fb;background:#f6faff;font-size:12px;line-height:1.6}.asset-note strong{color:#24579e}.asset-note span{color:var(--muted)}.primary,.secondary{border:0;border-radius:11px;padding:12px 18px;font:inherit;font-weight:700;cursor:pointer}.primary{background:var(--blue);color:#fff}.primary:hover:not(:disabled){background:#115dcc}.secondary{background:var(--pale);color:var(--blue)}button:disabled{opacity:.55;cursor:not-allowed}.upload-progress{position:relative;height:38px;border-radius:10px;background:#eef3fa;overflow:hidden}.upload-progress i{position:absolute;inset:0 auto 0 0;width:0;background:#dbeaff;transition:width .2s}.upload-progress span{position:relative;display:grid;place-items:center;height:100%;font-size:12px}.task-list{display:grid;gap:14px}.task-item{border:1px solid var(--line);border-radius:16px;padding:18px}.task-head{display:flex;justify-content:space-between;gap:18px}.task-head h3{margin:0 0 6px;font-size:16px}.task-head p{margin:0;color:var(--muted);font-size:12px}.stage{white-space:nowrap;font-size:12px;padding:6px 10px;border-radius:20px;background:var(--pale);color:var(--blue);height:max-content}.stage.blocked{background:#fff0f0;color:var(--red)}.stage.completed{background:#e9f8f2;color:var(--green)}.task-error{margin:12px 0 0;color:var(--red);font-size:13px;line-height:1.6}.analysis-summary{margin:12px 0;padding:12px;background:var(--pale);border-radius:10px;color:#40506a;font-size:13px;line-height:1.65}.unit-progress{position:relative;height:34px;overflow:hidden;margin-top:14px;border-radius:9px;background:#eef3fa}.unit-progress i{position:absolute;inset:0 auto 0 0;background:#dbeaff}.unit-progress span{position:relative;display:grid;place-items:center;height:100%;font-size:12px;font-weight:700}.unit-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin:10px 0 0;padding:0;list-style:none}.unit-list li{display:grid;gap:2px;padding:9px 11px;border:1px solid var(--line);border-radius:9px;font-size:12px}.unit-list span{color:var(--muted)}.review-status{margin:14px 0 0;padding:10px 12px;border-radius:10px;background:#f7f8fb;color:var(--muted);font-size:13px}.review-status.passed{background:#e9f8f2;color:var(--green)}.review-status.failed,.review-status.blocked{background:#fff0f0;color:var(--red)}.result-video{width:100%;margin-top:14px;border-radius:12px;background:#000}.download-link{display:inline-block;margin-top:10px;color:var(--blue);font-weight:700}.empty{color:var(--muted)}.v8-toast{position:fixed;right:24px;bottom:24px;max-width:420px;background:#17223b;color:#fff;padding:13px 18px;border-radius:11px;box-shadow:0 15px 40px rgba(0,0,0,.25)}@media(max-width:900px){.v8-header{grid-template-columns:1fr}.v8-layout{grid-template-columns:1fr}.readiness{grid-template-columns:1fr}}@media(max-width:560px){.v8-header,.v8-layout{padding-left:16px;padding-right:16px}.v8-card{padding:18px}.section-heading,.task-head{flex-direction:column}.pill{align-self:flex-start}.unit-list{grid-template-columns:1fr}}
