.spending-trends-card{flex-direction:column;gap:0;padding:1.125rem;display:flex}.spending-trends-title{text-transform:none;letter-spacing:0;color:var(--muted-foreground);margin-bottom:.75rem;font-size:.8125rem;font-weight:500}.spending-trends-head{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.875rem;display:flex}.spending-trends-head .spending-trends-title{margin-bottom:0}.spending-trends-summary{color:var(--muted-foreground);white-space:nowrap;font-size:.8125rem}.spending-trends-rows{flex-direction:column;flex:1;gap:.375rem;display:flex}.trend-row{grid-template-columns:minmax(0,1fr) 5.5rem 3.25rem;align-items:center;gap:.75rem;display:grid}.trend-row-name{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;text-decoration:none;transition:color .15s;overflow:hidden}a.trend-row-name:hover{color:var(--primary)}.trend-row-track{background:#ffffff0d;border-radius:.25rem;height:.5rem;overflow:hidden}.trend-row-bar{border-radius:.25rem;height:100%;display:block}.trend-row-bar.is-up{background:var(--negative)}.trend-row-bar.is-down{background:var(--positive)}.trend-row-pct{text-align:right;font-variant-numeric:tabular-nums;font-size:.8125rem;font-weight:600}.spending-trends-foot{color:var(--muted-foreground);margin-top:.875rem;font-size:.8125rem}.spending-trends-empty{color:var(--muted-foreground);flex:1;align-items:center;font-size:.85rem;display:flex}
.card.debt-donut-card{background-color:var(--glass-bg,#ffffff05);border:none;gap:0;padding:1.125rem}@media (min-width:768px){.card.debt-donut-card{padding:1.25rem}}.card.debt-donut-card:hover{border-color:#0000}.debt-donut-title{color:var(--muted-foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:500}.debt-donut-body{flex-direction:column;align-items:center;gap:1.25rem;display:flex}@media (min-width:640px){.debt-donut-body{flex-direction:row;align-items:stretch}}.debt-donut-chart{flex-shrink:0;width:260px;height:260px;position:relative}@media (max-width:639px){.debt-donut-chart{width:100%;max-width:260px;margin:0 auto}}.debt-donut-center{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.debt-donut-total{letter-spacing:-.02em;color:var(--foreground);font-variant-numeric:tabular-nums;font-size:1.375rem;font-weight:700}.debt-donut-sub{color:var(--muted-foreground);font-size:.8125rem}.debt-donut-legend{flex-direction:column;flex:1;justify-content:center;gap:.875rem;width:100%;display:flex}.debt-donut-legend-item{flex-direction:column;gap:.375rem;display:flex}.debt-donut-legend-top{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.debt-donut-legend-name{align-items:center;gap:.5rem;min-width:0;display:flex;overflow:hidden}.debt-donut-legend-dot{border-radius:2px;flex-shrink:0;width:8px;height:8px}.debt-donut-legend-text{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.debt-donut-legend-amount{color:var(--foreground);white-space:nowrap;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.8125rem;font-weight:700}.debt-donut-legend-bar{background:#ffffff0f;border-radius:3px;height:5px;overflow:hidden}.debt-donut-legend-bar-fill{border-radius:3px;height:100%;transition:width .3s}.debt-donut-legend-meta{color:var(--muted-foreground);justify-content:space-between;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.debt-donut-legend-month{color:var(--positive);white-space:nowrap}.debt-donut-legend-total{color:var(--foreground);border-top:1px solid #ffffff0f;margin-top:.25rem;padding-top:.625rem;font-size:.8125rem}
.swipe-row{position:relative;overflow:hidden}.swipe-row-edit{cursor:pointer;background:var(--primary);width:56px;color:var(--primary-foreground);opacity:0;border:none;justify-content:center;align-items:center;transition:opacity .14s;display:flex;position:absolute;top:0;bottom:0;box-shadow:inset 0 1px 4px #0000004d}.swipe-row-edit.is-right{border-radius:.875rem 0 0 .875rem;right:0}.swipe-row.is-active .swipe-row-edit{opacity:1}.swipe-row-edit svg{width:1.0625rem;height:1.0625rem}.swipe-row-fg{z-index:1;background:var(--glass-bg,var(--card));touch-action:pan-y;transition:transform .22s;position:relative}.swipe-row-fg.is-swiping{transition:none}
.page-stack{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.dashboard-page{overflow-x:visible}.page-header-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.page-header-row>div:first-child{min-width:0}.page-grid-2{gap:1.5rem;display:grid}@media (min-width:1280px){.page-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.page-grid-2-sm{gap:1rem;display:grid}@media (min-width:640px){.page-grid-2-sm{grid-template-columns:repeat(2,minmax(0,1fr))}}.page-grid-3-sm{gap:1rem;display:grid}@media (min-width:640px){.page-grid-3-sm{grid-template-columns:repeat(3,minmax(0,1fr))}}.chart-container{width:100%;min-width:0}.form-stack{flex-direction:column;gap:1.5rem;display:flex}.form-field{flex-direction:column;gap:.5rem;display:flex}.cat-picker{position:relative}.cat-picker-trigger{text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.cat-picker-placeholder{color:var(--muted-foreground)}.cat-picker-panel{background:var(--popover);border:1px solid var(--border);border-radius:var(--radius);margin-top:.25rem;padding:4px}.cat-picker-search{width:100%;margin-bottom:4px}.cat-picker-list{max-height:260px;margin:0;padding:0;list-style:none;overflow:hidden auto}.cat-picker-empty{color:var(--muted-foreground);padding:.375rem;font-size:.8125rem;list-style:none}.cat-picker-group{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);padding:.5rem .625rem .25rem;font-size:.8125rem;font-weight:600}.cat-picker-option{text-align:left;width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.5rem .625rem;font-size:.875rem;display:flex}.cat-picker-option.is-active,.cat-picker-option:hover{background:var(--accent)}.cat-picker-create .cat-picker-name{color:var(--primary);font-weight:600}.cat-picker-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cat-picker-amt{font-variant-numeric:tabular-nums;color:var(--muted-foreground);flex-shrink:0;font-size:.8125rem;font-weight:700}.cat-picker-amt.is-pos{color:var(--positive)}.cat-picker-amt.is-neg{color:var(--negative)}.payee-autocomplete{position:relative}.payee-autocomplete-list{z-index:120;background:var(--popover);border:1px solid var(--border);border-radius:var(--radius);max-height:240px;margin:0;padding:4px;list-style:none;overflow-y:auto;box-shadow:0 8px 24px #00000040}.payee-autocomplete-option{text-align:left;width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.5rem .625rem;font-size:.875rem;display:block}.payee-autocomplete-option.is-active,.payee-autocomplete-option:hover{background:var(--accent)}.ai-cat-badge{color:var(--primary);align-items:center;gap:.25rem;font-size:.8125rem;font-weight:500;display:inline-flex}.ai-cat-badge.is-thinking{color:var(--muted-foreground)}.ai-cat-badge svg{width:.75rem;height:.75rem}.dup-warning{border-radius:var(--radius);background:color-mix(in srgb, var(--chart-3) 8%, transparent);border:1px solid color-mix(in srgb, var(--chart-3) 25%, transparent);flex-direction:column;gap:.375rem;padding:.75rem;display:flex}.dup-warning-title{color:var(--foreground);font-size:.8125rem;font-weight:600}.dup-warning-row{background:color-mix(in srgb, var(--card) 65%, transparent);border-radius:.5rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.4375rem .5rem;display:flex}.dup-warning-row-body{flex-direction:column;gap:.0625rem;min-width:0;display:flex}.dup-warning-row-payee{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.dup-warning-row-meta{color:var(--muted-foreground);font-size:13px}.dup-warning-row-amt{font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--foreground);font-size:13px;font-weight:700}.dup-warning-row-amt[data-negative]{color:var(--negative)}.dup-warning-actions{gap:.5rem;margin-top:.25rem;display:flex}.form-grid-2{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.form-row{align-items:center;gap:.5rem;display:flex}.filter-bar{flex-direction:column;gap:.75rem;display:flex}@media (min-width:640px){.filter-bar{flex-direction:row;align-items:center}}.filter-bar-search{flex:1;position:relative}.filter-bar-search-icon{width:1rem;height:1rem;color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.filter-bar-buttons{-webkit-overflow-scrolling:touch;gap:.5rem;display:flex;overflow-x:auto}.filter-bar-buttons::-webkit-scrollbar{display:none}.card.list-card{border-color:color-mix(in srgb, var(--border) 30%, transparent);background-color:var(--glass-bg,color-mix(in srgb, var(--card) 80%, transparent));gap:0;padding:0}.list-card-divider>*+*{border-top:1px solid color-mix(in srgb, var(--border) 30%, transparent)}.list-group-header{text-transform:none;letter-spacing:0;color:var(--muted-foreground);padding:.75rem 1rem .5rem;font-size:.8125rem;font-weight:500}.tx-account-filterbar{flex-wrap:wrap}.account-tx-link{color:var(--primary);align-self:flex-start;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.account-tx-link svg{width:.875rem;height:.875rem}.account-tx-link:hover{text-decoration:underline}.reconcile-field{border-top:1px solid color-mix(in srgb, var(--border) 50%, transparent);padding-top:.875rem}.reconcile-row{align-items:center;gap:.5rem;display:flex}.reconcile-row .input{flex:1;min-width:0}.reconcile-result{flex-direction:column;gap:.375rem;margin-top:.625rem;display:flex}.reconcile-apply{align-self:flex-start;margin-top:.25rem}.reconcile-diff{color:var(--negative);font-size:.875rem;font-weight:600}.reconcile-diff.is-ok{color:var(--positive)}.reconcile-explanation{color:var(--muted-foreground);font-size:13px;line-height:1.4}.reconcile-suspect{background:color-mix(in srgb, var(--card) 65%, transparent);border-radius:.5rem;align-items:center;gap:.5rem;padding:.4375rem .5rem;display:flex}.reconcile-suspect-body{flex-direction:column;flex:1;gap:.0625rem;min-width:0;display:flex}.reconcile-suspect-payee{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.reconcile-suspect-meta{color:var(--muted-foreground);font-size:13px}.reconcile-suspect-amt{font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--foreground);font-size:13px;font-weight:700}.reconcile-suspect-amt[data-negative]{color:var(--negative)}.reconcile-suspect-del{width:1.75rem;height:1.75rem;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.reconcile-suspect-del:hover{color:var(--negative);background:color-mix(in srgb, var(--negative) 12%, transparent)}.reconcile-suspect-del svg{width:.9375rem;height:.9375rem}.tx-topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.tx-balance-box{flex-direction:column;align-items:flex-end;line-height:1.15;display:inline-flex}.tx-balance-value{font-variant-numeric:tabular-nums;color:var(--foreground);font-size:1.375rem;font-weight:700}.acct-row .list-item-amount-value{font-size:1.0625rem}.tx-balance-value.is-positive{color:var(--positive)}.tx-balance-value.is-negative{color:var(--negative)}.tx-balance-label{color:var(--muted-foreground);font-size:13px}.tx-day-header{color:var(--foreground);background:color-mix(in srgb, var(--muted) 22%, transparent);justify-content:space-between;align-items:center;gap:.5rem;font-weight:600;display:flex}.tx-day-add{width:1.5rem;height:1.5rem;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.tx-day-add:hover{color:var(--primary);background:color-mix(in srgb, var(--primary) 12%, transparent)}.tx-day-add svg{width:.9375rem;height:.9375rem}@media (min-width:640px){.tx-day-header{padding-left:1.25rem;padding-right:1.25rem}}.list-card-divider>.tx-day-header+*{border-top:none}.budget-topbar{z-index:20;border:1px solid color-mix(in srgb, var(--border) 55%, transparent);background:color-mix(in srgb, var(--background) 20%, transparent);-webkit-backdrop-filter:blur(22px)saturate(140%);backdrop-filter:blur(22px)saturate(140%);border-radius:1rem;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;margin-top:.25rem;padding:.625rem 1rem;display:grid;position:sticky;top:.5rem;box-shadow:0 8px 24px #00000047}.budget-refreshing{color:var(--foreground);background:color-mix(in srgb, var(--background) 60%, transparent);border:1px solid color-mix(in srgb, var(--border) 55%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:25;pointer-events:none;white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .7rem;font-size:.8125rem;display:inline-flex;position:absolute;top:calc(100% + .4rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003}@media (max-width:767px){.budget-topbar{top:calc(var(--app-topbar-h) + .5rem)}}.budget-monthnav{align-items:center;gap:.25rem;display:inline-flex}.budget-monthnav-arrow{width:1.75rem;height:1.75rem;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:inline-flex}.budget-monthnav-arrow:hover{background:color-mix(in srgb, var(--muted) 50%, transparent);color:var(--foreground)}.budget-monthnav-arrow svg{width:1.125rem;height:1.125rem}.budget-monthnav-label{text-align:center;text-transform:capitalize;flex-shrink:0;width:8rem;font-size:1rem;font-weight:600}.budget-monthnav-today{background:color-mix(in srgb, var(--muted) 50%, transparent);color:var(--muted-foreground);cursor:pointer;border:none;border-radius:9999px;margin-left:.25rem;padding:.1875rem .625rem;font-size:.8125rem;transition:opacity .15s,background-color .15s,color .15s}.budget-monthnav-today:hover{color:var(--foreground)}.budget-manage-btn{width:2rem;height:2rem;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;justify-self:end;align-items:center;transition:background-color .15s,color .15s;display:inline-flex}.budget-manage-btn:hover{background:color-mix(in srgb, var(--muted) 50%, transparent);color:var(--foreground)}.budget-manage-btn svg{width:1.125rem;height:1.125rem}.budget-center{justify-self:center;align-items:stretch;gap:.5rem;display:flex}.budget-ready-box{white-space:nowrap;border-radius:.75rem;flex-direction:row;align-items:center;gap:.625rem;padding:.5rem .5rem .5rem .8rem;line-height:1.1;display:inline-flex}.budget-ready-col{flex-direction:column;align-items:flex-start;display:flex}.budget-aom-box{white-space:nowrap;background:color-mix(in srgb, var(--chart-3,#38bdf8) 16%, transparent);color:var(--chart-3,#38bdf8);border-radius:.75rem;flex-direction:column;align-items:flex-start;gap:0;padding:.5rem .8rem;line-height:1.1;display:inline-flex}.budget-aom-chart{padding:.875rem 1rem}.budget-aom-chart-head{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.budget-aom-chart-range{font-size:.8125rem}.budget-aom-stat{color:var(--chart-3,#f59e0b);font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:700}.budget-ready-box.is-positive{background:color-mix(in srgb, var(--positive) 16%, transparent);color:var(--positive)}.budget-ready-box.is-negative{background:color-mix(in srgb, var(--negative) 16%, transparent);color:var(--negative)}.budget-ready-box.is-zero{color:var(--muted-foreground);background:#1f1d31d9}.budget-ready-box.is-clickable{cursor:pointer;transition:filter .15s}.budget-ready-box.is-clickable:hover{filter:brightness(1.12)}.budget-ready-value{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:700}.budget-ready-label{opacity:.8;margin:7px 0 0;font-size:.8125rem;font-weight:500;line-height:1}.budget-ready-wrap{display:inline-flex;position:relative}.budget-assign-trigger{border:1px solid color-mix(in srgb, currentColor 28%, transparent);background:color-mix(in srgb, currentColor 14%, transparent);color:inherit;white-space:nowrap;cursor:pointer;border-radius:.5rem;align-items:center;gap:.25rem;padding:.6rem .5rem .6rem .625rem;font-size:.8125rem;font-weight:600;transition:background-color .15s;display:inline-flex}.budget-assign-trigger:hover{background:color-mix(in srgb, currentColor 24%, transparent)}.budget-assign-trigger svg{width:.875rem;height:.875rem}.budget-assign-menu{min-width:15rem;left:auto;right:0}.budget-filterbar{gap:.375rem;display:flex}.budget-filter{background:color-mix(in srgb, var(--muted) 40%, transparent);color:var(--muted-foreground);cursor:pointer;border:none;border-radius:9999px;padding:.25rem .75rem;font-size:.8125rem;transition:background-color .15s,color .15s}.budget-filter:hover{color:var(--foreground)}.budget-filter.is-active{background:color-mix(in srgb, var(--primary) 22%, transparent);color:var(--foreground)}.budget-autoassign-wrap{margin-left:auto;position:relative}.budget-autoassign-btn{align-items:center;gap:.3125rem;display:inline-flex}.budget-autoassign-menu{z-index:41;border:1px solid color-mix(in srgb, var(--border) 70%, transparent);background:var(--popover);border-radius:.625rem;flex-direction:column;min-width:12rem;padding:.25rem;display:flex;position:absolute;top:calc(100% + .375rem);right:0;box-shadow:0 10px 30px #00000059}.budget-autoassign-menu button{text-align:left;color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:.4375rem;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem .625rem;font-size:.8125rem;display:flex}.budget-autoassign-menu button:hover:not(:disabled){background:color-mix(in srgb, var(--muted) 50%, transparent)}.budget-autoassign-menu button:disabled{opacity:.45;cursor:default}.budget-assign-menu-title{color:var(--muted-foreground);border-bottom:1px solid color-mix(in srgb, var(--border) 60%, transparent);margin-bottom:.25rem;padding:.375rem .625rem .4375rem;font-size:.8125rem;font-weight:600}.budget-autoassign-amt{color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-weight:700}.budget-assign-menu-note{color:var(--muted-foreground);border-bottom:1px solid color-mix(in srgb, var(--border) 60%, transparent);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.125rem;padding:.25rem .625rem .4375rem;font-size:.8125rem;display:flex}.budget-avail-cell{position:relative}.budget-avail-cell button{cursor:pointer}.budget-pill-btn{cursor:pointer;font:inherit;border:none;transition:filter .15s}.budget-pill-btn:hover{filter:brightness(1.15)}.budget-moveout-amount{height:2rem;margin:.375rem 0 .5rem}.budget-cover-popover.is-up{top:auto;bottom:calc(100% + .25rem)}.budget-cover-popover{z-index:41;background:var(--popover);border:1px solid color-mix(in srgb, var(--border) 60%, transparent);text-align:left;border-radius:.625rem;width:15rem;padding:.5rem;position:absolute;top:calc(100% + .25rem);right:0;box-shadow:0 12px 32px #0006}.budget-cover-title{color:var(--foreground);justify-content:space-between;align-items:baseline;gap:.5rem;padding:.25rem .375rem .5rem;font-size:.8125rem;font-weight:600;display:flex}.budget-cover-search{width:100%;height:2rem;margin:.125rem 0 .375rem}.budget-cover-list{flex-direction:column;max-height:16rem;display:flex;overflow:hidden auto}.budget-cover-item{width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.375rem;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.4375rem .375rem;font-size:.8125rem;display:flex}.budget-cover-item:hover{background:color-mix(in srgb, var(--muted) 50%, transparent)}.budget-cover-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.budget-cover-src{color:var(--positive);font-variant-numeric:tabular-nums;flex-shrink:0;font-weight:700}.budget-cover-amt{color:var(--negative);font-variant-numeric:tabular-nums;font-weight:700}.budget-cover-empty{color:var(--muted-foreground);padding:.375rem;font-size:.8125rem}.budget-activity-cell{position:relative}.budget-activity-btn{color:inherit;font:inherit;cursor:pointer;font-variant-numeric:tabular-nums;background:0 0;border:none;padding:0;font-weight:700;transition:color .15s}.budget-activity-btn:hover{color:var(--foreground);text-underline-offset:2px;text-decoration:underline}.budget-act-popover{z-index:41;background:var(--popover);border:1px solid color-mix(in srgb, var(--border) 60%, transparent);text-align:left;border-radius:.625rem;width:18rem;max-width:80vw;padding:.5rem;position:absolute;top:calc(100% + .25rem);right:0;box-shadow:0 12px 32px #0006}.budget-act-title{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;padding:.25rem .375rem .5rem;font-size:.8125rem;font-weight:600;overflow:hidden}.budget-act-loading{color:var(--muted-foreground);justify-content:center;padding:.75rem;display:flex}.budget-act-list{flex-direction:column;max-height:18rem;display:flex;overflow:hidden auto}.budget-act-item{border:none;border-top:1px solid color-mix(in srgb, var(--border) 35%, transparent);width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border-radius:.375rem;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.4375rem .375rem;display:flex}.budget-act-item:first-child{border-top:none}.budget-act-item:hover{background:color-mix(in srgb, var(--muted) 40%, transparent)}.budget-act-info{flex-direction:column;gap:.0625rem;min-width:0;display:flex}.budget-act-payee{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.budget-act-date{color:var(--muted-foreground);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.budget-act-amt{color:var(--negative);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.8125rem;font-weight:700}.budget-act-empty{color:var(--muted-foreground);padding:.5rem .375rem;font-size:.8125rem}@media (max-width:540px){.budget-topbar{grid-template-columns:1fr auto;row-gap:.375rem;padding-left:0;padding-right:0}.budget-monthnav{grid-area:1/1;min-width:0}.budget-manage-btn{grid-area:1/2}.budget-center{flex-wrap:nowrap;grid-area:2/1/auto/-1;justify-content:center;justify-self:stretch;gap:.375rem}.budget-center .budget-ready-box,.budget-center .budget-aom-box{min-width:0}.budget-aom-box.is-hide-mobile{display:none}.budget-ready-box{border-radius:.625rem;gap:.375rem;padding:.375rem .375rem .375rem .5rem}.budget-aom-box{border-radius:.625rem;padding:.375rem .5rem}.budget-center .budget-ready-value{font-size:1rem}.budget-center .budget-ready-label{margin-top:.125rem;font-size:.8125rem}.budget-assign-trigger{padding:.4rem;font-size:.8125rem}.budget-monthnav-label{text-overflow:ellipsis;flex:1;width:auto;min-width:0;overflow:hidden}.budget-table-header,.budget-group-header,.budget-row{padding-left:.625rem;padding-right:.625rem}.budget-filterbar{flex-wrap:wrap}.budget-grip{display:none}}.budget-page{width:100%;max-width:56rem;margin-inline:auto}.budget-grid{grid-template-columns:minmax(0,1fr) 3.25rem 3.25rem 4rem;align-items:center;gap:.375rem;display:grid}@media (min-width:541px){.budget-grid{grid-template-columns:minmax(0,1fr) 5rem 4.5rem 5.5rem;gap:.75rem}}.budget-table{flex-direction:column;gap:.5rem;display:flex}.budget-table-header{color:var(--muted-foreground);padding:0 1rem;font-size:.8125rem;font-weight:500}.budget-table-header>span:not(:first-child){text-align:right}.budget-num{text-align:right;font-variant-numeric:tabular-nums;font-size:.875rem;font-weight:700}.budget-group-header{background:color-mix(in srgb, var(--muted) 25%, transparent);padding:.625rem 1rem;position:relative}.budget-row-drag{transition:background-color 1.2s;position:relative}.budget-grip{z-index:1;width:.875rem;height:1.5rem;color:var(--muted-foreground);cursor:grab;opacity:0;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .12s,color .12s;display:inline-flex;position:absolute;top:50%;left:.125rem;transform:translateY(-50%)}.budget-grip:active{cursor:grabbing}.budget-grip:hover{color:var(--foreground)}.budget-grip svg{width:.875rem;height:.875rem}.budget-row-drag:hover .budget-grip,.budget-group-header:hover .budget-grip,.budget-grip:focus-visible{opacity:.55}.budget-group-header[draggable=true]{cursor:grab}.budget-group-header[draggable=true]:active{cursor:grabbing}.budget-table.is-reordering{-webkit-user-select:none;user-select:none}.budget-row-drag.is-drag-ghost{opacity:.35}.budget-row-drag.is-drag-ghost .budget-grip{opacity:0}.card.list-card.is-drag-ghost{opacity:.4}.budget-drop-line{border:1.5px dashed color-mix(in srgb, var(--primary) 60%, transparent);background:color-mix(in srgb, var(--primary) 8%, transparent);pointer-events:none;border-radius:.5rem;height:2.5rem;margin:.125rem .75rem}.budget-group-drop-line{border:1.5px dashed color-mix(in srgb, var(--primary) 60%, transparent);background:color-mix(in srgb, var(--primary) 8%, transparent);pointer-events:none;border-radius:.75rem;height:3rem;margin:.125rem 0}.budget-group-name{min-width:0;color:var(--foreground);align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;display:flex}.budget-group-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.budget-group-add{width:1.25rem;height:1.25rem;color:var(--muted-foreground);cursor:pointer;opacity:.5;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:opacity .12s,color .12s;display:inline-flex}.budget-group-header:hover .budget-group-add{opacity:.7}.budget-group-add:hover{color:var(--primary);opacity:1!important}.budget-group-add svg{width:.875rem;height:.875rem}.budget-group-header .budget-num{font-size:.8125rem;font-weight:600}.budget-row{padding:.4375rem 1rem}.budget-row-main{cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:.125rem;min-width:0;padding:0;display:flex}.budget-row-nameline{align-items:baseline;gap:10px;min-width:0;max-width:100%;display:flex}.budget-row-brand{border-radius:.25rem;align-self:center;width:16px;min-width:16px;height:16px;min-height:16px;font-size:.8125rem}.budget-row-brand svg{width:10px;height:10px}.budget-row-linkicon{width:14px;height:14px;color:var(--muted-foreground);flex-shrink:0;align-self:center}.insp-linked{align-items:center;gap:.5rem;display:flex}.insp-linked-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}.insp-link-trigger{width:100%}.budget-row-name{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;max-width:100%;font-weight:500;overflow:hidden}.budget-row-desc{min-width:0;color:var(--muted-foreground);opacity:.7;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.8125rem;overflow:hidden}@media (max-width:540px){.budget-row-name{max-width:14ch}.budget-row-desc{display:none}}.budget-row-target{align-items:center;gap:.4375rem;font-size:.8125rem;display:flex}.budget-target-progress{background:color-mix(in srgb, var(--border) 80%, transparent);border-radius:9999px;flex-shrink:0;width:2.5rem;height:3px;display:inline-block;overflow:hidden}.budget-target-progress-fill{background:var(--positive);height:100%;transition:width .2s;display:block}.budget-target-text{color:var(--muted-foreground);white-space:nowrap}.budget-target-text.is-snoozed,.budget-target-text.is-underfunded{color:var(--chart-3)}.budget-assigned-cell{display:block;position:relative}.button-calculator{width:1.25rem;height:1.25rem;color:var(--muted-foreground);cursor:pointer;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;transition:opacity .15s,color .15s;display:inline-flex;position:absolute;top:50%;left:.375rem;transform:translateY(-50%)}.button-calculator:hover{opacity:1;color:var(--foreground)}.icon-calculator{fill:currentColor;width:.875rem;height:.875rem}.budget-budgeted-input{text-align:right;caret-color:#0000;width:100%;height:1.875rem;padding:0 .5rem}.budget-budgeted-input::selection{background:var(--primary);color:#fff}.budget-budgeted-input.is-focused{padding-left:1.625rem}.budget-budgeted-input.is-invalid{border-color:var(--negative)}.budget-calc-backdrop{z-index:40;position:fixed;inset:0}.budget-calc-popover{z-index:41;background:var(--popover);border:1px solid color-mix(in srgb, var(--border) 60%, transparent);border-radius:.625rem;width:12rem;padding:.5rem;position:absolute;top:calc(100% + .25rem);right:0;box-shadow:0 12px 32px #0006}.budget-calc-display{text-align:right;font-variant-numeric:tabular-nums;color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;padding:.25rem .5rem .5rem;font-size:1rem;font-weight:700;overflow:hidden}.budget-calc-grid{grid-template-columns:repeat(4,1fr);gap:.25rem;display:grid}.budget-calc-key{background:color-mix(in srgb, var(--muted) 50%, transparent);height:2rem;color:var(--foreground);cursor:pointer;border:none;border-radius:.375rem;font-size:.875rem;transition:background-color .12s}.budget-calc-key:hover{background:color-mix(in srgb, var(--muted) 80%, transparent)}.budget-calc-key.is-equals{background:color-mix(in srgb, var(--primary) 30%, transparent)}.budget-calc-key.is-wide{grid-column:span 2}.budget-calc-key.is-done{background:var(--primary);color:var(--primary-foreground);grid-column:span 4}.budget-pill{font-variant-numeric:tabular-nums;cursor:pointer;border-radius:9999px;min-width:2rem;padding:.1875rem .5rem;font-size:.8125rem;font-weight:700;display:inline-block}.budget-pill.is-positive{background:color-mix(in srgb, var(--positive) 18%, transparent);color:var(--positive)}.budget-pill.is-negative{background:color-mix(in srgb, var(--negative) 18%, transparent);color:var(--negative)}.budget-pill.is-underfunded{background:color-mix(in srgb, var(--chart-3) 18%, transparent);color:var(--chart-3)}.budget-pill.is-zero{background:color-mix(in srgb, var(--muted) 50%, transparent);color:var(--muted-foreground)}@media (max-width:540px){.budget-table-header,.budget-num{font-size:.8125rem}.budget-budgeted-input{padding:0 .25rem}.budget-pill{min-width:0;padding:.1875rem .375rem;font-size:.8125rem}.button-calculator{display:none}.budget-budgeted-input.is-focused{padding-left:.25rem}.budget-calc-backdrop.is-sheet{z-index:59;background:#00000059}.budget-calc-popover{z-index:60;width:auto;padding:.75rem;position:fixed;inset:auto .75rem .75rem}.budget-calc-display{font-size:1.25rem}.budget-calc-key{height:2.75rem;font-size:1.0625rem}}.budget-inspector{gap:.5rem}.insp-header{padding-bottom:0}.insp-name-input{width:100%;color:var(--foreground);background:0 0;border:none;border-radius:.375rem;margin-left:-.25rem;padding:.125rem 1.75rem .125rem .25rem;font-size:1.0625rem;font-weight:600}.insp-group-input{width:100%;color:var(--muted-foreground);background:0 0;border:none;border-radius:.375rem;margin:.125rem 0 0 -.25rem;padding:.125rem .25rem;font-size:.8125rem}.insp-name-input:hover,.insp-group-input:hover{background:color-mix(in srgb, var(--muted) 30%, transparent)}.insp-name-input:focus,.insp-group-input:focus{background:color-mix(in srgb, var(--muted) 45%, transparent);outline:none}.insp-desc-input{border:1px solid color-mix(in srgb, var(--border) 50%, transparent);background:color-mix(in srgb, var(--muted) 20%, transparent);width:100%;color:var(--foreground);resize:vertical;border-radius:.5rem;min-height:2.5rem;margin-top:.625rem;padding:.375rem .5rem;font-family:inherit;font-size:.8125rem;line-height:1.35}.insp-desc-input::placeholder{color:var(--muted-foreground)}.insp-desc-input:focus{border-color:var(--ring);outline:none}.budget-toast{z-index:60;border:1px solid color-mix(in srgb, var(--positive) 35%, transparent);background:color-mix(in srgb, var(--background) 80%, transparent);-webkit-backdrop-filter:blur(16px)saturate(140%);backdrop-filter:blur(16px)saturate(140%);color:var(--positive);pointer-events:none;opacity:0;border-radius:.75rem;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:500;transition:opacity .2s,transform .2s;display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)translateY(.5rem);box-shadow:0 8px 24px #0000004d}.budget-toast.is-shown{opacity:1;transform:translate(-50%)translateY(0)}.budget-toast:before{content:"✓";font-weight:600}.insp-body{flex-direction:column;gap:1rem;padding:0 1rem 1rem;display:flex;overflow-y:auto}.insp-available{border-radius:.75rem;flex-direction:column;gap:.125rem;padding:.875rem 1rem;display:flex}.insp-available.is-positive{background:color-mix(in srgb, var(--positive) 14%, transparent);color:var(--positive)}.insp-available.is-negative{background:color-mix(in srgb, var(--negative) 14%, transparent);color:var(--negative)}.insp-available.is-zero{background:color-mix(in srgb, var(--muted) 45%, transparent);color:var(--muted-foreground)}.insp-available-value{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:1.75rem;font-weight:700}.insp-available-label{opacity:.85;margin:7px 0 0;font-size:.8125rem;font-weight:500;line-height:1}.insp-breakdown{border:1px solid color-mix(in srgb, var(--border) 55%, transparent);border-radius:.75rem;flex-direction:column;display:flex;overflow:hidden}.insp-line{justify-content:space-between;align-items:center;gap:.75rem;min-height:2.75rem;padding:.5rem .875rem;display:flex}.insp-line:not(:first-child){border-top:1px solid color-mix(in srgb, var(--border) 45%, transparent)}.insp-line-label{color:var(--muted-foreground);font-size:.8125rem}.insp-line-value{font-variant-numeric:tabular-nums;font-size:.875rem;font-weight:700}.insp-assign-input{text-align:right;width:6rem;height:1.875rem;padding:0 .5rem}.insp-section{flex-direction:column;gap:.625rem;display:flex}.insp-section-end{margin-top:.25rem}.insp-section-title{color:var(--foreground);font-size:.8125rem;font-weight:600}.insp-target{flex-direction:column;gap:.5rem;display:flex}.insp-target-bar{width:100%;height:4px}.insp-target-text{color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:.8125rem;font-weight:700}.insp-target-edit{flex-direction:column;gap:.5rem;display:flex}.insp-target-row{gap:.5rem;display:flex}.insp-target-amount{flex:1;min-width:0}.insp-target-cadence{flex-shrink:0;width:8rem}.insp-target-date{flex-direction:column;gap:.25rem;display:flex}.insp-target-date-label{color:var(--muted-foreground);font-size:.8125rem}.insp-actions{flex-wrap:wrap;gap:.5rem;display:flex}.insp-hide{color:var(--muted-foreground);align-self:flex-start}.insp-delete-btn{color:var(--negative)}.insp-delete{border:1px solid color-mix(in srgb, var(--negative) 35%, transparent);background:color-mix(in srgb, var(--negative) 7%, transparent);border-radius:.625rem;flex-direction:column;gap:.5rem;padding:.625rem;display:flex}.insp-delete-note{color:var(--muted-foreground);font-size:.8125rem}.insp-move{flex-direction:column;gap:.5rem;display:flex}.insp-move-dir{align-items:center;gap:.5rem;display:flex}.insp-move-swap{border:1px solid color-mix(in srgb, var(--border) 55%, transparent);background:color-mix(in srgb, var(--muted) 30%, transparent);width:1.75rem;height:1.75rem;color:var(--foreground);cursor:pointer;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s;display:inline-flex}.insp-move-swap:hover{background:color-mix(in srgb, var(--muted) 55%, transparent)}.insp-move-swap svg{width:.875rem;height:.875rem}.insp-move-dir-label{color:var(--muted-foreground);font-size:.8125rem}.insp-move-select,.insp-move-amount{width:100%}.insp-move-amount{text-align:right}.budget-hidden-toggle{width:100%;color:var(--muted-foreground);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.8125rem;font-weight:500;display:flex}.budget-hidden-toggle:hover{color:var(--foreground)}.budget-hidden-chevron{flex-shrink:0;width:1rem;height:1rem;transition:transform .15s}.budget-hidden-chevron.is-open{transform:rotate(180deg)}.budget-hidden-count{font-variant-numeric:tabular-nums;margin-left:auto;font-weight:700}.budget-hidden-row{cursor:pointer;text-align:left;background:0 0;border:none;align-items:baseline;gap:.5rem;width:100%;padding:.5rem 1rem;display:flex}.budget-hidden-row:hover{background:color-mix(in srgb, var(--muted) 30%, transparent)}.budget-hidden-name{color:var(--foreground);font-size:.875rem}.budget-hidden-group{color:var(--muted-foreground);font-size:.8125rem}.list-item{cursor:pointer;align-items:center;gap:.75rem;padding:.875rem 1rem;transition:background-color .15s;display:flex}@media (min-width:640px){.list-item{gap:1rem;padding:1rem 1.25rem}}.list-item:hover{background-color:color-mix(in srgb, var(--accent) 30%, transparent)}.list-item-col{flex-direction:column;gap:.5rem}.list-item-main{align-items:center;gap:.625rem;width:100%;display:flex}.list-item-patterns{color:var(--primary);font-style:italic}.list-item-link-btn{width:1.5rem;height:1.5rem;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;transition:color .15s;display:flex}.list-item-link-btn:hover{color:var(--primary)}.list-item-link-btn:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.list-item-link-btn svg{width:.75rem;height:.75rem}.match-pattern-row{gap:.5rem;display:flex}.match-pattern-input{flex:1;width:100%;font-size:.8125rem}.match-pattern-amount{flex:none;width:5.5rem;font-size:.8125rem}.match-pattern-list{flex-direction:column;gap:.375rem;display:flex}.match-pattern-item{align-items:center;gap:.375rem;display:flex}.input.match-pattern-input-sm{width:4rem;height:1.5rem;padding:0 .375rem;font-size:.8125rem}.match-pattern-tag{background:color-mix(in srgb, var(--primary) 10%, transparent);color:var(--primary);border-radius:.25rem;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.8125rem;display:inline-flex}.match-pattern-remove{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.match-pattern-remove:hover{color:var(--negative)}.match-pattern-remove svg{width:.625rem;height:.625rem}.badge.badge-matched{background-color:color-mix(in srgb, var(--positive) 12%, transparent);color:var(--positive);border:none}.badge-toggle{cursor:pointer;font:inherit;background:0 0;border:none;padding:0}.badge-toggle-muted{color:var(--muted-foreground);border:1px solid var(--border);background-color:#0000;border-radius:9999px;padding:.0625rem .5rem;font-size:.8125rem}.list-item-end{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.25rem;display:flex}.icon-xs{width:.625rem;height:.625rem}.list-item-paid-btn{border:2px solid var(--muted-foreground);color:#0000;cursor:pointer;background:0 0;border-radius:9999px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;transition:all .15s;display:flex}.list-item-paid-btn svg{width:.75rem;height:.75rem}.list-item-paid-btn:hover{border-color:var(--positive);color:var(--positive)}.list-item-paid-btn.is-paid{border-color:var(--positive);background-color:var(--positive);color:#fff}.list-item-icon{background:0 0;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:auto;height:auto;display:flex}.list-item-icon svg,.list-item-icon svg.icon-sm{width:.875rem;height:.875rem}.list-item-icon[data-color=negative]{color:var(--negative)}.list-item-icon[data-color=positive]{color:var(--positive)}.list-item-icon[data-color=chart-3]{color:var(--chart-3)}.list-item-icon[data-color=chart-4]{color:var(--chart-4)}.list-item-body{flex:1;gap:4px;min-width:0;display:grid}.list-item-name-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.list-item-name{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;line-height:1.25rem;overflow:hidden}.priority-toggle{cursor:pointer;color:var(--muted-foreground);opacity:.6;background:0 0;border:none;flex-shrink:0;align-items:center;padding:0;transition:color .15s,opacity .15s;display:flex}.priority-toggle svg{width:.875rem;height:.875rem}.priority-toggle.is-priority{color:var(--negative);opacity:1}@media (hover:hover){.priority-toggle:hover{opacity:.9}}.list-item-name.is-inactive{color:var(--muted-foreground);text-decoration:line-through}.list-item-meta{color:var(--muted-foreground);font-size:13px;font-weight:600;line-height:1rem}.list-empty{color:var(--muted-foreground);padding:.75rem 1rem .5rem}.goal-desc{color:var(--muted-foreground);white-space:pre-wrap;word-break:break-word;margin-top:.25rem;font-size:13px;line-height:1.35}.goal-desc-link{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.goal-desc-input{resize:vertical;min-height:3rem;font-family:inherit}.budget-row-drag.is-deeplink-target{background:color-mix(in srgb, var(--primary) 14%, transparent);border-radius:.5rem}.form-field-note{color:var(--muted-foreground);margin-top:.25rem;font-size:.8125rem;line-height:1.35}.goal-linked-note{color:var(--muted-foreground);font-size:.8125rem;line-height:1.4}.goal-linked-name{color:var(--foreground);font-weight:500}.budget-link-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.budget-link-jump{color:var(--primary);align-items:center;gap:.375rem;font-size:.875rem;text-decoration:none;display:inline-flex}.budget-link-jump:hover .goal-linked-name{text-underline-offset:2px;text-decoration:underline}.list-item-amount{text-align:right}.list-item-amount-value{font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--foreground);font-size:.875rem;font-weight:700;line-height:1.25rem}.list-item-amount-value[data-positive]{color:var(--positive)}.list-item-amount-value.is-negative{color:var(--negative)}.list-item-amount-value.is-positive{color:var(--positive)}.metric-card-value-3xl.is-negative{color:var(--negative)}.metric-card-value-3xl.is-positive{color:var(--positive)}.list-item-amount-date{color:var(--muted-foreground);font-size:13px}.list-item-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}@media (max-width:639px){.list-item-actions{flex-direction:column;align-items:flex-end;gap:.375rem}.list-item-actions-row{align-items:center;gap:.375rem;display:flex}}.list-item-toolbar{justify-content:space-between;align-items:center;padding-left:1.5rem;display:flex}.edit-item{flex-direction:column;gap:.5rem;min-width:0;padding:1rem 1.25rem;display:flex}.debt-edit-grid{grid-template-columns:1fr;display:grid}@media (min-width:640px){.debt-edit-grid{grid-template-columns:1fr 1fr}.debt-edit-grid>.edit-item{border-top:1px solid color-mix(in srgb, var(--border) 30%, transparent)}.debt-edit-grid>.edit-item:first-child,.debt-edit-grid>.edit-item:nth-child(2){border-top:none}.debt-edit-grid>.edit-item:nth-child(odd){border-right:1px solid color-mix(in srgb, var(--border) 30%, transparent)}.debt-edit-grid>.edit-item:last-child:nth-child(odd){border-right:none}}.edit-item-header{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.edit-item-header>div:first-of-type{flex:1;min-width:0}.edit-item-name{color:var(--foreground);font-size:.875rem;font-weight:500;line-height:1.25rem}.edit-item .list-item-name-row{flex-wrap:nowrap;align-items:center;min-width:0}.edit-item .edit-item-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.debt-spark{width:100%;margin:.125rem 0 .25rem}.debt-progress-row{align-items:center;gap:.625rem;margin:.375rem 0 .125rem;display:flex}.debt-progress-row .progress{flex:1}.debt-progress-label{color:var(--muted-foreground);white-space:nowrap;flex-shrink:0;font-size:.8125rem}.edit-item-meta{color:var(--muted-foreground);font-size:.8125rem;line-height:1rem}.drag-handle{width:1rem;height:1rem;color:var(--muted-foreground);opacity:.3;cursor:grab;touch-action:none;flex-shrink:0;position:relative;top:2px}.drag-handle:active{cursor:grabbing;opacity:.6}.investment-ticker-info{flex-direction:column;gap:.25rem;margin-top:.5rem;display:flex}.invest-charts-grid{grid-template-columns:1fr;align-items:start;gap:1.5rem;display:grid}@media (min-width:768px){.invest-charts-grid{grid-template-columns:1fr 1fr}}.investment-progress-hint{color:var(--muted-foreground);margin-top:.625rem;font-size:.8125rem}.chart-range-filter{gap:.25rem;display:flex}.chart-range-btn{letter-spacing:.02em;color:var(--muted-foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:.25rem;padding:.25rem .5rem;font-size:.8125rem;font-weight:600;transition:color .15s,border-color .15s,background-color .15s}.chart-range-btn.is-active{color:#a1a1a1;border-color:#3b3b3b}@media (hover:hover){.chart-range-btn:hover{color:var(--foreground);border-color:var(--foreground)}}.edit-item-right{text-align:right}.edit-item-amount{font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--foreground);font-size:.875rem;font-weight:700;line-height:1.25rem}.list-edit-row{border-top:1px solid var(--glass-border,#ffffff0a);flex-wrap:wrap;align-items:flex-end;gap:.5rem;min-width:0;margin-top:.5rem;padding-top:.5rem;display:flex}.list-edit-field{flex:0 7rem;min-width:0}.list-edit-label{color:var(--muted-foreground);text-align:left;margin-bottom:.25rem;font-size:.8125rem;display:block}.list-edit-input{height:1.75rem;padding:0 .5rem;font-size:.8125rem}.payoff-header{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.payoff-title{color:var(--foreground);font-size:1.125rem;font-weight:600;line-height:1.75rem}.payoff-extra-label{color:var(--muted-foreground);font-size:.8125rem;line-height:1rem}.payoff-stats{gap:1.5rem;margin-bottom:1rem;font-size:.875rem;line-height:1.25rem;display:flex}.payoff-stats-label{color:var(--muted-foreground)}.payoff-stats-value{color:var(--foreground);font-weight:600}.payoff-stats-value[data-color=negative]{color:var(--negative)}.settings-grid{gap:1.5rem;display:grid}@media (min-width:768px){.settings-grid{max-width:42rem}}.card.settings-card{border-color:color-mix(in srgb, var(--border) 50%, transparent);background-color:color-mix(in srgb, var(--card) 80%, transparent);gap:.5rem}.setup-steps{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.setup-steps li{color:var(--foreground);align-items:flex-start;gap:.625rem;font-size:.8125rem;line-height:1.3;display:flex}.setup-step-num{background:color-mix(in srgb, var(--primary) 20%, transparent);width:1.375rem;height:1.375rem;color:var(--primary);font-variant-numeric:tabular-nums;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;display:inline-flex}.acct-row{position:relative}.acct-grip{width:.875rem;height:1.5rem;color:var(--muted-foreground);cursor:grab;opacity:0;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .12s,color .12s;display:inline-flex;position:absolute;top:50%;left:.125rem;transform:translateY(-50%)}.acct-grip:active{cursor:grabbing}.acct-row:hover .acct-grip,.acct-grip:focus-visible{opacity:.55}.acct-grip:hover{color:var(--foreground)}.acct-grip svg{width:.875rem;height:.875rem}.list-item.acct-row.is-dragging{opacity:.5}.account-badge{background:color-mix(in srgb, var(--primary) 18%, transparent);color:var(--primary);border-radius:9999px;padding:.0625rem .4375rem;font-size:.8125rem;font-weight:600}.account-badge.is-muted{background:color-mix(in srgb, var(--muted) 50%, transparent);color:var(--muted-foreground)}.account-toggle-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.account-toggle-label{color:var(--foreground);font-size:.875rem;font-weight:500}.settings-link-btn{color:var(--foreground);background:color-mix(in srgb, var(--muted) 50%, transparent);border-radius:.5rem;align-self:flex-start;align-items:center;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:background-color .15s;display:inline-flex}.settings-link-btn:hover{background:color-mix(in srgb, var(--muted) 80%, transparent)}.settings-card-title{align-items:center;gap:.5rem;font-size:1rem;display:flex}.settings-card-title svg{width:1rem;height:1rem;color:var(--muted-foreground)}.settings-card .card-content{flex-direction:column;gap:1rem;display:flex}.settings-row{align-items:center;gap:.75rem;display:flex}.settings-row .input,.settings-row .settings-input,.settings-row .select-trigger{flex:1;min-width:0}.settings-status{color:var(--muted-foreground);font-size:.875rem;line-height:1.25rem}.settings-help{color:var(--muted-foreground);font-size:.8125rem;line-height:1rem}.form-error{color:var(--negative);font-size:.8125rem;line-height:1.1rem}.settings-account-list{flex-direction:column;gap:.375rem;margin-bottom:0;display:flex}.settings-account-row{flex-direction:column;gap:.25rem;min-width:0;padding:.375rem 0;display:flex;overflow:hidden}.settings-account-item{cursor:pointer;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.input.settings-account-note{width:calc(100% - 1.625rem);min-width:0;height:1.75rem;margin-left:1.625rem;padding:0 .5rem;font-size:.8125rem}.settings-account-item input[type=checkbox]{appearance:none;border:2px solid var(--input);cursor:pointer;border-radius:.25rem;flex-shrink:0;width:1.125rem;height:1.125rem;transition:background-color .15s,border-color .15s;position:relative}.settings-account-item input[type=checkbox]:checked{background-color:var(--primary);border-color:var(--primary)}.settings-account-item input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:10px;position:absolute;top:0;left:3px;transform:rotate(45deg)}.settings-account-name{color:var(--foreground);flex:1}.settings-account-balance{color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:.8125rem;font-weight:700}.settings-help-mb{margin-bottom:.5rem}.error-banner{border-radius:var(--radius);background:color-mix(in srgb, var(--negative) 8%, transparent);border:1px solid color-mix(in srgb, var(--negative) 20%, transparent);flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem;padding:.75rem 1rem;display:flex}.error-banner-text{color:var(--negative);flex:1;font-size:.875rem;font-weight:500}.settings-error{color:var(--destructive);font-size:.875rem;line-height:1.25rem}.synci-test-result{margin-top:.5rem;font-size:.875rem;font-weight:600;line-height:1.25rem}.synci-test-result.is-ok{color:var(--positive)}.synci-test-result.is-error{color:var(--destructive)}.settings-saved{color:var(--positive);font-size:.8125rem;line-height:1rem}.settings-sync-time{color:var(--muted-foreground);font-size:.8125rem;line-height:1rem}.page-loading{justify-content:center;align-items:center;padding:5rem 0;display:flex}.page-loading-spinner{width:1.5rem;height:1.5rem;color:var(--muted-foreground)}.badge.badge-connected{background-color:color-mix(in srgb, var(--positive) 10%, transparent);color:var(--positive);border-color:#0000;gap:.25rem}.badge.badge-connected svg{width:.75rem;height:.75rem}.metric-card-value-3xl{letter-spacing:-.04em;color:var(--foreground);font-variant-numeric:tabular-nums;white-space:nowrap;margin-top:.25rem;font-size:1.75rem;font-weight:700;line-height:1}@media (min-width:768px){.metric-card-value-3xl{font-size:2rem}}.metric-card-note-mt{margin-top:.25rem}.tabs-trigger-icon{width:.875rem;height:.875rem}.metric-card-icon-standalone{flex-shrink:0;width:1.25rem;height:1.25rem}.progress.progress-thick{height:.5rem;margin-top:.75rem}.progress.progress-thin{height:.375rem;margin-top:.75rem}.sync-row{align-items:center;gap:.5rem;display:flex}.sync-row .button[data-variant=outline]{height:auto;color:var(--muted-foreground);background:0 0;border-color:#0000;padding:.25rem .375rem}@media (hover:hover){.sync-row .button[data-variant=outline]:hover{color:var(--foreground);box-shadow:none;background:0 0;border-color:#0000}}.sync-time{color:var(--muted-foreground);white-space:nowrap;font-size:.8125rem}.sync-icon{width:.75rem;height:.75rem}.text-positive{color:var(--positive);white-space:nowrap}.text-negative{color:var(--negative);white-space:nowrap}.text-warning{color:#eab308;white-space:nowrap}.text-chart-3{color:var(--chart-3);white-space:nowrap}.text-foreground{color:var(--foreground)}.text-muted{color:var(--muted-foreground)}.amt-nowrap{white-space:nowrap}.amt-tip{cursor:default;white-space:nowrap;display:inline;position:relative}.amt-tip:after{content:attr(data-exact);letter-spacing:0;color:#fafafa;white-space:nowrap;z-index:50;pointer-events:none;opacity:0;visibility:hidden;font-variant-numeric:tabular-nums;background:#000;border-radius:.25rem;max-width:calc(100vw - 2rem);padding:.3rem .5rem;font-size:.8125rem;font-weight:700;line-height:1;transition:opacity .15s,visibility .15s;position:absolute;bottom:calc(100% + .375rem);left:50%;transform:translate(-50%)}.amt-tip:before{content:"";z-index:50;pointer-events:none;opacity:0;visibility:hidden;background:#000;width:.375rem;height:.375rem;transition:opacity .15s,visibility .15s;position:absolute;bottom:calc(100% + .125rem);left:50%;transform:translate(-50%)rotate(45deg)}@media (hover:hover){.amt-tip:hover:after,.amt-tip:hover:before{opacity:1;visibility:visible}}.amt-tip.is-open:after,.amt-tip.is-open:before{opacity:1;visibility:visible}.capitalize{text-transform:capitalize}.w-full{width:100%}.infinite-sentinel{height:1px}.input.input-with-icon{height:2.5rem;padding-left:2.25rem}.input.input-with-icon[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;cursor:pointer;opacity:.6;background-image:url(/search-cancel.svg);background-size:18px 18px;width:18px;height:18px}.input.input-with-icon[type=search]::-webkit-search-cancel-button:hover{opacity:1}.input.settings-input,.select-trigger.settings-input{max-width:100%}.settings-textarea{resize:vertical;border:1px solid var(--input);width:100%;max-width:100%;height:auto;min-height:4.5rem;color:var(--foreground);background:0 0;border-radius:.5rem;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;line-height:1.5}.dark .settings-textarea{background:color-mix(in srgb, var(--input) 30%, transparent)}.settings-textarea:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.settings-textarea::placeholder{color:var(--muted-foreground)}.input.payoff-extra-input{width:6rem;height:2rem;font-size:.875rem}.payoff-desc{color:var(--muted-foreground);margin-bottom:1rem;font-size:.875rem;line-height:1.25rem}.receipt-preview{object-fit:contain;opacity:.8;border-radius:.5rem;max-width:100%;max-height:10rem}.batch-list{flex-direction:column;gap:.5rem;display:flex}.batch-item{background-color:var(--glass-bg,#ffffff05);border:1px solid var(--border);border-radius:.375rem;flex-direction:column;gap:.5rem;padding:.5rem .625rem;display:flex}.batch-item.is-dup{border-color:color-mix(in srgb, var(--negative) 55%, transparent);background:color-mix(in srgb, var(--negative) 8%, transparent)}.batch-item-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.batch-item-info{flex:1;min-width:0}.batch-dup-chip{background:color-mix(in srgb, var(--negative) 18%, transparent);color:var(--negative);white-space:nowrap;border-radius:9999px;margin-left:.5rem;padding:.0625rem .375rem;font-size:.8125rem;font-weight:500}.batch-item-payee{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:500;overflow:hidden}.batch-item-meta{color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:.8125rem;font-weight:700}.batch-item-actions{flex-shrink:0;align-items:center;gap:.375rem;display:flex}.batch-account-select{border:1px solid var(--input);height:1.5rem;color:var(--foreground);background:0 0;border-radius:.25rem;max-width:6rem;padding:0 .25rem;font-size:.8125rem}.batch-remove-btn{width:1.25rem;height:1.25rem;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:0;display:flex}.batch-remove-btn svg{width:.75rem;height:.75rem}.tx-account-trigger{width:100%}.tx-type-toggle{background:color-mix(in srgb, var(--muted) 30%, transparent);border-radius:.5rem;gap:.25rem;padding:.25rem;display:flex}.tx-type-btn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex:1;padding:.4375rem .5rem;font-size:.8125rem;font-weight:500;transition:background-color .15s,color .15s}.tx-type-btn:hover{color:var(--foreground)}.tx-type-btn.is-active{background:color-mix(in srgb, var(--primary) 22%, transparent);color:var(--foreground)}.receipt-preview-pdf{border:1px solid var(--border);border-radius:.5rem;width:100%;height:12rem}.tx-split-head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.tx-split-toggle{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8125rem}.tx-split-toggle:hover{text-decoration:underline}.tx-split-line{align-items:center;gap:.5rem;margin-top:.375rem;display:flex}.tx-split-amount{flex-shrink:0;width:7rem}.tx-split-remove{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 .25rem;font-size:1.125rem;line-height:1}.tx-split-remove:hover{color:var(--negative)}.tx-split-foot{justify-content:space-between;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.tx-split-remaining{font-variant-numeric:tabular-nums;font-size:.8125rem;font-weight:700}.tx-split-remaining.is-ok{color:var(--positive)}.tx-split-remaining.is-off{color:var(--muted-foreground)}

