:root{--bg: #ffffff;--text: #1a1a1a;--hint: #8a8a8e;--link: #2481cc;--button: #2481cc;--button-text: #ffffff;--secondary-bg: #f1f1f4;--income: #2e9e4f;--expense: #d64545;--radius: 12px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}button{font-family:inherit;font-size:inherit;cursor:pointer}input,select{font-family:inherit;font-size:16px;color:var(--text);background:var(--bg);border:1px solid color-mix(in srgb,var(--hint) 40%,transparent);border-radius:var(--radius);padding:12px;width:100%}input:focus,select:focus{outline:none;border-color:var(--link)}.muted{color:var(--hint)}.entry.svelte-1emi2jd{display:flex;flex-direction:column;gap:14px}.type-toggle.svelte-1emi2jd{display:flex;gap:8px}.type-toggle.svelte-1emi2jd button:where(.svelte-1emi2jd){flex:1;padding:12px;border-radius:var(--radius);border:1px solid color-mix(in srgb,var(--hint) 35%,transparent);background:var(--bg);color:var(--hint);font-weight:600}.type-toggle.svelte-1emi2jd button.active.expense:where(.svelte-1emi2jd){background:var(--expense);color:#fff;border-color:var(--expense)}.type-toggle.svelte-1emi2jd button.active.income:where(.svelte-1emi2jd){background:var(--income);color:#fff;border-color:var(--income)}.field.svelte-1emi2jd{display:flex;flex-direction:column;gap:6px}.field.svelte-1emi2jd span:where(.svelte-1emi2jd){font-size:13px;color:var(--hint);padding-left:2px}.amount-field.svelte-1emi2jd input:where(.svelte-1emi2jd){font-size:28px;font-weight:700;text-align:center}.submit.svelte-1emi2jd{margin-top:6px;padding:15px;border-radius:var(--radius);border:none;background:var(--button);color:var(--button-text);font-weight:700;font-size:17px}.submit.disabled.svelte-1emi2jd{opacity:.5}.cards.svelte-1efw5hp{display:flex;gap:10px;margin-bottom:12px}.card.svelte-1efw5hp{flex:1;background:var(--secondary-bg);border-radius:var(--radius);padding:12px;display:flex;flex-direction:column;gap:4px}.label.svelte-1efw5hp{font-size:12px;color:var(--hint)}.card.svelte-1efw5hp .value:where(.svelte-1efw5hp){font-size:18px;font-weight:700}.card.income.svelte-1efw5hp .value:where(.svelte-1efw5hp){color:var(--income)}.card.expense.svelte-1efw5hp .value:where(.svelte-1efw5hp){color:var(--expense)}.onhand.svelte-1efw5hp{background:var(--secondary-bg);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:4px;margin-bottom:20px}.onhand.svelte-1efw5hp .value:where(.svelte-1efw5hp){font-size:30px;font-weight:800}.onhand.svelte-1efw5hp .value.negative:where(.svelte-1efw5hp){color:var(--expense)}.onhand.svelte-1efw5hp .sub:where(.svelte-1efw5hp){font-size:12px}h3.svelte-1efw5hp{font-size:15px;margin:0 0 8px}.tx-list.svelte-1efw5hp{list-style:none;margin:0;padding:0}.tx.svelte-1efw5hp{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid color-mix(in srgb,var(--hint) 18%,transparent);gap:10px}.tx-main.svelte-1efw5hp{display:flex;flex-direction:column;gap:2px;min-width:0}.tx-title.svelte-1efw5hp{font-weight:600}.tx-desc.svelte-1efw5hp{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:45vw}.tx-right.svelte-1efw5hp{display:flex;flex-direction:column;align-items:flex-end;gap:2px;white-space:nowrap}.tx-amount.svelte-1efw5hp{font-weight:700}.tx-amount.income.svelte-1efw5hp{color:var(--income)}.tx-amount.expense.svelte-1efw5hp{color:var(--expense)}.tx-date.svelte-1efw5hp{font-size:11px}.head.svelte-8u2kxh,.row.svelte-8u2kxh{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:6px;align-items:baseline}.head.svelte-8u2kxh{font-size:12px;color:var(--hint);padding:0 0 8px;border-bottom:1px solid color-mix(in srgb,var(--hint) 18%,transparent)}ul.svelte-8u2kxh{list-style:none;margin:0;padding:0}li.svelte-8u2kxh{padding:10px 0;border-bottom:1px solid color-mix(in srgb,var(--hint) 12%,transparent)}.num.svelte-8u2kxh{text-align:right;font-variant-numeric:tabular-nums;font-size:14px}.cat.svelte-8u2kxh{font-weight:600}.num.over.svelte-8u2kxh{color:var(--expense);font-weight:700}.bar.svelte-8u2kxh{margin-top:8px;height:5px;background:var(--secondary-bg);border-radius:3px;overflow:hidden}.fill.svelte-8u2kxh{height:100%;background:var(--income);border-radius:3px}.fill.over.svelte-8u2kxh{background:var(--expense)}.balances.svelte-1j4t5sl{display:flex;gap:10px;margin-bottom:20px}.fund-card.svelte-1j4t5sl{flex:1;background:var(--secondary-bg);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:4px}.label.svelte-1j4t5sl{font-size:12px;color:var(--hint)}.fund-card.svelte-1j4t5sl .value:where(.svelte-1j4t5sl){font-size:20px;font-weight:800}.value.negative.svelte-1j4t5sl{color:var(--expense)}.form.svelte-1j4t5sl{display:flex;flex-direction:column;gap:12px;background:var(--secondary-bg);border-radius:var(--radius);padding:14px;margin-bottom:20px}h3.svelte-1j4t5sl{font-size:15px;margin:0}.field.svelte-1j4t5sl{display:flex;flex-direction:column;gap:6px}.field.svelte-1j4t5sl span:where(.svelte-1j4t5sl){font-size:13px;color:var(--hint)}.dir-toggle.svelte-1j4t5sl{display:flex;gap:8px}.dir-toggle.svelte-1j4t5sl button:where(.svelte-1j4t5sl){flex:1;padding:11px;border-radius:var(--radius);border:1px solid color-mix(in srgb,var(--hint) 35%,transparent);background:var(--bg);color:var(--hint);font-weight:600}.dir-toggle.svelte-1j4t5sl button.active.in:where(.svelte-1j4t5sl){background:var(--income);color:#fff;border-color:var(--income)}.dir-toggle.svelte-1j4t5sl button.active.out:where(.svelte-1j4t5sl){background:var(--expense);color:#fff;border-color:var(--expense)}.submit.svelte-1j4t5sl{padding:14px;border-radius:var(--radius);border:none;background:var(--button);color:var(--button-text);font-weight:700;font-size:16px}.submit.disabled.svelte-1j4t5sl{opacity:.5}.mv-list.svelte-1j4t5sl{list-style:none;margin:0;padding:0}.mv.svelte-1j4t5sl{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid color-mix(in srgb,var(--hint) 15%,transparent);gap:10px}.mv-main.svelte-1j4t5sl{display:flex;flex-direction:column;gap:2px;min-width:0}.mv-fund.svelte-1j4t5sl{font-weight:600}.mv-desc.svelte-1j4t5sl{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:50vw}.mv-right.svelte-1j4t5sl{display:flex;flex-direction:column;align-items:flex-end;gap:2px;white-space:nowrap}.mv-amount.svelte-1j4t5sl{font-weight:700}.mv-amount.income.svelte-1j4t5sl{color:var(--income)}.mv-amount.expense.svelte-1j4t5sl{color:var(--expense)}.mv-date.svelte-1j4t5sl{font-size:11px}.app.svelte-1n46o8q{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;max-width:640px;margin:0 auto}header.svelte-1n46o8q{display:flex;align-items:baseline;gap:10px;padding:14px 16px 8px;position:sticky;top:0;background:var(--bg);z-index:5}.title.svelte-1n46o8q{font-weight:700;font-size:18px}.month.svelte-1n46o8q{color:var(--hint);font-size:14px}.dev-badge.svelte-1n46o8q{margin-left:auto;font-size:11px;font-weight:700;color:var(--button-text);background:var(--expense);padding:2px 7px;border-radius:6px}main.svelte-1n46o8q{flex:1;padding:8px 16px 96px}nav.svelte-1n46o8q{position:fixed;bottom:0;left:0;right:0;display:flex;max-width:640px;margin:0 auto;background:var(--bg);border-top:1px solid color-mix(in srgb,var(--hint) 25%,transparent);padding-bottom:env(safe-area-inset-bottom)}.tab.svelte-1n46o8q{flex:1;background:none;border:none;color:var(--hint);padding:8px 4px;display:flex;flex-direction:column;align-items:center;gap:2px}.tab.active.svelte-1n46o8q{color:var(--link)}.tab-icon.svelte-1n46o8q{font-size:20px}.tab-label.svelte-1n46o8q{font-size:11px}.error-box.svelte-1n46o8q,.loading.svelte-1n46o8q{padding:32px 8px;text-align:center}.toast.svelte-1n46o8q{position:fixed;bottom:80px;left:50%;transform:translate(-50%);background:var(--text);color:var(--bg);padding:10px 16px;border-radius:var(--radius);font-size:14px;max-width:90%;text-align:center;z-index:20;box-shadow:0 4px 16px #0003}.toast.error.svelte-1n46o8q{background:var(--expense);color:#fff}
