.ThemeToggle-module__b1g1DG__themeToggle{cursor:pointer;background:0 0;border:none;padding:0}.ThemeToggle-module__b1g1DG__toggleTrack{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:var(--radius-full);width:60px;height:30px;transition:all var(--transition-base);position:relative}.ThemeToggle-module__b1g1DG__toggleTrack:hover{border-color:var(--primary);box-shadow:0 0 10px #6366f133}.ThemeToggle-module__b1g1DG__toggleTrack.ThemeToggle-module__b1g1DG__dark{background:var(--bg-tertiary)}.ThemeToggle-module__b1g1DG__toggleThumb{width:22px;height:22px;transition:all var(--transition-base);box-shadow:var(--shadow-md);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:2px;left:2px}.ThemeToggle-module__b1g1DG__toggleTrack.ThemeToggle-module__b1g1DG__dark .ThemeToggle-module__b1g1DG__toggleThumb{background:var(--bg-primary);transform:translate(30px)}.ThemeToggle-module__b1g1DG__icon{font-size:.875rem;line-height:1}.ThemeToggle-module__b1g1DG__togglePlaceholder{width:60px;height:30px}
.Header-module__9fWxfa__header{z-index:1000;background:var(--bg-card);transition:all var(--transition-base);border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.Header-module__9fWxfa__header.Header-module__9fWxfa__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom-color:var(--border-color);box-shadow:var(--shadow-md);background:#ffffffe6}[data-theme=dark] .Header-module__9fWxfa__header.Header-module__9fWxfa__scrolled{background:#1e293be6}.Header-module__9fWxfa__headerContent{justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.Header-module__9fWxfa__hamburgerBtn{background:var(--bg-tertiary);border-radius:var(--radius-md);cursor:pointer;width:40px;height:40px;transition:all var(--transition-fast);border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:none}.Header-module__9fWxfa__hamburgerBtn:hover{background:var(--bg-accent)}.Header-module__9fWxfa__hamburgerLine{background:var(--text-primary);width:20px;height:2px;transition:all var(--transition-fast);border-radius:2px}.Header-module__9fWxfa__logo{color:var(--text-primary);transition:transform var(--transition-fast);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.Header-module__9fWxfa__logo:hover{transform:scale(1.02)}.Header-module__9fWxfa__logoIcon{font-size:1.75rem;animation:3s ease-in-out infinite Header-module__9fWxfa__float}@keyframes Header-module__9fWxfa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.Header-module__9fWxfa__logoText{gap:.35rem;display:flex}.Header-module__9fWxfa__desktopNav{align-items:center;gap:1.5rem;display:flex}.Header-module__9fWxfa__navLink{color:var(--text-secondary);transition:color var(--transition-fast);align-items:center;gap:.4rem;font-size:.9rem;font-weight:500;text-decoration:none;display:flex;position:relative}.Header-module__9fWxfa__navLink:hover{color:var(--text-primary)}.Header-module__9fWxfa__navLink:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-4px;left:0}.Header-module__9fWxfa__navLink:hover:after{width:100%}.Header-module__9fWxfa__headerActions{align-items:center;gap:.75rem;display:flex}.Header-module__9fWxfa__installBtn{color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex;box-shadow:0 2px 10px #667eea4d}.Header-module__9fWxfa__installBtn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.Header-module__9fWxfa__installBtn svg{width:18px;height:18px}.Header-module__9fWxfa__installText{display:inline}.Header-module__9fWxfa__installedBadge{color:#10b981;border-radius:var(--radius-full);background:#10b9811a;align-items:center;gap:.25rem;padding:.4rem .75rem;font-size:.75rem;font-weight:600;display:flex}.Header-module__9fWxfa__sidebarOverlay{z-index:1100;opacity:0;visibility:hidden;transition:all var(--transition-base);background:#00000080;position:fixed;inset:0}.Header-module__9fWxfa__sidebarOverlay.Header-module__9fWxfa__overlayVisible{opacity:1;visibility:visible}.Header-module__9fWxfa__sidebar{background:var(--bg-card);z-index:1200;width:320px;max-width:85vw;height:100vh;transition:transform var(--transition-base);box-shadow:var(--shadow-xl);flex-direction:column;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.Header-module__9fWxfa__sidebar.Header-module__9fWxfa__sidebarOpen{transform:translate(0)}.Header-module__9fWxfa__sidebarHeader{border-bottom:1px solid var(--border-color);background:var(--bg-tertiary);justify-content:space-between;align-items:center;padding:1rem;display:flex}.Header-module__9fWxfa__sidebarLogo{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:flex}.Header-module__9fWxfa__closeBtn{background:var(--bg-secondary);border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.Header-module__9fWxfa__closeBtn:hover{background:var(--bg-accent);color:var(--primary)}.Header-module__9fWxfa__sidebarContent{flex:1;padding:1rem;overflow-y:auto}.Header-module__9fWxfa__quickLinks{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.Header-module__9fWxfa__quickLink{background:var(--bg-tertiary);border-radius:var(--radius-full);color:var(--text-primary);transition:all var(--transition-fast);align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.Header-module__9fWxfa__quickLink:hover{background:var(--bg-accent);transform:translateY(-2px)}.Header-module__9fWxfa__sidebarCategories{flex-direction:column;gap:.5rem;display:flex}.Header-module__9fWxfa__sidebarTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding-left:.5rem;font-size:.875rem;font-weight:700}.Header-module__9fWxfa__categoryItem{border-radius:var(--radius-md);overflow:hidden}.Header-module__9fWxfa__categoryBtn{background:var(--bg-tertiary);border-radius:var(--radius-md);cursor:pointer;width:100%;transition:all var(--transition-fast);text-align:left;border:none;align-items:center;gap:.75rem;padding:.75rem;display:flex}.Header-module__9fWxfa__categoryBtn:hover{background:var(--bg-accent)}.Header-module__9fWxfa__categoryBtn.Header-module__9fWxfa__categoryExpanded{background:var(--bg-accent);border-bottom-right-radius:0;border-bottom-left-radius:0}.Header-module__9fWxfa__categoryIcon{text-align:center;width:28px;font-size:1.25rem}.Header-module__9fWxfa__categoryName{color:var(--text-primary);flex:1;font-size:.9rem;font-weight:600}.Header-module__9fWxfa__categoryCount{background:var(--bg-secondary);border-radius:var(--radius-full);color:var(--text-secondary);padding:.2rem .5rem;font-size:.75rem;font-weight:600}.Header-module__9fWxfa__categoryArrow{color:var(--text-tertiary);transition:transform var(--transition-fast);font-size:.7rem}.Header-module__9fWxfa__categoryInvoices{background:var(--bg-secondary);border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md);padding:.5rem;animation:.2s ease-out Header-module__9fWxfa__slideDown}@keyframes Header-module__9fWxfa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__9fWxfa__invoiceLink{color:var(--text-primary);border-radius:var(--radius-sm);transition:all var(--transition-fast);align-items:center;gap:.6rem;padding:.6rem .75rem;font-size:.85rem;text-decoration:none;display:flex}.Header-module__9fWxfa__invoiceLink:hover{background:var(--bg-tertiary);padding-left:1rem}.Header-module__9fWxfa__invoiceIcon{text-align:center;width:24px;font-size:1rem}.Header-module__9fWxfa__invoiceName{flex:1;font-weight:500}.Header-module__9fWxfa__popularBadge{color:#f59e0b;font-size:.75rem}.Header-module__9fWxfa__installSection{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);margin-top:1.5rem;padding:1rem}.Header-module__9fWxfa__installBtnLarge{color:#fff;border-radius:var(--radius-md);cursor:pointer;width:100%;transition:all var(--transition-fast);background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;justify-content:center;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.Header-module__9fWxfa__installBtnLarge:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.Header-module__9fWxfa__installNote{color:var(--text-tertiary);margin-top:.5rem;font-size:.75rem}.Header-module__9fWxfa__sidebarFooter{border-top:1px solid var(--border-color);text-align:center;background:var(--bg-tertiary);padding:1rem}.Header-module__9fWxfa__sidebarFooter p{color:var(--text-tertiary);margin:0;font-size:.8rem}.Header-module__9fWxfa__version{opacity:.7;font-size:.7rem!important}@media (max-width:768px){.Header-module__9fWxfa__hamburgerBtn{display:flex}.Header-module__9fWxfa__desktopNav{display:none}.Header-module__9fWxfa__logo{font-size:1.1rem}.Header-module__9fWxfa__logoIcon{font-size:1.5rem}.Header-module__9fWxfa__installText{display:none}.Header-module__9fWxfa__installBtn{border-radius:var(--radius-md);padding:.5rem}.Header-module__9fWxfa__installedBadge{padding:.3rem .5rem;font-size:.7rem}}@media (min-width:769px){.Header-module__9fWxfa__sidebar,.Header-module__9fWxfa__sidebarOverlay{display:none!important}}
.Footer-module__nhiC3q__footer{background:linear-gradient(135deg,var(--bg-secondary)0%,var(--bg-tertiary)100%);border-top:3px solid;border-image:var(--gradient-primary)1;padding:4rem 0 2rem;position:relative;overflow:hidden}.Footer-module__nhiC3q__footer:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#6366f10d 0%,#0000 50%),radial-gradient(circle at 80% 80%,#ec48990d 0%,#0000 50%);position:absolute;inset:0}.Footer-module__nhiC3q__footerContent{z-index:1;grid-template-columns:2fr 3fr;gap:4rem;margin-bottom:3rem;display:grid;position:relative}.Footer-module__nhiC3q__footerBrand{max-width:400px}.Footer-module__nhiC3q__footerLogo{align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.Footer-module__nhiC3q__footerLogoIcon{font-size:2.5rem;animation:3s ease-in-out infinite Footer-module__nhiC3q__float}.Footer-module__nhiC3q__footerDescription{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.Footer-module__nhiC3q__socialLinks{gap:1rem;display:flex}.Footer-module__nhiC3q__socialLink{background:var(--bg-card);border:2px solid var(--border-color);border-radius:var(--radius-lg);width:48px;height:48px;transition:all var(--transition-base);justify-content:center;align-items:center;font-size:1.5rem;text-decoration:none;display:flex}.Footer-module__nhiC3q__socialLink:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)rotate(5deg)}.Footer-module__nhiC3q__footerLinks{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Footer-module__nhiC3q__footerColumn h4{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:700;display:flex}.Footer-module__nhiC3q__columnIcon{font-size:1.25rem}.Footer-module__nhiC3q__footerColumn a{color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.9375rem;text-decoration:none;display:flex}.Footer-module__nhiC3q__footerColumn a:hover{color:var(--primary);transform:translate(4px)}.Footer-module__nhiC3q__footerBottom{border-top:2px solid var(--border-color);z-index:1;justify-content:space-between;align-items:center;padding-top:2rem;display:flex;position:relative}.Footer-module__nhiC3q__copyright{flex-direction:column;gap:.5rem;display:flex}.Footer-module__nhiC3q__copyright p{color:var(--text-secondary);margin:0;font-size:.875rem}.Footer-module__nhiC3q__madeWith{align-items:center;gap:.5rem;display:flex}.Footer-module__nhiC3q__heart{color:#ef4444;animation:1.5s ease-in-out infinite Footer-module__nhiC3q__heartbeat}@keyframes Footer-module__nhiC3q__heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.Footer-module__nhiC3q__badges{gap:1rem;display:flex}.Footer-module__nhiC3q__badge{background:var(--bg-card);border:2px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-primary);transition:all var(--transition-base);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex}.Footer-module__nhiC3q__badge:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Footer-module__nhiC3q__badgeIcon{font-size:1.125rem}@media (max-width:1024px){.Footer-module__nhiC3q__footerContent{grid-template-columns:1fr;gap:3rem}.Footer-module__nhiC3q__footerLinks{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Footer-module__nhiC3q__footer{display:none}}@media (max-width:640px){.Footer-module__nhiC3q__badge{padding:.375rem .75rem;font-size:.75rem}}
.InvoiceCard-module__sUvtbW__card{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color);transition:all var(--transition-base);flex-direction:column;gap:1rem;padding:1.5rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.InvoiceCard-module__sUvtbW__card:before{content:"";background:var(--gradient-primary);transform-origin:0;height:3px;transition:transform var(--transition-base);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.InvoiceCard-module__sUvtbW__card:hover{box-shadow:var(--shadow-2xl);border-color:var(--primary);transform:translateY(-8px)}.InvoiceCard-module__sUvtbW__card:hover:before{transform:scaleX(1)}.InvoiceCard-module__sUvtbW__cardHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.InvoiceCard-module__sUvtbW__iconWrapper{border-radius:var(--radius-lg);width:60px;height:60px;box-shadow:var(--shadow-lg);transition:all var(--transition-base);justify-content:center;align-items:center;display:flex}.InvoiceCard-module__sUvtbW__card:hover .InvoiceCard-module__sUvtbW__iconWrapper{box-shadow:var(--shadow-xl);transform:scale(1.1)rotate(5deg)}.InvoiceCard-module__sUvtbW__icon{font-size:2rem;line-height:1}.InvoiceCard-module__sUvtbW__popularBadge{background:var(--gradient-warm);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-md);padding:.375rem .75rem;font-size:.75rem;font-weight:600;animation:2s ease-in-out infinite InvoiceCard-module__sUvtbW__pulse}.InvoiceCard-module__sUvtbW__cardBody{flex:1}.InvoiceCard-module__sUvtbW__title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:600;line-height:1.4}.InvoiceCard-module__sUvtbW__description{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.5}.InvoiceCard-module__sUvtbW__cardFooter{border-top:1px solid var(--border-light);padding-top:.5rem}.InvoiceCard-module__sUvtbW__cta{color:var(--primary);transition:all var(--transition-fast);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.InvoiceCard-module__sUvtbW__card:hover .InvoiceCard-module__sUvtbW__cta{color:var(--primary-dark);gap:.75rem}.InvoiceCard-module__sUvtbW__arrow{transition:transform var(--transition-fast)}.InvoiceCard-module__sUvtbW__card:hover .InvoiceCard-module__sUvtbW__arrow{transform:translate(4px)}@keyframes InvoiceCard-module__sUvtbW__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}
.BillOfSupply-module__v0nauG__container{background:var(--bg-primary);min-height:100vh}.BillOfSupply-module__v0nauG__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}.BillOfSupply-module__v0nauG__topBarContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.BillOfSupply-module__v0nauG__backBtn{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.BillOfSupply-module__v0nauG__backBtn:hover{color:var(--primary)}.BillOfSupply-module__v0nauG__pageTitle{margin:0;font-size:1.5rem;font-weight:700}.BillOfSupply-module__v0nauG__actions{gap:.5rem;display:flex}.BillOfSupply-module__v0nauG__content{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;padding:2rem 0;display:grid}.BillOfSupply-module__v0nauG__formSection{max-height:calc(100vh - 170px);position:sticky;top:150px;overflow-y:auto}.BillOfSupply-module__v0nauG__formCard{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:2rem}.BillOfSupply-module__v0nauG__formTitle{border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem}.BillOfSupply-module__v0nauG__templateSection{border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem}.BillOfSupply-module__v0nauG__templateGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.BillOfSupply-module__v0nauG__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}.BillOfSupply-module__v0nauG__templateBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.BillOfSupply-module__v0nauG__templateBtn.BillOfSupply-module__v0nauG__active{background:var(--bg-card);box-shadow:var(--shadow-xl);border-width:3px}.BillOfSupply-module__v0nauG__templatePreview{border-radius:var(--radius-md);flex-direction:column;gap:.5rem;width:100%;height:100px;padding:.5rem;display:flex}.BillOfSupply-module__v0nauG__previewHeader{border-radius:var(--radius-sm);height:20px}.BillOfSupply-module__v0nauG__previewBody{border-radius:var(--radius-sm);background:#ffffff80;flex:1}.BillOfSupply-module__v0nauG__templateInfo{flex-direction:column;gap:.25rem;display:flex}.BillOfSupply-module__v0nauG__templateName{color:var(--text-primary);font-size:.9375rem;font-weight:700}.BillOfSupply-module__v0nauG__templateDesc{color:var(--text-secondary);font-size:.75rem;line-height:1.3}.BillOfSupply-module__v0nauG__imageSection{border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem}.BillOfSupply-module__v0nauG__imageGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.BillOfSupply-module__v0nauG__imageUploadBox{flex-direction:column;gap:.5rem;display:flex}.BillOfSupply-module__v0nauG__imageLabel{color:var(--text-secondary);font-size:.875rem;font-weight:600}.BillOfSupply-module__v0nauG__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}.BillOfSupply-module__v0nauG__uploadPlaceholder:hover{border-color:var(--primary);background:var(--bg-hover);transform:translateY(-2px)}.BillOfSupply-module__v0nauG__uploadIcon{font-size:2rem}.BillOfSupply-module__v0nauG__uploadHint{color:var(--text-tertiary);font-size:.75rem}.BillOfSupply-module__v0nauG__imagePreview{border:2px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-secondary);padding:1rem;position:relative}.BillOfSupply-module__v0nauG__imagePreview img{object-fit:contain;border-radius:var(--radius-md);width:100%;height:auto;max-height:150px}.BillOfSupply-module__v0nauG__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}.BillOfSupply-module__v0nauG__removeImageBtn:hover{box-shadow:var(--shadow-md);transform:scale(1.05)}.BillOfSupply-module__v0nauG__formGroup{margin-bottom:2rem}.BillOfSupply-module__v0nauG__groupTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.BillOfSupply-module__v0nauG__inputGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.BillOfSupply-module__v0nauG__inputWrapper{flex-direction:column;gap:.5rem;display:flex}.BillOfSupply-module__v0nauG__inputWrapper.BillOfSupply-module__v0nauG__fullWidth{grid-column:1/-1}.BillOfSupply-module__v0nauG__inputWrapper label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.BillOfSupply-module__v0nauG__itemsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.BillOfSupply-module__v0nauG__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}.BillOfSupply-module__v0nauG__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}.BillOfSupply-module__v0nauG__itemFields{flex:1;grid-template-columns:2fr .8fr 1fr 1fr;align-items:center;gap:.5rem;display:grid}.BillOfSupply-module__v0nauG__itemTotal{color:var(--primary);text-align:right;font-weight:700}.BillOfSupply-module__v0nauG__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}.BillOfSupply-module__v0nauG__removeBtn:hover{box-shadow:var(--shadow-md);transform:scale(1.1)}.BillOfSupply-module__v0nauG__previewSection{position:sticky;top:150px}.BillOfSupply-module__v0nauG__bill{color:#000;border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);background:#fff;border:1px solid #e0e0e0;min-height:800px;padding:3rem}.BillOfSupply-module__v0nauG__companyLogo{object-fit:contain;max-width:150px;max-height:80px}.BillOfSupply-module__v0nauG__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}.BillOfSupply-module__v0nauG__centerLogo{object-fit:contain;max-width:200px;max-height:100px;margin:0 auto 1rem;display:block}.BillOfSupply-module__v0nauG__signatureImage{object-fit:contain;max-width:150px;max-height:60px}.BillOfSupply-module__v0nauG__signatureLine{border-bottom:2px solid #000;width:200px;height:60px}.BillOfSupply-module__v0nauG__modernLayout .BillOfSupply-module__v0nauG__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}.BillOfSupply-module__v0nauG__modernLayout .BillOfSupply-module__v0nauG__billTitle{color:var(--template-color);margin:0;font-size:2.5rem;font-weight:800}.BillOfSupply-module__v0nauG__modernLayout .BillOfSupply-module__v0nauG__billSubtitle{color:#666;margin:.5rem 0 0;font-size:.875rem}.BillOfSupply-module__v0nauG__classicLayout .BillOfSupply-module__v0nauG__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}.BillOfSupply-module__v0nauG__classicLayout .BillOfSupply-module__v0nauG__leftSection{gap:1rem;display:flex}.BillOfSupply-module__v0nauG__classicLayout .BillOfSupply-module__v0nauG__companyInfo strong{margin-bottom:.5rem;font-size:1.25rem;display:block}.BillOfSupply-module__v0nauG__classicLayout .BillOfSupply-module__v0nauG__billTitle{color:var(--template-color);margin:0 0 1rem;font-size:2rem}.BillOfSupply-module__v0nauG__classicLayout .BillOfSupply-module__v0nauG__customerSection{border-radius:var(--radius-lg);background:#f8f9fa;margin-bottom:2rem;padding:1.5rem}.BillOfSupply-module__v0nauG__elegantLayout .BillOfSupply-module__v0nauG__elegantHeader{text-align:center;border-bottom:2px solid var(--template-color);margin-bottom:2rem;padding-bottom:2rem}.BillOfSupply-module__v0nauG__elegantLayout .BillOfSupply-module__v0nauG__billTitle{color:var(--template-color);margin:1rem 0 .5rem;font-size:2.5rem;font-weight:800}.BillOfSupply-module__v0nauG__elegantLayout .BillOfSupply-module__v0nauG__partiesRow{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem;display:grid}.BillOfSupply-module__v0nauG__elegantLayout .BillOfSupply-module__v0nauG__partyBox{border:2px solid var(--template-color);border-radius:var(--radius-lg);padding:1.5rem}.BillOfSupply-module__v0nauG__elegantLayout .BillOfSupply-module__v0nauG__partyBox h4{color:var(--template-color);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:.875rem}.BillOfSupply-module__v0nauG__elegantLayout .BillOfSupply-module__v0nauG__elegantFooter{text-align:center;border-top:2px solid #e0e0e0;margin-top:2rem;padding-top:2rem}.BillOfSupply-module__v0nauG__elegantLayout .BillOfSupply-module__v0nauG__thankYou{color:#666;margin-top:1rem;font-style:italic}.BillOfSupply-module__v0nauG__professionalLayout .BillOfSupply-module__v0nauG__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}.BillOfSupply-module__v0nauG__professionalLayout .BillOfSupply-module__v0nauG__headerLeft{align-items:center;gap:1rem;display:flex}.BillOfSupply-module__v0nauG__professionalLayout .BillOfSupply-module__v0nauG__headerLeft h2{margin:0;font-size:1.5rem}.BillOfSupply-module__v0nauG__professionalLayout .BillOfSupply-module__v0nauG__headerRight h1{margin:0;font-size:2rem}.BillOfSupply-module__v0nauG__professionalLayout .BillOfSupply-module__v0nauG__infoBoxes{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.BillOfSupply-module__v0nauG__professionalLayout .BillOfSupply-module__v0nauG__infoBox{border-radius:var(--radius-lg);border-left:4px solid var(--template-color);background:#f8f9fa;padding:1.5rem}.BillOfSupply-module__v0nauG__professionalLayout .BillOfSupply-module__v0nauG__infoBox h4{color:var(--template-color);margin:0 0 1rem;font-size:1rem}.BillOfSupply-module__v0nauG__professionalLayout .BillOfSupply-module__v0nauG__proFooter{border-top:2px solid #e0e0e0;justify-content:space-between;margin-top:2rem;padding-top:2rem;display:flex}.BillOfSupply-module__v0nauG__vibrantLayout .BillOfSupply-module__v0nauG__vibrantHeader{margin-bottom:2rem}.BillOfSupply-module__v0nauG__vibrantLayout .BillOfSupply-module__v0nauG__headerBand{background:var(--template-color);color:#fff;border-radius:var(--radius-lg);justify-content:space-between;align-items:center;padding:2rem;display:flex}.BillOfSupply-module__v0nauG__vibrantLayout .BillOfSupply-module__v0nauG__headerText h1{margin:0;font-size:2.5rem}.BillOfSupply-module__v0nauG__vibrantLayout .BillOfSupply-module__v0nauG__billNumber{text-align:right}.BillOfSupply-module__v0nauG__vibrantLayout .BillOfSupply-module__v0nauG__billNumber span{font-size:1.5rem;font-weight:700;display:block}.BillOfSupply-module__v0nauG__vibrantLayout .BillOfSupply-module__v0nauG__vibrantParties{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.BillOfSupply-module__v0nauG__vibrantLayout .BillOfSupply-module__v0nauG__partyCard{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.BillOfSupply-module__v0nauG__vibrantLayout .BillOfSupply-module__v0nauG__cardHeader{background:var(--template-color);color:#fff;padding:.75rem 1rem;font-size:.875rem;font-weight:700}.BillOfSupply-module__v0nauG__vibrantLayout .BillOfSupply-module__v0nauG__cardBody{background:#f8f9fa;padding:1.5rem}.BillOfSupply-module__v0nauG__vibrantLayout .BillOfSupply-module__v0nauG__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}.BillOfSupply-module__v0nauG__vibrantLayout .BillOfSupply-module__v0nauG__vibrantFooter{justify-content:space-between;align-items:flex-end;display:flex}.BillOfSupply-module__v0nauG__itemsTable{border-collapse:collapse;width:100%;margin:2rem 0;font-size:.875rem}.BillOfSupply-module__v0nauG__itemsTable thead{background:var(--template-color);color:#fff}.BillOfSupply-module__v0nauG__itemsTable th{text-align:left;text-transform:uppercase;padding:.75rem .5rem;font-size:.75rem;font-weight:600}.BillOfSupply-module__v0nauG__itemsTable td{border-bottom:1px solid #e0e0e0;padding:.75rem .5rem}.BillOfSupply-module__v0nauG__itemsTable tbody tr:hover{background:#f8f9fa}.BillOfSupply-module__v0nauG__itemsTable th:last-child,.BillOfSupply-module__v0nauG__itemsTable td:last-child{text-align:right;font-weight:600}.BillOfSupply-module__v0nauG__billParties{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem;display:grid}.BillOfSupply-module__v0nauG__party{border-radius:var(--radius-lg);background:#f8f9fa;padding:1.5rem}.BillOfSupply-module__v0nauG__partyTitle{color:#666;text-transform:uppercase;margin:0 0 1rem;font-size:.875rem;font-weight:600}.BillOfSupply-module__v0nauG__partyDetails strong{margin-bottom:.5rem;font-size:1.125rem;display:block}.BillOfSupply-module__v0nauG__partyDetails p{color:#333;margin:.25rem 0;font-size:.875rem}.BillOfSupply-module__v0nauG__placeOfSupply{border-radius:var(--radius-md);background:#fff3cd;border:1px solid #ffc107;margin-bottom:2rem;padding:.75rem 1rem;font-size:.875rem}.BillOfSupply-module__v0nauG__totalsSection{max-width:400px;margin-left:auto}.BillOfSupply-module__v0nauG__totalsRow{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.75rem 1rem;font-size:.9375rem;display:flex}.BillOfSupply-module__v0nauG__grandTotal{background:var(--template-color);color:#fff;border-radius:var(--radius-md);border:none;margin-top:.5rem;font-size:1.125rem;font-weight:700}.BillOfSupply-module__v0nauG__billFooter{border-top:2px solid #e0e0e0;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;padding-top:2rem;display:grid}.BillOfSupply-module__v0nauG__footerNote{color:#666;font-size:.75rem}.BillOfSupply-module__v0nauG__footerNote strong{color:#000;margin-bottom:.5rem;display:block}.BillOfSupply-module__v0nauG__signatureSection{text-align:right}.BillOfSupply-module__v0nauG__signatureBox{text-align:center}.BillOfSupply-module__v0nauG__signatureBox p{color:#666;margin-top:.5rem;font-size:.875rem}@media print{.BillOfSupply-module__v0nauG__topBar,.BillOfSupply-module__v0nauG__formSection{display:none!important}.BillOfSupply-module__v0nauG__content{grid-template-columns:1fr;padding:0}.BillOfSupply-module__v0nauG__previewSection{position:static}.BillOfSupply-module__v0nauG__bill{box-shadow:none;border:none;padding:1rem}}@media (max-width:1200px){.BillOfSupply-module__v0nauG__content{grid-template-columns:1fr}.BillOfSupply-module__v0nauG__formSection{max-height:none;position:static}.BillOfSupply-module__v0nauG__previewSection{position:static}}@media (max-width:768px){.BillOfSupply-module__v0nauG__topBarContent{flex-direction:column;align-items:flex-start}.BillOfSupply-module__v0nauG__templateGrid,.BillOfSupply-module__v0nauG__imageGrid,.BillOfSupply-module__v0nauG__inputGrid,.BillOfSupply-module__v0nauG__itemFields{grid-template-columns:1fr}.BillOfSupply-module__v0nauG__bill{padding:1.5rem}.BillOfSupply-module__v0nauG__billParties,.BillOfSupply-module__v0nauG__billFooter{grid-template-columns:1fr}}
.CashInvoice-module__Ifv4yW__container{background:var(--bg-primary);min-height:100vh}.CashInvoice-module__Ifv4yW__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}.CashInvoice-module__Ifv4yW__topBarContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.CashInvoice-module__Ifv4yW__backBtn{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.CashInvoice-module__Ifv4yW__backBtn:hover{color:var(--primary)}.CashInvoice-module__Ifv4yW__pageTitle{margin:0;font-size:1.5rem;font-weight:700}.CashInvoice-module__Ifv4yW__actions{gap:.5rem;display:flex}.CashInvoice-module__Ifv4yW__content{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;padding:2rem 0;display:grid}.CashInvoice-module__Ifv4yW__formSection{max-height:calc(100vh - 170px);position:sticky;top:150px;overflow-y:auto}.CashInvoice-module__Ifv4yW__formCard{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:2rem}.CashInvoice-module__Ifv4yW__formTitle{border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem}.CashInvoice-module__Ifv4yW__templateSection{border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem}.CashInvoice-module__Ifv4yW__templateGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;display:grid}.CashInvoice-module__Ifv4yW__templateBtn{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-base);flex-direction:column;align-items:center;gap:.5rem;padding:1rem;font-size:.875rem;font-weight:600;display:flex}.CashInvoice-module__Ifv4yW__templateBtn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.CashInvoice-module__Ifv4yW__templateBtn.CashInvoice-module__Ifv4yW__active{background:var(--bg-card);box-shadow:var(--shadow-lg)}.CashInvoice-module__Ifv4yW__templateColor{border-radius:var(--radius-md);width:100%;height:40px}.CashInvoice-module__Ifv4yW__formGroup{margin-bottom:2rem}.CashInvoice-module__Ifv4yW__groupTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.CashInvoice-module__Ifv4yW__inputGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.CashInvoice-module__Ifv4yW__inputWrapper{flex-direction:column;gap:.5rem;display:flex}.CashInvoice-module__Ifv4yW__inputWrapper.CashInvoice-module__Ifv4yW__fullWidth{grid-column:1/-1}.CashInvoice-module__Ifv4yW__inputWrapper label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.CashInvoice-module__Ifv4yW__itemsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.CashInvoice-module__Ifv4yW__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}.CashInvoice-module__Ifv4yW__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}.CashInvoice-module__Ifv4yW__itemFields{flex:1;grid-template-columns:2fr .8fr 1fr 1fr;align-items:center;gap:.5rem;display:grid}.CashInvoice-module__Ifv4yW__itemTotal{color:var(--primary);text-align:right;font-weight:700}.CashInvoice-module__Ifv4yW__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}.CashInvoice-module__Ifv4yW__removeBtn:hover{box-shadow:var(--shadow-md);transform:scale(1.1)}.CashInvoice-module__Ifv4yW__previewSection{position:sticky;top:150px}.CashInvoice-module__Ifv4yW__bill{color:#000;border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);background:#fff;border:1px solid #e0e0e0;padding:3rem}.CashInvoice-module__Ifv4yW__billHeader{border-bottom:3px solid var(--template-color,#3b82f6);justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.CashInvoice-module__Ifv4yW__billTitle{color:var(--template-color,#3b82f6);margin:0;font-size:2.5rem;font-weight:800;line-height:1}.CashInvoice-module__Ifv4yW__billSubtitle{color:#666;margin:.5rem 0 0;font-size:.875rem}.CashInvoice-module__Ifv4yW__billMeta{text-align:right}.CashInvoice-module__Ifv4yW__metaItem{flex-direction:column;gap:.25rem;margin-bottom:.5rem;display:flex}.CashInvoice-module__Ifv4yW__metaLabel{color:#666;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.CashInvoice-module__Ifv4yW__metaValue{color:#000;font-size:1rem;font-weight:600}.CashInvoice-module__Ifv4yW__billParties{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem;display:grid}.CashInvoice-module__Ifv4yW__party{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1.5rem}.CashInvoice-module__Ifv4yW__partyTitle{color:#666;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:.875rem;font-weight:600}.CashInvoice-module__Ifv4yW__partyDetails strong{color:#000;margin-bottom:.5rem;font-size:1.125rem;display:block}.CashInvoice-module__Ifv4yW__partyDetails p{color:#333;margin:.25rem 0;font-size:.875rem;line-height:1.5}.CashInvoice-module__Ifv4yW__placeOfSupply{background:#fff3cd;border:1px solid #ffc107;border-radius:.5rem;margin-bottom:2rem;padding:.75rem 1rem;font-size:.875rem}.CashInvoice-module__Ifv4yW__itemsTable{border-collapse:collapse;width:100%;margin-bottom:2rem;font-size:.875rem}.CashInvoice-module__Ifv4yW__itemsTable thead{background:var(--template-color,#3b82f6);color:#fff}.CashInvoice-module__Ifv4yW__itemsTable th{text-align:left;text-transform:uppercase;letter-spacing:.05em;padding:.75rem .5rem;font-size:.75rem;font-weight:600}.CashInvoice-module__Ifv4yW__itemsTable td{color:#333;border-bottom:1px solid #e0e0e0;padding:.75rem .5rem}.CashInvoice-module__Ifv4yW__itemsTable tbody tr:hover{background:#f8f9fa}.CashInvoice-module__Ifv4yW__itemsTable th:last-child,.CashInvoice-module__Ifv4yW__itemsTable td:last-child{text-align:right;font-weight:600}.CashInvoice-module__Ifv4yW__totalsSection{max-width:400px;margin-bottom:2rem;margin-left:auto}.CashInvoice-module__Ifv4yW__totalsRow{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.75rem 1rem;font-size:.9375rem;display:flex}.CashInvoice-module__Ifv4yW__grandTotal{background:var(--template-color,#3b82f6);color:#fff;border:none;border-radius:.5rem;margin-top:.5rem;font-size:1.125rem;font-weight:700}.CashInvoice-module__Ifv4yW__billFooter{border-top:2px solid #e0e0e0;grid-template-columns:1fr 1fr;gap:2rem;padding-top:2rem;display:grid}.CashInvoice-module__Ifv4yW__footerNote{color:#666;font-size:.75rem}.CashInvoice-module__Ifv4yW__footerNote strong{color:#000;margin-bottom:.5rem;display:block}.CashInvoice-module__Ifv4yW__footerNote p{margin:0;line-height:1.5}.CashInvoice-module__Ifv4yW__signature{text-align:right}.CashInvoice-module__Ifv4yW__signatureLine{border-bottom:2px solid #000;width:200px;height:60px;margin-bottom:.5rem;margin-left:auto}.CashInvoice-module__Ifv4yW__signature p{color:#666;margin:0;font-size:.875rem}@media print{.CashInvoice-module__Ifv4yW__topBar,.CashInvoice-module__Ifv4yW__formSection{display:none!important}.CashInvoice-module__Ifv4yW__content{grid-template-columns:1fr;padding:0}.CashInvoice-module__Ifv4yW__previewSection{position:static}.CashInvoice-module__Ifv4yW__bill{box-shadow:none;border:none;padding:1rem}}@media (max-width:1200px){.CashInvoice-module__Ifv4yW__content{grid-template-columns:1fr}.CashInvoice-module__Ifv4yW__formSection{max-height:none;position:static}.CashInvoice-module__Ifv4yW__previewSection{position:static}}@media (max-width:768px){.CashInvoice-module__Ifv4yW__topBarContent{flex-direction:column;align-items:flex-start}.CashInvoice-module__Ifv4yW__inputGrid,.CashInvoice-module__Ifv4yW__itemFields{grid-template-columns:1fr}.CashInvoice-module__Ifv4yW__bill{padding:1.5rem}.CashInvoice-module__Ifv4yW__billHeader{flex-direction:column;gap:1rem}.CashInvoice-module__Ifv4yW__billMeta{text-align:left}.CashInvoice-module__Ifv4yW__billParties,.CashInvoice-module__Ifv4yW__billFooter{grid-template-columns:1fr}.CashInvoice-module__Ifv4yW__signature{text-align:left}.CashInvoice-module__Ifv4yW__signatureLine{margin-left:0}}
.CreditInvoice-module__wsCBRW__container{background:var(--bg-primary);min-height:100vh}.CreditInvoice-module__wsCBRW__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}.CreditInvoice-module__wsCBRW__topBarContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.CreditInvoice-module__wsCBRW__backBtn{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.CreditInvoice-module__wsCBRW__backBtn:hover{color:var(--primary)}.CreditInvoice-module__wsCBRW__pageTitle{margin:0;font-size:1.5rem;font-weight:700}.CreditInvoice-module__wsCBRW__actions{gap:.5rem;display:flex}.CreditInvoice-module__wsCBRW__content{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;padding:2rem 0;display:grid}.CreditInvoice-module__wsCBRW__formSection{max-height:calc(100vh - 170px);position:sticky;top:150px;overflow-y:auto}.CreditInvoice-module__wsCBRW__formCard{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:2rem}.CreditInvoice-module__wsCBRW__formTitle{border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem}.CreditInvoice-module__wsCBRW__templateSection{border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem}.CreditInvoice-module__wsCBRW__templateGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.CreditInvoice-module__wsCBRW__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}.CreditInvoice-module__wsCBRW__templateBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.CreditInvoice-module__wsCBRW__templateBtn.CreditInvoice-module__wsCBRW__active{background:var(--bg-card);box-shadow:var(--shadow-xl);border-width:3px}.CreditInvoice-module__wsCBRW__templatePreview{border-radius:var(--radius-md);flex-direction:column;gap:.5rem;width:100%;height:100px;padding:.5rem;display:flex}.CreditInvoice-module__wsCBRW__previewHeader{border-radius:var(--radius-sm);height:20px}.CreditInvoice-module__wsCBRW__previewBody{border-radius:var(--radius-sm);background:#ffffff80;flex:1}.CreditInvoice-module__wsCBRW__templateInfo{flex-direction:column;gap:.25rem;display:flex}.CreditInvoice-module__wsCBRW__templateName{color:var(--text-primary);font-size:.9375rem;font-weight:700}.CreditInvoice-module__wsCBRW__templateDesc{color:var(--text-secondary);font-size:.75rem;line-height:1.3}.CreditInvoice-module__wsCBRW__imageSection{border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem}.CreditInvoice-module__wsCBRW__imageGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.CreditInvoice-module__wsCBRW__imageUploadBox{flex-direction:column;gap:.5rem;display:flex}.CreditInvoice-module__wsCBRW__imageLabel{color:var(--text-secondary);font-size:.875rem;font-weight:600}.CreditInvoice-module__wsCBRW__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}.CreditInvoice-module__wsCBRW__uploadPlaceholder:hover{border-color:var(--primary);background:var(--bg-hover);transform:translateY(-2px)}.CreditInvoice-module__wsCBRW__uploadIcon{font-size:2rem}.CreditInvoice-module__wsCBRW__uploadHint{color:var(--text-tertiary);font-size:.75rem}.CreditInvoice-module__wsCBRW__imagePreview{border:2px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-secondary);padding:1rem;position:relative}.CreditInvoice-module__wsCBRW__imagePreview img{object-fit:contain;border-radius:var(--radius-md);width:100%;height:auto;max-height:150px}.CreditInvoice-module__wsCBRW__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}.CreditInvoice-module__wsCBRW__removeImageBtn:hover{box-shadow:var(--shadow-md);transform:scale(1.05)}.CreditInvoice-module__wsCBRW__formGroup{margin-bottom:2rem}.CreditInvoice-module__wsCBRW__groupTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.CreditInvoice-module__wsCBRW__inputGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.CreditInvoice-module__wsCBRW__inputWrapper{flex-direction:column;gap:.5rem;display:flex}.CreditInvoice-module__wsCBRW__inputWrapper.CreditInvoice-module__wsCBRW__fullWidth{grid-column:1/-1}.CreditInvoice-module__wsCBRW__inputWrapper label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.CreditInvoice-module__wsCBRW__itemsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.CreditInvoice-module__wsCBRW__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}.CreditInvoice-module__wsCBRW__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}.CreditInvoice-module__wsCBRW__itemFields{flex:1;grid-template-columns:2fr .8fr 1fr 1fr;align-items:center;gap:.5rem;display:grid}.CreditInvoice-module__wsCBRW__itemTotal{color:var(--primary);text-align:right;font-weight:700}.CreditInvoice-module__wsCBRW__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}.CreditInvoice-module__wsCBRW__removeBtn:hover{box-shadow:var(--shadow-md);transform:scale(1.1)}.CreditInvoice-module__wsCBRW__previewSection{position:sticky;top:150px}.CreditInvoice-module__wsCBRW__bill{color:#000;border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);background:#fff;border:1px solid #e0e0e0;min-height:800px;padding:3rem}.CreditInvoice-module__wsCBRW__companyLogo{object-fit:contain;max-width:150px;max-height:80px}.CreditInvoice-module__wsCBRW__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}.CreditInvoice-module__wsCBRW__centerLogo{object-fit:contain;max-width:200px;max-height:100px;margin:0 auto 1rem;display:block}.CreditInvoice-module__wsCBRW__signatureImage{object-fit:contain;max-width:150px;max-height:60px}.CreditInvoice-module__wsCBRW__signatureLine{border-bottom:2px solid #000;width:200px;height:60px}.CreditInvoice-module__wsCBRW__modernLayout .CreditInvoice-module__wsCBRW__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}.CreditInvoice-module__wsCBRW__modernLayout .CreditInvoice-module__wsCBRW__billTitle{color:var(--template-color);margin:0;font-size:2.5rem;font-weight:800}.CreditInvoice-module__wsCBRW__modernLayout .CreditInvoice-module__wsCBRW__billSubtitle{color:#666;margin:.5rem 0 0;font-size:.875rem}.CreditInvoice-module__wsCBRW__classicLayout .CreditInvoice-module__wsCBRW__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}.CreditInvoice-module__wsCBRW__classicLayout .CreditInvoice-module__wsCBRW__leftSection{gap:1rem;display:flex}.CreditInvoice-module__wsCBRW__classicLayout .CreditInvoice-module__wsCBRW__companyInfo strong{margin-bottom:.5rem;font-size:1.25rem;display:block}.CreditInvoice-module__wsCBRW__classicLayout .CreditInvoice-module__wsCBRW__billTitle{color:var(--template-color);margin:0 0 1rem;font-size:2rem}.CreditInvoice-module__wsCBRW__classicLayout .CreditInvoice-module__wsCBRW__customerSection{border-radius:var(--radius-lg);background:#f8f9fa;margin-bottom:2rem;padding:1.5rem}.CreditInvoice-module__wsCBRW__elegantLayout .CreditInvoice-module__wsCBRW__elegantHeader{text-align:center;border-bottom:2px solid var(--template-color);margin-bottom:2rem;padding-bottom:2rem}.CreditInvoice-module__wsCBRW__elegantLayout .CreditInvoice-module__wsCBRW__billTitle{color:var(--template-color);margin:1rem 0 .5rem;font-size:2.5rem;font-weight:800}.CreditInvoice-module__wsCBRW__elegantLayout .CreditInvoice-module__wsCBRW__partiesRow{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem;display:grid}.CreditInvoice-module__wsCBRW__elegantLayout .CreditInvoice-module__wsCBRW__partyBox{border:2px solid var(--template-color);border-radius:var(--radius-lg);padding:1.5rem}.CreditInvoice-module__wsCBRW__elegantLayout .CreditInvoice-module__wsCBRW__partyBox h4{color:var(--template-color);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:.875rem}.CreditInvoice-module__wsCBRW__elegantLayout .CreditInvoice-module__wsCBRW__elegantFooter{text-align:center;border-top:2px solid #e0e0e0;margin-top:2rem;padding-top:2rem}.CreditInvoice-module__wsCBRW__elegantLayout .CreditInvoice-module__wsCBRW__thankYou{color:#666;margin-top:1rem;font-style:italic}.CreditInvoice-module__wsCBRW__professionalLayout .CreditInvoice-module__wsCBRW__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}.CreditInvoice-module__wsCBRW__professionalLayout .CreditInvoice-module__wsCBRW__headerLeft{align-items:center;gap:1rem;display:flex}.CreditInvoice-module__wsCBRW__professionalLayout .CreditInvoice-module__wsCBRW__headerLeft h2{margin:0;font-size:1.5rem}.CreditInvoice-module__wsCBRW__professionalLayout .CreditInvoice-module__wsCBRW__headerRight h1{margin:0;font-size:2rem}.CreditInvoice-module__wsCBRW__professionalLayout .CreditInvoice-module__wsCBRW__infoBoxes{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.CreditInvoice-module__wsCBRW__professionalLayout .CreditInvoice-module__wsCBRW__infoBox{border-radius:var(--radius-lg);border-left:4px solid var(--template-color);background:#f8f9fa;padding:1.5rem}.CreditInvoice-module__wsCBRW__professionalLayout .CreditInvoice-module__wsCBRW__infoBox h4{color:var(--template-color);margin:0 0 1rem;font-size:1rem}.CreditInvoice-module__wsCBRW__professionalLayout .CreditInvoice-module__wsCBRW__proFooter{border-top:2px solid #e0e0e0;justify-content:space-between;margin-top:2rem;padding-top:2rem;display:flex}.CreditInvoice-module__wsCBRW__vibrantLayout .CreditInvoice-module__wsCBRW__vibrantHeader{margin-bottom:2rem}.CreditInvoice-module__wsCBRW__vibrantLayout .CreditInvoice-module__wsCBRW__headerBand{background:var(--template-color);color:#fff;border-radius:var(--radius-lg);justify-content:space-between;align-items:center;padding:2rem;display:flex}.CreditInvoice-module__wsCBRW__vibrantLayout .CreditInvoice-module__wsCBRW__headerText h1{margin:0;font-size:2.5rem}.CreditInvoice-module__wsCBRW__vibrantLayout .CreditInvoice-module__wsCBRW__billNumber{text-align:right}.CreditInvoice-module__wsCBRW__vibrantLayout .CreditInvoice-module__wsCBRW__billNumber span{font-size:1.5rem;font-weight:700;display:block}.CreditInvoice-module__wsCBRW__vibrantLayout .CreditInvoice-module__wsCBRW__vibrantParties{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.CreditInvoice-module__wsCBRW__vibrantLayout .CreditInvoice-module__wsCBRW__partyCard{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.CreditInvoice-module__wsCBRW__vibrantLayout .CreditInvoice-module__wsCBRW__cardHeader{background:var(--template-color);color:#fff;padding:.75rem 1rem;font-size:.875rem;font-weight:700}.CreditInvoice-module__wsCBRW__vibrantLayout .CreditInvoice-module__wsCBRW__cardBody{background:#f8f9fa;padding:1.5rem}.CreditInvoice-module__wsCBRW__vibrantLayout .CreditInvoice-module__wsCBRW__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}.CreditInvoice-module__wsCBRW__vibrantLayout .CreditInvoice-module__wsCBRW__vibrantFooter{justify-content:space-between;align-items:flex-end;display:flex}.CreditInvoice-module__wsCBRW__itemsTable{border-collapse:collapse;width:100%;margin:2rem 0;font-size:.875rem}.CreditInvoice-module__wsCBRW__itemsTable thead{background:var(--template-color);color:#fff}.CreditInvoice-module__wsCBRW__itemsTable th{text-align:left;text-transform:uppercase;padding:.75rem .5rem;font-size:.75rem;font-weight:600}.CreditInvoice-module__wsCBRW__itemsTable td{border-bottom:1px solid #e0e0e0;padding:.75rem .5rem}.CreditInvoice-module__wsCBRW__itemsTable tbody tr:hover{background:#f8f9fa}.CreditInvoice-module__wsCBRW__itemsTable th:last-child,.CreditInvoice-module__wsCBRW__itemsTable td:last-child{text-align:right;font-weight:600}.CreditInvoice-module__wsCBRW__billParties{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem;display:grid}.CreditInvoice-module__wsCBRW__party{border-radius:var(--radius-lg);background:#f8f9fa;padding:1.5rem}.CreditInvoice-module__wsCBRW__partyTitle{color:#666;text-transform:uppercase;margin:0 0 1rem;font-size:.875rem;font-weight:600}.CreditInvoice-module__wsCBRW__partyDetails strong{margin-bottom:.5rem;font-size:1.125rem;display:block}.CreditInvoice-module__wsCBRW__partyDetails p{color:#333;margin:.25rem 0;font-size:.875rem}.CreditInvoice-module__wsCBRW__placeOfSupply{border-radius:var(--radius-md);background:#fff3cd;border:1px solid #ffc107;margin-bottom:2rem;padding:.75rem 1rem;font-size:.875rem}.CreditInvoice-module__wsCBRW__totalsSection{max-width:400px;margin-left:auto}.CreditInvoice-module__wsCBRW__totalsRow{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.75rem 1rem;font-size:.9375rem;display:flex}.CreditInvoice-module__wsCBRW__grandTotal{background:var(--template-color);color:#fff;border-radius:var(--radius-md);border:none;margin-top:.5rem;font-size:1.125rem;font-weight:700}.CreditInvoice-module__wsCBRW__billFooter{border-top:2px solid #e0e0e0;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;padding-top:2rem;display:grid}.CreditInvoice-module__wsCBRW__footerNote{color:#666;font-size:.75rem}.CreditInvoice-module__wsCBRW__footerNote strong{color:#000;margin-bottom:.5rem;display:block}.CreditInvoice-module__wsCBRW__signatureSection{text-align:right}.CreditInvoice-module__wsCBRW__signatureBox{text-align:center}.CreditInvoice-module__wsCBRW__signatureBox p{color:#666;margin-top:.5rem;font-size:.875rem}@media print{.CreditInvoice-module__wsCBRW__topBar,.CreditInvoice-module__wsCBRW__formSection{display:none!important}.CreditInvoice-module__wsCBRW__content{grid-template-columns:1fr;padding:0}.CreditInvoice-module__wsCBRW__previewSection{position:static}.CreditInvoice-module__wsCBRW__bill{box-shadow:none;border:none;padding:1rem}}@media (max-width:1200px){.CreditInvoice-module__wsCBRW__content{grid-template-columns:1fr}.CreditInvoice-module__wsCBRW__formSection{max-height:none;position:static}.CreditInvoice-module__wsCBRW__previewSection{position:static}}@media (max-width:768px){.CreditInvoice-module__wsCBRW__topBarContent{flex-direction:column;align-items:flex-start}.CreditInvoice-module__wsCBRW__templateGrid,.CreditInvoice-module__wsCBRW__imageGrid,.CreditInvoice-module__wsCBRW__inputGrid,.CreditInvoice-module__wsCBRW__itemFields{grid-template-columns:1fr}.CreditInvoice-module__wsCBRW__bill{padding:1.5rem}.CreditInvoice-module__wsCBRW__billParties,.CreditInvoice-module__wsCBRW__billFooter{grid-template-columns:1fr}}
.CreditNote-module__PEVLTW__container{background:var(--bg-primary);min-height:100vh}.CreditNote-module__PEVLTW__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}.CreditNote-module__PEVLTW__topBarContent{justify-content:space-between;align-items:center;gap:2rem;display:flex}.CreditNote-module__PEVLTW__backBtn{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.CreditNote-module__PEVLTW__backBtn:hover{color:var(--primary)}.CreditNote-module__PEVLTW__pageTitle{margin:0;font-size:1.5rem;font-weight:700}.CreditNote-module__PEVLTW__actions{gap:.5rem;display:flex}.CreditNote-module__PEVLTW__content{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;padding:2rem 0;display:grid}.CreditNote-module__PEVLTW__formSection{max-height:calc(100vh - 120px);position:sticky;top:100px;overflow-y:auto}.CreditNote-module__PEVLTW__formCard{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:2rem}.CreditNote-module__PEVLTW__formTitle{margin-bottom:.5rem;font-size:1.5rem}.CreditNote-module__PEVLTW__formSubtitle{color:var(--text-secondary);border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem}.CreditNote-module__PEVLTW__formGroup{margin-bottom:2rem}.CreditNote-module__PEVLTW__groupTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.CreditNote-module__PEVLTW__groupTitle:before{content:"";background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:2px;width:4px;height:1.125rem}.CreditNote-module__PEVLTW__inputGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.CreditNote-module__PEVLTW__inputWrapper{flex-direction:column;gap:.5rem;display:flex}.CreditNote-module__PEVLTW__inputWrapper.CreditNote-module__PEVLTW__fullWidth{grid-column:1/-1}.CreditNote-module__PEVLTW__inputWrapper label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.CreditNote-module__PEVLTW__templateSection{margin-bottom:2rem}.CreditNote-module__PEVLTW__templateGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.CreditNote-module__PEVLTW__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}.CreditNote-module__PEVLTW__templateBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.CreditNote-module__PEVLTW__templateBtn.CreditNote-module__PEVLTW__active{box-shadow:var(--shadow-xl);border-width:3px}.CreditNote-module__PEVLTW__templatePreview{border-radius:var(--radius-md);flex-direction:column;gap:.25rem;height:80px;padding:.5rem;display:flex}.CreditNote-module__PEVLTW__previewHeader{border-radius:4px;height:20px}.CreditNote-module__PEVLTW__previewBody{background:#ffffff80;border-radius:4px;flex:1}.CreditNote-module__PEVLTW__templateInfo{flex-direction:column;gap:.25rem;display:flex}.CreditNote-module__PEVLTW__templateName{font-size:.875rem;font-weight:600}.CreditNote-module__PEVLTW__templateDesc{color:var(--text-secondary);font-size:.75rem}.CreditNote-module__PEVLTW__imageSection{margin-bottom:2rem}.CreditNote-module__PEVLTW__imageGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.CreditNote-module__PEVLTW__imageUploadBox{flex-direction:column;gap:.5rem;display:flex}.CreditNote-module__PEVLTW__imageLabel{color:var(--text-secondary);font-size:.875rem;font-weight:600}.CreditNote-module__PEVLTW__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}.CreditNote-module__PEVLTW__uploadPlaceholder:hover{background:var(--bg-card);border-color:#ef4444}.CreditNote-module__PEVLTW__uploadIcon{font-size:2rem}.CreditNote-module__PEVLTW__uploadHint{color:var(--text-secondary);font-size:.75rem}.CreditNote-module__PEVLTW__imagePreview{border:2px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-card);padding:1rem;position:relative}.CreditNote-module__PEVLTW__imagePreview img{object-fit:contain;width:100%;height:auto;max-height:150px;margin-bottom:.5rem;display:block}.CreditNote-module__PEVLTW__removeImageBtn{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#ef4444;border:none;width:100%;padding:.5rem;font-size:.875rem;font-weight:600}.CreditNote-module__PEVLTW__itemsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.CreditNote-module__PEVLTW__itemsTableWrapper{overflow-x:auto}.CreditNote-module__PEVLTW__itemsFormTable{border-collapse:collapse;width:100%;font-size:.875rem}.CreditNote-module__PEVLTW__itemsFormTable thead{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.CreditNote-module__PEVLTW__itemsFormTable th{text-align:left;text-transform:uppercase;padding:.75rem .5rem;font-size:.75rem;font-weight:600}.CreditNote-module__PEVLTW__itemsFormTable td{border-bottom:1px solid var(--border-light);padding:.5rem}.CreditNote-module__PEVLTW__itemsFormTable input,.CreditNote-module__PEVLTW__itemsFormTable select{width:100%;min-width:60px}.CreditNote-module__PEVLTW__amountCell{color:#ef4444;text-align:right;font-weight:700}.CreditNote-module__PEVLTW__removeBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;width:28px;height:28px;font-size:.75rem}.CreditNote-module__PEVLTW__previewSection{position:sticky;top:100px}.CreditNote-module__PEVLTW__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}.CreditNote-module__PEVLTW__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)}.CreditNote-module__PEVLTW__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}.CreditNote-module__PEVLTW__headerLeft{align-items:center;gap:1rem;display:flex}.CreditNote-module__PEVLTW__logo{object-fit:contain;max-width:100px;max-height:60px}.CreditNote-module__PEVLTW__title{color:var(--template-color,#ef4444);margin:0;font-size:2rem;font-weight:800}.CreditNote-module__PEVLTW__subtitle{color:#666;margin:.25rem 0 0;font-size:.875rem}.CreditNote-module__PEVLTW__headerRight{text-align:right}.CreditNote-module__PEVLTW__meta p{margin:.25rem 0;font-size:.875rem}.CreditNote-module__PEVLTW__referenceBox,.CreditNote-module__PEVLTW__reasonBox{z-index:1;background:#fff5f5;border:2px solid #fecaca;border-radius:.5rem;margin-bottom:1rem;padding:1rem;position:relative}.CreditNote-module__PEVLTW__referenceBox h4,.CreditNote-module__PEVLTW__reasonBox h4{color:#dc2626;margin:0 0 .5rem;font-size:.875rem}.CreditNote-module__PEVLTW__reasonBox{background:#fef2f2;border-color:#ef4444}.CreditNote-module__PEVLTW__reasonText{color:#dc2626;margin:0;font-size:1.125rem;font-weight:600}.CreditNote-module__PEVLTW__parties{z-index:1;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid;position:relative}.CreditNote-module__PEVLTW__partyBox{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem}.CreditNote-module__PEVLTW__partyBox h4{color:#666;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem}.CreditNote-module__PEVLTW__partyBox strong{margin-bottom:.25rem;font-size:1rem;display:block}.CreditNote-module__PEVLTW__partyBox p{color:#333;margin:.125rem 0;font-size:.8125rem}.CreditNote-module__PEVLTW__itemsTable{border-collapse:collapse;z-index:1;width:100%;margin-bottom:1.5rem;font-size:.8125rem;position:relative}.CreditNote-module__PEVLTW__itemsTable thead{background:var(--template-color,#ef4444);color:#fff}.CreditNote-module__PEVLTW__itemsTable th{text-align:left;text-transform:uppercase;padding:.6rem .4rem;font-size:.7rem;font-weight:600}.CreditNote-module__PEVLTW__itemsTable td{border-bottom:1px solid #e0e0e0;padding:.6rem .4rem}.CreditNote-module__PEVLTW__itemsTable tbody tr:hover{background:#f8f9fa}.CreditNote-module__PEVLTW__creditAmount{color:#ef4444;font-weight:700}.CreditNote-module__PEVLTW__totalsSection{z-index:1;max-width:350px;margin-bottom:1.5rem;margin-left:auto;position:relative}.CreditNote-module__PEVLTW__totalsRow{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.5rem .75rem;font-size:.875rem;display:flex}.CreditNote-module__PEVLTW__grandTotal{background:var(--template-color,#ef4444);color:#fff;border:none;border-radius:.5rem;margin-top:.5rem;font-size:1rem;font-weight:700}.CreditNote-module__PEVLTW__footer{z-index:1;border-top:2px solid #e0e0e0;grid-template-columns:1fr 1fr;gap:2rem;padding-top:1.5rem;display:grid;position:relative}.CreditNote-module__PEVLTW__footerNote{color:#666;font-size:.75rem}.CreditNote-module__PEVLTW__footerNote strong{color:#000;margin-bottom:.5rem;display:block}.CreditNote-module__PEVLTW__signatureBox{text-align:right}.CreditNote-module__PEVLTW__signatureImage{object-fit:contain;max-width:150px;max-height:60px;margin-bottom:.25rem}.CreditNote-module__PEVLTW__signatureBox p{color:#666;margin:0;font-size:.75rem}.CreditNote-module__PEVLTW__classicLayout{border:3px double #666}.CreditNote-module__PEVLTW__classicHeader{border-bottom:2px solid var(--template-color);justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.CreditNote-module__PEVLTW__classicLeft{gap:1rem;display:flex}.CreditNote-module__PEVLTW__companyInfo strong{margin-bottom:.25rem;font-size:1.125rem;display:block}.CreditNote-module__PEVLTW__companyInfo p{color:#333;margin:.125rem 0;font-size:.8125rem}.CreditNote-module__PEVLTW__classicRight h1{color:var(--template-color);margin:0 0 .5rem;font-size:1.75rem}.CreditNote-module__PEVLTW__classicMeta p{margin:.125rem 0;font-size:.875rem}.CreditNote-module__PEVLTW__classicRefReason{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.CreditNote-module__PEVLTW__refBox,.CreditNote-module__PEVLTW__reasonBoxClassic{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:.75rem}.CreditNote-module__PEVLTW__refBox h4,.CreditNote-module__PEVLTW__reasonBoxClassic h4{color:#666;text-transform:uppercase;margin:0 0 .25rem;font-size:.75rem}.CreditNote-module__PEVLTW__customerBox{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.CreditNote-module__PEVLTW__customerBox h4{color:var(--template-color);margin:0 0 .5rem}.CreditNote-module__PEVLTW__elegantLayout{text-align:center;border:1px solid #e0e0e0}.CreditNote-module__PEVLTW__elegantHeader{border-bottom:2px solid var(--template-color);margin-bottom:1.5rem;padding-bottom:1.5rem}.CreditNote-module__PEVLTW__centerLogo{max-width:80px;height:auto;margin-bottom:.75rem}.CreditNote-module__PEVLTW__elegantHeader h1{color:var(--template-color);letter-spacing:.1em;margin:0;font-size:2.5rem}.CreditNote-module__PEVLTW__elegantSubtitle{color:#666;margin:.25rem 0 .75rem}.CreditNote-module__PEVLTW__elegantMeta{color:#666;justify-content:center;gap:1rem;font-size:.875rem;display:flex}.CreditNote-module__PEVLTW__elegantRef{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.CreditNote-module__PEVLTW__elegantRefInner p{margin:.25rem 0}.CreditNote-module__PEVLTW__elegantParties{text-align:left;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.CreditNote-module__PEVLTW__elegantPartyBox{background:#f8f9fa;border-radius:.5rem;padding:1rem}.CreditNote-module__PEVLTW__elegantPartyBox h4{color:var(--template-color);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem}.CreditNote-module__PEVLTW__elegantTotals{text-align:center;margin-bottom:1.5rem}.CreditNote-module__PEVLTW__elegantTotalBox{background:var(--template-color);color:#fff;border-radius:.5rem;padding:1rem 2rem;display:inline-block}.CreditNote-module__PEVLTW__elegantTotalBox span:first-child{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;display:block}.CreditNote-module__PEVLTW__elegantTotalAmount{font-size:1.5rem;font-weight:700;display:block}.CreditNote-module__PEVLTW__elegantFooter{border-top:2px solid #e0e0e0;padding-top:1.5rem}.CreditNote-module__PEVLTW__elegantThank{color:#666;margin-top:1rem;font-style:italic}.CreditNote-module__PEVLTW__professionalLayout{border-left:5px solid var(--template-color)}.CreditNote-module__PEVLTW__proHeader{border-bottom:2px solid #e0e0e0;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.CreditNote-module__PEVLTW__proHeaderLeft{align-items:center;gap:1rem;display:flex}.CreditNote-module__PEVLTW__proHeaderLeft h2{margin:0;font-size:1.125rem}.CreditNote-module__PEVLTW__proHeaderLeft p{color:#666;margin:.125rem 0 0;font-size:.8125rem}.CreditNote-module__PEVLTW__proHeaderRight h1{color:var(--template-color);margin:0;font-size:1.75rem}.CreditNote-module__PEVLTW__proInfoBoxes{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.CreditNote-module__PEVLTW__proInfoBox{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem}.CreditNote-module__PEVLTW__proInfoBox h4{color:var(--template-color);text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem}.CreditNote-module__PEVLTW__proInfoBox p{margin:.125rem 0;font-size:.8125rem}.CreditNote-module__PEVLTW__proCustomer{margin-bottom:1.5rem}.CreditNote-module__PEVLTW__proCustomerBox{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;padding:1rem}.CreditNote-module__PEVLTW__proCustomerBox h4{color:var(--template-color);text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem}.CreditNote-module__PEVLTW__proFooter{border-top:2px solid #e0e0e0;grid-template-columns:1fr auto;gap:2rem;padding-top:1.5rem;display:grid}.CreditNote-module__PEVLTW__proTerms h4{color:#333;margin:0 0 .5rem;font-size:.875rem}.CreditNote-module__PEVLTW__proTerms p{color:#666;margin:.125rem 0;font-size:.75rem}.CreditNote-module__PEVLTW__vibrantLayout{background:linear-gradient(#fff5f5 0%,#fff 100%)}.CreditNote-module__PEVLTW__vibrantHeader{margin:-2.5rem -2.5rem 1.5rem}.CreditNote-module__PEVLTW__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}.CreditNote-module__PEVLTW__vibrantHeaderBand .CreditNote-module__PEVLTW__logo{background:#fff;border-radius:.5rem;padding:.5rem}.CreditNote-module__PEVLTW__vibrantHeaderText h1{margin:0;font-size:1.75rem}.CreditNote-module__PEVLTW__vibrantHeaderText p{opacity:.9;margin:.25rem 0 0;font-size:.875rem}.CreditNote-module__PEVLTW__vibrantNumber{text-align:right;margin-left:auto}.CreditNote-module__PEVLTW__vibrantNumber span{font-size:1.25rem;font-weight:700;display:block}.CreditNote-module__PEVLTW__vibrantNumber small{opacity:.9}.CreditNote-module__PEVLTW__vibrantAlert{background:#fef2f2;border:2px solid #fecaca;border-radius:.5rem;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.CreditNote-module__PEVLTW__vibrantAlertIcon{font-size:1.5rem}.CreditNote-module__PEVLTW__vibrantAlert strong{color:#dc2626;margin-bottom:.25rem;display:block}.CreditNote-module__PEVLTW__vibrantAlert p{color:#666;margin:0;font-size:.875rem}.CreditNote-module__PEVLTW__vibrantParties{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.CreditNote-module__PEVLTW__vibrantCard{border:1px solid #e0e0e0;border-radius:.5rem;overflow:hidden}.CreditNote-module__PEVLTW__vibrantCardHeader{background:var(--template-color);color:#fff;letter-spacing:.05em;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.CreditNote-module__PEVLTW__vibrantCardBody{background:#fff;padding:1rem}.CreditNote-module__PEVLTW__vibrantCardBody strong{margin-bottom:.25rem;display:block}.CreditNote-module__PEVLTW__vibrantCardBody p{color:#666;margin:.125rem 0;font-size:.8125rem}.CreditNote-module__PEVLTW__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}.CreditNote-module__PEVLTW__vibrantFooter{border-top:2px dashed #e0e0e0;grid-template-columns:1fr auto;gap:2rem;padding-top:1.5rem;display:grid}.CreditNote-module__PEVLTW__vibrantFooterLeft p{color:#666;margin:.125rem 0;font-size:.8125rem}@media print{.CreditNote-module__PEVLTW__topBar,.CreditNote-module__PEVLTW__formSection{display:none!important}.CreditNote-module__PEVLTW__content{grid-template-columns:1fr;padding:0}.CreditNote-module__PEVLTW__previewSection{position:static}.CreditNote-module__PEVLTW__creditNote{box-shadow:none;border:1px solid #000;padding:1.5rem}}@media (max-width:1200px){.CreditNote-module__PEVLTW__content{grid-template-columns:1fr}.CreditNote-module__PEVLTW__formSection,.CreditNote-module__PEVLTW__previewSection{max-height:none;position:static}}@media (max-width:768px){.CreditNote-module__PEVLTW__topBarContent{flex-direction:column;align-items:flex-start}.CreditNote-module__PEVLTW__inputGrid{grid-template-columns:1fr}.CreditNote-module__PEVLTW__templateGrid{grid-template-columns:repeat(2,1fr)}.CreditNote-module__PEVLTW__imageGrid,.CreditNote-module__PEVLTW__parties,.CreditNote-module__PEVLTW__elegantParties,.CreditNote-module__PEVLTW__vibrantParties,.CreditNote-module__PEVLTW__proInfoBoxes{grid-template-columns:1fr}.CreditNote-module__PEVLTW__creditNote{padding:1.5rem}.CreditNote-module__PEVLTW__footer,.CreditNote-module__PEVLTW__proFooter,.CreditNote-module__PEVLTW__vibrantFooter{text-align:center;grid-template-columns:1fr}.CreditNote-module__PEVLTW__signatureBox{text-align:center}.CreditNote-module__PEVLTW__classicRefReason{grid-template-columns:1fr}}
.DebitInvoice-module__paVaxq__container{background:var(--bg-primary);min-height:100vh}.DebitInvoice-module__paVaxq__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}.DebitInvoice-module__paVaxq__topBarContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.DebitInvoice-module__paVaxq__backBtn{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.DebitInvoice-module__paVaxq__backBtn:hover{color:var(--primary)}.DebitInvoice-module__paVaxq__pageTitle{margin:0;font-size:1.5rem;font-weight:700}.DebitInvoice-module__paVaxq__actions{gap:.5rem;display:flex}.DebitInvoice-module__paVaxq__content{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;padding:2rem 0;display:grid}.DebitInvoice-module__paVaxq__formSection{max-height:calc(100vh - 170px);position:sticky;top:150px;overflow-y:auto}.DebitInvoice-module__paVaxq__formCard{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:2rem}.DebitInvoice-module__paVaxq__formTitle{border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem}.DebitInvoice-module__paVaxq__templateSection{border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem}.DebitInvoice-module__paVaxq__templateGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.DebitInvoice-module__paVaxq__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}.DebitInvoice-module__paVaxq__templateBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.DebitInvoice-module__paVaxq__templateBtn.DebitInvoice-module__paVaxq__active{background:var(--bg-card);box-shadow:var(--shadow-xl);border-width:3px}.DebitInvoice-module__paVaxq__templatePreview{border-radius:var(--radius-md);flex-direction:column;gap:.5rem;width:100%;height:100px;padding:.5rem;display:flex}.DebitInvoice-module__paVaxq__previewHeader{border-radius:var(--radius-sm);height:20px}.DebitInvoice-module__paVaxq__previewBody{border-radius:var(--radius-sm);background:#ffffff80;flex:1}.DebitInvoice-module__paVaxq__templateInfo{flex-direction:column;gap:.25rem;display:flex}.DebitInvoice-module__paVaxq__templateName{color:var(--text-primary);font-size:.9375rem;font-weight:700}.DebitInvoice-module__paVaxq__templateDesc{color:var(--text-secondary);font-size:.75rem;line-height:1.3}.DebitInvoice-module__paVaxq__imageSection{border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem}.DebitInvoice-module__paVaxq__imageGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.DebitInvoice-module__paVaxq__imageUploadBox{flex-direction:column;gap:.5rem;display:flex}.DebitInvoice-module__paVaxq__imageLabel{color:var(--text-secondary);font-size:.875rem;font-weight:600}.DebitInvoice-module__paVaxq__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}.DebitInvoice-module__paVaxq__uploadPlaceholder:hover{border-color:var(--primary);background:var(--bg-hover);transform:translateY(-2px)}.DebitInvoice-module__paVaxq__uploadIcon{font-size:2rem}.DebitInvoice-module__paVaxq__uploadHint{color:var(--text-tertiary);font-size:.75rem}.DebitInvoice-module__paVaxq__imagePreview{border:2px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-secondary);padding:1rem;position:relative}.DebitInvoice-module__paVaxq__imagePreview img{object-fit:contain;border-radius:var(--radius-md);width:100%;height:auto;max-height:150px}.DebitInvoice-module__paVaxq__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}.DebitInvoice-module__paVaxq__removeImageBtn:hover{box-shadow:var(--shadow-md);transform:scale(1.05)}.DebitInvoice-module__paVaxq__formGroup{margin-bottom:2rem}.DebitInvoice-module__paVaxq__groupTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.DebitInvoice-module__paVaxq__inputGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.DebitInvoice-module__paVaxq__inputWrapper{flex-direction:column;gap:.5rem;display:flex}.DebitInvoice-module__paVaxq__inputWrapper.DebitInvoice-module__paVaxq__fullWidth{grid-column:1/-1}.DebitInvoice-module__paVaxq__inputWrapper label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.DebitInvoice-module__paVaxq__itemsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.DebitInvoice-module__paVaxq__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}.DebitInvoice-module__paVaxq__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}.DebitInvoice-module__paVaxq__itemFields{flex:1;grid-template-columns:2fr .8fr 1fr 1fr;align-items:center;gap:.5rem;display:grid}.DebitInvoice-module__paVaxq__itemTotal{color:var(--primary);text-align:right;font-weight:700}.DebitInvoice-module__paVaxq__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}.DebitInvoice-module__paVaxq__removeBtn:hover{box-shadow:var(--shadow-md);transform:scale(1.1)}.DebitInvoice-module__paVaxq__previewSection{position:sticky;top:150px}.DebitInvoice-module__paVaxq__bill{color:#000;border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);background:#fff;border:1px solid #e0e0e0;min-height:800px;padding:3rem}.DebitInvoice-module__paVaxq__companyLogo{object-fit:contain;max-width:150px;max-height:80px}.DebitInvoice-module__paVaxq__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}.DebitInvoice-module__paVaxq__centerLogo{object-fit:contain;max-width:200px;max-height:100px;margin:0 auto 1rem;display:block}.DebitInvoice-module__paVaxq__signatureImage{object-fit:contain;max-width:150px;max-height:60px}.DebitInvoice-module__paVaxq__signatureLine{border-bottom:2px solid #000;width:200px;height:60px}.DebitInvoice-module__paVaxq__modernLayout .DebitInvoice-module__paVaxq__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}.DebitInvoice-module__paVaxq__modernLayout .DebitInvoice-module__paVaxq__billTitle{color:var(--template-color);margin:0;font-size:2.5rem;font-weight:800}.DebitInvoice-module__paVaxq__modernLayout .DebitInvoice-module__paVaxq__billSubtitle{color:#666;margin:.5rem 0 0;font-size:.875rem}.DebitInvoice-module__paVaxq__classicLayout .DebitInvoice-module__paVaxq__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}.DebitInvoice-module__paVaxq__classicLayout .DebitInvoice-module__paVaxq__leftSection{gap:1rem;display:flex}.DebitInvoice-module__paVaxq__classicLayout .DebitInvoice-module__paVaxq__companyInfo strong{margin-bottom:.5rem;font-size:1.25rem;display:block}.DebitInvoice-module__paVaxq__classicLayout .DebitInvoice-module__paVaxq__billTitle{color:var(--template-color);margin:0 0 1rem;font-size:2rem}.DebitInvoice-module__paVaxq__classicLayout .DebitInvoice-module__paVaxq__customerSection{border-radius:var(--radius-lg);background:#f8f9fa;margin-bottom:2rem;padding:1.5rem}.DebitInvoice-module__paVaxq__elegantLayout .DebitInvoice-module__paVaxq__elegantHeader{text-align:center;border-bottom:2px solid var(--template-color);margin-bottom:2rem;padding-bottom:2rem}.DebitInvoice-module__paVaxq__elegantLayout .DebitInvoice-module__paVaxq__billTitle{color:var(--template-color);margin:1rem 0 .5rem;font-size:2.5rem;font-weight:800}.DebitInvoice-module__paVaxq__elegantLayout .DebitInvoice-module__paVaxq__partiesRow{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem;display:grid}.DebitInvoice-module__paVaxq__elegantLayout .DebitInvoice-module__paVaxq__partyBox{border:2px solid var(--template-color);border-radius:var(--radius-lg);padding:1.5rem}.DebitInvoice-module__paVaxq__elegantLayout .DebitInvoice-module__paVaxq__partyBox h4{color:var(--template-color);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:.875rem}.DebitInvoice-module__paVaxq__elegantLayout .DebitInvoice-module__paVaxq__elegantFooter{text-align:center;border-top:2px solid #e0e0e0;margin-top:2rem;padding-top:2rem}.DebitInvoice-module__paVaxq__elegantLayout .DebitInvoice-module__paVaxq__thankYou{color:#666;margin-top:1rem;font-style:italic}.DebitInvoice-module__paVaxq__professionalLayout .DebitInvoice-module__paVaxq__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}.DebitInvoice-module__paVaxq__professionalLayout .DebitInvoice-module__paVaxq__headerLeft{align-items:center;gap:1rem;display:flex}.DebitInvoice-module__paVaxq__professionalLayout .DebitInvoice-module__paVaxq__headerLeft h2{margin:0;font-size:1.5rem}.DebitInvoice-module__paVaxq__professionalLayout .DebitInvoice-module__paVaxq__headerRight h1{margin:0;font-size:2rem}.DebitInvoice-module__paVaxq__professionalLayout .DebitInvoice-module__paVaxq__infoBoxes{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.DebitInvoice-module__paVaxq__professionalLayout .DebitInvoice-module__paVaxq__infoBox{border-radius:var(--radius-lg);border-left:4px solid var(--template-color);background:#f8f9fa;padding:1.5rem}.DebitInvoice-module__paVaxq__professionalLayout .DebitInvoice-module__paVaxq__infoBox h4{color:var(--template-color);margin:0 0 1rem;font-size:1rem}.DebitInvoice-module__paVaxq__professionalLayout .DebitInvoice-module__paVaxq__proFooter{border-top:2px solid #e0e0e0;justify-content:space-between;margin-top:2rem;padding-top:2rem;display:flex}.DebitInvoice-module__paVaxq__vibrantLayout .DebitInvoice-module__paVaxq__vibrantHeader{margin-bottom:2rem}.DebitInvoice-module__paVaxq__vibrantLayout .DebitInvoice-module__paVaxq__headerBand{background:var(--template-color);color:#fff;border-radius:var(--radius-lg);justify-content:space-between;align-items:center;padding:2rem;display:flex}.DebitInvoice-module__paVaxq__vibrantLayout .DebitInvoice-module__paVaxq__headerText h1{margin:0;font-size:2.5rem}.DebitInvoice-module__paVaxq__vibrantLayout .DebitInvoice-module__paVaxq__billNumber{text-align:right}.DebitInvoice-module__paVaxq__vibrantLayout .DebitInvoice-module__paVaxq__billNumber span{font-size:1.5rem;font-weight:700;display:block}.DebitInvoice-module__paVaxq__vibrantLayout .DebitInvoice-module__paVaxq__vibrantParties{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.DebitInvoice-module__paVaxq__vibrantLayout .DebitInvoice-module__paVaxq__partyCard{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.DebitInvoice-module__paVaxq__vibrantLayout .DebitInvoice-module__paVaxq__cardHeader{background:var(--template-color);color:#fff;padding:.75rem 1rem;font-size:.875rem;font-weight:700}.DebitInvoice-module__paVaxq__vibrantLayout .DebitInvoice-module__paVaxq__cardBody{background:#f8f9fa;padding:1.5rem}.DebitInvoice-module__paVaxq__vibrantLayout .DebitInvoice-module__paVaxq__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}.DebitInvoice-module__paVaxq__vibrantLayout .DebitInvoice-module__paVaxq__vibrantFooter{justify-content:space-between;align-items:flex-end;display:flex}.DebitInvoice-module__paVaxq__itemsTable{border-collapse:collapse;width:100%;margin:2rem 0;font-size:.875rem}.DebitInvoice-module__paVaxq__itemsTable thead{background:var(--template-color);color:#fff}.DebitInvoice-module__paVaxq__itemsTable th{text-align:left;text-transform:uppercase;padding:.75rem .5rem;font-size:.75rem;font-weight:600}.DebitInvoice-module__paVaxq__itemsTable td{border-bottom:1px solid #e0e0e0;padding:.75rem .5rem}.DebitInvoice-module__paVaxq__itemsTable tbody tr:hover{background:#f8f9fa}.DebitInvoice-module__paVaxq__itemsTable th:last-child,.DebitInvoice-module__paVaxq__itemsTable td:last-child{text-align:right;font-weight:600}.DebitInvoice-module__paVaxq__billParties{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem;display:grid}.DebitInvoice-module__paVaxq__party{border-radius:var(--radius-lg);background:#f8f9fa;padding:1.5rem}.DebitInvoice-module__paVaxq__partyTitle{color:#666;text-transform:uppercase;margin:0 0 1rem;font-size:.875rem;font-weight:600}.DebitInvoice-module__paVaxq__partyDetails strong{margin-bottom:.5rem;font-size:1.125rem;display:block}.DebitInvoice-module__paVaxq__partyDetails p{color:#333;margin:.25rem 0;font-size:.875rem}.DebitInvoice-module__paVaxq__placeOfSupply{border-radius:var(--radius-md);background:#fff3cd;border:1px solid #ffc107;margin-bottom:2rem;padding:.75rem 1rem;font-size:.875rem}.DebitInvoice-module__paVaxq__totalsSection{max-width:400px;margin-left:auto}.DebitInvoice-module__paVaxq__totalsRow{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.75rem 1rem;font-size:.9375rem;display:flex}.DebitInvoice-module__paVaxq__grandTotal{background:var(--template-color);color:#fff;border-radius:var(--radius-md);border:none;margin-top:.5rem;font-size:1.125rem;font-weight:700}.DebitInvoice-module__paVaxq__billFooter{border-top:2px solid #e0e0e0;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;padding-top:2rem;display:grid}.DebitInvoice-module__paVaxq__footerNote{color:#666;font-size:.75rem}.DebitInvoice-module__paVaxq__footerNote strong{color:#000;margin-bottom:.5rem;display:block}.DebitInvoice-module__paVaxq__signatureSection{text-align:right}.DebitInvoice-module__paVaxq__signatureBox{text-align:center}.DebitInvoice-module__paVaxq__signatureBox p{color:#666;margin-top:.5rem;font-size:.875rem}@media print{.DebitInvoice-module__paVaxq__topBar,.DebitInvoice-module__paVaxq__formSection{display:none!important}.DebitInvoice-module__paVaxq__content{grid-template-columns:1fr;padding:0}.DebitInvoice-module__paVaxq__previewSection{position:static}.DebitInvoice-module__paVaxq__bill{box-shadow:none;border:none;padding:1rem}}@media (max-width:1200px){.DebitInvoice-module__paVaxq__content{grid-template-columns:1fr}.DebitInvoice-module__paVaxq__formSection{max-height:none;position:static}.DebitInvoice-module__paVaxq__previewSection{position:static}}@media (max-width:768px){.DebitInvoice-module__paVaxq__topBarContent{flex-direction:column;align-items:flex-start}.DebitInvoice-module__paVaxq__templateGrid,.DebitInvoice-module__paVaxq__imageGrid,.DebitInvoice-module__paVaxq__inputGrid,.DebitInvoice-module__paVaxq__itemFields{grid-template-columns:1fr}.DebitInvoice-module__paVaxq__bill{padding:1.5rem}.DebitInvoice-module__paVaxq__billParties,.DebitInvoice-module__paVaxq__billFooter{grid-template-columns:1fr}}
.DebitNote-module__7PMtWG__container{background:var(--bg-primary);min-height:100vh}.DebitNote-module__7PMtWG__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}.DebitNote-module__7PMtWG__topBarContent{justify-content:space-between;align-items:center;gap:2rem;display:flex}.DebitNote-module__7PMtWG__backBtn{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.DebitNote-module__7PMtWG__backBtn:hover{color:var(--primary)}.DebitNote-module__7PMtWG__pageTitle{margin:0;font-size:1.5rem;font-weight:700}.DebitNote-module__7PMtWG__actions{gap:.5rem;display:flex}.DebitNote-module__7PMtWG__content{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;padding:2rem 0;display:grid}.DebitNote-module__7PMtWG__formSection{max-height:calc(100vh - 120px);position:sticky;top:100px;overflow-y:auto}.DebitNote-module__7PMtWG__formCard{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:2rem}.DebitNote-module__7PMtWG__formTitle{margin-bottom:.5rem;font-size:1.5rem}.DebitNote-module__7PMtWG__formSubtitle{color:var(--text-secondary);border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem}.DebitNote-module__7PMtWG__formGroup{margin-bottom:2rem}.DebitNote-module__7PMtWG__groupTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.DebitNote-module__7PMtWG__groupTitle:before{content:"";background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border-radius:2px;width:4px;height:1.125rem}.DebitNote-module__7PMtWG__inputGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.DebitNote-module__7PMtWG__inputWrapper{flex-direction:column;gap:.5rem;display:flex}.DebitNote-module__7PMtWG__inputWrapper.DebitNote-module__7PMtWG__fullWidth{grid-column:1/-1}.DebitNote-module__7PMtWG__inputWrapper label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.DebitNote-module__7PMtWG__templateSection{margin-bottom:2rem}.DebitNote-module__7PMtWG__templateGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.DebitNote-module__7PMtWG__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}.DebitNote-module__7PMtWG__templateBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.DebitNote-module__7PMtWG__templateBtn.DebitNote-module__7PMtWG__active{box-shadow:var(--shadow-xl);border-width:3px}.DebitNote-module__7PMtWG__templatePreview{border-radius:var(--radius-md);flex-direction:column;gap:.25rem;height:80px;padding:.5rem;display:flex}.DebitNote-module__7PMtWG__previewHeader{border-radius:4px;height:20px}.DebitNote-module__7PMtWG__previewBody{background:#ffffff80;border-radius:4px;flex:1}.DebitNote-module__7PMtWG__templateInfo{flex-direction:column;gap:.25rem;display:flex}.DebitNote-module__7PMtWG__templateName{font-size:.875rem;font-weight:600}.DebitNote-module__7PMtWG__templateDesc{color:var(--text-secondary);font-size:.75rem}.DebitNote-module__7PMtWG__imageSection{margin-bottom:2rem}.DebitNote-module__7PMtWG__imageGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.DebitNote-module__7PMtWG__imageUploadBox{flex-direction:column;gap:.5rem;display:flex}.DebitNote-module__7PMtWG__imageLabel{color:var(--text-secondary);font-size:.875rem;font-weight:600}.DebitNote-module__7PMtWG__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}.DebitNote-module__7PMtWG__uploadPlaceholder:hover{background:var(--bg-card);border-color:#22c55e}.DebitNote-module__7PMtWG__uploadIcon{font-size:2rem}.DebitNote-module__7PMtWG__uploadHint{color:var(--text-secondary);font-size:.75rem}.DebitNote-module__7PMtWG__imagePreview{border:2px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-card);padding:1rem;position:relative}.DebitNote-module__7PMtWG__imagePreview img{object-fit:contain;width:100%;height:auto;max-height:150px;margin-bottom:.5rem;display:block}.DebitNote-module__7PMtWG__removeImageBtn{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#22c55e;border:none;width:100%;padding:.5rem;font-size:.875rem;font-weight:600}.DebitNote-module__7PMtWG__itemsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.DebitNote-module__7PMtWG__itemsTableWrapper{overflow-x:auto}.DebitNote-module__7PMtWG__itemsFormTable{border-collapse:collapse;width:100%;font-size:.875rem}.DebitNote-module__7PMtWG__itemsFormTable thead{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}.DebitNote-module__7PMtWG__itemsFormTable th{text-align:left;text-transform:uppercase;padding:.75rem .5rem;font-size:.75rem;font-weight:600}.DebitNote-module__7PMtWG__itemsFormTable td{border-bottom:1px solid var(--border-light);padding:.5rem}.DebitNote-module__7PMtWG__itemsFormTable input,.DebitNote-module__7PMtWG__itemsFormTable select{width:100%;min-width:60px}.DebitNote-module__7PMtWG__amountCell{color:#22c55e;text-align:right;font-weight:700}.DebitNote-module__7PMtWG__removeBtn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:50%;width:28px;height:28px;font-size:.75rem}.DebitNote-module__7PMtWG__previewSection{position:sticky;top:100px}.DebitNote-module__7PMtWG__debitNote{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}.DebitNote-module__7PMtWG__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)}.DebitNote-module__7PMtWG__header{border-bottom:3px solid var(--template-color,#22c55e);z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex;position:relative}.DebitNote-module__7PMtWG__headerLeft{align-items:center;gap:1rem;display:flex}.DebitNote-module__7PMtWG__logo{object-fit:contain;max-width:100px;max-height:60px}.DebitNote-module__7PMtWG__title{color:var(--template-color,#22c55e);margin:0;font-size:2rem;font-weight:800}.DebitNote-module__7PMtWG__subtitle{color:#666;margin:.25rem 0 0;font-size:.875rem}.DebitNote-module__7PMtWG__headerRight{text-align:right}.DebitNote-module__7PMtWG__meta p{margin:.25rem 0;font-size:.875rem}.DebitNote-module__7PMtWG__referenceBox,.DebitNote-module__7PMtWG__reasonBox{z-index:1;background:#f0fdf4;border:2px solid #bbf7d0;border-radius:.5rem;margin-bottom:1rem;padding:1rem;position:relative}.DebitNote-module__7PMtWG__referenceBox h4,.DebitNote-module__7PMtWG__reasonBox h4{color:#16a34a;margin:0 0 .5rem;font-size:.875rem}.DebitNote-module__7PMtWG__reasonBox{background:#dcfce7;border-color:#22c55e}.DebitNote-module__7PMtWG__reasonText{color:#16a34a;margin:0;font-size:1.125rem;font-weight:600}.DebitNote-module__7PMtWG__parties{z-index:1;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid;position:relative}.DebitNote-module__7PMtWG__partyBox{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem}.DebitNote-module__7PMtWG__partyBox h4{color:#666;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem}.DebitNote-module__7PMtWG__partyBox strong{margin-bottom:.25rem;font-size:1rem;display:block}.DebitNote-module__7PMtWG__partyBox p{color:#333;margin:.125rem 0;font-size:.8125rem}.DebitNote-module__7PMtWG__itemsTable{border-collapse:collapse;z-index:1;width:100%;margin-bottom:1.5rem;font-size:.8125rem;position:relative}.DebitNote-module__7PMtWG__itemsTable thead{background:var(--template-color,#22c55e);color:#fff}.DebitNote-module__7PMtWG__itemsTable th{text-align:left;text-transform:uppercase;padding:.6rem .4rem;font-size:.7rem;font-weight:600}.DebitNote-module__7PMtWG__itemsTable td{border-bottom:1px solid #e0e0e0;padding:.6rem .4rem}.DebitNote-module__7PMtWG__itemsTable tbody tr:hover{background:#f8f9fa}.DebitNote-module__7PMtWG__debitAmount{color:#22c55e;font-weight:700}.DebitNote-module__7PMtWG__totalsSection{z-index:1;max-width:350px;margin-bottom:1.5rem;margin-left:auto;position:relative}.DebitNote-module__7PMtWG__totalsRow{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.5rem .75rem;font-size:.875rem;display:flex}.DebitNote-module__7PMtWG__grandTotal{background:var(--template-color,#22c55e);color:#fff;border:none;border-radius:.5rem;margin-top:.5rem;font-size:1rem;font-weight:700}.DebitNote-module__7PMtWG__footer{z-index:1;border-top:2px solid #e0e0e0;grid-template-columns:1fr 1fr;gap:2rem;padding-top:1.5rem;display:grid;position:relative}.DebitNote-module__7PMtWG__footerNote{color:#666;font-size:.75rem}.DebitNote-module__7PMtWG__footerNote strong{color:#000;margin-bottom:.5rem;display:block}.DebitNote-module__7PMtWG__signatureBox{text-align:right}.DebitNote-module__7PMtWG__signatureImage{object-fit:contain;max-width:150px;max-height:60px;margin-bottom:.25rem}.DebitNote-module__7PMtWG__signatureBox p{color:#666;margin:0;font-size:.75rem}.DebitNote-module__7PMtWG__classicLayout{border:3px double #666}.DebitNote-module__7PMtWG__classicHeader{border-bottom:2px solid var(--template-color);justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.DebitNote-module__7PMtWG__classicLeft{gap:1rem;display:flex}.DebitNote-module__7PMtWG__companyInfo strong{margin-bottom:.25rem;font-size:1.125rem;display:block}.DebitNote-module__7PMtWG__companyInfo p{color:#333;margin:.125rem 0;font-size:.8125rem}.DebitNote-module__7PMtWG__classicRight h1{color:var(--template-color);margin:0 0 .5rem;font-size:1.75rem}.DebitNote-module__7PMtWG__classicMeta p{margin:.125rem 0;font-size:.875rem}.DebitNote-module__7PMtWG__classicRefReason{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.DebitNote-module__7PMtWG__refBox,.DebitNote-module__7PMtWG__reasonBoxClassic{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:.75rem}.DebitNote-module__7PMtWG__refBox h4,.DebitNote-module__7PMtWG__reasonBoxClassic h4{color:#666;text-transform:uppercase;margin:0 0 .25rem;font-size:.75rem}.DebitNote-module__7PMtWG__customerBox{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.DebitNote-module__7PMtWG__customerBox h4{color:var(--template-color);margin:0 0 .5rem}.DebitNote-module__7PMtWG__elegantLayout{text-align:center;border:1px solid #e0e0e0}.DebitNote-module__7PMtWG__elegantHeader{border-bottom:2px solid var(--template-color);margin-bottom:1.5rem;padding-bottom:1.5rem}.DebitNote-module__7PMtWG__centerLogo{max-width:80px;height:auto;margin-bottom:.75rem}.DebitNote-module__7PMtWG__elegantHeader h1{color:var(--template-color);letter-spacing:.1em;margin:0;font-size:2.5rem}.DebitNote-module__7PMtWG__elegantSubtitle{color:#666;margin:.25rem 0 .75rem}.DebitNote-module__7PMtWG__elegantMeta{color:#666;justify-content:center;gap:1rem;font-size:.875rem;display:flex}.DebitNote-module__7PMtWG__elegantRef{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.DebitNote-module__7PMtWG__elegantRefInner p{margin:.25rem 0}.DebitNote-module__7PMtWG__elegantParties{text-align:left;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.DebitNote-module__7PMtWG__elegantPartyBox{background:#f8f9fa;border-radius:.5rem;padding:1rem}.DebitNote-module__7PMtWG__elegantPartyBox h4{color:var(--template-color);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem}.DebitNote-module__7PMtWG__elegantTotals{text-align:center;margin-bottom:1.5rem}.DebitNote-module__7PMtWG__elegantTotalBox{background:var(--template-color);color:#fff;border-radius:.5rem;padding:1rem 2rem;display:inline-block}.DebitNote-module__7PMtWG__elegantTotalBox span:first-child{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;display:block}.DebitNote-module__7PMtWG__elegantTotalAmount{font-size:1.5rem;font-weight:700;display:block}.DebitNote-module__7PMtWG__elegantFooter{border-top:2px solid #e0e0e0;padding-top:1.5rem}.DebitNote-module__7PMtWG__elegantThank{color:#666;margin-top:1rem;font-style:italic}.DebitNote-module__7PMtWG__professionalLayout{border-left:5px solid var(--template-color)}.DebitNote-module__7PMtWG__proHeader{border-bottom:2px solid #e0e0e0;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.DebitNote-module__7PMtWG__proHeaderLeft{align-items:center;gap:1rem;display:flex}.DebitNote-module__7PMtWG__proHeaderLeft h2{margin:0;font-size:1.125rem}.DebitNote-module__7PMtWG__proHeaderLeft p{color:#666;margin:.125rem 0 0;font-size:.8125rem}.DebitNote-module__7PMtWG__proHeaderRight h1{color:var(--template-color);margin:0;font-size:1.75rem}.DebitNote-module__7PMtWG__proInfoBoxes{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.DebitNote-module__7PMtWG__proInfoBox{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem}.DebitNote-module__7PMtWG__proInfoBox h4{color:var(--template-color);text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem}.DebitNote-module__7PMtWG__proInfoBox p{margin:.125rem 0;font-size:.8125rem}.DebitNote-module__7PMtWG__proCustomer{margin-bottom:1.5rem}.DebitNote-module__7PMtWG__proCustomerBox{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;padding:1rem}.DebitNote-module__7PMtWG__proCustomerBox h4{color:var(--template-color);text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem}.DebitNote-module__7PMtWG__proFooter{border-top:2px solid #e0e0e0;grid-template-columns:1fr auto;gap:2rem;padding-top:1.5rem;display:grid}.DebitNote-module__7PMtWG__proTerms h4{color:#333;margin:0 0 .5rem;font-size:.875rem}.DebitNote-module__7PMtWG__proTerms p{color:#666;margin:.125rem 0;font-size:.75rem}.DebitNote-module__7PMtWG__vibrantLayout{background:linear-gradient(#fff5f5 0%,#fff 100%)}.DebitNote-module__7PMtWG__vibrantHeader{margin:-2.5rem -2.5rem 1.5rem}.DebitNote-module__7PMtWG__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}.DebitNote-module__7PMtWG__vibrantHeaderBand .DebitNote-module__7PMtWG__logo{background:#fff;border-radius:.5rem;padding:.5rem}.DebitNote-module__7PMtWG__vibrantHeaderText h1{margin:0;font-size:1.75rem}.DebitNote-module__7PMtWG__vibrantHeaderText p{opacity:.9;margin:.25rem 0 0;font-size:.875rem}.DebitNote-module__7PMtWG__vibrantNumber{text-align:right;margin-left:auto}.DebitNote-module__7PMtWG__vibrantNumber span{font-size:1.25rem;font-weight:700;display:block}.DebitNote-module__7PMtWG__vibrantNumber small{opacity:.9}.DebitNote-module__7PMtWG__vibrantAlert{background:#fef2f2;border:2px solid #fecaca;border-radius:.5rem;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.DebitNote-module__7PMtWG__vibrantAlertIcon{font-size:1.5rem}.DebitNote-module__7PMtWG__vibrantAlert strong{color:#dc2626;margin-bottom:.25rem;display:block}.DebitNote-module__7PMtWG__vibrantAlert p{color:#666;margin:0;font-size:.875rem}.DebitNote-module__7PMtWG__vibrantParties{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.DebitNote-module__7PMtWG__vibrantCard{border:1px solid #e0e0e0;border-radius:.5rem;overflow:hidden}.DebitNote-module__7PMtWG__vibrantCardHeader{background:var(--template-color);color:#fff;letter-spacing:.05em;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.DebitNote-module__7PMtWG__vibrantCardBody{background:#fff;padding:1rem}.DebitNote-module__7PMtWG__vibrantCardBody strong{margin-bottom:.25rem;display:block}.DebitNote-module__7PMtWG__vibrantCardBody p{color:#666;margin:.125rem 0;font-size:.8125rem}.DebitNote-module__7PMtWG__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}.DebitNote-module__7PMtWG__vibrantFooter{border-top:2px dashed #e0e0e0;grid-template-columns:1fr auto;gap:2rem;padding-top:1.5rem;display:grid}.DebitNote-module__7PMtWG__vibrantFooterLeft p{color:#666;margin:.125rem 0;font-size:.8125rem}@media print{.DebitNote-module__7PMtWG__topBar,.DebitNote-module__7PMtWG__formSection{display:none!important}.DebitNote-module__7PMtWG__content{grid-template-columns:1fr;padding:0}.DebitNote-module__7PMtWG__previewSection{position:static}.DebitNote-module__7PMtWG__creditNote{box-shadow:none;border:1px solid #000;padding:1.5rem}}@media (max-width:1200px){.DebitNote-module__7PMtWG__content{grid-template-columns:1fr}.DebitNote-module__7PMtWG__formSection,.DebitNote-module__7PMtWG__previewSection{max-height:none;position:static}}@media (max-width:768px){.DebitNote-module__7PMtWG__topBarContent{flex-direction:column;align-items:flex-start}.DebitNote-module__7PMtWG__inputGrid{grid-template-columns:1fr}.DebitNote-module__7PMtWG__templateGrid{grid-template-columns:repeat(2,1fr)}.DebitNote-module__7PMtWG__imageGrid,.DebitNote-module__7PMtWG__parties,.DebitNote-module__7PMtWG__elegantParties,.DebitNote-module__7PMtWG__vibrantParties,.DebitNote-module__7PMtWG__proInfoBoxes{grid-template-columns:1fr}.DebitNote-module__7PMtWG__creditNote{padding:1.5rem}.DebitNote-module__7PMtWG__footer,.DebitNote-module__7PMtWG__proFooter,.DebitNote-module__7PMtWG__vibrantFooter{text-align:center;grid-template-columns:1fr}.DebitNote-module__7PMtWG__signatureBox{text-align:center}.DebitNote-module__7PMtWG__classicRefReason{grid-template-columns:1fr}}
.SalarySlip-module__6wubpW__container{background:var(--bg-primary);min-height:100vh}.SalarySlip-module__6wubpW__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}.SalarySlip-module__6wubpW__topBarContent{justify-content:space-between;align-items:center;gap:2rem;display:flex}.SalarySlip-module__6wubpW__backBtn{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.SalarySlip-module__6wubpW__backBtn:hover{color:var(--primary)}.SalarySlip-module__6wubpW__pageTitle{margin:0;font-size:1.5rem;font-weight:700}.SalarySlip-module__6wubpW__content{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;padding:2rem 0;display:grid}.SalarySlip-module__6wubpW__formSection{max-height:calc(100vh - 120px);position:sticky;top:100px;overflow-y:auto}.SalarySlip-module__6wubpW__formCard{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:2rem}.SalarySlip-module__6wubpW__formTitle{border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem}.SalarySlip-module__6wubpW__formGroup{margin-bottom:2rem}.SalarySlip-module__6wubpW__groupTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.SalarySlip-module__6wubpW__groupTitle:before{content:"";background:var(--gradient-primary);border-radius:2px;width:4px;height:1.125rem}.SalarySlip-module__6wubpW__inputGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.SalarySlip-module__6wubpW__inputWrapper{flex-direction:column;gap:.5rem;display:flex}.SalarySlip-module__6wubpW__inputWrapper.SalarySlip-module__6wubpW__fullWidth{grid-column:1/-1}.SalarySlip-module__6wubpW__inputWrapper label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.SalarySlip-module__6wubpW__previewSection{position:sticky;top:100px}.SalarySlip-module__6wubpW__salarySlip{color:#000;border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);background:#fff;border:1px solid #e0e0e0;padding:3rem}.SalarySlip-module__6wubpW__slipHeader{text-align:center;border-bottom:3px solid #6366f1;margin-bottom:2rem;padding-bottom:1.5rem}.SalarySlip-module__6wubpW__slipTitle{color:#6366f1;margin:0;font-size:2.5rem;font-weight:800;line-height:1}.SalarySlip-module__6wubpW__slipMonth{color:#666;margin:.75rem 0 0;font-size:1.125rem;font-weight:600}.SalarySlip-module__6wubpW__companyInfo{text-align:center;background:#f8f9fa;border-radius:.5rem;margin-bottom:2rem;padding:1.5rem}.SalarySlip-module__6wubpW__companyInfo h2{color:#000;margin:0 0 .5rem;font-size:1.5rem}.SalarySlip-module__6wubpW__companyInfo p{color:#666;margin:0;font-size:.875rem}.SalarySlip-module__6wubpW__employeeInfo{background:#f8f9fa;border-radius:.5rem;margin-bottom:2rem;padding:1.5rem}.SalarySlip-module__6wubpW__infoRow{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:.75rem;display:grid}.SalarySlip-module__6wubpW__infoRow:last-child{margin-bottom:0}.SalarySlip-module__6wubpW__infoItem{flex-direction:column;gap:.25rem;display:flex}.SalarySlip-module__6wubpW__infoLabel{color:#666;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.SalarySlip-module__6wubpW__infoValue{color:#000;font-size:.9375rem;font-weight:500}.SalarySlip-module__6wubpW__salaryBreakdown{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.SalarySlip-module__6wubpW__earningsSection,.SalarySlip-module__6wubpW__deductionsSection{background:#f8f9fa;border-radius:.5rem;padding:1.5rem}.SalarySlip-module__6wubpW__sectionTitle{color:#6366f1;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #6366f1;margin:0 0 1rem;padding-bottom:.75rem;font-size:1rem;font-weight:700}.SalarySlip-module__6wubpW__breakdownTable{width:100%;font-size:.875rem}.SalarySlip-module__6wubpW__breakdownTable tr{border-bottom:1px solid #e0e0e0}.SalarySlip-module__6wubpW__breakdownTable tr:last-child{border-bottom:none}.SalarySlip-module__6wubpW__breakdownTable td{color:#333;padding:.75rem 0}.SalarySlip-module__6wubpW__breakdownTable td:first-child{color:#666}.SalarySlip-module__6wubpW__breakdownTable td:last-child{text-align:right;color:#000;font-weight:600}.SalarySlip-module__6wubpW__totalRow{background:#fff;border-top:2px solid #6366f1!important}.SalarySlip-module__6wubpW__totalRow td{padding:1rem 0!important;font-size:1rem!important}.SalarySlip-module__6wubpW__netSalary{color:#fff;background:#6366f1;border-radius:.5rem;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.SalarySlip-module__6wubpW__slipFooter{text-align:center;border-top:2px solid #e0e0e0;padding-top:2rem}.SalarySlip-module__6wubpW__slipFooter p{color:#999;margin:0;font-size:.75rem;font-style:italic}@media print{.SalarySlip-module__6wubpW__topBar,.SalarySlip-module__6wubpW__formSection{display:none!important}.SalarySlip-module__6wubpW__content{grid-template-columns:1fr;padding:0}.SalarySlip-module__6wubpW__previewSection{position:static}.SalarySlip-module__6wubpW__salarySlip{box-shadow:none;border:none;padding:1rem}}@media (max-width:1200px){.SalarySlip-module__6wubpW__content{grid-template-columns:1fr}.SalarySlip-module__6wubpW__formSection{max-height:none;position:static}.SalarySlip-module__6wubpW__previewSection{position:static}}@media (max-width:768px){.SalarySlip-module__6wubpW__topBarContent{flex-direction:column;align-items:flex-start}.SalarySlip-module__6wubpW__inputGrid{grid-template-columns:1fr}.SalarySlip-module__6wubpW__salarySlip{padding:1.5rem}.SalarySlip-module__6wubpW__slipTitle{font-size:2rem}.SalarySlip-module__6wubpW__infoRow,.SalarySlip-module__6wubpW__salaryBreakdown{grid-template-columns:1fr}.SalarySlip-module__6wubpW__netSalary{text-align:center;flex-direction:column;gap:.5rem}}
