:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffeb;background-color:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{max-width:480px;margin:0 auto;padding:1rem}input,select,button{font-family:inherit;font-size:1rem}input,select{width:100%;padding:.75rem;margin-bottom:.6rem;border-radius:8px;border:1px solid #334155;background:#1e293b;color:inherit}button{border-radius:8px;border:1px solid transparent;padding:.75rem 1rem;font-weight:500;cursor:pointer;background-color:#22d3ee;color:#0f172a}button:disabled{opacity:.6;cursor:default}.link-btn{background:none;border:none;color:#22d3ee;padding:.3rem .5rem;text-decoration:none}.link-btn.danger{color:#f87171}.error{color:#f87171;font-size:.9rem}.login-screen{display:flex;align-items:center;justify-content:center;min-height:90vh}.login-form{width:100%;max-width:320px;display:flex;flex-direction:column;gap:.5rem}.home-screen header,.transactions-screen header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.net-worth-card{background:#1e293b;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.net-worth-card .label{font-size:.85rem;color:#94a3b8}.net-worth-card .value{font-size:2rem;font-weight:700}.net-worth-card .breakdown{font-size:.8rem;color:#94a3b8}.quick-add{background:#1e293b;border-radius:12px;padding:1rem}.intent-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem;margin-bottom:.75rem}.intent-buttons button{background:#334155;color:#e2e8f0;padding:.6rem .3rem;font-size:.9rem}.intent-buttons button.active{background:#22d3ee;color:#0f172a}.save-btn{width:100%;margin-top:.3rem}.bottom-nav{display:flex;justify-content:center;margin-top:1.5rem}.bottom-nav a{color:#22d3ee;text-decoration:none}.txn-row{background:#1e293b;border-radius:10px;padding:.75rem;margin-bottom:.6rem}.txn-summary{display:flex;justify-content:space-between;cursor:pointer}.txn-date{color:#94a3b8;font-size:.85rem}.txn-legs{list-style:none;padding:0;margin:.4rem 0 0;font-size:.9rem}.txn-row.editing .leg-edit{display:flex;justify-content:space-between;gap:.5rem;align-items:center;margin-bottom:.4rem}.txn-row.editing .leg-edit input{width:45%;margin-bottom:0}.edit-actions{display:flex;gap:.5rem}.loading-gate{display:flex;align-items:center;justify-content:center;min-height:90vh;color:#94a3b8}.bottom-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem}.txn-row-actions{display:flex;gap:.75rem;margin-top:.5rem}.repost-hint{color:#94a3b8;font-size:.85rem;margin:0 0 .5rem}.dashboard-card{background:#1e293b;border-radius:12px;padding:1rem;margin-bottom:1rem}.dashboard-card h2{font-size:1rem;margin:0 0 .75rem;color:#e2e8f0}.chart-empty{color:#94a3b8;font-size:.9rem}.net-worth-chart{width:100%;height:auto}.allocation-chart{display:flex;flex-direction:column;gap:.6rem}.allocation-row{display:grid;grid-template-columns:80px 1fr auto;align-items:center;gap:.5rem}.allocation-label{font-size:.85rem;text-transform:capitalize;color:#e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.allocation-track{background:#0f172a;border-radius:4px;height:16px;overflow:hidden}.allocation-fill{height:100%;border-radius:4px;min-width:2px}.allocation-value{font-size:.8rem;color:#e2e8f0;white-space:nowrap}.allocation-pct{color:#94a3b8}.spend-month{color:#94a3b8;font-size:.85rem;margin:0 0 .6rem}.goal-row{background:#1e293b;border-radius:10px;padding:.75rem;margin-bottom:.6rem}.goal-summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.goal-name{font-weight:600;display:block}.goal-target-date{color:#94a3b8;font-size:.8rem}.goal-achievable{font-size:1.1rem;font-weight:700;color:#22d3ee}.goal-detail{margin-top:.75rem;border-top:1px solid #334155;padding-top:.75rem}.goal-figures{display:grid;grid-template-columns:1fr auto;gap:.3rem 1rem;font-size:.85rem;margin:0 0 .75rem}.goal-figures dt{color:#94a3b8}.goal-figures dd{margin:0;text-align:right}.goal-links{list-style:none;padding:0;margin:0 0 .75rem;font-size:.85rem}.goal-links li{display:flex;justify-content:space-between;padding:.3rem 0}.goal-links .muted{color:#94a3b8}.goal-add-link{display:flex;gap:.4rem;align-items:center}.goal-add-link select{flex:2;margin-bottom:0}.goal-add-link input{flex:1;margin-bottom:0}.goal-add-link button{flex-shrink:0}.price-row{background:#1e293b;border-radius:10px;padding:.75rem;margin-bottom:.6rem;display:flex;flex-direction:column;gap:.4rem}.price-info{display:flex;flex-direction:column}.price-name{font-weight:600}.price-current{color:#94a3b8;font-size:.85rem}.price-date{color:#64748b}
