:root{color:#18221f;background:#f6f8f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f6f8f7;--surface: #ffffff;--surface-subtle: #f1f5f3;--ink: #18221f;--muted: #687570;--faint: #8b9792;--border: #d9e0dc;--accent: #0b7a63;--accent-strong: #075f4e;--accent-soft: #e5f4ef;--danger: #b9382f;--danger-soft: #fff0ee;--warn: #9a6400;--warn-soft: #fff7e8;--shadow: 0 18px 48px rgba(20, 37, 31, .09);--radius: 8px}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:linear-gradient(180deg,#ffffff 0,var(--bg) 360px),var(--bg)}button,input,textarea{font:inherit}button{letter-spacing:0}.app-shell{min-height:100vh}.top-bar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(18px,4vw,40px);border-bottom:1px solid rgba(217,224,220,.86);background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand-lockup{display:flex;align-items:center;min-width:0;gap:11px}.brand-mark{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border:1px solid #cfe0d9;border-radius:8px;background:#e8f5f0;color:var(--accent-strong);font-size:12px;font-weight:800}.brand-name{font-size:15px;font-weight:760}.brand-caption{color:var(--muted);font-size:12px;line-height:1.35}.session-strip{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.session-strip span,.session-state{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:6px 9px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--muted);font-size:12px;font-weight:650;white-space:nowrap}.session-state.is-open{border-color:#b8dbcf;background:var(--accent-soft);color:var(--accent-strong)}.session-state.is-submitted{border-color:#b8dbcf;background:#edf7f3;color:var(--accent)}.session-state.is-expired,.session-state.is-canceled{border-color:#f0cdc8;background:var(--danger-soft);color:var(--danger)}.page-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;width:min(1260px,calc(100% - 36px));margin:0 auto;padding:28px 0 48px}.workspace{min-width:0}.page-title-row,.section-title-row,.summary-header,.url-actions,.dialog-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}h1,h2,p{margin:0}h1{color:var(--ink);font-size:clamp(26px,3vw,38px);font-weight:760;line-height:1.12}.page-title-row p,.section-title-row p{max-width:720px;margin-top:8px;color:var(--muted);font-size:14px;line-height:1.65}.segmented-control{display:inline-grid;grid-template-columns:1fr 1fr;flex:0 0 auto;overflow:hidden;min-width:190px;padding:3px;border:1px solid var(--border);border-radius:8px;background:#eef2f0}.segmented-control button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:13px;font-weight:720;cursor:pointer}.segmented-control button.is-active{background:#fff;color:var(--ink);box-shadow:0 1px 3px #1a2c251c}.segmented-control button:disabled{cursor:not-allowed;opacity:.64}.state-banner,.duplicate-panel,.ack-panel{display:flex;gap:12px;margin-top:20px;padding:14px 15px;border:1px solid #cfe0d9;border-radius:var(--radius);background:#f5fbf8;color:var(--accent-strong)}.state-banner strong,.duplicate-panel strong{display:block;margin-bottom:2px;font-size:13px}.state-banner span,.duplicate-panel span{display:block;color:var(--muted);font-size:13px;line-height:1.55}.state-banner.is-expired{border-color:#f0cdc8;background:var(--danger-soft);color:var(--danger)}.ack-panel{align-items:flex-start;border-color:#b8dbcf;background:#edf7f3}.ack-panel h2{margin-bottom:6px;font-size:17px}.ack-panel p{color:var(--muted);font-size:14px;line-height:1.6}.ack-panel .ack-warning{color:var(--warn)}.input-surface,.manifest-section,.summary-panel{margin-top:20px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:0 1px 2px #14251f08}.input-surface{padding:16px}.drop-zone{display:grid;min-height:190px;place-items:center;padding:26px;border:1px dashed #aac1b9;border-radius:var(--radius);background:linear-gradient(180deg,#ebf6f2a3,#ffffffeb);color:var(--muted);text-align:center;cursor:pointer}.drop-zone input{position:absolute;opacity:0;pointer-events:none}.drop-zone.is-disabled{cursor:not-allowed;opacity:.65}.drop-icon{display:grid;width:54px;height:54px;place-items:center;border:1px solid #c6ddd5;border-radius:8px;background:#fff;color:var(--accent)}.drop-title{margin-top:14px;color:var(--ink);font-size:17px;font-weight:730}.drop-copy{max-width:480px;margin-top:6px;font-size:13px;line-height:1.55}.url-panel{display:grid;gap:10px}.field-label{display:block;margin:16px 0 7px;color:#33403b;font-size:12px;font-weight:740}.url-panel .field-label,.summary-panel .field-label:first-of-type{margin-top:0}input,textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--ink);outline:none}input{height:40px;padding:0 12px}textarea{resize:vertical;padding:11px 12px;line-height:1.55}input:focus,textarea:focus{border-color:#79b9a7;box-shadow:0 0 0 3px #0b7a631c}input:disabled,textarea:disabled{background:#f5f7f6;color:var(--faint)}.url-actions{align-items:center}.url-actions p,.submit-note{color:var(--muted);font-size:13px;line-height:1.5}.duplicate-panel{border-color:#eed7a4;background:var(--warn-soft);color:var(--warn)}.manifest-section{padding:16px}.section-title-row{align-items:center;margin-bottom:14px}.section-title-row h2,.summary-header h2{font-size:17px;font-weight:760}.manifest-list{display:grid;gap:8px}.manifest-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:70px;padding:10px;border:1px solid #e1e7e4;border-radius:var(--radius);background:#fff}.row-kind{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;background:var(--surface-subtle);color:var(--accent)}.row-main{min-width:0}.row-title{overflow:hidden;color:var(--ink);font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.row-meta,.failure-note{margin-top:4px;color:var(--muted);font-size:12px}.failure-note{color:var(--danger)}.file-status,.url-state{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:4px 8px;border-radius:999px;background:var(--surface-subtle);color:var(--muted);font-size:12px;font-weight:720;white-space:nowrap}.file-status.is-done,.url-state{background:var(--accent-soft);color:var(--accent-strong)}.file-status.is-failed{background:var(--danger-soft);color:var(--danger)}.file-status.is-uploading,.file-status.is-waiting{background:#eef4ff;color:#385a8f}.progress-track{overflow:hidden;width:min(260px,100%);height:5px;margin-top:8px;border-radius:99px;background:#e8ecea}.progress-track span{display:block;height:100%;border-radius:inherit;background:var(--accent);transition:width .22s ease}.row-actions{display:inline-flex;gap:6px}.icon-button{display:inline-grid;width:32px;height:32px;place-items:center;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--muted);cursor:pointer}.icon-button:hover:not(:disabled){border-color:#b9c8c2;color:var(--ink)}.icon-button.danger:hover:not(:disabled){border-color:#efb9b2;background:var(--danger-soft);color:var(--danger)}.icon-button:disabled,.button:disabled{cursor:not-allowed;opacity:.55}.empty-list{display:grid;min-height:178px;place-items:center;padding:28px;border:1px dashed var(--border);border-radius:var(--radius);background:#fbfcfb;color:var(--muted);text-align:center}.empty-list strong{margin-top:8px;color:var(--ink)}.empty-list span{margin-top:4px;font-size:13px}.summary-panel{position:sticky;top:88px;align-self:start;margin-top:86px;padding:16px}.summary-header{align-items:center;margin-bottom:14px}.summary-header span{color:var(--accent);font-size:12px;font-weight:760}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:0 0 16px}.stat-grid div,.dialog-stats div{padding:10px;border:1px solid #e1e7e4;border-radius:var(--radius);background:#fbfcfb}dt{color:var(--muted);font-size:12px}dd{margin:3px 0 0;color:var(--ink);font-size:20px;font-weight:760}.count-hint{margin-top:8px;padding:9px 10px;border-radius:var(--radius);background:var(--surface-subtle);color:var(--muted);font-size:12px;line-height:1.45}.count-hint.is-match{background:var(--accent-soft);color:var(--accent-strong)}.count-hint.is-mismatch{background:var(--warn-soft);color:var(--warn)}.submit-stack{display:grid;gap:9px;margin-top:16px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid transparent;border-radius:var(--radius);font-size:13px;font-weight:760;cursor:pointer}.button.primary{background:var(--accent);color:#fff}.button.primary:hover:not(:disabled){background:var(--accent-strong)}.button.secondary{border-color:#b9d8ce;background:var(--accent-soft);color:var(--accent-strong)}.button.ghost{border-color:var(--border);background:#fff;color:var(--muted)}.submit-note{margin-top:11px}.submit-note.is-error,.dialog-error{color:var(--danger)}.spin-icon{animation:spin .85s linear infinite}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:20px;background:#111b186b}.confirm-dialog{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;width:min(560px,100%);padding:20px;border:1px solid #cfd9d5;border-radius:10px;background:#fff;box-shadow:var(--shadow)}.dialog-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:var(--radius);background:var(--warn-soft);color:var(--warn)}.confirm-dialog h2{font-size:20px}.confirm-dialog p{margin-top:9px;color:var(--muted);font-size:14px;line-height:1.65}.dialog-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0 0}.dialog-actions{justify-content:flex-end;margin-top:16px}.sr-only{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;clip:rect(0,0,0,0);white-space:nowrap}@media (max-width: 980px){.page-layout{grid-template-columns:1fr}.summary-panel{position:static;margin-top:0}}@media (max-width: 720px){.top-bar,.page-title-row,.url-actions,.dialog-actions{align-items:stretch;flex-direction:column}.top-bar{position:static;gap:12px}.session-strip{justify-content:flex-start}.page-layout{width:min(100% - 24px,1260px);padding-top:20px}.segmented-control{width:100%}.manifest-row{grid-template-columns:34px minmax(0,1fr);align-items:start}.row-state,.row-actions{grid-column:2;justify-content:flex-start}.row-actions{margin-top:2px}.dialog-stats,.stat-grid,.confirm-dialog{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@keyframes spin{to{transform:rotate(360deg)}}
