*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f5f6f8;color:#17202a;font-size:14px}a{color:inherit;text-decoration:none}.portal-page{min-height:calc(100vh - 56px);padding:clamp(44px,8vw,92px) 24px 48px;background:radial-gradient(circle at 15% 15%,rgba(37,99,235,.1),transparent 28%),radial-gradient(circle at 85% 25%,rgba(249,115,22,.1),transparent 28%),#f6f8fb}.portal-hero{max-width:760px;margin:0 auto 38px;text-align:center}.portal-eyebrow{display:inline-block;margin-bottom:14px;color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.portal-hero h1{margin:0;color:#101827;font-size:clamp(34px,5vw,54px);line-height:1.06;letter-spacing:-.035em}.portal-hero p{max-width:650px;margin:18px auto 0;color:#64748b;font-size:17px;line-height:1.6}.portal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:22px;gap:22px;width:min(900px,100%);margin:0 auto}.portal-card{position:relative;display:flex;min-height:330px;flex-direction:column;padding:30px;overflow:hidden;border:1px solid #e3e8ef;border-radius:24px;background:hsla(0,0%,100%,.92);box-shadow:0 14px 35px rgba(15,23,42,.08);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.portal-card:after{position:absolute;right:-65px;bottom:-75px;width:220px;height:220px;border-radius:999px;content:"";opacity:.08}.portal-card-blue:after{background:#2563eb}.portal-card-orange:after{background:#f97316}.portal-card:hover{transform:translateY(-6px);border-color:#cbd5e1;box-shadow:0 24px 50px rgba(15,23,42,.14)}.portal-card:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:4px}.portal-card-icon{display:grid;place-items:center;width:82px;height:82px;margin-bottom:30px;border-radius:20px}.portal-card-blue .portal-card-icon{background:#eaf1ff;color:#2563eb}.portal-card-orange .portal-card-icon{background:#fff0e5;color:#ea580c}.portal-card-icon svg{width:62px;height:62px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3.5}.portal-card-copy{display:grid;grid-gap:10px;gap:10px}.portal-card-copy strong{color:#0f172a;font-size:28px;letter-spacing:-.02em}.portal-card-copy>span{color:#64748b;font-size:15px;line-height:1.55}.portal-card-action{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:28px;font-size:14px;font-weight:800}.portal-card-action>span{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#f1f5f9;font-size:20px}.portal-orders-link{display:block;width:max-content;max-width:100%;margin:30px auto 0;color:#475569;font-weight:700;text-align:center;text-decoration:underline;text-underline-offset:4px}.order-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:22px 0 18px}.order-page-heading h1{margin:7px 0 0}.header{background:#17202a;color:#fff;padding:16px 22px;display:flex;align-items:center;gap:28px;min-height:78px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.brand{font-size:16px;font-weight:700;white-space:nowrap}.main-nav{justify-content:space-between;flex:1 1}.main-nav,.nav-center,.nav-left,.nav-right{display:flex;align-items:center;gap:20px}.nav-center{position:absolute;left:50%;transform:translateX(-50%)}.order-area-switch{--switch-color:#2563eb;display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));grid-gap:0;gap:0;padding:6px;overflow:hidden;border:1px solid hsla(0,0%,100%,.13);border-radius:15px;background:hsla(0,0%,100%,.07);isolation:isolate}.order-area-switch.is-2d-laser{--switch-color:#ea580c}.order-area-slider{position:absolute;z-index:-1;top:6px;bottom:6px;left:6px;width:calc(50% - 6px);border-radius:9px;background:var(--switch-color);box-shadow:0 4px 14px color-mix(in srgb,var(--switch-color) 42%,transparent);opacity:0;transform:translateX(0);transition:transform .28s cubic-bezier(.22,1,.36,1),background-color .28s ease,opacity .18s ease}.order-area-switch.is-2d-laser .order-area-slider,.order-area-switch.is-rohrlaser .order-area-slider{opacity:1}.order-area-switch.is-2d-laser .order-area-slider{transform:translateX(100%)}.main-nav .order-area-switch a{position:relative;z-index:1;justify-content:center;height:34px;padding:0 20px;border-radius:9px;color:#cbd5e1;transition:color .2s ease,transform .2s ease}.main-nav .order-area-switch a:hover{color:#fff;transform:translateY(-1px)}.main-nav .order-area-switch a.active{color:#fff;font-weight:700}@media (prefers-reduced-motion:reduce){.main-nav .order-area-switch a,.order-area-slider{transition:none}}.nav-right{margin-left:auto}.nav-user{color:#dfe6ed;font-size:14px;white-space:nowrap;max-width:260px;overflow:hidden;text-overflow:ellipsis}.dropdown-trigger,.main-nav a,.nav-link-button{color:#fff;font-weight:500;font-size:15px;display:inline-flex;align-items:center;height:34px;font-family:Arial,Helvetica,sans-serif}.dropdown-trigger:hover,.main-nav a:hover,.nav-link-button:hover{color:#dfe6ed}.dropdown{position:relative;display:inline-flex;align-items:center;height:44px}.dropdown-menu{display:none;position:absolute;top:44px;left:0;min-width:200px;background:#fff;border-radius:10px;box-shadow:0 10px 24px rgba(0,0,0,.16);padding:6px;z-index:9999}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu a{display:block;color:#17202a!important;padding:9px 10px;border-radius:7px;margin:0;font-weight:500;font-size:14px}.dropdown-menu a:hover{background:#eef1f4}.container{width:100%;max-width:none;margin:24px 0;padding:0 18px}.card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 1px 5px rgba(0,0,0,.07);margin-bottom:16px}.grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.order-send-button:disabled{background:#94a3b8;color:#f8fafc;cursor:not-allowed;opacity:1}.masterdata-page table:has(td.actions) th:last-child{width:1%;white-space:nowrap;text-align:left!important}.masterdata-page td.actions{display:table-cell;width:1%;white-space:nowrap;text-align:left!important}.masterdata-page td.actions button+button{margin-left:8px}label{display:block;font-size:13px;font-weight:600;margin-bottom:7px;margin-top:12px}.modal label:first-of-type{margin-top:0}.modal input,.modal select,.modal textarea{margin-bottom:6px}.modal h2{margin-top:0;margin-bottom:22px}.modal .actions{margin-top:10px}input,select,textarea{width:100%;padding:9px 10px;border:1px solid #d0d7de;border-radius:8px;font-family:inherit;font-size:14px;background:#fff}input[type=date]::-webkit-datetime-edit{font-family:inherit}input:focus,select:focus,textarea:focus{outline:none;border-color:#34495e;box-shadow:0 0 0 2px rgba(52,73,94,.12)}textarea{min-height:86px}.button,button{border:0;border-radius:8px;padding:8px 12px;background:#17202a;color:#fff;font-weight:500;font-size:14px;cursor:pointer;display:inline-block;line-height:1.2}.button:hover,button:hover{opacity:.92}.button.secondary,button.secondary{background:#5d6d7e}.button.primary,button.primary{background:#2563eb;color:#fff}button.button-customer{background:#f97316;color:#fff}button.button-material{background:#16a34a;color:#fff}button.button-cross-section{background:#1e3a8a;color:#fff}button.button-work-preparation{background:#7c3aed;color:#fff}.button.danger,button.danger{background:#a93226}.square-action-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;min-width:34px;padding:0;border-radius:8px}.square-action-button.edit{background:#111c28;color:#fff}.square-action-button.delete{background:#b83226;color:#fff}.square-action-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.icon-button{display:inline-flex;align-items:center;gap:8px}table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,.05)}td,th{text-align:left;padding:10px 11px;border-bottom:1px solid #edf0f2;font-size:14px;vertical-align:middle}th{background:#eef1f4;font-size:13px;font-weight:600}tr:hover td{background:#fafbfc}tr.clickable-row{cursor:pointer}.cross-section-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;align-items:start}.cross-section-card{padding:0;overflow:hidden}.cross-section-card h3{margin:0;padding:14px 16px;background:#eef1f4;border-bottom:1px solid #dde3e8}.cross-section-list{min-height:64px}.cross-section-entry{min-height:38px;border-bottom:1px solid #edf0f2}.cross-section-entry:last-child{border-bottom:0}.tube-weight-cell small,.tube-weight-cell strong{display:block}.tube-weight-cell small{margin-top:3px;color:#617080;white-space:nowrap}.cross-section-entry-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px}.cross-section-toggle{display:inline-flex;align-items:center;gap:9px;min-width:0;padding:4px 0;border:0;background:transparent;color:#0f172a;cursor:pointer;text-align:left}.cross-section-toggle:hover{background:transparent;color:#2563eb}.cross-section-chevron{display:inline-block;color:#617080;font-size:22px;line-height:1;transition:transform .18s ease}.cross-section-toggle[aria-expanded=true] .cross-section-chevron{transform:rotate(90deg)}.cross-section-entry:has(.cross-section-toggle[aria-expanded=true]) .cross-section-entry-heading{background:#fafbfc}.cross-section-material-weights{margin:0 16px 14px;overflow:hidden;border:1px solid #e1e6eb;border-radius:8px}.cross-section-material-weight-header,.cross-section-material-weight-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;padding:8px 10px}.cross-section-material-weight-header{background:#f3f5f7;color:#617080;font-size:12px;font-weight:700}.cross-section-material-weight-row{border-top:1px solid #edf0f2;font-size:13px}.cross-section-material-weight-row strong{white-space:nowrap}.cross-section-material-weights>.small{margin:0;padding:10px}.cross-section-list>.small{margin:0;padding:16px}.cross-section-actions{display:inline-flex;gap:8px;flex:0 0 auto}.cross-section-actions button{padding:7px 10px}.cross-section-actions .square-action-button{padding:0}@media (max-width:1000px){.cross-section-card-grid{grid-template-columns:1fr}}.orders-table tr.reorder-row td,tr.reorder-row td{background:#fbfcfd}.orders-table tr.reorder-row:hover td,tr.reorder-row:hover td{background:#f2f6fa}.badge{display:inline-block;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:500;background:#e5e7eb}.badge.red{background:#fde2e2;color:#8a1f1f}.badge.yellow{background:#fff2c6;color:#7a5600}.badge.blue{background:#dcecff;color:#174a7c}.badge.green{background:#dff3e5;color:#1e6b35}.badge.gray{background:#e5e7eb;color:#4b5563}.error{color:#a93226;font-weight:600}.success{color:#1e6b35;font-weight:600}.small{color:#617080;font-size:13px}a.card{display:block;color:inherit;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}a.card:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.11)}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.42);display:flex;align-items:center;justify-content:center;z-index:10000}.modal{background:#fff;padding:22px;border-radius:14px;width:min(520px,92vw);box-shadow:0 16px 36px rgba(0,0,0,.22)}.confirm-modal{text-align:center}.confirm-modal-actions{justify-content:center}.users-page-heading{align-items:flex-end}.users-page-heading>.actions{align-items:center}.users-list-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:18px 0 14px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.users-count-summary{display:grid;grid-gap:4px;gap:4px;min-width:120px}.users-count-summary span{color:#64748b;font-size:13px}.users-filter-controls{display:grid;grid-template-columns:minmax(230px,1.4fr) repeat(3,minmax(165px,1fr));grid-gap:12px;gap:12px;width:min(100%,920px)}.users-filter-controls label{margin-top:0}.users-empty-state{padding:28px!important;color:#64748b;text-align:center!important}.users-table td:last-child,.users-table th:last-child{width:1%;white-space:nowrap;text-align:right}.users-actions{display:grid;grid-template-columns:52px 168px 132px 52px;align-items:center;justify-content:flex-end;grid-gap:8px;gap:8px}.users-actions .user-action-text{width:100%;min-height:38px;padding:8px 12px}.users-actions .square-action-button{justify-self:center}.admin-protected-label{width:100%;color:#64748b;text-align:center}.current-user-label{display:inline-block;margin-left:8px;padding:2px 7px;background:#e2e8f0;color:#475569}.current-user-label,.user-status{border-radius:999px;font-weight:600}.user-status{display:inline-flex;padding:4px 9px}.user-status.approved{background:#dcfce7;color:#166534}.user-status.pending{background:#fef3c7;color:#92400e}.user-form-modal{width:min(560px,92vw)}.user-form-actions{justify-content:flex-end;margin-top:20px!important}@media (max-width:1050px){.users-list-toolbar{align-items:stretch;flex-direction:column}.users-filter-controls{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}}@media (max-width:620px){.users-filter-controls{grid-template-columns:1fr}}.suggestions{background:#fff;border:1px solid #d0d7de;border-radius:8px;margin-top:4px;overflow:hidden;box-shadow:0 8px 18px rgba(0,0,0,.08)}.suggestions button{display:block;width:100%;text-align:left;background:#fff;color:#17202a;border-radius:0}.suggestions button:hover{background:#eef1f4}@media (max-width:850px){.portal-page{padding:38px 16px}.portal-grid{grid-template-columns:1fr}.portal-card{min-height:285px}.header,.order-page-heading{align-items:flex-start;flex-direction:column}.header{gap:8px}.main-nav{width:100%}.main-nav,.nav-center,.nav-left,.nav-right{flex-wrap:wrap;gap:14px}.nav-center{position:static;transform:none;justify-content:center;order:-1;width:100%}.nav-center.order-area-switch{position:relative;left:auto}table{display:block;overflow-x:auto;white-space:nowrap}}.container.wide{width:100%;max-width:none;margin:24px 0;padding:0 18px}.stock-selection-column{width:50px;min-width:50px;text-align:center}.stock-selection-column input[type=checkbox]{width:18px;height:18px;accent-color:#00a859}.stock-items-button{float:left;margin:6px 0;background:#0f766e}.orders-table-shell{max-height:calc(100vh - 220px);overflow-x:auto;overflow-y:auto;border-radius:8px;box-shadow:0 1px 5px rgba(0,0,0,.05)}.orders-table{display:table;table-layout:fixed;width:100%;box-shadow:none;overflow:visible}.tube-orders-table{min-width:1900px}.orders-table tbody,.orders-table td,.orders-table th,.orders-table thead,.orders-table tr{overflow:visible}.orders-table td,.orders-table th{white-space:normal;overflow-wrap:anywhere;padding:10px 8px;font-size:13px;line-height:1.32}.orders-table td:has(.status-menu){position:relative;z-index:30}.orders-table td:has(.status-menu.open),.orders-table td:has(.status-menu:focus-within),.orders-table td:has(.status-menu:hover){z-index:300}.orders-table td:nth-child(10),.orders-table td:nth-child(11),.orders-table td:nth-child(7),.orders-table td:nth-child(8),.orders-table td:nth-child(9),.orders-table th:nth-child(10),.orders-table th:nth-child(11),.orders-table th:nth-child(7),.orders-table th:nth-child(8),.orders-table th:nth-child(9){text-align:center;padding-left:4px;padding-right:4px}.orders-col-status{width:4.5%}.orders-col-order{width:6.5%}.orders-col-customer{width:9.5%}.orders-col-date{width:5.5%}.orders-col-material{width:9%}.orders-col-material-thickness{width:6%}.orders-col-positions{width:11%}.orders-col-av,.orders-col-qty,.orders-col-total-qty{width:4%}.orders-col-price,.orders-col-weight{width:6.5%}.orders-col-supplier{width:7%}.orders-col-person{width:6.25%}.orders-col-pdf{width:3%}.orders-col-action{width:3.5%}.order-total-price{white-space:nowrap}.order-total-price,.order-total-weight{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-total-weight{white-space:nowrap!important}.table-person-cell{display:grid;grid-gap:3px;gap:3px}.table-person-cell span{color:#617080;font-size:12px}.status-badge-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;line-height:1.15;max-width:100%;text-align:center;white-space:normal}.status-badge-button.badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 9px;border-radius:999px;font-size:11px}.status-menu{position:relative;display:inline-flex;align-items:center;z-index:300}.status-menu-options{display:grid;grid-gap:4px;gap:4px;position:fixed;width:170px;padding:6px;border:1px solid #dbe1e7;border-radius:8px;background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.2);z-index:20000}.status-menu-options.above{transform-origin:bottom left}.status-menu-options.below{transform-origin:top left}.status-detail-menu-options{display:grid;grid-gap:4px;gap:4px;position:absolute;top:100%;left:0;width:170px;padding:6px;border:1px solid #dbe1e7;border-radius:8px;background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.2);z-index:20000}.status-menu-option{display:flex;align-items:center;width:100%;padding:5px;border-radius:7px;background:transparent;color:#17202a;text-align:left}.status-menu-option.active,.status-menu-option:hover{background:#eef6ff}.status-menu-option .badge{min-width:100%;text-align:center}.av-indicator{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#16a34a;color:#fff;font-size:9px;font-weight:700;line-height:1;box-shadow:0 0 0 1px #dff3e5;vertical-align:middle}.av-cell{text-align:center}.av-lines{display:grid;justify-items:center;grid-gap:4px;gap:4px}.av-empty-line{color:#94a3b8;font-size:12px}.column-sort-button{width:100%;display:inline-flex;align-items:center;justify-content:flex-start;padding:0;background:transparent;color:inherit;border-radius:0;font:inherit;font-weight:600;text-align:left;white-space:nowrap}.scrap-booking-cell button:disabled{background:#94a3b8;color:#f8fafc;cursor:not-allowed;opacity:1}.column-sort-button.active,.column-sort-button:hover{opacity:1;color:#1d4ed8}.orders-table .clickable-order-row,.orders-table .clickable-order-row td{cursor:pointer}.orders-table tbody>.clickable-order-row:nth-child(2n)>td{background:#f6f8fb}.orders-table tbody>.clickable-order-row:hover>td{background:#e8f2ff}.orders-table .clickable-order-row:focus-visible{outline:2px solid #2563eb;outline-offset:-2px}.orders-table td.order-positions-cell{white-space:normal}.orders-table th{position:-webkit-sticky;position:sticky;top:0;z-index:100}.row-actions{display:flex;align-items:center;gap:8px}.orders-table td.row-actions{display:table-cell;text-align:center;vertical-align:middle}.pdf-icon-link{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#e8eef5;color:#334155;font-size:11px;font-weight:700}.pdf-icon-link:hover{background:#dbe4ee}.order-position-lines{display:grid;grid-gap:3px;gap:3px;min-width:120px}.two-d-target-quantity{display:grid;grid-gap:2px;gap:2px}.two-d-target-quantity small{color:#64748b;font-size:12px;white-space:nowrap}.order-summary-grid{grid-template-columns:repeat(9,minmax(0,180px));justify-content:start;gap:16px;margin-top:28px;padding:18px 20px;background:linear-gradient(90deg,#edf8f2,#f7faf8);border:1px solid #d3e8dc;border-left:5px solid #00a859;border-radius:10px;box-shadow:0 2px 8px rgba(15,70,45,.06)}.order-summary-grid>p{margin:0}.order-summary-supplier{padding-right:12px;overflow-wrap:anywhere}.order-summary-delivery-date{padding-left:28px}.order-summary-grid>.order-summary-notes{grid-column:1/-1;padding-top:14px;border-top:1px solid #cfe3d7;overflow-wrap:anywhere}.order-number-heading-input{display:inline-block;width:min(320px,38vw);margin:0 2px;padding:4px 8px;border:2px solid #00a859;border-radius:7px;background:#fff;color:inherit;font:inherit;font-weight:inherit;line-height:1.15;vertical-align:baseline}.order-number-heading-input:focus{outline:3px solid rgba(0,168,89,.18);outline-offset:1px}.order-detail-actions{margin-top:22px;margin-bottom:24px}.order-detail-actions button:disabled{background:#94a3b8;border-color:#94a3b8;color:#f8fafc;cursor:not-allowed;opacity:1}.order-summary-grid>p>b{display:block;margin-bottom:6px}.order-summary-grid>p>b+br{display:none}@media (max-width:1400px){.order-summary-grid{grid-template-columns:repeat(4,minmax(0,180px))}}@media (max-width:800px){.order-summary-grid{grid-template-columns:repeat(2,minmax(0,180px))}.order-summary-delivery-date{padding-left:0}}.qty-delivered.partial{color:#d97706;font-weight:700}.qty-delivered.complete{color:#15803d;font-weight:700}.qty-open.open{color:#dc2626;font-weight:700}.qty-open.complete{color:#15803d;font-weight:700}.qty-scrap{color:#2563eb;font-weight:700}.order-items{display:grid;grid-gap:12px;gap:12px}.order-item{border:1px solid #dbe1e7;border-radius:8px;padding:12px;background:#fafbfc}.order-item-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:12px;gap:12px;align-items:flex-end}.orders-page-heading{display:grid;grid-template-columns:minmax(220px,1fr) minmax(420px,2.2fr) minmax(180px,1fr);grid-gap:24px;gap:24px;align-items:start;margin-bottom:18px}.orders-page-heading>.actions{grid-column:3;justify-self:end}.orders-page-heading>.actions .button{padding:11px 18px;border-radius:10px;font-size:15px;font-weight:600}.orders-archive-note{max-width:320px;margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.45}.orders-table td.orders-empty-state{padding:42px 20px;color:#64748b;text-align:center}.inbound-email-filters{display:grid;grid-template-columns:minmax(220px,340px)}.inbound-email-empty{padding:42px 20px;color:#64748b;text-align:center}.inbound-email-list{display:grid;grid-gap:14px;gap:14px}.inbound-email-card{margin-bottom:0}.inbound-email-card-main,.inbound-email-match{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);grid-gap:24px;gap:24px}.inbound-email-card h2{margin:10px 0 6px;font-size:19px}.inbound-email-card p{margin:4px 0}.inbound-email-status{display:inline-flex;padding:5px 9px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:12px;font-weight:700}.inbound-email-status.review{background:#fef3c7;color:#92400e}.inbound-email-status.assigned{background:#dcfce7;color:#166534}.inbound-email-status.failed{background:#fee2e2;color:#991b1b}.inbound-email-file{display:grid;align-content:start;justify-items:end;grid-gap:7px;gap:7px;text-align:right}.inbound-email-file a{padding:9px 12px;border-radius:8px;background:#e8eef5;color:#17202a;font-weight:700}.inbound-email-match{margin-top:18px;padding-top:18px;border-top:1px solid #e2e8f0}.inbound-email-assign,.inbound-email-suggestions{display:grid;grid-gap:9px;gap:9px}.inbound-email-suggestions>div{display:grid;grid-template-columns:130px minmax(0,1fr);grid-gap:10px;gap:10px;padding:8px 10px;border-radius:8px;background:#f8fafc}.inbound-email-suggestions span{color:#64748b;font-size:13px}.inbound-email-assigned{margin-top:16px!important;color:#166534;font-weight:700}@media (max-width:800px){.inbound-email-card-main,.inbound-email-match{grid-template-columns:1fr}.inbound-email-file{justify-items:start;text-align:left}}.tube-statistics-card{align-self:start;justify-self:center;display:grid;grid-template-columns:44px auto;align-items:center;grid-gap:12px;gap:12px;min-width:180px;padding:12px 14px;border:1px solid #dbe3ef;border-radius:12px;background:#fff;color:#17202a;box-shadow:0 6px 18px rgba(15,23,42,.06);text-align:left;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.tube-statistics-card:hover{opacity:1;transform:translateY(-2px);border-color:#a9c2ee;box-shadow:0 10px 24px rgba(15,23,42,.11)}.tube-statistics-card-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:11px;background:#eaf2ff;color:#2563eb}.tube-statistics-card-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;stroke-linecap:round}.tube-statistics-card-copy{display:grid;grid-gap:3px;gap:3px}.tube-statistics-card-copy strong{font-size:16px}.tube-statistics-backdrop{align-items:flex-start;padding:64px 0 24px;overflow-y:auto}.tube-statistics-modal{width:min(1280px,96vw);max-height:calc(100vh - 88px);padding:0;overflow:hidden}.tube-statistics-modal-header{display:flex;justify-content:space-between;gap:24px;padding:24px 26px 18px;border-bottom:1px solid #e8edf3}.tube-statistics-modal-header h2{margin:3px 0 6px;font-size:24px}.tube-statistics-modal-header p{margin:0;color:#64748b;font-size:14px}.tube-statistics-eyebrow{color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}button.tube-statistics-close{flex:0 0 auto;width:36px;height:36px;padding:0;border-radius:50%;background:#eef1f4;color:#334155;font-size:25px;font-weight:300;line-height:1}.tube-statistics-totals{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px;padding:0 26px 18px;background:#f8fafc}.tube-statistics-controls{display:grid;grid-template-columns:minmax(260px,1.5fr) minmax(200px,1fr) minmax(140px,.55fr);grid-gap:14px;gap:14px;padding:18px 26px;background:#f8fafc}.tube-statistics-controls label{margin:0 0 6px}.tube-statistics-controls input,.tube-statistics-controls select{margin:0;background:#fff}.tube-statistics-totals>div{display:grid;grid-gap:4px;gap:4px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.tube-statistics-totals span{color:#64748b;font-size:12px}.tube-statistics-totals strong{color:#17202a;font-size:22px}.tube-statistics-table-shell{max-height:calc(100vh - 390px);padding:0 26px 26px;overflow:auto}.tube-statistics-table{box-shadow:none;border:1px solid #e2e8f0}.tube-statistics-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:1}.tube-statistics-table th{background:#eef3f8;padding:0}.tube-statistics-table .number{min-width:130px;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tube-statistics-sort{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px;padding:10px 11px;border-radius:0;background:transparent;color:#334155;font-size:13px;font-weight:700;text-align:left}.tube-statistics-sort.active,.tube-statistics-sort:hover{opacity:1;background:#dfe9f5;color:#17202a}.tube-statistics-table th.number .tube-statistics-sort{text-align:right}.tube-statistics-sort-arrow{color:#64748b;font-size:14px}.tube-statistics-empty{padding:36px 20px;border:1px dashed #cbd5e1;border-radius:10px;color:#64748b;text-align:center}@media (max-width:1100px){.orders-page-heading{grid-template-columns:1fr}.orders-page-heading>.actions{grid-column:1;justify-self:start}.tube-statistics-card{justify-self:start}}@media (max-width:620px){.tube-statistics-backdrop{padding-top:16px;padding-bottom:16px}.tube-statistics-card{width:100%}.tube-statistics-controls,.tube-statistics-modal-header,.tube-statistics-table-shell,.tube-statistics-totals{padding-left:16px;padding-right:16px}.tube-statistics-controls,.tube-statistics-totals{grid-template-columns:1fr}.tube-statistics-table-shell{max-height:calc(100vh - 500px)}}.order-item-row.two-d-order-item-row{grid-template-columns:minmax(105px,.45fr) minmax(220px,1fr) minmax(165px,.65fr) minmax(460px,1.9fr) minmax(150px,.65fr) minmax(135px,.55fr) minmax(180px,.7fr) minmax(110px,.5fr);align-items:end}.two-d-order-item-row input,.two-d-order-item-row label,.two-d-order-item-row select,.two-d-order-item-row>div{min-width:0;text-align:left}.two-d-order-item-row input,.two-d-order-item-row select{width:100%}.two-d-order-item-row input:disabled{background:#eef1f5;border-color:#d8dee8;color:#8a94a3;cursor:not-allowed}.two-d-order-item-row .order-item-title{align-self:end;padding-bottom:10px}.order-item-title{align-self:center;min-width:120px}.order-item-remove{min-width:110px}.order-item-remove button{width:100%}.combo-box{position:relative}.format-entry-row{display:grid;grid-template-columns:minmax(170px,.8fr) minmax(270px,1.2fr);grid-gap:8px;gap:8px;align-items:center}@media (max-width:1400px){.order-item-row.two-d-order-item-row{grid-template-columns:repeat(2,minmax(240px,1fr))}.two-d-order-item-row .order-item-format,.two-d-order-item-row .order-item-title{grid-column:1/-1}.two-d-order-item-row .order-item-title{padding-bottom:0}}@media (max-width:700px){.format-entry-row,.order-item-row.two-d-order-item-row{grid-template-columns:1fr}}.combo-options{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:220px;overflow:auto;background:#fff;border:1px solid #d0d7de;border-radius:8px;box-shadow:0 10px 22px rgba(0,0,0,.14);z-index:20}.combo-options button{display:block;width:100%;padding:9px 10px;background:#fff;color:#17202a;border-radius:0;text-align:left}.combo-options button:hover{background:#eef6ff}table td,table th{text-align:left!important}.order-history-table td.order-history-actions,.order-history-table th:last-child{width:1%;white-space:nowrap;text-align:right!important}.order-history-table{table-layout:fixed;width:100%}.order-history-table .history-selection-column{width:48px}.order-history-table .history-date-column,.order-history-table .history-user-column{width:180px}.order-history-table .history-position-column{width:480px}.order-history-table td:nth-child(3),.order-history-table th:nth-child(3){white-space:nowrap}.order-history-table .history-quantity-column{width:105px}.order-history-table .history-detail-column{width:225px}.order-history-table .history-status-column{width:auto}.order-history-table .history-actions-column{width:217px}.order-history-table td.order-history-actions .actions{justify-content:flex-end;flex-wrap:nowrap}.order-items-table{margin-bottom:16px;overflow-x:auto;border-radius:12px}.position-entry-table{table-layout:fixed}.position-entry-table td,.position-entry-table th{padding:8px 7px;white-space:normal;overflow-wrap:anywhere}.tube-position-entry-table,.two-d-position-entry-table{width:100%}.tube-position-entry-table{min-width:2200px}.two-d-position-entry-table{min-width:2040px}.position-booking-row td{width:auto!important;padding-top:14px;padding-bottom:14px;border-bottom:0}.position-booking-row td:first-child{background:#fff}.position-booking-cell{text-align:right!important}.position-booking-cell.scrap-booking-cell,.position-booking-cell.we-booking-cell{border-left:0;background:transparent}.tube-position-entry-table td,.tube-position-entry-table th,.two-d-position-entry-table td,.two-d-position-entry-table th{padding:12px 11px;overflow-wrap:normal;vertical-align:middle}.tube-position-entry-table th,.two-d-position-entry-table th{white-space:nowrap}.tube-position-entry-table .table-input,.two-d-position-entry-table .table-input{width:100%;min-width:0}.tube-position-entry-table td:first-child,.tube-position-entry-table th:first-child{width:50px}.tube-position-entry-table td:nth-child(2),.tube-position-entry-table th:nth-child(2){width:75px}.tube-position-entry-table td:nth-child(3),.tube-position-entry-table th:nth-child(3){width:160px}.tube-position-entry-table td:nth-child(4),.tube-position-entry-table th:nth-child(4){width:150px}.tube-position-entry-table td:nth-child(5),.tube-position-entry-table th:nth-child(5){width:130px}.tube-position-entry-table td:nth-child(6),.tube-position-entry-table td:nth-child(7),.tube-position-entry-table th:nth-child(6),.tube-position-entry-table th:nth-child(7){width:95px}.tube-position-entry-table td:nth-child(8),.tube-position-entry-table th:nth-child(8){width:130px}.tube-position-entry-table td:nth-child(9),.tube-position-entry-table th:nth-child(9){width:140px}.tube-position-entry-table td:nth-child(10),.tube-position-entry-table th:nth-child(10){width:115px}.tube-position-entry-table td:nth-child(11),.tube-position-entry-table th:nth-child(11){width:95px}.tube-position-entry-table td:nth-child(12),.tube-position-entry-table th:nth-child(12){width:130px}.tube-position-entry-table td:nth-child(13),.tube-position-entry-table th:nth-child(13){width:150px}.tube-position-entry-table td:nth-child(14),.tube-position-entry-table th:nth-child(14){width:220px}.tube-position-entry-table td:nth-child(15),.tube-position-entry-table th:nth-child(15){width:95px}.tube-position-entry-table td:nth-child(16),.tube-position-entry-table th:nth-child(16){width:130px}.tube-position-entry-table td:nth-child(17),.tube-position-entry-table th:nth-child(17){width:240px}.two-d-position-entry-table td:first-child,.two-d-position-entry-table th:first-child{width:80px}.two-d-position-entry-table td:nth-child(2),.two-d-position-entry-table th:nth-child(2){width:160px}.two-d-position-entry-table td:nth-child(3),.two-d-position-entry-table th:nth-child(3){width:135px}.two-d-position-entry-table td:nth-child(4),.two-d-position-entry-table th:nth-child(4){width:165px}.two-d-position-entry-table td:nth-child(5),.two-d-position-entry-table th:nth-child(5){width:90px}.two-d-position-entry-table td:nth-child(6),.two-d-position-entry-table th:nth-child(6){width:145px}.two-d-position-entry-table td:nth-child(7),.two-d-position-entry-table th:nth-child(7){width:110px}.two-d-position-entry-table td:nth-child(8),.two-d-position-entry-table th:nth-child(8){width:95px}.two-d-position-entry-table td:nth-child(9),.two-d-position-entry-table th:nth-child(9){width:90px}.two-d-position-entry-table td:nth-child(10),.two-d-position-entry-table th:nth-child(10){width:110px}.two-d-position-entry-table td:nth-child(11),.two-d-position-entry-table th:nth-child(11){width:135px}.two-d-position-entry-table td:nth-child(12),.two-d-position-entry-table th:nth-child(12){width:175px}.two-d-position-entry-table td:nth-child(13),.two-d-position-entry-table th:nth-child(13){width:90px}.two-d-position-entry-table td:nth-child(14),.two-d-position-entry-table th:nth-child(14){width:115px}.two-d-position-entry-table td:nth-child(15),.two-d-position-entry-table th:nth-child(15){width:220px}.tube-position-entry-table td:nth-child(11),.tube-position-entry-table td:nth-child(15),.tube-position-entry-table th:nth-child(11),.tube-position-entry-table th:nth-child(15),.two-d-position-entry-table td:nth-child(13),.two-d-position-entry-table td:nth-child(9),.two-d-position-entry-table th:nth-child(13),.two-d-position-entry-table th:nth-child(9){border-left:3px solid #cbd5e1}.tube-position-entry-table th:nth-child(n+11):nth-child(-n+14),.two-d-position-entry-table th:nth-child(n+9):nth-child(-n+12){background:#eaf4ff}.tube-position-entry-table th:nth-child(n+15):nth-child(-n+17),.two-d-position-entry-table th:nth-child(n+13):nth-child(-n+15){background:#fff4e6}.status-control{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap;margin-bottom:16px}.auth-page{min-height:calc(100vh - 110px);display:grid;align-items:start;justify-items:center;padding-top:56px}.auth-card{width:min(460px,100%)}.auth-card h1{margin-top:0}.auth-form{grid-template-columns:1fr}.auth-link-row{display:flex;justify-content:space-between;gap:14px;margin-top:16px}.auth-link-row a{color:#1d4ed8;font-weight:600}.status-control label{margin:0;min-width:220px}.table-input{min-width:0;padding:7px 8px}.table-input.small-number{min-width:0;max-width:none}.table-checkbox{width:auto;min-width:18px}.pdf-dropzone{display:grid;grid-gap:16px;gap:16px;margin-top:18px;padding:16px;border:2px dashed #cbd5e1;border-radius:8px;background:#f8fafc}.pdf-dropzone.active{border-color:#2563eb;background:#eff6ff}.pdf-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:13px;gap:13px;width:100%;margin-top:18px}.pdf-sections.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.pdf-section{display:grid;grid-gap:11px;gap:11px;align-content:start;min-width:0;padding:13px;border:2px dashed #cbd5e1;border-radius:10px;background:#f8fafc}.pdf-section.active{border-color:#2563eb;background:#eff6ff}.pdf-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.pdf-section-heading h3{margin:0}.pdf-section-empty{margin:0;color:#64748b}.pdf-dropzone p{margin-bottom:0}.pdf-dropzone-content{min-width:0}.pdf-upload-target{display:grid;grid-gap:5px;gap:5px;margin:0;padding:12px;border-radius:8px;cursor:pointer}.pdf-upload-target:hover{background:#eef6ff}.pdf-preview-grid{display:flex;gap:11px;flex-wrap:wrap}.pdf-preview-card{display:grid;grid-gap:8px;gap:8px;align-content:start;width:192px}.pdf-preview-card button{width:100%}.pdf-preview-card .square-action-button{height:27px;min-height:27px;border-radius:6px}.pdf-preview-card .square-action-button svg{width:14px;height:14px}.pdf-price-import-status{display:grid;grid-gap:3px;gap:3px;padding:8px 10px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#1e3a8a}.pdf-price-import-status.imported{border-color:#86efac;background:#f0fdf4;color:#166534}.pdf-price-import-status.failed{border-color:#fecaca;background:#fff7ed;color:#9a3412}.pdf-price-import-status small{color:inherit}@media (max-width:1100px){.pdf-sections,.pdf-sections.two-columns{grid-template-columns:1fr}}.order-position-price{min-width:125px}.order-position-price small,.order-position-price strong{display:block}.order-position-price small{margin-top:3px;color:#64748b;white-space:nowrap}.pdf-preview{display:grid;grid-gap:8px;gap:8px;align-items:center;color:inherit;max-width:192px}.pdf-preview-page{display:block;width:192px;height:256px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;overflow:hidden}.pdf-preview-page iframe{width:260px;height:350px;border:0;transform:scale(.8) translate(-10px,-12px);transform-origin:top left;pointer-events:none}.pdf-preview span{overflow-wrap:anywhere;font-weight:700;font-size:12px}.nav-link-button{background:none;border:none;padding:0;cursor:pointer;line-height:normal}.audit-page{padding-bottom:48px}.audit-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.audit-page-heading h1{margin:4px 0 7px}.audit-page-heading p{margin:0;color:#64748b}.audit-eyebrow{color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.audit-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.audit-summary>div{display:grid;grid-gap:5px;gap:5px;padding:15px 17px;border:1px solid #dbe3ed;border-radius:12px;background:#fff;box-shadow:0 4px 14px rgba(15,23,42,.05)}.audit-summary span{color:#64748b;font-size:12px;font-weight:700}.audit-summary strong{font-size:24px}.audit-summary .created strong{color:#15803d}.audit-summary .updated strong{color:#1d4ed8}.audit-summary .deleted strong{color:#b42318}.audit-filters{display:grid;grid-template-columns:minmax(300px,1.7fr) minmax(180px,.65fr) minmax(200px,.75fr);grid-gap:14px;gap:14px;margin-bottom:16px}.audit-filters label{margin:0 0 6px}.audit-filters input,.audit-filters select{margin:0;background:#fff}.audit-table-shell{overflow:auto;border:1px solid #dbe3ed;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(15,23,42,.05)}.audit-table{width:50%;min-width:1100px;table-layout:fixed;box-shadow:none}.audit-table th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:#eef3f8;white-space:nowrap}.audit-table td,.audit-table th{width:16.6667%}.audit-table td{vertical-align:top}.audit-time{white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.audit-location,.audit-record,.audit-user{display:grid;grid-gap:3px;gap:3px}.audit-location span,.audit-record span,.audit-user span{color:#64748b;font-size:12px;overflow-wrap:anywhere}.audit-record a{font-size:12px;font-weight:700}.audit-action{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}.audit-action.insert{background:#dcfce7;color:#166534}.audit-action.update{background:#dbeafe;color:#1e40af}.audit-action.delete{background:#fee2e2;color:#991b1b}.audit-reconstructed{display:block;width:max-content;margin-top:.35rem;color:#64748b;font-size:.68rem;font-weight:700;line-height:1.15}.audit-repeat{display:block;margin-top:5px;color:#64748b;font-size:11px;line-height:1.25;white-space:nowrap}.audit-table td,.audit-table th{padding-right:10px;padding-left:10px}.audit-changes summary{color:#1d4ed8;cursor:pointer;font-size:12px;font-weight:800}.audit-change-list{display:grid;grid-gap:7px;gap:7px;min-width:270px;margin-top:9px}.audit-change-list>div{display:grid;grid-template-columns:minmax(95px,.8fr) minmax(70px,1fr) auto minmax(70px,1fr);align-items:start;grid-gap:6px;gap:6px;padding-top:6px;border-top:1px solid #edf1f5;font-size:12px}.audit-change-list .before{color:#991b1b;text-decoration:line-through;overflow-wrap:anywhere}.audit-change-list .after{color:#166534;font-weight:700;overflow-wrap:anywhere}.audit-empty{padding:42px 20px;color:#64748b;text-align:center}.audit-pagination{display:grid;grid-template-columns:minmax(170px,1fr) auto minmax(170px,1fr);align-items:center;grid-gap:16px;gap:16px;margin-top:14px;color:#475569;font-size:13px}.audit-page-top-anchor{scroll-margin-top:105px}.audit-pagination.top{margin:0 0 14px}.audit-pagination.bottom{margin-top:14px}.audit-pagination>span{justify-self:start}.audit-pagination>div{display:flex;align-items:center;gap:12px;grid-column:2;justify-self:center}.audit-pagination button{min-width:90px;margin:0}.audit-pagination button:disabled{cursor:not-allowed;opacity:.45}.audit-page-numbers{display:flex;align-items:center;gap:4px;max-width:min(62vw,760px);padding:2px;overflow-x:auto}.audit-page-numbers button{min-width:34px;width:34px;height:34px;margin:0;padding:0;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#334155;box-shadow:none}.audit-page-numbers button:hover{border-color:#64748b;background:#f1f5f9}.audit-page-numbers button.active{border-color:#1e3a5f;background:#1e3a5f;color:#fff}.audit-limit-note{margin-top:10px;text-align:right}@media (max-width:900px){.audit-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-filters,.audit-pagination{grid-template-columns:1fr}.audit-pagination>div{grid-column:1;justify-self:stretch;justify-content:center;overflow-x:auto}.audit-page-numbers{max-width:none}}@media (max-width:1050px){.order-item-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.order-item-title{grid-column:1/-1}}