*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}*{font:inherit}:root{--bg:#faf9f5;--bg-card:#ffffff;--bg-card-border:rgba(190,202,189,0.45);--text:#1b1c19;--text-muted:#5c5e58;--primary:#047857;--primary-hover:#065f46;--surface:#ffffff;--star:#f59e0b;--shadow:rgba(27,28,25,0.06);--glow:rgba(15,159,110,0.1);--dropdown-bg:#ffffff;--dot:rgba(28,30,25,0.18);--autolog-line:#d4d6d2;--autolog-streak:#6ee7b7}[data-theme="dark"]{--bg:#141716;--bg-card:rgba(48,48,46,0.5);--bg-card-border:rgba(255,255,255,0.08);--text:#fbf9f4;--text-muted:#dbdad5;--primary:#10b981;--primary-hover:#047857;--surface:rgba(26,31,30,0.85);--star:#f59e0b;--shadow:rgba(0,0,0,0.2);--glow:rgba(16,185,129,0.15);--dropdown-bg:rgba(30,34,32,0.25);--dot:rgba(255,255,255,0.13);--autolog-line:#2a2d28;--autolog-streak:#10b981}@media (prefers-color-scheme:dark){html:not([data-theme]){--bg:#141716;--bg-card:rgba(48,48,46,0.5);--bg-card-border:rgba(255,255,255,0.08);--text:#fbf9f4;--text-muted:#dbdad5;--primary:#10b981;--primary-hover:#047857;--surface:rgba(26,31,30,0.85);--star:#f59e0b;--shadow:rgba(0,0,0,0.2);--glow:rgba(16,185,129,0.15);--dropdown-bg:rgba(30,34,32,0.25);--dot:rgba(255,255,255,0.13);--autolog-line:#2a2d28;--autolog-streak:#10b981}}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",system-ui,sans-serif;background-color:var(--bg);color:var(--text);transition:background-color 0.3s,color 0.3s;line-height:1.3;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}main{flex:1}h1,h2{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",system-ui,sans-serif;letter-spacing:-0.02em}h1{font-size:3rem;font-weight:700;line-height:1.05}h2{font-size:2.25rem;font-weight:700}h3{font-size:1.25rem;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",system-ui,sans-serif;font-weight:600;letter-spacing:-0.01em}.text-primary{color:var(--primary)}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:600px;line-height:1.4}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.nav{position:sticky;top:0;z-index:100;padding:0 16px}.nav-inner{display:flex;align-items:center;position:relative;height:64px;max-width:1200px;margin:0 auto;padding:0 24px;border-radius:0;will-change:transform;transition:transform 0.4s cubic-bezier(0.2,0,0,1),max-width 0.4s cubic-bezier(0.2,0,0,1),height 0.4s cubic-bezier(0.2,0,0,1),padding 0.4s cubic-bezier(0.2,0,0,1),border-radius 0.4s cubic-bezier(0.2,0,0,1)}.nav-inner::before{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--bg-card);border:1px solid var(--bg-card-border);backdrop-filter:blur(10px) saturate(1.4);-webkit-backdrop-filter:blur(10px) saturate(1.4);box-shadow:0 8px 32px var(--shadow);opacity:0;transform:translateZ(0);transition:opacity 0.4s cubic-bezier(0.2,0,0,1);pointer-events:none;z-index:-1}.nav.scrolled .nav-inner{transform:translateY(12px);max-width:880px;height:48px;padding:0 20px;border-radius:9999px}.nav.scrolled .nav-inner::before{opacity:1}.nav.scrolled .nav-logo img{width:28px;height:28px}.nav.scrolled .nav-logo span{font-size:14px}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text);font-weight:700}.nav-logo img{border-radius:8px;transition:width 0.3s,height 0.3s}.nav-logo span{transition:font-size 0.3s}.nav-drawer{display:none}.nav-links{display:flex;align-items:center;gap:32px;position:absolute;left:50%;transform:translateX(-50%)}.nav-links a{text-decoration:none;color:var(--text);font-size:14px;font-weight:700;transition:color 0.2s}.nav-links a:hover{color:var(--text)}.nav-actions{display:flex;align-items:center;gap:16px;margin-left:auto}.nav-toggle{display:none}.nav-dropdown{position:relative}.nav-dropdown-toggle{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;color:var(--text);font-size:14px;font-weight:700;font-family:inherit;padding:0;transition:color 0.2s}.nav-dropdown-toggle:hover{color:var(--text)}.nav-dropdown-toggle svg{transition:transform 0.2s}.nav-dropdown.open .nav-dropdown-toggle svg{transform:rotate(180deg)}.nav-dropdown-menu{position:fixed;min-width:240px;background:var(--dropdown-bg);backdrop-filter:blur(24px) saturate(1.8);-webkit-backdrop-filter:blur(24px) saturate(1.8);border:1px solid var(--bg-card-border);border-radius:16px;padding:8px;box-shadow:0 12px 40px var(--shadow);opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity 0.2s,transform 0.2s;z-index:200}.nav-dropdown-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown-menu a{display:block;padding:10px 14px;border-radius:10px;text-decoration:none;color:var(--text);font-size:14px;font-weight:600;transition:background 0.15s}.nav-dropdown-menu a:hover{background:var(--glow)}.hero{position:relative;isolation:isolate}.hero::before{content:"";position:absolute;inset:0;background-image:radial-gradient( circle,var(--dot) 1.2px,transparent 1.2px );background-size:24px 24px;-webkit-mask-image:radial-gradient( ellipse 70% 65% at 50% 45%,#000 0%,transparent 100% );mask-image:radial-gradient( ellipse 70% 65% at 50% 45%,#000 0%,transparent 100% );pointer-events:none;z-index:-1}.hero-inner{display:flex;align-items:center;justify-content:space-between;gap:64px}.hero-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.hero-phone{position:relative;flex-shrink:0;width:280px;margin-right:48px}.hero-phone>picture,.feature-stage>picture,.feature-stage-bottom>picture{display:contents}.hero-frame{width:100%;height:auto;filter:drop-shadow(0 4px 14px rgba(34,197,94,0.03)) drop-shadow(0 16px 38px rgba(34,197,94,0.022)) drop-shadow(0 32px 72px rgba(34,197,94,0.014))}.feature-screen{filter:drop-shadow(0 4px 14px rgba(0,0,0,0.015)) drop-shadow(0 16px 38px rgba(0,0,0,0.01)) drop-shadow(0 32px 72px rgba(0,0,0,0.0055))}[data-theme="dark"] .feature-screen{filter:drop-shadow(0 4px 14px rgba(255,255,255,0.0075)) drop-shadow(0 16px 38px rgba(255,255,255,0.005)) drop-shadow(0 32px 72px rgba(255,255,255,0.003))}@media (prefers-color-scheme:dark){html:not([data-theme]) .feature-screen{filter:drop-shadow(0 4px 14px rgba(255,255,255,0.0075)) drop-shadow(0 16px 38px rgba(255,255,255,0.005)) drop-shadow(0 32px 72px rgba(255,255,255,0.003))}}.hero-float{position:absolute;background:var(--bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--bg-card-border);border-radius:14px;padding:10px 14px;font-size:13px;white-space:nowrap;box-shadow:0 8px 32px var(--shadow);z-index:2;color:var(--text)}.float-transaction{top:12%;left:-45%;display:flex;align-items:center;gap:10px}.float-emoji{font-size:20px;line-height:1}.float-detail{display:flex;flex-direction:column;gap:1px}.float-name{font-weight:600;font-size:13px}.float-meta{font-size:11px;color:var(--text-muted)}.float-amount{font-weight:700;font-size:14px;margin-left:8px}.float-budget{bottom:28%;right:-30%;display:flex;flex-direction:column;gap:6px;min-width:160px}.float-budget-top{display:flex;justify-content:space-between;align-items:center}.float-pct{font-weight:700;color:var(--primary);font-size:13px}.float-bar{height:6px;background:var(--bg-card-border);border-radius:3px;overflow:hidden}.float-bar-fill{height:100%;width:100%;transform:scaleX(0.72);transform-origin:left center;background:var(--primary);border-radius:3px;transition:transform 1s ease}.float-savings{bottom:8%;left:-35%;display:flex;align-items:center;gap:6px;font-weight:600;color:var(--primary);font-size:13px}.float-savings-arrow{font-size:16px}.glass-card{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:24px;padding:32px}.section-title{text-align:center;margin-bottom:48px}.feature-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px;margin-bottom:24px}.feature-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--bg-card-border);border-radius:24px;padding:32px;display:flex;flex-direction:column;transition:transform 0.3s ease,box-shadow 0.3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px var(--shadow)}.feature-card-6{grid-column:span 6}.feature-card-text{margin-bottom:12px}.feature-card-text h3{font-size:1.5rem;font-weight:700;letter-spacing:-0.02em;margin-bottom:8px}.feature-card-text p{color:var(--text-muted);font-size:15px;line-height:1.5}.feature-card-phone{position:relative;margin-top:auto}.feature-stage{position:relative;width:100%;height:380px;flex-shrink:0;background:#ececea;border-radius:18px;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;padding-top:32px;z-index:1}[data-theme="dark"] .feature-stage{background:#26282a}@media (prefers-color-scheme:dark){html:not([data-theme]) .feature-stage{background:#26282a}}.feature-stage-bottom{align-items:flex-end;padding-top:0;padding-bottom:24px}.feature-screen{width:70%;max-width:210px;height:auto;transform-origin:50% 0%;will-change:transform}.feature-stage-bottom .feature-screen{transform-origin:50% 100%}.feature-card{position:relative}.feature-float{position:absolute;background:rgba(255,255,255,0.55);backdrop-filter:blur(40px) saturate(1.8);-webkit-backdrop-filter:blur(40px) saturate(1.8);border:1px solid rgba(255,255,255,0.45);border-radius:14px;padding:10px 14px;font-size:13px;white-space:nowrap;color:var(--text);z-index:2;display:flex;align-items:center;gap:10px;will-change:transform}.feature-float .float-meta{color:var(--text-muted)}[data-theme="dark"] .feature-float{background:rgba(40,48,44,0.55);border-color:rgba(255,255,255,0.12)}@media (prefers-color-scheme:dark){html:not([data-theme]) .feature-float{background:rgba(40,48,44,0.55);border-color:rgba(255,255,255,0.12)}}.float-label{font-size:11px;color:var(--text-muted);font-weight:500}.float-value{font-size:18px;font-weight:700;letter-spacing:-0.02em}.float-amount-pos{color:var(--primary)}.float-avatars{display:flex;align-items:center}.float-avatar{width:28px;height:28px;border-radius:50%;background:var(--primary);color:white;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg);overflow:hidden}.float-avatar img{width:100%;height:100%;object-fit:cover;display:block}.float-avatar-2{background:var(--star);margin-left:-10px}.feature-float-spent{top:6%;left:-16px;flex-direction:column;align-items:flex-start;gap:2px}.feature-float-txn{bottom:8%;right:-16px}.feature-float-category{top:6%;right:-16px}.feature-float-pie{bottom:10%;left:-16px}.feature-float-partner{top:6%;left:-16px}.feature-float-owes{bottom:8%;right:-16px}.feature-float-budget{top:6%;right:-16px;flex-direction:column;align-items:stretch;gap:6px;min-width:170px}.feature-float-alert{bottom:10%;left:-16px}.feature-showcase{padding:80px 0}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px;max-width:1100px;margin:0 auto;padding:40px 0}.bento-card{position:relative;background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:24px;padding:32px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden;display:flex;flex-direction:column;gap:20px;min-height:360px;transition:transform 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease}.bento-card:hover{transform:translateY(-4px);border-color:rgba(15,159,110,0.35);box-shadow:0 20px 40px var(--glow)}.bento-card--autolog{grid-column:span 12;flex-direction:row;align-items:stretch;gap:32px;min-height:320px}.bento-card--split{grid-column:span 5}.bento-card--budgets{grid-column:span 7}.bento-card--insights{grid-column:span 7}.bento-card--privacy{grid-column:span 5}.bento-text{position:relative;z-index:2;flex-shrink:0}.bento-text h3{margin-bottom:8px}.bento-text p{color:var(--text-muted);font-size:15px;line-height:1.5;max-width:420px}.bento-card--autolog .bento-text{flex:0 0 38%;align-self:flex-start;max-width:380px}.bento-illust{position:relative;flex:1;min-height:180px;pointer-events:none}.bento-card--autolog .bento-illust{flex:1;min-height:240px}.autolog-phone{position:absolute;right:8px;top:50%;transform:translateY(-50%) rotate(6deg);width:260px;padding:14px;background:var(--surface);border:1px solid var(--bg-card-border);border-radius:22px;box-shadow:0 24px 60px rgba(0,0,0,0.18);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.autolog-screen{display:flex;flex-direction:column;gap:10px}.autolog-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--bg);border-radius:12px;border:1px solid var(--bg-card-border)}.autolog-row--dim{opacity:0.7}.autolog-emoji{font-size:18px}.autolog-row-text{display:flex;flex-direction:column;flex:1;min-width:0}.autolog-row-name{font-size:13px;font-weight:600;color:var(--text)}.autolog-row-meta{font-size:11px;color:var(--text-muted)}.autolog-row-amount{font-size:13px;font-weight:700;color:var(--primary)}.autolog-bubble{position:absolute;display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--surface);border:1px solid var(--bg-card-border);border-radius:14px;font-size:12px;font-weight:600;box-shadow:0 12px 28px rgba(0,0,0,0.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.autolog-bubble-tag{background:var(--primary);color:white;padding:2px 8px;border-radius:8px;font-size:10px;letter-spacing:0.04em;text-transform:uppercase}.autolog-bubble--1{left:24px;top:24px;transform:rotate(-4deg)}.autolog-bubble--ai{left:24px;bottom:24px;transform:rotate(2deg);background:var(--primary);border-color:transparent;color:white}.autolog-bubble--ai .autolog-bubble-dot{width:8px;height:8px;border-radius:50%;background:white;box-shadow:0 0 8px rgba(255,255,255,0.6);animation:autolog-pulse 1.6s ease-in-out infinite}@keyframes autolog-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(0.85)}}.bento-illust--split{display:block}.split-avatars{position:absolute;top:16px;right:24px;display:flex;z-index:2}.split-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid var(--bg);box-shadow:0 8px 20px rgba(0,0,0,0.18);background:var(--surface)}.split-avatar--james{margin-left:-16px}.split-line{position:absolute;right:0;bottom:24px;width:100%;height:auto;z-index:1}.split-amount{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 18px;background:var(--surface);border:1px solid var(--bg-card-border);border-radius:14px;box-shadow:0 10px 24px rgba(0,0,0,0.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:2}.split-amount-label{font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.06em}.split-amount-value{font-size:16px;font-weight:700;color:var(--primary)}.bento-illust--budgets{display:block}.budgets-bar{position:absolute;right:16px;width:78%;max-width:320px;background:var(--surface);border:1px solid var(--bg-card-border);border-radius:14px;padding:12px 14px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 10px 24px rgba(0,0,0,0.08)}.budgets-bar--row1{top:12px;transform:rotate(-1.5deg)}.budgets-bar--row2{top:50%;margin-top:-28px;right:8px}.budgets-bar--row3{bottom:12px;right:24px;transform:rotate(1.5deg)}.budgets-bar-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;font-weight:600}.budgets-bar-pct{color:var(--primary)}.budgets-bar-pct--over{color:#ef4444}.budgets-bar-track{height:8px;background:var(--bg);border-radius:999px;overflow:hidden;position:relative}.budgets-bar-fill{position:absolute;top:0;left:0;bottom:0;background:linear-gradient(90deg,var(--primary),#34d399);border-radius:999px;box-shadow:0 4px 12px var(--glow)}.budgets-bar-fill--alt{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.budgets-bar-fill--over{background:linear-gradient(90deg,#ef4444,#f97316);box-shadow:0 4px 12px rgba(239,68,68,0.3)}.insights-donut{position:absolute;bottom:8px;right:8px;width:160px;height:160px;filter:drop-shadow(0 12px 28px rgba(0,0,0,0.12))}.insights-slice{position:absolute;top:16px;right:24px;display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--surface);border:1px solid var(--bg-card-border);border-radius:14px;box-shadow:0 10px 24px rgba(0,0,0,0.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transform:rotate(-3deg);z-index:2}.insights-slice-emoji{font-size:22px}.insights-slice-text{display:flex;flex-direction:column}.insights-slice-name{font-size:12px;font-weight:600;color:var(--text-muted)}.insights-slice-pct{font-size:18px;font-weight:700;color:var(--primary)}.insights-bars{position:absolute;bottom:16px;left:16px;display:flex;align-items:flex-end;gap:8px;height:60px}.insights-bar{width:22px;background:linear-gradient(180deg,var(--primary),#34d399);border-radius:3px 3px 0 0;opacity:0.85}.bento-illust--privacy{display:block}.privacy-glow{position:absolute;inset:0;background:radial-gradient(circle at 50% 55%,var(--glow),transparent 65%);filter:blur(12px)}.privacy-shield{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);filter:drop-shadow(0 16px 32px var(--glow))}.privacy-dot{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--primary);opacity:0.5;box-shadow:0 0 8px var(--glow)}.privacy-dot--1{top:16px;left:18%}.privacy-dot--2{top:30%;right:18%;width:4px;height:4px;opacity:0.4}.privacy-dot--3{bottom:22%;left:14%;width:4px;height:4px;opacity:0.4}.privacy-dot--4{bottom:14px;right:22%;opacity:0.45}@media (max-width:900px){.bento-grid{gap:20px}.bento-card,.bento-card--autolog,.bento-card--split,.bento-card--budgets,.bento-card--insights,.bento-card--privacy{grid-column:span 12;padding:24px;min-height:320px}.bento-card--autolog{flex-direction:column;gap:20px;min-height:380px}.bento-card--autolog .bento-text{flex:0 0 auto;max-width:none;align-self:stretch}.bento-card--autolog .bento-illust{min-height:220px}.autolog-phone{right:50%;top:50%;transform:translate(50%,-50%) rotate(2deg);width:240px}.autolog-bubble--1{left:12px;top:12px}.autolog-bubble--ai{left:12px;bottom:12px}.split-avatars{top:16px;right:16px}.split-line{right:0;bottom:16px;width:100%}.split-amount{bottom:12px}.budgets-bar{width:88%;max-width:none}.budgets-bar--row1{top:12px;right:12px}.budgets-bar--row2{top:50%;margin-top:-28px;right:8px}.budgets-bar--row3{bottom:12px;right:16px}.insights-donut{bottom:4px;right:4px;width:140px;height:140px}.insights-slice{top:12px;right:12px}.insights-bars{bottom:12px;left:16px}.privacy-shield{width:130px;height:auto}}.auto-logging{text-align:center}.auto-logging-inner{max-width:720px;margin:0 auto}.auto-logging img{max-width:320px;border-radius:24px;box-shadow:0 24px 48px var(--shadow)}.auto-logging-inner--flow{max-width:1200px}.autolog-flow{margin-top:56px;display:flex;align-items:center;gap:8px;text-align:left}.autolog-side{display:flex;flex-direction:column;justify-content:center;gap:8px;flex:1 1 0;min-width:0}.autolog-side--sources{gap:40px}.autolog-tx-scroll{position:relative;width:100%;height:320px;overflow:hidden;-webkit-mask-image:linear-gradient( to bottom,transparent 0,black 18%,black 82%,transparent 100% );mask-image:linear-gradient( to bottom,transparent 0,black 18%,black 82%,transparent 100% )}.autolog-tx-track{display:flex;flex-direction:column;gap:8px;animation:autolog-tx-scroll 22s linear 1 forwards;will-change:transform}@keyframes autolog-tx-scroll{from{transform:translateY(0)}to{transform:translateY(-50%)}}@media (prefers-reduced-motion:reduce){.autolog-tx-track{animation:none}}.autolog-tx{display:flex;align-items:center;gap:12px;padding:12px 14px;background:rgba(255,255,255,0.55);border:1px solid rgba(255,255,255,0.45);border-radius:16px;backdrop-filter:blur(40px) saturate(1.8);-webkit-backdrop-filter:blur(40px) saturate(1.8)}[data-theme="dark"] .autolog-tx{background:rgba(40,48,44,0.55);border-color:rgba(255,255,255,0.12)}@media (prefers-color-scheme:dark){html:not([data-theme]) .autolog-tx{background:rgba(40,48,44,0.55);border-color:rgba(255,255,255,0.12)}}.autolog-source{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;background:transparent;border:0;padding:0;box-shadow:none}.autolog-source:first-child{flex-direction:column-reverse}.autolog-source-icon{width:min(112px,100%);max-width:100%;height:auto;aspect-ratio:1 / 1;flex-shrink:1;min-width:0;object-fit:contain;display:block;position:relative;z-index:1;filter:none;box-shadow:none}.autolog-source-icon[src*="imessage"]{width:min(120px,100%)}.autolog-source-body{position:relative;z-index:2;min-width:0;width:100%;max-width:280px;padding:10px 14px;border-radius:14px;background:rgba(255,255,255,0.4);backdrop-filter:blur(80px) saturate(1.8);-webkit-backdrop-filter:blur(80px) saturate(1.8);border:1px solid rgba(255,255,255,0.45)}.autolog-source .autolog-source-body{transform:translateY(-20px)}.autolog-source:first-child .autolog-source-body{transform:translateY(40px)}[data-theme="dark"] .autolog-source-body{background:rgba(40,48,44,0.4);border-color:rgba(255,255,255,0.12)}@media (prefers-color-scheme:dark){html:not([data-theme]) .autolog-source-body{background:rgba(40,48,44,0.4);border-color:rgba(255,255,255,0.12)}}.autolog-source-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px}.autolog-source-app{font-size:12px;font-weight:600;color:var(--text);letter-spacing:0.1px}.autolog-source-time{font-size:11px;color:var(--text-muted)}.autolog-source-text{font-size:12px;color:var(--text-muted);line-height:1.45;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.autolog-source-text strong{color:var(--text);font-weight:600}.autolog-flow-path{position:relative;flex:1.4 1 0;align-self:stretch;min-width:240px;min-height:200px;display:flex;align-items:center;justify-content:center}.autolog-flow-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 0 6px var(--glow))}.autolog-stop-line-edge{stop-color:var(--autolog-line);stop-opacity:0}.autolog-stop-line-mid{stop-color:var(--autolog-line);stop-opacity:1}.autolog-stop-streak-edge{stop-color:var(--autolog-streak);stop-opacity:0}.autolog-stop-streak-mid{stop-color:var(--autolog-streak);stop-opacity:1}.autolog-flow-line{fill:none;stroke-width:2;stroke-linecap:round}.autolog-flow-streak{fill:none;stroke-linecap:round}.autolog-flow-streak--core{stroke-width:2;filter:blur(0.3px) drop-shadow(0 0 1.5px var(--autolog-streak))}.autolog-flow-streak--halo{stroke-width:6;opacity:0.22;filter:blur(4px)}.autolog-flow-streak--soft{stroke-width:16;opacity:0.07;filter:blur(10px)}.autolog-flow-label{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;padding:7px 14px;background:rgba(255,255,255,0.65);backdrop-filter:blur(40px) saturate(1.8);-webkit-backdrop-filter:blur(40px) saturate(1.8);border:1px solid rgba(255,255,255,0.5);border-radius:999px;box-shadow:0 8px 24px var(--shadow);font-size:11px;font-weight:600;color:var(--text);letter-spacing:0.4px;white-space:nowrap}[data-theme="dark"] .autolog-flow-label{background:rgba(40,48,44,0.6);border-color:rgba(255,255,255,0.12)}@media (prefers-color-scheme:dark){html:not([data-theme]) .autolog-flow-label{background:rgba(40,48,44,0.6);border-color:rgba(255,255,255,0.12)}}.autolog-flow-dotbadge{width:7px;height:7px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 3px rgba(15,159,110,0.18),0 0 8px rgba(15,159,110,0.5);animation:autolog-flow-dotbadge 1.8s ease-in-out infinite}@keyframes autolog-flow-dotbadge{0%,100%{transform:scale(1);opacity:0.85}50%{transform:scale(1.25);opacity:1}}.autolog-tx-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:var(--bg);border:1px solid var(--bg-card-border);font-size:16px;flex-shrink:0}.autolog-tx-body{flex:1;min-width:0}.autolog-tx-merchant{font-size:13px;font-weight:600;color:var(--text);line-height:1.2}.autolog-tx-meta{font-size:11px;color:var(--text-muted);margin-top:2px}.autolog-tx-amount{font-size:13px;font-weight:700;color:var(--text);white-space:nowrap}@media (max-width:800px){.autolog-flow{flex-direction:column;align-items:stretch;gap:16px;margin-top:40px}.autolog-side{flex:0 0 auto;width:100%;min-width:0;flex-direction:row;align-items:center;justify-content:center;gap:12px}.autolog-side--output{flex-direction:column}.autolog-source,.autolog-source:first-child{flex:1 1 0;min-width:0;flex-direction:row;align-items:center;gap:10px}.autolog-source-icon,.autolog-source-icon[src*="imessage"]{width:min(56px,100%);max-width:100%;height:auto;aspect-ratio:1 / 1;border-radius:0;clip-path:none;object-fit:contain;flex-shrink:1;min-width:0;margin:0}.autolog-source-body{max-width:100%;padding:6px 8px;border-radius:10px;flex:1 1 0;min-width:0}.autolog-source .autolog-source-body,.autolog-source:first-child .autolog-source-body{transform:none}.autolog-source-meta{margin-bottom:2px;gap:6px}.autolog-source-app{font-size:10px}.autolog-source-time{font-size:9px}.autolog-source-text{font-size:11px;line-height:1.3}.autolog-tx{padding:10px 12px;gap:10px;border-radius:14px}.autolog-tx-icon{width:32px;height:32px;font-size:16px;border-radius:9px}.autolog-tx-merchant{font-size:13px}.autolog-tx-meta{font-size:11px;margin-top:1px}.autolog-tx-amount{font-size:13px}.autolog-flow-path{flex:0 0 auto;width:100%;min-width:0;min-height:0;height:120px;align-self:stretch;justify-content:center;padding-right:0}.autolog-flow-svg{inset:auto;top:0;left:50%;width:120px;height:120px;transform:translateX(-50%) rotate(90deg)}.autolog-flow-label{padding:6px 12px;font-size:10px;letter-spacing:0.3px;gap:6px}.autolog-flow-dotbadge{width:6px;height:6px}.autolog-tx-scroll{height:280px}}@media (prefers-reduced-motion:reduce){.autolog-flow-dotbadge{animation:none}.autolog-flow-streak{animation:none;display:none}}.social-proof{text-align:left}.social-proof-header{display:flex;flex-direction:column;align-items:flex-start;gap:16px;max-width:720px}.social-proof-header-top{display:flex;align-items:center;gap:16px}.mascot{width:56px;height:auto}.stars{display:flex;gap:4px;color:var(--star);font-size:24px}.social-proof-header h2{margin:0}.social-proof-header p{margin:0;color:var(--text-muted);font-size:18px;line-height:1.5}.testimonial-star-defs{position:absolute;width:0;height:0;overflow:hidden}.testimonial-grid{margin-top:64px;position:relative;width:100%;overflow:hidden;display:flex;flex-direction:column;gap:24px;-webkit-mask-image:linear-gradient( to right,transparent 0,black 8%,black 92%,transparent 100% );mask-image:linear-gradient( to right,transparent 0,black 8%,black 92%,transparent 100% )}.testimonial-track{--testimonial-gap:24px;display:flex;gap:var(--testimonial-gap);width:max-content;animation:testimonial-scroll 60s linear infinite;will-change:transform}.testimonial-track--reverse{animation-direction:reverse}.testimonial-grid:hover .testimonial-track{animation-play-state:paused}@keyframes testimonial-scroll{from{transform:translateX(0)}to{transform:translateX(calc(-50% - var(--testimonial-gap) / 2))}}@media (prefers-reduced-motion:reduce){.testimonial-track{animation:none}}.testimonial-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--bg-card-border);border-radius:24px;padding:28px;flex:0 0 340px;width:340px;display:flex;flex-direction:column;gap:18px;text-align:left;transition:box-shadow 0.3s ease}.testimonial-card:hover{box-shadow:0 16px 48px var(--shadow)}.testimonial-stars{display:flex;gap:3px;color:var(--star)}.testimonial-quote{font-size:16px;line-height:1.55;color:var(--text);letter-spacing:-0.005em;flex:1}.testimonial-quote::before{content:"“";margin-right:2px}.testimonial-quote::after{content:"”";margin-left:2px}.testimonial-author{display:flex;align-items:center;margin-top:4px}.testimonial-author-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.testimonial-author-name{font-size:15px;font-weight:600;color:var(--text);letter-spacing:-0.01em}.testimonial-author-location{font-size:13px;color:var(--text-muted)}.calc-cta{margin-top:48px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.calc-cta p{color:var(--text-muted);line-height:1.5;max-width:400px}.download-cta{text-align:center}.download-cta h2{margin-bottom:16px}.download-cta p{color:var(--text-muted);margin-bottom:32px}.app-store-badge{height:54px;transition:transform 0.2s}.app-store-badge:hover{transform:scale(1.05)}.btn-primary{display:inline-block;background:var(--primary-hover);color:white;padding:14px 32px;border-radius:9999px;text-decoration:none;font-weight:600;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",system-ui,sans-serif;border:none;cursor:pointer;transition:all 0.2s}.btn-primary:hover{background:var(--primary-hover);transform:scale(1.02)}.btn-sm{padding:6px 14px;font-size:13px;font-weight:500;white-space:nowrap;width:auto}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:white}.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--bg-card-border)}.faq-item:first-child{border-top:1px solid var(--bg-card-border)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0;background:none;border:none;cursor:pointer;color:var(--text);font-size:1.05rem;font-weight:500;text-align:left;line-height:1.4}.faq-question svg{flex-shrink:0;margin-left:16px;color:var(--text-muted);transition:transform 0.3s ease}.faq-item.open .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease}.faq-item.open .faq-answer{max-height:200px}.faq-answer p{padding-bottom:20px;color:var(--text-muted);font-size:0.95rem;line-height:1.6}.footer{border-top:1px solid var(--bg-card-border);padding:64px 0 28px;margin-top:56px}.footer-top{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:64px;align-items:start;padding-bottom:40px}.footer-brand-col{max-width:320px}.footer-brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:16px;color:var(--text);text-decoration:none}.footer-tagline{margin-top:14px;color:var(--text-muted);font-size:14px;line-height:1.55}.footer-cols{display:grid;grid-template-columns:repeat(3,minmax(140px,auto));gap:56px}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-col-title{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:2px}.footer-col a{text-decoration:none;color:var(--text);font-size:14px;font-weight:500;transition:color 0.2s}.footer-col a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--bg-card-border);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-copy{font-size:13px;color:var(--text-muted);margin:0}.theme-toggle{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:background 0.2s,color 0.2s}.theme-toggle:hover{background:var(--bg-card);color:var(--text)}.theme-toggle svg{width:20px;height:20px}.gsap-reveal,.hero-frame,.hero-float,.feature-float,.feature-illust,.stars svg,.mascot{opacity:0}.download-cta .btn-primary,.hero .btn-primary{animation:btnPulse 3s ease-in-out infinite}@keyframes btnPulse{0%,100%{box-shadow:0 0 0 0 rgba(15,159,110,0.4)}50%{box-shadow:0 0 0 12px rgba(15,159,110,0)}}@media (prefers-reduced-motion:reduce){.gsap-reveal,.hero-frame,.hero-float,.feature-float,.feature-illust,.stars svg,.mascot{opacity:1;visibility:visible}.download-cta .btn-primary,.hero .btn-primary{animation:none}.glass-card{transition-duration:0.01s !important}}.prose{max-width:720px;margin:0 auto;line-height:1.5}.prose h1{margin-bottom:8px}.prose h2{margin-top:48px;margin-bottom:16px;font-size:1.5rem}.prose p{margin-bottom:16px;color:var(--text-muted)}.prose-date{font-size:14px;color:var(--text-muted);margin-bottom:32px}.prose ul{list-style:disc;padding-left:24px;margin-bottom:16px;color:var(--text-muted)}.prose a{color:var(--primary)}.contact-header{max-width:1080px;margin:0 auto 56px;text-align:left}.contact-eyebrow{display:inline-block;padding:6px 14px;margin-bottom:16px;border-radius:9999px;background:var(--glow);color:var(--primary);font-size:13px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase}.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:32px;max-width:1080px;margin:0 auto;align-items:start}.contact-info{display:flex;flex-direction:column;gap:16px}.contact-info-card{display:flex;align-items:flex-start;gap:16px;padding:24px}.contact-info-icon{flex-shrink:0;width:44px;height:44px;border-radius:12px;background:var(--glow);color:var(--primary);display:flex;align-items:center;justify-content:center}.contact-info-body h2{font-size:0.95rem;font-weight:600;letter-spacing:normal;margin-bottom:4px;color:var(--text)}.contact-info-body p{color:var(--text-muted);font-size:0.95rem;line-height:1.45}.contact-info-body a{color:var(--primary);font-weight:600;text-decoration:none;font-size:0.95rem;word-break:break-all}.contact-info-body a:hover{text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:20px;padding:32px}.contact-field{display:flex;flex-direction:column;gap:8px}.contact-field label{font-size:0.875rem;font-weight:600;color:var(--text)}.contact-field input,.contact-field textarea{width:100%;padding:12px 14px;border:1px solid var(--bg-card-border);border-radius:12px;background:var(--surface);color:var(--text);font-size:1rem;font-family:inherit;transition:border-color 0.2s,box-shadow 0.2s}.contact-field textarea{resize:vertical;min-height:120px;line-height:1.5}.contact-field input:focus,.contact-field textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--glow)}.contact-field input:invalid:not(:placeholder-shown),.contact-field textarea:invalid:not(:placeholder-shown){border-color:rgba(220,38,38,0.5)}.contact-submit{align-self:flex-start;margin-top:4px}.contact-form-note{font-size:0.8125rem;color:var(--text-muted);margin-top:-4px}.calc-page-header{max-width:1080px;margin:0 auto 56px;text-align:left}.calc-eyebrow{display:inline-block;padding:6px 14px;margin-bottom:16px;border-radius:9999px;background:var(--glow);color:var(--primary);font-size:13px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase}.calc-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:32px;max-width:1080px;margin:0 auto;align-items:start}.calc-form-card,.calc-results-card{padding:32px;display:flex;flex-direction:column;gap:20px}.calc-results-card{position:sticky;top:96px}.calc-results-card>.calc-result-card,.calc-results-card>.calc-breakdown,.calc-results-card>.calc-bar,.calc-results-card>.calc-legend,.calc-results-card>.calc-progress,.calc-results-card>.calc-timeline,.calc-results-card>.calc-results,.calc-results-card>h3{margin:0}.calc-footer-section{max-width:1080px;margin:64px auto 0}.calc-cta-row{margin-top:32px}@media (max-width:1024px){.testimonial-card{flex-basis:320px;width:320px}}@media (max-width:768px){h1{font-size:2.25rem}h2{font-size:1.75rem}.section{padding:48px 0}.hero-inner{flex-direction:column;text-align:center;gap:40px}.hero-content{align-items:center}.feature-grid{grid-template-columns:1fr;gap:16px;margin-bottom:16px}.testimonial-grid{margin-top:40px}.testimonial-track{--testimonial-gap:16px}.testimonial-card{padding:24px;flex-basis:280px;width:280px}.feature-card-6{grid-column:span 1}.feature-card{padding:24px}.feature-card-text{text-align:center}.feature-stage{height:320px;border-radius:16px}.hero-phone{width:260px;margin-right:0}.hero-float{font-size:11px;padding:8px 10px;border-radius:12px}.float-transaction{top:6%;left:-12%}.float-emoji{font-size:16px}.float-name{font-size:11px}.float-meta{font-size:10px}.float-amount{font-size:12px}.float-budget{bottom:22%;right:-8%;min-width:130px}.float-pct{font-size:11px}.float-savings{bottom:4%;left:-8%;font-size:11px}.feature-float{font-size:11px;padding:8px 10px;border-radius:12px}.feature-float .float-emoji{font-size:16px}.feature-float .float-name{font-size:11px}.feature-float .float-meta{font-size:10px}.feature-float .float-amount,.feature-float .float-pct,.feature-float .float-value{font-size:12px}.feature-float .float-label{font-size:10px}.feature-float-spent,.feature-float-partner{top:6%;left:-8px}.feature-float-category,.feature-float-budget{top:6%;right:-8px}.feature-float-txn,.feature-float-owes{bottom:8%;right:-8px}.feature-float-pie,.feature-float-alert{bottom:10%;left:-8px}.feature-float-budget{min-width:120px}.float-pie-svg{width:36px;height:36px}.hero-subtitle{font-size:1.1rem}.nav-links{gap:16px}.contact-grid{grid-template-columns:1fr;gap:24px}.contact-form{padding:24px}.contact-submit{align-self:stretch;text-align:center}.calc-grid{grid-template-columns:1fr;gap:20px}.calc-form-card,.calc-results-card{padding:24px}.calc-results-card{position:static}.calc-page-header{margin-bottom:32px}.calc-footer-section{margin-top:48px}.footer{padding:48px 0 24px}.footer-top{grid-template-columns:1fr;gap:32px;padding-bottom:32px}.footer-cols{grid-template-columns:repeat(3,1fr);gap:24px}.footer-bottom{justify-content:center;text-align:center}.nav-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--text);padding:8px;margin-left:auto;height:64px;transition:height 0.4s cubic-bezier(0.2,0,0,1)}.nav-logo{height:64px;transition:height 0.4s cubic-bezier(0.2,0,0,1)}.nav.scrolled .nav-logo,.nav.scrolled .nav-toggle{height:48px}.nav-inner{height:64px}.nav.scrolled .nav-inner{height:48px;border-radius:9999px}.nav-drawer{display:block;position:absolute;top:100%;left:16px;right:16px;margin-top:8px;padding:8px;border-radius:24px;background:transparent;border:1px solid transparent;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);box-shadow:0 0 0 transparent;max-height:0;opacity:0;overflow:hidden;pointer-events:none;transition:max-height 0.4s cubic-bezier(0.2,0,0,1),opacity 0.25s ease,background 0.4s,backdrop-filter 0.4s,-webkit-backdrop-filter 0.4s,border-color 0.4s,box-shadow 0.4s}.nav.menu-open .nav-drawer{max-height:520px;opacity:1;pointer-events:auto;background:var(--bg-card);border-color:var(--bg-card-border);backdrop-filter:blur(40px) saturate(2);-webkit-backdrop-filter:blur(40px) saturate(2);box-shadow:0 16px 48px var(--shadow)}.nav-links{position:static;width:100%;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px;padding:4px 4px 8px;transform:none;display:flex}.nav-actions{width:100%;margin-left:0;padding:8px 4px 4px;border-top:1px solid var(--bg-card-border)}.nav-actions .btn-primary{flex:1;text-align:center}.nav-links a{font-size:16px;padding:12px 14px;border-radius:12px;color:var(--text-muted);transition:background 0.3s cubic-bezier(0.16,1,0.3,1),color 0.25s ease,transform 0.25s cubic-bezier(0.16,1,0.3,1),padding-left 0.25s cubic-bezier(0.16,1,0.3,1)}.nav-links a:hover{background:var(--bg-card-border);color:var(--text);padding-left:18px}.nav-links a:active{transform:scale(0.97)}.nav-dropdown{width:100%}.nav-dropdown-toggle{width:100%;justify-content:space-between;font-size:16px;color:var(--text-muted);padding:12px 14px;border-radius:12px;transition:background 0.3s cubic-bezier(0.16,1,0.3,1),color 0.25s ease,padding-left 0.25s cubic-bezier(0.16,1,0.3,1)}.nav-dropdown-toggle:hover{background:var(--bg-card-border);color:var(--text);padding-left:18px}.nav-dropdown-menu{position:static;transform:none;min-width:0;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;border-radius:0;padding:0 0 0 16px;box-shadow:none;opacity:0;max-height:0;overflow:hidden;pointer-events:none;top:auto;left:auto;transition:opacity 0.25s ease,max-height 0.4s cubic-bezier(0.2,0,0,1)}.nav-dropdown-menu.open{opacity:1;max-height:300px;pointer-events:auto;transform:none}.nav-dropdown-menu a{font-size:15px;padding:10px 14px;border-radius:10px;color:var(--text-muted);transition:background 0.3s cubic-bezier(0.16,1,0.3,1),color 0.25s ease,padding-left 0.25s cubic-bezier(0.16,1,0.3,1)}.nav-dropdown-menu a:hover{background:var(--bg-card-border);color:var(--text);padding-left:18px}}@media (max-width:480px){h1{font-size:1.75rem}.btn-primary{padding:12px 24px}.footer-cols{grid-template-columns:1fr 1fr;gap:28px 16px}.glass-card{padding:24px}.container{padding:0 16px}}