:root{--bg:#f4f4f9;--bg2:#fff;--bg3:#eeeef8;--border:#e4e4f0;--text:#1a1a2e;--text-muted:#9898b8;--accent:#7c6fff;--accent2:#5b4fe8;--danger:#e8365d;--success:#2dc88a;--ring-empty:#e8e8f4;--radius:14px;--radius-sm:10px;--sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--bg);height:100%;color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased}#root{flex-direction:column;max-width:480px;margin:0 auto;display:flex}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}input,select{font-family:inherit}.splash{height:100vh;color:var(--text-muted);justify-content:center;align-items:center;font-size:18px;display:flex}.auth-screen{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{width:100%;max-width:360px}.auth-title{color:var(--text);text-align:center;margin-bottom:4px;font-size:32px;font-weight:800}.auth-sub{text-align:center;color:var(--text-muted);margin-bottom:32px;font-size:15px}.auth-form{flex-direction:column;gap:12px;display:flex}.auth-input{background:var(--bg2);border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);outline:none;padding:14px 16px;font-size:16px}.auth-input:focus{border-color:var(--accent)}.auth-error{color:var(--danger);text-align:center;font-size:14px}.auth-btn{background:var(--accent);color:#fff;border-radius:var(--radius-sm);width:100%;margin-top:4px;padding:14px;font-size:16px;font-weight:700}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-links{color:var(--text-muted);justify-content:center;align-items:center;gap:12px;margin-top:20px;font-size:14px;display:flex}.screen{background:var(--bg);flex-direction:column;min-height:100vh;padding-bottom:72px;display:flex}.screen-header{background:var(--bg2);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 20px 12px;display:flex}.screen-title{color:var(--text);font-size:22px;font-weight:800}.home-screen{padding-bottom:80px}.home-top{background:var(--bg2);border-bottom:1px solid var(--border);padding-bottom:0}.period-nav{justify-content:center;align-items:center;gap:16px;padding:20px 0 0;display:flex}.period-arrow{color:var(--text-muted);border-radius:var(--radius-sm);padding:4px 12px;font-size:20px}.period-arrow:hover{background:var(--bg)}.period-label{font-size:16px;font-weight:700}.donut-wrap{justify-content:center;align-items:center;padding:8px 0 16px;display:flex;position:relative}.donut-center{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute}.donut-currency{color:var(--text-muted);letter-spacing:.3px;font-size:12px;font-weight:600}.donut-total{letter-spacing:-1px;color:var(--text);font-size:30px;font-weight:800}.donut-vs{background:var(--bg3);color:var(--text-muted);border-radius:10px;margin-top:2px;padding:2px 8px;font-size:11px;font-weight:700}.donut-vs-up{color:var(--danger);background:#fef0f3}.donut-vs-down{color:var(--success);background:#edfaf4}.comparison-wrap{background:var(--bg2);border-bottom:1px solid var(--border);flex-shrink:0;padding:10px 16px 14px}.comparison-legend{color:var(--text-muted);gap:14px;margin-bottom:8px;font-size:11px;font-weight:600;display:flex}.cleg-this{color:var(--text)}.cmp-row{align-items:center;gap:8px;margin-bottom:5px;display:flex}.cmp-name{min-width:80px;color:var(--text-muted);font-size:11px;font-weight:600}.cmp-bars{flex-direction:column;flex:1;gap:2px;display:flex}.cmp-bar{border-radius:3px;min-width:3px;height:5px;transition:width .3s}.cmp-amt{text-align:right;min-width:48px;color:var(--text);font-size:11px;font-weight:700}.comparison-empty{flex-direction:row;align-items:center;gap:8px;padding:8px 16px}.comparison-empty .cleg-prev{font-size:11px}.tap-hint{text-align:center;color:var(--text-muted);padding:12px 20px 4px;font-size:12px}.category-list{flex-direction:column;gap:6px;padding:8px 16px;display:flex}.category-row{border-radius:var(--radius);background:var(--bg2);border:1px solid var(--border);align-items:center;gap:0;width:100%;transition:border-color .12s;display:flex;overflow:hidden}.category-row:hover{border-color:#c0c0e0}.cat-icon-btn{cursor:pointer;border:none;border-right:1px solid var(--border);background:0 0;flex-shrink:0;align-items:center;padding:10px 10px 10px 12px;transition:background .1s;display:flex}.cat-icon-btn:hover{background:var(--bg3)}.cat-row-body{cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:12px;min-width:0;padding:10px 12px;display:flex}.cat-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.cat-name{color:var(--text);flex:1;font-size:14px;font-weight:600}.cat-amount{color:var(--text);text-align:right;font-size:13px;font-weight:700}.cat-amount-zero{color:var(--text-muted)}.cat-add-hint{color:var(--accent);opacity:0;white-space:nowrap;margin-left:4px;font-size:12px;font-weight:600;transition:opacity .1s}.cat-row-body:hover .cat-add-hint{opacity:1}.empty-hint{color:var(--text-muted);text-align:center;padding:32px 0;font-size:14px}.tx-list{padding:0 16px 16px}.tx-list-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:13px;font-weight:700}.tx-row{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:10px 0;display:flex}.tx-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.tx-info{flex:1}.tx-cat{color:var(--text);font-size:14px;font-weight:600}.tx-note{color:var(--text-muted);margin-top:1px;font-size:12px}.tx-amounts{flex-direction:column;align-items:flex-end;gap:1px;display:flex}.tx-foreign{color:var(--text-muted);font-size:12px}.tx-home{color:var(--text);font-size:14px;font-weight:700}.tx-date{color:var(--text-muted);text-align:right;width:40px;font-size:11px}.bottom-nav{background:var(--bg2);border-top:1px solid var(--border);z-index:20;width:100%;max-width:480px;height:68px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.nav-btn{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding-bottom:4px;font-size:11px;font-weight:500;display:flex}.nav-btn i{font-size:22px}.nav-active{color:var(--accent)!important}.add-screen{background:var(--bg);padding-bottom:0}.add-top{background:var(--bg2);border-bottom:1px solid var(--border)}.add-header{align-items:center;gap:12px;padding:16px 16px 14px;display:flex}.back-btn{background:var(--bg);border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:flex}.add-cat-pill{border:2px solid var(--pill-color,var(--border));border-radius:30px;flex:1;align-items:center;gap:10px;padding:10px 16px;display:flex}.add-cat-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;display:flex}.add-cat-name{font-size:16px;font-weight:700}.add-cat-sub{color:var(--text-muted);margin-top:1px;font-size:12px}.cur-section{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-shrink:0;padding:10px 0 10px 14px}.cur-row{scrollbar-width:none;gap:7px;padding-right:14px;display:flex;overflow-x:auto}.cur-row::-webkit-scrollbar{display:none}.cur-chip{background:var(--bg);border:1.5px solid var(--border);height:38px;color:var(--text-muted);border-radius:19px;flex-shrink:0;padding:0 16px;font-size:14px;font-weight:700;transition:all .12s}.cur-chip-active{background:var(--accent);border-color:var(--accent);color:#fff}.amount-wrap{background:var(--bg2);border-bottom:1px solid var(--border);flex-direction:column;align-items:center;padding:12px 20px 16px;display:flex}.amount-row{align-items:baseline;gap:8px;display:flex}.amount-currency{color:var(--text-muted);font-size:20px;font-weight:700}.amount-value{letter-spacing:-2px;color:var(--text);font-size:56px;font-weight:800;line-height:1}.home-preview{color:var(--accent);min-height:22px;margin-top:4px;font-size:15px;font-weight:600}.quick-amounts{background:var(--bg2);border-bottom:1px solid var(--border);scrollbar-width:none;gap:6px;padding:10px 16px;display:flex;overflow-x:auto}.quick-amounts::-webkit-scrollbar{display:none}.quick-chip{background:var(--bg);border:1.5px solid var(--border);height:34px;color:var(--text-muted);border-radius:17px;flex-shrink:0;padding:0 14px;font-size:13px;font-weight:700;transition:all .1s}.quick-chip:active{background:var(--bg3)}.quick-chip-active{background:var(--accent);border-color:var(--accent);color:#fff}.keypad{background:var(--bg2);flex:1;grid-template-columns:repeat(3,1fr);display:grid}.key{border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg2);flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:16px 0;transition:background 80ms;display:flex}.key:nth-child(3n){border-right:none}.key:nth-last-child(-n+3){border-bottom:none}.key:active{background:var(--bg)}.key-num{color:var(--text);font-size:26px;font-weight:400;line-height:1}.key-sub{color:var(--text-muted);letter-spacing:.6px;font-size:9px}.key-del{color:var(--text-muted);font-size:22px}.add-bottom-row{background:var(--bg2);border-top:1px solid var(--border);align-items:center;gap:10px;padding:12px 16px 24px;display:flex}.note-input-inline{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text);outline:none;flex:1;padding:11px 14px;font-size:14px}.note-input-inline:focus{border-color:var(--accent)}.save-btn-inline{border-radius:var(--radius-sm);background:var(--accent);color:#fff;white-space:nowrap;padding:11px 22px;font-size:15px;font-weight:700}.save-btn-inline:disabled{opacity:.35;cursor:not-allowed}.cat-manage-list{padding:8px 16px}.cat-manage-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 0;display:flex}.cat-manage-name{flex:1;font-size:15px;font-weight:600}.text-btn{color:var(--accent);padding:4px 8px;font-size:14px;font-weight:600}.text-btn.danger{color:var(--danger)}.icon-btn{color:var(--accent);padding:4px;font-size:22px}.bottom-sheet-overlay{z-index:50;background:#00000040;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.bottom-sheet{background:var(--bg2);border-radius:20px 20px 0 0;flex-direction:column;gap:12px;width:100%;max-width:480px;max-height:90vh;padding:24px 20px 40px;display:flex;overflow-y:auto}.sheet-title{margin-bottom:4px;font-size:18px;font-weight:800}.sheet-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;font-size:11px;font-weight:700}.icon-picker{flex-wrap:wrap;gap:8px;display:flex}.icon-option{background:var(--bg);cursor:pointer;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;transition:border-color .12s;display:flex}.icon-option.active{border-color:var(--accent)}.color-picker{flex-wrap:wrap;gap:8px;display:flex}.color-swatch{cursor:pointer;border:3px solid #0000;border-radius:50%;width:32px;height:32px;transition:border-color .15s}.color-swatch.active{border-color:var(--text)}.sheet-actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.save-btn{border-radius:var(--radius);background:var(--accent);color:#fff;width:calc(100% - 40px);margin:16px 20px 0;padding:14px;font-size:16px;font-weight:700}.save-btn:disabled{opacity:.35;cursor:not-allowed}.history-search-bar{background:var(--bg2);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:8px;padding:10px 16px;display:flex}.history-search-input{color:var(--text);font-size:14px;font-family:var(--sans);background:0 0;border:none;outline:none;flex:1}.history-search-input::placeholder{color:var(--text-muted)}.history-cat-filter{background:var(--bg2);border-bottom:1px solid var(--border);scrollbar-width:none;flex-shrink:0;gap:7px;padding:10px 16px;display:flex;overflow-x:auto}.history-cat-filter::-webkit-scrollbar{display:none}.hcat-chip{background:var(--bg);border:1.5px solid var(--border);height:32px;color:var(--text-muted);white-space:nowrap;border-radius:16px;flex-shrink:0;padding:0 14px;font-size:13px;font-weight:700;transition:all .12s}.hcat-chip-all{background:var(--text);border-color:var(--text);color:#fff}.history-filter-label{background:var(--bg3);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:6px;padding:7px 16px;display:flex}.history-tx-row{text-align:left;border-bottom:1px solid var(--bg3);background:var(--bg2);align-items:center;gap:10px;width:100%;padding:10px 16px;transition:background .1s;display:flex}.history-tx-row:hover,.tx-row-expanded{background:var(--bg3)}.tx-actions{background:var(--bg3);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 16px 10px 68px;display:flex}.tx-action-date{color:var(--text-muted);font-size:12px}.tx-delete-btn{border-radius:var(--radius-sm);color:var(--danger);background:#fef0f3;border:1.5px solid #f9c0cc;align-items:center;gap:5px;padding:7px 14px;font-size:13px;font-weight:700;display:flex}.tx-delete-btn:disabled{opacity:.5}.history-day-header{background:var(--bg);z-index:2;justify-content:space-between;align-items:center;padding:10px 16px 6px;display:flex;position:sticky;top:0}.history-day-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:700}.history-day-total{color:var(--text);font-size:13px;font-weight:700}.settings-list{flex-direction:column;flex:1;padding:0 20px;display:flex}.settings-section{border-bottom:1px solid var(--border);flex-direction:column;gap:8px;padding:16px 0;display:flex}.settings-label{font-size:15px;font-weight:700}.settings-hint{color:var(--text-muted);font-size:13px}.settings-select{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);outline:none;padding:10px 12px;font-size:15px}.attr-link{color:var(--accent)}.danger-btn{border-radius:var(--radius-sm);color:var(--danger);background:#fef0f3;border:1.5px solid #f9c0cc;padding:11px 18px;font-size:14px;font-weight:700}.signout-btn{border-radius:var(--radius);width:100%;color:var(--danger);background:#fef0f3;border:1.5px solid #f9c0cc;margin-top:8px;padding:14px;font-size:16px;font-weight:700}.currency-chips{flex-wrap:wrap;gap:8px;display:flex}.currency-chip{background:var(--bg);border:1.5px solid var(--border);color:var(--text-muted);border-radius:20px;padding:7px 14px;font-size:13px;font-weight:700}.currency-chip-active{background:var(--accent);border-color:var(--accent);color:#fff}.currency-search-wrap{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:8px;margin-bottom:4px;padding:9px 12px;display:flex}.currency-search-input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:14px}.currency-search-input::placeholder{color:var(--text-muted)}.currency-search-clear{color:var(--text-muted);align-items:center;display:flex}.currency-results{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg2);max-height:280px;overflow-y:auto}.currency-row{text-align:left;border-bottom:1px solid var(--border);align-items:center;gap:10px;width:100%;padding:11px 14px;transition:background .1s;display:flex}.currency-row:last-child{border-bottom:none}.currency-row:hover{background:var(--bg3)}.currency-row-pinned{background:#f0eeff}.currency-row-pinned:hover{background:#e8e4ff}.currency-row-code{min-width:44px;color:var(--text);font-size:13px;font-weight:800}.currency-row-name{color:var(--text-muted);flex:1;font-size:13px}
