:root{color:#102331;background:#eef2f4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #102331;--muted: #5b6b76;--navy: #071d2c;--blue: #0b5d83;--accent: #e85c2a;--success: #087f5b;--danger: #b42318;--line: #ccd6dc;--paper: #ffffff;--shadow: 0 14px 40px rgba(7, 29, 44, .09)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}a{color:inherit}.app-shell{min-height:100vh}.topbar{min-height:72px;padding:12px clamp(16px,4vw,48px);display:flex;align-items:center;gap:24px;color:#fff;background:var(--navy);border-bottom:4px solid var(--accent)}.brand{display:flex;align-items:center;gap:10px;font-weight:800;text-decoration:none;letter-spacing:.01em;white-space:nowrap}.brand-mark{width:38px;height:38px;display:grid;place-items:center;color:var(--navy);background:#fff;border-radius:9px;font-size:22px}.topbar nav{display:flex;gap:6px;flex:1}.topbar nav a{padding:12px 14px;border-radius:8px;text-decoration:none;font-weight:700}.topbar nav a:hover,.topbar nav a:focus-visible{background:#ffffff21;outline:none}.connection{padding:8px 12px;border-radius:999px;font-size:14px;font-weight:800;white-space:nowrap}.connection.online{background:#d5f5e8;color:#056144}.connection.offline{background:#fee4e2;color:#8a1c13}.topbar-utility{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;color:#fff;border-radius:10px;text-decoration:none}.topbar-utility:hover,.topbar-utility:focus-visible,.topbar-utility[aria-current=page]{color:var(--navy);background:#fff;outline:none}.topbar-utility svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}main{width:min(1580px,calc(100% - 32px));margin:0 auto;padding:38px 0 80px}.page-heading{margin-bottom:28px}.page-heading h1{margin:5px 0 0;font-size:clamp(32px,5vw,54px);line-height:1;letter-spacing:-.045em}.eyebrow{margin:0;color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.card{padding:clamp(20px,4vw,34px);background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.card h2,.card h3{margin:4px 0 10px}.card p{color:var(--muted);line-height:1.55}.settings-card{display:grid;grid-template-columns:1.1fr 1fr;gap:34px;align-items:start}form{display:grid;gap:16px}label{display:grid;gap:7px;font-weight:800}input,select{width:100%;min-height:52px;padding:12px 14px;color:var(--ink);background:#fff;border:2px solid #9dabb4;border-radius:10px}input:focus,select:focus{border-color:var(--blue);outline:4px solid rgba(11,93,131,.17)}button{min-height:52px;padding:12px 18px;border:0;border-radius:10px;color:#fff;background:var(--blue);font-weight:900;cursor:pointer}button:hover{filter:brightness(.93)}button:focus-visible{outline:4px solid rgba(11,93,131,.25);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.5}button.secondary{color:var(--ink);background:#dce5ea}button.danger{background:var(--danger)}.toolbar{display:flex;align-items:end;gap:14px;margin-bottom:22px}.toolbar>label,.toolbar>form{flex:1}.workspace{display:grid;gap:22px}.split{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:22px;align-items:start}.line-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;margin:20px 0}.line-card{min-height:132px;padding:18px;color:var(--ink);text-align:left;background:#f7f9fa;border:2px solid var(--line)}.line-card strong,.line-card span{display:block}.line-card span{margin-top:6px;color:var(--muted);font-weight:600}.line-card.selected{color:#fff;background:var(--blue);border-color:var(--blue)}.line-card.selected span{color:#dcecf4}.line-card.fulfillment-hold{background:#fff4df;border-color:#df7b18;box-shadow:inset 5px 0 #df7b18}.line-card.fulfillment-hold .fulfillment-hold-title{color:#9a4d00;font-weight:900}button.fulfillment-hold-link{width:fit-content;min-height:40px;margin-top:12px;padding:6px 2px;color:#7f4000;background:transparent;text-decoration:underline;text-underline-offset:3px}button.fulfillment-hold-link:hover{color:var(--ink);background:transparent;filter:none;text-decoration-thickness:2px}.scanner-form{padding-top:8px}.scanner-row{display:grid;grid-template-columns:1fr auto;gap:10px}.scanner-row input{min-height:66px;font-size:24px;letter-spacing:.035em}.scanner-row button{min-height:66px}.hint{margin:0;color:var(--muted);font-size:14px}.upload-warning{margin:0 0 10px;color:#704100!important;font-weight:800}.status-banner{display:grid;gap:3px;padding:16px 18px;border:2px solid;border-radius:12px}.status-banner.success{color:#065f46;background:#ecfdf3;border-color:#47b881}.status-banner.error{color:#8a1c13;background:#fff1f0;border-color:#e26b61}.status-banner.info{color:#124b66;background:#edf7fb;border-color:#6aa9c5}.status-banner span{line-height:1.4}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.metric{padding:22px;background:#fff;border:1px solid var(--line);border-radius:14px}.metric span{display:block;color:var(--muted);font-weight:700}.metric strong{display:block;margin-top:8px;font-size:36px}.metric.alert strong{color:var(--danger)}.count{display:inline-grid;place-items:center;min-width:36px;height:36px;padding:0 8px;color:#fff;background:var(--success);border-radius:999px;font-weight:900}.summary-list{display:grid;gap:11px;margin:18px 0;padding:0;list-style:none}.summary-list li{display:flex;justify-content:space-between;gap:20px;padding-bottom:11px;border-bottom:1px solid var(--line)}.summary-list li:last-child{border:0}.completion{text-align:center}.completion .check{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;color:#fff;background:var(--success);font-size:42px;font-weight:900}.table-wrap{overflow-x:auto}.pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px}.pagination span{color:var(--muted);text-align:center}.pagination button{min-width:108px}.action-stack{display:flex;flex-direction:column;gap:.5rem;min-width:11rem}.sales-order-job-column{width:250px;max-width:250px;overflow-wrap:anywhere;white-space:normal}.serial-search,.job-search{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:10px;align-items:end}.job-search{max-width:520px;margin:16px 0 20px}.serial-state{display:inline-block;padding:6px 10px;color:#124b66;background:#edf7fb;border-radius:999px;font-size:13px;font-weight:900;text-transform:capitalize;white-space:nowrap}.serial-state.in_stock{color:#065f46;background:#d5f5e8}.serial-state.picked{color:#704100;background:#fff4cc}.serial-state.shipped{color:#4b3869;background:#efe7f8}.serial-state.exception{color:#8a1c13;background:#fee4e2}.serial-facts{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0 28px}.serial-facts div{min-width:150px;padding:14px 16px;background:#f7f9fa;border:1px solid var(--line);border-radius:10px}.serial-facts dt{color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.serial-facts dd{margin:5px 0 0;font-weight:800;overflow-wrap:anywhere}.event-timeline{display:grid;gap:0;margin:0;padding:0;list-style:none}.event-timeline li{position:relative;display:grid;grid-template-columns:22px 1fr;gap:12px;padding-bottom:24px}.event-timeline li:not(:last-child):before{content:"";position:absolute;top:14px;bottom:-2px;left:6px;width:2px;background:var(--line)}.event-marker{z-index:1;width:14px;height:14px;margin-top:4px;background:var(--accent);border:3px solid white;border-radius:50%;box-shadow:0 0 0 2px var(--accent)}.event-timeline strong,.event-timeline span{display:block}.event-timeline span{margin-top:3px;color:var(--muted);text-transform:capitalize}.event-timeline p{margin:5px 0 0;font-size:14px}table{width:100%;border-collapse:collapse}th,td{padding:15px 12px;text-align:left;border-bottom:1px solid var(--line)}th{color:var(--muted);font-size:13px;letter-spacing:.06em;text-transform:uppercase}.job-status{display:inline-block;padding:6px 10px;border-radius:999px;font-size:13px;font-weight:900;white-space:nowrap}.job-status.pending{color:#124b66;background:#edf7fb}.job-status.leased{color:#704100;background:#fff4cc}.job-status.succeeded{color:#065f46;background:#d5f5e8}.job-status.failed{color:#8a1c13;background:#fee4e2}.job-status.released{color:#704100;background:#fff4cc}.dropped-sales-order-lines{min-width:240px;margin-top:10px;padding:10px 12px;color:#8a1c13;background:#fff1f0;border:2px solid #e26b61;border-radius:10px}.dropped-sales-order-lines>strong{display:block}.dropped-sales-order-lines ul{margin:8px 0 0;padding-left:20px}.dropped-sales-order-lines li+li{margin-top:8px}.dropped-sales-order-lines li div{margin-top:2px;font-size:13px}.transaction-id{overflow-wrap:anywhere;font-size:13px}.empty{padding:30px;color:var(--muted);text-align:center;border:2px dashed var(--line);border-radius:14px}button.serials-count{min-height:40px;min-width:44px;padding:6px 12px;color:var(--blue);background:#edf7fb;border:2px solid #6aa9c5;text-decoration:underline;text-underline-offset:3px;cursor:pointer}button.serials-count:hover{filter:none;color:var(--navy);background:#dcecf4}.modal-backdrop{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:16px;background:#071d2c73}.modal{width:min(520px,100%);max-height:min(80vh,720px);overflow:auto;padding:28px 28px 24px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);color:var(--ink);background:var(--paper)}.modal h2{margin:4px 0 8px}.modal p{color:var(--muted)}.modal .summary-list{max-height:48vh;overflow:auto}.modal button{margin-top:8px}@media(max-width:800px){.topbar{align-items:flex-start;flex-wrap:wrap;gap:8px 14px}.topbar nav{order:3;flex-basis:100%;overflow-x:auto}.connection{margin-left:auto}.settings-card,.split{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){main{width:min(100% - 20px,1180px);padding-top:24px}.topbar{padding-inline:12px}.topbar nav a{padding-inline:10px}.scanner-row,.toolbar,.serial-search,.job-search{grid-template-columns:1fr;display:grid}.metric-grid{grid-template-columns:1fr 1fr;gap:8px}.metric{padding:16px}.metric strong{font-size:30px}.pagination{flex-wrap:wrap;justify-content:center}.pagination span{order:-1;flex-basis:100%}}.customer-typeahead,.customer-typeahead-input-wrap{position:relative}.customer-typeahead-input-wrap input{padding-right:50px}.customer-typeahead-clear{position:absolute;top:50%;right:8px;width:36px;min-height:36px;padding:0;transform:translateY(-50%);color:var(--muted);background:transparent;font-size:24px;line-height:1}.customer-typeahead-clear:hover,.customer-typeahead-clear:focus-visible{color:var(--ink);background:#e7eef2;filter:none}.customer-typeahead-menu{position:absolute;z-index:20;top:calc(100% + 6px);right:0;left:0;overflow:hidden;background:#fff;border:2px solid var(--blue);border-radius:10px;box-shadow:0 16px 36px #071d2c33}.customer-typeahead-menu ul{max-height:320px;margin:0;padding:6px;overflow-y:auto;list-style:none}.customer-typeahead-menu li{padding:11px 12px;border-radius:7px;cursor:pointer;font-weight:700}.customer-typeahead-menu li.active,.customer-typeahead-menu li[aria-selected=true]{color:#fff;background:var(--blue)}.customer-typeahead-empty,.customer-typeahead-hint{margin:0!important;padding:12px 14px}.customer-typeahead-hint{border-top:1px solid var(--line);background:#f7f9fa;font-size:13px}.sales-order-line-editor{width:min(920px,100%);max-height:min(90vh,860px)}.line-editor-list{display:grid;gap:10px;margin:20px 0}.line-editor-row{display:grid;grid-template-columns:34px minmax(260px,1fr) 130px auto;gap:12px;align-items:start;padding:14px;border:1px solid var(--line);border-radius:12px;background:#f7f9fa}.line-editor-number{display:grid;place-items:center;width:30px;height:30px;margin-top:26px;border-radius:50%;color:#fff;background:var(--blue);font-weight:800}.line-editor-row label{display:grid;gap:6px;font-weight:800}.line-editor-row input{width:100%}.line-editor-row input[aria-invalid=true]{border-color:var(--danger);background:#fff3f1}.line-editor-row small{color:var(--muted);font-weight:500;overflow-wrap:anywhere}.modal .line-editor-delete{align-self:end;margin:0 0 1px}.line-editor-actions,.line-editor-submit-actions{display:flex;gap:10px;align-items:center}.line-editor-actions{justify-content:space-between;position:sticky;bottom:-24px;margin:0 -28px -24px;padding:14px 28px 18px;border-top:1px solid var(--line);background:var(--paper)}@media(max-width:720px){.line-editor-row{grid-template-columns:30px 1fr}.line-editor-row label,.line-editor-delete{grid-column:2}.line-editor-number{grid-row:1 / span 3}.line-editor-actions{align-items:stretch;flex-direction:column}.line-editor-submit-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:2rem;background:#edf2f5}.auth-card{width:min(520px,100%);padding:clamp(1.5rem,4vw,3rem);border:1px solid #cad6dd;border-top:5px solid #f15a29;border-radius:20px;background:#fff;box-shadow:0 22px 60px #0c263421}.auth-card h1{margin:.25rem 0 1rem;font-size:clamp(2rem,6vw,3rem);line-height:1}.auth-mark{display:grid;place-items:center;width:48px;height:48px;margin-bottom:1.5rem;border-radius:12px;background:#0d6387;color:#fff;font-weight:900;font-size:1.5rem}.microsoft-button{width:100%;margin-top:1.25rem;display:flex;align-items:center;justify-content:center;gap:.8rem}.microsoft-logo{display:grid;grid-template-columns:repeat(2,8px);gap:2px}.microsoft-logo i{display:block;width:8px;height:8px;background:#fff}.auth-actions,.form-actions,.row-actions{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}.auth-actions{margin-top:1rem}.auth-help{margin:1.25rem 0 0;color:#60717d;font-size:.9rem}.access-workspace{max-width:1500px}.access-split{align-items:start}.access-form{display:grid;gap:1rem}.access-form label:not(.check-row){display:grid;gap:.35rem;font-weight:800}.access-form input,.access-form select,.access-form textarea{width:100%}.access-form fieldset{display:grid;gap:.45rem;border:1px solid #c9d5dc;border-radius:12px;padding:.8rem}.access-form legend{padding:0 .35rem;font-weight:900}.check-row{display:flex;gap:.65rem;align-items:flex-start;padding:.45rem;border-radius:8px}.check-row:hover{background:#eef4f7}.check-row input{width:auto;margin-top:.2rem}.check-row span{display:grid;gap:.12rem}.check-row small,.access-list small{color:#637580}.check-row.compact{padding-block:.2rem}.access-list{display:grid;gap:.7rem}.access-list article{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem;border:1px solid #d5dfe4;border-radius:12px}.access-list article>div:first-child{display:grid;gap:.2rem}.access-list article.disabled{opacity:.58;background:#eef1f2}.system-badge{display:inline-block;margin-left:.5rem;padding:.12rem .4rem;border-radius:999px;background:#e4edf2;color:#425966;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em}button.danger{background:#fff0ed;color:#8f2517;border-color:#e8a99f}.enrollment-result{display:grid;justify-items:start;gap:.35rem;margin-top:1rem;padding:1rem;border:2px solid #ef8c22;border-radius:14px;background:#fff4df}.enrollment-result strong{font-size:clamp(2rem,7vw,3.4rem);letter-spacing:.14em;font-variant-numeric:tabular-nums}@media(max-width:760px){.access-list article{align-items:flex-start;flex-direction:column}}.receipt-workspace{max-width:1580px}.receipt-heading-toolbar{align-items:flex-start;justify-content:space-between}.receipt-heading-toolbar>div:first-child{max-width:760px}.receipt-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr)) minmax(210px,1.2fr);gap:14px}.receipt-oldest strong{font-size:28px}.receipt-oldest small{display:block;margin-top:5px;color:var(--muted)}.receipt-list-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:12px}.receipt-list-heading>span{padding:.45rem .75rem;color:#124b66;background:#edf7fb;border-radius:999px;font-weight:900;white-space:nowrap}.receipt-filters{display:grid;grid-template-columns:minmax(360px,1fr) minmax(190px,.28fr);gap:16px;align-items:end;margin:18px 0 22px}.receipt-search{display:grid;grid-template-columns:minmax(250px,1fr) auto auto;gap:10px;align-items:end}.receipt-subtext{display:block;max-width:340px;margin-top:5px;color:var(--muted);line-height:1.35;overflow-wrap:anywhere}.receipt-unknown-row{background:#fff8e9;box-shadow:inset 5px 0 #df7b18}.job-status.cancelled{color:#704100;background:#fff4cc}.receipt-text-button{min-height:auto;padding:2px;color:var(--blue);background:transparent;text-decoration:underline;text-underline-offset:3px}.receipt-text-button:hover{color:var(--navy);background:transparent;filter:none}.variance-category{display:inline-block;padding:6px 10px;color:#704100;background:#fff4cc;border-radius:999px;font-size:13px;font-weight:900;white-space:nowrap}.receipt-modal.wide{width:min(1200px,100%);max-height:92vh}.receipt-modal:focus{outline:4px solid rgba(11,93,131,.2);outline-offset:3px}.receipt-detail-status{display:flex;align-items:flex-start;gap:14px;margin:12px 0 18px}.receipt-detail-status p{margin:2px 0 0}.receipt-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin:18px 0}.receipt-detail-grid>div{min-width:0;padding:12px 14px;background:#f2f6f8;border-radius:10px}.receipt-detail-grid dt{color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.receipt-detail-grid dd{margin:5px 0 0;font-weight:800;overflow-wrap:anywhere}.receipt-modal section{margin-top:26px}.receipt-serial-list{max-height:200px;margin:8px 0 0;padding-left:22px;overflow-y:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.receipt-evidence{padding:18px;border:2px solid #df7b18;border-radius:14px;background:#fff8e9}.receipt-evidence-list{display:grid;gap:8px;margin:12px 0 0}.receipt-evidence-list>div{display:grid;grid-template-columns:minmax(140px,.35fr) 1fr;gap:10px}.receipt-evidence-list dt{font-weight:900}.receipt-evidence-list dd{margin:0;overflow-wrap:anywhere}.receipt-timeline{position:relative;display:grid;gap:0;margin:12px 0;padding:0;list-style:none}.receipt-timeline li{position:relative;padding:0 0 20px 30px;border-left:2px solid #c9d5dc}.receipt-timeline li:before{content:"";position:absolute;top:3px;left:-7px;width:12px;height:12px;border:3px solid white;border-radius:50%;background:var(--blue);box-shadow:0 0 0 2px var(--blue)}.receipt-timeline li:last-child{border-left-color:transparent}.receipt-timeline span,.receipt-timeline small{display:block;margin-top:3px;color:var(--muted)}.receipt-timeline p{margin:5px 0}.receipt-actions{padding:18px;border-radius:14px;background:#edf7fb}.receipt-actions .row-actions{align-items:stretch}.receipt-modal textarea{width:100%;padding:12px 14px;color:var(--ink);background:#fff;border:2px solid #9dabb4;border-radius:10px;font:inherit}.receipt-modal textarea:focus{border-color:var(--blue);outline:4px solid rgba(11,93,131,.17)}@media(max-width:1050px){.receipt-summary-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.receipt-summary-grid{grid-template-columns:1fr 1fr}.receipt-filters,.receipt-search{grid-template-columns:1fr}.receipt-heading-toolbar,.receipt-detail-status{align-items:stretch;flex-direction:column}.receipt-evidence-list>div{grid-template-columns:1fr;gap:2px}}
