.ProformaInvoice-module__r6QwZG__container{background:var(--bg-primary);min-height:100vh}.ProformaInvoice-module__r6QwZG__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:70px}.ProformaInvoice-module__r6QwZG__topBarContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.ProformaInvoice-module__r6QwZG__backBtn{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.ProformaInvoice-module__r6QwZG__backBtn:hover{color:var(--primary)}.ProformaInvoice-module__r6QwZG__pageTitle{margin:0;font-size:1.5rem;font-weight:700}.ProformaInvoice-module__r6QwZG__actions{gap:.5rem;display:flex}.ProformaInvoice-module__r6QwZG__content{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;padding:2rem 0;display:grid}.ProformaInvoice-module__r6QwZG__formSection{max-height:calc(100vh - 170px);position:sticky;top:150px;overflow-y:auto}.ProformaInvoice-module__r6QwZG__formCard{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:2rem}.ProformaInvoice-module__r6QwZG__formTitle{border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem}.ProformaInvoice-module__r6QwZG__templateSection{border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem}.ProformaInvoice-module__r6QwZG__templateGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.ProformaInvoice-module__r6QwZG__templateBtn{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-base);text-align:left;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.ProformaInvoice-module__r6QwZG__templateBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.ProformaInvoice-module__r6QwZG__templateBtn.ProformaInvoice-module__r6QwZG__active{background:var(--bg-card);box-shadow:var(--shadow-xl);border-width:3px}.ProformaInvoice-module__r6QwZG__templatePreview{border-radius:var(--radius-md);flex-direction:column;gap:.5rem;width:100%;height:100px;padding:.5rem;display:flex}.ProformaInvoice-module__r6QwZG__previewHeader{border-radius:var(--radius-sm);height:20px}.ProformaInvoice-module__r6QwZG__previewBody{border-radius:var(--radius-sm);background:#ffffff80;flex:1}.ProformaInvoice-module__r6QwZG__templateInfo{flex-direction:column;gap:.25rem;display:flex}.ProformaInvoice-module__r6QwZG__templateName{color:var(--text-primary);font-size:.9375rem;font-weight:700}.ProformaInvoice-module__r6QwZG__templateDesc{color:var(--text-secondary);font-size:.75rem;line-height:1.3}.ProformaInvoice-module__r6QwZG__imageSection{border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem}.ProformaInvoice-module__r6QwZG__imageGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.ProformaInvoice-module__r6QwZG__imageUploadBox{flex-direction:column;gap:.5rem;display:flex}.ProformaInvoice-module__r6QwZG__imageLabel{color:var(--text-secondary);font-size:.875rem;font-weight:600}.ProformaInvoice-module__r6QwZG__uploadPlaceholder{border:2px dashed var(--border-color);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-base);background:var(--bg-secondary);flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;display:flex}.ProformaInvoice-module__r6QwZG__uploadPlaceholder:hover{border-color:var(--primary);background:var(--bg-hover);transform:translateY(-2px)}.ProformaInvoice-module__r6QwZG__uploadIcon{font-size:2rem}.ProformaInvoice-module__r6QwZG__uploadHint{color:var(--text-tertiary);font-size:.75rem}.ProformaInvoice-module__r6QwZG__imagePreview{border:2px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-secondary);padding:1rem;position:relative}.ProformaInvoice-module__r6QwZG__imagePreview img{object-fit:contain;border-radius:var(--radius-md);width:100%;height:auto;max-height:150px}.ProformaInvoice-module__r6QwZG__removeImageBtn{background:var(--error);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);border:none;padding:.375rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:.5rem;right:.5rem}.ProformaInvoice-module__r6QwZG__removeImageBtn:hover{box-shadow:var(--shadow-md);transform:scale(1.05)}.ProformaInvoice-module__r6QwZG__formGroup{margin-bottom:2rem}.ProformaInvoice-module__r6QwZG__groupTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.ProformaInvoice-module__r6QwZG__inputGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.ProformaInvoice-module__r6QwZG__inputWrapper{flex-direction:column;gap:.5rem;display:flex}.ProformaInvoice-module__r6QwZG__inputWrapper.ProformaInvoice-module__r6QwZG__fullWidth{grid-column:1/-1}.ProformaInvoice-module__r6QwZG__inputWrapper label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.ProformaInvoice-module__r6QwZG__itemsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ProformaInvoice-module__r6QwZG__itemRow{background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-light);gap:.75rem;margin-bottom:1rem;padding:1rem;display:flex}.ProformaInvoice-module__r6QwZG__itemNumber{background:var(--gradient-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.ProformaInvoice-module__r6QwZG__itemFields{flex:1;grid-template-columns:2fr .8fr 1fr 1fr;align-items:center;gap:.5rem;display:grid}.ProformaInvoice-module__r6QwZG__itemTotal{color:var(--primary);text-align:right;font-weight:700}.ProformaInvoice-module__r6QwZG__removeBtn{background:var(--error);color:#fff;cursor:pointer;width:32px;height:32px;transition:all var(--transition-fast);border:none;border-radius:50%;flex-shrink:0}.ProformaInvoice-module__r6QwZG__removeBtn:hover{box-shadow:var(--shadow-md);transform:scale(1.1)}.ProformaInvoice-module__r6QwZG__previewSection{position:sticky;top:150px}.ProformaInvoice-module__r6QwZG__bill{color:#000;border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);background:#fff;border:1px solid #e0e0e0;min-height:800px;padding:3rem}.ProformaInvoice-module__r6QwZG__companyLogo{object-fit:contain;max-width:150px;max-height:80px}.ProformaInvoice-module__r6QwZG__logoPlaceholder{color:#999;border-radius:var(--radius-md);border:2px dashed #ccc;justify-content:center;align-items:center;width:150px;height:80px;font-size:.875rem;display:flex}.ProformaInvoice-module__r6QwZG__centerLogo{object-fit:contain;max-width:200px;max-height:100px;margin:0 auto 1rem;display:block}.ProformaInvoice-module__r6QwZG__signatureImage{object-fit:contain;max-width:150px;max-height:60px}.ProformaInvoice-module__r6QwZG__signatureLine{border-bottom:2px solid #000;width:200px;height:60px}.ProformaInvoice-module__r6QwZG__modernLayout .ProformaInvoice-module__r6QwZG__billHeader{border-bottom:3px solid var(--template-color);grid-template-columns:auto 1fr auto;align-items:start;gap:2rem;margin-bottom:2rem;padding-bottom:1.5rem;display:grid}.ProformaInvoice-module__r6QwZG__modernLayout .ProformaInvoice-module__r6QwZG__billTitle{color:var(--template-color);margin:0;font-size:2.5rem;font-weight:800}.ProformaInvoice-module__r6QwZG__modernLayout .ProformaInvoice-module__r6QwZG__billSubtitle{color:#666;margin:.5rem 0 0;font-size:.875rem}.ProformaInvoice-module__r6QwZG__classicLayout .ProformaInvoice-module__r6QwZG__classicHeader{border-radius:var(--radius-lg);border-left:5px solid var(--template-color);background:#f8f9fa;justify-content:space-between;margin-bottom:2rem;padding:1.5rem;display:flex}.ProformaInvoice-module__r6QwZG__classicLayout .ProformaInvoice-module__r6QwZG__leftSection{gap:1rem;display:flex}.ProformaInvoice-module__r6QwZG__classicLayout .ProformaInvoice-module__r6QwZG__companyInfo strong{margin-bottom:.5rem;font-size:1.25rem;display:block}.ProformaInvoice-module__r6QwZG__classicLayout .ProformaInvoice-module__r6QwZG__billTitle{color:var(--template-color);margin:0 0 1rem;font-size:2rem}.ProformaInvoice-module__r6QwZG__classicLayout .ProformaInvoice-module__r6QwZG__customerSection{border-radius:var(--radius-lg);background:#f8f9fa;margin-bottom:2rem;padding:1.5rem}.ProformaInvoice-module__r6QwZG__elegantLayout .ProformaInvoice-module__r6QwZG__elegantHeader{text-align:center;border-bottom:2px solid var(--template-color);margin-bottom:2rem;padding-bottom:2rem}.ProformaInvoice-module__r6QwZG__elegantLayout .ProformaInvoice-module__r6QwZG__billTitle{color:var(--template-color);margin:1rem 0 .5rem;font-size:2.5rem;font-weight:800}.ProformaInvoice-module__r6QwZG__elegantLayout .ProformaInvoice-module__r6QwZG__partiesRow{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem;display:grid}.ProformaInvoice-module__r6QwZG__elegantLayout .ProformaInvoice-module__r6QwZG__partyBox{border:2px solid var(--template-color);border-radius:var(--radius-lg);padding:1.5rem}.ProformaInvoice-module__r6QwZG__elegantLayout .ProformaInvoice-module__r6QwZG__partyBox h4{color:var(--template-color);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:.875rem}.ProformaInvoice-module__r6QwZG__elegantLayout .ProformaInvoice-module__r6QwZG__elegantFooter{text-align:center;border-top:2px solid #e0e0e0;margin-top:2rem;padding-top:2rem}.ProformaInvoice-module__r6QwZG__elegantLayout .ProformaInvoice-module__r6QwZG__thankYou{color:#666;margin-top:1rem;font-style:italic}.ProformaInvoice-module__r6QwZG__professionalLayout .ProformaInvoice-module__r6QwZG__proHeader{background:var(--template-color);color:#fff;border-radius:var(--radius-lg);justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;display:flex}.ProformaInvoice-module__r6QwZG__professionalLayout .ProformaInvoice-module__r6QwZG__headerLeft{align-items:center;gap:1rem;display:flex}.ProformaInvoice-module__r6QwZG__professionalLayout .ProformaInvoice-module__r6QwZG__headerLeft h2{margin:0;font-size:1.5rem}.ProformaInvoice-module__r6QwZG__professionalLayout .ProformaInvoice-module__r6QwZG__headerRight h1{margin:0;font-size:2rem}.ProformaInvoice-module__r6QwZG__professionalLayout .ProformaInvoice-module__r6QwZG__infoBoxes{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.ProformaInvoice-module__r6QwZG__professionalLayout .ProformaInvoice-module__r6QwZG__infoBox{border-radius:var(--radius-lg);border-left:4px solid var(--template-color);background:#f8f9fa;padding:1.5rem}.ProformaInvoice-module__r6QwZG__professionalLayout .ProformaInvoice-module__r6QwZG__infoBox h4{color:var(--template-color);margin:0 0 1rem;font-size:1rem}.ProformaInvoice-module__r6QwZG__professionalLayout .ProformaInvoice-module__r6QwZG__proFooter{border-top:2px solid #e0e0e0;justify-content:space-between;margin-top:2rem;padding-top:2rem;display:flex}.ProformaInvoice-module__r6QwZG__vibrantLayout .ProformaInvoice-module__r6QwZG__vibrantHeader{margin-bottom:2rem}.ProformaInvoice-module__r6QwZG__vibrantLayout .ProformaInvoice-module__r6QwZG__headerBand{background:var(--template-color);color:#fff;border-radius:var(--radius-lg);justify-content:space-between;align-items:center;padding:2rem;display:flex}.ProformaInvoice-module__r6QwZG__vibrantLayout .ProformaInvoice-module__r6QwZG__headerText h1{margin:0;font-size:2.5rem}.ProformaInvoice-module__r6QwZG__vibrantLayout .ProformaInvoice-module__r6QwZG__billNumber{text-align:right}.ProformaInvoice-module__r6QwZG__vibrantLayout .ProformaInvoice-module__r6QwZG__billNumber span{font-size:1.5rem;font-weight:700;display:block}.ProformaInvoice-module__r6QwZG__vibrantLayout .ProformaInvoice-module__r6QwZG__vibrantParties{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.ProformaInvoice-module__r6QwZG__vibrantLayout .ProformaInvoice-module__r6QwZG__partyCard{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.ProformaInvoice-module__r6QwZG__vibrantLayout .ProformaInvoice-module__r6QwZG__cardHeader{background:var(--template-color);color:#fff;padding:.75rem 1rem;font-size:.875rem;font-weight:700}.ProformaInvoice-module__r6QwZG__vibrantLayout .ProformaInvoice-module__r6QwZG__cardBody{background:#f8f9fa;padding:1.5rem}.ProformaInvoice-module__r6QwZG__vibrantLayout .ProformaInvoice-module__r6QwZG__vibrantTotal{background:var(--template-color);color:#fff;border-radius:var(--radius-lg);justify-content:space-between;margin:2rem 0;padding:1.5rem;font-size:1.5rem;font-weight:700;display:flex}.ProformaInvoice-module__r6QwZG__vibrantLayout .ProformaInvoice-module__r6QwZG__vibrantFooter{justify-content:space-between;align-items:flex-end;display:flex}.ProformaInvoice-module__r6QwZG__itemsTable{border-collapse:collapse;width:100%;margin:2rem 0;font-size:.875rem}.ProformaInvoice-module__r6QwZG__itemsTable thead{background:var(--template-color);color:#fff}.ProformaInvoice-module__r6QwZG__itemsTable th{text-align:left;text-transform:uppercase;padding:.75rem .5rem;font-size:.75rem;font-weight:600}.ProformaInvoice-module__r6QwZG__itemsTable td{border-bottom:1px solid #e0e0e0;padding:.75rem .5rem}.ProformaInvoice-module__r6QwZG__itemsTable tbody tr:hover{background:#f8f9fa}.ProformaInvoice-module__r6QwZG__itemsTable th:last-child,.ProformaInvoice-module__r6QwZG__itemsTable td:last-child{text-align:right;font-weight:600}.ProformaInvoice-module__r6QwZG__billParties{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem;display:grid}.ProformaInvoice-module__r6QwZG__party{border-radius:var(--radius-lg);background:#f8f9fa;padding:1.5rem}.ProformaInvoice-module__r6QwZG__partyTitle{color:#666;text-transform:uppercase;margin:0 0 1rem;font-size:.875rem;font-weight:600}.ProformaInvoice-module__r6QwZG__partyDetails strong{margin-bottom:.5rem;font-size:1.125rem;display:block}.ProformaInvoice-module__r6QwZG__partyDetails p{color:#333;margin:.25rem 0;font-size:.875rem}.ProformaInvoice-module__r6QwZG__placeOfSupply{border-radius:var(--radius-md);background:#fff3cd;border:1px solid #ffc107;margin-bottom:2rem;padding:.75rem 1rem;font-size:.875rem}.ProformaInvoice-module__r6QwZG__totalsSection{max-width:400px;margin-left:auto}.ProformaInvoice-module__r6QwZG__totalsRow{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.75rem 1rem;font-size:.9375rem;display:flex}.ProformaInvoice-module__r6QwZG__grandTotal{background:var(--template-color);color:#fff;border-radius:var(--radius-md);border:none;margin-top:.5rem;font-size:1.125rem;font-weight:700}.ProformaInvoice-module__r6QwZG__billFooter{border-top:2px solid #e0e0e0;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;padding-top:2rem;display:grid}.ProformaInvoice-module__r6QwZG__footerNote{color:#666;font-size:.75rem}.ProformaInvoice-module__r6QwZG__footerNote strong{color:#000;margin-bottom:.5rem;display:block}.ProformaInvoice-module__r6QwZG__signatureSection{text-align:right}.ProformaInvoice-module__r6QwZG__signatureBox{text-align:center}.ProformaInvoice-module__r6QwZG__signatureBox p{color:#666;margin-top:.5rem;font-size:.875rem}@media print{.ProformaInvoice-module__r6QwZG__topBar,.ProformaInvoice-module__r6QwZG__formSection{display:none!important}.ProformaInvoice-module__r6QwZG__content{grid-template-columns:1fr;padding:0}.ProformaInvoice-module__r6QwZG__previewSection{position:static}.ProformaInvoice-module__r6QwZG__bill{box-shadow:none;border:none;padding:1rem}}@media (max-width:1200px){.ProformaInvoice-module__r6QwZG__content{grid-template-columns:1fr}.ProformaInvoice-module__r6QwZG__formSection{max-height:none;position:static}.ProformaInvoice-module__r6QwZG__previewSection{position:static}}@media (max-width:768px){.ProformaInvoice-module__r6QwZG__topBarContent{flex-direction:column;align-items:flex-start}.ProformaInvoice-module__r6QwZG__templateGrid,.ProformaInvoice-module__r6QwZG__imageGrid,.ProformaInvoice-module__r6QwZG__inputGrid,.ProformaInvoice-module__r6QwZG__itemFields{grid-template-columns:1fr}.ProformaInvoice-module__r6QwZG__bill{padding:1.5rem}.ProformaInvoice-module__r6QwZG__billParties,.ProformaInvoice-module__r6QwZG__billFooter{grid-template-columns:1fr}}
