:root{--bg:#f5f7fa;--surface:#ffffff;--ink:#0f172a;--muted:#667085;--line:#d9e1ea;--teal:#08756f;--teal-dark:#075c57;--teal-soft:#e6f3f1;--sidebar:#0b1b2a;--sidebar-soft:#12283a;--steel:#344f6b;--amber:#c77714;--amber-soft:#fff3df;--green:#1f7a55;--shadow-sm:0 1px 2px rgba(15,23,42,0.06);--shadow-md:0 14px 40px rgba(15,23,42,0.08);--radius:8px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg)}button,input,select,textarea{font:inherit}.customer-submissions-table .table-row-contact{display:grid;grid-gap:3px;gap:3px}.customer-submissions-table .table-row-contact span{color:var(--muted);font-size:12px}.submission-admin-status{width:-moz-fit-content;width:fit-content;border-radius:999px;padding:5px 9px;display:inline-flex;color:#52606d;background:#edf1f4;font-size:12px;font-weight:700}.submission-admin-status.new{color:#28651f;background:#e8f4e5}.submission-admin-status.reviewing,.submission-admin-status.waiting{color:#875a08;background:#fff2d8}.submission-admin-status.accepted,.submission-admin-status.converted,.submission-admin-status.quoted{color:#0b6856;background:#e2f1ed}.submission-admin-status.closed{color:#52606d;background:#edf1f4}.profile-status-pill{width:-moz-fit-content;width:fit-content;border-radius:999px;padding:5px 9px;display:inline-flex;font-size:11px;font-weight:750;white-space:nowrap}.profile-status-pill.verified{color:#1f6c3f;background:#e4f3e8}.profile-status-pill.pending{color:#875a08;background:#fff2d8}.profile-status-pill.guest{color:#596777;background:#edf1f4}.submission-admin-back{margin-bottom:18px}.submission-admin-back a{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;font-weight:650;text-decoration:none}.submission-admin-title{align-items:end}.submission-admin-title .submission-admin-status{margin-bottom:10px}.submission-admin-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;grid-gap:18px;gap:18px;align-items:start}.submission-admin-main,.submission-admin-side{min-width:0;display:grid;grid-gap:18px;gap:18px}.submission-admin-side{position:-webkit-sticky;position:sticky;top:78px}.submission-admin-contact dl{margin:0;display:grid;grid-template-columns:1fr 1fr}.submission-admin-contact dl>div{min-height:70px;border-bottom:1px solid var(--line);padding:12px 18px}.submission-admin-contact dl>div:nth-child(odd){border-right:1px solid var(--line)}.submission-admin-contact dt{margin-bottom:6px;display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase}.submission-admin-contact dd{margin:0;color:var(--ink);font-size:14px;font-weight:600}.submission-admin-contact dd a{color:var(--teal)}.submission-admin-note{padding:16px 18px}.submission-admin-note strong{font-size:12px}.submission-admin-note p{margin:7px 0 0;color:var(--muted);line-height:1.55;white-space:pre-wrap}.submission-admin-group+.submission-admin-group{border-top:10px solid var(--bg)}.submission-admin-group-head{min-height:52px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:10px 14px;background:#f6f8fa;display:flex;align-items:center;gap:18px}.submission-admin-group-head strong{margin-right:auto}.submission-admin-group-head span{color:var(--muted);font-size:12px}.submission-admin-files>div:not(.panel-head):not(.empty-state){min-height:60px;border-top:1px solid var(--line);padding:10px 16px;display:flex;align-items:center;gap:11px}.submission-admin-files>div>svg{color:var(--teal);flex:0 0 auto}.submission-admin-files>div>span{min-width:0;margin-right:auto;display:grid;grid-gap:3px;gap:3px}.submission-admin-files>div>span strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submission-admin-files small{color:var(--muted)}.submission-admin-form{max-width:none;padding:0 16px 16px}.submission-admin-form input,.submission-admin-form select{width:100%}.submission-linked-customer{padding:0 16px 16px;display:grid;grid-gap:6px;gap:6px}.submission-linked-customer span{color:var(--muted);font-size:12px}.submission-linked-customer a{color:var(--teal);font-size:13px;font-weight:650}.submission-profile-state{margin:0 16px 16px;border-left:3px solid #aab4bf;padding:11px 12px;background:#f5f7f9;display:grid;grid-gap:4px;gap:4px}.submission-profile-state strong{font-size:13px}.submission-profile-state span{color:var(--muted);font-size:12px;line-height:1.45}.submission-profile-state.verified{border-color:#3d8c58;background:#eef8f0}.submission-profile-state.verified strong{color:#1f6c3f}.submission-profile-state.pending{border-color:#d69a31;background:#fff8e9}.submission-profile-state.pending strong{color:#875a08}@media (max-width:1120px){.submission-admin-layout{grid-template-columns:1fr}.submission-admin-side{position:static;grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.submission-admin-contact dl,.submission-admin-side{grid-template-columns:1fr}.submission-admin-contact dl>div:nth-child(odd){border-right:0}.submission-admin-group-head{align-items:flex-start;flex-direction:column;gap:5px}}button{cursor:pointer}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,480px) minmax(0,1fr);padding:32px;background:linear-gradient(180deg,rgba(246,247,249,.98),rgba(232,237,244,.98)),repeating-linear-gradient(90deg,rgba(53,80,107,.08) 0 1px,transparent 1px 160px)}.auth-panel,.auth-preview,.kpi,.panel,.sidebar,.table-panel{border:1px solid var(--line);background:var(--surface)}.auth-panel{display:flex;flex-direction:column;gap:30px;padding:58px;min-height:calc(100vh - 64px);box-shadow:0 18px 48px rgba(16,24,40,.08)}.auth-preview{display:grid;align-content:center;padding:58px;border-left:0;background:linear-gradient(90deg,rgba(255,255,255,.88),rgba(255,255,255,.7)),repeating-linear-gradient(0deg,rgba(203,211,221,.65) 0 1px,transparent 1px 42px)}.auth-card{position:relative;z-index:1}.auth-copy{max-width:360px}.auth-hero{max-width:680px;display:grid;grid-gap:18px;gap:18px}.auth-hero h2{margin:0;font-size:clamp(34px,4vw,58px);line-height:1.04;color:#182230;max-width:640px}.auth-hero p{margin:0;max-width:520px;color:#475467;font-size:18px;line-height:1.6}.auth-status-grid{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));grid-gap:12px;gap:12px;margin-top:16px}.auth-status-grid>div{min-height:118px;border:1px solid rgba(15,118,110,.2);background:rgba(255,255,255,.76);padding:18px;display:grid;align-content:space-between;grid-gap:10px;gap:10px}.auth-status-grid svg{color:var(--teal)}.auth-status-grid span{color:#667085;font-size:12px;font-weight:600;text-transform:uppercase}.auth-status-grid strong{font-size:15px;color:#182230}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:40px;height:40px;border:2px solid;display:grid;place-items:center;font-weight:600}.brand-title{margin:0;font-size:22px}.muted{color:var(--muted)}.field-stack{display:grid;grid-gap:16px;gap:16px;max-width:360px}label{display:grid;grid-gap:7px;gap:7px;color:#344054;font-size:13px;font-weight:600}input,select,textarea{height:44px;border:1px solid #c9d1dc;padding:0 12px;outline:none;background:#fff;min-width:0}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(15,118,110,.14)}textarea{height:auto;min-height:72px;padding:10px 12px;resize:vertical;line-height:1.4}.btn{min-height:42px;border:1px solid #c9d1dc;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:var(--teal)}.btn-primary:hover{background:var(--teal-dark)}.btn-danger{border-color:#efb5b5;background:#fff1f1;color:#8a1f1f}.btn.disabled,.btn:disabled,.btn[aria-disabled=true]{opacity:.48;cursor:not-allowed;pointer-events:none}.button-row{display:flex;flex-wrap:wrap;gap:10px}.actions-row{display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end}.auth-submit{width:100%;min-height:48px}.maintenance-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(180deg,rgba(246,247,249,.98),rgba(232,237,244,.98)),repeating-linear-gradient(90deg,rgba(53,80,107,.08) 0 1px,transparent 1px 160px)}.maintenance-card{width:min(560px,100%);display:grid;grid-gap:30px;gap:30px;border:1px solid var(--line);background:#fff;padding:34px;box-shadow:var(--shadow-md)}.maintenance-card h2{margin:18px 0 8px;font-size:30px;line-height:1.15}.maintenance-card p{margin:0;color:var(--muted);line-height:1.55}.form-message{margin:0;border-left:3px solid var(--amber);background:var(--amber-soft);color:#7a3b00;padding:10px 12px;font-size:13px;font-weight:600}.sheet-preview{background:#fff;border:1px solid #cbd3dd;box-shadow:0 12px 26px rgba(30,41,59,.12);padding:22px;max-width:820px;overflow-x:auto}.sheet-head{display:grid;grid-template-columns:1fr auto auto;grid-gap:18px;gap:18px;align-items:end;border-bottom:2px solid #1d2939;padding-bottom:12px;margin-bottom:14px}.sheet-head strong{font-size:24px}.edge-pill,.tag{display:inline-flex;min-height:24px;padding:0 8px;align-items:center;border:1px solid #addbd5;background:var(--teal-soft);color:#075e56}td .edge-pill,td .tag{margin-right:5px;margin-bottom:3px}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px 1fr;width:100%}.sidebar{background:#111827;color:#f7fafc;padding:22px 16px}.nav{display:grid;grid-gap:6px;gap:6px;margin-top:24px}.nav a{height:40px;color:#d9dee7;text-decoration:none;display:flex;align-items:center;gap:10px;padding:0 10px}.nav a.active,.nav a:hover{background:#243244}.content{padding:22px}.content,.dashboard-grid,.grid-kpi,.page-head,.panel,.sidebar,.table-panel,.topbar{min-width:0}.topbar{display:grid;grid-template-columns:1fr auto auto;grid-gap:12px;gap:12px;margin-bottom:18px}.page-head{display:flex;justify-content:space-between;gap:16px;margin-bottom:18px}.page-title{margin:0}.grid-kpi{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.kpi{min-height:112px;padding:16px;display:grid;align-content:space-between}.kpi span{color:var(--muted);font-size:13px;font-weight:600}.kpi strong{font-size:30px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.85fr);grid-gap:16px;gap:16px}.segmented-actions{display:inline-flex;align-items:center;border:1px solid var(--line);background:#fff;overflow:hidden}.segmented-actions a{min-height:38px;min-width:72px;display:inline-flex;align-items:center;justify-content:center;color:#43536a;text-decoration:none;font-weight:600;border-right:1px solid var(--line);padding:0 12px}.segmented-actions a:last-child{border-right:0}.segmented-actions a.active,.segmented-actions a:hover{background:var(--teal-soft);color:var(--teal-dark)}.reports-head-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:center;justify-content:flex-end}.reports-head-actions .btn{min-height:30px;padding:5px 9px;font-size:12px}.reports-head-actions .segmented-actions a{min-height:30px;min-width:54px;padding:0 9px;font-size:12px}.report-print-context{display:none}.page-head:has(.reports-head-actions){margin-bottom:8px}.page-head:has(.reports-head-actions) .page-title{font-size:22px}.page-head:has(.reports-head-actions) .status-line{gap:10px;font-size:12px}.reports-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(142px,1fr));gap:7px;margin-bottom:8px}.reports-kpi-grid .kpi{min-height:70px;gap:2px;padding:9px 10px 9px 52px}.reports-kpi-grid .kpi:before{left:14px;width:30px;height:30px}.reports-kpi-grid .kpi span{font-size:10.5px}.reports-kpi-grid .kpi strong{font-size:19px}.reports-kpi-grid .kpi small{display:block;font-size:10px;line-height:1.2}.report-filter-panel{margin-bottom:8px;padding:10px}.report-filter-form{display:grid;grid-template-columns:repeat(3,minmax(86px,.48fr)) repeat(3,minmax(118px,.75fr)) minmax(150px,1fr) minmax(116px,auto);grid-gap:6px;gap:6px;align-items:flex-end}.report-filter-form label{display:grid;grid-gap:3px;gap:3px}.report-filter-form label span{color:var(--muted);font-size:10.5px;font-weight:600}.report-filter-form input,.report-filter-form select{width:100%;min-height:28px;border:1px solid var(--line);background:#fff;color:var(--ink);padding:0 7px;font:inherit;font-size:12px;font-weight:500}.report-filter-actions{display:flex;flex-wrap:wrap;gap:5px;justify-content:flex-end}.report-filter-actions .btn{min-height:28px;padding:4px 9px;font-size:12px}.report-active-filters{display:flex;flex-wrap:wrap;gap:4px;border-top:1px solid var(--line);margin-top:8px;padding-top:8px}.reports-layout{grid-template-columns:minmax(0,1.58fr) minmax(260px,.72fr);grid-gap:8px}.reports-grid,.reports-layout{display:grid;gap:8px;margin-bottom:8px}.reports-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px}.reports-grid .table-head,.reports-layout .table-head{min-height:38px;padding:7px 10px}.reports-grid .panel-head h2,.reports-grid .table-head h2,.reports-layout .table-head h2{font-size:13.5px}.report-summary-panel .panel-head svg,.reports-grid .table-head svg,.reports-layout .table-head svg{width:16px;height:16px}.reports-grid .table-meta,.reports-layout .table-meta{font-size:10px}.report-table td,.report-table th{padding:6px 8px;font-size:11.5px;line-height:1.25}.report-table th{height:26px;font-size:10px}.report-table td:first-child span,.report-table td:first-child strong{display:block}.report-table .table-meta{font-size:10px}.report-bar-cell{min-width:118px;display:grid;grid-template-columns:42px 1fr;align-items:center;grid-gap:6px;gap:6px;font-size:10.5px}.report-bar{height:6px;background:#edf2f7;border:1px solid #dce5ec;overflow:hidden}.report-bar i{display:block;height:100%;background:var(--teal)}.report-trend{display:grid;padding:8px 10px 10px;grid-gap:5px;gap:5px}.report-trend-row{display:grid;grid-template-columns:72px minmax(100px,1fr) minmax(86px,auto);align-items:center;grid-gap:8px;gap:8px;min-height:20px;font-size:11.5px}.report-trend-row span{color:var(--muted);font-weight:600}.report-trend-row strong{text-align:right}.report-summary-panel{align-self:stretch}.report-summary-panel .panel-head{min-height:38px;margin-bottom:8px}.report-summary-panel .export-facts{grid-template-columns:minmax(96px,auto) 1fr;gap:6px 10px;font-size:12px}.report-notes ul{margin:0;padding:0 0 0 18px;color:var(--muted);font-size:12px;line-height:1.45}.help-hero{margin-bottom:16px;padding:22px;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);grid-gap:18px;gap:18px;align-items:center}.help-hero h2{margin:4px 0 8px;font-size:28px}.help-hero p{margin:0;max-width:780px;color:var(--muted);line-height:1.55}.help-hero-card{min-height:150px;display:grid;align-content:center;grid-gap:8px;gap:8px;border:1px solid #b7ded7;border-left:4px solid var(--teal);background:#f1faf8;padding:16px}.help-hero-card svg,.help-module-card svg{color:var(--teal)}.help-hero-card strong{font-size:16px}.help-hero-card span{color:#344054;line-height:1.45}.help-layout{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);grid-gap:16px;gap:16px;align-items:flex-start}.faq-list,.help-step-list,.help-tab-guide{display:grid}.help-step-list>div{display:grid;grid-gap:5px;gap:5px;padding:14px 16px;border-top:1px solid var(--line)}.faq-list details:first-child,.help-step-list>div:first-child,.help-tab-guide>div:first-child{border-top:0}.help-step-list strong{font-size:15px}.help-module-card p,.help-step-list p{margin:0;color:var(--muted);line-height:1.45}.help-module-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}.help-module-card,.help-module-grid{display:grid;grid-gap:12px;gap:12px;padding:14px}.help-module-card{align-content:start;border:1px solid var(--line);background:#fbfdff}.help-module-card>div{display:flex;gap:10px;align-items:center}.help-module-card .btn{justify-self:start}.help-tab-guide>div{display:grid;grid-template-columns:minmax(160px,.32fr) minmax(0,1fr);grid-gap:16px;gap:16px;padding:13px 16px;border-top:1px solid var(--line)}.help-tab-guide span{color:var(--muted);line-height:1.45}.faq-list details{border-top:1px solid var(--line);background:#fff}.faq-list summary{cursor:pointer;list-style:none;padding:15px 18px;font-weight:600}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";float:right;color:var(--teal);font-weight:650}.faq-list details[open] summary:after{content:"-"}.faq-list p{margin:0;padding:0 18px 16px;color:var(--muted);line-height:1.55}.import-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.75fr);grid-gap:16px;gap:16px;align-items:flex-start}.import-main,.import-side{display:grid;grid-gap:16px;gap:16px;align-content:start}.import-drop{border:1px dashed #98a2b3;background:#f8fafc;padding:16px;display:grid;grid-gap:12px;gap:12px;justify-items:start}.import-drop svg{color:var(--teal)}.import-type-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));grid-gap:10px;gap:10px}.import-type-card{min-height:116px;border:1px solid var(--line);background:#fff;padding:12px;display:grid;grid-template-columns:auto auto 1fr;grid-gap:10px;gap:10px;align-items:flex-start}.import-type-card input{width:18px;height:18px;margin:2px 0 0;padding:0}.import-type-card span{display:grid;grid-gap:5px;gap:5px}.import-type-card small{color:var(--muted);line-height:1.35}.source-flow{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));grid-gap:8px;gap:8px}.source-step{min-height:112px;border-left:4px solid var(--teal);background:#fbfcfd;padding:10px;display:grid;grid-gap:7px;gap:7px;align-content:start}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.code-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.code-box{border:1px solid var(--line);background:#fff;padding:10px;display:grid;grid-gap:4px;gap:4px;min-height:86px}.code-box strong{font-size:22px}.quick-entry{display:grid;grid-gap:12px;gap:12px}.syntax-row{display:flex;flex-wrap:wrap;gap:6px}.syntax-row span{min-height:28px;display:inline-flex;align-items:center;border:1px solid var(--line);background:#fff;padding:0 8px;font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-size:12px;font-weight:600}.import-preview-grid{display:grid;grid-gap:16px;gap:16px}.catalog-create-panel,.catalog-search-panel{margin-bottom:12px;overflow:hidden}.catalog-create-form{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr)) auto;grid-gap:8px;gap:8px;align-items:end;border-top:1px solid var(--line);background:#fbfdff;padding:10px 12px 12px}.catalog-create-form-wide{grid-template-columns:repeat(5,minmax(130px,1fr)) auto}.catalog-create-form label{min-width:0;color:var(--muted);font-size:12px;font-weight:600}.catalog-create-form input{width:100%;min-height:32px}.catalog-create-form .btn{min-height:32px;white-space:nowrap}.catalog-created-panel{margin-bottom:16px;display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center}.danger-panel{border-color:#f1b6b6;background:#fff5f5}.grid-kpi-five{grid-template-columns:repeat(5,minmax(140px,1fr))}.btn-small{min-height:28px;padding:0 8px;font-size:12px}.table-action-cell{width:1%;white-space:nowrap}.table-action-cell>.btn{margin-right:6px}.history-item form,.table-action-cell form{margin:0}.table-action-cell form{display:inline-flex;vertical-align:middle}.catalog-id-cell{width:72px;color:var(--muted);white-space:nowrap}.catalog-main-cell strong{display:block;color:var(--text)}.catalog-stack{display:grid;grid-gap:2px;gap:2px;min-width:130px}.catalog-stack a{color:var(--text);text-decoration:none}.catalog-stack a:hover{text-decoration:underline}.catalog-notes-cell{max-width:260px;color:var(--muted)}.catalog-notes-cell>span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.catalog-customers-table{min-width:1240px;table-layout:fixed}.catalog-customers-col-id{width:72px}.catalog-customers-col-name{width:17%}.catalog-customers-col-contact{width:18%}.catalog-customers-col-company{width:13%}.catalog-customers-col-address{width:20%}.catalog-customers-col-notes{width:16%}.catalog-customers-col-status{width:104px}.catalog-customers-col-actions{width:112px}.catalog-customers-table td,.catalog-customers-table th{vertical-align:top}.catalog-actions-cell,.catalog-customers-table .catalog-main-cell,.catalog-customers-table .catalog-notes-cell,.catalog-customers-table .catalog-stack,.catalog-status-cell{padding-top:12px}.catalog-customers-table .catalog-stack{display:table-cell;min-width:0;line-height:1.35}.catalog-customers-table .catalog-stack a,.catalog-customers-table .catalog-stack span{display:block;overflow:hidden;text-overflow:ellipsis}.catalog-customers-table .catalog-stack a+a,.catalog-customers-table .catalog-stack a+span,.catalog-customers-table .catalog-stack span+a,.catalog-customers-table .catalog-stack span+span{margin-top:3px}.catalog-customers-table .catalog-main-cell strong{line-height:1.35}.catalog-actions-cell,.catalog-status-cell{white-space:nowrap}.catalog-actions-cell .btn{min-height:30px}.catalog-filter-bar{display:grid;grid-template-columns:minmax(240px,1fr) minmax(110px,150px) repeat(3,minmax(130px,190px)) minmax(82px,110px) auto;grid-gap:8px;gap:8px;align-items:end;border-top:1px solid var(--line);background:#fbfdff;padding:9px 12px}.catalog-filter-bar label{min-width:0;color:var(--muted);font-size:12px}.catalog-filter-bar input,.catalog-filter-bar select{width:100%;min-height:32px}.filter-input-with-icon{position:relative;display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:8px;gap:8px;height:32px;border:1px solid #c9d1dc;background:#fff;padding:0 10px}.filter-input-with-icon:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px rgba(15,118,110,.14)}.filter-input-with-icon input{height:30px;min-height:30px;border:0;padding:0;box-shadow:none}.pricebook-search-control{position:relative;min-width:0}.pricebook-search-control input{width:100%}.pricebook-search-suggestions{position:absolute;left:-34px;right:-10px;top:calc(100% + 7px);z-index:80;display:grid;max-height:280px;overflow-y:auto;border:1px solid #d7e0ea;border-radius:7px;background:#fff;box-shadow:0 18px 38px rgba(15,23,42,.16)}.pricebook-search-suggestions button{display:grid;grid-gap:2px;gap:2px;padding:7px 10px;border:0;border-bottom:1px solid #eef2f7;background:#fff;color:#1d2939;font:inherit;text-align:left;cursor:pointer}.pricebook-search-suggestions button:last-child{border-bottom:0}.pricebook-search-suggestions button:hover,.pricebook-search-suggestions button[aria-selected=true]{background:#eefaf8;color:var(--teal-dark)}.pricebook-search-suggestions strong{font-size:12px;line-height:1.25}.pricebook-search-suggestions span{color:#667085;font-size:11px;line-height:1.25}.catalog-edit-form{border-top:1px solid var(--line)}.catalog-detail-form-grid{grid-template-columns:repeat(4,minmax(180px,1fr))}.catalog-active-check{align-self:end}.form-actions{border-top:1px solid var(--line);background:#fbfdff;padding:12px 16px;display:flex;justify-content:flex-end}.catalog-detail-grid{display:grid;grid-template-columns:minmax(360px,.8fr) minmax(420px,1.2fr);grid-gap:16px;gap:16px;margin-top:16px}.catalog-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));grid-gap:10px;gap:10px;padding:16px;border-top:1px solid var(--line)}.catalog-meta-grid div{border:1px solid var(--line);background:#fbfdff;padding:10px 12px;display:grid;grid-gap:4px;gap:4px}.catalog-meta-grid span{color:var(--muted);font-size:12px;font-weight:600}.metadata-box{margin:0;background:#0f172a;color:#e6edf7;min-height:150px;max-height:280px;overflow:auto;padding:14px 16px;font:12px/1.55 ui-monospace,Cascadia Mono,Consolas,monospace}.metadata-box,.relation-list{border-top:1px solid var(--line)}.relation-list{display:grid;grid-gap:14px;gap:14px;padding:16px}.relation-section{display:grid;grid-gap:8px;gap:8px}.relation-section h3{margin:0;font-size:14px}.relation-row{border:1px solid var(--line);background:#fbfdff;padding:10px 12px;display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;align-items:center}.relation-row div{display:grid;grid-gap:4px;gap:4px}.relation-row a,.relation-row strong{color:var(--ink);font-weight:600}.relation-row span:not(.tag){color:var(--muted);font-size:12px;font-weight:500}.employee-create-form{grid-template-columns:repeat(6,minmax(130px,1fr)) auto}.employee-table td{vertical-align:middle}.employee-row-form{display:grid;grid-template-columns:minmax(160px,1.1fr) minmax(190px,1.2fr) minmax(130px,.8fr) minmax(130px,.8fr) auto auto minmax(170px,1fr) auto;grid-gap:6px;gap:6px;align-items:center}.employee-row-form input,.employee-row-form select{height:30px;min-height:30px;width:100%}.employee-row-form .tag{min-height:30px;justify-content:center;gap:5px}.employee-actions{display:flex;gap:6px;align-items:center}.employee-actions .btn{white-space:nowrap}.employee-actions-placeholder{min-height:30px;justify-content:center;color:var(--muted);font-size:12px;font-weight:600}.employee-active{min-height:30px;display:flex;align-items:center;gap:6px;border:1px solid var(--line);background:#fbfdff;padding:0 9px;white-space:nowrap}.employee-active input{width:16px;height:16px}.settings-note{border-top:1px solid var(--line);padding:12px 16px;display:flex;gap:8px;color:var(--muted);font-size:13px}.search-grid{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) auto;grid-gap:12px;gap:12px;align-items:end;padding:12px 16px 16px}.search-grid label{min-width:0}.repair-flow-panel{overflow:hidden}.repair-flow{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));grid-gap:1px;gap:1px;border-top:1px solid var(--line);background:var(--line)}.repair-card{min-height:104px;background:#fff;color:var(--ink);text-decoration:none;padding:13px 14px;display:grid;grid-gap:10px;gap:10px;align-content:start;border-left:4px solid transparent}.repair-card:hover{background:#fbfcfd}.repair-card.done{border-left-color:var(--teal)}.repair-card.danger{border-left-color:#c2410c}.repair-card.warning{border-left-color:var(--amber)}.repair-card.neutral{border-left-color:var(--steel)}.repair-card>span:last-child{color:var(--muted);font-size:13px;line-height:1.35}.repair-card-head{display:grid;grid-template-columns:auto 1fr auto;grid-gap:8px;gap:8px;align-items:center}.repair-card-head svg{color:var(--teal)}.repair-card.danger .repair-card-head svg,.repair-card.warning .repair-card-head svg{color:var(--amber)}.repair-card-head strong{font-size:13px}.repair-card-head em{min-width:30px;min-height:24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid;color:var(--muted);font-style:normal;font-size:12px;font-weight:600}.repair-center-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:16px}.repair-center-card{border:1px solid var(--line);border-left:4px solid var(--steel);background:#fff;padding:14px;display:grid;grid-gap:12px;gap:12px}.repair-center-card.error{border-left-color:#c2410c}.repair-center-card.warning{border-left-color:var(--amber)}.repair-center-card.ok{border-left-color:var(--teal)}.repair-center-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start}.repair-center-card-head h2{margin:8px 0 4px;font-size:16px;line-height:1.25}.repair-center-card-head p{margin:0;color:var(--muted);font-size:12px;font-weight:600}.repair-center-card-head svg{color:var(--teal)}.repair-center-card.error .repair-center-card-head svg,.repair-center-card.warning .repair-center-card-head svg{color:var(--amber)}.repair-center-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line)}.repair-center-stats div{background:#fbfcfd;padding:9px 10px;display:grid;grid-gap:4px;gap:4px}.repair-center-meta span,.repair-center-stats span{color:var(--muted);font-size:12px;font-weight:600}.repair-center-stats strong{font-size:18px}.repair-center-notes{display:grid;grid-gap:6px;gap:6px}.repair-center-notes span{border:1px solid var(--line);background:#fbfcfd;padding:8px 9px;color:#344054;font-size:13px;font-weight:600}.repair-center-card.error .repair-center-notes span{background:#fff5f5}.repair-center-card.warning .repair-center-notes span{background:#fffaf2}.repair-center-meta{display:flex;flex-wrap:wrap;gap:8px 12px}.repair-center-meta span{display:inline-flex;align-items:center;gap:5px}.empty-repair-center{grid-column:1/-1}.import-group{overflow:hidden}.warning-panel{display:grid;grid-gap:12px;gap:12px}.success-panel{border-color:#b7ded7;background:#f1faf8}.warning-list{display:grid;grid-gap:8px;gap:8px}.warning-item{border:1px solid var(--line);border-left-width:4px;background:#fff;display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:flex-start;padding:10px 12px;font-size:13px;font-weight:500}.warning-item svg{margin-top:1px}.warning-item.info{border-color:#b9d9ff #b9d9ff #b9d9ff #3b82f6;background:#f0f7ff;color:#18436b}.warning-item.warning{border-color:#f1c27d #f1c27d #f1c27d #d97706;background:var(--amber-soft);color:#713f12}.warning-item.error{border-color:#f2a7a7 #f2a7a7 #f2a7a7 #c24141;background:#fff1f1;color:#8a1f1f}.final-validation-panel{overflow:hidden}.validation-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));grid-gap:1px;gap:1px;border-top:1px solid var(--line);background:var(--line)}.validation-grid>div{min-height:82px;background:#fff;padding:13px 16px;display:grid;align-content:space-between;grid-gap:8px;gap:8px}.validation-grid span{color:var(--muted);font-size:12px;font-weight:600;text-transform:uppercase}.validation-grid strong{font-size:26px}.validation-list{display:grid;grid-gap:8px;gap:8px;border-top:1px solid var(--line);padding:12px;background:#fbfcfd}.validation-list div{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:flex-start;border:1px solid var(--line);border-left-width:4px;background:#fff;padding:10px 12px;font-size:13px;font-weight:600}.validation-list div svg{margin-top:1px}.validation-list.danger div{border-color:#f2a7a7 #f2a7a7 #f2a7a7 #c24141;background:#fff1f1;color:#8a1f1f}.validation-list.warning div{border-color:#f1c27d #f1c27d #f1c27d #d97706;background:var(--amber-soft);color:#713f12}.validation-list.success div{border-color:#b7ded7;border-left-color:var(--teal);background:#f1faf8;color:#075e56}.validation-list.compact{border-top:0;padding:0}.live-validation-note{border-top:1px solid var(--line);background:#fbfcfd;color:var(--muted);padding:10px 12px;font-size:13px;font-weight:600}.live-validation-note.success{color:#075e56;background:#f1faf8}.order-validation-panel{margin-bottom:16px;overflow:hidden}.validation-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));grid-gap:1px;gap:1px;background:var(--line);border-bottom:1px solid var(--line)}.validation-summary-grid>div{min-height:84px;background:#fff;padding:13px 16px;display:grid;align-content:space-between}.validation-summary-grid span{color:var(--muted);font-size:12px;font-weight:600;text-transform:uppercase}.validation-summary-grid strong{font-size:26px}.validation-check-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));grid-gap:1px;gap:1px;background:var(--line);border-bottom:1px solid var(--line)}.validation-check-grid.compact{grid-template-columns:repeat(2,minmax(180px,1fr))}.validation-check{min-height:138px;background:#fff;padding:13px 14px;display:grid;align-content:start;grid-gap:9px;gap:9px}.validation-check>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.validation-check strong{font-size:15px}.validation-check p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.validation-check.error{background:#fff8f8}.compact-validation-panel .validation-summary-grid>div{min-height:62px;padding:10px 12px}.compact-validation-panel .validation-summary-grid strong{font-size:20px}.compact-validation-panel .validation-check{min-height:108px;padding:11px 12px}.compact-validation-panel .validation-check p{font-size:12px}.compact-validation-panel .operator-fix-list{margin:12px}.validation-check.warning{background:#fffaf2}.validation-check.ok{background:#f8fcfb}.import-qa-panel{overflow:hidden}.import-qa-checks{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));grid-gap:1px;gap:1px;background:var(--line);border-top:1px solid var(--line)}.import-qa-checks .validation-check{min-height:116px}.import-qa-files{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));grid-gap:1px;gap:1px;background:var(--line);border-top:1px solid var(--line)}.qa-file{min-height:102px;background:#f8fcfb;padding:12px 14px;display:grid;align-content:start;grid-gap:6px;gap:6px}.qa-file.blocked{background:#fffaf2}.qa-file strong{font-size:14px}.qa-file em,.qa-file span{color:var(--muted);font-size:12px;font-style:normal;font-weight:600}.import-qa-groups{border-top:1px solid var(--line);background:#fbfcfd;padding:10px 12px;display:flex;flex-wrap:wrap;gap:8px}.import-qa-groups>div{border:1px solid var(--line);background:#fff;padding:8px 10px;display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:12px;font-weight:600}.operator-fix-list{border-top:1px solid var(--line);padding:12px 16px;display:grid;grid-gap:10px;gap:10px;background:#fbfcfd}.operator-fix-list h3,.validation-warning-columns h3{margin:0;font-size:13px}.operator-fix-list>div{display:flex;flex-wrap:wrap;gap:8px}.operator-fix-list span{border:1px solid var(--line);background:#fff;padding:8px 10px;font-size:13px;font-weight:600}.operator-fix-list.compact{border-top:0;padding:0}.validation-warning-columns{border-top:1px solid var(--line);padding:12px 16px 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.validation-warning-columns>div{display:grid;grid-gap:10px;gap:10px}.preview-editor-note{display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px;gap:12px;align-items:center;border-top:1px solid var(--line);background:#fbfcfd;padding:10px 12px;color:var(--muted);font-size:13px}.preview-editor-note strong{color:var(--ink);font-size:13px}.row-filter-tabs{display:flex;flex-wrap:wrap;gap:8px;border-top:1px solid var(--line);background:#fbfcfd;padding:10px 12px}.bulk-panel{overflow:hidden}.bulk-grid{grid-template-columns:minmax(320px,1.3fr) minmax(280px,1fr) minmax(240px,.8fr);grid-gap:12px;gap:12px;border-top:1px solid var(--line);background:#fbfcfd}.bulk-grid,.bulk-tool{display:grid;padding:12px}.bulk-tool{grid-template-columns:minmax(0,1fr);grid-gap:10px;gap:10px;align-content:start;border:1px solid var(--line);background:#fff}.bulk-tool>div{display:grid;grid-gap:3px;gap:3px}.bulk-tool strong{font-size:13px}.bulk-tool label{display:grid;grid-gap:5px;gap:5px;color:var(--muted);font-size:12px;font-weight:600}.bulk-tool input,.bulk-tool select{min-height:36px}.delete-row-check{display:inline-flex;align-items:center;gap:6px;min-width:78px;font-size:12px;font-weight:600;color:var(--muted)}.delete-row-check input{width:16px;height:16px}.row-filter-tab{min-height:34px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fff;color:var(--ink);padding:0 10px;font-size:12px;font-weight:600;text-decoration:none}.row-filter-tab.active{border-color:var(--teal);background:var(--teal-soft);color:#075e56}.row-filter-tab strong{min-width:24px;min-height:22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid;padding:0 6px;font-size:11px}.preview-row-warning td{background:#fffaf0}.preview-row-danger td{background:#fff5f5}.row-issue-tags{min-width:124px;display:flex;flex-wrap:wrap;gap:5px}.row-issue-tags .tag{min-height:24px;padding:0 6px;font-size:11px}.preview-table input{width:100%;height:30px;border:1px solid var(--line);background:#fff;padding:0 7px;font-size:12px;font-weight:600}.preview-table input:disabled{color:var(--muted);background:#f5f7f8}.preview-table .delete-row-check input{width:16px;height:16px}.preview-table .preview-number{text-align:right}.preview-table .edge-input,.preview-table .group-input{min-width:58px}.preview-table .dimension-input,.preview-table .quantity-input{min-width:86px}.preview-table .material-input,.preview-table .note-input{min-width:220px}.tag-danger{border-color:#f2a7a7;background:#fff1f1;color:#8a1f1f}.tag-warn{border-color:#f1c27d;background:var(--amber-soft);color:#713f12}.export-layout{grid-template-columns:minmax(0,1fr) minmax(320px,420px)}.export-layout,.export-side{display:grid;grid-gap:16px;gap:16px}.export-side{align-content:start}.export-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.export-action-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));grid-gap:16px;gap:16px;margin-bottom:16px}.export-action-card{display:grid;align-content:start;grid-gap:12px;gap:12px;padding:16px}.export-action-card .panel-head{border:0;padding:0}.export-action-card p{margin:0}.yield-panel{margin-bottom:16px;overflow:hidden}.yield-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfdff}.yield-summary-grid>div{min-height:96px;display:grid;align-content:center;grid-gap:7px;gap:7px;padding:16px 18px;border-right:1px solid var(--line)}.yield-summary-grid>div:last-child{border-right:0}.yield-summary-grid svg{color:var(--teal)}.yield-facts span,.yield-sheet-title span,.yield-summary-grid span{color:var(--muted);font-size:12px;font-weight:600}.yield-summary-grid strong{font-size:26px;line-height:1}.yield-material-grid{display:grid;grid-gap:14px;gap:14px;padding:16px}.yield-compact-preview{border-top:1px solid var(--line)}.yield-compact-preview .table-head{border-top:0}.yield-compact-preview .yield-sheet-grid{grid-template-columns:repeat(2,minmax(180px,300px));padding-top:0}.yield-compact-preview .yield-sheet-preview{min-height:170px;max-height:220px}.yield-material-card{border:1px solid var(--line);background:#fff}.yield-material-head{min-height:74px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start;padding:14px 16px;border-bottom:1px solid var(--line)}.yield-material-head h3{margin:0 0 5px;font-size:15px}.yield-material-head p{margin:0;line-height:1.45}.yield-facts{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));border-bottom:1px solid var(--line);background:#fbfdff}.yield-facts>div{display:grid;grid-gap:5px;gap:5px;padding:12px 14px;border-right:1px solid var(--line)}.yield-facts>div:last-child{border-right:0}.yield-facts strong{font-size:16px}.yield-sheet-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,340px)) minmax(120px,auto);grid-gap:14px;gap:14px;align-items:start;padding:16px}.yield-sheet-box{display:grid;grid-gap:8px;gap:8px}.yield-sheet-title{display:flex;justify-content:space-between;gap:8px;align-items:center}.yield-sheet-preview{position:relative;width:100%;max-height:300px;min-height:220px;border:1px solid #cdd6e1;background:linear-gradient(90deg,rgba(52,79,107,.08) 1px,transparent 0),linear-gradient(0deg,rgba(52,79,107,.08) 1px,transparent 0),#f8fafc;background-size:28px 28px;overflow:hidden}.yield-piece{position:absolute;min-width:10px;min-height:10px;border:1px solid rgba(8,117,111,.82);background:rgba(8,117,111,.18);color:#075c57;font-size:10px;font-weight:600;line-height:1;display:grid;place-items:center;overflow:hidden}.yield-empty,.yield-more-sheets{align-self:stretch;display:grid;place-items:center;min-height:120px;color:var(--muted);background:#fbfdff;border:1px dashed var(--line);padding:12px}.compact-validation-list{border-top:0;padding:0}.export-facts{display:grid;grid-template-columns:minmax(110px,auto) 1fr;grid-gap:9px 12px;gap:9px 12px;font-size:14px}.export-facts span{color:var(--muted)}.history-list{display:grid;grid-gap:8px;gap:8px}.history-item{border:1px solid var(--line);background:#fbfcfd;padding:9px 10px;grid-template-columns:minmax(0,1fr) auto;align-items:center}.history-item,.history-item>div{display:grid;grid-gap:4px;gap:4px}.history-item>div{min-width:0}.pricing-panel{margin-bottom:16px}.price-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));grid-gap:1px;gap:1px;background:var(--line);border-bottom:1px solid var(--line)}.price-summary-grid>div{min-height:92px;background:#fff;padding:14px 16px;display:grid;align-content:space-between;grid-gap:8px;gap:8px}.price-facts span,.price-summary-grid span{color:var(--muted);font-size:13px;font-weight:600}.price-summary-grid strong{font-size:24px}.price-breakdown{display:grid;grid-template-columns:minmax(260px,420px) 1fr;grid-gap:16px;gap:16px;padding:16px;border-bottom:1px solid var(--line)}.price-facts{display:grid;grid-template-columns:1fr auto;grid-gap:9px 14px;gap:9px 14px;align-content:start}.price-warnings{display:grid;grid-gap:8px;gap:8px}.price-line-note{display:block;margin-top:4px;line-height:1.35}.price-warning{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:flex-start;border:1px solid var(--line);border-left:4px solid #9fb2c7;background:#fbfcfd;padding:9px 10px;font-size:13px;font-weight:500}.price-warning.missing-price{border-color:#f2a7a7 #f2a7a7 #f2a7a7 #c24141;background:#fff1f1;color:#8a1f1f}.pricing-history{border-top:1px solid var(--line)}.pricing-history .table-head{border-top:0}.workflow-panel{margin-bottom:16px}.production-flow-panel{margin-bottom:16px;overflow:hidden}.production-flow-summary{display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(180px,260px);grid-gap:1px;gap:1px;background:var(--line);border-top:1px solid var(--line)}.production-flow-summary>div,.production-flow-summary>form{min-height:96px;background:#fbfcfd;padding:13px 16px;display:grid;align-content:center;grid-gap:6px;gap:6px}.production-flow-summary span{color:var(--muted);font-size:12px;font-weight:600;text-transform:uppercase}.production-flow-summary strong{font-size:20px}.production-flow-summary small{color:var(--muted);font-size:13px;line-height:1.4}.production-steps{display:grid;grid-template-columns:repeat(7,minmax(150px,1fr));grid-gap:1px;gap:1px;background:var(--line);border-top:1px solid var(--line)}.production-step{min-height:136px;background:#fff;padding:12px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;grid-gap:8px 10px;gap:8px 10px;color:inherit;text-decoration:none}.production-step.ok{background:#f8fcfb}.production-step.warning{background:#fffaf2}.production-step.error{background:#fff8f8}.production-step.active{background:#f0f7ff}.production-step-index{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:#fff;font-weight:650}.production-step strong{display:block;margin-bottom:5px;font-size:13px}.production-step p{margin:0;color:var(--muted);font-size:12px;line-height:1.4}.production-step>.tag,.production-step>.tag-danger,.production-step>.tag-warn{grid-column:1/-1;justify-self:start}.price-confirm-form{border-top:1px solid var(--line);background:#fbfcfd;padding:12px 16px;display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,240px) auto;grid-gap:12px;gap:12px;align-items:end}.activation-box{padding:16px}.activation-box,.activation-form{display:grid;grid-gap:12px;gap:12px}.activation-note{margin:0}.pricebook-diagnostics{grid-template-columns:repeat(3,minmax(140px,1fr))}.diff-kpi{margin-top:16px}.price-diff-grid{margin-bottom:16px}.diff-columns{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));grid-gap:1px;gap:1px;border-top:1px solid var(--line);background:var(--line)}.diff-columns>div{min-width:0;background:#fff;padding:12px;display:grid;grid-gap:10px;gap:10px;align-content:start}.diff-columns h3{margin:0;font-size:14px}.compact-table td,.compact-table th{padding:9px 10px;font-size:12px}.compact-scroll{max-height:360px}.compact-warning-list{max-height:520px;overflow:auto}.status-panel{margin-bottom:16px}.status-panel-body{display:grid;grid-template-columns:minmax(190px,260px) 1fr minmax(260px,360px);grid-gap:16px;gap:16px;padding:16px;align-items:flex-start}.status-current{min-height:120px;border:1px solid var(--line);background:#fbfcfd;padding:14px;display:grid;align-content:space-between}.status-current span{color:var(--muted);font-size:13px;font-weight:600}.status-current strong{font-size:28px}.status-current small{color:var(--muted);font-size:13px;line-height:1.45}.status-actions{display:flex;flex-wrap:wrap;gap:8px}.status-history{display:grid;grid-gap:8px;gap:8px}.production-board-panel{margin-bottom:16px}.production-board-panel .status-board{padding:16px}.order-chip{color:var(--ink);text-decoration:none}.selected-row td{background:#edf7f5}.blocked-row td{background:#fff8f8}.match-list{border-top:1px solid var(--line);background:#fbfcfd;padding:10px 12px;display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:13px}.match-list-grid{display:grid;grid-template-columns:minmax(140px,auto) 1fr;align-items:start}.match-chip-list{display:flex;flex-wrap:wrap;gap:6px}.match-chip-pair{display:inline-flex;flex-wrap:wrap;gap:4px;max-width:100%}.match-chip{cursor:pointer;min-height:28px;display:inline-flex;align-items:center;border:1px solid var(--line);background:#fff;color:#344054;padding:0 8px;font-size:12px;font-weight:600}.match-chip.active,.match-chip:hover{border-color:var(--teal);color:#075e56}.match-chip.active{background:var(--teal-soft)}.rule-chip{background:#f8fafc;color:#475467;font-size:11px}.rule-chip:hover{color:#075e56;background:#eef8f7}.diagnostics-grid{display:grid;grid-template-columns:repeat(6,minmax(140px,1fr));grid-gap:1px;gap:1px;border-top:1px solid var(--line);background:var(--line)}.diagnostics-grid>div{min-height:78px;background:#fff;padding:12px;display:grid;align-content:space-between;grid-gap:8px;gap:8px}.compact-pricing-panel .price-summary-grid>div{min-height:66px;padding:10px 12px}.compact-pricing-panel .price-summary-grid strong{font-size:18px}.compact-pricing-panel .price-breakdown{grid-template-columns:1fr;gap:12px;padding:12px}.diagnostics-grid span{color:var(--muted);font-size:11px;font-weight:600;text-transform:uppercase}.diagnostics-grid strong{font-size:18px;word-break:break-word}.diagnostics-note{background:#fbfcfd;padding:10px 12px;color:#344054;font-size:13px}.diagnostics-candidates,.diagnostics-note{border-top:1px solid var(--line)}.edge-suggestion-list{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.edge-chip{max-width:100%;min-height:26px;font-size:11px;line-height:1.2;text-align:left;white-space:normal}.edge-chip-warning{border-color:#d9a441;color:#8a5a00;background:#fffaf0}.edge-chip-warning.active,.edge-chip-warning:hover{border-color:#b7791f;color:#744210;background:#fff3cf}.select-help{color:var(--muted);font-size:11px;font-weight:600;line-height:1.3}.quick-rule-box{border:1px solid var(--line);background:#fbfcfd;padding:10px;display:grid;grid-gap:8px;gap:8px;align-content:start}.quick-rule-box div{display:grid;grid-gap:3px;gap:3px}.quick-rule-box strong{font-size:13px}.quick-rule-box span{color:var(--muted);font-size:12px;font-weight:600;line-height:1.35}.preview-table td,.preview-table th{white-space:nowrap}.preview-table td:last-child,.preview-table th:last-child{white-space:normal;min-width:220px}.preview-limit{margin:10px 12px 14px}.text-preview{margin:0;border-top:1px solid var(--line);background:#fbfcfd;color:#344054;padding:14px 16px;max-height:420px;overflow:auto;white-space:pre-wrap;font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-size:12px;line-height:1.55}.table-scroll{overflow-x:auto;max-width:100%}.catalog-toolbar{align-items:center}.catalog-price-with-unit{display:inline-flex;align-items:baseline;gap:4px;white-space:nowrap}.catalog-price-with-unit span{color:var(--muted);font-size:11px}.material-code-edge-status{display:inline-flex;align-items:center;gap:6px;min-width:0}.material-edge-star{width:16px;height:16px;flex:0 0 16px;display:inline-grid;place-items:center;color:#98a2b3}.material-edge-star.is-assigned{color:#087f73}.filter-bar{display:grid;grid-template-columns:auto minmax(220px,360px) auto;align-items:center;grid-gap:8px;gap:8px}.filter-bar input{width:100%}.catalog-tabs{display:flex;flex-wrap:wrap;gap:8px;padding:12px 16px;border-bottom:1px solid var(--line)}.catalog-tabs a{min-height:34px;display:inline-flex;align-items:center;border:1px solid var(--line);background:#fff;color:var(--ink);text-decoration:none;padding:0 12px;font-weight:600}.catalog-tabs a.active{border-color:var(--teal);background:var(--teal-soft);color:#075e56}.pagination{min-height:52px;display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:10px 16px;border-top:1px solid var(--line)}.pagination a{min-height:34px;display:inline-flex;align-items:center;border:1px solid var(--line);background:#fff;color:var(--ink);text-decoration:none;padding:0 12px;font-weight:600}.pagination a.disabled{pointer-events:none;opacity:.45}.empty-state{padding:18px 16px;color:var(--muted)}.table-meta{display:inline-flex;margin-top:4px;font-size:13px}.dual-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:16px;gap:16px;align-items:flex-start}.order-detail-shell{display:grid;grid-gap:8px;gap:8px;isolation:isolate}.order-command-bar{position:-webkit-sticky;position:sticky;top:67px;z-index:150;display:grid;grid-template-columns:minmax(360px,.72fr) minmax(0,1.28fr);grid-gap:8px;gap:8px;align-items:start;padding:6px 8px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.985);box-shadow:0 14px 32px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.order-command-bar .page-title{margin:1px 0 2px;font-size:17px;white-space:nowrap}.order-command-bar p{margin:0;font-size:11px}.order-meta-chips{display:flex;flex-wrap:wrap;gap:3px;margin-top:4px}.order-meta-chips .tag{min-height:22px;padding:2px 7px;font-size:11px;line-height:1.1}.order-command-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px;align-content:flex-start;max-width:100%}.order-command-save{white-space:nowrap}.order-command-actions form{margin:0}.cutrite-download-control{display:inline-flex;align-items:center;gap:6px}.cutrite-download-error{max-width:min(360px,70vw);border-left:3px solid var(--amber);background:var(--amber-soft);color:#7a3b00;padding:6px 8px;font-size:12px;font-weight:650;line-height:1.25}.order-command-actions .btn{border-color:#9fb2c7;background:linear-gradient(180deg,#fff,#f0f4f8);color:#21324a;font-weight:650;font-size:12px;box-shadow:0 6px 14px rgba(15,23,42,.08),inset 0 -1px 0 rgba(15,23,42,.05)}.order-command-actions .btn svg{width:15px;height:15px}.order-command-actions .btn:hover{border-color:#667f99;background:linear-gradient(180deg,#fff,#e8eef5);color:#172033;box-shadow:0 8px 18px rgba(15,23,42,.12)}.order-command-actions .btn-primary{border-color:#06635e;background:linear-gradient(180deg,#0c8b83,#065b56);color:#fff;box-shadow:0 12px 28px rgba(8,117,111,.26),inset 0 1px 0 rgba(255,255,255,.16)}.order-command-actions .btn-primary:hover{border-color:#044c48;background:linear-gradient(180deg,#08756f,#054f4b);color:#fff}.order-command-actions .btn-danger:hover{border-color:#dc8b8b;background:#fff1f1;color:#8a1f1f}.order-summary-strip{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));grid-gap:8px;gap:8px}.order-summary-card{min-height:66px;display:grid;align-content:space-between;grid-gap:5px;gap:5px;padding:9px 11px;border:1px solid var(--line);border-left:4px solid #c6d1df;border-radius:8px;background:#f8fafc;box-shadow:none}.order-summary-card.ok{border-color:#d9e8e6;border-left-color:var(--teal);background:#f6fbfa}.order-summary-card.danger{border-color:#f3d5d5 #f3d5d5 #f3d5d5 #c24141;background:#fff8f8}.order-summary-card span{color:var(--muted);font-size:11px;font-weight:600;text-transform:uppercase}.order-summary-card strong{font-size:18px;line-height:1.05}.order-summary-card small{color:var(--muted);font-size:12px;font-weight:500}.order-tabbar{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));grid-gap:4px;gap:4px;padding:5px;border:1px solid #d7e0ea;border-radius:8px;background:#eaf0f6}.order-tabbar a,.order-tabbar button{position:relative;min-height:42px;display:grid;align-content:center;grid-gap:3px;gap:3px;padding:7px 10px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--ink);text-decoration:none;box-shadow:none;font:inherit;text-align:left;cursor:pointer}.order-tabbar a.active,.order-tabbar button.active{border-color:rgba(8,117,111,.28);background:#fff;color:var(--teal-dark);box-shadow:0 4px 12px rgba(15,23,42,.08)}.order-tabbar a.active:before,.order-tabbar button.active:before{content:"";position:absolute;inset:6px auto 6px 6px;width:3px;border-radius:999px;background:var(--teal)}.order-tabbar a:not(.active):hover,.order-tabbar button:not(.active):hover{background:rgba(255,255,255,.62);border-color:rgba(151,166,186,.5)}.order-tabbar button:focus-visible{outline:2px solid rgba(8,117,111,.35);outline-offset:2px}.order-tabbar strong{font-size:13px}.order-tabbar span{color:var(--muted);font-size:11px;font-weight:500}.order-tab-section{display:grid;grid-gap:10px;gap:10px}.order-tab-panel{display:none}.order-tabs-client[data-active-tab=pricing] .order-tab-panel[data-order-tab-panel=pricing],.order-tabs-client[data-active-tab=production] .order-tab-panel[data-order-tab-panel=production],.order-tabs-client[data-active-tab=qa] .order-tab-panel[data-order-tab-panel=qa],.order-tabs-client[data-active-tab=work] .order-tab-panel[data-order-tab-panel=work]{display:grid}.order-compact-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);grid-gap:10px;gap:10px;align-items:start}.order-form{display:grid;grid-gap:5px;gap:5px}.floating-save-bar{position:relative;z-index:22;display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:4px 6px;border:1px solid #cfe0df;border-radius:7px;background:rgba(248,252,251,.96);box-shadow:0 8px 20px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.floating-save-bar span{color:var(--muted);font-size:11px;font-weight:650}.editor-toolbar,.material-group-tabs{display:flex;flex-wrap:wrap;gap:5px}.material-group-tabs{position:-webkit-sticky;position:sticky;top:166px;z-index:120;align-items:stretch;padding:4px 0;background:rgba(248,250,252,.98);box-shadow:0 8px 16px rgba(15,23,42,.04);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.material-group-tabs a{min-width:104px;display:grid;grid-gap:2px;gap:2px;padding:4px 7px;border:1px solid var(--line);border-left:3px solid var(--brand);border-radius:7px;background:#fff;color:var(--text);text-decoration:none}.material-group-tabs a:hover{border-color:rgba(23,128,121,.45);background:#eefaf8}.material-group-tabs strong{font-size:11px;font-weight:600}.material-group-tabs span{color:var(--muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.material-editor{overflow:visible;scroll-margin-top:248px}.import-group-hint{margin:0 16px 12px}.form-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));grid-gap:6px}.form-grid,.order-form .form-grid{gap:6px;padding:8px}.order-form .form-grid input,.order-form .form-grid select,.order-form .form-grid textarea{min-height:28px;padding:4px 7px;font-size:13px}.order-form #order-header .form-grid{grid-template-columns:minmax(220px,1.6fr) minmax(130px,.8fr) minmax(130px,.8fr) minmax(140px,.8fr)}.form-grid label{min-width:0}.wide-field{grid-column:span 2}.check-row{min-height:28px;border:1px solid var(--line);background:#fbfcfd;padding:0 9px;display:flex;align-items:center;gap:9px}.check-row input{width:18px;height:18px;padding:0}.detail-grid{grid-template-columns:repeat(5,minmax(130px,1fr))}.order-detail-panel{margin-top:16px;overflow:visible}.material-grid{grid-template-columns:minmax(300px,1.65fr) minmax(160px,.85fr) repeat(4,minmax(108px,.7fr))}.material-grid>label:first-child{padding:6px;border:2px solid rgba(8,117,111,.28);border-radius:8px;background:#f4fbfa;box-shadow:inset 0 0 0 1px rgba(8,117,111,.06)}.searchable-select{position:relative;display:grid;grid-gap:4px;gap:4px;z-index:20}.searchable-select:focus-within{z-index:1000}.searchable-select input[type=search]{height:30px;background:#fbfdff;font-size:13px}.searchable-suggestions{position:absolute;z-index:5000;top:38px;left:0;right:0;max-height:360px;overflow:auto;border:1px solid #bfd1dc;border-radius:8px;background:#fff;box-shadow:0 18px 36px rgba(15,23,42,.16)}.searchable-suggestions button{width:100%;display:grid;grid-gap:2px;gap:2px;padding:7px 9px;border:0;border-bottom:1px solid #edf2f6;background:#fff;color:var(--ink);font:inherit;text-align:left;cursor:pointer}.searchable-suggestions button:last-child{border-bottom:0}.searchable-suggestions button.active,.searchable-suggestions button:hover{background:#eefaf8;color:var(--teal-dark)}.searchable-suggestions strong{font-size:14px;font-weight:600}.searchable-suggestions small{color:var(--muted);font-size:12px;font-weight:500}.searchable-native-select{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.searchable-selected{min-height:32px;display:flex;align-items:center;border:1px solid #d6e0ea;border-radius:6px;background:#fff;padding:6px 8px;color:#1d2939;font-size:13px;font-weight:500}.searchable-selected.empty{color:var(--muted)}.searchable-select .searchable-clear{position:absolute;right:4px;bottom:4px;width:22px;height:22px;display:inline-grid;place-items:center;border:0;background:transparent;color:var(--muted);cursor:pointer}.searchable-select .searchable-clear:hover{color:var(--ink);background:#eef2f6}.searchable-select:has(.searchable-clear) .searchable-selected{padding-right:30px}.field-hint{color:var(--muted);font-size:12px;font-weight:500}.planned-load-hint{display:inline-flex;flex-direction:column;gap:3px;margin-top:4px;padding:5px 7px;border:1px solid #d6e9e5;border-radius:6px;background:#eefaf8;color:var(--teal-dark)}.planned-load-hint small{color:var(--muted);font-size:11px;line-height:1.35}.order-date-chip{min-height:54px;display:grid;align-content:center;grid-gap:1px;gap:1px;padding:5px 8px;border:1px solid var(--line);border-radius:6px;background:#f8fafc}.order-date-chip small,.order-date-chip span{color:var(--muted);font-size:11px}.order-date-chip strong{font-size:13px}.planned-date-field{display:grid;grid-template-columns:minmax(150px,.55fr) minmax(360px,1.45fr);grid-gap:8px;gap:8px;align-items:start}.planned-load-panel{overflow:hidden;border:1px solid #cfe3df;border-radius:6px;background:#f7fcfb}.planned-load-title{min-height:27px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 7px;color:var(--teal-dark);font-size:11px}.planned-load-title span{color:var(--muted)}.planned-load-scroll{max-height:178px;overflow:auto;border-top:1px solid #dcebe8}.planned-load-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:11px}.planned-load-table td,.planned-load-table th{height:25px;padding:2px 6px;border-bottom:1px solid #e5efed;text-align:right;white-space:nowrap}.planned-load-table td:first-child,.planned-load-table th:first-child{width:39%;text-align:left}.planned-load-table thead th{position:-webkit-sticky;position:sticky;z-index:1;top:0;background:#edf7f5;color:var(--muted)}.planned-load-table tr.selected td{background:#dff4ef;color:var(--teal-dark);font-weight:700}.planned-load-table button{width:100%;border:0;background:transparent;color:inherit;font:inherit;font-weight:700;text-align:left;cursor:pointer}.payment-fields{min-width:0;margin:0;padding:6px 8px 8px;border:1px solid var(--line);border-radius:6px;background:#fbfcfd}.payment-fields legend{padding:0 4px;font-size:12px;font-weight:700}.payment-status-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px 12px;margin-bottom:5px}.payment-entry-grid{display:grid;grid-template-columns:repeat(4,minmax(105px,1fr));grid-gap:6px;gap:6px}.recalculate-on-save{min-height:30px;padding:0 5px;color:var(--muted);font-size:12px}.board-fit-toggle{display:flex;align-items:center;gap:10px;padding:10px 14px 14px;border-top:1px solid var(--line)}.board-fit-toggle.enabled{display:block}.board-fit-toggle.enabled>.btn{margin-bottom:8px}.board-fit-controls{display:flex;align-items:center;flex-wrap:wrap;width:100%}.segmented-control.board-fit-mode{grid-template-columns:repeat(2,minmax(92px,1fr));width:min(100%,220px)}.board-fit-toggle.enabled .board-fit-controls{margin-bottom:8px}.board-calculation-off{display:flex;align-items:center;gap:12px}.board-calculation-off .btn{margin-left:auto}.edge-bulk-edit-table input:not([type]),.edge-bulk-edit-table input[type=text]{min-width:90px}.edge-bulk-edit-table input{width:100%;min-height:30px;padding:4px 6px}.edge-bulk-edit-table input[type=checkbox]{width:18px;min-height:18px}.material-bulk-edit-table{min-width:2200px}.material-bulk-edit-table input,.material-bulk-edit-table select{width:100%;min-width:72px;min-height:30px;padding:4px 6px;font-size:12px}.material-bulk-edit-table input[type=checkbox]{width:18px;min-width:18px;min-height:18px}.material-shared-edge-assignment{position:-webkit-sticky;position:sticky;z-index:6;top:0;display:grid;grid-template-columns:minmax(220px,.75fr) minmax(420px,1.5fr) auto;align-items:end;grid-gap:14px;gap:14px;padding:12px;border-bottom:1px solid var(--line);background:#f7fafb}.material-shared-edge-copy{display:grid;align-self:center;grid-gap:3px;gap:3px;font-size:13px}.material-shared-edge-copy .muted{font-size:11px}.material-shared-edge-assignment .material-edge-default-fields{min-width:0}.material-shared-edge-assignment .btn{white-space:nowrap}.material-edge-default-fields{display:grid;grid-gap:6px;gap:6px;min-width:320px}.material-edge-code-search{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;grid-gap:4px;gap:4px}.material-edge-search-results{position:absolute;z-index:30;top:calc(100% + 3px);left:0;right:0;max-height:220px;overflow:auto;border:1px solid var(--line-strong);background:#fff;box-shadow:0 12px 24px rgba(15,23,42,.16)}.material-edge-search-results button,.material-edge-search-results>span{width:100%;display:grid;grid-gap:2px;gap:2px;padding:6px 8px;border:0;border-bottom:1px solid var(--line);background:#fff;color:var(--ink);text-align:left}.material-edge-search-results button{cursor:pointer}.material-edge-search-results button:hover{background:#eefaf8}.material-edge-search-results small{color:var(--muted)}.material-edge-slot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:4px;gap:4px}.material-edge-slot-grid label{display:grid;grid-gap:2px;gap:2px;color:var(--muted);font-size:10px}.catalog-material-edge-defaults{display:grid;grid-gap:8px;gap:8px;padding:10px;border:1px solid var(--line);background:#f8fafc}.edge-bulk-edit-actions{position:-webkit-sticky;position:sticky;z-index:4;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 12px;border-top:1px solid var(--line);background:#fff}@media (max-width:1100px){.material-shared-edge-assignment{grid-template-columns:minmax(200px,.7fr) minmax(360px,1.3fr)}.material-shared-edge-assignment .btn{grid-column:1/-1;justify-self:end}}.proforma-setup-panel{max-width:920px}.proforma-seller-summary{display:grid;grid-gap:3px;gap:3px;padding:12px 16px;border-bottom:1px solid var(--line);font-size:13px}.proforma-seller-summary span{color:var(--muted)}.proforma-buyer-form{display:grid;grid-gap:14px;gap:14px;padding:16px}.segmented-control{display:inline-grid;grid-template-columns:repeat(2,minmax(190px,1fr));width:min(100%,520px);border:1px solid var(--line);border-radius:6px;overflow:hidden}.segmented-control button{min-height:36px;border:0;border-right:1px solid var(--line);background:#fff;color:var(--ink);font:inherit;font-size:13px;font-weight:700;cursor:pointer}.segmented-control button:last-child{border-right:0}.segmented-control button.active{background:var(--teal-dark);color:#fff}.proforma-buyer-grid{padding:0}.proforma-empty-buyer-note{margin:0;padding:12px}@media (max-width:900px){.planned-date-field{grid-template-columns:1fr}.payment-entry-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.recalculate-on-save{width:100%}.board-calculation-off{align-items:flex-start;flex-direction:column}.board-calculation-off .btn{margin-left:0}}@media (max-width:560px){.payment-entry-grid{grid-template-columns:1fr}}.edge-choice-field{align-content:start}.field-label-row{align-items:center;display:flex;gap:10px;justify-content:space-between}.muted-link{color:var(--teal-dark);font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:2px}.inline-check{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:11px;font-weight:500}.inline-check input{width:14px;height:14px;min-height:14px;padding:0}.edge-special-check{margin-top:1px}.extra-edge-fields{grid-column:span 2;border:1px dashed #cbd7e4;border-radius:8px;background:#f8fafc;padding:6px}.extra-edge-fields summary{color:var(--teal-dark);cursor:pointer;font-size:13px;font-weight:700}.extra-edge-grid{display:grid;grid-template-columns:repeat(2,minmax(160px,1fr));grid-gap:6px;gap:6px;margin-top:6px}.quick-entry-option{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:600}.quick-entry-option input{width:16px;height:16px;min-height:16px;padding:0}.details-editor-table td,.details-editor-table th{padding:2px 3px}.details-editor-table input,.details-editor-table select,.details-editor-table textarea{width:100%;height:24px;padding:0 6px;font-size:13px}.details-editor-table textarea{padding-top:4px;resize:vertical;min-height:24px}.details-editor-table tr[data-dynamic-hidden=true]{display:none}.details-editor-table td:first-child,.details-editor-table th:first-child{width:32px;text-align:center;color:var(--muted)}.details-editor-table th:nth-child(2),.details-editor-table th:nth-child(5){min-width:104px}.details-editor-table th:nth-child(10),.details-editor-table th:nth-child(9){min-width:150px}.details-editor-table td:nth-child(11),.details-editor-table th:nth-child(11){min-width:220px}.details-editor-table td:nth-child(12),.details-editor-table th:nth-child(12){min-width:132px;width:132px}.part-services-picker{position:relative;width:100%;min-width:220px}.part-services-picker summary{min-height:28px;border:1px solid #c9d1dc;border-radius:5px;background:#fff;color:#182230;font-size:13px;font-weight:500;cursor:pointer;list-style:none;overflow:hidden;padding:5px 24px 5px 8px;text-overflow:ellipsis;white-space:nowrap}.part-services-picker summary::-webkit-details-marker{display:none}.part-services-picker summary:after{content:"▾";float:right;color:var(--muted)}.part-services-picker[open] summary{border-color:var(--teal);box-shadow:0 0 0 3px rgba(15,118,110,.12)}.part-services-picker[open]{z-index:90}.part-services-menu{display:grid;position:absolute;right:0;top:calc(100% + 6px);z-index:6000;width:min(560px,calc(100vw - 32px));grid-gap:6px;gap:6px;max-height:420px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff;margin-top:0;padding:8px;box-shadow:0 16px 36px rgba(16,24,40,.16)}.order-form .table-panel:has(.part-services-picker[open]),.order-form .table-scroll:has(.part-services-picker[open]){overflow:visible}.order-form .details-editor-table td:has(.part-services-picker[open]),.order-form .details-editor-table tr:has(.part-services-picker[open]){position:relative;z-index:95}.manual-service-search,.part-services-search{width:100%;min-width:320px;height:34px;border:1px solid #c9d1dc;border-radius:5px;background:#fbfdff;padding:0 9px;color:var(--ink);font-size:13px}.material-price-hint{display:block;margin-top:4px;color:#475467;font-size:11px;font-weight:500}.part-services-options{display:grid;grid-gap:4px;gap:4px;max-height:280px;overflow-y:auto;padding-right:4px}.part-services-columns{display:grid;grid-template-columns:minmax(0,1fr) 96px;grid-gap:8px;gap:8px;padding:0 10px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase}.part-services-menu label{display:grid;grid-template-columns:18px minmax(0,1fr) 96px;align-items:center;grid-gap:8px;gap:8px;min-height:36px;padding:6px;border-radius:5px;color:#344054;font-size:13px;font-weight:500}.part-services-menu label:hover{background:#eefaf8}.part-services-menu strong{display:block;font-size:13px;font-weight:500}.part-services-menu small{display:block;color:var(--muted);font-size:11px;font-weight:500}.part-services-menu input[type=checkbox]{width:15px;height:15px;min-height:15px;padding:0}.part-services-menu .part-service-quantity{width:96px;min-height:28px;padding:4px 7px;text-align:right}.detail-row-actions{display:grid;grid-template-columns:repeat(2,minmax(38px,1fr));grid-gap:2px;gap:2px}.detail-row-actions button{min-width:38px;height:22px;border:1px solid var(--line);background:#fff;border-radius:5px;color:var(--ink);font-size:10px;font-weight:500;cursor:pointer}.detail-row-actions button:hover{border-color:var(--brand);color:var(--brand);background:#eefaf8}.manual-services-table td,.manual-services-table th{padding:6px}.manual-services-table input,.manual-services-table select,.manual-services-table textarea{width:100%;height:34px;min-height:34px;border-radius:5px;padding:0 8px}.manual-services-table .manual-service-search{margin-bottom:5px}.manual-services-table textarea{padding-top:8px;resize:vertical}.manual-services-table td:first-child,.manual-services-table th:first-child{width:42px;text-align:center;color:var(--muted)}.manual-services-table th:nth-child(2){min-width:260px}.manual-services-table th:nth-child(3){min-width:240px}.manual-services-table th:nth-child(4),.manual-services-table th:nth-child(5),.manual-services-table th:nth-child(6){min-width:92px}.manual-services-table th:nth-child(7){min-width:220px}.quick-parts-entry{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfcfd;padding:12px 16px;display:grid;grid-template-columns:minmax(280px,1fr) auto;grid-gap:12px;gap:12px;align-items:flex-end}.quick-parts-entry label{min-width:0}.quick-parts-entry textarea{width:100%}.quick-entry-message{grid-column:1/-1;color:#075e56;font-size:13px;font-weight:600}.edge-default-helper{align-items:center;border-bottom:1px solid var(--line);display:flex;flex-wrap:wrap;gap:10px;padding:10px 16px}.edge-default-helper .muted{font-size:13px}.edge-default-message{color:var(--teal-dark);font-size:12px;font-weight:600}.board-fit-preview{border-bottom:1px solid var(--line);background:#fff;display:grid;grid-gap:0;gap:0}.board-fit-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;padding:14px 16px 10px}.board-fit-head h3{margin:0 0 4px;font-size:15px}.board-fit-head span{color:var(--muted);font-size:12px;font-weight:600}.board-fit-tabs{border:1px solid var(--line);background:#f8fafc;display:inline-grid;grid-template-columns:repeat(2,minmax(78px,1fr))}.board-fit-tabs button{min-height:34px;border:0;border-right:1px solid var(--line);background:transparent;color:var(--muted);font-weight:600;cursor:pointer}.board-fit-tabs button:last-child{border-right:0}.board-fit-tabs button.active{background:#fff;color:var(--ink)}.board-fit-controls{display:grid;grid-template-columns:minmax(160px,220px) minmax(120px,auto) minmax(150px,1fr);grid-gap:10px;gap:10px;padding:0 16px 12px;align-items:end}.board-fit-controls label{min-width:0}.board-fit-controls input[type=number]{height:38px}.board-fit-check{min-height:38px}.board-fit-trim{min-height:38px;border:1px solid var(--line);background:#fbfcfd;color:var(--muted);display:flex;align-items:center;padding:0 12px;font-size:12px;font-weight:600}.board-fit-stats{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfdff}.board-fit-stats>div{min-height:78px;display:grid;align-content:center;grid-gap:5px;gap:5px;padding:12px 14px;border-right:1px solid var(--line)}.board-fit-stats>div:last-child{border-right:0}.board-fit-stats svg{color:var(--teal)}.board-fit-stats span{color:var(--muted);font-size:11px;font-weight:600;text-transform:uppercase}.board-fit-stats strong{font-size:18px;line-height:1.15}.board-fit-body{display:grid;grid-template-columns:minmax(280px,460px) minmax(220px,1fr);grid-gap:14px;gap:14px;align-items:start;padding:16px}.board-fit-stage{display:grid;grid-gap:8px;gap:8px}.board-fit-sheet{position:relative;width:100%;min-height:230px;max-height:360px;border:1px solid #cdd6e1;background:linear-gradient(90deg,rgba(52,79,107,.08) 1px,transparent 0),linear-gradient(0deg,rgba(52,79,107,.08) 1px,transparent 0),#f8fafc;background-size:28px 28px;overflow:hidden}.board-fit-piece{min-width:9px;min-height:9px;border:1px solid rgba(31,117,173,.82);background:rgba(31,117,173,.18);color:#18436b;place-items:center;overflow:hidden;font-size:9px;line-height:1}.board-fit-empty,.board-fit-piece{position:absolute;display:grid;font-weight:600}.board-fit-empty{inset:0;place-items:center;color:var(--muted)}.board-fit-caption{color:var(--muted);font-size:12px;font-weight:600}.board-fit-rows{display:grid;grid-gap:8px;gap:8px}.board-fit-sheet-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;padding-bottom:8px;border-bottom:1px solid var(--line)}.board-fit-sheet-selector button,.board-fit-sheet-selector div{min-height:48px;border:1px solid var(--line);background:#fbfdff;display:grid;align-content:center;grid-gap:3px;gap:3px;padding:8px;text-align:left}.board-fit-sheet-selector button{cursor:pointer}.board-fit-sheet-selector button.active{border-color:#8ccdc3;background:#f1faf8}.board-fit-sheet-selector div,.board-fit-sheet-selector span{color:var(--muted);font-size:11px;font-weight:600}.board-fit-sheet-selector strong{font-size:14px}.board-fit-row-empty,.board-fit-row-more,.board-fit-rows>button,.board-fit-warning{min-height:42px;border:1px solid var(--line);background:#fff;display:grid;grid-template-columns:48px minmax(110px,1fr) minmax(92px,auto);grid-gap:8px;gap:8px;align-items:center;padding:8px 10px;text-align:left}.board-fit-rows>button{cursor:pointer}.board-fit-rows>button.active{border-color:#8ccdc3;background:#f1faf8}.board-fit-rows span{color:var(--muted);font-size:12px;font-weight:600}.board-fit-rows strong{font-size:13px}.board-fit-rows em{color:#18436b;font-style:normal;font-size:12px;font-weight:600;text-align:right}.board-fit-rows small{grid-column:2/-1;color:var(--muted);font-size:11px;font-weight:600}.board-fit-row-empty,.board-fit-row-more,.board-fit-warning{grid-template-columns:1fr;color:var(--muted);font-size:13px;font-weight:600}.board-fit-warning{border-color:#f1c27d;background:var(--amber-soft);color:#713f12}.board-fit-head{padding:10px 12px 8px}.board-fit-controls{grid-template-columns:minmax(120px,180px) minmax(96px,auto) minmax(130px,180px);gap:7px;padding:0 12px 8px}.board-fit-check,.board-fit-controls input[type=number],.board-fit-trim{min-height:30px;height:30px}.board-fit-stats>div{min-height:56px;gap:3px;padding:8px 10px}.board-fit-stats svg{width:15px;height:15px}.board-fit-stats strong{font-size:15px}.board-fit-body{grid-template-columns:minmax(220px,340px) minmax(260px,1fr);gap:8px;padding:10px 12px}.board-fit-sheet{min-height:170px;max-height:260px;background-size:24px 24px}.board-fit-rows{gap:5px}.board-fit-sheet-selector{gap:5px;padding-bottom:5px}.board-fit-sheet-selector button,.board-fit-sheet-selector div{min-height:34px;padding:5px 7px}.board-fit-row-empty,.board-fit-row-more,.board-fit-rows>button,.board-fit-warning{min-height:32px;grid-template-columns:38px minmax(90px,1fr) minmax(70px,auto);gap:6px;padding:5px 8px}.board-fit-rows small{margin-top:-2px}.panel{padding:16px}.panel h2,.table-panel h2{margin:0;font-size:18px}.panel-head,.table-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.status-board{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));grid-gap:10px;gap:10px}.stage{min-height:190px;border:1px solid var(--line);background:#fbfcfd;padding:10px;display:grid;grid-gap:8px;gap:8px;align-content:start}.stage-title{display:flex;justify-content:space-between;color:#344054;font-weight:600;font-size:13px}.order-chip{background:#fff;border:1px solid var(--line);padding:9px;display:grid;grid-gap:4px;gap:4px}.order-chip-main{color:var(--ink);display:grid;grid-gap:3px;gap:3px;text-decoration:none}.order-chip-meta{display:flex;flex-wrap:wrap;gap:5px}.order-chip.urgent{border-left-color:var(--amber)}.edge-pill.overdue,.urgent-pill{border-color:#f2a7a7;background:#fff1f1;color:#8a1f1f}.edge-pill.due-today{border-color:#f1c27d;background:var(--amber-soft);color:#713f12}.mini-link{justify-self:start;border:1px solid #c6e6e0;background:#e9f6f3;color:var(--teal-dark);padding:5px 8px;font-size:12px;font-weight:600;text-decoration:none}.table-panel{overflow:hidden}.order-form .field-grid,.order-form .form-grid,.order-form .material-grid,.order-form .table-panel,.table-panel.material-editor,.table-panel.order-detail-panel{overflow:visible}.table-head{padding:14px 16px;border-bottom:1px solid var(--line);margin:0}.orders-table{width:100%;border-collapse:collapse}.orders-table td,.orders-table th{border-bottom:1px solid var(--line);padding:11px 12px;text-align:left;font-size:14px}.orders-table th{color:#475467;font-size:12px;text-transform:uppercase}.order-form .table-head{padding:8px 10px}.order-form .table-head h2{font-size:17px}.order-form .table-meta{margin-top:2px;font-size:11px}.order-form .quick-parts-entry{gap:6px;padding:7px 10px}.order-form .quick-parts-entry textarea{min-height:44px;padding:6px 8px;font-size:13px}.order-form .details-editor-table td,.order-form .details-editor-table th{padding:2px 3px;font-size:12px}.order-form .details-editor-table input,.order-form .details-editor-table select,.order-form .details-editor-table textarea{height:24px;min-height:24px;padding:0 6px;font-size:13px}.order-form .details-editor-table textarea{padding-top:4px}.print-shell{min-height:100vh;background:#e7ebf0;padding:24px}.print-toolbar{max-width:1120px;margin:0 auto 16px;display:flex;justify-content:flex-end;gap:8px}.print-paged-document{display:none}.print-page{max-width:1120px;margin:0 auto;background:#fff;color:#111827;border:1px solid #cfd6df;padding:28px;box-shadow:0 18px 44px rgba(15,23,42,.12)}.print-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);grid-gap:22px;gap:22px;border-bottom:2px solid #111827;padding-bottom:16px;margin-bottom:14px}.print-header h1{margin:4px 0 8px;font-size:34px}.print-header p{margin:0;color:#475467;font-size:18px}.print-running-header{display:none}.print-customer-name{display:inline-block;color:#111827!important;font-weight:800;background:#fff7c2;border:1px solid #eab308;border-radius:4px;padding:4px 8px}.print-eyebrow{color:#667085;font-size:12px;font-weight:600;text-transform:uppercase}.print-meta{display:grid;grid-template-columns:auto 1fr;grid-gap:7px 12px;gap:7px 12px;align-content:start}.print-edge-grid span,.print-meta span{color:#667085;font-size:12px;font-weight:600;text-transform:uppercase}.print-flags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.print-note{border:1px solid #cfd6df;background:#f8fafc;padding:12px;margin-bottom:14px;display:grid;grid-gap:5px;gap:5px}.print-mode-note{border-left:4px solid var(--teal);background:#f1faf8}.print-comment-note{border-color:#111827;border-left:5px solid #111827;background:#fff}.print-comment-note strong{color:#111827;font-size:14px}.print-comment-note span{color:#111827;font-size:16px;font-weight:800}.print-material{page-break-inside:avoid;break-inside:avoid;border-top:1px solid #111827;padding-top:16px;margin-top:18px}.print-material-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:10px}.print-material h2{margin:3px 0 0;font-size:22px}.print-purchase-format{display:inline-grid;gap:1px;margin:0 0 8px;padding:4px 7px;border:1px solid #9fcfc9;background:#eefaf8}.print-purchase-format span{color:#667085;font-size:10px;font-weight:700;text-transform:uppercase}.print-purchase-format strong{font-size:13px}.print-edge-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,max-content));grid-gap:6px;gap:6px;margin-bottom:8px}.print-edge-grid>div{border:1px solid #cfd6df;padding:5px 7px;display:grid;grid-gap:2px;gap:2px}.print-edge-grid strong{font-size:14px;line-height:1.15}.print-edge-grid>div.print-edge-special{border-color:#0f766e;background:#eefaf8}.print-edge-special strong{font-weight:800}.print-edge-cell-special{border:2px solid #0f766e!important;background:#eefaf8;font-weight:700}.print-table{width:100%;border-collapse:collapse}.print-table td,.print-table th{border:1px solid #cfd6df;padding:6px 7px;text-align:left;font-size:12px;vertical-align:top}.print-table th{background:#eef2f6;font-weight:600}.print-table td:last-child{white-space:pre-line}.print-price-summary{page-break-inside:avoid;break-inside:avoid;border:2px solid #111827;margin-top:22px;padding:14px}.print-price-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:10px}.print-price-head h2{margin:3px 0 0;font-size:20px}.print-price-head strong{font-size:24px;white-space:nowrap}.print-price-table td:last-child,.print-price-table th:last-child{width:180px;text-align:right}.print-price-note{margin:10px 0 0;color:#92400e;font-size:12px}.print-final-total{page-break-inside:avoid;break-inside:avoid;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:16px;gap:16px;align-items:center;border:2px solid #111827;margin-top:18px;padding:12px 14px}.print-final-total>div{display:grid;grid-gap:4px;gap:4px}.print-final-total>div:not(:first-child){text-align:right}.print-final-total span{color:#344054;font-size:13px;font-weight:600;text-transform:uppercase}.print-final-total strong{font-size:24px;white-space:nowrap}.print-signature{page-break-inside:avoid;break-inside:avoid;border:2px solid #111827;margin-top:24px;padding:14px}.print-signature h2{margin:0 0 6px;font-size:20px}.print-signature p{margin:0 0 16px;color:#344054;font-size:13px}.print-signature-grid{grid-template-columns:minmax(120px,.8fr) repeat(2,minmax(180px,1.2fr))}.print-signature-grid,.print-signature-grid div,.print-signature-notes{display:grid;grid-gap:18px;gap:18px}.print-signature span{color:#667085;font-size:11px;font-weight:600;text-transform:uppercase}.print-signature i{display:block;border-bottom:1px solid #111827;min-height:18px}.print-signature-notes{margin-top:16px}body{background:radial-gradient(circle at 85% -10%,rgba(8,117,111,.08),transparent 34rem),var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}a{color:var(--teal-dark)}.auth-panel,.auth-preview,.btn,.catalog-tabs a,.code-box,.diagnostics-grid>div,.kpi,.match-chip,.pagination a,.panel,.row-filter-tab,.source-step,.stage,.table-panel,.validation-grid>div,.warning-item,input,select,textarea{border-radius:var(--radius)}input,select,textarea{min-height:36px;border-color:#cfd8e3;color:var(--ink);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}input::placeholder,textarea::placeholder{color:#98a2b3}.btn,.catalog-tabs a,.pagination a,.row-filter-tab,button{transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.btn,button{cursor:pointer}.btn{min-height:36px;border-color:#d4dde8;border-radius:7px;color:#172033;background:#fff;box-shadow:var(--shadow-sm);font-weight:600;padding:0 12px}.order-command-actions .btn{min-height:28px;padding:4px 7px}.btn:hover{border-color:#b7c5d5;background:#f8fafc}.btn:focus-visible{outline:3px solid rgba(8,117,111,.22);outline-offset:2px}.btn-primary{border-color:var(--teal);background:linear-gradient(180deg,#0b817a,#06635e);color:#fff;box-shadow:0 10px 24px rgba(8,117,111,.24)}.btn-primary:hover{border-color:var(--teal-dark);background:linear-gradient(180deg,#08756f,#06544f);color:#fff}.btn-primary:disabled,.btn-primary[aria-disabled=true]{border-color:#b9cbd1;background:#e7eef1;color:#52666f;box-shadow:none}.btn-danger:hover{border-color:#e18b8b;background:#ffe7e7;color:#8a1f1f}.btn:hover:not(.btn-primary):not(.btn-danger):not(.disabled):not([aria-disabled=true]):not(:disabled){border-color:#9fb5c9;background:#eef6f6;color:#172033}.btn.disabled,.btn:disabled,.btn[aria-disabled=true]{color:#52666f;background:#eef3f6;border-color:#cbd8df;box-shadow:none}.auth-shell{place-items:center;grid-template-columns:minmax(0,1fr);padding:28px;background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(239,245,248,.92)),linear-gradient(rgba(184,197,211,.16) 1px,transparent 0),linear-gradient(90deg,rgba(184,197,211,.16) 1px,transparent 0),#f6f8fb;background-size:auto,96px 96px,96px 96px,auto}.auth-panel{width:min(100%,480px);min-height:auto;justify-content:center;gap:24px;padding:clamp(30px,4vw,46px);border-color:#dfe5ec;border-radius:12px;box-shadow:0 24px 64px rgba(15,23,42,.14)}.auth-panel .brand{gap:18px}.auth-panel .brand-mark{width:58px;height:58px;border:0;border-radius:8px;background:linear-gradient(145deg,#0b817a,#08605c);color:#fff;box-shadow:0 14px 28px rgba(8,117,111,.2);font-size:25px}.auth-panel .brand-title{font-size:34px;letter-spacing:0}.auth-copy{padding-top:18px;border-top:1px solid var(--line);max-width:none}.auth-copy .page-title{font-size:24px}.field-stack{max-width:none;gap:18px}.global-search,.input-shell{min-height:46px;border:1px solid #cfd8e3;background:#fff;display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:center;padding:0 14px;border-radius:7px;color:#667085;transition:border-color .15s ease,box-shadow .15s ease}.global-search:focus-within,.input-shell:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px rgba(8,117,111,.14)}.global-search input,.input-shell input{height:auto;min-height:0;border:0;padding:0;background:transparent;box-shadow:none}.global-search input:focus,.input-shell input:focus{border:0;box-shadow:none}.auth-submit{min-height:52px;font-size:15px}.blueprint-card{position:absolute;right:-40px;bottom:-46px;width:520px;height:230px;opacity:.28;transform:skewX(-16deg);border:1px solid rgba(8,117,111,.22);background:linear-gradient(135deg,transparent 49%,rgba(8,117,111,.18) 50%,transparent 51%),rgba(255,255,255,.42)}.blueprint-card div{position:absolute;inset:34px;border:1px solid rgba(8,117,111,.24)}.blueprint-card span{position:absolute;color:rgba(8,117,111,.55);font-size:12px;font-weight:600}.blueprint-card span:first-child{top:-20px;left:44%}.blueprint-card span:last-child{right:-36px;top:42%}.app-shell{grid-template-columns:250px minmax(0,1fr);background:var(--bg)}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:grid;grid-template-rows:auto 1fr auto;min-height:0;overflow:hidden;padding:20px 14px;border:0;color:#eef4fa;background:linear-gradient(180deg,rgba(14,42,62,.68),transparent 32%),var(--sidebar)}.sidebar .brand{padding:0 8px 18px}.sidebar .brand-mark{width:48px;height:48px;border:0;border-radius:7px;background:linear-gradient(145deg,#0b817a,#08605c);color:#fff;box-shadow:0 12px 26px rgba(8,117,111,.25)}.sidebar .brand-title{font-size:20px;color:#fff}.sidebar .muted,.sidebar-footer span{color:#9fb0c2}.nav{align-content:start;gap:7px;margin-top:8px;min-height:0;overflow-y:auto;padding-right:3px;scrollbar-width:thin;scrollbar-color:rgba(159,176,194,.42) transparent}.nav::-webkit-scrollbar{width:6px}.nav::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(159,176,194,.38)}.nav a{position:relative;height:46px;border-radius:7px;color:#dce6ef;padding:0 12px;font-weight:500}.nav a svg{color:#d6e2ec}.nav a.active,.nav a:hover{background:linear-gradient(90deg,rgba(8,117,111,.96),rgba(8,117,111,.42));color:#fff}.nav a.active:before{content:"";position:absolute;left:-14px;top:9px;bottom:9px;width:3px;border-radius:0 3px 3px 0;background:#34d3c3}.nav-section{margin:18px 8px 4px;color:#9fb0c2;font-size:11px;font-weight:600;text-transform:uppercase}.sidebar-bottom{display:grid;grid-gap:10px;gap:10px}.sidebar-help{min-height:42px;display:flex;align-items:center;gap:10px;padding:0 12px;border-radius:7px;color:#dce6ef;text-decoration:none;font-weight:500}.sidebar-help svg{color:#d6e2ec}.sidebar-help.active,.sidebar-help:hover{background:rgba(8,117,111,.18);color:#fff}.sidebar-footer{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:center;border-top:1px solid rgba(225,235,245,.14);padding:16px 8px 0}.sidebar-footer span,.sidebar-footer strong{display:block;line-height:1.35}.sidebar-footer strong{color:#fff;font-size:13px;font-weight:600}.sidebar-footer span{font-size:12px;font-weight:500}.nav-group{display:contents}@media screen and (max-height:840px) and (min-width:1101px){.sidebar{padding:12px 10px}.sidebar .brand{padding:0 6px 10px}.sidebar .brand-mark{width:38px;height:38px}.sidebar .brand-title{font-size:17px}.sidebar .muted{font-size:12px}.nav{gap:4px;margin-top:4px}.nav a{height:36px;padding:0 9px;gap:8px;font-size:14px}.nav-section{margin:10px 8px 2px;font-size:10px}.sidebar-bottom{gap:6px}.sidebar-help{min-height:34px;padding:0 9px;font-size:13px}.sidebar-footer{gap:8px;padding:9px 6px 0}.sidebar-footer .user-avatar{width:32px;height:32px}.sidebar-footer strong{font-size:12px}.sidebar-footer span{font-size:10.5px}}.settings-card-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));grid-gap:16px;gap:16px;margin-bottom:18px}.settings-card{display:flex;align-items:flex-start;gap:14px;color:inherit;text-decoration:none;padding:18px}.settings-card h2{margin:0 0 5px;font-size:17px}.settings-form{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));grid-gap:14px;gap:14px;padding:16px}.settings-form textarea{min-height:92px;resize:vertical}.access-denied-panel{display:flex;align-items:flex-start;gap:16px;max-width:720px;padding:22px}.access-denied-panel h2{margin:0 0 8px}.user-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#0b817a,#0b5c58);color:#fff;font-size:13px;font-weight:600}.content{padding:18px 22px 22px}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:160;grid-template-columns:minmax(260px,720px) 1fr auto auto;gap:10px;align-items:center;margin:-18px -22px 18px;padding:10px 22px;border-bottom:1px solid var(--line);background:rgba(248,250,252,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.global-search{grid-column:1}.topbar>.topbar-btn{grid-column:3;justify-self:end}.topbar>form{grid-column:4;margin:0}.topbar-btn{white-space:nowrap}.notification-count{min-width:22px;height:22px;display:inline-grid;place-items:center;border-radius:999px;background:var(--teal-soft);color:var(--teal-dark);font-size:12px;font-weight:600}.page-head{align-items:flex-start;margin-bottom:14px}.page-title{color:var(--ink);font-size:26px;line-height:1.16;letter-spacing:0}.page-head .muted{margin-top:6px;line-height:1.45}.page-head .btn{font-size:14px;text-decoration:none}.status-line{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.status-line span:last-child{position:relative;padding-left:14px}.status-line span:last-child:before{content:"";position:absolute;left:0;top:50%;width:7px;height:7px;transform:translateY(-50%);border-radius:50%;background:var(--teal)}.grid-kpi{gap:10px;margin-bottom:12px}.kpi{min-height:88px;position:relative;align-content:center;gap:4px;padding:14px 16px 14px 76px;border-color:#dfe5ec;box-shadow:var(--shadow-sm)}.kpi:before{content:"";position:absolute;left:20px;top:50%;width:42px;height:42px;transform:translateY(-50%);border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(8,117,111,.14),rgba(8,117,111,.08))}.kpi span{font-size:12px;color:#43536a}.kpi strong{font-size:25px;line-height:1.05;color:#0f172a}.bulk-tool,.history-item,.panel,.price-warning,.status-current,.table-panel,.validation-list div,.warning-item{border-color:#dfe5ec;box-shadow:var(--shadow-sm)}.panel,.table-panel{background:rgba(255,255,255,.95)}.panel{padding:14px}.panel h2,.table-panel h2{font-size:16px;letter-spacing:0;color:#111827}.panel-head,.table-head{min-height:50px;align-items:center}.table-head{padding:10px 14px}.table-meta{color:#667085}.filter-bar{grid-template-columns:auto minmax(260px,430px) auto;gap:10px}.filter-bar svg{color:#667085}.catalog-tabs,.row-filter-tabs{gap:6px;background:#fbfdff}.catalog-tabs a,.row-filter-tab{border-radius:0;border-width:0 0 2px;background:transparent;color:#344054;box-shadow:none}.catalog-tabs a.active,.row-filter-tab.active{border-color:var(--teal);background:transparent;color:var(--teal-dark)}.orders-table{color:#26364c}.orders-table td,.orders-table th{padding:8px 12px;border-bottom-color:#e5eaf1;font-size:13px;vertical-align:middle}.orders-table th{height:34px;background:#f8fafc;color:#43536a;font-size:11px;font-weight:600;letter-spacing:0}.orders-table tbody tr{transition:background .12s ease}.orders-table tbody tr:hover td{background:#fbfdff}.orders-clickable-row{cursor:pointer}.table-row-link{display:block;margin:-8px -12px;padding:8px 12px;color:inherit;text-decoration:none}.table-row-link:hover{color:var(--teal-dark)}.table-row-link-tags{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.orders-table td strong{color:#152035}.orders-table.catalog-customers-table td,.orders-table.catalog-customers-table th{vertical-align:top}.orders-table.catalog-customers-table .catalog-actions-cell,.orders-table.catalog-customers-table .catalog-id-cell,.orders-table.catalog-customers-table .catalog-main-cell,.orders-table.catalog-customers-table .catalog-notes-cell,.orders-table.catalog-customers-table .catalog-stack,.orders-table.catalog-customers-table .catalog-status-cell{padding-top:12px;padding-bottom:12px}.edge-pill,.tag{min-height:26px;border-radius:6px;border-color:#c6e6e0;background:#e9f6f3;color:var(--teal-dark);font-size:12px;font-weight:600}.edge-pill{margin-left:6px}.diagnostics-grid,.price-summary-grid,.source-flow,.status-board,.validation-grid{gap:0;border-radius:var(--radius);overflow:hidden}.source-step{min-height:104px;border:0;border-left:3px solid var(--teal);border-radius:0}.source-step.warn{border-left-color:var(--amber)}.status-board{gap:12px}.stage{min-height:172px;background:#fbfdff}.stage-title{color:#26364c}.order-chip{border:1px solid #dfe5ec;border-left:4px solid var(--teal);border-radius:7px;box-shadow:none}.order-chip:hover{background:#f6fbfa}.pagination{background:#fbfdff}.pagination a{border-radius:7px;box-shadow:var(--shadow-sm)}.empty-state{color:#667085}.bulk-grid,.check-row,.diagnostics-note,.empty-state,.form-grid,.live-validation-note,.match-list,.price-confirm-form,.quick-parts-entry,.text-preview,.validation-list{background:#fbfdff}.check-row{border-radius:7px}.details-editor-table input,.details-editor-table textarea,.preview-table input{border-radius:5px}.order-form .table-panel{border-radius:6px}.order-form .floating-save-bar{z-index:8;justify-self:end;width:auto;min-width:200px;padding:2px 4px}.order-form-update .floating-save-bar{display:none}.order-form .floating-save-bar .btn{min-height:30px;padding:5px 10px}.order-form .editor-toolbar{gap:4px}.order-form .material-group-tabs{z-index:120;padding:3px 0}.order-form .material-group-tabs a{min-width:96px;padding:4px 6px}.order-form .table-head{min-height:36px;padding:5px 7px}.order-form .table-head h2{font-size:14px;line-height:1.2}.order-form .table-head .tag{min-height:24px;padding:3px 7px;font-size:11px}.order-form .table-meta{margin-top:1px;font-size:10.5px;line-height:1.25}.order-form .form-grid{gap:3px;padding:4px 5px}.order-form .form-grid label{gap:3px;font-size:12px}.order-form .form-grid input,.order-form .form-grid select,.order-form .form-grid textarea{min-height:22px;height:22px;padding:2px 6px;border-radius:5px;font-size:12px}.order-form .material-grid{grid-template-columns:repeat(8,minmax(88px,1fr));align-items:start}.order-form .material-grid>.material-selector-field{grid-column:1/span 4;grid-row:2/span 2;padding:3px;border-radius:6px}.order-form .material-grid>.material-note-field{grid-column:2/span 2;grid-row:1}.order-form .material-grid>.material-height-field{grid-column:5;grid-row:1}.order-form .material-grid>.material-width-field{grid-column:6;grid-row:1}.order-form .material-grid>.material-thickness-field{grid-column:7;grid-row:1}.order-form .material-grid>.material-discount-field{grid-column:5;grid-row:2}.order-form .material-grid>.material-markup-field{grid-column:6;grid-row:2}.order-form .material-grid>.material-purchase-format-field{grid-column:7/span 2;grid-row:2}.order-form .material-grid>.material-service-price-field{grid-column:5;grid-row:3}.order-form .material-grid>.material-quantity-field{grid-column:1;grid-row:4}.order-form .material-grid>.material-sale-price-field{grid-column:2/span 2;grid-row:4}.order-form .material-grid>.material-sheet-price-field{grid-column:4/span 2;grid-row:4}.order-form .material-grid>.edge-choice-field{grid-row:5}.order-form .material-grid>.edge-choice-field-1{grid-column:1/span 2}.order-form .material-grid>.edge-choice-field-2{grid-column:3/span 2}.order-form .material-grid>.edge-choice-field-3{grid-column:5/span 2}.order-form .material-grid>.edge-choice-field-4{grid-column:7/span 2}.order-form .material-grid>.extra-edge-fields{grid-column:1/span 4;grid-row:6}.order-form .material-grid>.material-selector-field .searchable-suggestions{right:auto;width:min(760px,calc(100vw - 80px))}.order-form .searchable-select{gap:2px}.order-form .searchable-select input[type=search]{height:22px;min-height:22px;padding:2px 6px;font-size:12px}.order-form .searchable-selected{min-height:22px;padding:2px 6px;border-radius:5px;font-size:12px;line-height:1.25}.order-form .searchable-suggestions{top:27px;max-height:280px;border-radius:6px}.order-form .searchable-suggestions button{gap:1px;padding:4px 6px}.order-form .searchable-suggestions strong{font-size:12px}.order-form .material-price-hint,.order-form .searchable-suggestions small,.order-form .select-help{font-size:10px;line-height:1.2}.order-form .material-price-hint{margin-top:2px}.order-form .field-label-row{gap:6px}.order-form .muted-link{font-size:10.5px}.order-form .inline-check{gap:4px;font-size:10.5px;line-height:1.2}.order-form .inline-check input{width:12px;height:12px;min-height:12px}.order-form .extra-edge-fields{grid-column:span 4;padding:4px;border-radius:6px}.order-form .extra-edge-fields summary{font-size:12px}.order-form .extra-edge-grid{gap:4px;margin-top:4px}.order-form .edge-default-helper{gap:5px;padding:5px 7px}.order-form .edge-default-helper .btn{min-height:28px;padding:4px 9px;font-size:12px}.order-form .edge-default-helper .muted,.order-form .edge-default-message{font-size:10.5px}.order-form .quick-parts-entry{grid-template-columns:minmax(280px,1fr);gap:4px;padding:4px 7px;align-items:start}.order-form .quick-parts-entry .button-row{gap:4px}.order-form .quick-entry-option{justify-content:flex-start;max-width:none}.order-form .quick-parts-entry textarea{min-height:30px;padding:4px 6px;font-size:12px}.order-form .quick-parts-entry .btn{min-height:28px;padding:4px 9px;font-size:12px}.order-form .quick-entry-option{gap:5px;font-size:11px}.order-form .quick-entry-option input{width:13px;height:13px;min-height:13px}.order-form .details-editor-table td,.order-form .details-editor-table th{padding:1px 2px;font-size:11px}.order-form .details-editor-table input,.order-form .details-editor-table select,.order-form .details-editor-table textarea{height:21px;min-height:21px;padding:0 4px;font-size:12px}.order-form .details-editor-table textarea{padding-top:3px}.order-form .details-editor-table{table-layout:fixed;min-width:1280px}.order-form .details-editor-table td:first-child,.order-form .details-editor-table th:first-child{width:30px}.order-form .details-editor-table td:nth-child(2),.order-form .details-editor-table td:nth-child(5),.order-form .details-editor-table th:nth-child(2),.order-form .details-editor-table th:nth-child(5){width:92px;min-width:88px}.order-form .details-editor-table td:nth-child(3),.order-form .details-editor-table td:nth-child(4),.order-form .details-editor-table td:nth-child(6),.order-form .details-editor-table td:nth-child(7),.order-form .details-editor-table th:nth-child(3),.order-form .details-editor-table th:nth-child(4),.order-form .details-editor-table th:nth-child(6),.order-form .details-editor-table th:nth-child(7){width:54px;min-width:50px}.order-form .details-editor-table td:nth-child(8),.order-form .details-editor-table th:nth-child(8){width:62px;min-width:58px}.order-form .details-editor-table td:nth-child(10),.order-form .details-editor-table td:nth-child(9),.order-form .details-editor-table th:nth-child(10),.order-form .details-editor-table th:nth-child(9){width:126px;min-width:118px}.order-form .details-editor-table td:nth-child(11),.order-form .details-editor-table th:nth-child(11){width:184px;min-width:170px}.order-form .details-editor-table td:nth-child(12),.order-form .details-editor-table th:nth-child(12){width:70px;min-width:66px}.order-form .details-editor-table td:nth-child(13),.order-form .details-editor-table th:nth-child(13){width:170px;min-width:156px}.order-form .part-services-picker{min-width:162px}.order-form .part-services-picker summary{min-height:24px;padding:4px 7px;font-size:12px}.order-form .detail-row-actions{display:flex;flex-wrap:nowrap;gap:2px}.order-form .detail-row-actions button{min-width:30px;height:20px;padding:0 3px;border-radius:4px;font-size:9.5px}.order-form .edge-choice-field .select-help{display:none}.order-form .manual-services-table{table-layout:fixed;min-width:1100px}.order-form .manual-services-table td,.order-form .manual-services-table th{padding:2px 3px}.order-form .manual-services-table input,.order-form .manual-services-table select,.order-form .manual-services-table textarea{height:24px;min-height:24px;padding:1px 5px;font-size:12px}.order-form .manual-services-table td:first-child,.order-form .manual-services-table th:first-child{width:30px}.order-form .manual-services-table td:nth-child(2),.order-form .manual-services-table th:nth-child(2){width:210px;min-width:210px}.order-form .manual-services-table td:nth-child(3),.order-form .manual-services-table th:nth-child(3){width:120px;min-width:120px}.order-form .manual-services-table td:nth-child(4),.order-form .manual-services-table th:nth-child(4){width:380px;min-width:380px}.order-form .manual-services-table td:nth-child(5),.order-form .manual-services-table th:nth-child(5){width:70px;min-width:70px}.order-form .manual-services-table td:nth-child(6),.order-form .manual-services-table th:nth-child(6){width:62px;min-width:62px}.order-form .manual-services-table td:nth-child(7),.order-form .manual-services-table th:nth-child(7){width:84px;min-width:84px}.order-form .manual-services-table td:nth-child(8),.order-form .manual-services-table th:nth-child(8){width:220px;min-width:220px}.page-actions{display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end}.mapping-kpis .kpi strong{font-size:24px}.edge-mapping-table td:first-child,.edge-mapping-table th:first-child{min-width:230px}.edge-mapping-table td:nth-child(2),.edge-mapping-table th:nth-child(2){min-width:260px}.edge-mapping-table td:nth-child(4),.edge-mapping-table td:nth-child(6),.edge-mapping-table th:nth-child(4),.edge-mapping-table th:nth-child(6){min-width:360px}.mapping-muted{display:block;margin-top:5px;color:#667085;font-size:12px;line-height:1.35}.mapping-save-form{display:grid;grid-template-columns:minmax(220px,1fr) auto;grid-gap:8px;gap:8px;align-items:center}.mapping-save-form select{width:100%}.pricebook-main-panel{display:grid;grid-gap:10px;gap:10px}.pricebook-summary-strip{display:flex;flex-wrap:wrap;gap:6px 16px;align-items:center;padding:0 2px 5px;color:#526173;font-size:12px}.pricebook-summary-strip span{display:inline-flex;align-items:baseline;gap:6px;min-height:22px}.pricebook-summary-strip strong{color:#152035;font-size:17px;line-height:1}.pricebook-add-panel{border:1px solid var(--line);border-radius:8px;background:#fbfdff}.pricebook-add-panel summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 11px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#152035;font-weight:700}.pricebook-add-panel summary span{display:inline-flex;align-items:center;gap:8px}.pricebook-add-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:8px;gap:8px;align-items:end;border-top:1px solid var(--line);padding:10px}.pricebook-add-form label{display:grid;grid-gap:6px;gap:6px;color:#526173;font-size:12px;font-weight:600}.pricebook-add-form input,.pricebook-add-form select{width:100%;min-height:31px;border:1px solid #d8e0ea;border-radius:6px;background:#ffffff;color:#152035;font:inherit;font-size:13px;padding:5px 8px}.pricebook-add-form .wide{grid-column:1/-1}.pricebook-add-actions{display:flex;align-items:flex-end;min-height:58px}.pricebook-column-panel{border:1px solid var(--line);border-radius:8px;background:#fbfdff}.pricebook-column-panel summary{cursor:pointer;padding:8px 10px;color:#152035;font-size:13px;font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pricebook-column-form{display:flex;flex-wrap:wrap;gap:6px 12px;align-items:center;border-top:1px solid var(--line);padding:8px 10px}.pricebook-column-fixed,.pricebook-column-form label{display:inline-flex;align-items:center;gap:6px;min-height:24px;color:#526173;font-size:12px;font-weight:600}.pricebook-column-form input[type=checkbox]{width:15px;height:15px;accent-color:var(--teal)}.pricebook-table-wrap{overflow-x:auto;max-width:100%}.pricebook-table{width:100%;min-width:1120px;table-layout:fixed}.pricebook-table.hide-blocks col:nth-child(8),.pricebook-table.hide-blocks td:nth-child(8),.pricebook-table.hide-blocks th:nth-child(8),.pricebook-table.hide-dimensions col:nth-child(2),.pricebook-table.hide-dimensions td:nth-child(2),.pricebook-table.hide-dimensions th:nth-child(2),.pricebook-table.hide-extra col:nth-child(7),.pricebook-table.hide-extra td:nth-child(7),.pricebook-table.hide-extra th:nth-child(7),.pricebook-table.hide-full col:nth-child(6),.pricebook-table.hide-full td:nth-child(6),.pricebook-table.hide-full th:nth-child(6),.pricebook-table.hide-group col:nth-child(5),.pricebook-table.hide-group td:nth-child(5),.pricebook-table.hide-group th:nth-child(5),.pricebook-table.hide-name col:nth-child(3),.pricebook-table.hide-name td:nth-child(3),.pricebook-table.hide-name th:nth-child(3),.pricebook-table.hide-supplier col:nth-child(4),.pricebook-table.hide-supplier td:nth-child(4),.pricebook-table.hide-supplier th:nth-child(4){display:none}.pricebook-col-code{width:12%}.pricebook-col-dimensions{width:8%}.pricebook-col-name{width:17%}.pricebook-col-supplier{width:9%}.pricebook-col-group{width:10%}.pricebook-col-extra-price,.pricebook-col-main-price{width:13%}.pricebook-col-blocks{width:18%}.pricebook-table td,.pricebook-table th{vertical-align:top;white-space:normal;overflow-wrap:anywhere;padding:7px 8px;font-size:12px;line-height:1.25}.pricebook-table th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#f8fbff}.pricebook-table td:first-child,.pricebook-table th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:3;background:#ffffff;box-shadow:1px 0 0 #e4eaf1}.pricebook-table th:first-child{z-index:5;background:#f8fbff}.pricebook-cell-block,.pricebook-other-groups{display:grid;grid-gap:5px;gap:5px}.pricebook-table td strong{color:#152035}.pricebook-price-form{display:grid;grid-template-columns:82px 26px;align-items:center;grid-gap:4px;gap:4px;min-width:112px}.pricebook-price-form[data-pricebook-autosave=true]{grid-template-columns:minmax(0,1fr);min-width:0;width:100%}.pricebook-price-form input{width:100%;min-width:0;height:24px;padding:2px 6px;border:1px solid #d8e0ea;border-radius:6px;background:#ffffff;color:#152035;font:inherit;font-size:12px;text-align:right}.pricebook-price-form.empty input{background:#fbfdff;color:#667085}.pricebook-price-form button{width:26px;height:24px;display:inline-grid;place-items:center;border:1px solid #d8e0ea;border-radius:6px;background:#f8fbff;color:#344054;cursor:pointer}.pricebook-price-form button:focus-visible,.pricebook-price-form button:hover{border-color:#9bb7d8;background:#eef6ff;color:#174a7c}.pricebook-row-save-form{display:grid;grid-template-columns:minmax(0,1fr) 26px;grid-gap:4px;gap:4px;align-items:start;min-width:0}.pricebook-row-save-form[data-pricebook-autosave=true]{grid-template-columns:minmax(0,1fr);min-width:0}.pricebook-price-form[data-pricebook-autosave=true] button,.pricebook-row-save-form[data-pricebook-autosave=true] button{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.pricebook-price-form[data-pricebook-autosave-state=pending] input,.pricebook-row-save-form[data-pricebook-autosave-state=pending] input,.pricebook-table tr[data-pricebook-autosave-state=pending] .pricebook-cell-input,.pricebook-table tr[data-pricebook-autosave-state=pending] .pricebook-dimension-edit input,.pricebook-table tr[data-pricebook-autosave-state=pending] .pricebook-group-edit input{border-color:#d4a72c;background:#fffbeb}.pricebook-price-form[data-pricebook-autosave-state=saved] input,.pricebook-price-form[data-pricebook-autosave-state=saving] input,.pricebook-row-save-form[data-pricebook-autosave-state=saved] input,.pricebook-row-save-form[data-pricebook-autosave-state=saving] input,.pricebook-table tr[data-pricebook-autosave-state=saved] .pricebook-cell-input,.pricebook-table tr[data-pricebook-autosave-state=saved] .pricebook-dimension-edit input,.pricebook-table tr[data-pricebook-autosave-state=saved] .pricebook-group-edit input,.pricebook-table tr[data-pricebook-autosave-state=saving] .pricebook-cell-input,.pricebook-table tr[data-pricebook-autosave-state=saving] .pricebook-dimension-edit input,.pricebook-table tr[data-pricebook-autosave-state=saving] .pricebook-group-edit input{border-color:var(--teal);background:#f0fdfa}.pricebook-price-form[data-pricebook-autosave-state=error] input,.pricebook-row-save-form[data-pricebook-autosave-state=error] input,.pricebook-table tr[data-pricebook-autosave-state=error] .pricebook-cell-input,.pricebook-table tr[data-pricebook-autosave-state=error] .pricebook-dimension-edit input,.pricebook-table tr[data-pricebook-autosave-state=error] .pricebook-group-edit input{border-color:#dc2626;background:#fff1f2}.pricebook-cell-input,.pricebook-dimension-edit input,.pricebook-group-edit input{width:100%;min-height:24px;padding:2px 6px;border:1px solid #d8e0ea;border-radius:6px;background:#ffffff;color:#152035;font:inherit;font-size:12px}textarea.pricebook-cell-input{width:100%;min-width:0;min-height:40px;resize:vertical;line-height:1.35}.pricebook-cell-input.code{font-weight:700}.pricebook-cell-input.unit{width:100%}.pricebook-cell-input.supplier{min-width:0;font-weight:700}.pricebook-cell-input.type{min-width:0}.pricebook-row-save-form button{width:26px;height:24px;display:inline-grid;place-items:center;border:1px solid #d8e0ea;border-radius:6px;background:#f8fbff;color:#344054;cursor:pointer}.pricebook-row-save-form button:focus-visible,.pricebook-row-save-form button:hover{border-color:#9bb7d8;background:#eef6ff;color:#174a7c}.pricebook-blocks-stack,.pricebook-dimension-edit,.pricebook-group-edit,.pricebook-group-read,.pricebook-supplier-unit-edit,.pricebook-supplier-unit-read{display:grid;grid-gap:3px;gap:3px}.pricebook-dimension-edit{grid-template-columns:repeat(3,minmax(0,1fr));min-width:0}.pricebook-dimension-edit input:first-child{grid-column:1/-1}.pricebook-group-edit{min-width:0}.pricebook-price-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:3px;gap:3px}.pricebook-price-group>strong{grid-column:1/-1;color:#1d2939;font-size:12px;font-weight:700}.pricebook-price-group label{display:grid;grid-gap:3px;gap:3px;min-width:0;color:#667085;font-size:10.5px;font-weight:600}.pricebook-price-stack{display:grid;grid-gap:5px;gap:5px}@media screen and (max-width:1500px){.pricebook-table{min-width:1040px}.pricebook-table td,.pricebook-table th{padding:6px 7px;font-size:11.5px}.pricebook-row-editor-body{grid-template-columns:minmax(0,1fr)}}.pricebook-mini-add-form{display:grid;grid-template-columns:repeat(2,minmax(72px,1fr));grid-gap:4px;gap:4px;margin-top:8px;min-width:0}.pricebook-mini-add-form.special{grid-template-columns:minmax(88px,1fr) 68px}.pricebook-mini-add-form input,.pricebook-mini-add-form select{width:100%;min-height:28px;padding:4px 7px;border:1px solid #d8e0ea;border-radius:6px;background:#ffffff;color:#152035;font:inherit;font-size:12px}.pricebook-mini-add-form button{min-height:28px;padding:4px 8px;font-size:12px}.pricebook-inline-add{margin-top:6px}.pricebook-inline-add summary{cursor:pointer;color:var(--teal);font-size:12px;font-weight:700}.pricebook-edit-hint{display:block;margin-top:3px;color:var(--teal);font-size:11px;font-weight:600}.pricebook-table .pricebook-edit-row td:first-child{position:static;background:#f8fbff;box-shadow:none}.pricebook-edit-row>td{padding:0 8px 8px;background:#f8fbff}.pricebook-row-editor{border:1px solid #dfe8ef;border-radius:8px;background:#ffffff}.pricebook-row-editor summary{display:flex;align-items:center;gap:8px;min-height:32px;padding:6px 9px;cursor:pointer;color:#344054;font-size:12px;font-weight:700}.pricebook-row-editor summary strong{color:#152035}.pricebook-row-editor summary em{margin-left:auto;color:#667085;font-size:11px;font-style:normal;font-weight:600}.pricebook-row-editor-body{display:grid;grid-template-columns:minmax(360px,1.2fr) minmax(320px,1fr) minmax(180px,.55fr);grid-gap:10px;gap:10px;border-top:1px solid #e4eaf1;padding:10px}.pricebook-row-editor-fields{gap:7px}.pricebook-row-editor-fields,.pricebook-row-editor-fields[data-pricebook-autosave=true]{grid-template-columns:repeat(4,minmax(100px,1fr))}.pricebook-row-editor-fields label,.pricebook-row-editor-prices label{display:grid;grid-gap:3px;gap:3px;min-width:0;color:#667085;font-size:11px;font-weight:600}.pricebook-row-editor-fields .wide{grid-column:span 2}.pricebook-row-editor-fields input,.pricebook-row-editor-fields select,.pricebook-row-editor-fields textarea{width:100%;min-height:25px;padding:3px 6px;border:1px solid #d8e0ea;border-radius:6px;background:#ffffff;color:#152035;font:inherit;font-size:12px}.pricebook-row-editor-fields>button{align-self:end}.pricebook-row-editor-actions,.pricebook-row-editor-prices{display:grid;grid-gap:8px;gap:8px}.pricebook-row-editor-actions{align-content:start}.pricebook-line{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;font-size:12px;line-height:1.45;color:#526173}.pricebook-line strong{color:#152035;font-size:12px;font-weight:600;text-align:right}.pricebook-other-group{display:grid;grid-gap:4px;gap:4px;padding:8px 10px;border:1px solid #e4eaf1;border-radius:7px;background:#fbfdff}.pricebook-other-group>strong{color:#1d2939;font-size:12px;font-weight:600}.pricebook-special-head{display:flex;flex-wrap:wrap;gap:5px 8px;align-items:center;justify-content:space-between}.pricebook-special-head strong{color:#1d2939;font-size:12px;font-weight:700}.pricebook-special-head span{border:1px solid #d8e0ea;border-radius:999px;background:#ffffff;color:#526173;font-size:10px;font-weight:700;line-height:1.2;padding:2px 6px}.import-report-codes{display:grid;grid-gap:6px;gap:6px;padding:10px 12px;border:1px solid #d8e0ea;border-radius:8px;background:#fbfdff;color:#526173;font-size:13px}.import-report-codes strong{color:#152035}.pricebook-admin-panel{margin-top:4px}.pricebook-admin-panel summary{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.live-validation-note.danger{border-color:#f2a7a7;background:#fff1f1;color:#8a1f1f}.document-transcription-grid{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);grid-gap:16px;gap:16px;padding:16px}.document-preview-box{min-height:460px;border:1px solid var(--line);background:#fbfdff;display:grid;place-items:center;overflow:hidden}.document-preview-box iframe,.document-preview-box img{width:100%;height:100%;min-height:460px;border:0;object-fit:contain;background:#fff}.pdf-empty-note{margin:0;border-top:1px solid var(--line);padding:14px 16px}.pdf-empty-note+.text-preview{display:none}.document-transcription-form,.document-transcription-workspace{display:grid;align-content:start;grid-gap:12px;gap:12px}.ocr-action-form{border:1px solid var(--line);background:#fff;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.ocr-action-form div{display:grid;grid-gap:4px;gap:4px}.ocr-action-form strong{font-size:14px}.ocr-action-form span{color:var(--muted);font-size:13px;font-weight:600}.ocr-action-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.ocr-result{border:1px solid var(--line);background:#fbfcfd;padding:12px;display:grid;grid-gap:10px;gap:10px;color:#344054;font-size:13px}.ocr-result.completed{border-color:#b7ded7;background:#f1faf8}.ocr-result.failed,.ocr-result.not_configured,.ocr-result.unsupported{border-color:#f1c27d;background:#fffaf2}.ocr-result div{display:flex;align-items:center;justify-content:space-between;gap:12px}.ocr-result span{color:var(--muted);font-weight:600}.ocr-result p,.ocr-result ul{margin:0}.ocr-result ul{padding-left:18px;display:grid;grid-gap:4px;gap:4px}.price-ai-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.price-ai-actions form{margin:0}.price-ai-result{border-top:1px solid var(--line);background:#fbfcfd;padding:12px 16px;display:grid;grid-gap:8px;gap:8px;color:#344054;font-size:13px}.price-ai-result.completed{background:#f1faf8;border-color:#b7ded7}.price-ai-result.failed,.price-ai-result.not_configured{background:#fffaf2;border-color:#f1c27d}.price-ai-result>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.price-ai-result p,.price-ai-result ul{margin:0;color:var(--muted)}.price-ai-result ul{padding-left:18px;display:grid;grid-gap:4px;gap:4px}.price-pdf-preview{border-top:1px solid var(--line);border-left:0;border-right:0;min-height:520px}.price-pdf-preview iframe{min-height:520px}.tag.tag-muted{background:#f2f4f7;color:#475467}.compact-actions{gap:6px;flex-wrap:nowrap}.compact-actions .btn{min-height:30px;padding:6px 9px;font-size:12px}.document-transcription-form textarea{min-height:260px;font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-size:13px;line-height:1.45}.document-format-note{border-left:3px solid var(--teal);background:#f1faf8;color:#344054;padding:10px 12px;display:grid;grid-gap:4px;gap:4px;font-size:13px}.board-fit-rows strong,.board-fit-sheet-selector strong,.board-fit-stats strong,.content b,.content h1,.content h2,.content h3,.content strong,.diagnostics-grid strong,.kpi strong,.order-summary-card strong,.order-tabbar strong,.page-title,.panel h2,.price-summary-grid strong,.production-flow-summary strong,.status-current strong,.table-panel h2,.validation-grid strong,.validation-summary-grid strong,.yield-summary-grid strong{font-weight:600}.auth-status-grid span,.board-fit-caption,.board-fit-head span,.board-fit-rows small,.board-fit-rows span,.board-fit-sheet-selector span,.board-fit-stats span,.board-fit-trim,.content em,.content small,.diagnostics-grid span,.kpi span,.ocr-action-form span,.ocr-result span,.order-summary-card small,.order-summary-card span,.order-tabbar span,.price-facts span,.price-summary-grid span,.production-flow-summary span,.quick-rule-box span,.select-help,.status-current span,.status-line,.table-meta,.validation-grid span,.validation-summary-grid span,.yield-summary-grid span,label{font-weight:500}.board-fit-piece,.board-fit-tabs button,.btn,.catalog-tabs a,.compact-table th,.details-editor-table th,.edge-chip,.edge-pill,.match-chip,.mini-link,.notification-count,.order-command-actions .btn,.order-tabbar a,.orders-table th,.preview-table th,.print-table th,.production-step-index,.row-filter-tab,.rule-chip,.stage-title,.tag,.user-avatar{font-weight:600}.board-fit-empty,.board-fit-row-empty,.board-fit-row-more,.board-fit-warning,.live-validation-note,.price-warning,.qa-file em,.qa-file span,.quick-entry-message,.validation-check p,.validation-list div,.warning-item{font-weight:500}@media screen and (max-width:1280px){.report-filter-form{grid-template-columns:repeat(4,minmax(120px,1fr))}.report-filter-actions{grid-column:span 4}}@media screen and (max-width:980px){.reports-grid,.reports-layout{grid-template-columns:1fr}.report-filter-form,.reports-kpi-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.report-filter-actions{grid-column:span 2}}@media screen and (max-width:640px){.report-filter-form,.reports-kpi-grid{grid-template-columns:1fr}.report-filter-actions{grid-column:auto}.report-trend-row{grid-template-columns:1fr;gap:6px}.report-trend-row strong{text-align:left}}@page{size:A4 portrait;margin:6mm}@media print{body,html{width:auto;-webkit-print-color-adjust:exact;print-color-adjust:exact}.print-shell,body,html{background:#fff;min-width:0;margin:0;padding:0}.print-shell{width:100%}.print-toolbar{display:none}.print-page{width:100%;max-width:none;min-width:0;margin:0 auto;border:0;box-shadow:none;padding:0;overflow:visible;box-sizing:border-box}.print-page-continuous{display:none!important}.print-paged-document{display:block}.print-physical-page{display:block;break-after:page;page-break-after:always}.print-physical-page:last-child{break-after:auto;page-break-after:auto}.print-page-item{break-inside:avoid;page-break-inside:avoid}.print-header{display:grid}.print-running-header{display:none!important}.print-header h1{font-size:22px;margin:2px 0 5px}.print-header p{font-size:13px}.print-customer-name{padding:2px 5px}.print-price-only,.print-price-summary{display:none!important}.print-edge-grid span,.print-eyebrow,.print-meta span,.print-signature span{font-size:10px}.print-meta{gap:4px 8px}.print-flags{gap:4px;margin-bottom:10px}.print-flags .tag,.print-material-head .tag{padding:3px 6px;font-size:10px}.print-note{padding:7px 9px;margin-bottom:10px;gap:3px;font-size:12px}.print-comment-note{padding:6px 9px;margin-bottom:8px}.print-comment-note strong{font-size:11px}.print-comment-note span{font-size:14px}.print-material{break-inside:auto;page-break-inside:auto;padding-top:10px;margin-top:12px}.print-material-head{gap:8px;margin-bottom:6px}.print-material h2{font-size:14px;line-height:1.25;margin-top:1px;overflow-wrap:anywhere}.print-edge-grid{grid-template-columns:repeat(auto-fit,minmax(34mm,max-content));gap:4px;margin-bottom:5px}.print-edge-grid>div{padding:3px 5px;min-width:0;box-sizing:border-box}.print-edge-grid strong{font-size:11px;line-height:1.1}.print-table{width:100%;max-width:100%;table-layout:fixed;page-break-inside:auto;box-sizing:border-box;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.print-table thead{display:table-header-group}.print-table tr{break-inside:avoid;page-break-inside:avoid}.print-table td,.print-table th{font-size:9.4px;line-height:1.25;padding:2.6px 3px;overflow-wrap:anywhere;word-break:break-word;box-sizing:border-box}.print-price-table td,.print-price-table th{font-size:9.8px}.print-price-table td:first-child,.print-price-table th:first-child{width:62%;text-align:left}.print-price-table td:nth-child(2),.print-price-table th:nth-child(2){width:10%}.print-price-table td:nth-child(3),.print-price-table th:nth-child(3){width:7%;text-align:center}.print-price-table td:nth-child(4),.print-price-table th:nth-child(4){width:10%}.print-price-table td:nth-child(5),.print-price-table th:nth-child(5){width:11%}.print-price-table td:nth-child(n+2),.print-price-table th:nth-child(n+2){text-align:right;white-space:nowrap;overflow-wrap:normal;word-break:normal}.print-price-table td:nth-child(2),.print-price-table td:nth-child(4),.print-price-table td:nth-child(5){font-size:10.8px;font-weight:650}.print-detail-table td:first-child,.print-detail-table th:first-child{width:4%}.print-detail-table td:nth-child(2),.print-detail-table td:nth-child(5),.print-detail-table th:nth-child(2),.print-detail-table th:nth-child(5){width:9%}.print-detail-table td:nth-child(2),.print-detail-table td:nth-child(5),.print-detail-table td:nth-child(8){font-size:11.5px;font-weight:700;white-space:nowrap;overflow-wrap:normal;word-break:normal}.print-detail-table td:nth-child(3),.print-detail-table td:nth-child(4),.print-detail-table td:nth-child(6),.print-detail-table td:nth-child(7),.print-detail-table th:nth-child(3),.print-detail-table th:nth-child(4),.print-detail-table th:nth-child(6),.print-detail-table th:nth-child(7){width:13%}.print-detail-table td:nth-child(8),.print-detail-table th:nth-child(8){width:6%}.print-detail-table td:nth-child(9),.print-detail-table th:nth-child(9){width:20%}.print-edge-cell-special{outline:1px solid #0f766e}.print-price-summary{margin-top:14px;padding:8px}.print-price-head{margin-bottom:6px}.print-price-head h2{font-size:16px}.print-price-head strong{font-size:18px}.print-final-total{margin-top:12px;padding:8px 10px}.print-final-total span{font-size:11px}.print-final-total strong{font-size:18px}.print-signature{margin-top:14px;padding:8px}.print-signature h2{font-size:16px}.print-signature p{font-size:11px;margin-bottom:10px}.print-signature-grid{gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.print-signature-grid div,.print-signature-notes{gap:10px}.print-signature i{min-height:12px}.print-signature-notes{margin-top:10px}.print-final-total,.print-material-summary,.print-price-summary,.print-signature{page-break-inside:avoid;break-inside:avoid;padding:10px}}@media screen and (max-width:1100px){.app-shell,.auth-shell,.board-fit-body,.bulk-grid,.catalog-create-form,.catalog-create-form-wide,.catalog-detail-grid,.catalog-filter-bar,.dashboard-grid,.diff-columns,.dual-grid,.employee-create-form,.employee-row-form,.export-action-grid,.export-layout,.help-hero,.help-layout,.import-grid,.order-command-bar,.order-compact-grid,.price-breakdown,.price-confirm-form,.production-flow-summary,.repair-center-grid,.repair-flow,.search-grid,.status-panel-body,.validation-warning-columns,.yield-sheet-grid{grid-template-columns:1fr}.order-summary-strip,.order-tabbar{grid-template-columns:repeat(3,minmax(150px,1fr))}.nav{display:flex;overflow-x:auto;max-width:100%;margin-top:12px}.nav a{flex:0 0 auto;min-width:120px}.sidebar{position:static;height:auto;display:block;width:100%;max-width:100vw;overflow-x:hidden}.nav-section,.sidebar-footer{display:none}.topbar{grid-template-columns:minmax(260px,1fr) auto auto;margin:0 0 20px;padding:0;border-bottom:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.global-search,.topbar>.topbar-btn,.topbar>form{grid-column:auto}.board-fit-stats,.diagnostics-grid,.grid-kpi,.grid-kpi-five,.import-type-grid,.price-summary-grid,.print-header,.production-steps,.status-board,.validation-check-grid,.validation-grid,.validation-summary-grid,.yield-summary-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.yield-facts{grid-template-columns:repeat(3,minmax(130px,1fr))}.help-module-grid{grid-template-columns:1fr}}@media screen and (max-width:720px){.auth-shell,.content{padding:18px}.auth-panel,.auth-preview{padding:22px;min-height:auto}.auth-panel{border-radius:10px}.auth-preview{display:none}.auth-panel .brand-title{font-size:26px}.auth-panel .brand-mark{width:48px;height:48px}.auth-status-grid,.board-fit-controls,.board-fit-head,.board-fit-stats,.catalog-create-form,.catalog-create-form-wide,.catalog-detail-grid,.catalog-filter-bar,.code-grid,.detail-grid,.diagnostics-grid,.document-transcription-grid,.employee-create-form,.employee-row-form,.filter-bar,.form-grid,.grid-kpi,.grid-kpi-five,.help-tab-guide>div,.mapping-save-form,.match-list-grid,.order-summary-strip,.order-tabbar,.price-summary-grid,.print-edge-grid,.print-header,.production-flow-summary,.production-steps,.quick-parts-entry,.source-flow,.status-board,.topbar,.validation-check-grid,.validation-check-grid.compact,.validation-grid,.validation-summary-grid,.yield-facts,.yield-sheet-grid,.yield-summary-grid{grid-template-columns:1fr}.order-command-bar{position:static;padding:12px}.order-command-actions{justify-content:stretch}.order-command-actions .btn,.order-command-actions button,.order-command-actions form{width:100%}.repair-center-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.wide-field{grid-column:auto}.page-head{flex-direction:column}.kpi{min-height:92px;padding:16px 18px 16px 88px}.kpi:before{left:20px;width:48px;height:48px}.kpi strong{font-size:26px}.page-head .btn{width:100%}.preview-editor-note{grid-template-columns:1fr}.export-actions{justify-content:stretch}.export-actions .btn{width: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}.catalog-status-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0;cursor:pointer}.catalog-status-toggle:hover .tag{border-color:var(--primary)}.edge-adjustment-preview{display:grid;grid-gap:10px;gap:10px;padding:0 12px 12px}.catalog-adjustment-confirm{display:flex;align-items:center;justify-content:flex-end;gap:12px}.catalog-adjustment-confirm label{display:flex;align-items:center;gap:6px}.material-price-list-shell{min-height:100vh;padding:24px;background:#e8edf2;color:#182230}.material-price-list-toolbar{width:min(1120px,100%);margin:0 auto 16px;display:flex;align-items:flex-end;gap:12px}.material-price-list-filters{flex:1 1;display:grid;grid-template-columns:minmax(240px,1fr) minmax(150px,200px) minmax(160px,210px) auto;align-items:flex-end;grid-gap:10px;gap:10px}.material-price-list-filters label{display:grid;grid-gap:5px;gap:5px;color:#475467;font-size:12px;font-weight:700}.material-price-list-filters select{width:100%;min-height:38px}.material-price-list-page{width:min(1120px,100%);min-height:640px;margin:0 auto;padding:30px;border:1px solid #cfd7e2;background:#fff;box-shadow:0 18px 44px rgba(15,23,42,.12)}.material-price-list-header{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;padding-bottom:16px;margin-bottom:16px;border-bottom:2px solid #182230}.material-price-list-eyebrow{display:block;color:#087f73;font-size:12px;font-weight:800;text-transform:uppercase}.material-price-list-header h1{margin:4px 0 0;font-size:28px;letter-spacing:0}.material-price-list-header dl{min-width:320px;margin:0;display:grid;grid-gap:5px;gap:5px}.material-price-list-header dl div{display:grid;grid-template-columns:100px minmax(0,1fr);grid-gap:12px;gap:12px}.material-price-list-header dt{color:#667085;font-size:12px}.material-price-list-header dd{margin:0;font-size:12px;font-weight:700;overflow-wrap:anywhere}.material-price-list-summary{display:flex;justify-content:space-between;gap:16px;margin-bottom:10px;color:#667085;font-size:12px}.material-price-list-summary strong{color:#182230}.material-price-list-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:11px}.material-price-list-table td,.material-price-list-table th{padding:6px 7px;border:1px solid #d8dee8;text-align:left;vertical-align:top;overflow-wrap:anywhere}.material-price-list-table th{background:#eef2f6;color:#344054;font-size:10px;text-transform:uppercase}.material-price-list-table td:first-child,.material-price-list-table th:first-child{width:42px;text-align:right}.material-price-list-table td:nth-child(2),.material-price-list-table th:nth-child(2){width:150px}.material-price-list-table td:nth-child(4),.material-price-list-table th:nth-child(4){width:120px}.material-price-list-table td:nth-child(5),.material-price-list-table td:nth-child(6),.material-price-list-table th:nth-child(5),.material-price-list-table th:nth-child(6){width:72px}.material-price-list-table td:nth-child(7),.material-price-list-table th:nth-child(7){width:130px}.material-price-list-money{text-align:right!important;white-space:nowrap;font-weight:800}.material-price-list-empty{min-height:360px;display:grid;place-items:center;color:#667085;text-align:center}@media (max-width:820px){.material-price-list-shell{padding:12px}.material-price-list-filters,.material-price-list-header,.material-price-list-toolbar{display:grid;grid-template-columns:1fr}.material-price-list-toolbar .btn{width:100%}.material-price-list-page{padding:18px;overflow-x:auto}.material-price-list-header dl{min-width:0}.material-price-list-table{min-width:760px}}@media print{.material-price-list-shell{min-height:0;padding:0;background:#fff}.material-price-list-toolbar{display:none!important}.material-price-list-page{width:100%;min-height:0;margin:0;padding:0;border:0;box-shadow:none}.material-price-list-header{margin-bottom:10px;padding-bottom:10px}.material-price-list-header h1{font-size:22px}.material-price-list-summary{margin-bottom:7px}.material-price-list-table{font-size:9px}.material-price-list-table thead{display:table-header-group}.material-price-list-table tr{page-break-inside:avoid;break-inside:avoid}.material-price-list-table td,.material-price-list-table th{padding:3px 4px}body:has(.report-orders-panel) .app-shell{display:block;min-height:0;background:#fff}body:has(.report-orders-panel) .content>*,body:has(.report-orders-panel) .sidebar,body:has(.report-orders-panel) .topbar{display:none!important}body:has(.report-orders-panel) .content{width:100%;margin:0;padding:0}body:has(.report-orders-panel) .content>.report-orders-panel{display:block!important;border:0;box-shadow:none}body:has(.report-orders-panel) .report-print-context{display:grid;grid-gap:3px;gap:3px;padding:0 0 10px;border-bottom:1px solid #cbd5e1}body:has(.report-orders-panel) .report-print-context strong{font-size:18px}body:has(.report-orders-panel) .report-print-context span{font-size:10px}body:has(.report-orders-panel) .report-orders-panel .table-scroll{overflow:visible}body:has(.report-orders-panel) .report-orders-panel table{width:100%}body:has(.report-orders-panel) .report-orders-panel td,body:has(.report-orders-panel) .report-orders-panel th{padding:4px 5px;color:#111827;font-size:9px}body:has(.report-orders-panel) .report-orders-panel a{color:#111827;text-decoration:none}}