@charset "UTF-8";.goey-toaster{position:fixed;z-index:10000;width:0;height:0;pointer-events:none}.goey-stackItem{position:absolute;pointer-events:auto;transition:transform .3s cubic-bezier(.22,1,.36,1)}.goey-stackItem:before{content:"";position:absolute;inset:-10px 0}.goey-stackItemInner{display:block}.top-left .goey-stackItemEntering .goey-stackItemInner,.top-center .goey-stackItemEntering .goey-stackItemInner,.top-right .goey-stackItemEntering .goey-stackItemInner{animation:goey-stack-enter-top .42s cubic-bezier(.22,1,.36,1);will-change:transform,opacity}.bottom-left .goey-stackItemEntering .goey-stackItemInner,.bottom-center .goey-stackItemEntering .goey-stackItemInner,.bottom-right .goey-stackItemEntering .goey-stackItemInner{animation:goey-stack-enter-bottom .42s cubic-bezier(.22,1,.36,1);will-change:transform,opacity}.top-left .goey-stackItem,.top-center .goey-stackItem,.top-right .goey-stackItem{top:0}.bottom-left .goey-stackItem,.bottom-center .goey-stackItem,.bottom-right .goey-stackItem{bottom:0}.top-left .goey-stackItem,.bottom-left .goey-stackItem,.top-center .goey-stackItem,.bottom-center .goey-stackItem{left:0}.top-right .goey-stackItem,.bottom-right .goey-stackItem{right:0}.top-left,.bottom-left{top:var(--goey-offset, 24px);left:var(--goey-offset, 24px)}.top-center{top:var(--goey-offset, 24px);left:50%}.top-right,.bottom-right{top:var(--goey-offset, 24px);right:var(--goey-offset, 24px)}.bottom-left{bottom:var(--goey-offset, 24px);left:var(--goey-offset, 24px);top:auto}.bottom-center{bottom:var(--goey-offset, 24px);left:50%;top:auto}.bottom-right{bottom:var(--goey-offset, 24px);right:var(--goey-offset, 24px);top:auto}@keyframes goey-stack-enter-top{0%{opacity:0;transform:translateY(-18px) scaleX(.92) scaleY(1.08)}65%{opacity:1;transform:translateY(2px) scaleX(1.035) scaleY(.965)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes goey-stack-enter-bottom{0%{opacity:0;transform:translateY(18px) scaleX(.92) scaleY(1.08)}65%{opacity:1;transform:translateY(-2px) scaleX(1.035) scaleY(.965)}to{opacity:1;transform:translateY(0) scale(1)}}:host{display:block;pointer-events:auto;width:fit-content}.goey-wrapper{pointer-events:auto;cursor:default;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;position:relative;width:fit-content}.goey-wrapper.goey-right{margin-left:auto;transform:scaleX(-1)}.goey-wrapper.goey-center{margin-left:auto;margin-right:auto}.goey-wrapper.goey-finalClosing.goey-top{animation:goey-final-close-top .22s cubic-bezier(.4,0,1,1) forwards}.goey-wrapper.goey-finalClosing.goey-bottom{animation:goey-final-close-bottom .22s cubic-bezier(.4,0,1,1) forwards}.goey-wrapper.goey-right.goey-finalClosing.goey-top{animation:goey-final-close-top-right .22s cubic-bezier(.4,0,1,1) forwards}.goey-wrapper.goey-right.goey-finalClosing.goey-bottom{animation:goey-final-close-bottom-right .22s cubic-bezier(.4,0,1,1) forwards}.goey-blobSvg{position:absolute;top:0;left:0;overflow:visible;pointer-events:none;filter:drop-shadow(0 4px 12px rgba(0,0,0,.06)) drop-shadow(0 1px 4px rgba(0,0,0,.04));transition:filter .4s cubic-bezier(.4,0,.2,1)}.goey-blobSvg.goey-blobExpanded{filter:drop-shadow(0 8px 24px rgba(0,0,0,.09)) drop-shadow(0 2px 8px rgba(0,0,0,.06))}.goey-content{position:relative;z-index:1}.goey-contentCompact{padding:7px 10px}.goey-contentExpanded{padding:7px 10px;width:max-content;max-width:min(380px,calc(100vw - 48px))}.goey-contentRight{transform:scaleX(-1);text-align:right}.goey-contentCenter{text-align:center}.goey-header{display:inline-flex;align-items:center;gap:8px;color:inherit}.goey-iconWrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px;line-height:0}.goey-title{font-size:12px;font-weight:700;line-height:1;white-space:nowrap;color:inherit;padding:0 4px 0 2px}.goey-titleDefault{color:#555}.goey-titleSuccess{color:#4caf50}.goey-titleError{color:#e53935}.goey-titleWarning{color:#c49000}.goey-titleInfo{color:#1e88e5}.goey-titleLoading{color:#555}.goey-description{font-size:13px;font-weight:400;color:#444;line-height:1.55;margin-top:12px;overflow:hidden;text-align:left;transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1)}.goey-actionWrapper{margin-top:12px;overflow:hidden;transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1)}.goey-bodyVisible{opacity:1;transform:translateY(0)}.goey-bodyHidden{opacity:0;transform:translateY(5px);pointer-events:none}.goey-actionButton{display:block;box-sizing:border-box;width:100%;border:none;border-radius:999px;padding:10px 20px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;text-align:center;outline:none;-webkit-tap-highlight-color:transparent;transition:background .15s ease}.goey-actionButton:focus:not(:focus-visible){outline:none}.goey-actionButton:focus-visible{outline:2px solid currentcolor;outline-offset:2px}.goey-actionDefault{background:#e8e8e8;color:#555}.goey-actionDefault:hover{background:#dcdcdc}.goey-actionDefault:active{background:#d0d0d0}.goey-actionSuccess{background:#c8e6c9;color:#4caf50}.goey-actionSuccess:hover{background:#a5d6a7}.goey-actionSuccess:active{background:#81c784}.goey-actionError{background:#ffcdd2;color:#e53935}.goey-actionError:hover{background:#ef9a9a}.goey-actionError:active{background:#e57373}.goey-actionWarning{background:#ffecb3;color:#c49000}.goey-actionWarning:hover{background:#ffe082}.goey-actionWarning:active{background:#ffd54f}.goey-actionInfo{background:#bbdefb;color:#1e88e5}.goey-actionInfo:hover{background:#90caf9}.goey-actionInfo:active{background:#64b5f6}@keyframes goey-final-close-top{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-12px) scale(.94)}}@keyframes goey-final-close-bottom{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(12px) scale(.94)}}@keyframes goey-final-close-top-right{0%{opacity:1;transform:scaleX(-1) translateY(0) scale(1)}to{opacity:0;transform:scaleX(-1) translateY(-12px) scale(.94)}}@keyframes goey-final-close-bottom-right{0%{opacity:1;transform:scaleX(-1) translateY(0) scale(1)}to{opacity:0;transform:scaleX(-1) translateY(12px) scale(.94)}}:host-context([data-goey-theme="dark"]) .goey-blobSvg,:host-context([data-theme="dark"]) .goey-blobSvg{filter:drop-shadow(0 4px 12px rgba(0,0,0,.3)) drop-shadow(0 1px 4px rgba(0,0,0,.2))}:host-context([data-goey-theme="dark"]) .goey-blobSvg.goey-blobExpanded,:host-context([data-theme="dark"]) .goey-blobSvg.goey-blobExpanded{filter:drop-shadow(0 8px 24px rgba(0,0,0,.4)) drop-shadow(0 2px 8px rgba(0,0,0,.25))}:host-context([data-goey-theme="dark"]) .goey-titleDefault,:host-context([data-theme="dark"]) .goey-titleDefault{color:#ccc}:host-context([data-goey-theme="dark"]) .goey-titleSuccess,:host-context([data-theme="dark"]) .goey-titleSuccess{color:#66bb6a}:host-context([data-goey-theme="dark"]) .goey-titleError,:host-context([data-theme="dark"]) .goey-titleError{color:#ef5350}:host-context([data-goey-theme="dark"]) .goey-titleWarning,:host-context([data-theme="dark"]) .goey-titleWarning{color:#ffb300}:host-context([data-goey-theme="dark"]) .goey-titleInfo,:host-context([data-theme="dark"]) .goey-titleInfo{color:#42a5f5}:host-context([data-goey-theme="dark"]) .goey-titleLoading,:host-context([data-theme="dark"]) .goey-titleLoading{color:#ccc}:host-context([data-goey-theme="dark"]) .goey-description,:host-context([data-theme="dark"]) .goey-description{color:#aaa}:host-context([data-goey-theme="dark"]) .goey-actionDefault,:host-context([data-theme="dark"]) .goey-actionDefault{background:#3a3a3a;color:#ccc}:host-context([data-goey-theme="dark"]) .goey-actionDefault:hover,:host-context([data-theme="dark"]) .goey-actionDefault:hover{background:#444}:host-context([data-goey-theme="dark"]) .goey-actionDefault:active,:host-context([data-theme="dark"]) .goey-actionDefault:active{background:#4e4e4e}:host-context([data-goey-theme="dark"]) .goey-actionSuccess,:host-context([data-theme="dark"]) .goey-actionSuccess{background:#1b5e20;color:#66bb6a}:host-context([data-goey-theme="dark"]) .goey-actionSuccess:hover,:host-context([data-theme="dark"]) .goey-actionSuccess:hover{background:#2e7d32}:host-context([data-goey-theme="dark"]) .goey-actionSuccess:active,:host-context([data-theme="dark"]) .goey-actionSuccess:active{background:#388e3c}:host-context([data-goey-theme="dark"]) .goey-actionError,:host-context([data-theme="dark"]) .goey-actionError{background:#b71c1c;color:#ef5350}:host-context([data-goey-theme="dark"]) .goey-actionError:hover,:host-context([data-theme="dark"]) .goey-actionError:hover{background:#c62828}:host-context([data-goey-theme="dark"]) .goey-actionError:active,:host-context([data-theme="dark"]) .goey-actionError:active{background:#d32f2f}:host-context([data-goey-theme="dark"]) .goey-actionWarning,:host-context([data-theme="dark"]) .goey-actionWarning{background:#4a3800;color:#ffb300}:host-context([data-goey-theme="dark"]) .goey-actionWarning:hover,:host-context([data-theme="dark"]) .goey-actionWarning:hover{background:#5c4600}:host-context([data-goey-theme="dark"]) .goey-actionWarning:active,:host-context([data-theme="dark"]) .goey-actionWarning:active{background:#6e5400}:host-context([data-goey-theme="dark"]) .goey-actionInfo,:host-context([data-theme="dark"]) .goey-actionInfo{background:#0d47a1;color:#42a5f5}:host-context([data-goey-theme="dark"]) .goey-actionInfo:hover,:host-context([data-theme="dark"]) .goey-actionInfo:hover{background:#1565c0}:host-context([data-goey-theme="dark"]) .goey-actionInfo:active,:host-context([data-theme="dark"]) .goey-actionInfo:active{background:#1976d2}:root{--gray-50: #fafafa;--gray-100: #f4f4f5;--gray-200: #e4e4e7;--gray-300: #d4d4d8;--gray-400: #a1a1aa;--gray-500: #71717a;--gray-600: #52525b;--gray-700: #3f3f46;--gray-800: #27272a;--gray-900: #18181b;--gray-950: #09090b;--sidebar-width: 260px;--sidebar-collapsed-width: 72px;--header-height: 56px;--brand-50: #eef7ff;--brand-100: #d9edff;--brand-200: #b9dcff;--brand-500: #2563eb;--brand-700: #1d4ed8;--violet-50: #f5f3ff;--violet-100: #ede9fe;--violet-500: #7c3aed;--prop-type-personal: #16a34a;--amber-50: #fffbeb;--amber-100: #fef3c7;--amber-500: #f59e0b;--rose-50: #fff1f2;--teal-50: #ecfdf5;--teal-500: #14b8a6;--bp-mobile: 768px;--bp-tablet: 1024px}*,*:before,*:after{box-sizing:border-box}@media (max-width: 767px){button,a,input[type=submit],input[type=button],.btn{min-height:44px}input:not([type=radio]):not([type=checkbox]):not([type=range]),select{min-height:44px;font-size:16px}textarea{font-size:16px}}html{height:100%;font-size:clamp(14px,2vw,16px)}body{margin:0;min-height:100%;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 28rem),radial-gradient(circle at bottom right,rgba(124,58,237,.1),transparent 24rem),linear-gradient(135deg,var(--brand-50),var(--violet-50) 45%,var(--gray-100));color:var(--gray-900);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}.card{background:linear-gradient(180deg,#fff,#fafafaf5);border:1px solid rgba(37,99,235,.14);border-radius:.5rem;padding:1.5rem;box-shadow:0 10px 28px #0f172a0f,0 1px 2px #0f172a0d}.page-header,.page-title-row,.section-header,.content-header{background:linear-gradient(90deg,#eef7ffdb,#f5f3ffb8,#ecfdf594);border-color:#2563eb24}.kpi-card,.stat-card,.summary-card,.metric-card{background:linear-gradient(180deg,#fff,#eef7ff9e);border-color:#2563eb21;box-shadow:0 10px 26px #0f172a0f,0 1px 2px #0f172a0d}.btn.btn-primary,button.btn-primary{background:var(--gray-800);color:var(--gray-50);border-color:var(--gray-800)}.btn.btn-primary:hover:not(:disabled),button.btn-primary:hover:not(:disabled){background:var(--gray-900);border-color:var(--gray-900);color:var(--gray-50)}.btn,button.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25;font-family:inherit;border-radius:.375rem;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.btn:disabled,button.btn:disabled{opacity:.6;cursor:not-allowed}.btn-sm,button.btn-sm{min-height:2rem;padding:.25rem .625rem;font-size:.75rem}.btn-secondary,button.btn-secondary{color:var(--gray-800);background:var(--gray-200);border-color:var(--gray-300)}.btn-secondary:hover:not(:disabled),button.btn-secondary:hover:not(:disabled){background:var(--gray-300);border-color:var(--gray-400)}.btn-ghost,button.btn-ghost{color:var(--gray-700);background:transparent;border-color:var(--gray-300)}.btn-ghost:hover:not(:disabled),button.btn-ghost:hover:not(:disabled){background:var(--gray-100);border-color:var(--gray-400);color:var(--gray-900)}.btn-danger,button.btn-danger{color:var(--gray-50);background:var(--gray-700);border-color:var(--gray-700)}.btn-danger:hover:not(:disabled),button.btn-danger:hover:not(:disabled){background:var(--gray-800);border-color:var(--gray-800)}.btn-ghost.btn-danger,button.btn-ghost.btn-danger{color:var(--gray-700);background:transparent;border-color:var(--gray-300)}.btn-ghost.btn-danger:hover:not(:disabled),button.btn-ghost.btn-danger:hover:not(:disabled){background:var(--gray-200);border-color:var(--gray-400);color:var(--gray-900)}.filter-pills{display:flex;flex-wrap:wrap;gap:.5rem}.filter-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;color:var(--gray-700);background:var(--gray-100);border:1px solid var(--gray-300);border-radius:999px;cursor:pointer;font-family:inherit}.filter-pill:hover:not(:disabled){background:var(--gray-200)}.filter-pill--active{color:var(--gray-50);background:var(--gray-800);border-color:var(--gray-800)}.filter-pill--active:hover:not(:disabled){background:var(--gray-900);border-color:var(--gray-900)}.filter-pill--active .pill-count{color:var(--gray-200)}.pill-count{font-size:.75rem;color:var(--gray-500)}.page-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}input[type=checkbox],input[type=radio]{accent-color:var(--gray-700)}.container-responsive{width:100%;max-width:100%;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}@media (max-width: 767px){.card{padding:1rem}.container-responsive{padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right))}}@media (min-width: 768px) and (max-width: 1023px){.card{padding:1.25rem}}img,video,iframe{max-width:100%;height:auto}table{width:100%;max-width:100%}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:4rem;padding:.2rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.status-unpaid,.status-badge--unpaid{color:#df2638;background:#df263833;border:1px solid #b81e2d}.status-paid,.status-badge--paid,.status-fully-paid{color:#09a552;background:#09a55233;border:1px solid #078a44}.status-partially-paid,.status-partial{color:#e67e22;background:#e67e2233;border:1px solid #c96b1d}.goey-toaster.top-center{top:max(1.5rem,env(safe-area-inset-top))}@media (max-width: 767px){.goey-toaster.top-center{left:1rem;right:1rem}}[data-goey-theme=dark] .goey-blobSvg path{fill:var(--gray-800)}[data-goey-theme=dark] .goey-titleDefault,[data-goey-theme=dark] .goey-titleLoading{color:var(--gray-200)}[data-goey-theme=dark] .goey-description{color:var(--gray-400)}[data-goey-theme=dark] .goey-actionDefault{background:var(--gray-700);color:var(--gray-100)}[data-goey-theme=dark] .goey-actionDefault:hover{background:var(--gray-600)}[data-goey-theme=dark] .goey-actionDefault:active{background:var(--gray-500)}.apply-result{align-self:stretch;width:100%;max-width:100%;margin:0;box-sizing:border-box}@media print{body *{visibility:hidden}.receipt-view.receipt-print-content,.receipt-view.receipt-print-content *{visibility:visible}.receipt-view.receipt-print-content .no-print{display:none!important;visibility:hidden!important}.receipt-view.receipt-print-content{position:absolute!important;left:0!important;top:0!important;width:100%!important;max-width:100%!important;box-shadow:none!important;border:1px solid #000!important}}.modal-drag-handle{cursor:grab;touch-action:none}.modal-drag-handle:active{cursor:grabbing}body.modal-drag-active{-webkit-user-select:none;user-select:none}
