@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:24px;animation:.3s ease-out modalFade;display:flex;position:fixed;inset:0}@keyframes modalFade{0%{opacity:0}to{opacity:1}}.modal-content{background:linear-gradient(135deg,#f0fdfa 0%,#fff 100%);border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;width:100%;max-width:1000px;max-height:90vh;display:flex;box-shadow:0 12px 32px #00000026}.modal-header{background:#f8f9fa;border-bottom:2px solid;border-image:linear-gradient(90deg,#0a5b5b 0%,#14786e 50%,#d4af37 100%) 1;justify-content:space-between;align-items:center;padding:24px;display:flex}.modal-header h2{color:#0a5b5b;margin:0;font-family:Montserrat,sans-serif;font-size:20px;font-weight:700}.modal-body{flex:1;padding:24px;overflow-y:auto}.form-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px;display:grid}.form-group{flex-direction:column;gap:8px;display:flex}.form-group.full{grid-column:span 3}.form-label{color:#546e7a;text-transform:uppercase;letter-spacing:.03em;font-family:Inter,sans-serif;font-size:12px;font-weight:600}.form-input{box-sizing:border-box;color:#263238;background:#fff;border:1px solid #cfd8dc;border-radius:6px;outline:none;width:100%;padding:10px 14px;font-family:Inter,sans-serif;font-size:14px;transition:all .2s}.form-input:focus{border-color:#0a5b5b;box-shadow:0 0 0 2px #0a5b5b1a}.form-input::-webkit-calendar-picker-indicator{cursor:pointer}.currency-dropdown{-webkit-user-select:none;user-select:none;position:relative}.currency-trigger{box-sizing:border-box;color:#263238;cursor:pointer;background:#fff;border:1px solid #cfd8dc;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:10px 14px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:all .2s;display:flex}.currency-trigger:hover{border-color:#0a5b5b}.currency-trigger.active{border-color:#0a5b5b;box-shadow:0 0 0 2px #0a5b5b1a}.currency-trigger-left{align-items:center;gap:10px;display:flex}.currency-flag{color:#fff;border-radius:4px;justify-content:center;align-items:center;width:28px;height:20px;font-size:12px;font-weight:700;display:flex}.flag-sgd{background:linear-gradient(145deg,#ef4444,#dc2626)}.flag-usd{background:linear-gradient(145deg,#3b82f6,#1d4ed8)}.currency-trigger-text{flex-direction:column;line-height:1.3;display:flex}.currency-code{color:#263238;font-size:13px;font-weight:700}.currency-name{color:#546e7a;font-size:11px;font-weight:500}.currency-chevron{color:#546e7a;transition:transform .2s}.currency-chevron.open{transform:rotate(180deg)}.currency-menu{z-index:200;background:#fff;border:1px solid #cfd8dc;border-radius:8px;animation:.15s ease-out dropdownIn;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 12px 24px #0000001a}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.currency-option{cursor:pointer;border-bottom:1px solid #eceff1;align-items:center;gap:10px;padding:12px 14px;transition:all .15s;display:flex}.currency-option:last-child{border-bottom:none}.currency-option:hover{background:#f5f5f5}.currency-option.selected{background:#0a5b5b14}.currency-option-check{color:#fff;background:#0a5b5b;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-left:auto;font-size:10px;font-weight:700;display:flex}.items-table{border-collapse:collapse;width:100%;margin-top:20px;font-family:Inter,sans-serif}.items-table th{text-align:left;color:#546e7a;text-transform:uppercase;background:#f8f9fa;border-bottom:2px solid #eceff1;padding:12px;font-size:11px}.items-table td{border-bottom:1px solid #eceff1;padding:8px}.items-input{box-sizing:border-box;color:#263238;background:0 0;border:1px solid #0000;border-radius:4px;width:100%;padding:6px 10px;font-family:Inter,sans-serif;font-size:14px}.items-input:focus{background:#fff;border-color:#cfd8dc;box-shadow:0 0 0 2px #0a5b5b0d}.add-item-row{color:#0a5b5b;cursor:pointer;align-items:center;gap:8px;margin-top:16px;padding:8px;font-size:13px;font-weight:600;display:flex}.add-item-row:hover{color:#14786e}.modal-footer{background:#f8f9fa;border-top:1px solid #e0e0e0;border-radius:0 0 12px 12px;justify-content:flex-end;gap:12px;padding:20px 24px;display:flex}.btn-cancel{color:#546e7a;cursor:pointer;background:0 0;border:1px solid #cfd8dc;border-radius:6px;padding:10px 24px;font-family:Inter,sans-serif;font-weight:600;transition:all .2s}.btn-cancel:hover{color:#263238;background:#eceff1}.btn-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0a5b5b 0%,#14786e 100%);border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 24px;font-family:Inter,sans-serif;font-weight:600;transition:all .2s;display:flex}.btn-submit:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0a5b5b33}.btn-submit:disabled{opacity:.5;cursor:not-allowed}.summary-panel{justify-content:flex-end;margin-top:32px;display:flex}.summary-card{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;gap:12px;width:300px;padding:16px;display:flex}.summary-row{color:#263238;border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:6px 0;font-family:Inter,sans-serif;font-size:14px;font-weight:700;display:flex}.summary-row:last-child{border-bottom:none}.client-dropdown{position:relative}.client-trigger{box-sizing:border-box;cursor:pointer;color:#263238;background:#fff;border:1px solid #cfd8dc;border-radius:6px;justify-content:space-between;align-items:center;width:100%;min-height:38px;padding:9px 14px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .2s;display:flex}.client-trigger:hover,.client-trigger.active{border-color:#0a5b5b}.client-trigger-placeholder{color:#546e7a}.client-chevron{color:#546e7a;flex-shrink:0;transition:transform .2s}.client-chevron.open{transform:rotate(180deg)}.client-menu{z-index:200;background:#fff;border:1px solid #cfd8dc;border-radius:8px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #0000001a}.client-search-wrap{background:#f8f9fa;border-bottom:1px solid #eceff1;padding:10px;position:relative}.client-search-icon{color:#546e7a;pointer-events:none;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.client-search-input{box-sizing:border-box;color:#263238;background:#fff;border:1px solid #cfd8dc;border-radius:6px;outline:none;width:100%;padding:8px 12px 8px 36px;font-family:Inter,sans-serif;font-size:13px}.client-search-input:focus{border-color:#0a5b5b}.client-options{max-height:220px;padding:6px;overflow-y:auto}.client-options::-webkit-scrollbar{width:4px}.client-options::-webkit-scrollbar-thumb{background:#cfd8dc;border-radius:4px}.client-option{cursor:pointer;color:#455a64;border-radius:6px;align-items:center;gap:10px;padding:10px 12px;font-family:Inter,sans-serif;font-size:14px;transition:background .15s;display:flex}.client-option:hover{color:#263238;background:#f5f5f5}.client-option.selected{color:#0a5b5b;background:#0a5b5b14;font-weight:600}.client-option-avatar{color:#fff;background:linear-gradient(135deg,#0a5b5b,#14786e);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:flex}.client-no-results{text-align:center;color:#546e7a;padding:20px;font-family:Inter,sans-serif;font-size:13px}.inv-action-btn{color:#90a4ae;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px;transition:all .2s}.inv-action-btn:hover{color:#d32f2f;background:#d32f2f14}.modal-header .inv-action-btn:hover{color:#263238;background:#eceff1}body{background:#fff;min-height:100vh;margin:0;padding:0;font-family:Poppins,sans-serif}#root{width:100%;padding-top:0}
