:root{--bg:#fbfaf8;--surface:#fff;--border:#e5e1da;--text:#1c1b19;--muted:#6b675f;--accent:#2f5d50;--accent-text:#fff;--danger:#8f2d2d;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#14151a;--surface:#1c1e24;--border:#2c2f37;--text:#edecea;--muted:#9a968e;--accent:#6fae99;--accent-text:#10221d;--danger:#e08a8a}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}.shell{max-width:34rem;margin:0 auto;padding:3rem 1rem 4rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}h1{letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.5rem}.sub{color:var(--muted);margin:0 0 2rem}label{margin-bottom:.4rem;font-size:.875rem;font-weight:550;display:block}input[type=email]{width:100%;font:inherit;color:inherit;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.65rem .75rem}input[type=email]:focus-visible{outline:2px solid var(--accent);outline-offset:1px}button{width:100%;font:inherit;color:var(--accent-text);background:var(--accent);cursor:pointer;border:0;border-radius:8px;margin-top:.75rem;padding:.65rem 1rem;font-weight:550}button:disabled{opacity:.55;cursor:not-allowed}button.secondary{color:var(--muted);border:1px solid var(--border);background:0 0}.note{color:var(--muted);margin-top:1rem;font-size:.875rem}.error{color:var(--danger);margin-top:1rem;font-size:.875rem}dl{grid-template-columns:auto 1fr;gap:.5rem 1.25rem;margin:0 0 1.5rem;display:grid}dt{color:var(--muted);font-size:.875rem}dd{font-variant-numeric:tabular-nums;margin:0}.badge{background:var(--accent);color:var(--accent-text);border-radius:999px;padding:.1rem .5rem;font-size:.8125rem;display:inline-block}select{width:100%;font:inherit;color:inherit;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.65rem .75rem}a{color:var(--accent)}.button-link{text-align:center;color:var(--accent-text);background:var(--accent);border-radius:8px;margin-top:.75rem;padding:.65rem 1rem;font-weight:550;text-decoration:none;display:block}.people{margin:0;padding:0;list-style:none}.people li{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem 0;display:flex}.people li:last-child{border-bottom:0;padding-bottom:0}.people li:first-child{padding-top:0}.meta{color:var(--muted);margin-top:.15rem;font-size:.8125rem}.right{text-align:right;flex-shrink:0}.you{color:var(--muted);font-weight:400}.card-title{margin:0 0 1rem;font-size:1.0625rem}.row{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.75rem;display:grid}@media (width<=26rem){.row{grid-template-columns:1fr}}input[type=text],input[type=date],input:not([type]){width:100%;font:inherit;color:inherit;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.65rem .75rem}.check{align-items:center;gap:.5rem;margin-top:.85rem;font-weight:400;display:flex}.check input{width:auto;margin:0}.amount{font-variant-numeric:tabular-nums;font-weight:550}.amount.negative{color:var(--text)}.amount.positive{color:var(--accent)}.budget-row{margin-bottom:.9rem}.budget-row:last-child{margin-bottom:0}.budget-head{font-variant-numeric:tabular-nums;justify-content:space-between;margin-bottom:.35rem;font-size:.875rem;display:flex}.budget-head .over{color:var(--danger);font-weight:600}.bar{background:var(--border);border-radius:999px;height:6px;overflow:hidden}.fill{background:var(--accent);height:100%}.fill.over{background:var(--danger)}.button-link.secondary-link{color:var(--muted);border:1px solid var(--border);background:0 0}button.small{width:auto;margin:0;padding:.3rem .7rem;font-size:.8125rem}.dim{opacity:.45}.badge.warn{background:var(--danger);color:#fff}.amount.over{color:var(--danger)}input[type=file]{width:100%;font:inherit;color:var(--muted);background:var(--bg);border:1px dashed var(--border);border-radius:8px;padding:.5rem}.tx-controls{align-items:center;gap:.5rem;margin-top:.45rem;display:flex}.tx-controls select{width:auto;max-width:11rem;padding:.25rem .4rem;font-size:.8125rem}.check.tight{white-space:nowrap;margin-top:0;font-size:.8125rem}button.small.secondary{color:var(--muted);border:1px solid var(--border);background:0 0}.demo-banner{z-index:10;background:var(--accent);color:var(--accent-text);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem 1rem;font-size:.875rem;display:flex;position:sticky;top:0}.demo-banner .demo-actions{align-items:center;gap:.5rem;display:flex}.demo-banner select{background:var(--accent-text);width:auto;color:var(--accent);border:0;padding:.25rem .4rem;font-size:.8125rem}.demo-banner button.small{color:var(--accent-text);background:0 0;border:1px solid}.viz{--series-1:#2a78d6;--series-2:#eb6834;--series-3:#1baf7a;--series-4:#eda100;--series-5:#e87ba4;--series-6:#008300;--grid:#e5e1da;--axis-text:#6b675f}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .viz{--series-1:#3987e5;--series-2:#d95926;--series-3:#199e70;--series-4:#c98500;--series-5:#d55181;--series-6:#008300;--grid:#2c2f37;--axis-text:#9a968e}}.viz{position:relative}.viz svg{width:100%;height:auto;display:block;overflow:visible}.viz .grid-line{stroke:var(--grid);stroke-width:1px}.viz .axis-label{fill:var(--axis-text);font-size:11px}.viz .bar{rx:3}.viz .line{fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.legend{color:var(--muted);flex-wrap:wrap;gap:.35rem .9rem;margin-top:.75rem;font-size:.8125rem;display:flex}.legend span{align-items:center;gap:.35rem;display:inline-flex}.legend i{border-radius:3px;width:10px;height:10px;display:inline-block}.viz-tooltip{pointer-events:none;background:var(--surface);border:1px solid var(--border);white-space:nowrap;z-index:5;border-radius:8px;padding:.45rem .6rem;font-size:.8125rem;position:absolute;box-shadow:0 4px 16px #00000024}.viz-tooltip strong{margin-bottom:.2rem;display:block}.viz-tooltip .row{align-items:center;gap:.4rem;display:flex}.viz-tooltip .row i{border-radius:2px;width:8px;height:8px}.viz-tooltip .row b{font-variant-numeric:tabular-nums;margin-left:auto;font-weight:550}.period-tabs{flex-wrap:wrap;gap:.35rem;margin-bottom:1rem;display:flex}.period-tabs button{width:auto;color:var(--muted);border:1px solid var(--border);background:0 0;margin:0;padding:.35rem .75rem;font-size:.8125rem}.period-tabs button[aria-pressed=true]{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.trend-pill{font-variant-numeric:tabular-nums;font-size:.8125rem}.trend-pill.up{color:var(--danger)}.trend-pill.down{color:var(--accent)}table.viz-table{border-collapse:collapse;width:100%;margin-top:.75rem;font-size:.8125rem}table.viz-table th,table.viz-table td{text-align:right;border-bottom:1px solid var(--border);padding:.3rem .4rem}table.viz-table th:first-child,table.viz-table td:first-child{text-align:left}table.viz-table td{font-variant-numeric:tabular-nums}.blockers{color:var(--muted);margin:.5rem 0 0;padding-left:1.1rem;font-size:.8125rem}.blockers li{margin-bottom:.2rem}.choice{border:1px solid var(--border);background:var(--bg);border-radius:10px;margin-top:1rem;padding:.9rem}.choice h3{margin:0 0 .4rem;font-size:.9375rem}.choice .check{align-items:flex-start;margin-top:.6rem}.choice .over{color:var(--danger)}.version{border-top:1px solid var(--border);color:var(--muted);font-variant-numeric:tabular-nums;opacity:.7;align-items:center;gap:.5rem;margin-top:3rem;padding-top:1rem;font-size:.75rem;display:flex}.version .env-tag{border:1px solid var(--border);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.05rem .35rem;font-size:.6875rem}.household-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.6rem;display:flex}.household-name{font-size:.9375rem;font-weight:600}.household-who{color:var(--muted);font-size:.8125rem}details.tucked{margin-bottom:1rem}details.tucked>summary{cursor:pointer;color:var(--muted);padding:.5rem 0;font-size:.875rem;list-style:none}details.tucked>summary:before{content:"+ "}details.tucked[open]>summary:before{content:"− "}details.tucked>summary::-webkit-details-marker{display:none}.budget-table{border-collapse:collapse;width:100%;font-size:.875rem}.budget-table th,.budget-table td{border-bottom:1px solid var(--border);padding:.35rem .4rem}.budget-table thead th{color:var(--muted);text-align:right;font-size:.75rem;font-weight:550}.budget-table thead th:first-child{text-align:left}.budget-table tfoot th{border-bottom:0;border-top:2px solid var(--border);font-size:.8125rem}.budget-table .num{text-align:right;font-variant-numeric:tabular-nums}.budget-table .muted{color:var(--muted)}.budget-table .over{color:var(--danger);font-weight:600}.budget-table input{text-align:right;font-variant-numeric:tabular-nums;width:6.5rem;padding:.3rem .4rem}.link-ish{width:auto;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;margin:0;padding:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.demo-banner.viewing{background:var(--series-4,#eda100);color:#1a1a19}.household-select{width:auto;max-width:14rem;font:inherit;color:var(--text);background:0 0;border:1px solid #0000;border-radius:6px;margin:-.15rem 0 -.15rem -.35rem;padding:.15rem 1.4rem .15rem .35rem;font-size:.9375rem;font-weight:600}.household-select:hover{border-color:var(--border)}.household-select:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.member-actions{flex-direction:column;align-items:flex-end;gap:.4rem;display:flex}.member-actions select{width:auto;padding:.2rem .4rem;font-size:.8125rem}.inline-form{gap:.4rem;margin-top:.4rem;display:flex}.inline-form input{flex:1;padding:.25rem .4rem;font-size:.8125rem}.primary-nav{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}@media (width<=26rem){.primary-nav{grid-template-columns:1fr}}.tile{background:var(--accent);color:var(--accent-text);border-radius:10px;padding:.85rem .9rem;text-decoration:none;display:block}.tile strong{font-size:1rem;display:block}.tile span{opacity:.85;margin-top:.15rem;font-size:.8125rem;display:block}.tile:nth-child(n+2){color:var(--text);border:1px solid var(--border);background:0 0}.tile:nth-child(n+2) span{color:var(--muted);opacity:1}.secondary-nav{border-top:1px solid var(--border);flex-wrap:wrap;gap:.25rem 1.1rem;margin-top:1.5rem;padding-top:.9rem;font-size:.8125rem;display:flex}.secondary-nav a,.secondary-nav .link-ish{color:var(--muted);text-decoration:none}.secondary-nav a:hover,.secondary-nav .link-ish:hover{color:var(--text);text-decoration:underline}select option{background:var(--surface);color:var(--text)}.household-select{color-scheme:inherit}.demo-banner select option{background:var(--surface);color:var(--text)}.wide{max-width:34rem;margin:0 auto}@media (width>=52rem){.shell{max-width:46rem}}@media (width>=64rem){.shell{max-width:76rem}.wide{max-width:none}.columns{grid-template-columns:1.4fr 1fr;align-items:start;gap:1.5rem;display:grid}}.wide form input:not([type=checkbox]):not([type=radio]),.wide form select,.wide .card>input,.wide .card>select{max-width:24rem}.columns>section{min-width:0}.columns .card{margin-bottom:1rem}.section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 .6rem;font-size:.75rem}.card-head{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.75rem;display:flex}.tags{flex-wrap:wrap;gap:.3rem;margin-top:.4rem;display:flex}.tag-filter{flex-wrap:wrap;gap:.3rem;margin-bottom:.9rem;display:flex}.chip{width:auto;color:var(--muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;margin:0;padding:.1rem .45rem;font-size:.75rem;font-weight:450}.chip.on{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.chip.add{border-style:dashed}.chip.removable:hover{color:var(--danger);border-color:var(--danger)}.tags .inline-form{margin:0}.tags .inline-form input{width:7rem;padding:.1rem .4rem;font-size:.75rem}details.tucked.danger>summary{color:var(--danger)}button.destructive{background:var(--danger);color:#fff}button.destructive:disabled{opacity:.45}.certainty{text-transform:lowercase;font-size:.6875rem}.certainty.sure{color:var(--accent)}.certainty.likely{color:var(--muted)}.certainty.unsure{color:var(--danger);opacity:.85}.single{max-width:34rem}@media (width>=64rem){.primary-nav{grid-template-columns:repeat(3,1fr)}}.account-note{border-left:3px solid var(--accent);background:var(--bg);border-radius:0 6px 6px 0;margin-bottom:.9rem;padding:.5rem .7rem;font-size:.875rem}.account-note.warn{border-left-color:var(--danger)}.household-select.who{color:var(--muted);font-size:.8125rem;font-weight:400}.review{border-top:1px solid var(--border);margin-top:1rem;padding-top:.9rem}.review h4{color:var(--muted);margin:0 0 .3rem;font-size:.8125rem;font-weight:550}.review p{margin:0 0 .35rem}.cost-total{grid-template-columns:auto 1fr;gap:.25rem 1rem;margin:0 0 1rem;font-size:.875rem;display:grid}.cost-total dd{font-variant-numeric:tabular-nums}.cost-heading{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:1rem 0 .25rem;font-size:.75rem}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.6rem;display:flex}.section-head .section-title,.period-tabs.inline{margin:0}.period-tabs.inline button{padding:.2rem .55rem;font-size:.75rem}.month-nav{align-items:center;gap:.4rem;margin-bottom:.9rem;display:flex}.month-nav select{font-variant-numeric:tabular-nums;flex:1;width:auto}.month-nav button{width:auto;margin:0;padding:.3rem .6rem}
