@import "https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Golos+Text:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--font-display:"Spectral", Georgia, "Times New Roman", serif;--font-sans:"Golos Text", system-ui, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Consolas, monospace;--sans:var(--font-sans);--serif:var(--font-display);--mono:var(--font-mono);--paper:#f6f2e9;--surface:#fffdf7;--surface-2:#efe9db;--surface-sunken:#ebe4d3;--bg:var(--paper);--text:#1b2531;--text-2:#515c68;--text-3:#7a8590;--text-muted:#a6afb8;--text-on-dark:#f4f1e8;--line:#e4ddcd;--line-soft:#ece6d8;--line-strong:#d4cbb6;--navy:#173a54;--navy-strong:#0f293d;--navy-deep:#0a1d2c;--navy-soft:#173a5412;--navy-line:#173a5429;--accent:var(--navy);--accent-strong:var(--navy-strong);--accent-soft:var(--navy-soft);--brass:#9c7b3c;--brass-strong:#846630;--brass-bright:#c2a05a;--brass-soft:#9c7b3c1f;--income:#167a4a;--income-soft:#167a4a1a;--expense:#c0432b;--expense-soft:#c0432b1a;--transfer:#2f6296;--transfer-soft:#2f62961a;--warn:#b7791f;--warn-soft:#b7791f1f;--report-income:#0f6a40;--report-expense:#a93421;--report-column:#dbe8ef;--report-row:#edf3f6;--report-cross:#c8dce7;--r-xs:4px;--r-sm:6px;--r-md:10px;--r-lg:14px;--r-xl:20px;--r-pill:999px;--shadow-xs:0 1px 2px #0f1e2d0d;--shadow-sm:0 1px 3px #0f1e2d0f, 0 1px 2px #0f1e2d0a;--shadow-md:0 6px 18px -6px #0f1e2d24;--shadow-lg:0 20px 44px -16px #0f1e2d38;--shadow-inset:inset 0 1px 2px #0f1e2d0f;--ease:cubic-bezier(.22, .61, .36, 1);--dur-fast:.12s;--dur:.18s;--dur-slow:.28s;font:16px/150% var(--font-sans);color:var(--text);background:var(--paper);letter-spacing:-.005em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box}body{background:var(--paper);margin:0}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3{font-family:var(--font-display);color:var(--text);letter-spacing:-.02em;margin:0 0 8px;font-weight:500}h1{font-size:34px;line-height:1.12}h2{font-size:26px;line-height:1.18}h3{font-size:18px;line-height:1.3;font-family:var(--font-sans);letter-spacing:-.01em;font-weight:600}p{margin:0}.money-hero,.cm-money{font-family:var(--font-display);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-weight:500}.tabular{font-variant-numeric:tabular-nums}.cm-mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-weight:500}.cm-eyebrow{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);font-size:11px;font-weight:600;line-height:1.2}.cm-pos{color:var(--income)}.cm-neg{color:var(--expense)}.cm-xfer{color:var(--transfer)}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;min-width:480px}th{text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);background:var(--surface-2);font-size:11px;font-weight:600}input,select,textarea,button{font-family:var(--font-sans);border-radius:var(--r-sm);border:1px solid var(--line);background:var(--surface);color:var(--text);font-variant-numeric:tabular-nums;transition:border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease), color var(--dur) var(--ease);outline:none;padding:8px 12px;font-size:14px}input:focus,select:focus,textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px var(--navy-soft)}input::placeholder{color:var(--text-muted)}input[type=number]{appearance:textfield}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}button{cursor:pointer;background:var(--navy);color:var(--text-on-dark);border:1px solid var(--navy);letter-spacing:.005em;font-weight:500}button:hover{background:var(--navy-strong);border-color:var(--navy-strong)}button:active{transform:translateY(1px)}button:disabled{background:var(--text-muted);border-color:var(--text-muted);cursor:not-allowed}button.btn-danger{background:var(--expense);border-color:var(--expense)}button.btn-danger:hover{background:#a53825;border-color:#a53825}button.btn-ghost{color:var(--text-2);border:1px solid var(--line);background:0 0}button.btn-ghost:hover{background:var(--surface-2);color:var(--text)}button.btn-link{color:var(--brass);background:0 0;border:none;padding:4px 0;font-weight:500}button.btn-link:hover{text-underline-offset:3px;background:0 0;text-decoration:underline}a{color:var(--brass);text-decoration:none}a:hover{text-underline-offset:3px;text-decoration:underline}.page{width:100%;max-width:1180px;margin:0 auto;padding:32px 24px 56px}@media (width<=640px){h1{font-size:28px}h2{font-size:22px}h3{font-size:16px}.page{padding:20px 16px 40px}.page *,.home-layout,.home-layout *{min-width:0}}html,body{overflow-x:hidden}hr{border:none;border-top:1px solid var(--line);margin:24px 0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--line);border:2px solid var(--paper);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.report-table thead tr{background:#315a75!important}.report-table thead th{color:#fff!important;background:#315a75!important}.report-table tbody tr:hover td:not([colspan]){background:var(--report-row)!important}.report-table.hc-1 td:first-child,.report-table.hc-2 td:nth-child(2),.report-table.hc-3 td:nth-child(3),.report-table.hc-4 td:nth-child(4),.report-table.hc-5 td:nth-child(5),.report-table.hc-6 td:nth-child(6),.report-table.hc-7 td:nth-child(7),.report-table.hc-8 td:nth-child(8),.report-table.hc-9 td:nth-child(9),.report-table.hc-10 td:nth-child(10),.report-table.hc-11 td:nth-child(11),.report-table.hc-12 td:nth-child(12),.report-table.hc-13 td:nth-child(13),.report-table.hc-14 td:nth-child(14){background:var(--report-column)!important}.report-table.hc-1 th:first-child,.report-table.hc-2 th:nth-child(2),.report-table.hc-3 th:nth-child(3),.report-table.hc-4 th:nth-child(4),.report-table.hc-5 th:nth-child(5),.report-table.hc-6 th:nth-child(6),.report-table.hc-7 th:nth-child(7),.report-table.hc-8 th:nth-child(8),.report-table.hc-9 th:nth-child(9),.report-table.hc-10 th:nth-child(10),.report-table.hc-11 th:nth-child(11),.report-table.hc-12 th:nth-child(12),.report-table.hc-13 th:nth-child(13),.report-table.hc-14 th:nth-child(14){background:var(--navy-deep)!important;color:#fff!important}.report-table.hc-1 tbody tr:hover td:first-child,.report-table.hc-2 tbody tr:hover td:nth-child(2),.report-table.hc-3 tbody tr:hover td:nth-child(3),.report-table.hc-4 tbody tr:hover td:nth-child(4),.report-table.hc-5 tbody tr:hover td:nth-child(5),.report-table.hc-6 tbody tr:hover td:nth-child(6),.report-table.hc-7 tbody tr:hover td:nth-child(7),.report-table.hc-8 tbody tr:hover td:nth-child(8),.report-table.hc-9 tbody tr:hover td:nth-child(9),.report-table.hc-10 tbody tr:hover td:nth-child(10),.report-table.hc-11 tbody tr:hover td:nth-child(11),.report-table.hc-12 tbody tr:hover td:nth-child(12),.report-table.hc-13 tbody tr:hover td:nth-child(13),.report-table.hc-14 tbody tr:hover td:nth-child(14){background:var(--report-cross)!important}.report-table thead th{z-index:3;background:inherit;position:sticky;top:0}.report-table th:first-child,.report-table td:first-child{z-index:2;background:inherit;position:sticky;left:0}.report-table thead th:first-child{z-index:4}.table-wrap{max-width:100%}@keyframes cm-brand-fill-up{0%,10%{clip-path:inset(100% 0 0);opacity:1}78%,90%{clip-path:inset(0);opacity:1}to{clip-path:inset(0);opacity:0}}.cm-brand-fill{width:calc(var(--cm-brand-size) * .72);height:var(--cm-brand-size);font-family:var(--font-display);font-size:var(--cm-brand-size);color:var(--line-strong);-webkit-text-stroke:1px #173a542e;filter:drop-shadow(0 3px 5px #173a541f);flex:none;place-items:center;font-weight:700;line-height:1;display:inline-grid;position:relative}.cm-brand-fill:after{content:"C";color:var(--brass-bright);-webkit-text-stroke:1px var(--brass);clip-path:inset(100% 0 0);place-items:center;animation:1.8s ease-in-out infinite cm-brand-fill-up;display:grid;position:absolute;inset:0}.cm-global-progress{z-index:1800;border:1px solid var(--line);background:#fffdf7f7;border-radius:12px;max-width:calc(100vw - 24px);padding:10px 14px;position:fixed;top:72px;right:18px;box-shadow:0 12px 30px #0f1e2d33}@media (width<=640px){.cm-global-progress{border-radius:9px;max-width:calc(100vw - 16px);padding:5px 8px;top:62px;right:8px;box-shadow:0 6px 16px #0f1e2d29}.cm-global-progress .cm-brand-fill{--cm-brand-size:28px!important}.cm-global-progress [role=status]{gap:6px!important;font-size:11px!important}}.category-picker,.category-picker-native{width:100%}.category-picker-trigger,.category-picker-backdrop{display:none}.account-balance-row{color:#515c68;cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:5px 4px;font-size:13px;display:flex;position:relative}.account-balance-row:hover{background:#f6f2e9}.account-balance-currency{min-width:50px;font-weight:700}.account-balance-amount{flex:1}.account-balance-equivalent{color:#a6afb8;font-size:12px}.home-accounts-card .account-balance-currency{flex:1}.home-accounts-card .account-balance-amount{text-align:right;white-space:nowrap;flex:none;margin-left:auto}.balance-action-trigger,.balance-delete-currency{min-width:28px;min-height:28px;padding:1px 6px!important;font-size:12px!important}.balance-delete-currency{color:#c0432b!important}.balance-menu-backdrop{z-index:1499;background:0 0;border:0;border-radius:0;padding:0;position:fixed;inset:0}.balance-menu-backdrop:hover,.balance-menu-backdrop:focus,.balance-menu-backdrop:active{box-shadow:none;background:0 0}.balance-context-menu{z-index:1500;border:1px solid var(--line);background:#fffdf7;border-radius:8px;width:190px;padding:5px;position:absolute;top:calc(100% + 3px);right:4px;box-shadow:0 12px 28px #0f1e2d33}.balance-context-menu button{width:100%;min-height:36px;color:var(--ink);text-align:left;background:0 0;border:0;padding:8px 10px;font-size:13px;display:block}.balance-context-menu button:hover{background:#f6f2e9}.balance-adjustment-backdrop{z-index:2100;background:#0f1e2d80;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.balance-adjustment-modal{border:1px solid var(--line);background:#fffdf7;border-radius:12px;width:min(680px,100%);padding:0 22px 22px;box-shadow:0 22px 52px #0f1e2d47}.balance-adjustment-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:58px;margin-bottom:16px;display:flex}.balance-adjustment-head h3{font-family:var(--font-display);margin:0}.balance-adjustment-head button{width:40px;height:40px;padding:0}.balance-adjustment-grid{grid-template-columns:1fr 1fr;gap:16px 22px;display:grid}.balance-adjustment-grid label,.balance-adjustment-difference{gap:5px;display:grid}.balance-adjustment-grid label>span,.balance-adjustment-difference>span{color:#515c68;font-size:13px;font-weight:600}.balance-adjustment-grid small{color:#7a8590;font-size:12px}.balance-adjustment-difference strong{align-self:center;font-size:18px}.balance-adjustment-difference .is-income{color:#167a4a}.balance-adjustment-difference .is-expense{color:#c0432b}.balance-adjustment-error{color:#c0432b;background:#fef2f0;border-radius:7px;margin-top:14px;padding:8px 10px;font-size:13px}.balance-adjustment-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}@media (prefers-reduced-motion:reduce){.cm-brand-fill:after{clip-path:inset(0);animation:none}}.transactions-filter-trigger,.transactions-filter-done,.transactions-mobile-list,.annual-mobile-view,.yoy-filter-trigger,.yoy-filter-done,.yoy-mobile-results,.mobile-sheet-backdrop{display:none}@media (width<=767px){body{padding-bottom:calc(62px + env(safe-area-inset-bottom,0px))}.page{padding:16px 12px 94px}.page>h1:first-child{margin-bottom:10px!important;font-size:25px!important}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}.page button:not(.btn-link),.page select,.page input{min-height:44px}.register-secondary-links a:first-child,.register-secondary-links a:nth-child(3){display:none}.analysis-nav{scrollbar-width:none;overflow-x:auto;flex-wrap:nowrap!important;margin:0 -12px 14px!important;padding:0 12px 10px!important}.analysis-nav::-webkit-scrollbar{display:none}.analysis-nav-link{flex:none;align-items:center;min-height:42px;display:inline-flex}.mobile-sheet-backdrop{z-index:299;background:#0a1d2c7a;border:0;border-radius:0;width:100%;display:block;position:fixed;inset:0}.transactions-head{align-items:center!important;margin-bottom:10px!important}.transactions-head>div{width:100%}.transactions-head a{border:1px solid var(--line);border-radius:8px;flex:1;justify-content:center;align-items:center;min-height:42px;display:inline-flex}.transactions-desktop-add{display:none}.transactions-filter-trigger{text-align:left;width:100%;margin-bottom:10px;display:block}.transactions-filters{z-index:300;max-height:82svh;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -12px 30px #0f1e2d33;padding:18px 16px calc(82px + env(safe-area-inset-bottom,0px))!important;border-radius:20px 20px 0 0!important;display:none!important}.transactions-filters.is-open{flex-direction:column;align-items:stretch!important;display:flex!important}.transactions-filters input,.transactions-filters select{width:100%}.transactions-filter-done{width:100%;margin-top:8px;display:block}.transactions-desktop-table{display:none}.transactions-mobile-list{flex-direction:column;gap:8px;display:flex}.mobile-transaction-card{background:var(--surface);border:1px solid var(--line);border-radius:11px;align-items:stretch;display:flex;position:relative;overflow:hidden}.mobile-transaction-main{min-width:0;min-height:70px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:0;flex:1;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 42px 10px 10px;display:grid}.mobile-transaction-main:hover{background:var(--surface-2)}.mobile-transaction-icon{background:var(--surface-2);border-radius:50%;place-items:center;width:32px;height:32px;font-size:18px;display:grid}.mobile-transaction-copy{flex-direction:column;min-width:0;display:flex}.mobile-transaction-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.mobile-transaction-copy small{text-overflow:ellipsis;white-space:nowrap;color:var(--text-3);font-size:11.5px;overflow:hidden}.mobile-transaction-amount{white-space:nowrap;font-size:13.5px;font-weight:700}.mobile-transaction-delete{width:44px;height:44px;position:absolute;top:50%;right:0;translate:0 -50%;color:var(--expense)!important;border:0!important}.transactions-mobile-edit{background:var(--surface);border:1px solid var(--line);border-radius:10px;min-width:0;margin-top:4px;overflow:hidden}.transactions-mobile-edit td{display:block}.transactions-mobile-edit td>div{flex-direction:column;align-items:stretch!important}.transactions-mobile-edit input,.transactions-mobile-edit select,.transactions-mobile-edit button{width:100%!important}.accounts-toolbar{align-items:stretch!important;margin-bottom:14px!important}.accounts-toolbar>div:first-child{width:100%;min-width:0!important}.accounts-new-group{width:100%}.accounts-new-group input{flex:1;width:auto!important}.accounts-toolbar>button{flex:1}.account-group-card{margin-bottom:10px!important}.account-main-row{gap:7px!important;padding:11px 10px!important}.account-drag-handle{display:none}.account-row-actions{width:100%;padding-top:4px;gap:6px!important;display:none!important}.account-main-row.is-expanded .account-row-actions{grid-template-columns:1fr 1fr;display:grid!important}.account-row-actions button{min-height:40px!important}.account-group-delete{width:40px;height:40px;padding:0!important}.report-period-controls{z-index:20;border-bottom:1px solid var(--line);background:#f6f2e9f7;padding:8px 12px;position:sticky;top:58px;gap:8px!important;margin:0 -12px 12px!important}.report-period-controls>div{width:100%}.report-period-controls>div:first-child{grid-template-columns:repeat(3,1fr);display:grid!important}.report-period-controls>div:last-child{grid-template-columns:44px 1fr 44px;display:grid!important}.report-period-controls>div:last-child button:last-child{display:none}.report-period-controls input{width:100%!important}.report-stat-grid{grid-template-columns:1fr 1fr;gap:8px!important;margin-bottom:14px!important;display:grid!important}.report-stat-card{min-width:0!important;padding:12px!important}.report-stat-card:last-child{grid-column:1/-1}.report-stat-card>div:last-child{font-size:18px!important}.report-chart-grid{margin-bottom:12px!important;display:block!important}.report-card{margin-bottom:10px;min-width:0!important;padding:14px 10px!important}.report-card-trend .recharts-yAxis,.report-card-pie{display:none}.report-card-categories table{min-width:0}.report-card-categories th:first-child,.report-card-categories td:first-child,.report-card-categories th:last-child,.report-card-categories td:last-child{display:none}.report-card-categories th,.report-card-categories td{padding:9px 6px!important}.annual-desktop-table{display:none}.annual-mobile-view{display:block}.annual-report-controls{gap:8px!important}.annual-report-controls>div{justify-content:space-between;width:100%}.mobile-period-select{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;font-weight:600;display:flex}.mobile-period-select select{min-width:150px}.mobile-report-totals{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;display:grid}.mobile-report-totals>div,.mobile-balance-total{background:var(--surface);border:1px solid var(--line);border-radius:10px;flex-direction:column;padding:12px;display:flex}.mobile-report-totals>div:last-child{grid-column:1/-1}.mobile-report-totals small,.mobile-balance-total small{color:var(--text-3)}.mobile-report-totals strong{margin-top:3px;font-size:16px}.mobile-balance-total{margin-bottom:12px}.mobile-balance-total strong{color:var(--navy);margin-top:4px;font-size:22px}.mobile-report-section{background:var(--surface);border:1px solid var(--line);border-radius:10px;margin-bottom:10px;overflow:hidden}.mobile-report-section h3{background:var(--surface-2);justify-content:space-between;align-items:center;min-height:46px;margin:0;padding:10px 12px;display:flex}.mobile-report-row{width:100%;min-height:48px;color:var(--text);border:0;border-top:1px solid var(--line-soft);text-align:left;background:0 0;border-radius:0;justify-content:space-between;align-items:center;gap:10px;padding:9px 12px;display:flex}.mobile-report-row.static{cursor:default}.yoy-filter-trigger{text-align:left;width:100%;margin-bottom:12px;display:block}.yoy-filters{z-index:300;max-height:82svh;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;padding:18px 16px calc(82px + env(safe-area-inset-bottom,0px))!important;border-radius:20px 20px 0 0!important;display:none!important}.yoy-filters.is-open{display:flex!important}.yoy-filter-done{width:100%;margin-top:8px;display:block}.yoy-filters button{min-height:40px}.yoy-mobile-results{grid-template-columns:1fr;gap:8px;display:grid}.yoy-mobile-month{background:var(--surface);border:1px solid var(--line);border-radius:10px;overflow:hidden}.yoy-mobile-month h3{background:var(--surface-2);margin:0;padding:9px 12px}.yoy-mobile-month div{border-top:1px solid var(--line-soft);justify-content:space-between;align-items:center;min-height:44px;padding:8px 12px;display:flex}.account-balances-list{padding-left:14px!important;padding-right:8px!important}.account-balance-row{touch-action:pan-y;-webkit-user-select:none;user-select:none;min-height:48px;padding:8px 6px}.account-balance-equivalent,.balance-action-trigger{display:none}.balance-delete-currency{min-width:40px;min-height:40px}.balance-menu-backdrop,.balance-menu-backdrop:hover,.balance-menu-backdrop:focus,.balance-menu-backdrop:active{background:#0f1e2d73}.balance-context-menu{width:auto;padding:10px 14px calc(18px + env(safe-area-inset-bottom,0px));border-radius:18px 18px 0 0;position:fixed;inset:auto 0 0}.balance-context-menu:before{content:"";background:#c7cdd3;border-radius:999px;width:38px;height:4px;margin:0 auto 8px;display:block}.balance-context-menu button{min-height:48px;font-size:15px}.balance-adjustment-backdrop{align-items:flex-end;padding:0}.balance-adjustment-modal{max-height:92svh;padding:0 16px calc(18px + env(safe-area-inset-bottom,0px));border-radius:18px 18px 0 0;overflow-y:auto}.balance-adjustment-grid{grid-template-columns:1fr;gap:13px}.balance-adjustment-actions{background:#fffdf7;padding-top:10px;position:sticky;bottom:0}.balance-adjustment-actions button{flex:1;min-height:46px}.category-picker-native{display:none}.category-picker-trigger{width:100%;min-height:46px;color:var(--ink);border:1px solid var(--line);text-align:left;background:#fffdf7;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-weight:500;display:flex}.category-picker-backdrop{z-index:2200;background:#0f1e2d7a;align-items:flex-end;display:flex;position:fixed;inset:0}.category-picker-sheet{width:100%;max-height:min(78svh,680px);padding:8px 14px calc(18px + env(safe-area-inset-bottom,0px));background:#fffdf7;border-radius:18px 18px 0 0;overflow:hidden;box-shadow:0 -10px 28px #0f1e2d33}.category-picker-handle{background:#c7cdd3;border-radius:999px;width:38px;height:4px;margin:0 auto 8px}.category-picker-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:44px;display:flex}.category-picker-heading strong{font-size:17px}.category-picker-list{overscroll-behavior:contain;max-height:calc(min(78svh,680px) - 70px);padding:6px 0;overflow-y:auto}.category-picker-list button{width:100%;min-height:38px;color:var(--ink);text-align:left;background:0 0;border:0;border-radius:7px;padding:8px 10px;display:block}.category-picker-parent{font-size:15px;font-weight:750}.category-picker-child{font-size:13px;font-weight:500;color:#566371!important;min-height:34px!important;padding:6px 10px 6px 30px!important}.category-picker-empty{font-size:13px;color:#7a8590!important}.category-picker-group+.category-picker-group{border-top:1px solid #e4ddcda6}}
