:root{font-family:IBM Plex Sans,Noto Sans SC,PingFang SC,sans-serif;color:#18191b;background:#f3f4f5;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #121315;--muted: #73777d;--line: #dfe1e4;--soft-line: #eceef0;--paper: #ffffff;--canvas: #f3f4f5;--risk: #d92d20;--ok: #16794b;--warning: #b76b00}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:var(--canvas)}button,input,select{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.boot-screen,.content-loading{min-height:100vh;display:grid;place-content:center;background:var(--ink);color:#fff}.boot-mark{width:54px;height:54px;display:grid;place-items:center;border:1px solid #55585d;font-family:Georgia,serif;font-size:30px}.boot-line{width:54px;height:1px;margin-top:14px;overflow:hidden;background:#34363a}.boot-line:after{content:"";display:block;width:20px;height:1px;background:#fff;animation:boot-scan 1.1s ease-in-out infinite}@keyframes boot-scan{0%{transform:translate(-20px)}to{transform:translate(54px)}}.toast{position:fixed;z-index:1000;top:18px;left:50%;width:min(420px,calc(100vw - 32px));transform:translate(-50%);padding:11px 14px;border:1px solid #efb8b4;background:#fff8f7;color:#8f1d14;box-shadow:0 10px 30px #0000001f;font-size:13px}.login-screen{min-height:100vh;display:grid;grid-template-columns:minmax(340px,42%) 1fr;background:var(--paper)}.login-brand{position:relative;min-height:100vh;overflow:hidden;padding:44px;color:#fff;background:#111214}.login-monogram{width:58px;height:58px;display:grid;place-items:center;border:1px solid #5d6064;font-family:Georgia,serif;font-size:34px}.login-brand-copy{position:absolute;left:44px;bottom:44px;display:flex;flex-direction:column;gap:5px}.login-brand-copy span{font-weight:700;font-size:19px}.login-brand-copy small{color:#909399;font-size:10px}.login-linework{position:absolute;top:50%;left:17%;width:92%;height:230px;transform:translateY(-50%) rotate(-8deg)}.login-linework i{position:absolute;display:block;width:100%;height:1px;background:#35373b}.login-linework i:nth-child(1){top:0}.login-linework i:nth-child(2){top:76px;width:72%}.login-linework i:nth-child(3){top:152px;width:48%}.login-linework:after{content:"03";position:absolute;right:12%;top:-54px;color:#292b2f;font-family:Georgia,serif;font-size:180px;line-height:1}.login-panel{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:56px clamp(40px,9vw,150px) 28px}.login-form-wrap{width:min(410px,100%);margin:auto}.section-index{color:var(--risk);font-size:10px;font-weight:700;letter-spacing:1.4px}.login-form-wrap h1{margin:18px 0 5px;font-size:28px;line-height:1.25;letter-spacing:0}.login-caption{margin:0 0 34px;color:var(--muted);font-size:13px}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-form label,.modal-panel form label{display:flex;flex-direction:column;gap:7px}.auth-form label>span,.modal-panel form label>span{font-size:12px;font-weight:600;color:#373a3f}.input-shell{width:100%;height:44px;display:grid;grid-template-columns:22px 1fr 34px;align-items:center;border-bottom:1px solid #b9bcc1;transition:border-color .18s ease}.input-shell:focus-within{border-color:var(--ink)}.input-shell>span{color:#60646a}.input-shell input{min-width:0;border:0;outline:0;background:transparent;color:var(--ink)}.icon-button{width:32px;height:32px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#6d7177}.icon-button:hover{color:var(--ink)}.primary-command,.secondary-command{min-height:44px;display:inline-flex;align-items:center;justify-content:space-between;gap:18px;padding:0 16px;border:1px solid var(--ink);border-radius:2px;background:var(--ink);color:#fff;font-weight:650}.primary-command:hover{background:#2c2e32}.primary-command.compact{min-height:38px;justify-content:center}.secondary-command{min-height:38px;justify-content:center;background:#fff;color:var(--ink)}.form-error{margin:-4px 0 0;color:var(--risk);font-size:12px}.login-footer{display:flex;justify-content:space-between;color:#9a9da2;font-size:9px}.application-shell{min-height:100vh;display:grid;grid-template-columns:220px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;background:var(--ink);color:#fff}.sidebar-brand{height:78px;display:flex;align-items:center;gap:12px;padding:0 20px;border-bottom:1px solid #303236}.sidebar-brand>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid #62656a;font-family:Georgia,serif;font-size:21px}.sidebar-brand div{display:flex;flex-direction:column;gap:2px}.sidebar-brand b{font-size:13px}.sidebar-brand small{color:#8e9298;font-size:9px}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:2px;padding:24px 10px}.sidebar-nav button{position:relative;height:44px;display:flex;align-items:center;gap:13px;padding:0 12px;border:0;border-radius:2px;background:transparent;color:#aeb1b6;text-align:left;font-size:13px}.sidebar-nav button>span:first-child{font-size:16px}.sidebar-nav button:hover{color:#fff;background:#222428}.sidebar-nav button:disabled{cursor:default;color:#5f6267;background:transparent}.sidebar-nav button.active{color:#fff;background:#292b2f}.sidebar-nav button.active:before{content:"";position:absolute;left:-10px;width:2px;height:22px;background:#e5483d}.sidebar-foot{padding:18px 20px;border-top:1px solid #303236;color:#686c72;font-size:9px}.workspace{min-width:0}.topbar{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid var(--line);background:var(--paper)}.topbar-title,.topbar-actions,.user-menu,.brand-select{display:flex;align-items:center}.topbar-title{gap:10px;font-size:13px;font-weight:650}.topbar-title i{width:1px;height:15px;background:var(--line)}.topbar-title small{color:var(--muted);font-size:11px;font-weight:400}.topbar-actions{gap:8px}.brand-select{height:34px;gap:8px;padding:0 10px;border:1px solid var(--line);background:#fff}.brand-select select{max-width:150px;border:0;outline:0;background:transparent;font-size:12px}.top-icon-button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);background:#fff;color:#55595f}.top-icon-button:hover{border-color:#969a9f;color:var(--ink)}.user-menu{height:42px;gap:9px;margin-left:6px;padding-left:14px;border-left:1px solid var(--line)}.user-avatar{width:30px;height:30px;display:grid;place-items:center;background:#ededee}.user-menu div{min-width:70px;display:flex;flex-direction:column}.user-menu b{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.user-menu small{color:var(--muted);font-size:9px}.user-menu>button:not(.icon-button){border:0;background:transparent;color:#55595f;font-size:11px}.user-menu>button:hover{color:var(--ink)}.page-content{width:100%;padding:34px clamp(24px,4vw,58px) 48px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px}.page-heading>button{flex:0 0 auto;gap:8px;white-space:nowrap}.page-heading h1{margin:8px 0 3px;font-size:26px;letter-spacing:0}.page-heading p{margin:0;color:var(--muted);font-size:12px}.overall-state{display:inline-flex;align-items:center;gap:7px;padding-bottom:5px;border-bottom:2px solid currentColor;font-size:12px;font-weight:700}.overall-state.ok,.text-ok{color:var(--ok)}.overall-state.risk,.text-risk{color:var(--risk)}.status-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--ink);border-bottom:1px solid var(--line);background:#fff}.status-lead{min-height:116px;display:grid;grid-template-columns:8px minmax(0,1fr) 30px;align-items:center;gap:14px;padding:20px 24px;border-right:1px solid var(--line)}.status-lead:last-child{border-right:0}.status-lead>span:last-child{color:#b3b6ba;font-size:22px}.status-lead div{display:flex;flex-direction:column;gap:7px}.status-lead small{color:#8a8e94;font-size:9px}.status-lead strong{font-size:17px}.signal{width:6px;height:6px;border-radius:50%;background:#979ba0}.signal.ok{background:var(--ok);box-shadow:0 0 0 4px #e2f0e9}.signal.failed{background:var(--risk);box-shadow:0 0 0 4px #f8e4e2}.signal.loading{background:var(--warning);box-shadow:0 0 0 4px #f8eddc}.status-table-section{margin-top:34px}.status-table-section>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.status-table-section>header div{display:flex;align-items:baseline;gap:10px}.status-table-section h2{margin:0;font-size:14px}.status-table-section header span,.status-table-section header small{color:var(--muted);font-size:10px}.status-table{border-top:1px solid #989b9f;background:#fff}.status-row{min-height:48px;display:grid;grid-template-columns:minmax(180px,1fr) 160px minmax(180px,1fr);align-items:center;border-bottom:1px solid var(--soft-line);font-size:12px}.status-row>span{padding:0 16px}.status-row>span:first-child,.status-row>span:nth-child(2){display:flex;align-items:center;gap:9px}.status-row>span:last-child{color:var(--muted)}.status-row-head{min-height:36px;background:#f7f7f8;color:#6f7379;font-size:10px;font-weight:650}.empty-row{padding:28px 16px;color:var(--muted);font-size:12px}.environment-strip{min-height:42px;display:flex;align-items:center;gap:10px;margin-top:26px;padding:0 14px;border:1px solid var(--line);background:#f9f9fa;font-size:9px}.environment-strip span{color:#8b8f94}.environment-strip b{font-size:9px}.environment-strip i{width:1px;height:13px;margin:0 8px;background:var(--line)}.import-scope{min-height:58px;display:grid;grid-template-columns:130px minmax(210px,280px) 1fr auto;align-items:center;gap:22px;padding:0 16px;border-top:1px solid var(--ink);border-bottom:1px solid var(--line);background:#fff}.import-scope>div,.import-scope label{display:flex;align-items:center;gap:10px}.import-scope small{color:var(--muted);font-size:9px}.import-scope b{font-size:12px}.import-scope select{min-width:150px;height:32px;border:0;outline:0;background:transparent;font-size:12px}.upload-band{min-height:84px;display:grid;grid-template-columns:minmax(0,1fr) 150px;align-items:center;gap:18px;padding:16px;border-bottom:1px solid var(--line);background:#fafafa}.file-picker{min-width:0;height:46px;display:flex;align-items:center;gap:12px;padding:0 14px;border:1px dashed #aeb1b5;background:#fff;color:#65696f;font-size:12px;cursor:pointer}.file-picker>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-picker input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.inline-result{min-height:38px;display:flex;align-items:center;gap:9px;padding:0 14px;border-bottom:1px solid var(--line);font-size:11px}.inline-result.ok{color:var(--ok);background:#f4faf7}.inline-result.risk{color:var(--risk);background:#fdf5f4}.preview-section,.batch-section{margin-top:30px}.preview-section>header,.batch-section>header{min-height:42px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #999ca1}.preview-section>header>div,.batch-section>header>div{display:flex;align-items:baseline;gap:10px}.preview-section h2,.batch-section h2{margin:0;font-size:14px}.preview-section header span,.batch-section header span,.batch-section header small{color:var(--muted);font-size:10px}.preview-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));background:#fff;border-bottom:1px solid var(--line)}.preview-metrics>div{min-height:82px;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:0 16px;border-right:1px solid var(--soft-line)}.preview-metrics>div:last-child{border-right:0}.preview-metrics small{color:var(--muted);font-size:9px}.preview-metrics b{font-size:16px}.preview-section>footer{min-height:62px;display:grid;grid-template-columns:minmax(220px,auto) 1fr 140px;align-items:center;gap:18px;padding:0 16px;background:#fafafa;border-bottom:1px solid var(--line)}.snapshot-field{display:flex;align-items:center;gap:12px;font-size:11px}.snapshot-field input{height:34px;padding:0 9px;border:1px solid var(--line);background:#fff}.erp-confirmation-fields{display:flex;align-items:center;gap:20px}.blank-inventory-rule{display:flex;align-items:center;gap:8px;color:#55595f;font-size:11px;white-space:nowrap}.blank-inventory-rule input{width:14px;height:14px;accent-color:var(--ink)}.batch-state{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:650}.batch-state.ok{color:var(--ok)}.batch-state.risk{color:var(--risk)}.batch-state.pending{color:#876420}.batch-table{background:#fff}.batch-row{min-height:48px;display:grid;grid-template-columns:minmax(240px,1.4fr) minmax(180px,.8fr) 130px 175px 56px;align-items:center;border-bottom:1px solid var(--soft-line);font-size:11px}.batch-row>span{min-width:0;padding:0 12px;color:#5f6369}.batch-row>span:first-child{display:flex;align-items:center;gap:9px}.batch-row>span:first-child b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-weight:600}.batch-row-head{min-height:34px;background:#f6f6f7;color:var(--muted);font-size:9px;font-weight:650}.text-command{border:0;background:transparent;color:var(--ink);font-size:11px;text-decoration:underline;text-underline-offset:3px}.text-command.risk{color:var(--risk)}.mapping-review-page{padding-right:24px;padding-left:24px}.review-scope{min-height:54px;display:grid;grid-template-columns:minmax(180px,.65fr) minmax(280px,1fr) 1fr auto;align-items:center;gap:20px;padding:0 16px;border-top:1px solid var(--ink);border-bottom:1px solid var(--line);background:#fff}.review-scope label{min-width:0;display:flex;align-items:center;gap:10px}.review-scope small{flex:0 0 auto;color:var(--muted);font-size:9px;text-transform:uppercase}.review-scope select{width:100%;min-width:0;height:32px;border:0;outline:0;background:transparent;font-size:12px}.candidate-import{min-height:58px;display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,.45fr) minmax(180px,.45fr) auto;align-items:center;gap:14px;padding:10px 16px;border-bottom:1px solid var(--line);background:#fafafa}.candidate-import>label:not(.compact-file-picker){display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;color:var(--muted);font-size:10px}.candidate-import input[type=date]{width:100%;height:34px;padding:0 8px;border:1px solid var(--line);background:#fff;color:var(--ink)}.compact-file-picker{min-width:0;height:36px;display:flex;align-items:center;gap:9px;padding:0 11px;border:1px dashed #aeb1b5;background:#fff;color:#60646a;font-size:11px;cursor:pointer}.compact-file-picker span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-file-picker input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.review-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:24px;border-top:1px solid #999ca1;border-bottom:1px solid var(--line);background:#fff}.review-metrics>div{min-height:78px;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:0 16px;border-right:1px solid var(--soft-line)}.review-metrics>div:last-child{border-right:0}.review-metrics small{color:var(--muted);font-size:9px}.review-metrics b{font-size:16px}.review-list-section{margin-top:24px;border-top:1px solid #999ca1;background:#fff}.review-toolbar{min-height:52px;display:grid;grid-template-columns:minmax(260px,420px) 130px auto 1fr auto;align-items:center;gap:10px;padding:8px 12px;border-bottom:1px solid var(--line)}.review-search{height:34px;display:grid;grid-template-columns:22px 1fr auto;align-items:center;padding:0 9px;border:1px solid var(--line)}.review-search input{min-width:0;border:0;outline:0;background:transparent;font-size:11px}.review-toolbar>select{height:34px;padding:0 8px;border:1px solid var(--line);background:#fff;font-size:11px}.review-toggle{display:flex;align-items:center;gap:7px;color:#55595f;font-size:11px;white-space:nowrap}.review-toggle input,.review-table input{accent-color:var(--ink)}.review-table-scroll{width:100%;overflow-x:auto}.review-table{width:100%;min-width:900px;table-layout:fixed;border-collapse:collapse;font-size:11px}.review-table th{height:34px;padding:0 10px;background:#f6f6f7;color:#666a70;font-size:9px;font-weight:650;text-align:left}.review-table td{height:62px;padding:8px 10px;border-bottom:1px solid var(--soft-line);vertical-align:middle;color:#484c52}.review-table th:nth-child(2),.review-table td:nth-child(2){width:27%}.review-table th:nth-child(3),.review-table td:nth-child(3){width:12%}.review-table th:nth-child(4),.review-table td:nth-child(4){width:16%}.review-table th:nth-child(5),.review-table td:nth-child(5){width:13%}.review-table th:nth-child(6),.review-table td:nth-child(6){width:12%}.review-table td>b,.review-table td>small{display:block}.review-table td>b{overflow:hidden;color:var(--ink);font-weight:600;text-overflow:ellipsis;white-space:nowrap}.review-table td>small{margin-top:4px;overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.review-check-cell{width:38px!important;text-align:center!important}.review-state{display:inline-flex;min-height:22px;align-items:center;padding:0 7px;border:1px solid var(--line);color:#55595f;font-size:9px;font-weight:650}.review-state.confirmed{border-color:#b9dcca;color:var(--ok);background:#f4faf7}.review-state.blocked{border-color:#efb8b4;color:var(--risk);background:#fff8f7}.review-state.rejected{color:#74787e;background:#f6f6f7}.review-actions{white-space:nowrap}.review-actions button{display:inline-grid;margin-right:8px;vertical-align:middle}.review-pagination{min-height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;color:var(--muted);font-size:10px}.review-pagination>div{display:flex;gap:8px}.review-pagination button{min-width:72px}.review-empty{min-height:180px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:12px}.drawer-backdrop{position:fixed;z-index:850;top:0;right:0;bottom:0;left:0;background:#0e0f116b}.review-drawer{position:absolute;top:0;right:0;width:min(520px,100vw);height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-20px 0 60px #00000029}.review-drawer>header{min-height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--line)}.review-drawer>header h2{margin:4px 0 0;font-size:16px}.drawer-context{display:flex;flex-direction:column;gap:5px;padding:18px 20px;border-bottom:1px solid var(--soft-line)}.drawer-context small{color:var(--muted);font-size:9px}.drawer-context b{font-size:14px}.drawer-context span{color:#5f6369;font-size:11px}.drawer-search{display:grid;grid-template-columns:22px minmax(0,1fr) 72px;align-items:center;gap:8px;margin:18px 20px 8px;padding-left:10px;border:1px solid var(--line)}.drawer-search input{min-width:0;height:38px;border:0;outline:0;font-size:11px}.drawer-search button{min-height:38px;border-width:0 0 0 1px}.sku-option-list{flex:1;overflow-y:auto;padding:8px 20px 24px}.sku-option-list>button{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 12px;border:0;border-bottom:1px solid var(--soft-line);background:#fff;color:var(--ink);text-align:left}.sku-option-list>button:hover{background:#f7f7f8}.sku-option-list>button>span:first-child{min-width:0;display:flex;flex-direction:column;gap:4px}.sku-option-list>button b,.sku-option-list>button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sku-option-list>button small,.sku-option-list>button>span:last-child{color:var(--muted);font-size:9px}.modal-backdrop{position:fixed;z-index:900;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#0e0f118a}.modal-panel{width:min(440px,100%);background:#fff;box-shadow:0 24px 80px #00000047}.modal-panel>header{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line)}.modal-panel>header div{display:flex;align-items:center;gap:10px}.modal-panel h2{margin:0;font-size:15px}.modal-panel form{display:flex;flex-direction:column;gap:16px;padding:22px 18px 18px}.modal-panel input{height:38px;padding:0 10px;border:1px solid #cfd2d6;outline:0}.modal-panel input:focus{border-color:var(--ink)}.modal-panel footer{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.modal-panel footer button{min-width:84px}@media(max-width:920px){.application-shell{grid-template-columns:76px minmax(0,1fr)}.sidebar-brand{justify-content:center;padding:0}.sidebar-brand div,.sidebar-nav button span:last-child,.sidebar-foot{display:none}.sidebar-nav button{justify-content:center;padding:0}.sidebar-nav button.active:before{left:-10px}.topbar{padding:0 18px}.user-menu div,.user-menu>button:not(.icon-button),.topbar-title small,.topbar-title i{display:none}.status-overview{grid-template-columns:1fr}.status-lead{min-height:82px;border-right:0;border-bottom:1px solid var(--line)}.status-lead:last-child{border-bottom:0}.preview-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.preview-metrics>div:nth-child(3){border-right:0}.batch-row{grid-template-columns:minmax(220px,1fr) 130px 56px}.batch-row>span:nth-child(2),.batch-row>span:nth-child(4){display:none}.review-scope{grid-template-columns:1fr 1.4fr auto}.review-scope>span{display:none}.candidate-import{grid-template-columns:1fr 1fr}.review-toolbar{grid-template-columns:minmax(240px,1fr) 130px auto}.review-toolbar>span{display:none}.review-toolbar>button{grid-column:3}}@media(max-width:640px){.login-screen{grid-template-columns:1fr}.login-brand{min-height:120px;padding:24px}.login-brand-copy{right:24px;left:auto;bottom:24px;text-align:right}.login-linework{display:none}.login-panel{min-height:calc(100vh - 120px);padding:36px 24px 22px}.login-footer{margin-top:32px}.application-shell{grid-template-columns:58px minmax(0,1fr)}.sidebar-brand{height:58px}.sidebar-brand>span{width:30px;height:30px}.sidebar-nav{padding:15px 7px}.sidebar-nav button.active:before{left:-7px}.topbar{height:58px;padding:0 12px}.topbar-title>span:not(:first-child){display:none}.brand-select{max-width:128px}.brand-select select{min-width:0;max-width:88px}.user-menu{margin-left:0;padding-left:8px}.user-menu .user-avatar{display:none}.page-content{padding:24px 14px 34px}.page-heading{align-items:flex-start}.page-heading h1{font-size:23px}.status-row{grid-template-columns:minmax(124px,1fr) 90px}.status-row>span:last-child{display:none}.environment-strip{flex-wrap:wrap;gap:7px;padding-block:9px}.environment-strip i{display:none}.import-scope{grid-template-columns:1fr auto;gap:10px;padding-block:10px}.import-scope>div,.import-scope>span{display:none}.import-scope label{min-width:0}.import-scope select{min-width:0;max-width:150px}.upload-band{grid-template-columns:1fr}.preview-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.preview-metrics>div:nth-child(odd){border-right:1px solid var(--soft-line)}.preview-metrics>div:nth-child(2n){border-right:0}.preview-section>footer{grid-template-columns:1fr;padding-block:12px}.preview-section>footer>span{display:none}.batch-row{grid-template-columns:minmax(0,1fr) 110px 48px}.review-scope{grid-template-columns:1fr;gap:6px;padding-block:10px}.review-scope>button{width:100%}.candidate-import{grid-template-columns:1fr}.review-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.review-metrics>div{border-bottom:1px solid var(--soft-line)}.review-metrics>div:nth-child(2n){border-right:0}.review-toolbar{grid-template-columns:1fr 1fr}.review-search{grid-column:1 / -1}.review-toolbar>span{display:none}.review-toolbar>button{grid-column:1 / -1}}
