*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{color:#f1f5f9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f172a;font-family:Inter,system-ui,-apple-system,sans-serif}.login-root{background-color:#0f172a;justify-content:center;align-items:center;min-height:100dvh;padding:24px;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex}.login-card{background-color:#1e293b;border:1px solid #334155;border-radius:20px;width:100%;max-width:400px;padding:48px 40px 40px;box-shadow:0 24px 64px #00000080}.login-logo{flex-direction:column;align-items:center;gap:8px;margin-bottom:40px;display:flex}.login-icon{background:#f59e0b1f;border:1px solid #f59e0b4d;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:4px;display:flex}.login-icon svg{color:#f59e0b;width:28px;height:28px}.login-brand{color:#f59e0b;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:26px;font-weight:700;line-height:1}.login-subtitle{color:#64748b;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:12px;font-weight:400}.login-form{flex-direction:column;gap:16px;display:flex}.login-label{color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:500}.login-input-group{background:#0f172a;border:1px solid #334155;border-radius:12px;align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.login-input-group:focus-within{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1f}.login-prefix{color:#f59e0b;background:#f59e0b0f;border-right:1px solid #334155;flex-shrink:0;align-items:center;height:52px;padding:0 14px;font-size:15px;font-weight:500;display:flex}.login-input{color:#f1f5f9;letter-spacing:.04em;background:0 0;border:none;outline:none;flex:1;width:100%;height:52px;padding:0 16px;font-size:16px}.login-input::placeholder{color:#475569}.login-input-otp{text-align:center;letter-spacing:.3em;color:#f1f5f9;box-sizing:border-box;background:#0f172a;border:1px solid #334155;border-radius:12px;width:100%;height:60px;font-size:22px;transition:border-color .2s}.login-input-otp:focus{border-color:#f59e0b;outline:none;box-shadow:0 0 0 3px #f59e0b1f}.login-input-otp::placeholder{color:#334155;letter-spacing:.2em}.login-hint{color:#64748b;text-align:center;margin:0;font-size:13px}.login-hint strong{color:#94a3b8;font-weight:500}.login-btn{color:#0f172a;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#f59e0b;border:none;border-radius:12px;justify-content:center;align-items:center;height:52px;margin-top:4px;font-size:14px;font-weight:700;transition:background .2s,transform .15s,opacity .2s;display:flex}.login-btn:hover:not(:disabled){background:#d97706}.login-btn:active:not(:disabled){transform:scale(.98)}.login-btn:disabled{opacity:.4;cursor:not-allowed}.login-back{color:#64748b;cursor:pointer;text-align:center;background:0 0;border:none;padding:4px;font-size:13px;transition:color .2s}.login-back:hover{color:#f59e0b}.login-spinner{border:2px solid #0f172a4d;border-top-color:#0f172a;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.aep-root{background:#0f172a;min-height:100dvh;padding:24px 16px 60px;font-family:Inter,system-ui,sans-serif}.aep-container{max-width:680px;margin:0 auto}.aep-header{align-items:center;gap:16px;margin-bottom:24px;display:flex}.aep-back{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:4px 0;font-size:14px;transition:color .2s}.aep-back:hover{color:#f59e0b}.aep-title{color:#f1f5f9;letter-spacing:-.3px;margin:0;font-size:22px;font-weight:700}.aep-form{flex-direction:column;gap:16px;display:flex}.aep-card{background:#1e293b;border:1px solid #334155;border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex}.aep-section-label{letter-spacing:.12em;text-transform:uppercase;color:#f59e0b;margin:0 0 4px;font-size:11px;font-weight:600}.aep-optional{color:#475569;text-transform:none;letter-spacing:0;font-size:11px;font-weight:400}.aep-row-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.aep-row-3{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}@media (width<=520px){.aep-row-2,.aep-row-3{grid-template-columns:1fr}}.aep-field{flex-direction:column;gap:6px;display:flex}.aep-label{color:#94a3b8;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:500}.aep-label-row{justify-content:space-between;align-items:center;display:flex}.aep-hint{color:#475569;margin:0;font-size:12px}.aep-input{color:#f1f5f9;box-sizing:border-box;-webkit-appearance:none;background:#0f172a;border:1px solid #334155;border-radius:10px;outline:none;width:100%;height:46px;padding:0 14px;font-size:15px;transition:border-color .2s,box-shadow .2s}.aep-input:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1f}.aep-input::placeholder{color:#475569}select.aep-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.aep-textarea{color:#f1f5f9;box-sizing:border-box;resize:vertical;background:#0f172a;border:1px solid #334155;border-radius:10px;outline:none;width:100%;min-height:72px;padding:12px 14px;font-family:inherit;font-size:14px;line-height:1.5;transition:border-color .2s,box-shadow .2s}.aep-textarea:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1f}.aep-textarea::placeholder{color:#475569}.aep-color-input{cursor:pointer;height:46px;padding:4px}.aep-prefix-wrap{background:#0f172a;border:1px solid #334155;border-radius:10px;align-items:center;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.aep-prefix-wrap:focus-within{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1f}.aep-prefix{color:#f59e0b;background:#f59e0b0f;border-right:1px solid #334155;flex-shrink:0;align-items:center;height:46px;padding:0 12px;font-size:15px;font-weight:500;display:flex}.aep-input-prefixed{height:46px;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.aep-radio-group{flex-wrap:wrap;gap:8px;display:flex}.aep-radio-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#0f172a;border:1px solid #334155;border-radius:8px;height:38px;padding:0 16px;font-size:13px;font-weight:500;transition:all .15s}.aep-radio-btn.active{color:#f59e0b;background:#f59e0b1f;border-color:#f59e0b}.aep-radio-btn:hover:not(.active){color:#f1f5f9;border-color:#475569}.aep-split-row{align-items:center;gap:10px;display:flex}.aep-split-project{flex:1}.aep-split-amount{flex-shrink:0;width:160px}.aep-remove-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;transition:all .15s;display:flex}.aep-remove-btn:hover{color:#ef4444;border-color:#ef4444}.aep-add-row-btn{color:#64748b;cursor:pointer;background:0 0;border:1px dashed #334155;border-radius:10px;width:100%;height:40px;font-size:13px;transition:all .15s}.aep-add-row-btn:hover{color:#f59e0b;border-color:#f59e0b}.aep-split-summary{border-radius:8px;padding:10px 14px;font-size:13px;font-weight:500}.aep-split-summary.ok{color:#4ade80;background:#22c55e14}.aep-split-summary.err{color:#f87171;background:#ef444414}.aep-new-cat{background:#f59e0b0a;border:1px solid #f59e0b33;border-radius:12px;padding:16px}.aep-new-cat-actions{justify-content:flex-end;gap:10px;margin-top:12px;display:flex}.aep-link-btn{color:#f59e0b;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;transition:opacity .15s}.aep-link-btn:hover{opacity:.7}.aep-btn-primary{color:#0f172a;cursor:pointer;background:#f59e0b;border:none;border-radius:8px;height:38px;padding:0 18px;font-size:13px;font-weight:700;transition:background .15s}.aep-btn-primary:hover:not(:disabled){background:#d97706}.aep-btn-primary:disabled{opacity:.4;cursor:not-allowed}.aep-btn-secondary{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:8px;height:38px;padding:0 18px;font-size:13px;transition:all .15s}.aep-btn-secondary:hover{color:#f1f5f9;border-color:#64748b}.aep-receipt-toggle{flex-wrap:wrap;gap:10px;display:flex}.aep-receipt-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#0f172a;border:1px solid #334155;border-radius:10px;flex:1;min-width:130px;height:44px;font-size:13px;transition:all .15s}.aep-receipt-btn.active{color:#f59e0b;background:#f59e0b1a;border-color:#f59e0b}.aep-receipt-btn:hover:not(.active){color:#f1f5f9;border-color:#475569}.aep-receipt-preview{border:1px solid #334155;border-radius:10px;max-height:200px;margin-top:12px;overflow:hidden}.aep-receipt-preview img{object-fit:cover;width:100%;height:200px;display:block}.aep-drive-link{color:#f59e0b;margin-top:8px;font-size:13px;text-decoration:none;display:inline-block}.aep-drive-link:hover{text-decoration:underline}.aep-submit{color:#0f172a;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:#f59e0b;border:none;border-radius:14px;justify-content:center;align-items:center;height:54px;margin-top:8px;font-size:15px;font-weight:700;transition:background .2s,transform .15s,opacity .2s;display:flex}.aep-submit:hover:not(:disabled){background:#d97706}.aep-submit:active:not(:disabled){transform:scale(.99)}.aep-submit:disabled{opacity:.45;cursor:not-allowed}.aep-spinner{border:2px solid #0f172a4d;border-top-color:#0f172a;border-radius:50%;width:22px;height:22px;animation:.7s linear infinite spin;display:inline-block}.ep-root{background:#0f172a;min-height:100dvh;padding:24px 16px 60px;font-family:Inter,system-ui,sans-serif}.ep-container{max-width:1200px;margin:0 auto}.ep-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.ep-title{color:#f1f5f9;letter-spacing:-.3px;margin:0;font-size:22px;font-weight:700}.ep-header-actions{align-items:center;gap:10px;display:flex}.ep-add-btn{color:#0f172a;cursor:pointer;white-space:nowrap;background:#f59e0b;border:none;border-radius:8px;height:38px;padding:0 18px;font-size:13px;font-weight:700;transition:background .15s}.ep-add-btn:hover{background:#d97706}.ep-export-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #334155;border-radius:8px;height:38px;padding:0 16px;font-size:13px;transition:all .15s}.ep-export-btn:hover{color:#f59e0b;border-color:#f59e0b}.ep-filters{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.ep-search{color:#f1f5f9;box-sizing:border-box;background:#1e293b;border:1px solid #334155;border-radius:8px;outline:none;flex:1;min-width:220px;height:38px;padding:0 14px;font-size:13px;transition:border-color .2s}.ep-search:focus{border-color:#f59e0b}.ep-search::placeholder{color:#475569}.ep-filter-select{color:#94a3b8;cursor:pointer;appearance:none;box-sizing:border-box;white-space:nowrap;background:#1e293b url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E") right 10px center no-repeat;border:1px solid #334155;border-radius:8px;outline:none;height:38px;padding:0 32px 0 12px;font-size:13px;transition:border-color .2s,color .2s}.ep-filter-select:focus,.ep-filter-select:hover{border-color:#475569}.ep-filter-select.ep-filter-active{color:#f1f5f9;border-color:#f59e0b}.ep-date-input{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;min-width:130px}.ep-clear-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #334155;border-radius:8px;height:38px;padding:0 14px;font-size:13px;transition:all .15s}.ep-clear-btn:hover{color:#ef4444;border-color:#ef4444}.ep-multiselect{position:relative}.ep-multiselect-btn{background-image:none;align-items:center;gap:6px;min-width:130px;padding-right:32px;display:flex}.ep-caret{color:#64748b;pointer-events:none;font-size:10px;position:absolute;right:10px}.ep-multiselect-dropdown{z-index:100;background:#1e293b;border:1px solid #334155;border-radius:10px;min-width:220px;max-height:280px;padding:8px;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 8px 24px #0006}.ep-multiselect-item{cursor:pointer;color:#cbd5e1;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;font-size:13px;transition:background .1s;display:flex}.ep-multiselect-item:hover{background:#334155}.ep-multiselect-item input[type=checkbox]{accent-color:#f59e0b;flex-shrink:0;width:14px;height:14px}.ep-multiselect-clear{color:#64748b;cursor:pointer;background:0 0;border:1px dashed #334155;border-radius:6px;width:100%;margin-top:6px;padding:7px;font-size:12px;transition:all .15s}.ep-multiselect-clear:hover{color:#f59e0b;border-color:#f59e0b}.ep-table-wrap{background:#1e293b;border:1px solid #334155;border-radius:16px;overflow:hidden}.ep-state-msg{color:#475569;justify-content:center;align-items:center;gap:12px;padding:60px 24px;font-size:14px;display:flex}.ep-empty{font-size:14px}.ep-table{border-collapse:collapse;width:100%;font-size:13px}.ep-table thead tr{background:#0f172a}.ep-table th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:#64748b;white-space:nowrap;border-bottom:1px solid #334155;padding:12px 14px;font-size:11px;font-weight:600}.ep-table td{vertical-align:middle;color:#cbd5e1;border-bottom:1px solid #1e293b;padding:12px 14px}.ep-table tbody tr{border-bottom:1px solid #334155;transition:background .1s}.ep-table tbody tr:last-child{border-bottom:none}.ep-table tbody tr:hover{background:#ffffff05}.ep-col-id{color:#f59e0b;white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:12px}.ep-col-date{white-space:nowrap;color:#94a3b8;font-size:12px}.ep-col-amount{color:#f1f5f9;white-space:nowrap;font-weight:600}.ep-col-projects{min-width:130px}.ep-proj-badge{align-items:center;gap:6px;margin-bottom:4px;display:flex}.ep-proj-badge:last-child{margin-bottom:0}.ep-proj-id{color:#f59e0b;white-space:nowrap;background:#f59e0b1a;border-radius:4px;padding:2px 7px;font-size:11px;font-weight:600}.ep-proj-amt{color:#94a3b8;white-space:nowrap;font-size:12px}.ep-cat-pill{background:color-mix(in srgb, var(--c) 15%, transparent);color:color-mix(in srgb, var(--c) 80%, #f1f5f9);white-space:nowrap;border:1px solid color-mix(in srgb, var(--c) 30%, transparent);border-radius:20px;align-items:center;gap:5px;padding:3px 9px;font-size:12px;display:inline-flex}.ep-col-vendor,.ep-col-paidby{white-space:nowrap;text-overflow:ellipsis;max-width:150px;overflow:hidden}.ep-receipt-link{font-size:18px;text-decoration:none;transition:opacity .15s}.ep-receipt-link:hover{opacity:.7}.ep-receipt-thumb{cursor:pointer;background:0 0;border:1px solid #334155;border-radius:6px;padding:2px;transition:border-color .15s;display:inline-block}.ep-receipt-thumb:hover{border-color:#f59e0b}.ep-receipt-thumb img{object-fit:cover;border-radius:4px;width:36px;height:36px;display:block}.ep-receipt-cash{color:#64748b;font-size:13px}.ep-receipt-none{color:#334155}.ep-status{white-space:nowrap;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.ep-status-pending{color:#fbbf24;background:#f59e0b1f}.ep-status-approved{color:#4ade80;background:#22c55e1f}.ep-status-rejected{color:#f87171;background:#ef44441f}.ep-action-btns{gap:6px;display:flex}.ep-approve-btn,.ep-reject-btn{cursor:pointer;border:1px solid;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;transition:all .15s;display:flex}.ep-approve-btn{color:#4ade80;background:#22c55e14;border-color:#22c55e4d}.ep-approve-btn:hover{background:#22c55e33;border-color:#4ade80}.ep-reject-btn{color:#f87171;background:#ef444414;border-color:#ef44444d}.ep-reject-btn:hover{background:#ef444433;border-color:#f87171}.ep-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 4px 0;display:flex}.ep-footer-info{color:#64748b;font-size:13px}.ep-footer-info strong{color:#f1f5f9}.ep-pagination{align-items:center;gap:10px;display:flex}.ep-pagination button{color:#94a3b8;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .15s;display:flex}.ep-pagination button:hover:not(:disabled){color:#f59e0b;border-color:#f59e0b}.ep-pagination button:disabled{opacity:.35;cursor:not-allowed}.ep-pagination span{color:#64748b;white-space:nowrap;font-size:13px}.ep-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ep-popover{background:#1e293b;border:1px solid #334155;border-radius:16px;width:100%;min-width:300px;max-width:400px;padding:28px 28px 24px}.ep-popover-msg{color:#f1f5f9;margin:0 0 20px;font-size:15px;line-height:1.5}.ep-popover-actions{justify-content:flex-end;gap:10px;display:flex}.ep-pop-cancel{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:8px;height:38px;padding:0 18px;font-size:13px;transition:all .15s}.ep-pop-cancel:hover{color:#f1f5f9;border-color:#64748b}.ep-pop-cancel:disabled{opacity:.4;cursor:not-allowed}.ep-pop-approve{color:#4ade80;cursor:pointer;background:#22c55e26;border:1px solid #4ade80;border-radius:8px;height:38px;padding:0 18px;font-size:13px;font-weight:600;transition:all .15s}.ep-pop-approve:hover:not(:disabled){background:#22c55e40}.ep-pop-approve:disabled{opacity:.4;cursor:not-allowed}.ep-pop-reject{color:#f87171;cursor:pointer;background:#ef444426;border:1px solid #f87171;border-radius:8px;height:38px;padding:0 18px;font-size:13px;font-weight:600;transition:all .15s}.ep-pop-reject:hover:not(:disabled){background:#ef444440}.ep-pop-reject:disabled{opacity:.4;cursor:not-allowed}.ep-lightbox{background:#0f172a;border:1px solid #334155;border-radius:16px;max-width:90vw;max-height:85vh;position:relative;overflow:hidden}.ep-lightbox img{object-fit:contain;max-width:90vw;max-height:85vh;display:block}.ep-lightbox-close{color:#f1f5f9;cursor:pointer;z-index:1;background:#0f172acc;border:1px solid #334155;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:background .15s;display:flex;position:absolute;top:10px;right:10px}.ep-lightbox-close:hover{background:#ef44444d;border-color:#f87171}.ep-spinner{border:2px solid #334155;border-top-color:#f59e0b;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.7s linear infinite ep-spin;display:inline-block}@keyframes ep-spin{to{transform:rotate(360deg)}}@media (width<=768px){.ep-table th:nth-child(6),.ep-table td:nth-child(6),.ep-table th:nth-child(7),.ep-table td:nth-child(7){display:none}.ep-search{min-width:100%}.ep-filter-select{font-size:12px}}
