:root{--c-bg:#f4f5f2;--c-surface:#ffffff;--c-surface-2:#f1f3ee;--c-border:#cdd0c6;--c-border-subtle:#dcdfd5;--c-text:#171a18;--c-text-muted:#6f7672;--c-primary:#12a56b;--c-primary-hover:#0e8a59;--c-primary-soft:#e3f4ec;--c-primary-text:#ffffff;--c-ink:#0c0f0d;--c-ink-text:#eceeea;--c-header-bg:var(--c-bg);--c-header-text:var(--c-text);--c-header-muted:var(--c-text-muted);--c-header-border:var(--c-border-subtle);--c-header-avatar-bg:var(--c-surface-2);--c-cat-groceries-bg:#e3f4ec;--c-cat-groceries-fg:#0e7d52;--c-cat-food-bg:#f6ecd9;--c-cat-food-fg:#8a6a1c;--c-cat-transport-bg:#e0edf2;--c-cat-transport-fg:#2f6079;--c-cat-bills-bg:#eae7f2;--c-cat-bills-fg:#5a4f83;--c-cat-entertainment-bg:#f2e6ea;--c-cat-entertainment-fg:#8a4258;--c-cat-transfer-bg:#e2eef0;--c-cat-transfer-fg:#276b6b;--c-cat-other-bg:#eaece7;--c-cat-other-fg:#5c6560;--c-cat-savings-bg:#e3f4ec;--c-cat-savings-fg:#0e7d52;--c-cat-investment-bg:#e6f0e9;--c-cat-investment-fg:#35704f;--c-cat-cashback-bg:#f6ecd9;--c-cat-cashback-fg:#8a6a1c;--c-cat-qr-bg:#e2ede9;--c-cat-qr-fg:#1f6b4c;--c-cat-phone-bg:#e0edf2;--c-cat-phone-fg:#2f6079;--c-cat-primary-bg:#dbefe4;--c-cat-primary-fg:#0e7d52;--c-success:#12a56b;--c-warning:#b07d00;--c-danger:#b23a3a;--c-info:#2c5282;--c-info-soft:#e4ecf4;--c-info-strong:#24466e;--c-focus-ring:#12a56b;--c-disabled-bg:#f0f1ee;--c-disabled-text:#a9ada9;--f-display:var(--font-jakarta),system-ui,sans-serif;--f-text:var(--font-jakarta),system-ui,sans-serif;--fs-xs:13px;--fs-sm:15px;--fs-md:17px;--fs-lg:22px;--fs-xl:34px;--fs-2xl:56px;--lh-tight:1.15;--lh-normal:1.55;--fw-regular:400;--fw-medium:500;--fw-bold:700;--s-1:4px;--s-2:8px;--s-3:12px;--s-4:16px;--s-5:24px;--s-6:32px;--s-8:48px;--s-10:64px;--r-sm:5px;--r-md:5px;--r-lg:8px;--r-pill:9999px;--layout-max:1280px;--layout-sidebar:232px;--panel-menu:360px;--panel-detail:400px;--panel-form-max:500px;--panel-list-max:760px;--panel-wide-max:880px;--transition-fast:120ms ease-out;--transition-base:200ms ease-out;--shadow-overlay:0 4px 12px rgb(0 0 0/0.08)}[data-theme=dark]{--c-bg:#0a0d0b;--c-surface:#151a16;--c-surface-2:#1e241f;--c-border:#3a423b;--c-border-subtle:#2c332d;--c-text:#eceeea;--c-text-muted:#9aa19c;--c-primary:#17b876;--c-primary-hover:#12a56b;--c-primary-soft:#123527;--c-primary-text:#06130c;--c-ink:#060807;--c-ink-text:#eceeea;--c-info:#6ba3d8;--c-info-soft:#17263a;--c-info-strong:#8fbde6;--c-header-bg:var(--c-bg);--c-header-text:var(--c-text);--c-header-muted:var(--c-text-muted);--c-header-border:var(--c-border-subtle);--c-header-avatar-bg:var(--c-surface-2);--c-cat-groceries-bg:#16362a;--c-cat-groceries-fg:#4cc492;--c-cat-food-bg:#322a17;--c-cat-food-fg:#d3ab5a;--c-cat-transport-bg:#17303a;--c-cat-transport-fg:#6bb0cc;--c-cat-bills-bg:#272338;--c-cat-bills-fg:#a99ed6;--c-cat-entertainment-bg:#351f28;--c-cat-entertainment-fg:#cf8aa0;--c-cat-transfer-bg:#163231;--c-cat-transfer-fg:#5cb3b3;--c-cat-other-bg:#272b26;--c-cat-other-fg:#a7b0aa;--c-cat-savings-bg:#16362a;--c-cat-savings-fg:#4cc492;--c-cat-investment-bg:#1a3227;--c-cat-investment-fg:#5bb587;--c-cat-cashback-bg:#322a17;--c-cat-cashback-fg:#d3ab5a;--c-cat-qr-bg:#163127;--c-cat-qr-fg:#48bd89;--c-cat-phone-bg:#17303a;--c-cat-phone-fg:#6bb0cc;--c-cat-primary-bg:#153529;--c-cat-primary-fg:#4cc492;--c-disabled-bg:#1a1f1b;--c-disabled-text:#5c625d}*,:after,:before{box-sizing:border-box}*{margin:0}body,html{height:100%}html{color-scheme:light dark}body{background-color:var(--c-bg);color:var(--c-text);font-family:var(--f-text);font-size:var(--fs-md);line-height:var(--lh-normal);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{background:none;border:none;cursor:pointer}button:disabled{cursor:not-allowed}*{scrollbar-width:thin;scrollbar-color:var(--c-border-subtle) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-button{display:none;width:0;height:0}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:var(--c-border-subtle);border-radius:var(--r-pill)}::-webkit-scrollbar-thumb:hover{background-color:var(--c-border)}:focus-visible{outline:2px solid var(--c-focus-ring);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.screen-loader_overlay__fw2eL{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.4)}.screen-loader_overlay__spinner__70qWr{inline-size:56px;block-size:56px;border:4px solid hsla(0,0%,100%,.25);border-block-start-color:var(--c-primary);border-radius:var(--r-pill);animation:screen-loader_screen-loader-spin__E5_3n .7s linear infinite}@keyframes screen-loader_screen-loader-spin__E5_3n{to{transform:rotate(1turn)}}.route-progress_wrap__qgNeR{position:fixed;inset-block-start:0;inset-inline:0;block-size:3px;z-index:9999;pointer-events:none}.route-progress_wrap__bar__vpAaj{block-size:100%;inline-size:0;background-color:var(--c-primary);opacity:0;transition:inline-size .2s ease-out,opacity .2s ease-out}.route-progress_wrap--visible__Djc8H{opacity:1}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Plus Jakarta Sans Fallback;src:local("Arial");ascent-override:98.88%;descent-override:21.15%;line-gap-override:0.00%;size-adjust:104.98%}.__className_a76894{font-family:Plus Jakarta Sans,Plus Jakarta Sans Fallback;font-style:normal}.__variable_a76894{--font-jakarta:"Plus Jakarta Sans","Plus Jakarta Sans Fallback"}