:root{--cream:#fbf7f0;--sand:#f5efe2;--ink:#0f172a;--green:#16a34a;--forest:#073c30;--muted:#61706a;--line:#e3e4d8;--ease:cubic-bezier(.2,.75,.2,1);--font:'Mulish',system-ui,sans-serif;--display:'Poppins',system-ui,sans-serif}
*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden}body{background:var(--cream);color:var(--ink);font-family:var(--font);transition:background .7s,color .7s;-webkit-font-smoothing:antialiased}body.theme-sage{background:#edf3e3}body.theme-forest{background:#073c30;color:#fffdf5}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button{color:inherit;cursor:pointer}button,a{touch-action:manipulation}button{border:0;background:none}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #ec9b37;outline-offset:5px}button:disabled{opacity:.3;cursor:default}button:not(:disabled){transition:background .25s,transform .25s,color .25s,border-color .25s}button:not(:disabled):active{transform:scale(.97)}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--display);font-weight:700}h1,h2{letter-spacing:-.065em;line-height:1.04}h1{font-size:clamp(54px,6.2vw,96px)}h2{font-size:clamp(44px,4.7vw,74px)}em{font-style:normal;color:var(--green)}.theme-forest em{color:#d9f879}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.19em;color:#658069;margin-bottom:23px}.theme-forest .eyebrow{color:#b6ccad}.lead{font-size:clamp(16px,1.5vw,22px);line-height:1.6;color:var(--muted);max-width:490px;margin-top:25px}.theme-forest .lead{color:#c3d4c9}.micro{font-size:11px;line-height:1.5;color:#7a8479;letter-spacing:.015em}.theme-forest .micro{color:#afc4b5}.dot-separator{padding:0 6px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;top:-80px;left:25px;z-index:100;background:white;color:black;padding:12px}.skip-link:focus{top:10px}
.topbar{height:80px;position:fixed;inset:0 0 auto;z-index:20;padding:0 4.5vw;display:flex;align-items:center;justify-content:space-between;gap:30px}.wordmark{font-family:var(--display);font-weight:700;font-size:28px;letter-spacing:-1.9px;padding:0}.wordmark span{color:var(--green)}.theme-forest .wordmark span{color:#d9f879}.presentation-label{font-size:9px;font-weight:800;letter-spacing:.25em;opacity:.5;margin-right:auto;margin-left:28px}.top-actions{display:flex;gap:18px;align-items:center}.quiet-button{font-size:12px;font-weight:700;padding:9px 0;display:flex;gap:15px;align-items:center}.quiet-button span{font-size:21px;line-height:1}.icon-button{width:38px;height:38px;display:grid;place-items:center;font-size:20px;flex-shrink:0;border-radius:50%}.icon-button:hover{background:#8997851c}.theme-forest .icon-button:hover{background:#ffffff1b}
#slides{position:absolute;inset:80px 0 100px;perspective:1600px}.slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateY(22px) scale(.99);transition:opacity .65s var(--ease),transform .8s var(--ease),visibility .8s;pointer-events:none;overflow:hidden}.slide.active{opacity:1;visibility:visible;transform:none;pointer-events:auto;z-index:2}.slide-inner{width:min(1440px,91%);height:100%;margin:auto;padding:12px 0;position:relative}.split{display:grid;grid-template-columns:1.15fr 1fr;gap:5%;align-items:center}.copy{position:relative;z-index:2;max-width:650px}.copy>.micro{margin-top:18px}.reveal{opacity:0;transform:translateY(26px)}.active .reveal{animation:rise .9s var(--ease) both;animation-delay:calc(var(--order,0)*75ms)}@keyframes rise{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}
.primary-button,.outline-button{min-height:48px;padding:14px 24px;border-radius:28px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:28px}.primary-button{background:var(--green);color:#fff;box-shadow:0 5px 20px #16a34a1c}.primary-button:hover{background:#12853d;transform:translateY(-2px)}.primary-button span{font-size:19px;line-height:1}.outline-button{border:1px solid currentColor;opacity:.85}.outline-button:hover{background:#ffffff14;opacity:1}.theme-forest .primary-button{background:#d9f879;color:#073c30}.text-button{font-size:12px;font-weight:800;padding:10px 0;display:inline-flex;align-items:center;gap:12px;text-decoration:none;border-bottom:1px solid #c8d2bb}.text-button:hover{color:var(--green)}.theme-forest .text-button{border-color:#739779}.theme-forest .text-button:hover{color:#d9f879}
.hero .lead{max-width:450px}.hero .primary-button{margin-top:28px}.hero .micro{margin-top:18px}.hero-art{height:100%;min-height:390px;position:relative;perspective:1300px}.ambient-disc{position:absolute;width:96%;aspect-ratio:1;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,#dceec9 0%,#e8eedb 55%,#e9eedb00 71%)}.hero-product{position:absolute;left:50%;top:50%;overflow:hidden;width:60%;aspect-ratio:.675;border-radius:40px;transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y))) rotate(var(--r));box-shadow:0 30px 32px -24px #24431d33;will-change:transform;opacity:0}.hero-product img{width:100%;height:100%;object-fit:cover;object-position:center bottom;display:block}.product-center{--x:0px;--y:0px;--r:4deg;z-index:3}.product-left{--x:-132px;--y:14px;--r:-13deg;width:46%;z-index:1;filter:saturate(.85)}.product-right{--x:132px;--y:9px;--r:16deg;width:46%;z-index:2;filter:saturate(.88)}.active .hero-product{animation:phoneReveal 1.5s var(--ease) both,phoneFloat 7s ease-in-out 1.5s infinite}.active .product-left{animation-delay:.17s,1.67s}.active .product-right{animation-delay:.3s,1.8s}.hero-caption{position:absolute;bottom:0;left:0;right:0;text-align:center;font-size:11px;font-weight:700;color:#5f7661;animation:rise 1.2s .5s both}.status-dot{display:inline-block;width:6px;height:6px;background:var(--green);border-radius:50%;margin-right:8px;box-shadow:0 0 0 4px #16a34a14}@keyframes phoneReveal{from{opacity:0;transform:translate(calc(-50% + var(--x)),calc(-35% + var(--y))) rotate(0deg) rotateY(15deg) scale(.85)}to{opacity:1;transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y))) rotate(var(--r))}}@keyframes phoneFloat{0%,100%{transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y))) rotate(var(--r))}50%{transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y) - 9px)) rotate(var(--r))}}
.feature-art{position:relative;height:100%;max-height:700px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;min-height:0}.soft-spot{position:absolute;left:0;right:0;top:15%;bottom:10%;border-radius:48%;background:radial-gradient(ellipse,#e3edcd 15%,#eaf1ddaa 55%,transparent 73%);z-index:-1}.soft-spot.mist{background:radial-gradient(ellipse,#dbeae4,#e8f0e555,transparent 72%)}.device{position:relative;height:calc(100% - 50px);max-height:630px;aspect-ratio:1290/2796;flex-shrink:1;border:7px solid #1b1d1a;border-radius:36px;box-shadow:inset 0 0 0 2px #6d7069,0 30px 35px -25px #1e30165e;overflow:hidden;background:var(--cream);transition:transform 1s var(--ease)}.device img{width:100%;height:100%;object-fit:cover;display:block}.tilt-right{transform:rotate(4deg)}.tilt-left{transform:rotate(-4deg)}.active .device{animation:deviceReveal 1.2s var(--ease) both}.poster-device{height:calc(100% - 50px);max-height:610px;aspect-ratio:.69;overflow:hidden;border-radius:45px;box-shadow:0 30px 35px -32px #2c3d2055;transform:rotate(-1deg)}.poster-device img{width:100%;height:100%;display:block;object-fit:cover;object-position:bottom}.screen-link{position:relative;font-size:11px;font-weight:700;opacity:.65;z-index:2;padding:5px 10px}.screen-link:hover{opacity:1}.dark-halo{position:absolute;inset:10% 0;background:radial-gradient(ellipse,#4d9d504a 0%,transparent 72%);z-index:-1}.dark-halo.bronze{background:radial-gradient(ellipse,#b99d5540,transparent 70%)}@keyframes deviceReveal{from{opacity:0;translate:0 60px;scale:.95}to{opacity:1;translate:0 0;scale:1}}
.chat-demo{margin-top:25px;max-width:460px;min-height:176px}.demo-user{margin-left:auto;background:var(--green);color:#fff;padding:12px 20px;border-radius:18px 18px 4px 18px;width:fit-content;min-height:44px;font-size:15px}.typing-caret{height:1em;border-right:2px solid #ffffffb0;display:inline-block;margin-left:3px;vertical-align:-2px;animation:blink .65s infinite}.chat-demo.complete .typing-caret{display:none}.demo-reply{display:grid;grid-template-columns:37px 1fr;gap:12px;margin-top:15px;opacity:0;transform:translateY(8px);transition:opacity .5s,transform .5s}.demo-reply img{width:37px;margin-top:3px}.chat-demo.complete .demo-reply{opacity:1;transform:none}.reply-copy{font-size:12px;color:#647263}.transaction-example{margin-top:8px;padding:15px 18px;background:#fffdf8;border:1px solid #e8e1d4;border-left:3px solid #f97316;border-radius:13px;box-shadow:0 8px 18px #76502e08}.transaction-example>div{display:flex;justify-content:space-between;gap:20px;font-size:18px}.transaction-example b{color:#e97620;font-weight:800}.transaction-example p{font-size:11px;color:#64748b;margin:8px 0}.transaction-example p span{margin-left:10px;background:var(--sand);padding:3px 7px;border-radius:8px}.saved-check{font-size:13px;color:var(--green);font-weight:700}.under-demo{display:flex;justify-content:space-between;align-items:center;max-width:460px;margin-top:12px}@keyframes blink{50%{opacity:0}}
.capture-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:8%;align-items:center}.capture-copy h2{font-size:clamp(43px,5vw,76px)}.segmented{display:inline-flex;gap:4px;background:#dce5d562;border:1px solid #d4ddcd;padding:5px;border-radius:28px;margin-top:25px}.segmented button{padding:9px 23px;font-size:13px;font-weight:700;border-radius:22px}.segmented button[aria-pressed=true]{background:#fffdf7;box-shadow:0 2px 6px #465e2812}.segmented button:hover{background:#fff9}.mode-description{font-size:13px;line-height:1.7;color:#667564;max-width:400px;margin-top:16px;min-height:45px}.capture-stage{height:100%;min-height:300px;max-height:550px;display:grid;place-items:center;position:relative}.capture-view{width:100%;text-align:center}.capture-view[hidden]{display:none}.capture-view.current{animation:rise .65s var(--ease)}.capture-quote{font-size:clamp(27px,3.1vw,45px);line-height:1.4;letter-spacing:-.035em;font-weight:600;margin-top:45px}.capture-quote em{color:#12613d}.capture-view>.micro{margin-top:25px;letter-spacing:.12em}.waveform{height:90px;display:flex;align-items:center;justify-content:center;gap:7px}.waveform i{display:block;width:5px;height:var(--h);border-radius:4px;background:#258652;animation:wave 1.2s ease-in-out infinite;animation-delay:var(--d)}@keyframes wave{0%,100%{scale:1 .4;opacity:.6}50%{scale:1 1;opacity:1}}.receipt-preview{width:260px;height:270px;position:relative;overflow:hidden;border-radius:20px;box-shadow:0 20px 40px #35462220;margin:auto}.receipt-preview img{position:absolute;width:845px;max-width:none;left:-455px;top:-642px}.scan-line{position:absolute;left:0;right:0;height:2px;background:#bfff90;box-shadow:0 0 20px 8px #6cf19577;animation:scan 3s ease-in-out infinite}.capture-result{margin:25px auto 0;max-width:370px;text-align:left;border-top:1px solid #bdd2b6;padding-top:18px;display:grid;gap:5px}.capture-result span{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#688961}.capture-result strong{font-size:25px}.capture-result b{font-size:20px;font-weight:600;color:#247543}@keyframes scan{0%,100%{top:10%}50%{top:90%}}.pdf-document{width:300px;min-height:350px;background:#fffdf7;margin:auto;padding:30px;text-align:left;border-radius:5px 40px 5px 5px;box-shadow:0 25px 60px #33562b20;transform:rotate(-5deg)}.document-label{display:inline-block;font-size:12px;letter-spacing:.13em;color:#99572e;border:1px solid #ddbea0;border-radius:5px;padding:5px 8px}.pdf-document p{font-size:25px;line-height:1.3;font-weight:700;letter-spacing:-.025em;margin-top:32px}.document-lines{height:63px;background:repeating-linear-gradient(to bottom,transparent 0 17px,#e9e4d8 17px 19px);margin:15px 0 24px}.pdf-document strong{display:block;font-size:22px}.pdf-document small{display:block;margin-top:8px;color:#72806e;font-size:11px}
.trend-demo{max-width:450px;margin-top:25px}.trend-summary{display:flex;gap:45px}.trend-summary div{display:grid;gap:5px}.trend-summary span{font-size:11px;color:#708275}.trend-summary strong{font-family:var(--display);font-size:24px;letter-spacing:-.045em;color:#287b4e}.trend-summary div+div strong{color:#d88b40}.trend-chart{width:100%;height:160px;overflow:visible;margin-top:8px}.chart-guide{fill:none;stroke:#dbe4d8;stroke-width:1;stroke-dasharray:4 6}.income-area{fill:#1f8a4a0d}.chart-line{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:700;stroke-dashoffset:700}.income-line{stroke:#419665}.expense-line{stroke:#dc964f}.active .chart-line{animation:draw 1.7s .4s var(--ease) forwards}.chart-points{fill:#419665}.chart-years{display:flex;justify-content:space-between}.chart-years button{font-size:12px;font-weight:700;padding:6px 12px;border-radius:20px;color:#7f8b80}.chart-years button[aria-pressed=true]{background:#deeedb;color:#1d6e3c}.trend-demo .micro{margin-top:9px}@keyframes draw{to{stroke-dashoffset:0}}
.budget-demo{margin-top:32px;max-width:490px}.budget-top{display:flex;justify-content:space-between;align-items:baseline;font-size:19px;font-weight:700}.budget-top strong{font-family:var(--display);font-size:62px;letter-spacing:-.07em;line-height:1.1;color:#d9f879}.budget-top strong span{font-size:30px;padding-left:3px}.budget-track{height:12px;background:#ffffff16;border-radius:12px;margin:16px 0;overflow:hidden}.budget-track>div{height:100%;width:72%;border-radius:12px;background:#d9f879;transition:width 1s var(--ease),background .3s}.budget-meta{display:flex;justify-content:space-between;gap:15px;font-size:12px;color:#b8ceb9}.budget-meta strong{font-weight:700;color:#e5f7be}.budget-demo.over .budget-top strong,.budget-demo.over .budget-meta strong{color:#ffac93}.budget-demo.over .budget-track>div{background:#f88967}.option-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:26px}.option-row button{border:1px solid #d5e3cd;font-size:12px;padding:9px 15px;border-radius:22px}.option-row button[aria-pressed=true]{background:#d9f879;color:#163d22;border-color:#d9f879}.theme-forest .option-row button{border-color:#76907966}.option-row button:hover{background:#aec4a525}
.search-layout{gap:8%;grid-template-columns:1fr 1.2fr}.cata-companion{display:block;width:122px;height:122px;object-fit:contain;margin:24px 0 4px}.search-demo{background:#fffdf8;padding:30px;border-radius:24px;box-shadow:0 25px 70px #5e57280d;border:1px solid #e9e4d9}.search-demo>label{display:block;font-size:10px;letter-spacing:.13em;font-weight:800;color:#7e9278;margin-bottom:15px}.search-field{display:flex;align-items:center;gap:12px;border-bottom:1px solid #c9d6c0;padding-bottom:15px}.search-field>span{font-size:32px;line-height:1;color:#387b51}.search-field input{width:100%;min-width:0;border:0;background:none;color:var(--ink);font-size:17px;outline:none}.search-field input::placeholder{color:#a0a998}.search-field kbd{font:11px var(--font);border:1px solid #dbe1d3;border-radius:4px;padding:3px 7px;color:#8b9680}.search-filter-row{display:flex;gap:20px;margin:18px 0 8px}.search-filter-row button{font-size:12px;font-weight:700;color:#899480;padding:3px 0 8px;border-bottom:2px solid transparent}.search-filter-row button[aria-pressed=true]{color:#23874c;border-color:#23874c}.search-result{display:grid;grid-template-columns:1fr auto;gap:5px 12px;border-bottom:1px solid #edf0e6;padding:15px 0;animation:rise .4s both}.search-result strong{font-size:15px;font-weight:700}.search-result span{font-size:11px;color:#81907e}.search-result b{font-size:14px;color:#d77b3c;grid-row:1/3;grid-column:2;align-self:center;font-weight:800}.search-result.income b{color:#27824b}.search-result mark{background:#e2f3c7;color:inherit;padding:0 1px;border-radius:3px}.search-demo>.micro{margin-top:16px}.empty-search{height:195px;display:grid;place-content:center;gap:10px;text-align:center;color:#75886d}.empty-search b{font-size:20px;color:#3c5c37}.empty-search span{font-size:13px}
.calendar-layout{grid-template-columns:1fr 1.18fr;gap:6%}.calendar-demo{padding:30px;background:#fffdf8;border-radius:25px;box-shadow:0 28px 65px #49623512;border:1px solid #dde5d2}.calendar-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.calendar-heading strong{font-family:var(--display);font-size:23px;letter-spacing:-.04em}.calendar-heading span{font-size:11px;color:#8a967f}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}.calendar-weekdays{font-size:10px;text-align:center;color:#9aa18e;margin-bottom:8px}.calendar-cell{aspect-ratio:1;border-radius:10px;background:#f1f3eb;text-align:left;padding:7px;font-size:12px;display:flex;flex-direction:column;justify-content:space-between;gap:4px;border:2px solid transparent;min-width:0}.calendar-cell b{font-size:10px;font-weight:800}.calendar-cell.expense{background:#fad2b0;color:#7d431a}.calendar-cell.expense.high{background:#ecab72;color:#512d13}.calendar-cell.income{background:#91bea0;color:#113b25}.calendar-cell.income.high{background:#508b66;color:#fff}.calendar-cell[aria-pressed=true]{border-color:#144f32;box-shadow:0 0 0 3px #fffdf8,0 0 0 5px #618e5360;transform:translateY(-2px)}.calendar-cell:disabled{opacity:.35}.calendar-cell.blank{background:none}.calendar-legend{display:flex;gap:22px;margin-top:19px;font-size:11px;color:#76876a}.calendar-legend i{display:inline-block;height:7px;width:7px;border-radius:2px;margin-right:6px}.legend-income{background:#6f9f80}.legend-expense{background:#ecab72}.calendar-insight{margin-top:30px;padding-left:20px;border-left:2px solid #e8a267}.calendar-insight>span{font-size:13px;color:#74826b}.calendar-insight strong{display:block;font-family:var(--display);font-size:49px;letter-spacing:-.06em;color:#be7237;line-height:1.3}.calendar-insight p{font-size:13px;color:#74826b}.calendar-insight.is-income{border-color:#429063}.calendar-insight.is-income strong{color:#24814a}.calendar-layout .text-button{margin-top:20px}
.currency-demo{margin-top:24px}.currency-code{font-family:var(--display);font-size:98px;line-height:1.1;font-weight:600;letter-spacing:-.09em;color:#165d3b}.currency-demo>p{color:#84907c;font-size:14px;margin:2px 0 19px}.currency-options{display:flex;gap:12px}.currency-options button{font-size:13px;font-weight:800;border:1px solid #d5ddcc;border-radius:50%;height:45px;width:45px;display:grid;place-content:center}.currency-options button[aria-pressed=true]{background:#1d7945;color:#fff;border-color:#1d7945}.pulse{animation:smallReveal .5s var(--ease)}@keyframes smallReveal{from{opacity:.25;transform:translateY(12px)}to{opacity:1;transform:none}}.asset-demo{margin-top:30px;max-width:500px}.asset-demo>span{font-size:12px;color:#b0c4ac}.asset-demo>strong{display:block;font-family:var(--display);font-size:clamp(29px,3.5vw,52px);letter-spacing:-.055em;font-weight:600;color:#ebd995;margin-top:6px}.asset-demo>p{font-size:13px;color:#acbfae;line-height:1.65;margin-top:12px;max-width:390px;min-height:44px}
.media-list{margin-top:13px;max-width:485px;min-height:225px}.media-file{display:grid;grid-template-columns:40px 1fr 16px;align-items:center;text-align:left;width:100%;border-bottom:1px solid #e4e6da;padding:13px 0;gap:15px;animation:rise .4s both}.file-type{display:grid;place-items:center;width:38px;height:45px;font-weight:800;font-size:9px;border-radius:7px;background:#e7ead9;color:#78915d}.file-type.pdf{background:#f0e8d9;color:#987554}.media-file strong{font-size:13px;display:block;font-weight:800}.media-file small{font-size:11px;display:block;color:#939c89;margin-top:5px}.media-file .file-open{font-size:18px;color:#9ba68c}.media-file:hover{background:#e8eddf50}.media-file:hover .file-open{color:var(--green)}
.garden-layout{grid-template-columns:1.15fr 1fr}.garden-layout h2{font-size:clamp(43px,4.8vw,74px)}.growth-controls{max-width:460px;margin-top:30px}.growth-controls label{display:flex;justify-content:space-between;gap:25px;align-items:center;font-size:12px;color:#74836a}.growth-controls label strong{font-family:var(--display);font-size:27px;font-weight:600;letter-spacing:-.04em;color:#34784b}.growth-controls input{appearance:none;width:100%;height:6px;border-radius:10px;background:linear-gradient(to right,#428a55 0 var(--growth,83%),#d6e0c8 var(--growth,83%) 100%);cursor:pointer;margin:17px 0 12px;display:block}.growth-controls input::-webkit-slider-thumb{appearance:none;width:21px;height:21px;border-radius:50%;background:#fff;border:5px solid #39834d;box-shadow:0 2px 5px #3e693626}.growth-controls input::-moz-range-thumb{width:13px;height:13px;border-radius:50%;background:#fff;border:5px solid #39834d}.growth-labels{display:flex;justify-content:space-between;font-size:10px;color:#87927c}.garden-actions{display:flex;align-items:center;gap:25px;margin-top:27px}.plant-stage{position:relative;height:100%;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;padding-bottom:35px;min-height:0}.plant-light{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 65%,#f6edcb88,#e3eccf66,transparent 68%);z-index:-1}.plant-stage>img#growth-plant{width:90%;height:90%;object-fit:contain;transform-origin:50% 91%;transition:opacity .25s;filter:drop-shadow(0 18px 15px #6d71401a)}.active #growth-plant{animation:plantSway 6s ease-in-out infinite}.plant-stage-label{font-size:12px;color:#467345;margin-top:6px}.tumbu{position:absolute;width:64px;bottom:26px;right:2%;transform:rotate(6deg)}@keyframes plantSway{0%,100%{transform:rotate(-1deg)}50%{transform:rotate(1deg)}}
.finale-layout{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.finale h2{font-size:clamp(60px,7.2vw,110px);letter-spacing:-.07em}.finale .lead{max-width:630px;font-size:18px;margin-top:20px;line-height:1.65}.finale-actions{display:flex;gap:16px;align-items:center;margin-top:29px}.finale>.text-button,.finale-layout>.text-button{margin-top:16px;font-size:11px;border:none;color:#c6d9ba}.mascot-line{display:flex;align-items:flex-end;justify-content:center;gap:25px;margin-top:28px;height:75px}.mascot-line img{width:60px;max-height:75px;object-fit:contain;filter:drop-shadow(0 8px 8px #071f2533)}.active .mascot-line img{animation:mascotHop .9s var(--ease) both;animation-delay:calc(.6s + var(--n)*.12s)}@keyframes mascotHop{from{opacity:0;transform:translateY(40px) rotate(-10deg)}to{opacity:1;transform:none}}
.controls{position:fixed;z-index:20;bottom:20px;left:50%;transform:translateX(-50%);width:min(690px,91%);padding:12px 16px;display:flex;align-items:center;gap:17px;border:1px solid #dfe1d46b;background:#ffffff7a;border-radius:40px;backdrop-filter:blur(18px);box-shadow:0 8px 30px #52624506}.theme-forest .controls{background:#123f3199;border-color:#c3dab427;color:#fff}.controls>.icon-button:first-child{background:#e4ebd633;font-size:13px}.chapter-progress{flex:1;min-width:0}.progress-heading{display:flex;justify-content:space-between;gap:8px;font-size:10px;margin-bottom:10px;font-weight:700}.progress-heading>span+span{font-size:9px;opacity:.5;white-space:nowrap}.progress-heading b{font-weight:800}.progress-heading #current-chapter{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.arrows{display:flex;gap:1px}.arrows button{font-size:20px;width:34px}.help-button{font-size:12px;width:25px;height:25px;border:1px solid #b3c0a666;opacity:.6}#progress-dots{display:grid;grid-template-columns:repeat(12,1fr);gap:4px}#progress-dots button{height:4px;padding:0;border-radius:4px;background:#c6d0bd77;position:relative;overflow:hidden}#progress-dots button::before{content:'';position:absolute;inset:-10px}#progress-dots button::after{content:'';position:absolute;inset:0;background:#238746;transform:scaleX(0);transform-origin:left;border-radius:inherit}#progress-dots button.done{background:#72a76b}#progress-dots button.current::after{transform:scaleX(var(--progress,1))}.theme-forest #progress-dots button.done{background:#cbe98477}.theme-forest #progress-dots button::after{background:#d9f879}#progress-dots button:hover{background:#8cac71}.theme-forest #progress-dots button{background:#b8c7a22b}
dialog{border:0;color:var(--ink);background:var(--cream);border-radius:25px;padding:32px;width:min(950px,92vw);max-height:85dvh;box-shadow:0 35px 100px #08291855}dialog::backdrop{background:#09211ce0;backdrop-filter:blur(8px)}dialog[open]{animation:dialogIn .3s var(--ease)}.dialog-header{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:26px}.dialog-header .eyebrow{margin-bottom:8px;font-size:9px}.dialog-header h2{font-size:26px;letter-spacing:-.04em}.dialog-header .icon-button{font-size:27px;color:#73816c;background:#e9edde;flex-shrink:0}.close-dialog:hover{background:#d7e4cc}.chapters-dialog #chapter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.chapter-button{min-height:110px;text-align:left;padding:18px;border-radius:15px;background:#e8eedf;display:flex;flex-direction:column;justify-content:space-between;border:1px solid transparent}.chapter-button span{font-size:10px;color:#6c8268;letter-spacing:.1em}.chapter-button strong{font-family:var(--display);font-size:14px;font-weight:600;letter-spacing:-.025em;line-height:1.35}.chapter-button[data-tone=forest]{background:#123e30;color:#eef7dc}.chapter-button[data-tone=forest] span{color:#b6cfab}.chapter-button[data-tone=cream]{background:#f1eadc}.chapter-button:hover,.chapter-button[aria-current=true]{border-color:#6c9b58;box-shadow:inset 0 0 0 1px #6c9b58;transform:translateY(-2px)}.image-dialog{width:min(700px,94vw);text-align:center;padding:20px;max-height:94dvh}.image-dialog .dialog-header{margin-bottom:14px}.image-dialog .dialog-header h2{font-size:18px}.image-dialog>img{display:block;max-width:100%;max-height:73dvh;object-fit:contain;margin:auto;border-radius:12px}.image-dialog>.micro{margin-top:13px}.help-dialog{max-width:520px}.help-dialog dl{margin:0 0 30px}.help-dialog dl>div{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:15px 0;font-size:13px}.help-dialog dd{margin:0;color:#718267}.help-dialog kbd{background:#e9eddf;padding:4px 9px;display:inline-block;border:1px solid #d8dfcc;border-radius:5px}.motion-control{font-size:13px;display:flex;gap:9px;align-items:center}.motion-control input{accent-color:var(--green)}.help-dialog>.micro{margin-top:25px}.noscript{position:fixed;inset:auto 20px 100px;padding:20px;background:#fff;z-index:30}@keyframes dialogIn{from{opacity:0;transform:translateY(15px) scale(.98)}to{opacity:1;transform:none}}
body.reduced *,body.reduced *::before,body.reduced *::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}body.reduced .reveal,body.reduced .hero-product{opacity:1}body.reduced .chart-line{stroke-dashoffset:0}
@media(min-width:1600px){.slide-inner{padding:30px 0}.device{max-height:700px}.poster-device{max-height:690px}.hero-product{width:64%}.product-left,.product-right{width:50%}.product-left{--x:-160px}.product-right{--x:160px}}
@media(max-height:780px) and (min-width:901px){.topbar{height:64px}#slides{top:64px;bottom:88px}.controls{bottom:14px;padding:10px 14px}h1{font-size:clamp(50px,5.8vw,79px)}h2{font-size:clamp(40px,4.1vw,60px)}.lead{font-size:17px;margin-top:17px;line-height:1.5}.eyebrow{margin-bottom:16px}.copy>.micro{margin-top:12px}.chat-demo{margin-top:15px;min-height:155px}.transaction-example{padding:10px 14px}.under-demo{margin-top:4px}.hero .primary-button{margin-top:20px}.trend-demo,.budget-demo,.asset-demo,.currency-demo{margin-top:17px}.trend-chart{height:120px}.trend-summary strong{font-size:20px}.currency-code{font-size:77px}.asset-demo>strong{font-size:37px}.asset-demo>p{margin-top:8px}.option-row{margin-top:18px}.search-demo{padding:23px}.search-result{padding:11px 0}.calendar-demo{padding:22px}.calendar-cell{padding:5px}.calendar-insight strong{font-size:43px}.media-list{min-height:190px}.media-file{padding:9px 0}.growth-controls{margin-top:22px}.garden-actions{margin-top:20px}.finale h2{font-size:77px}.finale .lead{font-size:16px}.finale-actions{margin-top:23px}.mascot-line{margin-top:20px;height:60px}.mascot-line img{max-height:60px;width:50px}}
@media(max-width:1100px) and (min-width:901px){.slide-inner{width:90%}.split{gap:3%;grid-template-columns:1.2fr .85fr}h2{font-size:47px}.lead{font-size:17px}.hero-art{min-height:300px}.hero-product{width:72%}.product-left,.product-right{width:55%}.product-left{--x:-80px}.product-right{--x:80px}.hero-caption{font-size:9px}.search-layout,.calendar-layout{grid-template-columns:1fr 1.1fr;gap:5%}.search-demo{padding:20px}.calendar-cell{font-size:10px;padding:4px}.calendar-cell b{font-size:8px}.capture-layout{gap:5%}.capture-quote{font-size:32px}.segmented button{padding:8px 17px}.presentation-label{font-size:8px;letter-spacing:.14em}}
@media(max-width:900px){.topbar{height:64px;padding:0 6vw}.wordmark{font-size:24px}.presentation-label{display:none}.top-actions{gap:12px}#slides{top:64px;bottom:90px}.slide{overflow-y:auto;overscroll-behavior:contain}.slide-inner{width:88%;height:auto;min-height:100%;padding:30px 0 25px}.split,.capture-layout{display:flex;flex-direction:column;gap:26px;align-items:stretch}.copy{max-width:none}.eyebrow{font-size:9px;margin-bottom:14px}h1{font-size:clamp(53px,9vw,78px)}h2,.capture-copy h2,.garden-layout h2{font-size:clamp(42px,7.8vw,65px)}.lead{font-size:17px;line-height:1.6;max-width:600px;margin-top:18px}.hero-layout{gap:28px}.hero .lead{max-width:500px}.hero-art{height:450px;min-height:450px;width:min(500px,100%);align-self:center}.hero-product{max-width:280px}.product-left{--x:-104px}.product-right{--x:104px}.hero-caption{bottom:0}.feature-art{height:550px;min-height:550px;max-height:none;margin-top:5px}.device{max-height:500px;height:500px}.poster-device{height:490px;max-height:none}.feature-art>.screen-link{margin-top:0}.chat-demo,.under-demo,.trend-demo,.budget-demo,.asset-demo,.growth-controls,.media-list{max-width:none}.capture-stage{height:420px;min-height:420px}.capture-copy .lead{max-width:530px}.waveform{height:70px}.capture-quote{font-size:36px;margin-top:35px}.capture-view>.micro{font-size:10px}.cata-companion{position:absolute;width:90px;height:90px;right:0;bottom:0;opacity:.95}.search-layout .copy{padding-bottom:0}.search-layout .lead{max-width:80%}.search-layout .text-button{margin-top:20px}.search-demo{margin-top:0;padding:24px}.search-result{padding:16px 0}.calendar-layout .copy{padding-bottom:0}.calendar-insight{margin-top:24px}.calendar-insight strong{font-size:45px}.calendar-demo{max-width:600px;width:100%;align-self:center;margin-top:0}.calendar-cell{aspect-ratio:1.15}.calendar-cell b{font-size:12px}.currency-code{font-size:88px}.currency-demo{margin-top:18px}.asset-demo>strong{font-size:39px}.media-list{min-height:0}.media-file{padding:15px 0}.garden-layout{gap:0}.plant-stage{height:470px;min-height:470px;max-width:500px;width:100%;align-self:center;margin-top:0}.plant-stage>img#growth-plant{width:90%;height:90%}.garden-actions{gap:20px}.finale-layout{min-height:calc(100dvh - 154px);padding:35px 0}.finale h2{font-size:clamp(54px,9vw,85px)}.finale .lead{font-size:17px}.finale-actions{flex-wrap:wrap;justify-content:center;gap:12px}.mascot-line{margin-top:35px}.controls{bottom:14px;padding:10px 12px;gap:10px;width:92%}.help-button{display:none}.arrows{gap:0}.arrows button{width:29px}.progress-heading{font-size:9px;margin-bottom:9px}.controls>.icon-button:first-child{width:31px;height:31px;font-size:12px}.chapters-dialog #chapter-grid{grid-template-columns:repeat(2,1fr)}.chapter-button{min-height:100px}dialog{padding:22px;border-radius:20px}.dialog-header h2{font-size:23px}}
@media(max-width:420px){h1{font-size:51px}h2,.garden-layout h2,.capture-copy h2{font-size:41px}.lead{font-size:16px}.slide-inner{padding-top:20px}.hero-art{height:360px;min-height:360px}.hero-product{width:65%}.product-left,.product-right{width:50%}.product-left{--x:-75px}.product-right{--x:75px}.hero-caption{font-size:9px;bottom:0}.primary-button{padding:13px 20px;font-size:12px}.feature-art{height:490px;min-height:490px}.device{height:445px}.poster-device{height:445px}.search-demo{padding:18px}.search-field input{font-size:14px}.search-result b{font-size:12px}.calendar-demo{padding:18px}.calendar-weekdays,.calendar-grid{gap:4px}.calendar-cell{font-size:10px;padding:4px;aspect-ratio:.95}.calendar-cell b{font-size:9px}.calendar-legend{font-size:10px}.calendar-heading strong{font-size:20px}.garden-actions{gap:15px}.garden-actions .primary-button{padding-inline:16px}.garden-actions .text-button{font-size:11px}.plant-stage{height:360px;min-height:360px}.chat-demo .transaction-example>div{font-size:16px}.transaction-example p{font-size:9px}.demo-user{font-size:14px}.under-demo{gap:8px}.under-demo .micro{font-size:9px}.finale h2{font-size:53px}.finale .lead{font-size:16px}.mascot-line{gap:15px}.mascot-line img{width:50px;max-height:65px}}
.waveform{gap:clamp(2px,.45vw,7px)}
.slide:not(.active) *{animation-play-state:paused!important}
#progress-dots button{height:20px;background:transparent!important;overflow:visible}
#progress-dots button::before{inset:8px 0;background:#c6d0bd77;border-radius:4px}
#progress-dots button::after{inset:8px 0}
#progress-dots button.done::before{background:#72a76b}
.theme-forest #progress-dots button::before{background:#b8c7a22b}
.theme-forest #progress-dots button.done::before{background:#cbe98477}
.progress-heading{margin-bottom:2px}
body.reduced *,body.reduced *::before,body.reduced *::after{animation-delay:0s!important}
@media(max-height:780px) and (min-width:901px){.calendar-cell{aspect-ratio:1.35}}
@media(max-width:900px){.help-button{display:grid}}
@media print{html,body{height:auto;overflow:visible;background:white}.topbar,.controls,dialog,.screen-link,.text-button,.primary-button,.outline-button{display:none!important}#slides{position:static}.slide{position:relative;opacity:1;visibility:visible;transform:none;break-after:page;page-break-after:always;overflow:hidden;height:180mm;padding:10mm;color:#0f172a;background:#fbf7f0}.slide-inner{width:100%;height:100%;padding:0}.split,.capture-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:5%}.reveal{opacity:1;transform:none;animation:none!important}.slide[data-theme=forest]{background:#073c30;color:#fff}.slide[data-theme=forest] .lead{color:#c4d5c8}.hero-product{opacity:1}.device{max-height:140mm}.feature-art{min-height:0;height:100%}.hero-art{height:140mm;min-height:0}.copy h1{font-size:50px}.copy h2{font-size:42px}.lead{font-size:15px}.chart-line{stroke-dashoffset:0}.demo-reply{opacity:1;transform:none}.waveform i{animation:none}.finale-layout{min-height:0}.plant-stage{height:140mm;min-height:0}}

/* r547: inactive slides are opacity:0;visibility:hidden but still laid out in
   the viewport, so loading="lazy" considered every chapter's images to be on
   screen and fetched all twelve up front. content-visibility drops the subtree
   from rendering entirely, which is what actually defers them. Safari before 18
   ignores it and simply behaves as before. */
.slide:not(.active) { content-visibility: hidden; }
