:root{--green:#173c31;--green2:#245544;--mint:#e7f0eb;--ink:#1b2823;--muted:#77817c;--line:#e4e9e5;--paper:#fbfcfa;--amber:#a76312;--red:#a34437}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:DM Sans,Arial,sans-serif;font-size:15px}button,input,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}.brand,h1,h2,h3{font-family:Manrope,DM Sans,sans-serif}h1{font-size:clamp(30px,5vw,42px);letter-spacing:-1.6px;line-height:1.12;margin-bottom:12px}h2{font-size:25px;letter-spacing:-.7px;margin:0}h3{font-size:17px}.muted{color:var(--muted);line-height:1.55}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.7px;color:#74827a;margin-bottom:11px}.app{min-height:100vh;padding-bottom:80px}.topbar{height:74px;background:#fff;border-bottom:1px solid var(--line);padding:0 max(24px,calc((100vw - 1080px)/2));justify-content:space-between}.brand,.topbar{display:flex;align-items:center}.brand{border:0;background:transparent;gap:11px;text-align:left;color:var(--green);font-size:15px;font-weight:800;padding:0}.brand small{display:block;font:700 9px DM Sans;letter-spacing:1.5px;color:#88938d;margin-top:2px}.brandMark{height:44px;width:44px;border-radius:13px;background:var(--green);color:white;display:grid;place-items:center;font:800 15px Manrope;letter-spacing:-1px}.brandMark.small{width:37px;height:37px;border-radius:11px;font-size:13px}.topRight{display:flex;align-items:center;gap:17px}.userChip{background:#f1f4f1;padding:9px 13px;border-radius:24px;font-size:12px;color:#58635e}.iconBtn{border:0;background:none;color:#64736b;font-size:20px}.content{max-width:900px;margin:0 auto;padding:46px 26px 38px}.welcome{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px}.welcome h1{font-size:38px}.newButton{min-width:160px}.primary,.secondary,.softBtn{border:0;border-radius:12px;min-height:52px;padding:0 20px;font-weight:700;display:inline-flex;align-items:center;justify-content:space-between;gap:14px;transition:background .15s}.primary{background:var(--green);color:#fff}.primary:hover{background:var(--green2)}.primary:disabled{opacity:.65}.primary span{font-size:20px;font-weight:400}.secondary{background:#edf3ef;color:var(--green);margin-bottom:12px}.softBtn{background:#f1f4f1;color:#43584c;min-height:40px;padding:0 14px;font-size:12px}.wide{width:100%;margin-top:12px}.stats{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:16px;margin:0 0 45px}.stat{padding:20px 21px;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat span{display:block;color:var(--muted);font-size:11px;margin-bottom:9px}.stat strong{font:700 23px Manrope;letter-spacing:-.5px}.sectionTitle{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px}.textButton{border:0;background:none;color:var(--green2);font-weight:700;font-size:12px;padding:9px 0}.orders{border-top:1px solid var(--line)}.orderRow{width:100%;text-align:left;background:transparent;border:0;border-bottom:1px solid var(--line);padding:17px 7px;display:grid;grid-template-columns:1fr auto 16px;grid-gap:16px;gap:16px;align-items:center}.orderRow>div:first-child small,.orderRow>div:first-child span,.orderRow>div:first-child strong{display:block}.orderRow>div:first-child strong{font:700 13px Manrope;color:var(--green);margin-bottom:4px}.orderRow>div:first-child span{font-size:14px;font-weight:600}.orderRow>div:first-child small{font-size:11px;color:var(--muted);margin-top:3px}.orderRowEnd{text-align:right}.orderRowEnd span,.orderRowEnd strong{display:block}.orderRowEnd strong{font-size:13px}.orderRowEnd>span:not(.status){font-size:11px;color:var(--muted);margin:3px 0 6px}.chevron{color:#819087;font-size:21px}.status{font-size:9px;text-transform:uppercase;letter-spacing:.6px;font-weight:700;border-radius:30px;padding:6px 9px;background:#edf1ee;color:#57645c;display:inline-block}.status.sent_to_accounts{background:#e1f1e6;color:#2c6842}.status.email_failed{background:#fce9e5;color:var(--red)}.status.completed{background:#e4edfa;color:#41638e}.status.cancelled{background:#f4e8e5;color:var(--red)}.empty,.footnote{color:var(--muted);padding:25px 5px;font-size:13px}.footnote{padding-left:0;font-size:11px}.backBtn{border:0;background:transparent;color:var(--green);font-weight:700;padding:0 0 24px}.formPanel{max-width:500px;margin:15px auto}.formPanel>h1{margin-bottom:9px}.formPanel>.muted{margin-bottom:31px}.formPanel label,.loginCard label{display:block;font-size:12px;font-weight:700;color:#46544c;margin:19px 0}.formPanel input,.formPanel select,.loginCard input,.search{display:block;width:100%;height:54px;background:white;border:1px solid #dce3dd;border-radius:11px;margin-top:8px;padding:0 15px;color:var(--ink);outline:none}.formPanel input:focus,.formPanel select:focus,.loginCard input:focus,.search:focus,.widthRow input:focus{border-color:#759280;box-shadow:0 0 0 3px #e8f0eb}.fieldGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.unit{font-size:10px;color:#89938d;font-weight:500;margin-left:4px}.error{color:#9b3f31;background:#fff0ec;border-radius:9px;padding:11px 13px;font-size:12px;margin:12px 0}.entryPanel{max-width:570px;margin:0 auto}.entryHead{background:#fff;border:1px solid var(--line);border-radius:17px;padding:23px 24px 18px}.batchTitle{display:flex;justify-content:space-between;align-items:center}.batchTitle h1{font-size:30px;margin:0 0 4px}.batchTitle p{font:600 15px Manrope;color:#3c5145;margin:0}.batchTitle p span{color:#a3aea6;margin:0 4px}.liveStats{display:flex;gap:35px;border-top:1px solid var(--line);margin-top:19px;padding-top:15px}.liveStats>div span,.liveStats>div strong{display:block}.liveStats strong{font:800 21px Manrope;letter-spacing:-.5px}.liveStats i,.reviewTotals i{font-size:12px;font-style:normal;color:#74817a}.liveStats span{font-size:10px;color:var(--muted);margin-top:1px}.widthForm{padding:25px 0 17px}.widthForm label{display:block;font-size:11px;letter-spacing:1.2px;font-weight:700;margin-bottom:8px}.widthForm label span{color:var(--muted);letter-spacing:0}.widthRow{display:flex}.widthRow input{flex:1 1;border:1px solid #dce3dd;border-radius:12px;padding:0 17px;background:white;font:800 27px Manrope;outline:0}.addButton{min-width:160px;height:68px;font-size:15px}.hint{font-size:11px;color:#87938c;margin:8px 0}.recentHeader{display:flex;justify-content:space-between;align-items:center;margin:16px 0 8px}.recentHeader h3{margin:0;font-size:14px}.recentHeader h3 span{color:#89958e;font:500 11px DM Sans;margin-left:4px}.pieces{margin-bottom:20px}.pieceRow{display:flex;align-items:center;gap:14px;padding:13px 10px;border-bottom:1px solid var(--line);min-height:53px}.pieceIndex{font:600 10px Manrope;color:#9aa49e;width:20px}.pieceRow>strong{font:700 15px Manrope;min-width:65px}.pieceRow>strong small{font:500 10px DM Sans;color:var(--muted)}.pieceVolume{font-size:12px;color:#53655a}.deletePiece{border:0;background:transparent;color:#9ba59f;font-size:22px;padding:3px 8px;margin-left:auto}.deletePiece:hover{color:var(--red)}.sectionTitle h1{font-size:31px;margin:0}.countPill{background:var(--mint);color:var(--green);border-radius:25px;padding:8px 12px;font-size:11px;font-weight:700}.batchList{display:grid;grid-gap:9px;gap:9px}.batchCard{display:flex;align-items:center;gap:14px;border:1px solid var(--line);background:#fff;border-radius:13px;padding:15px}.batchNumber{font:700 11px Manrope;color:#9aa49e}.batchInfo{flex:1 1}.batchInfo h3{font-size:15px;margin:0 0 3px}.batchInfo p{font-size:12px;color:#54635a;margin:0 0 4px}.batchInfo small{color:var(--muted);font-size:11px}.orderTotal{display:flex;justify-content:space-between;align-items:center;padding:16px 2px 18px;margin:12px 0 4px;border-top:1px solid var(--line);color:#5f6e64;font-size:12px}.orderTotal strong{color:var(--ink)}.orderTotal i{font-style:normal;color:#9ca79f}.reviewHead{border:1px solid var(--line);background:white;padding:23px;border-radius:16px}.reviewTitle{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.reviewTitle h1{font-size:28px;margin:0 0 4px}.reviewTitle p{font-weight:600;color:#5a675e;margin:0}.reviewTotals{display:flex;gap:42px;border-top:1px solid var(--line);margin-top:20px;padding-top:17px}.reviewTotals span,.reviewTotals strong{display:block}.reviewTotals strong{font:800 23px Manrope}.reviewTotals span{font-size:10px;color:var(--muted);margin-top:3px}.notice{margin-top:14px;background:#fff5df;border-radius:8px;color:#80530f;padding:10px;font-size:11px}.subhead{font-size:14px;margin:24px 0 10px}.reviewBatch{background:white;border:1px solid var(--line);border-radius:13px;padding:17px;margin-bottom:9px}.reviewBatchTop{display:flex;justify-content:space-between;align-items:center}.reviewBatchTop .eyebrow{font-size:9px;margin:0 0 4px}.reviewBatchTop h3{margin:0 0 2px}.reviewBatchTop p{margin:0;color:var(--muted);font-size:12px}.reviewMeta{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:11px;margin-top:13px;font-size:12px}.reviewMeta strong{color:var(--green)}.widthTags{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.widthTags span{border-radius:6px;background:#f2f5f2;color:#536158;font-size:10px;padding:5px 7px}.aggregate{background:white;border:1px solid var(--line);border-radius:12px;padding:2px 16px}.aggregate>div{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.aggregate>div:last-child{border:0}.aggregate span b,.aggregate span small{display:block}.aggregate span small{font-size:10px;color:var(--muted);margin-top:3px}.aggregate>div>strong{font-size:11px}.sentCard{max-width:500px;margin:45px auto;background:white;border:1px solid var(--line);border-radius:18px;padding:30px}.sentCheck{height:45px;width:45px;display:grid;place-items:center;background:#e3f1e7;border-radius:50%;font-size:22px;color:#347246;margin-bottom:20px}.sentCard h1{font-size:31px}.sentCard .orderTotal{margin-top:27px}.search{margin:15px 0 22px}.bottomNav{display:none}.login{min-height:100vh;background:linear-gradient(135deg,#f5f7f3,#eaf0e9);display:grid;place-items:center;padding:20px}.loginCard{width:min(100%,420px);background:#fff;border:1px solid var(--line);border-radius:21px;padding:38px;box-shadow:0 18px 50px #1c443411}.loginCard .brandMark{margin-bottom:25px}.loginCard h1{font-size:34px}.loginCard .muted{font-size:13px;margin-bottom:26px}.loginCard label{margin:15px 0}.loginHint{font-size:10px;color:#8a968f;text-align:center;margin-top:20px}.loginCard .wide{margin-top:22px}@media(max-width:650px){body{font-size:14px}.topbar{height:62px;padding:0 17px}.userChip{display:none}.topRight{gap:10px}.content{padding:25px 17px 32px}.welcome{align-items:flex-start;display:block;margin-bottom:22px}.welcome h1{font-size:30px}.mobileBreak{display:none}.newButton{width:100%;margin-top:10px;min-height:55px}.stats{grid-template-columns:1fr 1fr;margin-bottom:35px}.stat{padding:15px;border-bottom:1px solid var(--line)}.stat:nth-child(2){border-right:0}.stat:nth-child(3),.stat:nth-child(4){border-bottom:0}.stat strong{font-size:20px}.sectionTitle h2{font-size:21px}.orderRow{padding:14px 2px;gap:8px;grid-template-columns:1fr auto 10px}.orderRowEnd .status{font-size:8px;padding:5px 6px}.formPanel{margin:8px 0}.formPanel h1{font-size:30px}.fieldGrid{gap:9px}.entryHead{padding:19px 17px 15px}.batchTitle h1{font-size:26px}.batchTitle p{font-size:13px}.liveStats{gap:27px}.liveStats strong{font-size:19px}.widthRow{display:block}.widthRow input{width:100%;height:72px;font-size:30px}.addButton{margin-top:9px;width:100%;height:58px}.widthForm{padding:19px 0 10px}.pieceRow{gap:9px;padding:12px 5px}.pieceRow>strong{min-width:57px}.pieceVolume{font-size:11px}.batchCard{gap:9px;padding:12px 9px}.batchInfo h3{font-size:13px}.batchInfo p,.batchInfo small{font-size:10px}.softBtn{padding:0 10px;min-height:37px}.sectionTitle h1{font-size:27px}.reviewHead{padding:18px}.reviewTitle h1{font-size:24px}.reviewTotals{gap:28px}.reviewTotals strong{font-size:20px}.aggregate{padding:2px 11px}.aggregate>div>strong{font-size:10px}.orderTotal{gap:8px;font-size:11px}.bottomNav{position:fixed;bottom:0;left:0;right:0;height:65px;background:#fff;border-top:1px solid var(--line);justify-content:space-around;padding-bottom:env(safe-area-inset-bottom);z-index:4}.bottomNav,.bottomNav button{display:flex;align-items:center}.bottomNav button{border:0;background:transparent;color:#849087;flex-direction:column;gap:2px;font-size:19px;min-width:72px}.bottomNav button span{font:600 9px DM Sans}.bottomNav button.active{color:var(--green)}.bottomNav button:last-child{color:var(--green);font-weight:700}.sentCard{margin:15px 0;padding:24px}.footnote{margin-bottom:0}.status{white-space:nowrap}}.resumeDraft{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff7e7;border:1px solid #efdfbd;border-radius:12px;padding:13px 16px;margin:-12px 0 22px}.resumeDraft span,.resumeDraft strong{display:block}.resumeDraft strong{font-size:12px;color:#59431f}.resumeDraft span{font-size:10px;color:#84704c;margin-top:4px}@media(max-width:650px){.resumeDraft{align-items:flex-start;padding:12px}.resumeDraft strong{font-size:11px}}.brandLogo{width:176px;max-height:42px}.brandLogo,.loginLogo{display:block;height:auto;object-fit:contain}.loginLogo{width:100%;margin:0 0 31px}.loginCard h1{margin-bottom:12px}@media(max-width:650px){.brandLogo{width:145px;max-height:34px}}.orderListEntry{border-bottom:1px solid var(--line);padding-bottom:10px}.orderListEntry .orderRow{border-bottom:0}.deleteDraft{border:1px solid #ead8d4;background:#fff;color:var(--red);border-radius:8px;padding:7px 11px;font-size:11px;font-weight:700;margin:0 0 0 7px}.inlineAdd{display:flex;align-items:flex-end;gap:8px;padding:10px;background:#f6f8f5;border:1px solid var(--line);border-radius:10px}.inlineAdd label{flex:1 1;margin:0}.inlineAdd input{height:42px}.inlineAdd .primary,.inlineAdd .softBtn{min-height:42px}.widthRow{display:grid;grid-template-columns:minmax(0,1fr) 108px 160px;grid-gap:10px;gap:10px;align-items:end}.widthRow .quantityField,.widthRow .widthField label{display:block;font-size:11px;letter-spacing:1.2px;font-weight:700;margin:0 0 8px}.widthRow input{width:100%;height:68px;min-width:0;flex:initial}.widthRow .quantityInput{font:700 20px Manrope;text-align:center;padding:0 8px}.widthRow .addButton{min-width:0;height:68px;margin:0}@media(max-width:650px){.widthRow{grid-template-columns:minmax(0,1fr) 86px;gap:8px}.widthRow .quantityInput,.widthRow input#width{height:72px}.widthRow input#width{font-size:30px}.widthRow .addButton{grid-column:1/-1;width:100%;height:58px;margin:0}}.resumeActions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.newButton{position:relative;justify-content:center}.newButton>span{position:absolute;right:18px}.logoutButton{border:0;background:transparent;color:var(--green);font-weight:700;padding:9px 2px;font-size:12px}.orderTabs{display:flex;gap:7px;border-bottom:1px solid var(--line);margin:-24px 0 22px}.orderTabs button{border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);padding:11px 13px 10px;font-weight:700;font-size:12px}.orderTabs button.active{border-bottom-color:var(--green);color:var(--green)}.orderTabs button span{display:inline-block;margin-left:5px;border-radius:20px;background:#f0f3f0;padding:3px 7px;font-size:10px}.orderTabs button.active span{background:var(--mint);color:var(--green)}@media(max-width:650px){.orderTabs{margin:-14px 0 18px}.newButton>span{right:18px}}