@font-face{font-family:JF Huninn;src:url(../fonts/jf-huninn-home.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--ease-out-cubic: cubic-bezier(.215, .61, .355, 1);--ease-out-quint: cubic-bezier(.23, 1, .32, 1);--ease-out-quart: cubic-bezier(.165, .84, .44, 1);--ease-in-out-cubic: cubic-bezier(.645, .045, .355, 1);--h-gutter: clamp(1.25rem, 4vw, 3rem);--h-max-w: 1200px;--h-shadow-x: .25rem;--h-shadow-y: .375rem;--h-shadow-sm-x: .15rem;--h-shadow-sm-y: .2rem;--fluid: calc(2px + .390625vw)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans)}*,*:before,*:after{box-sizing:border-box}.home-container{max-width:var(--h-max-w);margin:0 auto;padding-inline:var(--h-gutter)}.home-nav{position:sticky;top:0;z-index:50;background:color-mix(in oklch,var(--background) 92%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:2px solid var(--foreground);transition:transform .25s ease}@media (max-width: 879px){.home-nav--hidden{transform:translateY(-110%)}}.home-nav__inner{display:flex;align-items:center;justify-content:space-between;padding-block:.85rem}.home-nav__right{display:flex;align-items:center;gap:1.25rem}.home-logo{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-main);font-weight:700;font-size:1.35rem;text-decoration:none;color:inherit}.home-logo__img{height:2rem;width:auto;display:block}.home-nav__cta{padding:.5rem 1rem;background:var(--primary);border:2px solid var(--foreground);border-radius:var(--radius);font-weight:700;font-family:var(--font-main);text-decoration:none;color:inherit;transition:transform .2s var(--ease-out-quint),box-shadow .2s var(--ease-out-quint)}.home-nav__cta:hover{transform:translate(-1px,-1px);box-shadow:3px 4px 0 0 var(--foreground)}.lang-switcher{list-style:none;margin:0;padding:0;display:flex;gap:.75rem;font-size:.8rem;font-family:var(--font-main);font-weight:500}.lang-switcher a{color:var(--muted);text-decoration:none}.lang-switcher a:hover,.lang-switcher a[aria-current=page]{color:var(--foreground);font-weight:700}.lang-dropdown{position:relative}.lang-dropdown__trigger{list-style:none;cursor:pointer;display:flex;align-items:center;gap:.2rem;font-size:.85rem;font-family:var(--font-main);font-weight:700;color:var(--foreground);-webkit-user-select:none;user-select:none}.lang-dropdown__trigger::-webkit-details-marker{display:none}.lang-dropdown__chevron{font-size:.7rem;transition:transform .15s ease}.lang-dropdown[open] .lang-dropdown__chevron{transform:rotate(180deg)}.lang-dropdown__menu{position:absolute;top:calc(100% + .5rem);right:0;background:var(--background);border:2px solid var(--foreground);border-radius:var(--radius);padding:.3rem;list-style:none;margin:0;min-width:8rem;box-shadow:var(--h-shadow-x) var(--h-shadow-y) 0 0 var(--foreground);z-index:100}.lang-dropdown__menu a{display:block;padding:.45rem .75rem;text-decoration:none;color:var(--muted);font-size:.85rem;font-family:var(--font-main);font-weight:500;border-radius:calc(var(--radius) - 2px);white-space:nowrap}.lang-dropdown__menu a:hover{color:var(--foreground);background:var(--primary);background:color-mix(in oklch,var(--primary) 35%,transparent)}.lang-dropdown__menu a[aria-current=page]{color:var(--foreground);font-weight:700;background:var(--primary);background:color-mix(in oklch,var(--primary) 50%,transparent)}.home-hero{padding-block:clamp(2.5rem,6vw,5rem) clamp(3rem,7vw,6rem);min-height:calc(100svh - 64px);display:grid;align-items:center}.home-hero__grid{max-width:var(--h-max-w);margin:0 auto;padding-inline:var(--h-gutter);display:grid;grid-template-columns:1fr;grid-template-areas:"copy" "demo" "cta" "msg";gap:clamp(1.75rem,4vw,3rem);align-items:center}.home-hero__copy{grid-area:copy}.home-hero__demo{grid-area:demo}.home-hero__cta{grid-area:cta}.home-hero__msg{grid-area:msg}@media (min-width: 880px){.home-hero__grid{grid-template-columns:1.05fr 1fr;grid-template-rows:auto auto auto;grid-template-areas:"copy demo" "cta demo" "msg demo";column-gap:clamp(3rem,6vw,5rem);row-gap:1.25rem;align-items:start}.home-hero__copy{align-self:end}.home-hero__cta,.home-hero__msg{align-self:start}.home-hero__demo{align-self:center;grid-row:1 / 4}}.home-hero__pre{font-family:var(--font-main);font-weight:600;font-size:.92rem;color:color-mix(in oklch,var(--foreground) 65%,transparent);margin-bottom:1rem;display:inline-flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.06em}.home-hero__pre:before{content:"";width:1.75rem;height:2px;background:var(--foreground);opacity:.55}.home-hero__grid h1{font-size:clamp(2.4rem,5.2vw,4rem);font-family:var(--font-main);font-weight:700;line-height:1.25;letter-spacing:-.015em;margin:0 0 1.25rem}.home-hero__h1-line{display:block}.home-hero__h1-highlight .highlight-underline{position:relative;padding-inline:.3em;z-index:0;display:inline-block}.home-hero__h1-highlight .highlight-underline:after{content:"";position:absolute;inset-inline:0;bottom:.06em;height:.42em;background:var(--primary);z-index:-1;border-radius:2px}.home-hero__sub{font-size:clamp(1.05rem,1.4vw,1.2rem);max-width:28ch;color:color-mix(in oklch,var(--foreground) 78%,transparent);margin:0}.home-cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 1.5rem;background:var(--primary);border:2px solid var(--foreground);border-radius:var(--radius);font-weight:700;font-family:var(--font-main);font-size:1.05rem;text-decoration:none;color:inherit;box-shadow:var(--h-shadow-x) var(--h-shadow-y) 0 0 var(--foreground);transition:transform .2s var(--ease-out-quint),box-shadow .2s var(--ease-out-quint)}.home-cta-btn:hover{transform:translate(-2px,-2px);box-shadow:calc(var(--h-shadow-x) + 2px) calc(var(--h-shadow-y) + 2px) 0 0 var(--foreground)}.home-cta-btn:active{transform:translate(2px,3px);box-shadow:0 0 0 0 var(--foreground)}@keyframes doneActionsIn{0%{opacity:0;transform:translateY(8px)}}.home-hero__done-actions{display:none;opacity:0;pointer-events:none}.js .home-hero__done-actions{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}.home-hero__done-actions--show{opacity:1;pointer-events:auto;animation:doneActionsIn .42s var(--ease-out-quint) 80ms both}.home-hero__done-lead{animation:doneActionsIn .38s var(--ease-out-quint) .12s both}.home-hero__done-sub{animation:doneActionsIn .36s var(--ease-out-quint) .2s both}.home-hero__done-btns{animation:doneActionsIn .34s var(--ease-out-quint) .28s both}@media (max-width: 879px){.home-hero__cta{display:none}.js .home-hero__done-actions{align-items:center;text-align:center}.home-hero__done-sub{margin-inline:auto}.home-hero__done-btns{align-items:center}}@media (min-width: 880px){.home-hero__done-cta{display:none}}.home-hero__done-lead{font-family:var(--font-main);font-weight:700;font-size:1.15rem;line-height:1.18;margin:0 0 .4rem}.home-hero__done-accent{color:var(--success)}.home-hero__done-sub{display:block;font-weight:500;font-size:.92rem;line-height:1.4;color:color-mix(in oklch,var(--foreground) 72%,transparent);max-width:32ch;margin:0 0 .35rem}.home-hero__done-btns{display:flex;flex-direction:column;align-items:center;gap:.4rem}.home-hero__replay{font-family:var(--font-main);font-weight:600;font-size:.88rem;color:color-mix(in oklch,var(--foreground) 65%,transparent);text-decoration:underline;text-underline-offset:3px;background:none;border:none;padding:.25rem .5rem;cursor:pointer;transition:color .15s}.home-hero__replay:hover{color:var(--foreground)}.home-hero__demo{display:grid;place-items:center}.home-phone-wrap{display:flex;flex-direction:column;align-items:center;gap:.85rem;width:100%}.home-phone{position:relative;width:min(340px,88vw);aspect-ratio:9/16;background:var(--foreground);border-radius:42px;padding:8px;flex-shrink:0;-webkit-user-select:none;user-select:none;box-shadow:var(--h-shadow-x) var(--h-shadow-y) 0 0 var(--foreground),0 30px 80px -30px #00000059}@media (min-width: 880px){.home-phone{width:320px;aspect-ratio:9/19.5}}.home-phone__notch{position:absolute;top:14px;left:50%;translate:-50% 0;width:88px;height:22px;background:var(--foreground);border-radius:99px;z-index:8}.home-phone__notch:after{content:"";position:absolute;right:12px;top:50%;translate:0 -50%;width:8px;height:8px;border-radius:50%;background:color-mix(in oklch,var(--background) 14%,var(--foreground));box-shadow:inset 0 0 0 1.5px color-mix(in oklch,var(--background) 30%,var(--foreground))}.home-phone-caption{display:none;margin:.85rem 0 0;min-height:1.6em;font-family:var(--font-main);font-weight:700;font-size:1rem;text-align:center;color:var(--foreground)}.home-phone-caption span:not(:first-child){display:none}.js .home-phone-caption span{display:inline}@media (min-width: 880px){.home-phone-caption{display:block}}.home-phone__screen{position:relative;width:100%;height:100%;background:var(--background);border-radius:34px;overflow:hidden;font-family:var(--font-sans);font-size:11px;color:var(--foreground)}.home-demo-expense-wrap{position:relative;height:100%}.home-demo-expense-wrap .datastar--loading-skeleton{display:none!important}.home-screen-state{position:absolute;inset:0;overflow:hidden auto;display:none}.home-screen-state[data-initial],.js .home-screen-state{display:block}.home-demo-nav{display:flex;align-items:center;padding:32px 14px 0}.home-demo-nav__back{display:flex;align-items:center;gap:4px;font-family:var(--font-main);font-weight:500;font-size:9px;color:var(--muted)}.home-demo-header{position:relative;height:6rem;display:flex;justify-content:space-between;align-items:flex-end;gap:.5rem;padding-inline:var(--page-padding);flex-shrink:0}.home-demo-header__payer{flex:1 1 auto;align-self:flex-end;display:flex;align-items:flex-end;padding-bottom:.25rem;gap:.25rem}.home-demo-header__payer-label{display:flex;align-items:center;gap:.125rem}.home-demo-header__payer-text{font-size:.75rem;color:var(--muted);font-family:var(--font-main);font-weight:500}.home-demo-caret{width:1.25rem;height:1.25rem;color:var(--muted);display:inline-block;flex-shrink:0}.home-demo-caret--payer{width:1.125rem;height:1.125rem}.home-demo-caret--sharer{width:1rem;height:1rem;margin-left:auto}.home-demo-form-body{flex:1;min-height:0;padding-top:.75rem;padding-bottom:5rem;padding-inline:var(--page-padding);overflow-y:hidden;display:flex;flex-direction:column;gap:.75rem}.home-demo-state1-inner{display:flex;flex-direction:column;height:100%}.home-demo-amount-grid{display:grid;grid-template-rows:repeat(2,auto);grid-template-columns:auto minmax(0,1fr);column-gap:.5rem;row-gap:1rem;align-items:center}.home-demo-amount-arrow{grid-column:1;grid-row:1 / -1;width:2.5rem;color:var(--foreground)}.home-demo-arrow-down-svg{color:var(--foreground);width:66.667%;height:auto}.home-demo-icon-sm{width:1.5rem;height:1.5rem}.home-demo-amount-row{display:flex;align-items:center;gap:.5rem}.home-demo-amount-value{font-size:3rem;font-family:var(--font-main);font-weight:700;line-height:1}.home-demo-sharer-row{display:flex;align-items:center;gap:.375rem;padding:.5rem;border:2px solid var(--foreground);border-radius:2rem;box-shadow:var(--shadow-sm-x) var(--shadow-sm-y) 0 0 var(--foreground);overflow-x:auto;scrollbar-width:none}.home-demo-sharer-row::-webkit-scrollbar{display:none}.home-demo-preset-pill{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:99px;flex-shrink:0}.home-demo-preset-pill--active{background:var(--primary);border:2px solid var(--foreground);font-weight:700}.home-demo-preset-icon{width:.75rem;height:.75rem;flex-shrink:0}.home-demo-preset-pill-text{font-size:.75rem;font-weight:700;font-family:var(--font-main)}.home-demo-avatar-xs--offset{margin-left:-.375rem}.home-demo-currency-pill{display:inline-flex;align-items:center;font-family:var(--font-main);font-weight:700;font-size:1.125rem;padding:.125rem .75rem;background:var(--primary);border:2px solid var(--foreground);border-radius:99px;box-shadow:.15rem .2rem 0 0 var(--foreground)}.home-demo-cta-wrap{position:absolute;bottom:0;left:0;right:0;z-index:11;padding:8px 14px 14px;background:color-mix(in oklch,var(--background) 97%,transparent);display:flex;justify-content:center}.home-demo-blocker{position:absolute;inset:0;z-index:10;cursor:default}.home-demo-tap-hint{display:inline-flex;position:relative}.home-demo-tap-hint>button{animation:demoCtaPulse 2.2s var(--ease-out-quint) infinite}.home-demo-tap-hint--sm>button{animation:demoCtaPulseSm 2.2s var(--ease-out-quint) infinite}.home-demo-tap-hint--done>button{animation:none}.home-demo-tap-hand{position:absolute;bottom:-8px;right:-8px;pointer-events:none;color:var(--foreground);filter:drop-shadow(0 2px 5px color-mix(in oklch,var(--foreground) 40%,transparent));animation:demoHandTap 2.2s var(--ease-out-quint) infinite}.home-demo-tap-hint--sm .home-demo-tap-hand{bottom:-16px;right:-12px}@keyframes demoHandTap{0%,18%{transform:translateY(0);opacity:1}42%{transform:translateY(-6px);opacity:.9}58%{transform:translateY(-6px);opacity:.9}76%{transform:translateY(0);opacity:1}to{transform:translateY(0);opacity:1}}@keyframes demoCtaPulse{0%,18%{transform:scale(1)}42%{transform:scale(.94)}58%{transform:scale(.94)}68%{transform:scale(1.04)}76%{transform:scale(1)}to{transform:scale(1)}}@keyframes demoCtaPulseSm{0%,18%{transform:scale(1);box-shadow:0 0 color-mix(in oklch,var(--foreground) 35%,transparent)}42%{transform:scale(1.18);box-shadow:0 0 0 7px color-mix(in oklch,var(--foreground) 0%,transparent)}58%{transform:scale(1.18)}70%{transform:scale(.9);box-shadow:0 0 0 0 transparent}78%{transform:scale(1)}to{transform:scale(1)}}.home-demo-avatar-lg{width:3.5rem;height:3.5rem;border-radius:50%;border:2px solid var(--foreground);object-fit:cover;flex-shrink:0}.home-demo-avatar-md{width:2.75rem;height:2.75rem;border-radius:50%;border:2px solid var(--foreground);object-fit:cover;flex-shrink:0}.home-demo-avatar-xs,.home-demo-detail-avatar{width:1.5rem;height:1.5rem;border-radius:50%;border:1.5px solid var(--foreground);object-fit:cover;flex-shrink:0}.home-pulse-ring{position:absolute;border-radius:99px;pointer-events:none;z-index:30}.home-pulse-ring--btn{inset:-6px -8px;border-radius:12px}.home-pulse-ring:before,.home-pulse-ring:after{content:"";position:absolute;inset:-2px;border-radius:inherit;border:2px solid var(--foreground);animation:homeRingPulse 1.6s var(--ease-out-quart) infinite}.home-pulse-ring:after{animation-delay:.6s}@keyframes homeRingPulse{0%{transform:scale(.92);opacity:.85}80%{transform:scale(1.18);opacity:0}to{transform:scale(1.18);opacity:0}}.home-footer{padding-block:clamp(3rem,5vw,4.5rem);background:var(--background);text-align:center;border-top:1.5px solid color-mix(in oklch,var(--muted) 25%,var(--background))}.home-footer__inner{max-width:540px;margin:0 auto;padding-inline:var(--h-gutter)}.home-footer__mascot{display:block;margin:0 auto 1rem;border-radius:50%;width:3.5rem;height:3.5rem}.home-footer__mascot img{width:100%;height:100%;border-radius:50%;object-fit:cover}.home-footer__tagline{font-family:var(--font-main);font-weight:700;font-size:1rem;color:var(--foreground);margin:0 0 1.1rem}.home-footer__links{display:flex;gap:.4rem 1.1rem;justify-content:center;align-items:center;flex-wrap:wrap;font-size:.92rem;color:var(--muted)}.home-footer__links a{color:inherit;text-decoration:none}.home-footer__links a:hover{color:var(--foreground);text-decoration:underline;text-underline-offset:3px}.home-footer__sep{opacity:.45}.home-footer__updated{margin:.85rem 0 0;font-family:var(--font-main);font-size:.68rem;color:var(--muted);letter-spacing:.02em}.home-footer__updated time{font-variant-numeric:tabular-nums}.home-footer .lang-switcher{margin-top:1.25rem;justify-content:center}.home-lc{padding-block:clamp(3rem,7vw,6rem);border-top:2px solid color-mix(in oklch,var(--foreground) 10%,transparent)}.home-lc-before{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.5rem);max-width:720px;margin:0 auto}.home-lc-before__step-badge{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-main);font-size:.92rem;font-weight:600;color:color-mix(in oklch,var(--foreground) 55%,transparent);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.35rem}.home-lc-before__step-num{font-weight:800;color:var(--foreground)}.home-lc-before__h2{font-family:var(--font-main);font-weight:700;line-height:1.05;margin:0;font-size:clamp(2rem,4.5vw,3.25rem)}.home-lc-before__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(.75rem,2.5vw,1.75rem)}.home-lc-before__col{display:flex;flex-direction:column;gap:.6rem}.home-lc-before__col-lbl{font-size:clamp(1.2rem,2vw,1.45rem);font-weight:600;margin:0;line-height:1.2}.home-lc-before__col-lbl strong{font-weight:800}.home-lc-before__col-lbl--code strong{padding:0 .25em;border-radius:3px}.highlight-green{font-family:var(--font-main);color:var(--success);font-weight:700}.highlight-box{font-family:var(--font-main);color:var(--primary-dark, var(--foreground));background:var(--primary);padding:0 .25em;border-radius:3px;font-weight:700}.home-lc-before__img-wrap{display:block;width:100%}.home-lc-before__img{width:100%;height:auto;display:block}.home-lc-before__tagline{font-size:clamp(1.25rem,2.4vw,1.6rem);line-height:1.2;text-align:center;color:var(--foreground);margin:0;font-weight:700;display:flex;flex-direction:column;align-items:center;gap:.35rem}.home-lc-before__tagline-punch{display:flex;gap:.5rem;justify-content:center}.home-lc-before__gather-wrap{display:block;width:100%;max-width:500px;margin:0 auto}.home-lc-before__gather{width:100%;height:auto;display:block}@media (min-width: 880px){.home-lc-before__grid{max-width:500px;margin-inline:auto}.home-lc-before__col-lbl{font-size:1.5rem}.home-lc-before__tagline{font-size:1.75rem}}.home-lc-during{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.5rem);max-width:720px;margin:clamp(2.5rem,5vw,4rem) auto 0;padding-top:clamp(2rem,4vw,3rem);border-top:2px solid color-mix(in oklch,var(--foreground) 10%,transparent)}.home-lc-during__img-block{display:flex;flex-direction:column;gap:.6rem;max-width:500px;margin-inline:auto}.home-lc-during .home-lc-before__col-lbl{text-align:center}@media (min-width: 880px){.home-lc-during .home-lc-before__col-lbl{font-size:1.5rem}.home-lc-during .home-lc-before__tagline{font-size:1.75rem}}.home-lc-after{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.5rem);max-width:720px;margin:clamp(2.5rem,5vw,4rem) auto 0;padding-top:clamp(2rem,4vw,3rem);border-top:2px solid color-mix(in oklch,var(--foreground) 10%,transparent)}.home-lc-after .home-lc-before__gather-wrap{max-width:720px}@media (min-width: 880px){.home-lc-after .home-lc-before__tagline{font-size:1.75rem}}.origin{padding-block:clamp(2.5rem,5vw,4rem);background:var(--background);border-top:2px solid color-mix(in oklch,var(--foreground) 10%,transparent)}.origin__inner{max-width:40rem;margin:0 auto;padding-inline:var(--h-gutter)}.origin__mascot-wrap{display:block;width:3.25rem;height:3.25rem;margin:0 auto 1.1rem}.origin__mascot{width:3.25rem;height:3.25rem;border-radius:50%;object-fit:cover;border:2px solid var(--foreground);display:block}.origin__title{font-family:var(--font-main);font-weight:700;font-size:clamp(1.9rem,3.2vw + 1rem,2.7rem);text-align:center;margin:0 0 clamp(1.9rem,3.8vw,2.7rem)}.origin__body{font-size:clamp(.9rem,.25vw + .85rem,.975rem);line-height:1.75;color:color-mix(in oklch,var(--foreground) 94%,var(--muted))}.origin__body p{margin:0 0 1.35rem}.origin__body p:last-child{margin-bottom:0}.origin__lead{font-family:var(--font-sans);font-size:inherit;line-height:inherit;font-weight:400;color:inherit}.origin__pivot{font-family:var(--font-sans);font-size:inherit;line-height:inherit;font-weight:400;color:var(--foreground)}.origin__pivot .highlight-underline{position:relative;padding-inline:.15em;z-index:0;display:inline}.origin__pivot .highlight-underline:after{content:"";position:absolute;inset-inline:0;bottom:.05em;height:.38em;background:var(--primary);z-index:-1;border-radius:2px}.origin__principles{font-family:var(--font-main);font-weight:500;font-size:inherit;line-height:1.7;color:var(--foreground)}.origin__handshake{display:flex;flex-direction:column;text-align:center;font-family:var(--font-main);font-size:clamp(1.06rem,.3vw + 1rem,1.14rem);font-weight:500;color:var(--foreground);line-height:1.65;max-width:30rem;margin-inline:auto;margin-block:1rem}.origin__signoff{text-align:center;color:var(--foreground)}.origin__sig{width:100%;max-width:12rem;margin:1.25rem auto 0;display:block;overflow:visible}.origin__sig [data-sig]{stroke-dasharray:var(--sig-len, 2000);stroke-dashoffset:var(--sig-len, 2000)}.origin__sig.sig-animate [data-sig]{animation-name:sig-draw;animation-duration:var(--sig-dur, .72s);animation-delay:var(--sig-delay, 0s);animation-timing-function:linear;animation-fill-mode:both}.origin__sig.sig-animate [data-sig="6"]{animation-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes sig-draw{to{stroke-dashoffset:0}}.cta-repeat{padding-block:clamp(2.5rem,5vw,4rem);background:var(--background);text-align:center;border-top:2px solid color-mix(in oklch,var(--foreground) 10%,transparent)}.faq{padding-block:clamp(4rem,8vw,6.5rem);background:var(--background)}.faq__header{text-align:center;max-width:36rem;margin:0 auto clamp(2.25rem,4.5vw,3.5rem);padding-inline:var(--h-gutter)}.faq__title{font-family:var(--font-main);font-weight:700;font-size:clamp(1.85rem,3.2vw + 1rem,2.6rem);margin:0}.faq__inner{max-width:720px;margin:0 auto;padding-inline:var(--h-gutter)}.faq-item{border-top:1.5px solid color-mix(in oklch,var(--muted) 28%,var(--background))}.faq-item:last-child{border-bottom:1.5px solid color-mix(in oklch,var(--muted) 28%,var(--background))}.faq-item__q{list-style:none;cursor:pointer;padding:1.15rem 0;font-family:var(--font-main);font-weight:700;font-size:clamp(1.02rem,.4vw + .9rem,1.15rem);display:flex;justify-content:space-between;align-items:center;gap:1rem;-webkit-user-select:none;user-select:none;line-height:1.35}.faq-item__q:hover{color:color-mix(in oklch,var(--foreground) 85%,var(--primary))}.faq-item__q::-webkit-details-marker{display:none}.faq-item__q::marker{display:none;content:""}.faq-item__q:after{content:"";width:.65rem;height:.65rem;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);transform-origin:55% 55%;flex-shrink:0;transition:transform .2s var(--ease-out-quart)}.faq-item[open] .faq-item__q:after{transform:rotate(-135deg)}@keyframes faq-answer-in{0%{opacity:0;transform:translateY(-4px)}}.faq-item[open] .faq-item__a{animation:faq-answer-in .2s var(--ease-out-quart) both}.faq-item__a{padding:0 0 1.4rem;line-height:1.6;color:color-mix(in oklch,var(--foreground) 88%,var(--muted));max-width:38rem}.faq-item__a p{margin:0}.faq-item__a code{background:color-mix(in oklch,var(--muted) 12%,var(--background));padding:.08rem .3rem;border-radius:4px;font-size:.92em;font-family:var(--font-sans)}.faq__closer{max-width:720px;margin:clamp(2rem,4vw,3rem) auto 0;padding-inline:var(--h-gutter);text-align:center;color:var(--muted);font-size:.95rem}.faq__closer a{color:inherit;text-decoration:underline;text-decoration-color:color-mix(in oklch,var(--muted) 50%,transparent);text-underline-offset:3px}.faq__closer a:hover{color:var(--foreground);text-decoration-color:var(--foreground)}.js .home-hero__pre{opacity:0;transform:translateY(10px);transition:opacity .4s var(--ease-out-quint),transform .4s var(--ease-out-quint)}.js .home-hero__h1-line{opacity:0;transform:translateY(16px);transition:opacity .48s var(--ease-out-quint),transform .5s var(--ease-out-quint)}.js .home-hero__sub{opacity:0;transform:translateY(10px);transition:opacity .4s var(--ease-out-quint),transform .4s var(--ease-out-quint)}.js .home-hero__cta{opacity:0;transform:translateY(8px);transition:opacity .36s var(--ease-out-quint),transform .36s var(--ease-out-quint)}.js .home-phone-wrap{opacity:0;transform:translateY(24px) scale(.97);transition:opacity .6s var(--ease-out-quint),transform .62s var(--ease-out-quint)}.hero-ready .home-hero__pre{opacity:1;transform:none;transition-delay:0ms}.hero-ready .home-hero__h1-line{opacity:1;transform:none;transition-delay:60ms}.hero-ready .home-hero__h1-highlight{transition-delay:.12s}.hero-ready .home-hero__sub{opacity:1;transform:none;transition-delay:.19s}.hero-ready .home-hero__cta{opacity:1;transform:none;transition-delay:.26s}.hero-ready .home-phone-wrap{opacity:1;transform:none;transition-delay:80ms}.js .home-hero__h1-highlight .highlight-underline:after{transform-origin:left center;transform:scaleX(0);transition:transform .5s var(--ease-out-quint)}.hero-ready .home-hero__h1-highlight .highlight-underline:after{transform:scaleX(1);transition-delay:.28s}@keyframes phoneFloat{0%{transform:translateY(0)}to{transform:translateY(-8px)}}@media (min-width: 880px){.home-phone{animation:phoneFloat 4s ease-in-out .9s infinite alternate}}.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .5s var(--ease-out-quint),transform .52s var(--ease-out-quint)}.js .reveal.reveal--spring{transform:scale(.72);transition:opacity .35s var(--ease-out-quint),transform .45s cubic-bezier(.34,1.56,.64,1)}.js .reveal.reveal--fade{transform:none;transition:opacity .6s var(--ease-out-quint)}.js .reveal.is-visible{opacity:1;transform:none}.js .reveal--delay-1{transition-delay:80ms}.js .reveal--delay-2{transition-delay:.16s}@media (prefers-reduced-motion: reduce){.home-pulse-ring:before,.home-pulse-ring:after{animation:none!important;opacity:.6;transform:scale(1)}.home-cta-btn,.home-nav__cta{transition:none!important}.home-hero__done-actions--show,.home-hero__done-lead,.home-hero__done-sub,.home-hero__done-btns{animation:none!important}.faq-item__q:after{transition:none}.faq-item[open] .faq-item__a{animation:none}.js .home-hero__pre,.js .home-hero__h1-line,.js .home-hero__sub,.js .home-hero__cta,.js .home-phone-wrap{opacity:1;transform:none;transition:none}.js .home-hero__h1-highlight .highlight-underline:after{transform:scaleX(1);transition:none}.home-phone{animation:none}.js .reveal{opacity:1;transform:none;transition:none}}.legal-page{min-height:100dvh;padding-block:clamp(2rem,6vw,4rem) clamp(3rem,8vw,6rem);padding-inline:var(--h-gutter, clamp(1.25rem, 4vw, 3rem))}.legal-page__inner{max-width:720px;margin:0 auto}.legal-page__heading{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.15;margin-bottom:.5rem}.legal-page__meta{font-size:.85rem;color:var(--muted, #6b7280);margin-bottom:1.5rem}.legal-page__intro{font-size:1.05rem;margin-bottom:2rem;border-left:3px solid var(--primary, #84cc16);padding-left:1rem}.legal-page__section{margin-bottom:2rem}.legal-page__section h2{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.legal-page__section p,.legal-page__section li{font-size:.95rem;line-height:1.7;color:var(--foreground)}.legal-page__section ul{padding-left:1.25rem;list-style:disc;display:flex;flex-direction:column;gap:.4rem}.home-demo-currency-wrap{grid-row:1;grid-column:2;display:flex;align-items:center}.home-demo-currency-pill-outer{display:flex;align-items:center;gap:.5rem;padding:.25rem;border:2px solid var(--foreground);border-radius:2rem;box-shadow:var(--shadow-sm-x) var(--shadow-sm-y) 0 0 var(--foreground)}.home-demo-currency-option{width:2.75rem;text-align:center;padding-block:.125rem;border-radius:2rem}.home-demo-currency-option--active{font-size:1.125rem;font-family:var(--font-main);font-weight:700;color:var(--foreground);background:var(--primary);border:2px solid var(--foreground)}.home-demo-currency-option--inactive{font-size:.875rem;color:var(--muted)}.home-demo-cta-btn{font-size:.9rem;padding:.65rem 1rem}.home-demo-cta-btn svg{width:1.5rem;height:1.5rem;display:inline-block;vertical-align:middle;margin-right:.375rem}.home-demo-receipt-icon{width:1.5rem;height:1.5rem;display:inline-block;vertical-align:middle;margin-right:.375rem}.home-demo-state2-wrap{padding:32px var(--page-padding) 20px;display:flex;flex-direction:column;gap:.5rem}.home-demo-success-header{position:relative;display:flex;justify-content:center;text-align:center;gap:.5rem;align-items:center;margin-bottom:.5rem}.home-demo-success-icon{width:2rem;height:2rem;color:var(--success);flex-shrink:0}.home-demo-success-title{font-size:1.125rem;font-family:var(--font-main);font-weight:700;color:var(--success);margin:0}.home-demo-expense-card{border:3px solid var(--foreground);border-radius:.75rem;background:var(--background);padding:.5rem;box-shadow:var(--box-shadow-x) var(--box-shadow-y) 0 0 var(--foreground);position:relative;z-index:0;flex-shrink:0;overflow:hidden}.home-demo-expense-card__inner{position:relative;display:flex;align-items:flex-start;gap:.75rem;z-index:1}.home-demo-mini-cal{border:2px solid var(--foreground);border-radius:.25rem;overflow:hidden;min-width:3rem;flex-shrink:0;text-align:center;background:var(--background);box-shadow:var(--shadow-sm-x) var(--shadow-sm-y) 0 0 var(--foreground)}.home-demo-mini-cal__top{background:var(--destructive);height:.75rem;border-bottom:2px solid var(--foreground)}.home-demo-mini-cal__body{padding:.25rem .5rem}.home-demo-mini-cal__month{font-size:.625rem;font-weight:700;letter-spacing:.05em}.home-demo-mini-cal__day{font-size:1.25rem;font-weight:700;font-family:var(--font-main);line-height:1}.home-demo-payment-flow{display:flex;flex-direction:column;gap:.125rem}.home-demo-payer-row{display:flex;align-items:center;gap:.25rem}.home-demo-avatar-group{display:flex}.home-demo-detail-avatar--offset{margin-left:-.375rem}.home-demo-arrow-right-svg{color:var(--foreground);width:1rem;height:auto;transform:rotate(-3deg)}.home-demo-amount-line{display:flex;align-items:baseline;gap:.375rem;flex-wrap:wrap}.home-demo-amount-main{font-family:var(--font-main);font-weight:500;font-size:1.125rem}.home-demo-amount-approx{font-size:.75rem;color:var(--muted);display:flex;align-items:center;gap:.125rem}.home-demo-approx-icon{display:inline-block;width:.75rem;height:.75rem}.home-demo-category-row{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.home-demo-category-row svg{width:1.5rem;height:1.5rem}.home-demo-category-row[data-dirty=""]{animation:scale-attention .5s var(--ease-out-cubic)}@keyframes scale-attention{0%{transform:scale(calc(1 - var(--scale-offset, .05)))}50%{transform:scale(calc(1 + var(--scale-offset, .05)))}to{transform:scale(1)}}.home-demo-category-icon{width:1.5rem;height:1.5rem}.home-demo-category-text{font-family:var(--font-main);font-weight:500;text-transform:capitalize}.home-demo-expense-card__sketch{position:absolute;bottom:.5rem;right:.5rem}.home-demo-expense-card__sketch-img{width:6.75rem;height:auto;opacity:.1;overflow:hidden}.home-demo-enrichment{display:flex;flex-direction:column;gap:1rem;position:relative;margin-top:.5rem}.home-demo-tabs{display:flex;flex-direction:column;gap:.5rem;border:2px solid var(--foreground);border-radius:.75rem;box-shadow:var(--shadow-sm-x) var(--shadow-sm-y) 0 0 var(--foreground)}.home-demo-tab-switcher{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;font-size:.875rem;padding:.5rem}.home-demo-tab-indicator{position:absolute;z-index:0;top:0;bottom:0;margin-block:.25rem;border:2px solid var(--foreground);border-radius:2rem;background:var(--primary);left:calc(50% + 4px);right:8px}.home-demo-tab-btn{outline:none;background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;color:inherit;padding:.125rem}.home-demo-tab-btn--active{font-weight:700;position:relative;z-index:10}.home-demo-tab-content{display:flex;gap:.75rem;align-items:center;padding:.5rem}.home-demo-tab-icon{width:3rem;height:3rem;color:var(--foreground);flex-shrink:0}.home-demo-tab-mascot{width:100%;height:100%}.home-demo-tab-text{flex:1 1 0%;display:flex;flex-direction:column;gap:.125rem}.home-demo-tab-title{font-weight:500;font-size:.875rem;margin:0}.home-demo-tab-desc{font-size:.75rem;color:var(--muted);margin:0}.home-demo-subcategory-pills{display:flex;flex-wrap:wrap;column-gap:.75rem;row-gap:.5rem}.home-demo-pill{display:inline-flex;align-items:center;gap:.375rem;border-radius:9999px;padding:.125rem .375rem;text-transform:capitalize;background:none;border:1px solid var(--foreground);cursor:pointer;font-family:inherit;font-size:inherit;color:inherit;transition:transform 80ms ease}.home-demo-pill:active{transform:scale(.95)}.home-demo-pill--active{background:var(--primary);border:2px solid var(--foreground);font-weight:700;box-shadow:var(--shadow-sm-x) var(--shadow-sm-y) 0 0 var(--foreground)}.home-demo-pill--inactive{border:1px solid var(--foreground)}.home-demo-pill-icon{width:.875rem;height:.875rem;display:inline-block}.home-demo-pill-text{font-size:.75rem}.home-demo-desc-section{display:flex;flex-direction:column;gap:.25rem}.home-demo-desc-input{display:flex;align-items:center;border:2px solid var(--foreground);border-radius:var(--radius);padding:.5rem .75rem;gap:.5rem;transition:border-color .15s ease}.home-demo-desc-input--saved{border-color:var(--success)}.home-demo-desc-text{flex:1 1 0%;font-size:.875rem;font-family:var(--font-main);font-weight:500;text-transform:capitalize}.home-demo-desc-icon{width:1rem;height:1rem;flex-shrink:0}.home-demo-desc-icon--muted{color:var(--muted)}.home-demo-desc-icon--success{color:var(--success)}.home-demo-saved-msg{font-size:.75rem;color:var(--muted);text-align:center;visibility:hidden;opacity:0;transition:opacity .1s ease}.home-demo-saved-msg--visible{visibility:visible;opacity:1}.home-demo-tap-hand-lg{width:2.5rem;height:2.5rem}.home-demo-tap-hand-sm{width:1.75rem;height:1.75rem}.home-phone__screen .flex{display:flex}.home-phone__screen .flex-col{flex-direction:column}.home-phone__screen .flex-1{flex:1 1 0%}.home-phone__screen .flex-auto{flex:1 1 auto}.home-phone__screen .flex-none{flex:none}.home-phone__screen .flex-shrink-0{flex-shrink:0}.home-phone__screen .flex-wrap{flex-wrap:wrap}.home-phone__screen .inline-flex{display:inline-flex}.home-phone__screen .relative{position:relative}.home-phone__screen .absolute{position:absolute}.home-phone__screen .items-center{align-items:center}.home-phone__screen .items-start{align-items:flex-start}.home-phone__screen .items-end{align-items:flex-end}.home-phone__screen .items-baseline{align-items:baseline}.home-phone__screen .justify-center{justify-content:center}.home-phone__screen .justify-between{justify-content:space-between}.home-phone__screen .self-end{align-self:flex-end}.home-phone__screen .whitespace-nowrap{white-space:nowrap}.home-phone__screen .overflow-hidden{overflow:hidden}.home-phone__screen .pointer-events-none{pointer-events:none}.home-phone__screen .text-center{text-align:center}.home-phone__screen .capitalize{text-transform:capitalize}.home-phone__screen .w-fit{width:fit-content}.home-phone__screen .z-10{z-index:10}.home-phone__screen .z-0{z-index:0}.home-phone__screen .gap-1{gap:.25rem}.home-phone__screen .gap-2{gap:.5rem}.home-phone__screen .gap-4{gap:1rem}.home-phone__screen .gap-x-2{column-gap:.5rem}.home-phone__screen .p-1{padding:.25rem}.home-phone__screen .p-2{padding:.5rem}.home-phone__screen .px-2{padding-inline:.5rem}.home-phone__screen .px-6{padding-inline:1.5rem}.home-phone__screen .py-0\.5{padding-block:.125rem}.home-phone__screen .py-2{padding-block:.5rem}.home-phone__screen .mb-2{margin-bottom:.5rem}.home-phone__screen .mt-2{margin-top:.5rem}.home-phone__screen .text-xs{font-size:.75rem}.home-phone__screen .text-sm{font-size:.875rem}.home-phone__screen .text-lg{font-size:1.125rem}.home-phone__screen .text-xl{font-size:1.25rem}.home-phone__screen .font-main{font-family:var(--font-main);font-weight:500}.home-phone__screen .font-bold{font-weight:700}.home-phone__screen .font-medium{font-weight:500}.home-phone__screen .text-muted{color:var(--muted)}.home-phone__screen .text-foreground{color:var(--foreground)}.home-phone__screen .text-success{color:var(--success)}.home-phone__screen .text-primary-foreground{color:var(--foreground)}.home-phone__screen .bg-background{background-color:var(--background)}.home-phone__screen .bg-primary{background-color:var(--primary)}.home-phone__screen .bg-foreground{background-color:var(--foreground)}.home-phone__screen .border-2{border:2px solid var(--foreground)}.home-phone__screen .border-3{border:3px solid var(--foreground)}.home-phone__screen .border-foreground{border-color:var(--foreground)}.home-phone__screen .border-muted{border-color:var(--muted)}.home-phone__screen .rounded{border-radius:.25rem}.home-phone__screen .rounded-xl{border-radius:.75rem}.home-phone__screen .rounded-4xl{border-radius:2rem}.home-phone__screen .rounded-full{border-radius:9999px}.home-phone__screen .rounded-base{border-radius:var(--radius)}.home-phone__screen .shadow-sm{box-shadow:var(--shadow-sm-x) var(--shadow-sm-y) 0 0 var(--foreground)}.home-phone__screen .shadow-muted{box-shadow:var(--shadow-sm-x) var(--shadow-sm-y) 0 0 var(--muted)}.home-phone__screen .shadow-default{box-shadow:var(--box-shadow-x) var(--box-shadow-y) 0 0 var(--foreground)}.home-phone__screen .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-phone__screen .outline-none{outline:none}.home-phone__screen .transition-\[clip-path\]{transition-property:clip-path}.home-phone__screen .duration-250{transition-duration:.25s}.home-phone__screen .ease-in-out{transition-timing-function:ease-in-out}.home-phone__screen .inset-0\.5{inset:.125rem}.home-phone__screen .mb-\(--shadow-sm-y\){margin-bottom:var(--shadow-sm-y)}.home-phone__screen .mr-\(--shadow-sm-x\){margin-right:var(--shadow-sm-x)}.home-phone__screen .active\:shadow-none:active{box-shadow:none}.home-phone__screen .active\:translate-x-\(--shadow-sm-x\):active{transform:translate(var(--shadow-sm-x))}.home-phone__screen .active\:translate-y-\(--shadow-sm-y\):active{transform:translateY(var(--shadow-sm-y))}.home-phone__screen .w-\(--currency-w\){width:var(--currency-w)}.home-phone__screen .\[\&_svg\]\:size-3 svg{width:.75rem;height:.75rem}.home-phone__screen .\[\&_svg\]\:size-6 svg{width:1.5rem;height:1.5rem}.home-phone__screen .\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.home-phone__screen .\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.home-phone__screen .bottom-0{bottom:0}.home-phone__screen .right-4{right:1rem}.home-phone__screen .w-14{width:3.5rem}.home-phone__screen .w-18{width:4.5rem}.home-phone__screen .w-20{width:5rem}.home-phone__screen .h-auto{height:auto}.home-phone__screen .grayscale-80{filter:grayscale(80%)}
