._userPanel_1pb0w_1{display:grid;gap:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:14px}._info_1pb0w_19{min-width:0}._name_1pb0w_27{color:var(--white);font-size:14px;font-weight:700;line-height:1.3}._email_1pb0w_41{color:var(--gray-400);font-size:12px;line-height:1.4;word-break:break-word;margin-top:3px}._currency_1pb0w_57{display:grid;gap:6px}._currency_1pb0w_57 label{color:var(--gray-400);font-size:12px;font-weight:600}._currency_1pb0w_57 select{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);background:var(--navy-700);color:var(--white);font-weight:700;padding:10px;outline:none}._authButton_1pb0w_101{width:100%;border:none;border-radius:var(--radius-sm);background:var(--green-500);color:var(--navy-900);font-weight:800;padding:10px 12px}._authButton_1pb0w_101:hover{background:var(--green-600)}._authButton_1pb0w_101:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 680px){._userPanel_1pb0w_1{grid-template-columns:1fr;padding:12px}._currency_1pb0w_57{grid-template-columns:auto 1fr;align-items:center}}._mobileUserMenu_knt3z_1{display:none;position:relative}._menuButton_knt3z_11{width:42px;height:42px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:var(--navy-700);color:var(--white);display:grid;place-items:center;padding:0;line-height:0}._menuIcon_knt3z_37{width:19px;height:19px;display:block}._dropdown_knt3z_49{position:absolute;top:50px;right:0;z-index:20;width:220px;display:grid;gap:12px;background:var(--navy-800);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px}._userName_knt3z_79{color:var(--white);font-size:14px;font-weight:800}._currencyRow_knt3z_91{display:grid;gap:6px}._currencyRow_knt3z_91 label{color:var(--gray-400);font-size:12px;font-weight:600}._currencyRow_knt3z_91 select{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);background:var(--navy-700);color:var(--white);font-weight:700;padding:10px;outline:none}._authButton_knt3z_135{width:100%;border:none;border-radius:var(--radius-sm);background:var(--green-500);color:var(--navy-900);font-weight:800;padding:10px 12px}._authButton_knt3z_135:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 680px){._mobileUserMenu_knt3z_1{display:block}}:root{--navy-900: #0b1524;--navy-800: #0f1b2d;--navy-700: #16263d;--navy-600: #1e3350;--white: #ffffff;--gray-50: #f6f8fb;--gray-100: #eef2f7;--gray-200: #dde4ee;--gray-400: #94a3b8;--gray-500: #64748b;--gray-700: #334155;--green-500: #22c55e;--green-600: #16a34a;--green-soft: rgba(34, 197, 94, .12);--red-500: #ef4444;--red-soft: rgba(239, 68, 68, .12);--bg: var(--gray-50);--card: var(--white);--text: #0f172a;--text-muted: var(--gray-500);--border: var(--gray-200);--radius: 16px;--radius-sm: 10px;--shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px rgba(15, 23, 42, .06);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0;font-weight:700;letter-spacing:-.01em}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit}.app{display:flex;min-height:100vh}.main{flex:1;min-width:0;padding:32px}.page-header{margin-bottom:28px}.page-header h1{font-size:26px}.page-header p{margin:6px 0 0;color:var(--text-muted);font-size:14px}.sidebar{width:240px;flex-shrink:0;background:var(--navy-800);color:var(--white);padding:26px 18px;display:flex;flex-direction:column;gap:8px;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 8px 22px}.brand-main{display:flex;align-items:center;gap:10px}.brand-logo{width:34px;height:34px;border-radius:9px;background:var(--green-500);display:grid;place-items:center;color:var(--navy-900);font-weight:800}.brand-name{font-size:19px;font-weight:800}.brand-name span{color:var(--green-500)}.nav-item{display:flex;align-items:center;gap:12px;width:100%;text-align:left;background:transparent;border:none;color:var(--gray-400);padding:12px 14px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;transition:background .15s,color .15s}.nav-item:hover{background:var(--navy-700);color:var(--white)}.nav-item.active{background:var(--green-soft);color:var(--green-500)}.nav-icon{font-size:17px}.sidebar-footer{margin-top:auto;font-size:12px;color:var(--gray-500);padding:0 8px}.grid{display:grid;gap:18px}.grid.stats{grid-template-columns:repeat(4,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.section-title{font-size:16px;margin-bottom:16px}.stat{display:flex;flex-direction:column;gap:12px}.stat-top{display:flex;align-items:center;justify-content:space-between}.stat-label{font-size:13px;color:var(--text-muted);font-weight:600}.stat-badge{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;font-size:18px}.stat-value{font-size:26px;font-weight:800;letter-spacing:-.02em}.badge-green{background:var(--green-soft)}.badge-red{background:var(--red-soft)}.badge-navy{background:#1e33501a}.text-green{color:var(--green-600)}.text-red{color:var(--red-500)}.form{display:grid;gap:16px;max-width:560px}.form-row{display:grid;gap:16px;grid-template-columns:1fr 1fr}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:13px;font-weight:600;color:var(--gray-700)}.field input,.field select{padding:11px 13px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;background:var(--white);color:var(--text);outline:none;transition:border .15s,box-shadow .15s}.field input:focus,.field select:focus{border-color:var(--green-500);box-shadow:0 0 0 3px var(--green-soft)}.type-toggle{display:grid;grid-template-columns:1fr 1fr;gap:10px}.type-btn{padding:11px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);font-weight:600;font-size:14px;color:var(--text-muted);transition:all .15s}.type-btn.active-income{background:var(--green-soft);border-color:var(--green-500);color:var(--green-600)}.type-btn.active-expense{background:var(--red-soft);border-color:var(--red-500);color:var(--red-500)}.btn-primary{padding:13px;border:none;border-radius:var(--radius-sm);background:var(--green-500);color:var(--white);font-weight:700;font-size:15px;transition:background .15s}.btn-primary:hover{background:var(--green-600)}.form-note{font-size:13px;color:var(--green-600);background:var(--green-soft);padding:10px 12px;border-radius:var(--radius-sm)}.tx-list{display:flex;flex-direction:column}.tx-item{display:flex;align-items:center;gap:14px;padding:14px 4px;border-bottom:1px solid var(--border)}.tx-item:last-child{border-bottom:none}.tx-icon{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;font-size:18px;flex-shrink:0}.tx-main{flex:1;min-width:0}.tx-title{font-weight:600;font-size:14px}.tx-meta{font-size:12px;color:var(--text-muted);margin-top:2px}.tx-cat{display:inline-block;background:var(--gray-100);color:var(--gray-700);padding:1px 8px;border-radius:20px;font-size:11px;font-weight:600;margin-right:8px}.tx-amount{font-weight:700;font-size:15px;white-space:nowrap}.tx-delete{background:transparent;border:none;color:var(--gray-400);font-size:16px;padding:6px;border-radius:8px;line-height:1}.tx-delete:hover{background:var(--red-soft);color:var(--red-500)}.sum-row{margin-bottom:18px}.sum-row:last-child{margin-bottom:0}.sum-head{display:flex;justify-content:space-between;margin-bottom:7px;font-size:14px}.sum-cat{font-weight:600}.sum-amt{color:var(--text-muted);font-weight:600}.bar-track{height:10px;background:var(--gray-100);border-radius:20px;overflow:hidden}.bar-fill{height:100%;background:var(--green-500);border-radius:20px;transition:width .4s ease}.empty{text-align:center;padding:40px 20px;color:var(--text-muted)}.empty-icon{font-size:32px;margin-bottom:10px}@media (max-width: 860px){.grid.stats{grid-template-columns:repeat(2,1fr)}.grid.two{grid-template-columns:1fr}}@media (max-width: 680px){.app{flex-direction:column}.sidebar{width:100%;height:auto;position:static;flex-direction:row;flex-wrap:wrap;align-items:center;padding:14px;gap:6px}.brand{padding:0 8px 0 4px;flex:1 1 100%;margin-bottom:6px}.nav-item{width:auto;flex:1;justify-content:center;padding:10px}.nav-item span:last-child{display:none}.nav-icon{font-size:19px}.sidebar-footer{display:none}.main{padding:18px}.form-row{grid-template-columns:1fr}}@media (max-width: 420px){.grid.stats{grid-template-columns:1fr}}.auth-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px 16px;margin-bottom:24px}.auth-bar strong{display:block;font-size:14px}.auth-bar p{margin:4px 0 0;color:var(--text-muted);font-size:13px}.auth-btn{border:none;border-radius:var(--radius-sm);background:var(--navy-800);color:var(--white);font-weight:700;padding:10px 14px;white-space:nowrap}.auth-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 680px){.auth-bar{align-items:stretch;flex-direction:column}.auth-btn{width:100%}}.currency-switcher{display:flex;align-items:center;gap:8px}.currency-switcher label{color:var(--text-muted);font-size:13px;font-weight:600}.currency-switcher select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--text);font-weight:700;padding:9px 10px}@media (max-width: 680px){.currency-switcher{width:100%;justify-content:space-between}.currency-switcher select{flex:1}}.sidebar-bottom{margin-top:auto;display:grid;gap:12px}.sidebar-footer{margin-top:0}.sidebar-footer a{display:block;color:var(--green-500);text-decoration:none;margin-top:4px}.sidebar-footer a:hover{text-decoration:underline}@media (max-width: 680px){.sidebar-bottom,.sidebar-footer{display:none}}
