.PaymentReceipt-module__iah-iq__container{background:var(--bg-primary);min-height:100vh}.PaymentReceipt-module__iah-iq__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}.PaymentReceipt-module__iah-iq__topBarContent{justify-content:space-between;align-items:center;gap:2rem;display:flex}.PaymentReceipt-module__iah-iq__backBtn{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.PaymentReceipt-module__iah-iq__backBtn:hover{color:var(--primary)}.PaymentReceipt-module__iah-iq__pageTitle{margin:0;font-size:1.5rem;font-weight:700}.PaymentReceipt-module__iah-iq__actions{gap:.5rem;display:flex}.PaymentReceipt-module__iah-iq__content{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;padding:2rem 0;display:grid}.PaymentReceipt-module__iah-iq__formSection{max-height:calc(100vh - 120px);position:sticky;top:100px;overflow-y:auto}.PaymentReceipt-module__iah-iq__formCard{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:2rem}.PaymentReceipt-module__iah-iq__formTitle{margin-bottom:.5rem;font-size:1.5rem}.PaymentReceipt-module__iah-iq__formSubtitle{color:var(--text-secondary);border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem}.PaymentReceipt-module__iah-iq__formGroup{margin-bottom:2rem}.PaymentReceipt-module__iah-iq__groupTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.PaymentReceipt-module__iah-iq__groupTitle:before{content:"";background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:2px;width:4px;height:1.125rem}.PaymentReceipt-module__iah-iq__inputGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.PaymentReceipt-module__iah-iq__inputWrapper{flex-direction:column;gap:.5rem;display:flex}.PaymentReceipt-module__iah-iq__inputWrapper.PaymentReceipt-module__iah-iq__fullWidth{grid-column:1/-1}.PaymentReceipt-module__iah-iq__inputWrapper label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.PaymentReceipt-module__iah-iq__templateSection{margin-bottom:2rem}.PaymentReceipt-module__iah-iq__templateGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.PaymentReceipt-module__iah-iq__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}.PaymentReceipt-module__iah-iq__templateBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.PaymentReceipt-module__iah-iq__templateBtn.PaymentReceipt-module__iah-iq__active{box-shadow:var(--shadow-xl);border-width:3px}.PaymentReceipt-module__iah-iq__templatePreview{border-radius:var(--radius-md);flex-direction:column;gap:.25rem;height:80px;padding:.5rem;display:flex}.PaymentReceipt-module__iah-iq__previewHeader{border-radius:4px;height:20px}.PaymentReceipt-module__iah-iq__previewBody{background:#ffffff80;border-radius:4px;flex:1}.PaymentReceipt-module__iah-iq__templateInfo{flex-direction:column;gap:.25rem;display:flex}.PaymentReceipt-module__iah-iq__templateName{font-size:.875rem;font-weight:600}.PaymentReceipt-module__iah-iq__templateDesc{color:var(--text-secondary);font-size:.75rem}.PaymentReceipt-module__iah-iq__imageSection{margin-bottom:2rem}.PaymentReceipt-module__iah-iq__imageGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.PaymentReceipt-module__iah-iq__imageUploadBox{flex-direction:column;gap:.5rem;display:flex}.PaymentReceipt-module__iah-iq__imageLabel{color:var(--text-secondary);font-size:.875rem;font-weight:600}.PaymentReceipt-module__iah-iq__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}.PaymentReceipt-module__iah-iq__uploadPlaceholder:hover{background:var(--bg-card);border-color:#ef4444}.PaymentReceipt-module__iah-iq__uploadIcon{font-size:2rem}.PaymentReceipt-module__iah-iq__uploadHint{color:var(--text-secondary);font-size:.75rem}.PaymentReceipt-module__iah-iq__imagePreview{border:2px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-card);padding:1rem;position:relative}.PaymentReceipt-module__iah-iq__imagePreview img{object-fit:contain;width:100%;height:auto;max-height:150px;margin-bottom:.5rem;display:block}.PaymentReceipt-module__iah-iq__removeImageBtn{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#ef4444;border:none;width:100%;padding:.5rem;font-size:.875rem;font-weight:600}.PaymentReceipt-module__iah-iq__itemsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.PaymentReceipt-module__iah-iq__itemsTableWrapper{overflow-x:auto}.PaymentReceipt-module__iah-iq__itemsFormTable{border-collapse:collapse;width:100%;font-size:.875rem}.PaymentReceipt-module__iah-iq__itemsFormTable thead{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.PaymentReceipt-module__iah-iq__itemsFormTable th{text-align:left;text-transform:uppercase;padding:.75rem .5rem;font-size:.75rem;font-weight:600}.PaymentReceipt-module__iah-iq__itemsFormTable td{border-bottom:1px solid var(--border-light);padding:.5rem}.PaymentReceipt-module__iah-iq__itemsFormTable input,.PaymentReceipt-module__iah-iq__itemsFormTable select{width:100%;min-width:60px}.PaymentReceipt-module__iah-iq__amountCell{color:#ef4444;text-align:right;font-weight:700}.PaymentReceipt-module__iah-iq__removeBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;width:28px;height:28px;font-size:.75rem}.PaymentReceipt-module__iah-iq__previewSection{position:sticky;top:100px}.PaymentReceipt-module__iah-iq__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}.PaymentReceipt-module__iah-iq__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)}.PaymentReceipt-module__iah-iq__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}.PaymentReceipt-module__iah-iq__headerLeft{align-items:center;gap:1rem;display:flex}.PaymentReceipt-module__iah-iq__logo{object-fit:contain;max-width:100px;max-height:60px}.PaymentReceipt-module__iah-iq__title{color:var(--template-color,#ef4444);margin:0;font-size:2rem;font-weight:800}.PaymentReceipt-module__iah-iq__subtitle{color:#666;margin:.25rem 0 0;font-size:.875rem}.PaymentReceipt-module__iah-iq__headerRight{text-align:right}.PaymentReceipt-module__iah-iq__meta p{margin:.25rem 0;font-size:.875rem}.PaymentReceipt-module__iah-iq__referenceBox,.PaymentReceipt-module__iah-iq__reasonBox{z-index:1;background:#fff5f5;border:2px solid #fecaca;border-radius:.5rem;margin-bottom:1rem;padding:1rem;position:relative}.PaymentReceipt-module__iah-iq__referenceBox h4,.PaymentReceipt-module__iah-iq__reasonBox h4{color:#dc2626;margin:0 0 .5rem;font-size:.875rem}.PaymentReceipt-module__iah-iq__reasonBox{background:#fef2f2;border-color:#ef4444}.PaymentReceipt-module__iah-iq__reasonText{color:#dc2626;margin:0;font-size:1.125rem;font-weight:600}.PaymentReceipt-module__iah-iq__parties{z-index:1;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid;position:relative}.PaymentReceipt-module__iah-iq__partyBox{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem}.PaymentReceipt-module__iah-iq__partyBox h4{color:#666;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem}.PaymentReceipt-module__iah-iq__partyBox strong{margin-bottom:.25rem;font-size:1rem;display:block}.PaymentReceipt-module__iah-iq__partyBox p{color:#333;margin:.125rem 0;font-size:.8125rem}.PaymentReceipt-module__iah-iq__itemsTable{border-collapse:collapse;z-index:1;width:100%;margin-bottom:1.5rem;font-size:.8125rem;position:relative}.PaymentReceipt-module__iah-iq__itemsTable thead{background:var(--template-color,#ef4444);color:#fff}.PaymentReceipt-module__iah-iq__itemsTable th{text-align:left;text-transform:uppercase;padding:.6rem .4rem;font-size:.7rem;font-weight:600}.PaymentReceipt-module__iah-iq__itemsTable td{border-bottom:1px solid #e0e0e0;padding:.6rem .4rem}.PaymentReceipt-module__iah-iq__itemsTable tbody tr:hover{background:#f8f9fa}.PaymentReceipt-module__iah-iq__creditAmount{color:#ef4444;font-weight:700}.PaymentReceipt-module__iah-iq__totalsSection{z-index:1;max-width:350px;margin-bottom:1.5rem;margin-left:auto;position:relative}.PaymentReceipt-module__iah-iq__totalsRow{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.5rem .75rem;font-size:.875rem;display:flex}.PaymentReceipt-module__iah-iq__grandTotal{background:var(--template-color,#ef4444);color:#fff;border:none;border-radius:.5rem;margin-top:.5rem;font-size:1rem;font-weight:700}.PaymentReceipt-module__iah-iq__footer{z-index:1;border-top:2px solid #e0e0e0;grid-template-columns:1fr 1fr;gap:2rem;padding-top:1.5rem;display:grid;position:relative}.PaymentReceipt-module__iah-iq__footerNote{color:#666;font-size:.75rem}.PaymentReceipt-module__iah-iq__footerNote strong{color:#000;margin-bottom:.5rem;display:block}.PaymentReceipt-module__iah-iq__signatureBox{text-align:right}.PaymentReceipt-module__iah-iq__signatureImage{object-fit:contain;max-width:150px;max-height:60px;margin-bottom:.25rem}.PaymentReceipt-module__iah-iq__signatureBox p{color:#666;margin:0;font-size:.75rem}.PaymentReceipt-module__iah-iq__classicLayout{border:3px double #666}.PaymentReceipt-module__iah-iq__classicHeader{border-bottom:2px solid var(--template-color);justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.PaymentReceipt-module__iah-iq__classicLeft{gap:1rem;display:flex}.PaymentReceipt-module__iah-iq__companyInfo strong{margin-bottom:.25rem;font-size:1.125rem;display:block}.PaymentReceipt-module__iah-iq__companyInfo p{color:#333;margin:.125rem 0;font-size:.8125rem}.PaymentReceipt-module__iah-iq__classicRight h1{color:var(--template-color);margin:0 0 .5rem;font-size:1.75rem}.PaymentReceipt-module__iah-iq__classicMeta p{margin:.125rem 0;font-size:.875rem}.PaymentReceipt-module__iah-iq__classicRefReason{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.PaymentReceipt-module__iah-iq__refBox,.PaymentReceipt-module__iah-iq__reasonBoxClassic{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:.75rem}.PaymentReceipt-module__iah-iq__refBox h4,.PaymentReceipt-module__iah-iq__reasonBoxClassic h4{color:#666;text-transform:uppercase;margin:0 0 .25rem;font-size:.75rem}.PaymentReceipt-module__iah-iq__customerBox{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.PaymentReceipt-module__iah-iq__customerBox h4{color:var(--template-color);margin:0 0 .5rem}.PaymentReceipt-module__iah-iq__elegantLayout{text-align:center;border:1px solid #e0e0e0}.PaymentReceipt-module__iah-iq__elegantHeader{border-bottom:2px solid var(--template-color);margin-bottom:1.5rem;padding-bottom:1.5rem}.PaymentReceipt-module__iah-iq__centerLogo{max-width:80px;height:auto;margin-bottom:.75rem}.PaymentReceipt-module__iah-iq__elegantHeader h1{color:var(--template-color);letter-spacing:.1em;margin:0;font-size:2.5rem}.PaymentReceipt-module__iah-iq__elegantSubtitle{color:#666;margin:.25rem 0 .75rem}.PaymentReceipt-module__iah-iq__elegantMeta{color:#666;justify-content:center;gap:1rem;font-size:.875rem;display:flex}.PaymentReceipt-module__iah-iq__elegantRef{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.PaymentReceipt-module__iah-iq__elegantRefInner p{margin:.25rem 0}.PaymentReceipt-module__iah-iq__elegantParties{text-align:left;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.PaymentReceipt-module__iah-iq__elegantPartyBox{background:#f8f9fa;border-radius:.5rem;padding:1rem}.PaymentReceipt-module__iah-iq__elegantPartyBox h4{color:var(--template-color);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem}.PaymentReceipt-module__iah-iq__elegantTotals{text-align:center;margin-bottom:1.5rem}.PaymentReceipt-module__iah-iq__elegantTotalBox{background:var(--template-color);color:#fff;border-radius:.5rem;padding:1rem 2rem;display:inline-block}.PaymentReceipt-module__iah-iq__elegantTotalBox span:first-child{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;display:block}.PaymentReceipt-module__iah-iq__elegantTotalAmount{font-size:1.5rem;font-weight:700;display:block}.PaymentReceipt-module__iah-iq__elegantFooter{border-top:2px solid #e0e0e0;padding-top:1.5rem}.PaymentReceipt-module__iah-iq__elegantThank{color:#666;margin-top:1rem;font-style:italic}.PaymentReceipt-module__iah-iq__professionalLayout{border-left:5px solid var(--template-color)}.PaymentReceipt-module__iah-iq__proHeader{border-bottom:2px solid #e0e0e0;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.PaymentReceipt-module__iah-iq__proHeaderLeft{align-items:center;gap:1rem;display:flex}.PaymentReceipt-module__iah-iq__proHeaderLeft h2{margin:0;font-size:1.125rem}.PaymentReceipt-module__iah-iq__proHeaderLeft p{color:#666;margin:.125rem 0 0;font-size:.8125rem}.PaymentReceipt-module__iah-iq__proHeaderRight h1{color:var(--template-color);margin:0;font-size:1.75rem}.PaymentReceipt-module__iah-iq__proInfoBoxes{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.PaymentReceipt-module__iah-iq__proInfoBox{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem}.PaymentReceipt-module__iah-iq__proInfoBox h4{color:var(--template-color);text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem}.PaymentReceipt-module__iah-iq__proInfoBox p{margin:.125rem 0;font-size:.8125rem}.PaymentReceipt-module__iah-iq__proCustomer{margin-bottom:1.5rem}.PaymentReceipt-module__iah-iq__proCustomerBox{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;padding:1rem}.PaymentReceipt-module__iah-iq__proCustomerBox h4{color:var(--template-color);text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem}.PaymentReceipt-module__iah-iq__proFooter{border-top:2px solid #e0e0e0;grid-template-columns:1fr auto;gap:2rem;padding-top:1.5rem;display:grid}.PaymentReceipt-module__iah-iq__proTerms h4{color:#333;margin:0 0 .5rem;font-size:.875rem}.PaymentReceipt-module__iah-iq__proTerms p{color:#666;margin:.125rem 0;font-size:.75rem}.PaymentReceipt-module__iah-iq__vibrantLayout{background:linear-gradient(#fff5f5 0%,#fff 100%)}.PaymentReceipt-module__iah-iq__vibrantHeader{margin:-2.5rem -2.5rem 1.5rem}.PaymentReceipt-module__iah-iq__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}.PaymentReceipt-module__iah-iq__vibrantHeaderBand .PaymentReceipt-module__iah-iq__logo{background:#fff;border-radius:.5rem;padding:.5rem}.PaymentReceipt-module__iah-iq__vibrantHeaderText h1{margin:0;font-size:1.75rem}.PaymentReceipt-module__iah-iq__vibrantHeaderText p{opacity:.9;margin:.25rem 0 0;font-size:.875rem}.PaymentReceipt-module__iah-iq__vibrantNumber{text-align:right;margin-left:auto}.PaymentReceipt-module__iah-iq__vibrantNumber span{font-size:1.25rem;font-weight:700;display:block}.PaymentReceipt-module__iah-iq__vibrantNumber small{opacity:.9}.PaymentReceipt-module__iah-iq__vibrantAlert{background:#fef2f2;border:2px solid #fecaca;border-radius:.5rem;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.PaymentReceipt-module__iah-iq__vibrantAlertIcon{font-size:1.5rem}.PaymentReceipt-module__iah-iq__vibrantAlert strong{color:#dc2626;margin-bottom:.25rem;display:block}.PaymentReceipt-module__iah-iq__vibrantAlert p{color:#666;margin:0;font-size:.875rem}.PaymentReceipt-module__iah-iq__vibrantParties{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.PaymentReceipt-module__iah-iq__vibrantCard{border:1px solid #e0e0e0;border-radius:.5rem;overflow:hidden}.PaymentReceipt-module__iah-iq__vibrantCardHeader{background:var(--template-color);color:#fff;letter-spacing:.05em;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.PaymentReceipt-module__iah-iq__vibrantCardBody{background:#fff;padding:1rem}.PaymentReceipt-module__iah-iq__vibrantCardBody strong{margin-bottom:.25rem;display:block}.PaymentReceipt-module__iah-iq__vibrantCardBody p{color:#666;margin:.125rem 0;font-size:.8125rem}.PaymentReceipt-module__iah-iq__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}.PaymentReceipt-module__iah-iq__vibrantFooter{border-top:2px dashed #e0e0e0;grid-template-columns:1fr auto;gap:2rem;padding-top:1.5rem;display:grid}.PaymentReceipt-module__iah-iq__vibrantFooterLeft p{color:#666;margin:.125rem 0;font-size:.8125rem}@media print{.PaymentReceipt-module__iah-iq__topBar,.PaymentReceipt-module__iah-iq__formSection{display:none!important}.PaymentReceipt-module__iah-iq__content{grid-template-columns:1fr;padding:0}.PaymentReceipt-module__iah-iq__previewSection{position:static}.PaymentReceipt-module__iah-iq__creditNote{box-shadow:none;border:1px solid #000;padding:1.5rem}}@media (max-width:1200px){.PaymentReceipt-module__iah-iq__content{grid-template-columns:1fr}.PaymentReceipt-module__iah-iq__formSection,.PaymentReceipt-module__iah-iq__previewSection{max-height:none;position:static}}@media (max-width:768px){.PaymentReceipt-module__iah-iq__topBarContent{flex-direction:column;align-items:flex-start}.PaymentReceipt-module__iah-iq__inputGrid{grid-template-columns:1fr}.PaymentReceipt-module__iah-iq__templateGrid{grid-template-columns:repeat(2,1fr)}.PaymentReceipt-module__iah-iq__imageGrid,.PaymentReceipt-module__iah-iq__parties,.PaymentReceipt-module__iah-iq__elegantParties,.PaymentReceipt-module__iah-iq__vibrantParties,.PaymentReceipt-module__iah-iq__proInfoBoxes{grid-template-columns:1fr}.PaymentReceipt-module__iah-iq__creditNote{padding:1.5rem}.PaymentReceipt-module__iah-iq__footer,.PaymentReceipt-module__iah-iq__proFooter,.PaymentReceipt-module__iah-iq__vibrantFooter{text-align:center;grid-template-columns:1fr}.PaymentReceipt-module__iah-iq__signatureBox{text-align:center}.PaymentReceipt-module__iah-iq__classicRefReason{grid-template-columns:1fr}}
