

#daily-pipe-draft{--surface:light-dark(#fff,#182a36);--ink:light-dark(#193647,#edf4f8);--soft:light-dark(#f0f5f8,#203845);--line:light-dark(#d3e0e8,#395361);--muted:light-dark(#526c7a,#bacdd8);--blue:light-dark(#096caa,#71c9fa);background:var(--surface);color:var(--ink);font:14px 'Segoe UI',Arial,sans-serif;border-radius:9px;overflow:hidden}#daily-pipe-draft *{box-sizing:border-box}#daily-pipe-draft [hidden]{display:none!important}#daily-pipe-draft button,#daily-pipe-draft input,#daily-pipe-draft select{font:inherit;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:5px;padding:9px 12px;min-height:40px}#daily-pipe-draft button{cursor:pointer}#daily-pipe-draft button:hover{background:var(--soft)}#daily-pipe-draft .primary{background:#126c98;color:#fff;border-color:#126c98}#daily-pipe-draft .top{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:18px 20px;background:#112e40;color:#fff}#daily-pipe-draft .title{font-size:19px;font-weight:500}#daily-pipe-draft .subtitle{font-size:12px;color:#b7cdd8;margin-top:4px}#daily-pipe-draft .draft-tag{border:1px solid #6c8593;border-radius:4px;padding:5px 8px;font-size:12px}#daily-pipe-draft .controls{display:flex;gap:14px;align-items:end;flex-wrap:wrap;padding:14px 20px;border-bottom:1px solid var(--line)}#daily-pipe-draft label{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:12px}#daily-pipe-draft select,#daily-pipe-draft input{font-size:16px;max-width:100%}#daily-pipe-draft .controls .primary{margin-left:auto}#daily-pipe-draft .main{display:grid;grid-template-columns:minmax(0,1fr) 270px}#daily-pipe-draft .model-panel{min-width:0;background:#104366}#daily-pipe-draft .model-caption{padding:12px 16px;color:#e4f1f7;font-size:13px;display:flex;justify-content:space-between;gap:12px}#daily-pipe-draft .stage{position:relative;height:390px;touch-action:none;background-image:linear-gradient(#d7ebff0b 1px,transparent 1px),linear-gradient(90deg,#d7ebff0b 1px,transparent 1px);background-size:22px 22px}#daily-pipe-draft .stage canvas{display:block;width:100%;height:100%;touch-action:none}#daily-pipe-draft .leaders{position:absolute;inset:0;pointer-events:none;width:100%;height:100%}#daily-pipe-draft .joint{position:absolute;width:34px;height:34px;min-height:34px;padding:0;border:2px solid #d8f2ff;background:#134d71;color:white;border-radius:50%;transform:translate(-50%,-50%);font-size:12px}#daily-pipe-draft .joint.selected{background:#57e4ff;color:#073544;border-color:#57e4ff}#daily-pipe-draft .joint.recorded::after{content:'✓';position:absolute;right:-8px;top:-9px;background:#d3f3d7;color:#184c22;border-radius:50%;width:17px;height:17px;font-size:11px}#daily-pipe-draft .model-note{padding:8px 16px;color:#b9d5e5;font-size:12px}#daily-pipe-draft .inspector{padding:18px;border-left:1px solid var(--line);background:var(--surface)}#daily-pipe-draft .eyebrow{font-size:12px;color:var(--muted);letter-spacing:1px;margin-bottom:10px}#daily-pipe-draft h3{font-size:19px;font-weight:500;margin:0 0 12px}#daily-pipe-draft .description{font-size:14px;line-height:1.5;color:var(--muted);margin-bottom:18px;overflow-wrap:anywhere}#daily-pipe-draft .qty-fields{display:grid;gap:12px}#daily-pipe-draft .qty-fields input{width:100%}#daily-pipe-draft .apply{width:100%;margin-top:16px}#daily-pipe-draft .feedback{font-size:12px;min-height:32px;padding-top:10px;color:var(--muted)}#daily-pipe-draft .complete{border-top:1px solid var(--line);padding-top:15px;margin-top:12px}#daily-pipe-draft .complete input{width:100%}#daily-pipe-draft .summary{display:flex;gap:22px;flex-wrap:wrap;padding:14px 20px;background:var(--soft);border-block:1px solid var(--line);font-size:14px}#daily-pipe-draft .summary strong{font-weight:500;color:var(--blue)}#daily-pipe-draft .ledger{padding:16px 20px}#daily-pipe-draft .ledger h3{font-size:16px;margin-bottom:12px}#daily-pipe-draft .pipe-buttons{display:flex;gap:8px;flex-wrap:wrap}#daily-pipe-draft .pipe-buttons button{font-size:13px;text-align:left;line-height:1.5}#daily-pipe-draft .pipe-buttons button.selected{border-color:var(--blue);background:var(--soft)}#daily-pipe-draft .report{padding:24px;max-width:860px;margin:auto}#daily-pipe-draft .report-head{display:flex;justify-content:space-between;align-items:start;gap:16px}#daily-pipe-draft .report img{width:100%;height:auto;background:#104366;border-radius:5px;margin:14px 0}#daily-pipe-draft .report h2{font-size:24px;font-weight:500;margin:0 0 6px}#daily-pipe-draft .report h3{font-size:17px;margin-top:24px}#daily-pipe-draft table{border-collapse:collapse;width:100%;font-size:13px}#daily-pipe-draft td,#daily-pipe-draft th{padding:10px 7px;border-bottom:1px solid var(--line);text-align:left;overflow-wrap:anywhere}#daily-pipe-draft th{font-weight:500;background:var(--soft)}#daily-pipe-draft .fine{color:var(--muted);font-size:12px;line-height:1.5}#daily-pipe-draft .report-total{display:flex;flex-wrap:wrap;gap:18px;background:var(--soft);padding:12px;margin-top:16px}#daily-pipe-draft .error{padding:20px;color:var(--ink)}

