:root{--brand:#6d28d9;--brand-strong:#5b21b6;--brand-soft:#ede9fe;--brand-gradient:linear-gradient(135deg, #7c3aed 0%, #6d28d9 55%, #5b21b6 100%);--bg:#f4f5f8;--bg-elevated:#fff;--bg-muted:#eef0f4;--border:#e4e7ec;--border-strong:#d0d5dd;--text:#475467;--text-strong:#101828;--text-muted:#98a2b3;--text-on-brand:#fff;--status-pending-bg:#ffedd5;--status-pending-text:#c2410c;--status-completed-bg:#ccfbf1;--status-completed-text:#0f766e;--status-failed-bg:#fee2e2;--status-failed-text:#b91c1c;--cat-home:#3b82f6;--cat-electricity:#10b981;--cat-food:#f59e0b;--cat-transport:#6366f1;--sidebar-width:240px;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:24px;--shadow-sm:0 2px 8px #1018280a;--shadow-md:0 10px 30px #1018280f;--shadow-card:0 8px 28px #6d28d90f;--trend-up:#10b981;--trend-down:#ef4444;--income:#10b981;--expense:#f43f5e;--bottom-nav-height:64px;--desktop-breakpoint:900px;--font-sans:"Plus Jakarta Sans", "Segoe UI", sans-serif;--font-display:"Outfit", "Plus Jakarta Sans", sans-serif;font-family:var(--font-sans);color:var(--text);background:var(--bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.45}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--brand:#8b5cf6;--brand-strong:#a78bfa;--brand-soft:#8b5cf62e;--brand-gradient:linear-gradient(135deg, #8b5cf6 0%, #7c3aed 55%, #6d28d9 100%);--bg:#0f1117;--bg-elevated:#171a22;--bg-muted:#1f2430;--border:#2a3140;--border-strong:#3a4356;--text:#a8b0c0;--text-strong:#f3f4f6;--text-muted:#7b8498;--text-on-brand:#fff;--status-pending-bg:#c2410c38;--status-pending-text:#fdba74;--status-completed-bg:#0f766e47;--status-completed-text:#5eead4;--status-failed-bg:#b91c1c40;--status-failed-text:#fca5a5;--shadow-sm:0 1px 2px #00000059;--shadow-md:0 8px 24px #0006;--shadow-card:0 10px 28px #00000059;--trend-up:#34d399;--trend-down:#fb7185;--income:#34d399;--expense:#fb7185}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(ellipse 80% 50% at 100% -10%, #6d28d914, transparent), radial-gradient(ellipse 60% 40% at 0% 100%, #3b82f60f, transparent), var(--bg);min-height:100svh}[data-theme=dark] body{background:radial-gradient(ellipse 80% 50% at 100% -10%, #8b5cf624, transparent), radial-gradient(ellipse 60% 40% at 0% 100%, #3b82f614, transparent), var(--bg)}#root{min-height:100svh}h1,h2,h3,h4{font-family:var(--font-display);color:var(--text-strong);margin:0;font-weight:600}p{margin:0}button,input{font:inherit}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}img{max-width:100%;display:block}.mobile-bottom-nav{z-index:40;width:100%;max-width:480px;height:var(--bottom-nav-height);background:color-mix(in srgb, var(--bg-elevated) 92%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);grid-template-columns:repeat(5,1fr);align-items:center;display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.mobile-bottom-nav__item{color:var(--text-muted);cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:2px;padding:6px 4px;font-family:inherit;font-size:10px;font-weight:600;display:flex}.mobile-bottom-nav__item.is-active{color:var(--brand)}.mobile-bottom-nav__item--emphasis .mobile-bottom-nav__icon-wrap{background:var(--brand-gradient);color:#fff;border-radius:14px;place-items:center;width:42px;height:42px;margin-top:-18px;display:grid;box-shadow:0 8px 18px #6d28d959}.mobile-bottom-nav__item--emphasis{color:var(--brand)}.mobile-bottom-nav__item--emphasis.is-active .mobile-bottom-nav__icon-wrap{outline:2px solid var(--brand-soft)}.mobile-bottom-nav__label{letter-spacing:.01em}.ptr-indicator{color:var(--text-muted);pointer-events:none;flex-direction:column;flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;padding-bottom:8px;transition:height .18s;display:flex;overflow:hidden}.ptr-indicator.is-refreshing{transition:none}.ptr-indicator__spinner{border:2.5px solid var(--border-strong);border-top-color:var(--brand);box-sizing:border-box;border-radius:50%;width:22px;height:22px}.ptr-indicator.is-ready .ptr-indicator__spinner,.ptr-indicator.is-refreshing .ptr-indicator__spinner{border-top-color:var(--brand);animation:.7s linear infinite ptr-spin}.ptr-indicator__label{letter-spacing:.02em;font-size:.72rem;font-weight:600}@keyframes ptr-spin{to{transform:rotate(360deg)}}.theme-toggle{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-elevated);width:40px;height:40px;color:var(--text-strong);cursor:pointer;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s,transform .15s;display:inline-flex}.theme-toggle:hover{background:var(--brand-soft);border-color:var(--brand);color:var(--brand)}.theme-toggle:active{transform:scale(.96)}.top-navbar{z-index:50;background:color-mix(in srgb, var(--bg-elevated) 92%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);box-shadow:inset 0 2px 0 var(--brand);grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:14px 28px;display:grid;position:sticky;top:0}.top-navbar__brand{align-items:center;gap:10px;min-width:max-content;display:inline-flex}.top-navbar__mark{background:var(--brand-gradient);color:#fff;width:34px;height:34px;font-family:var(--font-display);clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0 50%);border-radius:10px;place-items:center;font-size:14px;font-weight:700;display:grid}.top-navbar__name{font-family:var(--font-display);color:var(--text-strong);letter-spacing:-.03em;font-size:2rem;font-weight:700;font-style:italic!important}.top-navbar__pill{background:var(--bg-muted);border:1px solid var(--border);border-radius:999px;justify-self:center;align-items:center;gap:4px;padding:5px;display:inline-flex}.top-navbar__link{color:var(--text-muted);white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:8px 14px;font-size:.9rem;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.top-navbar__link:hover{color:var(--text-strong)}.top-navbar__link.is-active{background:var(--bg-elevated);color:var(--text-strong);box-shadow:var(--shadow-sm)}.top-navbar__chevron{opacity:.7;transform:rotate(90deg)}.top-navbar__divider{color:var(--text-muted);margin:0 10px;font-size:2.5rem;font-weight:600}.top-navbar__userName{color:var(--text-muted);white-space:nowrap;font-size:1.35rem;font-weight:600}.top-navbar__right{justify-self:end;align-items:center;gap:10px;display:inline-flex}.top-navbar__search{align-items:center;height:40px;display:inline-flex;position:relative}.top-navbar__search-btn{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-elevated);width:40px;height:40px;color:var(--text);cursor:pointer;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s,opacity .15s,transform .15s;display:inline-flex}.top-navbar__search-btn:hover{background:var(--bg-muted);color:var(--text-strong);border-color:var(--border-strong)}.top-navbar__search.is-open .top-navbar__search-btn{opacity:0;pointer-events:none;position:absolute;transform:scale(.9)}.top-navbar__search-field{background:var(--bg-muted);width:40px;height:40px;color:var(--text-muted);opacity:0;pointer-events:none;border:1px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:0;transition:width .24s,padding .24s,opacity .18s,border-color .15s;display:inline-flex;overflow:hidden}.top-navbar__search.is-open .top-navbar__search-field{opacity:1;pointer-events:auto;border-color:var(--border);width:min(280px,42vw);padding:0 12px}.top-navbar__search-field:focus-within{border-color:var(--brand);color:var(--brand)}.top-navbar__search-field input{min-width:0;color:var(--text-strong);background:0 0;border:0;outline:0;flex:1}.top-navbar__search-field input::placeholder{color:var(--text-muted)}.top-navbar__kbd{font-family:var(--font-sans);letter-spacing:.02em;border:1px solid var(--border-strong);color:var(--text-muted);background:var(--bg-elevated);white-space:nowrap;border-radius:6px;padding:3px 6px;font-size:.68rem;font-weight:600}.top-navbar__cta{background:var(--text-strong);min-height:36px;color:var(--bg);border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:.88rem;font-weight:700;transition:opacity .15s,transform .15s;display:inline-flex}.top-navbar__cta:hover{opacity:.92}.top-navbar__cta:active{transform:scale(.98)}.top-navbar__profile{cursor:pointer;background:0 0;border:0;border-radius:50%;padding:0}.top-navbar__profile:hover{outline:2px solid var(--brand-soft)}@media (width<=1100px){.top-navbar{grid-template-columns:auto auto;grid-template-areas:"brand right""pill pill"}.top-navbar__brand{grid-area:brand}.top-navbar__pill{grid-area:pill;justify-self:stretch;overflow-x:auto}.top-navbar__right{grid-area:right}.top-navbar__search.is-open .top-navbar__search-field{width:min(220px,48vw)}}@media (width<=899px){.top-navbar{display:none}}.app-shell{min-height:100svh}.app-shell--desktop{flex-direction:column;align-items:stretch;height:100svh;display:flex;overflow:hidden}.app-shell__main{flex-direction:column;flex:1;width:100%;min-width:0;min-height:0;display:flex}.app-shell__content{flex-direction:column;flex:1;width:100%;max-width:1440px;min-height:0;margin:0 auto;padding:20px 28px 28px;display:flex;overflow:auto}.app-shell__content--mobile{padding:12px 16px calc(var(--bottom-nav-height) + 20px)}.app-shell--mobile{flex-direction:column;width:100%;max-width:480px;height:100svh;margin-inline:auto;display:flex;overflow:hidden}.app-shell--mobile .app-shell__content--mobile{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;min-height:0;display:flex;overflow:auto}.app-shell__mobile-bar{flex-shrink:0;align-items:center;gap:8px;padding:8px 12px 4px;display:flex}.app-shell__mobile-brand{font-family:var(--font-display);color:var(--brand);letter-spacing:-.03em;padding-inline:4px;font-size:1.25rem;font-weight:700}.app-shell__mobile-divider{color:var(--text-muted);font-size:1.35rem;font-weight:600;line-height:1}.app-shell__mobile-greeting{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:1.05rem;font-weight:600;overflow:hidden}.btn{border-radius:var(--radius-md);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-weight:600;transition:background .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.btn:active{transform:scale(.98)}.btn--primary{background:var(--brand);color:var(--text-on-brand)}.btn--primary:hover{background:var(--brand-strong)}.btn--secondary{background:var(--bg-elevated);color:var(--brand);border-color:var(--brand)}.btn--secondary:hover{background:var(--brand-soft)}.btn--ghost{color:var(--text);background:0 0;padding-inline:10px}.btn--ghost:hover{background:var(--bg-muted);color:var(--text-strong)}.auth-boot{min-height:100svh;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px;display:flex}.auth-boot__spinner{border:2.5px solid var(--border-strong);border-top-color:var(--brand);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite auth-boot-spin}.auth-boot__error{max-width:420px;color:var(--expense);margin:0;font-weight:600;line-height:1.4}@keyframes auth-boot-spin{to{transform:rotate(360deg)}}.auth-layout{place-items:center;min-height:100svh;padding:24px 16px;display:grid}.auth-layout__card{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--bg-elevated);width:min(420px,100%);box-shadow:var(--shadow-card);flex-direction:column;gap:22px;padding:28px 24px 24px;display:flex}.auth-layout__header{text-align:center;flex-direction:column;gap:8px;display:flex}.auth-layout__brand{font-family:var(--font-display);color:var(--brand);letter-spacing:-.03em;margin:0;font-size:1.75rem;font-style:italic;font-weight:700}.auth-layout__header h1{letter-spacing:-.02em;margin:0;font-size:1.35rem}.auth-layout__subtitle{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.4}.auth-layout__footer{text-align:center;color:var(--text-muted);font-size:.9rem}.auth-layout__footer a{color:var(--brand);font-weight:700}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-form__field{flex-direction:column;gap:6px;min-width:0;display:flex}.auth-form__field>span{color:var(--text-muted);font-size:.78rem;font-weight:600}.auth-form__field input,.auth-form__field select{border:1px solid var(--border-strong);background:var(--bg-elevated);width:100%;min-height:44px;color:var(--text-strong);font:inherit;border-radius:10px;outline:0;padding:10px 12px}.auth-form__field select{cursor:pointer}.auth-form__field input:focus,.auth-form__field select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.auth-form__field input[aria-invalid=true],.auth-form__field select[aria-invalid=true]{border-color:var(--expense)}.auth-form__error{color:var(--expense);margin:0;font-size:.82rem;font-weight:600;line-height:1.35}.auth-form__hint{color:var(--text-muted);margin:0;font-size:.78rem}.auth-form__submit{gap:10px;width:100%;min-height:44px;margin-top:4px}.auth-form__submit:disabled{opacity:.85;cursor:not-allowed}.auth-form__spinner{border:2px solid color-mix(in srgb, var(--text-on-brand) 35%, transparent);border-top-color:var(--text-on-brand);box-sizing:border-box;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.65s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (width<=480px){.auth-layout{padding:max(16px, env(safe-area-inset-top)) 12px max(16px, env(safe-area-inset-bottom))}.auth-layout__card{box-shadow:none;padding:24px 18px 20px}.auth-layout__brand{font-size:1.55rem}}.panel-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:20px}.panel-card__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.panel-card__header h2{font-size:1.05rem}.panel-card__header p{color:var(--text-muted);margin-top:4px;font-size:.85rem}.panel-card__link{color:var(--brand);cursor:pointer;background:0 0;border:0;padding:4px 0;font-size:.85rem;font-weight:600}.panel-card__link:hover{color:var(--brand-strong)}.budget-overview__list{flex-direction:column;gap:16px;display:flex}.budget-overview__row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.budget-overview__row strong{color:var(--text-strong);font-weight:600}.budget-overview__row span{color:var(--text-muted);font-size:.82rem}.budget-overview__track{background:var(--bg-muted);border-radius:999px;height:10px;overflow:hidden}.budget-overview__fill{border-radius:999px;height:100%;transition:width .4s}.budget-overview__item small{color:var(--text-muted);margin-top:6px;font-size:.75rem;display:inline-block}.cash-flow__legend{flex-wrap:wrap;gap:10px;display:flex}.cash-flow__legend-item{color:var(--text-muted);align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:inline-flex}.cash-flow__legend-item:before{content:"";border-radius:50%;width:8px;height:8px}.cash-flow__legend-item--income:before{background:var(--income)}.cash-flow__legend-item--expense:before{background:var(--expense)}.cash-flow__legend-item--net:before{background:var(--brand)}.cash-flow__chart-wrap{width:100%;height:220px;position:relative}.dashboard-widget{flex-direction:column;flex-grow:1;flex-shrink:1;min-width:0;display:flex;position:relative}.dashboard-widget--sm{flex:220px;max-width:min(300px,100%)}.dashboard-widget--md{flex:360px;max-width:min(480px,100%)}.dashboard-widget--lg{flex:520px;max-width:min(720px,100%)}.dashboard-widget--xl{flex:100%;max-width:100%}.dashboard-widget__chrome{z-index:2;position:absolute;top:10px;right:10px}.dashboard-widget__pin{border:1px solid var(--border);background:color-mix(in srgb, var(--bg-elevated) 88%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:10px;place-items:center;transition:color .15s,background .15s,border-color .15s;display:grid}.dashboard-widget__pin:hover,.dashboard-widget__pin.is-pinned:hover{color:var(--brand);border-color:var(--brand);background:var(--brand-soft)}.dashboard-widget__pin.is-pinned{color:var(--brand)}.dashboard-widget__body{flex-direction:column;flex:1;min-height:0;display:flex}.dashboard-widget__body>*{flex:1;height:100%}@media (width<=899px){.dashboard-widget--sm,.dashboard-widget--md,.dashboard-widget--lg,.dashboard-widget--xl{flex-basis:100%;max-width:100%}.dashboard-widget--sm{flex-basis:calc(50% - 7px);max-width:calc(50% - 7px)}}.need-payment__list{flex-direction:column;display:flex}.need-payment__item{border-radius:var(--radius-md);cursor:pointer;text-align:left;width:100%;color:var(--text-muted);background:0 0;border:0;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 6px;display:grid}.need-payment__item:hover{background:var(--bg-muted)}.need-payment__avatar{border-radius:14px;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.need-payment__text{flex-direction:column;gap:2px;min-width:0;display:flex}.need-payment__text strong{color:var(--text-strong);font-weight:600}.need-payment__text small{color:var(--text-muted);font-size:.82rem}.need-payment__amount{color:var(--text-strong);align-items:center;gap:4px;font-size:.9rem;font-weight:700;display:inline-flex}.smart-insights__list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.smart-insights__item{align-items:flex-start;gap:14px;padding:12px 4px;display:flex}.smart-insights__icon{border-radius:14px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.smart-insights__text{flex-direction:column;gap:4px;min-width:0;display:flex}.smart-insights__title{color:var(--text-strong);margin:0;font-size:.95rem;font-weight:500;line-height:1.35}.smart-insights__title strong{font-weight:700}.smart-insights__detail{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.35}.spending-donut__content{grid-template-columns:240px 1fr;align-items:center;gap:20px;display:grid}.spending-donut__chart{width:240px;height:240px;position:relative}.spending-donut__chart canvas{width:100%!important;height:100%!important}.spending-donut__center{text-align:center;pointer-events:none;place-content:center;display:grid;position:absolute;inset:0}.spending-donut__center small{color:var(--text-muted);font-size:.8rem}.spending-donut__center strong{color:var(--text-strong);font-family:var(--font-display);letter-spacing:-.02em;font-size:1.2rem}.spending-donut__legend{flex-direction:column;gap:10px;display:flex}.spending-donut__legend li{grid-template-rows:auto auto;grid-template-columns:10px 1fr;align-items:center;column-gap:10px;display:grid}.spending-donut__dot{border-radius:50%;grid-row:1/span 2;width:10px;height:10px}.spending-donut__name{color:var(--text-strong);font-size:.88rem;font-weight:600}.spending-donut__meta{color:var(--text-muted);font-size:.78rem}@media (width<=899px){.spending-donut__content{grid-template-columns:1fr;justify-items:center}.spending-donut__legend{width:100%}}.summary-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-xl);min-height:132px;box-shadow:var(--shadow-card);justify-content:space-between;align-items:flex-start;gap:12px;padding:20px;animation:.4s both summary-in;display:flex;position:relative;overflow:hidden}.summary-card__label{color:var(--text-muted);font-size:.88rem;font-weight:500}.summary-card__amount{letter-spacing:-.03em;margin-top:10px;font-size:clamp(1.35rem,2vw,1.7rem);font-weight:700}.summary-card__trend{align-items:center;gap:4px;margin-top:12px;font-size:.78rem;font-weight:600;display:inline-flex}.summary-card__trend.is-up{color:var(--trend-up)}.summary-card__trend.is-down{color:var(--trend-down)}.summary-card__glyph{border-radius:18px;flex-shrink:0;place-items:center;width:56px;height:56px;display:grid}.summary-card--balance .summary-card__glyph{background:var(--brand-soft);color:var(--brand)}.summary-card--income .summary-card__glyph{background:color-mix(in srgb, var(--income) 16%, transparent);color:var(--income)}.summary-card--expense .summary-card__glyph{background:color-mix(in srgb, var(--expense) 16%, transparent);color:var(--expense)}.summary-card--savings .summary-card__glyph{color:#06b6d4;background:#06b6d429}@keyframes summary-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tx-list__header-content{flex:1;min-width:0}.tx-list--custom-header .panel-card__header{align-items:flex-start}.tx-list__empty{text-align:center;color:var(--text-muted);padding:28px 12px}.tx-list--fill{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.tx-list--fill .panel-card__header{flex-shrink:0;margin-bottom:12px}.tx-list__scroll{min-height:0}.tx-list--fill .tx-list__scroll{overscroll-behavior:contain;flex:1;overflow:auto}.tx-list--fill .tx-list__table-head{z-index:1;background:var(--bg-elevated);position:sticky;top:0}.tx-list__actions{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.tx-list__filter,.tx-list__add{background:var(--brand-soft);width:36px;height:36px;color:var(--brand);cursor:pointer;border:0;border-radius:12px;place-items:center;display:grid}.tx-list__filter:hover,.tx-list__add:hover,.tx-list__filter.is-active{background:var(--brand);color:#fff}.tx-list__table-head,.tx-list__table-row{grid-template-columns:.7fr 1.4fr 1fr 1.1fr .9fr;align-items:center;gap:12px;padding:12px 8px;display:grid}.tx-list__table-head{color:var(--text-muted);border-bottom:1px solid var(--border);font-size:.78rem;font-weight:600}.tx-list__table-row{border:0;border-bottom:1px solid var(--border);text-align:left;width:100%;font:inherit;color:inherit;background:0 0;margin:0;animation:.35s both row-in}.tx-list__table-row:disabled{cursor:default}.tx-list__table-row.is-clickable{cursor:pointer}.tx-list__table-row.is-clickable:hover{background:var(--bg-muted)}.tx-list__table-row:last-child{border-bottom:0}.tx-list__muted{color:var(--text-muted);font-size:.88rem}.tx-list__merchant{color:var(--text-strong);align-items:center;gap:10px;font-weight:600;display:inline-flex}.tx-list__avatar{background:var(--brand-soft);width:34px;height:34px;color:var(--brand);border-radius:12px;flex-shrink:0;place-items:center;font-size:.8rem;font-weight:700;display:grid}.tx-list__amount,.is-income,.is-expense{font-weight:700}.is-income{color:var(--income)}.is-expense{color:var(--expense)}.tx-list__mobile-items{flex-direction:column;gap:4px;display:flex}.tx-list__mobile-item{border-radius:var(--radius-md);text-align:left;width:100%;font:inherit;color:inherit;background:0 0;border:0;align-items:flex-start;gap:12px;padding:12px 4px;animation:.35s both row-in;display:flex}.tx-list__mobile-item:disabled{cursor:default}.tx-list__mobile-item.is-clickable{cursor:pointer}.tx-list__mobile-item:hover,.tx-list__mobile-item.is-clickable:hover{background:var(--bg-muted)}.tx-list__mobile-main{flex:1;min-width:0}.tx-list__mobile-row{color:var(--text-strong);justify-content:space-between;align-items:center;gap:12px;display:flex}.tx-list__mobile-row--meta{margin-top:6px}.tx-list__mobile-row--meta small{color:var(--text-muted)}@keyframes row-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (width<=1100px){.tx-list--desktop .tx-list__table-head,.tx-list--desktop .tx-list__table-row{grid-template-columns:.8fr 1.4fr 1fr .9fr}.tx-list--desktop .tx-list__table-head span:nth-child(3),.tx-list--desktop .tx-list__table-row span:nth-child(3){display:none}}.modal-root{z-index:100;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.modal-backdrop{cursor:pointer;background:#0f11178c;border:0;position:absolute;inset:0}.modal-panel{z-index:1;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-xl);width:min(440px,100%);max-height:min(92svh,820px);box-shadow:var(--shadow-md);animation:.2s modal-in;position:relative;overflow:auto}.modal-panel--medium{width:min(720px,100%)}.modal-panel--wide{width:min(980px,100%)}.modal-panel__header{z-index:1;background:var(--bg-elevated);justify-content:center;align-items:center;padding:16px 48px 10px;display:flex;position:sticky;top:0}.modal-panel__header--start{justify-content:flex-start;align-items:flex-start;padding:18px 52px 12px 22px}.modal-panel__header h2{text-align:center;font-size:1.2rem}.modal-panel__close{border:1px solid var(--border);background:var(--bg-elevated);width:36px;height:36px;color:var(--text-muted);cursor:pointer;border-radius:999px;place-items:center;display:grid;position:absolute;top:12px;right:12px}.modal-panel__close:hover{background:var(--bg-muted);color:var(--text-strong)}.modal-panel__body{padding:8px 22px 22px}@keyframes modal-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.tx-column-filter{flex-direction:column;gap:14px;display:flex}.tx-column-filter__field{flex-direction:column;gap:6px;min-width:0;display:flex}.tx-column-filter__field>span{color:var(--text-muted);font-size:.78rem;font-weight:600}.tx-column-filter__field input,.tx-column-filter__field select{border:1px solid var(--border-strong);background:var(--bg-elevated);width:100%;min-height:40px;color:var(--text-strong);font:inherit;border-radius:10px;outline:0;padding:8px 10px}.tx-column-filter__field input:focus,.tx-column-filter__field select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.tx-column-filter__amount{border:0;min-width:0;margin:0;padding:0}.tx-column-filter__amount>legend{color:var(--text-muted);margin-bottom:8px;padding:0;font-size:.78rem;font-weight:600}.tx-column-filter__amount-options{flex-wrap:wrap;gap:8px;display:flex}.tx-column-filter__chip{border:1px solid var(--border);background:var(--bg-muted);min-height:32px;color:var(--text);cursor:pointer;border-radius:999px;padding:5px 11px;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.tx-column-filter__chip:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.tx-column-filter__chip.is-active{border-color:var(--brand);background:var(--brand);color:var(--text-on-brand)}.tx-column-filter__actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.fuel-bar__legend{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.fuel-bar__legend-item{color:var(--text-muted);align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:inline-flex}.fuel-bar__legend-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.fuel-bar__chart-wrap{width:100%;height:220px;position:relative}@media (width<=899px){.fuel-bar{flex-shrink:0}.fuel-bar__chart-wrap{height:180px}}.fuel-bar__empty{height:100%;color:var(--text-muted);place-items:center;margin:0;font-size:.9rem;display:grid}.widget-picker{background:var(--bg-elevated);border:1px dashed var(--border-strong);border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-sm);padding:16px 18px}.widget-picker__header h2{font-size:1rem}.widget-picker__header p{color:var(--text-muted);margin-top:4px;font-size:.85rem}.widget-picker__list{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.widget-picker__item{border:1px solid var(--border);background:var(--bg-muted);color:var(--text-strong);cursor:pointer;border-radius:999px;align-items:center;gap:12px;padding:10px 12px;font-size:.88rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.widget-picker__item:hover{background:var(--brand-soft);border-color:var(--brand);color:var(--brand)}.widget-picker__action{color:var(--brand);align-items:center;gap:4px;font-size:.8rem;display:inline-flex}.dashboard{flex-direction:column;gap:16px;display:flex}.dashboard__intro{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.dashboard__intro h1{letter-spacing:-.03em;font-size:clamp(1.4rem,2vw,1.75rem)}.dashboard__intro p{color:var(--text-muted);margin-top:4px}.dashboard__intro-actions{flex-direction:column;align-items:stretch;gap:10px;display:flex}.dashboard__mobile-actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.dashboard__edit-btn{align-self:flex-end;min-width:30px}@media (width>=900px){.dashboard__intro-actions{flex-direction:row;align-items:center}}.dashboard__row{flex-wrap:wrap;align-content:flex-start;align-items:stretch;gap:14px;width:100%;display:flex}.dashboard__row--summary{padding-bottom:2px}.dashboard__row--summary .dashboard-widget--sm{flex:180px;max-width:100%}.dashboard__row--panels{min-height:0}.dashboard__empty{text-align:center;width:100%;color:var(--text-muted);background:var(--bg-elevated);border:1px dashed var(--border);border-radius:var(--radius-xl);padding:28px 16px}.dashboard__empty--inline{padding:18px 16px}.dashboard__error{background:color-mix(in srgb, var(--expense) 10%, var(--bg-elevated));color:var(--expense);border-radius:10px;margin:0;padding:10px 12px;font-size:.88rem;font-weight:600}.dashboard.is-editing .dashboard-widget__body .summary-card{padding-right:48px}.dashboard.is-editing .dashboard-widget__body .panel-card__header{padding-right:40px}.add-expense__mode-pill{background:var(--bg-muted);border:1px solid var(--border);border-radius:999px;align-items:center;gap:4px;max-width:100%;padding:5px;display:inline-flex}.add-expense__mode-link{color:var(--text-muted);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:8px 14px;font-size:.88rem;font-weight:600;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}.add-expense__mode-link:hover{color:var(--text-strong)}.add-expense__mode-link.is-active{background:var(--bg-elevated);color:var(--text-strong);box-shadow:var(--shadow-sm)}.add-expense{flex-direction:column;gap:16px;display:flex}.add-expense--multiple{gap:14px;min-height:0}.add-expense__multi-table{flex-direction:column;gap:8px;display:flex}.add-expense__multi-head,.add-expense__multi-row{grid-template-columns:1.4fr .8fr 1fr 1fr 1fr 40px;align-items:center;gap:8px;display:grid}.add-expense__multi-head{color:var(--text-muted);padding:0 2px;font-size:.78rem;font-weight:600}.add-expense__multi-cell{min-width:0;margin:0}.add-expense__multi-cell input,.add-expense__multi-cell select{border:1px solid var(--border-strong);background:var(--bg-elevated);width:100%;min-height:40px;color:var(--text-strong);font:inherit;border-radius:10px;outline:0;padding:8px 10px}.add-expense__multi-cell input:focus,.add-expense__multi-cell select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.add-expense__multi-actions-col{place-items:center;display:grid}.add-expense__row-remove{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.add-expense__row-remove:hover:not(:disabled){background:var(--bg-muted);color:var(--expense)}.add-expense__row-remove:disabled{opacity:.35;cursor:not-allowed}.add-expense__add-row{border:1px dashed var(--border-strong);min-height:36px;color:var(--text-strong);font:inherit;cursor:pointer;background:0 0;border-radius:10px;align-self:flex-start;align-items:center;gap:6px;padding:0 12px;font-size:.88rem;font-weight:600;display:inline-flex}.add-expense__add-row:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.add-expense__multi-submit{justify-content:center;padding-top:8px;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.add-expense__field{border:0;flex-direction:column;gap:8px;min-width:0;margin:0;padding:0;display:flex}.add-expense__field>span,.add-expense__field>legend,.add-expense__label{text-align:center;width:100%;color:var(--text-strong);font-size:.92rem;font-weight:600;display:block}.add-expense__field input[type=text],.add-expense__field input[type=number],.add-expense__field input[type=date],.add-expense__field textarea{border:1px solid var(--border-strong);background:var(--bg-elevated);width:100%;color:var(--text-strong);border-radius:10px;outline:0;padding:11px 12px}.add-expense__field input:focus,.add-expense__field textarea:focus,.add-expense__date:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.add-expense__field textarea{resize:vertical;min-height:96px}.add-expense__chips{scrollbar-width:thin;gap:8px;padding-bottom:6px;display:flex;overflow-x:auto}.add-expense__chip{cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid;border-radius:999px;flex:none;min-height:34px;padding:6px 12px;font-size:.85rem;font-weight:600;transition:background .15s,transform .15s}.add-expense__chip:hover{transform:translateY(-1px)}.add-expense__date{border:1px solid var(--border-strong);color:var(--text-muted);border-radius:10px;align-items:center;gap:8px;padding-right:12px;display:flex}.add-expense__date input{flex:1;box-shadow:none!important;border:0!important}.add-expense__date-presets{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.add-expense__date-presets button{border:1px solid var(--border-strong);background:var(--bg-elevated);min-height:36px;color:var(--text-strong);cursor:pointer;border-radius:10px;font-weight:600}.add-expense__date-presets button:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.add-expense__save{background:#60a5fa;border-color:#60a5fa;border-radius:12px;width:100%;min-height:46px;margin-top:4px}.add-expense__save--inline{width:auto;min-width:160px;margin-top:0}.add-expense__save:hover{background:#3b82f6;border-color:#3b82f6}.add-expense__error,.add-expense__status{border-radius:10px;margin:0 0 12px;padding:10px 12px;font-size:.85rem;font-weight:600;line-height:1.35}.add-expense__error{background:color-mix(in srgb, var(--expense) 10%, var(--bg-elevated));color:var(--expense)}.add-expense__status{background:var(--bg-muted);color:var(--text-muted)}.fuel-log-list__head,.fuel-log-list__row{grid-template-columns:.85fr 1.4fr 1.1fr .75fr .75fr .9fr}.fuel-log-list__row-btn{text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:0}.fuel-log-list__row-btn:hover{background:var(--bg-muted)}.fuel-log-list__vehicle{flex-direction:column;gap:2px;min-width:0;display:flex}.fuel-log-list__vehicle strong{color:var(--text-strong);font-weight:600}.fuel-log-list__vehicle small,.fuel-log-list__badge{color:var(--text-muted);font-size:.78rem;font-weight:500}.fuel-log-list__badge{background:var(--brand-soft);color:var(--brand);border-radius:999px;margin-left:6px;padding:1px 6px;font-size:.68rem;font-weight:700;display:inline-block}.fuel-log-list__mobile-btn{text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:0}@media (width<=1100px){.fuel-log-list.tx-list--desktop .fuel-log-list__head,.fuel-log-list.tx-list--desktop .fuel-log-list__row{grid-template-columns:.9fr 1.5fr 1fr .9fr}.fuel-log-list.tx-list--desktop .fuel-log-list__head span:nth-child(3),.fuel-log-list.tx-list--desktop .fuel-log-list__row span:nth-child(3),.fuel-log-list.tx-list--desktop .fuel-log-list__head span:nth-child(5),.fuel-log-list.tx-list--desktop .fuel-log-list__row span:nth-child(5){display:none}}.transactions-page{flex-direction:column;gap:16px;width:100%;min-width:0;height:auto;display:flex;overflow:visible}.transactions-page__intro{flex-shrink:0}.transactions-page__intro h1{letter-spacing:-.03em;font-size:clamp(1.4rem,2vw,1.75rem)}.transactions-page__intro p{color:var(--text-muted);margin-top:4px}.transactions-page__error{background:color-mix(in srgb, var(--expense) 10%, var(--bg-elevated));color:var(--expense);border-radius:10px;margin:0;padding:10px 12px;font-size:.88rem;font-weight:600}.transactions-page__layout{grid-template-columns:1fr;align-items:stretch;gap:16px;width:100%;min-width:0;height:auto;display:grid}.transactions-page__list,.transactions-page__calendar{flex-direction:column;min-width:0;display:flex}.transactions-page__calendar{order:-1;align-self:stretch;width:100%;height:auto}.transactions-page__list{gap:12px;height:auto;min-height:0}.transactions-page__list .tx-list--fill{width:100%;height:min(60vh,560px);min-height:280px}.transactions-page__calendar .tx-calendar{width:100%;height:auto;overflow:visible}@media (width<=899px){.transactions-page{flex:1;height:100%;min-height:0;overflow:hidden}.transactions-page__layout{flex-direction:column;flex:1;align-items:stretch;width:100%;height:100%;min-height:0;display:flex}.transactions-page__list,.transactions-page__list .tx-list--fill{flex:1;width:100%;height:100%;min-height:0}}@media (width>=900px) and (height>=720px){.transactions-page{flex:1;min-height:0;overflow:hidden}.transactions-page__layout{flex:1;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);min-height:0}.transactions-page__calendar{order:0;align-self:start}.transactions-page__list,.transactions-page__list .tx-list--fill{height:100%;min-height:0}}.fuel-log-page{flex-direction:column;gap:16px;width:100%;min-width:0;display:flex}.fuel-log-page>.fuel-bar{flex-shrink:0}@media (width<=899px){.fuel-log-page.transactions-page{flex:1;height:100%;min-height:0;overflow:hidden}}@media (width>=900px){.fuel-log-page.transactions-page{flex:none;height:auto;min-height:0;overflow:visible}.fuel-log-page .transactions-page__layout{flex:none;grid-template-columns:1fr;height:auto;min-height:0}.fuel-log-page .transactions-page__list{height:auto;min-height:0}.fuel-log-page .transactions-page__list .tx-list--fill{height:min(50vh,480px);min-height:280px}}.add-category{flex-direction:column;gap:16px;padding-top:4px;display:flex}.add-category__icon-block{flex-direction:column;align-items:center;gap:12px;display:flex}.add-category__icon-select{border:1.5px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--bg-muted);width:120px;height:120px;color:var(--brand);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:border-color .15s,background .15s,transform .15s;display:flex}.add-category__icon-select span{letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem;font-weight:700}.add-category__icon-select:hover{background:var(--brand-soft);transform:translateY(-1px)}.add-category__picker{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-elevated);grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;width:100%;padding:10px;display:grid}.add-category__picker-option{aspect-ratio:1;border:1px solid var(--border);background:var(--bg-muted);color:var(--text-strong);cursor:pointer;border-radius:10px;place-items:center;display:grid}.add-category__picker-option:hover,.add-category__picker-option.is-selected{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.add-category__colors{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.add-category__color{cursor:pointer;border:2px solid #0000;border-radius:999px;width:22px;height:22px;padding:0}.add-category__color.is-selected{outline:2px solid var(--text-strong);outline-offset:2px}.add-category__field{flex-direction:column;gap:8px;margin:0;display:flex}.add-category__field>span{color:var(--text-strong);letter-spacing:.04em;text-transform:uppercase;text-align:center;font-size:.82rem;font-weight:700}.add-category__field input,.add-category__field select{border:1px solid var(--border-strong);background:var(--bg-elevated);width:100%;min-height:44px;color:var(--text-strong);font:inherit;border-radius:10px;outline:0;padding:11px 12px}.add-category__field input:focus,.add-category__field select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.add-category__actions{justify-content:center;align-items:center;gap:10px;padding-top:4px;display:flex}.add-category__submit{border-radius:12px;min-width:140px;min-height:44px}.add-category__delete{min-width:110px;min-height:44px;color:var(--expense);border-radius:12px}.add-category__delete:hover{background:color-mix(in srgb, var(--expense) 12%, transparent);color:var(--expense)}.add-category__types{grid-template-columns:repeat(2,minmax(0,1fr))}.add-category__hint{color:var(--text-muted);text-align:center;margin:0;font-size:.9rem;line-height:1.45}.add-account__type{border:0;min-width:0;padding:0}.add-account__type>legend{width:100%;color:var(--text-strong);letter-spacing:.04em;text-transform:uppercase;text-align:center;margin-bottom:8px;font-size:.82rem;font-weight:700;display:block}.add-account__radios{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.add-vehicle__options{grid-template-columns:repeat(auto-fit,minmax(88px,1fr))}.add-account__radio{border:1px solid var(--border-strong);background:var(--bg-elevated);min-height:42px;color:var(--text-muted);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:0 10px;font-weight:600;transition:border-color .15s,background .15s,color .15s;display:flex}.add-account__radio input{opacity:0;pointer-events:none;position:absolute}.add-account__radio:hover{border-color:var(--brand);color:var(--brand)}.add-account__radio.is-selected{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.add-fuel-log__row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.add-fuel-log__check{color:var(--text-strong);cursor:pointer;align-items:center;gap:10px;margin:0;font-weight:600;display:inline-flex}.add-fuel-log__check input{width:18px;height:18px;accent-color:var(--brand)}.add-fuel-log .add-category__field textarea{border:1px solid var(--border-strong);background:var(--bg-elevated);width:100%;color:var(--text-strong);font:inherit;resize:vertical;border-radius:10px;outline:0;min-height:84px;padding:11px 12px}.add-fuel-log .add-category__field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.add-fuel-log__hint{color:var(--text-muted);text-align:center;margin:8px 0 0;font-size:.82rem;line-height:1.4}.tx-date-filter{flex-direction:column;flex-shrink:0;gap:10px;width:100%;display:flex}.tx-date-filter__modes{flex-wrap:wrap;gap:8px;display:flex}.tx-date-filter__chip{border:1px solid var(--border);background:var(--bg-muted);min-height:32px;color:var(--text);cursor:pointer;border-radius:999px;padding:5px 11px;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.tx-date-filter__chip:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.tx-date-filter__chip.is-active{border-color:var(--brand);background:var(--brand);color:var(--text-on-brand)}.tx-date-filter__custom{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.tx-date-filter__field{flex-direction:column;gap:6px;min-width:0;display:flex}.tx-date-filter__field span{color:var(--text-muted);font-size:.78rem;font-weight:600}.tx-date-filter__field input{border:1px solid var(--border-strong);background:var(--bg-elevated);width:100%;min-height:38px;color:var(--text-strong);border-radius:10px;outline:0;padding:8px 10px}.tx-date-filter__field input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}@media (width<=520px){.tx-date-filter__custom{grid-template-columns:1fr}}.account-settings{flex-direction:column;gap:22px;display:flex}.account-settings__form,.account-settings__block{flex-direction:column;gap:12px;display:flex}.account-settings__section-title{color:var(--text-strong);margin:0;font-size:.95rem;font-weight:700}.account-settings__copy{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.4}.account-settings__field{flex-direction:column;gap:6px;min-width:0;display:flex}.account-settings__field>span{color:var(--text-muted);font-size:.78rem;font-weight:600}.account-settings__field input,.account-settings__field select{border:1px solid var(--border-strong);background:var(--bg-elevated);width:100%;min-height:42px;color:var(--text-strong);font:inherit;border-radius:10px;outline:0;padding:10px 12px}.account-settings__field select{cursor:pointer}.account-settings__field input:focus,.account-settings__field select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.account-settings__actions{justify-content:flex-end;margin-top:2px;display:flex}.account-settings__block{border-top:1px solid var(--border);padding-top:16px}.account-settings__block--danger{border-top-color:color-mix(in srgb, var(--expense) 28%, var(--border))}.account-settings__delete{align-self:flex-start;border-color:var(--expense)!important;color:var(--expense)!important;background:color-mix(in srgb, var(--expense) 8%, var(--bg-elevated))!important}.account-settings__delete:hover{background:color-mix(in srgb, var(--expense) 14%, var(--bg-elevated))!important}.account-settings__confirm{border:1px solid color-mix(in srgb, var(--expense) 30%, var(--border));background:color-mix(in srgb, var(--expense) 6%, var(--bg-elevated));border-radius:12px;flex-direction:column;gap:10px;padding:12px;display:flex}.account-settings__confirm-text{color:var(--text-strong);margin:0;font-size:.88rem;font-weight:600}.account-settings__confirm-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.account-settings__notice,.account-settings__error{border-radius:10px;margin:0;padding:10px 12px;font-size:.85rem;font-weight:600;line-height:1.35}.account-settings__notice{background:var(--brand-soft);color:var(--brand)}.account-settings__error{background:color-mix(in srgb, var(--expense) 10%, var(--bg-elevated));color:var(--expense)}.settings-section-modal__heading{text-align:left;flex-direction:column;gap:4px;padding-right:8px;display:flex}.settings-section-modal__heading h2{letter-spacing:-.02em;text-align:left;margin:0;font-size:1.25rem}.settings-section-modal__heading p{color:var(--text-muted);margin:0;font-size:.9rem;font-weight:500}.settings-section-modal__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.settings-section-modal__card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-elevated);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:108px;padding:14px 10px;transition:border-color .15s,background .15s,transform .15s;display:flex}.settings-section-modal__card:hover{border-color:var(--border-strong);background:var(--bg-muted);transform:translateY(-1px)}.settings-section-modal__dot{border-radius:999px;flex-shrink:0;width:28px;height:28px}.settings-section-modal__icon{border-radius:999px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.settings-section-modal__card strong{color:var(--text-strong);text-align:center;font-size:.88rem;font-weight:700;line-height:1.25}.settings-section-modal__card small{color:var(--text-muted);text-align:center;font-size:.74rem}.settings-section-modal__card--add{color:var(--text-muted);border-style:dashed}.settings-section-modal__card--add:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.settings-section-modal__add-icon{background:var(--bg-muted);width:40px;height:40px;color:inherit;border-radius:999px;place-items:center;display:grid}.settings-section-modal__card--add:hover .settings-section-modal__add-icon{background:color-mix(in srgb, var(--brand) 18%, transparent)}.settings-section-modal__empty{text-align:center;color:var(--text-muted);padding:28px 8px 12px}.settings-section-modal__empty p{margin:0;line-height:1.45}.settings-section-modal__body{flex-direction:column;gap:12px;display:flex}.settings-section-modal__status,.settings-section-modal__error{margin:0;font-size:.88rem;line-height:1.4}.settings-section-modal__status{color:var(--text-muted);padding:12px 4px}.settings-section-modal__error{background:color-mix(in srgb, var(--expense) 10%, var(--bg-elevated));color:var(--expense);border-radius:10px;padding:10px 12px;font-weight:600}@media (width<=720px){.settings-section-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.settings-page{flex-direction:column;gap:18px;width:100%;min-width:0;display:flex}.settings-page__intro{justify-content:space-between;align-items:center;gap:12px;display:flex}.settings-page__intro-actions{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.settings-page__intro h1{letter-spacing:-.03em;font-size:clamp(1.5rem,2.2vw,1.9rem)}.settings-page__grid{flex-flow:wrap;justify-content:center;align-items:flex-start;gap:14px;width:100%;display:flex}.settings-page__tile{box-sizing:border-box;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--bg-elevated);width:168px;height:168px;box-shadow:var(--shadow-sm);cursor:pointer;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:12px;padding:22px 16px 18px;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex}.settings-page__tile:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.settings-page__tile-icon{border-radius:16px;place-items:center;width:52px;height:52px;display:grid}.settings-page__tile-label{color:var(--text-strong);letter-spacing:.04em;text-transform:uppercase;text-align:center;font-size:.95rem;font-weight:700}.settings-page__tile-count{color:var(--text-muted);font-family:var(--font-display);letter-spacing:-.03em;font-size:1.55rem;font-weight:700;line-height:1}.settings-page__tile-progress{background:var(--bg-muted);border-radius:999px;width:120px;height:8px;margin-top:2px;display:block;overflow:hidden}.settings-page__tile-progress-fill{border-radius:inherit;background:var(--brand-gradient);height:100%;display:block}.settings-page__tile--account{width:168px;height:168px}@media (width<=899px){.settings-page{gap:14px}.settings-page__grid{gap:10px}.settings-page__tile,.settings-page__tile--account{border-radius:16px;gap:8px;width:112px;height:112px;padding:12px 8px 10px}.settings-page__tile-icon{border-radius:12px;width:40px;height:40px}.settings-page__tile-label{letter-spacing:.03em;font-size:.72rem;line-height:1.2}.settings-page__tile-count{font-size:1.15rem}.settings-page__tile-progress{width:72px;height:6px;margin-top:0}}.placeholder-page{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px 24px}.placeholder-page h1{margin-bottom:8px;font-size:1.5rem}.placeholder-page p{color:var(--text-muted)}.tx-calendar{flex-direction:column;gap:14px;display:flex}.tx-calendar__header{justify-content:space-between;align-items:center;gap:8px;display:flex}.tx-calendar__header h2{text-align:center;font-size:1.05rem}.tx-calendar__nav{border:1px solid var(--border);background:var(--bg-muted);width:34px;height:34px;color:var(--text);cursor:pointer;border-radius:10px;place-items:center;display:grid}.tx-calendar__nav:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.tx-calendar__chevron-prev{transform:rotate(180deg)}.tx-calendar__weekdays,.tx-calendar__grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;display:grid}.tx-calendar__grid{grid-auto-rows:68px}.tx-calendar__weekdays span{text-align:center;color:var(--text-muted);padding:4px 0;font-size:.75rem;font-weight:700}.tx-calendar__cell{height:68px;color:var(--text-strong);cursor:pointer;background:0 0;border:0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:0;padding:4px 2px;display:flex}.tx-calendar__cell.is-empty{pointer-events:none}.tx-calendar__cell:not(.is-empty):hover{background:var(--bg-muted)}.tx-calendar__cell.is-today{box-shadow:inset 0 0 0 1.5px var(--brand)}.tx-calendar__cell.is-selected{background:var(--brand);color:var(--text-on-brand)}.tx-calendar__cell.is-selected:hover{background:var(--brand-strong)}.tx-calendar__day{letter-spacing:-.02em;font-size:1.15rem;font-weight:700;line-height:1.1}.tx-calendar__spent{color:var(--expense);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.68rem;font-weight:700;line-height:1.1;overflow:hidden}.tx-calendar__spent.is-empty-spend{visibility:hidden}.tx-calendar__cell.is-selected .tx-calendar__spent{color:#fecaca}.tx-calendar__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;padding-top:4px;display:flex}.tx-calendar__footer p{color:var(--text-muted);font-size:.82rem}.tx-calendar__clear{color:var(--brand);cursor:pointer;background:0 0;border:0;font-size:.82rem;font-weight:700}.tx-calendar__clear:hover{color:var(--brand-strong)}
