@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&family=Playfair+Display:wght@600&display=swap";:root{font-family:DM Sans,Noto Sans SC,sans-serif;color:#1c2923;background:#f3f1eb;font-synthesis:none;--green:#315f48;--ink:#1c2923;--muted:#7e837d;--line:#dfddd5;--paper:#fbfaf6}*{box-sizing:border-box}body{margin:0;min-width:1100px}button,input{font:inherit}button{cursor:pointer}.app{min-height:100vh;display:flex}.sidebar{width:230px;background:#173b2d;color:#dfe9e3;padding:28px 18px 20px;position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column}.brand{font-family:Playfair Display;font-size:24px;display:flex;align-items:center;gap:11px;padding:0 10px 28px}.brand-mark{width:32px;height:32px;background:#d8bd8b;color:#173b2d;display:grid;place-items:center;border-radius:50%;font-family:DM Sans;font-weight:700}.workspace{background:#234b3b;border:1px solid #38604f;border-radius:8px;padding:11px 12px;font-size:13px;display:flex;justify-content:space-between;align-items:center;margin-bottom:27px}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar a{height:42px;padding:0 11px;display:flex;align-items:center;gap:12px;border-radius:7px;color:#b9c9c1;font-size:14px}.sidebar a svg{width:18px}.sidebar a.active{background:#f3f1eb;color:#173b2d;font-weight:600}.nav-label{font-size:10px;letter-spacing:.13em;color:#769284;padding:26px 11px 6px}.sidebar-bottom{margin-top:auto}.profile{border-top:1px solid #315546;margin-top:14px;padding:20px 8px 0;display:flex;gap:10px;align-items:center}.avatar{width:34px;height:34px;background:#d8bd8b;color:#173b2d;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:700}.profile strong,.profile small{display:block;font-size:12px}.profile small{color:#8ca397;margin-top:3px}.app main{margin-left:230px;width:calc(100% - 230px)}header{height:69px;background:#fbfaf6;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 36px}.search{display:flex;align-items:center;gap:10px;color:#969992}.search svg{width:18px}.search input{border:0;background:transparent;outline:0;width:280px}.header-actions{display:flex;gap:12px}.icon-button{border:0;background:transparent;color:#6c736e;display:grid;place-items:center}.icon-button svg{width:18px}.add,.sync{border:0;border-radius:7px;color:#fff;background:var(--green);padding:10px 14px;display:flex;align-items:center;gap:7px;font-size:13px}.add svg,.sync svg{width:15px}.content{max-width:1440px;margin:auto;padding:36px 40px 28px}.title-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:25px}.date{font-size:12px;color:#8a8e89}.title-row h1{font-family:Playfair Display,Noto Sans SC;font-size:32px;margin:7px 0 2px}.title-row p{margin:0;color:#81857f;font-size:13px}.visibility{border:1px solid var(--line);background:#faf9f5;border-radius:7px;padding:9px 12px;display:flex;gap:7px;align-items:center;color:#606660;font-size:12px}.visibility svg{width:16px}.hero{background:linear-gradient(112deg,#234d3b,#17392c);color:#fff;border-radius:12px;padding:29px 32px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 24px #15372920}.hero>div>span{font-size:12px;color:#b5c9bf}.currency{background:#345d4c;padding:5px 8px;border-radius:5px;margin-left:8px;color:#e3ebe6!important}.hero h2{font-family:Playfair Display;font-size:40px;letter-spacing:.01em;margin:12px 0 6px}.hero p{margin:0;font-size:13px}.positive,.yield{color:#3b8c66}.hero .positive{color:#86d3aa}.hero p small{color:#b0c4b9;margin-left:7px}.hero-note{border-left:1px solid #456657;padding-left:35px;min-width:230px}.hero-note span,.hero-note strong,.hero-note small{display:block}.hero-note strong{font-size:14px;margin:7px 0}.hero-note small{color:#89a399;font-size:11px}.summaries{display:grid;grid-template-columns:repeat(4,1fr);margin:18px 0;gap:12px}.summary-card{background:var(--paper);border:1px solid var(--line);border-radius:9px;padding:18px 19px}.summary-label,.summary-card strong,.summary-detail{display:block}.summary-label{font-size:11px;color:#838780}.summary-card>strong{font-family:Playfair Display;font-size:24px;margin:9px 0 6px}.summary-detail{font-size:11px;color:#8b8f89;display:flex;align-items:center;gap:3px}.summary-detail svg{width:14px}.summary-detail.up{color:#428366}.summary-detail.down{color:#a56950}.charts-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:18px;margin-bottom:18px}.panel{background:var(--paper);border:1px solid var(--line);border-radius:10px}.panel-head{padding:19px 22px 10px;display:flex;align-items:center;justify-content:space-between}.eyebrow{font-size:9px;letter-spacing:.18em;color:#999b95}.panel h2{font-size:17px;margin:4px 0}.panel-head button{border:1px solid var(--line);background:#f7f5ef;border-radius:6px;padding:7px 9px;color:#747973;font-size:11px}.range{display:flex;gap:2px;background:#f0eee8;padding:3px;border-radius:6px}.range button{border:0;background:transparent;padding:5px 8px}.range button.selected{background:#fff;color:#1f4936;box-shadow:0 1px 3px #0001}.chart{height:255px;padding:5px 14px 8px}.recharts-cartesian-axis-tick text{fill:#949791;font-size:10px}.allocation-body{display:flex;align-items:center;padding:5px 22px 22px;gap:19px}.donut{height:208px;flex:1;position:relative;min-width:190px}.donut-center{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;text-align:center;pointer-events:none}.donut-center small{color:#92958f;font-size:10px}.donut-center strong{font-family:Playfair Display;font-size:24px}.legend{flex:1.15}.legend-row{display:grid;grid-template-columns:9px 1fr auto;gap:7px;align-items:center;padding:7px 0;border-bottom:1px solid #ebe9e3;font-size:11px}.legend-row i{width:7px;height:7px;border-radius:50%}.legend-row small{grid-column:2/4;color:#989b96;font-size:9px}.accounts-panel{padding-bottom:5px}.sync{background:transparent!important;color:var(--green)!important;border:1px solid #aab9b0!important}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:10px;color:#8b8e88;font-weight:500;padding:11px 22px;border-bottom:1px solid var(--line)}td{padding:14px 22px;border-bottom:1px solid #e8e6df;font-size:12px}tbody tr:last-child td{border-bottom:0}.institution{display:flex;gap:11px;align-items:center;min-width:205px}.provider-icon{width:35px;height:35px;border-radius:8px;display:grid;place-items:center;background:#e1eae5;color:#315f48;font-size:11px;font-weight:700}.provider-icon.broker{background:#ece6dc;color:#976b3f}.provider-icon.exchange,.provider-icon.wallet{background:#e8e4ed;color:#725f82}.provider-icon svg{width:16px}.institution strong,.institution small,td>strong,.fresh{display:block}.institution small,.fresh{font-size:9px;color:#979a95;margin-top:4px}.fresh{color:#5c956f}.tag{background:#eeece6;border-radius:4px;padding:4px 7px;color:#676d67;font-size:10px}.holdings{display:flex;gap:5px;max-width:175px;flex-wrap:wrap}.holdings span{border:1px solid #dedbd3;border-radius:4px;padding:3px 6px;font-size:9px}.yield{font-size:13px}footer{text-align:center;color:#a1a39f;font-size:10px;padding:23px}@media(max-width:1200px){.charts-grid{grid-template-columns:1fr}.summaries{grid-template-columns:repeat(2,1fr)}}.bank-assets-panel{margin-top:18px}.screenshot-hint{display:flex;align-items:center;gap:6px;color:#7e837d;font-size:11px}.screenshot-hint svg{width:15px}.screenshot-upload{margin:0 22px 14px;padding:14px 15px;border:1px dashed #cfcfc6;border-radius:9px;background:#f8f7f2}.upload-copy{display:flex;align-items:center;gap:10px;margin-bottom:12px}.upload-copy>svg{width:22px;color:#38664f}.upload-copy strong,.upload-copy small{display:block}.upload-copy strong{font-size:12px}.upload-copy small{margin-top:3px;color:#858982;font-size:10px}.upload-controls{display:grid;grid-template-columns:150px minmax(180px,1fr) 110px;gap:8px}.upload-controls select,.file-picker,.upload-controls button{height:38px;border-radius:7px;font:inherit;font-size:11px}.upload-controls select,.file-picker{border:1px solid #d9d7cf;background:#fff}.upload-controls select{padding:0 10px;color:#40443f}.file-picker{display:flex;align-items:center;min-width:0;padding:0 11px;cursor:pointer}.file-picker input{position:absolute;width:1px;height:1px;opacity:0}.file-picker span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#737872}.upload-controls button{border:0;background:#214b38;color:#fff;font-weight:600;cursor:pointer}.upload-controls button:disabled{opacity:.5;cursor:not-allowed}.upload-message{display:flex;align-items:center;gap:6px;margin:10px 0 0;font-size:10px;color:#3f755b}.upload-message svg{width:14px;height:14px}.upload-message.error,.upload-message.needs_review{color:#a15a42}.bank-assets-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:8px 22px 22px}.bank-asset-card{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px;border:1px solid #e4e1d9;border-radius:8px;padding:15px}.bank-asset-main{flex:1}.bank-asset-main>strong,.bank-asset-main>small,.bank-values b{display:block}.bank-values{margin:6px 0}.bank-values b{font-family:Playfair Display;font-size:19px}.bank-asset-main small{color:#8b8f89;font-size:10px}.bank-card-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;font-size:10px}.bank-asset-card .healthy{color:#428366}.bank-asset-card .pending{color:#999b95}.manual-edit-button{display:flex;align-items:center;gap:4px;padding:0;border:0;background:transparent;color:#567060;font:inherit;font-size:10px;cursor:pointer}.manual-edit-button svg{width:12px;height:12px}.manual-edit-button:disabled{opacity:.45;cursor:not-allowed}.manual-asset-form{display:grid;grid-template-columns:minmax(130px,1fr) 90px 64px 32px;align-items:end;gap:7px;width:100%;padding-top:12px;border-top:1px solid #ebe8e0}.manual-asset-form label{display:grid;gap:4px;color:#787d77;font-size:9px}.manual-asset-form input,.manual-asset-form select,.manual-asset-form button{height:34px;box-sizing:border-box;border-radius:6px;font:inherit;font-size:11px}.manual-asset-form input,.manual-asset-form select{width:100%;border:1px solid #d9d7cf;padding:0 8px;background:#fff}.manual-asset-form button{border:0;background:#214b38;color:#fff;cursor:pointer}.manual-asset-form button:disabled{opacity:.5}.manual-asset-form .cancel-manual{display:grid;place-items:center;background:#eceae3;color:#5f645e}.cancel-manual svg{width:14px}.manual-asset-form .manual-error{grid-column:1 / -1;color:#a15a42}@media(max-width:720px){.upload-controls,.bank-assets-grid{grid-template-columns:1fr}.manual-asset-form{grid-template-columns:1fr 82px}}.login-page{margin:0!important;width:100%!important;min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 18%,#fffdf6 0,#f3f1eb 46%,#e6e8e0);padding:32px}.login-card{width:min(440px,100%);background:#fbfaf6;border:1px solid #d9d7cf;border-radius:18px;padding:35px 38px;text-align:center;box-shadow:0 28px 80px #173b2d18}.login-brand{font-family:Playfair Display;font-size:22px;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:27px}.passkey-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;margin:0 auto 22px;color:#315f48;background:#e3ece6;border:1px solid #c8d9cf}.passkey-icon svg{width:36px;height:36px}.login-card h1{font-family:Playfair Display,Noto Sans SC;font-size:29px;margin:9px 0 10px}.login-card>p{font-size:13px;line-height:1.7;color:#777d77;margin:0 auto 25px;max-width:340px}.passkey-button{width:100%;border:0;background:#214b38;color:#fff;border-radius:9px;padding:13px 18px;display:flex;align-items:center;justify-content:center;gap:9px;font-weight:600}.passkey-button:disabled{opacity:.55;cursor:not-allowed}.passkey-button svg{width:19px}.setup-field{text-align:left;display:block;margin:0 0 14px}.setup-field>span{display:block;color:#727872;font-size:11px;margin:0 0 7px}.setup-field>div{height:44px;border:1px solid #d9d7cf;border-radius:8px;display:flex;align-items:center;padding:0 12px;background:#fff}.setup-field svg{width:16px;color:#8a8f89}.setup-field input{border:0;outline:0;background:transparent;padding:0 9px;width:100%;font-size:12px}.security-note{display:flex;text-align:left;gap:9px;border-top:1px solid #e4e1da;margin-top:24px;padding-top:19px;color:#818681;font-size:10px;line-height:1.5}.security-note svg{width:17px;flex:none;color:#4a7c62}.auth-error{margin-top:15px;padding:9px 10px;border-radius:7px;background:#f4e4df;color:#98533d;font-size:11px}.auth-loading{min-height:100vh;display:grid;place-items:center;background:#f3f1eb}.auth-loading .brand-mark{animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{50%{transform:scale(1.1);opacity:.65}}.exchange-panel{margin-bottom:18px}.exchange-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:7px 22px 18px}.exchange-card{border:1px solid #e1ded6;border-radius:9px;background:#f8f7f2;padding:16px}.exchange-title{display:flex;align-items:center;gap:10px;padding-bottom:13px;border-bottom:1px solid #e4e1da}.exchange-title>div:nth-child(2){display:flex;flex-direction:column;gap:3px}.exchange-title>div:nth-child(2)>small{font-size:9px}.exchange-title>span{margin-left:auto;font-size:9px;color:#8c908a}.healthy{color:#4a8965}.error{color:#a75c47}.balance-list{max-height:220px;overflow:auto}.balance-row{display:flex;justify-content:space-between;align-items:center;padding:9px 2px;border-bottom:1px solid #e8e5de;font-size:12px}.balance-row:last-child{border-bottom:0}.balance-row>div{display:flex;align-items:baseline;gap:6px}.balance-row small{font-size:8px;color:#9a9d97}.balance-row>span{font-variant-numeric:tabular-nums;font-weight:600}.exchange-foot{display:flex;align-items:center;gap:7px;padding:0 22px 16px;color:#858984;font-size:10px}.exchange-foot svg{width:14px;color:#4a7c62}.sync-error{margin:10px 0 2px;padding:8px;background:#f6e7e2;color:#99513c;border-radius:5px;font-size:9px}.empty-balance{padding:30px;text-align:center;color:#989b96;font-size:11px}.spinning{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.exchange-grid{grid-template-columns:1fr}}.exchange-title>span{text-align:right}.exchange-title>span b{display:block;color:#263b31;font-size:11px;margin-top:4px}.balance-list{max-height:250px}.balance-row>span{text-align:right;font-weight:400}.balance-row>span b,.balance-row>span small{display:block}.balance-row>span small{margin-top:3px}.exchange-total{margin:5px 22px 9px;padding:15px 17px;border-radius:9px;background:#1e4736;color:#fff;display:flex;align-items:center;gap:34px}.exchange-total div span,.exchange-total div strong{display:block}.exchange-total div span{font-size:9px;color:#a9c1b5;margin-bottom:4px}.exchange-total div strong{font-family:Playfair Display;font-size:20px}.exchange-total>small{margin-left:auto;color:#a9c1b5;font-size:9px}.unpriced{margin:0 22px 13px;padding:8px 10px;border-radius:6px;background:#f2eadc;color:#8b693f;font-size:9px}.provider-icon img{width:100%;height:100%;border-radius:inherit;object-fit:contain}.provider-icon.bank,.provider-icon.exchange{overflow:hidden;background:#fff}.token-identity{align-items:center!important;gap:9px!important}.token-icon{width:27px;height:27px;flex:none;overflow:hidden;border-radius:50%;display:grid;place-items:center;background:#e9ece8;color:#5f6c65;font-size:8px;font-weight:700}.token-icon img{width:100%;height:100%;object-fit:cover}.token-copy strong,.token-copy small{display:block}.token-copy small{margin-top:2px}.receivables-panel{margin-top:18px}.receivable-add-button{display:flex;align-items:center;gap:5px;color:#315f48!important}.receivable-add-button svg{width:14px;height:14px}.receivable-add-button:disabled{opacity:.45;cursor:not-allowed}.receivable-total{margin-bottom:8px}.receivable-form{display:grid;grid-template-columns:minmax(210px,1fr) 150px 100px 70px 36px;align-items:end;gap:8px;margin:0 22px 14px;padding:14px;border:1px solid #dedbd3;border-radius:8px;background:#f8f7f2}.receivable-form label{display:grid;gap:5px;color:#787d77;font-size:10px}.receivable-form input,.receivable-form select,.receivable-form button{height:36px;box-sizing:border-box;border-radius:6px;font:inherit;font-size:11px}.receivable-form input,.receivable-form select{width:100%;border:1px solid #d9d7cf;padding:0 9px;background:#fff;color:#303b35}.receivable-form button{border:0;background:#214b38;color:#fff;cursor:pointer}.receivable-form button:disabled{opacity:.5}.receivable-form .receivable-cancel{display:grid;place-items:center;background:#eceae3;color:#5f645e}.receivable-cancel svg{width:14px;height:14px}.receivable-error{grid-column:1 / -1;color:#a15a42;font-size:10px}.receivable-list{padding:4px 22px 22px}.receivable-row{display:grid;grid-template-columns:36px minmax(180px,1fr) auto 32px;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid #ebe8e0}.receivable-row:last-of-type{border-bottom:0}.receivable-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e4ece7;color:#315f48}.receivable-icon svg{width:17px;height:17px}.receivable-copy strong,.receivable-copy small,.receivable-value b,.receivable-value small{display:block}.receivable-copy strong{font-size:12px}.receivable-copy small,.receivable-value small{margin-top:4px;color:#8b8f89;font-size:9px}.receivable-value{text-align:right}.receivable-value b{font-family:Playfair Display;font-size:17px}.receivable-delete{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:#9b6654}.receivable-delete:hover{background:#f3eae6}.receivable-delete:disabled{opacity:.35;cursor:not-allowed}.receivable-delete svg{width:14px;height:14px}.receivable-empty{display:grid;justify-items:center;gap:5px;padding:26px 0 18px;color:#8b8f89}.receivable-empty svg{width:24px;height:24px;color:#6d8a7a}.receivable-empty strong{color:#5e665f;font-size:12px}.receivable-empty small{font-size:10px}.receivable-error.list-error{display:block;margin-top:10px}@media(max-width:720px){.receivable-form{grid-template-columns:1fr 90px}.receivable-form label:first-child{grid-column:1 / -1}}.chart-head-actions{display:flex;align-items:center;gap:10px}.live-indicator{display:inline-flex;align-items:center;gap:5px;color:#57816b;font-size:9px;white-space:nowrap}.live-indicator i{width:6px;height:6px;border-radius:50%;background:#4f9a70;box-shadow:0 0 0 3px #4f9a7018}.live-indicator.daily{color:#7c817b}.live-indicator.daily i{background:#8e938d;box-shadow:none}.live-history-chart{position:relative}.chart-empty,.allocation-chart-empty{height:100%;display:grid;place-items:center;color:#969a94;font-size:11px}.allocation-chart-empty{min-height:235px}.chart-note{display:block;margin:-5px 22px 14px;color:#90948e;font-size:9px}
