:root{--bg: #eff2ee;--surface: #ffffff;--surface2: #e2e7e1;--ink: #1c221e;--muted: #5d675f;--line: #d3dad2;--accent: #1e7a4c;--accent-soft: #e3efe7;--accent-ink: #ffffff;--danger: #c0392b;--hot: #d2452f;--shadow: 0 10px 30px rgba(20, 30, 24, .12)}@media(prefers-color-scheme:dark){:root{--bg: #121614;--surface: #1b201d;--surface2: #262d28;--ink: #e9edea;--muted: #93a098;--line: #2e3630;--accent: #3fbd7e;--accent-soft: #21332a;--accent-ink: #0b1410;--hot: #e0654c;--shadow: 0 10px 30px rgba(0, 0, 0, .45)}}*{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden;overscroll-behavior:none}body{position:fixed;inset:0;width:100%;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-tap-highlight-color:transparent}#app{height:100dvh;display:flex;justify-content:center}button,input{font:inherit;color:inherit}button{cursor:pointer;border:0;background:none;padding:0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.mono{font-family:ui-monospace,SF Mono,Cascadia Mono,Menlo,monospace;font-variant-numeric:tabular-nums}.wcard,.tile{position:relative;border-radius:13px;background:var(--surface);border:1.5px solid transparent;transition:border-color .12s,background .12s,transform .08s,box-shadow .12s;user-select:none;-webkit-user-select:none;touch-action:none;cursor:grab}@media(hover:hover){.wcard:hover,.tile:hover{border-color:var(--accent);transform:translateY(-1px)}}.tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:6px 2px;min-width:0;--cold: transparent;border-color:color-mix(in oklab,var(--hot) calc(var(--heat, 0) * 1%),var(--cold))}.tile em{font-style:normal;font-size:21px;line-height:1.15}.tile i{font-style:normal;font-size:11px;color:var(--muted);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;padding:0 3px}.tile .monogram{width:24px;height:24px;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}.tile.wtile{--cold: var(--line)}.tile.wtile .bal{font-family:ui-monospace,SF Mono,Cascadia Mono,Menlo,monospace;font-variant-numeric:tabular-nums;font-size:10.5px;color:var(--muted);white-space:nowrap}.tile.income{border-style:dashed;border-color:var(--accent)}.tile.income i,.tile.income em{color:var(--accent)}.tile em svg{margin:2px auto}.lifted{opacity:.45;cursor:grabbing}.sel{border-color:var(--accent)!important;background:var(--accent-soft)}.drop{border-color:var(--accent)!important;background:var(--accent-soft);transform:scale(1.05);box-shadow:var(--shadow)}.ghost{position:fixed;z-index:60;pointer-events:none;transform:translate(-50%,-50%) scale(1.08) rotate(-2deg);box-shadow:var(--shadow);opacity:.95;margin:0}.cta{height:46px;border-radius:13px;background:var(--accent);color:var(--accent-ink);font-size:15.5px;font-weight:700;transition:opacity .15s,transform .06s}.cta:active{transform:scale(.985)}.cta:disabled{opacity:.35;cursor:default}.ghostbtn{height:46px;border-radius:13px;background:var(--surface2);font-weight:600;font-size:15px}.overlay{position:fixed;top:var(--vvt, 0px);left:0;right:0;height:var(--vvh, 100dvh);display:flex;align-items:flex-end;justify-content:center;padding:12px;z-index:40;transition:height .22s cubic-bezier(.3,.9,.4,1),top .22s cubic-bezier(.3,.9,.4,1)}.overlay:before{content:"";position:absolute;inset:-100dvh -60px;background:#0a0e0b73;z-index:-1}@media(min-width:700px){.overlay{align-items:center}}.popcard{animation:pop-in .18s ease-out;width:min(88%,360px);max-height:calc(var(--vvh, 100dvh) - 24px);overflow-y:auto;overflow-x:hidden;background:var(--surface);border-radius:18px;padding:14px 14px 0;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:10px}.poptitle{font-size:15px;font-weight:700;text-align:center}.amountrow{display:flex;align-items:baseline;gap:8px;padding:4px 6px;border-bottom:2px solid var(--line)}.amountrow:focus-within{border-color:var(--accent)}.amountrow input{flex:1;min-width:0;border:0;background:none;padding:4px 0;text-align:center;font-family:ui-monospace,SF Mono,Cascadia Mono,Menlo,monospace;font-variant-numeric:tabular-nums;font-weight:700;font-size:28px}.amountrow input::placeholder{color:var(--muted);font-weight:600}.amountrow input:focus::placeholder{color:transparent}.amountrow .cur{font-size:15px;font-weight:600;color:var(--muted)}.compact .amountrow input{font-size:21px;text-align:left}.compact .amountrow .cur{font-size:13px}.chiprow{display:flex;justify-content:center;flex-wrap:wrap;gap:6px}.chipbtn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;background:var(--surface2);color:var(--muted);border:1px solid transparent}.chipbtn.on{background:var(--accent-soft);color:var(--ink);border-color:var(--accent)}.popbtns{position:sticky;bottom:0;background:var(--surface);display:flex;gap:8px;padding:8px 0 14px;margin-top:auto}.popbtns .ghostbtn{flex:1}.popbtns .cta{flex:2}.formerror{color:var(--danger);font-size:13px;text-align:center}@keyframes pop-in{0%{transform:translateY(26px);opacity:0}}@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.login.svelte-o2dhro{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;text-align:center}h1.svelte-o2dhro{font-size:24px;margin:0}.tagline.svelte-o2dhro{color:var(--muted);margin:0 0 12px}.widget.svelte-o2dhro{min-height:44px}.note.svelte-o2dhro{font-size:12.5px;color:var(--muted);max-width:280px}.error.svelte-o2dhro{color:var(--danger);font-size:13.5px}.dev.svelte-o2dhro{margin-top:28px;display:flex;flex-direction:column;gap:8px;width:100%;max-width:300px}.dev.svelte-o2dhro input:where(.svelte-o2dhro){border:1.5px solid var(--line);background:var(--surface);border-radius:11px;padding:10px 12px;font-size:16px}svg.svelte-dcais2{display:block;flex:0 0 auto}.note.svelte-1imixyt,.date.svelte-1imixyt{border:1.5px solid var(--line);background:var(--surface);border-radius:11px;padding:9px 12px;font-size:16px;width:100%;min-width:0;max-width:100%;box-sizing:border-box;appearance:none;-webkit-appearance:none}.slots.svelte-1gyawdn{display:flex;flex-direction:column;gap:6px;position:relative}.slot.svelte-1gyawdn{display:flex;align-items:baseline;gap:8px;background:var(--surface2);border-radius:11px;padding:7px 10px}.slotlbl.svelte-1gyawdn{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);width:32px}.slot.svelte-1gyawdn b:where(.svelte-1gyawdn){font-size:13.5px}.bal.svelte-1gyawdn{margin-left:auto;margin-right:34px;font-size:11px;color:var(--muted)}.swap.svelte-1gyawdn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background:var(--surface);border:1.5px solid var(--accent);color:var(--accent);display:flex;align-items:center;justify-content:center;z-index:1}.duo2.svelte-1gyawdn{display:grid;grid-template-columns:1fr 1fr;gap:8px}.col.svelte-1gyawdn{display:flex;flex-direction:column;gap:3px;min-width:0}.duolbl.svelte-1gyawdn{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted)}.rate.svelte-1gyawdn{align-self:center}.ratecaption.svelte-1gyawdn{font-size:12px;color:var(--muted);text-align:center}.manage.svelte-5oncy4{position:fixed;inset:0;z-index:32;background:var(--bg);display:flex;flex-direction:column;gap:10px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));max-width:430px;margin:0 auto;width:100%}header.svelte-5oncy4{display:flex;align-items:center;justify-content:space-between}h2.svelte-5oncy4{font-size:16px;margin:0}.close.svelte-5oncy4{color:var(--muted);padding:4px 8px}.chiprow.left.svelte-5oncy4{justify-content:flex-start}.list.svelte-5oncy4{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.row.svelte-5oncy4{display:flex;align-items:center;gap:10px;background:var(--surface);border-radius:12px;padding:11px 12px;text-align:left;width:100%}.row.svelte-5oncy4:active{background:var(--surface2)}.row.dead.svelte-5oncy4{opacity:.55}.row.svelte-5oncy4 em:where(.svelte-5oncy4){font-style:normal;font-size:18px;flex:0 0 auto}.mid.svelte-5oncy4{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.mid.svelte-5oncy4 b:where(.svelte-5oncy4){font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mid.svelte-5oncy4 small:where(.svelte-5oncy4){font-size:11.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.amt.svelte-5oncy4{font-size:13px;font-weight:700;color:var(--muted)}.add.svelte-5oncy4{flex:0 0 46px}.field.svelte-5oncy4{border:1.5px solid var(--line);background:var(--surface);border-radius:11px;padding:10px 12px;font-size:16px;width:100%;min-width:0;max-width:100%;box-sizing:border-box;appearance:none;-webkit-appearance:none;color:var(--ink)}.hint.svelte-5oncy4{font-size:11.5px;color:var(--muted);margin:-6px 2px 0}.danger.svelte-5oncy4{color:var(--danger)}.settings.svelte-1v8xn86{position:fixed;inset:0;z-index:30;background:var(--bg);display:flex;flex-direction:column;gap:18px;padding:14px 16px calc(16px + env(safe-area-inset-bottom));overflow-y:auto;max-width:430px;margin:0 auto}header.svelte-1v8xn86{display:flex;align-items:center;justify-content:space-between}h2.svelte-1v8xn86{font-size:16px;margin:0}.close.svelte-1v8xn86{font-size:22px;color:var(--muted);padding:4px 8px}section.svelte-1v8xn86{display:flex;flex-direction:column;gap:8px}h3.svelte-1v8xn86{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin:0}p.svelte-1v8xn86{font-size:13.5px;color:var(--muted);margin:0;line-height:1.45}.out.svelte-1v8xn86{align-self:flex-start;padding:0 22px}select.svelte-anhh7b,.note.svelte-anhh7b,.date.svelte-anhh7b{border:1.5px solid var(--line);background:var(--surface);border-radius:11px;padding:9px 12px;font-size:16px;width:100%;min-width:0;max-width:100%;box-sizing:border-box;appearance:none;-webkit-appearance:none;color:var(--ink)}.danger.svelte-anhh7b{color:var(--danger)}.recent.svelte-16z23fo{position:fixed;inset:0;z-index:30;background:var(--bg);display:flex;flex-direction:column;gap:10px;padding:14px 16px 0;max-width:430px;margin:0 auto;width:100%}header.svelte-16z23fo{display:flex;align-items:center;justify-content:space-between}h2.svelte-16z23fo{font-size:16px;margin:0}.close.svelte-16z23fo{font-size:22px;color:var(--muted);padding:4px 8px}.filters.svelte-16z23fo{display:flex;flex-direction:column;gap:8px}.chiprow.left.svelte-16z23fo{justify-content:flex-start}.selects.svelte-16z23fo{display:flex;gap:8px}select.svelte-16z23fo{flex:1;min-width:0;border:1.5px solid var(--line);background:var(--surface);border-radius:11px;padding:9px 12px;font-size:16px;color:var(--ink)}.list.svelte-16z23fo{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.day.svelte-16z23fo{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin:8px 2px 2px}.row.svelte-16z23fo{display:flex;align-items:center;gap:10px;background:var(--surface);border-radius:12px;padding:10px 12px;text-align:left;width:100%}.row.svelte-16z23fo:active{background:var(--surface2)}.row.svelte-16z23fo em:where(.svelte-16z23fo){font-style:normal;font-size:18px;flex:0 0 auto}.mid.svelte-16z23fo{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.mid.svelte-16z23fo b:where(.svelte-16z23fo){font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mid.svelte-16z23fo small:where(.svelte-16z23fo){font-size:11.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.amt.svelte-16z23fo{font-size:13.5px;font-weight:700;white-space:nowrap}.amt.income.svelte-16z23fo{color:var(--accent)}.empty.svelte-16z23fo{color:var(--muted);font-size:13.5px;text-align:center;margin-top:30px}.more.svelte-16z23fo{margin:8px auto;padding:0 22px}header.svelte-nytrg3{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 4px}h1.svelte-nytrg3{font-size:15px;font-weight:700;margin:0}.hbtns.svelte-nytrg3{display:flex;gap:4px}.hbtn.svelte-nytrg3{font-size:17px;color:var(--muted);padding:2px 6px}.board.svelte-nytrg3{flex:1;min-height:0;display:flex;flex-direction:column;gap:6px;padding:4px 0 calc(10px + env(safe-area-inset-bottom));overflow:hidden}.lblrow.svelte-nytrg3{display:flex;align-items:center;justify-content:space-between;margin:0 16px;flex:0 0 auto}.lbl.svelte-nytrg3{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted)}.pagecount.svelte-nytrg3{font-size:11px;color:var(--muted);font-variant-numeric:tabular-nums}.strip.svelte-nytrg3{display:flex;align-items:stretch;gap:6px;overflow:hidden;padding:4px 10px;min-height:0}.edge.svelte-nytrg3{flex:0 0 24px;color:var(--muted);font-size:22px;line-height:1}.edge.svelte-nytrg3:disabled{opacity:.25;cursor:default}.gridwrap.svelte-nytrg3{flex:1;min-width:0;overflow:hidden}.wstrip.svelte-nytrg3{flex:2 1 0}.cstrip.svelte-nytrg3{flex:3 1 0}.grid.svelte-nytrg3{display:grid;gap:8px;align-content:start;width:100%}.toast.svelte-1w29e1y{position:absolute;left:12px;right:12px;bottom:calc(14px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--line);border-radius:15px;padding:12px 14px;box-shadow:var(--shadow);transform:translateY(calc(100% + 24px + env(safe-area-inset-bottom)));transition:transform .25s cubic-bezier(.3,.9,.4,1);visibility:hidden;transition:transform .25s cubic-bezier(.3,.9,.4,1),visibility 0s .25s;pointer-events:none;z-index:50}.toast.show.svelte-1w29e1y{transform:translateY(0);visibility:visible;transition:transform .25s cubic-bezier(.3,.9,.4,1);pointer-events:auto}.txt.svelte-1w29e1y{flex:1;min-width:0}.txt.svelte-1w29e1y b:where(.svelte-1w29e1y){display:block;font-size:14px}.txt.svelte-1w29e1y small:where(.svelte-1w29e1y){color:var(--muted);font-size:11.5px}.undo.svelte-1w29e1y{color:var(--accent);font-weight:700;font-size:13.5px;padding:6px 8px}.shell.svelte-1n46o8q{position:relative;width:100%;max-width:430px;height:100dvh;display:flex;flex-direction:column;overflow:hidden}.center.svelte-1n46o8q{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:20px}.muted.svelte-1n46o8q{color:var(--muted)}.retry.svelte-1n46o8q{padding:0 24px}
