:root{color-scheme:light;--marine-950: #061925;--marine-900: #092637;--marine-800: #12384c;--blue-700: #125f98;--blue-600: #1675b6;--paper-100: #f2f5f6;--paper-50: #f8fafb;--ledger-white: #ffffff;--ink-950: #101f29;--ink-800: #293943;--slate-700: #52616a;--slate-600: #67757e;--rule-300: #ced7dc;--rule-200: #dfe5e8;--amber-800: #7e4305;--amber-700: #9b5204;--amber-100: #fff2dd;--teal-800: #075f55;--teal-100: #e3f4f0;--red-800: #8f1d17;--red-100: #fce9e7;--focus: #2a8fd0;--radius-xs: 4px;--radius-sm: 7px;--radius-md: 12px;--shadow-overlay: 0 14px 34px rgb(5 24 36 / 18%);--font-sans: "Noto Sans", "Noto Sans SC", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--paper-100);font-family:var(--font-sans);color:var(--ink-950);font-synthesis:none;text-rendering:optimizeLegibility}body{min-width:320px;min-height:100vh;margin:0;background:var(--paper-100)}button,input,select,textarea{font:inherit}input[type=number]{appearance:textfield;-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}button{color:inherit}button,a,input,select,textarea{outline:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid color-mix(in srgb,var(--focus),white 25%);outline-offset:2px}button:disabled{cursor:not-allowed}h1,h2,p{margin:0}h1,h2{text-wrap:balance}table{border-collapse:collapse;width:100%}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.boot-screen{display:grid;place-content:center;justify-items:center;gap:var(--space-4);min-height:100vh;background:var(--marine-950);color:#dbe7ec;font-size:.875rem}@media(prefers-reduced-motion:no-preference){.dashboard-canvas{animation:ledger-reveal .46s cubic-bezier(.16,1,.3,1) both}}@keyframes ledger-reveal{0%{clip-path:inset(0 0 9% 0);filter:blur(3px);opacity:.82}to{clip-path:inset(0);filter:blur(0);opacity:1}}.app-shell{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:100vh}.app-rail{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;padding:var(--space-5) var(--space-3) var(--space-4);background:var(--marine-900);color:#e6eef2}.brand-lockup{display:flex;align-items:center;gap:var(--space-3);padding:0 var(--space-2) var(--space-6)}.brand-lockup>span:last-child{display:grid;gap:2px}.brand-lockup strong{color:#fff;font-size:.875rem;font-weight:750;letter-spacing:.03em}.brand-lockup small{color:#b9ccd6;font-size:.6875rem;line-height:1.35}.brand-mark{display:inline-grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border:1px solid #8eacba;border-radius:var(--radius-xs);color:#fff;font-size:.75rem;font-weight:800;letter-spacing:-.02em}.rail-nav{display:grid;gap:2px;padding:0;margin:0;list-style:none}.app-rail>nav{flex:1 1 auto;min-height:0;width:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#47687a transparent}.rail-nav button{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;width:100%;min-height:43px;padding:0 var(--space-2);border:0;border-radius:var(--radius-xs);background:transparent;color:#bdd0d9;cursor:pointer;font-size:.8125rem;text-align:left}.rail-nav button:disabled{color:#8da2ad;opacity:.8}.rail-nav button.is-active{background:#174158;color:#fff;box-shadow:inset 2px 0 #67b3df}.rail-nav__symbol{display:inline-grid;place-items:center;width:22px;height:22px;border:1px solid currentColor;border-radius:50%;font-size:.625rem;font-weight:750}.rail-account{display:grid;grid-template-columns:32px minmax(0,1fr);gap:var(--space-2);align-items:center;padding:var(--space-4) var(--space-2) 0;margin-top:auto;border-top:1px solid #315064}.account-avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#dceaf0;color:var(--marine-900);font-size:.75rem;font-weight:800}.account-copy{display:grid;min-width:0}.account-copy strong,.account-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-copy strong{color:#fff;font-size:.6875rem}.account-copy small{color:#a9bec8;font-size:.625rem}.text-button{grid-column:2;justify-self:start;min-height:32px;padding:0;border:0;background:transparent;color:#b9ccd6;cursor:pointer;font-size:.6875rem;text-decoration:underline;text-underline-offset:3px}.text-button:hover{color:#fff}.rail-account__logout-icon{display:none}.app-workspace{min-width:0;background:var(--paper-100)}.workspace-route-state{display:grid;justify-items:start;gap:var(--space-3);margin:var(--space-6);padding:var(--space-6);border:1px solid var(--rule-300);border-radius:var(--radius-sm);background:var(--ledger-white);color:var(--ink-800);font-size:.8125rem}.workspace-route-state--error{border-color:#d7a95b;background:#fffaf0}.workspace-route-state--not-found h1{margin:0;color:var(--marine-900);font-size:2rem;line-height:1}.command-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:0 var(--space-6);border-bottom:1px solid var(--rule-300);background:var(--paper-50)}.command-header>div:first-child{display:flex;align-items:center;gap:var(--space-3)}.command-header__context{color:var(--ink-800);font-size:.8125rem;font-weight:700}.command-header__date{padding-left:var(--space-3);border-left:1px solid var(--rule-300);color:var(--slate-700);font-size:.75rem}.language-switch{display:inline-flex;padding:2px;border:1px solid var(--rule-300);border-radius:var(--radius-sm);background:var(--ledger-white)}.language-switch button{min-width:66px;min-height:32px;padding:0 var(--space-3);border:0;border-radius:5px;background:transparent;color:var(--slate-700);cursor:pointer;font-size:.75rem;font-weight:650}.language-switch button[aria-pressed=true]{background:var(--marine-900);color:#fff}.dashboard-canvas{width:min(100%,1540px);padding:28px var(--space-6) 48px;margin:0 auto}.page-intro{display:flex;align-items:end;justify-content:space-between;gap:var(--space-6);margin-bottom:var(--space-6)}.page-intro__meta{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-2);color:var(--slate-600);font-size:.6875rem;font-weight:700;letter-spacing:.04em}.data-mode{display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:0 8px;border-radius:999px;background:var(--amber-100);color:var(--amber-800);letter-spacing:0}.data-mode--Live{background:var(--teal-100);color:var(--teal-800)}.data-mode--Empty{background:var(--rule-200);color:var(--slate-700)}.page-intro h1{color:var(--ink-950);font-size:clamp(1.65rem,2.5vw,2.2rem);font-weight:750;letter-spacing:-.025em;line-height:1.15}.page-intro p{max-width:68ch;margin-top:var(--space-2);color:var(--slate-700);font-size:.875rem;line-height:1.6}.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:40px;padding:0 var(--space-4);border-radius:var(--radius-sm);cursor:pointer;font-size:.8125rem;font-weight:700}.primary-action{border:1px solid var(--blue-700);background:var(--blue-700);color:#fff;box-shadow:none}.primary-action:hover{border-color:#0c4d7d;background:#0c4d7d}.primary-action:disabled{border-color:var(--rule-300);background:var(--rule-300);color:var(--slate-700);box-shadow:none}.secondary-action{border:1px solid var(--rule-300);background:var(--ledger-white);color:var(--ink-800)}.secondary-action:hover{border-color:var(--blue-700);color:var(--blue-700)}.queue-strip{display:grid;grid-template-columns:.7fr 1.4fr 1fr 1.2fr;border:1px solid var(--rule-300);border-radius:var(--radius-sm) var(--radius-sm) 0 0;background:var(--ledger-white)}.queue-strip>div{display:grid;align-content:center;gap:3px;min-height:74px;padding:var(--space-3) var(--space-4);border-right:1px solid var(--rule-200)}.queue-strip>div:last-child{border-right:0}.queue-strip__primary{background:#eaf4fa}.queue-strip span{color:var(--slate-700);font-size:.6875rem;font-weight:650}.queue-strip strong{color:var(--ink-950);font-size:1rem;font-variant-numeric:tabular-nums;letter-spacing:-.015em}.queue-strip__primary strong{color:var(--blue-700);font-size:1.5rem}.queue-strip .queue-action{color:var(--amber-800);font-size:.8125rem}.status-mark{display:inline-flex;align-items:center;gap:6px;width:fit-content;color:var(--slate-700);font-size:.75rem;font-weight:650}.status-mark__symbol{display:inline-grid;place-items:center;width:17px;height:17px;border:1px solid currentColor;border-radius:50%;font-size:.625rem;line-height:1}.status-mark--cleared{color:var(--teal-800)}.status-mark--warning{color:var(--amber-800)}.ledger-region,.support-region{border:1px solid var(--rule-300);background:var(--ledger-white)}.ledger-region{margin-top:-1px}.support-region{margin-top:var(--space-5);border-radius:var(--radius-sm)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);min-height:62px;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--rule-300)}.section-heading>div{display:flex;align-items:baseline;gap:var(--space-3)}.section-heading h2{color:var(--ink-950);font-size:.9375rem;font-weight:750}.section-heading span{color:var(--slate-700);font-size:.75rem}.ledger-scroll{overflow-x:auto}.ledger-scroll-hint{display:none}.ledger-scroll--queue table{min-width:1040px}.ledger-scroll table{min-width:850px}.ledger-scroll th,.ledger-scroll td{height:50px;padding:0 var(--space-3);border-bottom:1px solid var(--rule-200);color:var(--ink-800);font-size:.75rem;text-align:left;white-space:nowrap}.ledger-scroll th{position:sticky;top:0;z-index:2;height:38px;background:var(--paper-50);color:var(--slate-700);font-size:.6875rem;font-weight:700}.ledger-scroll tbody tr:hover{background:#f4f9fc}.ledger-scroll tbody tr:last-child td{border-bottom:0}.ledger-scroll .numeric{text-align:right;font-variant-numeric:tabular-nums}.row-link,.row-action{min-height:36px;padding:0;border:0;background:transparent;color:var(--blue-700);cursor:pointer;font-size:.75rem;font-weight:700}.row-link{text-decoration:underline;text-decoration-color:#9ec7e0;text-underline-offset:3px}.row-action{display:inline-flex;align-items:center;gap:6px}.row-link:hover,.row-action:hover{color:#0b4c78}.ledger-summary-row{height:70px!important;color:var(--slate-700)!important;text-align:center!important}.empty-state{display:grid;justify-items:center;padding:44px var(--space-6);text-align:center}.empty-state__mark{display:grid;place-items:center;width:34px;height:34px;margin-bottom:var(--space-3);border:1px solid var(--teal-800);border-radius:50%;color:var(--teal-800)}.empty-state strong{font-size:.875rem}.empty-state p{max-width:54ch;margin-top:var(--space-2);color:var(--slate-700);font-size:.75rem;line-height:1.6}.support-region .section-heading{min-height:52px}.support-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.support-row{display:grid;align-content:center;gap:var(--space-2);min-height:76px;padding:var(--space-3) var(--space-4);border-right:1px solid var(--rule-200)}.support-row:last-child{border-right:0}.support-row>span:first-child{color:var(--ink-800);font-size:.75rem;font-weight:700}.support-row .status-mark{align-items:start;color:var(--slate-700);font-size:.6875rem;font-weight:500;line-height:1.4}.state-panel{display:flex;align-items:center;justify-content:center;gap:var(--space-3);min-height:190px;border:1px solid var(--rule-300);border-radius:var(--radius-sm);background:var(--ledger-white);color:var(--slate-700);font-size:.8125rem}.state-panel--error{justify-content:space-between;padding:var(--space-6);border-color:#edb6b1;background:var(--red-100);color:var(--red-800)}.state-panel--error p{margin-top:var(--space-1);color:var(--red-800)}.loading-line{width:32px;height:3px;overflow:hidden;background:var(--rule-300)}.loading-line:after{display:block;width:50%;height:100%;background:var(--blue-700);content:"";animation:loading-slide .9s ease-in-out infinite alternate}.success-banner{display:flex;align-items:center;gap:var(--space-3);min-height:46px;padding:var(--space-2) var(--space-4);margin-bottom:var(--space-4);border:1px solid #9ccfc4;border-radius:var(--radius-sm);background:var(--teal-100);color:var(--teal-800);font-size:.75rem}.success-banner>span:first-child{display:grid;place-items:center;width:21px;height:21px;border:1px solid currentColor;border-radius:50%;font-weight:800}.module-canvas{width:min(100%,1540px);padding:28px var(--space-6) 48px;margin:0 auto}.module-heading{display:flex;align-items:end;justify-content:space-between;gap:var(--space-5);margin-bottom:var(--space-5)}.module-heading>div>span{color:var(--slate-600);font-size:.6875rem;font-weight:750;letter-spacing:.06em}.module-heading h1{margin-top:var(--space-2);color:var(--ink-950);font-size:clamp(1.65rem,2.5vw,2.2rem);font-weight:750;letter-spacing:-.025em}.module-heading p{max-width:72ch;margin-top:var(--space-2);color:var(--slate-700);font-size:.875rem;line-height:1.6}.module-search input{width:min(360px,38vw);min-height:42px;padding:0 var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-sm);background:var(--ledger-white);color:var(--ink-950);font:inherit}.delivery-ledger-list{display:grid;gap:var(--space-4)}.delivery-ledger-card{overflow:hidden;border:1px solid var(--rule-300);border-radius:var(--radius-sm);background:var(--ledger-white)}.delivery-ledger-card>header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-4);border-bottom:1px solid var(--rule-200)}.delivery-ledger-card>header>div{display:grid;gap:3px}.delivery-ledger-card>header>div:last-child{text-align:right}.delivery-ledger-card>header strong{color:var(--ink-950)}.delivery-ledger-card>header span,.delivery-ledger-meta{color:var(--slate-700);font-size:.75rem}.delivery-ledger-meta{display:flex;gap:var(--space-5);padding:var(--space-3) var(--space-4);background:var(--paper-50)}.evidence-reference{display:grid;gap:var(--space-1);padding:var(--space-3) var(--space-4);border-top:1px solid var(--rule-200);color:var(--slate-700);font-size:.6875rem}.evidence-reference code{overflow-wrap:anywhere;color:var(--ink-800)}.module-tabs{display:inline-flex;gap:2px;padding:3px;margin-bottom:var(--space-5);border:1px solid var(--rule-300);border-radius:var(--radius-sm);background:var(--ledger-white)}.module-tabs button{min-height:38px;padding:0 var(--space-4);border:0;border-radius:5px;background:transparent;color:var(--slate-700);cursor:pointer;font-size:.75rem;font-weight:700}.module-tabs button[aria-selected=true]{background:var(--marine-900);color:#fff}.module-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:var(--space-5);align-items:start}.control-panel,.records-panel{display:grid;gap:var(--space-4);padding:var(--space-5);border:1px solid var(--rule-300);border-radius:var(--radius-sm);background:var(--ledger-white)}.control-panel .section-heading,.records-panel .section-heading{min-height:auto;padding:0 0 var(--space-3)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4)}.form-grid label,.selection-row>label:last-child{display:grid;gap:var(--space-2);color:var(--ink-800);font-size:.75rem;font-weight:700}.form-grid input,.form-grid select,.form-grid textarea,.selection-row input[type=number]{width:100%;min-height:42px;padding:0 var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-sm);background:var(--ledger-white);color:var(--ink-950);font:inherit}.form-grid textarea{min-height:84px;padding-block:var(--space-2);resize:vertical}.form-grid__wide{grid-column:1 / -1}.selection-list{display:grid;gap:var(--space-2)}.selection-row{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:var(--space-4);align-items:center;padding:var(--space-3);border:1px solid var(--rule-200);border-radius:var(--radius-sm);background:var(--paper-50)}.selection-row>label:first-child{display:flex;align-items:center;gap:var(--space-3);cursor:pointer}.selection-row input[type=checkbox]{width:18px;height:18px}.selection-row>label:first-child>span{display:grid;gap:2px}.selection-row small,.record-card small,.record-card p{color:var(--slate-700);font-size:.6875rem;font-weight:500}.record-card{display:grid;gap:var(--space-2);padding:var(--space-4);border:1px solid #8fb9cf;border-radius:var(--radius-sm);background:var(--paper-50)}.record-card>header,.record-card>footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.record-card>header>div{display:grid;gap:2px}.record-card>header>span{color:var(--slate-700);font-size:.75rem}.record-total{color:var(--ink-950);font-size:1.1rem;font-weight:750}.print-brand{color:var(--slate-600);font-size:.625rem;font-weight:800;letter-spacing:.06em}.compact-empty{min-height:110px;padding:var(--space-4)}.inline-error{padding:var(--space-3) var(--space-4);border:1px solid #edb6b1;border-radius:var(--radius-sm);background:var(--red-100);color:var(--red-800);font-size:.75rem}.import-commit-outcome{display:grid;gap:3px}.cost-ledger{margin-top:0}.table-subline{display:block;margin-top:3px;color:var(--slate-700);font-size:.6875rem}.margin-value{color:var(--teal-800);font-weight:750}.completion-badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:var(--amber-100);color:var(--amber-800);font-size:.6875rem;font-weight:750}.completion-badge.is-complete{background:var(--teal-100);color:var(--teal-800)}.workflow-panel{width:min(720px,100%);height:100vh;overflow-y:auto;border-left:1px solid #a9bac3;background:var(--paper-100);box-shadow:var(--shadow-overlay)}.workflow-body{display:grid;gap:var(--space-5);padding:var(--space-6)}.workflow-actions{display:flex;justify-content:flex-end;gap:var(--space-3)}.icon-button{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--rule-300);border-radius:50%;background:var(--ledger-white);color:var(--ink-800);cursor:pointer;font-size:1.3rem}@media print{.app-rail,.command-header,.module-heading,.module-tabs,.control-panel,.print-trigger{display:none!important}.app-shell,.module-grid{display:block}.quotation-print{break-inside:avoid;min-height:260px;border:1px solid #000000}@page{size:A4 portrait;margin:12mm}}.workflow-backdrop{position:fixed;z-index:50;inset:0;display:flex;justify-content:flex-end;background:#0619257a}.workflow-drawer{width:min(720px,100%);height:100vh;overflow-y:auto;border-left:1px solid #a9bac3;background:var(--paper-100);box-shadow:var(--shadow-overlay)}.workflow-header{position:sticky;z-index:3;top:0;display:flex;align-items:start;justify-content:space-between;gap:var(--space-6);padding:26px var(--space-6) var(--space-5);border-bottom:1px solid var(--rule-300);background:#f8fafbf7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.workflow-header h2{margin-top:var(--space-1);color:var(--ink-950);font-size:1.35rem;font-weight:750;letter-spacing:-.02em}.workflow-header p{max-width:62ch;margin-top:var(--space-2);color:var(--slate-700);font-size:.75rem;line-height:1.5}.workflow-close{flex:0 0 auto;width:40px;height:40px;border:1px solid var(--rule-300);border-radius:50%;background:var(--ledger-white);color:var(--ink-800);cursor:pointer;font-size:1.4rem;line-height:1}.workflow-close:hover{border-color:var(--blue-700);color:var(--blue-700)}.workflow-loading{display:flex;align-items:center;justify-content:center;gap:var(--space-3);min-height:280px;color:var(--slate-700);font-size:.8125rem}.workflow-form{display:grid;gap:var(--space-5);padding:var(--space-6)}.workflow-form>label,.reference-field,.workflow-grid label,.delivery-line label,.quick-create__item-grid label{display:grid;gap:var(--space-2);color:var(--ink-800);font-size:.75rem;font-weight:700}.workflow-form input,.workflow-form select,.workflow-form output{width:100%;min-height:42px;padding:0 var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-sm);background:var(--ledger-white);color:var(--ink-950);font:inherit}.reference-field__heading,.delivery-lines legend{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.reference-field__heading button,.delivery-lines legend button{padding:0;border:0;background:transparent;color:var(--blue-700);cursor:pointer;font-size:.6875rem;font-weight:750}.quick-create{display:grid;gap:var(--space-3);padding:var(--space-4);border:1px solid #9cc3d9;border-radius:var(--radius-sm);background:#edf6fb}.quick-create__heading,.quick-create__actions{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.quick-create__heading strong{color:var(--ink-950);font-size:.8125rem}.quick-create__heading span,.quick-create__actions>span{color:var(--slate-700);font-size:.625rem;font-weight:700;letter-spacing:.04em}.quick-create__item-grid{display:grid;grid-template-columns:.8fr 1.5fr .55fr .75fr;gap:var(--space-3)}.workflow-form input:focus,.workflow-form select:focus{border-color:var(--blue-700);box-shadow:inset 0 0 0 1px var(--blue-700)}.workflow-form output{display:flex;align-items:center;background:var(--paper-50);color:var(--slate-700)}.workflow-grid{display:grid;grid-template-columns:1fr .75fr;gap:var(--space-4)}.delivery-lines{display:grid;gap:var(--space-3);padding:0;border:0}.delivery-lines legend{width:100%;padding:0;margin-bottom:var(--space-2);color:var(--ink-950);font-size:.8125rem;font-weight:750}.delivery-line{display:grid;grid-template-columns:54px minmax(0,1fr);gap:var(--space-3);padding:var(--space-4);border:1px solid var(--rule-300);border-radius:var(--radius-sm);background:var(--ledger-white)}.delivery-line__index{display:flex;flex-direction:column;justify-content:space-between;padding-right:var(--space-3);border-right:1px solid var(--rule-200);color:var(--slate-600)}.delivery-line__index>span{font-size:.6875rem;font-weight:800;letter-spacing:.05em}.delivery-line__index button{padding:0;border:0;background:transparent;color:var(--red-800);cursor:pointer;font-size:.625rem;text-align:left}.delivery-line>label,.delivery-line__numbers{grid-column:2}.delivery-line__numbers{display:grid;grid-template-columns:1fr .65fr 1.35fr;gap:var(--space-3)}.add-line-button{min-height:40px;border:1px dashed #9caeb8;border-radius:var(--radius-sm);background:transparent;color:var(--blue-700);cursor:pointer;font-size:.75rem;font-weight:700}.add-line-button:hover{border-color:var(--blue-700);background:#edf6fb}.evidence-field input{min-height:48px;padding-block:9px}.evidence-field small{color:var(--slate-700);font-size:.6875rem;font-weight:500}.workflow-actions{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:var(--space-3);padding:var(--space-4) 0 0;border-top:1px solid var(--rule-300);background:var(--paper-100)}@keyframes loading-slide{0%{transform:translate(0)}to{transform:translate(100%)}}.login-page{display:grid;grid-template-columns:minmax(420px,1.1fr) minmax(440px,.9fr);min-height:100vh;background:var(--ledger-white)}.login-brand-panel{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding:34px clamp(40px,6vw,92px) 36px;overflow:hidden;background:var(--marine-900);color:#dce8ed}.login-brand-panel:after{position:absolute;right:-120px;bottom:100px;width:480px;height:1px;background:#426276;box-shadow:0 88px #2b4a5e,0 176px #1c3b4e;content:"";transform:rotate(-18deg)}.brand-lockup--login{z-index:1;padding:0}.login-brand-panel__statement{z-index:1;max-width:650px}.login-brand-panel__statement>span,.form-code{color:#86b9d4;font-size:.6875rem;font-weight:750;letter-spacing:.07em}.login-brand-panel__statement h1{max-width:14ch;margin-top:var(--space-4);color:#fff;font-size:clamp(2.4rem,5vw,4.9rem);font-weight:650;letter-spacing:-.035em;line-height:.98}.login-brand-panel__statement p{max-width:60ch;margin-top:var(--space-6);color:#b8ccd6;font-size:.9375rem;line-height:1.7}.login-brand-panel__rule{z-index:1;display:flex;justify-content:space-between;padding-top:var(--space-4);border-top:1px solid #315064;color:#a9bec8;font-size:.6875rem}.login-form-panel{position:relative;display:grid;place-items:center;min-height:100vh;padding:72px clamp(40px,7vw,100px)}.login-language{position:absolute;top:var(--space-6);right:var(--space-6)}.login-form{display:grid;gap:var(--space-5);width:min(100%,420px)}.login-form h2{margin-top:var(--space-2);color:var(--ink-950);font-size:1.75rem;font-weight:750;letter-spacing:-.025em}.login-form>div:first-child p{margin-top:var(--space-2);color:var(--slate-700);font-size:.875rem}.login-form label{display:grid;gap:var(--space-2);color:var(--ink-800);font-size:.75rem;font-weight:700}.login-form input{width:100%;min-height:44px;padding:0 var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-sm);background:var(--ledger-white);color:var(--ink-950)}.login-form input:hover{border-color:#9aabb5}.login-form input:focus{border-color:var(--blue-700);box-shadow:inset 0 0 0 1px var(--blue-700)}.password-input{position:relative;display:block}.password-input input{padding-right:48px}.password-visibility{position:absolute;top:0;right:0;display:grid;place-items:center;width:44px;height:100%;min-height:44px;padding:0;border:0;border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:transparent;color:var(--slate-700);cursor:pointer}.password-visibility:hover{background:var(--paper-100);color:var(--blue-700)}.password-visibility:focus-visible{outline:2px solid var(--blue-700);outline-offset:-3px}.login-submit{width:100%;margin-top:var(--space-1)}.login-help{color:var(--slate-700);font-size:.6875rem;line-height:1.55}.form-error{display:flex;gap:var(--space-2);align-items:center;min-height:42px;padding:var(--space-2) var(--space-3);border:1px solid #edb6b1;border-radius:var(--radius-sm);background:var(--red-100);color:var(--red-800);font-size:.75rem;font-weight:650}.form-error>span{display:grid;place-items:center;width:18px;height:18px;border:1px solid currentColor;border-radius:50%}.security-page{min-height:100vh;background:linear-gradient(90deg,var(--marine-900) 0 10px,transparent 10px),var(--paper-100)}.security-header{display:flex;align-items:center;justify-content:space-between;min-height:70px;padding:0 clamp(32px,6vw,86px);border-bottom:1px solid var(--rule-300);background:var(--ledger-white)}.brand-lockup--security{padding:0}.brand-lockup--security .brand-mark{border-color:var(--marine-800);color:var(--marine-900)}.brand-lockup--security strong{color:var(--marine-900)}.brand-lockup--security small{color:var(--slate-700)}.security-workspace{display:grid;grid-template-columns:minmax(240px,.65fr) minmax(420px,1fr);gap:clamp(48px,9vw,140px);align-items:center;width:min(100% - 64px,1080px);min-height:calc(100vh - 70px);margin:0 auto;padding:56px 0 80px}.security-context{display:grid;align-self:stretch;align-content:space-between;padding:var(--space-4) 0;border-top:1px solid var(--marine-800);border-bottom:1px solid var(--rule-300);color:var(--slate-700)}.security-context span{font-size:.6875rem;font-weight:750;letter-spacing:.06em}.security-context strong{color:var(--rule-300);font-size:clamp(6rem,13vw,10rem);font-weight:650;letter-spacing:-.04em;line-height:.8}.security-form{padding:clamp(28px,5vw,52px);border:1px solid var(--rule-300);border-radius:var(--radius-md);background:var(--ledger-white)}.security-form h1{margin-top:var(--space-2);color:var(--ink-950);font-size:1.75rem;font-weight:750;letter-spacing:-.025em}.security-form>div:first-child p{margin-top:var(--space-2);color:var(--slate-700);font-size:.875rem}.password-requirements{margin-top:calc(var(--space-2) * -1);color:var(--slate-700);font-size:.6875rem;line-height:1.5}.master-data-heading{margin-bottom:var(--space-4)}.master-data-layout{display:grid;grid-template-columns:minmax(380px,.68fr) minmax(0,1.32fr);gap:var(--space-4);align-items:start}.master-data-form-panel{position:sticky;top:74px;gap:var(--space-3);padding:var(--space-4)}.master-data-form-panel .section-heading{align-items:start;min-height:auto;padding:0 0 var(--space-3)}.master-data-form-panel .section-heading>div{display:grid;gap:var(--space-1)}.master-data-form-panel .section-heading span{line-height:1.45}.master-data-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3);min-width:0;padding:0;margin:0;border:0}.master-field{display:grid;align-content:start;gap:6px;min-width:0;color:var(--ink-800);font-size:.75rem;font-weight:700}.master-field label{display:grid;gap:6px}.master-field--wide,.master-data-actions{grid-column:1 / -1}.master-data-form-panel .inline-error{display:grid;justify-items:start;gap:var(--space-3)}.state-message{display:flex;align-items:center;gap:var(--space-3);min-height:40px;padding:var(--space-2) var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--paper-50);color:var(--slate-700);font-size:.75rem}.master-data-form:disabled .master-field{opacity:.72}.master-field input,.master-field select,.master-field textarea,.field-output{width:100%;min-height:40px;padding:0 var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white);color:var(--ink-950);font:inherit;font-weight:500}.master-field textarea{min-height:72px;padding-block:var(--space-2);line-height:1.45;resize:vertical}.master-field input:focus-visible,.master-field select:focus-visible,.master-field textarea:focus-visible{outline:3px solid color-mix(in srgb,var(--focus),white 25%);outline-offset:2px}.master-field small{min-height:1.3em;color:var(--slate-600);font-size:.625rem;font-weight:500;line-height:1.3}.field-output{display:flex;align-items:center;background:var(--paper-50)}.master-data-actions{display:flex;justify-content:flex-end;padding-top:var(--space-1);border-top:1px solid var(--rule-200)}.master-data-ledger{min-width:0;margin-top:0;border-radius:var(--radius-xs)}.master-data-ledger .section-heading{min-height:54px}.master-data-scroll{max-height:calc(100vh - 210px);overflow:auto}.master-data-scroll table{min-width:1040px}.master-data-scroll th,.master-data-scroll td{height:44px;padding-inline:var(--space-3)}.master-data-scroll th{top:0}.master-data-scroll td{white-space:normal}.master-data-heading-actions,.import-workspace-actions,.duplicate-actions{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center}.master-data-heading-actions .secondary-action{text-decoration:none}.materials-services-page{min-width:0}.materials-services-page .master-data-layout--ledger{grid-template-columns:minmax(0,1fr)}.catalog-breadcrumb{display:flex;align-items:center;gap:var(--space-2);padding-top:var(--space-2);color:var(--slate-700);font-size:.75rem}.catalog-breadcrumb button{min-height:44px;padding:0;border:0;background:transparent;color:var(--blue-700);cursor:pointer;font:inherit;font-weight:700}.catalog-breadcrumb button:hover{text-decoration:underline}.catalog-tabs button,.materials-services-page .master-data-heading-actions button,.catalog-editor-actions button,.service-catalog-pagination button,.service-catalog-filters button,.service-catalog-row-actions button{min-height:44px}.catalog-tabs{margin-bottom:var(--space-4)}.catalog-editor-panel,.service-catalog-editor{position:static;width:min(100%,980px);max-width:100%}.catalog-editor-panel .master-field input,.catalog-editor-panel .field-output,.service-catalog-editor .master-field input,.service-catalog-editor .master-field select,.service-catalog-editor .field-output{min-height:44px}.service-catalog-editor__form{grid-template-columns:repeat(2,minmax(0,1fr))}.service-catalog-editor__actions,.catalog-editor-actions{gap:var(--space-2)}.service-catalog-editor .field-error{color:var(--red-800)}.service-catalog-ledger{min-width:0;overflow:hidden}.service-catalog-filters{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(170px,.8fr) minmax(150px,.7fr) auto;align-items:end;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--rule-200)}.service-catalog-filters label{display:grid;gap:var(--space-1);min-width:0;color:var(--ink-800);font-size:.75rem;font-weight:700}.service-catalog-filters input,.service-catalog-filters select{width:100%;min-width:0;min-height:44px;padding:0 var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white);color:var(--ink-950);font:inherit;font-weight:500}.service-catalog-scroll{width:100%;overflow-x:auto;overflow-y:auto}.service-catalog-scroll table{min-width:1120px}.service-catalog-ledger th.numeric,.service-catalog-ledger td.numeric{text-align:right;font-variant-numeric:tabular-nums}.service-catalog-row-actions,.service-catalog-pagination{display:flex;align-items:center;gap:var(--space-2)}.service-catalog-row-actions{white-space:nowrap}.service-catalog-pagination{justify-content:flex-end;padding:var(--space-3) var(--space-4);border-top:1px solid var(--rule-200);color:var(--slate-700);font-size:.75rem;font-variant-numeric:tabular-nums}@media(max-width:820px){.service-catalog-filters{grid-template-columns:minmax(0,1fr)}.service-catalog-filters button,.service-catalog-editor__actions button,.catalog-editor-actions button{width:100%}.service-catalog-editor__form{grid-template-columns:minmax(0,1fr)}.service-catalog-pagination{justify-content:space-between}}.material-import-page-layout{grid-template-columns:minmax(0,1fr)}.material-import-workspace,.material-import-history{min-width:0;border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white)}.material-import-workspace{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-3);padding:var(--space-4)}.material-import-workspace .import-section-heading{min-height:auto;padding:0 0 var(--space-3)}.material-import-workspace .import-section-heading>div{display:grid;gap:var(--space-1)}.material-import-workspace h2:focus-visible{outline:3px solid color-mix(in srgb,var(--focus),white 25%);outline-offset:3px}.import-template-bar,.import-file-control,.import-result-toolbar,.import-confirm-strip,.import-recovery{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center;padding:var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--paper-50)}.import-template-bar>span,.import-result-toolbar>span{margin-right:auto;color:var(--slate-700);font-size:.75rem;font-weight:700}.import-file-control .master-field{flex:1 1 360px}.import-batch-name,.import-result-toolbar label,.import-history-search{display:grid;gap:var(--space-1);min-width:210px;color:var(--ink-800);font-size:.6875rem;font-weight:700}.import-batch-name input,.import-result-toolbar select,.import-history-search input,.duplicate-resolution select{min-height:40px;padding:0 var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white);color:var(--ink-950)}.import-statistics,.import-success-summary,.import-detail-meta{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin:0;border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white)}.import-statistics>div,.import-success-summary>div,.import-detail-meta>div{display:grid;gap:3px;min-width:0;padding:var(--space-2) var(--space-3);border-right:1px solid var(--rule-200)}.import-statistics>div:last-child,.import-success-summary>div:last-child,.import-detail-meta>div:last-child{border-right:0}.import-statistics dt,.import-success-summary dt,.import-detail-meta dt{color:var(--slate-700);font-size:.625rem;font-weight:700}.import-statistics dd,.import-success-summary dd,.import-detail-meta dd{min-width:0;margin:0;color:var(--ink-950);font-size:.75rem;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.import-statistics strong{color:var(--marine-800);font-size:1rem}.import-error-summary{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(280px,1.2fr) auto;gap:var(--space-3);align-items:start;padding:var(--space-3);border:1px solid #edb6b1;border-radius:var(--radius-xs);background:var(--red-100);color:var(--red-800);font-size:.75rem}.import-error-summary p,.import-recovery p{margin-top:var(--space-1);line-height:1.45}.import-error-summary ul{display:grid;gap:var(--space-1);margin:0;padding-left:var(--space-4)}.import-error-summary a{color:currentColor;font-weight:700}.import-preview-scroll{max-height:500px;border:1px solid var(--rule-300)}.import-preview-scroll table,.import-detail-scroll table{min-width:1320px}.import-preview-scroll th,.import-preview-scroll td,.import-detail-scroll th,.import-detail-scroll td{height:42px;padding:var(--space-2);white-space:normal;vertical-align:top}.import-row-error{display:block;max-width:240px;margin-top:var(--space-1);color:var(--red-800);line-height:1.35}.duplicate-resolution{display:grid;gap:var(--space-2);min-width:620px}.duplicate-resolution label{display:grid;gap:var(--space-1);color:var(--slate-700);font-size:.625rem;font-weight:700}.duplicate-actions .row-action,.duplicate-actions .row-link{min-height:40px;padding:0 var(--space-2);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white);text-decoration:none}.duplicate-actions button[aria-pressed=true]{border-color:var(--blue-700);background:#eaf4fa}.candidate-comparison{display:grid;gap:var(--space-2);padding:var(--space-2);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--paper-50)}.candidate-comparison__summary{display:flex;gap:var(--space-3);align-items:baseline;justify-content:space-between}.candidate-comparison__summary span{color:var(--slate-700);font-size:.625rem}.candidate-comparison__scroll{border:1px solid var(--rule-300)}.candidate-comparison__scroll table{min-width:580px}.candidate-comparison__scroll th,.candidate-comparison__scroll td{height:34px;padding:5px var(--space-2);background:var(--ledger-white);font-size:.6875rem;white-space:normal;vertical-align:middle}.import-confirm-strip{display:grid;grid-template-columns:minmax(170px,.7fr) minmax(420px,1.3fr) auto auto;justify-content:flex-end;align-items:end;border-color:var(--marine-800);background:var(--ledger-white)}.import-confirm-copy{display:grid;gap:2px}.import-confirm-strip span{color:var(--slate-700);font-size:.6875rem}.confirmation-summary{display:grid;gap:var(--space-1)}.confirmation-summary dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;border:1px solid var(--rule-300)}.confirmation-summary dl>div{display:grid;gap:2px;min-width:0;padding:6px var(--space-2);border-right:1px solid var(--rule-200)}.confirmation-summary dl>div:last-child{border-right:0}.confirmation-summary dt{color:var(--slate-700);font-size:.625rem}.confirmation-summary dd{margin:0;color:var(--marine-800);font-size:.75rem;font-variant-numeric:tabular-nums}.material-import-success{justify-content:flex-start}.material-import-success>div{display:grid;gap:2px}.material-import-success h2,.import-detail-header h3{margin:0;color:var(--ink-950);font-size:.9375rem}.material-import-success span,.import-detail-header span,.import-detail-header p{margin:0;color:var(--slate-700);font-size:.6875rem}.import-success-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.import-recovery{justify-content:space-between;border-color:#d8a961;background:var(--amber-100);color:var(--amber-800)}.material-import-history{margin-top:var(--space-4);scroll-margin-top:74px}.material-import-history-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:var(--space-4);background:#0f172a85}.material-import-history-dialog{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1480px,100%);max-height:calc(100vh - (2 * var(--space-4)));overflow:hidden;border:1px solid var(--rule-300);background:var(--ledger-white);box-shadow:var(--shadow-overlay)}.material-import-history-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--rule-300)}.material-import-history-dialog__header h2{margin:0}.material-import-history-dialog__header button{min-width:36px;min-height:36px;font-size:1.25rem}.material-import-history-dialog>.material-import-history{min-height:0;margin:0;overflow:auto;border:0}.recent-import-picker{display:grid;grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white)}.recent-import-picker>.section-heading{min-height:56px;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--rule-300)}.recent-import-picker>.empty-state{margin:var(--space-3)}.recent-import-picker__lines th,.recent-import-picker__lines td{height:42px;padding:var(--space-2);white-space:normal;vertical-align:top}.recent-import-picker__lines small{display:block;margin-top:2px;color:var(--slate-600);font-size:.625rem}.recent-import-picker__detail{display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:var(--space-3);min-width:0;min-height:0;padding:var(--space-3)}.recent-import-picker__header,.recent-import-picker__toolbar{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:end}.recent-import-picker__header{justify-content:flex-end;padding-bottom:var(--space-3);border-bottom:1px solid var(--rule-300)}.recent-import-picker__header span,.recent-import-picker__toolbar>span{color:var(--slate-700);font-size:.6875rem}.recent-import-picker__search{display:grid;min-width:230px}.recent-import-picker__search input{min-height:40px;padding:0 var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white);color:var(--ink-950)}.recent-import-picker__toolbar{position:sticky;z-index:2;top:0;justify-content:flex-end;padding-block:var(--space-1);background:var(--ledger-white)}.recent-import-picker__toolbar>span{margin-right:auto}.recent-import-picker__lines{height:100%;min-height:260px;max-height:none;border:1px solid var(--rule-300)}.recent-import-picker__lines table{min-width:760px;table-layout:fixed}.recent-import-picker__lines th:first-child,.recent-import-picker__lines td:first-child{width:64px;text-align:center}.recent-import-picker__lines th:nth-child(2),.recent-import-picker__lines td:nth-child(2){width:18%}.recent-import-picker__lines th:nth-child(3),.recent-import-picker__lines td:nth-child(3){width:30%}.recent-import-picker__lines th:nth-child(4),.recent-import-picker__lines td:nth-child(4){width:36%}.recent-import-picker__lines th:nth-child(5),.recent-import-picker__lines td:nth-child(5){width:16%}.recent-import-picker__lines input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:var(--blue-700)}.recent-import-picker__already-added{color:var(--slate-700)!important;font-weight:700}.material-import-history>.section-heading{min-height:56px}.import-history-layout{display:grid;grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr);min-width:0}.import-batch-list{max-height:540px;border-right:1px solid var(--rule-300);overflow:auto}.import-batch-list table{min-width:620px}.import-batch-list th,.import-batch-list td{height:44px;padding:var(--space-2);white-space:normal;vertical-align:top}.import-batch-list tr.is-selected{background:#eaf4fa;box-shadow:inset 3px 0 0 var(--blue-700)}.import-batch-list td small,.import-detail-scroll td small{display:block;margin-top:2px;color:var(--slate-600);font-size:.625rem}.import-batch-select{display:grid;justify-items:start;min-height:40px;text-align:left;text-decoration:none}.import-batch-detail{min-width:0;padding:var(--space-3)}.import-detail-header{display:flex;justify-content:space-between;gap:var(--space-3);align-items:start;padding-bottom:var(--space-3);border-bottom:1px solid var(--rule-300)}.import-detail-header>div{display:grid;gap:var(--space-1)}.import-detail-meta{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:var(--space-3)}.archive-form{display:grid;gap:var(--space-2);padding:var(--space-3);margin-top:var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--paper-50)}.import-detail-scroll{max-height:360px;margin-top:var(--space-3);border:1px solid var(--rule-300)}.master-code{font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:.01em;white-space:nowrap!important}@media(max-width:1100px){.support-list{grid-template-columns:repeat(3,minmax(0,1fr))}.support-row:nth-child(3){border-right:0}.support-row:nth-child(n+4){border-top:1px solid var(--rule-200)}.module-grid,.master-data-layout{grid-template-columns:1fr}.master-data-form-panel{position:static}.master-data-scroll{max-height:none}.import-history-layout{grid-template-columns:1fr}.import-batch-list{border-right:0;border-bottom:1px solid var(--rule-300)}.import-confirm-strip{grid-template-columns:minmax(170px,.7fr) minmax(360px,1.3fr)}.import-confirm-strip>button{width:100%}}.goods-receipt-page{min-width:0;overflow-x:hidden}.goods-receipt-page .operational-workspace__editor-scroll{overflow:hidden}.goods-receipt-editor{display:flex;flex-direction:column;min-width:0;height:100%;min-height:0;padding:0;overflow-x:hidden;overflow-y:auto}.goods-receipt-editor__heading{flex:0 0 auto;min-height:58px;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--rule-300)}.goods-receipt-editor__heading .secondary-action{flex:0 0 auto}.goods-receipt-editor__feedback{flex:0 0 auto;padding-inline:var(--space-4)}.goods-receipt-editor__feedback:empty{display:none}.goods-receipt-editor__feedback>*{margin-top:var(--space-3)}.goods-receipt-editor__form{display:flex;flex:1 1 auto;min-width:0;min-height:0;flex-direction:column;overflow-x:hidden;overflow-y:hidden}.goods-receipt-editor__form>fieldset{display:flex;flex:1 1 auto;min-width:0;min-height:0;flex-direction:column;gap:var(--space-3);padding:var(--space-3) var(--space-4) 0;margin:0;border:0;overflow-y:auto;overscroll-behavior:contain}.goods-receipt-editor__form--history{flex:0 0 auto;overflow-y:visible}.goods-receipt-editor__form--history>fieldset{flex:0 0 auto;overflow-y:visible}.goods-receipt-editor__form--history .goods-receipt-editor__footer{position:static}.goods-receipt-editor__header{display:grid;grid-template-columns:minmax(190px,1.3fr) minmax(150px,.75fr) minmax(190px,1fr);gap:var(--space-3);align-items:end;min-width:0}.goods-receipt-editor__identity,.goods-receipt-editor__source-summary{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2) var(--space-4);min-width:0;min-height:34px;padding:var(--space-2) var(--space-3);border:1px solid var(--rule-200);background:var(--paper-50);color:var(--slate-700);font-size:.6875rem}.goods-receipt-editor__identity strong{color:var(--ink-950);font-size:.75rem}.goods-receipt-editor__source-summary span{display:inline-flex;gap:var(--space-2);align-items:baseline;font-variant-numeric:tabular-nums;font-weight:700}.goods-receipt-editor__source-summary small{color:var(--slate-600);font-size:.625rem;font-weight:600}.cash-purchase-marker{padding:2px 6px;border:1px solid #edc387;border-radius:var(--radius-xs);background:var(--amber-100);color:var(--amber-800);font-size:.625rem;letter-spacing:.03em;text-transform:uppercase}.goods-receipt-editor__materials{flex:1 1 360px;min-width:0;min-height:360px;overflow-x:auto;overflow-y:auto;border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white);overscroll-behavior:contain}.goods-receipt-editor__materials:focus-visible{outline:3px solid color-mix(in srgb,var(--focus),white 25%);outline-offset:2px}.goods-receipt-editor__materials table{width:100%;min-width:1720px;border-collapse:separate;border-spacing:0}.goods-receipt-editor__materials thead{position:sticky;z-index:2;top:0;background:var(--paper-50);box-shadow:0 1px 0 var(--rule-300)}.goods-receipt-editor__materials th,.goods-receipt-editor__materials td{height:42px;padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--rule-200);vertical-align:middle}.goods-receipt-editor__materials th{color:var(--slate-700);font-size:.6875rem;font-weight:750;text-align:left;white-space:nowrap}.goods-receipt-editor__materials th.numeric,.goods-receipt-editor__materials td.numeric{text-align:right;font-variant-numeric:tabular-nums}.goods-receipt-editor__materials td{color:var(--ink-950);font-size:.75rem;line-height:1.3}.goods-receipt-editor__materials td small,.goods-receipt-editor__amount-cell small{display:block;margin-top:2px;color:var(--slate-600);font-size:.625rem}.goods-receipt-editor__quantity-cell{width:150px}.goods-receipt-editor__quantity-cell input{width:120px;min-height:36px;padding:var(--space-2);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white);color:var(--ink-950);font:inherit;text-align:right}.goods-receipt-editor__quantity-cell input[aria-invalid=true]{border-color:var(--red-800)}.goods-receipt-editor__line--complete{background:var(--paper-50);color:var(--slate-600)}.goods-receipt-editor__line--complete input{background:var(--paper-100);color:var(--slate-600)}.goods-receipt-editor__costs{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:var(--space-3);min-width:0}.goods-receipt-editor__totals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-width:0;border:1px solid #9cc3d9;border-radius:var(--radius-xs);background:#edf6fb}.goods-receipt-editor__totals output{display:flex;min-width:0;min-height:46px;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-right:1px solid #c5dce8;color:var(--slate-700);font-size:.6875rem;font-variant-numeric:tabular-nums}.goods-receipt-editor__totals output:last-child{border-right:0}.goods-receipt-editor__totals strong{color:var(--ink-950);font-size:.8125rem}.goods-receipt-editor__footer{position:sticky;z-index:3;bottom:0;display:flex;flex:0 0 auto;min-height:58px;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-top:1px solid var(--rule-300);background:var(--ledger-white)}.goods-receipt-editor__footer>div:first-child{display:flex;min-width:0;flex-wrap:wrap;gap:var(--space-2);color:var(--slate-600);font-size:.6875rem}.goods-receipt-editor__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:var(--space-2)}.goods-receipt-ledger .trade-source-scroll{max-height:none}.goods-receipt-ledger .trade-source-scroll table{min-width:1040px}.goods-receipt-ledger .trade-source-scroll th,.goods-receipt-ledger .trade-source-scroll td{height:40px;padding-inline:var(--space-2);font-size:.6875rem}.goods-receipt-ledger tr[aria-current=true]{background:#edf6fb}.goods-receipt-revision,.goods-receipt-audit{flex:0 0 auto;padding:var(--space-4);border-top:1px solid var(--rule-300);background:var(--paper-50)}.goods-receipt-revision fieldset{display:grid;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--rule-300);background:var(--ledger-white)}.goods-receipt-revision legend,.goods-receipt-audit h3{color:var(--ink-950);font-size:.8125rem;font-weight:750}.goods-receipt-audit article{display:grid;gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--rule-300)}.goods-receipt-audit article>header,.goods-receipt-audit dl{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-4);margin:0}.goods-receipt-audit dl>div{display:flex;gap:var(--space-2);font-size:.6875rem}.goods-receipt-audit dt{color:var(--slate-600)}.goods-receipt-audit dd{margin:0;color:var(--ink-950);font-variant-numeric:tabular-nums;font-weight:700}.goods-receipt-audit table{width:100%;border-collapse:collapse;font-size:.6875rem}.goods-receipt-audit th,.goods-receipt-audit td{padding:var(--space-2);border:1px solid var(--rule-200);text-align:left}@media(max-width:1100px){.goods-receipt-page .operational-workspace__editor-scroll{height:calc(100vh - 90px);min-height:0}.goods-receipt-page .operational-workspace__ledger{height:340px;order:-1}.goods-receipt-editor__header,.goods-receipt-editor__costs,.goods-receipt-editor__totals{grid-template-columns:minmax(0,1fr)}.goods-receipt-editor__totals output{border-right:0;border-bottom:1px solid #c5dce8}.goods-receipt-editor__totals output:last-child{border-bottom:0}}@media(max-width:820px){.command-header,.dashboard-canvas,.module-canvas{padding-inline:var(--space-4)}.command-header__date{display:none}.page-intro,.module-heading{align-items:start;flex-direction:column}.master-data-heading-actions,.master-data-heading-actions .primary-action,.master-data-heading-actions .secondary-action{width:100%}.import-statistics,.import-success-summary,.import-detail-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.import-statistics>div,.import-success-summary>div,.import-detail-meta>div{border-bottom:1px solid var(--rule-200)}.import-error-summary,.import-confirm-strip{grid-template-columns:1fr}.confirmation-summary dl{grid-template-columns:repeat(2,minmax(0,1fr))}.module-search,.module-search input{width:100%}.form-grid,.selection-row{grid-template-columns:1fr}.delivery-ledger-card>header,.delivery-ledger-meta{align-items:start;flex-direction:column}.delivery-ledger-card>header>div:last-child{text-align:left}.queue-strip{grid-template-columns:1fr 1fr}.queue-strip>div:nth-child(2){border-right:0}.queue-strip>div:nth-child(n+3){border-top:1px solid var(--rule-200)}.support-list{grid-template-columns:1fr}.support-row,.support-row:nth-child(3){border-right:0;border-top:1px solid var(--rule-200)}.support-row:first-child{border-top:0}.login-page{grid-template-columns:1fr}.login-brand-panel{display:none}.security-workspace{grid-template-columns:1fr}.security-context{display:none}.workflow-header,.workflow-form{padding-inline:var(--space-4)}.workflow-grid,.delivery-line__numbers,.quick-create__item-grid,.master-data-form{grid-template-columns:1fr}.master-field--wide,.master-data-actions{grid-column:auto}.ledger-scroll-hint{display:block;padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--rule-200);background:#edf6fb;color:var(--slate-700);font-size:.6875rem}.ledger-scroll--queue th:first-child,.ledger-scroll--queue td:first-child,.ledger-scroll--queue th:last-child,.ledger-scroll--queue td:last-child{position:sticky;background:var(--ledger-white)}.ledger-scroll--queue th:first-child,.ledger-scroll--queue td:first-child{left:0;box-shadow:6px 0 10px -10px var(--marine-900)}.ledger-scroll--queue th:last-child,.ledger-scroll--queue td:last-child{right:0;box-shadow:-6px 0 10px -10px var(--marine-900)}.ledger-scroll--queue td:first-child,.ledger-scroll--queue td:last-child{z-index:2}.ledger-scroll--queue th:first-child,.ledger-scroll--queue th:last-child{z-index:4;background:var(--paper-50)}.ledger-scroll--queue tbody tr:hover td:first-child,.ledger-scroll--queue tbody tr:hover td:last-child{background:#f4f9fc}}.trade-source-heading{margin-bottom:var(--space-4)}.delivery-workspace{min-width:0}.delivery-workspace__identity{display:grid;grid-template-columns:repeat(3,minmax(88px,auto));gap:var(--space-4);margin:0}.delivery-workspace__heading-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:var(--space-2)}.goods-receipt-editor__identity .secondary-action{margin-inline-start:auto}.delivery-workspace__identity div{display:grid;gap:2px}.delivery-workspace__identity dt{color:var(--slate-600);font-size:.625rem;font-weight:700}.delivery-workspace__identity dd{margin:0;color:var(--ink-950);font-size:.75rem;font-variant-numeric:tabular-nums;font-weight:750}.delivery-workspace__layout{display:grid;grid-template-columns:minmax(500px,.92fr) minmax(620px,1.08fr);gap:var(--space-4);align-items:start}.delivery-draft-panel,.delivery-progress-panel{min-width:0;padding:var(--space-4);border-radius:var(--radius-xs)}.delivery-draft-panel{position:sticky;top:74px;max-height:calc(100vh - 90px);overflow:auto}.delivery-draft-panel .section-heading,.delivery-progress-panel .section-heading{min-height:54px;padding:0 0 var(--space-3)}.delivery-draft-panel .section-heading>div,.delivery-progress-panel .section-heading>div{display:grid;gap:var(--space-1)}.trade-source-form>fieldset{display:grid;gap:var(--space-3);min-width:0;padding:0;margin:0;border:0}.trade-source-form>fieldset:disabled{opacity:.76}.delivery-source-modes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:var(--space-3);border-bottom:1px solid var(--rule-300)}.delivery-source-modes button{min-width:0;min-height:42px;padding:0 var(--space-2);border:0;border-bottom:2px solid transparent;background:transparent;color:var(--slate-700);font:inherit;font-size:.6875rem;font-weight:750;white-space:nowrap;cursor:pointer}.delivery-source-modes button[aria-selected=true]{border-bottom-color:var(--blue-700);color:var(--marine-900)}.delivery-source-modes button:focus-visible{outline:3px solid color-mix(in srgb,var(--focus),white 25%);outline-offset:2px}.delivery-source-modes button:disabled{cursor:not-allowed;opacity:.58}.delivery-pending-source-warning{margin-bottom:var(--space-3)}.delivery-draft-lines{display:grid;gap:var(--space-2)}.delivery-inventory-toolbar{display:flex;justify-content:flex-start}.delivery-inventory-lines{display:grid;gap:var(--space-2)}.delivery-inventory-line{display:grid;grid-template-columns:minmax(170px,1fr) minmax(170px,1fr) minmax(72px,.35fr) minmax(150px,.7fr) minmax(140px,.7fr) minmax(130px,.55fr) auto;gap:var(--space-2);align-items:end;padding:var(--space-3);border:1px solid var(--rule-200);border-radius:var(--radius-xs);background:var(--paper-50)}.delivery-inventory-line--unavailable{border-color:var(--amber-700);background:var(--amber-100)}.delivery-inventory-line input[readonly]{background:var(--paper-100);color:var(--ink-800)}.delivery-inventory-line__batch{display:grid;align-content:center;gap:4px;min-height:58px}.delivery-inventory-line__batch span{color:var(--ink-800);font-size:.75rem;font-weight:700}.delivery-inventory-line__batch strong{color:var(--ink-950);font-size:.75rem;font-variant-numeric:tabular-nums}.delivery-inventory-line__unavailable{color:var(--amber-800);font-size:.75rem;font-weight:800}.delivery-inventory-line__remove{grid-column:-2 / -1;justify-self:end;min-height:40px;white-space:nowrap}.delivery-source-line{display:grid;gap:var(--space-3);align-items:stretch;padding:var(--space-3);border:1px solid var(--rule-200);border-radius:var(--radius-xs);background:var(--paper-50)}.delivery-source-line--locked{border-color:#edc387;background:var(--amber-100)}.delivery-source-line--locked :is(input,select,textarea):disabled{color:var(--ink-800);opacity:.76}.delivery-source-line__lock{margin:0;color:var(--amber-800);font-size:.6875rem;font-weight:700;line-height:1.4;overflow-wrap:anywhere}.delivery-source-line__lock:focus-visible{outline:3px solid color-mix(in srgb,var(--focus),white 25%);outline-offset:2px}.delivery-source-line__summary{display:grid;grid-template-columns:minmax(220px,1fr) minmax(116px,.28fr) auto;gap:var(--space-2);align-items:end;padding-bottom:var(--space-2);border-bottom:1px solid var(--rule-200)}.delivery-source-line__identity,.delivery-allocation-row__identity{display:grid;align-content:start;gap:4px;min-width:0;min-height:58px;padding:6px 0}.delivery-source-line__identity>span,.delivery-allocation-row__identity>span{color:var(--ink-800);font-size:.75rem;font-weight:700}.delivery-source-line__identity strong,.delivery-allocation-row__identity strong{overflow:hidden;color:var(--ink-950);font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.delivery-source-line__identity small,.delivery-allocation-row__identity small{overflow:hidden;color:var(--slate-700);font-size:.625rem;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.delivery-source-line__remove{grid-column:-2 / -1;grid-row:1;justify-self:end;min-height:40px;white-space:nowrap}.delivery-allocation-list{display:grid;gap:var(--space-2)}.delivery-allocation-row{display:grid;grid-template-columns:minmax(210px,1.15fr) minmax(220px,1fr) minmax(112px,.35fr) auto;gap:var(--space-2);align-items:end;padding:var(--space-2);border:1px solid var(--rule-200);background:var(--ledger-white)}.delivery-allocation-row__identity{min-height:54px;padding:4px 0}.delivery-allocation-row__remove{grid-column:-2 / -1;grid-row:1;justify-self:end;min-height:40px;white-space:nowrap}.delivery-allocation-list__add{justify-self:start}.delivery-source-status{display:inline-flex;align-items:center;min-height:24px;padding:2px 7px;border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--paper-50);color:var(--slate-700);font-size:.625rem;font-weight:750;line-height:1.2;white-space:nowrap}.delivery-source-status--allocated,.delivery-source-status--resolved{border-color:#9fcfc4;background:var(--teal-100);color:var(--teal-800)}.delivery-source-status--partiallyallocated,.delivery-source-status--sourcepending{border-color:#edc387;background:var(--amber-100);color:var(--amber-800)}.delivery-cost-exception,.delivery-source-pending-reason{display:block;margin-top:4px;color:var(--amber-800);font-size:.625rem;font-weight:700;line-height:1.35}.delivery-evidence-reminder{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(240px,1.2fr) auto;gap:var(--space-3);align-items:center;padding:var(--space-3);border:1px solid #edc387;background:var(--amber-100);color:var(--amber-800);font-size:.6875rem}.delivery-progress-table{width:100%;max-height:min(42vh,420px);overflow:auto;border:1px solid var(--rule-200)}.delivery-progress-table table{min-width:820px}.delivery-progress-table th,.delivery-progress-table td{height:42px;padding:0 var(--space-2);border-bottom:1px solid var(--rule-200);text-align:left;font-size:.6875rem}.delivery-progress-table th{position:sticky;top:0;background:var(--paper-50);color:var(--slate-700);font-weight:750}.delivery-progress-table td{color:var(--ink-950);font-variant-numeric:tabular-nums}.delivery-history-table{max-height:16rem;margin-bottom:var(--space-3)}.delivery-history-table table{min-width:28rem}.delivery-history-table tr.is-selected td{background:var(--blue-50)}.delivery-current-heading{margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--rule-200)}.delivery-signed-evidence{display:grid;gap:var(--space-3);margin-top:var(--space-3);padding:var(--space-3);border:1px solid var(--rule-300);background:var(--paper-50)}.delivery-signed-evidence>div{display:flex;flex-direction:column;gap:4px}.delivery-operation-panel{display:grid;gap:var(--space-3);min-width:0;padding:var(--space-3);margin:var(--space-4) 0 0;border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--paper-50)}.delivery-operation-panel legend{padding:0 var(--space-2);color:var(--ink-950);font-size:.75rem;font-weight:750}.delivery-quantity-grid,.delivery-ack-lines,.delivery-ack-lines>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-2)}.delivery-ack-lines{grid-template-columns:1fr}.delivery-cancel-reason{margin-top:var(--space-4)}.delivery-actions{position:sticky;z-index:2;bottom:0;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-4);padding:var(--space-3) 0;border-top:1px solid var(--rule-200);background:var(--ledger-white)}.delivery-document-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-2);margin:var(--space-3) 0 0;padding:var(--space-3);border:1px solid var(--rule-200);background:var(--paper-50)}.delivery-document-meta div{display:grid;gap:2px;min-width:0}.delivery-document-meta dt{color:var(--slate-700);font-size:.625rem;font-weight:700}.delivery-document-meta dd{margin:0;color:var(--ink-950);font-size:.75rem;font-variant-numeric:tabular-nums;font-weight:750;overflow-wrap:anywhere}.inline-success,.inline-warning{padding:var(--space-3) var(--space-4);border:1px solid #9fcfc4;border-radius:var(--radius-xs);background:var(--teal-100);color:var(--teal-800);font-size:.75rem;line-height:1.4}.inline-warning{border-color:#edc387;background:var(--amber-100);color:var(--amber-800)}.delivery-workspace__empty{min-height:220px}.delivery-print{display:grid;gap:var(--space-5);margin-top:var(--space-6);padding:var(--space-6);border:1px solid var(--rule-300);background:var(--ledger-white);color:var(--ink-950)}.customer-demand-editor__print{display:none}.delivery-print__header,.delivery-print__header dl,.delivery-print__references,.delivery-print__signatures{display:grid;gap:var(--space-4)}.delivery-print__header{grid-template-columns:1fr auto;align-items:start;padding-bottom:var(--space-4);border-bottom:2px solid var(--marine-900)}.delivery-print__header h2{margin-top:var(--space-1);font-size:1.4rem}.delivery-print__brand{color:var(--marine-900);font-size:.6875rem;font-weight:850;letter-spacing:.04em}.delivery-print__header dl{grid-template-columns:repeat(2,minmax(100px,auto));margin:0}.delivery-print dt{color:var(--slate-700);font-size:.625rem;font-weight:700}.delivery-print dd{min-height:22px;margin:2px 0 0;font-size:.75rem;font-variant-numeric:tabular-nums;font-weight:750}.delivery-print__references{grid-template-columns:repeat(4,minmax(0,1fr));margin:0}.delivery-print__table{overflow-x:auto}.delivery-print__table table{width:100%;min-width:0;table-layout:fixed}.delivery-print__table th,.delivery-print__table td{min-height:36px;padding:var(--space-2);border-bottom:1px solid var(--rule-300);text-align:left;font-size:.6875rem;line-height:1.35;vertical-align:top}.delivery-print__table th{background:var(--paper-50);color:var(--slate-700);font-weight:750}.delivery-print__signatures{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:var(--space-6)}.delivery-print__signatures>div{display:grid;gap:var(--space-2);min-height:82px;padding:var(--space-3);border:1px solid var(--rule-300)}.delivery-print__signatures span{color:var(--slate-700);font-size:.6875rem;font-weight:700}.delivery-print__signatures strong{min-height:36px;font-size:.75rem}.workflow-drawer--workspace{position:relative;width:min(1180px,100%);overflow-y:auto}.workflow-drawer--workspace .delivery-workspace{min-height:100%}.delivery-workspace-close{position:sticky;z-index:2;top:var(--space-3);float:right;margin:var(--space-3)}.trade-source-layout{display:grid;grid-template-columns:minmax(500px,.86fr) minmax(0,1.14fr);gap:var(--space-4);align-items:start}.trade-source-form-panel{position:sticky;top:74px;max-height:calc(100vh - 90px);gap:var(--space-3);padding:var(--space-4);overflow-y:auto;border-radius:var(--radius-xs)}.trade-source-form-panel>.section-heading{align-items:start;min-height:auto;padding:0 0 var(--space-3)}.trade-source-form-panel>.section-heading>div{display:grid;gap:var(--space-1)}.trade-source-form-panel>.section-heading span{line-height:1.45}.procurement-page .procurement-tabs{display:flex;gap:var(--space-1);border-bottom:1px solid var(--rule-300)}.procurement-page .procurement-tabs button{min-height:40px;padding:0 var(--space-3);border:0;border-bottom:3px solid transparent;background:transparent;color:var(--slate-700);font:inherit;font-size:.75rem;font-weight:750;cursor:pointer}.procurement-page .procurement-tabs button[aria-selected=true]{border-bottom-color:var(--blue-700);color:var(--blue-700)}.procurement-page .procurement-tabs button:focus-visible{outline:2px solid var(--blue-700);outline-offset:2px}.procurement-page .procurement-editor-panel{display:grid;gap:var(--space-3)}.procurement-page .procurement-payment-field select,.procurement-page .procurement-payment-field input{border-left:3px solid var(--blue-700)}.procurement-page .procurement-excess-note{display:flex;gap:var(--space-2);align-items:center;padding:var(--space-2) var(--space-3);border-left:3px solid var(--amber-700);background:var(--paper-50);color:var(--slate-700);font-size:.75rem;line-height:1.45}.procurement-page .procurement-excess-note:before{color:var(--amber-700);content:"●";font-size:.625rem}.procurement-page .procurement-dialog-backdrop{position:fixed;z-index:40;inset:0;display:grid;place-items:center;padding:var(--space-4);background:#0d23326b}.procurement-page .procurement-cancel-dialog{display:grid;gap:var(--space-3);width:min(420px,100%);padding:var(--space-4);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white);box-shadow:0 18px 48px #0d233238}.procurement-page .procurement-import-dialog{display:grid;grid-template-rows:auto minmax(0,1fr);gap:var(--space-2);width:min(1120px,100%);height:min(760px,calc(100vh - (2 * var(--space-4))));padding:var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white);box-shadow:0 18px 48px #0d233238}.procurement-page .procurement-import-dialog__actions{display:flex;justify-content:flex-end}.procurement-page .procurement-import-dialog>.recent-import-picker{overflow:hidden}.procurement-page .procurement-cancel-dialog .section-heading{min-height:auto;padding:0 0 var(--space-2)}.procurement-page .procurement-cancel-dialog form{display:grid;gap:var(--space-3)}.procurement-page .procurement-cancel-dialog textarea{min-height:88px;padding-block:var(--space-2);resize:vertical}.procurement-page .procurement-cancel-trigger--resolved{border:0;padding:0;background:transparent;color:var(--ink-700);font:inherit;cursor:default}.trade-source-form,.cost-revision-panel fieldset{display:grid;gap:var(--space-4);min-width:0;padding:0;margin:0;border:0}.trade-source-form:disabled{opacity:.76}.trade-source-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.trade-source-fields--procurement{grid-template-columns:repeat(3,minmax(0,1fr))}.trade-source-fields--procurement .trade-field--notes{grid-column:1 / -1}.trade-field{display:grid;align-content:start;gap:6px;min-width:0;color:var(--ink-800);font-size:.75rem;font-weight:700}.trade-field input,.trade-field select,.trade-field textarea{width:100%;min-height:40px;padding:0 var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white);color:var(--ink-950);font:inherit;font-weight:500}.demand-number-field output{display:flex;min-height:40px;align-items:center;padding:0 var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--paper-50);color:var(--ink-950);font-size:.8125rem;font-variant-numeric:tabular-nums;font-weight:750}.trade-field input[readonly],.trade-field select:disabled{background:var(--paper-50);color:var(--slate-700);opacity:1}.trade-field textarea{min-height:72px;padding-block:var(--space-2);line-height:1.45;resize:vertical}.trade-field input:focus-visible,.trade-field select:focus-visible,.trade-field textarea:focus-visible,.trade-source-page button:focus-visible{outline:3px solid color-mix(in srgb,var(--focus),white 25%);outline-offset:2px}.trade-field small{color:var(--slate-600);font-size:.625rem;font-weight:500;line-height:1.4}.trade-lines{display:grid;gap:var(--space-2);min-width:0;padding:var(--space-3);margin:0;border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--paper-50)}.trade-lines>legend,.cost-revision-panel legend{padding:0 var(--space-2);color:var(--ink-950);font-size:.75rem;font-weight:750}.trade-line{display:grid;grid-template-columns:minmax(180px,1.5fr) minmax(105px,.65fr) minmax(90px,.55fr) auto;gap:var(--space-2);align-items:end;min-width:0;padding:var(--space-3);border:1px solid var(--rule-200);border-radius:var(--radius-xs);background:var(--ledger-white)}.trade-line--procurement{grid-template-columns:minmax(210px,1.35fr) minmax(160px,1fr) minmax(160px,1fr) 80px minmax(105px,.7fr) minmax(115px,.8fr) auto;align-items:start;padding:var(--space-2)}.trade-line--procurement .trade-field--readonly output{display:flex;min-height:40px;align-items:center;padding:0 var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--paper-50);color:var(--slate-700);font-weight:500;overflow-wrap:anywhere}.trade-line--receipt{grid-template-columns:repeat(3,minmax(118px,1fr));align-items:start}.trade-line-remove{grid-column:-2 / -1;grid-row:1;justify-self:end;min-height:40px;white-space:nowrap}.trade-source-actions{display:flex;justify-content:flex-end;gap:var(--space-2);padding-top:var(--space-3);border-top:1px solid var(--rule-200)}.trade-source-error{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.value-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #9cc3d9;border-radius:var(--radius-xs);background:#edf6fb}.value-preview--three{grid-template-columns:repeat(3,minmax(0,1fr))}.value-preview output{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-3);border-right:1px solid #c5dce8;color:var(--ink-950);font-size:.75rem;font-variant-numeric:tabular-nums;font-weight:750}.value-preview output:last-child{border-right:0}.source-price{color:var(--slate-700);font-size:.6875rem;font-variant-numeric:tabular-nums;font-weight:700}.trade-source-ledger{min-width:0;margin-top:0;border-radius:var(--radius-xs)}.trade-source-ledger .section-heading{min-height:54px}.trade-source-scroll{max-height:calc(100vh - 210px);overflow:auto}.trade-source-scroll table{min-width:1180px}.trade-source-scroll th,.trade-source-scroll td{height:44px;padding-inline:var(--space-3);vertical-align:middle}.trade-source-scroll td{white-space:normal}.row-action-group{display:flex;flex-wrap:wrap;gap:var(--space-2)}.demand-row-actions{min-width:190px}.ledger-secondary{display:block;margin-top:3px;color:var(--slate-600);font-size:.6875rem;line-height:1.35}.demand-dialog-backdrop{position:fixed;z-index:80;inset:0;display:grid;place-items:center;padding:var(--space-5);background:#071f2c94}.demand-adjustment-dialog{width:min(520px,100%);max-height:calc(100vh - 48px);padding:var(--space-5);overflow-y:auto;border:1px solid var(--rule-300);border-radius:var(--radius-sm);background:var(--ledger-white);box-shadow:0 18px 48px #071f2c3d}.demand-adjustment-dialog form,.demand-adjustment-dialog fieldset{display:grid;gap:var(--space-4);min-width:0;padding:0;margin:0;border:0}.cost-revision-panel{padding:var(--space-4);border-top:1px solid var(--rule-300);background:var(--paper-50)}.cost-revision-panel fieldset{padding:var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white)}.customer-demand-page{min-width:0}.customer-demand-page__heading{align-items:end}.customer-demand-page__new{flex:0 0 auto;white-space:nowrap}.customer-demand-page__new:active{transform:translateY(1px)}.customer-demand-workspace{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(240px,35vh) minmax(680px,1fr);gap:var(--space-4);min-width:0}.customer-demand-ledger{display:grid;grid-template-rows:auto auto minmax(0,1fr);min-width:0;max-height:360px;overflow:hidden}.customer-demand-ledger__filters{display:grid;grid-template-columns:max-content minmax(220px,420px) max-content;gap:var(--space-3);align-items:end;min-width:0;padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--rule-200);background:var(--paper-50)}.customer-demand-ledger__tabs{align-self:end;margin-bottom:0}.customer-demand-ledger__search input{min-width:0;background:var(--ledger-white)}.customer-demand-ledger__clear{white-space:nowrap}.customer-demand-ledger>[role=tabpanel]{min-width:0;min-height:0;overflow:hidden}.customer-demand-ledger__scroll,.customer-demand-editor__lines-scroll{min-width:0;min-height:0;overflow:auto}.customer-demand-ledger__scroll{height:100%;max-height:none}.customer-demand-ledger__scroll table{min-width:1360px}.customer-demand-ledger__head th{position:sticky;top:0;z-index:2}.customer-demand-ledger__row--selected{background:#eaf4fa}.customer-demand-ledger__row--selected .row-link{color:var(--marine-900);font-weight:800;text-decoration-thickness:2px}.customer-demand-editor-shell{display:grid;grid-template-rows:auto minmax(0,1fr);gap:var(--space-2);min-width:0;min-height:680px;height:max(680px,78vh)}.customer-demand-editor-shell__status:empty{display:none}.customer-demand-editor-shell__editor{min-width:0;min-height:0;height:100%}.customer-demand-detail-state{min-width:0;padding:var(--space-3) var(--space-4)}.customer-demand-editor{display:flex;min-width:0;min-height:0;height:100%;flex-direction:column;gap:var(--space-3);padding:var(--space-4);overflow:hidden;border-radius:var(--radius-xs)}.customer-demand-editor>.customer-demand-editor__header{flex:0 0 auto;min-width:0;min-height:42px;padding:0 0 var(--space-2)}.customer-demand-editor__header>div{min-width:0}.customer-demand-editor__header h2,.customer-demand-editor__header span{overflow-wrap:anywhere}.customer-demand-editor>form{display:flex;flex:1 1 auto;min-width:0;min-height:0}.customer-demand-editor .customer-demand-editor__form{display:flex;flex:1 1 auto;min-width:0;min-height:0;flex-direction:column;gap:var(--space-3)}.customer-demand-editor__fields{flex:0 0 auto;grid-template-columns:minmax(0,.95fr) minmax(0,.9fr) minmax(0,1.7fr) minmax(0,1.05fr) minmax(0,1.05fr) minmax(0,1.1fr) minmax(0,1.15fr);gap:8px;min-width:0}.customer-demand-editor__fields textarea{min-height:40px;max-height:72px}.customer-demand-editor__customer-field{grid-column:auto;min-width:0}.customer-demand-editor__customer-field>label{display:grid;gap:4px;min-width:0}.quick-customer-create{display:grid;gap:6px;min-width:0}.quick-customer-create__trigger{width:fit-content;min-height:28px;padding:2px 0;border:0;color:var(--blue-700);background:transparent;font:inherit;font-size:.75rem;font-weight:700;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.quick-customer-create__trigger:hover,.quick-customer-create__trigger:focus-visible{color:var(--marine-900)}.quick-customer-create__region{display:grid;gap:8px;min-width:0;padding:10px;border:1px solid var(--rule-300);border-radius:4px;background:var(--paper-50)}.quick-customer-create__region header{display:grid;gap:2px}.quick-customer-create__region h3,.quick-customer-create__region p{margin:0}.quick-customer-create__region h3{color:var(--marine-900);font-size:.875rem}.quick-customer-create__region header p{color:var(--slate-600);font-size:.6875rem;line-height:1.35}.quick-customer-create__fields{display:grid;gap:6px;min-width:0}.quick-customer-create__form{display:grid;gap:8px;min-width:0}.quick-customer-create__fields label{display:grid;gap:3px;min-width:0;color:var(--slate-700);font-size:.6875rem;font-weight:700}.quick-customer-create__fields input{width:100%;min-width:0;min-height:32px;padding:5px 7px;border:1px solid var(--rule-300);border-radius:3px;background:var(--ledger-white);color:var(--ink-950);font:inherit}.quick-customer-create__fields input:focus{border-color:var(--blue-600);outline:2px solid color-mix(in srgb,var(--blue-600) 24%,transparent);outline-offset:1px}.quick-customer-create__error{margin:0;color:var(--red-800);font-size:.6875rem;line-height:1.4}.quick-customer-create__region footer{display:flex;flex-wrap:wrap;gap:6px}.quick-customer-create__region footer button{min-height:32px;padding:5px 9px;font-size:.6875rem}.customer-demand-editor .customer-demand-editor__lines{display:flex;flex:1 1 auto;min-width:0;flex-direction:column;overflow:hidden}.customer-demand-editor__lines-scroll{display:grid;align-content:start;gap:4px;flex:1 1 auto;min-height:350px;padding:1px var(--space-1) var(--space-4) 1px;overscroll-behavior:contain}.customer-demand-editor__line{grid-template-columns:minmax(250px,1.7fr) minmax(180px,1fr) minmax(90px,.55fr) minmax(100px,.6fr) minmax(180px,1fr) auto;min-width:920px;min-height:54px;gap:6px;padding:4px 7px}.customer-demand-editor__line .trade-field{gap:3px;font-size:.6875rem}.customer-demand-editor__line .trade-field input,.customer-demand-editor__line .trade-field select,.customer-demand-editor__line .customer-demand-editor__readonly-field output,.customer-demand-editor__line .trade-line-remove{min-height:32px}.customer-demand-editor__line .customer-demand-editor__readonly-field output{display:flex;align-items:center}.customer-demand-editor__line-actions{flex:0 0 auto;padding-top:var(--space-2)}.customer-demand-editor__import-picker{display:grid;align-content:start;gap:var(--space-2);flex:1 1 auto;min-width:0;min-height:520px;padding:1px var(--space-1) var(--space-3) 1px;overflow:auto;overscroll-behavior:contain}.customer-demand-editor__import-picker>.trade-source-actions{position:sticky;z-index:3;top:0;justify-content:flex-end;padding-block:var(--space-1);background:var(--ledger-white)}.customer-demand-editor__import-picker>.recent-import-picker{min-height:0}.customer-demand-editor-shell:has(.customer-demand-editor--importing){min-height:800px;height:max(800px,88vh)}.customer-demand-editor--importing .customer-demand-editor__lines{min-height:520px}.customer-demand-editor__footer{position:sticky;z-index:2;bottom:0;flex:0 0 auto;padding:var(--space-3) 0 1px;background:var(--ledger-white)}.customer-demand-editor--readonly{display:flex}.customer-demand-editor__readonly-body{display:grid;align-content:start;gap:var(--space-3);flex:1 1 auto;min-width:0;min-height:0;padding-right:var(--space-1);overflow:auto;overscroll-behavior:contain}.customer-demand-editor__readonly-body>section:not(.customer-demand-editor__audit){display:grid;gap:var(--space-2);min-width:0}.customer-demand-editor--readonly .customer-demand-editor__lines-scroll{height:auto;max-height:none}.customer-demand-editor__audit{min-width:0;max-height:none;overflow:visible}@media(max-width:1100px){.customer-demand-editor__fields{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1280px){.trade-source-layout{grid-template-columns:1fr}.trade-source-form-panel{position:static;max-height:none}.trade-source-scroll{max-height:none}.delivery-workspace__layout{grid-template-columns:1fr}.delivery-draft-panel{position:static;max-height:none}}@media(max-width:820px){.customer-demand-editor__fields{grid-template-columns:minmax(0,1fr)}.recent-import-picker__detail{min-height:420px}.customer-demand-workspace{grid-template-rows:auto auto}.customer-demand-page__heading{align-items:stretch;flex-direction:column}.customer-demand-page__new{width:100%}.customer-demand-ledger__filters{grid-template-columns:minmax(0,1fr);align-items:stretch}.customer-demand-ledger__tabs{width:100%}.customer-demand-ledger__tabs button{flex:1 1 0;min-width:0}.customer-demand-ledger{max-height:none}.customer-demand-ledger>[role=tabpanel]{min-height:180px}.customer-demand-ledger__scroll{height:180px}.customer-demand-editor-shell{height:auto}.customer-demand-editor{height:auto;overflow:visible}.customer-demand-editor .customer-demand-editor__lines{min-height:260px;max-height:420px}.customer-demand-editor--readonly{display:flex}.customer-demand-editor__readonly-body{overflow:visible}.customer-demand-editor--readonly .customer-demand-editor__lines-scroll{max-height:360px}.customer-demand-editor__audit{max-height:none}.trade-source-fields,.trade-line,.trade-line--procurement,.trade-line--receipt,.value-preview,.value-preview--three{grid-template-columns:1fr}.value-preview output{border-right:0;border-bottom:1px solid #c5dce8}.value-preview output:last-child{border-bottom:0}.trade-source-error{align-items:start;flex-direction:column}.trade-source-actions .primary-action{width:100%}.delivery-workspace__identity,.delivery-inventory-line,.delivery-source-line,.delivery-source-line__summary,.delivery-evidence-reminder,.delivery-allocation-row,.delivery-quantity-grid,.delivery-ack-lines>div,.delivery-document-meta,.delivery-print__header,.delivery-print__references,.delivery-print__signatures{grid-template-columns:1fr}.delivery-workspace__heading-actions{justify-content:flex-start}.trade-line-remove,.delivery-inventory-line__remove,.delivery-source-line__remove,.delivery-allocation-row__remove{grid-column:1 / -1;grid-row:auto;justify-self:end}.delivery-source-modes{grid-template-columns:1fr;border:1px solid var(--rule-300)}.delivery-source-modes button{border-bottom:1px solid var(--rule-200);text-align:start}.delivery-source-modes button:last-child{border-bottom:0}.delivery-source-modes button[aria-selected=true]{box-shadow:inset 3px 0 0 var(--blue-700)}.delivery-actions{align-items:stretch;flex-direction:column}.delivery-actions button{width:100%}}@page{size:A4 portrait;margin:10mm}@media print{.customer-demand-editor__print{display:block!important}.customer-demand-ledger,.customer-demand-editor-shell__status,.customer-demand-editor-shell__editor>.customer-demand-editor{display:none!important}.customer-demand-page,.customer-demand-workspace,.customer-demand-editor-shell,.customer-demand-editor-shell__editor{display:block!important;width:auto!important;max-width:none!important;min-height:0!important;height:auto!important;margin:0!important;overflow:visible!important}.customer-demand-page{padding:0!important;border:0;box-shadow:none}.customer-demand-editor-shell__editor>.customer-demand-editor__print{margin-top:0}body *{visibility:hidden}.customer-demand-editor__print,.customer-demand-editor__print *{visibility:visible}.delivery-print{position:static!important;inset:auto!important;display:block!important;width:auto;min-height:0;padding:0;margin:0;overflow:visible;border:0;break-inside:auto}.delivery-print__header,.delivery-print__references,.delivery-print__signatures{break-inside:avoid}.delivery-print__table{overflow:visible}.delivery-print__table table{width:100%;min-width:0;table-layout:fixed}.delivery-print__table thead{display:table-header-group}.delivery-print__table tr{break-inside:avoid}.delivery-print__table th,.delivery-print__table td{padding:1.5mm 1mm;overflow-wrap:anywhere;word-break:normal;font-size:7.5pt;line-height:1.25}.delivery-print__signatures{margin-top:6mm}}.rail-nav__availability{grid-column:2;overflow:hidden;color:#9eb2bc;font-size:.625rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.rail-nav button:has(.rail-nav__availability){grid-template-rows:auto auto;min-height:47px;padding-block:5px}.delivery-ledger-heading{margin-bottom:var(--space-4)}.ledger-command-bar{display:flex;flex-wrap:wrap;gap:var(--space-2);justify-content:flex-end}.ledger-filter-region{margin-bottom:var(--space-4);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white)}.ledger-filter-region .section-heading{min-height:50px;padding-inline:var(--space-4)}.ledger-filter-region .text-button{grid-column:auto;min-height:40px;color:var(--blue-700)}.ledger-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:var(--space-3);padding:var(--space-3) var(--space-4) var(--space-4);border-top:1px solid var(--rule-200)}.compact-field{display:grid;gap:6px;min-width:0;color:var(--ink-800);font-size:.6875rem;font-weight:700}.compact-field input,.compact-field select{width:100%;min-height:40px;padding:0 var(--space-2);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white);color:var(--ink-950);font-size:.75rem;font-weight:500}.compact-field input:hover,.compact-field select:hover{border-color:#90a4af}.complete-ledger{max-width:100%;border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white);overflow:auto}.complete-ledger table{min-width:2100px}.complete-ledger th,.complete-ledger td{padding:9px var(--space-3);vertical-align:top}.complete-ledger th{position:sticky;z-index:2;top:0;background:var(--marine-900);color:#f4f8fa;font-size:.625rem;line-height:1.35}.complete-ledger td{border-bottom:0;color:var(--ink-800);font-size:.6875rem;line-height:1.4}.complete-ledger td:nth-child(1){position:sticky;z-index:1;left:0;background:var(--ledger-white)}.complete-ledger td:nth-child(6){min-width:250px}.complete-ledger td:nth-child(6)>span,.cost-margin-ledger td>span{display:block}.material-identity-parts{display:flex!important;flex-wrap:wrap;gap:3px 8px;margin-top:3px;color:var(--slate-700)}.material-identity-parts>span:not(:last-child):after{margin-left:8px;color:var(--rule-300);content:"/"}.source-line td{padding:0!important;border-bottom:1px solid var(--rule-300);background:var(--paper-50)!important}.source-line__label{padding:7px var(--space-3);border-bottom:1px solid var(--rule-200);color:var(--slate-600);font-size:.625rem;font-weight:750}.source-ledger{display:grid}.source-ledger__row{display:grid;grid-template-columns:minmax(105px,.7fr) minmax(105px,.7fr) minmax(150px,1fr) repeat(5,minmax(142px,.85fr));gap:var(--space-3);align-items:center;min-height:38px;padding:6px var(--space-3);color:var(--slate-700);font-size:.625rem;font-variant-numeric:tabular-nums}.source-ledger__row+.source-ledger__row{border-top:1px solid var(--rule-200)}.source-ledger__row strong{color:var(--ink-800)}.cost-margin-ledger{max-width:100%;border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white);overflow:auto}.cost-margin-ledger table{min-width:900px}.lineage-reference+.lineage-reference{padding-top:3px;margin-top:3px;border-top:1px solid var(--rule-200)}.print-only{display:none}.customer-statement{color:#101820;font-family:var(--font-sans)}.customer-statement>header{padding-bottom:6mm;border-bottom:.5mm solid #12384c}.customer-statement__brand{color:#12384c;font-size:9pt;font-weight:800;letter-spacing:.08em}.customer-statement h1{margin-top:2mm;font-size:18pt}.customer-statement p{margin-top:1.5mm;color:#52616a;font-size:8pt}.customer-statement table{margin-top:6mm;table-layout:fixed}.customer-statement th,.customer-statement td{padding:2mm 1.4mm;border:.25mm solid #aebbc2;overflow-wrap:anywhere;font-size:7.5pt;line-height:1.3;text-align:left}.customer-statement td span{display:block}.customer-statement th{background:#e8eef1;font-weight:750}.customer-statement tfoot th{background:#fff}.customer-directory-page{width:min(100%,1800px);min-width:0;padding:26px var(--space-6) 48px;margin:0 auto;overflow-x:hidden}.customer-directory-heading{display:flex;align-items:end;justify-content:space-between;gap:var(--space-6);padding-bottom:var(--space-5);border-bottom:1px solid var(--rule-300)}.customer-directory-context,.customer-directory-editor>header span{color:var(--blue-700);font-size:.6875rem;font-weight:750;letter-spacing:.065em}.customer-directory-heading h1{margin-top:3px;color:var(--ink-950);font-size:clamp(1.55rem,2.2vw,2rem);font-weight:750;letter-spacing:-.025em;line-height:1.15}.customer-directory-heading p{max-width:70ch;margin-top:var(--space-2);color:var(--slate-700);font-size:.8125rem;line-height:1.55}.customer-directory-heading__actions{display:flex;flex:0 0 auto;align-items:center;gap:var(--space-4)}.customer-directory-count{display:grid;color:var(--slate-700);font-size:.6875rem;line-height:1.2;text-align:right}.customer-directory-count strong{color:var(--ink-950);font-size:1rem;font-variant-numeric:tabular-nums}.customer-directory-workspace{display:grid;min-width:0;margin-top:var(--space-5)}.customer-directory-workspace--editing{grid-template-columns:minmax(560px,680px) minmax(0,1fr);gap:var(--space-5);align-items:start}.customer-directory-ledger{min-width:0;border:1px solid var(--rule-300);background:var(--ledger-white)}.customer-directory-toolbar{display:grid;grid-template-columns:minmax(210px,1fr) auto auto;gap:var(--space-3);align-items:center;padding:var(--space-3);border-bottom:1px solid var(--rule-300);background:var(--paper-50)}.customer-directory-search input,.customer-directory-editor input{width:100%;min-height:40px;padding:0 var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-sm);background:var(--ledger-white);color:var(--ink-950);font:inherit}.customer-directory-search input::placeholder{color:var(--slate-600)}.customer-directory-search input:focus,.customer-directory-editor input:focus{border-color:var(--blue-700);outline:2px solid transparent;box-shadow:inset 0 0 0 1px var(--blue-700)}.customer-directory-filters{display:inline-flex;gap:2px;padding:2px;border:1px solid var(--rule-300);border-radius:var(--radius-sm);background:var(--ledger-white)}.customer-directory-filters button{min-height:34px;padding:0 var(--space-3);border:0;border-radius:5px;background:transparent;color:var(--slate-700);cursor:pointer;font-size:.75rem;font-weight:700;white-space:nowrap}.customer-directory-filters button[aria-pressed=true]{background:var(--marine-900);color:#fff}.customer-directory-reload{min-height:38px}.customer-directory-table-scroll{max-width:100%;max-height:calc(100vh - 278px);overflow:auto;outline-offset:-2px}.customer-directory-table-scroll table{width:100%;min-width:1120px;border-collapse:collapse;table-layout:fixed}.customer-directory-table-scroll th,.customer-directory-table-scroll td{padding:9px var(--space-3);border-bottom:1px solid var(--rule-200);overflow:hidden;color:var(--ink-800);font-size:.75rem;line-height:1.35;text-align:left;text-overflow:ellipsis;white-space:nowrap}.customer-directory-table-scroll th{position:sticky;top:0;z-index:1;background:var(--paper-100);color:var(--slate-700);font-size:.6875rem;font-weight:750}.customer-directory-table-scroll th:nth-child(1){width:138px}.customer-directory-table-scroll th:nth-child(2){width:26%}.customer-directory-table-scroll th:nth-child(3){width:154px}.customer-directory-table-scroll th:nth-child(4){width:126px}.customer-directory-table-scroll th:nth-child(5){width:110px}.customer-directory-table-scroll th:nth-child(6){width:112px}.customer-directory-table-scroll th:nth-child(7){width:82px}.customer-directory-table-scroll th:nth-child(8){width:94px}.customer-directory-table-scroll th:nth-child(9){width:170px}.customer-directory-table-scroll tbody tr:hover,.customer-directory-table-scroll tbody tr.is-selected{background:#f0f7fb}.customer-directory-table-scroll tbody tr:last-child td{border-bottom:0}.customer-directory-code,.customer-directory-currency{font-variant-numeric:tabular-nums;font-weight:700}.customer-directory-table-scroll td.customer-directory-name{white-space:normal}.customer-directory-name span{white-space:pre-wrap}.customer-directory-code button{min-height:32px;padding:0;border:0;background:transparent;color:var(--blue-700);cursor:pointer;font:inherit;font-weight:750;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px}.customer-directory-code button:hover,.customer-directory-code button:focus-visible{text-decoration-color:currentColor}.customer-directory-status{display:inline-flex;align-items:center;min-height:24px;padding:0 7px;border:1px solid currentColor;border-radius:var(--radius-xs);font-size:.6875rem;font-weight:750}.customer-directory-status.is-active{background:var(--teal-100);color:var(--teal-800)}.customer-directory-status.is-inactive{background:var(--rule-200);color:var(--slate-700)}.customer-directory-row-actions{display:flex;gap:var(--space-3)}.customer-directory-row-actions button{min-height:32px;padding:0;border:0;background:transparent;color:var(--blue-700);cursor:pointer;font-size:.6875rem;font-weight:700}.customer-directory-row-actions button:last-child{color:var(--ink-800)}.customer-directory-row-actions button:disabled{color:var(--slate-600);cursor:wait}.customer-directory-readonly{color:var(--slate-600);font-size:.6875rem}.customer-directory-state{display:grid;place-items:center;min-height:260px;padding:var(--space-6);color:var(--slate-700);font-size:.8125rem;line-height:1.5;text-align:center}.customer-directory-state strong{color:var(--ink-950);font-size:.9375rem}.customer-directory-state--error{gap:var(--space-2)}.customer-directory-no-match{height:180px;color:var(--slate-700)!important;text-align:center!important}.customer-directory-ledger>.status-message,.customer-directory-ledger>.form-error{margin:var(--space-3)}.customer-directory-ledger>.status-message{min-height:38px;padding:var(--space-2) var(--space-3);border:1px solid #9bcac7;border-radius:var(--radius-sm);background:var(--teal-100);color:var(--teal-800);font-size:.75rem;font-weight:650}.customer-directory-editor{position:sticky;top:82px;min-width:0;max-height:calc(100vh - 104px);display:grid;grid-template-rows:auto minmax(0,1fr);border:1px solid var(--rule-300);background:var(--ledger-white)}.customer-directory-editor>header{display:flex;align-items:start;justify-content:space-between;gap:var(--space-4);padding:var(--space-4);border-bottom:1px solid var(--rule-300);background:var(--paper-50)}.customer-directory-editor h2{margin-top:2px;color:var(--ink-950);font-size:1rem;font-weight:750;letter-spacing:-.015em}.customer-directory-editor .text-button{grid-column:auto;color:var(--blue-700)}.customer-directory-editor form{display:grid;min-height:0;gap:var(--space-4);padding:var(--space-4);overflow-y:auto}.customer-directory-editor form>label,.customer-directory-immutable label{display:grid;gap:6px;color:var(--ink-800);font-size:.75rem;font-weight:700}.customer-directory-editor__group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3);min-width:0;padding:var(--space-3);margin:0;border:1px solid var(--rule-200)}.customer-directory-editor__group legend{padding:0 4px;color:var(--slate-700);font-size:.6875rem;font-weight:750}.customer-directory-editor__group label{display:grid;gap:6px;min-width:0;color:var(--ink-800);font-size:.75rem;font-weight:700}.customer-value-list-editor{display:grid;gap:var(--space-2);min-width:0;padding:var(--space-3);margin:0;border:1px solid var(--rule-200)}.customer-value-list-editor legend{padding:0 4px;color:var(--slate-700);font-size:.6875rem;font-weight:750}.customer-value-list-editor__rows{display:grid;gap:var(--space-2)}.customer-value-list-editor__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-2);align-items:center}.customer-value-list-editor__row label{min-width:0}.customer-value-list-editor__row .text-button{min-width:32px;min-height:32px;padding:0 var(--space-2)}.customer-value-list-editor__remove{grid-column:-2 / -1;grid-row:1;justify-self:end}.customer-value-list-editor__add{justify-self:start}.customer-directory-editor input:read-only{background:var(--paper-100);color:var(--slate-700)}.customer-directory-code-help{display:grid;gap:2px;padding-bottom:var(--space-3);border-bottom:1px solid var(--rule-200);color:var(--slate-700);font-size:.6875rem;line-height:1.45}.customer-directory-code-help strong{color:var(--ink-800);font-size:.75rem}.customer-directory-immutable{display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:var(--space-3);padding-bottom:var(--space-3);border-bottom:1px solid var(--rule-200)}.customer-directory-immutable output{display:flex;align-items:center;min-height:40px;padding:0 var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-sm);background:var(--paper-100);color:var(--slate-700);font-variant-numeric:tabular-nums}.customer-directory-editor footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--rule-300)}@media(max-width:1600px){.app-shell{grid-template-columns:76px minmax(0,1fr)}.app-rail{align-items:center;padding-inline:var(--space-2)}.brand-lockup{padding-inline:0}.brand-lockup>span:last-child,.rail-nav button>span:not(.rail-nav__symbol),.account-copy,.rail-account__logout-label{display:none}.rail-nav button{display:grid;grid-template-columns:1fr;justify-items:center;width:44px}.rail-account{grid-template-columns:1fr;padding-inline:0}.rail-account__logout{grid-column:1;display:grid;place-items:center;justify-self:center;width:32px;height:32px;padding:0;border:1px solid #8eacba;border-radius:50%;text-decoration:none}.rail-account__logout-icon{display:inline;font-size:1rem;line-height:1}.customer-directory-workspace--editing{grid-template-columns:560px minmax(0,1fr)}}@media(max-width:1200px){.customer-directory-workspace--editing{grid-template-columns:minmax(0,1fr)}.customer-directory-editor{position:static;grid-row:1;max-height:none}.customer-directory-editor form{overflow:visible}.customer-directory-toolbar{grid-template-columns:minmax(190px,1fr) auto}.customer-directory-reload{grid-column:2}.customer-directory-workspace--editing .customer-directory-toolbar{grid-template-columns:minmax(0,1fr)}.customer-directory-workspace--editing .customer-directory-reload{grid-column:auto}}@media(max-width:940px){.customer-directory-page{padding-inline:var(--space-4)}}@media(max-width:420px){.customer-directory-editor__group{grid-template-columns:minmax(0,1fr)}}@media(max-width:680px){.customer-directory-heading{align-items:stretch;flex-direction:column;gap:var(--space-4)}.customer-directory-heading__actions{justify-content:space-between}.customer-directory-toolbar{grid-template-columns:minmax(0,1fr)}.customer-directory-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.customer-directory-reload{grid-column:auto}.customer-directory-table-scroll{max-height:none}}@media(max-width:1280px){.ledger-filter-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media(max-width:1100px){.rail-nav__availability{display:none}}@media(max-width:820px){.ledger-command-bar{width:100%;justify-content:stretch}.ledger-command-bar button{flex:1 1 auto}.ledger-filter-grid{grid-template-columns:repeat(2,minmax(130px,1fr))}}@media(max-width:520px){.ledger-filter-grid{grid-template-columns:1fr}}@media print{.delivery-ledger-page>:not(.print-only){display:none!important}.delivery-ledger-page .print-only{display:block!important}.customer-statement,.customer-statement *{visibility:visible!important}.customer-statement{position:absolute;inset:0;width:100%}@page{size:A4 portrait;margin:10mm}}.operational-workspace{--workspace-editor: 7fr;--workspace-ledger: 3fr;display:grid;grid-template-columns:minmax(0,var(--workspace-editor)) minmax(260px,var(--workspace-ledger));gap:var(--space-4);min-width:0;align-items:start}.operational-workspace--procurement{--workspace-editor: 18fr;--workspace-ledger: 7fr}.operational-workspace--receipts{--workspace-editor: 3fr;--workspace-ledger: 1fr}.operational-workspace--ledger-collapsed{grid-template-columns:minmax(0,1fr) 52px}.operational-workspace__editor,.operational-workspace__ledger,.operational-workspace__ledger-content{min-width:0}.operational-workspace__editor-scroll,.operational-workspace__ledger{height:calc(100vh - 90px);min-height:0}.operational-workspace__ledger-content{min-height:0}.operational-workspace__editor-scroll,.operational-workspace__ledger-scroll{overflow-y:auto}.operational-workspace__ledger{display:grid;grid-template-rows:auto minmax(0,1fr);gap:var(--space-2)}.operational-workspace__ledger-toggle{justify-self:end;min-width:44px}.operational-workspace--ledger-collapsed .operational-workspace__ledger-toggle{width:44px;max-width:44px;padding-inline:0}.operational-workspace--ledger-collapsed .operational-workspace__ledger-content{visibility:hidden;width:0;height:0;overflow:hidden}.customer-quotations-page{width:100%;max-width:100%;min-width:0;overflow-x:visible;font-size:15px}.customer-quotations-workspace{display:grid;grid-template-columns:minmax(0,72fr) minmax(280px,28fr);gap:var(--space-4);width:100%;max-width:100%;min-width:0;height:calc(100vh - 90px)}.customer-quotations-workspace--ledger-collapsed{grid-template-columns:minmax(0,1fr) 44px}.customer-quotations-editor,.customer-quotations-ledger{min-width:0;min-height:0}.customer-quotations-editor{display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid var(--rule-300);background:var(--ledger-white)}.customer-quotations-heading h1{margin-block:2px 0;font-size:30px;font-weight:780;line-height:1.15}.customer-quotations-heading h1:focus-visible{outline:3px solid color-mix(in srgb,var(--focus),white 25%);outline-offset:2px}.customer-quotations-identity{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-2);font-size:15px}.customer-quotations-editor__scroll{min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;padding:var(--space-3)}.customer-quotations-card{min-width:0;margin-top:var(--space-2);padding:var(--space-3);border:1px solid var(--rule-300);background:var(--paper-50)}.customer-quotations-card:first-child{margin-top:0}.customer-quotations-card h2{margin:0 0 var(--space-2);font-size:16px;font-weight:750}.customer-quotations-basic__grid{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:var(--space-2)}.customer-quotations-commercial{display:block}.customer-quotations-commercial__grid{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:var(--space-2);margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--rule-200)}.customer-quotations-card label,.customer-quotations-ledger__content label{display:grid;gap:5px;min-width:0;font-size:14px;font-weight:650}.customer-quotations-page input,.customer-quotations-page select,.customer-quotations-page textarea,.customer-quotations-page button{min-width:0;min-height:42px;font-size:15px}.customer-quotations-page .primary-action{min-height:44px}.customer-quotations-commercial textarea{min-height:64px;resize:vertical}.customer-quotations-commercial__wide{grid-column:span 2}.customer-quotations-material-heading{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:end;justify-content:space-between}.customer-quotations-material-heading h2{margin-bottom:0}.customer-quotations-material-heading p{max-width:70ch;margin:4px 0 0;color:var(--slate-600)}.customer-quotations-selection-summary{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center;margin-top:var(--space-3);padding-block:var(--space-2);border-block:1px solid var(--rule-200)}.customer-quotations-selection-summary span{padding:4px var(--space-2);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white);font-variant-numeric:tabular-nums}.customer-quotations-materials{min-height:240px;max-height:calc(100vh - 330px);margin-top:var(--space-3);overflow-x:auto;overflow-y:auto;border:1px solid var(--rule-300)}.customer-quotations-materials table{min-width:1260px;font-size:15px}.customer-quotations-materials th{position:sticky;top:0;z-index:1;background:var(--paper-50)}.customer-quotations-materials th,.customer-quotations-materials td{padding:var(--space-2);white-space:nowrap}.customer-quotations-materials__group-start td{box-shadow:inset 0 1px 0 var(--rule-300)}.customer-quotations-materials__empty{margin:0;padding:var(--space-5);color:var(--slate-600);text-align:center}.customer-quotations-actions{position:sticky;bottom:0;z-index:2;display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center;padding:var(--space-3);border-top:1px solid var(--rule-300);background:var(--ledger-white)}.customer-quotations-actions strong{margin-right:auto;font-size:16px;font-weight:700;font-variant-numeric:tabular-nums}.customer-quotations-cancel-action{border-color:var(--amber-700);color:var(--amber-800)}.customer-quotations-ledger{display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid var(--rule-300);background:var(--ledger-white)}.customer-quotations-ledger__toggle{justify-self:end;min-width:44px;overflow:hidden;white-space:nowrap}.customer-quotations-ledger__content{min-width:0;overflow-y:auto;padding:var(--space-3)}.customer-quotations-ledger__row{display:block;width:100%;margin-top:var(--space-2);text-align:left}.customer-quotations-history{display:grid;gap:var(--space-2);margin-top:var(--space-4)}.customer-quotations-history ul{display:grid;gap:var(--space-2);margin:0;padding:0;list-style:none}.customer-quotations-history li{display:grid;gap:4px;padding:var(--space-2);border:1px solid var(--rule-300);background:var(--ledger-white)}.customer-quotations-history a{overflow-wrap:anywhere;font-weight:700}.customer-quotations-history span,.customer-quotations-history time{color:var(--slate-600);font-size:13px}.customer-quotations-workspace--ledger-collapsed .customer-quotations-ledger__content{visibility:hidden;width:0;height:0;overflow:hidden}.customer-quotations-workspace--ledger-collapsed .customer-quotations-ledger__toggle{width:44px;max-width:44px;padding-inline:0}.quotation-delivery-picker-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:var(--space-4);background:#0f172a85}.quotation-delivery-picker{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:var(--space-3);width:min(1100px,100%);max-height:calc(100vh - (2 * var(--space-4)));padding:var(--space-4);border:1px solid var(--rule-300);background:var(--ledger-white);box-shadow:0 18px 50px #0f172a3d}.quotation-delivery-picker:focus-visible{outline:2px solid var(--blue-700);outline-offset:2px}.quotation-delivery-picker__header,.quotation-delivery-picker__actions{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center;justify-content:space-between}.quotation-delivery-picker__header h2{margin:0;font-size:20px}.quotation-delivery-picker__header p{max-width:70ch;margin:4px 0 0;color:var(--slate-600)}.quotation-delivery-picker__list{display:grid;gap:var(--space-3);min-height:0;overflow-y:auto;padding-right:2px}.quotation-delivery-picker__note{border:1px solid var(--rule-300);background:var(--ledger-white)}.quotation-delivery-picker__note--unavailable{border-color:var(--amber-700);background:var(--amber-100)}.quotation-delivery-picker__note-heading{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center;min-height:48px;padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--rule-300);background:var(--paper-50)}.quotation-delivery-picker__note-heading input{width:20px;height:20px;accent-color:var(--blue-700)}.quotation-delivery-picker__note-heading strong,.quotation-delivery-picker__note-heading time{font-variant-numeric:tabular-nums}.quotation-delivery-picker__note-heading span{color:var(--slate-600)}.quotation-delivery-picker__note-heading em{margin-left:auto;color:var(--amber-800);font-style:normal;font-weight:700}.quotation-delivery-picker__lines{overflow-x:auto}.quotation-delivery-picker__lines table{min-width:860px;font-size:14px}.quotation-delivery-picker__lines th,.quotation-delivery-picker__lines td{padding:var(--space-2);white-space:nowrap}.quotation-delivery-picker__empty{margin:0;padding:var(--space-6);border:1px solid var(--rule-300);color:var(--slate-600);text-align:center}.quotation-delivery-picker__actions{justify-content:flex-end;border-top:1px solid var(--rule-200);padding-top:var(--space-3)}.quotation-delivery-picker__actions span{margin-right:auto;font-weight:700}.quotation-delivery-picker button{min-height:42px;font-size:15px}.quotation-cancel-dialog-backdrop{position:fixed;inset:0;z-index:1010;display:grid;place-items:center;padding:var(--space-4);background:#0f172a85}.quotation-cancel-dialog{display:grid;gap:var(--space-3);width:min(520px,100%);padding:var(--space-4);border:1px solid var(--rule-300);background:var(--ledger-white);box-shadow:0 18px 50px #0f172a3d}.quotation-cancel-dialog:focus-visible{outline:2px solid var(--blue-700);outline-offset:2px}.quotation-cancel-dialog header{display:grid;gap:4px}.quotation-cancel-dialog h2,.quotation-cancel-dialog p{margin:0}.quotation-cancel-dialog header p{color:var(--slate-600);line-height:1.45}.quotation-cancel-dialog form,.quotation-cancel-dialog label{display:grid;gap:var(--space-2)}.quotation-cancel-dialog label{font-size:14px;font-weight:650}.quotation-cancel-dialog textarea{min-height:112px;resize:vertical;font-size:15px}.quotation-cancel-dialog footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--rule-200)}.quotation-cancel-dialog button{min-height:42px;font-size:15px}.quotation-cancel-dialog__confirm{border-color:var(--amber-800);background:var(--amber-800)}.inventory-picker-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:var(--space-4);background:#0f172a85}.inventory-picker{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:var(--space-3);width:min(1100px,100%);max-height:calc(100vh - (2 * var(--space-4)));padding:var(--space-4);border:1px solid var(--rule-300);background:var(--ledger-white);box-shadow:var(--shadow-overlay)}.inventory-picker__header,.inventory-picker__actions{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.inventory-picker__header h2{margin:0}.inventory-picker__header button{min-width:36px;min-height:36px;font-size:1.25rem}.inventory-picker__search{display:grid;gap:4px;color:var(--ink-800);font-size:.75rem;font-weight:700}.inventory-picker__search input{min-height:40px;padding:0 var(--space-2);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--paper-50)}.inventory-picker__table-wrap{min-height:0;overflow:auto;border:1px solid var(--rule-300)}.inventory-picker__table-wrap table{min-width:940px;font-size:.8125rem}.inventory-picker__table-wrap th{position:sticky;top:0;z-index:1;background:var(--paper-50);color:var(--ink-800);font-size:.6875rem;letter-spacing:.02em;text-align:left}.inventory-picker__table-wrap th,.inventory-picker__table-wrap td{padding:var(--space-2);border-bottom:1px solid var(--rule-200);vertical-align:top;white-space:nowrap}.inventory-picker__table-wrap tbody tr:last-child td{border-bottom:0}.inventory-picker__table-wrap input[type=checkbox]{width:18px;height:18px;vertical-align:middle}.inventory-picker__already-added{display:inline-block;margin-left:6px;color:var(--slate-600);font-size:.6875rem}.inventory-picker__empty{padding:var(--space-5)!important;color:var(--slate-600);text-align:center}.inventory-picker__actions{justify-content:flex-end}.inventory-picker__actions button{min-height:40px;padding:0 var(--space-3);border:1px solid var(--rule-300);border-radius:var(--radius-xs);background:var(--ledger-white);cursor:pointer;font-weight:700}.inventory-picker__actions button:last-child{border-color:var(--blue-700);background:var(--blue-700);color:#fff}.inventory-picker__actions button:last-child:disabled{border-color:var(--rule-300);background:var(--rule-200);color:var(--slate-600)}@media(max-width:767px){.quotation-delivery-picker-backdrop{padding:var(--space-2)}.quotation-delivery-picker{max-height:calc(100vh - (2 * var(--space-2)));padding:var(--space-3)}.quotation-delivery-picker__actions button{flex:1 1 100%}.quotation-cancel-dialog-backdrop{padding:var(--space-2)}.quotation-cancel-dialog{padding:var(--space-3)}.quotation-cancel-dialog footer button{flex:1 1 100%}.inventory-picker-backdrop{padding:var(--space-2)}.inventory-picker{max-height:calc(100vh - (2 * var(--space-2)));padding:var(--space-3)}}@media(max-width:1100px){.customer-quotations-workspace,.customer-quotations-workspace--ledger-collapsed{grid-template-columns:minmax(0,1fr);height:auto}.customer-quotations-editor{min-height:calc(100vh - 90px)}.customer-quotations-ledger{max-height:320px}.customer-quotations-workspace--ledger-collapsed .customer-quotations-ledger{height:44px}.customer-quotations-basic__grid,.customer-quotations-commercial__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.customer-quotations-basic__grid,.customer-quotations-commercial__grid{grid-template-columns:minmax(0,1fr)}.customer-quotations-commercial__wide{grid-column:auto}.customer-quotations-material-heading{align-items:stretch}.customer-quotations-material-heading .primary-action{width:100%}.customer-quotations-actions strong{flex-basis:100%}}.commercial-settings-page{display:grid;gap:var(--space-4);min-width:0;padding-bottom:var(--space-6)}.commercial-settings-card{display:grid;gap:var(--space-4);padding:var(--space-4);border:1px solid var(--rule-300);background:var(--ledger-white)}.commercial-settings-card h2{margin:0}.commercial-settings-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:var(--space-3)}.commercial-settings-grid label{display:grid;gap:4px;min-width:0;font-size:.75rem;font-weight:700}.commercial-settings-grid input,.commercial-settings-grid textarea{min-width:0}.commercial-settings-grid textarea{min-height:96px;resize:vertical}.commercial-settings-grid__wide{grid-column:span 3}.commercial-settings-logo{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.commercial-settings-logo label{display:grid;gap:4px;font-size:.75rem;font-weight:700}.commercial-settings-logo img{width:160px;height:96px;object-fit:contain;border:1px solid var(--rule-300);background:#fff}.commercial-settings-card>.primary-action{justify-self:end}@media(max-width:1100px){.commercial-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.commercial-settings-grid__wide{grid-column:span 2}}.recorded-customer-orders-page{min-width:0}.recorded-customer-orders-workspace{display:grid;grid-template-columns:minmax(0,72fr) minmax(280px,28fr);gap:var(--space-4);min-width:0;height:calc(100vh - 90px)}.recorded-customer-orders-workspace--ledger-collapsed{grid-template-columns:minmax(0,1fr) 44px}.recorded-customer-orders-editor,.recorded-customer-orders-ledger{min-width:0;min-height:0}.recorded-customer-orders-editor{display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid var(--rule-300);background:var(--ledger-white)}.recorded-customer-orders-editor__scroll{min-height:0;overflow-y:auto;padding:var(--space-4)}.recorded-customer-orders-filters{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:var(--space-3)}.recorded-customer-orders-filters label,.recorded-customer-orders-ledger__content label{display:grid;gap:4px;font-size:.75rem;font-weight:700}.recorded-customer-orders-filters input,.recorded-customer-orders-filters select,.recorded-customer-orders-ledger input,.recorded-customer-orders-ledger select{min-width:0;min-height:36px}.recorded-customer-orders-filters output{display:flex;align-items:center;min-height:36px;overflow-wrap:anywhere}.recorded-customer-orders-materials{min-height:360px;max-height:calc(100vh - 360px);margin-top:var(--space-4);overflow:auto;border:1px solid var(--rule-300)}.recorded-customer-orders-materials table{min-width:1250px}.recorded-customer-orders-materials th{position:sticky;top:0;z-index:1;background:var(--paper-50)}.recorded-customer-orders-materials th,.recorded-customer-orders-materials td{padding:var(--space-2);white-space:nowrap}.recorded-customer-orders-actions{position:sticky;bottom:0;z-index:2;display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center;padding:var(--space-3);border-top:1px solid var(--rule-300);background:var(--ledger-white)}.recorded-customer-orders-ledger{display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid var(--rule-300);background:var(--ledger-white)}.recorded-customer-orders-ledger__toggle{justify-self:end;min-width:44px;overflow:hidden;white-space:nowrap}.recorded-customer-orders-ledger__content{min-width:0;overflow-y:auto;padding:var(--space-3)}.recorded-customer-orders-ledger__row{display:block;width:100%;margin-top:var(--space-2);text-align:left}.recorded-customer-orders-ledger__pagination{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2);margin-top:var(--space-3)}.recorded-customer-orders-workspace--ledger-collapsed .recorded-customer-orders-ledger__content{visibility:hidden;width:0;height:0;overflow:hidden}.recorded-customer-orders-workspace--ledger-collapsed .recorded-customer-orders-ledger__toggle{width:44px;max-width:44px;padding-inline:0}.sales-invoices-page{min-width:0}.sales-invoices-workspace{display:grid;grid-template-columns:minmax(0,72fr) minmax(19rem,28fr);gap:var(--space-4);min-width:0;height:calc(100vh - 90px)}.sales-invoices-workspace--ledger-collapsed{grid-template-columns:minmax(0,1fr) 44px}.sales-invoices-editor,.sales-invoices-ledger{min-width:0;min-height:0}.sales-invoices-editor{display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid var(--rule-300);background:var(--ledger-white)}.sales-invoices-editor__scroll{min-height:0;overflow-y:auto;padding:var(--space-4)}.sales-invoices-filters{display:grid;grid-template-columns:repeat(6,minmax(110px,1fr));gap:var(--space-3)}.sales-invoices-filters label,.sales-invoices-ledger__content label{display:grid;gap:4px;font-size:.75rem;font-weight:700}.sales-invoices-filters input,.sales-invoices-filters select,.sales-invoices-ledger input,.sales-invoices-ledger select{min-width:0;min-height:36px}.sales-invoices-filters output{display:flex;align-items:center;min-height:36px;overflow-wrap:anywhere}.sales-invoices-materials{min-height:360px;max-height:calc(100vh - 390px);margin-top:var(--space-4);overflow-x:auto;overflow-y:visible;border:1px solid var(--rule-300)}.sales-invoices-materials table{min-width:1600px}.sales-invoices-materials th{position:sticky;top:0;z-index:1;background:var(--paper-50)}.sales-invoices-materials th,.sales-invoices-materials td{padding:var(--space-2);white-space:nowrap}.sales-invoices-materials input{width:9rem}.sales-invoices-totals{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:var(--space-4);padding:var(--space-3);font-variant-numeric:tabular-nums}.sales-invoices-documents{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:var(--space-4);margin-top:var(--space-4)}.sales-invoices-documents section{min-width:0;padding:var(--space-3);border:1px solid var(--rule-300)}.sales-invoices-documents ul{display:grid;gap:var(--space-2);margin:0;padding:0;list-style:none}.sales-invoices-documents li{display:flex;justify-content:space-between;gap:var(--space-2);align-items:center}.sales-invoices-reason{display:grid;gap:var(--space-2);margin-top:var(--space-3)}.sales-invoices-reason label{display:grid;gap:var(--space-2)}.sales-invoices-actions{position:sticky;bottom:0;z-index:2;display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center;padding:var(--space-3);border-top:1px solid var(--rule-300);background:var(--ledger-white)}.sales-invoices-ledger{display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid var(--rule-300);background:var(--ledger-white)}.sales-invoices-ledger__toggle{justify-self:end;min-width:44px;overflow:hidden;white-space:nowrap}.sales-invoices-ledger__content{min-width:0;overflow-y:auto;padding:var(--space-3)}.sales-invoices-ledger__row{display:grid;gap:2px;width:100%;margin-top:var(--space-2);text-align:left}.sales-invoices-ledger__pagination{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2);margin-top:var(--space-3)}.sales-invoices-workspace--ledger-collapsed .sales-invoices-ledger__content{visibility:hidden;width:0;height:0;overflow:hidden}.sales-invoices-workspace--ledger-collapsed .sales-invoices-ledger__toggle{width:44px;max-width:44px;padding-inline:0}@media(max-width:1100px){.recorded-customer-orders-workspace,.recorded-customer-orders-workspace--ledger-collapsed{grid-template-columns:minmax(0,1fr);height:auto}.recorded-customer-orders-editor{min-height:calc(100vh - 90px)}.recorded-customer-orders-ledger{max-height:320px}.recorded-customer-orders-workspace--ledger-collapsed .recorded-customer-orders-ledger{height:44px}.recorded-customer-orders-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-invoices-workspace,.sales-invoices-workspace--ledger-collapsed{grid-template-columns:minmax(0,1fr);height:auto}.sales-invoices-editor{min-height:calc(100vh - 90px)}.sales-invoices-ledger{max-height:320px}.sales-invoices-workspace--ledger-collapsed .sales-invoices-ledger{height:44px}.sales-invoices-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-invoices-documents{grid-template-columns:minmax(0,1fr)}}@media(max-width:1100px){.operational-workspace,.operational-workspace--ledger-collapsed{grid-template-columns:minmax(0,1fr)}.operational-workspace__editor-scroll,.operational-workspace__ledger{height:300px}.operational-workspace--ledger-collapsed .operational-workspace__ledger{height:52px}}
