.intake-page .intake-col{width:100%;max-width:960px;display:flex;flex-direction:column;gap:20px}.intake-page .panel{max-width:none;padding:20px}.intake-page .intake-panel{display:flex;flex-direction:column;gap:16px}.intake-page .queue-panel{gap:12px}.intake-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.intake-head h1{margin:0;font-size:28px;line-height:36px;font-weight:700}.intake-head .intake-title{display:flex;flex-direction:column;gap:4px;min-width:0}.intake-head .intake-lede{font-size:15px}.intake-steps{display:flex;gap:14px;font-size:13px;color:var(--muted);flex-wrap:wrap}.intake-steps>span{display:flex;align-items:center;gap:6px;white-space:nowrap}.intake-steps .chip{padding:0 7px}.intake-page .dropzone{border:2px dashed #3a4154;border-radius:12px;background:hsla(0,0%,100%,.015);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:36px 24px}.intake-page .dropzone.hot{border-color:var(--cta);background:var(--cta-soft)}.intake-page .dropzone .dz-title{font-size:20px;font-weight:500}.intake-page .dropzone .dz-or{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.intake-page .dropzone .dz-pick{height:40px;padding:0 18px;color:var(--ink)}.intake-page .input{height:40px;border:1px solid var(--hairline);border-radius:8px;background:var(--canvas);color:var(--muted);padding:0 12px;display:flex;align-items:center;font-size:14px;gap:8px}.intake-page .input.big{height:48px;font-size:15px}.intake-page .input .ic{flex-shrink:0}.intake-page .input>input{flex:1;min-width:0;height:100%;border:none;background:transparent;color:var(--ink);font:inherit;padding:0}.intake-page .input>input::placeholder{color:var(--muted)}.intake-page .input>input:focus{outline:none}.intake-page .input:focus-within{border-color:var(--cta)}.intake-page .input.disabled{opacity:.55}.intake-page .url-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.intake-page .url-row .input{flex:1;min-width:220px}.intake-page .url-go{height:48px;padding:0 20px;color:var(--ink)}.intake-page .source-chips{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.intake-page .consent-line{display:flex;align-items:center;gap:8px}.intake-page .status-strip{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;border:1px solid var(--hairline);background:var(--surface);font-size:14px;line-height:20px;flex-wrap:wrap}.intake-page .status-strip.warn{border-color:var(--warn);background:var(--warn-soft)}.intake-page .status-strip.ok{border-color:rgba(61,204,138,.4)}.intake-page .status-strip.fail{border-color:var(--fail);background:var(--fail-soft)}.intake-page .q-row{display:grid;grid-template-columns:64px minmax(0,1fr) 300px 110px 150px;gap:16px;align-items:center;padding:12px 14px;border:1px solid var(--hairline);border-radius:10px;background:var(--canvas)}.intake-page .q-row[data-status=done]{border-color:rgba(61,204,138,.4)}.intake-page .q-row[data-status=failed]{border-color:var(--fail)}.intake-page .q-name{display:flex;flex-direction:column;min-width:0;gap:2px}.intake-page .q-name>.q-file{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.intake-page .q-sub-fail{font-size:13px;color:var(--fail)}.intake-page .q-chip{justify-self:start;display:inline-flex;align-items:center;gap:6px}.intake-page .q-acts{display:flex;gap:6px;justify-content:flex-end;flex-wrap:wrap}.intake-page .q-acts .btn-text,.intake-page .q-acts .ghost-btn{height:32px;padding:0 10px;font-size:13px}.intake-page .thumb{border-radius:6px;background:linear-gradient(160deg,#2a2f3c,#14171f 60%,#0d0f14);position:relative;overflow:hidden;width:64px;height:40px;flex-shrink:0}.intake-page .thumb.lg{width:96px;height:60px}.intake-page .thumb .dur{position:absolute;inset-inline-end:6px;bottom:4px;font-size:11px;background:rgba(0,0,0,.6);padding:0 5px;border-radius:4px}.intake-page .stages{display:flex;align-items:center;gap:0;flex-wrap:wrap}.intake-page .stage-dot{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);white-space:nowrap}.intake-page .stage-dot i{width:10px;height:10px;border-radius:50%;border:2px solid #3a4154;display:inline-block;box-sizing:border-box}.intake-page .stage-dot.done{color:var(--ink)}.intake-page .stage-dot.done i{background:var(--ready);border-color:var(--ready)}.intake-page .stage-dot.now{color:var(--cta);font-weight:500}.intake-page .stage-dot.now i{border-color:var(--cta);background:var(--cta-soft)}.intake-page .stage-dot.skip{opacity:.45}.intake-page .stage-dot.fail{color:var(--fail)}.intake-page .stage-dot.fail i{border-color:var(--fail);background:transparent}.intake-page .stage-line{width:18px;height:2px;background:#2a2e3a;margin:0 6px;flex-shrink:0}.intake-page .stage-line.done{background:var(--ready)}.intake-page .queue-cta{display:flex;align-items:center;gap:14px;padding-top:6px;border-top:1px solid var(--hairline);margin-top:4px;flex-wrap:wrap}.intake-page .queue-cta .cta-add{height:44px;padding:0 16px}.intake-page .queue-cta .cta-tally{margin-inline-start:auto}.intake-page .ready-card{padding:16px 20px;display:flex;align-items:center;gap:16px;border-color:rgba(61,204,138,.35);flex-wrap:wrap}.intake-page .ready-card .ready-text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.intake-page .ready-card .ready-acts{display:flex;gap:8px;flex-wrap:wrap}@media (max-width:768px){.intake-page .intake-col{gap:14px}.intake-page .panel{padding:16px 14px}.intake-head h1{font-size:22px;line-height:30px}.intake-page .dropzone{padding:24px 14px}.intake-page .dropzone .dz-pick{min-height:44px;height:auto;width:100%}.intake-page .dropzone .dz-or{width:100%;flex-direction:column;gap:8px}.intake-page .url-row .input{flex-basis:100%}.intake-page .url-go{width:100%;min-height:44px}.intake-page .q-row{grid-template-columns:64px minmax(0,1fr);gap:8px 12px}.intake-page .q-row>.q-chip,.intake-page .q-row>.stages{grid-column:1/-1}.intake-page .q-row>.q-acts{grid-column:1/-1;justify-content:flex-start}.intake-page .q-acts .btn-text,.intake-page .q-acts .ghost-btn{min-height:44px;height:auto}.intake-page .queue-cta{flex-direction:column;align-items:stretch}.intake-page .queue-cta .cta-add{min-height:44px;width:100%}.intake-page .queue-cta .cta-tally{margin-inline-start:0}.intake-page .ready-card .ready-acts{width:100%}}