:root{--bg:#f7f9f8;--surface:#fff;--surface-strong:#f0f5f2;--ink:#17211b;--muted:#64736a;--line:#d9e2dc;--mint:#138a5b;--mint-dark:#0e6343;--blue:#2463eb;--amber:#a86208;--danger:#b42318;--shadow:0 14px 40px #17211b14}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink)}body{letter-spacing:0;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.topbar{border-bottom:1px solid var(--line);z-index:20;background:#fffffff0;justify-content:space-between;align-items:center;gap:24px;min-height:72px;padding:14px clamp(16px,4vw,40px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;display:flex}.brand-mark{background:var(--ink);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:inline-flex}.brand small,.eyebrow,.muted{color:var(--muted)}.brand small{margin-top:2px;font-size:12px;display:block}.nav-links{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.nav-links a{color:var(--muted);border:1px solid #0000;border-radius:8px;padding:9px 11px}.nav-links a:hover{background:var(--surface-strong);border-color:var(--line);color:var(--ink)}.page{max-width:1180px;margin:0 auto;padding:28px clamp(16px,4vw,40px) 56px}.workspace{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:18px;display:grid}.band,.panel,.card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px}.band{margin-bottom:18px;padding:clamp(18px,3vw,28px)}.panel{padding:18px}.card{padding:16px}.section-title{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.section-title h1,.section-title h2,.section-title h3{margin:0}.section-title p{color:var(--muted);margin:6px 0 0;line-height:1.55}h1{font-size:clamp(28px,4vw,44px);line-height:1.05}h2{font-size:24px}h3{font-size:18px}.grid{gap:14px;display:grid}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.field{gap:7px;display:grid}.field label,.label{color:#314138;font-size:13px;font-weight:700}.field input,.field select,.field textarea{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:8px;width:100%;min-height:44px;padding:10px 12px}.field textarea{resize:vertical;min-height:120px}.check-row{align-items:flex-start;gap:10px;line-height:1.5;display:flex}.check-row input{margin-top:3px}.button-row{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.button,.ghost-button,.danger-button{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 14px;font-weight:750;display:inline-flex}.button{background:var(--mint);color:#fff}.button:hover{background:var(--mint-dark)}.ghost-button{border-color:var(--line);color:var(--ink);background:#fff}.ghost-button:hover{background:var(--surface-strong)}.danger-button{color:var(--danger);background:#fff5f3;border-color:#ffd8d2}.button:disabled,.ghost-button:disabled,.danger-button:disabled{cursor:not-allowed;opacity:.58}.status-pill{text-transform:uppercase;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}.status-pill.completed,.status-pill.reviewed{color:#09663e;background:#e5f6ec}.status-pill.failed{color:var(--danger);background:#ffe8e4}.status-pill.processing,.status-pill.queued,.status-pill.uploading{color:var(--blue);background:#eaf0ff}.status-pill.draft{color:var(--amber);background:#fff2d8}.status-pill.active{color:#09663e;background:#e5f6ec}.status-pill.archived{color:#596067;background:#f0f1f3}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.metric{background:var(--surface-strong);border:1px solid var(--line);border-radius:8px;padding:14px}.metric span{color:var(--muted);margin-bottom:7px;font-size:12px;font-weight:700;display:block}.metric strong{text-transform:capitalize;font-size:22px;line-height:1.1;display:block}.progress-list{gap:10px;margin:16px 0 0;display:grid}.progress-item{color:var(--muted);align-items:center;gap:10px;display:flex}.progress-dot{border:2px solid var(--line);border-radius:50%;width:18px;height:18px}.progress-item.done{color:var(--ink)}.progress-item.done .progress-dot{background:var(--mint);border-color:var(--mint)}.notice{color:#5d3b06;background:#fffaf0;border:1px solid #f4d7a1;border-radius:8px;padding:14px;line-height:1.55}.error{color:var(--danger);background:#fff5f3;border:1px solid #ffd8d2;border-radius:8px;padding:12px;line-height:1.5}.success{color:#0d5f3d;background:#e9f8f0;border:1px solid #bde8cf;border-radius:8px;padding:12px;line-height:1.5}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:12px 10px}th{color:var(--muted);text-transform:uppercase;font-size:12px}.frame-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;display:grid}.frame-grid img{aspect-ratio:4/3;border:1px solid var(--line);object-fit:cover;border-radius:8px;width:100%}.json-box{color:#dff5e8;white-space:pre-wrap;background:#111816;border-radius:8px;padding:14px;font-family:SFMono-Regular,Consolas,monospace;font-size:12px;overflow:auto}@media (max-width:900px){.topbar,.workspace,.section-title{flex-direction:column;align-items:stretch}.workspace,.grid.two,.grid.three,.metrics{grid-template-columns:1fr}.nav-links{justify-content:flex-start}}
