*{box-sizing:border-box}:root{color:#172033;font-synthesis:none;--primary:#177a73;--primary-dark:#0f5f5a;--primary-soft:#e4f1ef;--primary-line:#b9d7d3;--surface:#fff;--surface-soft:#f2f5f6;--surface-blue:#f4f8f8;--text:#243744;--muted:#6c7d87;--subtle:#8a979f;--line:#d8e1e5;--line-strong:#cad6dc;--success:#22805c;--success-soft:#e4f2ea;--warning:#a97718;--warning-soft:#fff4d8;--danger:#a9443d;--danger-soft:#f9e7e5;--workbench-navy:#0f293d;--workbench-teal:#177a73;background:#f6f7fc;font-family:Inter,Segoe UI,PingFang SC,Microsoft YaHei,Arial,sans-serif}html{background:#f2f5f6;min-width:320px;min-height:100%}body{background:radial-gradient(circle at 72% 22%,#177a7309,#0000 26%),#f2f5f6;min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}.app-shell{--sidebar-width:300px;min-height:100vh}.sidebar{z-index:30;width:var(--sidebar-width);background:#edf2f4;border-right:1px solid #d7e0e4;flex-direction:column;padding:22px 18px 18px;display:flex;position:fixed;inset:64px auto 0 0}.sidebar-resizer{z-index:2;cursor:col-resize;touch-action:none;width:14px;position:absolute;inset:0 -7px 0 auto}.sidebar-resizer:after{content:"";background:#f7fbfb;border:1px solid #a9c0bf;border-radius:999px;width:6px;height:48px;transition:border-color .16s,background .16s,transform .16s;position:absolute;top:50%;left:4px;transform:translateY(-50%);box-shadow:0 2px 8px #194a4f1f}.sidebar-resizer:hover:after,body.sidebar-resizing .sidebar-resizer:after{border-color:var(--workbench-teal);background:#dceeed;transform:translateY(-50%)scaleX(1.16)}.sidebar-resizer:focus-visible:after{border-color:var(--workbench-teal);background:#dceeed;transform:translateY(-50%)scaleX(1.16)}.sidebar-resizer:focus-visible{outline:none}body.sidebar-resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.brand{z-index:40;width:max(300px, var(--sidebar-width));background:#e6eef0;border-bottom:1px solid #cbd9dd;align-items:center;gap:13px;height:64px;min-height:64px;padding:0 28px;display:flex;position:fixed;inset:0 auto auto 0}.brand-mark{color:#fff;width:68px;height:44px;box-shadow:none;background:0 0;border-radius:0;flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.brand strong,.brand span{display:block}.brand .brand-mark{display:grid}.brand-mark img{object-fit:contain;width:100%;height:100%;display:block}.brand strong{color:var(--workbench-navy);letter-spacing:.02em;font-size:16px;line-height:20px}.brand span{color:#607985;letter-spacing:.14em;margin-top:4px;font-size:8px;font-weight:600}.sidebar nav{gap:8px;padding:0 0 22px;display:grid}.sidebar nav a{color:#52646f;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;min-height:48px;padding:0 14px;font-size:13px;font-weight:600;transition:color .16s,border-color .16s,background .16s;display:flex}.sidebar nav a:hover{color:var(--workbench-teal);background:#ffffffb8}.sidebar nav a.active{color:var(--workbench-navy);background:#fff;border-color:#c7dcd9;box-shadow:0 4px 14px #0f293d0d}.sidebar nav a.active svg{color:var(--workbench-teal)}.topbar-user{position:relative}.user-menu-trigger{color:#304751;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:0;border-radius:6px;align-items:center;gap:5px;max-width:180px;min-height:34px;padding:0 5px 0 8px;font-size:13px;font-weight:600;list-style:none;transition:color .16s,background .16s;display:flex}.user-menu-trigger span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-menu-trigger svg{color:#6fb4af;flex:none;transition:transform .16s}.user-menu-trigger::-webkit-details-marker{display:none}.user-menu-trigger:hover,.topbar-user[open] .user-menu-trigger{color:var(--workbench-navy);background:#d7e7e6}.topbar-user[open] .user-menu-trigger svg{transform:rotate(180deg)}.user-menu-trigger:focus-visible{outline-offset:2px;outline:2px solid #47b1a8}.user-menu-popover{z-index:60;background:#fff;border:1px solid #d8e1e5;border-radius:12px;width:160px;padding:8px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 14px 34px #0f293d2e}.user-menu-action{color:#40545f;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;width:100%;min-height:38px;margin-top:4px;padding:0 10px;font-size:12px;display:flex}.user-menu-action:hover{color:var(--workbench-teal);background:#eef6f5}.user-menu-action.danger:hover{background:var(--danger-soft);color:var(--danger)}.main{min-height:100vh;margin-left:var(--sidebar-width)}.topbar{z-index:20;background:#e6eef0;border-bottom:1px solid #cbd9dd;justify-content:flex-end;align-items:center;height:64px;padding:0 34px;display:flex;position:sticky;top:0}.page{width:min(1148px,100%);margin:0 auto;padding:14px 34px 46px}.task-detail-page,.task-result-page{width:100%;max-width:none}@media (min-width:1081px){.sidebar,.brand,.main{transition:width .2s,margin-left .2s,padding .2s}body.sidebar-resizing .sidebar,body.sidebar-resizing .brand,body.sidebar-resizing .main{transition:none}body.sidebar-collapsed .sidebar{width:72px;padding-inline:10px}body.sidebar-collapsed .main{margin-left:72px}body.sidebar-collapsed .sidebar nav a{justify-content:center;gap:0;padding-inline:0}body.sidebar-collapsed .sidebar nav a span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}}.page-heading{justify-content:space-between;align-items:center;gap:24px;min-height:72px;margin-bottom:24px;display:flex}.eyebrow{color:var(--primary);letter-spacing:.18em;font-size:9px;font-weight:700;display:block}.page-heading h1{color:#151f32;letter-spacing:-.025em;margin:8px 0 7px;font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:28px;line-height:1.25}.page-heading h1:first-child{margin-top:0}.page-heading h1:last-child{margin-bottom:0}.dashboard-page .page-heading,.history-page .page-heading,.team-page .page-heading{border-bottom:1px solid #d5dfe3;min-height:44px;margin:0 0 16px;padding-bottom:10px}.dashboard-page .page-heading h1,.history-page .page-heading h1,.team-page .page-heading h1{color:#314955;letter-spacing:0;font-size:16px;line-height:24px}.dashboard-page .page-heading>.primary-button,.history-page .page-heading>.primary-button,.team-page .page-heading>.primary-button,.team-page .page-heading>.page-action-button{min-height:34px;padding-inline:13px;font-size:10px}.retrieval-test-page{max-width:1280px}.retrieval-search-card,.retrieval-results{border:1px solid var(--line-strong);background:#fff;border-radius:9px;overflow:hidden}.retrieval-search-card{padding:20px}.retrieval-search-card>label{color:#435762;margin-bottom:9px;font-size:11px;font-weight:700;display:block}.retrieval-search-card>div{align-items:flex-end;gap:12px;display:flex}.retrieval-search-card textarea{resize:vertical;border:1px solid var(--line-strong);min-height:108px;color:var(--text);font:inherit;background:#fbfcfc;border-radius:7px;outline:0;flex:1;padding:13px;font-size:12px;line-height:1.7}.retrieval-search-card textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #177a731a}.retrieval-search-card button{min-width:110px;min-height:42px}.retrieval-error{margin:16px 0 0}.retrieval-results{margin-top:18px}.retrieval-results>header{border-bottom:1px solid var(--line);background:#f8fafb;justify-content:space-between;align-items:center;min-height:58px;padding:0 18px;display:flex}.retrieval-results>header h2{margin:0;font-size:14px}.retrieval-results>header span{color:var(--muted);font-size:10px}.retrieval-result-card{border-bottom:1px solid var(--line)}.retrieval-result-card:last-child{border-bottom:0}.retrieval-result-card>summary{cursor:pointer;grid-template-columns:34px minmax(0,1fr) auto 20px;align-items:center;gap:14px;min-height:84px;padding:14px 18px;list-style:none;display:grid}.retrieval-result-card>summary::-webkit-details-marker{display:none}.retrieval-result-card>summary:hover{background:#fbfdfd}.retrieval-result-card>summary>div:nth-child(2){min-width:0}.retrieval-result-card>summary strong,.retrieval-result-card>summary small{display:block}.retrieval-result-card>summary strong{color:#20333f;font-size:12px;line-height:1.55}.retrieval-result-card>summary small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:6px;font-size:9px;overflow:hidden}.retrieval-result-card>summary>svg{color:#75868f;transition:transform .16s}.retrieval-result-card[open]>summary>svg{transform:rotate(180deg)}.retrieval-rank{width:30px;height:30px;color:var(--primary);background:var(--primary-soft);border-radius:7px;place-items:center;font-size:11px;font-weight:800;display:grid}.retrieval-scores{justify-items:end;gap:5px;display:grid}.retrieval-scores>div{color:#71858e;white-space:nowrap;gap:10px;font-size:8px;display:flex}.retrieval-scores .retrieval-primary-score,.retrieval-quotes article header span,.retrieval-quotes article header code{color:#526a73;background:#edf3f4;border-radius:5px;padding:4px 7px;font-family:inherit;font-size:8px}.retrieval-scores .retrieval-primary-score{color:var(--primary);background:var(--primary-soft);font-size:9px}.retrieval-primary-score b{margin-right:3px}.retrieval-quotes{background:#fbfcfc;gap:10px;padding:0 18px 18px 66px;display:grid}.retrieval-quotes article{background:#fff;border:1px solid #dce5e7;border-radius:8px;padding:15px}.retrieval-quotes article>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.retrieval-quotes article>header>div{flex-wrap:wrap;gap:6px;display:flex}.retrieval-quotes article>header small{color:var(--muted);font-size:8px}.retrieval-quotes article>p{color:#2f424c;margin:12px 0;font-size:11px;line-height:1.65}.retrieval-quotes dl{grid-template-columns:110px 140px 140px minmax(220px,1fr);gap:8px;margin:0;display:grid}.retrieval-quotes dl>div{background:#f4f7f7;border-radius:6px;min-width:0;padding:9px 10px}.retrieval-quotes dt{color:var(--muted);font-size:8px}.retrieval-quotes dd{color:#2a3b45;text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:9px;font-weight:600;overflow:hidden}.retrieval-quotes blockquote{border-left:3px solid var(--primary-line);color:#60727b;background:#f4f8f7;margin:11px 0 0;padding:9px 11px;font-size:9px}.retrieval-empty{min-height:180px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:9px;font-size:11px;display:flex}@media (max-width:900px){.retrieval-search-card>div{flex-direction:column;align-items:stretch}.retrieval-result-card>summary{grid-template-columns:34px minmax(0,1fr) 20px}.retrieval-scores{display:none}.retrieval-quotes{padding-left:18px}.retrieval-quotes dl{grid-template-columns:repeat(2,minmax(0,1fr))}}.page-heading p{color:var(--muted);margin:0;font-size:12px}.primary-button,.secondary-button{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 17px;font-size:11px;font-weight:600;transition:transform .15s,border-color .15s,background .15s;display:inline-flex}.primary-button{color:#fff;background:var(--workbench-teal);box-shadow:0 5px 14px #177a732e}.primary-button:hover{background:#116861;transform:translateY(-1px)}.primary-button:disabled{cursor:wait;opacity:.65;transform:none}.secondary-button{border-color:var(--line-strong);color:#3f4a5f;background:#fff}.secondary-button:hover{background:#fafbfe;border-color:#aeb8ca}.secondary-button.compact{min-height:36px;padding:0 13px}.primary-button.large,.secondary-button.large{min-height:48px;padding:0 24px;font-size:12px}.upload-card,.history-card,.recent-tasks-card,.processing-card,.task-files-card,.completion-hero,.terminal-card{border:1px solid var(--line-strong);background:var(--surface);border-radius:9px;overflow:hidden}.dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.dashboard-metric{border:1px solid var(--line-strong);background:#fff;border-radius:9px;justify-content:space-between;align-items:flex-start;gap:18px;min-height:136px;padding:22px;display:flex;box-shadow:0 8px 24px #1c2d4b09}.dashboard-metric>div>span,.dashboard-metric strong{display:block}.dashboard-metric>div>span{color:#657186;font-size:10px;font-weight:600}.dashboard-metric strong{color:#18243a;letter-spacing:-.025em;margin-top:28px;font-size:29px;line-height:1}.dashboard-metric strong small{color:#7d8798;letter-spacing:0;margin-left:6px;font-size:9px;font-weight:500}.metric-icon{border-radius:9px;flex:none;place-items:center;width:42px;height:42px;font-style:normal;display:grid}.metric-icon.blue{color:var(--primary);background:var(--primary-soft)}.metric-icon.navy{color:#284a80;background:#eef2f8}.metric-icon.green{color:var(--success);background:var(--success-soft)}.recent-tasks-heading{background:#fbfcfe;border-bottom:1px solid #e5e8ef;justify-content:space-between;align-items:center;gap:20px;min-height:78px;padding:17px 20px;display:flex}.recent-tasks-heading h2,.recent-tasks-heading p{margin:0}.recent-tasks-heading h2{color:#1c293e;font-size:15px}.recent-tasks-heading p{color:#808a9c;margin-top:5px;font-size:9px}.recent-tasks-heading>a{color:var(--primary);font-size:9px;font-weight:700}.dashboard-task-table{overflow-x:auto}.dashboard-task-head,.dashboard-task-row,.task-table-head,.task-row{grid-template-columns:minmax(280px,2fr) minmax(110px,.75fr) minmax(110px,.75fr) minmax(140px,.9fr) minmax(120px,.8fr) 120px;align-items:center;gap:16px;min-width:1040px;padding-inline:20px;display:grid}.dashboard-task-head{color:#8791a3;background:#f7f9fc;border-bottom:1px solid #e8ebf1;min-height:42px;font-size:8px;font-weight:700}.dashboard-task-row{color:#586478;border-bottom:1px solid #eceff4;min-height:76px;font-size:9px}.dashboard-task-row:last-child{border-bottom:0}.dashboard-task-row:hover{background:#fbfcff}.dashboard-empty{color:#8b95a6;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:240px;font-size:9px;display:flex}.dashboard-empty strong{color:#526075;font-size:11px}.dashboard-empty a{color:var(--primary);font-weight:600}.dashboard-error{margin:0 18px 18px}.card-heading{border-bottom:1px solid #e8ebf1;align-items:center;gap:12px;min-height:74px;padding:16px 20px;display:flex}.heading-icon{width:38px;height:38px;color:var(--primary);background:var(--primary-soft);border-radius:7px;flex:none;place-items:center;display:grid}.card-heading h2,.card-heading p{margin:0}.card-heading h2{font-size:14px}.card-heading p{color:#7d8798;margin-top:4px;font-size:9px}.card-heading>span{color:#9aa3b3;letter-spacing:.12em;align-self:flex-start;margin-left:auto;font-size:8px;font-weight:700}.dropzone{text-align:center;background:radial-gradient(circle at 50% 30%,#0052d90b,#0000 34%),#fbfcff;border:1px dashed #b8c1d4;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:320px;margin:20px;padding:28px;transition:border-color .18s,background .18s,transform .18s;display:flex}.dropzone.dragging{border-color:var(--primary);background:#f3f7ff;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #0052d91f}.upload-symbol{width:68px;height:68px;color:var(--primary);background:#f0f4fe;border:1px solid #dce5fb;border-radius:12px;place-items:center;display:grid}.dropzone h3{margin:20px 0 7px;font-size:17px}.dropzone>p{color:#768196;margin:0;font-size:10px}.upload-actions{gap:10px;margin:22px 0 19px;display:flex}.limit-row{color:#929bad;align-items:center;gap:9px;font-size:8px;display:flex}.limit-row i{background:#a8b0bf;border-radius:50%;width:3px;height:3px}.file-review{background:#fff;border:1px solid #dce4e8;border-radius:10px;margin:0 20px 14px;overflow:hidden}.file-review-head{border-bottom:1px solid #edf1f3;justify-content:space-between;align-items:center;min-height:48px;padding:10px 16px;display:flex}.file-review-head strong{margin-right:8px;font-size:11px;font-weight:650}.file-review-head span{color:#858fa1;font-size:9px}.text-button{cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:5px;font-size:9px;display:inline-flex}.text-button.danger{color:var(--danger)}.selected-files{grid-template-columns:1fr;gap:6px;padding:12px 16px;display:grid}.selected-file{background:#f6f9fa;border:1px solid #0000;border-radius:7px;grid-template-columns:19px minmax(0,1fr) 26px;align-items:center;gap:9px;min-width:0;min-height:52px;padding:9px 12px;display:grid}.selected-file>svg{color:var(--primary)}.selected-file strong,.selected-file span{display:block}.selected-file strong{color:#3c4658;white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:600;overflow:hidden}.selected-file span{color:#949cab;margin-top:4px;font-size:8px}.selected-file button{cursor:pointer;color:#97a0b0;background:0 0;border:0;border-radius:5px;place-items:center;width:26px;height:26px;display:grid}.selected-file button:hover{color:var(--danger);background:var(--danger-soft)}.more-files{color:#69758a;padding:10px;font-size:9px}.submit-row{justify-content:flex-end;align-items:center;gap:18px;margin:0 20px 20px;display:flex}.submit-row>div{color:#768195;align-items:center;gap:9px;font-size:9px;display:flex}.submit-row>div svg{color:var(--primary);flex:none}.submit-row>div strong{color:#39465a;margin-bottom:3px;display:block}.submit-button{min-width:112px}.inline-error{color:#a72e37;background:var(--danger-soft);border:1px solid #f4cdd0;border-radius:6px;align-items:center;gap:8px;min-height:40px;margin:0 20px 20px;padding:10px 12px;font-size:10px;display:flex}.history-summary{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;display:grid}.history-summary>div{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:104px;padding:20px}.history-summary span,.history-summary strong{display:block}.history-summary span{color:#7d8798;font-size:9px}.history-summary strong{color:#1a2740;margin-top:14px;font-size:26px}.history-toolbar{border-bottom:1px solid #e5e8ef;align-items:center;gap:10px;min-height:64px;padding:13px 16px;display:flex}.search-input{border:1px solid var(--line-strong);color:#8a94a6;background:#fff;border-radius:6px;flex:1;align-items:center;gap:8px;min-width:260px;height:36px;padding:0 11px;display:flex}.search-input:focus-within{border-color:var(--field-focus-border);box-shadow:var(--field-focus-ring)}.search-input input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:10px}.history-toolbar select{border:1px solid var(--line-strong);color:#4a566b;background:#fff;border-radius:6px;outline:0;min-width:124px;height:36px;padding:0 30px 0 11px;font-size:10px}.history-toolbar select:focus{border-color:var(--field-focus-border);box-shadow:var(--field-focus-ring)}.task-table{overflow-x:auto}.task-table-head{color:#8791a3;background:#f7f9fc;border-bottom:1px solid #e8ebf1;min-height:42px;font-size:8px;font-weight:700}.dashboard-task-head span:last-child,.task-table-head span:last-child{text-align:center}.task-row{border-bottom:1px solid #eceff4;min-height:76px;padding-block:12px}.task-row:last-child{border-bottom:0}.task-row:hover{background:#fbfcff}.task-identity{align-items:center;gap:11px;min-width:0;display:flex}.task-icon{width:38px;height:38px;color:var(--primary);background:#f5f8ff;border:1px solid #dce2ef;border-radius:7px;flex:none;place-items:center;display:grid}.task-identity>div{min-width:0}.task-identity strong,.task-identity span{display:block}.task-identity .task-icon{display:grid}.task-icon svg{display:block;transform:translate(1px,1px)}.task-identity strong{color:#2e414d;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;line-height:1.5;overflow:hidden}.task-identity span{color:#8791a2;margin-top:5px;font-size:8px}.task-identity b{color:var(--primary-dark);background:var(--primary-soft);border-radius:3px;margin-left:6px;padding:2px 5px;font-size:7px}.task-time strong,.task-time span{display:block}.task-time span{color:#8d96a6;margin-top:4px;font-size:8px}.task-time strong{color:#4d596c;font-size:9px}.task-vessel,.task-uploader{color:#40515d;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:11px;font-weight:600;line-height:1.5;overflow:hidden}.status-badge{white-space:nowrap;border-radius:4px;align-items:center;gap:6px;width:fit-content;min-height:23px;padding:0 8px;font-size:8px;font-weight:600;display:inline-flex}.status-badge i{background:currentColor;border-radius:50%;width:6px;height:6px}.status-badge.blue{color:#1a63ba;background:#eaf3ff}.status-badge.green{color:var(--success);background:var(--success-soft)}.status-badge.orange{color:#a9630b;background:var(--warning-soft)}.status-badge.red{color:#ae3640;background:var(--danger-soft)}.status-badge.gray{color:#697386;background:#eef0f4}.task-actions{white-space:nowrap;justify-content:center;align-items:center;gap:7px;display:flex}.task-actions>*{flex:none}.history-page .task-actions:not(:has(>.icon-link)):after{content:"";flex:none;width:31px;height:31px}.table-link{border:1px solid var(--primary-line);min-height:31px;color:var(--primary-dark);white-space:nowrap;background:#f7f9ff;border-radius:5px;justify-content:center;align-items:center;padding:0 11px;font-size:8px;font-weight:600;display:inline-flex}.table-link:hover{border-color:var(--primary);background:var(--primary-soft)}.icon-link{width:31px;height:31px;color:var(--primary);background:#fff;border:1px solid #d6dce8;border-radius:5px;place-items:center;display:grid}.icon-link:hover{border-color:var(--primary);background:var(--primary-soft)}.icon-link.danger{cursor:pointer;color:#9aa4ac;background:0 0;border-color:#0000}.icon-link.danger:hover{color:var(--danger);background:var(--danger-soft);border-color:#e7aeb3}.dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f182b7a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-dialog{background:#fff;border:1px solid #e2e6ee;border-radius:12px;width:min(430px,100%);padding:24px;box-shadow:0 24px 70px #0f182b38}.dialog-symbol{border-radius:10px;place-items:center;width:44px;height:44px;display:grid}.dialog-symbol.danger{color:var(--danger);background:var(--danger-soft)}.dialog-symbol.upload{color:var(--primary);background:var(--primary-soft)}.dialog-copy{margin-top:17px}.dialog-copy h2{color:#1a2740;margin:0;font-size:17px}.dialog-copy p{color:#687488;margin:9px 0 0;font-size:11px;line-height:1.8}.dialog-error{margin-top:15px}.dialog-actions{justify-content:flex-end;gap:9px;margin-top:22px;display:flex}.danger-button{border:1px solid var(--danger);cursor:pointer;color:#fff;background:var(--danger);border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 18px;font-size:10px;font-weight:700;display:inline-flex}.danger-button:hover{background:#aa3039}.danger-button:disabled,.dialog-actions .secondary-button:disabled{cursor:wait;opacity:.65}.empty-state{color:#9aa3b3;flex-direction:column;justify-content:center;align-items:center;min-height:210px;display:flex}.empty-state strong{color:#536075;margin-top:11px;font-size:11px}.empty-state span{margin-top:5px;font-size:9px}.history-error{margin:12px 16px 16px}.task-detail-page{max-width:1480px}.detail-breadcrumb{color:#7b8597;align-items:center;gap:11px;min-height:30px;margin-bottom:18px;font-size:9px;display:flex}.detail-breadcrumb>a{color:#516078;align-items:center;gap:6px;font-weight:600;display:inline-flex}.detail-breadcrumb>a:hover{color:var(--primary)}.processing-card{padding:34px 32px 28px}.processing-heading{text-align:center}.processing-symbol{width:66px;height:66px;color:var(--primary);background:var(--primary-soft);border:1px solid #d9e4fc;border-radius:12px;place-items:center;margin:0 auto 15px;display:grid}.processing-heading h1{margin:8px 0 7px;font-size:27px}.processing-heading p{color:#707b8f;margin:0;font-size:11px}.current-stage-card{border:1px solid var(--primary-line);background:var(--surface-blue);text-align:left;border-radius:9px;align-items:center;gap:12px;max-width:760px;min-height:64px;margin:27px auto 32px;padding:12px 16px;display:flex}.current-stage-icon{width:36px;height:36px;color:var(--primary);background:var(--primary-soft);border-radius:50%;flex:none;place-items:center;display:grid}.current-stage-card>div{flex:1;min-width:0}.current-stage-card>div span,.current-stage-card strong{display:block}.current-stage-card>div span{color:var(--muted);font-size:8px}.current-stage-card strong{color:var(--text);margin-top:4px;font-size:11px}.current-stage-state{color:var(--primary-dark);background:var(--primary-soft);border-radius:999px;flex:none;padding:5px 9px;font-size:8px;font-weight:700}.timeline{grid-template-columns:repeat(4,minmax(0,1fr));width:min(960px,100%);margin:0 auto;display:grid}.timeline-step{text-align:center;min-width:0}.timeline-line{align-items:center;height:36px;display:flex}.timeline-line>span{z-index:2;color:#8b95a6;background:#fff;border:1px solid #cbd2df;border-radius:50%;flex:none;place-items:center;width:36px;height:36px;margin-left:calc(50% - 18px);font-size:10px;font-weight:700;display:grid;position:relative}.timeline-line i{background:#dfe3eb;width:calc(100% - 36px);height:2px;margin-right:calc(18px - 50%)}.timeline-step.complete .timeline-line>span{border-color:var(--primary);color:#fff;background:var(--primary)}.timeline-step.complete .timeline-line i{background:var(--primary)}.timeline-step.active .timeline-line>span{border:2px solid var(--primary);color:var(--primary);box-shadow:0 0 0 5px #0052d914}.timeline-step strong,.timeline-step small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.timeline-step strong{color:#6f798c;margin-top:11px;font-size:9px}.timeline-step small{color:#a0a8b6;margin-top:4px;font-size:7px}.timeline-step.complete strong,.timeline-step.active strong{color:var(--primary-dark)}.timeline-step.active small{color:var(--primary)}.overall-progress{max-width:860px;margin:34px auto 0}.overall-progress>div:first-child{color:#667186;justify-content:space-between;align-items:center;font-size:9px;display:flex}.overall-progress strong{color:var(--primary-dark)}.large-progress-track{background:#e7eaf1;border-radius:6px;height:9px;margin-top:9px;overflow:hidden}.large-progress-track i{border-radius:inherit;background:linear-gradient(115deg, #ffffff2e 25%, transparent 25%, transparent 50%, #ffffff2e 50%, #ffffff2e 75%, transparent 75%), var(--primary);background-size:18px 18px;height:100%;transition:width .5s;animation:1.2s linear infinite progress-stripes;display:block}@keyframes progress-stripes{to{background-position:18px 0}}.task-files-card{margin-top:16px}.subsection-heading{background:#f8f9fc;border-bottom:1px solid #e5e8ef;justify-content:space-between;align-items:center;min-height:58px;padding:13px 17px;display:flex}.subsection-heading>div{align-items:center;gap:8px;display:flex}.subsection-heading svg{color:var(--primary)}.subsection-heading h2{margin:0;font-size:12px}.subsection-heading span{color:#838d9f;font-size:8px}.processing-file{border-bottom:1px solid #eceef3;grid-template-columns:38px minmax(0,1fr) 100px;align-items:center;gap:11px;min-height:70px;padding:11px 17px;display:grid}.processing-file:last-child{border-bottom:0}.file-type-icon{width:38px;height:38px;color:var(--primary);background:#f4f7ff;border:1px solid #dce3ef;border-radius:6px;place-items:center;display:grid}.processing-file strong,.processing-file div>span{display:block}.processing-file strong{color:#354158;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.processing-file div>span{color:#8b95a6;margin-top:5px;font-size:8px}.file-state{justify-content:flex-end;align-items:center;gap:6px;font-size:8px;display:inline-flex}.file-state.complete{color:#2c7b58}.file-state.active{color:var(--primary)}.task-notice,.completion-note{color:#43516a;background:#f3f6fd;border:1px solid #d9e3f7;border-radius:7px;align-items:center;gap:12px;margin-top:16px;padding:15px 17px;display:flex}.task-notice>svg,.completion-note>svg{color:var(--primary);flex:none}.task-notice>div,.completion-note>div{flex:1}.task-notice strong,.completion-note strong{font-size:10px;display:block}.task-notice p,.completion-note p{color:#748095;margin:4px 0 0;font-size:9px}.task-notice>a{color:var(--primary);font-size:9px;font-weight:600}.completion-hero{text-align:center;padding:40px 32px}.success-symbol{width:76px;height:76px;color:var(--success);background:var(--success-soft);border-radius:14px;place-items:center;margin:0 auto 17px;display:grid}.completion-hero h1{margin:9px 0 8px;font-size:29px}.completion-hero>p{color:#6f7a8e;margin:0;font-size:11px}.completion-actions{justify-content:center;gap:10px;margin-top:25px;display:flex}.result-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-top:16px;display:grid}.result-grid>div{border:1px solid var(--line-strong);background:#fff;border-radius:8px;min-width:0;min-height:154px;padding:17px}.result-icon{width:36px;height:36px;color:var(--primary);background:var(--primary-soft);border-radius:7px;place-items:center;margin-bottom:18px;display:grid}.result-grid label,.result-grid strong,.result-grid p{display:block}.result-grid label{color:#778296;font-size:9px;font-weight:600}.result-grid strong{color:#1d293e;white-space:nowrap;text-overflow:ellipsis;margin-top:9px;font-size:15px;overflow:hidden}.result-grid p{color:#8b95a6;margin:7px 0 0;font-size:8px}.terminal-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:430px;padding:44px;display:flex}.terminal-symbol{width:76px;height:76px;color:var(--warning);background:var(--warning-soft);border-radius:14px;place-items:center;display:grid}.terminal-card.failed .terminal-symbol{color:var(--danger);background:var(--danger-soft)}.terminal-card h1{margin:20px 0 8px;font-size:25px}.terminal-card>p{color:#6f7a8e;max-width:540px;margin:0;font-size:11px;line-height:1.65}.error-detail{color:#936026;background:#fff9f0;border:1px solid #f0d7ba;border-radius:6px;max-width:620px;margin-top:17px;padding:11px 14px;font-size:9px}.loading-page{color:#6d788b;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:calc(100vh - 62px);display:flex}.loading-page h2,.loading-page p{margin:0}.loading-page h2{color:#2e3b50;font-size:18px}.loading-page p{font-size:10px}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width:1600px){.brand strong{line-height:22px}.sidebar nav a{padding:0 16px}.sidebar nav a svg{width:21px;height:21px}.page{width:min(1148px,100%)}.task-detail-page,.task-result-page{width:100%;max-width:1680px}.page-heading{margin-bottom:30px}.eyebrow{font-size:11px}.page-heading h1{margin-top:10px;font-size:34px}.page-heading p{font-size:14px}.dashboard-metrics{gap:18px;margin-bottom:22px}.dashboard-metric{min-height:160px;padding:26px}.dashboard-metric>div>span{font-size:12px}.dashboard-metric strong{margin-top:34px;font-size:34px}.metric-icon{width:48px;height:48px}.recent-tasks-heading{min-height:90px;padding-inline:24px}.recent-tasks-heading h2{font-size:18px}.recent-tasks-heading p,.recent-tasks-heading>a,.dashboard-task-row{font-size:11px}.dashboard-task-head,.dashboard-task-row{padding-inline:24px}.dashboard-task-head{min-height:48px;font-size:10px}.dashboard-task-row{min-height:88px}.primary-button,.secondary-button{min-height:44px;padding-inline:20px;font-size:13px}.primary-button.large,.secondary-button.large{min-height:52px;font-size:14px}.card-heading{gap:14px;min-height:86px;padding:18px 24px}.heading-icon{width:44px;height:44px}.card-heading h2{font-size:16px}.card-heading p{font-size:11px}.card-heading>span{font-size:10px}.dropzone{min-height:400px;margin:24px;padding:36px}.upload-symbol{width:80px;height:80px}.dropzone h3{font-size:20px}.dropzone>p{font-size:13px}.limit-row,.file-review-head strong,.selected-file strong,.submit-row>div,.inline-error{font-size:11px}.file-review-head span,.selected-file span,.more-files{font-size:10px}.file-review{margin:0 24px 16px}.file-review-head{min-height:58px;padding:12px 17px}.selected-files{gap:10px;padding:16px 17px}.selected-file{min-height:56px}.submit-row{margin:0 24px 24px}.history-summary{gap:16px;margin-bottom:20px}.history-summary>div{min-height:92px;padding:18px 21px}.history-summary span{font-size:11px}.history-summary strong{font-size:25px}.history-toolbar{min-height:74px;padding:15px 20px}.search-input,.history-toolbar select{height:42px;font-size:12px}.task-table-head{min-height:48px;padding-inline:24px;font-size:10px}.task-row{min-height:88px;padding:12px 24px}.task-icon{width:44px;height:44px}.task-identity strong,.task-vessel,.task-uploader,.task-time strong{font-size:11px}.task-identity span,.task-time span{font-size:10px}.status-badge{min-height:27px;font-size:10px}.table-link{min-height:36px;padding-inline:13px;font-size:10px}.icon-link{width:36px;height:36px}.history-page .task-actions:not(:has(>.icon-link)):after{width:36px;height:36px}.detail-breadcrumb{margin-bottom:22px;font-size:11px}.processing-card{padding:42px 42px 34px}.processing-symbol{width:76px;height:76px}.processing-heading h1{font-size:32px}.processing-heading p{font-size:14px}.current-stage-card{max-width:980px;margin:32px auto 38px;padding:16px 22px}.current-stage-card>div span,.current-stage-state{font-size:10px}.current-stage-card strong{font-size:14px}.timeline{max-width:1320px}.timeline-line{height:42px}.timeline-line>span{width:42px;height:42px;margin-left:calc(50% - 21px);font-size:12px}.timeline-line i{width:calc(100% - 42px);margin-right:calc(21px - 50%)}.timeline-step strong{font-size:12px}.timeline-step small{font-size:9px}.overall-progress{max-width:1120px;margin-top:40px}.overall-progress>div:first-child{font-size:11px}.large-progress-track{height:11px}.subsection-heading{min-height:66px;padding-inline:21px}.subsection-heading h2{font-size:14px}.subsection-heading span{font-size:10px}.processing-file{grid-template-columns:44px minmax(0,1fr) 120px;min-height:80px;padding-inline:21px}.file-type-icon{width:44px;height:44px}.processing-file strong{font-size:12px}.processing-file div>span,.file-state{font-size:10px}.task-notice,.completion-note{padding:18px 21px}.task-notice strong,.completion-note strong{font-size:12px}.task-notice p,.completion-note p,.task-notice>a{font-size:11px}.completion-hero{padding:48px 40px}.completion-hero h1{font-size:34px}.completion-hero>p{font-size:14px}.result-grid>div{min-height:176px;padding:21px}.result-grid label{font-size:11px}.result-grid strong{font-size:18px}.result-grid p{font-size:10px}}@media (min-width:2400px){.page{width:min(1148px,100%)}.task-detail-page,.task-result-page{width:100%;max-width:2400px;padding-inline:clamp(72px,4vw,150px)}}@media (max-width:1080px){.sidebar-resizer{display:none}.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar,.brand{width:78px}.sidebar{padding:22px 12px 16px}.brand{justify-content:center;padding-inline:0}.brand>div,.sidebar nav a span{display:none}.sidebar nav a{justify-content:center;padding:0}.main{margin-left:78px}.page{padding-inline:28px}.dashboard-task-head,.dashboard-task-row,.task-table-head,.task-row{grid-template-columns:minmax(280px,2fr) minmax(110px,.75fr) minmax(100px,.7fr) 105px 108px}.dashboard-task-head span:nth-child(5),.task-table-head span:nth-child(5),.task-time{display:none}.result-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.sidebar{border-right:0;border-bottom:1px solid var(--line);background:#edf2f4;grid-template-columns:52px 1fr;width:100%;height:auto;padding:10px 14px;display:grid;position:static;top:64px}.brand{border:0;width:170px;height:64px;min-height:64px;padding:0 14px}.brand-mark{width:50px;height:36px}.sidebar nav{justify-content:flex-end;gap:6px;padding:0;display:flex}.sidebar nav a{width:auto;min-height:38px;padding:0 12px}.sidebar nav a span{font-size:10px;display:inline}.main{margin-left:0}.topbar{padding:0 15px;height:64px;padding-left:182px}.page{padding:24px 14px 40px}.page-heading{flex-direction:column;align-items:flex-start}.page-heading h1{font-size:24px}.dashboard-metrics{grid-template-columns:1fr}.dashboard-metric{min-height:118px}.recent-tasks-heading{align-items:flex-start}.dropzone{min-height:310px;margin:14px;padding:24px 15px}.upload-actions{flex-direction:column;width:100%}.upload-actions button{width:100%}.limit-row{flex-wrap:wrap;justify-content:center}.selected-files{grid-template-columns:1fr}.submit-row{flex-direction:column;align-items:stretch}.submit-button{width:100%}.history-summary{grid-template-columns:repeat(3,1fr)}.history-toolbar{flex-wrap:wrap;align-items:stretch}.search-input{min-width:100%}.history-toolbar select{flex:1}.task-table-head{display:none}.task-row{grid-template-columns:1fr auto;gap:13px;min-width:0;padding:16px}.task-vessel,.task-uploader,.task-time{display:none}.task-row>.status-badge{grid-area:2/1}.task-actions{grid-area:1/2}.processing-card{padding:28px 16px 23px}.processing-heading h1{font-size:23px}.timeline{grid-template-columns:1fr;gap:0;max-width:290px}.timeline-step{text-align:left;grid-template-rows:28px 22px;grid-template-columns:46px 1fr;min-height:66px;display:grid}.timeline-line{flex-direction:column;grid-row:1/3;height:66px}.timeline-line>span{margin:0}.timeline-line i{width:2px;height:30px;margin:0}.timeline-step strong{align-self:end;margin:0}.timeline-step small{margin:3px 0 0}.processing-file{grid-template-columns:34px minmax(0,1fr)}.file-state{grid-column:2;justify-content:flex-start}.task-notice{flex-wrap:wrap;align-items:flex-start}.task-notice>a{width:100%;padding-left:32px}.completion-hero{padding:34px 18px}.completion-actions{flex-direction:column;align-items:stretch}.result-grid{grid-template-columns:1fr}.terminal-card{min-height:400px;padding:35px 20px}}.workbench-export-button:hover{background:#183a52}.workbench-result{max-width:1680px}.workbench-job-header{border:1px solid var(--line);background:#fff;border-radius:15px;justify-content:space-between;align-items:flex-start;gap:28px;padding:25px 27px;display:flex;box-shadow:0 8px 24px #0f293d0a}.workbench-job-header h1{color:var(--workbench-navy);margin:8px 0 0;font-size:13px;font-weight:700}.workbench-job-header h2{color:var(--workbench-navy);letter-spacing:-.02em;margin:5px 0 7px;font-size:28px}.workbench-job-header p{color:var(--muted);margin:0;font-size:13px}.workbench-job-actions{align-items:center;gap:10px;display:flex}.workbench-ready-pill,.workbench-export-button{white-space:nowrap;border-radius:8px;align-items:center;gap:7px;min-height:40px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.workbench-ready-pill{color:var(--success);background:var(--success-soft)}.workbench-export-button{color:#fff;background:var(--workbench-navy);cursor:pointer;border:0}.workbench-export-button:disabled{cursor:wait;opacity:.7}.review-summary-strip{border:1px solid var(--line);background:#fff;border-radius:13px;grid-template-columns:repeat(4,minmax(0,1fr));margin:18px 0;display:grid;overflow:hidden}.review-summary-strip>div{border-right:1px solid var(--line);padding:17px 20px}.review-summary-strip>div:last-child{border:0}.review-summary-strip span,.review-summary-strip small{color:var(--muted);font-size:11px;display:block}.review-summary-strip strong{color:var(--workbench-navy);margin:4px 0 2px;font-size:27px;display:block}.review-summary-strip .low strong{color:var(--success)}.review-summary-strip .attention strong{color:var(--warning)}.review-preview-card{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 7px 22px #0f293d09}.review-preview-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 22px 17px;display:flex}.section-kicker{color:var(--workbench-teal);letter-spacing:.12em;font-size:10px;font-weight:800;display:block}.review-preview-card h2{color:var(--workbench-navy);margin:5px 0 4px;font-size:20px}.review-preview-card header p{color:var(--muted);margin:0;font-size:12px}.preview-file-meta{max-width:330px;color:var(--workbench-teal);background:#f1f6f6;border-radius:9px;align-items:center;gap:9px;padding:9px 11px;display:flex}.preview-file-meta span,.preview-file-meta strong,.preview-file-meta small{min-width:0;display:block}.preview-file-meta strong{color:#40545f;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.preview-file-meta small{color:#7c8a92;margin-top:2px;font-size:10px}.review-preview-state{min-height:130px;color:var(--muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:9px;font-size:13px;display:flex}.review-preview-state.error{color:var(--danger)}.review-table-wrap{overflow-x:auto}.review-pagination{border-top:1px solid var(--line);background:#fbfcfc;justify-content:flex-end;align-items:center;gap:10px;width:100%;min-height:52px;padding:8px 14px;display:flex;position:sticky;left:0}.review-pagination button{border:1px solid var(--line);min-width:72px;height:32px;color:var(--workbench-navy);cursor:pointer;background:#fff;border-radius:7px}.review-pagination button:hover:not(:disabled){border-color:var(--workbench-teal);color:var(--workbench-teal)}.review-pagination button:disabled{opacity:.45;cursor:not-allowed}.review-pagination span{color:var(--muted);font-size:12px}.review-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1420px}.review-table th{border-bottom:1px solid var(--line);color:#64747d;text-align:left;background:#f8fafb;height:44px;padding:0 12px;font-size:11px}.review-table th:first-child,.review-table th:nth-child(2){width:86px}.review-table th:nth-child(3){width:125px}.review-table th:nth-child(4){width:260px}.review-table th:nth-child(5){width:300px}.review-table th:nth-child(6){width:190px}.review-table th:nth-child(7){width:105px}.review-table th:nth-child(8){width:210px}.review-table td{color:#43535d;vertical-align:top;border-bottom:1px solid #e7ecef;padding:13px 12px;font-size:12px}.review-table tbody tr{transition:background .15s}.review-table tbody tr:hover{background:#f6faf9}.review-table tbody tr:last-child td{border-bottom:0}.review-table td>strong{color:#344650;font-size:12px}.confidence-pill,.risk-pill,.review-status-pill{white-space:nowrap;border-radius:13px;justify-content:center;align-items:center;min-height:26px;padding:0 9px;font-size:11px;font-weight:750;display:inline-flex}.confidence-pill,.risk-pill.low{color:var(--success);background:var(--success-soft)}.risk-pill.medium,.review-status-pill{color:#86631a;background:var(--warning-soft)}.risk-pill.high{color:var(--danger);background:var(--danger-soft)}.clamp-copy{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.55;display:-webkit-box;overflow:hidden}.row-detail-button{color:var(--workbench-teal);cursor:pointer;background:0 0;border:0;margin-top:7px;padding:0;font-size:11px;font-weight:750}.review-drawer-backdrop{z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#07192675;justify-content:flex-end;display:flex;position:fixed;inset:0}.review-drawer{background:#f6f8f9;flex-direction:column;width:min(520px,94vw);height:100%;display:flex;box-shadow:-18px 0 55px #0719262e}.review-drawer>header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:flex-start;padding:23px 24px 19px;display:flex}.review-drawer h2{color:var(--workbench-navy);margin:5px 0 0;font-size:22px}.review-drawer header button{color:#63737c;cursor:pointer;background:#edf2f4;border:0;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.review-drawer-content{flex:1;padding:20px 22px 30px;overflow-y:auto}.drawer-badges{flex-wrap:wrap;gap:7px;margin-bottom:15px;display:flex}.review-detail-field{border:1px solid var(--line);background:#fff;border-radius:10px;margin-top:11px;padding:15px 16px}.review-detail-field span{color:var(--workbench-teal);font-size:11px;font-weight:800;display:block}.review-detail-field p{color:#40515b;white-space:pre-wrap;margin:8px 0 0;font-size:13px;line-height:1.7}@media (max-width:1100px){.review-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.review-summary-strip>div:nth-child(2){border-right:0}.review-summary-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media (max-width:760px){.brand strong{font-size:12px}.brand div span{display:none}.workbench-job-header,.review-preview-card>header{flex-direction:column}.workbench-job-actions{flex-wrap:wrap;width:100%}.review-summary-strip{grid-template-columns:1fr 1fr}.review-pagination{justify-content:center}}.task-live-state{color:#52636d;align-items:center;gap:7px;min-width:0;font-size:12px;display:flex}.task-live-state.active{color:var(--workbench-teal)}.task-live-state span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.task-process-actions{gap:12px;position:relative}.task-process-state{text-align:center;min-width:112px}.task-process-state strong,.task-process-state span{display:block}.task-process-state strong{color:#2c6c67;white-space:nowrap;font-size:14px;line-height:1.25}.task-process-state span{color:#8b969e;margin-top:4px;font-size:9px}.task-process-state.waiting strong{color:#7a6b4f}.task-process-state.failed strong{color:#a33c3c}.task-process-state.cancelled strong{color:#75838b}.task-process-files{position:relative}.task-process-files>summary{border:1px solid var(--line-strong);color:#425763;cursor:pointer;background:#fff;border-radius:6px;align-items:center;gap:7px;height:38px;padding:0 12px;font-size:11px;font-weight:600;list-style:none;display:flex}.task-process-files>summary::-webkit-details-marker{display:none}.task-process-files>summary span{color:#829098;font-size:9px}.task-process-files[open]>summary{border-color:var(--field-focus-border);box-shadow:var(--field-focus-ring)}.task-process-files>div{z-index:20;border:1px solid var(--line);background:#fff;border-radius:8px;width:min(420px,100vw - 40px);max-height:320px;position:absolute;top:calc(100% + 8px);right:0;overflow:auto;box-shadow:0 14px 34px #0f293d29}.task-process-files article{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 13px;display:grid}.task-process-files article:last-child{border-bottom:0}.task-process-files article>span{min-width:0}.task-process-files article>span:nth-child(2) strong,.task-process-files article>span:nth-child(2) small{display:block}.task-process-files article>span:nth-child(2) strong{color:#30434d;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.task-process-files article>span:nth-child(2) small{color:#8a969c;margin-top:3px;font-size:9px}.task-process-files article>span:last-child{gap:8px;display:flex}.task-process-files article a{color:var(--workbench-teal);font-size:10px;font-weight:700;text-decoration:none}.result-workbench.task-process-workbench{grid-template-columns:1fr;min-height:540px}.task-process-live{flex-direction:column;justify-content:center;width:100%;max-width:960px;min-height:100%;margin:0 auto;padding:42px 28px;display:flex}.task-process-live>header{align-items:center;gap:13px;display:flex}.task-process-live>header>i{background:var(--workbench-teal);border-radius:50%;flex:none;width:9px;height:9px;position:relative}.task-process-live>header>i:after{content:"";border:1px solid #177a733d;border-radius:50%;animation:1.8s ease-out infinite task-process-pulse;position:absolute;inset:-5px}.task-process-live h2{color:#203946;margin:0;font-size:18px}.task-process-live header p{color:#7b8b94;margin:5px 0 0;font-size:10px}.task-process-feed{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:12px;min-height:82px;margin-top:28px;padding:0 13px;display:grid}.task-process-copy{flex-direction:column;justify-content:flex-end;min-width:0;max-height:3.4em;display:flex;position:relative;overflow:hidden}.task-process-copy>span{color:#314955;flex:none;font-size:12px;line-height:1.7;display:block}.task-process-copy>span:after{background:var(--workbench-teal);vertical-align:-2px;content:"";width:2px;height:1em;margin-left:5px;animation:1s step-end infinite task-process-caret;display:inline-block}.task-process-feed time{color:#87949b;white-space:nowrap;font-size:9px}.task-process-activity{color:#819097;align-items:center;gap:7px;min-height:18px;margin-top:10px;font-size:10px;display:flex}.task-process-activity i{background:#8ab5b1;border-radius:50%;width:4px;height:4px}.task-process-workbench.failed .task-process-live>header>i,.task-process-workbench.cancelled .task-process-live>header>i{background:#9c4a4a}.task-process-workbench.cancelled .task-process-live>header>i{background:#86939a}.task-process-workbench.failed .task-process-live>header>i:after,.task-process-workbench.cancelled .task-process-live>header>i:after,.task-process-workbench.failed .task-process-copy>span:after,.task-process-workbench.cancelled .task-process-copy>span:after{display:none}@keyframes task-process-pulse{0%{opacity:.9;transform:scale(.7)}to{opacity:0;transform:scale(1.35)}}@keyframes task-process-caret{50%{opacity:0}}.task-result-page{max-width:1500px}.result-file-header,.result-workbench{border:1px solid var(--line);background:#fff;border-radius:9px}.result-file-header{border-left:5px solid var(--workbench-teal);justify-content:space-between;align-items:center;gap:24px;padding:16px 20px;display:flex}.result-file-header h1{color:var(--workbench-navy);overflow-wrap:anywhere;margin:4px 0 6px;font-size:20px}.result-file-header p{color:var(--muted);margin:0;font-size:12px}.result-header-actions{align-items:center;display:flex}.result-workbench{grid-template-columns:285px minmax(0,1fr);height:calc(100dvh - 230px);min-height:520px;max-height:900px;margin-top:14px;display:grid;overflow:hidden}.result-workbench-nav{border-right:1px solid var(--line);background:#f7f9fa;flex-direction:column;min-width:0;min-height:0;display:flex}.result-workbench-search{border:1px solid var(--line-strong);color:#87959d;background:#fff;border-radius:6px;flex:none;align-items:center;gap:8px;height:38px;margin:12px;padding:0 11px;display:flex}.result-workbench-search:focus-within{border-color:var(--field-focus-border);box-shadow:var(--field-focus-ring)}.result-workbench-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:10px}.result-workbench-chapters{scrollbar-width:thin;scrollbar-color:#a7bebd transparent;min-height:0;overflow-y:auto}.result-workbench-chapter{border-top:1px solid #dde6e9}.result-workbench-chapter-direct{color:#285c5a;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #dde6e9;align-items:center;width:100%;min-height:54px;padding:10px 13px;font-size:11px;font-weight:700;display:flex}.result-workbench-chapter-direct:hover,.result-workbench-chapter-direct.active{background:#eef6f5}.result-workbench-chapter-direct.active{box-shadow:inset 3px 0 var(--workbench-teal)}.result-workbench-chapter>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:10px 13px;list-style:none;display:flex}.result-workbench-chapter>summary::-webkit-details-marker{display:none}.result-workbench-chapter>summary:hover{background:#eef4f4}.result-workbench-chapter>summary strong,.result-workbench-chapter>summary small{display:block}.result-workbench-chapter>summary strong{color:#285c5a;font-size:11px}.result-workbench-chapter>summary small{color:#86949d;margin-top:3px;font-size:8px}.result-workbench-chapter>summary svg{flex:none;transition:transform .16s}.result-workbench-chapter[open]>summary svg{transform:rotate(180deg)}.result-workbench-items{padding:0 9px 10px}.result-workbench-items button{color:#3c515d;cursor:pointer;text-align:left;background:#fff;border-top:1px solid #d8e2e5;border-bottom:0;border-left:3px solid #d8e2e5;border-right:1px solid #d8e2e5;align-items:center;gap:6px;width:100%;min-height:40px;padding:8px 9px;display:flex}.result-workbench-items button:first-child{border-radius:4px 4px 0 0}.result-workbench-items button:last-child{border-bottom:1px solid #d8e2e5;border-radius:0 0 4px 4px}.result-workbench-items button:only-child{border-bottom:1px solid #d8e2e5;border-radius:4px}.result-workbench-items button:hover{background:#f8fafb}.result-workbench-items button.active{border-left-color:var(--workbench-teal);color:#174f4b;background:#eef6f5}.result-workbench-items button>span{text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:600;overflow:hidden}.result-workbench-items button>strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:10px;font-weight:500;overflow:hidden}.result-workbench-items button.active>span,.result-workbench-items button.active>strong{font-weight:700}.result-workbench-detail{background:#fff;min-width:0;min-height:0;padding:20px 22px;overflow-y:auto}.result-workbench-detail-head{border-left:3px solid var(--workbench-teal);border-bottom:1px solid var(--line);margin-bottom:18px;padding:2px 0 13px 12px}.result-workbench-detail-head h2{color:#263c48;overflow-wrap:anywhere;margin:0;font-size:19px;line-height:1.35}.result-source-content{min-width:0;padding:0 2px 4px}.result-source-disclosure{display:block}.result-source-disclosure>summary.result-workbench-detail-head{cursor:pointer;border-left:0;justify-content:space-between;align-items:center;gap:12px;margin-bottom:0;padding-left:16px;list-style:none;display:flex}.result-source-disclosure>summary h2:before{content:"";background:var(--workbench-teal);border-radius:999px;width:3px;height:26px;position:absolute;top:50%;left:-16px;transform:translateY(-50%)}.result-source-disclosure>summary::-webkit-details-marker{display:none}.result-source-disclosure>summary h2{flex:1;min-width:0;position:relative}.result-source-action{color:#708187;border-radius:6px;flex:none;justify-content:center;align-items:center;gap:5px;height:30px;padding:0 7px;font-size:10px;font-weight:600;line-height:1;display:inline-flex}.result-source-action .when-open,.result-source-disclosure[open] .result-source-action .when-closed{display:none}.result-source-disclosure[open] .result-source-action .when-open{display:inline}.result-source-action svg{flex:none;transition:transform .18s;display:block}.result-source-disclosure[open] .result-source-action svg{transform:rotate(180deg)}.result-source-surface{background:#f6faf9;border-radius:0 0 8px 8px;padding:14px}@media (min-width:761px){.result-workbench:has(.result-source-disclosure[open]){align-items:start;height:auto;max-height:none;overflow:visible}.result-workbench:has(.result-source-disclosure[open]) .result-workbench-nav{height:calc(100dvh - 80px);max-height:900px;position:sticky;top:0}.result-workbench:has(.result-source-disclosure[open]) .result-workbench-detail{overflow:visible}}.result-source-content>p{color:var(--muted);margin:0;font-size:11px}.result-source-card{background:#fff;border:1px solid #d9e3e6;border-radius:9px;overflow:hidden}.result-overview-content{gap:14px;display:grid}.result-source-card>header{background:#f8fafa;border-bottom:1px solid #e9eef0;justify-content:space-between;align-items:center;gap:14px;min-height:46px;padding:11px 14px;display:flex}.result-source-card>header strong{color:#304852;font-size:12px}.result-fact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0;display:grid}.result-source-card>.result-fact-grid{padding:14px}.result-history-section{margin-top:18px}.result-history-section>header{color:#304852;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:13px;display:flex}.result-history-section>header span{color:#829096;font-size:9px}.result-history-list{gap:9px;display:grid}.result-history-record{background:#fff;border:1px solid #d4e0e3;border-radius:9px;overflow:hidden}.result-history-record>summary{cursor:pointer;color:#40535c;background:#fff;grid-template-columns:minmax(0,1fr) 17px;align-items:center;gap:12px;padding:12px;list-style:none;display:grid}.result-history-record>summary:hover{background:#fafcfc}.result-history-record>summary::-webkit-details-marker{display:none}.result-history-record>summary>span:first-child{gap:4px;width:min(66.666%,720px);min-width:0;display:grid}.result-history-record>summary strong{color:#2d424e;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.55;display:block;overflow:hidden}.result-history-record>summary small{color:#829096;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:8px;display:block;overflow:hidden}.result-history-record>summary svg{transition:transform .18s}.result-history-record[open]>summary svg{transform:rotate(180deg)}.result-history-quotes{background:#f8fafb;border-top:1px solid #e5ecee;padding:12px;display:grid}.result-history-quotes-label{color:#617782;margin-bottom:8px;font-size:9px}.result-history-quote{border-bottom:1px solid var(--line);grid-template-columns:minmax(145px,1.55fr) minmax(190px,1fr);align-items:center;gap:10px;padding:8px 0;display:grid}.result-history-quote:last-child{border-bottom:0}.result-history-source{border-top:1px dashed #d5e0e3;margin-top:10px;padding-top:9px}.result-history-source>summary{color:#71858f;cursor:pointer;justify-content:space-between;align-items:center;gap:12px;font-size:8px;display:flex}.result-history-source>summary small{color:#84939d;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.result-history-source>p{color:#5f737e;white-space:pre-wrap;background:#fff;border-left:3px solid #bcd8d4;margin:8px 0 0;padding:10px 11px;font-size:9px;line-height:1.7}.result-history-quote>strong{color:#30434d;text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.5;overflow:hidden}.result-history-quote dl{border-left:1px solid var(--line);grid-template-columns:repeat(3,minmax(40px,1fr));margin:0;display:grid}.result-history-quote dl>div{min-width:0;padding:0 7px}.result-history-quote dt{color:#829096;font-size:8px}.result-history-quote dd{color:#30434d;overflow-wrap:anywhere;margin:2px 0 0;font-size:9px}.result-fact-grid>div{background:#f6f9f9;border-radius:8px;min-width:0;padding:10px 12px}.result-fact-grid dt{color:#829096;font-size:10px}.result-fact-grid dd{color:#30434d;overflow-wrap:anywhere;margin:4px 0 0;font-size:12px;line-height:1.55}.result-rich-source{color:#40535c;overflow-wrap:anywhere;white-space:pre-wrap;font-family:inherit;font-size:13px;line-height:1.75}.result-rich-source p{margin:0 0 8px}.result-rich-source p:last-child{margin-bottom:0}.result-source-text{white-space:normal;gap:6px;margin:0 0 12px;display:grid}.result-source-text:last-child{margin-bottom:0}.result-source-text p{margin:0}.result-source-text h3{color:#263f4b;margin:3px 0 2px;font-size:13px;line-height:1.5}.result-source-heading{color:#245f5d;font-weight:700}.result-source-table-wrap{background:#ffffff8c;border:1px solid #cfdcde;border-radius:8px;margin:12px 0;overflow:auto hidden}.result-source-table{border-collapse:collapse;color:#30434d;white-space:normal;width:max-content;min-width:100%;font-size:12px;line-height:1.45}.result-source-table td,.result-source-table th{vertical-align:top;overflow-wrap:anywhere;border:1px solid #dce5e6;min-width:110px;max-width:420px;padding:8px 10px}.result-source-table td:first-child,.result-source-table th:first-child{white-space:nowrap;background:#edf5f3;min-width:76px;font-weight:600}.result-source-table td:nth-child(2),.result-source-table th:nth-child(2){min-width:240px}.result-source-table p{margin:0}.result-workbench-empty{color:var(--muted);text-align:center;padding:28px;font-size:12px}.result-workbench-empty.detail{place-items:center;min-height:420px;display:grid}@media (max-width:1050px){.result-file-header{flex-direction:column;align-items:flex-start}.result-workbench{grid-template-columns:240px minmax(0,1fr)}.result-fact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.result-header-actions{width:100%}.task-process-actions{flex-wrap:wrap;align-items:stretch}.task-process-state{text-align:left;width:100%}.task-process-files>div{left:0;right:auto}.task-process-live{min-height:420px;padding:32px 16px}.task-process-feed{grid-template-columns:48px minmax(0,1fr);gap:8px;padding-inline:10px}.task-process-feed time{grid-column:2;padding-bottom:10px}.result-workbench{grid-template-columns:1fr;height:auto;max-height:none}.result-workbench-nav{border-right:0;border-bottom:1px solid var(--line);max-height:360px}.result-workbench-detail{min-height:460px}.result-fact-grid{grid-template-columns:1fr;width:100%}.result-history-quote dl{border-top:1px solid var(--line);border-left:0;padding-top:8px}.result-history-quote{grid-template-columns:1fr}}.result-source-block{position:relative}.result-source-block>.result-source-disclosure>summary.result-workbench-detail-head{padding-right:0}.result-source-block>.result-source-disclosure>summary.result-workbench-detail-head h2{padding-right:70px}.result-feedback-button{z-index:2;height:30px;color:var(--workbench-teal);cursor:pointer;background:#fff;border:1px solid #cbdcdd;border-radius:6px;align-items:center;gap:5px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex;position:absolute;top:1px;right:68px}.result-feedback-button:hover{border-color:var(--workbench-teal);background:#f1f8f7}.feedback-notice{margin:12px 0 0}.feedback-dialog{width:min(560px,100vw - 36px)}.feedback-detail-dialog{width:min(780px,100vw - 36px);max-height:min(820px,100dvh - 40px)}.feedback-dialog .team-dialog-body{display:block}.feedback-item-name{background:#f8fafb;border:1px solid #dce5e7;border-radius:9px;padding:12px 14px}.feedback-item-name span,.feedback-item-name strong{display:block}.feedback-item-name span{color:var(--muted);font-size:10px}.feedback-item-name strong{color:#334a54;margin-top:5px;font-size:13px}.feedback-content-field{margin-top:20px;display:block}.feedback-content-field textarea{resize:vertical;color:#40545f;width:100%;min-height:150px;font:inherit;background:#fff;border:1px solid #d4dfe3;border-radius:8px;outline:0;margin-top:8px;padding:12px 13px;font-size:12px;line-height:1.7}.feedback-content-field textarea:focus{border-color:var(--field-focus-border);box-shadow:var(--field-focus-ring)}.feedback-content-field.invalid textarea{background:snow;border-color:#d88f89}.feedback-dialog .team-dialog-actions{margin-top:0;padding:0 27px 24px}.feedback-detail-list{border-top:1px solid #dce5e7;margin-top:8px}.feedback-detail-heading{justify-content:space-between;align-items:center;gap:16px;margin-top:22px;display:flex}.feedback-detail-heading strong{color:#334a54;font-size:13px}.feedback-detail-heading span{color:var(--muted);font-size:10px}.feedback-detail-entry{border-bottom:1px solid #e3eaec;padding:14px 2px}.feedback-detail-entry header{justify-content:space-between;align-items:center;gap:14px;display:flex}.feedback-detail-entry header strong{color:var(--workbench-teal);font-size:11px}.feedback-detail-entry header span{color:var(--muted);font-size:10px}.feedback-detail-entry p{color:#344a54;overflow-wrap:anywhere;white-space:pre-wrap;margin:8px 0 0;font-size:12px;line-height:1.7}.feedback-detail-dialog .team-dialog-actions{justify-content:flex-end}.feedback-table{flex-direction:column;display:flex;overflow-x:auto}.feedback-table>.review-pagination{margin-top:24px}.feedback-table>.review-pagination button{width:36px;min-width:36px;padding:0}.feedback-table-head,.feedback-row{grid-template-columns:minmax(140px,.8fr) minmax(240px,1.35fr) 90px 110px 88px;align-items:center;gap:16px;min-width:760px;padding-inline:20px;display:grid}.feedback-table-head{color:#6d7b84;background:#f7f9fa;min-height:42px;font-size:10px;font-weight:750}.feedback-row{color:#5b6c74;border-top:1px solid #e8edef;min-height:72px;padding-block:13px;font-size:11px}.feedback-row>strong{color:#344a54;font-size:12px}.feedback-table-head span:last-child,.feedback-row>button:last-child{justify-self:center}@media (max-width:760px){.result-source-block>.result-source-disclosure>summary.result-workbench-detail-head{padding-top:40px;padding-right:0}.result-source-block>.result-source-disclosure>summary.result-workbench-detail-head h2{padding-right:0}.result-feedback-button{top:1px;right:0}.feedback-dialog .team-dialog-actions{padding-inline:20px}}.quotation-session-loading{min-height:100vh;color:var(--workbench-teal);background:#f2f5f6;place-items:center;display:grid}.quotation-login-page{background:#f3f6f7;grid-template-columns:minmax(420px,.95fr) minmax(520px,1.05fr);min-height:100vh;display:grid;position:relative}.quotation-login-brand{color:#fff;background:#173b4a;flex-direction:column;justify-content:center;align-items:flex-start;gap:54px;min-width:0;padding:clamp(56px,7vw,108px);display:flex}.quotation-login-identity{align-items:center;gap:16px;display:flex}.quotation-login-logo{background:#fffffff0;border-radius:10px;place-items:center;width:104px;height:66px;padding:7px 10px;display:grid}.quotation-login-logo img{object-fit:contain;width:100%;height:100%}.quotation-login-identity strong{letter-spacing:.08em;font-size:16px}.quotation-login-intro h1{letter-spacing:-.045em;margin:0;font-size:clamp(38px,4.2vw,58px);line-height:1.16}.quotation-login-panel{place-items:center;padding:48px;display:grid}.quotation-login-card{background:#fff;border:1px solid #d8e1e5;border-radius:14px;width:min(420px,100%);padding:38px;box-shadow:0 16px 42px #0f293d12}.quotation-login-card h2{color:var(--workbench-navy);margin:0;font-size:28px}.quotation-login-card header p{color:var(--muted);margin:8px 0 0;font-size:12px}.quotation-login-card .quotation-form-field-first{margin-top:28px}.quotation-login-error{color:var(--danger);align-items:center;gap:7px;margin-top:14px;font-size:11px;display:flex}.quotation-login-submit{background:var(--workbench-teal);color:#fff;cursor:pointer;border:0;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;height:47px;margin-top:24px;font-size:13px;font-weight:750;display:flex}.quotation-login-submit:hover{background:#116861}.quotation-login-version{color:#8a979f;font-size:10px;position:fixed;bottom:18px;right:22px}@media (max-width:900px){.quotation-login-page{grid-template-columns:1fr}.quotation-login-brand{gap:34px;min-height:300px;padding:42px}.quotation-login-intro h1{font-size:36px}.quotation-login-panel{padding:38px 24px 54px}}@media (max-width:760px){.quotation-login-brand{gap:28px;min-height:250px;padding:30px 24px}.quotation-login-logo{width:78px;height:50px}.quotation-login-identity strong{font-size:14px}.quotation-login-intro h1{font-size:31px}.quotation-login-panel{padding:30px 15px 54px}.quotation-login-card{padding:28px 21px}.quotation-login-version{bottom:14px;right:16px}}:is(.quotation-app button:focus-visible,.quotation-app a:focus-visible,.quotation-login-page button:focus-visible){outline-offset:2px;outline:3px solid #47b1a852}:is(.quotation-app input:focus-visible,.quotation-app textarea:focus-visible,.quotation-app select:focus-visible,.quotation-login-page input:focus-visible){outline:none}.quotation-app .primary-button:active,.quotation-app .secondary-button:active,.quotation-app .danger-button:active,.quotation-app .table-link:active,.quotation-app .icon-link:active,.quotation-login-submit:active{transform:translateY(1px)scale(.985)}.quotation-app button:disabled,.quotation-login-page button:disabled{cursor:not-allowed;opacity:.56;transform:none}@media (prefers-reduced-motion:reduce){.quotation-app *,.quotation-login-page *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.team-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.team-summary>div{border:1px solid var(--line);background:#fff;border-radius:9px;min-height:104px;padding:20px}.team-summary span,.team-summary strong{display:block}.team-summary span{color:var(--muted);font-size:11px}.team-summary strong{color:var(--workbench-navy);margin-top:12px;font-size:26px}.team-card{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden;box-shadow:0 7px 22px #0f293d09}.password-page-card{max-width:680px;margin:0 auto}.team-card-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:76px;padding:16px 20px;display:flex}.team-card-heading h2{color:var(--workbench-navy);margin:0 0 4px;font-size:17px}.team-card-heading p,.team-card-heading>span{color:var(--muted);margin:0;font-size:11px}.team-table-head,.team-row{grid-template-columns:minmax(200px,1.25fr) minmax(125px,.75fr) 90px 90px 88px;align-items:center;gap:16px;display:grid}.team-table-head{color:#6d7b84;background:#f7f9fa;min-height:42px;padding:0 20px;font-size:10px;font-weight:750}.team-row{border-top:1px solid #e8edef;min-height:76px;padding:12px 20px}.team-member{align-items:center;gap:11px;min-width:0;display:flex}.team-member>span{width:38px;height:38px;color:var(--workbench-teal);background:#e6f2f0;border-radius:10px;flex:none;place-items:center;font-size:13px;font-weight:800;display:grid}.team-member strong,.team-member small{display:block}.team-member strong{color:#334852;font-size:12px}.team-member small{color:#8b989e;margin-top:4px;font-size:9px}.team-account{color:#596b75;font-size:12px}.team-role-label{color:#40545f;font-size:11px;font-weight:700}.team-dialog-field input,.team-dialog-field select{color:#40545f;background:#fff;border:1px solid #d4dfe3;border-radius:8px;outline:0;width:100%;height:44px;margin-top:8px;padding:0 13px;font-size:12px}.team-row button:disabled{cursor:not-allowed;opacity:.55}.member-status,.dingtalk-status,.team-manage-button{cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;width:fit-content;padding:0;font-size:11px;display:inline-flex}.member-status{color:var(--success)}.dingtalk-status{color:#8a979d;cursor:default}.dingtalk-status.bound{color:#167d72;font-weight:700}.dingtalk-status i{background:currentColor;border-radius:50%;width:7px;height:7px}.member-status.disabled{color:#89969d}.member-status i{background:currentColor;border-radius:50%;width:7px;height:7px}.team-manage-button{color:var(--workbench-teal);font-weight:700}.team-dialog-field{width:auto;display:block}.team-dialog-field>span{color:#344a55;font-size:12px;font-weight:750}@media (max-width:900px){.team-table{overflow-x:auto}.team-table-head,.team-row{min-width:960px}}@media (max-width:760px){.team-summary{grid-template-columns:1fr}}.team-empty{color:#87949b;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:180px;display:flex}.team-empty strong{color:#425660;font-size:13px}.team-empty span{font-size:10px}.team-manage-button:hover:not(:disabled){text-underline-offset:3px;text-decoration:underline}.team-dialog{border-radius:17px;flex-direction:column;width:min(680px,100vw - 36px);max-height:min(760px,100dvh - 32px);padding:0;display:flex;overflow:hidden}.team-dialog-header{border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f9fcfc,#f1f7f6);flex:none;grid-template-columns:48px minmax(0,1fr) 38px;align-items:start;gap:15px;padding:clamp(17px,2.6vh,25px) clamp(20px,2.1vw,27px) clamp(15px,2.2vh,21px);display:grid}.team-dialog-header .dialog-symbol{margin:0}.team-dialog-header .dialog-copy{margin-top:0}.team-dialog-header h2{margin-top:5px;font-size:clamp(19px,2.4vh,22px)}.team-dialog-header p{font-size:11px}.team-dialog-header.danger{background:linear-gradient(135deg,snow,#fbf0ef)}.team-dialog-header.team-manage-header{background:#fff;grid-template-columns:minmax(0,1fr) 36px;align-items:center;gap:16px;padding:17px 22px}.team-manage-header h2{color:var(--workbench-navy);margin:0;font-size:18px}.team-dialog-close{color:#6d7d85;cursor:pointer;background:#fff;border:1px solid #d9e3e5;border-radius:9px;place-items:center;width:36px;height:36px;padding:0;display:grid}.team-dialog-close:hover{color:var(--workbench-navy);border-color:#bccdd0}.team-dialog-body{overscroll-behavior:contain;flex:auto;grid-template-columns:1fr 1fr;gap:20px;min-height:0;padding:clamp(18px,2.6vh,25px) clamp(20px,2.1vw,27px) clamp(20px,2.8vh,27px);display:grid;overflow-y:auto}.team-dialog-field>span,.team-dialog-field>small,.team-dialog-field>em{display:block}.team-dialog-field>small{color:#87959c;min-height:30px;margin-top:5px;font-size:9px;line-height:1.5}.team-dialog-field select{-webkit-appearance:none;appearance:none;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235f747b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E");background-position:right 13px center;background-repeat:no-repeat;background-size:14px;padding-right:38px}.team-dialog-field select:disabled{color:#6f7f86;cursor:not-allowed;opacity:1;background-color:#f4f7f7;border-color:#dce4e6}.team-dialog-field input:focus,.team-dialog-field select:focus{border-color:var(--field-focus-border);box-shadow:var(--field-focus-ring)}.team-dialog-field.invalid input{background:snow;border-color:#d88f89}.team-dialog-field>em{color:var(--danger);margin-top:6px;font-size:10px;font-style:normal}.team-dialog-role{grid-column:1/-1;grid-template-columns:minmax(180px,.75fr) minmax(260px,1.25fr);column-gap:18px;display:grid}.team-dialog-role>span,.team-dialog-role>small{grid-column:1/-1}.role-description{min-height:44px;color:var(--workbench-teal);background:#f2f8f7;border:1px solid #dce8e7;border-radius:9px;align-items:center;gap:9px;margin-top:8px;padding:9px 12px;display:flex}.role-description span,.role-description strong{display:block}.role-description span{color:#65777f;font-size:9px}.role-description strong{color:#304a53;margin-bottom:2px;font-size:11px}.team-form-error{grid-column:1/-1;margin:0}.team-action-dialog{width:min(620px,100vw - 36px)}.team-action-body{display:block}.member-action-summary{background:#f8fafb;border:1px solid #dce5e7;border-radius:9px;align-items:baseline;gap:10px;padding:12px 14px;display:flex}.member-action-summary strong,.member-action-summary small{display:inline}.member-action-summary strong{color:#344a54;font-size:13px}.member-action-summary small{color:#7e8d94;font-size:10px}.team-action-field{margin-top:20px}.team-manage-dialog{width:min(620px,100vw - 32px)}.team-manage-dialog .team-action-body{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,2vh,18px) 16px;display:grid}.team-manage-dialog .member-action-summary,.team-manage-dialog .manage-dingtalk-section,.team-manage-dialog .manage-password-section{grid-column:1/-1}.team-manage-dialog .team-action-field,.team-manage-dialog .manage-dingtalk-section,.team-manage-dialog .manage-password-section{margin-top:0}.team-manage-dialog .team-action-field input,.team-manage-dialog .team-action-field select{margin-top:8px}.member-self-notice{color:#7e8d94;grid-column:1/-1;margin:-7px 0 0;font-size:10px}.manage-dingtalk-section{background:#f5faf9;border:1px solid #cfe2df;border-radius:11px;padding:16px}.manage-dingtalk-section>header,.manage-dingtalk-title,.manage-dingtalk-controls,.manage-dingtalk-actions{align-items:center;display:flex}.manage-dingtalk-section>header{justify-content:space-between;gap:14px}.manage-dingtalk-title{color:var(--workbench-teal);gap:10px}.manage-dingtalk-title strong,.manage-dingtalk-title span{display:block}.manage-dingtalk-title strong{color:#344a55;font-size:12px}.manage-dingtalk-title span{color:#819097;margin-top:4px;font-size:9px}.dingtalk-binding-badge{color:#7b898f;background:#e9eef0;border-radius:999px;flex:none;padding:5px 8px;font-size:9px;font-weight:750}.dingtalk-binding-badge.bound{color:#167d72;background:#dff2ee}.manage-dingtalk-controls{gap:10px;margin-top:14px}.manage-dingtalk-controls input{color:#40545f;background:#fff;border:1px solid #cedcde;border-radius:8px;outline:0;flex:auto;min-width:0;height:40px;padding:0 12px;font-size:11px}.manage-dingtalk-controls input:focus{border-color:var(--field-focus-border);box-shadow:var(--field-focus-ring)}.manage-dingtalk-controls .secondary-button{flex:none}.manage-dingtalk-actions{justify-content:flex-end;gap:9px;margin-top:11px}.manage-dingtalk-section>em{color:var(--danger);margin-top:9px;font-size:10px;font-style:normal;display:block}.danger-text{color:var(--danger)}.manage-password-section{background:#f8fafb;border:1px solid #dce6e8;border-radius:11px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:22px;padding:16px;display:grid}.manage-password-section strong,.manage-password-section span{display:block}.manage-password-section strong{color:#344a55;font-size:12px}.manage-password-section span{color:#819097;margin-top:4px;font-size:9px}.manage-password-fields{border-top:1px solid #e0e8ea;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:10px;padding-top:12px;display:grid}.manage-password-fields input{border:1px solid #d4dfe3;border-radius:8px;outline:0;height:40px;padding:0 12px;font-size:11px}.manage-password-fields input:focus{border-color:var(--field-focus-border);box-shadow:var(--field-focus-ring)}.manage-password-fields em{color:var(--danger);grid-column:1/-1;font-size:10px;font-style:normal}.manage-password-fields .primary-button{grid-column:1/-1;justify-self:end}.team-dialog-actions{border-top:1px solid var(--line);background:#fafcfc;flex:none;grid-template-columns:1fr auto auto;align-items:center;gap:10px;min-height:76px;padding:15px 27px;display:grid}.team-dialog-actions.team-manage-actions{justify-content:flex-end;display:flex}.team-dialog-actions>span{color:#829097;font-size:9px}.team-dialog-actions .primary-button,.team-dialog-actions .secondary-button{min-width:104px}@media (max-width:760px){.team-dialog{border-radius:13px;width:min(560px,100vw - 16px);max-height:calc(100dvh - 16px)}.team-dialog-header{grid-template-columns:42px minmax(0,1fr) 34px;gap:11px;padding:16px}.team-dialog-body,.team-manage-dialog .team-action-body{grid-template-columns:1fr;gap:15px;padding:16px}.team-manage-dialog .member-action-summary,.team-manage-dialog .manage-dingtalk-section,.team-manage-dialog .manage-password-section{grid-column:1}.team-dialog-role{grid-column:auto;display:block}.team-dialog-actions{grid-template-columns:1fr 1fr;min-height:66px;padding:11px 16px}.team-dialog-actions>span{display:none}.team-dialog-actions .primary-button,.team-dialog-actions .secondary-button{width:100%}.manage-password-section{grid-template-columns:1fr;padding:14px}.manage-dingtalk-controls{flex-direction:column;align-items:stretch}.manage-dingtalk-controls .secondary-button{width:100%}.manage-dingtalk-actions{flex-direction:column;align-items:stretch}.manage-dingtalk-actions .primary-button,.manage-dingtalk-actions .secondary-button,.manage-password-section>.secondary-button{width:100%}.manage-password-fields{grid-template-columns:1fr}.manage-password-fields input,.manage-password-fields em,.manage-password-fields .primary-button{grid-column:1}.manage-password-fields .primary-button{width:100%}}@media (max-height:680px) and (min-width:761px){.team-dialog{max-height:calc(100dvh - 20px)}.team-dialog-header{grid-template-columns:42px minmax(0,1fr) 34px;gap:12px;padding-block:14px}.team-dialog-header .dialog-symbol{width:42px;height:42px}.team-dialog-header h2{margin-top:2px;font-size:18px}.team-dialog-body{padding-block:15px}.member-action-summary{padding-block:11px}.team-dialog-field>small{min-height:24px}.team-dialog-field input,.team-dialog-field select{height:40px;margin-top:5px}.manage-password-section{padding-block:12px}.team-dialog-actions{min-height:62px;padding-block:10px}}.quotation-app .primary-button,.quotation-app .secondary-button{width:auto;height:auto;margin-top:0}.quotation-app .page-heading>.primary-button,.quotation-app .page-heading>.page-action-button{white-space:nowrap;border-radius:9px;flex:none;min-width:126px;min-height:42px;padding:0 18px}.quotation-role-switch{grid-template-columns:1fr 1fr;gap:10px;margin:28px 0 22px;display:grid}.quotation-role-switch button{color:#6a7982;text-align:left;cursor:pointer;background:#fff;border:1px solid #d8e1e5;border-radius:11px;align-items:center;gap:10px;min-height:74px;padding:12px 13px;display:flex}.quotation-role-switch button.active{color:var(--workbench-teal);background:#edf7f5;border-color:#8fc1bc;box-shadow:inset 0 0 0 1px #177a7314}.quotation-role-switch button span,.quotation-role-switch strong,.quotation-role-switch small{display:block}.quotation-role-switch strong{color:var(--workbench-navy);font-size:13px}.quotation-role-switch small{color:#87949b;margin-top:4px;font-size:10px}.quotation-form-field{margin-top:16px;display:block}.quotation-form-field-first{margin-top:28px}.quotation-form-field>span{color:#52646f;margin-bottom:7px;font-size:11px;font-weight:700;display:block}.quotation-form-field>div{color:#86949b;background:#fbfcfc;border:1px solid #d2dde1;border-radius:9px;align-items:center;gap:9px;height:46px;padding:0 13px;display:flex}.quotation-form-field>div:focus-within{border-color:var(--field-focus-border);box-shadow:var(--field-focus-ring)}.quotation-form-field input{width:100%;color:var(--workbench-navy);background:0 0;border:0;outline:0;font-size:13px}@media (max-width:760px){.quotation-app .brand{background:0 0;width:auto;height:auto;min-height:42px;padding:0;position:static;inset:auto}.quotation-app .brand-mark{width:46px;height:38px}.quotation-app .sidebar nav{justify-content:flex-end;gap:5px;padding:0;display:flex}.quotation-app .sidebar nav a{width:auto;min-height:38px;padding:0 10px}.quotation-app .sidebar nav a span{font-size:10px;display:inline}.quotation-role-switch{grid-template-columns:1fr}.quotation-app .page-heading>.primary-button,.quotation-app .page-heading>.page-action-button{width:100%}}.quotation-app .task-table,.quotation-app .task-table-head,.quotation-app .task-row,.quotation-app .task-progress{min-width:0}.quotation-app .task-table{overflow:hidden}.quotation-app .task-progress{width:100%;max-width:100%;padding:3px 0}.quotation-app .task-progress>div:first-child{gap:8px;min-width:0;margin-bottom:9px}.quotation-app .task-progress>div:first-child>span{color:#77838e;flex:none;font-size:9px;font-weight:700}.quotation-app .task-progress .status-badge{background:0 0;min-height:0;padding:0;font-size:9px}.quotation-app .task-progress .progress-track{width:100%;max-width:100%;height:5px;box-shadow:none;background:#e8edef;border:0;border-radius:999px;margin-top:0}.quotation-app .task-progress .progress-track i{background:var(--workbench-teal);border-radius:999px;max-width:100%}.quotation-app .task-progress.green .progress-track i{background:#35866d}.quotation-app .task-progress.orange .progress-track i{background:#c98132}.quotation-app .task-progress.red .progress-track i{background:#c85d58}.quotation-app .task-progress.gray .progress-track i{background:#8b959c}.quotation-app .task-progress small{margin-top:7px}.quotation-app.app-shell{height:100vh;height:100dvh;overflow:hidden}.quotation-app .main{height:100vh;flex-direction:column;height:100dvh;display:flex;overflow:hidden}.quotation-app .topbar{flex:0 0 64px;position:relative;top:auto}.quotation-app .workspace-scroll{scrollbar-gutter:stable;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#7fa7a5 #e6eeee;flex:1;min-width:0;min-height:0;overflow:hidden auto}.quotation-app .workspace-scroll::-webkit-scrollbar{width:10px}.quotation-app .workspace-scroll::-webkit-scrollbar-track{background:#e6eeee;border-radius:999px;margin:8px 3px 8px 0;box-shadow:inset 0 0 0 1px #d8e3e4}.quotation-app .workspace-scroll::-webkit-scrollbar-thumb{background:#7fa7a5;border:2px solid #e6eeee;border-radius:999px;min-height:48px}.quotation-app .workspace-scroll::-webkit-scrollbar-thumb:hover{background:var(--workbench-teal)}@media (max-width:760px){.quotation-app.app-shell{flex-direction:column;display:flex}.quotation-app .sidebar{border-right:0;border-bottom:1px solid var(--line);flex:none;grid-template-columns:52px 1fr;width:100%;height:auto;padding:10px 14px;display:grid;position:static;inset:auto}.quotation-app .main{flex:1;width:100%;height:auto;min-height:0;margin-left:0}.quotation-app .topbar{flex-basis:52px;height:52px;padding:0 15px}.quotation-app .workspace-scroll::-webkit-scrollbar{width:7px}}.state-notice{border:1px solid;border-radius:10px;align-items:center;gap:9px;min-height:44px;margin:0 0 16px;padding:10px 13px;font-size:11px;display:flex}.state-notice span{flex:1}.state-notice button{width:28px;height:28px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;padding:0;display:grid}.state-notice button:hover{background:#ffffffa6}.state-notice.success{color:#267451;background:#eaf6f0;border-color:#b9ddd0}.state-notice.warning{color:#8a681e;background:#fff8e7;border-color:#ead8aa}.state-notice.error{color:var(--danger);background:#fff3f2;border-color:#e4bbb7}.state-error{color:var(--danger)}.state-error>span{color:#8a6262;text-align:center;max-width:520px;font-size:11px;line-height:1.6}.state-error .secondary-button{margin-top:5px}.dropzone.reading{pointer-events:none;background:#eff8f6;border-color:#8fc1bc}.text-button:disabled,.selected-file button:disabled{cursor:not-allowed;opacity:.45}.processing-files-empty{min-height:96px;color:var(--muted);justify-content:center;align-items:center;gap:9px;font-size:11px;display:flex}.review-preview-state .secondary-button{margin-left:4px}@media (max-width:760px){.dialog-backdrop{padding:8px}}
