:root{--bg:#f5f7f7;--surface:#ffffff;--surface-2:#eef3f1;--text:#17201f;--muted:#6a7774;--line:#e3e9e7;--accent:#0a6b5c;--accent-strong:#07574b;--accent-soft:#dceee9;--warning:#a94734;--warning-soft:#fff0eb;--shadow:0 12px 35px rgba(19,41,37,.07);--radius:22px}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{padding-bottom:88px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.content{min-width:0}.page{width:min(1120px,100%);margin:0 auto;padding:24px 18px 40px}.narrow-page{width:min(760px,100%)}.eyebrow{margin:0 0 7px;font-size:12px;font-weight:800;letter-spacing:.13em;color:var(--accent)}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.home-header h1,.page-header h1{font-size:30px;line-height:1.1;margin:0;letter-spacing:-.04em}.home-header p,.page-header p{margin:8px 0 0;color:var(--muted);font-size:15px;line-height:1.45}.header-action{gap:6px;background:var(--text);color:white;padding:11px 14px;border-radius:13px;font-weight:750;font-size:14px;white-space:nowrap}.header-action,.home-header{display:flex;align-items:center}.home-header{justify-content:space-between;margin-bottom:22px}.avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--text);color:white;font-weight:800}.avatar.large{width:46px;height:46px}.hero-balance{background:linear-gradient(145deg,#0b5d51,#0a7664);color:white;border-radius:26px;padding:23px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;box-shadow:var(--shadow)}.hero-balance>div{display:flex;flex-direction:column}.hero-balance span{font-size:14px;opacity:.78}.hero-balance strong{font-size:34px;letter-spacing:-.04em;margin:6px 0}.hero-balance small{opacity:.72}.hero-link{display:flex;align-items:center;gap:3px;font-size:13px;font-weight:750;background:rgba(255,255,255,.13);padding:10px 11px;border-radius:12px}.quick-actions{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;margin:18px 0}.quick-card{min-height:78px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:14px;display:flex;align-items:center;gap:13px;box-shadow:0 5px 20px rgba(19,41,37,.03)}.quick-card.primary-card{border-color:#beddd5;background:#f9fffd}.quick-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:var(--surface-2);color:var(--accent)}.quick-card.primary-card .quick-icon{background:var(--accent);color:white}.quick-card div{display:flex;flex-direction:column;gap:4px}.quick-card strong{font-size:15px}.quick-card span span{color:var(--muted)}.quick-card div span{font-size:13px;color:var(--muted)}.summary-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.metric-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:17px;display:flex;flex-direction:column;min-width:0}.metric-card small,.metric-card span{font-size:12px;color:var(--muted)}.metric-card strong{font-size:21px;margin:7px 0;letter-spacing:-.03em}.section-block{margin-top:28px}.section-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:12px}.section-title h2{font-size:19px;margin:0}.section-title p{margin:5px 0 0;color:var(--muted);font-size:13px}.section-title a{font-size:13px;font-weight:750;color:var(--accent)}.purchase-list{background:var(--surface);border:1px solid var(--line);border-radius:20px;overflow:hidden}.purchase-row{display:grid;grid-template-columns:46px 1fr auto;align-items:center;grid-gap:11px;gap:11px;padding:14px 15px;border-bottom:1px solid var(--line)}.purchase-row:last-child{border-bottom:0}.merchant-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--surface-2);color:var(--accent)}.purchase-copy{min-width:0;display:flex;flex-direction:column}.purchase-copy strong{font-size:14px}.purchase-copy small,.purchase-copy span{color:var(--muted);font-size:12px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.amount-stack em,.purchase-copy em{font-style:normal;font-size:11px;color:var(--warning);margin-top:4px;font-weight:750}.purchase-amount{font-size:13px;white-space:nowrap}.mobile-nav{position:fixed;z-index:50;left:0;right:0;bottom:0;height:76px;padding:6px 8px max(6px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line)}.mobile-nav-item{font-size:10px;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0}.mobile-nav-item.active{color:var(--accent);font-weight:750}.mobile-nav-item.primary{position:relative;color:var(--accent)}.mobile-add-button{width:50px;height:50px;margin-top:-25px;border-radius:16px;background:var(--accent);color:white;display:grid;place-items:center;border:5px solid var(--bg);box-sizing:content-box;box-shadow:0 7px 20px rgba(10,107,92,.25)}.desktop-sidebar{display:none}.segmented-control{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px;padding:5px;background:#e9eeec;border-radius:16px;margin-bottom:18px}.segmented-control button{border:0;background:transparent;border-radius:12px;padding:11px 6px;color:var(--muted);font-size:12px;font-weight:750;display:flex;align-items:center;justify-content:center;gap:5px}.segmented-control button.selected{background:var(--surface);color:var(--text);box-shadow:0 2px 8px rgba(0,0,0,.06)}.capture-card{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:28px 20px;text-align:center;box-shadow:var(--shadow)}.capture-icon{width:68px;height:68px;margin:0 auto 15px;border-radius:22px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.capture-card h2{margin:0;font-size:21px}.capture-card p{margin:10px auto 20px;color:var(--muted);line-height:1.55;max-width:520px;font-size:14px}.capture-button{display:flex;align-items:center;justify-content:center;min-height:52px;background:var(--accent);color:white;border-radius:15px;font-weight:800}.capture-button input{position:absolute;opacity:0;pointer-events:none}.file-picked{margin-top:13px;padding:11px;border-radius:12px;background:#ebf7f3;color:var(--accent);font-size:13px;font-weight:750;display:flex;flex-direction:column}.file-picked span{font-size:11px;font-weight:500;margin-top:2px}.privacy-note{font-size:11px;color:var(--muted);margin-top:14px}.info-card{margin-top:14px;padding:15px;border-radius:16px;background:#eef2f7}.info-card strong{font-size:13px}.info-card p{font-size:12px;color:var(--muted);line-height:1.5;margin:6px 0 0}.manual-form{gap:15px;background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:18px}.manual-form,.manual-form>label{display:flex;flex-direction:column}.manual-form>label{gap:7px}.manual-form label>span,.manual-form legend{font-size:12px;font-weight:750;color:#485451}.manual-form input,.manual-form select,.manual-form textarea{width:100%;border:1px solid #dbe2df;background:#fbfcfc;border-radius:13px;padding:13px 12px;outline:0;color:var(--text)}.manual-form input:focus,.manual-form select:focus,.manual-form textarea:focus{border-color:#75b3a7;box-shadow:0 0 0 3px #e2f2ee}.amount-input{position:relative}.amount-input input{font-size:24px;font-weight:800;padding-right:65px}.amount-input b{position:absolute;right:13px;top:17px;color:var(--muted);font-size:12px}.manual-form fieldset{border:0;padding:0;margin:0}.choice-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px;margin-top:7px}.choice-row label{border:1px solid var(--line);border-radius:12px;padding:10px 7px;font-size:12px;display:flex;align-items:center;gap:4px}.choice-row input{width:auto}.checkbox-row{flex-direction:row!important;align-items:center}.checkbox-row input{width:20px;height:20px}.primary-submit{min-height:52px;border:0;border-radius:15px;background:var(--accent);color:white;font-weight:800;font-size:15px}.success-banner{padding:11px 12px;background:#e9f7f2;border-radius:12px;color:var(--accent);font-size:13px;font-weight:750}.filters{display:flex;gap:7px;overflow:auto;padding-bottom:5px;margin-bottom:20px}.filters button{border:1px solid var(--line);background:var(--surface);padding:9px 13px;border-radius:999px;font-size:12px;color:var(--muted);white-space:nowrap}.filters button.filter-active{background:var(--text);color:white;border-color:var(--text)}.timeline-group{margin-bottom:24px}.timeline-date{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.timeline-date h2{font-size:14px;margin:0}.timeline-date span{font-size:12px;color:var(--muted)}.card-list{border-radius:18px}.purchase-detail-row{padding:15px}.amount-stack{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.amount-stack strong{font-size:13px}.amount-stack span{font-size:11px;color:#9a7519;margin-top:4px}.search-box{height:48px;background:var(--surface);border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;gap:8px;padding:0 13px;margin-bottom:16px;color:var(--muted)}.search-box input{border:0;outline:0;background:transparent;flex:1 1}.place-grid,.product-grid{display:grid;grid-gap:10px;gap:10px}.place-card,.product-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:16px}.product-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.place-card>div:first-child,.product-top>div{display:flex;flex-direction:column}.place-card strong,.product-top strong{font-size:14px}.place-card span,.product-top span{font-size:12px;color:var(--muted);margin-top:4px}.warning-pill{font-size:10px;color:var(--warning);background:var(--warning-soft);padding:6px 7px;border-radius:8px;white-space:nowrap}.product-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-top:15px}.product-stats div{display:flex;flex-direction:column;background:var(--bg);border-radius:12px;padding:10px}.product-stats span{font-size:10px;color:var(--muted)}.product-stats strong{font-size:13px;margin-top:5px}.place-card{display:grid;grid-gap:12px;gap:12px}.place-values{display:flex;justify-content:space-between;align-items:center}.warning-strip{background:var(--warning-soft);color:var(--warning);border-radius:10px;padding:9px;font-size:11px;font-weight:700}.report-index-grid{display:grid;grid-gap:10px;gap:10px}.report-card{position:relative;display:grid;grid-template-columns:48px 1fr 22px;grid-gap:12px;gap:12px;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:15px}.report-card-icon{width:46px;height:46px;border-radius:14px;background:var(--surface-2);color:var(--accent);display:grid;place-items:center}.report-card>div:nth-child(2)>span{font-size:10px;color:var(--accent);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.report-card h2{font-size:15px;margin:4px 0}.report-card p{font-size:12px;line-height:1.4;color:var(--muted);margin:0}.report-arrow{color:#99a4a1}.back-link{display:inline-block;font-size:13px;font-weight:750;color:var(--accent);margin-bottom:23px}.report-heading{margin-bottom:20px}.report-heading h1{font-size:28px;letter-spacing:-.04em;margin:0}.report-heading>p:last-child{color:var(--muted);font-size:14px;line-height:1.5}.chart-card{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:var(--shadow)}.bar-row{margin-bottom:19px}.bar-row:last-child{margin-bottom:0}.bar-label{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px}.bar-label,.bar-label strong{font-size:12px}.bar-track{height:13px;border-radius:999px;background:#e9efed;overflow:hidden}.bar-fill{height:100%;background:var(--accent);border-radius:999px;min-width:4px}.chart-total{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:20px}.chart-total span{font-size:12px;color:var(--muted)}.chart-total strong{font-size:28px;letter-spacing:-.04em;margin:4px}.chart-total small{font-size:11px;color:var(--muted)}.line-chart svg{width:100%;height:auto}.line-chart svg line{stroke:#dfe6e4;stroke-width:1}.line-chart svg polyline{fill:none;stroke:var(--accent);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.line-chart svg circle{fill:white;stroke:var(--accent);stroke-width:3}.line-chart svg text{fill:var(--muted);font-size:11px}.donut-layout{display:grid;grid-gap:24px;gap:24px;justify-items:center}.donut{width:190px;height:190px;border-radius:50%;color:var(--accent);display:grid;place-items:center;position:relative}.donut:after{content:"";position:absolute;width:132px;height:132px;background:white;border-radius:50%}.donut>div{position:relative;z-index:1;display:flex;flex-direction:column;text-align:center}.donut strong{font-size:28px}.donut span{font-size:11px;color:var(--muted)}.legend-list{width:100%}.legend-list div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}.legend-list div:last-child{border-bottom:0}.fee-bars>div{margin:17px 0}.fee-bars>div>span{font-size:12px}.fee-bars>div>div{display:flex;align-items:center;gap:9px;margin-top:7px}.fee-bars i{display:block;height:12px;background:var(--accent);border-radius:999px}.fee-bars strong{font-size:11px;white-space:nowrap}.settings-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;overflow:hidden}.profile-line{display:flex;align-items:center;gap:12px;padding:18px;border-bottom:1px solid var(--line)}.profile-line>div:last-child{display:flex;flex-direction:column}.profile-line span{font-size:12px;color:var(--muted);margin-top:3px}.settings-row{display:flex;justify-content:space-between;padding:15px 18px;border-bottom:1px solid var(--line);font-size:13px}.settings-row:last-child{border:0}.settings-row span{color:var(--muted)}@media(min-width:760px){body{padding-bottom:0}.app-shell{display:grid;grid-template-columns:230px minmax(0,1fr)}.desktop-sidebar{display:flex;position:-webkit-sticky;position:sticky;top:0;height:100vh;flex-direction:column;padding:24px 16px;background:#fff;border-right:1px solid var(--line)}.brand{display:flex;align-items:center;gap:9px;font-weight:850;letter-spacing:-.02em;margin:0 8px 30px}.brand-mark{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:var(--accent);color:#fff}.desktop-nav{display:flex;flex-direction:column;gap:5px}.desktop-nav-item{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:12px;color:var(--muted);font-size:13px;font-weight:650}.desktop-nav-item.active{background:var(--accent-soft);color:var(--accent)}.sidebar-profile{margin-top:auto;display:flex;align-items:center;gap:9px;padding:10px 8px}.sidebar-profile>div:last-child{display:flex;flex-direction:column}.sidebar-profile strong{font-size:13px}.sidebar-profile span{font-size:11px;color:var(--muted);margin-top:2px}.mobile-nav{display:none}.page{padding:38px 32px 60px}.home-header h1,.page-header h1{font-size:34px}.quick-actions{grid-template-columns:repeat(3,1fr)}.quick-card{min-height:112px;flex-direction:column;align-items:flex-start}.summary-grid{max-width:440px}.place-grid,.product-grid,.report-index-grid{grid-template-columns:repeat(2,1fr)}.donut-layout{grid-template-columns:220px 1fr;align-items:center}.home-page{max-width:1000px}}@media(min-width:1100px){.app-shell{grid-template-columns:250px minmax(0,1fr)}.page{padding-left:44px;padding-right:44px}.place-grid,.product-grid{grid-template-columns:repeat(3,1fr)}}