:root{--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--font-sans: "Google Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--size-xs: .75rem;--size-sm: .875rem;--size-base: .875rem;--size-md: 1rem;--size-lg: 1.125rem;--size-xl: 1.375rem;--size-2xl: 1.75rem;--size-3xl: 2rem;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--leading-tight: 1.3;--leading-normal: 1.5;--leading-relaxed: 1.6}:root{--color-primary: #7c3aed;--color-primary-hover: #7c3aed;--color-primary-active: #6d28d9;--color-bg: #ffffff;--color-bg-secondary: #f8fafc;--color-bg-tertiary: #f1f5f9;--color-border: #e2e8f0;--color-text: #0f172a;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;--color-sidebar-bg: #021526;--color-sidebar-text: #e2e8f0;--color-sidebar-text-muted: rgba(255, 255, 255, .65);--color-sidebar-hover: rgba(139, 92, 246, .15);--color-sidebar-search-bg: rgba(255, 255, 255, .1);--color-sidebar-item-active-bg: rgba(139, 92, 246, .3);--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #ef4444;--color-error-bg: #fff2f0;--color-error-border: #ffccc7;--color-focus-ring: rgba(139, 92, 246, .25);color-scheme:light}.dark{--color-primary: #a78bfa;--color-primary-hover: #8b5cf6;--color-primary-active: #7c3aed;--color-bg: #021526;--color-bg-secondary: #0f1f3a;--color-bg-tertiary: #1e3358;--color-border: #1e3358;--color-text: #f1f5f9;--color-text-secondary: #cbd5e1;--color-text-muted: #94a3b8;--color-sidebar-bg: #01101e;--color-sidebar-text: #e2e8f0;--color-sidebar-text-muted: #94a3b8;--color-sidebar-hover: rgba(167, 139, 250, .15);--color-sidebar-search-bg: rgba(255, 255, 255, .05);--color-sidebar-item-active-bg: rgba(167, 139, 250, .2);--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #ef4444;--color-error-bg: rgba(239, 68, 68, .1);--color-error-border: rgba(239, 68, 68, .3);--color-focus-ring: rgba(167, 139, 250, .3);color-scheme:dark}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#0003;background-clip:padding-box}.dark ::-webkit-scrollbar-thumb{background:#ffffff1a;background-clip:padding-box}.dark ::-webkit-scrollbar-thumb:hover{background:#fff3;background-clip:padding-box}aside ::-webkit-scrollbar-thumb{background:#ffffff0d}aside ::-webkit-scrollbar-thumb:hover{background:#ffffff26}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--color-bg-tertiary) 25%,var(--color-border) 50%,var(--color-bg-tertiary) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite linear;display:inline-block;opacity:.6}.dark .skeleton{background:linear-gradient(90deg,var(--color-bg-tertiary) 25%,var(--color-bg-secondary) 50%,var(--color-bg-tertiary) 75%);background-size:200% 100%}:root{--sidebar-width: 260px;--navbar-height: 56px}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text)}.finance-list-card{min-width:0;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-color:var(--color-primary, #9f7aea) rgba(148,163,184,.18);scrollbar-width:auto}.finance-list-card::-webkit-scrollbar{height:12px}.finance-list-card::-webkit-scrollbar-track{border-radius:999px;background:#94a3b82e}.finance-list-card::-webkit-scrollbar-thumb{border:2px solid rgba(148,163,184,.18);border-radius:999px;background:var(--color-primary, #9f7aea)}.finance-list-table-scroll{width:100%;max-width:100%;overflow-x:scroll;overflow-y:visible;padding-bottom:.75rem;scrollbar-gutter:stable;scrollbar-color:var(--color-primary, #9f7aea) rgba(148,163,184,.18);scrollbar-width:auto}.finance-list-table-scroll::-webkit-scrollbar{height:12px}.finance-list-table-scroll::-webkit-scrollbar-track{border-radius:999px;background:#94a3b82e}.finance-list-table-scroll::-webkit-scrollbar-thumb{border:2px solid rgba(148,163,184,.18);border-radius:999px;background:var(--color-primary, #9f7aea)}.finance-list-table-frame{width:100%}.finance-list-table{table-layout:fixed}.finance-list-table [role=row]{min-height:56px}.finance-list-table [role=columnheader],.finance-list-table [role=cell]{min-width:0;overflow:hidden}.finance-list-table [role=columnheader]>*,.finance-list-table [role=cell]>*,.finance-list-table [role=columnheader]>*>*,.finance-list-table [role=cell]>*>*{min-width:0;max-width:100%}.finance-list-header-cell,.finance-list-body-cell{display:block;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.finance-list-header-cell{color:var(--color-text);line-height:1.2}.finance-list-body-cell{color:var(--color-text);line-height:1.35}.finance-list-body-cell--date{font-variant-numeric:tabular-nums}.finance-list-body-cell--numeric{text-align:right;font-variant-numeric:tabular-nums}.finance-list-body-cell--status{width:max-content;max-width:100%;padding:.125rem .5rem;border:1px solid var(--color-border, rgba(148, 163, 184, .32));border-radius:6px;background:#fff;color:var(--color-text, #0f172a);font-weight:600}.finance-list-body-cell--empty{color:var(--color-text-muted, rgba(148, 163, 184, .9))}@media(max-width:720px){.finance-list-card{padding:var(--space-3, .75rem)!important}.finance-list-table-scroll{overflow-x:scroll;-webkit-overflow-scrolling:touch}.finance-list-table-frame{width:max-content}}.finance-array-field{width:100%;min-width:0;margin-top:var(--space-3, .75rem);margin-bottom:var(--space-3, .75rem)}.finance-array-field__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2, .5rem);margin-bottom:var(--space-2, .5rem);color:var(--color-text);font-size:.875rem;font-weight:700}.finance-array-field__add,.finance-array-field__delete{min-height:28px;border:1px solid var(--color-border, rgba(148, 163, 184, .32));border-radius:6px;padding:0 .65rem;background:color-mix(in srgb,var(--color-bg, #ffffff) 92%,var(--color-text, #0f172a) 8%);color:var(--color-text);cursor:pointer;font:inherit;font-size:.75rem;font-weight:700}.finance-array-field__add:hover,.finance-array-field__delete:hover{border-color:var(--color-primary, #9f7aea);background:color-mix(in srgb,var(--color-bg, #ffffff) 84%,var(--color-primary, #9f7aea) 16%)}.finance-array-field__scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;scrollbar-gutter:stable;scrollbar-color:var(--color-primary, #9f7aea) rgba(148,163,184,.18);scrollbar-width:auto}.finance-array-field__scroll::-webkit-scrollbar{height:12px}.finance-array-field__scroll::-webkit-scrollbar-track{border-radius:999px;background:#94a3b82e}.finance-array-field__scroll::-webkit-scrollbar-thumb{border:2px solid rgba(148,163,184,.18);border-radius:999px;background:var(--color-primary, #9f7aea)}.finance-array-field__table{width:max-content;min-width:max(100%,1720px);border-collapse:collapse;table-layout:auto}.finance-array-field__table th,.finance-array-field__table td{border-bottom:1px solid var(--color-border, rgba(148, 163, 184, .24));padding:.45rem;text-align:left;vertical-align:middle;min-width:7rem}.finance-array-field__table th{color:var(--color-text-muted, rgba(148, 163, 184, .9));font-size:.75rem;font-weight:700;line-height:1.15;overflow-wrap:normal;white-space:normal}.finance-array-field__table th:last-child,.finance-array-field__table td:last-child:not([colspan]){min-width:6rem}.finance-array-field__table input[type=text],.finance-array-field__table input[type=number],.finance-array-field__table input[type=date]{width:100%;min-width:0;min-height:34px;border:1px solid var(--color-border, rgba(148, 163, 184, .32));border-radius:6px;padding:0 .55rem;background:var(--color-bg, #020617);color:var(--color-text);font:inherit;font-size:.8125rem}.finance-array-field__table input[type=checkbox]{width:16px;height:16px}.finance-array-field__empty{color:var(--color-text-muted, rgba(148, 163, 184, .9));font-size:.8125rem}.finance-readonly-field{display:flex;flex-direction:column;gap:var(--space-1, .25rem);width:100%;color:var(--color-text-muted, rgba(148, 163, 184, .9));font-size:1rem;font-weight:700}.finance-readonly-field input{min-height:44px;border:1px solid var(--color-border, rgba(148, 163, 184, .32));border-radius:6px;padding:0 .75rem;background:color-mix(in srgb,var(--color-bg, #020617) 80%,#64748b 20%);color:var(--color-text-muted, rgba(148, 163, 184, .9));cursor:not-allowed;font:inherit;font-weight:500;opacity:.78}.finance-form-view .is_Card{overflow:visible!important}.finance-form-view form,.finance-form-view .is_MStack,.finance-form-view .is_YStack,.finance-form-view .is_XStack{overflow:visible}
