*{box-sizing:border-box;margin:0;padding:0}:root{--shadow: 0 1px 2px rgba(15,42,27,.04), 0 8px 24px rgba(15,42,27,.06);--shadow-lg: 0 8px 30px rgba(15,42,27,.1);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,Segoe UI,Roboto,sans-serif}html,body,#root{height:100%}body{background:var(--surface-bg);color:var(--ink-fg1);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}.shell{display:grid;grid-template-columns:264px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;align-self:start;height:100vh;background:var(--surface-card);border-right:1px solid var(--surface-line);display:flex;flex-direction:column;gap:6px;padding:22px 16px}.brand{display:flex;align-items:center;gap:10px;padding:6px 10px 18px}.brand .logo{display:flex;height:30px;border-radius:9px;overflow:hidden;font-weight:800;font-size:13px}.brand .logo span{display:flex;align-items:center;padding:0 9px}.brand .logo .a{background:var(--brand-emerald);color:#fff}.brand .logo .b{background:var(--brand-gold);color:#fff}.brand .title{font-weight:700;font-size:15px}.brand .sub{font-size:12px;color:var(--ink-fg3)}.nav{display:flex;flex-direction:column;gap:2px;margin-top:4px}.nav button{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:12px;color:var(--ink-fg2);font-weight:600;font-size:14.5px;text-align:left;width:100%}.nav button:hover{background:var(--surface-bg-alt)}.nav button.active{background:var(--brand-emerald);color:#fff}.nav button.active .ic{color:#fff}.nav .ic{width:22px;height:22px;color:var(--ink-fg3);flex:none}.sidebar .spacer{flex:1}.cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:var(--brand-emerald);color:#fff;font-weight:700;padding:12px;border-radius:14px;box-shadow:var(--shadow)}.cta:hover{filter:brightness(1.05)}.main{padding:26px clamp(20px,4vw,56px) 60px}.page{width:100%}.page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px;gap:16px;flex-wrap:wrap}.page-head h1{font-size:30px;font-weight:800;letter-spacing:-.5px}.page-head .sub{color:var(--ink-fg3);font-size:14px;margin-top:2px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--ink-fg3);margin-bottom:10px}.card{background:var(--surface-card);border:1px solid var(--surface-line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.pad{padding:20px}.dash{display:grid;grid-template-columns:2fr 1fr;gap:20px;align-items:start}.dash .col{display:grid;gap:20px}@media (max-width: 1100px){.dash{grid-template-columns:1fr}}.hero{border-radius:var(--radius-xl);padding:26px 28px;color:#fff;background:radial-gradient(120% 140% at 100% 0%,var(--brand-lime),var(--brand-emerald) 45%,var(--brand-forest));box-shadow:var(--shadow-lg)}.hero .lbl{font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;opacity:.85}.hero .amt{font-size:clamp(38px,5vw,56px);font-weight:800;letter-spacing:-1px;margin:6px 0 16px}.hero .stats{display:flex;gap:36px;flex-wrap:wrap}.hero .stats .k{font-size:11px;opacity:.8}.hero .stats .v{font-size:16px;font-weight:700;margin-top:2px}.hero .saved{color:#ffe9a8}.hero .amt,.hero .stats .v,.t2,.amt-in,.amt-out,td.num,.b-sub .num{font-variant-numeric:tabular-nums}.table-wrap{overflow-x:auto}.tx-table{width:100%;border-collapse:collapse;font-size:14px}.tx-table th{text-align:left;padding:10px 12px;color:var(--ink-fg3);font-size:12px;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;border-bottom:1px solid var(--surface-line);-webkit-user-select:none;user-select:none;white-space:nowrap}.tx-table th:hover{color:var(--ink-fg1)}.tx-table th.num,.tx-table td.num{text-align:right}.tx-table td{padding:11px 12px;border-bottom:1px solid var(--surface-line2);color:var(--ink-fg1);white-space:nowrap}.tx-table tbody tr:hover{background:var(--surface-bgAlt)}.amt-in{color:var(--semantic-up);font-weight:700}.amt-out{color:var(--ink-fg1);font-weight:700}.seg{display:inline-flex;background:var(--surface-bgAlt);border-radius:999px;padding:3px}.seg button{padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600;color:var(--ink-fg2);text-transform:capitalize}.spaces-nav{display:flex;flex-direction:column;gap:2px;margin-top:16px}.spaces-lbl{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-fg3);padding:0 12px 6px}.spaces-nav button{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:12px;color:var(--ink-fg2);font-weight:600;font-size:14px;text-align:left;width:100%}.spaces-nav button:hover{background:var(--surface-bgAlt)}.spaces-nav button.active{background:var(--surface-bgAlt);color:var(--ink-fg1)}.spaces-nav .dot{width:10px;height:10px;border-radius:999px;flex:none}.spaces{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.space{border-radius:var(--radius-lg);padding:16px;color:#fff;min-height:92px;box-shadow:var(--shadow)}.space .nm{font-weight:800;font-size:16px}.space .mo{font-size:12px;opacity:.85;margin-top:6px}.quick{display:grid;grid-template-columns:1fr 1fr;gap:14px}.qbtn{display:flex;align-items:center;gap:12px;background:var(--surface-card);border:1px solid var(--surface-line);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow)}.qbtn:hover{box-shadow:var(--shadow-lg)}.qbtn .ring{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:#fff;flex:none}.qbtn .t1{font-weight:700}.qbtn .t2{font-size:12px;color:var(--ink-fg3)}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-title h2{font-size:18px;font-weight:800}.link{color:var(--brand-emerald);font-weight:700;font-size:14px}.list{display:flex;flex-direction:column}.row{display:flex;align-items:center;gap:14px;padding:13px 4px;border-bottom:1px solid var(--surface-line2)}.row:last-child{border-bottom:none}.row .grow{flex:1;min-width:0}.row .t1{font-weight:600}.row .t2{font-size:12.5px;color:var(--ink-fg3)}.row .amt{font-weight:700}.amt.in{color:var(--brand-emerald)}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:700;flex:none}.catico{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;flex:none}.catico svg{width:20px;height:20px}.bar{height:7px;border-radius:999px;background:var(--surface-bg-alt);overflow:hidden}.bar>i{display:block;height:100%;border-radius:999px;background:var(--brand-emerald)}.catgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.tile{background:var(--surface-card);border:2px solid transparent;border-radius:var(--radius-md);padding:14px 10px;display:grid;justify-items:center;gap:6px;cursor:pointer}.tile.on{border-color:var(--brand-emerald)}.tile .nm{font-size:12.5px;font-weight:600}.tile .cap{font-size:10.5px;color:var(--ink-fg3)}.tile .bar{width:80%;height:4px}.members{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.mcard{display:grid;justify-items:center;gap:8px;padding:18px;background:var(--surface-card);border:1px solid var(--surface-line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.mcard .av{width:56px;height:56px;font-size:20px}.mcard .nm{font-weight:700}.mcard .ro{font-size:12px;color:var(--ink-fg3);text-transform:capitalize}.srow{display:flex;align-items:center;justify-content:space-between;padding:15px 4px;border-bottom:1px solid var(--surface-line2)}.srow:last-child{border-bottom:none}.srow .lbl{font-weight:600}.seg{display:inline-flex;background:var(--surface-bg-alt);border-radius:999px;padding:3px;gap:3px}.seg button{padding:7px 16px;border-radius:999px;font-weight:600;font-size:13px;color:var(--ink-fg2)}.seg button.on{background:var(--brand-emerald);color:#fff}.input{background:var(--surface-bg-alt);border:1px solid var(--surface-line);border-radius:12px;padding:10px 12px;color:var(--ink-fg1);font-size:14px;width:100%}.btn{background:var(--brand-emerald);color:#fff;font-weight:700;padding:10px 16px;border-radius:12px}.btn.ghost{background:var(--surface-bg-alt);color:var(--ink-fg1)}.pill{font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f2a1b59;display:grid;place-items:center;padding:24px;z-index:50}.modal{width:min(880px,100%);max-height:92vh;overflow:auto;background:var(--surface-bg);border-radius:22px;box-shadow:var(--shadow-lg)}.modal .mhead{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--surface-line);position:sticky;top:0;background:var(--surface-bg)}.modal .mhead h3{font-size:17px;font-weight:700}.modal .mbody{padding:22px;display:grid;gap:18px}.amount{text-align:center;font-size:56px;font-weight:800;letter-spacing:-1px}.amount .cur{font-size:26px;color:var(--ink-fg3);vertical-align:super;margin-right:6px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:8px 14px;border-radius:999px;background:var(--surface-card);border:1px solid var(--surface-line);font-weight:600;font-size:13.5px}.chip.on{background:var(--brand-emerald);color:#fff;border-color:var(--brand-emerald)}.keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:min(360px,100%);margin:0 auto}.key{height:56px;display:grid;place-items:center;background:var(--surface-card);border:1px solid var(--surface-line2);border-radius:14px;font-size:22px;font-weight:800}.key:hover{background:var(--surface-bg-alt)}.muted{color:var(--ink-fg3)}.flex{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.donut{position:relative;width:200px;height:200px;border-radius:50%;flex:none}.donut-hole{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border-radius:50%;background:var(--surface-card);display:grid;place-items:center;text-align:center;box-shadow:inset 0 0 0 1px var(--surface-line)}.donut-total{font-size:22px;font-weight:800}.trendbars{display:flex;align-items:flex-end;justify-content:space-between;gap:6px}.tcol{flex:1;display:grid;justify-items:center;gap:4px}.tgroup{display:flex;align-items:flex-end;gap:3px;height:130px}.tgroup i{width:13px;border-radius:4px;min-height:2px;display:block}.tlabel{font-size:11px;color:var(--ink-fg3);font-weight:600}.tval{font-size:11px;color:var(--ink-fg2)}@media (max-width: 760px){.grid2,.quick,.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;flex-direction:row;flex-wrap:wrap}}.lang-select{background:var(--surface-card);color:var(--ink-fg1);border:1px solid var(--surface-line);border-radius:8px;padding:6px 10px;font:inherit;font-weight:600;cursor:pointer}