@media(max-width:700px){#daily-pipe-draft .main{grid-template-columns:1fr}#daily-pipe-draft .inspector{border-left:0}#daily-pipe-draft .stage{height:390px}#daily-pipe-draft .controls{padding:12px}#daily-pipe-draft .controls .primary{margin-left:0}#daily-pipe-draft .controls label{flex:1;min-width:140px}#daily-pipe-draft .report{padding:15px}#daily-pipe-draft .top{padding:14px}#daily-pipe-draft .report-head{flex-wrap:wrap}#daily-pipe-draft .qty-fields{grid-template-columns:1fr 1fr}#daily-pipe-draft .summary{gap:14px}}



#daily-pipe-draft .main{display:flex;flex-direction:column}

#daily-pipe-draft .model-panel{width:100%}

#daily-pipe-draft .weld-part-one{padding:20px;display:grid;grid-template-columns:minmax(0,1fr) 180px auto;gap:16px;align-items:end;border-top:1px solid var(--line);background:var(--surface)}

#daily-pipe-draft .weld-part-one.selected{box-shadow:inset 0 0 0 3px #e9b344;background:#fff8e7}

#daily-pipe-draft .part-targets{position:absolute;inset:0;pointer-events:none;z-index:3}

#daily-pipe-draft .part-target{position:absolute;transform:translate(-50%,-50%);width:25px;height:25px;min-height:25px;padding:0;border:0;background:transparent;color:#ffca65;pointer-events:auto;filter:drop-shadow(0 1px 3px #102a38)}

#daily-pipe-draft .part-target::before{content:'';display:block;width:19px;height:19px;margin:3px;border:2px solid currentColor;border-radius:50%;box-shadow:0 0 0 2px #123c57 inset,0 0 0 2px #123c57}

#daily-pipe-draft .part-target::after{content:'';position:absolute;left:10px;top:10px;width:5px;height:5px;border-radius:50%;background:currentColor}

#daily-pipe-draft .part-target:hover,#daily-pipe-draft .part-target.active{color:#ffe198;filter:drop-shadow(0 0 7px #ffca65)}

#daily-pipe-draft .part-target.weldPart::before{border-style:double;border-width:4px}

#daily-pipe-draft .zoom-tools{z-index:4}

#daily-pipe-draft .part-target{width:18px;height:18px;min-height:18px;padding:0;background:transparent;border:0;filter:none}

#daily-pipe-draft .part-target::before{position:absolute;left:5px;top:5px;content:'';width:8px;height:8px;margin:0;border:1px solid #173e56;border-radius:50%;background:#ffca65;box-shadow:0 0 2px #09273b}

#daily-pipe-draft .part-target::after{display:none}

#daily-pipe-draft .part-target.weldPart::before{border:1px solid #173e56}

#daily-pipe-draft .part-target:hover::before,#daily-pipe-draft .part-target.active::before{background:#ffe198;box-shadow:0 0 0 2px #ffca6550,0 0 5px #ffca65}

#daily-pipe-draft #dp-compass-tools{position:absolute;left:14px;top:14px;display:flex;align-items:flex-start;gap:10px;z-index:7}

#daily-pipe-draft #dp-orientation-control{width:92px;padding:5px;border:1px solid #78c5e8;border-radius:13px;background:#062f52f2;box-shadow:0 8px 22px #00182c70,inset 0 0 24px #1b6fa755;color:#eaf8ff;text-align:center}

#daily-pipe-draft #dp-orientation-axis{width:78px;height:70px;margin:auto;cursor:pointer}

#daily-pipe-draft #dp-orientation-axis canvas{display:block;width:78px!important;height:70px!important}

#daily-pipe-draft #dp-compass-tools .axis-help{font-size:9px;color:#ccecff;margin:-1px 0 4px}

#daily-pipe-draft #dp-compass-tools .axis-view-buttons{display:flex;justify-content:center;gap:3px}

#daily-pipe-draft #dp-compass-tools .axis-view-buttons button{width:24px;min-height:24px;padding:2px;border-color:#6499b8;border-radius:7px;background:#0c4169;color:#fff;font-size:9px}

#daily-pipe-draft #dp-compass-tools .axis-view-buttons button[aria-pressed=true]{background:#17618f;border-color:#ccecff}

#daily-pipe-draft #dp-compass-tools .axis-view-buttons i{display:inline-block;width:6px;height:6px;margin-right:2px;border-radius:50%}

#daily-pipe-draft #dp-compass-tools .axis-front i{background:#4d8fd0}

#daily-pipe-draft #dp-compass-tools .axis-top i{background:#65a875}

#daily-pipe-draft #dp-compass-tools .axis-right i{background:#d66a5f}

#daily-pipe-draft #dp-compass-tools .compass-zoom{display:flex;flex-direction:column;gap:6px;padding:5px;border:1px solid #78c5e8;border-radius:999px;background:#062f52f2;box-shadow:0 8px 22px #00182c70}

#daily-pipe-draft #dp-compass-tools .compass-zoom button{width:36px;height:36px;min-height:36px;padding:0;border-color:#8dd4f1;border-radius:50%;background:#146795;color:#fff;font-size:21px;line-height:1}

@media(max-width:600px){#daily-pipe-draft #dp-compass-tools{left:8px;top:8px;gap:6px}#daily-pipe-draft #dp-orientation-control{width:88px;padding:4px}#daily-pipe-draft #dp-orientation-axis,#daily-pipe-draft #dp-orientation-axis canvas{width:76px!important;height:68px!important}#daily-pipe-draft #dp-compass-tools .compass-zoom button{width:34px;height:34px;min-height:34px}}

#daily-pipe-draft .weld-part-one h3{font-size:17px;margin:0 0 5px}

#daily-pipe-draft .weld-part-one p{color:var(--muted);margin:0;line-height:1.45}

#daily-pipe-draft .weld-part-one label input{width:100%}

#daily-pipe-draft .weld-part-one .feedback{grid-column:1/-1;min-height:0;padding:0}

@media(max-width:700px){#daily-pipe-draft .weld-part-one{grid-template-columns:1fr}}

#daily-pipe-draft .stage{height:420px;overflow:hidden}

#daily-pipe-draft .stage canvas{cursor:grab}

#daily-pipe-draft .stage canvas:active{cursor:grabbing}

#daily-pipe-draft .inspector{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr) minmax(150px,.7fr);align-items:start;gap:24px;border-left:0;border-top:1px solid var(--line);padding:20px}

#daily-pipe-draft .inspector .description{margin-bottom:0}

#daily-pipe-draft .inspector .qty-fields{grid-template-columns:repeat(2,minmax(0,1fr))}

#daily-pipe-draft .inspector .qty-fields>label:only-child{grid-column:1/-1}

#daily-pipe-draft .inspector .complete{margin:0;padding:0 0 0 22px;border-top:0;border-left:1px solid var(--line)}

#daily-pipe-draft .feedback{min-height:0}

#daily-pipe-draft .zoom-tools{position:absolute;right:12px;top:calc(50% - 44px);display:flex;flex-direction:column;gap:6px}

#daily-pipe-draft .zoom-tools button{width:38px;padding:0;font-size:22px;background:#143b53;color:#fff;border-color:#8eb6cb}

@media(max-width:700px){#daily-pipe-draft .inspector{grid-template-columns:1fr;gap:18px}#daily-pipe-draft .inspector .complete{border-left:0;border-top:1px solid var(--line);padding:16px 0 0}#daily-pipe-draft .model-caption{flex-wrap:wrap}#daily-pipe-draft .stage{height:370px}}



html{color-scheme:light}body{margin:0;background:#edf2f5;color:#172936;font-family:'Segoe UI',Arial,sans-serif}#daily-pipe-draft{--surface:#fff;--ink:#172936;--soft:#edf4f7;--line:#c7d8e2;--muted:#526d7b;--blue:#0a4e82;border-radius:0;min-height:100vh;font-size:16px}#daily-pipe-draft .top{background:#122b38;padding:18px 26px}#daily-pipe-draft .title{font-size:23px;font-weight:600}#daily-pipe-draft .subtitle{font-size:14px}#daily-pipe-draft .primary{background:#145b73;border-color:#145b73}#daily-pipe-draft .model-panel{background:#0a4e82}#daily-pipe-draft .stage{height:clamp(370px,48vw,530px);background-color:#0a4e82;background-image:linear-gradient(#c8e7ff17 1px,transparent 1px),linear-gradient(90deg,#c8e7ff17 1px,transparent 1px),linear-gradient(#c8e7ff20 1px,transparent 1px),linear-gradient(90deg,#c8e7ff20 1px,transparent 1px);background-size:22px 22px,22px 22px,110px 110px,110px 110px}#daily-pipe-draft label,#daily-pipe-draft .pipe-buttons button{font-size:14px}#daily-pipe-draft .model-caption{font-size:14px;padding:13px 24px}#daily-pipe-draft .controls{padding-inline:24px}#daily-pipe-draft .inspector{padding:22px 24px;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(160px,.6fr)}#daily-pipe-draft .description{font-size:16px}#daily-pipe-draft .joint{width:38px;height:38px;font-size:13px;font-weight:600}#daily-pipe-draft .model-note{font-size:13px}#daily-pipe-draft .storage-status{background:#e8f2f5;color:#315567;padding:8px 24px;font-size:14px}#daily-pipe-draft .report{max-width:1050px;padding:28px}#daily-pipe-draft .report-actions{display:flex;gap:10px;flex-wrap:wrap}#daily-pipe-draft .report table{font-size:14px}#daily-pipe-draft #dp-save-complete{margin-top:12px;width:100%}#daily-pipe-draft dialog{border:0;border-radius:8px;width:min(95vw,1400px);max-height:92vh;padding:18px;background:#fff;color:#172936}#daily-pipe-draft dialog::backdrop{background:#102a38bb}#daily-pipe-draft dialog img{display:block;width:100%;height:auto}#daily-pipe-draft .drawing-head{display:flex;justify-content:space-between;align-items:center;gap:15px;position:sticky;top:-18px;background:white;padding:10px 0}#daily-pipe-draft .drawing-head h2{font-size:18px;margin:0}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #d99a19;outline-offset:3px}#daily-pipe-draft button:disabled{opacity:.5;cursor:wait}#daily-pipe-draft .feedback[role=alert]{color:#a32420}#daily-pipe-draft .summary{font-size:16px}#daily-pipe-draft .zoom-tools button{width:44px;min-height:44px}#daily-pipe-draft .pipe-buttons button{min-width:185px}

@media(max-width:700px){#daily-pipe-draft .inspector{grid-template-columns:1fr;padding:18px}#daily-pipe-draft .controls{padding:14px}#daily-pipe-draft .stage{height:390px}#daily-pipe-draft .model-caption{padding-inline:14px}#daily-pipe-draft .top{padding:16px}#daily-pipe-draft .title{font-size:20px}#daily-pipe-draft .report{padding:16px}#daily-pipe-draft .report-actions{width:100%}#daily-pipe-draft .report table{font-size:13px}#daily-pipe-draft .joint{width:36px;height:36px}#daily-pipe-draft .pipe-buttons button{min-width:0;width:100%}}



#daily-pipe-draft .section-nav{display:flex;gap:8px;padding:12px 20px;border-bottom:1px solid var(--line);background:#edf3f6}

#daily-pipe-draft .section-nav button[aria-pressed=true]{background:#0a4e82;color:white;border-color:#0a4e82}

#daily-pipe-draft.inventory-open>*:not(#offline-state):not(.top):not(.section-nav):not(#cut-inventory){display:none!important}

#cut-inventory{padding:28px;background:#f3f7fa;min-height:75vh}

#cut-inventory h1{font-size:28px;margin:0 0 8px}#cut-inventory h2{font-size:19px;margin:0}

.ci-heading{display:flex;justify-content:space-between;gap:16px;align-items:start}.ci-heading p,.ci-footnote,.ci-hint{color:#526c7a;line-height:1.6}

.ci-draft{background:#fff3d7;color:#72521a;border:1px solid #edd6a4;padding:9px 12px;border-radius:6px;font-size:12px}

.ci-totals{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0 24px}.ci-totals>div{display:flex;flex-direction:column;gap:6px;background:white;border:1px solid #d3e0e8;border-radius:8px;padding:20px}.ci-totals strong{font-size:32px}.ci-totals small{color:#526c7a}.ci-totals .ci-emphasis{background:#0a4e82;color:white}.ci-totals .ci-emphasis small{color:#cfdfeb}

.ci-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start}.ci-list,.ci-editor{background:white;border:1px solid #d3e0e8;border-radius:8px;overflow:hidden}.ci-list-heading{padding:20px;display:flex;justify-content:space-between;gap:12px;align-items:center}.ci-list-heading span{font-size:12px;color:#526c7a}.ci-table-wrap{overflow:auto}

#cut-inventory td,#cut-inventory th{padding:14px 12px;white-space:nowrap}#cut-inventory td small{display:block;font-size:11px;color:#526c7a;margin-top:4px}#cut-inventory .ci-selected{background:#fff5df;box-shadow:inset 4px 0 #e9b344}#cut-inventory .ci-pick{font-weight:600;color:#0a4e82;border-color:transparent;background:transparent;padding:8px 0;text-align:left}.ci-short{font-weight:700;color:#865600}.ci-ready{font-weight:600;color:#24634d}.ci-editor{padding:22px;position:sticky;top:16px}.ci-editor>p{color:#526c7a}.ci-editor label{margin-top:20px}.ci-editor input{width:100%}.ci-result{display:flex;flex-direction:column;gap:8px;background:#fff2d5;border:1px solid #e8d2a1;border-radius:7px;padding:18px;margin-top:24px;color:#60420b}.ci-result strong{font-size:32px}.ci-result small{font-size:14px;font-weight:400}.ci-hint,#ci-feedback{font-size:12px}.ci-footnote{font-size:12px;margin-top:20px}

@media(max-width:950px){.ci-layout{grid-template-columns:1fr}.ci-editor{position:static}.ci-heading{flex-direction:column}}@media(max-width:550px){#cut-inventory{padding:15px}.ci-totals{gap:7px}.ci-totals>div{padding:12px}.ci-totals strong{font-size:25px}.ci-totals small{font-size:10px}.ci-list-heading{align-items:start;flex-direction:column}}



.ci-scope-bar{display:flex;gap:20px;align-items:center;background:white;border:1px solid #d3e0e8;border-radius:8px;padding:16px 20px;margin-top:20px}.ci-scope-bar label{min-width:190px}.ci-scope-bar p{color:#526c7a;font-size:13px;line-height:1.5}@media(max-width:550px){.ci-scope-bar{align-items:stretch;flex-direction:column;gap:5px}}



#cut-inventory .ci-inline-table input{width:110px;min-width:85px}#cut-inventory .ci-target-inline{display:flex;gap:8px;align-items:center}#cut-inventory .ci-target-inline input{width:145px}#cut-inventory .ci-target-inline select{min-width:120px}#cut-inventory .ci-difference{min-width:100px}#cut-inventory .ci-inline-table td{vertical-align:middle}@media(max-width:850px){#cut-inventory .ci-target-inline{flex-direction:column;align-items:stretch}#cut-inventory .ci-inline-table td,#cut-inventory .ci-inline-table th{padding:10px 8px}}



#daily-pipe-draft #dp-weld-menu[hidden]{display:none}#daily-pipe-draft #dp-shared-dialog{width:min(1100px,94vw);max-height:88vh;border:1px solid #aac0ce;border-radius:12px;padding:22px;background:#fff;color:#172936}#dp-shared-dialog::backdrop{background:#102b3bc9}#daily-pipe-draft .shared-table-wrap{overflow:auto;max-height:56vh;margin:18px 0}#daily-pipe-draft .shared-table{width:100%;border-collapse:collapse;font-size:14px}#daily-pipe-draft .shared-table th,#daily-pipe-draft .shared-table td{padding:12px 9px;border-bottom:1px solid #cfdee7;text-align:left}#daily-pipe-draft .shared-table thead{background:#edf4f7;position:sticky;top:0}#daily-pipe-draft .shared-table input{min-width:68px;width:78px;padding:9px}#daily-pipe-draft .shared-table tr.selected{background:#fff4d4;box-shadow:inset 4px 0 #e5b443}#daily-pipe-draft .shared-actions{display:flex;align-items:center;gap:18px}#daily-pipe-draft .shared-table tbody th{min-width:125px}



#daily-pipe-draft .weld-stage-fields{display:grid;grid-template-columns:repeat(3,minmax(95px,1fr));gap:12px;align-items:end}#daily-pipe-draft .weld-stage-fields label{font-size:13px;line-height:1.4;font-weight:600}#daily-pipe-draft .weld-stage-fields input{display:block;margin-top:6px;width:90px}



#daily-pipe-draft .shared-table th:nth-child(2),#daily-pipe-draft .shared-table td:nth-child(2){min-width:36px;white-space:nowrap}#daily-pipe-draft .shared-table th:nth-child(3),#daily-pipe-draft .shared-table td:nth-child(3){min-width:92px}#daily-pipe-draft .shared-table{min-width:730px}



#daily-pipe-draft[data-selection="joint"] #dp-selected{color:#00677a}



#daily-pipe-draft #dp-shared-dialog.shared-inline{width:100%;max-height:none;box-sizing:border-box;margin-top:16px;padding:18px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink)}#daily-pipe-draft #dp-shared-dialog.shared-inline[hidden]{display:none}#daily-pipe-draft .shared-inline .shared-table-wrap{max-height:none;overflow-x:auto}#daily-pipe-draft .shared-inline .shared-table thead{position:static}



#daily-pipe-draft #dp-compass-tools{display:grid;grid-template-columns:auto auto;row-gap:10px}#daily-pipe-draft #dp-fab-quantities{grid-column:1/-1;box-sizing:border-box;width:146px;padding:10px;border:1px solid #78c5e8;border-radius:13px;background:#062f52f2;box-shadow:0 8px 22px #00182c70,inset 0 0 24px #1b6fa755;color:#eaf8ff}#daily-pipe-draft #dp-fab-quantities h3{font-size:12px;font-weight:600;margin:0 0 8px;color:#eaf8ff}#daily-pipe-draft #dp-fab-quantities dl{margin:0}#daily-pipe-draft #dp-fab-quantities dl div{display:flex;justify-content:space-between;align-items:center;gap:6px;padding:5px 0;border-top:1px solid #78c5e830}#daily-pipe-draft #dp-fab-quantities dt{font-size:11px;color:#ccecff}#daily-pipe-draft #dp-fab-quantities dd{margin:0;font-size:14px;font-weight:700;color:#fff}@media(max-width:600px){#daily-pipe-draft #dp-fab-quantities{width:137px;padding:8px}}



#daily-pipe-draft .shipment-section{padding:24px;margin:20px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}#daily-pipe-draft .shipment-section h2{margin:6px 0 10px}#daily-pipe-draft .shipment-section p{color:var(--muted)}#daily-pipe-draft .shipment-controls{display:flex;gap:18px;align-items:end;flex-wrap:wrap;margin:20px 0}#daily-pipe-draft .shipment-controls label{flex:1;min-width:200px}#daily-pipe-draft .shipment-controls input,#daily-pipe-draft .shipment-controls select{width:100%;margin-top:6px}#daily-pipe-draft .shipment-table{width:100%;border-collapse:collapse}#daily-pipe-draft .shipment-table th,#daily-pipe-draft .shipment-table td{text-align:left;border-bottom:1px solid var(--line);padding:12px}#daily-pipe-draft .shipment-table thead{background:var(--soft)}#daily-pipe-draft .shipment-table input{width:130px}#daily-pipe-draft .shipment-footer{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:20px}#daily-pipe-draft .shipment-footer strong{margin-right:auto}@media(max-width:600px){#daily-pipe-draft .shipment-section{margin:12px;padding:12px}#daily-pipe-draft .shipment-table th,#daily-pipe-draft .shipment-table td{padding:8px;font-size:13px}#daily-pipe-draft .shipment-table input{width:90px}}



#daily-pipe-draft #quantity-numpad{position:fixed;inset:auto;margin:0;width:300px;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);overflow:auto;box-sizing:border-box;padding:0;background:#fff;color:#172936;border:1px solid #c7d8e2;border-radius:16px;box-shadow:0 12px 36px #122b382b;font-family:'Segoe UI',sans-serif;z-index:1000}

#daily-pipe-draft #quantity-numpad::backdrop{background:transparent}

#daily-pipe-draft .numpad-titlebar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#122b38;color:#fff;font-size:15px}

#daily-pipe-draft .numpad-close{width:30px;min-height:30px;height:30px;padding:0;background:transparent;color:#fff;border:0;border-radius:8px;font-size:23px}

#daily-pipe-draft .numpad-close:hover{background:#294957}

#daily-pipe-draft .numpad-body{padding:14px}

#daily-pipe-draft #numpad-field{font-size:13px;color:#526d7b;margin:0 0 10px;line-height:1.4}

#daily-pipe-draft #numpad-display{display:block;width:100%;background:#edf4f7;color:#172936;border:1px solid #c7d8e2;border-radius:10px;padding:10px 12px;text-align:right;font-size:30px;font-variant-numeric:tabular-nums;overflow-wrap:anywhere;min-height:58px}

#daily-pipe-draft .numpad-keys{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,48px);gap:7px;margin-top:12px}

#daily-pipe-draft .numpad-keys button{padding:0;background:#f3f7fa;color:#172936;border:1px solid #d9e4ea;border-radius:10px;font-size:21px;font-weight:600;box-shadow:none}

#daily-pipe-draft .numpad-keys button:hover{background:#e1edf3}

#daily-pipe-draft .numpad-keys button:active{background:#c9dfe9;transform:translateY(1px)}

#daily-pipe-draft .numpad-keys .numpad-enter{grid-column:4;grid-row:2/5;font-size:13px;background:#145b73;color:#fff;border-color:#145b73}

#daily-pipe-draft .numpad-keys .numpad-enter:hover{background:#0c4960}

#daily-pipe-draft .numpad-keys .numpad-zero{grid-column:1/3}

#daily-pipe-draft .numpad-keys [data-key=Clear],#daily-pipe-draft .numpad-keys [data-key=Delete]{font-size:13px}

#daily-pipe-draft #numpad-error{color:#a32420;font-size:12px;margin-top:8px}

#daily-pipe-draft .numpad-body small{display:block;margin-top:10px;color:#526d7b;font-size:11px;line-height:1.4}

#daily-pipe-draft .quantity-pad-input{-moz-appearance:textfield;appearance:textfield;cursor:pointer}#daily-pipe-draft .quantity-pad-input::-webkit-inner-spin-button,#daily-pipe-draft .quantity-pad-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}



#daily-pipe-draft .weld-required{margin:10px 0;padding:12px;background:#edf4f7;border:1px solid #c7d8e2;border-radius:10px;color:#193647}#daily-pipe-draft .weld-required>strong{font-size:13px}#daily-pipe-draft .weld-required-counts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:10px 0}#daily-pipe-draft .weld-required-counts span{display:block;font-size:11px;color:#526d7b}#daily-pipe-draft .weld-required-counts b{display:block;font-size:22px;margin-top:4px;color:#145b73}#daily-pipe-draft .weld-required small{display:block;font-size:11px;line-height:1.5}



#daily-pipe-draft .inspector{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}#daily-pipe-draft[data-selection="weldPart"] .inspector .qty-fields{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}@media(max-width:700px){#daily-pipe-draft .inspector{grid-template-columns:1fr}}



#daily-pipe-draft[data-selection="weldPart"] .inspector .qty-fields,#daily-pipe-draft .weld-stage-fields{grid-template-columns:repeat(2,minmax(0,1fr))}



#daily-pipe-draft .weld-required-counts{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:480px){#daily-pipe-draft .weld-required-counts{grid-template-columns:repeat(2,minmax(0,1fr))}}



#daily-pipe-draft #dp-view-parts{margin-top:12px}#daily-pipe-draft #dp-parts-popup{position:fixed;inset:0;margin:auto;width:420px;max-width:calc(100vw - 24px);max-height:80vh;padding:16px;border:1px solid #b8cdd9;border-radius:14px;box-shadow:0 12px 40px #102a3850;z-index:1000;overflow:auto}#daily-pipe-draft .parts-popup-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}#daily-pipe-draft .parts-popup-head button{font-size:22px;padding:0 10px}#daily-pipe-draft .connection-part-card{padding:10px;border:1px solid #d5e2e9;border-radius:10px;margin-top:10px;font-size:13px;line-height:1.6}#daily-pipe-draft .connection-part-card img{width:100%;height:135px;object-fit:contain;background:#0a4e82;border-radius:7px;margin-bottom:8px}#daily-pipe-draft .connection-part-card strong{display:block}



#daily-pipe-draft .connection-part-card img{background:#fff}#daily-pipe-draft .connection-part-card small{display:block;color:#526d7b;font-size:11px}



#daily-pipe-draft .joint.recorded::after{content:"✓";top:calc(100% + 2px);left:50%;right:auto;transform:translateX(-50%);width:18px;height:18px;line-height:18px;background:#d4f7df;color:#16723a;border:1px solid #31965a;font-size:13px;font-weight:700;box-shadow:0 1px 3px #062f5260}#daily-pipe-draft .part-target.recorded::after{content:"✓";display:block;position:absolute;top:17px;left:50%;transform:translateX(-50%);width:15px;height:15px;line-height:15px;border-radius:50%;background:#d4f7df;color:#16723a;border:1px solid #31965a;font-size:11px;font-weight:700;pointer-events:none}



#daily-pipe-draft .quantity-with-preset{display:flex;align-items:stretch;gap:6px}#daily-pipe-draft .quantity-with-preset input{min-width:0;flex:1}#daily-pipe-draft .data-hall-preset{flex:none;padding:8px;font-size:12px;background:#e6f1f6;color:#145b73;border-color:#b6d0dd;white-space:nowrap}@media(max-width:900px){#daily-pipe-draft .quantity-with-preset{flex-wrap:wrap}#daily-pipe-draft .data-hall-preset{width:100%}}



#daily-pipe-draft.models-open>*:not(#offline-state):not(.app-header):not(.top):not(.section-nav):not(#original-models):not(.summit-app-brand):not(#offline-download-dialog):not(.offline-copy-notice){display:none!important}#original-models{width:100%;background:#0a4e82}#original-viewer-frame{display:block;border:0;width:100%;height:calc(100vh - 150px);min-height:600px}



#daily-pipe-draft .summit-app-brand{padding:18px 24px 14px;background:#fff;color:#526d7b}#daily-pipe-draft .summit-app-brand img{display:block;width:145px;height:auto;max-height:90px;object-fit:contain;object-position:left center}#daily-pipe-draft .engineering-credit{font-size:12px;margin-top:8px}#daily-pipe-draft.models-open>.summit-app-brand{display:block!important}



#daily-pipe-draft .app-header{display:flex;align-items:center;gap:36px;padding:18px 28px;background:#122b38;border-bottom:1px solid #31505f;color:#fff;flex-wrap:wrap}#daily-pipe-draft .app-brand{flex:none}#daily-pipe-draft .app-brand img{display:block;width:122px;height:65px;object-fit:contain;background:#fff;border-radius:7px;padding:5px}#daily-pipe-draft .app-header .engineering-credit{font-size:11px;color:#c1d3dd;line-height:1.4;margin-top:7px}#daily-pipe-draft .app-header .section-nav{display:flex;align-self:stretch;align-items:center;gap:8px;padding:0;border:0;background:transparent;flex:1;flex-wrap:wrap}#daily-pipe-draft .app-header .section-nav button{padding:12px 18px;background:transparent;border:1px solid transparent;color:#c1d3dd;font-weight:600;border-radius:8px}#daily-pipe-draft .app-header .section-nav button:hover{background:#1d3e50;color:#fff}#daily-pipe-draft .app-header .section-nav button[aria-pressed=true]{background:#24536a;border-color:#44758d;color:#fff;box-shadow:inset 0 -3px #75c9ec}#daily-pipe-draft .preview-badge{font-size:10px;letter-spacing:.6px;color:#a6bfcc;border:1px solid #3a5666;border-radius:20px;padding:5px 9px;white-space:nowrap}#original-viewer-frame{height:calc(100vh - 127px)}@media(max-width:700px){#daily-pipe-draft .app-header{gap:16px;padding:16px 18px}#daily-pipe-draft .app-header .section-nav{order:3;flex-basis:100%;gap:6px}#daily-pipe-draft .preview-badge{margin-left:auto}#daily-pipe-draft .app-header .section-nav button{padding:10px 14px}#original-viewer-frame{height:calc(100vh - 179px)}}



#daily-pipe-draft .app-brand img{width:145px;height:76px;object-fit:cover;padding:0}



#daily-pipe-draft .app-header{position:static}#original-viewer-frame{min-height:0}



#daily-pipe-draft #offline-download-dialog{width:470px;max-width:calc(100vw - 28px);padding:24px;line-height:1.55}#daily-pipe-draft.models-open>#offline-download-dialog[open]{display:block!important}.offline-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.offline-dialog-head h2{font-size:20px;margin:0}.offline-dialog-head button{font-size:24px}#offline-download-dialog li{margin:10px 0}#offline-download-dialog ul{padding-left:20px}.offline-scope{font-size:13px;color:#526d7b}.offline-download-link{display:inline-block;background:#145b73;color:#fff;padding:11px 18px;border-radius:8px;text-decoration:none;margin-top:6px}



#daily-pipe-draft.models-open>.offline-copy-notice{display:block!important}.offline-copy-notice{padding:12px 24px;background:#fff3d5;color:#674a12;font-size:13px;line-height:1.5}



#daily-pipe-draft #header-offline-download{display:block;margin:9px 0 0;padding:7px 12px;color:#f4f8fa;background:#244655;border:1px solid #56717d;border-radius:6px;font-size:12px;line-height:1.3;cursor:pointer}#daily-pipe-draft #header-offline-download:hover{background:#315969}



#dp-history{margin:16px 0;padding:20px;background:#f4f8fa;border:1px solid #cbdbe4;border-radius:10px}#dp-history h2{margin:0 0 8px;font-size:20px}#dp-history p{color:#526875;font-size:14px}#dp-history-list{display:grid;gap:8px}#daily-pipe-draft .history-date{display:flex;justify-content:space-between;gap:20px;text-align:left;background:white;padding:15px;border:1px solid #ccdce5;border-radius:7px;color:#163b50}



.production-subnav{display:flex;gap:8px;padding:14px 0;border-bottom:1px solid #cadbe5}#daily-pipe-draft.models-open .production-subnav,#daily-pipe-draft.models-open #dp-shipment-summary,#daily-pipe-draft.models-open #dp-history{display:none!important}#daily-pipe-draft.shipments-view .controls,#daily-pipe-draft.shipments-view #dp-edit,#daily-pipe-draft.shipments-view #dp-report{display:none!important}#dp-shipment-summary{padding:20px 0}.shipment-summary-card{background:white;border:1px solid #cbdbe4;border-radius:10px;padding:18px;margin:14px 0}.shipment-summary-card table{width:100%;border-collapse:collapse}.shipment-summary-card th,.shipment-summary-card td{padding:10px;text-align:left;border-bottom:1px solid #e0e9ef}



.production-subnav{align-items:center}.production-subnav>button{display:none!important}.production-subnav label{font-weight:600;margin-right:8px}.production-subnav select{font:inherit;color:#18394c;background:#fff;border:1px solid #a9bbc7;border-radius:4px;padding:8px 32px 8px 10px;min-width:250px}



#daily-pipe-draft.history-view .controls,#daily-pipe-draft.history-view #dp-edit,#daily-pipe-draft.history-view #dp-report{display:none!important}



#daily-pipe-draft .app-header{column-gap:36px;row-gap:0;padding-bottom:0}

#daily-pipe-draft .app-header .production-subnav{display:flex;order:5;flex-basis:calc(100% + 56px);margin:18px -28px 0;padding:0 28px;background:#1b3949;border-top:1px solid #31505f;border-bottom:0;gap:0;flex-wrap:wrap}

#daily-pipe-draft .production-subnav>button{display:block!important;border:0;border-radius:0;background:transparent;color:#c7d9e3;padding:13px 18px;font-size:14px}

#daily-pipe-draft .production-subnav>button:hover{background:#294d60;color:white}

#daily-pipe-draft .production-subnav>button[aria-current=page]{color:white;background:#294d60;box-shadow:inset 0 -3px #75c9ec}

#daily-pipe-draft.models-open .app-header{padding-bottom:18px}

@media(max-width:700px){#daily-pipe-draft .app-header .production-subnav{margin-left:-18px;margin-right:-18px;padding:0 10px;flex-basis:calc(100% + 36px)}}



#daily-pipe-draft .app-header{position:relative}#daily-pipe-draft #header-offline-download{position:absolute;right:20px;top:14px;margin:0}#daily-pipe-draft .app-header .section-nav{padding-top:25px}#daily-pipe-draft .preview-badge{margin-top:35px}@media(max-width:700px){#daily-pipe-draft #header-offline-download{right:14px;top:14px}#daily-pipe-draft .app-header .section-nav{padding-top:0}}



#dp-publish-password-dialog{width:min(420px,90vw);border:1px solid #7894a5;border-radius:12px;padding:24px;color:#173a4e}#dp-publish-password-dialog::backdrop{background:#10293666}#dp-password-form label{display:grid;gap:6px;margin:14px 0}#dp-password-form label[hidden]{display:none}#dp-password-form input{padding:10px;border:1px solid #a9bfcc;border-radius:5px;font:inherit}#dp-password-error{color:#b32d25}



.admin-number-pad{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:18px 0}.admin-number-pad button{min-height:48px;font:600 20px Arial;background:#e6e9ec;color:#213849;border:1px solid #a4aeb7;border-radius:4px;box-shadow:0 2px 0 #9ca6ae}.admin-number-pad button:active{box-shadow:none;transform:translateY(2px)}#dp-password-form input:focus{outline:3px solid #66badc}#dp-password-submit{margin-left:10px}



.report-submission-credit{border-top:1px solid #ccdce5;margin-top:24px;padding-top:12px;color:#526b7a;font-size:12px}



#dp-history h2{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;line-height:1.5}



#dp-history{padding:24px}#dp-history h2{font-size:22px;margin-bottom:14px}.history-credit{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap;padding-bottom:18px;margin-bottom:16px;border-bottom:1px solid #ccdae3;color:#395464;font-size:14px;line-height:1.6}.history-protection{display:block;color:#627986;font-size:12px;margin-top:4px}.history-credit a{color:#205b78;text-decoration:none;white-space:nowrap}.history-credit a:hover{text-decoration:underline}



#dp-history h2{text-align:center;font-weight:700;text-decoration:none}.history-credit{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.history-credit strong{font-weight:700}



#daily-pipe-draft.cut-tool-open>*:not(#offline-state):not(.app-header):not(#cut-tool):not(#cut-work-dialog):not(#cut-view-dialog):not(#quantity-numpad):not(#offline-download-dialog){display:none!important}

#daily-pipe-draft.cut-tool-open .production-subnav{display:none!important}#daily-pipe-draft.cut-tool-open .app-header{padding-bottom:18px}

#cut-tool{padding:26px 22px;background:#f4f8fa;min-height:70vh}.cut-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.cut-heading h1{margin:0;font-size:27px}.cut-heading p,#cut-work-status,.cut-hint{color:#526d7c}.cut-heading button{margin:4px}.cut-table-wrap{overflow:auto;border:1px solid #cbdce5;border-radius:10px;background:white;margin-top:20px}#cut-tool table{width:100%;border-collapse:collapse;min-width:950px}#cut-tool th,#cut-tool td{padding:13px 10px;text-align:left;border-bottom:1px solid #dce7ed;font-size:13px}#cut-tool thead{background:#e6eff5}#cut-tool th strong{display:block;margin-top:6px;color:#173e55;font-size:16px}#cut-tool input{width:86px;padding:10px;border:1px solid #acc2d0;border-radius:5px;font-size:17px}#cut-tool select{padding:10px;border:1px solid #acc2d0;border-radius:5px}.cut-needed b{display:block;color:#146b88;font-size:26px}.cut-needed small{display:block;color:#487956}.cut-hint{font-size:12px;line-height:1.6}#cut-saved-history{margin-top:26px}#cut-saved-history button{display:block;margin:8px 0;width:100%;text-align:left}#daily-pipe-draft #cut-work-dialog{width:min(440px,90vw);border:1px solid #829baa;border-radius:12px;padding:25px;color:#193d52}#cut-work-dialog::backdrop{background:#102d4277}#cut-work-dialog p{line-height:1.6}#cut-work-dialog label{display:grid;gap:8px;margin:18px 0}#cut-work-code{font-size:28px;letter-spacing:10px;width:180px;padding:12px;border:1px solid #a8bfce;border-radius:6px}.cut-dialog-error{color:#b32929}



@media(max-width:1050px){#cut-tool table{min-width:0}#cut-tool thead{display:none}#cut-tool tbody{display:grid;gap:14px;padding:12px}#cut-tool tr{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #cbdce5;border-radius:8px;padding:10px}#cut-tool th{grid-column:1/-1}#cut-tool td{border:0;padding:8px}#cut-tool td:before{content:attr(data-label);display:block;font-size:11px;color:#526d7c;margin-bottom:7px}#cut-tool td:last-child{grid-column:1/-1;background:#e4f1f7;border-radius:6px}#cut-tool input{width:100%;box-sizing:border-box}#cut-tool select{width:100%}.cut-needed b{font-size:30px}}



.cut-counter{margin-top:12px}.cut-counter>span{display:block;font-size:12px;font-weight:600;color:#375668;margin-bottom:6px}.cut-counter>div{display:flex;align-items:center;gap:12px}.cut-counter output{min-width:44px;text-align:center;font-size:28px;font-weight:700;color:#163d53}#cut-tool .cut-counter button{width:48px;height:48px;border-radius:8px;font-size:29px;font-weight:700;padding:0;touch-action:manipulation}#cut-tool .cut-minus{background:#fce9e9;border:1px solid #deaaaa;color:#ae2424}#cut-tool .cut-plus{background:#e0f4e8;border:1px solid #94c9a7;color:#17783c}#cut-tool .cut-counter button:disabled{opacity:.4;cursor:default}



#cut-tool .cut-needed>b{display:inline-block;margin-right:18px}.cut-footage{display:inline-block;font-size:19px;font-weight:700;color:#20546d}.cut-footage-note{display:block;font-size:11px;color:#627986;margin-top:4px}



#cut-tool [data-cut-view]{display:block;margin-top:10px;font-size:12px;color:#205773;background:white;border:1px solid #abc4d2}#daily-pipe-draft.cut-tool-open>#cut-view-dialog{display:revert!important}#daily-pipe-draft #cut-view-dialog{width:min(460px,90vw);padding:24px;border:1px solid #829baa;border-radius:12px;color:#193d52}#cut-view-dialog::backdrop{background:#102d4277}.cut-drawing-options,.cut-leave-actions{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}



#daily-pipe-draft.inventory-app-open>*:not(#offline-state):not(.app-header):not(#inventory-app):not(#offline-download-dialog){display:none!important}#daily-pipe-draft.inventory-app-open .production-subnav{display:none!important}#daily-pipe-draft.inventory-app-open .app-header{padding-bottom:18px}.inventory-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px;flex-wrap:wrap}.inventory-toolbar h1{margin:0;font-size:23px}.inventory-toolbar p,.inventory-online-note{color:#567180;font-size:13px}.inventory-toolbar a{color:#246585}.inventory-online-note{padding:0 20px}#inventory-app-frame{display:block;width:100%;height:calc(100vh - 230px);min-height:600px;border:0;border-top:1px solid #ccdae3}



.inventory-development-notice{text-align:center;font-weight:700;font-size:20px;line-height:1.5;margin:0 20px 18px;padding:18px 22px;background:#fff3d9;color:#704e16;border:1px solid #e6cc96;border-radius:8px}



#inventory-app{background:#f4f7fa;padding-bottom:30px}.inventory-static-heading{display:flex;justify-content:space-between;align-items:center;padding:26px 28px 22px}.inventory-static-heading h1{margin:5px 0 0;font-size:28px}.inventory-eyebrow{font-size:10px;letter-spacing:2px;color:#65808f;font-weight:700}.inventory-preview-tag{font-size:12px;border:1px solid #c4d6df;border-radius:20px;padding:7px 13px;color:#476777;background:white}.inventory-static-layout{display:grid;grid-template-columns:180px minmax(0,1fr);gap:24px;margin:24px 28px}.inventory-static-sidebar{background:white;border:1px solid #dbe5eb;border-radius:12px;padding:18px 12px;color:#526d7d}.inventory-static-sidebar h3{font-size:11px;text-transform:uppercase;letter-spacing:1px;margin:0 12px 14px}.inventory-static-sidebar>div{padding:12px;font-size:13px;border-radius:6px}.inventory-static-sidebar .inventory-static-active{background:#e3eff5;color:#20536c;font-weight:700}.inventory-static-sidebar hr{border:0;border-top:1px solid #e3ebef;margin:14px 0}.inventory-static-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.inventory-static-cards article{background:white;border:1px solid #dbe5eb;border-radius:10px;padding:18px}.inventory-static-cards span{font-size:12px;color:#567181}.inventory-static-cards strong{display:block;font-size:28px;margin:10px 0;color:#254b60}.inventory-static-cards small{font-size:11px;color:#7a8f9b}.inventory-static-catalog{background:white;border:1px solid #dbe5eb;border-radius:12px;margin-top:20px;overflow:hidden}.inventory-catalog-heading{display:flex;align-items:center;justify-content:space-between;padding:20px}.inventory-catalog-heading h2{margin:0;font-size:18px}.inventory-catalog-heading>span{font-size:11px;color:#6e8594}.inventory-static-table>div{display:grid;grid-template-columns:1fr 150px;gap:12px;align-items:center;padding:17px 20px;border-top:1px solid #e8eef2}.inventory-static-table-head{background:#eef4f7;font-size:11px;font-weight:600;color:#617b8b}.inventory-static-table strong{font-size:13px}.inventory-static-table small{display:block;font-size:11px;color:#78909c;margin-top:6px}.inventory-static-table>div>span:last-child{font-size:12px;color:#7b8e98}.inventory-static-footnote{padding:16px 20px;margin:0;border-top:1px solid #e8eef2;font-size:11px;color:#768c99}@media(max-width:800px){.inventory-static-layout{grid-template-columns:1fr;margin:20px}.inventory-static-sidebar{display:none}.inventory-static-cards{gap:8px}.inventory-static-cards article{padding:13px}.inventory-static-table>div{grid-template-columns:1fr 110px}}



.inventory-static-layout{display:block}.inventory-photo-catalog{width:100%}.inventory-photo-catalog>.inventory-catalog-heading{padding:0 0 20px}.inventory-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px}.inventory-product-card{background:white;border:1px solid #d8e4eb;border-radius:12px;overflow:hidden}.inventory-product-photo{height:170px;display:flex;align-items:center;justify-content:center;padding:18px;border-bottom:1px solid #edf2f5}.inventory-product-photo img{max-width:100%;max-height:100%;object-fit:contain}.inventory-product-info{padding:16px}.inventory-product-category{font-size:10px;letter-spacing:.4px;text-transform:uppercase;color:#66818f}.inventory-product-info h3{font-size:14px;line-height:1.5;margin:8px 0 16px;color:#224557}.inventory-product-info p{font-size:12px;color:#68818e;margin:0}.inventory-product-info strong{display:block;color:#205d7c;font-size:15px;margin-top:5px;overflow-wrap:anywhere}



/* Keep the primary sections together like tabs on a filing cabinet. */

#daily-pipe-draft .app-header .section-nav{

  order:4;

  flex:0 0 calc(100% + 56px);

  align-self:auto;

  flex-wrap:nowrap;

  gap:0;

  margin:18px -28px 0;

  padding:0 28px;

  border-bottom:1px solid #44758d;

  overflow-x:auto;

  scrollbar-width:thin;

}

#daily-pipe-draft .app-header .section-nav button{

  flex:1 0 auto;

  min-width:135px;

  margin:0 -1px -1px 0;

  border:1px solid #426275;

  border-radius:10px 10px 0 0;

  padding:13px 18px;

  background:#1b3949;

  color:#d3e3eb;

  white-space:nowrap;

}

#daily-pipe-draft .app-header .section-nav button:hover{background:#285169;color:#fff}

#daily-pipe-draft .app-header .section-nav button[aria-pressed=true]{

  position:relative;

  z-index:1;

  background:#24536a;

  border-color:#75c9ec;

  border-bottom-color:#24536a;

  box-shadow:inset 0 3px #75c9ec;

}

#daily-pipe-draft .preview-badge{position:absolute;top:80px;right:20px;margin:0}

#daily-pipe-draft .app-header .production-subnav{margin-top:0}

@media(max-width:700px){

  #daily-pipe-draft .app-header .section-nav{

    order:4;

    flex-basis:calc(100% + 36px);

    margin:18px -18px 0;

    padding:0 18px;

    gap:0;

  }

  #daily-pipe-draft .app-header .section-nav button{min-width:128px;padding:12px 14px}

  #daily-pipe-draft .preview-badge{top:80px;right:14px}

}



body.crew-mode #dp-edit,body.crew-mode #dp-report,body.crew-mode #dp-entries-tab,body.crew-mode #dp-shipments-tab,body.crew-mode #dp-storage-status,body.crew-mode #daily-pipe-draft>.controls{display:none!important}

#admin-login::backdrop,#admin-cut-review::backdrop{background:rgba(9,27,43,.72)}

#admin-login{width:min(420px,92vw);border:1px solid #547388;border-radius:18px;padding:24px;color:#153449}

#admin-login input{display:block;width:100%;font-size:24px;padding:12px;margin:10px 0}

#admin-login [role=alert]{color:#a51d1d;min-height:24px}

#admin-login .admin-number-pad{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}

#admin-login .admin-number-pad button{min-height:48px}

#offline-state{font-size:14px;color:#16445b;padding:8px 16px;background:#e7f3f8}
#daily-pipe-draft>#offline-state{display:block!important}
#admin-access,#admin-cut-history{padding:8px 14px;border:1px solid #7193a5;border-radius:18px;background:#234957;color:#fff;font-size:14px;margin:8px}
.preview-badge{display:none!important}
.app-header #admin-access{position:absolute;right:14px;top:48px}
.app-header #admin-cut-history{position:relative;display:inline-block}
.app-header #admin-cut-history[hidden]{display:none}
