.ExpenseReport-module__5KGsAa__container{background:var(--bg-primary);min-height:100vh}.ExpenseReport-module__5KGsAa__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}.ExpenseReport-module__5KGsAa__topBarContent{justify-content:space-between;align-items:center;gap:2rem;display:flex}.ExpenseReport-module__5KGsAa__backBtn{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.ExpenseReport-module__5KGsAa__backBtn:hover{color:var(--primary)}.ExpenseReport-module__5KGsAa__pageTitle{margin:0;font-size:1.5rem;font-weight:700}.ExpenseReport-module__5KGsAa__actions{gap:.5rem;display:flex}.ExpenseReport-module__5KGsAa__content{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;padding:2rem 0;display:grid}.ExpenseReport-module__5KGsAa__formSection{max-height:calc(100vh - 120px);position:sticky;top:100px;overflow-y:auto}.ExpenseReport-module__5KGsAa__formCard{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:2rem}.ExpenseReport-module__5KGsAa__formTitle{margin-bottom:.5rem;font-size:1.5rem}.ExpenseReport-module__5KGsAa__formSubtitle{color:var(--text-secondary);border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem}.ExpenseReport-module__5KGsAa__formGroup{margin-bottom:2rem}.ExpenseReport-module__5KGsAa__groupTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;display:flex}.ExpenseReport-module__5KGsAa__groupTitle:before{content:"";background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:2px;width:4px;height:1.125rem}.ExpenseReport-module__5KGsAa__inputGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.ExpenseReport-module__5KGsAa__inputWrapper{flex-direction:column;gap:.5rem;display:flex}.ExpenseReport-module__5KGsAa__inputWrapper.ExpenseReport-module__5KGsAa__fullWidth{grid-column:1/-1}.ExpenseReport-module__5KGsAa__inputWrapper label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.ExpenseReport-module__5KGsAa__templateSection{margin-bottom:2rem}.ExpenseReport-module__5KGsAa__templateGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.ExpenseReport-module__5KGsAa__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}.ExpenseReport-module__5KGsAa__templateBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.ExpenseReport-module__5KGsAa__templateBtn.ExpenseReport-module__5KGsAa__active{box-shadow:var(--shadow-xl);border-width:3px}.ExpenseReport-module__5KGsAa__templatePreview{border-radius:var(--radius-md);flex-direction:column;gap:.25rem;height:80px;padding:.5rem;display:flex}.ExpenseReport-module__5KGsAa__previewHeader{border-radius:4px;height:20px}.ExpenseReport-module__5KGsAa__previewBody{background:#ffffff80;border-radius:4px;flex:1}.ExpenseReport-module__5KGsAa__templateInfo{flex-direction:column;gap:.25rem;display:flex}.ExpenseReport-module__5KGsAa__templateName{font-size:.875rem;font-weight:600}.ExpenseReport-module__5KGsAa__templateDesc{color:var(--text-secondary);font-size:.75rem}.ExpenseReport-module__5KGsAa__imageSection{margin-bottom:2rem}.ExpenseReport-module__5KGsAa__imageGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.ExpenseReport-module__5KGsAa__imageUploadBox{flex-direction:column;gap:.5rem;display:flex}.ExpenseReport-module__5KGsAa__imageLabel{color:var(--text-secondary);font-size:.875rem;font-weight:600}.ExpenseReport-module__5KGsAa__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}.ExpenseReport-module__5KGsAa__uploadPlaceholder:hover{background:var(--bg-card);border-color:#ef4444}.ExpenseReport-module__5KGsAa__uploadIcon{font-size:2rem}.ExpenseReport-module__5KGsAa__uploadHint{color:var(--text-secondary);font-size:.75rem}.ExpenseReport-module__5KGsAa__imagePreview{border:2px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-card);padding:1rem;position:relative}.ExpenseReport-module__5KGsAa__imagePreview img{object-fit:contain;width:100%;height:auto;max-height:150px;margin-bottom:.5rem;display:block}.ExpenseReport-module__5KGsAa__removeImageBtn{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#ef4444;border:none;width:100%;padding:.5rem;font-size:.875rem;font-weight:600}.ExpenseReport-module__5KGsAa__itemsHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ExpenseReport-module__5KGsAa__itemsTableWrapper{overflow-x:auto}.ExpenseReport-module__5KGsAa__itemsFormTable{border-collapse:collapse;width:100%;font-size:.875rem}.ExpenseReport-module__5KGsAa__itemsFormTable thead{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.ExpenseReport-module__5KGsAa__itemsFormTable th{text-align:left;text-transform:uppercase;padding:.75rem .5rem;font-size:.75rem;font-weight:600}.ExpenseReport-module__5KGsAa__itemsFormTable td{border-bottom:1px solid var(--border-light);padding:.5rem}.ExpenseReport-module__5KGsAa__itemsFormTable input,.ExpenseReport-module__5KGsAa__itemsFormTable select{width:100%;min-width:60px}.ExpenseReport-module__5KGsAa__amountCell{color:#ef4444;text-align:right;font-weight:700}.ExpenseReport-module__5KGsAa__removeBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;width:28px;height:28px;font-size:.75rem}.ExpenseReport-module__5KGsAa__previewSection{position:sticky;top:100px}.ExpenseReport-module__5KGsAa__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}.ExpenseReport-module__5KGsAa__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)}.ExpenseReport-module__5KGsAa__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}.ExpenseReport-module__5KGsAa__headerLeft{align-items:center;gap:1rem;display:flex}.ExpenseReport-module__5KGsAa__logo{object-fit:contain;max-width:100px;max-height:60px}.ExpenseReport-module__5KGsAa__title{color:var(--template-color,#ef4444);margin:0;font-size:2rem;font-weight:800}.ExpenseReport-module__5KGsAa__subtitle{color:#666;margin:.25rem 0 0;font-size:.875rem}.ExpenseReport-module__5KGsAa__headerRight{text-align:right}.ExpenseReport-module__5KGsAa__meta p{margin:.25rem 0;font-size:.875rem}.ExpenseReport-module__5KGsAa__referenceBox,.ExpenseReport-module__5KGsAa__reasonBox{z-index:1;background:#fff5f5;border:2px solid #fecaca;border-radius:.5rem;margin-bottom:1rem;padding:1rem;position:relative}.ExpenseReport-module__5KGsAa__referenceBox h4,.ExpenseReport-module__5KGsAa__reasonBox h4{color:#dc2626;margin:0 0 .5rem;font-size:.875rem}.ExpenseReport-module__5KGsAa__reasonBox{background:#fef2f2;border-color:#ef4444}.ExpenseReport-module__5KGsAa__reasonText{color:#dc2626;margin:0;font-size:1.125rem;font-weight:600}.ExpenseReport-module__5KGsAa__parties{z-index:1;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid;position:relative}.ExpenseReport-module__5KGsAa__partyBox{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem}.ExpenseReport-module__5KGsAa__partyBox h4{color:#666;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem}.ExpenseReport-module__5KGsAa__partyBox strong{margin-bottom:.25rem;font-size:1rem;display:block}.ExpenseReport-module__5KGsAa__partyBox p{color:#333;margin:.125rem 0;font-size:.8125rem}.ExpenseReport-module__5KGsAa__itemsTable{border-collapse:collapse;z-index:1;width:100%;margin-bottom:1.5rem;font-size:.8125rem;position:relative}.ExpenseReport-module__5KGsAa__itemsTable thead{background:var(--template-color,#ef4444);color:#fff}.ExpenseReport-module__5KGsAa__itemsTable th{text-align:left;text-transform:uppercase;padding:.6rem .4rem;font-size:.7rem;font-weight:600}.ExpenseReport-module__5KGsAa__itemsTable td{border-bottom:1px solid #e0e0e0;padding:.6rem .4rem}.ExpenseReport-module__5KGsAa__itemsTable tbody tr:hover{background:#f8f9fa}.ExpenseReport-module__5KGsAa__creditAmount{color:#ef4444;font-weight:700}.ExpenseReport-module__5KGsAa__totalsSection{z-index:1;max-width:350px;margin-bottom:1.5rem;margin-left:auto;position:relative}.ExpenseReport-module__5KGsAa__totalsRow{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.5rem .75rem;font-size:.875rem;display:flex}.ExpenseReport-module__5KGsAa__grandTotal{background:var(--template-color,#ef4444);color:#fff;border:none;border-radius:.5rem;margin-top:.5rem;font-size:1rem;font-weight:700}.ExpenseReport-module__5KGsAa__footer{z-index:1;border-top:2px solid #e0e0e0;grid-template-columns:1fr 1fr;gap:2rem;padding-top:1.5rem;display:grid;position:relative}.ExpenseReport-module__5KGsAa__footerNote{color:#666;font-size:.75rem}.ExpenseReport-module__5KGsAa__footerNote strong{color:#000;margin-bottom:.5rem;display:block}.ExpenseReport-module__5KGsAa__signatureBox{text-align:right}.ExpenseReport-module__5KGsAa__signatureImage{object-fit:contain;max-width:150px;max-height:60px;margin-bottom:.25rem}.ExpenseReport-module__5KGsAa__signatureBox p{color:#666;margin:0;font-size:.75rem}.ExpenseReport-module__5KGsAa__classicLayout{border:3px double #666}.ExpenseReport-module__5KGsAa__classicHeader{border-bottom:2px solid var(--template-color);justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.ExpenseReport-module__5KGsAa__classicLeft{gap:1rem;display:flex}.ExpenseReport-module__5KGsAa__companyInfo strong{margin-bottom:.25rem;font-size:1.125rem;display:block}.ExpenseReport-module__5KGsAa__companyInfo p{color:#333;margin:.125rem 0;font-size:.8125rem}.ExpenseReport-module__5KGsAa__classicRight h1{color:var(--template-color);margin:0 0 .5rem;font-size:1.75rem}.ExpenseReport-module__5KGsAa__classicMeta p{margin:.125rem 0;font-size:.875rem}.ExpenseReport-module__5KGsAa__classicRefReason{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.ExpenseReport-module__5KGsAa__refBox,.ExpenseReport-module__5KGsAa__reasonBoxClassic{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:.75rem}.ExpenseReport-module__5KGsAa__refBox h4,.ExpenseReport-module__5KGsAa__reasonBoxClassic h4{color:#666;text-transform:uppercase;margin:0 0 .25rem;font-size:.75rem}.ExpenseReport-module__5KGsAa__customerBox{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.ExpenseReport-module__5KGsAa__customerBox h4{color:var(--template-color);margin:0 0 .5rem}.ExpenseReport-module__5KGsAa__elegantLayout{text-align:center;border:1px solid #e0e0e0}.ExpenseReport-module__5KGsAa__elegantHeader{border-bottom:2px solid var(--template-color);margin-bottom:1.5rem;padding-bottom:1.5rem}.ExpenseReport-module__5KGsAa__centerLogo{max-width:80px;height:auto;margin-bottom:.75rem}.ExpenseReport-module__5KGsAa__elegantHeader h1{color:var(--template-color);letter-spacing:.1em;margin:0;font-size:2.5rem}.ExpenseReport-module__5KGsAa__elegantSubtitle{color:#666;margin:.25rem 0 .75rem}.ExpenseReport-module__5KGsAa__elegantMeta{color:#666;justify-content:center;gap:1rem;font-size:.875rem;display:flex}.ExpenseReport-module__5KGsAa__elegantRef{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.ExpenseReport-module__5KGsAa__elegantRefInner p{margin:.25rem 0}.ExpenseReport-module__5KGsAa__elegantParties{text-align:left;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.ExpenseReport-module__5KGsAa__elegantPartyBox{background:#f8f9fa;border-radius:.5rem;padding:1rem}.ExpenseReport-module__5KGsAa__elegantPartyBox h4{color:var(--template-color);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.75rem}.ExpenseReport-module__5KGsAa__elegantTotals{text-align:center;margin-bottom:1.5rem}.ExpenseReport-module__5KGsAa__elegantTotalBox{background:var(--template-color);color:#fff;border-radius:.5rem;padding:1rem 2rem;display:inline-block}.ExpenseReport-module__5KGsAa__elegantTotalBox span:first-child{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;display:block}.ExpenseReport-module__5KGsAa__elegantTotalAmount{font-size:1.5rem;font-weight:700;display:block}.ExpenseReport-module__5KGsAa__elegantFooter{border-top:2px solid #e0e0e0;padding-top:1.5rem}.ExpenseReport-module__5KGsAa__elegantThank{color:#666;margin-top:1rem;font-style:italic}.ExpenseReport-module__5KGsAa__professionalLayout{border-left:5px solid var(--template-color)}.ExpenseReport-module__5KGsAa__proHeader{border-bottom:2px solid #e0e0e0;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.ExpenseReport-module__5KGsAa__proHeaderLeft{align-items:center;gap:1rem;display:flex}.ExpenseReport-module__5KGsAa__proHeaderLeft h2{margin:0;font-size:1.125rem}.ExpenseReport-module__5KGsAa__proHeaderLeft p{color:#666;margin:.125rem 0 0;font-size:.8125rem}.ExpenseReport-module__5KGsAa__proHeaderRight h1{color:var(--template-color);margin:0;font-size:1.75rem}.ExpenseReport-module__5KGsAa__proInfoBoxes{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.ExpenseReport-module__5KGsAa__proInfoBox{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem}.ExpenseReport-module__5KGsAa__proInfoBox h4{color:var(--template-color);text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem}.ExpenseReport-module__5KGsAa__proInfoBox p{margin:.125rem 0;font-size:.8125rem}.ExpenseReport-module__5KGsAa__proCustomer{margin-bottom:1.5rem}.ExpenseReport-module__5KGsAa__proCustomerBox{background:#fff5f5;border:1px solid #fecaca;border-radius:.5rem;padding:1rem}.ExpenseReport-module__5KGsAa__proCustomerBox h4{color:var(--template-color);text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem}.ExpenseReport-module__5KGsAa__proFooter{border-top:2px solid #e0e0e0;grid-template-columns:1fr auto;gap:2rem;padding-top:1.5rem;display:grid}.ExpenseReport-module__5KGsAa__proTerms h4{color:#333;margin:0 0 .5rem;font-size:.875rem}.ExpenseReport-module__5KGsAa__proTerms p{color:#666;margin:.125rem 0;font-size:.75rem}.ExpenseReport-module__5KGsAa__vibrantLayout{background:linear-gradient(#fff5f5 0%,#fff 100%)}.ExpenseReport-module__5KGsAa__vibrantHeader{margin:-2.5rem -2.5rem 1.5rem}.ExpenseReport-module__5KGsAa__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}.ExpenseReport-module__5KGsAa__vibrantHeaderBand .ExpenseReport-module__5KGsAa__logo{background:#fff;border-radius:.5rem;padding:.5rem}.ExpenseReport-module__5KGsAa__vibrantHeaderText h1{margin:0;font-size:1.75rem}.ExpenseReport-module__5KGsAa__vibrantHeaderText p{opacity:.9;margin:.25rem 0 0;font-size:.875rem}.ExpenseReport-module__5KGsAa__vibrantNumber{text-align:right;margin-left:auto}.ExpenseReport-module__5KGsAa__vibrantNumber span{font-size:1.25rem;font-weight:700;display:block}.ExpenseReport-module__5KGsAa__vibrantNumber small{opacity:.9}.ExpenseReport-module__5KGsAa__vibrantAlert{background:#fef2f2;border:2px solid #fecaca;border-radius:.5rem;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.ExpenseReport-module__5KGsAa__vibrantAlertIcon{font-size:1.5rem}.ExpenseReport-module__5KGsAa__vibrantAlert strong{color:#dc2626;margin-bottom:.25rem;display:block}.ExpenseReport-module__5KGsAa__vibrantAlert p{color:#666;margin:0;font-size:.875rem}.ExpenseReport-module__5KGsAa__vibrantParties{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.ExpenseReport-module__5KGsAa__vibrantCard{border:1px solid #e0e0e0;border-radius:.5rem;overflow:hidden}.ExpenseReport-module__5KGsAa__vibrantCardHeader{background:var(--template-color);color:#fff;letter-spacing:.05em;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.ExpenseReport-module__5KGsAa__vibrantCardBody{background:#fff;padding:1rem}.ExpenseReport-module__5KGsAa__vibrantCardBody strong{margin-bottom:.25rem;display:block}.ExpenseReport-module__5KGsAa__vibrantCardBody p{color:#666;margin:.125rem 0;font-size:.8125rem}.ExpenseReport-module__5KGsAa__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}.ExpenseReport-module__5KGsAa__vibrantFooter{border-top:2px dashed #e0e0e0;grid-template-columns:1fr auto;gap:2rem;padding-top:1.5rem;display:grid}.ExpenseReport-module__5KGsAa__vibrantFooterLeft p{color:#666;margin:.125rem 0;font-size:.8125rem}@media print{.ExpenseReport-module__5KGsAa__topBar,.ExpenseReport-module__5KGsAa__formSection{display:none!important}.ExpenseReport-module__5KGsAa__content{grid-template-columns:1fr;padding:0}.ExpenseReport-module__5KGsAa__previewSection{position:static}.ExpenseReport-module__5KGsAa__creditNote{box-shadow:none;border:1px solid #000;padding:1.5rem}}@media (max-width:1200px){.ExpenseReport-module__5KGsAa__content{grid-template-columns:1fr}.ExpenseReport-module__5KGsAa__formSection,.ExpenseReport-module__5KGsAa__previewSection{max-height:none;position:static}}@media (max-width:768px){.ExpenseReport-module__5KGsAa__topBarContent{flex-direction:column;align-items:flex-start}.ExpenseReport-module__5KGsAa__inputGrid{grid-template-columns:1fr}.ExpenseReport-module__5KGsAa__templateGrid{grid-template-columns:repeat(2,1fr)}.ExpenseReport-module__5KGsAa__imageGrid,.ExpenseReport-module__5KGsAa__parties,.ExpenseReport-module__5KGsAa__elegantParties,.ExpenseReport-module__5KGsAa__vibrantParties,.ExpenseReport-module__5KGsAa__proInfoBoxes{grid-template-columns:1fr}.ExpenseReport-module__5KGsAa__creditNote{padding:1.5rem}.ExpenseReport-module__5KGsAa__footer,.ExpenseReport-module__5KGsAa__proFooter,.ExpenseReport-module__5KGsAa__vibrantFooter{text-align:center;grid-template-columns:1fr}.ExpenseReport-module__5KGsAa__signatureBox{text-align:center}.ExpenseReport-module__5KGsAa__classicRefReason{grid-template-columns:1fr}}
