:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;--bg: #f7f8fb;--panel: #fff;--panel-soft: #fbfcfd;--text: #18202b;--muted: #5d6978;--line: #dfe5ec;--accent: #0f766e;--accent-strong: #155e75;--accent-soft: #e7f5f2;--danger: #b42318;--danger-soft: #fef3f2;--warning-soft: #fff7e6;--focus: rgba(15, 118, 110, .24);--radius: 8px;--shadow: 0 18px 50px rgba(22, 35, 52, .08);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}:root[data-theme=dark]{color-scheme:dark;--bg: #101820;--panel: #17212b;--panel-soft: #1d2935;--text: #edf5f7;--muted: #a7b4c0;--line: #30404d;--accent: #2bb8a7;--accent-strong: #67e8d5;--accent-soft: #123b38;--danger: #ff9b8e;--danger-soft: #382220;--warning-soft: #332a18;--focus: rgba(45, 212, 191, .28);--shadow: 0 18px 50px rgba(0, 0, 0, .28)}*{box-sizing:border-box}html{min-width:320px;background:var(--bg)}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden;background:var(--bg);color:var(--text)}button,input{font:inherit}button{min-height:40px;border:1px solid var(--line);border-radius:7px;padding:0 14px;background:var(--panel);color:var(--text);cursor:pointer;font-weight:700;transition:border-color .14s ease,background-color .14s ease,color .14s ease,transform .14s ease}button:hover:not(:disabled){border-color:var(--accent);transform:translateY(-1px)}button:disabled,input:disabled{cursor:not-allowed;opacity:.5}button:focus-visible,input:focus-visible{outline:3px solid var(--focus);outline-offset:2px}button.primary{border-color:var(--accent);background:var(--accent);color:#fff}button.primary:hover:not(:disabled){border-color:var(--accent-strong);background:var(--accent-strong)}.quiet-button{background:transparent}.app-shell{min-height:100vh;padding:24px}.workspace{display:grid;max-width:1180px;margin:0 auto;gap:18px}.topbar{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow);padding:16px 18px}.brand,.top-actions,.theme-toggle,.section-heading,.queue-header,.result-summary,.summary-actions,.file-name-row,.color-control,footer{display:flex;align-items:center}.brand{min-width:0;gap:12px}.brand-mark{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:7px;background:var(--text);color:var(--panel);font-size:18px;font-weight:800}.brand-copy{min-width:0}.eyebrow,.section-kicker{margin:0 0 5px;color:var(--accent-strong);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin:0;font-size:clamp(23px,3vw,31px);line-height:1.15;letter-spacing:0}h2{margin:0;font-size:18px;line-height:1.3;letter-spacing:0}.subtitle{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.top-actions{flex:0 0 auto;gap:8px}.theme-toggle{gap:7px}.alert{border:1px solid #e7c16f;border-radius:7px;background:var(--warning-soft);padding:11px 14px;color:var(--text);font-size:14px;line-height:1.55}.tool-layout{display:grid;grid-template-columns:minmax(320px,370px) minmax(0,1fr);align-items:start;gap:18px}.panel{min-width:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow);padding:20px}.input-panel{display:grid;gap:24px}.queue-panel{min-height:590px}.upload-section,.settings-section{display:grid;gap:14px}.section-heading{justify-content:space-between;gap:12px}.capacity,.summary-count,.failed-count{border-radius:5px;background:var(--accent-soft);padding:4px 8px;color:var(--accent-strong);font-size:12px;font-weight:800;white-space:nowrap}.failed-count{background:var(--danger-soft);color:var(--danger)}.drop-zone{position:relative;display:grid;min-height:154px;place-items:center;align-content:center;gap:7px;overflow:hidden;border:1px dashed #9daeba;border-radius:8px;background:var(--panel-soft);padding:20px;text-align:center;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.drop-zone:hover,.drop-zone.dragging{border-color:var(--accent);background:var(--accent-soft)}.drop-zone:focus-within{outline:3px solid var(--focus);outline-offset:2px;border-color:var(--accent);box-shadow:0 0 0 3px var(--focus)}.drop-zone.disabled{opacity:.55}.file-input{position:absolute;z-index:2;inset:0;width:100%;height:100%;cursor:pointer;opacity:0}.file-input:focus-visible{outline-style:solid}.upload-icon,.empty-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:7px;background:var(--accent-soft);color:var(--accent-strong);font-size:22px;font-weight:500}.drop-zone strong{font-size:15px}.drop-zone>span:last-child{color:var(--muted);font-size:12px;line-height:1.5}.format-fieldset{min-width:0;margin:0;border:0;padding:0}.format-fieldset legend,.setting-row>label,.setting-label label{margin-bottom:9px;color:var(--muted);font-size:13px;font-weight:750}.format-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.format-options button{padding:0 8px}.format-options button.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.setting-row{min-width:0}.setting-label{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.setting-label output{color:var(--accent-strong);font-size:13px;font-weight:800}input[type=range]{width:100%;accent-color:var(--accent)}.setting-row p,.primary-action p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.color-control{gap:10px;border:1px solid var(--line);border-radius:7px;background:var(--panel-soft);padding:7px 10px}.color-control input{width:34px;height:28px;border:0;padding:0;background:transparent}.color-control span{color:var(--muted);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px}.primary-action{border-top:1px solid var(--line);padding-top:18px}.primary-action .primary{width:100%}.queue-header{align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px;border-bottom:1px solid var(--line);padding-bottom:16px}.result-summary{min-width:0;align-items:flex-end;flex-direction:column;gap:9px}.summary-status{display:grid;justify-items:end;gap:2px}.summary-status strong{font-size:14px}.summary-status span{max-width:330px;color:var(--muted);font-size:12px;line-height:1.45;text-align:right}.summary-status .progress-copy{color:var(--accent-strong);font-weight:700}.overall-progress{width:min(330px,100%);margin-top:0}.summary-actions{flex-wrap:wrap;justify-content:flex-end;gap:7px}.summary-actions button{min-height:32px;padding:0 10px;font-size:12px}.empty-state{display:grid;min-height:430px;place-items:center;align-content:center;gap:9px;border:1px dashed #b6c3cf;border-radius:8px;background:var(--panel-soft);padding:24px;color:var(--muted);text-align:center}.empty-state strong{color:var(--text);font-size:15px}.empty-state p{max-width:300px;margin:0;font-size:13px;line-height:1.6}.file-list{display:grid;max-height:520px;margin:0;padding:0;gap:0;overflow-y:auto;list-style:none}.file-item{display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;border-bottom:1px solid var(--line);padding:12px 2px}.file-item:first-child{padding-top:2px}.file-item:last-child{border-bottom:0;padding-bottom:2px}.file-preview{width:56px;height:56px;border:1px solid var(--line);border-radius:7px;background:var(--panel-soft);object-fit:contain}.file-copy{min-width:0}.file-name-row{min-width:0;justify-content:space-between;gap:10px}.file-name-row strong{min-width:0;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.file-name-row span{flex:0 0 auto;color:var(--muted);font-size:11px;font-weight:750}.file-name-row span.success{color:var(--accent-strong)}.file-name-row span.error,.item-error{color:var(--danger)}.file-copy>p{margin:4px 0 0;overflow-wrap:anywhere;color:var(--muted);font-size:11px;line-height:1.45}.file-copy .item-error{font-size:12px}progress{display:block;width:100%;height:5px;margin-top:8px;overflow:hidden;border:0;border-radius:3px;accent-color:var(--accent)}.file-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.file-actions button{min-height:34px;padding:0 10px;font-size:12px}footer{justify-content:space-between;gap:16px;padding:0 2px;color:var(--muted);font-size:12px;line-height:1.5}@media(max-width:920px){.queue-header{flex-direction:column}.result-summary,.summary-status{align-items:flex-start}.summary-status{justify-items:start}.summary-status span{text-align:left}.summary-actions{justify-content:flex-start}}@media(max-width:820px){.app-shell{padding:18px}.tool-layout{grid-template-columns:minmax(0,1fr)}.queue-panel{min-height:520px}.empty-state{min-height:330px}}@media(max-width:560px){.app-shell{padding:12px}.topbar{align-items:flex-start;flex-direction:column;padding:14px}.top-actions{width:100%}.top-actions button{flex:1 1 0}.panel{padding:15px}.queue-header{gap:12px}.result-summary{width:100%}.file-item{grid-template-columns:48px minmax(0,1fr);align-items:start}.file-preview{width:48px;height:48px}.file-actions{grid-column:1 / -1;justify-content:flex-end}.file-actions button{flex:1 1 0}footer{align-items:flex-start;flex-direction:column;gap:4px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
