@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");:root{--ds-background:#f7f7f5;--ds-surface:#ffffff;--ds-surface-muted:#f1f1ef;--ds-surface-raised:#fbfbfa;--ds-text:#111827;--ds-muted:#6b7280;--ds-muted-soft:#9ca3af;--ds-border:#deded8;--ds-border-strong:#b7b7ae;--ds-primary:#111827;--ds-interaction:#2563eb;--ds-warning:#b45309;--ds-danger:#b42318;--ds-success:#157f3d;--ds-shadow:0 1px 2px rgba(17,24,39,0.08);--ds-focus:0 0 0 3px rgba(37,99,235,0.18);--background:var(--ds-background);--panel:var(--ds-surface);--panel-weak:var(--ds-surface-muted);--panel-strong:var(--ds-surface-raised);--text:var(--ds-text);--muted:var(--ds-muted);--muted-soft:var(--ds-muted-soft);--line:var(--ds-border);--line-strong:var(--ds-border-strong);--primary:var(--ds-primary);--primary-dark:#0b1220;--accent:var(--ds-interaction);--danger:var(--ds-danger);--ok:var(--ds-success);--link:var(--ds-interaction);--shadow:var(--ds-shadow);--focus:var(--ds-focus)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;color:var(--text);background:var(--background);font-family:Pretendard,Apple SD Gothic Neo,Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer;touch-action:manipulation}a{color:var(--link)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:0;box-shadow:var(--focus)}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.6}.app-shell{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh}.sidebar{background:#171717;color:#fff;padding:24px 18px;border-right:1px solid #262626}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;margin-bottom:28px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#ffffff;color:#171717}.nav-stack{display:grid;grid-gap:8px;gap:8px}.nav-item{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:8px;color:#dce7e2;background:transparent;border:0;width:100%;text-align:left}.nav-item.active,.nav-item:hover{color:#ffffff;background:rgba(255,255,255,.1)}.customer-app-shell{display:block;background:var(--background)}.customer-top-nav{z-index:20;display:flex;justify-content:space-between;gap:20px;background:rgba(255,255,255,.92);color:var(--text);padding:12px clamp(16px,4vw,36px);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.customer-brand{gap:10px;color:var(--text);font-size:16px;font-weight:800}.customer-brand-mark{width:30px;height:30px;border-radius:8px;background:var(--text);color:#ffffff}.customer-nav-stack{justify-content:flex-end;flex-wrap:wrap;gap:6px}.customer-nav-item{gap:8px;min-height:38px;padding:8px 12px;border:1px solid transparent;border-radius:8px;color:var(--muted);font-weight:800}.customer-nav-item.active,.customer-nav-item:hover{color:var(--text);background:var(--panel-strong);border-color:var(--line)}.customer-main{width:min(100%,1440px);padding:18px clamp(14px,3vw,28px) 56px}.customer-workbar{justify-content:space-between;margin-bottom:14px}.customer-workbar .page-title{font-size:24px;line-height:1.15}.customer-workbar .toolbar{justify-content:flex-end}.customer-app-shell .panel{box-shadow:none}.customer-app-shell .panel-header{padding:12px 14px}.customer-app-shell .panel-body{padding:14px}.main{padding:24px;min-width:0}.topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:22px}.page-title{margin:0;font-size:28px;line-height:1.2;text-wrap:balance}.page-subtitle{margin:6px 0 0;color:var(--muted)}.toolbar{gap:10px}.search-form,.toolbar{display:flex;align-items:center;flex-wrap:wrap}.search-form{gap:8px}.search-input{width:min(280px,100%)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.account-chip{display:inline-flex;align-items:center;padding:8px 12px;font-weight:800}.account-chip,.input,.select,.textarea{min-height:42px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text)}.input,.select,.textarea{width:100%;min-width:0;padding:10px 12px}.input:hover,.select:hover,.textarea:hover{border-color:var(--line-strong)}.textarea{min-height:108px;width:100%;resize:vertical}.button{border:0;border-radius:8px;padding:10px 14px;min-height:42px;display:inline-flex;gap:8px;align-items:center;justify-content:center;background:var(--primary);color:#fff;font-weight:700;text-decoration:none;transition:background-color .14s ease,border-color .14s ease,color .14s ease}.button:hover{background:var(--primary-dark)}.button.secondary{color:var(--text);background:#ffffff;border:1px solid var(--line)}.button.secondary:hover{color:var(--text);background:var(--panel-strong)}.button.danger{background:var(--danger)}.grid{display:grid;grid-gap:16px;gap:16px;min-width:0}.grid.metrics{grid-template-columns:repeat(5,minmax(120px,1fr))}.grid.two{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)}.section-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0 10px;flex-wrap:wrap}.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);min-width:0}.panel-header{padding:16px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.panel-heading-stack{display:grid;grid-gap:4px;gap:4px;min-width:0}.panel-title{margin:0;font-size:17px}.panel-meta{color:var(--muted);font-size:13px;line-height:1.45}.panel-icon{display:inline-flex;color:var(--muted);flex:0 0 auto}.panel-body{padding:18px;min-width:0}.login-shell{display:grid;place-items:center;min-height:100vh;padding:24px;background:var(--background)}.login-panel{width:min(100%,420px);display:grid;grid-gap:18px;gap:18px;padding:28px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.login-brand{color:var(--text);margin-bottom:0}.metric{padding:18px}.metric-label{color:var(--muted);font-size:13px;font-weight:700}.metric-value{font-size:30px;font-weight:800;margin-top:8px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.15;overflow-wrap:anywhere}.table-wrap{overflow-x:auto;max-width:100%;min-width:0;width:100%}table{width:100%;border-collapse:collapse;min-width:920px}td,th{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{color:var(--muted);font-size:13px;font-weight:700;background:var(--panel-strong)}td{overflow-wrap:anywhere}.status{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;color:var(--primary-dark);background:#dff0e9;white-space:nowrap}.status.shipped{color:#6b3d05;background:#fff0d7}.status.received{color:#214f86;background:#dfefff}.status.warning{color:#7a4b00;background:#fff0d7}.status.ready{color:var(--primary-dark);background:#dff0e9}.status.candidate{color:#365172;background:#e8f1ff}.muted{color:var(--muted)}.detail-link{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border-radius:8px;padding:6px 10px;color:var(--primary-dark);background:#e9efec;font-weight:800;text-decoration:none;white-space:nowrap}.detail-link:hover{background:#dde7e2}.detail-layout{align-items:start;margin-top:16px}.detail-layout>.grid{align-content:start}.detail-value{margin-top:8px;font-size:18px;font-weight:800;line-height:1.35;overflow-wrap:anywhere}.detail-list{display:grid;grid-gap:12px;gap:12px}.detail-list>div{display:grid;grid-gap:4px;gap:4px;padding-bottom:12px;border-bottom:1px solid var(--line)}.detail-list>div:last-child{padding-bottom:0;border-bottom:0}.form-grid{grid-gap:12px;gap:12px}.form-grid,.form-row{display:grid;min-width:0}.form-row{grid-gap:6px;gap:6px}.form-row label{font-size:13px;color:var(--muted);font-weight:700}.dropzone{border:1px dashed #a9b8b1;background:#fbfdfc;border-radius:8px;padding:14px}.message{padding:12px 14px;border-radius:8px;background:var(--panel-strong);color:var(--primary-dark);font-weight:700}.request-board{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);grid-gap:18px;gap:18px;margin-bottom:16px;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:var(--shadow)}.request-board-copy{display:grid;align-content:start;grid-gap:12px;gap:12px}.eyebrow{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;color:var(--muted-soft)}.request-board h2{max-width:720px;margin:0;font-size:24px;line-height:1.3;text-wrap:balance}.request-board p{max-width:72ch;margin:0;color:var(--muted);line-height:1.6}.request-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}.request-flow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.request-step{display:grid;grid-gap:6px;gap:6px;min-width:0;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--panel-strong)}.request-step span:last-child{color:var(--muted);font-size:13px;line-height:1.5}.step-index{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;color:#ffffff;background:var(--text);font-size:12px;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.marketplace-row{grid-column:1/-1;display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding-top:16px;border-top:1px solid var(--line)}.marketplace-label{color:var(--muted);font-size:13px;font-weight:800}.marketplace-list{display:flex;gap:8px;flex-wrap:wrap}.marketplace-chip{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid var(--line);border-radius:999px;background:#ffffff;color:var(--text);font-size:13px;font-weight:700}.next-action-cell{max-width:240px;color:var(--muted)}.integration-note{display:grid;grid-gap:6px;gap:6px;margin-top:14px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--panel-strong);color:var(--muted);line-height:1.55}.integration-note strong{color:var(--text)}.review-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.review-metrics>div{display:grid;grid-gap:5px;gap:5px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--panel-strong)}.review-metrics strong{font-size:24px;line-height:1}.review-ok{padding:10px 12px;border-radius:8px;color:var(--ok);background:#e5f4ea;font-weight:800}.review-section{display:grid;grid-gap:8px;gap:8px;padding-top:12px;border-top:1px solid var(--line)}.review-list{display:grid;grid-gap:6px;gap:6px;max-height:148px;margin:0;padding:0;overflow:auto;list-style:none}.review-list li{border-radius:8px;padding:8px 10px;background:var(--panel-strong);color:var(--text);overflow-wrap:anywhere}.checklist-list{display:grid;grid-gap:8px;gap:8px}.checklist-row{display:flex;align-items:center;gap:10px;min-height:42px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:var(--panel-strong);font-weight:700}.checklist-row input{width:18px;height:18px;flex:0 0 auto}.event-list,.inventory-list{display:grid;grid-gap:10px;gap:10px}.event-filter{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));align-items:end;grid-gap:10px;gap:10px;margin-bottom:12px}.event-filter .button{width:100%}.event-item,.inventory-item{border:1px solid var(--line);border-radius:8px;padding:12px;display:grid;grid-gap:6px;gap:6px}.inventory-balance{justify-content:flex-end;gap:8px;flex-wrap:wrap}.inventory-balance,.inventory-warning{display:inline-flex;align-items:center}.inventory-warning{min-height:24px;border-radius:999px;padding:4px 8px;color:var(--ok);background:#e5f4ea;font-size:12px;font-weight:800;white-space:nowrap}.inventory-warning.low{color:#7a4b00;background:#fff0d7}.inventory-warning.danger{color:var(--danger);background:#fee4e2}.inventory-warning-text{color:#7a4b00;font-size:13px;font-weight:700}.inventory-history{display:grid;grid-gap:4px;gap:4px;font-size:13px}.item-title{display:flex;justify-content:space-between;gap:12px;font-weight:800}.account-table table{min-width:900px}@media (max-width:960px){.event-filter{grid-template-columns:1fr 1fr}}@media (max-width:640px){.event-filter{grid-template-columns:1fr}}.account-company-label{margin-top:8px}.account-update-form{display:grid;grid-template-columns:minmax(160px,1fr) minmax(170px,1fr) auto;grid-gap:8px;gap:8px;align-items:center}.segmented{display:inline-flex;padding:4px;border-radius:8px;background:var(--panel-strong)}.segmented button{border:0;border-radius:6px;padding:8px 10px;background:transparent;color:var(--muted);font-weight:800}.segmented button.active{color:var(--text);background:#fff}.workflow-shell,.workflow-stack{display:grid;grid-gap:16px;gap:16px}.workflow-shell{align-items:start;grid-template-columns:repeat(3,minmax(0,1fr))}.request-workbench{gap:12px}.request-workbench:has(.request-shell){grid-template-columns:minmax(420px,.85fr) minmax(620px,1.25fr);align-items:start}.request-workbench .function-strip{grid-column:1/-1}.function-strip{display:flex;align-items:center;flex-wrap:wrap;gap:10px 16px;padding:2px 0 0}.function-chip{display:inline-flex;align-items:center;justify-content:flex-start;min-width:0;min-height:28px;color:var(--muted);font-size:13px;font-weight:800;text-align:left;line-height:1.25}.function-chip:not(:last-child):after{content:"";display:inline-block;width:28px;height:1px;margin-left:16px;background:var(--line-strong)}.import-shell{grid-template-columns:minmax(280px,.95fr) minmax(300px,1fr) minmax(280px,.9fr)}.request-workbench .import-shell,.request-workbench .request-shell{grid-template-columns:minmax(0,1fr)}.request-workbench:has(.request-shell) .import-shell{grid-column:1}.request-workbench:has(.request-shell) .request-shell{position:-webkit-sticky;position:sticky;top:84px;grid-column:2;grid-row:2}.request-workbench:has(.request-shell) .request-shell .workbench-grid,.request-workbench:has(.request-shell) .request-shell .workbench-grid.secondary{grid-template-columns:1fr}.request-workbench .panel{border-color:var(--line)}.request-workbench .panel-header{min-height:58px}.request-workbench .workflow-actions .button{min-height:44px}.request-workbench .workflow-row{border-radius:8px}.import-shell [data-testid=candidate-order-list],.import-shell [data-testid=fulfillment-request-list]{max-height:420px;overflow:auto;padding-right:2px}.request-shell{align-items:start;grid-template-columns:minmax(0,1fr) minmax(280px,360px)}.candidate-pane,.composer-pane,.request-shell>[data-testid=selected-request-composer]{min-width:0}.candidate-switch-confirm{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid var(--line-strong);border-radius:8px;background:var(--panel-strong)}.candidate-switch-confirm>div:first-child{display:grid;grid-gap:3px;gap:3px}.candidate-switch-confirm span{color:var(--muted);font-size:13px}.candidate-switch-actions{display:flex;gap:8px}.sticky-request-action{position:-webkit-sticky;position:sticky;bottom:12px;z-index:5;padding:10px 0 0;background:var(--panel)}.customer-settings-view,.order-confirmation-view{max-width:100%}.order-confirmation-view table{min-width:920px}.admin-warehouse-console{align-items:start}.warehouse-scan-bar{padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--panel-strong)}.admin-workspace{gap:18px}.admin-workspace .import-shell{grid-template-columns:repeat(3,minmax(260px,1fr))}.workflow-panel-body{display:grid;grid-gap:16px;gap:16px}.compact-mapping-panel,.workflow-inline-form{display:grid;grid-gap:12px;gap:12px}.compact-mapping-panel{padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--panel-weak)}.compact-mapping-panel summary{cursor:pointer;color:var(--muted);font-size:13px;font-weight:800}.compact-mapping-panel[open] summary{color:var(--text);margin-bottom:8px}.compact-mapping-header{display:flex;justify-content:space-between;gap:12px;align-items:center}.compact-mapping-grid{grid-gap:10px;gap:10px}.workflow-actions{display:flex;flex-wrap:wrap;gap:8px}.workflow-note{padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--panel-weak);color:var(--muted);font-size:13px;line-height:1.5}.naver-import-panel{background:#fff}.assistant-action-grid{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(2,minmax(0,max-content));align-items:center}.assistant-session-box{display:grid;grid-gap:8px;gap:8px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--panel-strong);min-width:0}.assistant-session-row{display:grid;grid-gap:6px;gap:6px;min-width:0}.assistant-token{display:block;max-width:100%;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);overflow-wrap:anywhere;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.45}.naver-preview-list .workflow-row{grid-template-columns:auto minmax(0,1fr)}.marketplace-status-board{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.marketplace-status-chip{display:grid;grid-gap:10px;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;min-width:0}.marketplace-status-chip.warning strong{color:#b54708}.marketplace-status-chip.muted strong{color:var(--muted)}.marketplace-status-head,.marketplace-status-meta{display:grid;grid-gap:6px;gap:6px;min-width:0}.marketplace-status-head .status{justify-self:start;max-width:100%;white-space:normal;overflow-wrap:anywhere;line-height:1.35}.marketplace-credential-list{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.marketplace-credential-chip{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.marketplace-status-note{margin:0;color:var(--muted);font-size:13px;line-height:1.55;overflow-wrap:anywhere}.workflow-list{display:grid;grid-gap:8px;gap:8px}.workflow-list.compact{gap:6px}.workflow-row{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:flex-start;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff}.request-workbench .workflow-row{padding:10px}.workflow-row.selected{border-color:var(--primary);background:#f5f5f3}.candidate-order-card{display:block;padding:0;overflow:hidden}.candidate-order-card summary{list-style:none}.candidate-order-card summary::-webkit-details-marker{display:none}.candidate-order-summary{display:grid;grid-template-columns:minmax(150px,1fr) auto minmax(120px,auto) auto;grid-gap:10px;gap:10px;align-items:center;min-height:48px;padding:10px;cursor:pointer}.candidate-order-summary:before{content:"›";display:inline-grid;place-items:center;width:18px;height:18px;grid-column:1;justify-self:start;color:var(--muted);transform:translateX(-2px);transition:transform .15s ease}.candidate-order-card[open] .candidate-order-summary:before{transform:translateX(-2px) rotate(90deg)}.candidate-order-select{display:inline-flex;align-items:center;gap:8px;min-width:0;margin-left:20px;grid-column:1;cursor:pointer}.candidate-request-button{min-height:34px;min-width:82px;padding:6px 10px;white-space:nowrap}.candidate-order-detail{padding:0 10px 10px}.candidate-order-meta{gap:8px 12px;color:var(--muted);font-size:12px}.candidate-product-grid{display:grid;grid-template-columns:minmax(92px,.5fr) minmax(0,1.8fr) minmax(48px,.25fr) minmax(118px,.7fr);grid-gap:0;gap:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.candidate-product-grid>div{min-width:0;min-height:38px;padding:8px 10px;border-bottom:1px solid var(--line);border-right:1px solid var(--line)}.candidate-product-grid>div:nth-last-child(-n+4){border-bottom:0}.candidate-product-grid>div:nth-child(4n){border-right:0}.candidate-product-head{color:var(--muted);background:var(--panel-weak);font-size:12px;font-weight:800}.candidate-product-sku{font-size:12px}.workflow-row-button{width:100%;border:1px solid var(--line);text-align:left;cursor:pointer}.workflow-row-button:focus-visible{outline:0;border-color:var(--primary);box-shadow:var(--focus)}.workflow-checkbox{margin-top:2px}.workflow-row-copy{display:grid;grid-gap:6px;gap:6px;min-width:0}.workflow-row-items,.workflow-row-meta,.workflow-row-title{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;min-width:0}.mono,.workflow-row-title strong{overflow-wrap:anywhere;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.token{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;background:var(--panel-strong);color:var(--text);font-size:12px}.token-button{border:1px solid transparent;cursor:pointer}.token-button.selected{border-color:var(--primary);background:#eeeeea}.empty-state{display:grid;grid-gap:6px;gap:6px;padding:16px;border:1px dashed var(--line-strong);border-radius:8px;color:var(--muted)}.empty-state strong{color:var(--text)}.order-check-panel table{min-width:860px}[data-testid=order-detail-items-section] table{min-width:560px}[data-testid=inbound-scan-form] .input,[data-testid=ship-form] .input{min-height:48px;font-size:16px}[data-testid=inbound-scan-form] .button,[data-testid=ship-form] .button{min-height:48px}.workbench-summary{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid var(--line)}.workbench-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr)}.workbench-grid.secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.subpanel{display:grid;grid-gap:12px;gap:12px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--panel-weak)}.subpanel-header{display:flex;justify-content:space-between;gap:12px;align-items:center}.subpanel h3{margin:0;font-size:15px}.compact-form{gap:12px}.compact-form .grid.two{grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr))}.readiness-panel{align-self:start}.readiness-grid{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.readiness-metric{grid-gap:4px;gap:4px;padding:12px;border-radius:8px;background:var(--panel-weak)}.readiness-banner{padding:12px;border-radius:8px;font-weight:700}.readiness-banner.ready{background:#e8f5ec;color:#157f3d}.readiness-banner.blocked{background:#fff3e8;color:#b54708}.readiness-checklist{display:grid;grid-gap:8px;gap:8px}.bullet-list{margin:0;padding-left:18px;color:var(--muted);display:grid;grid-gap:4px;gap:4px}.draft-match-list,.draft-sku-list,.purchase-item-pool{display:grid;grid-gap:6px;gap:6px;min-width:0}.draft-match-row,.draft-sku-row,.purchase-pool-row{display:grid;grid-template-columns:minmax(88px,.45fr) minmax(0,1.4fr) repeat(3,minmax(74px,auto));grid-gap:10px;gap:10px;align-items:center;width:100%;min-width:0;min-height:42px;border:1px solid var(--line);border-radius:8px;padding:8px 10px;background:#fff;color:var(--text);text-align:left}.draft-match-row{grid-template-columns:minmax(88px,.7fr) minmax(0,1fr) 48px auto}.draft-sku-row.selected,.purchase-pool-row.selected{border-color:var(--primary);background:#f5f5f3}.candidate-product-cell,.draft-sku-name,.purchase-pool-name{grid-gap:3px;gap:3px;overflow:hidden}.candidate-product-cell small,.draft-sku-name small,.purchase-pool-name small{color:var(--muted)}.product-marquee{width:max-content;max-width:none;min-width:100%}.product-marquee:hover{animation:product-marquee 3.4s ease-in-out infinite alternate}@keyframes product-marquee{0%{transform:translateX(0)}to{transform:translateX(-35%)}}@media (prefers-reduced-motion:reduce){.product-marquee:hover{animation:none}}@media (max-width:1180px){.app-shell{grid-template-columns:1fr}.sidebar{position:-webkit-sticky;position:sticky;top:0;z-index:10;padding:14px}.nav-stack{grid-template-columns:repeat(auto-fit,minmax(112px,1fr))}.grid.metrics,.grid.two{grid-template-columns:1fr}.candidate-order-summary{grid-template-columns:1fr auto}.candidate-order-summary>.muted{display:none}.candidate-product-grid{grid-template-columns:minmax(84px,.7fr) minmax(0,1.4fr) minmax(44px,.3fr)}.candidate-product-grid>div:nth-child(4n),.candidate-product-grid>div:nth-last-child(-n+4){border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.candidate-product-grid>div:nth-child(4n),.candidate-product-grid>div:nth-child(4n+4){display:none}.request-board{grid-template-columns:1fr}.function-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.import-shell,.request-shell,.workbench-grid,.workbench-grid.secondary,.workflow-shell{grid-template-columns:1fr}.request-workbench:has(.request-shell){grid-template-columns:1fr}.request-workbench:has(.request-shell) .import-shell,.request-workbench:has(.request-shell) .request-shell{position:static;grid-column:auto;grid-row:auto}.compact-mapping-grid{grid-template-columns:1fr}.customer-workbar,.topbar{align-items:flex-start;flex-direction:column}}@media (max-width:620px){.customer-main,.main{padding:16px}.customer-top-nav{align-items:flex-start;flex-direction:column;gap:10px}.customer-nav-stack{width:100%;justify-content:stretch}.customer-nav-item{flex-grow:1;flex-shrink:1;flex-basis:calc(33.333% - 6px);min-width:0;padding-inline:8px}.nav-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.button,.input,.select,.toolbar{width:100%}.draft-match-row,.draft-sku-row,.purchase-pool-row{grid-template-columns:1fr 1fr;align-items:start}.draft-sku-name,.purchase-pool-name{grid-column:1/-1}.product-marquee{width:100%;max-width:100%}.account-update-form,.request-flow{grid-template-columns:1fr}.function-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.assistant-action-grid,.marketplace-status-board,.readiness-grid{grid-template-columns:1fr}.marketplace-status-head .status{justify-self:stretch}}body,html{overflow-x:hidden}.skip-link{position:fixed;top:10px;left:10px;z-index:100;transform:translateY(-160%);border:1px solid var(--line-strong);border-radius:8px;padding:8px 12px;background:#fff;color:var(--text);font-weight:800;text-decoration:none;transition:transform .14s ease}.skip-link:focus-visible{transform:translateY(0)}.icon-button{display:inline-grid;place-items:center;width:36px;height:36px;min-width:36px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);transition:background-color .14s ease,border-color .14s ease,color .14s ease}.icon-button:hover{background:var(--panel-strong);border-color:var(--line-strong)}.customer-top-nav{grid-template-columns:minmax(112px,auto) minmax(0,1fr) auto;justify-content:stretch;grid-gap:12px;gap:12px;min-width:0;padding:10px clamp(12px,3vw,28px)}.customer-nav-stack{justify-content:center;flex-wrap:nowrap;width:auto}.customer-nav-item{min-height:34px;padding:7px 10px}.customer-session{gap:6px}.customer-session .account-chip{min-height:36px;padding:7px 10px;font-size:13px}.customer-workbar{align-items:center;margin-bottom:10px}.customer-workbar .page-title{font-size:20px}.customer-workbar .toolbar:empty{display:none}.customer-request-workbench{grid-template-columns:minmax(360px,.98fr) minmax(480px,1.12fr);grid-gap:12px;gap:12px}.workbench-pane{display:grid;grid-gap:10px;gap:10px;min-width:0;border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:10px;box-shadow:none}.workbench-pane-header{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;padding:2px 2px 8px;border-bottom:1px solid var(--line)}.workbench-pane-header>div:first-child{display:grid;grid-gap:2px;gap:2px;min-width:0}.workbench-pane-header h2{margin:0;font-size:15px;line-height:1.2}.workbench-pane-header span{color:var(--muted);font-size:12px}.candidate-filter-row,.candidate-import-bar,.workbench-action-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-width:0}.candidate-import-bar{padding:8px;border:1px solid var(--line);border-radius:8px;background:var(--panel-strong)}.file-action-button,.filter-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;border:1px solid var(--line);border-radius:8px;padding:7px 10px;background:#fff;color:var(--text);font-size:13px;font-weight:800;line-height:1;transition:background-color .14s ease,border-color .14s ease,color .14s ease}.file-action-button:hover,.filter-button:hover,.filter-button[aria-pressed=true]{background:#f0f4ff;border-color:#a9c0ff;color:#1f4fbf}.visually-compact-file{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.compact-status-note{display:grid;grid-gap:6px;gap:6px;min-width:0;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);font-size:12px;line-height:1.45}.candidate-order-stack,.purchase-item-pool{grid-gap:8px;gap:8px;max-height:min(680px,calc(100vh - 260px))}.customer-request-workbench .candidate-order-card{display:block;min-height:52px;padding:0;border:1px solid var(--line);border-radius:8px;overflow:visible}.customer-request-workbench .candidate-order-card.selected{border-color:#6f8dff;background:#fbfcff}.customer-request-workbench .candidate-order-summary{grid-gap:8px;gap:8px;min-width:0;min-height:46px;padding:8px}.customer-request-workbench .candidate-order-summary:before{display:none}.country-badge,.domestic-source,.quantity-chip{min-height:24px;border:1px solid var(--line);border-radius:8px;padding:3px 7px;background:var(--panel-strong);color:var(--muted);font-size:12px;font-weight:800}.candidate-order-main>span{color:var(--muted)}.customer-request-workbench .candidate-request-button{min-height:32px;min-width:78px;padding:6px 9px;font-size:13px}.candidate-product-list{display:grid;grid-gap:6px;gap:6px;min-width:0}.candidate-product-row{display:grid;grid-template-columns:minmax(84px,.55fr) minmax(0,1.35fr) auto minmax(82px,.55fr) auto;grid-gap:8px;gap:8px;align-items:center;width:100%;min-width:0;min-height:38px;border:1px solid var(--line);border-radius:8px;padding:7px 8px;background:#fff;color:var(--text);text-align:left}.candidate-product-row.selected,.candidate-product-row:hover{border-color:#a9c0ff;background:#f8faff}.candidate-import-meta{color:var(--muted);font-size:12px}.active-request-card,.active-sku-stack,.manual-domestic-form,.match-control-grid,.request-followup-grid,.selected-request-composer{display:grid;grid-gap:10px;gap:10px;min-width:0}.active-request-card,.manual-domestic-form{padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--panel-strong)}.active-request-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-width:0}.active-request-head>div{display:grid;grid-gap:2px;gap:2px;min-width:0}.eyebrow{color:var(--muted);font-family:inherit;font-weight:800}.active-sku-stack .draft-sku-row{grid-template-columns:minmax(84px,.55fr) minmax(0,1fr) auto auto}.request-followup-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(160px,.7fr)}.completion-gate{align-content:start}.domestic-pane .purchase-pool-row{grid-template-columns:72px minmax(88px,.5fr) minmax(0,1.35fr) auto auto minmax(90px,.55fr) auto}.product-marquee{will-change:transform}@media (prefers-reduced-motion:reduce){.button,.file-action-button,.filter-button,.icon-button,.skip-link{transition:none}.product-marquee{will-change:auto}}@media (max-width:620px){.customer-main{padding:12px}.customer-top-nav{display:grid;grid-template-columns:minmax(92px,auto) minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;padding:8px}.customer-brand{gap:7px;font-size:14px}.customer-brand-mark{width:28px;height:28px}.customer-nav-stack{width:auto;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto}.customer-nav-item{flex:0 0 auto;min-width:max-content;padding-inline:8px;writing-mode:horizontal-tb}.customer-session .account-chip{display:none}.customer-workbar{margin-bottom:8px}.customer-workbar .page-title{font-size:18px}.workbench-pane{padding:8px}.workbench-pane-header{align-items:flex-start;flex-direction:column}.candidate-filter-row .filter-button,.candidate-import-bar .button,.candidate-import-bar .file-action-button,.candidate-import-bar .filter-button,.workbench-action-row .button{width:auto}.customer-request-workbench .candidate-order-summary{grid-template-columns:auto minmax(0,1fr) auto}.customer-request-workbench .candidate-order-summary .candidate-request-button{grid-column:1/-1;width:100%}.active-sku-stack .draft-sku-row,.candidate-product-row,.domestic-pane .purchase-pool-row,.draft-match-row{grid-template-columns:1fr;gap:5px}.active-sku-stack .draft-sku-row>*,.candidate-product-row>*,.domestic-pane .purchase-pool-row>*,.draft-match-row>*{min-width:0}.readiness-grid.compact{grid-template-columns:1fr}}.customer-app-shell{min-height:100vh;background:#fff;color:#171717;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}.customer-top-nav{position:-webkit-sticky;position:sticky;top:0;z-index:30;display:grid;grid-template-columns:minmax(132px,auto) minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;width:100%;max-width:1400px;min-height:56px;margin:0 auto;padding:0 22px;border-bottom:1px solid #ebebeb;background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.customer-brand{display:inline-flex;align-items:center;gap:9px;min-width:0;margin-right:18px;color:#171717;font-size:15px;font-weight:700;letter-spacing:0;white-space:nowrap}.customer-brand-mark{display:grid;place-items:center;width:24px;height:24px;min-width:24px;border:0;border-radius:7px;background:#171717;color:#fff}.customer-brand-glyph{width:9px;height:9px;border-radius:1.5px;background:#fff;transform:rotate(45deg)}.customer-nav-stack{display:flex;align-items:center;justify-content:flex-start;gap:2px;min-width:0;overflow-x:auto;scrollbar-width:none}.customer-nav-stack::-webkit-scrollbar{display:none}.customer-nav-item{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:6px;min-width:max-content;min-height:32px;padding:0 11px;border:0;border-radius:999px;background:transparent;color:#737373;font-size:13px;font-weight:600;line-height:1;letter-spacing:0;white-space:nowrap;writing-mode:horizontal-tb;transition:background-color .15s ease,color .15s ease}.customer-nav-item svg{display:none}.customer-nav-item.active,.customer-nav-item:hover{background:#f6f6f6;color:#171717}.customer-session{display:inline-flex;align-items:center;justify-content:flex-end;gap:7px;min-width:0}.customer-session .account-chip{max-width:220px;min-height:32px;padding:0 12px;border:1px solid #ebebeb;border-radius:999px;background:#fff;color:#525252;font-size:12px;font-weight:600;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-app-shell .icon-button{width:32px;height:32px;min-width:32px;border-color:#ebebeb;border-radius:999px;background:#fff;color:#525252;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.customer-app-shell .icon-button:hover{border-color:#d4d4d4;background:#fafafa;color:#171717}.customer-main{width:100%;max-width:1400px;margin:0 auto;padding:0 22px 28px;background:#fff}.customer-workbar{display:flex;align-items:flex-start;justify-content:flex-start;gap:16px;margin:0 0 18px;padding-top:8px}.customer-workbar>div:first-child{flex:1 1 auto;min-width:0;text-align:left}.customer-workbar .page-title{margin:0;color:#171717;font-size:26px;font-weight:700;line-height:1.2;letter-spacing:0}.customer-workbar .page-subtitle,.customer-workbar .toolbar:empty{display:none}.customer-request-workbench{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start;min-width:0}.customer-request-workbench .workbench-pane{display:flex;flex-direction:column;gap:0;min-width:0;padding:0;border:1px solid #ebebeb;border-radius:12px;background:#fff;box-shadow:none;overflow:hidden}.customer-request-workbench .workbench-pane-header{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:58px;padding:13px 16px;border-bottom:1px solid #ebebeb;background:#fff}.customer-request-workbench .workbench-pane-header h2{margin:0;color:#171717;font-size:14px;font-weight:700;line-height:1.2}.customer-request-workbench .workbench-pane-header span{color:#a3a3a3;font-size:11px;font-weight:600}.candidate-import-bar{display:flex;flex-wrap:wrap;align-items:center;gap:7px;padding:10px 14px;border:0;border-bottom:1px solid #f2f2f2;border-radius:0;background:#fff}.customer-request-workbench .button,.customer-request-workbench .filter-button,.file-action-button{min-height:32px;border-radius:8px;font-size:12px;font-weight:700;line-height:1}.customer-request-workbench .button.secondary,.customer-request-workbench .filter-button,.file-action-button{border:1px solid #ebebeb;background:#fff;color:#171717;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.customer-request-workbench .button:not(.secondary){border:1px solid #171717;background:#171717;color:#fff}.customer-request-workbench .button.secondary:hover,.customer-request-workbench .filter-button:hover,.file-action-button:hover{border-color:#d4d4d4;background:#fafafa;color:#171717}.customer-request-workbench .filter-button[aria-pressed=true]{border-color:#d4d4d4;background:#f6f6f6;color:#171717}.compact-mapping-panel{min-width:0}.compact-mapping-panel>summary{min-height:32px;padding:9px 11px;border:1px solid #ebebeb;border-radius:8px;color:#525252;font-size:12px;font-weight:700;line-height:1;cursor:pointer}.compact-mapping-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:8px;padding:10px;border:1px solid #ebebeb;border-radius:10px;background:#fafafa}.candidate-filter-row{display:flex;gap:5px;padding:10px 14px;border-bottom:1px solid #f2f2f2;background:#fff}.candidate-order-stack,.purchase-item-pool{display:grid;grid-gap:9px;gap:9px;min-width:0;max-height:min(720px,calc(100vh - 238px));padding:14px;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.candidate-order-stack::-webkit-scrollbar,.purchase-item-pool::-webkit-scrollbar{width:8px;height:8px}.candidate-order-stack::-webkit-scrollbar-thumb,.purchase-item-pool::-webkit-scrollbar-thumb{border-radius:999px;background:#e0e0e0}.customer-request-workbench .candidate-order-card{min-width:0;min-height:0;border:1px solid #ebebeb;border-radius:12px;background:#fff;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.customer-request-workbench .candidate-order-card.selected,.customer-request-workbench .candidate-order-card[open]{border-color:#d4d4d4;box-shadow:0 1px 2px rgba(0,0,0,.04)}.customer-request-workbench .candidate-order-summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;grid-gap:10px;gap:10px;min-height:52px;padding:12px;cursor:pointer}.customer-request-workbench .candidate-order-summary:before{content:none}.country-badge,.domestic-source,.quantity-chip{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border:1px solid #ebebeb;border-radius:999px;background:#fafafa;color:#737373;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.domestic-source{width:34px;height:34px;min-width:34px;border-radius:10px;background:#f6f6f6;color:#171717;overflow:hidden}.candidate-order-main{display:grid;grid-gap:2px;gap:2px;min-width:0}.candidate-order-main strong,.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;letter-spacing:0}.candidate-order-main>span{color:#737373;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-request-workbench .status{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 9px;border-radius:999px;background:#f5f5f5;color:#525252;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.customer-request-workbench .status.ready{background:#f0fdf4;color:#15803d}.customer-request-workbench .status.warning{background:#fff7ed;color:#c2620a}.customer-request-workbench .status.candidate{background:#eef5ff;color:#0070f3}.customer-request-workbench .candidate-request-button{min-width:82px;min-height:28px;padding:0 13px;border-radius:7px}.candidate-order-detail{display:grid;grid-gap:10px;gap:10px;padding:0 12px 12px}.candidate-order-meta{display:flex;flex-wrap:wrap;gap:8px;color:#a3a3a3;font-size:11px}.active-sku-stack,.candidate-product-list{display:grid;grid-gap:7px;gap:7px;min-width:0}.active-sku-stack .draft-sku-row,.candidate-product-row{display:grid;grid-template-columns:42px minmax(82px,.56fr) minmax(0,1.45fr) auto minmax(86px,.5fr) auto;align-items:center;grid-gap:9px;gap:9px;width:100%;min-width:0;min-height:48px;padding:8px;border:1px solid #f0f0f0;border-radius:10px;background:#fff;color:#171717;text-align:left;transition:background-color .15s ease,border-color .15s ease}.active-sku-stack .draft-sku-row{grid-template-columns:38px minmax(76px,.55fr) minmax(0,1.35fr) auto auto}.active-sku-stack .draft-sku-row.selected,.active-sku-stack .draft-sku-row:hover,.candidate-product-row.selected,.candidate-product-row:hover{border-color:#9cc4ff;background:#f7faff}.product-thumb{display:grid;place-items:center;width:42px;height:42px;border:1px solid #ebebeb;border-radius:10px;background:#fafafa;color:#737373;font-size:11px;font-weight:800;line-height:1}.active-sku-stack .product-thumb{width:38px;height:38px}.candidate-product-cell,.draft-sku-name,.purchase-pool-name{display:grid;grid-gap:2px;gap:2px;min-width:0}.candidate-product-cell small,.draft-sku-name small,.purchase-pool-name small{color:#737373;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-marquee{display:block;min-width:0;color:#171717;font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transform:translateX(0)}.candidate-product-row:hover .product-marquee,.draft-sku-row:hover .product-marquee,.purchase-pool-row:hover .product-marquee{animation:product-name-pingpong 2.8s ease-in-out infinite alternate;text-overflow:clip}@keyframes product-name-pingpong{0%{transform:translateX(0)}to{transform:translateX(-18%)}}.selected-request-composer{display:grid;grid-gap:10px;gap:10px;min-width:0;padding:14px;border-bottom:1px solid #f2f2f2;background:#fafafa}.active-request-card,.customer-request-workbench .subpanel,.manual-domestic-form{display:grid;grid-gap:10px;gap:10px;min-width:0;padding:12px;border:1px solid #ebebeb;border-radius:12px;background:#fff}.active-request-head,.subpanel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-width:0}.active-request-head>div,.subpanel-header>div{display:grid;grid-gap:2px;gap:2px;min-width:0}.eyebrow{color:#a3a3a3;font-size:11px;font-weight:700;line-height:1}.match-control-grid,.request-followup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;min-width:0}.request-followup-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(180px,.7fr)}.manual-domestic-form{margin:14px;background:#fff}.manual-domestic-form .grid.two{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.manual-domestic-form .form-row.wide{grid-column:1/-1}.domestic-pane .purchase-pool-row{display:grid;grid-template-columns:34px minmax(92px,.48fr) minmax(0,1.4fr) auto auto minmax(88px,.48fr) auto;align-items:center;grid-gap:9px;gap:9px;width:100%;min-width:0;min-height:62px;padding:12px;border:1px solid #ebebeb;border-radius:11px;background:#fff;color:#171717;text-align:left;transition:background-color .15s ease,border-color .15s ease}.domestic-pane .purchase-pool-row.selected,.domestic-pane .purchase-pool-row:hover{border-color:#9cc4ff;background:#f7faff}.draft-match-row{display:grid;grid-template-columns:minmax(80px,.8fr) minmax(0,1fr) auto auto;grid-gap:8px;gap:8px;align-items:center;min-width:0;padding:8px 0;border-bottom:1px solid #f2f2f2}.readiness-grid.compact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.readiness-metric{display:grid;grid-gap:3px;gap:3px;min-width:0;padding:10px;border:1px solid #ebebeb;border-radius:10px;background:#fafafa}.readiness-metric span{color:#737373;font-size:11px}.readiness-metric strong{color:#171717;font-size:13px}.customer-request-workbench .input,.customer-request-workbench .select{min-height:36px;border-color:#ebebeb;border-radius:8px;background:#fff;color:#171717;font-size:13px}.customer-request-workbench .form-row label{color:#525252;font-size:12px;font-weight:700}.customer-request-workbench .empty-state{min-height:96px;border:1px dashed #ebebeb;border-radius:12px;background:#fafafa;color:#737373}@media (prefers-reduced-motion:reduce){.active-sku-stack .draft-sku-row,.candidate-product-row,.customer-app-shell .icon-button,.customer-nav-item,.customer-request-workbench .button,.customer-request-workbench .filter-button,.domestic-pane .purchase-pool-row,.file-action-button{transition:none}.candidate-product-row:hover .product-marquee,.draft-sku-row:hover .product-marquee,.purchase-pool-row:hover .product-marquee{animation:none}}@media (max-width:1180px){.customer-request-workbench,.match-control-grid,.request-followup-grid{grid-template-columns:1fr}.candidate-order-stack,.purchase-item-pool{max-height:none}}@media (max-width:720px){.customer-top-nav{grid-template-columns:minmax(92px,auto) minmax(0,1fr) auto;min-height:52px;padding:0 10px}.customer-brand{margin-right:0;font-size:14px}.customer-session .account-chip{display:none}.customer-main{padding:0 10px 18px}.customer-workbar{align-items:flex-start;margin-bottom:10px;padding-top:10px}.customer-workbar .page-title{font-size:22px}.customer-request-workbench{gap:10px}.candidate-filter-row,.candidate-import-bar,.candidate-order-stack,.purchase-item-pool,.selected-request-composer{padding:10px}.customer-request-workbench .candidate-order-summary{grid-template-columns:auto minmax(0,1fr) auto}.customer-request-workbench .candidate-request-button{grid-column:1/-1;width:100%}.active-sku-stack .draft-sku-row,.candidate-product-row,.domestic-pane .purchase-pool-row,.draft-match-row{grid-template-columns:1fr;gap:6px}.active-sku-stack .product-thumb,.product-thumb{display:none}.manual-domestic-form .grid.two,.readiness-grid.compact{grid-template-columns:1fr}}