.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;border:none;border-radius:var(--radius-pill);font-family:Baloo2,system-ui,sans-serif;font-size:1.05rem;font-weight:600;line-height:1;cursor:pointer;white-space:nowrap}.button:disabled{opacity:.6;cursor:not-allowed}.button--primary{background:var(--brand-gradient);color:#fff;box-shadow:var(--shadow-soft)}.button--ghost{background:var(--color-surface);color:var(--color-text);border:2px solid var(--color-border)}.ci{display:inline-block;font-family:coolicons!important;font-style:normal;font-weight:400;line-height:1;letter-spacing:normal;text-transform:none;vertical-align:middle;-webkit-font-smoothing:antialiased}.lang{position:relative}.lang__trigger{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .9rem;border:1.5px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text);font-family:Mulish,system-ui,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .2s ease}.lang__trigger:hover{border-color:var(--color-accent)}.lang__trigger .ci:last-child{transition:transform .2s ease}.lang__trigger .ci:last-child.is-open{transform:rotate(180deg)}.lang__menu{position:absolute;top:calc(100% + 8px);right:0;z-index:110;min-width:170px;padding:.4rem;margin:0;list-style:none;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-medium);transform-origin:top right}.lang__option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.6rem .85rem;border:none;border-radius:10px;background:none;font-family:Mulish,system-ui,sans-serif;font-size:.92rem;font-weight:600;color:var(--color-text);cursor:pointer;transition:background .15s ease}.lang__option:hover,.lang__option:focus-visible{background:var(--color-surface-muted)}.lang__option.is-active{background:var(--color-accent-soft);color:var(--color-accent)}.logo{display:inline-flex;align-items:center;gap:.6rem}.logo__mark{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--brand-gradient);color:#fff}.logo__word{font-family:Baloo2,system-ui,sans-serif;font-size:1.5rem;font-weight:700;background:var(--brand-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;transition:background .3s ease,box-shadow .3s ease}.navbar--scrolled{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-soft)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;max-width:1200px;margin:0 auto;height:68px;padding:0 1.5rem}.navbar__links{display:flex;gap:1.75rem}.navbar__links a{font-weight:700;font-size:.95rem;color:var(--color-text)}.navbar__links a:hover,.navbar__links a.is-active{color:var(--color-accent)}.navbar__actions{display:flex;align-items:center;gap:.75rem}.navbar__cta{padding:.6rem 1.3rem;font-size:.95rem}.navbar__burger{display:none;border:none;background:none;color:var(--color-text);cursor:pointer;padding:.25rem}@media only screen and (max-width:64em){.navbar__links{position:absolute;top:68px;left:0;right:0;flex-direction:column;gap:0;background:var(--color-surface);box-shadow:var(--shadow-medium);display:none}.navbar__links a{padding:1rem 1.5rem;border-top:1px solid var(--color-border)}.navbar__links.is-open{display:flex}.navbar__cta{display:none}.navbar__burger{display:inline-flex}}.hero{position:relative;overflow:visible;display:flex;align-items:center;background:var(--color-surface);min-height:74vh;padding:7rem 1.5rem 5rem}.hero__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:3rem;width:100%;max-width:1200px;margin:0 auto}.hero__copy{max-width:560px}.hero__copy h1{font-size:clamp(2.75rem,8vh,4.5rem);margin-bottom:1.25rem}.hero__copy p{font-size:clamp(1.05rem,2.6vh,1.35rem);margin-bottom:2rem}.hero__ctas{display:flex;flex-wrap:wrap;gap:1rem}.hero__visual{position:relative;z-index:1;flex-shrink:0;display:flex;justify-content:center;width:min(38vw,400px)}.hero__phone{width:clamp(220px,27vw,340px);filter:drop-shadow(0 20px 24px rgba(45,49,66,.16))}.hero__mockup{display:block;width:100%;height:auto}.hero__confetti{position:absolute;z-index:1;display:flex;align-items:center;justify-content:center;width:clamp(36px,5vh,52px);height:clamp(36px,5vh,52px);border-radius:var(--radius-pill);box-shadow:var(--shadow-soft);pointer-events:none}.hero__confetti--1{top:18%;left:6%}.hero__confetti--2{top:62%;left:2%}.hero__confetti--3{top:12%;right:8%}.hero__confetti--4{bottom:10%;right:4%}.hero__scrollcue{position:absolute;left:50%;bottom:clamp(1rem,3vh,2.5rem);z-index:1;display:inline-flex;padding:.5rem;transform:translate(-50%);color:var(--color-text-secondary);opacity:.85;cursor:pointer}@media only screen and (max-width:64em){.hero{min-height:auto;padding-top:7rem;padding-bottom:4rem}.hero__copy h1{font-size:clamp(2.25rem,7vh,3.25rem)}.hero__copy p{font-size:clamp(1rem,2.4vh,1.15rem)}.hero__inner{flex-direction:column;text-align:center}.hero__visual{width:100%}.hero__ctas{justify-content:center}.hero__confetti,.hero__scrollcue{display:none}}.section{padding:6rem 1.5rem}.section--sm{padding:4.5rem 1.5rem}@media only screen and (max-width:64em){.section{padding:4rem 1.25rem}.section--sm{padding:3.25rem 1.25rem}}.section__inner{max-width:1200px;margin:0 auto}.section__head{max-width:620px;margin-bottom:3rem}.section__head p{margin-top:.75rem}.store-badges{display:flex;align-items:center;gap:1rem}.store-badges img{display:block;height:52px;width:auto}.store-badges__play{height:76px!important;margin:-12px}.animated-download-illustration{position:relative;width:100%;aspect-ratio:1/1;pointer-events:none;-webkit-user-select:none;user-select:none}.animated-download-illustration__part,.animated-download-illustration__abstract{position:absolute;display:block}.animated-download-illustration__part{height:auto}.animated-download-illustration__image{position:relative;z-index:2;display:block;width:100%;height:auto;object-fit:contain}.animated-download-illustration__part--person{z-index:4;left:7%;top:6%;width:68%}.animated-download-illustration__part--grocery{z-index:5;left:56%;top:55%;width:26%}.animated-download-illustration__part--calendar{z-index:5;left:11%;top:66%;width:39%}.animated-download-illustration__part--mug{z-index:5;left:1%;top:76%;width:15%}.animated-download-illustration__part--shelf{z-index:3;left:5%;top:15%;width:26%}.animated-download-illustration__part--lamp{z-index:3;right:7%;top:4%;width:17%}.animated-download-illustration__part--plant{z-index:5;right:5%;top:64%;width:17%}.animated-download-illustration__abstract{z-index:1;transform-origin:center}.animated-download-illustration__abstract--blob{left:28%;top:24%;width:46%;height:45%;border-radius:34% 48% 42% 36%;background:color-mix(in srgb,var(--color-primary) 28%,transparent);animation:download-abstract-drift 8s ease-in-out infinite}.animated-download-illustration__abstract--spark-coral,.animated-download-illustration__abstract--spark-teal{width:1.9rem;height:1.9rem;animation:download-abstract-pulse 4.4s ease-in-out infinite}.animated-download-illustration__abstract--spark-coral:before,.animated-download-illustration__abstract--spark-coral:after,.animated-download-illustration__abstract--spark-teal:before,.animated-download-illustration__abstract--spark-teal:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-pill);background:currentColor}.animated-download-illustration__abstract--spark-coral:after,.animated-download-illustration__abstract--spark-teal:after{transform:rotate(90deg)}.animated-download-illustration__abstract--spark-coral{left:31%;top:15%;color:var(--color-accent)}.animated-download-illustration__abstract--spark-teal{right:10%;top:30%;color:var(--mod-notes);animation-delay:.5s}.animated-download-illustration__abstract--dot-orange,.animated-download-illustration__abstract--dot-coral{width:.8rem;height:.8rem;border-radius:var(--radius-pill);animation:download-abstract-pulse 3.8s ease-in-out infinite}.animated-download-illustration__abstract--dot-orange{right:8%;top:39%;background:var(--mod-pets);animation-delay:.2s}.animated-download-illustration__abstract--dot-coral{left:12%;top:62%;background:var(--color-accent);animation-delay:.8s}.animated-download-illustration__abstract--stroke-left,.animated-download-illustration__abstract--stroke-right{width:3rem;height:.38rem;border-radius:var(--radius-pill);background:var(--color-accent);animation:download-abstract-slide 5.2s ease-in-out infinite}.animated-download-illustration__abstract--stroke-left{left:13%;top:47%;transform:rotate(-62deg)}.animated-download-illustration__abstract--stroke-right{right:13%;top:34%;background:var(--mod-notes);transform:rotate(36deg);animation-delay:.45s}@media only screen and (max-width:64em){.animated-download-illustration__part--person{left:4%;width:76%}.animated-download-illustration__part--grocery{left:55%;top:55%;width:29%}.animated-download-illustration__part--calendar{left:7%;top:66%;width:45%}.animated-download-illustration__part--mug{width:17%}}@media(prefers-reduced-motion:reduce){.animated-download-illustration__abstract{animation:none}}@keyframes download-abstract-drift{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(.4rem,-.55rem,0) rotate(2deg)}}@keyframes download-abstract-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@keyframes download-abstract-slide{0%,to{translate:0 0}50%{translate:.35rem -.2rem}}.download.section{padding-top:0}.download__banner{display:flex;align-items:center;justify-content:center;gap:2.5rem;position:relative;overflow:hidden;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:var(--color-surface);padding:8rem 2rem;color:var(--color-text)}.download__banner h2{color:var(--color-text);font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:.75rem}.download__banner p{position:relative;z-index:1;color:var(--color-text-secondary);max-width:480px;margin:0 0 2rem;font-size:1.1rem}.download__content{position:relative;z-index:1;max-width:480px}.download__pill{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 1rem;border-radius:var(--radius-pill);background:var(--color-accent-soft);color:var(--color-accent);font-family:Baloo2,system-ui,sans-serif;font-weight:700;font-size:.85rem;line-height:1;margin-bottom:1.5rem}.download__illustration{position:relative;z-index:1;flex-shrink:0;width:640px}.download__stores{display:flex}.download__note{margin:1.5rem 0 0!important;font-size:.85rem!important;color:var(--color-text-secondary)!important}@media only screen and (max-width:64em){.download__banner{flex-direction:column;text-align:center;padding:5rem 1.5rem}.download__illustration{width:280px}.download__pill,.download__content p{margin-left:auto;margin-right:auto}.download__stores{justify-content:center}}.features .section__head{text-align:center;margin-left:auto;margin-right:auto}.features__strip{position:relative;display:flex;gap:1.5rem;overflow-x:auto;padding:1rem .5rem 1.5rem;-webkit-overflow-scrolling:touch;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);scrollbar-width:none}.features__strip::-webkit-scrollbar{display:none}.features__item{position:relative;overflow:hidden;flex:0 0 auto;width:clamp(260px,30vw,300px);scroll-snap-align:center;padding:2rem;border-radius:20px;border:1.5px solid color-mix(in srgb,var(--card-color) 32%,transparent);background:radial-gradient(120% 90% at 0% 0%,color-mix(in srgb,var(--card-color) 26%,#fff),color-mix(in srgb,var(--card-color) 10%,#fff) 55%,#fff);transition:box-shadow .3s ease}.features__item:hover{box-shadow:0 18px 40px -12px color-mix(in srgb,var(--card-color) 55%,transparent)}.features__item:hover .features__icon{transform:rotate(-7deg) scale(1.12)}.features__item:hover .features__ghost{transform:rotate(-4deg) scale(1.12) translate(6px,4px);opacity:.16}.features__item h3{position:relative;margin-bottom:.5rem}.features__item p{position:relative;font-size:.98rem}.features__ghost{position:absolute;right:-1.4rem;bottom:-1.8rem;color:var(--card-color);opacity:.12;transform:rotate(-10deg);transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .35s ease;pointer-events:none}.features__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:1.25rem;border-radius:18px;background:linear-gradient(135deg,var(--card-color) 0%,color-mix(in srgb,var(--card-color) 78%,#000) 100%);color:#fff;box-shadow:0 8px 18px -6px color-mix(in srgb,var(--card-color) 70%,transparent);transition:transform .35s cubic-bezier(.16,1,.3,1)}.features__controls{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.features__arrow{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:2px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.features__arrow:hover{background:var(--brand-gradient);border-color:transparent;color:#fff}.animated-community-illustration{position:relative;width:100%;aspect-ratio:4/5;pointer-events:none;-webkit-user-select:none;user-select:none}.animated-community-illustration__part,.animated-community-illustration__abstract{position:absolute;display:block}.animated-community-illustration__part{z-index:3}.animated-community-illustration__part img{display:block;width:100%;height:auto}.animated-community-illustration__part--shelf{left:-2%;top:1%;width:36%;z-index:2}.animated-community-illustration__part--lamp{right:-11%;top:-20px;width:24%;z-index:2}.animated-community-illustration__part--center{left:15%;top:-3%;width:70%;z-index:3}.animated-community-illustration__part--left{left:-8%;top:31%;width:67%;z-index:4}.animated-community-illustration__part--right{right:-8%;top:31%;width:70%;z-index:4}.animated-community-illustration__part--dog-group{left:40%;top:94%;width:30%;z-index:7}.animated-community-illustration__dog-group-scale{position:relative;display:block;transform:scale(1.5);transform-origin:center bottom}.animated-community-illustration__dog-group-scale>img{position:relative;z-index:1;display:block;width:100%;height:auto}.animated-community-illustration__dog-tail{position:absolute;z-index:0;left:60%;top:50%;width:30%;transform-origin:24% 67%}.animated-community-illustration__dog-tail img{display:block;width:100%;height:auto}.animated-community-illustration__dog-tail.is-active{animation:community-tail-wag 1.15s ease-in-out var(--tail-delay) 1 forwards}.animated-community-illustration__part--plant{right:-15%;top:86%;width:25%;z-index:6}.animated-community-illustration__abstract{z-index:1;transform-origin:center}.animated-community-illustration__abstract--blob{left:16%;top:18%;width:70%;height:62%;border-radius:42% 34% 38% 46%;background:color-mix(in srgb,var(--color-primary) 25%,transparent);animation:community-blob-drift 8s ease-in-out infinite}.animated-community-illustration__abstract--spark-coral,.animated-community-illustration__abstract--spark-teal{width:1.25rem;height:1.25rem;animation:community-pulse 4.4s ease-in-out infinite}.animated-community-illustration__abstract--spark-coral:before,.animated-community-illustration__abstract--spark-coral:after,.animated-community-illustration__abstract--spark-teal:before,.animated-community-illustration__abstract--spark-teal:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-pill);background:currentColor}.animated-community-illustration__abstract--spark-coral:after,.animated-community-illustration__abstract--spark-teal:after{transform:rotate(90deg)}.animated-community-illustration__abstract--spark-coral{left:5%;top:44%;color:var(--color-accent)}.animated-community-illustration__abstract--spark-teal{right:4%;top:38%;color:var(--mod-notes);animation-delay:.5s}.animated-community-illustration__abstract--dot-orange{right:4%;top:25%;width:.6rem;height:.6rem;border-radius:var(--radius-pill);background:var(--mod-pets);animation:community-pulse 3.8s ease-in-out infinite}.animated-community-illustration__abstract--stroke-left,.animated-community-illustration__abstract--stroke-right{width:2.4rem;height:.28rem;border-radius:var(--radius-pill);background:var(--color-accent);animation:community-slide 5.2s ease-in-out infinite}.animated-community-illustration__abstract--stroke-left{left:4%;top:59%;transform:rotate(-62deg)}.animated-community-illustration__abstract--stroke-right{right:1%;top:48%;background:var(--mod-notes);transform:rotate(36deg);animation-delay:.45s}@media(prefers-reduced-motion:reduce){.animated-community-illustration__abstract{animation:none}.animated-community-illustration__dog-tail{animation:none!important}}@keyframes community-blob-drift{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(.3rem,-.45rem,0) rotate(2deg)}}@keyframes community-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@keyframes community-slide{0%,to{translate:0 0}50%{translate:.3rem -.15rem}}@keyframes community-tail-wag{0%,to{transform:rotate(0)}25%{transform:rotate(10deg)}50%{transform:rotate(-10deg)}75%{transform:rotate(7deg)}}.screenshots .section__head{text-align:center;margin-left:auto;margin-right:auto}.screenshots__stage{display:flex;align-items:center;justify-content:center;gap:3rem}.screenshots__phones{display:flex;align-items:flex-end;justify-content:center;width:420px;height:490px;gap:0}.screenshots__phone{display:flex;flex-direction:column;align-items:center;margin:0;filter:drop-shadow(0 16px 20px rgba(45,49,66,.14))}.screenshots__phone img{display:block;width:220px;height:auto}.screenshots__phone--daily{z-index:1;margin-right:-26px}.screenshots__phone--finance{z-index:2}.screenshots__illustration{width:460px;flex-shrink:0}@media only screen and (max-width:64em){.screenshots__stage{flex-direction:column;gap:2rem}.screenshots__phones{width:min(100%,390px);height:430px}.screenshots__phone img{width:195px}.screenshots__phone--daily{margin-right:-22px}.screenshots__illustration{width:345px}}.pricing .section__head{text-align:center;margin-left:auto;margin-right:auto}.pricing__toggle-outer{display:flex;justify-content:center;margin-bottom:2.5rem}.pricing__cards{display:grid;grid-template-columns:repeat(2,minmax(0,420px));justify-content:center;align-items:stretch;gap:2rem}.pricing__card{position:relative;display:flex;flex-direction:column;padding:2.5rem;border:2px solid var(--color-border);border-radius:var(--radius-sheet);background:var(--color-surface);transition:transform .25s ease,box-shadow .25s ease}.pricing__card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.pricing__card--highlight{border-color:transparent;background:linear-gradient(var(--color-surface),var(--color-surface)) padding-box,var(--brand-gradient) border-box;box-shadow:var(--shadow-soft)}.pricing__card ul{list-style:none;margin:.75rem 0 0;display:grid;align-content:start;gap:.85rem;flex-grow:1}.pricing__card ul li{display:flex;align-items:center;gap:.65rem;font-size:1rem;color:var(--color-text)}.pricing__card ul li .ci{color:var(--mod-family);flex-shrink:0}.pricing__card .button{align-self:flex-start;margin-top:1.75rem}.pricing__card h3{font-size:2.25rem}.pricing__toggle{display:inline-flex;gap:.4rem;padding:.4rem;border-radius:var(--radius-pill);background:var(--color-surface-muted)}.pricing__toggle button{position:relative;z-index:0;display:flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;border:none;border-radius:var(--radius-pill);background:transparent;font-family:Baloo2,system-ui,sans-serif;font-size:1.1rem;font-weight:600;color:var(--color-text-secondary);cursor:pointer;transition:color .2s ease}.pricing__toggle button.is-active{color:var(--color-text)}.pricing__toggle-pill{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-pill);background:var(--color-surface);box-shadow:var(--shadow-soft)}.pricing__recommended{padding:.25rem .65rem;border-radius:var(--radius-pill);background:var(--brand-gradient);color:#fff;font-size:.8rem;font-weight:700}.pricing__price{font-family:Baloo2,system-ui,sans-serif;font-size:2.75rem;font-weight:800;color:var(--color-text);line-height:1.1;margin-top:.5rem}.pricing__period{font-family:Mulish,system-ui,sans-serif;font-size:1rem;font-weight:500;color:var(--color-text-secondary);margin-left:.3rem}.pricing__equiv{font-size:.85rem;color:var(--color-text-secondary);margin-top:.35rem}.pricing__equiv--hidden{visibility:hidden}.pricing__tagline{margin-top:.75rem;font-size:.95rem}.pricing__includes{margin-top:1.75rem;font-family:Baloo2,system-ui,sans-serif;font-weight:700;font-size:.95rem;color:var(--color-text)}.pricing__note{margin-top:2rem;text-align:center;font-size:.9rem}@media only screen and (max-width:64em){.pricing__cards{display:flex;justify-content:flex-start;gap:1rem;overflow-x:auto;padding-bottom:.75rem;scroll-snap-type:x mandatory;overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:thin}.pricing__card{flex:0 0 calc(100% - 3rem);scroll-snap-align:start}}.select{position:relative}.select__trigger{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.85rem 1rem;border:1.5px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);font-family:Mulish,system-ui,sans-serif;font-size:1rem;color:var(--color-text);text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.select__trigger:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent) 25%,transparent)}.select__trigger.is-open{border-color:var(--color-accent)}.select__trigger[aria-invalid=true]{border-color:#dc2626}.select__placeholder{color:var(--color-text-secondary)}.select__chevron{flex-shrink:0;color:var(--color-text-secondary);transition:transform .2s ease}.select__trigger.is-open .select__chevron{transform:rotate(180deg);color:var(--color-accent)}.select__list{position:absolute;z-index:10;top:calc(100% + .5rem);left:0;right:0;max-height:260px;overflow-y:auto;margin:0;padding:.5rem;list-style:none;border:1.5px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-medium)}.select__list li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .75rem;border-radius:calc(var(--radius-card) - .4rem);font-size:.95rem;color:var(--color-text);cursor:pointer;transition:background .15s ease}.select__list li:hover{background:var(--color-surface-muted)}.select__list li.is-selected{color:var(--color-accent);font-weight:600}.select__list li.is-selected .ci{color:var(--color-accent)}.contact .section__head{text-align:center;margin-left:auto;margin-right:auto}.contact__form{max-width:680px;margin:0 auto}.contact__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media only screen and (max-width:30em){.contact__row{grid-template-columns:1fr}}.contact__field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.contact__field label{font-family:Baloo2,system-ui,sans-serif;font-weight:600;font-size:1rem;color:var(--color-text)}.contact__field input,.contact__field textarea{padding:.85rem 1rem;border:1.5px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);font-family:Mulish,system-ui,sans-serif;font-size:1rem;color:var(--color-text);resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}.contact__field input::placeholder,.contact__field textarea::placeholder{color:var(--color-text-secondary)}.contact__field input:focus,.contact__field textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent) 25%,transparent)}.contact__field input[aria-invalid=true],.contact__field textarea[aria-invalid=true]{border-color:#dc2626}.contact__error{font-size:.85rem;color:#dc2626}.contact__error--form{margin-top:1rem}.contact__error--form a{font-size:inherit;color:inherit;font-weight:700}.contact__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:1rem}.contact__privacy{margin-top:1.25rem;font-size:.85rem}.contact__privacy a{font-size:inherit;color:var(--color-accent);font-weight:700}.contact__modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#14141e80}.contact__modal{position:relative;width:100%;max-width:420px;padding:2.5rem 2rem 2rem;border-radius:var(--radius-sheet);background:var(--color-surface);box-shadow:var(--shadow-medium);text-align:center}.contact__modal h3{margin-bottom:.5rem}.contact__modal p{font-size:.95rem}.contact__modal-close{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:var(--radius-pill);background:transparent;color:var(--color-text);cursor:pointer;transition:background .2s ease}.contact__modal-close:hover{background:var(--color-surface-muted)}.contact__modal-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:1.25rem;border-radius:var(--radius-pill);background:var(--color-accent-soft);color:var(--color-accent)}.footer{background:#222;color:#f3f4f6;padding:4rem 1.5rem 2rem}.footer__inner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2.5rem;max-width:1200px;margin:0 auto 3rem}.footer__brand{max-width:280px}.footer__brand p{margin-top:.75rem;color:#9ca3af;font-size:.95rem}.footer__nav{display:flex;flex-direction:column;gap:.85rem}.footer__nav a{color:#d1d5db;font-size:.95rem}.footer__nav a:hover{color:var(--color-accent)}.footer__rights{max-width:1200px;margin:0 auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);color:#9ca3af;font-size:.85rem}.legal{padding:9rem 1.5rem 5rem}.legal__inner{max-width:760px;margin:0 auto}.legal h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem}.legal h2{font-size:1.35rem;margin:2.25rem 0 .75rem}.legal__updated{font-size:.9rem;margin-bottom:2rem}.legal__intro{font-size:1.05rem}.legal a{color:var(--color-accent);font-weight:700}.delete-account__topbar{display:flex;justify-content:flex-end;padding:1.5rem}.delete-account{padding:1rem 1.5rem 5rem}.delete-account__inner{max-width:680px;margin:0 auto}.delete-account h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.delete-account h2{font-size:1.35rem;margin:2.25rem 0 .75rem}.delete-account__intro{font-size:1.05rem}.delete-account ul{padding-left:1.25rem}.delete-account ul li{margin-bottom:.5rem}.delete-account a{color:var(--color-accent);font-weight:700}.delete-account__form-head p{color:var(--color-text-secondary)}.delete-account__form{margin-top:1.5rem}.delete-account__field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.delete-account__field label{font-family:Baloo2,system-ui,sans-serif;font-weight:600;font-size:1rem;color:var(--color-text)}.delete-account__field input,.delete-account__field textarea{padding:.85rem 1rem;border:1.5px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);font-family:Mulish,system-ui,sans-serif;font-size:1rem;color:var(--color-text);resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}.delete-account__field input::placeholder,.delete-account__field textarea::placeholder{color:var(--color-text-secondary)}.delete-account__field input:focus,.delete-account__field textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent) 25%,transparent)}.delete-account__field input[aria-invalid=true],.delete-account__field textarea[aria-invalid=true]{border-color:#dc2626}.delete-account__error{font-size:.85rem;color:#dc2626}.delete-account__error--form{margin-top:1rem}.delete-account__error--form a{font-size:inherit;color:inherit;font-weight:700}.delete-account__actions{display:flex;justify-content:flex-end}.delete-account__privacy{margin-top:1.25rem;font-size:.85rem}.delete-account__privacy a{font-size:inherit}.delete-account__success{padding:1.5rem;border-radius:var(--radius-card);background:var(--color-accent-soft);color:var(--color-text);font-weight:600}.cookie-banner{position:fixed;left:1.5rem;right:1.5rem;bottom:1.5rem;z-index:100;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem;max-width:900px;margin:0 auto;padding:1.25rem 1.5rem;border:1.5px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-medium)}.cookie-banner p{flex:1;min-width:240px;margin:0;font-size:.9rem}.cookie-banner p a{font-size:inherit;color:var(--color-accent);font-weight:700}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:.75rem}.cookie-banner__essential{white-space:nowrap}.cookie-banner .button{padding:.65rem 1.25rem;font-size:.9rem}@media only screen and (max-width:30em){.cookie-banner{left:1rem;right:1rem;bottom:1rem;padding:1.25rem}.cookie-banner__actions{width:100%}.cookie-banner__actions .button{flex:1;justify-content:center}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--global-background-color: #ffffff;--global-text-color: #222222;--color-primary: #a8d8b9;--color-accent: #f07085;--color-accent-soft: #fdecef;--brand-red: #ff5a5a;--brand-magenta: #e0559a;--brand-gradient: linear-gradient(135deg, #ff5a5a, #e0559a);--color-text: #222222;--color-text-secondary: #6b7280;--color-surface: #ffffff;--color-surface-muted: #f3f4f6;--color-border: #e5e7eb;--color-input-fill: #f9fafb;--mod-shopping: #a8d8b9;--mod-expenses: #f4b8c1;--mod-family: #52c28f;--mod-pets: #ffa040;--mod-pets-soft: #ffd6a5;--mod-chores: #ff5a5a;--mod-notes: #b5deff;--mod-appliances: #3282b8;--mod-relax: #d4a5ff;--extra-purple: #7c6fe8;--extra-lime: #a6cb3e;--extra-teal: #3ec5c0;--grad-progress: linear-gradient(135deg, #ff7a59, #b5c22e);--radius-card: 16px;--radius-sheet: 24px;--radius-pill: 999px;--shadow-soft: 0 4px 20px rgba(45, 49, 66, .08);--shadow-medium: 0 8px 30px rgba(45, 49, 66, .14)}@font-face{font-family:Baloo2;src:url(/assets/Baloo2-BcePNZ8p.ttf) format("truetype");font-weight:400 800;font-style:normal;font-display:swap}@font-face{font-family:Mulish;src:url(/assets/Mulish-B2gfddt5.ttf) format("truetype");font-weight:200 900;font-style:normal;font-display:swap}@font-face{font-family:coolicons;src:url(/assets/coolicons-CwrxsqbI.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}h1,h2,h3,h4,h5,h6{font-family:Baloo2,system-ui,sans-serif;font-weight:700;line-height:1.15;color:var(--color-text)}h1{font-size:clamp(2.5rem,5.5vw,4rem)}h2{font-size:clamp(2rem,4vw,2.75rem)}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}p{font-size:1.05rem;line-height:1.65;color:var(--color-text-secondary)}a{font-size:1rem;color:inherit;text-decoration:none}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{box-sizing:border-box;scroll-behavior:smooth}body{overflow-x:hidden}body{background:var(--global-background-color);color:var(--global-text-color);font-family:Mulish,system-ui,sans-serif;font-size:1rem;height:100%;margin:0;min-height:100vh;padding:0;-webkit-font-smoothing:antialiased}body b{font-weight:600}input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{transition:background-color 5000s ease-in-out 0s}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input::-ms-clear{display:none}
