.PurchaseOrder-module__yZnXHG__container{background:var(--bg-primary);min-height:100vh}.PurchaseOrder-module__yZnXHG__topBar{background:var(--bg-card);border-bottom:1px solid var(--border-color);z-index:100;box-shadow:var(--shadow-sm);padding:1rem 0;position:sticky;top:0}.PurchaseOrder-module__yZnXHG__topBarContent{justify-content:space-between;align-items:center;gap:2rem;display:flex}.PurchaseOrder-module__yZnXHG__backBtn{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.PurchaseOrder-module__yZnXHG__backBtn:hover{color:var(--primary)}.PurchaseOrder-module__yZnXHG__pageTitle{margin:0;font-size:1.5rem;font-weight:700}.PurchaseOrder-module__yZnXHG__actions{gap:.5rem;display:flex}.PurchaseOrder-module__yZnXHG__content{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;padding:2rem 0;display:grid}.PurchaseOrder-module__yZnXHG__formSection{max-height:calc(100vh - 120px);position:sticky;top:100px;overflow-y:auto}.PurchaseOrder-module__yZnXHG__formCard{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:2rem}.PurchaseOrder-module__yZnXHG__formTitle{margin-bottom:.5rem;font-size:1.5rem}.PurchaseOrder-module__yZnXHG__formSubtitle{color:var(--text-secondary);border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem}.PurchaseOrder-module__yZnXHG__formGroup{margin-bottom:2rem}.PurchaseOrder-module__yZnXHG__groupTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.PurchaseOrder-module__yZnXHG__groupTitle:before{content:"";background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:2px;width:4px;height:1.125rem}.PurchaseOrder-module__yZnXHG__inputGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.PurchaseOrder-module__yZnXHG__inputWrapper{flex-direction:column;gap:.5rem;display:flex}.PurchaseOrder-module__yZnXHG__inputWrapper.PurchaseOrder-module__yZnXHG__fullWidth{grid-column:1/-1}.PurchaseOrder-module__yZnXHG__inputWrapper label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.PurchaseOrder-module__yZnXHG__templateSection{margin-bottom:2rem}.PurchaseOrder-module__yZnXHG__templateGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.PurchaseOrder-module__yZnXHG__templateBtn{background:var(--bg-card);border:2px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-fast);flex-direction:column;gap:.75rem;padding:1rem;display:flex}.PurchaseOrder-module__yZnXHG__templateBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.PurchaseOrder-module__yZnXHG__templateBtn.PurchaseOrder-module__yZnXHG__active{box-shadow:var(--shadow-xl);border-width:3px}.PurchaseOrder-module__yZnXHG__templatePreview{border-radius:var(--radius-md);flex-direction:column;gap:.25rem;height:80px;padding:.5rem;display:flex}.PurchaseOrder-module__yZnXHG__previewHeader{border-radius:4px;height:20px}.PurchaseOrder-module__yZnXHG__previewBody{background:#ffffff80;border-radius:4px;flex:1}.PurchaseOrder-module__yZnXHG__templateInfo{flex-direction:column;gap:.25rem;display:flex}.PurchaseOrder-module__yZnXHG__templateName{font-size:.875rem;font-weight:600}.PurchaseOrder-module__yZnXHG__templateDesc{color:var(--text-secondary);font-size:.75rem}.PurchaseOrder-module__yZnXHG__imageSection{margin-bottom:2rem}.PurchaseOrder-module__yZnXHG__imageGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.PurchaseOrder-module__yZnXHG__imageUploadBox{flex-direction:column;gap:.5rem;display:flex}.PurchaseOrder-module__yZnXHG__imageLabel{color:var(--text-secondary);font-size:.875rem;font-weight:600}.PurchaseOrder-module__yZnXHG__uploadPlaceholder{border:2px dashed var(--border-color);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-fast);background:var(--bg-secondary);flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;display:flex}.PurchaseOrder-module__yZnXHG__uploadPlaceholder:hover{background:var(--bg-card);border-color:#ef4444}.PurchaseOrder-module__yZnXHG__uploadIcon{font-size:2rem}.PurchaseOrder-module__yZnXHG__uploadHint{color:var(--text-secondary);font-size:.75rem}.PurchaseOrder-module__yZnXHG__imagePreview{border:2px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-card);padding:1rem;position:relative}.PurchaseOrder-module__yZnXHG__imagePreview img{object-fit:contain;width:100%;height:auto;max-height:150px;margin-bottom:.5rem;display:block}.PurchaseOrder-module__yZnXHG__removeImageBtn{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#ef4444;border:none;width:100%;padding:.5rem;font-size:.875rem;font-weight:600}.PurchaseOrder-module__yZnXHG__itemsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.PurchaseOrder-module__yZnXHG__itemsTableWrapper{overflow-x:auto}.PurchaseOrder-module__yZnXHG__itemsFormTable{border-collapse:collapse;width:100%;font-size:.875rem}.PurchaseOrder-module__yZnXHG__itemsFormTable thead{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.PurchaseOrder-module__yZnXHG__itemsFormTable th{text-align:left;text-transform:uppercase;padding:.75rem .5rem;font-size:.75rem;font-weight:600}.PurchaseOrder-module__yZnXHG__itemsFormTable td{border-bottom:1px solid var(--border-light);padding:.5rem}.PurchaseOrder-module__yZnXHG__itemsFormTable input,.PurchaseOrder-module__yZnXHG__itemsFormTable select{width:100%;min-width:60px}.PurchaseOrder-module__yZnXHG__amountCell{color:#ef4444;text-align:right;font-weight:700}.PurchaseOrder-module__yZnXHG__removeBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;width:28px;height:28px;font-size:.75rem}.PurchaseOrder-module__yZnXHG__previewSection{position:sticky;top:100px}.PurchaseOrder-module__yZnXHG__creditNote{color:#000;border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);background:#fff;border:1px solid #e0e0e0;padding:2.5rem;position:relative;overflow:hidden}.PurchaseOrder-module__yZnXHG__watermark{color:#ef44440d;white-space:nowrap;pointer-events:none;z-index:0;font-size:5rem;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-45deg)}.PurchaseOrder-module__yZnXHG__header{border-bottom:3px solid var(--template-color,#ef4444);z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex;position:relative}.PurchaseOrder-module__yZnXHG__headerLeft{align-items:center;gap:1rem;display:flex}.PurchaseOrder-module__yZnXHG__logo{object-fit:contain;max-width:100px;max-height:60px}.PurchaseOrder-module__yZnXHG__title{color:var(--template-color,#ef4444);margin:0;font-size:2rem;font-weight:800}.PurchaseOrder-module__yZnXHG__subtitle{color:#666;margin:.25rem 0 0;font-size:.875rem}.PurchaseOrder-module__yZnXHG__headerRight{text-align:right}.PurchaseOrder-module__yZnXHG__meta p{margin:.25rem 0;font-size:.875rem}.PurchaseOrder-module__yZnXHG__referenceBox,.PurchaseOrder-module__yZnXHG__reasonBox{z-index:1;background:#fff5f5;border:2px solid #fecaca;border-radius:.5rem;margin-bottom:1rem;padding:1rem;position:relative}.PurchaseOrder-module__yZnXHG__referenceBox h4,.PurchaseOrder-module__yZnXHG__reasonBox h4{color:#dc2626;margin:0 0 .5rem;font-size:.875rem}.PurchaseOrder-module__yZnXHG__reasonBox{background:#fef2f2;border-color:#ef4444}.PurchaseOrder-module__yZnXHG__reasonText{color:#dc2626;margin:0;font-size:1.125rem;font-weight:600}.PurchaseOrder-module__yZnXHG__parties{z-index:1;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid;position:relative}.PurchaseOrder-module__yZnXHG__partyBox{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem}.PurchaseOrder-module__yZnXHG__partyBox h4{color:#666;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem}.PurchaseOrder-module__yZnXHG__partyBox strong{margin-bottom:.25rem;font-size:1rem;display:block}.PurchaseOrder-module__yZnXHG__partyBox p{color:#333;margin:.125rem 0;font-size:.8125rem}.PurchaseOrder-module__yZnXHG__itemsTable{border-collapse:collapse;z-index:1;width:100%;margin-bottom:1.5rem;font-size:.8125rem;position:relative}.PurchaseOrder-module__yZnXHG__itemsTable thead{background:var(--template-color,#ef4444);color:#fff}.PurchaseOrder-module__yZnXHG__itemsTable th{text-align:left;text-transform:uppercase;padding:.6rem .4rem;font-size:.7rem;font-weight:600}.PurchaseOrder-module__yZnXHG__itemsTable td{border-bottom:1px solid #e0e0e0;padding:.6rem .4rem}.PurchaseOrder-module__yZnXHG__itemsTable tbody tr:hover{background:#f8f9fa}.PurchaseOrder-module__yZnXHG__creditAmount{color:#ef4444;font-weight:700}.PurchaseOrder-module__yZnXHG__totalsSection{z-index:1;max-width:350px;margin-bottom:1.5rem;margin-left:auto;position:relative}.PurchaseOrder-module__yZnXHG__totalsRow{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.5rem .75rem;font-size:.875rem;display:flex}.PurchaseOrder-module__yZnXHG__grandTotal{background:var(--template-color,#ef4444);color:#fff;border:none;border-radius:.5rem;margin-top:.5rem;font-size:1rem;font-weight:700}.PurchaseOrder-module__yZnXHG__footer{z-index:1;border-top:2px solid #e0e0e0;grid-template-columns:1fr 1fr;gap:2rem;padding-top:1.5rem;display:grid;position:relative}.PurchaseOrder-module__yZnXHG__footerNote{color:#666;font-size:.75rem}.PurchaseOrder-module__yZnXHG__footerNote strong{color:#000;margin-bottom:.5rem;display:block}.PurchaseOrder-module__yZnXHG__signatureBox{text-align:right}.PurchaseOrder-module__yZnXHG__signatureImage{object-fit:contain;max-width:150px;max-height:60px;margin-bottom:.25rem}.PurchaseOrder-module__yZnXHG__signatureBox p{color:#666;margin:0;font-size:.75rem}.PurchaseOrder-module__yZnXHG__classicLayout{border:3px double #666}.PurchaseOrder-module__yZnXHG__classicHeader{border-bottom:2px solid var(--template-color);justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.PurchaseOrder-module__yZnXHG__classicLeft{gap:1rem;display:flex}.PurchaseOrder-module__yZnXHG__companyInfo strong{margin-bottom:.25rem;font-size:1.125rem;display:block}.PurchaseOrder-module__yZnXHG__companyInfo p{color:#333;margin:.125rem 0;font-size:.8125rem}.PurchaseOrder-module__yZnXHG__classicRight h1{color:var(--template-color);margin:0 0 .5rem;font-size:1.75rem}.PurchaseOrder-module__yZnXHG__classicMeta p{margin:.125rem 0;font-size:.875rem}.PurchaseOrder-module__yZnXHG__classicRefReason{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.PurchaseOrder-module__yZnXHG__refBox,.PurchaseOrder-module__yZnXHG__reasonBoxClassic{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:.75rem}.PurchaseOrder-module__yZnXHG__refBox h4,.PurchaseOrder-module__yZnXHG__reasonBoxClassic h4{color:#666;text-transform:uppercase;margin:0 0 .25rem;font-size:.75rem}.PurchaseOrder-module__yZnXHG__customerBox{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.PurchaseOrder-module__yZnXHG__customerBox h4{color:var(--template-color);margin:0 0 .5rem}.PurchaseOrder-module__yZnXHG__elegantLayout{text-align:center;border:1px solid #e0e0e0}.PurchaseOrder-module__yZnXHG__elegantHeader{border-bottom:2px solid var(--template-color);margin-bottom:1.5rem;padding-bottom:1.5rem}.PurchaseOrder-module__yZnXHG__centerLogo{max-width:80px;height:auto;margin-bottom:.75rem}.PurchaseOrder-module__yZnXHG__elegantHeader h1{color:var(--template-color);letter-spacing:.1em;margin:0;font-size:2.5rem}.PurchaseOrder-module__yZnXHG__elegantSubtitle{color:#666;margin:.25rem 0 .75rem}.PurchaseOrder-module__yZnXHG__elegantMeta{color:#666;justify-content:center;gap:1rem;font-size:.875rem;display:flex}.PurchaseOrder-module__yZnXHG__elegantRef{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.PurchaseOrder-module__yZnXHG__elegantRefInner p{margin:.25rem 0}.PurchaseOrder-module__yZnXHG__elegantParties{text-align:left;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.PurchaseOrder-module__yZnXHG__elegantPartyBox{background:#f8f9fa;border-radius:.5rem;padding:1rem}.PurchaseOrder-module__yZnXHG__elegantPartyBox h4{color:var(--template-color);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem}.PurchaseOrder-module__yZnXHG__elegantTotals{text-align:center;margin-bottom:1.5rem}.PurchaseOrder-module__yZnXHG__elegantTotalBox{background:var(--template-color);color:#fff;border-radius:.5rem;padding:1rem 2rem;display:inline-block}.PurchaseOrder-module__yZnXHG__elegantTotalBox span:first-child{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;display:block}.PurchaseOrder-module__yZnXHG__elegantTotalAmount{font-size:1.5rem;font-weight:700;display:block}.PurchaseOrder-module__yZnXHG__elegantFooter{border-top:2px solid #e0e0e0;padding-top:1.5rem}.PurchaseOrder-module__yZnXHG__elegantThank{color:#666;margin-top:1rem;font-style:italic}.PurchaseOrder-module__yZnXHG__professionalLayout{border-left:5px solid var(--template-color)}.PurchaseOrder-module__yZnXHG__proHeader{border-bottom:2px solid #e0e0e0;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.PurchaseOrder-module__yZnXHG__proHeaderLeft{align-items:center;gap:1rem;display:flex}.PurchaseOrder-module__yZnXHG__proHeaderLeft h2{margin:0;font-size:1.125rem}.PurchaseOrder-module__yZnXHG__proHeaderLeft p{color:#666;margin:.125rem 0 0;font-size:.8125rem}.PurchaseOrder-module__yZnXHG__proHeaderRight h1{color:var(--template-color);margin:0;font-size:1.75rem}.PurchaseOrder-module__yZnXHG__proInfoBoxes{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.PurchaseOrder-module__yZnXHG__proInfoBox{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem}.PurchaseOrder-module__yZnXHG__proInfoBox h4{color:var(--template-color);text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem}.PurchaseOrder-module__yZnXHG__proInfoBox p{margin:.125rem 0;font-size:.8125rem}.PurchaseOrder-module__yZnXHG__proCustomer{margin-bottom:1.5rem}.PurchaseOrder-module__yZnXHG__proCustomerBox{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;padding:1rem}.PurchaseOrder-module__yZnXHG__proCustomerBox h4{color:var(--template-color);text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem}.PurchaseOrder-module__yZnXHG__proFooter{border-top:2px solid #e0e0e0;grid-template-columns:1fr auto;gap:2rem;padding-top:1.5rem;display:grid}.PurchaseOrder-module__yZnXHG__proTerms h4{color:#333;margin:0 0 .5rem;font-size:.875rem}.PurchaseOrder-module__yZnXHG__proTerms p{color:#666;margin:.125rem 0;font-size:.75rem}.PurchaseOrder-module__yZnXHG__vibrantLayout{background:linear-gradient(#fff5f5 0%,#fff 100%)}.PurchaseOrder-module__yZnXHG__vibrantHeader{margin:-2.5rem -2.5rem 1.5rem}.PurchaseOrder-module__yZnXHG__vibrantHeaderBand{background:linear-gradient(135deg,var(--template-color)0%,#dc2626 100%);color:#fff;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.PurchaseOrder-module__yZnXHG__vibrantHeaderBand .PurchaseOrder-module__yZnXHG__logo{background:#fff;border-radius:.5rem;padding:.5rem}.PurchaseOrder-module__yZnXHG__vibrantHeaderText h1{margin:0;font-size:1.75rem}.PurchaseOrder-module__yZnXHG__vibrantHeaderText p{opacity:.9;margin:.25rem 0 0;font-size:.875rem}.PurchaseOrder-module__yZnXHG__vibrantNumber{text-align:right;margin-left:auto}.PurchaseOrder-module__yZnXHG__vibrantNumber span{font-size:1.25rem;font-weight:700;display:block}.PurchaseOrder-module__yZnXHG__vibrantNumber small{opacity:.9}.PurchaseOrder-module__yZnXHG__vibrantAlert{background:#fef2f2;border:2px solid #fecaca;border-radius:.5rem;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.PurchaseOrder-module__yZnXHG__vibrantAlertIcon{font-size:1.5rem}.PurchaseOrder-module__yZnXHG__vibrantAlert strong{color:#dc2626;margin-bottom:.25rem;display:block}.PurchaseOrder-module__yZnXHG__vibrantAlert p{color:#666;margin:0;font-size:.875rem}.PurchaseOrder-module__yZnXHG__vibrantParties{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.PurchaseOrder-module__yZnXHG__vibrantCard{border:1px solid #e0e0e0;border-radius:.5rem;overflow:hidden}.PurchaseOrder-module__yZnXHG__vibrantCardHeader{background:var(--template-color);color:#fff;letter-spacing:.05em;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.PurchaseOrder-module__yZnXHG__vibrantCardBody{background:#fff;padding:1rem}.PurchaseOrder-module__yZnXHG__vibrantCardBody strong{margin-bottom:.25rem;display:block}.PurchaseOrder-module__yZnXHG__vibrantCardBody p{color:#666;margin:.125rem 0;font-size:.8125rem}.PurchaseOrder-module__yZnXHG__vibrantTotal{background:linear-gradient(135deg,var(--template-color)0%,#dc2626 100%);color:#fff;border-radius:.5rem;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:1.25rem;font-weight:700;display:flex}.PurchaseOrder-module__yZnXHG__vibrantFooter{border-top:2px dashed #e0e0e0;grid-template-columns:1fr auto;gap:2rem;padding-top:1.5rem;display:grid}.PurchaseOrder-module__yZnXHG__vibrantFooterLeft p{color:#666;margin:.125rem 0;font-size:.8125rem}@media print{.PurchaseOrder-module__yZnXHG__topBar,.PurchaseOrder-module__yZnXHG__formSection{display:none!important}.PurchaseOrder-module__yZnXHG__content{grid-template-columns:1fr;padding:0}.PurchaseOrder-module__yZnXHG__previewSection{position:static}.PurchaseOrder-module__yZnXHG__creditNote{box-shadow:none;border:1px solid #000;padding:1.5rem}}@media (max-width:1200px){.PurchaseOrder-module__yZnXHG__content{grid-template-columns:1fr}.PurchaseOrder-module__yZnXHG__formSection,.PurchaseOrder-module__yZnXHG__previewSection{max-height:none;position:static}}@media (max-width:768px){.PurchaseOrder-module__yZnXHG__topBarContent{flex-direction:column;align-items:flex-start}.PurchaseOrder-module__yZnXHG__inputGrid{grid-template-columns:1fr}.PurchaseOrder-module__yZnXHG__templateGrid{grid-template-columns:repeat(2,1fr)}.PurchaseOrder-module__yZnXHG__imageGrid,.PurchaseOrder-module__yZnXHG__parties,.PurchaseOrder-module__yZnXHG__elegantParties,.PurchaseOrder-module__yZnXHG__vibrantParties,.PurchaseOrder-module__yZnXHG__proInfoBoxes{grid-template-columns:1fr}.PurchaseOrder-module__yZnXHG__creditNote{padding:1.5rem}.PurchaseOrder-module__yZnXHG__footer,.PurchaseOrder-module__yZnXHG__proFooter,.PurchaseOrder-module__yZnXHG__vibrantFooter{text-align:center;grid-template-columns:1fr}.PurchaseOrder-module__yZnXHG__signatureBox{text-align:center}.PurchaseOrder-module__yZnXHG__classicRefReason{grid-template-columns:1fr}}
