:root{--page-max: 800px;--gap: 8px;--tap: 44px;--space-sm: 8px;--space-md: 16px;--space-lg: 20px;--space-xl: 40px;color-scheme:light;--text: #0f172a;--text-muted: #64748b;--color-bg: #f5f6fa;--color-surface: #ffffff;--color-border: #e4e7ee;--color-border-strong: #cbd2e0;--line: var(--color-border);--line-soft: #eef0f5;--accent: #4f46e5;--color-primary: var(--accent);--color-primary-soft: #eef0fd;--danger: #e11d48;--color-danger: var(--danger);--color-danger-soft: #fde3ea;--color-success: #15803d;--color-success-soft: #e0f7e9;--color-warning: #b45309;--color-warning-soft: #fef1d6;--color-goal: #7c3aed;--color-goal-soft: #f0eafe;--grad-success: linear-gradient(135deg, #15803d 0%, #0f5c2c 100%);--grad-danger: linear-gradient(135deg, #e11d48 0%, #9f1239 100%);--grad-primary: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%);--grad-goal: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);--grad-warning: linear-gradient(135deg, #b45309 0%, #92400e 100%);--accent-bronze: var(--color-goal);--font-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 10px;--shadow-card: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px rgba(15, 23, 42, .06);--shell-sidebar-w: 232px;--chart-1: #4f46e5;--chart-2: #f59e0b;--chart-3: #15803d;--chart-4: #db2777;--chart-other: #94a3b8}:root[data-theme=dark]{--text: #eef1f8;--text-muted: #94a3b8;--color-bg: #0b1120;--color-surface: #131b2e;--color-border: #232d43;--color-border-strong: #34405c;--line: var(--color-border);--line-soft: #1a2338;--accent: #818cf8;--color-primary-soft: rgba(129, 140, 248, .16);--danger: #fb7185;--color-danger-soft: rgba(251, 113, 133, .16);--color-success: #4ade80;--color-success-soft: rgba(74, 222, 128, .16);--color-warning: #fbbf24;--color-warning-soft: rgba(251, 191, 36, .16);--color-goal: #a78bfa;--color-goal-soft: rgba(167, 139, 250, .16);--shadow-card: 0 1px 2px rgba(0, 0, 0, .24), 0 8px 24px rgba(0, 0, 0, .28);color-scheme:dark}body{margin:0;background:var(--color-bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}input,select,textarea,button{font:inherit;font-size:16px;color:inherit}input,select,textarea{min-height:var(--tap);padding:8px 10px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);max-width:100%;box-sizing:border-box}input[type=checkbox]{min-height:0;width:20px;height:20px}button{min-height:var(--tap);padding:8px 14px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}h1{font-size:24px;margin:0 0 16px}h2{font-size:18px;margin:24px 0 8px}.page{max-width:var(--page-max);margin:0 auto;padding:16px;padding-bottom:max(24px,env(safe-area-inset-bottom));box-sizing:border-box}.shell{display:flex;min-height:100vh}.shell__sidebar{display:none}.shell__brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px;padding:20px 20px 16px;color:var(--text)}.shell__brand-mark{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:var(--color-primary);flex:0 0 auto}.shell__brand-mark img{width:100%;height:100%;object-fit:contain;border-radius:8px;display:block}.shell__nav{flex:1;display:flex;flex-direction:column;gap:2px;padding:4px 12px;overflow-y:auto}.shell__nav-link{position:relative;display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-md);text-decoration:none;color:var(--text-muted);font-size:14px;min-height:var(--tap)}.shell__nav-link:hover{background:var(--color-bg);color:var(--text)}.shell__nav-link[aria-current=page]{background:var(--color-primary-soft);color:var(--color-primary);font-weight:700}.shell__nav-badge{margin-left:auto;background:var(--color-danger);color:#fff;font-size:11px;font-weight:700;line-height:1;padding:3px 6px;border-radius:999px}.shell__logout{display:flex;align-items:center;gap:10px;margin:8px 12px 16px;border:none;background:transparent;color:var(--text-muted);font-size:14px;justify-content:flex-start;min-height:var(--tap)}.shell__logout:hover{color:var(--color-danger);background:var(--color-danger-soft)}.shell__version{padding:0 20px 14px;font-size:12px;color:var(--text-muted);opacity:.6;-webkit-user-select:text;user-select:text}.shell__main-col{flex:1;min-width:0;display:flex;flex-direction:column}.shell__topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:6px;gap:12px;padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top));background:var(--color-surface);border-bottom:1px solid var(--color-border);box-sizing:border-box}.shell__topbar-title{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto;font-weight:600;color:var(--text)}.shell__brand-mark--mobile{width:28px;height:28px;border-radius:8px}.shell__household-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell__topbar-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto;margin-left:auto}.shell__theme-switch{display:inline-flex;align-items:center;gap:2px;padding:2px;border-radius:999px;background:var(--color-bg)}.shell__theme-switch-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:28px;height:28px;padding:0 8px;border-radius:999px;border:none;background:transparent;color:var(--text-muted);font-size:12px;font-weight:600;white-space:nowrap}.shell__theme-switch-btn:not(:first-child){border-left:1px solid var(--color-border);border-radius:0}.shell__theme-switch-btn:hover{color:var(--text)}.shell__theme-switch-btn--active{width:auto;border-left-color:transparent;border-radius:999px;background:var(--color-surface);color:var(--color-primary);box-shadow:var(--shadow-card)}.shell__theme-switch-btn--active+.shell__theme-switch-btn{border-left-color:transparent}.shell__theme-switch-label{display:none}@media (min-width: 960px){.shell__theme-switch-label{display:inline}}.lang-switch{display:inline-flex;align-items:center;gap:2px;padding:2px;border-radius:999px;background:var(--color-bg)}.lang-switch-btn{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;border:none;background:transparent;color:var(--text-muted);font-size:12px;font-weight:600;white-space:nowrap}.lang-switch-btn:not(:first-child){border-left:1px solid var(--color-border);border-radius:0}.lang-switch-btn:hover{color:var(--text)}.lang-switch-btn--active{border-left-color:transparent;border-radius:999px;background:var(--color-surface);color:var(--color-primary);box-shadow:var(--shadow-card)}.lang-switch-btn--active+.lang-switch-btn{border-left-color:transparent}.public-page__lang-switch{position:fixed;top:16px;right:16px;z-index:20}.shell__icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--tap);height:var(--tap);border-radius:999px;border:none;background:transparent;color:var(--text-muted);text-decoration:none}.shell__icon-btn:hover{background:var(--color-bg);color:var(--text)}.shell__icon-btn-badge{position:absolute;top:4px;right:4px;min-width:15px;height:15px;padding:0 3px;border-radius:999px;background:var(--color-danger);color:#fff;font-size:10px;font-weight:700;line-height:15px;text-align:center}.shell__profile-link{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--text);padding:4px 6px 4px 4px;border-radius:999px}.shell__profile-link:hover{background:var(--color-bg)}.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--color-primary);color:#fff;font-weight:700;flex:0 0 auto;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.shell__avatar{width:30px;height:30px;font-size:13px}.shell__profile-name{font-size:14px;display:none}.shell__content{flex:1;padding-bottom:calc(64px + env(safe-area-inset-bottom))}.shell__bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:20;display:flex;background:var(--color-surface);border-top:1px solid var(--color-border);padding-bottom:env(safe-area-inset-bottom)}.shell__bottom-link{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 4px 6px;border:none;border-radius:0;background:transparent;color:var(--text-muted);font-size:11px;text-decoration:none;min-height:var(--tap)}.shell__bottom-link[aria-current=page]{color:var(--color-primary);font-weight:600}.shell__bottom-link--more{position:relative}.shell__bottom-badge{position:absolute;top:4px;right:calc(50% - 18px);min-width:14px;height:14px;padding:0 3px;border-radius:999px;background:var(--color-danger);color:#fff;font-size:10px;font-weight:700;line-height:14px}.shell__more-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#14172b66;display:flex;align-items:flex-end}.shell__more-sheet{width:100%;max-height:70vh;overflow-y:auto;background:var(--color-surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:16px 16px calc(16px + env(safe-area-inset-bottom));box-sizing:border-box}.shell__more-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.shell__more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.shell__more-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;border-radius:var(--radius-md);border:none;background:transparent;color:var(--text);text-decoration:none;font-size:12px;text-align:center}.shell__more-item:hover{background:var(--color-bg)}.shell__more-item--logout{color:var(--color-danger)}@media (min-width: 960px){.shell__sidebar{display:flex;flex-direction:column;width:var(--shell-sidebar-w);flex:0 0 auto;background:var(--color-surface);border-right:1px solid var(--color-border);position:sticky;top:0;height:100vh}.shell__brand-mark--mobile{display:none}.shell__profile-name{display:inline}.shell__bottom-nav{display:none}.shell__content{padding-bottom:0}}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:20px;box-sizing:border-box}.card__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px}.card__header h2{margin:0;font-size:15px;font-weight:600}.card__header-hint{font-size:13px;color:var(--text-muted)}.card__header-link{display:inline-flex;align-items:center;gap:2px;font-size:13px;color:var(--color-primary);text-decoration:none;white-space:nowrap}.kefa-card{background:linear-gradient(180deg,#efebe2,#dcd7cb);border-color:transparent}.kefa-card__title{color:#2c2c2a}.kefa-stage{width:100%;aspect-ratio:3 / 4;max-height:420px;border-radius:var(--radius-lg);overflow:hidden}.kefa-stage canvas{display:block;width:100%;height:100%}@media (max-width: 759px){.kefa-stage{aspect-ratio:4 / 3;max-height:260px}}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#14172b66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:flex-end;justify-content:center}.sheet{width:100%;max-width:560px;max-height:88vh;overflow-y:auto;background:var(--color-surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:20px;padding-bottom:max(20px,env(safe-area-inset-bottom));box-sizing:border-box;box-shadow:var(--shadow-card);animation:sheet-slide-up .22s ease-out}@keyframes sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.sheet{animation:none}}@media (min-width: 760px){.sheet-overlay{align-items:center}.sheet{border-radius:var(--radius-lg);max-height:85vh}.sheet--wide{max-width:720px}}.sheet__handle{display:none;width:36px;height:4px;border-radius:999px;background:var(--color-border-strong);margin:-8px auto 12px;touch-action:none}@media (max-width: 759px){.sheet__handle{display:block}}.sheet__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px;touch-action:none}.sheet__header h2{margin:0;font-size:18px;font-weight:700}.settings-list{display:flex;flex-direction:column}.settings-row{display:flex;align-items:center;gap:10px;width:100%;min-height:var(--tap);padding:12px 4px;border:none;border-bottom:1px solid var(--color-border);background:none;font:inherit;color:inherit;text-align:left;text-decoration:none;cursor:pointer}.settings-list .settings-row:last-child{border-bottom:none}.settings-row--static{cursor:default}.settings-row__label{flex:0 0 auto;font-size:15px;font-weight:500}.settings-row__value{flex:1;min-width:0;text-align:right;font-size:13px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-row__value--success{color:var(--color-success)}.settings-row__arrow{flex:0 0 auto;color:var(--text-muted)}.limit-list{display:flex;flex-direction:column}.limit-list-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px 12px;padding:10px 4px;border-bottom:1px solid var(--color-border)}.limit-list .limit-list-row:last-child{border-bottom:none}.limit-list-row__name{flex:1 1 110px;min-width:0;font-size:14px;font-weight:500}.limit-list-row__current{flex:0 0 auto;font-size:13px}.limit-list-row__form{display:flex;align-items:center;gap:6px;flex:1 1 auto;justify-content:flex-end}.limit-list-row__form input{width:92px}.sheet__close{background:var(--color-bg);border:none;padding:0;width:32px;height:32px;min-height:auto;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;flex-shrink:0}.sheet__section-title{margin:0 0 12px;font-size:15px;font-weight:600}.sheet__divider{border:none;border-top:1px solid var(--color-border);margin:24px 0}.fab-bar{position:fixed;left:50%;bottom:calc(80px + env(safe-area-inset-bottom));transform:translate(-50%);width:calc(100% - 32px);max-width:480px;display:flex;gap:10px;z-index:90}.fab-bar .btn{flex:1;min-width:0;white-space:normal;text-align:center}.fab-bar .btn--ghost{background:var(--color-surface);box-shadow:var(--shadow-card)}@media (min-width: 960px){.fab-bar{bottom:24px}}.page--with-fab{padding-bottom:88px}.undo-toast{position:fixed;left:50%;bottom:calc(80px + env(safe-area-inset-bottom));transform:translate(-50%);width:calc(100% - 32px);max-width:480px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:var(--color-surface);color:var(--text);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-card);z-index:95}.undo-toast .btn{flex-shrink:0}@media (min-width: 960px){.undo-toast{bottom:24px}}.toast-stack{position:fixed;left:50%;bottom:calc(80px + env(safe-area-inset-bottom));transform:translate(-50%);width:calc(100% - 32px);max-width:480px;display:flex;flex-direction:column-reverse;gap:8px;z-index:96}.toast{padding:12px 16px;border-radius:var(--radius-md);box-shadow:var(--shadow-card);font-size:14px;font-weight:600;text-align:center;cursor:pointer;animation:toast-slide-up .15s ease-out}.toast--success{background:var(--color-success);color:#fff}.toast--error{background:var(--color-danger);color:#fff}@keyframes toast-slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes row-appear{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.data tr.data__row--new>td{animation:row-appear .18s ease-out}.btn--primary.btn--just-saved{background:var(--color-success);border-color:var(--color-success)}@media (prefers-reduced-motion: reduce){.data tr.data__row--new>td{animation:none}}.txn-swipe-tip{display:none}@media (max-width: 759px){.txn-swipe-tip{display:block;margin-bottom:8px}.data tr.data__row--swipeable{touch-action:pan-y;transition:transform .18s ease-out}.data tr.data__row--swiping{transition:none;position:relative;z-index:1}.data tr.data__row--swiping-left{border-color:var(--color-danger);box-shadow:inset -3px 0 0 0 var(--color-danger)}.data tr.data__row--swiping-right{border-color:var(--color-primary);box-shadow:inset 3px 0 0 0 var(--color-primary)}}@media (max-width: 759px) and (prefers-reduced-motion: reduce){.data tr.data__row--swipeable{transition:none}}.net-worth>div{display:flex;justify-content:space-between;gap:12px;padding:5px 0}.net-worth__total{border-top:1px solid var(--color-border);margin-top:4px;padding-top:8px!important;font-weight:700}@media (min-width: 960px){.toast-stack{bottom:24px}}@media (min-width: 960px){.page--with-fab{padding-bottom:96px}}.dash__empty,.muted-note{color:var(--text-muted);font-size:14px;margin:0}.form-error{color:var(--danger);margin:0 0 16px}.card+.form-error,.card-section+.form-error{margin-top:16px}.card-stack{display:flex;flex-direction:column;gap:16px}.btn{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:0 18px;min-height:var(--tap);font-weight:600;font-size:14px;text-decoration:none;border:1px solid transparent;white-space:nowrap}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:color-mix(in srgb,var(--color-primary) 85%,black)}.btn--primary:disabled{background:var(--color-border-strong);color:var(--text-muted);opacity:1}.btn--ghost{background:transparent;border-color:var(--color-border);color:var(--text);width:100%;justify-content:center}.btn--ghost:hover{background:var(--color-bg)}.btn--ghost:disabled{background:var(--color-border-strong);color:var(--text-muted);border-color:transparent;opacity:1}.btn--success{background:var(--color-success);color:#fff;border-color:transparent}.btn--success:hover:not(:disabled){background:color-mix(in srgb,var(--color-success) 85%,black)}.btn--success:disabled{background:var(--color-border-strong);color:var(--text-muted);border-color:transparent;opacity:1}.btn--danger{background:var(--color-danger);color:#fff;border-color:transparent}.btn--danger:hover:not(:disabled){background:color-mix(in srgb,var(--color-danger) 85%,black)}.btn--danger:disabled{background:var(--color-border-strong);color:var(--text-muted);border-color:transparent;opacity:1;cursor:not-allowed}.money{font-weight:700;font-variant-numeric:tabular-nums}.badge{font-size:11px;font-weight:600;color:var(--text-muted);background:var(--color-bg);border:1px solid var(--color-border);border-radius:999px;padding:3px 9px;white-space:nowrap}.dash__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.dash__subtitle{margin:4px 0 0;color:var(--text-muted);font-size:14px}.dash__add-btn{flex:0 0 auto}.kpi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:20px 0}.kpi-card{display:flex;flex-direction:column;gap:4px}.kpi-card__icon{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px}.kpi-card__icon--primary{background:var(--color-primary-soft);color:var(--color-primary)}.kpi-card__icon--success{background:var(--color-success-soft);color:var(--color-success)}.kpi-card__icon--danger{background:var(--color-danger-soft);color:var(--color-danger)}.kpi-card__icon--goal{background:var(--color-goal-soft);color:var(--color-goal)}.kpi-card__label{font-size:13px;color:var(--text-muted)}.kpi-card__value{font-size:26px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.kpi-card__meta{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.kpi-trend{display:inline-flex;align-items:center;gap:2px;font-weight:600}.kpi-trend--up{color:var(--color-success)}.kpi-trend--down{color:var(--color-danger)}.dash__grid{display:grid;grid-template-columns:1fr;gap:16px}.dash__span-2{grid-column:auto}.donut{display:flex;flex-direction:column;align-items:center;gap:20px}.donut__chart{position:relative;width:100%;max-width:220px}.donut__segment{transition:opacity .15s ease}.donut__chart:hover .donut__segment{opacity:.35}.donut__segment:hover{opacity:1!important}.donut__center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;pointer-events:none;padding:0 20px}.donut__center-value{font-size:17px;font-weight:700}.donut__center-label{font-size:11px;color:var(--text-muted);margin-top:2px}.donut__legend{list-style:none;margin:0;padding:0;width:100%;display:flex;flex-direction:column;gap:8px}.donut__legend li{display:flex;align-items:center;gap:8px;font-size:13px}.donut__legend-dot{width:9px;height:9px;border-radius:50%;flex:0 0 auto}.donut__legend-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.donut__legend-value{color:var(--text-muted)}.donut__legend-percent{min-width:34px;text-align:right;font-weight:600}.limits-list,.payments-list,.goals-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.limit-row__top,.goal-row__top{display:flex;justify-content:space-between;gap:8px;font-size:13px;margin-bottom:6px}.limit-row__amounts{color:var(--text-muted)}.limit-row__track{height:8px;border-radius:999px;background:var(--color-bg);overflow:hidden}.limit-row__fill{height:100%;border-radius:999px;transition:width .3s ease-out}@media (prefers-reduced-motion: reduce){.limit-row__fill{transition:none}}.limit-row__fill--ok{background:var(--color-success)}.limit-row__fill--warn{background:var(--color-warning)}.limit-row__fill--over{background:var(--color-danger)}.limit-row__fill--goal{background:var(--color-goal)}.limit-row__percent{margin-top:4px;font-size:12px;color:var(--text-muted);text-align:right}.goal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--space-md)}.goal-card{display:flex;flex-direction:column;gap:10px;text-align:left;font:inherit;color:inherit;cursor:pointer;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:16px;box-sizing:border-box}.goal-card:hover,.goal-card:focus-visible{border-color:var(--color-goal);outline:none}.goal-card--archived{opacity:.55}.debt-card{display:flex;flex-direction:column;gap:10px;text-align:left;font:inherit;color:inherit;cursor:pointer;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:16px;box-sizing:border-box}.debt-card:hover,.debt-card:focus-visible{border-color:var(--color-border-strong);outline:none}.debt-card--settled{opacity:.55}.goal-card__head{display:flex;align-items:center;gap:10px}.goal-card__name{font-weight:700;font-size:15px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.goal-card__badges{display:flex;flex-wrap:wrap;gap:4px}.goal-card__amounts{display:flex;justify-content:space-between;gap:8px;font-size:13px;color:var(--text-muted)}.goal-row__percent{font-weight:600}.goal-row__amounts{margin-top:6px;font-size:12px;color:var(--text-muted)}.payment-row{display:flex;align-items:center;gap:12px}.payment-row__icon{width:34px;height:34px;border-radius:10px;background:var(--color-bg);color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.payment-row__main{flex:1;min-width:0}.payment-row__name{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payment-row__due{font-size:12px;color:var(--text-muted)}.payment-row__amount{font-weight:600;font-size:14px;white-space:nowrap}.dash__new-goal-btn{margin-top:14px}.dash__topline{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:32px;flex-wrap:wrap}.dash__kicker{margin:0;font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.dash__customize-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1px solid var(--color-border);background:transparent;color:var(--text-muted);font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.dash__customize-btn:hover{color:var(--text);background:var(--color-bg)}.hero-card{border-radius:var(--radius-lg);padding:28px 24px 24px;margin-bottom:32px;color:#fff;background:var(--grad-success);box-shadow:var(--shadow-card)}.hero-card--negative{background:var(--grad-danger)}.hero-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.hero-label{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9}.hero-chip{flex-shrink:0;background:#fff3;color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;white-space:nowrap}.hero-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.hero-value{font-size:clamp(44px,12vw,84px);font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.03em;line-height:1}.hero-link,.dash__col-link{text-decoration:none;font-size:13px;font-weight:700;color:var(--color-primary);white-space:nowrap}.hero-card .hero-link,.total-card .hero-link{color:#fff}.dash__col-link{display:inline-block;margin-top:20px;font-size:12px}.total-card{border-radius:var(--radius-lg);padding:24px;margin-bottom:24px;color:#fff;background:var(--grad-primary);box-shadow:var(--shadow-card)}.total-card--goal{background:var(--grad-goal)}.total-card--success{background:var(--grad-success)}.total-card--warning{background:var(--grad-warning)}.total-card--danger{background:var(--grad-danger)}.total-card__label{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9;margin-bottom:8px}.total-card__value{font-size:32px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.02em;line-height:1.1;margin-bottom:12px}.total-card__info{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:13px;color:#ffffffe6;margin-bottom:8px}.total-card__progress-bg{height:8px;background:#ffffff40;border-radius:999px;overflow:hidden}.total-card__progress-fill{height:100%;background:#fff;border-radius:999px;transition:width .3s ease-out}@media (prefers-reduced-motion: reduce){.total-card__progress-fill{transition:none}}.total-card__stats{display:flex;gap:10px;flex-wrap:wrap}.total-card__stat{background:#ffffff29;padding:6px 12px;border-radius:var(--radius-sm);font-size:13px}.dash__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:48px}.dash__stat{padding:14px 16px;border-radius:var(--radius-md);background:var(--color-bg)}.dash__stat--success{background:var(--color-success-soft)}.dash__stat--danger{background:var(--color-danger-soft)}.dash__stat--goal{background:var(--color-goal-soft)}.dash__stat--warning{background:var(--color-warning-soft)}.dash__stat-label{display:block;color:var(--text-muted);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.dash__info-btn{border:none;background:none;padding:0;margin-left:5px;color:var(--text-muted);cursor:pointer;display:inline-flex;vertical-align:middle;line-height:0}.dash__info-btn:hover{color:var(--text)}.dash__info-btn--on-dark{color:#ffffffbf}.dash__info-btn--on-dark:hover{color:#fff}.dash__stat-value{display:block;font-size:20px;font-weight:800;font-variant-numeric:tabular-nums;color:var(--text);letter-spacing:-.01em}.dash__stat-value--danger{color:var(--color-danger)}.dash__columns{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:48px}.dash__col-title{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:0 0 20px;font-weight:400}.dash__cat-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:14px 0;border-bottom:1px solid var(--color-border)}.dash__cat-row:last-child{border-bottom:none}.dash__cat-name{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text);min-width:0}.dash__cat-dot{width:7px;height:7px;border-radius:50%;flex:0 0 auto}.dash__cat-figures{display:flex;align-items:baseline;gap:18px;white-space:nowrap;flex:0 0 auto}.dash__cat-percent{font-size:12px;color:var(--text-muted)}.dash__cat-percent--over{color:var(--danger);font-weight:600}.dash__cat-amount{font-size:15px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text)}.dash__cat-amount--over{color:var(--color-danger)}.dash__limit-block{margin-bottom:24px}.dash__limit-block:last-child{margin-bottom:0}.dash__limit-top{display:flex;justify-content:space-between;font-size:13px;margin-bottom:8px;color:var(--text)}.dash__limit-percent--over{color:var(--danger)}.dash__goal-note{font-size:12px;color:var(--text-muted);margin-top:8px}.dash__members-list{display:flex;flex-direction:column;gap:18px}.dash__member-row{display:flex;align-items:center;gap:12px}.dash__member-main{flex:1;min-width:0}.dash__member-name{font-size:13px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash__member-note{font-size:12px;color:var(--text-muted)}.dash__member-amount{font-size:14px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text);white-space:nowrap}.dash__member-amount--danger{color:var(--color-danger)}@media (min-width: 960px){.dash__columns{grid-template-columns:1.1fr .85fr .85fr;gap:56px}}@media (min-width: 640px){.kpi-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 960px){.dash__grid{grid-template-columns:repeat(3,1fr)}.dash__span-2{grid-column:span 2}}.form-row,.toolbar{display:flex;flex-direction:column;gap:var(--gap);margin-bottom:16px;min-width:0}.form-row>*,.toolbar>*{width:100%}.form-section-label{margin:4px 0 -4px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.form-row__pair{display:grid;grid-template-columns:1fr;gap:var(--gap);width:100%}.form-row__pair>*{min-width:0}@media (min-width: 760px){.form-row__pair{grid-template-columns:1fr 1fr}}.toolbar__field{display:flex;flex-direction:column;gap:4px}.toolbar__field--grow{flex:1}.toolbar__label{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.toolbar input,.toolbar select{border:none;border-bottom:1px solid var(--color-border-strong);border-radius:0;background:transparent;padding:4px 0;min-height:auto}.ai-chat__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.ai-chat__identity{display:flex;align-items:center;gap:10px}.ai-chat__identity h2{margin:0;font-size:15px;font-weight:600}.ai-chat__avatar{flex:0 0 auto;width:36px;height:36px;border-radius:999px;background:linear-gradient(135deg,var(--color-primary),var(--color-goal));color:#fff;display:flex;align-items:center;justify-content:center}.ai-chat__avatar--sm{width:24px;height:24px;margin-top:2px}.ai-chat__status{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted)}.ai-chat__status-dot{width:7px;height:7px;border-radius:999px;background:var(--color-success);box-shadow:0 0 0 3px var(--color-success-soft)}.ai-chat__header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ai-chat__model{min-height:36px;padding:4px 10px;border-radius:999px;font-size:13px;max-width:220px}.ai-chat__clear{min-height:36px;padding:0 14px;font-size:13px}.ai-chat__load-models{min-height:36px;padding:0 12px;font-size:12px;width:auto}.ai-chat__body{display:flex;flex-direction:column;gap:12px;max-height:clamp(320px,55vh,560px);overflow-y:auto;padding:4px 2px;margin-bottom:12px}.ai-chat__row{display:flex;align-items:flex-start;gap:8px;max-width:88%}.ai-chat__row--user{align-self:flex-end;max-width:78%}.ai-chat__bubble{padding:10px 14px;font-size:14px;line-height:1.45;box-sizing:border-box;overflow-wrap:break-word}.ai-chat__bubble--assistant{background:var(--line-soft);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-lg) 4px}.ai-chat__bubble--assistant :first-child{margin-top:0}.ai-chat__bubble--assistant :last-child{margin-bottom:0}.ai-chat__bubble--user{background:var(--color-primary);color:#fff;border-radius:var(--radius-lg) var(--radius-lg) 4px var(--radius-lg)}.ai-chat__typing{display:flex;align-items:center;gap:4px;padding:14px}.ai-chat__typing-dot{width:6px;height:6px;border-radius:999px;background:var(--text-muted);animation:ai-chat-typing-pulse 1.4s cubic-bezier(.4,0,.2,1) infinite}.ai-chat__typing-dot:nth-child(2){animation-delay:.2s}.ai-chat__typing-dot:nth-child(3){animation-delay:.4s}@keyframes ai-chat-typing-pulse{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(-4px);opacity:1}}.ai-chat__suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.ai-chat__chip{min-height:auto;padding:8px 14px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-primary);font-size:13px;text-align:left;white-space:normal}.ai-chat__chip:hover{background:var(--color-primary-soft)}.ai-chat__input-row{display:flex;align-items:flex-end;gap:8px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:6px 6px 6px 14px;margin:0}.ai-chat__input{flex:1;min-height:32px;max-height:140px;border:none;background:none;padding:6px 0;resize:none}.ai-chat__input:focus-visible{outline:none}.ai-chat__send{flex:0 0 auto;width:36px;height:36px;min-height:36px;padding:0;border:none;border-radius:999px;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center}.ai-chat__send:disabled{background:var(--color-border-strong);color:var(--text-muted);opacity:1}.data{width:100%;border-collapse:collapse}.data th{text-align:left}.data__sort-btn{min-height:auto;padding:0;border:none;background:none;color:inherit;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap}.data__sort-btn:hover{color:var(--color-primary)}.data__row-link{display:block;width:100%;min-height:auto;padding:6px 8px;margin:-6px -8px;border:none;background:none;border-radius:var(--radius-sm);text-align:left;cursor:pointer;color:inherit;font:inherit}.data__row-link:hover{background:var(--color-bg)}@media (min-width: 760px){.data__comment-text{display:inline-block;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}}.data tr.data__day>td{background:var(--color-bg);padding:8px 12px;font-size:13px;font-weight:600;color:var(--text);border-bottom:1px solid var(--color-border)}.data tr.data__day .data__day-total{float:right;font-weight:500;color:var(--text-muted);font-variant-numeric:tabular-nums}@media (max-width: 759px){.data tr.data__day{border:none;border-radius:0;padding:0;margin:12px 0 4px}.data tr.data__day>td{display:block;border-radius:8px}.data tr.data__day .data__day-total{float:none;display:block;margin-top:2px}}.txn-calendar__nav{display:flex;align-items:center;justify-content:center;gap:12px;margin:4px 0 12px}.txn-calendar__nav .btn{width:auto;padding:4px 12px}.txn-calendar__month{font-weight:600;min-width:150px;text-align:center}.txn-calendar__scroll{overflow-x:auto}.txn-calendar__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;min-width:300px;max-width:480px}.txn-calendar__weekday{text-align:center;font-size:11px;font-weight:600;color:var(--text-muted);padding-bottom:2px}.txn-calendar__cell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:56px;padding:4px 2px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);font:inherit;color:inherit;cursor:pointer;text-align:center}.txn-calendar__cell--empty{border:none;background:transparent;cursor:default;min-height:0}.txn-calendar__cell--today{border-color:var(--text-muted)}.txn-calendar__cell--selected{outline:2px solid var(--color-primary);outline-offset:-2px}.txn-calendar__day-num{font-size:11px;font-weight:600;line-height:1}.txn-calendar__day-amount{font-size:11px;font-variant-numeric:tabular-nums;line-height:1.1;word-break:break-word}@media (max-width: 759px){.txn-calendar__grid{gap:3px}.txn-calendar__cell{min-height:50px}.txn-calendar__day-num,.txn-calendar__day-amount{font-size:10px}}@media (max-width: 759px){.data,.data tbody,.data tr,.data td{display:block;width:100%;box-sizing:border-box}.data thead{display:none}.data tr{border:1px solid var(--line);border-radius:8px;padding:8px 12px;margin-bottom:12px}.data td{display:flex;gap:12px;justify-content:space-between;align-items:baseline;padding:4px 0;border:none;text-align:right;min-width:0}.data td>*{overflow-wrap:anywhere}.data td:before{content:attr(data-label);flex:0 0 auto;color:var(--text-muted);font-size:13px;text-align:left}.data td{flex-wrap:wrap}.page input,.page select,.page textarea,.page form,.page label,.page svg{max-width:100%;box-sizing:border-box}.page form>*,.page label>*,.page form,.page label{min-width:0}.data td:not([data-label]){justify-content:flex-start;text-align:left}.data td:not([data-label]):before{content:none}.data td:empty{display:none}}.offline-bar{display:flex;flex-wrap:wrap;align-items:center;gap:var(--gap);max-width:var(--page-max);margin:0 auto;padding:8px 16px;box-sizing:border-box;background:var(--color-warning-soft);border-bottom:1px solid var(--color-warning);font-size:14px}.offline-bar__dot{width:8px;height:8px;border-radius:50%;background:var(--color-warning);flex:0 0 auto}@media (min-width: 960px){:root{--page-max: 1240px}}@media (min-width: 1600px){:root{--page-max: 1520px}}@media (min-width: 760px){.page{padding:24px 16px}.form-row,.toolbar{flex-direction:row;flex-wrap:wrap;align-items:center}.form-row>*,.toolbar>*{width:auto}.data th,.data td{padding:6px 4px;white-space:nowrap}.data th{white-space:normal;max-width:160px}.data thead tr{border-bottom:1px solid var(--color-border-strong)}.data tbody tr{border-bottom:1px solid var(--line-soft)}.card:has(>table.data){overflow-x:auto}.data{min-width:max-content}}@page{margin:12mm}@media print{.no-print,nav,.offline-bar,button{display:none!important}body{margin:0;background:#fff;color:#000}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}.print-page,.page{margin:0!important;max-width:none!important;width:100%!important;padding:0!important}.print-page h1{margin-top:0}h1,h2,h3{break-after:avoid;page-break-after:avoid}svg,table{break-inside:avoid;page-break-inside:avoid}.data,.data tbody,.data tr,.data td{display:revert}.data thead{display:table-header-group}.data td:before{content:none}a{color:inherit;text-decoration:none}}.tour-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.tour-spot{position:fixed;border-radius:10px;box-shadow:0 0 0 9999px #0f1121b8;pointer-events:none;outline:2px solid var(--color-primary);outline-offset:2px;animation:tour-spot-pulse 1.8s ease-in-out infinite}@keyframes tour-spot-pulse{0%,to{outline-color:color-mix(in srgb,var(--color-primary) 55%,transparent)}50%{outline-color:var(--color-primary)}}.tour-dim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1121b8}.tour-card{position:fixed;z-index:1001;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:16px;box-sizing:border-box;display:grid;gap:8px;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);overflow-y:auto;animation:tour-card-fade-in .18s ease-out}@keyframes tour-card-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.tour-card,.tour-spot{animation:none}}.tour-card--centered{top:50%;left:50%;transform:translate(-50%,-50%);width:min(360px,calc(100vw - 32px))}.tour-card--pinned{top:calc(64px + env(safe-area-inset-top,0px));left:12px;right:12px;width:auto}.tour-card--floating{width:320px}.tour-card__top{display:flex;align-items:center;justify-content:space-between}.tour-card__progress{font-size:12px;font-weight:600;color:var(--text-muted)}.tour-card__progress-track{height:4px;border-radius:999px;background:var(--color-border);overflow:hidden}.tour-card__progress-fill{height:100%;border-radius:999px;background:var(--color-primary);transition:width .25s ease}@media (prefers-reduced-motion: reduce){.tour-card__progress-fill{transition:none}}.tour-card__close{border:none;background:transparent;padding:2px;min-height:auto;color:var(--text-muted);display:inline-flex}.tour-card__title{margin:0;font-size:16px}.tour-card__text{margin:0;font-size:14px;color:var(--text-muted);line-height:1.4}.tour-card__actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px}.tour-card__skip{border:none;background:transparent;color:var(--text-muted);padding:0;min-height:auto;font-size:13px}.tour-card__nav{display:flex;gap:8px}.tour-ask-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f1121d1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:16px}.tour-ask-card{width:min(380px,100%);display:grid;gap:10px}.tour-ask-card__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.whats-new-card{width:min(440px,100%);max-height:min(560px,90vh);overflow:hidden;display:flex;flex-direction:column}.whats-new-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px;flex:0 0 auto}.whats-new-card__close{background:var(--color-bg);border:none;padding:0;width:32px;height:32px;min-height:auto;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;flex-shrink:0}.whats-new-card__list{display:grid;gap:14px;overflow-y:auto;min-height:0;flex:1 1 auto}.whats-new-card__entry-title{margin:0 0 4px;font-size:15px}.whats-new-card__entry-version{display:inline-block;margin-right:8px;padding:1px 6px;border-radius:var(--radius-sm);background:var(--accent-soft, var(--color-surface-2, var(--color-surface)));color:var(--accent);font-size:12px;font-weight:700;vertical-align:middle}.whats-new-card__entry ul{margin:0;padding-left:20px;color:var(--text-muted)}.whats-new-card__entry li+li{margin-top:4px}.reports-filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.reports-filters__select{width:auto;max-width:100%;flex:0 1 auto}@media (max-width: 640px){.reports-filters{width:100%}.reports-filters__select{flex:1 1 calc(50% - 4px);min-width:0}}.category-icon{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;flex:0 0 auto}.icon-picker{display:flex;flex-direction:column;gap:8px}.icon-picker__head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.icon-picker__clear{background:none;border:none;padding:0;font-size:12px;font-weight:600;color:var(--color-primary);cursor:pointer}.icon-picker__color-label{margin-top:4px}.icon-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(46px,1fr));gap:8px}.icon-picker__cell{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:10px;background:var(--color-surface);color:var(--text-muted);cursor:pointer;transition:border-color .12s ease,color .12s ease,background .12s ease}.icon-picker__cell:hover{border-color:var(--color-border-strong);color:var(--text)}.icon-picker__cell.is-selected{background:var(--color-primary-soft);border-width:2px}.icon-picker__swatches{display:flex;flex-wrap:wrap;gap:10px}.icon-picker__swatch{width:28px;height:28px;border-radius:999px;border:2px solid transparent;box-shadow:0 0 0 1px var(--color-border) inset;cursor:pointer;padding:0}.icon-picker__swatch.is-selected{border-color:var(--color-surface);box-shadow:0 0 0 2px var(--text)}.month-year{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.month-year__months{display:flex;gap:6px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.month-year__pill{flex:0 0 auto;border:1px solid var(--color-border);background:var(--color-surface);color:var(--text-muted);font-size:13px;font-weight:600;border-radius:999px;padding:6px 13px;min-height:34px;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.month-year__pill:hover{border-color:var(--color-border-strong);color:var(--text)}.month-year__pill.is-active{background:var(--color-success);border-color:var(--color-success);color:#fff}.month-year__year select{width:auto;min-width:92px;font-weight:600}@media (max-width: 640px){.month-year,.month-year__months{width:100%}}.category-detail__head{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.category-detail__title{margin:0;display:flex;align-items:center;gap:10px}.category-detail__total{font-size:22px;font-weight:700}.category-name-link{background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer;text-align:left;display:inline-flex;align-items:center;gap:8px}.category-name-link:hover{color:var(--color-primary);text-decoration:underline}.txn-load-more{display:flex;justify-content:center;padding:var(--space-md) 0 var(--space-sm)}.txn-load-more .btn{width:auto}
