@import"https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #080b12;--bg2: #0d1117;--bg3: #111827;--card: #111827;--card2: #1a2235;--border: rgba(255,255,255,.07);--border2: rgba(255,255,255,.13);--text: #e2e8f0;--text2: #64748b;--text3: #94a3b8;--accent: #6366f1;--accent2: #06b6d4;--accent3: #8b5cf6;--pos: #34d399;--neg: #f87171;--sidebar-w: 240px;--header-h: 64px;--radius: 12px;--radius-lg: 18px}[data-theme=light]{--bg: #eef2f6;--bg2: #e3e8ef;--bg3: #d3dce6;--card: #f8fafc;--card2: #eef2f6;--border: rgba(0,0,0,.08);--border2: rgba(0,0,0,.15);--text: #1e293b;--text2: #475569;--text3: #64748b;--pos: #059669;--neg: #dc2626}[data-theme=light] .chip-dropdown{background:var(--card);border-color:var(--border2)}[data-theme=light] .pie-legend-item{background:var(--bg3);border-color:var(--border)}[data-theme=light] .pie-legend-item:hover{background:#6366f11a}[data-theme=light] .tx-table-head,[data-theme=light] .table-header{background:var(--bg3)}[data-theme=light] .tx-row:hover,[data-theme=light] .table-row:hover{background:#00000008}[data-theme=light] .tx-row:nth-child(2n),[data-theme=light] .table-row.row-even{background:#00000004}[data-theme=light] .filter-chip{background:var(--card);border-color:var(--border)}[data-theme=light] .tx-col-header,[data-theme=light] .table-header>span{border-right-color:var(--border)}[data-theme=light] .tx-row>span,[data-theme=light] .table-row>span{border-right-color:var(--border)}[data-theme=light] .account-card{box-shadow:0 4px 15px #00000008}html,body,#root{height:100%;width:100%}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;overflow:hidden}.app{display:flex;height:100vh;height:100dvh;width:100vw;overflow:hidden}.sidebar{width:var(--sidebar-w);height:100vh;background:var(--bg2);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;z-index:50}.sidebar-logo{padding:1.5rem 1.5rem 1.25rem;border-bottom:1px solid var(--border);position:relative}.logo-name{font-family:Syne,sans-serif;font-weight:800;font-size:1.4rem;background:linear-gradient(135deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;display:block}.logo-sub{font-size:.72rem;color:var(--text2);margin-top:2px;display:block}.sidebar-nav{flex:1;padding:1rem .75rem;display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.7rem .85rem;border-radius:10px;background:none;border:none;color:var(--text2);font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .25s ease;width:100%;text-align:left}.nav-item:hover{background:#ffffff0a;color:var(--text3)}.nav-item.active{background:#6366f126;color:var(--accent);font-weight:600}.nav-item.add-item{margin-top:.5rem;background:linear-gradient(135deg,var(--accent),var(--accent3));color:#fff;font-weight:600;justify-content:center;border-radius:10px}.nav-item.add-item:hover{opacity:.9;color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px #6366f166}.nav-icon{font-size:1.1rem;flex-shrink:0}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid var(--border);font-size:.75rem;color:var(--text2)}.sidebar-date{font-weight:500;color:var(--text3);transition:opacity .3s ease}.main-area{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0;transition:all .3s ease}.topbar{height:var(--header-h);background:var(--bg2);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;flex-shrink:0}.topbar-title{font-family:Syne,sans-serif;font-size:1.2rem;font-weight:700}.topbar-badge{background:var(--card2);border:1px solid var(--border);border-radius:8px;padding:.35rem .75rem;font-size:.78rem;color:var(--text3);font-weight:500}.page-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:2rem;animation:fadeUp .2s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section{margin-bottom:2.25rem}.section-title{font-family:Syne,sans-serif;font-size:1rem;font-weight:700;color:var(--text);margin-bottom:1.25rem;display:flex;align-items:center;gap:.6rem}.section-title:after{content:"";flex:1;height:1px;background:var(--border)}.home-hero{display:grid;grid-template-columns:420px 1fr;gap:1.25rem;margin-bottom:1.25rem}.net-worth-card{background:linear-gradient(135deg,var(--accent) 0%,var(--accent3) 55%,var(--accent2) 100%);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;min-height:150px;min-width:0}.net-worth-card:before,.net-worth-card:after{content:"";position:absolute;border-radius:50%;background:#ffffff14}.net-worth-card:before{width:180px;height:180px;top:-70px;right:-50px}.net-worth-card:after{width:90px;height:90px;bottom:-25px;left:30px}.nw-label{font-size:.75rem;color:#ffffffb3;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.nw-value{font-family:Syne,sans-serif;font-size:2.6rem;font-weight:800;color:#fff;margin-top:.5rem;line-height:1}.nw-sub{font-size:.78rem;color:#ffffff8c;margin-top:.5rem}.phys-home-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;display:flex;align-items:center;gap:2rem}.phys-controls{display:flex;gap:.5rem;margin-left:auto}.phys-num{font-family:Syne,sans-serif;font-size:3.5rem;font-weight:800;color:var(--accent2);line-height:1}.phys-info-label{font-family:Syne,sans-serif;font-size:1rem;font-weight:700;color:var(--text)}.phys-info-sub{font-size:.8rem;color:var(--text2);margin-top:.25rem}.accounts-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.85rem}.account-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.25rem;border-left:3px solid var(--accent);transition:all .15s;cursor:default}.account-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d;border-color:var(--border2)}.acc-top{display:flex;align-items:center;gap:.4rem;margin-bottom:.6rem}.acc-emoji{font-size:.9rem}.acc-name{font-size:.68rem;font-weight:700;color:var(--text2);text-transform:uppercase;letter-spacing:.4px}.acc-balance{font-family:Syne,sans-serif;font-size:1.05rem;font-weight:700}.inv-summary-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.85rem}.inv-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:all .15s}.inv-card:hover{border-color:var(--border2)}.inv-label{font-size:.7rem;color:var(--text2);text-transform:uppercase;letter-spacing:.3px;font-weight:600;margin-bottom:.5rem}.inv-val{font-family:Syne,sans-serif;font-size:1.25rem;font-weight:700}.money-top{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem}.money-col{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.col-title{font-family:Syne,sans-serif;font-size:.9rem;font-weight:700;margin-bottom:1rem}.income-title{color:var(--pos)}.expense-title{color:var(--neg)}.acc-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;font-size:.875rem;border-bottom:1px solid var(--border)}.acc-row:last-child{border-bottom:none}.acc-row-left{display:flex;align-items:center;gap:.5rem}.blue-text{color:#3b82f6}.filter-bar{display:flex;gap:.625rem;flex-wrap:wrap;align-items:center;margin-bottom:1.25rem}.filter-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .875rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:var(--text3);font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .18s ease;white-space:nowrap;position:relative;-webkit-user-select:none;user-select:none}.filter-chip:hover{background:#6366f11a;border-color:#6366f166;color:var(--text)}.filter-chip.active{background:#6366f126;border-color:#6366f18c;color:#a5b4fc}.filter-chip .chip-count{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;border-radius:50%}.filter-chip .chip-arrow{font-size:.6rem;opacity:.6;transition:transform .2s}.filter-chip.open .chip-arrow{transform:rotate(180deg)}.chip-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:200px;max-height:280px;overflow-y:auto;background:#1a2235;border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 16px 40px #00000080,0 0 0 1px #6366f11a;z-index:100;padding:.375rem}.chip-dropdown-item{display:flex;align-items:center;gap:.625rem;padding:.55rem .75rem;border-radius:8px;cursor:pointer;transition:background .12s;font-size:.85rem;color:var(--text3)}.chip-dropdown-item:hover{background:#6366f11f;color:var(--text)}.chip-dropdown-item.selected{color:#a5b4fc}.chip-checkbox{width:16px;height:16px;border-radius:4px;flex-shrink:0;border:1.5px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;transition:all .15s}.chip-checkbox.checked{background:var(--accent);border-color:var(--accent)}.chip-checkbox.checked:after{content:"✓";font-size:.65rem;color:#fff;font-weight:700}.tx-table-wrap{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow-x:auto;overflow-y:hidden}.tx-table-head,.tx-row{min-width:1220px;width:100%;display:grid;gap:0;padding:0}.tx-table-head{background:#ffffff08;border-bottom:1px solid var(--border);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text2)}.tx-col-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;transition:background .15s,color .15s;border-right:1px solid rgba(255,255,255,.04)}.tx-col-header:last-child{border-right:none}.tx-col-header:hover{background:#6366f114;color:var(--text3)}.sort-indicator{font-size:.75rem;color:var(--accent);font-weight:700}.col-resize{position:absolute;right:0;top:0;width:4px;height:100%;cursor:col-resize;background:transparent;transition:background .15s}.col-resize:hover{background:var(--accent);opacity:.6}.tx-row{align-items:center;border-bottom:1px solid rgba(255,255,255,.04);transition:background .15s;cursor:default}.tx-row:last-child{border-bottom:none}.tx-row:hover{background:#6366f10f}.tx-row:nth-child(2n){background:#ffffff03}.tx-row:nth-child(2n):hover{background:#6366f10f}.tx-row>span{padding:.875rem 1.5rem;display:flex;align-items:center;border-right:1px solid rgba(255,255,255,.04);min-width:0}.tx-row>span:last-child{border-right:none}.tx-date{font-size:.82rem;color:var(--text3);font-weight:500;font-variant-numeric:tabular-nums}.tx-account{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text);font-weight:500;white-space:nowrap}.tx-type-cell{display:flex;align-items:center;justify-content:center}.tx-badge{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:6px;font-size:.72rem;font-weight:600;text-transform:capitalize;letter-spacing:.2px}.tx-badge.debit{background:#f871711f;color:#fca5a5}.tx-badge.credit{background:#34d3991f;color:#86efac}.tx-badge.savings{background:#6366f11f;color:#a5b4fc}.tx-badge.investment{background:#3b82f61f;color:#93c5fd}.tx-month{font-size:.82rem;color:var(--text3);font-weight:500;white-space:nowrap}.tx-amount{font-family:Syne,sans-serif;font-size:.92rem;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.tx-heading{font-size:.85rem;color:var(--text);font-weight:500}.tx-desc{font-size:.8rem;color:var(--text2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.tx-stats-bar{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1.5rem;background:#6366f10d;border-top:1px solid rgba(99,102,241,.12);font-size:.82rem;color:var(--text2);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.analyser-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:2rem}.analyser-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;cursor:pointer;transition:background .2s;border-bottom:1px solid transparent;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.analyser-header:hover{background:#ffffff06}.analyser-header.open{border-bottom-color:var(--border)}.analyser-header-left{display:flex;align-items:center;gap:.75rem}.analyser-header-icon{width:36px;height:36px;border-radius:10px;background:#6366f126;display:flex;align-items:center;justify-content:center;font-size:1rem}.analyser-header-title{font-family:Syne,sans-serif;font-weight:700;font-size:.95rem;color:var(--text)}.analyser-header-sub{font-size:.75rem;color:var(--text2);margin-top:1px}.analyser-chevron{font-size:.75rem;color:var(--text2);transition:transform .25s}.analyser-chevron.open{transform:rotate(180deg)}.analyser-body{padding:1.5rem;animation:fadeUp .2s ease}.pie-legend-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem .9rem;border-radius:10px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;-webkit-user-select:none;user-select:none}.pie-legend-item:hover{background:#6366f11f;border-color:#6366f14d;transform:translate(4px)}.pie-legend-left{display:flex;align-items:center;gap:.625rem}.pie-legend-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.pie-legend-name{font-size:.85rem;color:var(--text3);font-weight:500}.pie-legend-val{font-family:Syne,sans-serif;font-size:.875rem;font-weight:700;color:var(--text)}.pie-legend-pct{font-size:.72rem;color:var(--text2);margin-left:.5rem}.recharts-pie-sector:focus{outline:none!important}.pie-legend-scroll{scrollbar-width:thin;scrollbar-color:rgba(99,102,241,.4) transparent}.pie-legend-scroll::-webkit-scrollbar{width:6px}.pie-legend-scroll::-webkit-scrollbar-track{background:transparent}.pie-legend-scroll::-webkit-scrollbar-thumb{background:#6366f166;border-radius:3px;transition:background .2s}.pie-legend-scroll::-webkit-scrollbar-thumb:hover{background:#6366f1b3}.add-layout{display:flex;flex-wrap:wrap;gap:2rem;width:100%}.add-form-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;display:flex;flex-direction:column;gap:1.1rem;flex:1;min-width:300px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.72rem;color:var(--text2);font-weight:600;text-transform:uppercase;letter-spacing:.4px}.inp,.sel{background:var(--bg3);border:1px solid var(--border);border-radius:9px;color:var(--text);font-family:DM Sans,sans-serif;font-size:.9rem;padding:.65rem .9rem;outline:none;transition:border-color .2s,box-shadow .2s;width:100%}.inp:focus,.sel:focus{border-color:var(--accent);box-shadow:0 0 0 3px #6366f11f}.type-btns{display:flex;gap:.5rem}.type-btn{flex:1;padding:.6rem .5rem;background:var(--bg3);border:1px solid var(--border);border-radius:9px;color:var(--text2);font-family:DM Sans,sans-serif;font-size:.82rem;cursor:pointer;transition:all .15s;text-align:center}.type-btn:hover{border-color:var(--border2);color:var(--text)}.active-debit{background:#f871711f!important;border-color:var(--neg)!important;color:var(--neg)!important}.active-credit{background:#34d3991f!important;border-color:var(--pos)!important;color:var(--pos)!important}.active-savings{background:#6366f11f!important;border-color:var(--accent)!important;color:var(--accent)!important}.submit-btn{background:linear-gradient(135deg,var(--accent),var(--accent3));border:none;border-radius:10px;color:#fff;font-family:Syne,sans-serif;font-size:.95rem;font-weight:700;padding:.9rem;cursor:pointer;transition:all .2s}.submit-btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px #6366f159}.submit-btn.success{background:linear-gradient(135deg,var(--pos),#059669)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.preview-panel{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;flex:1;min-width:300px}.preview-title{font-family:Syne,sans-serif;font-size:.8rem;font-weight:700;color:var(--text2);text-transform:uppercase;letter-spacing:.4px;margin-bottom:1.25rem}.preview-item{display:flex;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid var(--border);font-size:.875rem}.preview-item:last-child{border-bottom:none}.category-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--card);border:1px solid var(--border);border-radius:9px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #0000004d;margin-top:4px}.category-option{padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid var(--border);transition:background-color .15s ease;color:var(--text);font-size:.9rem}.category-option:last-child{border-bottom:none}.category-option:hover{background-color:var(--bg3);color:var(--accent)}.preview-item .pk{color:var(--text2)}.preview-item .pv{color:var(--text);font-weight:500}.preview-amount-pill{margin-top:1.5rem;border-radius:12px;padding:1.25rem;text-align:center;background:#6366f11a;border:1px solid rgba(99,102,241,.2)}.preview-amount-pill.debit{background:#f871711a;border-color:#f8717133}.preview-amount-pill.credit{background:#34d3991a;border-color:#34d39933}.pill-label{font-size:.72rem;color:var(--text2);text-transform:uppercase;letter-spacing:.4px}.pill-amount{font-family:Syne,sans-serif;font-size:2rem;font-weight:800;margin-top:.25rem}.gym-layout{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;width:100%}.gym-form-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;display:flex;flex-direction:column;gap:1.1rem;flex-shrink:0;width:380px}.invest-layout{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;width:100%}.invest-form-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;display:flex;flex-direction:column;gap:1.1rem;flex-shrink:0;width:400px}.data-table{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;flex:1;min-width:300px}.table-header{display:grid;padding:0;background:var(--bg3);font-size:.7rem;color:var(--text2);text-transform:uppercase;letter-spacing:.4px;font-weight:700;border-bottom:1px solid var(--border)}.table-row{display:grid;padding:0;font-size:.875rem;border-bottom:1px solid var(--border);align-items:stretch;transition:background .1s}.table-row:last-child{border-bottom:none}.table-row:hover{background:#6366f10d}.row-even{background:#ffffff03}.table-header>span,.table-row>span{padding:.85rem 1.25rem;border-right:1px solid rgba(255,255,255,.04);display:flex;align-items:center}.table-header>span:last-child,.table-row>span:last-child{border-right:none;padding-right:2.5rem}.table-header>span[style*=center],.table-row>span[style*=center]{justify-content:center}.gym-cols{grid-template-columns:2fr 1fr 1fr 1fr;text-align:center}.gym-cols>*:first-child{text-align:left}.inv-cols{grid-template-columns:1.2fr 1.5fr 1.5fr 1.5fr 1fr .7fr}.action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:linear-gradient(135deg,var(--accent),var(--accent3));border:none;border-radius:10px;color:#fff;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.action-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6366f159}.action-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.action-btn.secondary{background:var(--card2);border:1px solid var(--border2);color:var(--text3)}.action-btn.secondary:hover{color:var(--text);border-color:var(--accent);box-shadow:none}.pos{color:var(--pos)}.neg{color:var(--neg)}.accent{color:var(--accent)}.empty-state{text-align:center;padding:3rem;color:var(--text2);font-size:.875rem}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:4px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:#6366f199}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.6);cursor:pointer}.table-action-btn{display:flex;align-items:center;justify-content:center;height:32px;border:none;border-radius:6px!important;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;transition:all .2s;white-space:nowrap;position:static!important}.table-action-btn.icon{background:transparent;color:var(--text2);font-size:1.3rem;font-weight:400;width:32px}.table-action-btn.icon:hover{background:#dc262626;color:#dc2626}.table-action-btn.confirm{background:#dc2626;color:#fff;padding:0 .85rem;width:auto!important}.table-action-btn.confirm:hover{background:#b91c1c}.table-action-btn.cancel{background:transparent;border:1px solid var(--border2);color:var(--text2);padding:0 .6rem;width:auto!important}.table-action-btn.cancel:hover{background:#ffffff0d;color:var(--text)}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.modal-content{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);width:90%;max-width:500px;box-shadow:0 24px 50px #00000080;display:flex;flex-direction:column;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;background:var(--bg3);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.modal-title{font-family:Syne,sans-serif;font-size:1.1rem;font-weight:700;color:var(--text)}.modal-close{background:transparent;border:none;color:var(--text2);font-size:1.5rem;line-height:1;cursor:pointer;transition:color .2s}.modal-close:hover{color:var(--neg)}.modal-body{padding:1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mobile-bottom-nav{display:none}@media (max-width: 1280px){.accounts-grid{grid-template-columns:repeat(4,1fr)}.home-hero{grid-template-columns:1fr}}@media (max-width: 1024px){:root{--sidebar-w: 200px}.accounts-grid,.inv-summary-grid{grid-template-columns:repeat(3,1fr)}.gym-layout,.invest-layout,.add-layout,.money-top{grid-template-columns:1fr}.gym-form-card,.invest-form-card{width:100%}.tx-table-wrap,.data-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-header,.table-row{min-width:850px;width:100%}.tx-desc,.tx-col-header:last-child{white-space:normal;line-height:1.4}}@media (max-width: 768px){.sidebar{display:none}.page-body{padding:1rem}.accounts-grid,.inv-summary-grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.topbar{padding:0 1.25rem;height:56px}.topbar-title{font-size:1rem}.tx-table-wrap,.data-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-header,.table-row{min-width:850px;width:100%}.tx-desc,.tx-col-header:last-child{white-space:normal;line-height:1.4}.filter-bar{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.filter-bar>div{width:100%}.filter-bar .filter-chip{width:100%;justify-content:space-between}.filter-bar>div:nth-child(5){grid-column:1 / -1;justify-content:center}.filter-bar>input.inp{grid-column:1 / -1;width:100%!important}.filter-bar>button.filter-chip{grid-column:1 / -1;justify-content:center}.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;width:100%;background:var(--bg2);border-top:1px solid var(--border);z-index:100;height:65px;justify-content:space-around;align-items:center;padding-bottom:env(safe-area-inset-bottom)}.mobile-nav-item{background:none;border:none;color:var(--text2);display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.65rem;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .2s;width:20%;font-weight:600}.mobile-nav-item.active{color:var(--accent)}.mobile-nav-item.add-item{color:var(--text);transform:translateY(-15px)}.mobile-nav-item.add-item .mobile-nav-icon{background:linear-gradient(135deg,var(--accent),var(--accent3));color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 4px 15px #6366f166;border:4px solid var(--bg)}.mobile-nav-icon{font-size:1.25rem}.page-body{padding-bottom:20px!important}.page-body:after{content:"";display:block;height:110px;width:100%}}@media (max-width: 480px){.accounts-grid,.inv-summary-grid{grid-template-columns:1fr}.phys-home-card{flex-direction:column;text-align:center;gap:1rem;padding:1.25rem}.phys-controls{margin:0 auto;justify-content:center;width:100%}.action-btn{width:100%;justify-content:center;margin-bottom:.5rem}}.bulk-modal{max-width:950px!important;width:95%!important}.bulk-grid{display:grid;grid-template-columns:1.2fr 1.2fr 1fr 1.5fr 1.2fr 2fr 40px;gap:.5rem;align-items:center}.bulk-header{font-size:.75rem;text-transform:uppercase;color:var(--text2);font-weight:700;padding:0 .5rem .5rem;border-bottom:1px solid var(--border);margin-bottom:.5rem}.bulk-row{background:var(--bg2);border:1px solid var(--border);border-radius:8px;padding:.25rem;margin-bottom:.5rem;transition:border-color .2s}.bulk-row:hover{border-color:var(--accent)}.bulk-inp{background:transparent;border:none;color:var(--text);font-family:inherit;font-size:.85rem;padding:.5rem;width:100%;outline:none;border-radius:4px}.bulk-inp:focus{background:var(--bg)}.bulk-sel{background:transparent;border:none;color:var(--text);font-family:inherit;font-size:.85rem;padding:.5rem;width:100%;outline:none;cursor:pointer;border-radius:4px}.bulk-sel:focus{background:var(--bg)}.bulk-del-btn{background:#dc262626;color:#dc2626;border:none;border-radius:6px;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-family:DM Sans,sans-serif}.bulk-del-btn:hover{background:#b91c1c;color:#fff}.custom-dropdown{position:absolute;top:calc(100% + 4px);left:0;width:100%;max-height:160px;overflow-y:auto;background:var(--card);border:1px solid var(--border);border-radius:6px;z-index:9999;box-shadow:0 4px 15px #0000001a}.custom-dropdown-item{padding:.5rem .75rem;font-size:.85rem;color:var(--text);cursor:pointer;transition:background .15s ease}.custom-dropdown-item.active-item{background:var(--bg2);color:var(--accent)}.custom-dropdown-item:hover{background:var(--bg2);color:var(--text)}.custom-dropdown::-webkit-scrollbar{width:4px}.custom-dropdown::-webkit-scrollbar-thumb{background:var(--border2);border-radius:4px}.modal-body{transition:padding-bottom .25s cubic-bezier(.4,0,.2,1)}.modal-body:has(.custom-dropdown){padding-bottom:170px!important}.pie-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}@media (max-width: 1024px){.pie-grid{grid-template-columns:1fr}.pie-legend-container{height:auto!important;max-height:380px}}@media (max-width: 768px){.modal-backdrop{align-items:center;padding:1rem}.modal-content{width:100%;max-height:90vh;border-radius:var(--radius-lg);animation:slideUp .3s ease}.modal-body{padding:1rem;max-height:75vh;overflow-y:auto}.inp{width:100%}.bulk-modal{margin-bottom:env(safe-area-inset-bottom)}.bulk-header{display:none}.bulk-row{display:grid!important;grid-template-columns:1fr 1fr;gap:.85rem;padding:3rem 1.25rem 1.25rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);position:relative;margin-bottom:1.25rem;box-shadow:0 4px 15px #0000001a}.bulk-row .bulk-inp,.bulk-row .bulk-sel{background:var(--bg3);border:1px solid var(--border);padding:.75rem;border-radius:8px;font-size:.85rem}.bulk-row>*:nth-child(1){order:1}.bulk-row>*:nth-child(2){order:2}.bulk-row>*:nth-child(3){order:3}.bulk-row>*:nth-child(5){order:4}.bulk-row>*:nth-child(4){order:5;grid-column:span 2}.bulk-row>*:nth-child(6){order:6;grid-column:span 2}.bulk-del-btn{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;margin:0;border-radius:50%}}@keyframes slideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.recharts-wrapper:focus,.recharts-surface:focus,.recharts-sector:focus{outline:none!important}@keyframes bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-10px);opacity:1}}.tx-actions{display:flex;align-items:center;justify-content:flex-end;gap:.4rem;width:100%}.action-icon-btn{background:transparent;border:none;color:var(--text3);font-size:1.1rem;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.action-icon-btn:hover{background:#ffffff14;color:var(--text);transform:translateY(-2px)}.action-icon-btn.edit:hover{background:#6366f126;color:var(--accent)}.action-icon-btn.delete:hover{background:#ef444426;color:#ef4444}.floating-action-bar{position:fixed;bottom:2rem;left:0;right:0;margin:0 auto;width:max-content;background:var(--card2);border:1px solid var(--accent);border-radius:999px;padding:.75rem 1.5rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 16px 40px #00000080,0 0 0 1px #6366f133;z-index:1000;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.fab-text{font-weight:700;color:var(--text);font-size:.9rem}.fab-actions{display:flex;gap:.5rem}[data-theme=light] .chip-checkbox{border-color:var(--border2);background:#fff}@media (max-width: 768px){.floating-action-bar{bottom:85px;width:90%;justify-content:space-between;padding:.75rem 1rem;gap:.5rem}}
