@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6;color:#000;background:#f3f7ff;--c-accent: #2563eb;--c-accent-strong: #1d4ed8;--c-accent-soft: #dbeafe;--c-text: #000;--c-muted: #6b7280;--c-border: #111827;--c-border-light: #e5e7eb;--c-bg: #fff;--c-bg-soft: #f8fafc}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 28%),linear-gradient(180deg,#f8fbff,#fff 26%);color:var(--c-text);-webkit-font-smoothing:antialiased}#root{max-width:960px;margin:0 auto;padding:0 0 calc(6.8rem + env(safe-area-inset-bottom,0px))}.app-shell{display:flex;flex-direction:column}button,input,select{font:inherit}button{cursor:pointer;transition:opacity .12s,background .12s,transform .12s}button:disabled{opacity:.4;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--c-accent);outline-offset:2px}.hero{border-bottom:1px solid var(--c-border);padding:1rem 1.2rem .9rem;background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero h1{margin:0 0 .25rem;font-size:1.15rem;font-weight:800;letter-spacing:-.02em}.hero-copy{margin:0;color:var(--c-muted);font-size:.86rem}.bottom-tabs{position:fixed;left:50%;bottom:.8rem;transform:translate(-50%);width:min(92vw,620px);display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem;padding:.45rem;padding-bottom:calc(.45rem + env(safe-area-inset-bottom,0px));background:#fffffff0;border:1px solid rgba(15,23,42,.12);border-radius:22px;box-shadow:0 18px 40px #0f172a24;z-index:120;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bottom-tabs button{border:none;border-radius:16px;background:transparent;color:var(--c-muted);padding:.62rem .4rem;font-weight:700;display:flex;flex-direction:column;align-items:center;gap:.2rem;min-height:56px;touch-action:manipulation}.bottom-tabs button svg{width:1.2rem;height:1.2rem}.bottom-tabs button.active{background:var(--c-accent);color:#fff}.bottom-tabs button:not(.active):hover{background:#eff6ff;color:var(--c-accent-strong)}.fab-bar{position:fixed;top:.55rem;right:.55rem;display:flex;gap:.35rem;z-index:100}.fab-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:#0f172a;color:#fff;font-size:1.1rem;font-weight:700;text-decoration:none;box-shadow:0 2px 8px #0000002e;touch-action:manipulation}.fab-btn:hover{transform:scale(1.08)}.global-error{margin:0;color:#991b1b;background:#fef2f2;border-bottom:1px solid #fecaca;padding:.5rem 1.2rem;font-size:.85rem;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.global-error a{color:var(--c-accent);font-weight:700;text-decoration:underline}.error-retry{border:1px solid #fca5a5;border-radius:0;background:#fff;color:#991b1b;padding:.18rem .5rem;font-size:.8rem;font-weight:700}.editor-card,.transactions-card,.viz-card,.editor-placeholder,.simple-entry-card{background:#ffffffeb;border:1px solid var(--c-border);padding:1rem 1.2rem}.simple-entry-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.85rem}.simple-entry-head h2{margin:0;font-size:1rem;font-weight:700}.entry-mode-toggle{display:inline-flex;border:1px solid var(--c-border);overflow:hidden}.entry-mode-toggle button{border:0;background:transparent;color:var(--c-muted);padding:.38rem .85rem;font-weight:600;font-size:.88rem}.entry-mode-toggle button.active{background:var(--c-accent);color:#fff}.simple-entry-card{border-left:none;border-right:none}.entry-feedback{display:flex;flex-direction:column;gap:.22rem;margin-bottom:.85rem;padding:.75rem .9rem;border:1px solid var(--c-border-light);background:#f8fafc}.entry-feedback.success{background:#eff6ff;border-color:#bfdbfe}.entry-feedback.review{background:#fff7ed;border-color:#fdba74}.entry-feedback.auto-journal{background:#eff6ff;border-color:#93c5fd}.floating-notice{position:fixed;right:1rem;top:4.4rem;bottom:auto;width:min(280px,calc(100vw - 2rem));z-index:125;pointer-events:none}.auto-journal-toast{display:flex;flex-direction:column;gap:.12rem;padding:.52rem .62rem;border:1px solid var(--c-border);background:#fffffff0;box-shadow:0 10px 22px #0f172a1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;animation:toast-float-in .22s ease-out}.completion-toast{display:flex;flex-direction:column;gap:.12rem;padding:.52rem .62rem;border:1px solid var(--c-border);background:#fffffff0;box-shadow:0 10px 22px #0f172a1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;animation:toast-float-in .22s ease-out;margin-top:.45rem}.completion-toast strong{font-size:.74rem;color:var(--c-text)}.completion-toast span{font-size:.68rem;line-height:1.45;color:var(--c-muted)}.auto-journal-toast strong{font-size:.74rem;color:var(--c-text)}.auto-journal-toast span{font-size:.68rem;line-height:1.45;color:var(--c-muted)}@keyframes toast-float-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.entry-feedback strong{font-size:.9rem}.review-list{margin:0;padding-left:1rem;font-size:.82rem;color:#7c2d12}.review-actions{display:flex;flex-wrap:wrap;gap:.45rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a61;display:grid;place-items:center;padding:1rem;z-index:140;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-window{width:min(560px,100%);background:#fffffffa;border:1px solid rgba(15,23,42,.14);box-shadow:0 28px 60px #0f172a3d;border-radius:18px;overflow:hidden}.modal-window__head,.modal-window__actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1rem;border-bottom:1px solid var(--c-border-light)}.modal-window__head h2{margin:0;font-size:1rem}.modal-window__body{padding:1rem}.modal-window__actions{border-top:1px solid var(--c-border-light);border-bottom:none;justify-content:flex-end;padding-bottom:calc(.9rem + env(safe-area-inset-bottom,0px))}.modal-window__head button,.modal-window__actions button{min-height:42px}.simple-form{display:flex;flex-direction:column;gap:.72rem;max-width:680px}.step-form{display:flex;flex-direction:column;gap:.65rem}.step-card{border:1px solid var(--c-border-light);background:var(--c-bg-soft);overflow:hidden;transition:border-color .18s ease,background .18s ease}.step-card.active{border-color:var(--c-border);background:var(--c-bg)}.step-card.done{background:#fafcff}.step-card__head{width:100%;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.78rem .9rem;text-align:left}.step-card__head>div{display:flex;align-items:center;gap:.65rem}.step-card__head h3{margin:0;font-size:.92rem}.step-card__index{width:1.55rem;height:1.55rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--c-border);font-size:.78rem;font-weight:700;background:#fff}.step-card__status{font-size:.72rem;font-weight:700;color:var(--c-muted)}.step-card__desc{margin:0;padding:0 .9rem .72rem;font-size:.76rem;color:var(--c-muted)}.step-card__summary{margin:0;padding:0 .9rem .78rem;font-size:.8rem;color:var(--c-text)}.step-card__body{max-height:0;overflow:hidden;padding:0 .9rem;transition:max-height .28s ease,padding .28s ease}.step-card.active .step-card__body{max-height:1200px;padding:0 .9rem .9rem}.simple-form label{display:flex;flex-direction:column;gap:.22rem;font-size:.78rem;color:var(--c-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.simple-form input,.simple-form select{border:1px solid var(--c-border);border-radius:0;padding:.55rem .65rem;font-size:.95rem;color:var(--c-text);background:var(--c-bg);min-height:46px;transition:border-color .16s ease,box-shadow .16s ease}.simple-form input:focus,.simple-form select:focus{border-color:var(--c-accent);box-shadow:0 10px 22px #2563eb1f}.simple-form input::placeholder{color:#9ca3af}.simple-form-actions{display:flex;justify-content:flex-end;margin-top:.25rem}.simple-form-actions button{border:none;padding:.52rem 1.2rem;font-weight:700;background:var(--c-text);color:#fff}.editor-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.7rem}.editor-card__head h2,.transactions-card h2,.viz-card h2,.editor-placeholder h2{margin:0;font-size:.95rem;font-weight:700}.ghost{border:1px solid var(--c-border);background:var(--c-bg);border-radius:0;padding:.3rem .65rem;color:var(--c-text);font-weight:600;font-size:.82rem}.ghost:hover{background:var(--c-bg-soft)}.transaction-form{display:flex;flex-direction:column;gap:.85rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.7rem}.form-grid label{display:flex;flex-direction:column;gap:.22rem;font-size:.78rem;color:var(--c-muted);font-weight:600}.form-grid input,.form-grid select,.bulk-actions input,.bulk-actions select,.viz-filter-row input,.viz-filter-row select{border:1px solid var(--c-border);border-radius:0;padding:.42rem .55rem;font-size:.95rem;background:var(--c-bg)}.inline-helper{margin-top:.25rem;width:fit-content;border:1px solid var(--c-border-light);padding:.2rem .5rem;background:var(--c-bg-soft);font-size:.82rem}.template-row,.suggest-row,.entry-hint{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem}.suggest-row span,.template-row span,.entry-hint span{font-size:.75rem;color:var(--c-muted);font-weight:600}.suggest-row button,.entry-hint button{border:1px solid var(--c-border);border-radius:0;background:var(--c-bg);color:var(--c-text);padding:.18rem .55rem;font-size:.78rem;font-weight:600;min-height:34px}.entry-hint button{border-color:#bfdbfe;background:#eff6ff;color:var(--c-accent-strong)}.suggest-row button:hover,.entry-hint button:hover{background:var(--c-text);color:#fff}.template-row button{border:1px solid var(--c-border-light);border-radius:0;background:var(--c-bg-soft);color:var(--c-text);padding:.18rem .55rem;font-size:.78rem;min-height:34px}.posting-list{display:flex;flex-direction:column;gap:.5rem}.posting-list__header{display:flex;align-items:center;justify-content:space-between}.posting-list__header h3{margin:0;font-size:.9rem;font-weight:700}.posting-row{display:grid;grid-template-columns:minmax(220px,2fr) minmax(120px,1fr) minmax(100px,.8fr) minmax(90px,.7fr);gap:.4rem}.posting-row input,.posting-row select{border:1px solid var(--c-border);border-radius:0;padding:.42rem .5rem;background:var(--c-bg)}.posting-row button,.form-submit button,.bulk-actions__right button,.conflict-retry button,.transaction-actions button{border:1px solid var(--c-border);border-radius:0;padding:.32rem .65rem;font-weight:600;font-size:.82rem;background:var(--c-bg);color:var(--c-text)}.posting-row button{background:#fef2f2;color:#991b1b;border-color:#fca5a5}.posting-group{display:flex;flex-direction:column;gap:.45rem;border:1px solid var(--c-border-light);padding:.65rem;background:var(--c-bg-soft)}.posting-group h4{margin:0;font-size:.85rem;color:var(--c-muted);font-weight:600}.posting-group-actions,.posting-footer-actions{display:flex;flex-wrap:wrap;gap:.35rem}.posting-group-actions button,.posting-footer-actions button{border:1px solid var(--c-border-light);padding:.28rem .65rem;font-weight:600;background:var(--c-bg);color:var(--c-text)}.posting-empty{margin:0;color:var(--c-muted);font-size:.85rem}.form-submit{display:flex;justify-content:flex-end}.form-submit button{background:var(--c-text);color:#fff;border-color:var(--c-text)}.edit-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:0}.edit-layout>*,.visualize-layout>.viz-card{border-bottom:1px solid var(--c-border)}.transaction-list-head,.inline-filter{margin-bottom:.55rem}.edit-panel-group{margin-bottom:.85rem;padding:.8rem .9rem;border:1px solid var(--c-border-light);background:var(--c-bg-soft)}.edit-panel-group h2{margin:0 0 .55rem}.select-all-toggle{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--c-muted)}.transaction-list{display:flex;flex-direction:column}.transaction-item{display:grid;grid-template-columns:auto 1fr auto;gap:.65rem;align-items:center;border-bottom:1px solid var(--c-border-light);padding:.58rem 0}.transaction-item:hover{background:var(--c-bg-soft)}.transaction-item__main{min-width:0;display:flex;flex-direction:column;gap:.1rem}.transaction-item__top{display:flex;align-items:center;gap:.4rem}.transaction-item__title{font-weight:700;color:var(--c-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9rem}.tx-type{display:inline-flex;align-items:center;padding:.08rem .4rem;font-size:.68rem;font-weight:600;background:var(--c-bg-soft);color:var(--c-muted);border:1px solid var(--c-border-light)}.transaction-item__meta{display:flex;flex-wrap:wrap;gap:.4rem;font-size:.75rem;color:var(--c-muted)}.transaction-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.bulk-actions{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.45rem;margin-bottom:.5rem}.bulk-actions__left,.bulk-actions__right,.transaction-actions{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.bulk-actions__right button.danger{background:#fef2f2;color:#991b1b;border-color:#fca5a5}.readonly-badge{display:inline-flex;align-items:center;padding:.12rem .45rem;background:#fef3c7;color:#92400e;font-size:.7rem;font-weight:600;border:1px solid #fde68a}.editor-placeholder p{margin-top:.55rem;color:var(--c-muted)}.visualize-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.viz-filter,.viz-overview,.viz-card--wide{grid-column:1 / -1}.viz-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.viz-kpi{background:var(--c-bg);border-right:1px solid var(--c-border-light);padding:.55rem .6rem;display:flex;flex-direction:column;gap:.1rem}.viz-kpi:last-child{border-right:none}.viz-kpi span{font-size:.65rem;color:var(--c-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.viz-kpi strong{font-size:1rem;color:var(--c-text);font-weight:800;line-height:1.2}.viz-filter-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-end}.viz-filter-row label{display:flex;flex-direction:column;gap:.18rem;font-size:.68rem;color:var(--c-muted);font-weight:700;letter-spacing:.04em;text-transform:uppercase}.viz-card h2{margin-bottom:.6rem;font-size:.92rem;font-weight:700}.sankey-graph,.moneytree-graph{overflow:hidden}.sankey-graph svg,.moneytree-graph svg{width:100%;height:auto}.sankey-node{font-size:10px;font-weight:700;fill:#0f172a}.sankey-link-group:hover path{stroke-opacity:.42}.moneytree-label{font-size:11px;fill:var(--c-muted)}.category-bars,.payee-ranking,.budget-chart{display:flex;flex-direction:column;gap:.55rem}.category-head,.payee-head,.budget-head{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;margin-bottom:.15rem;gap:.5rem}.category-track,.budget-track{position:relative;height:10px;background:var(--c-bg-soft);border:1px solid var(--c-border-light);overflow:hidden}.category-fill,.budget-fill{height:100%;background:var(--c-accent-strong);transition:width .5s ease}.payee-fill{height:100%;background:var(--c-accent);transition:width .5s ease}.heatmap-wrap{display:flex;flex-direction:column;gap:.5rem;align-items:center}.heatmap-month-row{display:grid;grid-template-columns:1.4rem 1fr;gap:.4rem;width:max-content;margin:0 auto}.heatmap-months{display:grid;grid-auto-flow:column;grid-auto-columns:13px;gap:3px}.heatmap-month{font-size:.68rem;color:var(--c-muted)}.heatmap-grid{display:grid;grid-template-columns:1.4rem 1fr;gap:.4rem;align-items:start;width:max-content;margin:0 auto}.heatmap-day-column,.heatmap-week{display:grid;grid-template-rows:repeat(7,14px);gap:3px}.heatmap-day{color:var(--c-muted);font-size:.7rem;font-weight:600}.heatmap-cells-grid{display:flex;gap:3px}.heatmap-cell{width:14px;height:14px;border:1px solid rgba(15,23,42,.06);border-radius:3px;padding:0;display:inline-block}.heatmap-cell:hover{transform:scale(1.45);z-index:1}.heatmap-cell.l0{background:#ebedf0}.heatmap-cell.l1{background:#9be9a8}.heatmap-cell.l2{background:#40c463}.heatmap-cell.l3{background:#30a14e}.heatmap-cell.l4{background:#216e39}.heatmap-legend{display:flex;align-items:center;gap:.4rem;color:var(--c-muted);font-size:.72rem}.heatmap-legend-scale{display:inline-flex;gap:2px}.budget-fill.over,.budget-forecast.over{background:#dc2626}.budget-forecast{position:absolute;top:-2px;width:2px;height:14px;background:var(--c-text)}.budget-meta{display:flex;flex-wrap:wrap;gap:.55rem;font-size:.72rem;color:var(--c-muted)}.food-kpi-card{background:#f8fbff!important}.food-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--c-border-light)}.food-kpi-grid .viz-kpi{border-right:1px solid var(--c-border-light)}.food-kpi-grid .viz-kpi:last-child{border-right:none}.viz-shortcut{background:var(--c-bg)!important;border:1px solid var(--c-accent)!important;color:var(--c-accent-strong)!important;font-weight:700}.viz-shortcut:hover{background:var(--c-accent)!important;color:#fff!important}.graph-empty{margin:0;color:var(--c-muted);font-size:.85rem}.conflict-retry{display:flex;justify-content:flex-start;padding:.4rem 1.2rem}.conflict-retry button{background:#fef3c7;color:#92400e;border-color:#fde68a}@media (max-width: 980px){.edit-layout,.visualize-layout{grid-template-columns:1fr}.posting-row{grid-template-columns:repeat(2,minmax(120px,1fr))}.simple-entry-head{flex-direction:column;align-items:flex-start}.viz-filter-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){#root{padding:0 0 6.6rem}.hero{padding:.75rem .85rem .85rem}.posting-row{grid-template-columns:1fr}.entry-mode-toggle{width:100%}.entry-mode-toggle button{flex:1}.transaction-item{grid-template-columns:auto 1fr;gap:.4rem;padding:.5rem 0}.transaction-item__right{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center}.simple-form input,.simple-form select,.bulk-actions__left input,.bulk-actions__left select,.bulk-actions__right button,.viz-filter-row input,.viz-filter-row select{min-height:42px;width:100%}.simple-form-actions{justify-content:stretch}.simple-form-actions button{width:100%;min-height:44px}.bulk-actions{flex-direction:column;align-items:stretch}.bulk-actions__left,.bulk-actions__right{width:100%;display:grid;grid-template-columns:1fr}.suggest-row,.template-row,.entry-hint{overflow-x:auto;white-space:nowrap;padding-bottom:.1rem;-webkit-overflow-scrolling:touch}.viz-filter-row{grid-template-columns:1fr}.viz-overview{grid-template-columns:repeat(2,1fr)!important}.viz-kpi{border-bottom:1px solid var(--c-border-light)}.heatmap-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.heatmap-month-row,.heatmap-grid{min-width:420px}.moneytree-label{display:none}.food-kpi-grid{grid-template-columns:1fr}.food-kpi-grid .viz-kpi{border-right:none;border-bottom:1px solid var(--c-border-light)}.editor-card,.transactions-card,.viz-card,.editor-placeholder,.simple-entry-card{padding:.7rem .85rem}.bottom-tabs{width:calc(100vw - 1rem);bottom:.45rem}.floating-notice{left:.75rem;right:.75rem;width:auto;top:4.9rem;bottom:auto}}@media (max-width: 420px){.hero{padding:.65rem}.hero h1{font-size:.98rem}.hero-copy{font-size:.8rem}.transaction-actions{width:100%}.transaction-actions button{width:100%;min-height:36px}.viz-kpi strong{font-size:.88rem}}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px}button{font-family:inherit;cursor:pointer}
