:root{--brand: #0f766e;--brand-soft: #ccfbf1;--brand-ink: #115e59;--on-brand: #ffffff;--bg: #f1f5f9;--surface: #ffffff;--surface-2: #f8fafc;--line: #e2e8f0;--line-strong: #cbd5e1;--ink: #0f172a;--ink-2: #334155;--muted: #64748b;--danger: #dc2626;--danger-soft: #fee2e2;--warn: #b45309;--warn-soft: #fef3c7;--ok: #15803d;--ok-soft: #dcfce7;--r-sm: 6px;--r: 10px;--r-lg: 16px;--shadow: 0 1px 2px rgba(15,23,42,.06), 0 1px 3px rgba(15,23,42,.08);--shadow-lg: 0 10px 30px rgba(15,23,42,.14);--shadow-up: 0 -1px 14px rgba(15,23,42,.07);--fab-shadow: 0 8px 20px color-mix(in srgb, var(--brand) 40%, transparent), 0 2px 6px rgba(15,23,42,.18);--tap: 46px;--safe-b: env(safe-area-inset-bottom, 0px);color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--brand: #2dd4bf;--brand-soft: #134e4a;--brand-ink: #99f6e4;--on-brand: #042f2e;--bg: #020617;--surface: #0f172a;--surface-2: #1e293b;--line: #1e293b;--line-strong: #334155;--ink: #f1f5f9;--ink-2: #cbd5e1;--muted: #94a3b8;--danger: #f87171;--danger-soft: #450a0a;--warn: #fbbf24;--warn-soft: #451a03;--ok: #4ade80;--ok-soft: #052e16;--shadow: 0 1px 3px rgba(0,0,0,.5);--shadow-lg: 0 10px 30px rgba(0,0,0,.6);--shadow-up: 0 -1px 14px rgba(0,0,0,.5);--fab-shadow: 0 6px 18px rgba(0,0,0,.6), 0 1px 3px rgba(0,0,0,.4);color-scheme:dark}}:root[data-theme=dark]{--brand: #2dd4bf;--brand-soft: #134e4a;--brand-ink: #99f6e4;--on-brand: #042f2e;--bg: #020617;--surface: #0f172a;--surface-2: #1e293b;--line: #1e293b;--line-strong: #334155;--ink: #f1f5f9;--ink-2: #cbd5e1;--muted: #94a3b8;--danger: #f87171;--danger-soft: #450a0a;--warn: #fbbf24;--warn-soft: #451a03;--ok: #4ade80;--ok-soft: #052e16;--shadow: 0 1px 3px rgba(0,0,0,.5);--shadow-lg: 0 10px 30px rgba(0,0,0,.6);--shadow-up: 0 -1px 14px rgba(0,0,0,.5);--fab-shadow: 0 6px 18px rgba(0,0,0,.6), 0 1px 3px rgba(0,0,0,.4);color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.45;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none}h1,h2,h3{margin:0;font-weight:650;letter-spacing:-.01em}a{color:var(--brand)}.num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.muted{color:var(--muted)}.tiny{font-size:12px}.small{font-size:13px}.row{display:flex;align-items:center;gap:8px}.grow{flex:1;min-width:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stack{display:flex;flex-direction:column;gap:12px}.center{display:grid;place-items:center}button,input,select,textarea{font:inherit;color:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 15px;border:1px solid var(--line-strong);border-radius:var(--r);background:var(--surface);color:var(--ink);font-weight:550;font-size:14px;cursor:pointer;transition:background .12s,border-color .12s,transform .06s;-webkit-tap-highlight-color:transparent;white-space:nowrap}.btn:hover:not(:disabled){background:var(--surface-2);border-color:var(--muted)}.btn:active:not(:disabled){transform:scale(.98)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.primary{background:var(--brand);border-color:var(--brand);color:var(--on-brand)}.btn.primary:hover:not(:disabled){background:var(--brand-ink);border-color:var(--brand-ink);color:var(--surface)}.btn.ghost{background:transparent;border-color:transparent}.btn.ghost:hover:not(:disabled){background:var(--surface-2)}.btn.danger{color:var(--danger);border-color:var(--line-strong)}.btn.danger:hover:not(:disabled){background:var(--danger-soft);border-color:var(--danger)}.btn.big{min-height:var(--tap);font-size:15px;padding:0 20px}.btn.block{width:100%}.field{display:flex;flex-direction:column;gap:5px}.field>label{font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.input{width:100%;min-height:var(--tap);padding:10px 12px;border:1px solid var(--line-strong);border-radius:var(--r);background:var(--surface);font-size:16px;transition:border-color .12s,box-shadow .12s}.input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 18%,transparent)}.input::placeholder{color:var(--muted);opacity:.7}.input.amount{font-size:26px;font-weight:650;text-align:right;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.chips{display:flex;gap:7px;overflow-x:auto;padding:2px 0 6px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{flex:0 0 auto;min-height:38px;padding:0 14px;border:1px solid var(--line-strong);border-radius:999px;background:var(--surface);font-size:14px;font-weight:550;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;transition:all .12s}.chip[aria-pressed=true]{background:var(--brand);border-color:var(--brand);color:var(--on-brand)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow)}.pad{padding:14px 16px}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:650;letter-spacing:.02em;background:var(--surface-2);color:var(--muted);border:1px solid var(--line)}.badge.brand{background:var(--brand-soft);color:var(--brand-ink);border-color:transparent}.badge.ok{background:var(--ok-soft);color:var(--ok);border-color:transparent}.badge.warn{background:var(--warn-soft);color:var(--warn);border-color:transparent}.badge.danger{background:var(--danger-soft);color:var(--danger);border-color:transparent}.empty{padding:48px 20px;text-align:center;color:var(--muted)}.empty .big{font-size:34px;margin-bottom:10px;opacity:.5;display:flex;justify-content:center}.listrow{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid var(--line)}.listrow:last-of-type{border-bottom:0}.listrow.dim>*:not(.rowactions){opacity:.55}.listrow>.lead:empty{display:none}.rowmain{min-width:0}.rowmain>strong{display:block;font-size:14.5px}.rowactions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.avatar{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--surface-2);border:1px solid var(--line);font-size:12px;font-weight:750;color:var(--ink-2);letter-spacing:.02em}.listadd{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid var(--line-strong);background:var(--surface-2)}.listadd .input{flex:1 1 170px;min-height:40px;font-size:14px}.btn.compact{min-height:34px;padding:0 12px;font-size:13px}.seg{display:inline-flex;padding:3px;gap:2px;background:var(--surface-2);border:1px solid var(--line);border-radius:999px}.seg button{display:inline-flex;align-items:center;gap:6px;padding:6px 13px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-size:13px;font-weight:600;cursor:pointer}.seg button[aria-pressed=true]{background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}@media print{.no-print{display:none!important}body{background:#fff;color:#000;font-size:12px}@page{size:A5 landscape;margin:10mm}}button.svelte-1kdxz6u{cursor:pointer}.i.svelte-1kdxz6u{display:inline-flex}.spin.svelte-1kdxz6u{animation:svelte-1kdxz6u-sp 1s linear infinite}@keyframes svelte-1kdxz6u-sp{to{transform:rotate(360deg)}}.shell.svelte-12qhfyh{min-height:100dvh;display:flex;flex-direction:column}.top.svelte-12qhfyh{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:14px;padding:10px 16px;padding-top:calc(10px + env(safe-area-inset-top,0px));background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.mark.svelte-12qhfyh{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--brand);color:var(--on-brand);font-size:12px;font-weight:800}.wordmark.svelte-12qhfyh{display:flex;flex-direction:column;line-height:1.15}.wordmark.svelte-12qhfyh strong:where(.svelte-12qhfyh){font-size:15px}.desknav.svelte-12qhfyh{display:none;gap:4px;margin-left:12px;flex:1}.desknav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:7px;padding:7px 13px;border-radius:var(--r);text-decoration:none;color:var(--muted);font-size:14px;font-weight:550}.desknav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--surface-2);color:var(--ink)}.desknav.svelte-12qhfyh a.on:where(.svelte-12qhfyh){background:var(--brand-soft);color:var(--brand-ink)}.newbtn.svelte-12qhfyh{display:none}.themebtn.svelte-12qhfyh{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--r);border:1px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer}.themebtn.svelte-12qhfyh:hover{background:var(--surface-2);color:var(--ink)}.themebtn.svelte-12qhfyh{position:relative}.sizetag.svelte-12qhfyh{position:absolute;right:-3px;bottom:-3px;min-width:14px;height:14px;padding:0 3px;border-radius:7px;background:var(--brand);color:var(--on-brand);font-size:9px;font-weight:800;line-height:14px}.usermenu.svelte-12qhfyh{position:relative}.userbtn.svelte-12qhfyh{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;border:1px solid var(--line-strong);background:var(--surface-2);cursor:pointer;padding:0}.userbtn.svelte-12qhfyh:hover{border-color:var(--brand)}.initials.svelte-12qhfyh{font-size:12px;font-weight:750;color:var(--ink-2);letter-spacing:.02em}.menu.svelte-12qhfyh{position:absolute;right:0;top:42px;z-index:80;min-width:208px;padding:6px;display:flex;flex-direction:column;gap:2px;box-shadow:var(--shadow-lg)}.who.svelte-12qhfyh{display:flex;flex-direction:column;padding:8px 10px 10px;border-bottom:1px solid var(--line);margin-bottom:4px}.mi.svelte-12qhfyh{display:flex;align-items:center;gap:9px;padding:9px 10px;border:0;border-radius:var(--r-sm);background:transparent;color:inherit;text-decoration:none;font-size:14px;text-align:left;cursor:pointer;width:100%}.mi.svelte-12qhfyh:hover{background:var(--surface-2)}.mi.danger.svelte-12qhfyh{color:var(--danger)}.mi.danger.svelte-12qhfyh:hover{background:var(--danger-soft)}main.plain.svelte-12qhfyh{padding-bottom:24px}main.svelte-12qhfyh{flex:1;width:100%;max-width:1500px;margin:0 auto;padding:16px;padding-bottom:calc(96px + var(--safe-b))}.tabs.svelte-12qhfyh{position:fixed;bottom:0;left:0;right:0;z-index:60;display:grid;grid-template-columns:repeat(5,1fr);height:calc(60px + var(--safe-b));padding-bottom:var(--safe-b);background:var(--surface);border-top:1px solid var(--line);box-shadow:var(--shadow-up)}.tabs.svelte-12qhfyh a:where(.svelte-12qhfyh){position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:var(--muted);-webkit-tap-highlight-color:transparent;transition:color .15s}.lbl.svelte-12qhfyh{font-size:10.5px;font-weight:600;letter-spacing:.01em}.tabs.svelte-12qhfyh a.on:where(.svelte-12qhfyh){color:var(--brand)}.tabs.svelte-12qhfyh a.on:where(.svelte-12qhfyh):before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:24px;height:3px;border-radius:0 0 3px 3px;background:var(--brand)}.fabcell.svelte-12qhfyh{overflow:visible}.fab.svelte-12qhfyh{position:absolute;top:-24px;left:50%;transform:translate(-50%);display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--brand);color:var(--on-brand);border:4px solid var(--bg);box-shadow:var(--fab-shadow);transition:transform .14s cubic-bezier(.34,1.56,.64,1),box-shadow .14s}.fabcell.svelte-12qhfyh:active .fab:where(.svelte-12qhfyh){transform:translate(-50%) scale(.92)}.fab.on.svelte-12qhfyh{box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 22%,transparent)}.toast.svelte-12qhfyh{position:fixed;z-index:200;bottom:calc(78px + var(--safe-b));left:50%;transform:translate(-50%);padding:10px 18px;border-radius:999px;background:var(--ink);color:var(--bg);font-size:14px;font-weight:550;box-shadow:var(--shadow-lg);animation:svelte-12qhfyh-rise .2s ease}.toast.svelte-12qhfyh{display:flex;align-items:center;gap:12px}.undo.svelte-12qhfyh{border:0;background:transparent;cursor:pointer;color:inherit;font:inherit;font-weight:750;text-decoration:underline;text-underline-offset:3px;padding:0 2px}.toast.ok.svelte-12qhfyh{background:var(--ok);color:#fff}.toast.warn.svelte-12qhfyh{background:var(--warn);color:#fff}@keyframes svelte-12qhfyh-rise{0%{opacity:0;transform:translate(-50%,10px)}}@media(min-width:900px){.desknav.svelte-12qhfyh{display:flex}.newbtn.svelte-12qhfyh{display:inline-flex}.tabs.svelte-12qhfyh{display:none}main.svelte-12qhfyh{padding:20px 24px 40px}.toast.svelte-12qhfyh{bottom:26px}}
