@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");:root{color-scheme:light;--background:#f6f7f8;--surface:#ffffff;--surface-muted:#eef2f4;--border:#d9dee2;--border-strong:#b7c5cd;--text:#172026;--muted:#66727a;--primary:#0f766e;--primary-strong:#115e59;--danger:#b42318;--warning:#b7791f;--info:#2563eb}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--background);color:var(--text);font-family:IBM Plex Sans,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13.5px;letter-spacing:0}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.app-shell{display:grid;grid-template-columns:240px minmax(0,1fr);height:100vh;overflow:hidden;background:var(--surface-muted)}.app-shell.sidebar-hidden{grid-template-columns:minmax(0,1fr)}.sidebar{display:flex;flex-direction:column;background:var(--surface);border-right:1px solid var(--border);padding:0;overflow:hidden}.brand{position:relative;padding:12px 16px;border-bottom:1px solid var(--border);min-height:60px}.brand,.brand-identity{display:flex;align-items:center}.brand-identity{flex:1 1;flex-direction:column;min-width:0;gap:8px;padding-top:42px;text-align:center}.brand-logo{display:block;flex:0 0 auto;object-fit:contain}.brand-logo-sidebar{width:100%;height:auto;border-radius:6px;background:transparent;padding:0}.brand-title{display:grid;justify-items:center;grid-gap:2px;gap:2px;line-height:1}.brand-title-main{display:flex;align-items:baseline;font-size:24px;font-weight:900;letter-spacing:0}.brand-title-red{color:#ed0018}.brand-title-blue{color:#075a9a}.brand-title-tagline{color:#075a9a;font-family:Brush Script MT,Segoe Script,cursive;font-size:17px;font-style:italic;font-weight:600;line-height:1.05}.nav-list{display:grid;align-content:start;flex:1 1;grid-gap:6px;gap:6px}.nav-item{display:flex;align-items:center;gap:10px;min-height:42px;border:1px solid transparent;padding:9px 10px;border-radius:8px;color:#355064}.nav-item.active,.nav-item:hover{border-color:#d6e8f2;background:#eef6fc;color:#075a9a}.nav-item.active{box-shadow:inset 3px 0 0 #d90416}.sidebar-toggle{display:grid;flex:0 0 auto;width:32px;height:32px;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer}.sidebar-toggle:hover{background:var(--surface-muted);color:var(--text)}.sidebar-show-button:focus-visible,.sidebar-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.sidebar-footer{display:flex;align-items:center;gap:4px;border-top:1px solid #d8e2ea;padding:8px}.sidebar-footer .logout-button{flex:1 1}.main{display:flex;flex-direction:column;min-width:0;overflow:hidden}.sidebar-show-button{position:fixed;bottom:16px;left:0;z-index:45;display:grid;place-items:center;width:30px;height:32px;border:1px solid var(--border);border-left:0;border-radius:0 6px 6px 0;background:rgb(255 255 255/88%);box-shadow:0 2px 6px rgb(12 18 22/7%);color:var(--muted);padding:0;cursor:pointer;opacity:.78}.sidebar-show-button:hover{background:var(--surface);color:var(--text);opacity:1}.page-header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:96px;border:1px solid #c8dedb;border-radius:8px;background:linear-gradient(135deg,#ffffff,#f7fbfa 58%,#eef7f5);box-shadow:inset 4px 0 0 var(--primary),0 8px 20px rgb(23 32 38/7%);margin-bottom:14px;padding:16px 18px}.page-header>div:first-child{min-width:0}.page-title{margin:0;font-size:24px;line-height:1.25}.page-subtitle{margin:4px 0 0;max-width:680px;color:var(--muted);font-size:14px;line-height:1.45}.page-header .button{border-color:#c8d7dc;box-shadow:0 1px 2px rgb(23 32 38/7%);font-weight:700}.page-header .button.primary{border-color:var(--primary);background:var(--primary);box-shadow:0 8px 16px rgb(15 118 110/20%)}.page-header .button.primary:hover{background:var(--primary-strong)}.toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;border:1px solid var(--border);border-radius:8px;background:#ffffff;padding:12px;margin-bottom:14px}.search-field{position:relative;min-width:min(300px,100%)}.search-field .input{width:100%;padding-left:34px}.search-field-icon{position:absolute;left:10px;top:11px;color:var(--muted);pointer-events:none}.subnav{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:8px;gap:8px;width:100%;max-width:100%;margin-bottom:14px}.subnav a,.subnav button{display:inline-flex;align-items:center;gap:8px;min-height:46px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:#37424a;padding:9px 12px;font-size:13px;font-weight:800;white-space:nowrap;cursor:pointer}.subnav svg{flex:0 0 auto;color:var(--muted)}.subnav a.active,.subnav a:hover,.subnav button.active,.subnav button:hover{border-color:#7fc7b6;background:#eefaf5;color:var(--primary-strong)}.subnav a.active svg,.subnav a:hover svg,.subnav button.active svg,.subnav button:hover svg{color:var(--primary-strong)}.operations-subnav{display:flex;align-items:stretch;gap:10px}.operations-subnav>a{flex:0 0 130px;justify-content:center}.operations-subnav-group{position:relative;flex:1 1;min-width:0;border-left:2px solid #cbd8d3;padding:24px 0 0 10px}.operations-subnav-group-label{position:absolute;top:0;left:12px;color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.08em;line-height:16px;text-transform:uppercase}.operations-subnav-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));grid-gap:8px;gap:8px}.operations-subnav-links a{justify-content:center;min-width:0}.invoice-menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:12px;gap:12px}.invoice-menu-link{display:flex;align-items:center;gap:14px;min-height:88px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:16px;box-shadow:0 8px 18px rgb(23 32 38/6%)}.invoice-menu-link:hover{border-color:#7fc7b6;background:#f2fbf8;color:var(--primary-strong)}.invoice-menu-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;border-radius:8px;background:#e6f6f2;color:var(--primary-strong)}.invoice-menu-link small,.invoice-menu-link strong{display:block}.invoice-menu-link strong{font-size:15px}.invoice-menu-link small{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.4}.input,.select{min-height:38px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:8px 10px}.input,.lookup-select{min-width:260px}.lookup-select{position:relative;width:100%}.lookup-select-input{width:100%;min-width:0;padding-left:34px;padding-right:34px;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.lookup-select:focus-within .lookup-select-input{border-color:#7bb7b0;box-shadow:0 0 0 3px rgb(15 118 110/12%)}.lookup-select-input[aria-invalid=true]{border-color:#d92d20;background:#fff7f6}.lookup-select-chevron,.lookup-select-clear,.lookup-select-search{position:absolute;top:50%;z-index:2;transform:translateY(-50%)}.lookup-select-search{left:11px;color:#7a8790;pointer-events:none}.lookup-select-chevron{right:11px;color:#7a8790;pointer-events:none}.lookup-select-clear{right:7px;display:grid;width:26px;height:26px;place-items:center;border:0;border-radius:6px;background:transparent;color:#66727a;padding:0;cursor:pointer}.lookup-select-clear:hover{background:#eef2f4;color:#172026}.lookup-select-menu{position:absolute;right:0;left:0;top:calc(100% + 4px);z-index:80;display:grid;max-height:260px;overflow:auto;border:1px solid #cfd8dd;border-radius:8px;background:#ffffff;box-shadow:0 14px 30px rgb(23 32 38/16%);padding:4px}.lookup-select-menu-portal{position:fixed;right:auto;left:auto;top:auto;z-index:9999}.lookup-select-option{display:grid;grid-gap:2px;gap:2px;width:100%;min-height:38px;border:0;border-radius:6px;background:transparent;color:#172026;padding:7px 9px;text-align:left;cursor:pointer}.lookup-select-option small,.lookup-select-option span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lookup-select-option span{font-weight:700}.lookup-select-option small{color:#66727a;font-size:12px}.lookup-select-option.active,.lookup-select-option:hover{background:#edf7f5;color:#0f5f58}.lookup-select-option.selected{background:#dff1ee;color:#0f5f58}.lookup-select-option:disabled{cursor:not-allowed;opacity:.58}.lookup-select-empty{min-height:38px;color:#66727a;padding:10px}.textarea{min-height:96px;line-height:1.45;resize:vertical}.multiline-value{overflow-wrap:anywhere;white-space:pre-wrap;word-break:break-word}.invoice-remarks-textarea{min-height:180px;white-space:pre-wrap}.invoice-remarks-preview{white-space:pre-wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:8px 12px;cursor:pointer}.button:hover{border-color:var(--border-strong);background:#f8fafb}.button.primary{border-color:var(--primary);background:var(--primary);color:#ffffff}.button.primary:hover{background:var(--primary-strong)}.button.danger{border-color:var(--danger);color:var(--danger)}.button.danger:hover{background:#fff1f0}.button:disabled{cursor:not-allowed;opacity:.68}.button.full-width{width:100%}.button.icon-only{width:38px;padding:0}.logout-button{width:100%;border:0;background:transparent;font:inherit;text-align:left}.panel{border:1px solid var(--border);border-radius:8px;background:var(--surface);overflow:hidden}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;min-width:980px}.data-table td,.data-table th{border-bottom:1px solid #e4eaee;padding:11px 12px;text-align:left;vertical-align:middle;font-size:14px}.data-table th{background:#f4f7f8;color:#37424a;font-size:12px;font-weight:700;text-transform:uppercase}.table-sort-button{display:inline-flex;width:100%;min-height:24px;align-items:center;justify-content:flex-start;gap:6px;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;letter-spacing:inherit;padding:0;text-align:left;text-transform:inherit}.table-sort-button.align-right{justify-content:flex-end;text-align:right}.table-sort-button svg{flex:0 0 auto;color:#7b8790}.table-sort-button:hover svg{color:var(--primary-strong)}.data-table tr:last-child td{border-bottom:0}.data-table td.numeric-cell{text-align:right}.number-sequence-table{min-width:1060px;table-layout:fixed}.number-sequence-table td:first-child,.number-sequence-table th:first-child{width:20%}.number-sequence-table td:nth-child(2),.number-sequence-table td:nth-child(3),.number-sequence-table th:nth-child(2),.number-sequence-table th:nth-child(3){width:11%}.number-sequence-table td:nth-child(4),.number-sequence-table td:nth-child(6),.number-sequence-table td:nth-child(7),.number-sequence-table td:nth-child(8),.number-sequence-table th:nth-child(4),.number-sequence-table th:nth-child(6),.number-sequence-table th:nth-child(7),.number-sequence-table th:nth-child(8){width:9%}.number-sequence-table td:nth-child(5),.number-sequence-table th:nth-child(5){width:18%}.number-sequence-table td:nth-child(9),.number-sequence-table th:nth-child(9){width:86px}.number-preview-cell,.number-sequence-table strong,.table-muted,.table-token{overflow-wrap:anywhere}.table-muted{color:var(--muted);margin-top:2px;font-size:13px;line-height:1.35}.field-hint.danger,.table-muted.danger{color:var(--danger);font-weight:700}.table-token{display:inline-block;max-width:100%}.number-preview-cell strong{display:block;line-height:1.35}.row-actions{display:flex;flex-wrap:nowrap;gap:6px;justify-content:flex-end;min-width:max-content}.partner-action-row{display:grid;grid-template-columns:repeat(4,38px);justify-content:end;grid-gap:6px;gap:6px;min-width:170px}.reference-group-list{display:grid;grid-gap:14px;gap:14px}.reference-group-panel{overflow:hidden}.reference-tabs{display:flex;gap:0;overflow-x:auto;border-bottom:1px solid var(--border);background:var(--surface-muted)}.reference-tabs button{display:inline-flex;align-items:center;gap:8px;min-height:40px;border:0;border-right:1px solid var(--border);background:transparent;color:#37424a;padding:8px 12px;white-space:nowrap;cursor:pointer}.reference-tabs button.active{background:var(--surface);color:var(--primary-strong)}.reference-tabs button strong{display:inline-grid;min-width:22px;height:22px;place-items:center;border-radius:8px;background:#ffffff;color:var(--muted);font-size:12px}.reference-tabs button.active strong{background:#dff7ee;color:var(--primary-strong)}.reference-group-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid var(--border);background:#f8fafb;padding:13px 14px}.reference-group-header h2{margin:0;font-size:16px;line-height:1.25}.reference-group-header p{margin:3px 0 0;color:var(--muted);font-size:13px}.reference-data-table{min-width:760px}.reference-data-table td:first-child,.reference-data-table th:first-child{width:17%}.reference-data-table td:nth-child(2),.reference-data-table th:nth-child(2){width:24%}.reference-data-table td:nth-child(4),.reference-data-table th:nth-child(4){width:110px}.reference-data-table td:nth-child(5),.reference-data-table th:nth-child(5){width:94px}.reference-state{padding:14px}.shipping-workspace{display:grid;grid-template-columns:minmax(360px,.78fr) minmax(520px,1.22fr);grid-gap:14px;gap:14px;align-items:start}.shipping-form-panel{display:grid;grid-gap:14px;gap:14px;padding:14px}.shipping-panel-heading{border-bottom:1px solid var(--border);margin:-2px -2px 0;padding-bottom:10px}.shipping-form-section{display:grid;grid-gap:10px;gap:10px}.shipping-textarea{min-height:112px;resize:vertical;line-height:1.45}.shipping-preview-panel{overflow:hidden}.shipping-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border);background:var(--surface-muted);padding:10px 12px}.shipping-preview-toolbar>div{display:inline-flex;align-items:center;gap:8px;color:#37424a;font-size:13px;font-weight:800}.shipping-document{min-width:760px;background:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px),#ffffff;background-size:39px 20px;padding:0}.shipping-document-top{display:grid;grid-template-columns:42% 58%;min-height:420px;border-bottom:1px solid #1f2933}.shipping-party-stack{display:grid;grid-template-rows:repeat(3,1fr);border-right:1px solid #1f2933}.shipping-party-box{padding:6px;border-bottom:1px solid #1f2933}.shipping-party-box:last-child{border-bottom:0}.shipping-party-box h2,.shipping-route-box h2{margin:0 0 4px;color:#0000cc;font-size:13px;line-height:1.2}.shipping-party-box p{margin:0;white-space:pre-line;color:#050b12;font-size:13px;line-height:1.38;font-weight:600}.shipping-company-block{display:grid;justify-items:center;align-content:start;padding:26px 16px 0;text-align:center;color:#050b12}.shipping-company-block img{width:min(250px,70%);height:auto;margin-bottom:10px}.shipping-company-block strong{font-size:16px}.shipping-company-block span{font-size:13px;line-height:1.45}.shipping-contact-block{display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:22px;gap:22px;align-items:center;width:min(440px,calc(100% - 40px));margin:58px auto 0;color:#050b12}.shipping-contact-block svg{color:var(--info);filter:drop-shadow(0 2px 1px rgb(0 0 0/18%))}.shipping-contact-block dl{display:grid;grid-gap:2px;gap:2px;margin:0}.shipping-contact-block div{display:grid;grid-template-columns:44px 14px minmax(0,1fr);align-items:baseline;font-size:18px;font-weight:800}.shipping-contact-block dt:after{content:":";padding-left:12px}.shipping-contact-block dd{grid-column:3;margin:0}.shipping-route-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.shipping-route-box{min-height:62px;border-right:1px solid #1f2933;border-bottom:1px solid #1f2933;padding:5px}.shipping-route-box:first-child,.shipping-route-box:nth-child(2){grid-column:span 2}.shipping-route-box:last-child,.shipping-route-box:nth-child(4n){border-right:0}.shipping-route-box strong{display:block;color:#050b12;font-size:13px;line-height:1.35}.shipping-route-box p{margin:3px 0 0;color:#0000cc;font-size:13px;font-weight:800}.shipping-route-box p span{color:#0000cc}.job-order-workspace{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start;min-width:0}.job-order-workspace>.panel{min-width:0}.job-order-table{min-width:1320px;table-layout:fixed}.job-order-table td:first-child,.job-order-table th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:3;width:44px;min-width:44px;background:#ffffff;text-align:center}.job-order-table td:nth-child(2),.job-order-table th:nth-child(2){position:-webkit-sticky;position:sticky;left:44px;z-index:3;width:13%;min-width:136px;background:#ffffff}.job-order-table td:nth-child(3),.job-order-table th:nth-child(3){width:9%;min-width:108px}.job-order-table td:nth-child(4),.job-order-table th:nth-child(4){width:17%}.job-order-table td:nth-child(5),.job-order-table td:nth-child(6),.job-order-table th:nth-child(5),.job-order-table th:nth-child(6){width:12%}.job-order-table td:nth-child(7),.job-order-table th:nth-child(7){width:14%}.job-order-table td:nth-child(8),.job-order-table th:nth-child(8){width:12%}.job-order-table td:nth-child(9),.job-order-table th:nth-child(9){width:8%}.job-order-table td:nth-child(10),.job-order-table th:nth-child(10){position:-webkit-sticky;position:sticky;right:0;z-index:3;width:230px;min-width:230px;background:#ffffff;text-align:right}.job-order-table th:first-child,.job-order-table th:nth-child(10),.job-order-table th:nth-child(2){z-index:4;background:#f4f7f8}.job-order-table tbody tr.selectable-row{cursor:pointer}.job-order-table tbody tr.selectable-row:hover td{background:#f7fbfa}.job-order-table tbody tr.selected-row td{background:#eef8f6;box-shadow:inset 0 1px 0 #c8dedb,inset 0 -1px 0 #c8dedb}.job-order-table tbody tr.selected-row td:first-child{box-shadow:inset 4px 0 0 var(--primary),inset 0 1px 0 #c8dedb,inset 0 -1px 0 #c8dedb}.job-order-table tbody tr.selected-row td:first-child,.job-order-table tbody tr.selected-row td:nth-child(10),.job-order-table tbody tr.selected-row td:nth-child(2){background:#eef8f6}.job-order-table.domestic-job-order-table{min-width:1374px}.job-order-table.domestic-job-order-table td:first-child,.job-order-table.domestic-job-order-table th:first-child{width:44px;min-width:44px}.job-order-table.domestic-job-order-table td:nth-child(2),.job-order-table.domestic-job-order-table th:nth-child(2){width:210px;min-width:210px}.job-order-table.domestic-job-order-table td:nth-child(3),.job-order-table.domestic-job-order-table th:nth-child(3){width:130px;min-width:130px}.job-order-table.domestic-job-order-table td:nth-child(4),.job-order-table.domestic-job-order-table th:nth-child(4){width:270px;min-width:270px}.job-order-table.domestic-job-order-table td:nth-child(5),.job-order-table.domestic-job-order-table th:nth-child(5){width:210px;min-width:210px}.job-order-table.domestic-job-order-table td:nth-child(6),.job-order-table.domestic-job-order-table th:nth-child(6){width:200px;min-width:200px}.job-order-table.domestic-job-order-table td:nth-child(7),.job-order-table.domestic-job-order-table th:nth-child(7){width:100px;min-width:100px}.job-order-table.domestic-job-order-table td:nth-child(8),.job-order-table.domestic-job-order-table th:nth-child(8){position:-webkit-sticky;position:sticky;right:0;z-index:3;width:210px;min-width:210px;background:#ffffff;text-align:right}.job-order-table.domestic-job-order-table th:nth-child(8){z-index:4;background:#f4f7f8}.job-order-table.domestic-job-order-table tbody tr.selected-row td:nth-child(8){background:#eef8f6}.job-order-table .select-column input{cursor:pointer}.job-order-facts dd,.job-order-route span,.job-order-table .table-muted,.job-order-table strong{overflow-wrap:anywhere}.job-order-detail{display:grid;grid-gap:18px;gap:18px;padding:18px;min-width:0;overflow:hidden}.job-order-summary-header{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--border);padding-bottom:14px}.job-order-summary-title{display:flex;flex-wrap:wrap;align-items:center;gap:9px;min-width:0}.job-order-summary-title>span:first-child{color:#37424a;font-size:15px;font-weight:800}.job-order-summary-title>strong{border-left:1px solid var(--border);padding-left:9px;color:var(--primary);font-size:14px;overflow-wrap:anywhere}.job-order-route{display:flex;align-items:center;gap:12px;border:1px solid #c8dedb;border-radius:10px;background:linear-gradient(135deg,#f6fbfa,#eef8f6);padding:14px 16px}.job-order-route-point{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;flex:1 1;min-width:0}.job-order-route-point-no-icon{grid-template-columns:minmax(0,1fr)}.job-order-route-point>span{display:grid;grid-gap:2px;gap:2px;min-width:0}.job-order-route-point small{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.job-order-route-point strong{font-size:14px;overflow-wrap:anywhere}.job-order-route-line{position:relative;flex:0 1 180px;height:2px;background:#9bc4be}.job-order-route-line:after{position:absolute;top:50%;right:-1px;width:8px;height:8px;border-top:2px solid var(--primary);border-right:2px solid var(--primary);content:"";transform:translateY(-50%) rotate(45deg)}.job-order-route svg{color:var(--primary)}.job-order-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin:0}.job-order-summary-sections{display:grid;grid-gap:16px;gap:16px}.job-order-summary-section{display:grid;grid-gap:9px;gap:9px}.job-order-summary-section>h3{margin:0;border-bottom:1px solid #d8e5e2;padding:0 2px 7px;color:#24534d;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.job-order-facts.job-order-section-facts{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.job-order-facts div{display:grid;align-content:start;grid-gap:5px;gap:5px;min-width:0;border:1px solid var(--border);border-radius:8px;background:#fbfcfc;padding:11px 12px}.job-order-facts .job-order-summary-half-fact{grid-column:span 2}.job-order-facts .job-order-vessel-fact{border-color:#bfd9d4;background:#f2f9f7}.job-order-facts dt{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.job-order-facts dd{display:inline-flex;align-items:center;gap:6px;margin:0;color:#202b33;font-size:13px;font-weight:700;min-width:0}.job-order-facts .job-order-financial-fact{border-color:#c8dedb;background:#f2f9f7}.job-order-facts .job-order-financial-fact.profit{border-color:#a9d2c9;background:#e8f6f2}.job-order-facts .job-order-financial-fact.profit dd{color:#076b5b}.job-order-lines-panel{margin-top:14px}.job-order-lines-panel.in-modal{margin-top:0}.job-order-view-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.job-order-view-summary>div{display:grid;align-content:start;grid-gap:4px;gap:4px;min-width:0;border:1px solid var(--border);border-radius:8px;background:#f8fafb;padding:10px}.job-order-view-summary strong{overflow-wrap:anywhere}.document-flow-section{display:flex;flex-direction:column;gap:28px;border-radius:20px;border:1px solid #e2e8f0;background:linear-gradient(168deg,#ffffff,#f8fafc 60%,#f1f5f9);padding:28px 28px 32px;box-shadow:0 1px 3px rgba(15,23,42,.04),0 8px 32px rgba(15,23,42,.03)}.df-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.df-header-text{display:flex;flex-direction:column;gap:2px}.df-title{font-size:16px;font-weight:800;color:#0f172a;letter-spacing:-.3px}.df-subtitle{font-size:12.5px;font-weight:500;color:#64748b}.df-progress-badge{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}.df-progress-badge svg{transform:rotate(-90deg)}.df-progress-label{position:absolute;font-size:10px;font-weight:800;color:#0f172a;letter-spacing:-.3px}.df-pipeline{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:stretch;grid-gap:14px;gap:14px;overflow:visible;padding:4px 0 0}.df-pipeline::-webkit-scrollbar{height:0}.df-pipeline::-webkit-scrollbar-track{background:transparent}.df-pipeline::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.df-rail{position:absolute;display:none;top:22px;left:22px;right:22px;height:4px;border-radius:4px;background:#e2e8f0;z-index:0;overflow:hidden}.df-rail-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#10b981,#34d399);transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:0 0 12px rgba(16,185,129,.4)}.df-node{position:relative;display:flex;flex-direction:column;align-items:stretch;min-width:0;z-index:1}.df-connector{position:absolute;display:none;top:22px;right:50%;left:-50%;height:4px;z-index:0}.df-indicator{position:relative;z-index:2;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:14px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 0 6px #ffffff}.df-indicator,.df-step-num{font-size:14px;font-weight:800}.df-step-num{line-height:1}.df-node.done .df-indicator{background:linear-gradient(135deg,#10b981,#059669);color:#ffffff;box-shadow:0 0 0 6px #ffffff,0 4px 14px rgba(16,185,129,.35)}.df-node.active .df-indicator{background:linear-gradient(135deg,#f59e0b,#d97706);color:#ffffff;box-shadow:0 0 0 6px #ffffff,0 4px 14px rgba(245,158,11,.35);animation:dfPulse 2.2s ease-in-out infinite}@keyframes dfPulse{0%,to{box-shadow:0 0 0 6px #ffffff,0 4px 14px rgba(245,158,11,.35)}50%{box-shadow:0 0 0 6px #ffffff,0 0 0 12px rgba(245,158,11,.15),0 4px 14px rgba(245,158,11,.35)}}.df-node.pending .df-indicator{background:#ffffff;color:#94a3b8;border:2px dashed #cbd5e1;box-shadow:0 0 0 6px #ffffff}.df-card{width:100%;min-height:164px;display:flex;flex-direction:column;gap:10px;padding:16px;border-radius:14px;border:1px solid #e2e8f0;background:#ffffff;box-shadow:0 2px 8px rgba(15,23,42,.04);transition:all .3s cubic-bezier(.4,0,.2,1)}.df-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(15,23,42,.07)}.df-card.done{border-color:#a7f3d0;background:linear-gradient(180deg,#ffffff,#ecfdf5)}.df-card.active{border-color:#fde68a;background:linear-gradient(180deg,#ffffff,#fffbeb);box-shadow:0 4px 16px rgba(245,158,11,.08)}.df-card.pending{border-color:#f1f5f9;background:#fafbfc;opacity:.85}.df-card.pending:hover{opacity:1}.df-card-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0;transition:all .3s ease}.df-card.done .df-card-icon{background:rgba(16,185,129,.1);color:#059669}.df-card.active .df-card-icon{background:rgba(245,158,11,.12);color:#d97706}.df-card.pending .df-card-icon{background:#f1f5f9;color:#94a3b8}.df-card-body{display:flex;flex-direction:column;gap:4px;min-width:0}.df-card-title{font-size:14px;font-weight:700;color:#0f172a;letter-spacing:-.2px;line-height:1.2}.df-card-meta{font-size:12px;font-weight:500;color:#64748b;line-height:1.3}.df-card-badge{display:inline-flex;align-items:center;align-self:flex-start;gap:4px;margin-top:4px;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px;letter-spacing:.2px}.df-card-badge.done{background:rgba(16,185,129,.1);color:#059669}.df-card-badge.active{background:rgba(245,158,11,.12);color:#d97706}.df-card-badge.pending{background:rgba(100,116,139,.08);color:#94a3b8}.df-card-badge{display:none}.df-card-actions{display:grid;grid-gap:6px;gap:6px;margin-top:auto}.df-card-action{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:36px;padding:8px 12px;border-radius:8px;border:1px solid transparent;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#ffffff;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s ease;text-align:center}.df-card-action.secondary{border-color:#99f6e4;background:#ffffff;color:#0f766e}.df-card-action:hover:not(:disabled){background:linear-gradient(135deg,#115e59,#0f766e);color:#ffffff;border-color:transparent;box-shadow:0 4px 12px rgba(15,118,110,.25);transform:translateY(-1px)}.df-card-action:disabled{opacity:.45;cursor:not-allowed}.document-flow-error{margin:0;font-size:12.5px;font-weight:500;color:#ef4444}.job-order-shipment-status{display:grid;grid-gap:12px;gap:12px;padding:14px;text-transform:uppercase}.shipment-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px 14px;gap:8px 14px;margin:0}.shipment-status-grid.shipping-party-stack,.shipment-status-grid.si-view-stack{grid-template-columns:minmax(0,1fr)}.shipment-status-grid div{display:grid;grid-template-columns:minmax(150px,.42fr) minmax(0,1fr);grid-gap:8px;gap:8px;align-items:baseline;min-width:0}.shipment-status-grid .shipment-status-full{grid-column:1/-1}.shipment-status-grid dt{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.shipment-status-grid dd{margin:0;overflow-wrap:anywhere;font-size:13px;font-weight:700}.shipment-status-grid dd.job-order-freight-terms{display:grid;grid-gap:2px;gap:2px}.job-order-lines-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid var(--border);background:#f8fafb;padding:13px 14px}.job-order-lines-header p{margin:4px 0 0;color:var(--muted);font-size:13px}.container-detail-table{min-width:900px;table-layout:fixed}.container-detail-table td:first-child,.container-detail-table th:first-child{width:64px;text-align:center}.container-detail-edit-table td:last-child,.container-detail-edit-table th:last-child{width:220px;text-align:left}.container-detail-edit-table{min-width:1540px}.si-attached-container-option{max-width:520px;margin:0 0 20px}.si-attached-container-option>small{color:var(--muted);line-height:1.4}.container-detail-edit-table td:last-child .input{width:100%;min-width:220px}.container-detail-table .input{min-width:180px}.job-order-line-table{min-width:920px;table-layout:fixed}.job-order-line-table td:first-child,.job-order-line-table th:first-child{width:18%}.job-order-line-table td:nth-child(2),.job-order-line-table th:nth-child(2){width:21%}.job-order-line-table td:nth-child(3),.job-order-line-table td:nth-child(4),.job-order-line-table th:nth-child(3),.job-order-line-table th:nth-child(4){width:10%}.job-order-line-table td:nth-child(5),.job-order-line-table td:nth-child(6),.job-order-line-table td:nth-child(7),.job-order-line-table th:nth-child(5),.job-order-line-table th:nth-child(6),.job-order-line-table th:nth-child(7){width:12%}.job-order-line-table td:nth-child(8),.job-order-line-table th:nth-child(8){width:126px}.buying-line-table{min-width:1550px}.buying-line-table td:first-child,.buying-line-table th:first-child{width:64px}.buying-line-table td:nth-child(2),.buying-line-table th:nth-child(2){width:190px}.buying-line-table td:nth-child(3),.buying-line-table th:nth-child(3){width:220px}.buying-line-table td:nth-child(4),.buying-line-table th:nth-child(4){width:80px}.buying-line-table td:nth-child(5),.buying-line-table th:nth-child(5){width:240px}.buying-line-table td:nth-child(5) .lookup-select{min-width:210px}.buying-line-table td:nth-child(6),.buying-line-table td:nth-child(7),.buying-line-table td:nth-child(8),.buying-line-table td:nth-child(9),.buying-line-table th:nth-child(6),.buying-line-table th:nth-child(7),.buying-line-table th:nth-child(8),.buying-line-table th:nth-child(9){width:135px}.buying-line-table td:nth-child(10),.buying-line-table th:nth-child(10){width:126px}.job-order-line-table tfoot td{border-top:1px solid var(--border);background:#f8fafb;font-weight:800}.job-order-line-table strong,.job-order-line-table td{overflow-wrap:anywhere}.cost-transaction-line-table{min-width:1080px;table-layout:fixed}.cost-transaction-line-table td:first-child,.cost-transaction-line-table th:first-child{width:28%}.cost-transaction-line-table td:nth-child(2),.cost-transaction-line-table th:nth-child(2){width:21%}.cost-transaction-line-table td:nth-child(3),.cost-transaction-line-table td:nth-child(4),.cost-transaction-line-table td:nth-child(5),.cost-transaction-line-table th:nth-child(3),.cost-transaction-line-table th:nth-child(4),.cost-transaction-line-table th:nth-child(5){width:15%}.cost-transaction-line-table td:nth-child(6),.cost-transaction-line-table th:nth-child(6){width:84px;text-align:center}.cost-transaction-line-table .numeric-cell,.cost-transaction-line-table th:nth-child(3),.cost-transaction-line-table th:nth-child(4),.cost-transaction-line-table th:nth-child(5){text-align:right}.cost-transaction-line-table td{vertical-align:top}.cost-transaction-line-table tfoot td{border-top:1px solid var(--border);background:#f8fafb;font-weight:800}.cost-transaction-line-table tfoot span{display:block;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.cost-transaction-line-table tfoot strong{display:block;margin-top:3px;color:var(--text)}.line-item-cell{display:grid;grid-gap:5px;gap:5px;min-width:0}.line-item-cell strong{color:#172026;line-height:1.25;overflow-wrap:anywhere}.line-item-cell p{margin:0;color:var(--muted);font-size:12px;line-height:1.35;overflow-wrap:anywhere}.line-description-editor{display:grid;grid-gap:4px;gap:4px}.line-description-editor>span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.line-description-editor textarea{min-height:58px;line-height:1.35;resize:vertical}.line-item-meta{display:flex;flex-wrap:wrap;gap:5px}.line-item-meta span{display:inline-flex;min-height:22px;align-items:center;border:1px solid #dfe8ec;border-radius:7px;background:#f8fafb;color:#52616b;padding:2px 7px;font-size:11px;font-weight:800}.line-usage-stack{display:grid;grid-gap:6px;gap:6px}.line-usage-stack>div:not(.line-overage){display:flex;align-items:baseline;justify-content:space-between;gap:8px;min-width:0}.line-usage-stack span:not(.qty-flag){color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.line-usage-stack strong{color:#172026;font-size:13px;overflow-wrap:anywhere;text-align:right}.line-overage{border-radius:7px;background:#fff1f0;color:var(--danger);padding:4px 7px;font-size:12px;font-weight:800}.cost-transaction-line-table .amount-cell strong{color:#0f6848}.job-charge-line-table{min-width:1320px;table-layout:fixed}.job-charge-line-table td:first-child,.job-charge-line-table th:first-child{width:132px;text-align:center}.job-charge-line-table .select-line-cell .row-actions{align-items:center;justify-content:center;gap:4px}.job-charge-line-table td:nth-child(2),.job-charge-line-table th:nth-child(2){width:30%}.job-charge-line-table td:nth-child(3),.job-charge-line-table th:nth-child(3){width:18%}.job-charge-line-table td:nth-child(4),.job-charge-line-table th:nth-child(4){width:240px}.job-charge-line-table td:nth-child(4) .lookup-select{min-width:210px}.job-charge-line-table td:nth-child(5),.job-charge-line-table td:nth-child(6),.job-charge-line-table th:nth-child(5),.job-charge-line-table th:nth-child(6){width:16%}.job-charge-line-table td{vertical-align:top}.job-charge-line-table .numeric-cell,.job-charge-line-table th:nth-child(6){text-align:right}.job-charge-line-table tbody tr{background:#fbfcfd}.job-charge-line-table tbody tr.selected-line{background:#f4fbf9}.job-charge-line-table .input{width:100%;min-width:0}.select-line-cell{padding-top:18px!important}.select-line-cell input{width:18px;height:18px;accent-color:var(--primary);cursor:pointer}.line-source-meta{display:grid;grid-gap:3px;gap:3px;margin-top:2px;color:var(--muted);font-size:12px;line-height:1.35}.line-source-meta span{overflow-wrap:anywhere}.line-edit-stack{display:grid;grid-gap:8px;gap:8px}.line-edit-stack label{display:grid;grid-gap:4px;gap:4px}.line-capacity-note span,.line-edit-stack label>span,.line-total-stack span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.line-capacity-note{display:flex;align-items:baseline;justify-content:space-between;gap:8px;border:1px solid #dfe8ec;border-radius:7px;background:#ffffff;padding:5px 7px}.line-capacity-note strong{font-size:12px;text-align:right}.line-total-stack{display:grid;grid-gap:3px;gap:3px}.line-total-stack strong{color:#172026;font-size:13px}.line-total-stack strong:last-child{color:#0f6848;font-size:14px}.job-charge-line-table .amount-cell strong:last-child{color:#0f6848}.job-charge-line-table tfoot td{border-top:1px solid var(--border);background:#f8fafb;font-weight:800}.job-charge-line-table tfoot span{display:block;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.job-charge-line-table tfoot strong{display:block;margin-top:3px}.derived-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.derived-summary.amount-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.derived-field{display:grid;align-content:start;grid-gap:4px;gap:4px;min-width:0;min-height:58px;border:1px solid var(--border);border-radius:8px;background:#f8fafb;padding:9px 10px}.derived-field span{color:var(--muted);font-size:11px;font-weight:800;line-height:1.2;text-transform:uppercase}.derived-field strong{min-width:0;overflow-wrap:anywhere;font-size:14px;line-height:1.3}.line-total-preview{display:grid;min-height:38px;align-content:center;grid-gap:2px;gap:2px;border:1px solid var(--border);border-radius:8px;background:#f8fafb;padding:6px 10px}.line-total-preview span{color:var(--muted);font-size:12px}.status{display:inline-flex;align-items:center;gap:6px;min-height:24px;border-radius:8px;padding:2px 8px;font-size:12px;font-weight:700}.status.active{background:#dff7ee;color:#0f6848}.status.inactive{background:#eceff1;color:#5d6870}.status.locked{background:#fde8e7;color:var(--danger)}.status.on-hold{background:#fff3d6;color:var(--warning)}.status.draft{background:#eceff1;color:#5d6870}.status.confirmed{background:#dff7ee;color:#0f6848}.status.issued{background:#e7f8ef;color:#0f6848}.status.cancelled{background:#fde8e7;color:var(--danger)}.status.in-progress{background:#eef6ff;color:var(--info)}.status.shipped{background:#e7f8ef;color:#0f6848}.status.completed{background:#ecfdf3;color:#047857}.status.billed{background:#fff7ed;color:#c2410c}.status.partial-invoice{background:#fef3c7;color:#92400e}.status.closed{background:#f1f5f9;color:#475569}.role-pill{min-height:24px;border:1px solid var(--border);padding:2px 8px;color:#37424a;font-size:12px;font-weight:700}.qty-flag,.role-pill{display:inline-flex;align-items:center;border-radius:8px}.qty-flag{min-height:22px;margin-top:4px;padding:2px 7px;font-size:11px;font-weight:800}.qty-flag.success{background:#dff7ee;color:#0f6848}.qty-flag.neutral{background:#eceff1;color:#5d6870}.qty-flag.danger{background:#fde8e7;color:var(--danger)}.rating-pill{display:inline-flex;align-items:center;gap:5px;min-height:24px;border-radius:8px;background:#eef6ff;color:var(--info);padding:2px 8px;font-size:12px;font-weight:800}.grid-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:14px}.stat{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:13px}.stat-label{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}.stat-value{margin-top:6px;font-size:24px;font-weight:800}.dashboard-overview{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px;margin-bottom:14px}.dashboard-health-panel,.dashboard-panel,.dashboard-session-panel{display:grid;align-content:start;grid-gap:14px;gap:14px;padding:14px 16px 16px}.dashboard-health-panel .section-heading,.dashboard-panel .section-heading,.dashboard-session-panel .section-heading{min-height:28px;padding-bottom:2px}.dashboard-session-panel{border-left:4px solid var(--primary)}.dashboard-health-panel{border-left:4px solid var(--info)}.dashboard-user-card{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;min-width:0;border:1px solid var(--border);border-radius:8px;background:#f8fafb;padding:12px}.dashboard-stat-icon,.dashboard-user-icon{display:grid;place-items:center;border-radius:8px;background:#e7f8ef;color:var(--primary)}.dashboard-user-icon{width:48px;height:48px}.dashboard-user-card div{display:grid;min-width:0;grid-gap:2px;gap:2px}.dashboard-user-card strong{min-width:0;overflow-wrap:anywhere;font-size:17px;line-height:1.25}.dashboard-user-card span{min-width:0;overflow-wrap:anywhere;color:var(--muted);font-size:13px}.dashboard-facts,.dashboard-session-facts{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;margin:0}.dashboard-session-facts{grid-template-columns:1fr}.dashboard-facts div,.dashboard-session-facts div{min-width:0;border:1px solid var(--border);border-radius:8px;background:#ffffff;padding:10px}.dashboard-facts dt,.dashboard-session-facts dt{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.dashboard-facts dd,.dashboard-session-facts dd{margin:5px 0 0;font-size:16px;font-weight:800}.dashboard-permissions{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;grid-gap:10px;gap:10px;color:var(--muted)}.dashboard-permissions div{display:flex;flex-wrap:wrap;gap:6px}.dashboard-health-grid{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.dashboard-health-metric{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;min-width:0;border:1px solid #c8ead8;border-radius:8px;background:#f0fbf5;padding:11px}.dashboard-health-metric.warning{border-color:#f4d8a8;background:#fff8e8}.dashboard-health-metric>span{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:#dff7ee;color:var(--primary)}.dashboard-health-metric.warning>span{background:#fff0c4;color:var(--warning)}.dashboard-health-metric div{display:grid;min-width:0;grid-gap:1px;gap:1px}.dashboard-health-metric strong{min-width:0;overflow-wrap:anywhere;font-size:20px;line-height:1.1}.dashboard-health-metric small{color:var(--muted);font-size:12px;font-weight:700;line-height:1.25}.dashboard-stat-grid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;margin-bottom:14px}.dashboard-stat{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;min-width:0;border:1px solid var(--border);border-top:0;border-radius:8px;background:var(--surface);padding:13px}.dashboard-stat:nth-child(2n){border-color:#c9dfd8}.dashboard-stat:nth-child(3n){border-color:#cbdff8}.dashboard-stat-icon{width:40px;height:40px}.dashboard-stat .stat-label,.dashboard-stat .stat-value{min-width:0;overflow-wrap:anywhere}.dashboard-grid{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px;margin-bottom:14px}.dashboard-coverage-list{display:grid;grid-gap:9px;gap:9px}.dashboard-coverage-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;border:1px solid var(--border);border-radius:8px;background:#f8fafb;padding:10px 12px}.dashboard-coverage-item span{min-width:0;color:var(--muted);font-weight:700}.dashboard-coverage-item strong{min-width:0;overflow-wrap:anywhere;font-size:18px}.operations-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);grid-gap:14px;gap:14px;margin-bottom:14px}.operations-detail-grid{align-items:start}.operations-milestone-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.operations-milestone{display:grid;align-content:start;grid-gap:8px;gap:8px;min-width:0;border:1px solid var(--border);border-radius:8px;background:#f8fafb;padding:11px}.operations-milestone-title{display:flex;align-items:center;gap:8px;min-width:0}.operations-milestone-title span{display:grid;flex:0 0 auto;width:30px;height:30px;place-items:center;border-radius:8px;background:#e8f1f8;color:#075a9a}.operations-milestone-title strong{min-width:0;overflow-wrap:anywhere}.operations-milestone p{margin:0;color:var(--muted);font-size:12px;line-height:1.35}.operations-milestone-counts{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:12px;font-weight:800}.operations-milestone-counts strong{color:#075a9a}.operations-exception-list{display:grid;grid-gap:10px;gap:10px}.operations-exception{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:start;grid-gap:9px;gap:9px;border:1px solid #f4d8a8;border-radius:8px;background:#fff8e8;color:#6f4b12;padding:10px;font-weight:700;line-height:1.35}.dashboard-coverage-item small{display:block;margin-top:3px;color:var(--muted);font-size:11px;font-weight:700}.matrix{display:grid;grid-template-columns:220px repeat(6,minmax(112px,1fr));min-width:940px}.matrix-cell{min-height:42px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:9px 10px;font-size:13px}.matrix-cell.header{background:var(--surface-muted)}.matrix-cell.header,.matrix-cell.module-header{font-size:12px;font-weight:800;text-transform:uppercase}.matrix-cell.module-header{background:#f8fafb;color:var(--muted)}.checkbox-cell{display:grid;place-items:center}.check{display:grid;width:22px;height:22px;place-items:center;border-radius:6px;border:1px solid var(--border);background:#ffffff;color:transparent;cursor:pointer}.check.on{border-color:var(--primary);background:#dff7ee;color:var(--primary)}.alert{border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:13px;font-weight:700}.alert.error{border:1px solid #f3b7b2;background:#fff1f0;color:var(--danger)}.alert.success{border:1px solid #a9dec9;background:#ebfff6;color:#0f6848}.modal-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;background:radial-gradient(circle at top left,rgb(15 118 110/18%),transparent 34%),rgb(23 32 38/48%);padding:20px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@media (min-width:861px){.app-shell:not(.sidebar-hidden) .modal-backdrop{left:248px}}.modal{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(460px,100%);max-height:min(760px,calc(100vh - 40px));overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 24px 70px rgb(12 18 22/24%);padding:18px}.modal.wide{width:min(760px,100%)}.modal.extra-wide{width:min(1080px,100%)}.window-frame{padding:0;border-color:#c8d1d6;overflow:hidden}.modal-titlebar{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #344149;background:#20292f;color:#ffffff;padding:13px 14px}.modal-titlegroup{display:flex;align-items:center;min-width:0;gap:10px}.modal-titlegroup h2{margin:0;font-size:17px;line-height:1.25}.modal-titlegroup p{margin:2px 0 0;color:#cbd5dc;font-size:12px;line-height:1.35}.window-icon{display:grid;flex:0 0 auto;width:34px;height:34px;place-items:center;border:1px solid rgb(255 255 255/18%);border-radius:8px;background:rgb(255 255 255/8%);color:#f8fafc}.window-icon.danger{background:rgb(180 35 24/16%);color:#fecaca}.modal-close{flex:0 0 auto;border-color:rgb(255 255 255/18%);background:rgb(255 255 255/8%);color:#ffffff}.modal-close:hover{background:rgb(255 255 255/16%)}.modal-body{display:grid;grid-gap:14px;gap:14px;min-height:0;overflow:auto;padding:16px}.modal-body .input,.modal-body .select{width:100%;min-width:0}.modal-body .lookup-select{min-width:0}.window-footer{border-top:1px solid var(--border);background:#f8fafb;margin-top:0;padding:12px 16px}.entity-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #dbe3e7;border-radius:8px;background:#f8fafb;padding:10px 12px}.entity-summary>div{display:grid;min-width:0;grid-gap:2px;gap:2px}.entity-summary span:not(.status):not(.role-pill),.entity-summary strong{overflow-wrap:anywhere}.summary-label{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.modal-section{display:grid;grid-gap:10px;gap:10px}.transaction-form-page{display:grid;grid-gap:16px;gap:16px;padding-bottom:24px}.transaction-form-header{position:-webkit-sticky;position:sticky;top:0;z-index:8;margin-bottom:0}.job-charge-create-header{align-items:center;min-height:112px}.job-charge-title-block{display:flex;align-items:center;min-width:0;gap:14px}.job-charge-title-icon{display:grid;flex:0 0 auto;width:46px;height:46px;place-items:center;border:1px solid #b7d8d4;border-radius:8px;background:#e7f5f3;color:var(--primary-strong)}.job-charge-title-copy{min-width:0}.job-charge-eyebrow{display:block;margin-bottom:2px;color:var(--primary-strong);font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}.job-charge-create-header .page-title{font-size:25px}.job-charge-create-header .page-subtitle{max-width:560px}.job-charge-header-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.job-charge-header-meta span{display:inline-flex;align-items:center;min-height:26px;border:1px solid #c8dedb;border-radius:999px;background:#ffffff;color:#355064;font-size:12px;font-weight:700;padding:4px 10px;white-space:nowrap}.job-charge-header-actions{align-items:center}.job-charge-secondary-action,.transaction-summary{background:#ffffff}.invoice-summary-job-order{border-left:4px solid var(--primary);background:linear-gradient(135deg,#ffffff,#f3faf8)}.invoice-summary-job-order .job-order-view-summary>div{background:#ffffff}.invoice-summary-job-order .status{justify-self:start}.profit-page-header{align-items:center}.profit-header-actions{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.profit-report-switcher{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px;margin-bottom:14px}.profit-report-switcher button{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;min-height:52px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:#37424a;padding:10px 12px;text-align:left;cursor:pointer}.profit-report-switcher button svg{color:var(--muted)}.profit-report-switcher button span{min-width:0;overflow-wrap:anywhere;font-size:13px;font-weight:800;line-height:1.25}.profit-report-switcher button.active,.profit-report-switcher button:hover{border-color:#7fc7b6;background:#eefaf5;color:var(--primary-strong)}.profit-report-switcher button.active svg,.profit-report-switcher button:hover svg{color:var(--primary-strong)}.profit-filter-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:flex-end;grid-gap:10px;gap:10px;border:1px solid var(--border);border-radius:8px;background:#ffffff;margin-bottom:14px;padding:12px}.profit-filter-panel .compact-field,.profit-filter-panel .search-field{min-width:0;width:100%}.profit-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:14px}.profit-kpi{display:grid;grid-template-columns:42px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;min-width:0;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:13px}.profit-kpi.highlight{border-color:#b7d8cf;background:#f5fbf8}.profit-kpi strong{display:block;min-width:0;overflow-wrap:anywhere;margin-top:3px;font-size:18px;line-height:1.25}.profit-kpi-icon,.profit-performance-icon{display:grid;place-items:center;border-radius:8px}.profit-kpi-icon{width:42px;height:42px;border:1px solid var(--border);background:#f8fafb;color:#37424a}.profit-kpi-icon.positive,.profit-kpi-icon.revenue,.profit-performance-icon.positive{background:#e7f8ef;color:#047857}.profit-kpi-icon.cost,.profit-performance-icon.negative{background:#fff1f0;color:var(--danger)}.profit-kpi-icon.margin{background:#eef6ff;color:var(--info)}.profit-kpi-icon.neutral{background:#f1f5f9;color:#475569}.profit-snapshot-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);grid-gap:14px;gap:14px;margin-bottom:14px}.profit-snapshot-panel{display:grid;grid-gap:12px;gap:12px;min-width:0;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:14px}.profit-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0}.profit-facts div{display:grid;grid-gap:3px;gap:3px;min-width:0;border:1px solid #e1e7ec;border-radius:8px;background:#f8fafb;padding:9px}.profit-facts dt,.profit-performance-list small{color:var(--muted);font-size:11px;font-weight:800;line-height:1.2;text-transform:uppercase}.profit-facts dd{margin:0;font-size:18px;font-weight:800}.profit-performance-list{display:grid;grid-gap:8px;gap:8px}.profit-performance-list>div{display:grid;grid-template-columns:34px minmax(0,1fr) auto;grid-gap:9px;gap:9px;align-items:center;min-width:0;border:1px solid #e1e7ec;border-radius:8px;background:#f8fafb;padding:9px}.profit-performance-icon{width:34px;height:34px}.profit-performance-list span:not(.profit-performance-icon){display:grid;min-width:0;grid-gap:2px;gap:2px}.profit-performance-list b,.profit-performance-list strong{min-width:0;overflow-wrap:anywhere}.profit-performance-list b{text-align:right}.profit-table{min-width:1160px}.profit-table tfoot td{border-top:1px solid var(--border);background:#f8fafb;font-weight:800}.profit-amount{font-weight:800}.profit-amount.positive{color:#047857}.profit-amount.negative{color:var(--danger)}.profit-amount.neutral{color:#475569}.profit-result-pill{display:inline-flex;align-items:center;min-height:24px;border-radius:8px;padding:2px 8px;font-size:12px;font-weight:800}.profit-result-pill.positive{background:#e7f8ef;color:#047857}.profit-result-pill.negative{background:#fff1f0;color:var(--danger)}.profit-result-pill.neutral{background:#f1f5f9;color:#475569}.profit-transaction-toggle{justify-content:space-between;gap:6px;background:#ffffff;cursor:pointer;white-space:nowrap}.profit-transaction-toggle:hover,.profit-transaction-toggle[aria-expanded=true]{border-color:#7fc7b6;background:#eefaf5;color:var(--primary-strong)}.profit-transaction-breakdown-row>td{border-bottom:1px solid var(--border);background:#f6faf9;padding:0}.profit-transaction-breakdown{display:grid;grid-gap:10px;gap:10px;padding:12px}.profit-transaction-breakdown-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.profit-transaction-breakdown-heading span{color:var(--muted);font-size:12px;font-weight:700}.profit-transaction-table{min-width:1080px;background:#ffffff}.profit-transaction-table td,.profit-transaction-table th{white-space:nowrap}.profit-transaction-kind{display:inline-flex;min-height:24px;align-items:center;border-radius:8px;padding:2px 8px;font-size:11px;font-weight:800;text-transform:uppercase}.profit-transaction-kind.buying{background:#fff1f0;color:var(--danger)}.profit-transaction-kind.selling{background:#e7f8ef;color:#047857}.compact-field{min-width:190px}.compact-field .input,.compact-field .select{min-width:0;width:100%}.ledger-summary{margin-bottom:2px}.ledger-table{min-width:840px}.ledger-table td,.ledger-table th{white-space:nowrap}.ledger-table td:first-child,.ledger-table th:first-child{min-width:150px}.transaction-form-grid{display:grid;grid-gap:16px;gap:16px}.transaction-section{display:grid;grid-gap:12px;gap:12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:14px}.transaction-section .input,.transaction-section .select{width:100%;min-width:0}.transaction-section .lookup-select{min-width:0}.domestic-customer-address-preview{min-height:76px;resize:none;background:#f8fafb;line-height:1.45;white-space:pre-wrap}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#37424a;font-size:13px;font-weight:800}.section-heading small{color:var(--muted);font-size:12px;font-weight:700}.danger-zone{display:grid;grid-template-columns:22px minmax(0,1fr);grid-gap:10px;gap:10px;border:1px solid #f3b7b2;border-radius:8px;background:#fff7f6;color:var(--danger);padding:11px}.danger-zone p{margin:4px 0 0;color:#7a2e28;font-size:13px;line-height:1.45}.action-cluster{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:10px}.modal-actions .action-cluster,.page-header .action-cluster{margin-top:0}.modal-actions,.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.modal-header{margin-bottom:14px}.modal-header h2{margin:0;font-size:18px;line-height:1.25}.modal-actions{justify-content:flex-end;margin-top:16px}.modal-actions.spread{justify-content:space-between}.modal-copy{margin:0 0 12px;color:var(--muted);font-size:14px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.si-form-stack{grid-template-columns:minmax(0,1fr)}.form-grid-full{grid-column:1/-1}.permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:14px}.permission-section-list{display:grid;grid-gap:14px;gap:14px;margin-top:14px}.permission-section{border-left:3px solid #cbd8d3;padding-left:12px}.permission-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.permission-section-heading strong{color:#344149;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.permission-section-heading small{color:var(--muted)}.permission-section .permission-grid{margin-top:8px}.permission-option{display:grid;grid-template-columns:18px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:start;border:1px solid var(--border);border-radius:8px;padding:9px;font-size:13px}.permission-option span span{display:block;color:var(--muted);margin-top:2px}.login-page{display:grid;min-height:100vh;place-items:center;padding:24px}.login-panel{width:min(420px,100%);border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:24px}.login-logo{display:block;width:100%;height:auto;margin:0 auto 22px}.login-brand-title{display:grid;justify-items:center;grid-gap:4px;gap:4px;margin:0 0 22px;line-height:1}.login-brand-title .brand-title-main{font-size:34px}.login-brand-title .brand-title-tagline{font-size:24px}.login-panel .input{min-width:0;width:100%}.form-stack{display:grid;grid-gap:12px;gap:12px}.field{display:grid;grid-gap:6px;gap:6px}.field label{font-size:13px;font-weight:700}.checkbox-line{display:inline-flex;align-items:center;gap:8px;min-height:38px;border:1px solid var(--border);border-radius:8px;background:#f8fafb;padding:7px 10px;color:#37424a}.checkbox-line input{width:16px;height:16px}.readonly-field{display:inline-flex;align-items:center;min-height:38px;width:100%;border:1px solid var(--border);border-radius:8px;background:#f8fafb;padding:7px 10px}.form-error{border:1px solid #f3b7b2;border-radius:8px;background:#fff1f0;color:var(--danger)}.form-error,.form-warning{padding:9px 10px;font-size:13px;font-weight:700}.form-warning{border:1px solid #f3c969;border-radius:8px;background:#fff8e1;color:#8a5700}.form-success{border:1px solid #99d5c5;border-radius:8px;background:#edf9f5;color:#087f6d;padding:9px 10px;font-size:13px;font-weight:700}.print-document{display:grid;grid-gap:18px;gap:18px;border:1px solid var(--border);border-radius:8px;background:#ffffff;padding:28px}.invoice-print-document{color:#101820}.invoice-print-document .print-header{align-items:center}.domestic-selling-invoice-print-table td:nth-child(n+4),.domestic-selling-invoice-print-table th:nth-child(n+4){width:142px;text-align:right}.invoice-print-pages{display:grid;grid-gap:24px;gap:24px}.invoice-print-page-number{color:#66727a;font-size:11px;font-weight:800;text-align:center}.invoice-print-document .billing-bank-box dd,.invoice-print-document .billing-bank-box dt,.invoice-print-document .billing-facts span,.invoice-print-document .billing-facts strong,.invoice-print-document .billing-party strong,.invoice-print-document .billing-shipment-grid span,.invoice-print-document .billing-shipment-grid strong,.invoice-print-document .invoice-signature-greeting,.invoice-print-document .invoice-signature-name,.invoice-print-document .invoice-signature-title,.invoice-print-document .print-total-box span,.invoice-print-document .print-total-box strong,.invoice-print-document .selling-invoice-print-table th{overflow-wrap:normal;white-space:nowrap}.profit-print-document{display:none;color:#101820;font-family:Arial,Helvetica,sans-serif}.profit-print-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.46fr);grid-gap:18px;gap:18px;align-items:start;border-bottom:2px solid #101820;padding-bottom:12px}.profit-print-header h2{margin:0;font-size:24px;letter-spacing:0;line-height:1.1}.profit-print-header span{display:block;margin-top:4px;color:#475569;font-weight:700}.profit-print-header dl{display:grid;grid-gap:5px;gap:5px;margin:0}.profit-print-header dl div{display:grid;grid-template-columns:86px minmax(0,1fr);grid-gap:8px;gap:8px}.profit-print-header dt,.profit-print-summary span{color:#475569;font-size:10px;font-weight:900;text-transform:uppercase}.profit-print-header dd{margin:0;min-width:0;overflow-wrap:anywhere;font-weight:700;text-align:right}.profit-print-summary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:7px;gap:7px}.profit-print-summary>div{border:1px solid #cbd5e1;background:#f8fafc;padding:8px}.profit-print-summary strong{display:block;margin-top:3px;overflow-wrap:anywhere;font-size:12px;line-height:1.2}.profit-print-table{width:100%;border-collapse:collapse;table-layout:fixed}.profit-print-table .profit-print-group-column{width:10%}.profit-print-table .profit-print-period-column{width:12%}.profit-print-table .profit-print-detail-column,.profit-print-table .profit-print-money-column{width:14%}.profit-print-table .profit-print-margin-column{width:7%}.profit-print-table .profit-print-jobs-column{width:5%}.profit-print-table .profit-print-invoices-column{width:10%}.profit-print-table td,.profit-print-table th{border:1px solid #cbd5e1;padding:6px 7px;vertical-align:top;overflow-wrap:anywhere;font-size:10px;line-height:1.3}.profit-print-table th{background:#101820;color:#ffffff;font-size:9px;font-weight:900;text-align:left;text-transform:uppercase}.profit-print-table td:nth-child(n+3),.profit-print-table tfoot td:nth-child(n+2),.profit-print-table th:nth-child(n+3){text-align:right}.profit-print-table tbody tr:nth-child(2n) td{background:#f8fafc}.profit-print-table tfoot td{border-top:2px solid #101820;background:#eef2f4;font-weight:900}.profit-print-money{display:grid;grid-template-columns:max-content minmax(0,1fr);grid-gap:3px;gap:3px;align-items:baseline;width:100%;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.profit-print-money>span{color:#475569;font-size:.82em;font-weight:800}.profit-print-money>strong{min-width:0;font-size:.95em;font-weight:inherit;text-align:right}.job-charge-print-document{gap:10px;color:#172033;font-family:Arial,Helvetica,sans-serif;font-size:11px;overflow-x:auto}.job-charge-statement-topline{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(240px,.8fr);overflow:hidden;border:1px solid #25364a;border-radius:6px;background:#f8fafc}.job-charge-statement-title,.job-charge-statement-topline>div{display:flex;align-items:center;gap:10px;min-height:40px;padding:7px 12px}.job-charge-statement-topline>.job-charge-statement-identity{display:grid;align-content:center;grid-gap:4px;gap:4px}.job-charge-statement-identity>div{display:grid;grid-template-columns:108px 8px minmax(0,1fr);grid-gap:5px;gap:5px;align-items:baseline}.job-charge-statement-identity strong{min-width:0;overflow-wrap:anywhere}.job-charge-statement-header dt,.job-charge-statement-topline span{color:#475569;font-weight:800;letter-spacing:0;text-transform:uppercase}.job-charge-statement-separator{color:#475569;font-weight:900;text-align:center}.job-charge-statement-title{justify-content:center;border-left:1px solid #25364a;background:#25364a;color:#ffffff;font-size:19px;font-weight:900;line-height:1.1;text-align:center}.job-charge-statement-header{display:grid;grid-template-columns:minmax(170px,.52fr) minmax(0,1fr) minmax(0,1.18fr);grid-gap:10px;gap:10px;border:1px solid #cbd5e1;border-top:0;border-radius:0 0 6px 6px;padding:10px 12px}.job-charge-statement-jobno{display:grid;align-content:start;grid-gap:5px;gap:5px;border-right:1px solid #e2e8f0;padding:2px 12px 2px 0}.job-charge-statement-jobno span{color:#64748b;font-size:10px;font-weight:900;letter-spacing:0;text-transform:uppercase}.job-charge-statement-jobno strong{color:#0f172a;font-size:17px;line-height:1.15}.job-charge-statement-footer dl,.job-charge-statement-header dl{display:grid;grid-gap:3px;gap:3px;margin:0}.job-charge-statement-footer dl div,.job-charge-statement-header dl div{display:grid;grid-template-columns:132px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:baseline}.job-charge-statement-footer dl div:before,.job-charge-statement-header dl div:before{content:none}.job-charge-statement-footer dt,.job-charge-statement-header dt{grid-column:1}.job-charge-statement-footer dd,.job-charge-statement-header dd{grid-column:2;margin:0;min-width:0;color:#0f172a;font-weight:700;overflow-wrap:anywhere}.job-charge-statement-table{min-width:1120px;width:100%;border-collapse:collapse;border:1px solid #94a3b8;table-layout:fixed}.job-charge-statement-table td,.job-charge-statement-table th{border:1px solid #cbd5e1;padding:5px 6px;vertical-align:top}.job-charge-statement-table thead tr:first-child th{border-color:#25364a;background:#25364a;color:#ffffff;font-size:12px;letter-spacing:0;text-align:center}.job-charge-statement-table thead tr:last-child th{border-color:#94a3b8;background:#e8eef6;color:#172033;font-size:9px;font-weight:800;text-align:center}.job-charge-statement-table tbody td:nth-child(13),.job-charge-statement-table tbody td:nth-child(2),.job-charge-statement-table tbody td:nth-child(7),.job-charge-statement-table thead tr:last-child th:nth-child(11),.job-charge-statement-table thead tr:last-child th:nth-child(5){border-right:1px solid #64748b}.job-charge-statement-table tbody td{font-size:10px;line-height:1.3}.job-charge-statement-table tbody tr:nth-child(2n) td{background:#f8fafc}.job-charge-statement-table tbody td:nth-child(n+3){text-align:right}.job-charge-statement-table tbody td:first-child,.job-charge-statement-table tbody td:nth-child(2),.job-charge-statement-table tbody td:nth-child(8){text-align:left}.job-charge-statement-table th:nth-child(14),.job-charge-statement-table th:nth-child(15){white-space:nowrap}.job-charge-statement-table td:nth-child(14),.job-charge-statement-table td:nth-child(15){white-space:normal;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;overflow-wrap:anywhere;word-break:break-word}.job-charge-statement-footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.58fr) minmax(260px,.58fr);grid-gap:12px;gap:12px;border:1px solid #cbd5e1;border-radius:0 0 6px 6px;background:#f8fafc;padding:10px 12px}.job-charge-statement-footer dl div{grid-template-columns:minmax(118px,1fr) minmax(92px,.7fr);border-bottom:1px solid #e2e8f0;padding:2px 0;font-size:11px;font-weight:900}.job-charge-statement-footer dl div:last-child{border-bottom:0}.job-charge-statement-footer dd{text-align:right}.job-charge-statement-footer dd span{display:inline-block;margin-left:22px}.job-charge-statement-notes{display:flex;justify-content:space-between;gap:10px;color:#64748b;font-size:9px;text-transform:uppercase}.job-charge-selling-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #cbd5e1;border-radius:6px;overflow:hidden}.job-charge-selling-summary>div{display:grid;grid-gap:3px;gap:3px;min-width:0;border-right:1px solid #cbd5e1;padding:8px 10px}.job-charge-selling-summary>div:last-child{border-right:0}.job-charge-selling-summary span{color:#64748b;font-size:9px;font-weight:800;text-transform:uppercase}.job-charge-selling-summary strong{overflow-wrap:anywhere}.job-charge-selling-conversion-rate,.job-charge-selling-converted-amount{display:block;margin-top:2px;color:#2563eb;font-size:8px;font-weight:800;line-height:1.15;white-space:nowrap}.job-charge-selling-only-table tbody td{text-align:right;vertical-align:middle}.job-charge-selling-only-table tbody td:first-child,.job-charge-selling-only-table tbody td:nth-child(4),.job-charge-selling-only-table tbody td:nth-child(5),.job-charge-selling-only-table tbody td:nth-child(7){text-align:center}.job-charge-selling-only-table tbody td:nth-child(2),.job-charge-selling-only-table tbody td:nth-child(3){text-align:left}.job-charge-selling-only-table tbody td:nth-child(10),.job-charge-selling-only-table tbody td:nth-child(6),.job-charge-selling-only-table tbody td:nth-child(8),.job-charge-selling-only-table tbody td:nth-child(9){text-align:right}.job-charge-selling-only-table tbody td:nth-child(2) p,.job-charge-selling-only-table tbody td:nth-child(2) span{display:block;margin:2px 0 0;color:#64748b;font-size:9px;font-weight:400;white-space:normal}.job-charge-selling-total{display:flex;justify-content:flex-end}.job-charge-selling-total dl{display:grid;width:min(100%,420px);margin:0;border:1px solid #cbd5e1;border-radius:6px;background:#f8fafc;overflow:hidden}.job-charge-selling-total dl>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,.75fr);grid-gap:12px;gap:12px;border-bottom:1px solid #e2e8f0;padding:6px 10px}.job-charge-selling-total dl>div:last-child{border-bottom:0;background:#25364a;color:#ffffff;font-size:12px;font-weight:900}.job-charge-selling-total dl>div:last-child .job-charge-selling-converted-amount{color:#dbeafe}.job-charge-selling-total dd,.job-charge-selling-total dt{margin:0;font-weight:800}.job-charge-selling-total dd{text-align:right}.job-sheet-print-document{color:#111111;gap:0;font-family:Arial,Helvetica,sans-serif;font-size:11.5px;line-height:1.25}.job-sheet-title{display:grid;grid-gap:3px;gap:3px;border:1px solid #263b3a;border-bottom:3px solid #0f766e;padding:8px 10px;text-align:center;text-transform:uppercase}.job-sheet-section-title,.job-sheet-title h2{margin:0;color:#111111;font-size:15px;font-weight:800;letter-spacing:0}.job-sheet-title strong{font-size:13px}.job-sheet-title span{font-size:11px;font-weight:700}.job-sheet-title .job-sheet-ref-no{font-size:13px;font-weight:800}.job-sheet-section-title{margin:6px 0 0;border:1px solid #263b3a;background:#e7f3f1;color:#174f4b;padding:4px 6px;letter-spacing:.35px;text-align:left}.job-sheet-table{margin:0;width:100%;border-collapse:collapse;table-layout:fixed}.job-sheet-section-title+.job-sheet-table{margin-top:-1px}.job-sheet-label-column{width:20%}.job-sheet-separator-column{width:2%}.job-sheet-value-column{width:28%}.job-sheet-table td,.job-sheet-table th{border:1px solid #263b3a;padding:4px 6px;overflow-wrap:anywhere;vertical-align:middle;word-break:break-word}.job-sheet-table th{background:#f3f7f6;font-weight:800;text-align:left;text-transform:uppercase}.job-sheet-table tr>:nth-child(4){border-left-width:2px}.job-sheet-table td:nth-child(2),.job-sheet-table td:nth-child(5){width:18px;padding-right:0;padding-left:0;text-align:center}.job-sheet-table td:nth-child(3),.job-sheet-table td:nth-child(6){font-weight:700;white-space:pre-wrap}.job-sheet-table .job-sheet-key-row td:nth-child(3),.job-sheet-table .job-sheet-key-row td:nth-child(6){font-size:13px;font-weight:800;overflow-wrap:normal;white-space:nowrap;word-break:normal}.domestic-job-sheet-print-document .job-sheet-table tr{break-inside:avoid;page-break-inside:avoid}.domestic-job-sheet-print-document .job-sheet-table td,.domestic-job-sheet-print-document .job-sheet-table th{height:auto;vertical-align:top}.domestic-job-sheet-print-document .job-sheet-table td:nth-child(3),.domestic-job-sheet-print-document .job-sheet-table td:nth-child(6){overflow-wrap:anywhere;white-space:pre-wrap;word-break:break-word}.job-sheet-freight-term-values span{display:block}.working-status-table td,.working-status-table th{height:32px;border:0;background:transparent;padding-top:6px;padding-bottom:6px}.working-status-table tr>:nth-child(4){border-left:0}.domestic-land-job-sheet-document{color:#111111;gap:0;font-family:Arial,Helvetica,sans-serif;font-size:11px;line-height:1.25}.domestic-land-job-sheet-title{display:grid;grid-gap:4px;gap:4px;min-height:74px;align-content:start;border-top:1px solid #263b3a;border-bottom:1px solid #263b3a;padding:8px 4px;text-align:center;text-transform:uppercase}.domestic-land-job-sheet-title h2,.domestic-land-job-sheet-title strong,.domestic-land-section-title{margin:0;font-weight:800}.domestic-land-job-sheet-title h2{color:#111111;font-size:14px}.domestic-land-job-sheet-title strong,.domestic-land-section-title{color:#1d00d8}.domestic-land-job-sheet-title strong{font-size:13px}.domestic-land-section-title{border-bottom:1px solid #263b3a;padding:7px 3px 3px;font-size:12px;text-align:left}.domestic-land-job-info-table,.domestic-land-shipment-table{width:100%;border-collapse:collapse;table-layout:fixed}.domestic-land-job-info-table td,.domestic-land-job-info-table th,.domestic-land-shipment-table td,.domestic-land-shipment-table th{border:0;padding:3px 4px;vertical-align:top}.domestic-land-job-info-table th,.domestic-land-shipment-table th{background:transparent;font-weight:700;text-align:left}.domestic-land-job-info-table td:nth-child(2),.domestic-land-job-info-table td:nth-child(5),.domestic-land-shipment-table td:nth-child(2){padding-right:0;padding-left:0;text-align:center}.domestic-land-job-info-table td:nth-child(3),.domestic-land-job-info-table td:nth-child(6),.domestic-land-shipment-table td:nth-child(3){font-weight:500;white-space:pre-line}.domestic-land-job-info-table .job-sheet-key-row td:nth-child(3),.domestic-land-job-info-table .job-sheet-key-row td:nth-child(6){color:#1d00d8;font-weight:800}.domestic-land-label-column{width:26%}.domestic-land-separator-column{width:3%}.domestic-land-value-column{width:71%}.domestic-land-address-row{height:38px}.domestic-land-spacer-row td{height:42px}.domestic-land-working-title{margin-top:4px;padding-top:5px}.working-status-title{border:0;border-bottom:1px solid #263b3a;background:transparent;padding-right:0;padding-left:0}.print-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:24px;gap:24px;border-bottom:2px solid #101820;padding-bottom:18px}.print-company{display:grid;grid-template-columns:240px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center;min-width:0}.print-company img{width:240px;height:80px;object-fit:contain}.print-company div,.print-title{display:grid;grid-gap:3px;gap:3px;min-width:0}.print-company strong{font-size:18px;line-height:1.2}.print-company span{color:#4a5560;font-size:12px;line-height:1.35}.print-address-block{display:block;white-space:pre-line}.print-company-address{display:grid;justify-items:center;grid-gap:2px;gap:2px;min-width:0;text-align:center}.print-company-address strong{font-size:16px;line-height:1.2}.print-company-address span{color:#101820;font-size:11px;line-height:1.3;overflow-wrap:anywhere}.profit-print-company-address strong{font-size:13px}.profit-print-company-address span{font-size:9px}.job-sheet-company-address{margin-bottom:2px;text-transform:none}.job-sheet-company-address strong{font-size:13.5px;text-transform:uppercase}.job-sheet-title .job-sheet-company-address span{font-size:10.5px;font-weight:500}.profit-print-company-address{margin-bottom:8px}.profit-print-header .profit-print-company-address span{margin-top:0;color:#101820;font-weight:500}.address-block{white-space:pre-line}.print-title{justify-items:end;text-align:right}.print-title h2{margin:0;font-size:24px;letter-spacing:0}.print-title strong{color:var(--primary-strong);font-size:16px}.print-title-reference{display:flex;align-items:baseline;justify-content:flex-end;gap:6px}.print-title-reference strong{font-size:13px}.print-title span{color:#4a5560;font-size:12px;font-weight:800;text-transform:uppercase}.print-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.buying-print-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.buying-print-meta-grid.has-roe{grid-template-columns:repeat(4,minmax(0,1fr))}.billing-header-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);grid-gap:16px;gap:16px}.billing-bank-box,.billing-facts,.billing-party{border:1px solid #d7dde2;border-radius:8px;background:#f8fafb;padding:12px}.billing-party{display:grid;align-content:start;grid-gap:4px;gap:4px}.billing-facts span,.billing-party span,.billing-shipment-grid span{color:#66727a;font-size:10px;font-weight:900;letter-spacing:0;text-transform:uppercase}.billing-party strong{font-size:15px;line-height:1.25;text-transform:uppercase}.billing-party p{margin:0;color:#344149;font-size:12px;line-height:1.35}.invoice-print-document .billing-party p{color:#000000}.billing-facts{display:grid;grid-gap:7px;gap:7px}.billing-facts div{display:grid;grid-template-columns:minmax(96px,38%) minmax(0,1fr);grid-gap:10px;gap:10px;align-items:baseline;min-width:0}.billing-facts strong{min-width:0;overflow-wrap:anywhere;font-size:13px;text-align:right}.billing-shipment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(6,auto);grid-auto-flow:column;border:1px solid #d7dde2;border-radius:8px;overflow:hidden}.billing-shipment-grid>div{display:grid;grid-template-columns:minmax(108px,38%) minmax(0,1fr);grid-gap:10px;gap:10px;align-items:baseline;min-height:34px;min-width:0;border-right:1px solid #d7dde2;border-bottom:1px solid #d7dde2;padding:8px 10px}.billing-shipment-grid>div:nth-child(n+7){border-right:0}.billing-shipment-grid>div:last-child,.billing-shipment-grid>div:nth-child(6){border-bottom:0}.billing-shipment-grid strong{min-width:0;overflow-wrap:anywhere;font-size:12px;line-height:1.25;text-transform:uppercase}.invoice-print-document .billing-facts span,.invoice-print-document .billing-facts strong,.invoice-print-document .billing-party strong,.invoice-print-document .billing-shipment-grid span,.invoice-print-document .billing-shipment-grid strong{min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.print-meta-grid>div{display:grid;align-content:start;grid-gap:4px;gap:4px;min-height:78px;border:1px solid #d7dde2;border-radius:8px;background:#f8fafb;padding:10px}.print-meta-grid span,.print-notes span,.print-signature-row span{color:#66727a;font-size:10px;font-weight:900;letter-spacing:0;text-transform:uppercase}.print-meta-grid strong{overflow-wrap:anywhere;font-size:14px;line-height:1.25}.print-meta-grid small{color:#66727a;font-size:11px;line-height:1.25}.print-line-table{width:100%;border-collapse:collapse;table-layout:fixed}.print-line-table td,.print-line-table th{border-bottom:1px solid #d7dde2;padding:9px 8px;text-align:left;vertical-align:top;font-size:12px}.print-line-table th{border-top:1px solid #101820;border-bottom:1px solid #101820;background:#eef2f4;color:#101820;font-size:10px;font-weight:900;text-transform:uppercase}.print-line-table td:first-child,.print-line-table th:first-child{width:42px;text-align:center}.print-line-table td:nth-child(3),.print-line-table td:nth-child(4),.print-line-table th:nth-child(3),.print-line-table th:nth-child(4){width:62px}.print-line-table td:nth-child(5),.print-line-table td:nth-child(6),.print-line-table td:nth-child(7),.print-line-table th:nth-child(5),.print-line-table th:nth-child(6),.print-line-table th:nth-child(7){width:142px;text-align:right}.selling-invoice-print-table td:nth-child(n+5),.selling-invoice-print-table th:nth-child(n+5){width:112px;text-align:right}.selling-invoice-print-table.dual-currency td,.selling-invoice-print-table.dual-currency th{padding-left:5px;padding-right:5px}.selling-invoice-print-table.dual-currency td:nth-child(n+5),.selling-invoice-print-table.dual-currency th:nth-child(n+5){width:90px}.selling-invoice-print-table.domestic-selling-invoice-print-table:not(.dual-currency) td:nth-child(n+4),.selling-invoice-print-table.domestic-selling-invoice-print-table:not(.dual-currency) th:nth-child(n+4){width:168px;padding-right:10px;padding-left:10px;text-align:right;white-space:nowrap}.selling-invoice-print-table.domestic-selling-invoice-print-table:not(.dual-currency) td:nth-child(n+4){font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.selling-invoice-print-table.domestic-selling-invoice-print-table.dual-currency td:nth-child(n+4),.selling-invoice-print-table.domestic-selling-invoice-print-table.dual-currency th:nth-child(n+4){width:110px;text-align:right;white-space:nowrap}.buying-line-print-table td,.buying-line-print-table th{padding:6px 4px;font-size:9px}.buying-line-print-table td:first-child,.buying-line-print-table th:first-child{width:28px}.buying-line-print-table td:nth-child(3),.buying-line-print-table th:nth-child(3){width:40px}.buying-line-print-table td:nth-child(4),.buying-line-print-table th:nth-child(4){width:38px}.buying-line-print-table td:nth-child(5),.buying-line-print-table td:nth-child(6),.buying-line-print-table td:nth-child(7),.buying-line-print-table td:nth-child(8),.buying-line-print-table td:nth-child(9),.buying-line-print-table th:nth-child(5),.buying-line-print-table th:nth-child(6),.buying-line-print-table th:nth-child(7),.buying-line-print-table th:nth-child(8),.buying-line-print-table th:nth-child(9){width:88px;text-align:right}.print-line-table td span,.print-line-table td strong{display:block;overflow-wrap:anywhere}.print-line-table td span{margin-top:2px;color:#66727a}.print-total-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,330px);grid-gap:20px;gap:20px;align-items:start}.print-notes{display:grid;align-content:start;grid-gap:5px;gap:5px;min-height:98px;border:1px solid #d7dde2;border-radius:8px;background:#f8fafb;padding:10px}.print-notes p{margin:0;color:#344149;font-size:12px;line-height:1.4;white-space:pre-wrap}.invoice-print-document .invoice-print-remarks{min-height:80px}.print-total-box{display:grid;border:1px solid #101820;border-radius:8px;overflow:hidden}.print-total-box div{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;border-bottom:1px solid #d7dde2;padding:10px 12px;font-size:12px}.print-total-box div:last-child{border-bottom:0}.print-total-box span{color:#4a5560;font-weight:800}.print-total-box strong{text-align:right}.print-total-box small{color:var(--muted);display:block;font-size:11px;margin-top:2px;text-align:right}.print-total-box .grand-total{background:#101820;color:#ffffff;font-size:14px}.print-total-box .grand-total span{color:#ffffff}.print-total-box .grand-total small{color:#ffffff;opacity:.8}.billing-bank-box{display:grid;grid-gap:8px;gap:8px;background:#ffffff}.billing-bank-box>strong{font-size:11px;text-transform:uppercase}.billing-bank-box dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:5px 18px;gap:5px 18px;margin:0}.invoice-print-document .billing-bank-box dl{grid-template-columns:minmax(0,1fr)}.billing-bank-box div{display:grid;grid-template-columns:120px minmax(0,1fr);grid-gap:8px;gap:8px}.billing-bank-box dt{color:#66727a;font-size:10px;font-weight:900;text-transform:uppercase}.invoice-print-document .billing-bank-box dt{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.invoice-print-document .billing-bank-box dt:after{content:":"}.billing-bank-box dd{margin:0;overflow-wrap:anywhere;font-size:12px;font-weight:800}.billing-bank-box .billing-bank-no-wrap dd,.billing-bank-box .billing-bank-no-wrap dt{overflow-wrap:normal;white-space:nowrap}.print-signature-row{display:grid;grid-template-columns:repeat(2,minmax(0,240px));justify-content:space-between;grid-gap:24px;gap:24px;padding-top:28px}.customer-invoice-signature-row{grid-template-columns:minmax(0,260px);justify-content:end}.customer-invoice-signature-row>div{grid-template-rows:auto 136px auto auto;min-height:204px;border-top:none!important;padding-top:0;text-align:center}.customer-invoice-signature-row .invoice-signature-greeting{color:#101820;font-size:11px;text-align:left;text-transform:none}.customer-invoice-signature-row .invoice-signature-name{border-bottom:1px solid #101820;padding:0 8px 2px;text-transform:uppercase}.customer-invoice-signature-row .invoice-signature-title{color:#101820;font-size:11px;font-weight:700;text-transform:none}.print-signature-row>div{display:grid;align-content:end;min-height:98px;border-top:1px solid #101820;padding-top:8px}.print-signature-row strong{overflow-wrap:anywhere;font-size:13px}.shipping-instruction-print-document{color:#111111;gap:8px;font-family:Arial,Helvetica,sans-serif}.shipping-instruction-print-document .print-header{border-bottom-color:#008c45;padding-bottom:9px}.shipping-instruction-print-document .print-company strong,.shipping-instruction-print-document .print-title h2{text-transform:uppercase}.shipping-instruction-print-document .print-title h2{font-size:22px;line-height:1.05}.shipping-instruction-print-document .print-title strong{color:#111111;font-family:Courier New,monospace;text-transform:uppercase}.si-print-status{display:inline-flex;align-items:center;min-height:24px;border:1px solid #8b969e;border-radius:6px;padding:3px 9px;color:#4a5560;font-size:10px;font-weight:900}.si-print-status.issued{border-color:#0f6848;color:#0f6848}.si-print-status.cancelled{border-color:#b42318;color:#b42318}.si-print-reference{display:grid;grid-template-columns:minmax(180px,1.4fr) repeat(4,minmax(110px,1fr));border:1px solid #008c45}.si-print-facts-grid>div,.si-print-reference>div{display:grid;align-content:start;grid-gap:4px;gap:4px;min-width:0;border-right:1px solid #d7dde2;padding:9px 10px}.si-print-facts-grid>div:nth-child(3n),.si-print-reference>div:last-child{border-right:0}.shipping-instruction-print-document .si-print-facts-grid>div,.shipping-instruction-print-document .si-print-instruction-grid>div,.shipping-instruction-print-document .si-print-party-grid>div,.shipping-instruction-print-document .si-print-reference>div{border-color:#008c45}.si-print-facts-grid span,.si-print-instruction-grid span,.si-print-party-grid span,.si-print-reference span{color:#008c45;font-size:9px;font-weight:900;text-transform:uppercase}.si-print-facts-grid strong,.si-print-reference strong{min-width:0;overflow-wrap:anywhere;font-family:Courier New,monospace;font-size:11px;font-weight:700;line-height:1.3;text-transform:uppercase}.si-print-section{display:grid;grid-gap:0;gap:0;border:1px solid #008c45}.si-print-section h3{margin:0;border-bottom:1px solid #008c45;background:#ffffff;padding:6px 9px;color:#008c45;font-size:10px;font-weight:900;text-transform:uppercase}.si-print-party-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.si-print-party-grid>div{display:grid;align-content:start;grid-gap:4px;gap:4px;min-height:76px;border-right:1px solid #d7dde2;padding:9px 10px}.si-print-party-grid>div:last-child{border-right:0}.si-print-party-grid strong{overflow-wrap:anywhere;font-family:Courier New,monospace;font-size:12px;font-weight:700;line-height:1.3;text-transform:uppercase}.si-print-party-grid p{margin:0;color:#4a5560;font-size:10px;line-height:1.3;white-space:pre-line}.si-print-facts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.si-print-facts-grid>div{min-height:54px;border-bottom:1px solid #d7dde2}.si-print-facts-grid.cargo-summary>div:nth-last-child(-n+3),.si-print-facts-grid>div:nth-last-child(-n+3){border-bottom:0}.si-print-facts-grid.cargo-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.si-print-facts-grid.cargo-summary>div:nth-child(3n){border-right:1px solid #d7dde2}.si-print-facts-grid.cargo-summary>div:nth-child(4n){border-right:0}.si-print-cargo-table{width:100%;border-collapse:collapse;table-layout:fixed}.si-print-cargo-table td,.si-print-cargo-table th{border:1px solid #008c45;padding:7px 6px;text-align:left;vertical-align:top;font-size:10px}.si-print-cargo-table th{background:#ffffff;color:#008c45;font-size:9px;font-weight:900;text-transform:uppercase}.si-print-cargo-table td:first-child,.si-print-cargo-table th:first-child{width:38px;text-align:center}.si-print-cargo-table td:nth-child(3),.si-print-cargo-table th:nth-child(3){width:100px}.si-print-cargo-table td:nth-child(n+4),.si-print-cargo-table th:nth-child(n+4){width:105px}.si-print-cargo-table td span,.si-print-cargo-table td strong{display:block;overflow-wrap:anywhere}.si-print-cargo-table td span{margin-top:2px;color:#66727a}.si-print-container-table{width:100%;border-collapse:collapse;table-layout:fixed}.si-print-container-table td,.si-print-container-table th{border:1px solid #008c45;padding:7px 6px;text-align:left;font-size:10px}.si-print-container-table th{background:#ffffff;color:#008c45;font-size:9px;font-weight:900;text-transform:uppercase}.si-print-container-table td:first-child,.si-print-container-table th:first-child{width:38px;text-align:center}.si-print-container-table td:nth-child(2),.si-print-container-table th:nth-child(2){width:26%}.si-print-container-table td:nth-child(3),.si-print-container-table th:nth-child(3){width:16%}.si-print-container-table td span,.si-print-container-table td strong{display:block}.si-print-container-table td span{margin-top:2px;color:#66727a}.si-print-instruction-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);border:1px solid #008c45}.si-print-instruction-grid>div{min-height:72px;border-right:1px solid #008c45;border-bottom:1px solid #008c45;padding:9px 10px}.si-print-instruction-grid>div:nth-child(2){border-right:0}.si-print-instruction-grid>div:last-child{grid-column:1/-1;min-height:52px;border-right:0;border-bottom:0}.si-print-instruction-grid p{margin:5px 0 0;overflow-wrap:anywhere;white-space:pre-wrap;font-size:10px;line-height:1.4}.si-print-declaration{border:1px solid #d7dde2;background:#f8fafb;padding:8px 10px;color:#344149;font-size:9px;font-style:italic;line-height:1.4}.si-print-signature-row{grid-template-columns:repeat(3,minmax(0,210px))}.si-reference-document{display:grid;width:min(100%,794px);min-width:720px;grid-gap:0;box-sizing:border-box;color:#111111;font-size:11px;line-height:1.28}.si-reference-heading{display:grid;justify-items:center;padding:7px 0 8px}.si-reference-heading h2{border-bottom:1.5px solid #111111;font-size:21px;line-height:1.05}.si-reference-heading>strong{margin-top:3px;font-size:15px;line-height:1}.si-reference-highlight{margin-top:3px;background:#fff500;color:#ff1d00;font-size:15px;line-height:1.25;text-transform:uppercase}.si-reference-status{color:#0017be;font-size:15px;line-height:1.15;text-transform:uppercase}.si-reference-status.cancelled{color:#c00000}.si-reference-party-company-grid{grid-template-columns:minmax(0,42%) minmax(0,58%);min-height:300px;border-top:1px solid #202020;border-left:1px solid #202020}.si-reference-party-column{display:grid;grid-template-rows:repeat(3,minmax(0,1fr))}.si-reference-party{min-width:0;border-right:1px solid #202020;border-bottom:1px solid #202020;padding:3px 4px;overflow:hidden}.si-reference-party>span,.si-reference-route-grid span,.si-reference-transport-grid span{display:block;color:#0017be}.si-reference-party p,.si-reference-party strong{display:block;margin:2px 0 0;font-size:10.5px;line-height:1.28;text-transform:uppercase;white-space:pre-line}.si-reference-party p:where(:not(:first-child)){margin-top:1px}.si-reference-company-column{display:grid;grid-template-rows:minmax(0,1.15fr) minmax(0,.85fr);border-right:1px solid #202020;border-bottom:1px solid #202020}.si-reference-company{display:grid;align-content:center;justify-items:center;padding:8px 20px;text-align:center}.si-reference-company img{width:245px;max-width:78%;height:72px;object-fit:contain}.si-reference-company strong{margin-top:3px;font-size:12px;text-transform:uppercase}.si-reference-company p,.si-reference-company small{margin:2px 0 0;overflow-wrap:anywhere;font-size:9px;font-style:normal;line-height:1.35;white-space:pre-line}.si-reference-memo{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:start;padding:8px 20px}.si-reference-arrow{color:#1265ae;font-size:55px;font-weight:900;line-height:1;text-shadow:1px 1px 1px #66727a}.si-reference-memo dl{display:grid;grid-gap:1px;gap:1px;margin:0}.si-reference-memo dl>div{display:grid;grid-template-columns:34px 10px minmax(0,1fr);align-items:baseline;font-size:13px;line-height:1.15}.si-reference-memo dd,.si-reference-memo dt{min-width:0;margin:0;text-transform:uppercase}.si-reference-memo dt{overflow-wrap:normal;white-space:nowrap}.si-reference-memo dt:after{content:":";grid-column:2;margin-left:8px}.si-reference-memo dd{grid-column:3;overflow-wrap:normal;white-space:nowrap}.si-reference-route-grid,.si-reference-transport-grid{display:grid;border-left:1px solid #202020}.si-reference-transport-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.si-reference-route-grid>div,.si-reference-transport-grid>div{border-right:1px solid #202020;border-bottom:1px solid #202020;padding:3px 4px}.si-reference-transport-grid>div{min-height:47px}.si-reference-route-grid>div{min-height:42px}.si-reference-route-grid strong,.si-reference-transport-grid strong{display:block;margin-top:2px;font-size:10.5px;line-height:1.2;text-transform:uppercase}.si-reference-transport-grid small{display:block;margin-top:1px;color:#111111;font-size:9px}.si-reference-transport-grid small b{color:#0017be}.si-reference-instruction-table .marks-column{width:21%}.si-reference-instruction-table .package-column{width:9.5%}.si-reference-instruction-table .goods-column{width:40.5%}.si-reference-instruction-table .weight-column{width:17%}.si-reference-instruction-table td,.si-reference-instruction-table th{border:1px solid #202020;padding:4px 5px;vertical-align:top}.si-reference-instruction-table th{color:#0017be;font-size:10px;font-weight:900;line-height:1.1;text-align:center}.si-reference-instruction-table th.package-heading{overflow-wrap:normal;white-space:nowrap;word-break:normal}.si-reference-goods-row>td{height:238px;font-size:10.5px;line-height:1.35;text-transform:uppercase}.si-reference-goods-row>td:first-child,.si-reference-goods-row>td:nth-child(2),.si-reference-goods-row>td:nth-child(4),.si-reference-goods-row>td:nth-child(5){text-align:center}.si-reference-goods-row td>p{margin:8px 0 18px;white-space:pre-wrap}.si-reference-goods-row td>strong{display:block;color:#0017be}.si-reference-goods-row td>span{display:block;margin-top:4px;color:#e00000;font-size:9px;white-space:pre-line}.si-reference-freight-row td{height:30px;padding:3px 6px;color:#0017be;font-size:10px;font-weight:900;text-align:center;text-transform:uppercase;vertical-align:middle}.si-reference-remarks{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;grid-gap:6px;gap:6px;min-height:70px;padding:14px 1px 5px}.si-reference-remarks strong{background:#fff500;color:#0017be;font-size:10px;line-height:1.2}.si-reference-remarks p{margin:0;font-size:10px;line-height:1.3}.si-reference-signature{display:flex;justify-content:flex-end;min-height:165px;padding:10px 6% 0}.si-reference-signature>div{width:39%;min-width:235px}.si-reference-signature p{margin:0 0 5px;font-size:10px;text-transform:uppercase}.si-reference-signature img{display:block;width:220px;height:72px;margin:3px 0;object-fit:contain;object-position:left center}.si-reference-signature span,.si-reference-signature strong{display:block;font-size:10px;line-height:1.25;text-transform:uppercase}@media (max-width:860px){.operations-subnav{flex-direction:column}.operations-subnav>a{flex-basis:auto}.operations-subnav-group{border-top:2px solid #cbd8d3;border-left:0;padding:24px 0 0}.operations-subnav-group-label{left:2px}.app-shell{grid-template-columns:1fr}.sidebar{position:static}.grid-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-facts,.dashboard-grid,.dashboard-health-grid,.dashboard-overview,.dashboard-session-facts,.dashboard-stat-grid{grid-template-columns:1fr}.page-header{display:grid}.job-charge-create-header{align-items:start}.job-charge-title-block{align-items:flex-start}.input,.job-charge-header-actions,.job-charge-header-actions .button{width:100%}.input{min-width:min(260px,100%)}.job-order-workspace,.shipping-workspace{grid-template-columns:1fr}.job-order-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.job-order-facts .job-order-summary-half-fact{grid-column:span 1}.profit-kpi-grid,.profit-report-switcher,.profit-snapshot-grid{grid-template-columns:1fr}.profit-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.job-charge-title-block{display:grid;grid-template-columns:40px minmax(0,1fr);grid-gap:10px;gap:10px}.job-charge-title-icon{width:40px;height:40px}.job-charge-create-header .page-title{font-size:21px}.job-charge-header-meta span{max-width:100%;white-space:normal}}@media (max-width:1180px){.job-order-workspace{grid-template-columns:1fr}.job-order-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.job-order-facts .job-order-summary-half-fact{grid-column:span 1}.job-order-view-summary,.profit-filter-panel,.profit-kpi-grid,.profit-report-switcher{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.main{padding:16px}.dashboard-session-facts,.dashboard-stat-grid,.grid-stats,.profit-filter-panel,.profit-report-switcher{grid-template-columns:1fr}.modal-backdrop{align-items:flex-end;padding:12px}.modal,.modal.extra-wide,.modal.wide{width:100%;max-height:calc(100vh - 24px)}.job-order-detail{gap:14px;padding:14px}.job-order-route,.job-order-summary-header{display:grid}.job-order-route-line{width:2px;height:24px;margin-left:14px}.job-order-route-line:after{top:auto;right:50%;bottom:-1px;transform:translateX(50%) rotate(135deg)}.job-order-facts{grid-template-columns:1fr}.job-order-facts .job-order-summary-half-fact{grid-column:auto}.entity-summary,.modal-actions.spread{align-items:stretch;flex-direction:column}.modal-titlebar,.modal-titlegroup{align-items:flex-start}.modal-titlegroup h2,.modal-titlegroup p{overflow-wrap:anywhere}.action-cluster,.modal-actions{justify-content:stretch}.action-cluster .button,.modal-actions .button{width:100%}.derived-summary,.derived-summary.amount-summary,.df-pipeline,.form-grid,.job-order-view-summary,.permission-grid,.profit-facts,.shipment-status-grid{grid-template-columns:1fr}.df-pipeline{flex-direction:column;align-items:stretch}.df-node{min-width:0}.df-connector,.df-rail{display:none}.profit-filter-panel,.profit-header-actions{align-items:stretch;flex-direction:column}.profit-header-actions .button{width:100%}.profit-performance-list>div,.profit-report-switcher button{grid-template-columns:1fr}.profit-performance-list b{text-align:left}.partner-action-row{grid-template-columns:repeat(2,38px);min-width:82px}.ledger-table{min-width:760px}.print-document{padding:16px}.billing-header-grid,.print-header,.print-total-row{grid-template-columns:1fr}.print-title{justify-items:start;text-align:left}.print-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-bank-box dl,.billing-shipment-grid{grid-template-columns:1fr}.billing-shipment-grid{grid-template-rows:none;grid-auto-flow:row}.billing-shipment-grid>div{border-right:0}.billing-shipment-grid>div:nth-child(6){border-bottom:1px solid #d7dde2}.billing-shipment-grid>div:last-child{border-bottom:0}.shipment-status-grid div{grid-template-columns:1fr}}@media print{@page{size:A4;margin:6mm}@page job-charge-statement{size:A4 landscape;margin:5mm}body,html{background:#ffffff}body *{visibility:hidden}.print-document,.print-document *{visibility:visible}.print-document{border:0;border-radius:0;box-shadow:none;padding:0;gap:7px;font-size:9.5px}.invoice-print-pages,.print-document{position:absolute;inset:0 auto auto 0;width:100%}.invoice-print-pages{display:block;visibility:visible}.invoice-print-pages .invoice-print-page{position:relative;inset:auto;box-sizing:border-box;height:284mm;min-height:284mm;padding-bottom:3mm;break-inside:avoid-page;page-break-inside:avoid;break-after:page;page-break-after:always}.invoice-print-pages .invoice-print-page:last-child{break-after:auto;page-break-after:auto}.profit-print-document{display:grid;grid-gap:10px;gap:10px;font-size:9.5px;line-height:1.25}.profit-print-header{grid-template-columns:minmax(0,1fr) minmax(220px,.42fr);gap:12px;padding-bottom:8px}.profit-print-header h2{font-size:20px}.profit-print-header dl div{grid-template-columns:70px minmax(0,1fr);gap:5px}.profit-print-header dt,.profit-print-summary span{font-size:7.5px}.profit-print-summary{grid-template-columns:repeat(6,minmax(0,1fr));gap:5px}.profit-print-summary>div{padding:5px}.profit-print-summary strong{font-size:9px}.profit-print-table td,.profit-print-table th{padding:3px 4px;font-size:8px;line-height:1.15}.profit-print-table th{font-size:7px}.print-header{gap:8px;padding-bottom:7px}.print-company{grid-template-columns:180px minmax(0,1fr);gap:8px}.print-company img{width:180px;height:60px}.print-company strong{font-size:13px;line-height:1.1}.print-company span,.print-meta-grid small,.print-title span{font-size:8.5px;line-height:1.12}.print-address-block{display:block;white-space:pre-line!important}.print-title h2{font-size:17px;line-height:1.1}.print-title strong{font-size:11px}.job-sheet-print-document{gap:0;font-size:11.8px;line-height:1.15;break-inside:avoid-page;page-break-inside:avoid}.job-sheet-title{gap:1px}.job-sheet-title h2{font-size:21px;line-height:1.1}.job-sheet-title strong{font-size:12.5px}.job-sheet-title span{font-size:11px}.job-sheet-title .job-sheet-ref-no{font-size:14px}.job-sheet-section-title{margin:4px 0 0;padding:2px 4px;font-size:13px}.job-sheet-table td,.job-sheet-table th{padding:3px 4px;font-size:11.8px;overflow-wrap:anywhere;word-break:break-word}.job-sheet-table .job-sheet-key-row td:nth-child(3),.job-sheet-table .job-sheet-key-row td:nth-child(6){font-size:14px;overflow-wrap:normal;white-space:nowrap;word-break:normal}.working-status-table td,.working-status-table th{height:32px;padding-top:6px;padding-bottom:6px}.billing-header-grid{gap:7px}.job-charge-print-document{page:job-charge-statement;gap:5px;min-width:0;overflow:visible;color:#172033;font-size:8.6px;line-height:1.2;break-inside:avoid-page;page-break-inside:avoid}.job-charge-statement-topline{grid-template-columns:minmax(0,1.7fr) minmax(210px,.8fr);border-radius:4px}.job-charge-statement-title,.job-charge-statement-topline>div{min-height:32px;padding:3px 7px}.job-charge-statement-identity>div{grid-template-columns:68px 6px minmax(0,1fr);gap:3px}.job-charge-statement-title{font-size:14px}.job-charge-statement-header{grid-template-columns:minmax(125px,.5fr) minmax(0,1fr) minmax(0,1.15fr);gap:6px;border-radius:0 0 4px 4px;padding:5px 7px}.job-charge-statement-jobno{gap:3px;padding-right:7px}.job-charge-statement-jobno span{font-size:7px}.job-charge-statement-jobno strong{font-size:12px}.job-charge-statement-footer dl,.job-charge-statement-header dl{gap:0}.job-charge-statement-header dl div{grid-template-columns:86px minmax(0,1fr);gap:5px}.job-charge-statement-table{min-width:0}.job-charge-statement-table td,.job-charge-statement-table th{padding:2px 3px}.job-charge-statement-table thead tr:first-child th{font-size:8px;line-height:1.08}.job-charge-statement-table thead tr:last-child th{font-size:6.4px;line-height:1.08}.job-charge-statement-table tbody td{font-size:7.1px;line-height:1.16}.job-charge-selling-summary{border-radius:4px}.job-charge-selling-summary>div{gap:1px;padding:4px 6px}.job-charge-selling-summary span{font-size:6.6px}.job-charge-selling-only-table tbody td:nth-child(2) p,.job-charge-selling-only-table tbody td:nth-child(2) span{font-size:6.5px}.job-charge-selling-total dl{width:330px;border-radius:4px}.job-charge-selling-total dl>div{grid-template-columns:minmax(0,1fr) minmax(110px,.7fr);gap:6px;padding:3px 6px;font-size:7.2px}.job-charge-selling-total dl>div:last-child{font-size:8px}.job-charge-statement-footer{grid-template-columns:minmax(0,1fr) minmax(188px,.5fr) minmax(188px,.5fr);gap:8px;border-radius:0 0 4px 4px;padding:5px 7px}.job-charge-statement-footer dl div{grid-template-columns:minmax(82px,1fr) minmax(66px,.72fr);gap:4px;padding:1px 0;font-size:7.3px}.job-charge-statement-footer dd span{margin-left:8px}.job-charge-statement-notes{font-size:6.7px}.billing-bank-box,.billing-facts,.billing-party{padding:5px;border-radius:5px}.billing-party{gap:1px}.billing-bank-box dt,.billing-facts span,.billing-party span,.billing-shipment-grid span,.print-meta-grid span,.print-notes span,.print-signature-row span{font-size:7.5px}.billing-party strong{font-size:11px;line-height:1.15}.billing-bank-box dd,.billing-party p,.print-notes p{font-size:9px;line-height:1.12}.billing-facts{gap:2px}.billing-facts div{grid-template-columns:minmax(82px,38%) minmax(0,1fr);gap:5px}.billing-bank-box div{grid-template-columns:92px minmax(0,1fr);gap:5px}.billing-facts strong,.billing-shipment-grid strong,.print-signature-row strong,.print-total-box div{font-size:9px;line-height:1.12}.billing-shipment-grid>div{grid-template-columns:100px minmax(0,1fr);gap:5px;min-height:19px;padding:3px 5px}.print-line-table td,.print-line-table th{padding:3px 5px;font-size:9px;line-height:1.12}.print-line-table th{font-size:7.5px}.invoice-print-document .selling-invoice-print-table td,.invoice-print-document .selling-invoice-print-table th{padding:4px 5px;font-size:10px;line-height:1.2}.invoice-print-document .selling-invoice-print-table th{font-size:8.5px}.invoice-print-document .billing-bank-box,.invoice-print-document .customer-invoice-signature-row,.invoice-print-document .print-total-row,.invoice-print-document .selling-invoice-print-table tr{page-break-inside:avoid;break-inside:avoid}.invoice-print-page-number{position:absolute;right:0;bottom:0;left:0;margin-top:0;font-size:8px}.print-line-table td span{margin-top:1px}.print-total-row{grid-template-columns:minmax(0,1fr) minmax(230px,300px);gap:7px}.print-notes{min-height:48px;gap:2px;padding:5px;border-radius:5px}.invoice-print-document .invoice-print-remarks{min-height:18mm}.print-total-box div{padding:4px 7px}.print-total-box{border-radius:5px}.billing-bank-box{gap:3px}.billing-bank-box dl{gap:2px 9px}.billing-bank-box>strong{font-size:8px}.print-signature-row{gap:12px;padding-top:8px}.customer-invoice-signature-row{grid-template-columns:minmax(0,210px)}.customer-invoice-signature-row>div{grid-template-rows:auto 24mm auto auto;min-height:32mm;border-top:none!important;padding-top:0}.customer-invoice-signature-row .invoice-signature-greeting,.customer-invoice-signature-row .invoice-signature-title{font-size:8px}.invoice-print-document{gap:4px;font-size:11px;line-height:1.25}.invoice-print-document .print-title h2{font-size:22px}.invoice-print-document .print-title strong{font-size:13px}.invoice-print-document .print-company strong{font-size:14px}.invoice-print-document .billing-bank-box dt,.invoice-print-document .billing-facts span,.invoice-print-document .billing-party span,.invoice-print-document .billing-shipment-grid span,.invoice-print-document .print-company span,.invoice-print-document .print-notes span{font-size:9.5px}.invoice-print-document .billing-party strong{font-size:13px}.invoice-print-document .billing-bank-box dd,.invoice-print-document .billing-party p,.invoice-print-document .print-notes p{font-size:10.5px;line-height:1.2}.invoice-print-document .billing-bank-box div{grid-template-columns:132px minmax(0,1fr);column-gap:9px}.invoice-print-document .billing-facts strong,.invoice-print-document .billing-shipment-grid strong{font-size:10.5px;line-height:1.2}.invoice-print-document .billing-shipment-grid>div{grid-template-columns:minmax(92px,38%) minmax(0,1fr);min-height:18px;padding-top:2px;padding-bottom:2px}.invoice-print-document .billing-shipment-grid{grid-template-columns:minmax(0,1.22fr) minmax(0,1fr)}.invoice-print-document .selling-invoice-print-table td,.invoice-print-document .selling-invoice-print-table th{padding-top:3px;padding-bottom:3px;font-size:11.5px;line-height:1.1}.invoice-print-document .selling-invoice-print-table th{font-size:10px}.invoice-print-document .selling-invoice-print-table.domestic-selling-invoice-print-table:not(.dual-currency) td:nth-child(n+4){font-size:10.5px}.invoice-print-document .selling-invoice-print-table.domestic-selling-invoice-print-table.dual-currency td:nth-child(n+4),.invoice-print-document .selling-invoice-print-table.domestic-selling-invoice-print-table.dual-currency th:nth-child(n+4){font-size:9px}.invoice-print-document .print-total-box span{font-size:10px}.invoice-print-document .print-total-box strong{font-size:11.5px}.invoice-print-document .print-total-box .grand-total span,.invoice-print-document .print-total-box .grand-total strong{font-size:14px}.invoice-print-document .billing-bank-box>strong,.invoice-print-document .customer-invoice-signature-row .invoice-signature-greeting,.invoice-print-document .customer-invoice-signature-row .invoice-signature-title,.invoice-print-document .invoice-print-page-number{font-size:9.5px}.invoice-print-document .customer-invoice-signature-row .invoice-signature-name{font-size:11px}.print-signature-row>div{min-height:34px;padding-top:4px}.shipping-instruction-print-document{gap:5px;color:#111111;font-size:8px}.shipping-instruction-print-document .print-header{border-bottom-color:#008c45;padding-bottom:6px}.shipping-instruction-print-document .print-company img{width:190px;height:62px}.shipping-instruction-print-document .print-company{grid-template-columns:190px minmax(0,1fr);gap:8px}.si-print-status{min-height:18px;padding:2px 6px;font-size:7px}.si-print-facts-grid>div,.si-print-instruction-grid>div,.si-print-party-grid>div,.si-print-reference>div{padding:4px 5px}.si-print-facts-grid span,.si-print-instruction-grid span,.si-print-party-grid span,.si-print-reference span{font-size:6.5px}.si-print-facts-grid strong,.si-print-instruction-grid p,.si-print-party-grid p,.si-print-party-grid strong,.si-print-reference strong{font-size:8px;line-height:1.15}.si-print-party-grid>div{min-height:46px}.si-print-section h3{padding:3px 5px;font-size:7px}.si-print-facts-grid>div{min-height:31px}.si-print-cargo-table td,.si-print-cargo-table th,.si-print-container-table td,.si-print-container-table th{padding:3px 4px;font-size:7.5px;line-height:1.12}.si-print-cargo-table th,.si-print-container-table th{font-size:6.5px}.si-print-cargo-table td:first-child,.si-print-cargo-table th:first-child,.si-print-container-table td:first-child,.si-print-container-table th:first-child{width:25px}.si-print-cargo-table td:nth-child(3),.si-print-cargo-table th:nth-child(3){width:72px}.si-print-cargo-table td:nth-child(n+4),.si-print-cargo-table th:nth-child(n+4){width:76px}.si-print-instruction-grid>div{min-height:42px}.si-print-instruction-grid>div:last-child{min-height:30px}.si-print-declaration{padding:4px 5px;font-size:7px;line-height:1.2}.si-print-signature-row{grid-template-columns:repeat(3,minmax(0,1fr))}.no-print{display:none!important}.main{padding:0}.print-meta-grid>div,.print-notes{background:#ffffff}.print-line-table th{background:#eeeeee!important;print-color-adjust:exact}.print-total-box .grand-total{background:#101820!important;color:#ffffff!important;print-color-adjust:exact}.job-charge-selling-summary,.job-charge-selling-total dl,.job-charge-selling-total dl>div:last-child,.job-charge-statement-footer,.job-charge-statement-header,.job-charge-statement-table tbody tr:nth-child(2n) td,.job-charge-statement-table th,.job-charge-statement-title,.job-charge-statement-topline,.profit-print-summary>div,.profit-print-table tbody tr:nth-child(2n) td,.profit-print-table tfoot td,.profit-print-table th{print-color-adjust:exact}.si-print-cargo-table th,.si-print-container-table th,.si-print-section h3{background:#ffffff!important;color:#008c45!important;border-color:#008c45!important;print-color-adjust:exact}.shipping-instruction-print-document .si-print-cargo-table,.shipping-instruction-print-document .si-print-cargo-table td,.shipping-instruction-print-document .si-print-cargo-table th,.shipping-instruction-print-document .si-print-container-table,.shipping-instruction-print-document .si-print-container-table td,.shipping-instruction-print-document .si-print-container-table th,.shipping-instruction-print-document .si-print-facts-grid>div,.shipping-instruction-print-document .si-print-instruction-grid,.shipping-instruction-print-document .si-print-instruction-grid>div,.shipping-instruction-print-document .si-print-party-grid>div,.shipping-instruction-print-document .si-print-reference,.shipping-instruction-print-document .si-print-reference>div,.shipping-instruction-print-document .si-print-section{border-color:#008c45}.si-print-cargo-table,.si-print-cargo-table tr,.si-print-container-table,.si-print-container-table tr,.si-print-declaration,.si-print-instruction-grid,.si-print-reference,.si-print-section,.si-print-signature-row{page-break-inside:avoid;break-inside:avoid}.si-reference-document{width:100%;min-width:0;max-width:none;margin:0;gap:0;padding:0;color:#111111;font-size:8.5px;line-height:1.2}.si-reference-heading{padding:3px 0 5px}.si-reference-heading h2{font-size:18px}.si-reference-heading>strong,.si-reference-highlight,.si-reference-status{font-size:12px}.si-reference-highlight,.si-reference-remarks strong{background:#fff500!important;print-color-adjust:exact}.si-reference-party-company-grid{min-height:270px}.si-reference-party{padding:2px 3px}.si-reference-party p,.si-reference-party strong,.si-reference-route-grid strong,.si-reference-transport-grid strong{font-size:8.5px;line-height:1.2}.si-reference-company{padding:5px 15px}.si-reference-company img{width:210px;height:55px}.si-reference-company strong{font-size:9.5px}.si-reference-company p,.si-reference-company small{font-size:7.5px;line-height:1.25}.si-reference-memo{grid-template-columns:68px minmax(0,1fr);padding:5px 16px}.si-reference-arrow{font-size:44px}.si-reference-memo dl>div{grid-template-columns:30px 8px minmax(0,1fr);font-size:10.5px}.si-reference-transport-grid>div{min-height:40px}.si-reference-route-grid>div{min-height:36px}.si-reference-route-grid>div,.si-reference-transport-grid>div{padding:2px 3px}.si-reference-transport-grid small{font-size:7.5px}.si-reference-instruction-table th{padding:2px 3px;font-size:8px}.si-reference-instruction-table td{padding:3px 4px}.si-reference-goods-row>td{height:205px;font-size:8.5px;line-height:1.25}.si-reference-goods-row td>p{margin:6px 0 14px}.si-reference-goods-row td>span{font-size:7.5px}.si-reference-freight-row td{height:24px;font-size:8px}.si-reference-remarks{min-height:52px;padding-top:10px}.si-reference-remarks p,.si-reference-remarks strong{font-size:8px}.si-reference-signature{min-height:128px;padding-top:6px}.si-reference-signature>div{min-width:205px}.si-reference-signature p,.si-reference-signature span,.si-reference-signature strong{font-size:8px}.si-reference-signature img{width:185px;height:55px}.si-reference-instruction-table,.si-reference-party-company-grid,.si-reference-remarks,.si-reference-route-grid,.si-reference-signature,.si-reference-transport-grid{page-break-inside:avoid;break-inside:avoid}}.si-exact-print-set{display:grid;min-width:200mm;margin:0 auto;padding:0;grid-gap:16px;gap:16px;border:0;border-radius:0;background:transparent}.si-exact-page,.si-exact-print-set{width:200mm;color:#080808;font-family:Arial,Helvetica,sans-serif}.si-exact-page{--si-exact-green:#008c31;position:relative;height:272.8mm;overflow:hidden;background:#ffffff;box-shadow:0 0 0 1px #d9e1dc;font-size:7pt;line-height:1.05}.si-exact-page,.si-exact-page *,.si-exact-page :after,.si-exact-page :before{box-sizing:border-box}.si-exact-header{display:grid;grid-template-columns:56% 44%;height:17.6mm;border-bottom:.32mm solid var(--si-exact-green)}.si-exact-brand{display:flex;align-items:center;min-width:0;padding:.8mm 2.4mm .6mm 2.8mm}.si-exact-brand img{width:103mm;height:15.6mm;object-fit:contain;object-position:left center}.si-exact-title{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;padding:0 2mm .4mm;text-align:center}.si-exact-title span,.si-exact-title strong{display:block;margin:0;color:#050505;font-family:Courier New,Courier,monospace;font-weight:900;line-height:.94;text-transform:uppercase}.si-exact-title strong{font-size:15.5pt;letter-spacing:-.5pt;white-space:nowrap}.si-exact-title span{font-size:13.8pt}.si-exact-upper-grid{display:grid;grid-template-columns:56% 44%;height:101.6mm}.si-exact-issuance-left,.si-exact-issuance-middle,.si-exact-issuance-right,.si-exact-upper-left,.si-exact-upper-right{display:grid;min-width:0;min-height:0}.si-exact-upper-left{grid-template-rows:24.5mm 22.6mm 29.6mm 24.9mm;border-right:.2mm solid var(--si-exact-green)}.si-exact-upper-right{grid-template-rows:7.8mm 16.7mm 22.6mm 7.8mm 30.1mm 16.6mm}.si-exact-field{min-width:0;min-height:0;overflow:hidden;padding:.35mm 1.6mm .25mm;border-bottom:.2mm solid var(--si-exact-green)}.si-exact-attachment-head small,.si-exact-attachment-head span,.si-exact-freight-grid span,.si-exact-label,.si-exact-particular-head small,.si-exact-particular-head span,.si-exact-total-label span{display:block;color:var(--si-exact-green);font-family:Arial,Helvetica,sans-serif;font-size:5.25pt;font-style:normal;font-weight:900;line-height:1.03}.si-exact-value{display:block;margin:.35mm 0 0;overflow-wrap:anywhere;color:#080808;font-family:Courier New,Courier,monospace;font-size:8.5pt;font-weight:900;line-height:1.03;text-transform:uppercase;white-space:pre-line}.si-exact-field p.si-exact-value{margin-top:.2mm}.si-exact-document-no .si-exact-value{font-size:9pt;letter-spacing:.25pt}.si-exact-onward-routing .si-exact-value,.si-exact-origin-reference .si-exact-value{font-size:7.2pt}.si-exact-routing-left{display:grid;grid-template-columns:54% 46%;grid-template-rows:8.25mm 8.45mm 8.2mm;min-width:0;min-height:0}.si-exact-routing-left .si-exact-field:nth-child(odd){border-right:.2mm solid var(--si-exact-green)}.si-exact-routing-left .si-exact-field{padding-top:.3mm}.si-exact-routing-left .si-exact-value{margin-top:.15mm;font-size:8pt;line-height:.98}.si-exact-onward-routing,.si-exact-routing-last{border-bottom:0}.si-exact-particulars{height:84.2mm}.si-exact-particulars h3{height:3.1mm;margin:0;border-top:.5mm solid var(--si-exact-green);border-bottom:.2mm solid var(--si-exact-green);color:var(--si-exact-green);font-family:Arial,Helvetica,sans-serif;font-size:5.8pt;font-weight:900;line-height:2.4mm;text-align:center}.si-exact-particular-body,.si-exact-particular-head{display:grid;grid-template-columns:22.1% 11.5% 45.4% 21%;min-width:0}.si-exact-particular-head{height:5mm;border-bottom:.2mm solid var(--si-exact-green)}.si-exact-particular-head>div{min-width:0;padding:.45mm .6mm .2mm;border-right:.2mm solid var(--si-exact-green);text-align:center}.si-exact-particular-body>div:last-child,.si-exact-particular-head>div:last-child{border-right:0}.si-exact-particular-head small{margin-top:.2mm;font-size:4.9pt}.si-exact-particular-body{height:76.1mm;border-bottom:.7mm solid var(--si-exact-green)}.si-exact-particular-body>div{position:relative;min-width:0;min-height:0;overflow:hidden;padding:1mm 1.6mm;border-right:.2mm solid var(--si-exact-green);font-family:Courier New,Courier,monospace;font-size:8.8pt;font-weight:900;line-height:1.02;text-transform:uppercase;white-space:pre-wrap}.si-exact-container-heading{display:block;color:var(--si-exact-green);font-family:Arial,Helvetica,sans-serif;font-size:5.1pt;font-weight:900;text-align:center}.si-exact-marks-cell>strong{display:block;margin-top:7.4mm}.si-exact-total-label{position:absolute;right:1mm;bottom:1mm;left:0;text-align:center}.si-exact-total-label span{font-size:5.1pt;line-height:1.08}.si-exact-total-value{position:absolute;right:.8mm;bottom:1.4mm;left:.8mm;font-size:8.8pt;text-align:center;white-space:pre-line}.si-exact-goods-cell{padding-top:9.7mm!important}.si-exact-goods-cell p{margin:0;white-space:pre-wrap}.si-exact-container-summary,.si-exact-freight-description{display:block;margin-top:2.2mm;text-align:center;white-space:pre-line}.si-exact-container-summary{margin-top:.25mm}.si-exact-weight-cell{padding-top:.6mm!important;font-size:9pt!important;text-align:center}.si-exact-freight-grid{display:grid;grid-template-columns:22.1% 19.4% 17.6% 19.9% 21%;height:40mm;border-bottom:.2mm solid var(--si-exact-green)}.si-exact-freight-grid>div{min-width:0;padding:.55mm .7mm;border-right:.2mm solid var(--si-exact-green)}.si-exact-freight-grid>div:last-child{border-right:0}.si-exact-rate-cell>span{display:flex;justify-content:space-between}.si-exact-rate-cell i{color:var(--si-exact-green);font-style:normal}.si-exact-rate-cell strong{display:block;margin-top:1.2mm;font-family:Courier New,Courier,monospace;font-size:8.7pt;text-align:center}.si-exact-issuance-grid{display:grid;grid-template-columns:22.1% 37% 40.9%;height:29.4mm}.si-exact-issuance-left{grid-template-rows:14.1mm 15.3mm;border-right:.2mm solid var(--si-exact-green)}.si-exact-issuance-middle{grid-template-rows:7.3mm 6.8mm 15.3mm;border-right:.2mm solid var(--si-exact-green)}.si-exact-issuance-right{grid-template-rows:14.1mm 15.3mm}.si-exact-footer-last{border-bottom:0}.si-exact-place-grid{display:grid;grid-template-columns:48.7% 51.3%;grid-template-rows:7.3mm 6.8mm}.si-exact-place-grid .si-exact-field:nth-child(odd){border-right:.2mm solid var(--si-exact-green)}.si-exact-agent{overflow:hidden;padding:.65mm 1.4mm 0;font-family:Courier New,Courier,monospace;font-size:6.6pt;font-weight:700;line-height:1.08;text-transform:uppercase}.si-exact-agent p,.si-exact-agent strong{display:block;margin:0 0 .3mm;white-space:pre-line}.si-exact-agent .print-company-address{justify-items:start;margin-bottom:.3mm;text-align:left}.si-exact-agent .print-company-address span,.si-exact-agent .print-company-address strong{display:block;margin:0 0 .3mm;color:inherit;font:inherit;line-height:inherit;white-space:pre-line}.si-exact-watermarks{position:absolute;inset:0;z-index:4;overflow:hidden;pointer-events:none}.si-exact-watermarks span{position:absolute;display:block;width:84mm;color:transparent;font-family:Arial,Helvetica,sans-serif;font-size:15mm;font-weight:400;letter-spacing:.4mm;line-height:1;opacity:.5;transform:rotate(-45deg);-webkit-text-stroke:.16mm #36aa51;text-align:center}.si-exact-watermarks span:first-child{top:82mm;left:31mm}.si-exact-watermarks span:nth-child(2){top:137mm;left:75mm}.si-exact-watermarks span:nth-child(3){top:207mm;left:120mm}.si-exact-attachment-page{padding-top:10mm;color:#080808}.si-exact-attachment-page h2{margin:0 0 8mm;font-family:Courier New,Courier,monospace;font-size:12pt;text-align:center}.si-exact-attachment-meta{display:grid;grid-template-columns:68% 32%;min-height:8mm;padding:0 1.8mm .8mm;border-bottom:.35mm solid var(--si-exact-green);font-family:Courier New,Courier,monospace;font-size:7.5pt}.si-exact-attachment-meta span{text-align:right}.si-exact-attachment-table{height:218mm}.si-exact-attachment-head,.si-exact-attachment-row{display:grid;grid-template-columns:34% 20% 46%}.si-exact-attachment-head{height:9mm;border-bottom:.2mm solid var(--si-exact-green)}.si-exact-attachment-head>div{padding:.7mm 1mm;border-right:.2mm solid var(--si-exact-green);text-align:center}.si-exact-attachment-head>div:last-child{border-right:0}.si-exact-attachment-head small{margin-top:.4mm}.si-exact-attachment-body{position:relative;height:209mm;padding-top:1.5mm}.si-exact-attachment-row{min-height:3.25mm;padding:0 1.8mm;font-family:Courier New,Courier,monospace;font-size:7.2pt;font-weight:700;line-height:1.12;text-transform:uppercase}.si-exact-attachment-row>*{min-width:0;overflow-wrap:anywhere;white-space:pre-wrap;word-break:break-word}.si-exact-attachment-freight{margin:6mm 0 0 54%;font-size:8pt;font-weight:900}.si-exact-attachment-freight,.si-exact-attachment-terms{font-family:Courier New,Courier,monospace;text-transform:uppercase}.si-exact-attachment-terms{position:absolute;right:0;bottom:2mm;left:0;margin:0;font-size:6.8pt;text-align:center}@media print{@page shipping-instruction-reference{size:A4 portrait;margin:6mm 5mm 18.2mm}.si-exact-print-set{page:shipping-instruction-reference;display:block;width:200mm;min-width:200mm;margin:0;padding:0;gap:0;background:transparent}.si-exact-page{width:200mm;height:272.8mm;margin:0;box-shadow:none;break-inside:avoid-page;page-break-inside:avoid;print-color-adjust:exact}.si-exact-attachment-page{break-before:page;page-break-before:always}}.si-bol-document{--si-bol-green:#008c3a;display:grid;width:min(100%,794px);min-width:760px;margin:0 auto;padding:0;grid-gap:0;gap:0;background:#ffffff;color:#080808;font-family:Arial,Helvetica,sans-serif;font-size:9.5px;line-height:1.16}.si-bol-document,.si-bol-document *,.si-bol-document :after,.si-bol-document :before{box-sizing:border-box}.si-bol-header{display:grid;grid-template-columns:minmax(0,56%) minmax(0,44%);min-height:82px;border-bottom:1.5px solid var(--si-bol-green)}.si-bol-brand{display:grid;grid-template-columns:205px minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;min-width:0;padding:6px 8px 5px 5px}.si-bol-brand img{width:205px;height:64px;object-fit:contain;object-position:left center}.si-bol-brand div{display:grid;align-content:center;min-width:0}.si-bol-brand strong{color:var(--si-bol-green);font-size:12px;text-transform:uppercase}.si-bol-brand small,.si-bol-brand span{margin-top:2px;overflow-wrap:anywhere;font-size:7px;line-height:1.2;white-space:pre-line}.si-bol-title{display:grid;align-content:center;justify-items:center;padding:4px 8px;text-align:center}.si-bol-title h2,.si-bol-title span,.si-bol-title strong{margin:0;color:#050505;font-family:Courier New,monospace;font-weight:900;line-height:1}.si-bol-title h2{font-size:22px}.si-bol-title strong{margin-top:3px;color:var(--si-bol-green);font-size:13px}.si-bol-title span{margin-top:2px;font-size:15px}.si-bol-party-reference-grid{display:grid;grid-template-columns:minmax(0,56%) minmax(0,44%);height:300px;border-left:1px solid var(--si-bol-green)}.si-bol-issuance-column,.si-bol-party-stack,.si-bol-reference-stack{display:grid;min-width:0}.si-bol-party-stack{grid-template-rows:102px 112px 86px}.si-bol-reference-stack{grid-template-rows:42px 55px 70px 48px 85px}.si-bol-box{min-width:0;border-right:1px solid var(--si-bol-green);border-bottom:1px solid var(--si-bol-green);padding:3px 5px;overflow:hidden}.si-bol-freight-grid span,.si-bol-label,.si-bol-package-total-row span{display:block;color:var(--si-bol-green);font-family:Arial,Helvetica,sans-serif;font-size:8px;font-weight:900;line-height:1.1}.si-bol-box>p,.si-bol-box>small,.si-bol-box>strong{display:block;margin:2px 0 0;overflow-wrap:anywhere;font-family:Courier New,monospace;font-size:10px;font-weight:700;line-height:1.16;text-transform:uppercase;white-space:pre-line}.si-bol-box>small{font-size:8px;font-weight:400}.si-bol-routing-grid{display:grid;grid-template-columns:minmax(0,28%) minmax(0,28%) minmax(0,44%);grid-template-rows:repeat(3,44px);border-left:1px solid var(--si-bol-green)}.si-bol-onward-routing{grid-column:3;grid-row:1/span 3}.si-bol-onward-routing>p{font-size:8.5px;line-height:1.25}.si-bol-particulars-table{width:100%;border-collapse:collapse;table-layout:fixed}.si-bol-particulars-table caption{height:18px;border-right:1px solid var(--si-bol-green);border-bottom:1px solid var(--si-bol-green);border-left:1px solid var(--si-bol-green);color:var(--si-bol-green);font-size:9px;font-weight:900;line-height:18px;text-align:center}.si-bol-marks-column{width:22%}.si-bol-quantity-column{width:12%}.si-bol-goods-column{width:48%}.si-bol-weight-column{width:18%}.si-bol-particulars-table td,.si-bol-particulars-table th{border:1px solid var(--si-bol-green);padding:3px 5px;overflow-wrap:anywhere;vertical-align:top}.si-bol-particulars-table th{height:34px;color:var(--si-bol-green);font-size:8px;line-height:1.1;text-align:center}.si-bol-particulars-table th small{display:block;font-size:7px}.si-bol-goods-row>td{height:260px;font-family:Courier New,monospace;font-size:10px;font-weight:700;line-height:1.2;text-transform:uppercase;white-space:pre-wrap}.si-bol-goods-row>td:nth-child(2),.si-bol-goods-row>td:nth-child(4){text-align:center}.si-bol-goods-row p{margin:7px 0 0;white-space:pre-wrap}.si-bol-goods-row td>span,.si-bol-goods-row td>strong{display:block}.si-bol-goods-row td:nth-child(3)>strong{margin-top:12px;text-align:center}.si-bol-goods-row td:nth-child(4)>span{margin-top:5px;font-size:8px}.si-bol-container-heading{margin-top:14px;color:var(--si-bol-green);font-family:Arial,Helvetica,sans-serif;font-size:8px;font-weight:900;text-align:center}.si-bol-package-total-row td{height:40px;vertical-align:middle}.si-bol-package-total-row td:first-child{display:table-cell}.si-bol-package-total-row strong{display:block;margin-top:3px;font-family:Courier New,monospace;font-size:10px;text-align:right;text-transform:uppercase}.si-bol-package-total-row td:last-child{font-family:Courier New,monospace;font-size:10px;font-weight:700;text-align:center}.si-bol-freight-grid{display:grid;grid-template-columns:22% 18% 18% 12% 15% 15%;height:86px;border-left:1px solid var(--si-bol-green)}.si-bol-freight-grid>div{min-width:0;border-right:1px solid var(--si-bol-green);border-bottom:1px solid var(--si-bol-green);padding:3px 4px;overflow:hidden}.si-bol-freight-grid strong{display:block;margin-top:6px;overflow-wrap:anywhere;font-family:Courier New,monospace;font-size:9px;line-height:1.15;text-align:center;text-transform:uppercase}.si-bol-issuance-grid{display:grid;grid-template-columns:minmax(0,22%) minmax(0,36%) minmax(0,42%);min-height:180px;border-left:1px solid var(--si-bol-green)}.si-bol-issuance-column:first-child{grid-template-rows:58% 42%}.si-bol-issuance-column:nth-child(2){grid-template-rows:30% 35% 35%}.si-bol-agent-column{grid-template-rows:52px minmax(0,1fr);border-right:1px solid var(--si-bol-green);border-bottom:1px solid var(--si-bol-green)}.si-bol-agent-place-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid var(--si-bol-green)}.si-bol-agent-place-grid>div{min-width:0;padding:3px 4px}.si-bol-agent-place-grid>div:first-child{border-right:1px solid var(--si-bol-green)}.si-bol-agent-place-grid strong{display:block;margin-top:4px;overflow-wrap:anywhere;font-family:Courier New,monospace;font-size:9px;text-transform:uppercase}.si-bol-agent-signature{display:grid;align-content:center;padding:6px 10px}.si-bol-agent-signature strong{font-size:10px;text-transform:uppercase}.si-bol-agent-signature p,.si-bol-agent-signature small,.si-bol-agent-signature span{margin:2px 0 0;overflow-wrap:anywhere;font-family:Courier New,monospace;font-size:8px;line-height:1.2;white-space:pre-line}@media print{.si-bol-document{width:100%;min-width:0;max-width:none;margin:0;padding:0;gap:0;color:#080808;font-size:7.5px;line-height:1.1}.si-bol-header{min-height:66px}.si-bol-brand{grid-template-columns:165px minmax(0,1fr);padding:3px 5px}.si-bol-brand img{width:165px;height:50px}.si-bol-brand strong{font-size:9px}.si-bol-brand small,.si-bol-brand span{font-size:5.8px}.si-bol-title h2{font-size:17px}.si-bol-title strong{font-size:10px}.si-bol-title span{font-size:12px}.si-bol-party-reference-grid{height:252px}.si-bol-party-stack{grid-template-rows:86px 94px 72px}.si-bol-reference-stack{grid-template-rows:36px 46px 59px 40px 71px}.si-bol-freight-grid span,.si-bol-label,.si-bol-package-total-row span{font-size:6.5px}.si-bol-box{padding:2px 3px}.si-bol-box>p,.si-bol-box>strong{font-size:8px}.si-bol-box>small,.si-bol-onward-routing>p{font-size:6.5px}.si-bol-routing-grid{grid-template-rows:repeat(3,36px)}.si-bol-particulars-table caption{height:15px;font-size:7px;line-height:15px}.si-bol-particulars-table th{height:28px;padding:2px 3px;font-size:6.5px}.si-bol-particulars-table th small{font-size:5.8px}.si-bol-goods-row>td{height:210px;padding:3px;font-size:8px}.si-bol-container-heading,.si-bol-goods-row td:nth-child(4)>span{font-size:6.5px}.si-bol-package-total-row td{height:32px}.si-bol-package-total-row strong,.si-bol-package-total-row td:last-child{font-size:8px}.si-bol-freight-grid{height:68px}.si-bol-freight-grid strong{font-size:7px}.si-bol-issuance-grid{min-height:142px}.si-bol-agent-column{grid-template-rows:42px minmax(0,1fr)}.si-bol-agent-place-grid strong,.si-bol-agent-signature strong{font-size:7.5px}.si-bol-agent-signature p,.si-bol-agent-signature small,.si-bol-agent-signature span{font-size:6.2px}.si-bol-freight-grid,.si-bol-header,.si-bol-issuance-grid,.si-bol-particulars-table,.si-bol-party-reference-grid,.si-bol-routing-grid{page-break-inside:avoid;break-inside:avoid}.si-bol-document,.si-bol-document *{print-color-adjust:exact}}.si-reference-print-set{display:grid;grid-gap:16px;gap:16px;overflow:visible;background:transparent}.si-reference-document,.si-reference-print-set{width:198mm;min-width:198mm;margin:0 auto;padding:0;border:0;border-radius:0}.si-reference-document{position:relative;align-content:start;height:285mm;gap:0;overflow:hidden;background:#ffffff;color:#101010;font-family:Arial,Helvetica,sans-serif;font-size:8pt;line-height:1.2}.si-reference-attachment-document,.si-reference-document{box-shadow:0 0 0 1px #d9e1dc}.si-reference-document,.si-reference-document *,.si-reference-document :after,.si-reference-document :before{box-sizing:border-box}.si-reference-heading{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:28mm;min-width:0;overflow:hidden;padding:9.1mm 0 0;text-align:center}.si-reference-heading h2{height:4.7mm;margin:0;border-bottom:.28mm solid #101010;font-size:15.3pt;line-height:4.4mm}.si-reference-heading>strong{height:3.7mm;max-width:100%;margin:.45mm 0 0;line-height:3.4mm}.si-reference-heading>strong,.si-reference-highlight{overflow:hidden;overflow-wrap:anywhere;font-size:11.2pt;white-space:normal;word-break:break-word}.si-reference-highlight{display:flex;align-items:center;justify-content:center;gap:5mm;width:100%;height:4.7mm;margin:.5mm 0 0;background:#fff200;color:#f21a00;font-weight:900;line-height:1.05;padding:.25mm 1mm}.si-reference-status{height:3.5mm;margin:.2mm 0 0;color:#0017c4;font-size:11.2pt;font-weight:900;line-height:3.5mm}.si-reference-party-company-grid{display:grid;grid-template-columns:41.6% 58.4%;width:100%;height:82.3mm;min-height:82.3mm;border-top:.2mm solid #202020;border-left:.2mm solid #202020}.si-reference-party-column{grid-template-rows:repeat(3,1fr)}.si-reference-party{padding:.45mm .6mm;border-right:.2mm solid #202020;border-bottom:.2mm solid #202020}.si-reference-party>span,.si-reference-route-grid span,.si-reference-transport-grid span{color:#0017c4;font-size:8.4pt;font-weight:900;line-height:1.04}.si-reference-party p,.si-reference-party strong{min-width:0;max-width:100%;margin:.35mm 0 0;overflow-wrap:anywhere;font-size:8pt;font-weight:500;line-height:1.32;white-space:pre-wrap;word-break:break-word}.si-reference-party p:where(:not(:first-child)){margin-top:.1mm}.si-reference-company-column{grid-template-rows:57.4% 42.6%;border-right:.2mm solid #202020;border-bottom:.2mm solid #202020}.si-reference-company{min-width:0;overflow:hidden;padding:3.2mm 4mm 1mm}.si-reference-company img{width:58mm;max-width:none;height:14mm}.si-reference-company strong{margin-top:.7mm;font-size:9pt;line-height:1.05}.si-reference-company p,.si-reference-company small{margin:.35mm 0 0;font-size:7.1pt;line-height:1.38}.si-reference-company .print-company-address{gap:0}.si-reference-company .print-company-address span{margin:.35mm 0 0;color:inherit;font-size:7.1pt;line-height:1.38}.si-reference-memo{grid-template-columns:19mm minmax(0,1fr);min-width:0;overflow:hidden;padding:2mm 4.5mm}.si-reference-arrow{position:relative;display:block;align-self:start;width:14mm;height:4.5mm;margin-top:-.4mm;border:.2mm solid #335b83;border-radius:.35mm;background:linear-gradient(180deg,#8fc3ed,#2575b9 42%,#175d9f);box-shadow:.45mm .45mm .45mm rgb(0 0 0/30%);color:transparent;font-size:0}.si-reference-arrow:after{position:absolute;top:50%;right:-4.8mm;width:0;height:0;border-top:3.6mm solid transparent;border-bottom:3.6mm solid transparent;border-left:5.2mm solid #246eae;content:"";filter:drop-shadow(.35mm .35mm .25mm rgb(0 0 0/25%));transform:translateY(-50%)}.si-reference-memo dl{gap:0}.si-reference-memo dl>div{grid-template-columns:11mm 3mm minmax(0,1fr);align-items:start;min-width:0;font-size:10.1pt;line-height:1.08}.si-reference-memo dd{min-width:0;max-width:100%;overflow-wrap:anywhere;white-space:normal;word-break:break-word}.si-reference-memo dt{position:relative}.si-reference-memo dt:after{position:absolute;left:11.1mm;margin:0}.si-reference-transport-grid{grid-template-columns:41.6% 58.4%;height:11.75mm;border-left:.2mm solid #202020}.si-reference-route-grid{grid-template-columns:repeat(4,minmax(0,1fr));height:11.75mm;border-left:.2mm solid #202020}.si-reference-route-grid>div,.si-reference-transport-grid>div{min-height:0;min-width:0;overflow:hidden;padding:.45mm .6mm;border-right:.2mm solid #202020;border-bottom:.2mm solid #202020}.si-reference-route-grid strong,.si-reference-transport-grid strong{min-width:0;max-width:100%;margin-top:.4mm;overflow-wrap:anywhere;font-size:8pt;line-height:1.05;white-space:normal;word-break:break-word}.si-reference-route-grid strong{overflow-wrap:anywhere;white-space:normal;word-break:break-word}.si-reference-transport-grid small{margin-top:.25mm;font-size:7.5pt;line-height:1}.si-reference-transport-dates{display:flex;align-items:center;gap:3mm;min-width:0;margin-top:.25mm}.si-reference-transport-dates small{margin-top:0;white-space:nowrap}.si-reference-instruction-table{width:100%;height:70.4mm;border-collapse:collapse;table-layout:fixed}.si-reference-instruction-table .marks-column{width:20.8%}.si-reference-instruction-table .package-column{width:9.4%}.si-reference-instruction-table .goods-column{width:40.6%}.si-reference-instruction-table .weight-column{width:17.2%}.si-reference-instruction-table .measurement-column{width:12%}.si-reference-instruction-table td,.si-reference-instruction-table th{border:.2mm solid #202020;min-width:0;max-width:100%;overflow:hidden;overflow-wrap:anywhere;word-break:break-word}.si-reference-instruction-table th{height:7.6mm;padding:.55mm .7mm;border-bottom:.7mm double #202020;color:#0017c4;font-size:8.1pt;line-height:1.08}.si-reference-instruction-table td{padding:.9mm 1.4mm}.si-reference-goods-row{height:55mm}.si-reference-goods-row>td{height:55mm;font-size:8pt;line-height:1.27;white-space:pre-wrap}.si-reference-goods-row>td:nth-child(3),.si-reference-goods-row>td:nth-child(4),.si-reference-goods-row>td:nth-child(5){padding-top:4.2mm}.si-reference-goods-row>td:nth-child(3){white-space:pre-wrap}.si-reference-goods-row td>p{margin:3.7mm 0 5.2mm}.si-reference-goods-row td>strong{color:#0017c4;font-size:8.2pt}.si-reference-goods-row td>span{margin-top:1mm;color:#ef0000;font-size:7.6pt;line-height:1.1}.si-reference-freight-row{height:7.8mm}.si-reference-freight-row td{height:7.8mm;padding:.7mm 1mm;overflow:hidden;overflow-wrap:anywhere;color:#0017c4;font-size:8.1pt;line-height:1.05;white-space:normal;word-break:break-word}.si-reference-freight-row small{display:block;margin-top:.65mm;color:#0017c4;font-size:7.8pt;font-weight:900;line-height:1}.si-reference-remarks{height:23mm;min-height:23mm;min-width:0;overflow:hidden;padding:4.2mm .2mm 0;gap:1.5mm}.si-reference-remarks strong{background:#fff200;color:#0017c4;font-size:8pt;line-height:1.05}.si-reference-remarks p{min-width:0;max-width:100%;overflow-wrap:anywhere;font-size:8pt;line-height:1.2;white-space:pre-wrap;word-break:break-word}.si-reference-signature{height:35.4mm;min-height:35.4mm;min-width:0;overflow:hidden;padding:.8mm 11% 0 0}.si-reference-signature>div{width:26%;min-width:0}.si-reference-signature p{margin:0 0 1mm;font-size:7.7pt;line-height:1.05}.si-reference-signature>div>strong{margin-top:15.5mm}.si-reference-signature span,.si-reference-signature strong{max-width:100%;overflow-wrap:anywhere;font-size:7.7pt;line-height:1.18;white-space:normal;word-break:break-word}.si-reference-attachment-document{position:relative;width:198mm;min-width:198mm;height:285mm;margin:0 auto;overflow:hidden;background:#ffffff;color:#101010;font-family:Arial,Helvetica,sans-serif;font-size:8pt;line-height:1.2}.si-reference-attachment-document,.si-reference-attachment-document *,.si-reference-attachment-document :after,.si-reference-attachment-document :before{box-sizing:border-box}.si-reference-attachment-heading{display:grid;grid-template-columns:46% 54%;align-items:center;height:27mm;overflow:hidden;padding:3.5mm 5mm 2.5mm;border-bottom:.7mm solid #0017c4}.si-reference-attachment-heading img{width:58mm;height:14mm;object-fit:contain;object-position:left center}.si-reference-attachment-heading>div{display:grid;min-width:0;max-width:100%;justify-items:end;text-align:right}.si-reference-attachment-heading h2{margin:0;color:#0017c4;font-size:16pt;line-height:1}.si-reference-attachment-heading h2,.si-reference-attachment-heading strong{max-width:100%;overflow-wrap:anywhere;white-space:normal;word-break:break-word}.si-reference-attachment-heading strong{margin-top:1.2mm;font-size:10pt}.si-reference-attachment-heading span{max-width:100%;margin-top:.8mm;overflow-wrap:anywhere;color:#ef1b00;font-size:9pt;font-weight:900;white-space:normal;word-break:break-word}.si-reference-attachment-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,12mm);height:24mm;border-bottom:.2mm solid #202020;border-left:.2mm solid #202020}.si-reference-attachment-meta>div{min-width:0;padding:1mm 1.5mm;overflow:hidden;border-right:.2mm solid #202020;border-bottom:.2mm solid #202020}.si-reference-attachment-meta span{display:block;color:#0017c4;font-size:7.5pt;font-weight:900}.si-reference-attachment-meta strong{display:block;max-width:100%;margin-top:.8mm;overflow-wrap:anywhere;font-size:8pt;line-height:1.1;text-transform:uppercase;white-space:normal;word-break:break-word}.si-reference-container-detail-table{width:100%;border-collapse:collapse;table-layout:fixed}.si-reference-container-detail-table .number-column{width:5%}.si-reference-container-detail-table .item-column{width:18%}.si-reference-container-detail-table .type-column{width:11%}.si-reference-container-detail-table .container-column{width:15%}.si-reference-container-detail-table .seal-column{width:12%}.si-reference-container-detail-table .gross-column,.si-reference-container-detail-table .nett-column{width:14%}.si-reference-container-detail-table .measurement-column{width:11%}.si-reference-container-detail-table td,.si-reference-container-detail-table th{border:.2mm solid #202020;min-width:0;max-width:100%;overflow:hidden;overflow-wrap:anywhere;white-space:normal;word-break:break-word}.si-reference-container-detail-table th{height:8mm;padding:.7mm .4mm;border-bottom:.7mm double #202020;color:#0017c4;font-size:6.5pt;font-weight:900;text-align:center;text-transform:uppercase}.si-reference-container-detail-table tbody tr{height:6.4mm}.si-reference-container-detail-table td{padding:.65mm .5mm;font-size:6.8pt;line-height:1.08;text-transform:uppercase;vertical-align:middle}.si-reference-container-detail-table td:first-child,.si-reference-container-detail-table td:nth-child(3),.si-reference-container-detail-table td:nth-child(4),.si-reference-container-detail-table td:nth-child(5),.si-reference-container-detail-table td:nth-child(6),.si-reference-container-detail-table td:nth-child(7),.si-reference-container-detail-table td:nth-child(8){text-align:center}.si-reference-container-detail-table td:nth-child(2) span,.si-reference-container-detail-table td:nth-child(2) strong{display:inline}.si-reference-container-detail-table td:nth-child(2) span{margin-left:.7mm;color:#0017c4;font-weight:900}.si-reference-page-footer{position:absolute;right:.5mm;bottom:.5mm;left:auto;display:flex;align-items:flex-end;justify-content:flex-end;height:auto;padding:0;border:0;color:#0017c4;font-size:7pt;font-weight:900}@media print{@page shipping-instruction-igl{size:A4 portrait;margin:0}.si-reference-document{page:shipping-instruction-igl;width:198mm;min-width:198mm;max-width:198mm;height:285mm;margin:6mm auto 0;padding:0;gap:0;overflow:hidden;print-color-adjust:exact}.si-reference-print-set{page:shipping-instruction-igl;display:block;width:210mm;min-width:210mm;max-width:210mm;margin:0;padding:0;gap:0;overflow:visible}.si-reference-attachment-document,.si-reference-document{box-shadow:none;break-inside:avoid-page;page-break-inside:avoid;print-color-adjust:exact}.si-reference-attachment-document{page:shipping-instruction-igl;width:198mm;min-width:198mm;max-width:198mm;height:285mm;margin:6mm auto 0;break-before:page;page-break-before:always}.si-reference-highlight,.si-reference-remarks strong{background:#fff200!important;print-color-adjust:exact}}.sidebar-nav-container{display:flex;flex-direction:column;flex:1 1;overflow:hidden;text-transform:uppercase}.dashboard-menu-link{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#475569;font-size:14px;font-weight:700;border-top:1px solid var(--border);border-bottom:1px solid var(--border);border-left:4px solid transparent}.dashboard-menu-link:hover{background:#e2e8f0}.dashboard-menu-link.active{background:#dbeafe;color:#1e40af;border-left-color:#2563eb}.nav-tree{padding:4px 0 8px}.tree-item{display:block;padding:8px 16px 8px 32px;color:var(--text);font-size:14px;border-left:3px solid transparent}.tree-item:hover{background:var(--surface-muted)}.tree-item.active{background:#eef6fc;color:var(--primary-strong);border-left-color:var(--primary);font-weight:500}.module-switcher{display:flex;flex-direction:column;flex:1 1;overflow-y:auto;border-top:1px solid var(--border);background:#f1f5f9}.module-group{display:flex;flex-direction:column}.module-btn{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;color:#475569;font-weight:600;cursor:pointer;text-align:left;border:none;border-left:4px solid transparent}.module-btn:hover{background:#e2e8f0}.module-btn.active{background:#dbeafe;color:#1e40af;border-left-color:#2563eb}.global-toolbar{display:flex;align-items:center;gap:16px;padding:8px 16px;background:linear-gradient(180deg,#f8fafc,#e2e8f0);border-bottom:1px solid var(--border);box-shadow:0 1px 2px rgba(0,0,0,.05)}.toolbar-actions{flex:1 1;justify-content:space-between}.search-bar,.toolbar-actions{display:flex;align-items:center}.search-bar{background:white;border:1px solid var(--border);border-radius:4px;padding:2px 8px}.search-bar input{border:none;outline:none;padding:4px 8px;font-size:13px;width:250px}.toolbar-buttons,.toolbar-buttons .button{display:flex;align-items:center;gap:6px}.toolbar-buttons .button{padding:4px 10px;font-size:12px;background:linear-gradient(180deg,#ffffff,#f1f5f9);border:1px solid var(--border-strong);color:#334155;border-radius:4px}.toolbar-buttons .button:hover{background:#f1f5f9}.main-content-scrollable{flex:1 1;overflow-y:auto;padding:16px;background:var(--background)}.dense-table{width:100%;border-collapse:collapse;font-size:12px;background:white}.dense-table td,.dense-table th{border:1px solid #cbd5e1;padding:4px 8px}.dense-table th{background:linear-gradient(180deg,#f8fafc,#e2e8f0);color:#334155;font-weight:600;text-align:left}.dense-table tbody tr:nth-child(2n){background-color:#f8fafc}.dense-table tbody tr:hover{background-color:#eff6ff}.si-print-facts-grid.vessel-details{grid-template-columns:repeat(4,minmax(0,1fr))}.si-print-facts-grid.vessel-details>div{border-right:1px solid #d7dde2;border-bottom:1px solid #d7dde2}.si-print-facts-grid.vessel-details>div:nth-child(-n+4){grid-column:span 2}.si-print-facts-grid.vessel-details>div:nth-child(2),.si-print-facts-grid.vessel-details>div:nth-child(4),.si-print-facts-grid.vessel-details>div:nth-child(8){border-right:0}.si-print-facts-grid.vessel-details>div:nth-last-child(-n+4){border-bottom:0}.si-print-cargo-table td,.si-print-container-table td{font-family:Courier New,monospace;font-weight:700;text-transform:uppercase}form :is(input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea):is(:required,[aria-required=true]):not(:disabled){border-color:#d92d20;background-color:#fff8f7;box-shadow:inset 3px 0 0 #d92d20}form :is(input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea):is(:required,[aria-required=true]):not(:disabled):focus{border-color:#b42318;outline:none;box-shadow:inset 3px 0 0 #b42318,0 0 0 3px rgb(217 45 32/14%)}.field:has(>.lookup-select>input:is(:required,[aria-required=true]):not(:disabled))>label,.field:has(>:is(input,select,textarea):is(:required,[aria-required=true]):not(:disabled))>label,form label:has(:is(input,select,textarea):is(:required,[aria-required=true]):not(:disabled)){color:#b42318}.field:has(>.lookup-select>input:is(:required,[aria-required=true]):not(:disabled))>label:after,.field:has(>:is(input,select,textarea):is(:required,[aria-required=true]):not(:disabled))>label:after,form label:has(:is(input,select,textarea):is(:required,[aria-required=true]):not(:disabled)):after{content:" *";color:#d92d20}