.QuotationSlip-module__c6hpQW__container{background:var(--bg-primary);min-height:100vh}.QuotationSlip-module__c6hpQW__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}.QuotationSlip-module__c6hpQW__topBarContent{justify-content:space-between;align-items:center;gap:2rem;display:flex}.QuotationSlip-module__c6hpQW__backBtn{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.QuotationSlip-module__c6hpQW__backBtn:hover{color:var(--primary)}.QuotationSlip-module__c6hpQW__pageTitle{margin:0;font-size:1.5rem;font-weight:700}.QuotationSlip-module__c6hpQW__actions{gap:.5rem;display:flex}.QuotationSlip-module__c6hpQW__content{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;padding:2rem 0;display:grid}.QuotationSlip-module__c6hpQW__formSection{max-height:calc(100vh - 120px);position:sticky;top:100px;overflow-y:auto}.QuotationSlip-module__c6hpQW__formCard{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:2rem}.QuotationSlip-module__c6hpQW__formTitle{margin-bottom:.5rem;font-size:1.5rem}.QuotationSlip-module__c6hpQW__formSubtitle{color:var(--text-secondary);border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem}.QuotationSlip-module__c6hpQW__formGroup{margin-bottom:2rem}.QuotationSlip-module__c6hpQW__groupTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.QuotationSlip-module__c6hpQW__groupTitle:before{content:"";background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:2px;width:4px;height:1.125rem}.QuotationSlip-module__c6hpQW__inputGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.QuotationSlip-module__c6hpQW__inputWrapper{flex-direction:column;gap:.5rem;display:flex}.QuotationSlip-module__c6hpQW__inputWrapper.QuotationSlip-module__c6hpQW__fullWidth{grid-column:1/-1}.QuotationSlip-module__c6hpQW__inputWrapper label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.QuotationSlip-module__c6hpQW__templateSection{margin-bottom:2rem}.QuotationSlip-module__c6hpQW__templateGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.QuotationSlip-module__c6hpQW__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}.QuotationSlip-module__c6hpQW__templateBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.QuotationSlip-module__c6hpQW__templateBtn.QuotationSlip-module__c6hpQW__active{box-shadow:var(--shadow-xl);border-width:3px}.QuotationSlip-module__c6hpQW__templatePreview{border-radius:var(--radius-md);flex-direction:column;gap:.25rem;height:80px;padding:.5rem;display:flex}.QuotationSlip-module__c6hpQW__previewHeader{border-radius:4px;height:20px}.QuotationSlip-module__c6hpQW__previewBody{background:#ffffff80;border-radius:4px;flex:1}.QuotationSlip-module__c6hpQW__templateInfo{flex-direction:column;gap:.25rem;display:flex}.QuotationSlip-module__c6hpQW__templateName{font-size:.875rem;font-weight:600}.QuotationSlip-module__c6hpQW__templateDesc{color:var(--text-secondary);font-size:.75rem}.QuotationSlip-module__c6hpQW__imageSection{margin-bottom:2rem}.QuotationSlip-module__c6hpQW__imageGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.QuotationSlip-module__c6hpQW__imageUploadBox{flex-direction:column;gap:.5rem;display:flex}.QuotationSlip-module__c6hpQW__imageLabel{color:var(--text-secondary);font-size:.875rem;font-weight:600}.QuotationSlip-module__c6hpQW__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}.QuotationSlip-module__c6hpQW__uploadPlaceholder:hover{background:var(--bg-card);border-color:#ef4444}.QuotationSlip-module__c6hpQW__uploadIcon{font-size:2rem}.QuotationSlip-module__c6hpQW__uploadHint{color:var(--text-secondary);font-size:.75rem}.QuotationSlip-module__c6hpQW__imagePreview{border:2px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-card);padding:1rem;position:relative}.QuotationSlip-module__c6hpQW__imagePreview img{object-fit:contain;width:100%;height:auto;max-height:150px;margin-bottom:.5rem;display:block}.QuotationSlip-module__c6hpQW__removeImageBtn{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#ef4444;border:none;width:100%;padding:.5rem;font-size:.875rem;font-weight:600}.QuotationSlip-module__c6hpQW__itemsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.QuotationSlip-module__c6hpQW__itemsTableWrapper{overflow-x:auto}.QuotationSlip-module__c6hpQW__itemsFormTable{border-collapse:collapse;width:100%;font-size:.875rem}.QuotationSlip-module__c6hpQW__itemsFormTable thead{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.QuotationSlip-module__c6hpQW__itemsFormTable th{text-align:left;text-transform:uppercase;padding:.75rem .5rem;font-size:.75rem;font-weight:600}.QuotationSlip-module__c6hpQW__itemsFormTable td{border-bottom:1px solid var(--border-light);padding:.5rem}.QuotationSlip-module__c6hpQW__itemsFormTable input,.QuotationSlip-module__c6hpQW__itemsFormTable select{width:100%;min-width:60px}.QuotationSlip-module__c6hpQW__amountCell{color:#ef4444;text-align:right;font-weight:700}.QuotationSlip-module__c6hpQW__removeBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;width:28px;height:28px;font-size:.75rem}.QuotationSlip-module__c6hpQW__previewSection{position:sticky;top:100px}.QuotationSlip-module__c6hpQW__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}.QuotationSlip-module__c6hpQW__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)}.QuotationSlip-module__c6hpQW__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}.QuotationSlip-module__c6hpQW__headerLeft{align-items:center;gap:1rem;display:flex}.QuotationSlip-module__c6hpQW__logo{object-fit:contain;max-width:100px;max-height:60px}.QuotationSlip-module__c6hpQW__title{color:var(--template-color,#ef4444);margin:0;font-size:2rem;font-weight:800}.QuotationSlip-module__c6hpQW__subtitle{color:#666;margin:.25rem 0 0;font-size:.875rem}.QuotationSlip-module__c6hpQW__headerRight{text-align:right}.QuotationSlip-module__c6hpQW__meta p{margin:.25rem 0;font-size:.875rem}.QuotationSlip-module__c6hpQW__referenceBox,.QuotationSlip-module__c6hpQW__reasonBox{z-index:1;background:#fff5f5;border:2px solid #fecaca;border-radius:.5rem;margin-bottom:1rem;padding:1rem;position:relative}.QuotationSlip-module__c6hpQW__referenceBox h4,.QuotationSlip-module__c6hpQW__reasonBox h4{color:#dc2626;margin:0 0 .5rem;font-size:.875rem}.QuotationSlip-module__c6hpQW__reasonBox{background:#fef2f2;border-color:#ef4444}.QuotationSlip-module__c6hpQW__reasonText{color:#dc2626;margin:0;font-size:1.125rem;font-weight:600}.QuotationSlip-module__c6hpQW__parties{z-index:1;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid;position:relative}.QuotationSlip-module__c6hpQW__partyBox{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem}.QuotationSlip-module__c6hpQW__partyBox h4{color:#666;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem}.QuotationSlip-module__c6hpQW__partyBox strong{margin-bottom:.25rem;font-size:1rem;display:block}.QuotationSlip-module__c6hpQW__partyBox p{color:#333;margin:.125rem 0;font-size:.8125rem}.QuotationSlip-module__c6hpQW__itemsTable{border-collapse:collapse;z-index:1;width:100%;margin-bottom:1.5rem;font-size:.8125rem;position:relative}.QuotationSlip-module__c6hpQW__itemsTable thead{background:var(--template-color,#ef4444);color:#fff}.QuotationSlip-module__c6hpQW__itemsTable th{text-align:left;text-transform:uppercase;padding:.6rem .4rem;font-size:.7rem;font-weight:600}.QuotationSlip-module__c6hpQW__itemsTable td{border-bottom:1px solid #e0e0e0;padding:.6rem .4rem}.QuotationSlip-module__c6hpQW__itemsTable tbody tr:hover{background:#f8f9fa}.QuotationSlip-module__c6hpQW__creditAmount{color:#ef4444;font-weight:700}.QuotationSlip-module__c6hpQW__totalsSection{z-index:1;max-width:350px;margin-bottom:1.5rem;margin-left:auto;position:relative}.QuotationSlip-module__c6hpQW__totalsRow{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.5rem .75rem;font-size:.875rem;display:flex}.QuotationSlip-module__c6hpQW__grandTotal{background:var(--template-color,#ef4444);color:#fff;border:none;border-radius:.5rem;margin-top:.5rem;font-size:1rem;font-weight:700}.QuotationSlip-module__c6hpQW__footer{z-index:1;border-top:2px solid #e0e0e0;grid-template-columns:1fr 1fr;gap:2rem;padding-top:1.5rem;display:grid;position:relative}.QuotationSlip-module__c6hpQW__footerNote{color:#666;font-size:.75rem}.QuotationSlip-module__c6hpQW__footerNote strong{color:#000;margin-bottom:.5rem;display:block}.QuotationSlip-module__c6hpQW__signatureBox{text-align:right}.QuotationSlip-module__c6hpQW__signatureImage{object-fit:contain;max-width:150px;max-height:60px;margin-bottom:.25rem}.QuotationSlip-module__c6hpQW__signatureBox p{color:#666;margin:0;font-size:.75rem}.QuotationSlip-module__c6hpQW__classicLayout{border:3px double #666}.QuotationSlip-module__c6hpQW__classicHeader{border-bottom:2px solid var(--template-color);justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.QuotationSlip-module__c6hpQW__classicLeft{gap:1rem;display:flex}.QuotationSlip-module__c6hpQW__companyInfo strong{margin-bottom:.25rem;font-size:1.125rem;display:block}.QuotationSlip-module__c6hpQW__companyInfo p{color:#333;margin:.125rem 0;font-size:.8125rem}.QuotationSlip-module__c6hpQW__classicRight h1{color:var(--template-color);margin:0 0 .5rem;font-size:1.75rem}.QuotationSlip-module__c6hpQW__classicMeta p{margin:.125rem 0;font-size:.875rem}.QuotationSlip-module__c6hpQW__classicRefReason{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.QuotationSlip-module__c6hpQW__refBox,.QuotationSlip-module__c6hpQW__reasonBoxClassic{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:.75rem}.QuotationSlip-module__c6hpQW__refBox h4,.QuotationSlip-module__c6hpQW__reasonBoxClassic h4{color:#666;text-transform:uppercase;margin:0 0 .25rem;font-size:.75rem}.QuotationSlip-module__c6hpQW__customerBox{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.QuotationSlip-module__c6hpQW__customerBox h4{color:var(--template-color);margin:0 0 .5rem}.QuotationSlip-module__c6hpQW__elegantLayout{text-align:center;border:1px solid #e0e0e0}.QuotationSlip-module__c6hpQW__elegantHeader{border-bottom:2px solid var(--template-color);margin-bottom:1.5rem;padding-bottom:1.5rem}.QuotationSlip-module__c6hpQW__centerLogo{max-width:80px;height:auto;margin-bottom:.75rem}.QuotationSlip-module__c6hpQW__elegantHeader h1{color:var(--template-color);letter-spacing:.1em;margin:0;font-size:2.5rem}.QuotationSlip-module__c6hpQW__elegantSubtitle{color:#666;margin:.25rem 0 .75rem}.QuotationSlip-module__c6hpQW__elegantMeta{color:#666;justify-content:center;gap:1rem;font-size:.875rem;display:flex}.QuotationSlip-module__c6hpQW__elegantRef{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.QuotationSlip-module__c6hpQW__elegantRefInner p{margin:.25rem 0}.QuotationSlip-module__c6hpQW__elegantParties{text-align:left;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.QuotationSlip-module__c6hpQW__elegantPartyBox{background:#f8f9fa;border-radius:.5rem;padding:1rem}.QuotationSlip-module__c6hpQW__elegantPartyBox h4{color:var(--template-color);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem}.QuotationSlip-module__c6hpQW__elegantTotals{text-align:center;margin-bottom:1.5rem}.QuotationSlip-module__c6hpQW__elegantTotalBox{background:var(--template-color);color:#fff;border-radius:.5rem;padding:1rem 2rem;display:inline-block}.QuotationSlip-module__c6hpQW__elegantTotalBox span:first-child{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;display:block}.QuotationSlip-module__c6hpQW__elegantTotalAmount{font-size:1.5rem;font-weight:700;display:block}.QuotationSlip-module__c6hpQW__elegantFooter{border-top:2px solid #e0e0e0;padding-top:1.5rem}.QuotationSlip-module__c6hpQW__elegantThank{color:#666;margin-top:1rem;font-style:italic}.QuotationSlip-module__c6hpQW__professionalLayout{border-left:5px solid var(--template-color)}.QuotationSlip-module__c6hpQW__proHeader{border-bottom:2px solid #e0e0e0;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.QuotationSlip-module__c6hpQW__proHeaderLeft{align-items:center;gap:1rem;display:flex}.QuotationSlip-module__c6hpQW__proHeaderLeft h2{margin:0;font-size:1.125rem}.QuotationSlip-module__c6hpQW__proHeaderLeft p{color:#666;margin:.125rem 0 0;font-size:.8125rem}.QuotationSlip-module__c6hpQW__proHeaderRight h1{color:var(--template-color);margin:0;font-size:1.75rem}.QuotationSlip-module__c6hpQW__proInfoBoxes{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.QuotationSlip-module__c6hpQW__proInfoBox{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem}.QuotationSlip-module__c6hpQW__proInfoBox h4{color:var(--template-color);text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem}.QuotationSlip-module__c6hpQW__proInfoBox p{margin:.125rem 0;font-size:.8125rem}.QuotationSlip-module__c6hpQW__proCustomer{margin-bottom:1.5rem}.QuotationSlip-module__c6hpQW__proCustomerBox{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;padding:1rem}.QuotationSlip-module__c6hpQW__proCustomerBox h4{color:var(--template-color);text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem}.QuotationSlip-module__c6hpQW__proFooter{border-top:2px solid #e0e0e0;grid-template-columns:1fr auto;gap:2rem;padding-top:1.5rem;display:grid}.QuotationSlip-module__c6hpQW__proTerms h4{color:#333;margin:0 0 .5rem;font-size:.875rem}.QuotationSlip-module__c6hpQW__proTerms p{color:#666;margin:.125rem 0;font-size:.75rem}.QuotationSlip-module__c6hpQW__vibrantLayout{background:linear-gradient(#fff5f5 0%,#fff 100%)}.QuotationSlip-module__c6hpQW__vibrantHeader{margin:-2.5rem -2.5rem 1.5rem}.QuotationSlip-module__c6hpQW__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}.QuotationSlip-module__c6hpQW__vibrantHeaderBand .QuotationSlip-module__c6hpQW__logo{background:#fff;border-radius:.5rem;padding:.5rem}.QuotationSlip-module__c6hpQW__vibrantHeaderText h1{margin:0;font-size:1.75rem}.QuotationSlip-module__c6hpQW__vibrantHeaderText p{opacity:.9;margin:.25rem 0 0;font-size:.875rem}.QuotationSlip-module__c6hpQW__vibrantNumber{text-align:right;margin-left:auto}.QuotationSlip-module__c6hpQW__vibrantNumber span{font-size:1.25rem;font-weight:700;display:block}.QuotationSlip-module__c6hpQW__vibrantNumber small{opacity:.9}.QuotationSlip-module__c6hpQW__vibrantAlert{background:#fef2f2;border:2px solid #fecaca;border-radius:.5rem;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.QuotationSlip-module__c6hpQW__vibrantAlertIcon{font-size:1.5rem}.QuotationSlip-module__c6hpQW__vibrantAlert strong{color:#dc2626;margin-bottom:.25rem;display:block}.QuotationSlip-module__c6hpQW__vibrantAlert p{color:#666;margin:0;font-size:.875rem}.QuotationSlip-module__c6hpQW__vibrantParties{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.QuotationSlip-module__c6hpQW__vibrantCard{border:1px solid #e0e0e0;border-radius:.5rem;overflow:hidden}.QuotationSlip-module__c6hpQW__vibrantCardHeader{background:var(--template-color);color:#fff;letter-spacing:.05em;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.QuotationSlip-module__c6hpQW__vibrantCardBody{background:#fff;padding:1rem}.QuotationSlip-module__c6hpQW__vibrantCardBody strong{margin-bottom:.25rem;display:block}.QuotationSlip-module__c6hpQW__vibrantCardBody p{color:#666;margin:.125rem 0;font-size:.8125rem}.QuotationSlip-module__c6hpQW__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}.QuotationSlip-module__c6hpQW__vibrantFooter{border-top:2px dashed #e0e0e0;grid-template-columns:1fr auto;gap:2rem;padding-top:1.5rem;display:grid}.QuotationSlip-module__c6hpQW__vibrantFooterLeft p{color:#666;margin:.125rem 0;font-size:.8125rem}@media print{.QuotationSlip-module__c6hpQW__topBar,.QuotationSlip-module__c6hpQW__formSection{display:none!important}.QuotationSlip-module__c6hpQW__content{grid-template-columns:1fr;padding:0}.QuotationSlip-module__c6hpQW__previewSection{position:static}.QuotationSlip-module__c6hpQW__creditNote{box-shadow:none;border:1px solid #000;padding:1.5rem}}@media (max-width:1200px){.QuotationSlip-module__c6hpQW__content{grid-template-columns:1fr}.QuotationSlip-module__c6hpQW__formSection,.QuotationSlip-module__c6hpQW__previewSection{max-height:none;position:static}}@media (max-width:768px){.QuotationSlip-module__c6hpQW__topBarContent{flex-direction:column;align-items:flex-start}.QuotationSlip-module__c6hpQW__inputGrid{grid-template-columns:1fr}.QuotationSlip-module__c6hpQW__templateGrid{grid-template-columns:repeat(2,1fr)}.QuotationSlip-module__c6hpQW__imageGrid,.QuotationSlip-module__c6hpQW__parties,.QuotationSlip-module__c6hpQW__elegantParties,.QuotationSlip-module__c6hpQW__vibrantParties,.QuotationSlip-module__c6hpQW__proInfoBoxes{grid-template-columns:1fr}.QuotationSlip-module__c6hpQW__creditNote{padding:1.5rem}.QuotationSlip-module__c6hpQW__footer,.QuotationSlip-module__c6hpQW__proFooter,.QuotationSlip-module__c6hpQW__vibrantFooter{text-align:center;grid-template-columns:1fr}.QuotationSlip-module__c6hpQW__signatureBox{text-align:center}.QuotationSlip-module__c6hpQW__classicRefReason{grid-template-columns:1fr}}
