:root{color-scheme:light;--surface-1: #fcfcfb;--page: #f9f9f7;--text-primary: #0b0b0b;--text-secondary: #52514e;--text-muted: #898781;--gridline: #e1e0d9;--baseline: #c3c2b7;--border: rgba(11, 11, 11, .1);--success-text: #006300;--series-1: #2a78d6;--series-2: #eb6834;--series-3: #1baf7a;--seq-100: #cde2fb;--seq-400: #3987e5;--seq-500: #256abf}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--surface-1: #1a1a19;--page: #0d0d0d;--text-primary: #ffffff;--text-secondary: #c3c2b7;--text-muted: #898781;--gridline: #2c2c2a;--baseline: #383835;--border: rgba(255, 255, 255, .1);--success-text: #0ca30c;--series-1: #3987e5;--series-2: #d95926;--series-3: #199e70}}*{box-sizing:border-box}body{margin:0;background:var(--page);color:var(--text-primary);font-family:system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}#app{max-width:480px;margin:0 auto;padding:16px 16px 40px;display:flex;flex-direction:column;gap:20px}.card{background:var(--surface-1);border:1px solid var(--border);border-radius:12px;padding:16px}.section-title{font-size:13px;font-weight:600;color:var(--text-secondary);margin:0 0 12px;text-transform:uppercase;letter-spacing:.02em}.stat-tile .stat-label{font-size:13px;color:var(--text-secondary)}.stat-tile .stat-value{font-size:32px;font-weight:600;line-height:1.2;margin-top:4px}.heatmap{display:grid;grid-template-columns:repeat(15,1fr);gap:3px;margin-top:12px}.heatmap-cell{aspect-ratio:1;border-radius:3px;background:var(--gridline)}.heatmap-cell.filled{background:var(--seq-400)}.stacked-bar{display:flex;height:24px;border-radius:4px;overflow:hidden;gap:2px;background:var(--surface-1)}.stacked-bar-segment{height:100%}.stacked-bar-segment:first-child{border-radius:4px 0 0 4px}.stacked-bar-segment:last-child{border-radius:0 4px 4px 0}.legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.legend-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-secondary)}.legend-swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.goal-card+.goal-card{margin-top:16px}.goal-header{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;margin-bottom:6px}.goal-title{font-weight:600;color:var(--text-primary)}.goal-amounts{color:var(--text-secondary);font-size:13px}.meter-track{height:10px;border-radius:5px;background:var(--seq-100);overflow:hidden}.meter-fill{height:100%;background:var(--seq-400);border-radius:5px}.debt-row{display:flex;justify-content:space-between;font-size:14px;padding:8px 0;border-bottom:1px solid var(--gridline)}.debt-row:last-child{border-bottom:none}.debt-type{color:var(--text-primary)}.debt-balance{color:var(--text-secondary)}.empty-state{color:var(--text-muted);font-size:14px}.loading,.error{padding:40px 16px;text-align:center;color:var(--text-secondary)}
