.purchase-link-panel{gap:12px;min-width:0;margin:18px 0;display:grid}.purchase-link-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.purchase-link-summary>div{border:1px solid var(--line);background:var(--canvas);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:3px 8px;min-width:0;padding:12px 14px;display:grid}.purchase-link-summary span{color:var(--muted);grid-column:1/-1;font-size:12px}.purchase-link-summary strong,.purchase-line-quantities b,.selected-purchase-progress strong,.delivery-fulfillment-cell,.purchase-fulfillment-cell{font-variant-numeric:tabular-nums}.purchase-link-summary strong{overflow-wrap:anywhere;min-width:0;color:var(--ink);font-size:20px}.purchase-link-summary small{color:var(--faint);font-size:11px}.purchase-link-toolbar{justify-content:space-between;align-items:center;gap:12px;padding-top:4px;display:flex}.purchase-link-toolbar>div,.purchase-link-toolbar>label{align-items:center;gap:8px;min-width:0;display:flex}.purchase-link-toolbar>div>span{color:var(--faint);font-size:12px}.purchase-link-toolbar>label{border:1px solid var(--line);background:var(--paper);border-radius:8px;min-width:min(100%,250px);min-height:44px;padding:0 12px}.purchase-link-toolbar input{width:100%;min-width:0;min-height:44px;color:var(--ink);background:0 0;border:0;outline:0}.purchase-link-state{border:1px dashed var(--line-dark);min-height:96px;color:var(--muted);text-align:left;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:16px;display:flex}.purchase-link-state>div{gap:3px;display:grid}.purchase-link-state strong{color:var(--ink)}.purchase-link-state.error{color:var(--danger)}.purchase-line-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-height:390px;display:grid;overflow:auto}.purchase-line-list article{box-sizing:border-box;border-bottom:1px solid var(--line);grid-template-columns:minmax(130px,.8fr) minmax(210px,1.5fr) minmax(240px,1.2fr) auto;align-items:center;gap:12px;min-width:0;min-height:68px;padding:10px 4px;display:grid}.purchase-line-list article:last-child{border-bottom:0}.purchase-line-order,.purchase-line-product{gap:3px;min-width:0;display:grid}.purchase-line-order strong,.purchase-line-product strong{overflow-wrap:anywhere;word-break:break-word;min-width:0;color:var(--ink);font-size:13px}.purchase-line-order span,.purchase-line-product span{color:var(--faint);font-size:11px}.purchase-line-quantities{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;min-width:0;display:grid}.purchase-line-quantities span{color:var(--faint);gap:2px;font-size:11px;display:grid}.purchase-line-quantities b{overflow-wrap:anywhere;min-width:0;color:var(--ink);font-size:13px}.purchase-line-list button{border:1px solid var(--accent-line);background:var(--accent-soft);min-width:96px;min-height:42px;color:var(--accent-strong);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:6px;font-weight:700;display:inline-flex}.purchase-line-list button:disabled{opacity:.58;cursor:not-allowed}.selected-purchase-progress{border:1px solid var(--line);background:var(--line);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0 0 14px;display:grid;overflow:clip}.selected-purchase-progress>div{background:var(--canvas);gap:3px;padding:10px 12px;display:grid}.selected-purchase-progress span{color:var(--faint);font-size:11px}.selected-purchase-progress strong{overflow-wrap:anywhere;min-width:0;color:var(--ink);font-size:14px}.item-fields input[readonly]{border-color:var(--line);background:var(--canvas);color:var(--muted)}.selected-purchase-empty{border:1px dashed var(--line-dark);min-height:120px;color:var(--faint);text-align:center;border-radius:8px;justify-items:center;gap:5px;padding:24px;display:grid}.selected-purchase-empty strong{color:var(--ink)}.delivery-precheck{border:1px solid var(--line);background:var(--line);border-radius:8px;gap:1px;margin:16px 0;display:grid;overflow:clip}.delivery-precheck>strong,.delivery-precheck>div{background:var(--paper);padding:10px 12px}.delivery-precheck>div{justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.delivery-precheck>div span{color:var(--muted);align-items:center;gap:7px;display:inline-flex}.delivery-precheck>div b{overflow-wrap:anywhere;min-width:0;color:var(--ink);text-align:right}.delivery-precheck .pass svg{color:var(--ok-ink)}.delivery-precheck .blocking svg{color:var(--danger)}.delivery-fulfillment-cell{gap:3px;min-width:150px;display:grid}.delivery-fulfillment-cell strong{color:var(--warn-ink);font-size:12px}.delivery-fulfillment-cell small,.delivery-unlinked{color:var(--muted);font-size:11px}.purchase-fulfillment-cell{gap:6px;min-width:210px;display:grid}.purchase-fulfillment-cell>div:first-child{justify-content:space-between;align-items:center;gap:10px;display:flex}.purchase-fulfillment-cell>div:first-child strong{color:var(--accent-strong);font-size:12px}.purchase-fulfillment-cell>div:first-child span,.purchase-fulfillment-cell small,.purchase-progress-pending{color:var(--muted);font-size:11px}.purchase-progress-track{background:var(--line);border-radius:3px;height:5px;overflow:clip}.purchase-progress-track i{border-radius:inherit;background:var(--accent);height:100%;display:block}@media (max-width:900px){.purchase-line-list article{grid-template-columns:minmax(0,.8fr) minmax(0,1.25fr) auto}.purchase-line-quantities{grid-column:1/3}}@media (max-width:640px){.purchase-link-summary,.selected-purchase-progress{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-link-toolbar{flex-direction:column;align-items:stretch}.purchase-link-toolbar>label{width:100%}.purchase-line-list{overscroll-behavior:contain;max-height:480px;display:block}.purchase-line-list article{grid-template-columns:minmax(0,1fr);grid-template-areas:"order""product""quantities""action";align-items:start;gap:9px;padding:12px 2px}.purchase-line-order{grid-area:order}.purchase-line-product{grid-area:product}.purchase-line-quantities{border-top:1px solid var(--line);grid-area:quantities;width:100%;padding:8px 0 2px}.purchase-line-list button{grid-area:action;width:100%;min-width:0;min-height:44px}.purchase-link-toolbar>label,.purchase-link-toolbar input{min-height:44px}.delivery-precheck>div{flex-direction:column;align-items:flex-start;gap:4px}.delivery-precheck>div b{text-align:left;padding-left:22px}}@media (max-width:380px){.purchase-link-summary,.selected-purchase-progress{grid-template-columns:minmax(0,1fr)}}
.customer-material-page{color:#152238;background:#eef3fa;min-height:100dvh}.customer-material-header{color:#f8fbff;background:#162a49;justify-content:space-between;align-items:center;min-height:66px;padding:0 max(20px,50% - 490px);display:flex}.customer-material-brand,.customer-material-brand>div,.customer-material-chip,.customer-material-section-heading,.customer-material-item-head,.customer-material-submit-row,.customer-material-safe-note{align-items:center;display:flex}.customer-material-brand{gap:10px}.customer-material-brand>span{background:#2d78ed;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.customer-material-brand>div{gap:2px;display:grid}.customer-material-brand strong{font-size:15px}.customer-material-brand small{color:#f8fbffad;font-size:10px}.customer-material-chip{color:#cfe1ff;background:#ffffff17;border:1px solid #ffffff24;border-radius:8px;gap:6px;padding:8px 11px;font-size:11px}.customer-material-intro,.customer-material-form{width:min(980px,100% - 32px);margin-inline:auto}.customer-material-intro{padding:42px 0 24px}.customer-material-eyebrow{color:#2369d8;letter-spacing:.13em;font-size:10px;font-weight:800}.customer-material-intro h1{margin:8px 0 7px;font-size:clamp(24px,4vw,34px);line-height:1.2}.customer-material-intro p{color:#64748b;margin:0;font-size:13px;line-height:1.65}.customer-material-form{padding-bottom:50px}.customer-material-section{background:#fbfdff;border:1px solid #d9e2ef;border-radius:12px;margin-top:14px;padding:22px;box-shadow:0 8px 24px #213e660f}.customer-material-section-heading{gap:12px;margin-bottom:18px}.customer-material-section-heading>span{color:#fff;background:#2563eb;border-radius:9px;place-items:center;width:33px;height:33px;font-size:12px;font-weight:800;display:grid}.customer-material-section-heading h2{margin:0;font-size:17px}.customer-material-section-heading p{color:#718096;margin:3px 0 0;font-size:11px}.customer-material-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.customer-material-grid label,.customer-material-item-grid label{color:#42536d;gap:7px;min-width:0;font-size:11px;font-weight:700;display:grid}.customer-material-grid label>span,.customer-material-item-grid label>span{display:block}.customer-material-grid b,.customer-material-item-grid b{color:#c84e50}.customer-material-grid label>div,.customer-material-item-grid label>div{background:#fff;border:1px solid #cfd9e8;border-radius:8px;align-items:center;gap:8px;min-width:0;padding:0 11px;display:flex}.customer-material-grid input,.customer-material-grid select,.customer-material-item-grid input{color:#152238;width:100%;min-width:0;height:42px;font:inherit;background:0 0;border:0;outline:0;font-size:13px}.customer-material-grid input:focus,.customer-material-grid select:focus,.customer-material-item-grid input:focus{box-shadow:none}.customer-material-items{gap:12px;display:grid}.customer-material-item{background:#f5f8fc;border:1px solid #dbe4ef;border-radius:9px;padding:16px}.customer-material-item-head{color:#203756;justify-content:space-between;margin-bottom:13px;font-size:13px}.customer-material-item-head button{color:#a34345;font:inherit;background:0 0;border:0;border-radius:6px;align-items:center;gap:5px;padding:6px 8px;font-size:11px;display:inline-flex}.customer-material-item-head button:hover{background:#f8e9e7}.customer-material-item-grid{grid-template-columns:1.4fr 1.4fr .8fr .8fr 1fr;gap:10px;display:grid}.customer-material-add{color:#1f5fc8;min-height:40px;font:inherit;background:#edf4ff;border:1px solid #c9ddff;border-radius:8px;align-items:center;gap:6px;margin-top:13px;padding:0 13px;font-size:12px;font-weight:700;display:inline-flex}.customer-material-add:hover{background:#e1edff}.customer-material-submit-row{color:#64748b;justify-content:space-between;gap:18px;padding:20px 2px 0;font-size:11px}.customer-material-primary{color:#fafdff;min-height:44px;font:inherit;background:#2563eb;border:1px solid #2563eb;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 17px;font-size:12px;font-weight:800;display:inline-flex;box-shadow:0 6px 15px #2563eb2e}.customer-material-primary:hover{background:#1d4fc2}.customer-material-primary:disabled{cursor:wait;opacity:.65}.customer-material-alert{color:#923c39;background:#f8e9e7;border:1px solid #eccac7;border-radius:8px;margin:12px 0;padding:12px 14px;font-size:12px;line-height:1.5}.customer-material-footer{color:#8290a4;text-align:center;padding:0 16px 28px;font-size:11px}.customer-material-success-page{place-items:center;padding:28px 16px;display:grid}.customer-material-success{text-align:center;background:#fbfdff;border:1px solid #d9e2ef;border-radius:14px;width:min(500px,100%);padding:38px 30px;box-shadow:0 15px 42px #213e661a}.customer-material-success-icon{color:#fff;background:#2c7a50;border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 18px;display:grid}.customer-material-success h1{margin:10px 0 8px;font-size:24px}.customer-material-success p{color:#64748b;margin:0;font-size:13px;line-height:1.65}.customer-material-receipt-no{background:#eef4ff;border:1px solid #c8dbff;border-radius:8px;gap:5px;margin:22px 0 14px;padding:14px;display:grid}.customer-material-receipt-no span{color:#64748b;font-size:11px}.customer-material-receipt-no strong{color:#1e4fc7;letter-spacing:.04em;font-size:18px}.customer-material-safe-note{color:#4b6d5a;justify-content:center;gap:6px;font-size:11px}.customer-material-success .customer-material-primary{width:100%;margin-top:22px}@media (max-width:700px){.customer-material-header{padding:0 14px}.customer-material-chip{padding:7px 8px;font-size:10px}.customer-material-intro{padding-top:30px}.customer-material-section{padding:16px}.customer-material-grid,.customer-material-item-grid{grid-template-columns:minmax(0,1fr)}.customer-material-submit-row{gap:12px;display:grid}.customer-material-primary{width:100%}.customer-material-success{padding:30px 20px}}.customer-material-qr-preview{background:#f4f7fb;border:1px solid #dce5f0;border-radius:10px;justify-items:center;gap:12px;margin:16px 0;padding:18px;display:grid}.customer-material-qr-preview .qr-code-box{background:#fff;border:1px solid #d6e0ec;border-radius:8px;place-items:center;width:252px;height:252px;display:grid}.customer-material-qr-preview>div:last-child{justify-items:center;gap:5px;display:grid}.customer-material-qr-preview strong{color:#1d3455;font-size:15px}.customer-material-qr-preview span{color:#718097;align-items:center;gap:5px;font-size:11px;display:inline-flex}.customer-material-qr-token{color:#8692a4;text-align:center;margin-top:14px;font-size:10px;display:block}.customer-material-center{min-width:0}.customer-material-center-heading{border-bottom:1px solid #d9e2ef;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;padding:2px 0 17px;display:flex}.customer-material-center-heading>div>span{color:#2369d8;letter-spacing:.1em;font-size:10px;font-weight:800}.customer-material-center-heading h1{color:#152238;align-items:center;gap:9px;margin:5px 0;font-size:25px;line-height:1.2;display:flex}.customer-material-center-heading p{color:#66768d;margin:0;font-size:12px}.customer-material-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.customer-material-metrics article{background:#fbfdff;border:1px solid #d9e2ef;border-radius:11px;gap:5px;min-height:104px;padding:14px 16px;display:grid}.customer-material-metrics article>span{color:#63738a;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.customer-material-metrics article strong{color:#152238;font-size:28px;line-height:1}.customer-material-metrics article small{color:#8390a3;font-size:10px}.customer-material-ledger{min-width:0;overflow:hidden;padding:0!important}.customer-material-ledger-toolbar{border-bottom:1px solid #dfe6f0;justify-content:space-between;align-items:center;gap:16px;padding:15px 17px;display:flex}.customer-material-ledger-toolbar h2{color:#152238;margin:0 0 3px;font-size:16px}.customer-material-ledger-toolbar>div>span{color:#7b899e;font-size:11px}.customer-material-ledger-toolbar label{background:#f4f7fb;border:1px solid #d8e1ed;border-radius:8px;align-items:center;gap:7px;width:min(300px,100%);padding:0 10px;display:flex}.customer-material-ledger-toolbar input{color:#152238;width:100%;height:36px;font:inherit;background:0 0;border:0;outline:0;font-size:12px}.customer-material-table-wrap{max-width:100%;overflow-x:auto}.customer-material-table{border-collapse:collapse;width:100%;min-width:900px;font-size:12px}.customer-material-table th{color:#687890;text-align:left;white-space:nowrap;background:#f6f8fc;border-bottom:1px solid #dfe6f0;padding:10px 13px;font-size:10px;font-weight:800}.customer-material-table td{color:#334761;vertical-align:top;border-bottom:1px solid #edf1f6;padding:13px}.customer-material-table tbody tr:hover{background:#f8fbff}.customer-material-table td strong{color:#1c2d47;display:block}.customer-material-table td small{color:#8290a3;margin-top:4px;font-size:10px;display:block}.customer-material-contact,.customer-material-time,.customer-material-status{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.customer-material-forklift{border-radius:6px;padding:4px 7px;font-size:10px;font-weight:800;display:inline-flex}.customer-material-forklift.required{color:#89561e;background:#f8eddb}.customer-material-forklift.not-required{color:#4b6d5a;background:#e7f2eb}.customer-material-table details summary{cursor:pointer;color:#2163c6;font-weight:700}.customer-material-detail-list{gap:7px;min-width:230px;padding:9px 0 2px;display:grid}.customer-material-detail-list div{background:#f5f8fc;border:1px solid #e1e8f1;border-radius:6px;padding:7px 8px}.customer-material-detail-list span{color:#718097;margin-top:3px;font-size:10px;display:block}.customer-material-status{color:#4b6d5a;font-size:11px;font-weight:700}.customer-material-empty{color:#8290a3;text-align:center;padding:44px 15px}@media (max-width:700px){.customer-material-center-heading{flex-direction:column;align-items:flex-start}.customer-material-center-heading .btn{width:100%}.customer-material-metrics{grid-template-columns:1fr}.customer-material-ledger-toolbar{flex-direction:column;align-items:stretch}.customer-material-ledger-toolbar label{width:100%}}
