@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";:root{color:#302a27;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--cream:#f8f4ef;--ink:#302a27;--muted:#877d76;--line:#e8e0d9;--sage:#dbe8da;--peach:#f6ddd0;--coral:#c86f5c;background:#f8f4ef;font-family:DM Sans,system-ui,sans-serif}body{min-width:320px;margin:0}#root{min-height:100vh}.app-shell{background:var(--cream);min-height:100vh;color:var(--ink)}.container{width:min(100% - 40px,1080px);margin:0 auto}.topbar{justify-content:space-between;align-items:center;padding:28px 0 20px;display:flex}.brand{letter-spacing:-.02em;align-items:center;gap:12px;font-weight:700;display:flex}.brand-mark{background:var(--peach);border-radius:14px;place-items:center;width:42px;height:42px;font-size:22px;display:grid}.brand-name{font-size:17px}.top-actions{align-items:center;gap:10px;display:flex}button{font:inherit;cursor:pointer;border:0}.icon-btn,.secondary-btn{color:var(--muted);background:0 0;border-radius:12px;min-height:42px;padding:9px 13px}.icon-btn:hover,.secondary-btn:hover{color:var(--ink);background:#fff}.secondary-btn{border:1px solid var(--line);background:#fff}.hero{justify-content:space-between;align-items:flex-end;gap:30px;padding:45px 0 32px;display:flex}.eyebrow{color:var(--coral);text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700}h1,h2,h3,p{margin:0}h1{letter-spacing:-.04em;margin-top:12px;font:700 clamp(34px,6vw,58px)/1.02 Playfair Display,serif}h2{font-size:20px}.hero-copy p{color:var(--muted);max-width:460px;margin-top:14px}.add-btn{background:var(--ink);color:#fff;border-radius:14px;min-height:48px;padding:14px 20px;font-weight:700;box-shadow:0 8px 18px #352e2920}.add-btn:hover{background:#514640;transform:translateY(-1px)}.summary-grid{grid-template-columns:1.45fr 1fr 1fr;gap:14px;display:grid}.card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:22px}.total-card{background:var(--sage);border-color:#0000;flex-direction:column;justify-content:space-between;min-height:150px;display:flex}.card-label{color:var(--muted);font-size:13px;font-weight:600}.total-card .card-label{color:#58705f}.amount{letter-spacing:-.04em;margin-top:10px;font-size:32px;font-weight:700}.total-card .amount{font-size:42px}.card-foot{color:#5f7263;justify-content:space-between;margin-top:18px;font-size:12px;display:flex}.balance-card{min-height:106px}.balance-card .amount{font-size:25px}.section-head{justify-content:space-between;align-items:center;margin:46px 0 16px;display:flex}.section-head p{color:var(--muted);font-size:13px}.transaction-list{flex-direction:column;gap:10px;padding-bottom:50px;display:flex}.transaction-row{border:1px solid var(--line);background:#fff;border-radius:16px;align-items:center;gap:14px;padding:15px 16px;display:flex}.transaction-icon{background:var(--peach);border-radius:12px;flex:none;place-items:center;width:40px;height:40px;font-size:18px;display:grid}.transaction-icon.transfer{background:#e6edf8}.transaction-icon.dividend{background:#f7e7a8}.transaction-main{flex:1;min-width:0}.transaction-title{font-weight:700}.transaction-meta{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:12px;overflow:hidden}.transaction-amount{white-space:nowrap;font-weight:700}.transaction-actions{gap:3px;display:flex}.transaction-actions button{color:var(--muted);background:0 0;border-radius:8px;padding:8px}.transaction-actions button:hover{background:var(--cream);color:var(--ink)}.empty{text-align:center;color:var(--muted);border:1px dashed #d6cdc6;border-radius:18px;padding:45px 20px}.empty .add-btn{margin-top:18px}.status{color:var(--muted);align-items:center;gap:6px;font-size:12px;display:flex}.status-dot{background:#5d9c71;border-radius:50%;width:7px;height:7px}.modal-backdrop{z-index:5;background:#28211e66;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.modal{background:var(--cream);border-radius:24px;width:min(100%,500px);max-height:calc(100vh - 32px);padding:25px;overflow:auto;box-shadow:0 20px 60px #0003}.modal-head{justify-content:space-between;align-items:start;margin-bottom:22px;display:flex}.close{color:var(--muted);background:0 0;font-size:24px}.field{flex-direction:column;gap:7px;margin-top:15px;display:flex}label{font-size:13px;font-weight:700}input,select,textarea{box-sizing:border-box;width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #d9d0ca;border-radius:11px;min-height:45px;padding:12px 13px}textarea{resize:vertical;min-height:80px}.field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.modal-footer{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.error{color:#b44535;background:#fff0ed;border-radius:10px;margin-top:14px;padding:10px 12px;font-size:13px}.auth{place-items:center;min-height:100vh;padding:20px;display:grid}.auth-card{border:1px solid var(--line);background:#fff;border-radius:24px;width:min(100%,420px);padding:32px}.auth-card h1{font-size:40px}.auth-card p{color:var(--muted);margin-top:12px;line-height:1.6}@media (width<=700px){.container{width:min(100% - 28px,1080px)}.topbar{padding-top:18px}.hero{padding-top:30px;display:block}.hero .add-btn{width:100%;margin-top:23px}.summary-grid{grid-template-columns:1fr 1fr}.total-card{grid-column:1/-1}.section-head{margin-top:34px}.transaction-row{gap:10px;padding:12px}.transaction-actions{flex-direction:column}.modal-backdrop{place-items:end center}}@media (width<=380px){.container{width:calc(100% - 22px)}.brand-name{font-size:15px}.summary-grid{gap:8px}.card{border-radius:16px;padding:16px}.amount,.total-card .amount{font-size:27px}.total-card .amount{font-size:34px}.transaction-amount{font-size:14px}}
