:root{--bg:#f7f7f5;--surface:#fff;--surface-2:#f0efec;--border:#e2e0db;--text:#1c1b19;--text-muted:#6b6862;--accent:#1f6f5c;--accent-soft:#e6f0ec;--negative:#b3261e;--positive:#1f6f5c;--warning:#8a6100;--warning-soft:#fdf3dc;--radius:12px;--radius-sm:8px;--shadow:0 1px 2px rgba(0,0,0,.05),0 4px 12px rgba(0,0,0,.04);--nav-height:60px;--font:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;--font-mono:ui-monospace,"SF Mono",Menlo,Consolas,monospace}@media (prefers-color-scheme:dark){:root{--bg:#16171a;--surface:#1e2024;--surface-2:#26292e;--border:#33373d;--text:#ecebe8;--text-muted:#9a9790;--accent:#5cc0a3;--accent-soft:#1c2f2a;--negative:#f2857c;--positive:#5cc0a3;--warning:#e0b155;--warning-soft:#2c2618}}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;line-height:1.25;letter-spacing:-.01em}h1{font-size:1.5rem}h2{font-size:1.1rem}a{color:inherit;text-decoration:none}.shell{min-height:100vh;display:flex;flex-direction:column;padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom))}.main{flex:1 1;width:100%;max-width:1100px;margin:0 auto;padding:20px 16px 32px}.page-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:20px;flex-wrap:wrap}.page-header p{margin:4px 0 0;color:var(--text-muted);font-size:.875rem}.nav{position:fixed;bottom:0;left:0;right:0;height:calc(var(--nav-height) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--border);z-index:20}.nav,.nav a{display:flex}.nav a{flex:1 1;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:.7rem;color:var(--text-muted);min-height:var(--nav-height)}.nav a[data-active=true]{color:var(--accent);font-weight:600}.nav-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}.nav-icon svg{width:20px;height:20px;display:block}.nav-badge{position:absolute;top:-6px;right:-10px;background:var(--warning);color:#fff;border-radius:999px;font-size:.6rem;font-weight:700;padding:1px 5px}.nav a.nav-brand{flex:none;width:58px;border-right:1px solid var(--border)}@media (min-width:768px){.shell{flex-direction:row;padding-bottom:0}.nav{position:-webkit-sticky;position:sticky;top:0;height:100vh;width:210px;flex-direction:column;border-top:none;border-right:1px solid var(--border);padding:20px 12px;gap:4px}.nav a{flex:0 1;flex-direction:row;justify-content:flex-start;gap:12px;padding:10px 12px;border-radius:var(--radius-sm);font-size:.9rem;min-height:44px}.nav a[data-active=true]{background:var(--accent-soft)}.nav a.nav-brand{width:auto;border-right:none;gap:10px;font-weight:700;font-size:1.05rem;letter-spacing:-.02em;color:var(--text);padding:4px 12px 18px;min-height:0}.nav a.nav-brand[data-active=true]{background:none;color:var(--accent)}.main{padding:28px 32px 48px}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow)}.card+.card{margin-top:14px}.card-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600;margin-bottom:12px}.grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.stat-card{position:relative;display:block;width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer}.stat-card:hover{border-color:var(--accent)}.stat-card[data-selected=true]{border-color:var(--accent);background:var(--accent-soft);box-shadow:none}.stat-card[data-selected=true]:after{content:"";position:absolute;bottom:-7px;left:calc(50% - 7px);width:12px;height:12px;background:var(--accent-soft);border-right:1px solid var(--accent);border-bottom:1px solid var(--accent);transform:rotate(45deg)}@media (max-width:359px){.stat-card[data-selected=true]:after{display:none}}.stat-chevron{position:absolute;top:12px;right:12px;font-size:1.15rem;line-height:1;color:var(--text-muted)}.stat-card:hover .stat-chevron{color:var(--accent)}.focus-panel{margin-top:6px}button.bar-row,button.net-col{border:none;background:none;font:inherit;color:inherit;padding:0;cursor:pointer}button.bar-row{width:100%;text-align:left}a.bar-row:hover span:first-child,button.bar-row:hover span:first-child{text-decoration:underline}.net-chart{display:flex;align-items:stretch;gap:6px;height:170px;margin-top:16px;overflow-x:auto;padding-bottom:4px}.net-col{flex:1 1;min-width:34px;display:flex;flex-direction:column}.net-half{flex:1 1;display:flex;align-items:flex-end;justify-content:center}.net-half.down{align-items:flex-start}.net-zero{display:block;height:1px;background:var(--border)}.net-bar{display:block;width:60%;min-height:2px;border-radius:3px 3px 0 0}.net-half.down .net-bar{border-radius:0 0 3px 3px}.net-bar.positive{background:var(--positive)}.net-bar.negative{background:var(--negative)}.net-col .month-label{margin-top:6px;text-align:center}.recurring-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid var(--border)}.recurring-row:last-child{border-bottom:none}.recurring-row:hover{background:var(--surface-2)}.recurring-row[data-dimmed=true]{opacity:.6}.recurring-main{display:grid;grid-gap:4px;gap:4px;min-width:0}.recurring-main>strong{overflow-wrap:anywhere}.recurring-cost{flex:none;display:grid;justify-items:end;text-align:right}.recurring-yearly{font-size:1.05rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--negative)}.disclosure{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:4px 0 12px;border:none;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer}.disclosure>span:first-child{display:grid;grid-gap:2px;gap:2px}.back-link{display:inline-block;margin-bottom:10px;font-size:.85rem;font-weight:600;color:var(--accent)}.deltas{display:flex;flex-direction:column;gap:3px;margin-top:5px}.delta{font-size:.82rem;font-weight:700}.delta .muted{font-weight:500}.bar-change{grid-column:1/-1;font-size:.72rem;font-weight:700}.tile-link{display:flex;align-items:center;justify-content:space-between;gap:12px}.tile-link>span:first-child{display:grid;grid-gap:2px;gap:2px}.tile-chevron{flex:none;font-size:1.3rem;color:var(--text-muted)}.tile-link:hover{border-color:var(--accent)}.tile-link:hover .tile-chevron{color:var(--accent)}.stat-value{font-size:1.6rem;font-weight:650;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat-label{color:var(--text-muted);font-size:.8rem;margin-top:2px}.negative{color:var(--negative)}.positive{color:var(--positive)}.bar-row{display:grid;grid-template-columns:1fr auto;grid-gap:4px 12px;gap:4px 12px;align-items:baseline;margin-bottom:10px}.bar-track{grid-column:1/-1;height:6px;background:var(--surface-2);overflow:hidden}.bar-fill,.bar-track{display:block;border-radius:999px}.bar-fill{height:100%;min-width:2px;background:var(--negative)}.bar-fill.inflow{background:var(--positive)}.bar-amount{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;font-size:.9rem}.months{display:flex;align-items:flex-end;gap:8px;height:140px;overflow-x:auto;padding-bottom:4px}.month{flex:1 1;min-width:34px;flex-direction:column;align-items:center;gap:6px;justify-content:flex-end}.month,.month-bars{display:flex;height:100%}.month-bars{align-items:flex-end;gap:2px;width:100%;justify-content:center}.month-bar{width:45%;border-radius:3px 3px 0 0;min-height:2px}.month-bar.in{background:var(--positive);opacity:.75}.month-bar.out{background:var(--negative);opacity:.75}.month-label{font-size:.68rem;color:var(--text-muted);white-space:nowrap}.value-chart{display:block;width:100%;height:auto;aspect-ratio:600/160}.value-chart-baseline{stroke:var(--border);stroke-width:1}.value-chart-area{fill:var(--accent);opacity:.1;stroke:none}.value-chart-line{fill:none;stroke:var(--accent);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}:root{--series-1:#1f6f5c;--series-2:#8a6100;--series-3:#3f6fa8;--series-4:#9c4f7a;--series-5:#5b7f3a;--series-6:#a15a3c}@media (prefers-color-scheme:dark){:root{--series-1:#5cc0a3;--series-2:#e0b155;--series-3:#79aade;--series-4:#d68cb4;--series-5:#9dc46f;--series-6:#dc9273}}.series-1{--series:var(--series-1)}.series-2{--series:var(--series-2)}.series-3{--series:var(--series-3)}.series-4{--series:var(--series-4)}.series-5{--series:var(--series-5)}.series-6{--series:var(--series-6)}.value-chart-line.series-1,.value-chart-line.series-2,.value-chart-line.series-3,.value-chart-line.series-4,.value-chart-line.series-5,.value-chart-line.series-6{stroke:var(--series)}.value-chart-band{fill:var(--series);fill-opacity:.55;stroke:var(--surface);stroke-width:.75}.chart-controls{display:flex;flex-wrap:wrap;gap:8px 16px;margin-bottom:10px}.chart-legend{display:flex;flex-wrap:wrap;gap:6px 18px;margin:8px 0 0;padding:0;list-style:none;font-size:.82rem}.chart-legend li{display:flex;align-items:center;gap:6px;min-width:0}.legend-swatch{width:10px;height:10px;flex:none;border-radius:3px;background:var(--series)}.legend-label{color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legend-value{font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.value-chart-level{stroke:var(--border);stroke-width:1;stroke-dasharray:3 4}.value-chart-level-label{fill:var(--text-muted);font-size:8px;font-weight:600;letter-spacing:.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;paint-order:stroke;stroke:var(--surface);stroke-width:3px;stroke-linejoin:round}.value-chart-crosshair{stroke:var(--border);stroke-width:1}.position-open{flex:1 1;display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;padding:0;font:inherit;color:inherit;text-align:left;background:none;border:0;cursor:pointer}.position-history{padding:12px 0 4px;border-bottom:1px solid var(--border)}.bond-price-form{margin:8px 0;padding:12px;background:var(--surface-2);border-radius:var(--radius-sm)}.bond-price-form .field{margin-bottom:8px}.bond-price-form-actions{display:flex;align-items:center;gap:12px}.bond-price-links{display:flex;align-items:center;gap:16px}.chart-readout{gap:8px;min-height:22px;margin-bottom:4px}.chart-readout,.movement{display:flex;align-items:baseline}.movement{flex-wrap:wrap;gap:10px;margin-top:6px}.movement-now{font-size:1.15rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.value-chart-end{fill:var(--accent);stroke:var(--surface);stroke-width:2}.value-chart-hit{fill:transparent;cursor:pointer}.value-chart-hit:focus-visible,.value-chart-hit:hover{fill:var(--accent);opacity:.15;outline:none}.value-chart-axis-label{font-size:.68rem;fill:var(--text-muted)}.legend{display:flex;gap:14px;font-size:.75rem;color:var(--text-muted);margin-top:10px}.month{background:none;border:none;padding:0;font:inherit;color:inherit;text-align:inherit;cursor:pointer}.period-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:14px;font-size:.9rem}.crumb-back{font:inherit;font-weight:600;color:var(--accent);background:none;border:none;padding:0;cursor:pointer}.crumb-sep{color:var(--text-muted)}.period-picker{margin-bottom:14px}.period-pills{display:flex;flex-wrap:wrap;gap:8px}.pill{display:inline-flex;align-items:center;height:34px;padding:0 14px;font:inherit;font-size:.82rem;font-weight:600;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;cursor:pointer}.pill.active{background:var(--accent-soft);color:var(--accent);border-color:transparent}select.period-other{-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range{display:flex;align-items:center;gap:8px;margin-top:10px;color:var(--text-muted);font-size:.82rem}.custom-range input[type=date]{padding:8px 10px;font-size:16px;font-family:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.compare-badge{display:block;margin-top:2px;font-size:.72rem;font-weight:600;color:var(--text-muted)}.compare-badge.bad{color:var(--negative)}.compare-badge.good{color:var(--positive)}.legend span:before{content:"";display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:5px}.legend .in:before{background:var(--positive)}.legend .out:before{background:var(--negative)}.txn{display:grid;grid-template-columns:1fr auto;grid-gap:2px 12px;gap:2px 12px;padding:12px 0;cursor:pointer;text-align:left;width:100%;background:none;border:none;border-bottom:1px solid var(--border);font:inherit;color:inherit}.txn:last-child{border-bottom:none}.txn:hover{background:var(--surface-2)}.txn-description{font-weight:550;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.txn-amount{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;white-space:nowrap}.txn-meta{grid-column:1;display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:var(--text-muted);font-size:.78rem}.txn-match{flex-basis:100%;color:var(--text)}.txn-row{display:flex;align-items:stretch;gap:4px;border-bottom:1px solid var(--border)}.txn-row .txn,.txn-row:last-child{border-bottom:none}.txn-row .txn{flex:1 1;min-width:0}.txn-row[data-just-checked=true] .txn{opacity:.5}.txn-check{flex:none;align-self:center;display:flex;align-items:center;justify-content:center;width:44px;min-height:44px;padding:0;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);cursor:pointer}.txn-check svg{width:19px;height:19px}.txn-check[data-state=open]{background:var(--warning-soft);border-color:transparent;color:var(--warning)}.txn-check:hover:not(:disabled){background:var(--accent-soft);border-color:transparent;color:var(--accent)}.txn-check:disabled{cursor:default}.txn-check[data-state=checked]{background:var(--accent-soft);border-color:transparent;color:var(--accent)}.txn-row[data-density=compact] .txn-meta{flex-wrap:nowrap;overflow:hidden}.txn-row[data-density=compact] .txn-meta>span{white-space:nowrap}.txn-row[data-density=compact] .txn-category{min-width:0;overflow:hidden;text-overflow:ellipsis}.txn-flag{display:inline-flex;align-items:center;color:var(--text-muted)}.txn-flag svg{width:14px;height:14px}.table-tools{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.table-tools .density{flex:0 0 auto;margin-bottom:0;padding-bottom:0;border-bottom:none}.table-tools .density-label{margin-right:8px}.sort-pills{display:flex;align-items:center;gap:6px;margin-left:auto}.sort-label{font-size:.78rem;font-weight:600;color:var(--text-muted)}.pill-select,.pill-toggle{display:inline-flex;align-items:center;gap:4px;height:32px;padding:0 12px;font:inherit;font-size:.8rem;font-weight:600;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;cursor:pointer}.pill-select{position:relative}.pill-select select{position:absolute;inset:0;width:100%;height:100%;opacity:0;border:0;border-radius:999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.pill-select:focus-within{outline:2px solid var(--accent);outline-offset:2px}.pill-chevron{color:var(--text-muted);pointer-events:none}.pill-select:hover,.pill-toggle:hover{border-color:var(--accent)}.pill-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.density,.segmented{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.density-label,.segmented-label{font-size:.78rem;font-weight:600;color:var(--text-muted);margin-right:auto}.density-options,.segmented-options{display:flex;gap:6px;position:relative}.density-options input[type=radio],.segmented-options input[type=radio]{position:absolute;top:50%;left:12px;width:1px;height:1px;opacity:0;pointer-events:none}.density-options label,.segmented-options label{display:inline-flex;align-items:center;height:32px;padding:0 13px;font-size:.8rem;font-weight:600;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;cursor:pointer}.density-options input[type=radio]:checked+label,.segmented-options input[type=radio]:checked+label{background:var(--accent-soft);color:var(--accent);border-color:transparent}.density-options input[type=radio]:focus-visible+label,.segmented-options input[type=radio]:focus-visible+label{outline:2px solid var(--accent);outline-offset:2px}.matched-pairs{display:grid;grid-gap:12px;gap:12px}.matched-pair{display:grid;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);align-items:stretch;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.matched-pair-side{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:5px;padding:14px;border:0;background:var(--surface);color:inherit;font:inherit;text-align:left;cursor:pointer}.matched-pair-side:hover{background:var(--surface-2)}.matched-pair-role{color:var(--text-muted);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.matched-pair-description{max-width:100%;overflow:hidden;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.matched-pair-amount{font-size:1.05rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700}.matched-pair-meta{display:flex;flex-wrap:wrap;gap:5px 8px;color:var(--text-muted);font-size:.75rem}.matched-pair-edit{margin-top:auto;padding-top:5px;color:var(--accent);font-size:.75rem;font-weight:600}.matched-pair-arrow{display:grid;place-items:center;color:var(--accent);font-size:1.15rem;font-weight:700}@media (max-width:480px){.matched-pair{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr)}.matched-pair-side{padding:10px 8px}.matched-pair-description{font-size:.85rem}.matched-pair-amount{font-size:.9rem}}.chip{display:inline-flex;align-items:center;gap:4px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:2px 9px;font-size:.72rem;color:var(--text-muted);white-space:nowrap}.chip.review{background:var(--warning-soft);color:var(--warning);border-color:transparent;font-weight:600}.chip.recurring{background:var(--accent-soft);color:var(--accent);border-color:transparent}.chip.recurring.semi{background:transparent;color:var(--accent);border-color:var(--accent)}.field{display:block;margin-bottom:14px}.field-label{display:block;font-size:.78rem;font-weight:600;color:var(--text-muted);margin-bottom:5px}input[type=search],input[type=text],select,textarea{width:100%;padding:10px 12px;font-size:16px;font-family:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;font:inherit;font-weight:600;color:#fff;background:var(--accent);border:none;border-radius:var(--radius-sm);cursor:pointer}.button:disabled{opacity:.55;cursor:not-allowed}.button.secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.notice{border-radius:var(--radius-sm);padding:12px 14px;font-size:.875rem;margin-bottom:14px}.notice.error{background:color-mix(in srgb,var(--negative) 12%,transparent);color:var(--negative)}.notice.warn{background:var(--warning-soft);color:var(--warning)}.notice.ok{background:var(--accent-soft);color:var(--accent)}.empty{text-align:center;padding:40px 16px;color:var(--text-muted)}.empty h2{color:var(--text);margin-bottom:6px}.muted{color:var(--text-muted)}.small{font-size:.8rem}.dropzone{border:2px dashed var(--border);border-radius:var(--radius);padding:36px 20px;text-align:center;background:var(--surface);transition:border-color .15s,background .15s}.dropzone[data-active=true]{border-color:var(--accent);background:var(--accent-soft)}.upload-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:16px}.statement{border-bottom:1px solid var(--border);padding-bottom:8px}.statement:last-child{border-bottom:none;padding-bottom:0}.statement .txn{border-bottom:none}.bank-correction{margin-top:4px}.bank-correction-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:5px}.bank-correction-row input[type=text]{flex:1 1 160px;width:auto}.bank-correction-row .button{min-height:44px;padding:0 14px}.linklike{background:none;border:none;padding:0;font:inherit;font-size:.8rem;color:var(--accent);text-decoration:underline;cursor:pointer}.error-text{color:var(--negative);margin:6px 0 0}.chip.verified{background:var(--accent-soft);color:var(--accent);border-color:transparent;font-weight:600}.teach textarea{margin-bottom:10px;resize:vertical}.teach-actions{display:flex;gap:8px;flex-wrap:wrap}.teach-preview{margin-bottom:12px}.teach-rule{padding:10px 12px;margin-bottom:8px;background:var(--surface-2);border-radius:var(--radius-sm);border-left:3px solid var(--accent)}.checkbox{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;cursor:pointer}.checkbox input[type=checkbox]{width:20px;height:20px;margin:1px 0 0;flex:none;accent-color:var(--accent)}.checkbox:has(input:disabled){cursor:default;color:var(--text-muted)}.filter-checks{display:grid;grid-gap:10px;gap:10px;margin-top:12px}.rule{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;padding:14px 0;border-bottom:1px solid var(--border)}.rule:last-child{border-bottom:none}.rule[data-off=true] .rule-main{opacity:.55}.rule-main{flex:1 1 240px;min-width:0}.rule-summary{font-size:.9rem;margin-bottom:2px}.rule-actions{display:flex;align-items:center;gap:12px}.rule-actions .button{min-height:38px;padding:0 14px;font-size:.85rem}.chat{display:flex;flex-direction:column;gap:14px;min-height:calc(100vh - var(--nav-height) - 80px)}.chat-log{flex:1 1;display:flex;flex-direction:column;gap:12px}.bubble{max-width:86%;padding:11px 14px;border-radius:var(--radius);white-space:pre-wrap;overflow-wrap:anywhere}.bubble.user{align-self:flex-end;background:var(--accent);color:#fff;border-bottom-right-radius:4px}.bubble.assistant{align-self:flex-start;background:var(--surface);border:1px solid var(--border);border-bottom-left-radius:4px}.tool-trace{align-self:flex-start;font-size:.72rem;color:var(--text-muted);display:flex;gap:6px;flex-wrap:wrap}.composer{position:-webkit-sticky;position:sticky;bottom:calc(var(--nav-height) + env(safe-area-inset-bottom));display:flex;gap:8px;padding:10px 0;background:var(--bg)}@media (min-width:768px){.composer{bottom:0}}.suggestions{display:flex;gap:8px;flex-wrap:wrap}.suggestions button{font:inherit;font-size:.8rem;padding:7px 12px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;min-height:36px}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:flex-end;justify-content:center;z-index:40;padding:0}.modal{background:var(--surface);border-radius:var(--radius) var(--radius) 0 0;padding:20px 18px calc(20px + env(safe-area-inset-bottom));width:100%;max-height:88vh;overflow-y:auto}@media (min-width:768px){.modal-backdrop{align-items:center;padding:20px}.modal{border-radius:var(--radius);max-width:460px}}.modal-actions{display:flex;gap:10px;margin-top:18px}.modal-section+.modal-section{margin-top:22px;padding-top:18px;border-top:1px solid var(--border)}.modal-section-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600;margin:0 0 12px}.modal-danger{margin-top:18px;padding-top:14px;border-top:1px solid var(--border)}.modal-actions.sticky{position:-webkit-sticky;position:sticky;bottom:calc(-20px - env(safe-area-inset-bottom));margin:18px -18px calc(-20px - env(safe-area-inset-bottom));padding:12px 18px calc(12px + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--border)}@media (min-width:768px){.modal-actions.sticky{bottom:-20px;margin:18px -18px -20px;padding:12px 18px 20px}}.confirm-backdrop{z-index:60}.confirm{max-width:400px}.confirm-title{margin-bottom:6px}.confirm-body{margin-bottom:4px}.confirm-body p{margin:0 0 8px}.confirm-body p:last-child{margin-bottom:0}.modal-actions .button{flex:1 1}.spinner{display:inline-block;width:15px;height:15px;border:2px solid;border-top:2px solid transparent;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.row-links{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.warn-text{color:var(--warning)}.receipts{border-top:1px solid var(--border);margin-top:18px;padding-top:14px}.receipts-title{font-size:.95rem;margin:0 0 8px}.receipts-busy{display:flex;align-items:center;gap:8px}.receipt-actions{display:flex;gap:10px;margin-top:12px}.receipt-actions .button{flex:1 1;white-space:nowrap}.receipt{border:1px solid var(--border);border-radius:var(--radius);padding:12px;margin-bottom:10px}.receipt-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.receipt-sub{display:block}.receipt-items{list-style:none;margin:10px 0 0;padding:0}.receipt-item{display:flex;justify-content:space-between;align-items:baseline;gap:10px;padding:6px 0;border-bottom:1px solid var(--border);font-size:.9rem}.receipt-item:last-child{border-bottom:none}.receipt-item-name{background:none;border:none;padding:0;font:inherit;color:inherit;text-align:left;cursor:pointer;flex:1 1}.receipt-item-name:hover{text-decoration:underline}.receipt-item-amount{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.receipt-item.editing input{flex:1 1}.receipt-note{margin:8px 0 0}.receipt-image{display:block;width:100%;margin-top:10px;border-radius:var(--radius);border:1px solid var(--border)}.chip.unconfirmed{background:var(--warn-bg,#fdf3e3);color:var(--warn-fg,#8a5a00)}.direction-toggle{display:flex;gap:8px}.direction-toggle .button{flex:1 1}.linklike.danger{color:var(--danger,#b3261e);margin-top:10px;display:inline-block}.todo-add{display:flex;gap:8px}.todo-add input{flex:1 1}.todo{padding:10px 0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:1fr auto;grid-gap:4px 10px;gap:4px 10px;align-items:start}.todo:last-child{border-bottom:none}.todo-check{display:flex;gap:10px;align-items:start;cursor:pointer}.todo.is-done .todo-title{text-decoration:line-through;opacity:.6}.todo-actions{display:flex;gap:10px;align-items:center;white-space:nowrap}.todo-notes,.todo-source{grid-column:1/-1;margin:0}.todo-source{justify-self:start}.tiles{display:grid;grid-gap:4px;gap:4px}.tile{display:flex;gap:12px;align-items:center;padding:14px 4px;border-bottom:1px solid var(--border);color:inherit;text-decoration:none}.tile:last-child{border-bottom:none}.tile>span:last-child{display:grid;grid-gap:2px;gap:2px}.tile-icon{width:22px;height:22px;flex:none;opacity:.75}.tile-icon svg{width:100%;height:100%}.tile.danger .tile-icon{color:var(--danger,#b3261e);opacity:1}.category-help{background:var(--surface-2);color:var(--text-muted)}.category-editor{margin-bottom:14px;border-color:color-mix(in srgb,var(--accent) 45%,var(--border))}.category-editor-actions,.category-editor-heading,.category-row,.hidden-category{display:flex;align-items:center;justify-content:space-between;gap:12px}.category-editor-heading{align-items:flex-start;margin-bottom:16px}.category-editor-heading p{margin:4px 0 0}.category-editor-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:12px;gap:12px}.category-editor-fields .field{margin-bottom:4px}.field-hint{display:block;margin-top:5px;color:var(--text-muted);font-size:.75rem}.category-editor-actions{justify-content:flex-end;margin-top:12px}.category-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));align-items:start;grid-gap:14px;gap:14px}.category-groups .card+.card{margin-top:0}.category-group{padding:0;overflow:hidden}.category-row{min-height:52px;padding:10px 14px;border-bottom:1px solid var(--border)}.category-row[data-parent=true]{min-height:60px;background:var(--surface-2)}.category-name{min-width:0}.category-name>strong{display:block;overflow-wrap:anywhere}.category-badges{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.subcategory-list .category-row{padding-left:28px}.subcategory-list .category-row:before{content:"";width:8px;height:8px;margin-left:-14px;flex:none;border-left:1px solid var(--border);border-bottom:1px solid var(--border)}.category-actions{display:flex;flex:none;gap:10px}.category-actions .linklike{min-height:32px}.category-actions .linklike:disabled{opacity:.5;cursor:not-allowed}.category-hide{color:var(--text-muted)}.category-add-child{width:100%;min-height:44px;padding:8px 14px;border:0;background:none;color:var(--accent);font:inherit;font-size:.82rem;font-weight:600;text-align:left;cursor:pointer}.category-add-child:hover{background:var(--surface-2)}.hidden-categories{margin-top:18px}.hidden-categories summary{cursor:pointer;font-weight:600}.hidden-categories>p{margin:8px 0 4px}.hidden-category{min-height:54px;padding:8px 0;border-bottom:1px solid var(--border)}.hidden-category:last-child{border-bottom:0}.hidden-category>span{display:grid;min-width:0}.button.compact{min-height:38px;padding:0 14px;font-size:.84rem}@media (max-width:560px){.category-editor-fields,.category-groups{grid-template-columns:1fr}.category-row{align-items:flex-start;flex-direction:column;gap:4px}.category-actions{width:100%;justify-content:flex-end}}.section-title{font-size:.95rem;margin:0 0 10px}.nested{padding-left:26px;margin-bottom:6px}.field-row{display:flex;gap:10px}.field-row .field{flex:1 1}.delete-counts{margin:6px 0 10px;padding-left:18px}.button.danger{background:var(--danger,#b3261e);border-color:var(--danger,#b3261e);color:#fff}.request{display:grid;grid-gap:4px;gap:4px;padding:12px 0;border-bottom:1px solid var(--border)}.request:last-child{border-bottom:none}.request-actions{display:flex;gap:10px;margin-top:6px}.request-actions .button{flex:1 1}.timeline{list-style:none;margin:0;padding:0}.event{background:var(--surface);border-radius:var(--radius);padding:14px 16px;margin-bottom:10px;border-left:3px solid var(--border)}.event.decision{border-left-color:var(--accent,#16624f)}.event-head{display:flex;align-items:center;gap:8px;margin-bottom:4px}.event-points{margin:8px 0 0;padding-left:18px;font-size:.88rem}.event-points li{margin-bottom:4px}.more-quiet{margin-top:18px;text-align:center}