.RentReceipt-module__EcBl0G__container{background:var(--bg-primary);min-height:100vh}.RentReceipt-module__EcBl0G__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}.RentReceipt-module__EcBl0G__topBarContent{justify-content:space-between;align-items:center;gap:2rem;display:flex}.RentReceipt-module__EcBl0G__backBtn{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.RentReceipt-module__EcBl0G__backBtn:hover{color:var(--primary)}.RentReceipt-module__EcBl0G__pageTitle{margin:0;font-size:1.5rem;font-weight:700}.RentReceipt-module__EcBl0G__actions{gap:.5rem;display:flex}.RentReceipt-module__EcBl0G__content{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;padding:2rem 0;display:grid}.RentReceipt-module__EcBl0G__formSection{max-height:calc(100vh - 120px);position:sticky;top:100px;overflow-y:auto}.RentReceipt-module__EcBl0G__formCard{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:2rem}.RentReceipt-module__EcBl0G__formTitle{margin-bottom:.5rem;font-size:1.5rem}.RentReceipt-module__EcBl0G__formSubtitle{color:var(--text-secondary);border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem}.RentReceipt-module__EcBl0G__formGroup{margin-bottom:2rem}.RentReceipt-module__EcBl0G__groupTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.RentReceipt-module__EcBl0G__groupTitle:before{content:"";background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:2px;width:4px;height:1.125rem}.RentReceipt-module__EcBl0G__inputGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.RentReceipt-module__EcBl0G__inputWrapper{flex-direction:column;gap:.5rem;display:flex}.RentReceipt-module__EcBl0G__inputWrapper.RentReceipt-module__EcBl0G__fullWidth{grid-column:1/-1}.RentReceipt-module__EcBl0G__inputWrapper label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.RentReceipt-module__EcBl0G__templateSection{margin-bottom:2rem}.RentReceipt-module__EcBl0G__templateGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.RentReceipt-module__EcBl0G__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}.RentReceipt-module__EcBl0G__templateBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.RentReceipt-module__EcBl0G__templateBtn.RentReceipt-module__EcBl0G__active{box-shadow:var(--shadow-xl);border-width:3px}.RentReceipt-module__EcBl0G__templatePreview{border-radius:var(--radius-md);flex-direction:column;gap:.25rem;height:80px;padding:.5rem;display:flex}.RentReceipt-module__EcBl0G__previewHeader{border-radius:4px;height:20px}.RentReceipt-module__EcBl0G__previewBody{background:#ffffff80;border-radius:4px;flex:1}.RentReceipt-module__EcBl0G__templateInfo{flex-direction:column;gap:.25rem;display:flex}.RentReceipt-module__EcBl0G__templateName{font-size:.875rem;font-weight:600}.RentReceipt-module__EcBl0G__templateDesc{color:var(--text-secondary);font-size:.75rem}.RentReceipt-module__EcBl0G__imageSection{margin-bottom:2rem}.RentReceipt-module__EcBl0G__imageGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.RentReceipt-module__EcBl0G__imageUploadBox{flex-direction:column;gap:.5rem;display:flex}.RentReceipt-module__EcBl0G__imageLabel{color:var(--text-secondary);font-size:.875rem;font-weight:600}.RentReceipt-module__EcBl0G__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}.RentReceipt-module__EcBl0G__uploadPlaceholder:hover{background:var(--bg-card);border-color:#ef4444}.RentReceipt-module__EcBl0G__uploadIcon{font-size:2rem}.RentReceipt-module__EcBl0G__uploadHint{color:var(--text-secondary);font-size:.75rem}.RentReceipt-module__EcBl0G__imagePreview{border:2px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-card);padding:1rem;position:relative}.RentReceipt-module__EcBl0G__imagePreview img{object-fit:contain;width:100%;height:auto;max-height:150px;margin-bottom:.5rem;display:block}.RentReceipt-module__EcBl0G__removeImageBtn{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#ef4444;border:none;width:100%;padding:.5rem;font-size:.875rem;font-weight:600}.RentReceipt-module__EcBl0G__itemsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.RentReceipt-module__EcBl0G__itemsTableWrapper{overflow-x:auto}.RentReceipt-module__EcBl0G__itemsFormTable{border-collapse:collapse;width:100%;font-size:.875rem}.RentReceipt-module__EcBl0G__itemsFormTable thead{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.RentReceipt-module__EcBl0G__itemsFormTable th{text-align:left;text-transform:uppercase;padding:.75rem .5rem;font-size:.75rem;font-weight:600}.RentReceipt-module__EcBl0G__itemsFormTable td{border-bottom:1px solid var(--border-light);padding:.5rem}.RentReceipt-module__EcBl0G__itemsFormTable input,.RentReceipt-module__EcBl0G__itemsFormTable select{width:100%;min-width:60px}.RentReceipt-module__EcBl0G__amountCell{color:#ef4444;text-align:right;font-weight:700}.RentReceipt-module__EcBl0G__removeBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;width:28px;height:28px;font-size:.75rem}.RentReceipt-module__EcBl0G__previewSection{position:sticky;top:100px}.RentReceipt-module__EcBl0G__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}.RentReceipt-module__EcBl0G__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)}.RentReceipt-module__EcBl0G__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}.RentReceipt-module__EcBl0G__headerLeft{align-items:center;gap:1rem;display:flex}.RentReceipt-module__EcBl0G__logo{object-fit:contain;max-width:100px;max-height:60px}.RentReceipt-module__EcBl0G__title{color:var(--template-color,#ef4444);margin:0;font-size:2rem;font-weight:800}.RentReceipt-module__EcBl0G__subtitle{color:#666;margin:.25rem 0 0;font-size:.875rem}.RentReceipt-module__EcBl0G__headerRight{text-align:right}.RentReceipt-module__EcBl0G__meta p{margin:.25rem 0;font-size:.875rem}.RentReceipt-module__EcBl0G__referenceBox,.RentReceipt-module__EcBl0G__reasonBox{z-index:1;background:#fff5f5;border:2px solid #fecaca;border-radius:.5rem;margin-bottom:1rem;padding:1rem;position:relative}.RentReceipt-module__EcBl0G__referenceBox h4,.RentReceipt-module__EcBl0G__reasonBox h4{color:#dc2626;margin:0 0 .5rem;font-size:.875rem}.RentReceipt-module__EcBl0G__reasonBox{background:#fef2f2;border-color:#ef4444}.RentReceipt-module__EcBl0G__reasonText{color:#dc2626;margin:0;font-size:1.125rem;font-weight:600}.RentReceipt-module__EcBl0G__parties{z-index:1;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid;position:relative}.RentReceipt-module__EcBl0G__partyBox{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem}.RentReceipt-module__EcBl0G__partyBox h4{color:#666;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem}.RentReceipt-module__EcBl0G__partyBox strong{margin-bottom:.25rem;font-size:1rem;display:block}.RentReceipt-module__EcBl0G__partyBox p{color:#333;margin:.125rem 0;font-size:.8125rem}.RentReceipt-module__EcBl0G__itemsTable{border-collapse:collapse;z-index:1;width:100%;margin-bottom:1.5rem;font-size:.8125rem;position:relative}.RentReceipt-module__EcBl0G__itemsTable thead{background:var(--template-color,#ef4444);color:#fff}.RentReceipt-module__EcBl0G__itemsTable th{text-align:left;text-transform:uppercase;padding:.6rem .4rem;font-size:.7rem;font-weight:600}.RentReceipt-module__EcBl0G__itemsTable td{border-bottom:1px solid #e0e0e0;padding:.6rem .4rem}.RentReceipt-module__EcBl0G__itemsTable tbody tr:hover{background:#f8f9fa}.RentReceipt-module__EcBl0G__creditAmount{color:#ef4444;font-weight:700}.RentReceipt-module__EcBl0G__totalsSection{z-index:1;max-width:350px;margin-bottom:1.5rem;margin-left:auto;position:relative}.RentReceipt-module__EcBl0G__totalsRow{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.5rem .75rem;font-size:.875rem;display:flex}.RentReceipt-module__EcBl0G__grandTotal{background:var(--template-color,#ef4444);color:#fff;border:none;border-radius:.5rem;margin-top:.5rem;font-size:1rem;font-weight:700}.RentReceipt-module__EcBl0G__footer{z-index:1;border-top:2px solid #e0e0e0;grid-template-columns:1fr 1fr;gap:2rem;padding-top:1.5rem;display:grid;position:relative}.RentReceipt-module__EcBl0G__footerNote{color:#666;font-size:.75rem}.RentReceipt-module__EcBl0G__footerNote strong{color:#000;margin-bottom:.5rem;display:block}.RentReceipt-module__EcBl0G__signatureBox{text-align:right}.RentReceipt-module__EcBl0G__signatureImage{object-fit:contain;max-width:150px;max-height:60px;margin-bottom:.25rem}.RentReceipt-module__EcBl0G__signatureBox p{color:#666;margin:0;font-size:.75rem}.RentReceipt-module__EcBl0G__classicLayout{border:3px double #666}.RentReceipt-module__EcBl0G__classicHeader{border-bottom:2px solid var(--template-color);justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.RentReceipt-module__EcBl0G__classicLeft{gap:1rem;display:flex}.RentReceipt-module__EcBl0G__companyInfo strong{margin-bottom:.25rem;font-size:1.125rem;display:block}.RentReceipt-module__EcBl0G__companyInfo p{color:#333;margin:.125rem 0;font-size:.8125rem}.RentReceipt-module__EcBl0G__classicRight h1{color:var(--template-color);margin:0 0 .5rem;font-size:1.75rem}.RentReceipt-module__EcBl0G__classicMeta p{margin:.125rem 0;font-size:.875rem}.RentReceipt-module__EcBl0G__classicRefReason{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.RentReceipt-module__EcBl0G__refBox,.RentReceipt-module__EcBl0G__reasonBoxClassic{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:.75rem}.RentReceipt-module__EcBl0G__refBox h4,.RentReceipt-module__EcBl0G__reasonBoxClassic h4{color:#666;text-transform:uppercase;margin:0 0 .25rem;font-size:.75rem}.RentReceipt-module__EcBl0G__customerBox{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.RentReceipt-module__EcBl0G__customerBox h4{color:var(--template-color);margin:0 0 .5rem}.RentReceipt-module__EcBl0G__elegantLayout{text-align:center;border:1px solid #e0e0e0}.RentReceipt-module__EcBl0G__elegantHeader{border-bottom:2px solid var(--template-color);margin-bottom:1.5rem;padding-bottom:1.5rem}.RentReceipt-module__EcBl0G__centerLogo{max-width:80px;height:auto;margin-bottom:.75rem}.RentReceipt-module__EcBl0G__elegantHeader h1{color:var(--template-color);letter-spacing:.1em;margin:0;font-size:2.5rem}.RentReceipt-module__EcBl0G__elegantSubtitle{color:#666;margin:.25rem 0 .75rem}.RentReceipt-module__EcBl0G__elegantMeta{color:#666;justify-content:center;gap:1rem;font-size:.875rem;display:flex}.RentReceipt-module__EcBl0G__elegantRef{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.RentReceipt-module__EcBl0G__elegantRefInner p{margin:.25rem 0}.RentReceipt-module__EcBl0G__elegantParties{text-align:left;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.RentReceipt-module__EcBl0G__elegantPartyBox{background:#f8f9fa;border-radius:.5rem;padding:1rem}.RentReceipt-module__EcBl0G__elegantPartyBox h4{color:var(--template-color);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem}.RentReceipt-module__EcBl0G__elegantTotals{text-align:center;margin-bottom:1.5rem}.RentReceipt-module__EcBl0G__elegantTotalBox{background:var(--template-color);color:#fff;border-radius:.5rem;padding:1rem 2rem;display:inline-block}.RentReceipt-module__EcBl0G__elegantTotalBox span:first-child{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;display:block}.RentReceipt-module__EcBl0G__elegantTotalAmount{font-size:1.5rem;font-weight:700;display:block}.RentReceipt-module__EcBl0G__elegantFooter{border-top:2px solid #e0e0e0;padding-top:1.5rem}.RentReceipt-module__EcBl0G__elegantThank{color:#666;margin-top:1rem;font-style:italic}.RentReceipt-module__EcBl0G__professionalLayout{border-left:5px solid var(--template-color)}.RentReceipt-module__EcBl0G__proHeader{border-bottom:2px solid #e0e0e0;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.RentReceipt-module__EcBl0G__proHeaderLeft{align-items:center;gap:1rem;display:flex}.RentReceipt-module__EcBl0G__proHeaderLeft h2{margin:0;font-size:1.125rem}.RentReceipt-module__EcBl0G__proHeaderLeft p{color:#666;margin:.125rem 0 0;font-size:.8125rem}.RentReceipt-module__EcBl0G__proHeaderRight h1{color:var(--template-color);margin:0;font-size:1.75rem}.RentReceipt-module__EcBl0G__proInfoBoxes{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.RentReceipt-module__EcBl0G__proInfoBox{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem}.RentReceipt-module__EcBl0G__proInfoBox h4{color:var(--template-color);text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem}.RentReceipt-module__EcBl0G__proInfoBox p{margin:.125rem 0;font-size:.8125rem}.RentReceipt-module__EcBl0G__proCustomer{margin-bottom:1.5rem}.RentReceipt-module__EcBl0G__proCustomerBox{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;padding:1rem}.RentReceipt-module__EcBl0G__proCustomerBox h4{color:var(--template-color);text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem}.RentReceipt-module__EcBl0G__proFooter{border-top:2px solid #e0e0e0;grid-template-columns:1fr auto;gap:2rem;padding-top:1.5rem;display:grid}.RentReceipt-module__EcBl0G__proTerms h4{color:#333;margin:0 0 .5rem;font-size:.875rem}.RentReceipt-module__EcBl0G__proTerms p{color:#666;margin:.125rem 0;font-size:.75rem}.RentReceipt-module__EcBl0G__vibrantLayout{background:linear-gradient(#fff5f5 0%,#fff 100%)}.RentReceipt-module__EcBl0G__vibrantHeader{margin:-2.5rem -2.5rem 1.5rem}.RentReceipt-module__EcBl0G__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}.RentReceipt-module__EcBl0G__vibrantHeaderBand .RentReceipt-module__EcBl0G__logo{background:#fff;border-radius:.5rem;padding:.5rem}.RentReceipt-module__EcBl0G__vibrantHeaderText h1{margin:0;font-size:1.75rem}.RentReceipt-module__EcBl0G__vibrantHeaderText p{opacity:.9;margin:.25rem 0 0;font-size:.875rem}.RentReceipt-module__EcBl0G__vibrantNumber{text-align:right;margin-left:auto}.RentReceipt-module__EcBl0G__vibrantNumber span{font-size:1.25rem;font-weight:700;display:block}.RentReceipt-module__EcBl0G__vibrantNumber small{opacity:.9}.RentReceipt-module__EcBl0G__vibrantAlert{background:#fef2f2;border:2px solid #fecaca;border-radius:.5rem;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.RentReceipt-module__EcBl0G__vibrantAlertIcon{font-size:1.5rem}.RentReceipt-module__EcBl0G__vibrantAlert strong{color:#dc2626;margin-bottom:.25rem;display:block}.RentReceipt-module__EcBl0G__vibrantAlert p{color:#666;margin:0;font-size:.875rem}.RentReceipt-module__EcBl0G__vibrantParties{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.RentReceipt-module__EcBl0G__vibrantCard{border:1px solid #e0e0e0;border-radius:.5rem;overflow:hidden}.RentReceipt-module__EcBl0G__vibrantCardHeader{background:var(--template-color);color:#fff;letter-spacing:.05em;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.RentReceipt-module__EcBl0G__vibrantCardBody{background:#fff;padding:1rem}.RentReceipt-module__EcBl0G__vibrantCardBody strong{margin-bottom:.25rem;display:block}.RentReceipt-module__EcBl0G__vibrantCardBody p{color:#666;margin:.125rem 0;font-size:.8125rem}.RentReceipt-module__EcBl0G__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}.RentReceipt-module__EcBl0G__vibrantFooter{border-top:2px dashed #e0e0e0;grid-template-columns:1fr auto;gap:2rem;padding-top:1.5rem;display:grid}.RentReceipt-module__EcBl0G__vibrantFooterLeft p{color:#666;margin:.125rem 0;font-size:.8125rem}@media print{.RentReceipt-module__EcBl0G__topBar,.RentReceipt-module__EcBl0G__formSection{display:none!important}.RentReceipt-module__EcBl0G__content{grid-template-columns:1fr;padding:0}.RentReceipt-module__EcBl0G__previewSection{position:static}.RentReceipt-module__EcBl0G__creditNote{box-shadow:none;border:1px solid #000;padding:1.5rem}}@media (max-width:1200px){.RentReceipt-module__EcBl0G__content{grid-template-columns:1fr}.RentReceipt-module__EcBl0G__formSection,.RentReceipt-module__EcBl0G__previewSection{max-height:none;position:static}}@media (max-width:768px){.RentReceipt-module__EcBl0G__topBarContent{flex-direction:column;align-items:flex-start}.RentReceipt-module__EcBl0G__inputGrid{grid-template-columns:1fr}.RentReceipt-module__EcBl0G__templateGrid{grid-template-columns:repeat(2,1fr)}.RentReceipt-module__EcBl0G__imageGrid,.RentReceipt-module__EcBl0G__parties,.RentReceipt-module__EcBl0G__elegantParties,.RentReceipt-module__EcBl0G__vibrantParties,.RentReceipt-module__EcBl0G__proInfoBoxes{grid-template-columns:1fr}.RentReceipt-module__EcBl0G__creditNote{padding:1.5rem}.RentReceipt-module__EcBl0G__footer,.RentReceipt-module__EcBl0G__proFooter,.RentReceipt-module__EcBl0G__vibrantFooter{text-align:center;grid-template-columns:1fr}.RentReceipt-module__EcBl0G__signatureBox{text-align:center}.RentReceipt-module__EcBl0G__classicRefReason{grid-template-columns:1fr}}
