.AmbientGlow-module__06R5SG__ambient{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.AmbientGlow-module__06R5SG__violet,.AmbientGlow-module__06R5SG__teal,.AmbientGlow-module__06R5SG__deep,.AmbientGlow-module__06R5SG__accent{will-change:transform;border-radius:50%;position:absolute}.AmbientGlow-module__06R5SG__violet{aspect-ratio:1;filter:blur(80px);background:radial-gradient(closest-side,#8b5cf652,#0000 72%);width:58%;animation:18s ease-in-out infinite AmbientGlow-module__06R5SG__drift;top:-14%;right:-12%}.AmbientGlow-module__06R5SG__teal{aspect-ratio:1;filter:blur(90px);background:radial-gradient(closest-side,#2dd4bf42,#0000 72%);width:52%;animation:18s ease-in-out infinite reverse AmbientGlow-module__06R5SG__drift;bottom:-20%;left:-14%}.AmbientGlow-module__06R5SG__deep{aspect-ratio:1.4;filter:blur(100px);background:radial-gradient(closest-side,#3882f62e,#0000 72%);width:64%;animation:22s ease-in-out infinite AmbientGlow-module__06R5SG__drift;top:22%;left:18%}.AmbientGlow-module__06R5SG__accent{aspect-ratio:1;background:radial-gradient(closest-side, var(--ambient-accent), transparent 72%);filter:blur(90px);opacity:.16;width:36%;animation:20s ease-in-out infinite reverse AmbientGlow-module__06R5SG__drift;top:-8%;left:-10%}.dark .AmbientGlow-module__06R5SG__violet{background:radial-gradient(closest-side,#8b5cf66b,#0000 72%)}.dark .AmbientGlow-module__06R5SG__teal{background:radial-gradient(closest-side,#2dd4bf57,#0000 72%)}.dark .AmbientGlow-module__06R5SG__deep{background:radial-gradient(closest-side,#3882f63d,#0000 72%)}.dark .AmbientGlow-module__06R5SG__accent{opacity:.22}@keyframes AmbientGlow-module__06R5SG__drift{0%,to{transform:translate(0)scale(1)}33%{transform:translate(4%,-5%)scale(1.07)}66%{transform:translate(-4%,4%)scale(.96)}}@media (max-width:640px){.AmbientGlow-module__06R5SG__violet,.AmbientGlow-module__06R5SG__teal,.AmbientGlow-module__06R5SG__deep,.AmbientGlow-module__06R5SG__accent{filter:blur(60px)}}@media (prefers-reduced-motion:reduce){.AmbientGlow-module__06R5SG__violet,.AmbientGlow-module__06R5SG__teal,.AmbientGlow-module__06R5SG__deep,.AmbientGlow-module__06R5SG__accent{animation:none}}
.Logo-module__oNWmaW__wrapper{background:#000;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.Logo-module__oNWmaW__image{object-fit:cover;width:100%;height:100%}
.PublicNavbar-module__51WVaG__header{z-index:30;background:color-mix(in srgb, var(--background) 70%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background var(--dur-fast,.2s) ease, border-color var(--dur-fast,.2s) ease, box-shadow var(--dur-fast,.2s) ease;border-bottom:1px solid #0000;position:sticky;top:0}.PublicNavbar-module__51WVaG__headerScrolled{border-bottom-color:var(--border-gray);background:color-mix(in srgb, var(--background) 85%, transparent);box-shadow:0 10px 30px -20px #00000059}.PublicNavbar-module__51WVaG__inner{align-items:center;gap:1rem;max-width:72rem;height:64px;margin-inline:auto;padding-inline:1rem;display:flex}@media (min-width:1024px){.PublicNavbar-module__51WVaG__inner{padding-inline:2rem}}.PublicNavbar-module__51WVaG__brand{align-items:center;gap:.75rem;display:flex}.PublicNavbar-module__51WVaG__brandText{flex-direction:column;display:flex}.PublicNavbar-module__51WVaG__brandName{letter-spacing:-.025em;color:var(--header-title);font-size:.875rem;font-weight:700;line-height:1}.PublicNavbar-module__51WVaG__brandTag{letter-spacing:.1em;color:var(--text-secondary);font-size:11px;font-weight:500}.PublicNavbar-module__51WVaG__nav{align-items:center;gap:1.25rem;margin-left:auto;display:none}@media (min-width:1024px){.PublicNavbar-module__51WVaG__nav{display:flex}}.PublicNavbar-module__51WVaG__navLink{color:var(--text-secondary);padding-block:.25rem;font-size:.875rem;font-weight:500;transition:color .2s;position:relative}.PublicNavbar-module__51WVaG__navLink:after{content:"";transform-origin:0;height:2px;transition:transform .25s var(--ease-out,cubic-bezier(.22, 1, .36, 1));background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:2px;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.PublicNavbar-module__51WVaG__navLink:hover{color:var(--header-title)}.PublicNavbar-module__51WVaG__navLink:hover:after{transform:scaleX(1)}.PublicNavbar-module__51WVaG__actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}@media (min-width:768px){.PublicNavbar-module__51WVaG__actions{margin-left:0}}.PublicNavbar-module__51WVaG__loginBtn{border:1px solid var(--border-gray);background:var(--card-bg);color:var(--card-content);border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s}.PublicNavbar-module__51WVaG__loginBtn:hover{background:var(--card-bg-light)}.PublicNavbar-module__51WVaG__signupBtn{color:#04120a;background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:700;transition:opacity .2s,transform .2s;display:none}.PublicNavbar-module__51WVaG__signupBtn:hover{opacity:.92;transform:translateY(-1px)}@media (min-width:640px){.PublicNavbar-module__51WVaG__signupBtn{display:inline-flex}}.PublicNavbar-module__51WVaG__menuBtn{border:1px solid var(--border-gray);background:var(--card-bg);border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background .2s;display:inline-flex}.PublicNavbar-module__51WVaG__menuBtn:hover{background:var(--card-bg-light)}.PublicNavbar-module__51WVaG__menuBtn:focus-visible{outline-offset:2px;outline:2px solid #22c55e}@media (min-width:1024px){.PublicNavbar-module__51WVaG__menuBtn{display:none}}.PublicNavbar-module__51WVaG__burger{flex-direction:column;gap:4px;display:flex}.PublicNavbar-module__51WVaG__burger span{background:var(--card-content);width:18px;height:2px;transition:transform .3s var(--ease-out,cubic-bezier(.22, 1, .36, 1)), opacity .2s ease;border-radius:2px;display:block}.PublicNavbar-module__51WVaG__burgerOpen span:first-child{transform:translateY(6px)rotate(45deg)}.PublicNavbar-module__51WVaG__burgerOpen span:nth-child(2){opacity:0}.PublicNavbar-module__51WVaG__burgerOpen span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.PublicNavbar-module__51WVaG__mobileMenu{max-height:0;transition:max-height .35s var(--ease-out,cubic-bezier(.22, 1, .36, 1));border-top:1px solid #0000;overflow:hidden}@media (min-width:1024px){.PublicNavbar-module__51WVaG__mobileMenu{display:none}}.PublicNavbar-module__51WVaG__mobileMenuOpen{border-top-color:var(--border-gray);max-height:32rem;overflow-y:auto}.PublicNavbar-module__51WVaG__mobileLink{color:var(--card-content);border-bottom:1px solid var(--border-gray);opacity:0;padding:.85rem 1rem;font-size:.95rem;font-weight:600;display:block;transform:translate(-12px)}.PublicNavbar-module__51WVaG__mobileMenuOpen .PublicNavbar-module__51WVaG__mobileLink{opacity:1;transition:opacity .3s ease var(--menu-delay,0s), transform .3s var(--ease-out,cubic-bezier(.22, 1, .36, 1)) var(--menu-delay,0s), background .2s ease;transform:none}.PublicNavbar-module__51WVaG__mobileLink:hover{background:var(--card-bg-light)}.PublicNavbar-module__51WVaG__mobileCta{color:#04120a;background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:9999px;justify-content:center;align-items:center;margin:1rem;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;display:none}.PublicNavbar-module__51WVaG__mobileMenuOpen .PublicNavbar-module__51WVaG__mobileCta{display:inline-flex}@media (prefers-reduced-motion:reduce){.PublicNavbar-module__51WVaG__mobileMenu,.PublicNavbar-module__51WVaG__mobileLink,.PublicNavbar-module__51WVaG__burger span{transition:none}.PublicNavbar-module__51WVaG__mobileLink{opacity:1;transform:none}}
.ScrollProgress-module__rw0hCG__track{z-index:50;pointer-events:none;background:0 0;height:3px;position:fixed;top:0;left:0;right:0}.ScrollProgress-module__rw0hCG__bar{transform-origin:0;background:linear-gradient(90deg,#22c55e,#4ade80);height:100%;transform:scaleX(0)}@media (prefers-reduced-motion:reduce){.ScrollProgress-module__rw0hCG__track{display:none}}
.ToTop-module__avFz1G__button{z-index:40;border:1px solid var(--glass-border);background:var(--glass-bg-strong);width:2.75rem;height:2.75rem;-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(130%);backdrop-filter:blur(var(--glass-blur)) saturate(130%);color:var(--card-content);box-shadow:0 16px 34px -18px var(--glass-shadow);opacity:0;pointer-events:none;transition:opacity .3s ease, transform .3s var(--ease-out,cubic-bezier(.22, 1, .36, 1)), background .2s ease;border-radius:9999px;justify-content:center;align-items:center;display:flex;position:fixed;bottom:1.25rem;right:1.25rem;transform:translateY(12px)}.ToTop-module__avFz1G__button:hover{color:#04120a;background:linear-gradient(90deg,#22c55e,#4ade80);border-color:#0000}.ToTop-module__avFz1G__button:focus-visible{outline-offset:2px;opacity:1;pointer-events:auto;outline:2px solid #22c55e;transform:none}.ToTop-module__avFz1G__visible{opacity:1;pointer-events:auto;transform:none}@media (prefers-reduced-motion:reduce){.ToTop-module__avFz1G__button{transition:opacity .2s;transform:none}}
.Magnetic-module__UH8Aqq__magnetic{will-change:transform;transition:transform .25s ease-out;display:inline-block}@media (pointer:coarse),(prefers-reduced-motion:reduce){.Magnetic-module__UH8Aqq__magnetic{transition:none}}
.Tilt-module__M3iXaG__tilt{transform-style:preserve-3d;will-change:transform;transition:transform .25s ease-out}@media (pointer:coarse),(prefers-reduced-motion:reduce){.Tilt-module__M3iXaG__tilt{transition:none}}
.RotatingWord-module__8aiD8W__word{opacity:1;transition:opacity .35s ease, transform .35s var(--ease-out,cubic-bezier(.22, 1, .36, 1));display:inline-block;transform:translateY(0)}.RotatingWord-module__8aiD8W__hidden{opacity:0;transform:translateY(10px)}@media (prefers-reduced-motion:reduce){.RotatingWord-module__8aiD8W__word{transition:none}}
.Hero-module__jAaCsG__section{align-items:center;width:100%;max-width:72rem;min-height:calc(100svh - 64px);margin-inline:auto;padding-inline:1rem;display:flex}@media (min-width:1024px){.Hero-module__jAaCsG__section{padding-inline:2rem}}.Hero-module__jAaCsG__panel{border:1px solid var(--glass-border);background:color-mix(in srgb, var(--card-bg) 62%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);isolation:isolate;border-radius:32px;width:100%;padding:2rem;position:relative;overflow:hidden}@media (min-width:1024px){.Hero-module__jAaCsG__panel{padding:3.5rem}}.Hero-module__jAaCsG__aurora{z-index:-1;filter:saturate(1.2);background:radial-gradient(42rem 22rem at 12% 0,#22c55e29,#0000 60%),radial-gradient(40rem 24rem at 88% 12%,#4fc3f72e,#0000 62%),radial-gradient(36rem 22rem at 50% 110%,#22c55e24,#0000 60%);position:absolute;inset:-20%}.Hero-module__jAaCsG__spotlight{z-index:-1;opacity:0;background:radial-gradient(28rem 28rem at var(--mx,50%) var(--my,40%), #22c55e24, transparent 65%);pointer-events:none;transition:opacity .4s;position:absolute;inset:0}.Hero-module__jAaCsG__panel:hover .Hero-module__jAaCsG__spotlight{opacity:1}@media (pointer:coarse),(prefers-reduced-motion:reduce){.Hero-module__jAaCsG__spotlight{display:none}}.Hero-module__jAaCsG__orb{z-index:-1;filter:blur(70px);pointer-events:none;border-radius:9999px;position:absolute}.Hero-module__jAaCsG__orbA{background:radial-gradient(circle,#22c55e47,#0000 65%);width:26rem;height:26rem;animation:16s ease-in-out infinite Hero-module__jAaCsG__orbDrift;top:-10rem;left:-8rem}.Hero-module__jAaCsG__orbB{background:radial-gradient(circle,#4fc3f738,#0000 65%);width:30rem;height:30rem;animation:20s ease-in-out infinite reverse Hero-module__jAaCsG__orbDrift;bottom:-12rem;right:-10rem}@keyframes Hero-module__jAaCsG__orbDrift{0%,to{transform:translate(0)scale(1)}33%{transform:translate(3rem,2rem)scale(1.08)}66%{transform:translate(-2rem,3rem)scale(.95)}}@media (prefers-reduced-motion:reduce){.Hero-module__jAaCsG__orbA,.Hero-module__jAaCsG__orbB{animation:none}}.Hero-module__jAaCsG__grid{z-index:1;grid-template-columns:1fr;align-items:center;gap:2.5rem;display:grid;position:relative}@media (min-width:1024px){.Hero-module__jAaCsG__grid{grid-template-columns:1.05fr .95fr}}.Hero-module__jAaCsG__copy{min-width:0}.Hero-module__jAaCsG__enter{opacity:0;animation:Hero-module__jAaCsG__enterIn .7s var(--ease-out,cubic-bezier(.22, 1, .36, 1)) both;animation-delay:var(--enter-delay,0s)}@keyframes Hero-module__jAaCsG__enterIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.Hero-module__jAaCsG__badge{background:var(--header-title);color:var(--background);border-radius:9999px;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.75rem;font-weight:600;display:inline-flex}.Hero-module__jAaCsG__badgeDot{background:#34d399;border-radius:9999px;width:.5rem;height:.5rem;animation:3.5s cubic-bezier(.4,0,.6,1) infinite Hero-module__jAaCsG__pulse}@keyframes Hero-module__jAaCsG__pulse{0%,to{opacity:1}50%{opacity:.5}}.Hero-module__jAaCsG__title{letter-spacing:-.03em;color:var(--header-title);text-wrap:balance;margin-top:1rem;font-size:2.4rem;font-weight:900;line-height:1.02}@media (min-width:1024px){.Hero-module__jAaCsG__title{font-size:3.9rem}}.Hero-module__jAaCsG__gradientText{background:linear-gradient(90deg,#22c55e,#4ade80);color:#0000;-webkit-background-clip:text;background-clip:text}.Hero-module__jAaCsG__description{max-width:38rem;color:var(--text-secondary);text-wrap:pretty;margin-top:1rem;font-size:1.02rem;line-height:1.7}.Hero-module__jAaCsG__ctaRow{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.Hero-module__jAaCsG__ctaPrimary{color:#04120a;background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:9999px;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.9rem;font-weight:700;transition:transform .2s,opacity .2s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 12px 30px -12px #22c55e8c}.Hero-module__jAaCsG__ctaPrimary:hover{opacity:.95;transform:translateY(-1px)}.Hero-module__jAaCsG__ctaPrimary:after{content:"";background:linear-gradient(105deg,#0000 40%,#ffffff73 50%,#0000 60%);transition:none;position:absolute;inset:0;transform:translate(-120%)}.Hero-module__jAaCsG__ctaPrimary:hover:after{transition:transform .8s;transform:translate(120%)}.Hero-module__jAaCsG__ctaPrimary:focus-visible,.Hero-module__jAaCsG__ctaSecondary:focus-visible{outline-offset:3px;outline:2px solid #22c55e}.Hero-module__jAaCsG__ctaSecondary{border:1px solid var(--border-gray);background:var(--card-bg-light);color:var(--card-content);border-radius:9999px;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.9rem;font-weight:600;transition:background .2s;display:inline-flex}.Hero-module__jAaCsG__ctaSecondary:hover{background:var(--card-bg-elevated)}.Hero-module__jAaCsG__checkList{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem;margin-top:1.75rem;font-size:.85rem;display:flex}.Hero-module__jAaCsG__checkItem{align-items:center;gap:.5rem;display:flex}.Hero-module__jAaCsG__checkMark{background:var(--badge-bg);width:1.5rem;height:1.5rem;color:var(--green-accent);border-radius:9999px;justify-content:center;align-items:center;font-size:.75rem;display:flex}.Hero-module__jAaCsG__visual{justify-content:center;min-width:0;display:flex;position:relative}.Hero-module__jAaCsG__glow{filter:blur(2.5rem);background:radial-gradient(60% 50% at 50% 42%,#22c55e59,#0000 70%),linear-gradient(to bottom right,#22c55e2e,#4fc3f738);border-radius:48px;position:absolute;inset:8% 4%}.Hero-module__jAaCsG__mascot{border-radius:28px;width:min(100%,420px);height:auto;position:relative;-webkit-mask-image:radial-gradient(88% 88% at 50% 45%,#000 62%,#0000 98%);mask-image:radial-gradient(88% 88% at 50% 45%,#000 62%,#0000 98%)}.Hero-module__jAaCsG__chip{border:1px solid var(--glass-border);background:var(--glass-bg-strong);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(130%);backdrop-filter:blur(var(--glass-blur)) saturate(130%);box-shadow:0 16px 40px -18px var(--glass-shadow);border-radius:1rem;flex-direction:column;gap:.2rem;padding:.75rem 1rem;animation:6s ease-in-out infinite Hero-module__jAaCsG__float;display:flex;position:absolute}.Hero-module__jAaCsG__chipLabel{letter-spacing:.1em;color:var(--text-muted);font-size:.65rem;font-weight:800}.Hero-module__jAaCsG__chipValue{letter-spacing:-.01em;color:var(--header-title);white-space:nowrap;font-size:1.05rem;font-weight:900}.Hero-module__jAaCsG__chipText{color:var(--card-content);font-size:.78rem;font-weight:600;line-height:1.45}.Hero-module__jAaCsG__chipStreak{top:6%;left:0}.Hero-module__jAaCsG__chipAi{background:linear-gradient(to bottom right,#22c55e,#16a34a);border-color:#0000;max-width:13rem;animation-delay:-2s;bottom:22%;right:0}.Hero-module__jAaCsG__chipAi .Hero-module__jAaCsG__chipLabel{color:#ffffffbf}.Hero-module__jAaCsG__chipAi .Hero-module__jAaCsG__chipText{color:#fff}.Hero-module__jAaCsG__chipVolume{animation-delay:-4s;bottom:4%;left:2%}.Hero-module__jAaCsG__chipVolume .Hero-module__jAaCsG__chipValue{background:linear-gradient(90deg,#22c55e,#4ade80);color:#0000;-webkit-background-clip:text;background-clip:text}@keyframes Hero-module__jAaCsG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.Hero-module__jAaCsG__chip,.Hero-module__jAaCsG__badgeDot,.Hero-module__jAaCsG__enter{animation:none}.Hero-module__jAaCsG__enter{opacity:1}}@media (max-width:639px){.Hero-module__jAaCsG__visual{margin-top:.5rem;padding-bottom:2.25rem}.Hero-module__jAaCsG__chip{border-radius:.85rem;padding:.55rem .75rem}.Hero-module__jAaCsG__chipValue{font-size:.9rem}.Hero-module__jAaCsG__chipText{font-size:.7rem}.Hero-module__jAaCsG__chipStreak{top:2%}.Hero-module__jAaCsG__chipAi{max-width:10.5rem;bottom:30%}.Hero-module__jAaCsG__chipVolume{bottom:0}}
.GymBackdrop-module__H8jedq__backdrop{z-index:0;background:var(--background);touch-action:pan-y;position:fixed;inset:0;overflow:hidden}.GymBackdrop-module__H8jedq__mount{z-index:1;position:absolute;inset:0}.GymBackdrop-module__H8jedq__mount canvas{opacity:0;position:absolute;inset:0}.GymBackdrop-module__H8jedq__backdrop[data-ready=true] .GymBackdrop-module__H8jedq__mount canvas{opacity:1}.GymBackdrop-module__H8jedq__poster{object-fit:cover;object-position:center}.GymBackdrop-module__H8jedq__overlay{z-index:2;pointer-events:none;background:linear-gradient(#f8f9fad1 0%,#f8f9fa66 18%,#0000 38%),linear-gradient(#0000 78%,#f8f9fab3 100%),linear-gradient(90deg,#f8f9fa52 0%,#0000 20% 80%,#f8f9fa52 100%),#f8f9fa80;position:absolute;inset:0}html.dark .GymBackdrop-module__H8jedq__overlay{background:linear-gradient(#040a08ad 0%,#040a0838 18%,#0000 35%),linear-gradient(#0000 78%,#040a088c 100%),linear-gradient(90deg,#040a084d 0%,#0000 20% 80%,#040a084d 100%),#040a0847}
.BigMarquee-module__2POQta__band{-webkit-user-select:none;user-select:none;width:100%;padding-block:1rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.BigMarquee-module__2POQta__row{white-space:nowrap;overflow:hidden}.BigMarquee-module__2POQta__row+.BigMarquee-module__2POQta__row{margin-top:.25rem}.BigMarquee-module__2POQta__track{align-items:baseline;gap:2.5rem;width:max-content;padding-right:2.5rem;animation:45s linear infinite BigMarquee-module__2POQta__slide;display:inline-flex}.BigMarquee-module__2POQta__reverse{animation:55s linear infinite BigMarquee-module__2POQta__slideReverse}@keyframes BigMarquee-module__2POQta__slide{to{transform:translate(-50%)}}@keyframes BigMarquee-module__2POQta__slideReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.BigMarquee-module__2POQta__outline,.BigMarquee-module__2POQta__solid{letter-spacing:-.03em;text-transform:uppercase;font-size:clamp(3rem,8vw,6.5rem);font-weight:900;line-height:1.05}.BigMarquee-module__2POQta__outline{color:#0000;-webkit-text-stroke:1.5px color-mix(in srgb, var(--text-muted) 55%, transparent)}.BigMarquee-module__2POQta__solid{background:linear-gradient(90deg,#22c55e,#4ade80);color:#0000;opacity:.9;-webkit-background-clip:text;background-clip:text}.BigMarquee-module__2POQta__sep{vertical-align:middle;-webkit-text-stroke:0;color:#22c55e;opacity:.7;background:0 0;margin-left:2.5rem;font-size:.4em}@media (prefers-reduced-motion:reduce){.BigMarquee-module__2POQta__track,.BigMarquee-module__2POQta__reverse{animation:none}}
.Reveal-module__pTWK3G__reveal,.Reveal-module__pTWK3G__fade,.Reveal-module__pTWK3G__scaleIn,.Reveal-module__pTWK3G__slideLeft,.Reveal-module__pTWK3G__slideRight{opacity:0;transition:opacity var(--dur-slow,.9s) ease var(--reveal-delay,0s), transform var(--dur-slow,.9s) var(--ease-out,cubic-bezier(.22, 1, .36, 1)) var(--reveal-delay,0s);will-change:opacity, transform}.Reveal-module__pTWK3G__reveal{transform:translateY(22px)}.Reveal-module__pTWK3G__fade{transform:none}.Reveal-module__pTWK3G__scaleIn{transform:scale(.94)}.Reveal-module__pTWK3G__slideLeft{transform:translate(-28px)}.Reveal-module__pTWK3G__slideRight{transform:translate(28px)}.Reveal-module__pTWK3G__reveal[data-visible=true],.Reveal-module__pTWK3G__fade[data-visible=true],.Reveal-module__pTWK3G__scaleIn[data-visible=true],.Reveal-module__pTWK3G__slideLeft[data-visible=true],.Reveal-module__pTWK3G__slideRight[data-visible=true]{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.Reveal-module__pTWK3G__reveal,.Reveal-module__pTWK3G__fade,.Reveal-module__pTWK3G__scaleIn,.Reveal-module__pTWK3G__slideLeft,.Reveal-module__pTWK3G__slideRight{opacity:1;transition:none;transform:none}}
.SocialProof-module__AVpEOW__section{width:100%;max-width:72rem;margin-inline:auto;padding-inline:1rem}@media (min-width:1024px){.SocialProof-module__AVpEOW__section{padding-inline:2rem}}.SocialProof-module__AVpEOW__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin:0;padding:0;display:grid}@media (min-width:1024px){.SocialProof-module__AVpEOW__stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.SocialProof-module__AVpEOW__stat{border:1px solid var(--border-gray);background:var(--card-bg);text-align:left;border-radius:1.1rem;padding:1.4rem;transition:transform .2s,box-shadow .2s}.SocialProof-module__AVpEOW__stat:hover{transform:translateY(-3px);box-shadow:0 14px 30px -18px #00000059}.SocialProof-module__AVpEOW__statValue{letter-spacing:-.03em;background:linear-gradient(90deg,#22c55e,#4ade80);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:900}.SocialProof-module__AVpEOW__statLabel{margin-top:.35rem;color:var(--card-content);margin-inline-start:0;font-size:.88rem;font-weight:700}.SocialProof-module__AVpEOW__statNote{margin-top:.2rem;color:var(--text-secondary);margin-inline-start:0;font-size:.78rem}.SocialProof-module__AVpEOW__marquee{border:1px solid var(--border-gray);background:var(--card-bg);border-radius:9999px;margin-top:1.25rem;padding:.7rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.SocialProof-module__AVpEOW__track{gap:.6rem;width:max-content;animation:60s linear infinite SocialProof-module__AVpEOW__scroll;display:flex}.SocialProof-module__AVpEOW__marquee:hover .SocialProof-module__AVpEOW__track{animation-play-state:paused}@keyframes SocialProof-module__AVpEOW__scroll{to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.SocialProof-module__AVpEOW__track{flex-wrap:wrap;width:auto;animation:none}}.SocialProof-module__AVpEOW__pill{background:var(--card-bg-light);color:var(--text-secondary);white-space:nowrap;border-radius:9999px;align-items:center;gap:.5rem;padding:.45rem .95rem;font-size:.8rem;font-weight:600;display:inline-flex}.SocialProof-module__AVpEOW__pillDot{background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:9999px;width:.45rem;height:.45rem}
.AppShowcase-module___L--HG__band{background:radial-gradient(50rem 24rem at 15% 10%, #22c55e1f, transparent 60%), radial-gradient(46rem 26rem at 85% 90%, #4fc3f71a, transparent 60%),  color-mix(in srgb, var(--card-bg) 78%, transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);isolation:isolate;width:100%;scroll-margin-top:4rem;position:relative;overflow:clip}.AppShowcase-module___L--HG__band:after{content:"";z-index:0;opacity:.05;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");position:absolute;inset:0}.AppShowcase-module___L--HG__inner{z-index:1;grid-template-columns:1fr;align-items:center;gap:2.5rem;max-width:72rem;margin-inline:auto;padding:4rem 1rem;display:grid;position:relative}@media (min-width:1024px){.AppShowcase-module___L--HG__inner{grid-template-columns:.9fr 1.1fr;gap:4rem;padding:5.5rem 2rem}}.AppShowcase-module___L--HG__phoneWrap{justify-content:center;display:flex;position:relative}.AppShowcase-module___L--HG__phoneGlow{filter:blur(2.5rem);background:radial-gradient(55% 45% at 50% 45%,#22c55e59,#0000 70%);border-radius:48px;animation:8s ease-in-out infinite AppShowcase-module___L--HG__breathe;position:absolute;inset:12% 10%}@keyframes AppShowcase-module___L--HG__breathe{0%,to{opacity:.75;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}@media (prefers-reduced-motion:reduce){.AppShowcase-module___L--HG__phoneGlow{animation:none}}.AppShowcase-module___L--HG__phone{border-radius:2rem;width:min(94vw,480px);height:auto;transition:transform .3s;position:relative;box-shadow:0 40px 90px -30px #000c}.AppShowcase-module___L--HG__phone:hover{transform:scale(1.01)}@media (min-width:1024px){.AppShowcase-module___L--HG__phone{width:min(100%,480px);transform:rotate(-2deg)scale(1.12)}.AppShowcase-module___L--HG__phone:hover{transform:rotate(0)scale(1.14)}}.AppShowcase-module___L--HG__copy{min-width:0}.AppShowcase-module___L--HG__eyebrow{border:1px solid var(--border-gray);background:color-mix(in srgb, var(--card-bg) 70%, transparent);letter-spacing:.1em;text-transform:uppercase;color:var(--green-accent);border-radius:9999px;padding:.3rem .9rem;font-size:.72rem;font-weight:800;display:inline-flex}.AppShowcase-module___L--HG__title{letter-spacing:-.025em;color:var(--header-title);text-wrap:balance;margin-top:1rem;font-size:2rem;font-weight:900;line-height:1.05}@media (min-width:1024px){.AppShowcase-module___L--HG__title{font-size:2.7rem}}.AppShowcase-module___L--HG__gradientText{background:linear-gradient(90deg,#22c55e,#4ade80);color:#0000;-webkit-background-clip:text;background-clip:text}.AppShowcase-module___L--HG__subtitle{max-width:36rem;color:var(--text-secondary);text-wrap:pretty;margin-top:.9rem;font-size:1rem;line-height:1.7}.AppShowcase-module___L--HG__list{grid-template-columns:1fr;gap:.85rem;margin-top:1.75rem;padding:0;list-style:none;display:grid}@media (min-width:640px){.AppShowcase-module___L--HG__list{grid-template-columns:repeat(2,minmax(0,1fr))}}.AppShowcase-module___L--HG__item{border:1px solid var(--border-gray);background:color-mix(in srgb, var(--card-bg) 55%, transparent);border-radius:1rem;align-items:flex-start;gap:.75rem;padding:1.1rem;transition:transform .2s,background .2s;display:flex}.AppShowcase-module___L--HG__item:hover{background:color-mix(in srgb, var(--card-bg) 72%, transparent);transform:translateY(-3px)}.AppShowcase-module___L--HG__check{background:var(--badge-bg);width:1.5rem;height:1.5rem;color:var(--green-accent);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;font-size:.7rem;font-weight:800;display:flex}.AppShowcase-module___L--HG__itemTitle{color:var(--header-title);font-size:.92rem;font-weight:800}.AppShowcase-module___L--HG__itemText{color:var(--text-secondary);margin-top:.25rem;font-size:.82rem;line-height:1.6}.AppShowcase-module___L--HG__cta{color:#04120a;background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:9999px;align-items:center;gap:.5rem;margin-top:1.75rem;padding:.85rem 1.6rem;font-size:.9rem;font-weight:700;transition:transform .2s,opacity .2s;display:inline-flex;box-shadow:0 14px 34px -14px #22c55e99}.AppShowcase-module___L--HG__cta:hover{opacity:.95;transform:translateY(-1px)}.AppShowcase-module___L--HG__cta:focus-visible{outline-offset:3px;outline:2px solid #4ade80}
.ModulesShowcase-module__J5TKtq__section{width:100%;max-width:72rem;margin-inline:auto;padding-inline:1rem;scroll-margin-top:5rem}@media (min-width:1024px){.ModulesShowcase-module__J5TKtq__section{padding-inline:2rem}}.ModulesShowcase-module__J5TKtq__header{text-align:center;max-width:46rem;margin-inline:auto}.ModulesShowcase-module__J5TKtq__eyebrow{border:1px solid var(--border-gray);background:var(--card-bg);letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);border-radius:9999px;padding:.3rem .9rem;font-size:.72rem;font-weight:800;display:inline-flex}.ModulesShowcase-module__J5TKtq__title{letter-spacing:-.025em;color:var(--header-title);text-wrap:balance;margin-top:1rem;font-size:1.9rem;font-weight:900}@media (min-width:1024px){.ModulesShowcase-module__J5TKtq__title{font-size:2.6rem}}.ModulesShowcase-module__J5TKtq__subtitle{color:var(--text-secondary);text-wrap:pretty;margin-top:.85rem;font-size:1rem;line-height:1.7}.ModulesShowcase-module__J5TKtq__featured{--accent:#ff3b30;border:1px solid var(--glass-border);background:color-mix(in srgb, var(--card-bg) 62%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;grid-template-columns:1fr;gap:1.75rem;margin-top:2.5rem;padding:1.75rem;display:grid;position:relative}.ModulesShowcase-module__J5TKtq__featured:before{content:"";background:linear-gradient(to right, #22c55e, #4ade80, var(--accent));height:4px;position:absolute;inset:0 0 auto}@media (min-width:1024px){.ModulesShowcase-module__J5TKtq__featured{grid-template-columns:1.1fr .9fr;align-items:center;padding:2.5rem}}.ModulesShowcase-module__J5TKtq__featuredCopy{min-width:0}.ModulesShowcase-module__J5TKtq__featuredTitle{letter-spacing:-.02em;color:var(--header-title);margin-top:.6rem;font-size:1.6rem;font-weight:900}@media (min-width:1024px){.ModulesShowcase-module__J5TKtq__featuredTitle{font-size:2rem}}.ModulesShowcase-module__J5TKtq__featuredCta{color:#04120a;background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:9999px;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.7rem 1.4rem;font-size:.85rem;font-weight:700;transition:transform .2s,opacity .2s;display:inline-flex}.ModulesShowcase-module__J5TKtq__featuredCta:hover{opacity:.95;transform:translateY(-1px)}.ModulesShowcase-module__J5TKtq__featuredCta:focus-visible{outline-offset:3px;outline:2px solid #22c55e}.ModulesShowcase-module__J5TKtq__featuredVisual{background:radial-gradient(20rem 10rem at 20% 0%, #22c55e2e, transparent 60%), radial-gradient(20rem 12rem at 90% 100%, #4fc3f733, transparent 60%), var(--card-bg-light);border:1px solid var(--border-gray);border-radius:1.1rem;padding:1.25rem;position:relative}.ModulesShowcase-module__J5TKtq__chatMock{flex-direction:column;gap:.6rem;display:flex}.ModulesShowcase-module__J5TKtq__chatBubbleAi,.ModulesShowcase-module__J5TKtq__chatBubbleUser{border-radius:1rem;max-width:90%;padding:.7rem .95rem;font-size:.83rem;line-height:1.55}.ModulesShowcase-module__J5TKtq__chatBubbleAi{border:1px solid var(--border-gray);background:var(--card-bg);color:var(--card-content);border-bottom-left-radius:.3rem;align-self:flex-start}.ModulesShowcase-module__J5TKtq__chatBubbleUser{color:#04120a;background:linear-gradient(to bottom right,#22c55e,#4ade80);border-bottom-right-radius:.3rem;align-self:flex-end;font-weight:600}.ModulesShowcase-module__J5TKtq__grid{grid-template-columns:1fr;gap:1rem;margin-top:1rem;display:grid}@media (min-width:640px){.ModulesShowcase-module__J5TKtq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.ModulesShowcase-module__J5TKtq__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ModulesShowcase-module__J5TKtq__card{--accent:#888;border:1px solid var(--glass-border);background:color-mix(in srgb, var(--card-bg) 62%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%;transition:transform .25s var(--ease-out,cubic-bezier(.22, 1, .36, 1)), box-shadow .25s ease, border-color .25s ease;border-radius:1.1rem;flex-direction:column;padding:1.5rem;display:flex;position:relative}.ModulesShowcase-module__J5TKtq__card:before{content:"";background:var(--accent);opacity:.85;height:3px;position:absolute;inset:0 0 auto}.ModulesShowcase-module__J5TKtq__card:hover{border-color:color-mix(in srgb, var(--accent) 55%, transparent);box-shadow:0 16px 34px -20px #0006, 0 12px 32px -14px var(--accent);transform:translateY(-4px)scale(1.01)}.ModulesShowcase-module__J5TKtq__featured:hover{border-color:color-mix(in srgb, var(--accent) 55%, transparent);box-shadow:0 20px 40px -22px #00000080, 0 16px 40px -16px var(--accent)}.ModulesShowcase-module__J5TKtq__iconWrap{width:10rem;height:10rem;transition:transform .3s var(--ease-out,cubic-bezier(.22, 1, .36, 1));border-radius:2rem;justify-content:center;align-items:center;margin-inline:auto;display:flex}.ModulesShowcase-module__J5TKtq__card:hover .ModulesShowcase-module__J5TKtq__iconWrap,.ModulesShowcase-module__J5TKtq__featured:hover .ModulesShowcase-module__J5TKtq__iconWrap{transform:scale(1.08)rotate(-6deg)}.ModulesShowcase-module__J5TKtq__cardEyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-top:1rem;font-size:.72rem;font-weight:800}.ModulesShowcase-module__J5TKtq__cardTitle{letter-spacing:-.01em;color:var(--header-title);margin-top:.3rem;font-size:1.15rem;font-weight:800}.ModulesShowcase-module__J5TKtq__cardDescription{color:var(--text-secondary);margin-top:.5rem;font-size:.88rem;line-height:1.65}.ModulesShowcase-module__J5TKtq__bullets{flex-direction:column;gap:.5rem;margin-top:.9rem;padding:0;list-style:none;display:flex}.ModulesShowcase-module__J5TKtq__bullet{color:var(--card-content);align-items:flex-start;gap:.55rem;font-size:.83rem;line-height:1.55;display:flex}.ModulesShowcase-module__J5TKtq__bulletMark{background:var(--badge-bg);width:1.25rem;height:1.25rem;color:var(--green-accent);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;font-size:.65rem;font-weight:800;display:flex}.ModulesShowcase-module__J5TKtq__explore{color:var(--text-muted);align-items:center;gap:.35rem;margin-top:auto;padding-top:1.1rem;font-size:.78rem;font-weight:700;transition:color .2s;display:inline-flex}.ModulesShowcase-module__J5TKtq__card:hover .ModulesShowcase-module__J5TKtq__explore{color:var(--header-title)}
.AiSpotlight-module__q5y_la__section{width:100%;max-width:72rem;margin-inline:auto;padding-inline:1rem;scroll-margin-top:5rem}@media (min-width:1024px){.AiSpotlight-module__q5y_la__section{padding-inline:2rem}}.AiSpotlight-module__q5y_la__panel{border:1px solid var(--border-gray);background:var(--card-bg);isolation:isolate;border-radius:32px;padding:2rem;position:relative;overflow:hidden}@media (min-width:1024px){.AiSpotlight-module__q5y_la__panel{padding:3rem}}.AiSpotlight-module__q5y_la__aurora{z-index:-1;background:radial-gradient(38rem 20rem at 15% 10%,#22c55e1f,#0000 60%),radial-gradient(40rem 22rem at 85% 20%,#4fc3f729,#0000 60%),radial-gradient(36rem 20rem at 50% 110%,#22c55e24,#0000 60%);position:absolute;inset:-25%}.AiSpotlight-module__q5y_la__header{text-align:center;max-width:44rem;margin-inline:auto}.AiSpotlight-module__q5y_la__eyebrow{background:var(--header-title);letter-spacing:.08em;text-transform:uppercase;color:var(--background);border-radius:9999px;padding:.3rem .9rem;font-size:.72rem;font-weight:800;display:inline-flex}.AiSpotlight-module__q5y_la__title{letter-spacing:-.025em;color:var(--header-title);text-wrap:balance;margin-top:1rem;font-size:1.9rem;font-weight:900}@media (min-width:1024px){.AiSpotlight-module__q5y_la__title{font-size:2.5rem}}.AiSpotlight-module__q5y_la__subtitle{color:var(--text-secondary);text-wrap:pretty;margin-top:.85rem;font-size:.98rem;line-height:1.7}.AiSpotlight-module__q5y_la__grid{grid-template-columns:1fr;align-items:start;gap:1.25rem;margin-top:2.25rem;display:grid}@media (min-width:1024px){.AiSpotlight-module__q5y_la__grid{grid-template-columns:1fr 1fr}}.AiSpotlight-module__q5y_la__chat{border:1px solid var(--border-gray);background:var(--card-bg-light);border-radius:1.25rem;padding:1.25rem;box-shadow:0 24px 50px -30px #0006}.AiSpotlight-module__q5y_la__chatHeader{border-bottom:1px solid var(--border-gray);align-items:center;gap:.75rem;padding-bottom:1rem;display:flex}.AiSpotlight-module__q5y_la__avatar{color:#04120a;background:linear-gradient(to bottom right,#22c55e,#4ade80);border-radius:.85rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.8rem;font-weight:900;display:flex}.AiSpotlight-module__q5y_la__chatName{color:var(--card-content);font-size:.9rem;font-weight:800}.AiSpotlight-module__q5y_la__chatStatus{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.75rem;display:flex}.AiSpotlight-module__q5y_la__onlineDot{background:#22c55e;border-radius:9999px;width:.45rem;height:.45rem;position:relative}.AiSpotlight-module__q5y_la__onlineDot:after{content:"";border:1px solid #22c55e;border-radius:9999px;animation:3s cubic-bezier(0,0,.2,1) infinite AiSpotlight-module__q5y_la__ping;position:absolute;inset:-4px}@keyframes AiSpotlight-module__q5y_la__ping{0%{opacity:.9;transform:scale(.6)}70%,to{opacity:0;transform:scale(1.4)}}.AiSpotlight-module__q5y_la__proBadge{background:var(--header-title);letter-spacing:.08em;color:var(--background);border-radius:9999px;margin-left:auto;padding:.2rem .7rem;font-size:.68rem;font-weight:800}.AiSpotlight-module__q5y_la__messages{flex-direction:column;gap:.65rem;padding-block:1.1rem;display:flex}.AiSpotlight-module__q5y_la__msgAiWrap,.AiSpotlight-module__q5y_la__msgUserWrap{max-width:88%;display:flex}.AiSpotlight-module__q5y_la__msgAiWrap{align-self:flex-start}.AiSpotlight-module__q5y_la__msgUserWrap{justify-content:flex-end;align-self:flex-end}.AiSpotlight-module__q5y_la__msgAi,.AiSpotlight-module__q5y_la__msgUser{border-radius:1rem;max-width:100%;padding:.7rem .95rem;font-size:.85rem;line-height:1.6}.AiSpotlight-module__q5y_la__msgAi{border:1px solid var(--border-gray);background:var(--card-bg);color:var(--card-content);border-bottom-left-radius:.3rem;align-self:flex-start}.AiSpotlight-module__q5y_la__msgUser{background:var(--header-title);color:var(--background);border-bottom-right-radius:.3rem;align-self:flex-end;font-weight:600}.AiSpotlight-module__q5y_la__chatCta{border:1px solid var(--border-gray);background:var(--card-bg);border-radius:9999px;align-items:center;gap:.6rem;padding:.4rem .4rem .4rem 1rem;display:flex}.AiSpotlight-module__q5y_la__fakeInput{color:var(--text-muted);flex:1;font-size:.82rem}.AiSpotlight-module__q5y_la__sendBtn{color:#04120a;background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:9999px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:transform .2s;animation:6s ease-in-out infinite AiSpotlight-module__q5y_la__nudge;display:flex}.AiSpotlight-module__q5y_la__sendBtn:hover{animation:none;transform:translateY(-1px)}@keyframes AiSpotlight-module__q5y_la__nudge{0%,88%,to{transform:translate(0)}90%,94%{transform:translate(3px)}92%,96%{transform:translate(0)}}.AiSpotlight-module__q5y_la__caps{flex-direction:column;gap:.85rem;display:flex}.AiSpotlight-module__q5y_la__cap{border:1px solid var(--border-gray);background:var(--card-bg);border-radius:1.1rem;padding:1.35rem}.AiSpotlight-module__q5y_la__capNumber{letter-spacing:.1em;background:linear-gradient(90deg,#22c55e,#4ade80);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:.78rem;font-weight:900}.AiSpotlight-module__q5y_la__capTitle{color:var(--header-title);margin-top:.4rem;font-size:1.02rem;font-weight:800}.AiSpotlight-module__q5y_la__capText{color:var(--text-secondary);margin-top:.35rem;font-size:.88rem;line-height:1.65}.AiSpotlight-module__q5y_la__quota{background:var(--badge-bg);color:var(--card-content);border-radius:1.1rem;padding:1.1rem 1.35rem;font-size:.85rem;line-height:1.6}.AiSpotlight-module__q5y_la__quotaLink{color:var(--green-accent);font-weight:800}.AiSpotlight-module__q5y_la__quotaLink:hover{text-decoration:underline}@media (prefers-reduced-motion:reduce){.AiSpotlight-module__q5y_la__onlineDot:after,.AiSpotlight-module__q5y_la__sendBtn{animation:none}}
.HowItWorks-module__zoafna__section{width:100%;max-width:72rem;margin-inline:auto;padding-inline:1rem;scroll-margin-top:5rem}@media (min-width:1024px){.HowItWorks-module__zoafna__section{padding-inline:2rem}}.HowItWorks-module__zoafna__header{text-align:center;max-width:44rem;margin-inline:auto}.HowItWorks-module__zoafna__eyebrow{border:1px solid var(--border-gray);background:var(--card-bg);letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);border-radius:9999px;padding:.3rem .9rem;font-size:.72rem;font-weight:800;display:inline-flex}.HowItWorks-module__zoafna__title{letter-spacing:-.025em;color:var(--header-title);margin-top:1rem;font-size:1.875rem;font-weight:900}@media (min-width:1024px){.HowItWorks-module__zoafna__title{font-size:2.25rem}}.HowItWorks-module__zoafna__subtitle{color:var(--text-secondary);margin-top:.75rem;font-size:1rem;line-height:1.625}.HowItWorks-module__zoafna__grid{grid-template-columns:1fr;gap:1rem;margin-top:2.5rem;padding:0;list-style:none;display:grid}.HowItWorks-module__zoafna__connector{display:none}@media (min-width:1024px){.HowItWorks-module__zoafna__connector{background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:3px;grid-column:1/-1;height:3px;margin-bottom:.5rem;display:block}@supports (animation-timeline:view()){.HowItWorks-module__zoafna__connector{transform-origin:0;animation:linear both HowItWorks-module__zoafna__drawLine;animation-timeline:view();animation-range:entry 10% entry 80%;transform:scaleX(0)}@keyframes HowItWorks-module__zoafna__drawLine{to{transform:scaleX(1)}}}}@media (min-width:640px){.HowItWorks-module__zoafna__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.HowItWorks-module__zoafna__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.HowItWorks-module__zoafna__card{border:1px solid var(--border-gray);background:var(--card-bg);transition:transform .25s var(--ease-out,cubic-bezier(.22, 1, .36, 1)), box-shadow .25s ease, border-color .25s ease;border-radius:1rem;padding:1.5rem;position:relative;overflow:hidden}.HowItWorks-module__zoafna__card:after{content:"";transform-origin:0;height:3px;transition:transform .35s var(--ease-out,cubic-bezier(.22, 1, .36, 1));background:linear-gradient(90deg,#22c55e,#4ade80);position:absolute;inset:auto 0 0;transform:scaleX(0)}.HowItWorks-module__zoafna__card:hover{border-color:color-mix(in srgb, #22c55e 40%, var(--border-gray));transform:translateY(-4px);box-shadow:0 16px 34px -22px #0006}.HowItWorks-module__zoafna__card:hover:after{transform:scaleX(1)}.HowItWorks-module__zoafna__number{background:linear-gradient(90deg,#22c55e,#4ade80);letter-spacing:-.025em;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.875rem;font-weight:900}.HowItWorks-module__zoafna__cardTitle{color:var(--header-title);margin-top:.75rem;font-size:1rem;font-weight:700}.HowItWorks-module__zoafna__cardDescription{color:var(--text-secondary);margin-top:.25rem;font-size:.875rem;line-height:1.625}.HowItWorks-module__zoafna__footer{text-align:center;color:var(--text-secondary);margin-top:1.75rem;font-size:.9rem}.HowItWorks-module__zoafna__footerLink{color:var(--header-title);margin-left:.4rem;font-weight:800}.HowItWorks-module__zoafna__footerLink:hover{text-decoration:underline}
.AnalizandoView-module__7s-dvG__anillo{border:4px solid var(--color-border-gray,#e5e7eb);border-top-color:#10b981;border-radius:9999px;justify-content:center;align-items:center;width:88px;height:88px;padding:12px;animation:1s linear infinite AnalizandoView-module__7s-dvG__girar;display:inline-flex}@keyframes AnalizandoView-module__7s-dvG__girar{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.AnalizandoView-module__7s-dvG__anillo{border-top-color:var(--color-border-gray,#e5e7eb);animation:none}}
.AuthShell-module__xovahG__shell{background:var(--background);min-height:100vh;display:flex}.AuthShell-module__xovahG__brandPanel{isolation:isolate;background:radial-gradient(40rem 22rem at 15% 8%,#22c55e29,#0000 60%),radial-gradient(38rem 24rem at 90% 95%,#4fc3f71f,#0000 60%),#0b0e13;flex-direction:column;justify-content:space-between;gap:2rem;width:50%;padding:2.5rem 3rem;display:none;position:relative;overflow:hidden}@media (min-width:1024px){.AuthShell-module__xovahG__brandPanel{display:flex}}.AuthShell-module__xovahG__aurora{z-index:-1;background:radial-gradient(30rem 18rem at 80% 20%,#22c55e1f,#0000 60%);animation:16s ease-in-out infinite AuthShell-module__xovahG__authDrift;position:absolute;inset:-20%}@keyframes AuthShell-module__xovahG__authDrift{0%,to{transform:translate(0)}50%{transform:translate(-2rem,1.5rem)}}.AuthShell-module__xovahG__brand{justify-content:space-between;align-items:center;gap:1rem;display:flex;position:relative}.AuthShell-module__xovahG__brandLink{border-radius:.75rem;align-items:center;gap:.75rem;display:flex}.AuthShell-module__xovahG__brandLink:focus-visible,.AuthShell-module__xovahG__backLink:focus-visible{outline-offset:3px;outline:2px solid #22c55e}.AuthShell-module__xovahG__brandText{flex-direction:column;display:flex}.AuthShell-module__xovahG__brandName{letter-spacing:-.025em;color:#fff;font-size:.875rem;font-weight:700;line-height:1}.AuthShell-module__xovahG__brandTag{letter-spacing:.1em;color:#fff9;font-size:11px;font-weight:500}.AuthShell-module__xovahG__backLink{color:#fffc;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff29;border-radius:9999px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.78rem;font-weight:600;transition:background .2s;display:inline-flex}.AuthShell-module__xovahG__backLink:hover{background:#ffffff1f;box-shadow:0 8px 20px -12px #0009}.AuthShell-module__xovahG__headline{position:relative}.AuthShell-module__xovahG__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#86efac;background:#ffffff0f;border:1px solid #ffffff29;border-radius:9999px;padding:.3rem .9rem;font-size:.7rem;font-weight:800;display:inline-flex}.AuthShell-module__xovahG__headlineTitle{letter-spacing:-.025em;color:#fff;text-wrap:balance;margin-top:1rem;font-size:2.25rem;font-weight:900;line-height:1.15}.AuthShell-module__xovahG__gradientText{background:linear-gradient(90deg,#22c55e,#4ade80);color:#0000;-webkit-background-clip:text;background-clip:text}.AuthShell-module__xovahG__headlineText{color:#ffffffb3;max-width:28rem;margin-top:1rem;font-size:1rem;line-height:1.625}.AuthShell-module__xovahG__statGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;max-width:28rem;margin-top:1.75rem;display:grid}.AuthShell-module__xovahG__statCard{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:AuthShell-module__xovahG__authRise .6s var(--ease-out,cubic-bezier(.22, 1, .36, 1)) both;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:1rem;padding:1rem;box-shadow:0 16px 34px -20px #0009}.AuthShell-module__xovahG__statCard:nth-child(2){animation-delay:.12s}.AuthShell-module__xovahG__statLabel{letter-spacing:.1em;color:#fff9;font-size:.7rem;font-weight:800}.AuthShell-module__xovahG__statValue{color:#fff;margin-top:.25rem;font-size:1.5rem;font-weight:900;display:block}.AuthShell-module__xovahG__mascotWrap{justify-content:center;min-height:0;margin-top:auto;display:flex;position:relative}.AuthShell-module__xovahG__mascot{object-fit:contain;object-position:bottom;opacity:.95;filter:drop-shadow(0 24px 40px #22c55e40);width:min(100%,300px);height:auto;max-height:34vh;animation:7s ease-in-out infinite AuthShell-module__xovahG__authFloat;-webkit-mask-image:linear-gradient(#0000 .999999%,#000 28%);mask-image:linear-gradient(#0000 .999999%,#000 28%)}@keyframes AuthShell-module__xovahG__authFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.AuthShell-module__xovahG__aurora,.AuthShell-module__xovahG__statCard,.AuthShell-module__xovahG__mascot{animation:none}}.AuthShell-module__xovahG__copyright{color:#ffffff80;font-size:.75rem;position:relative}.AuthShell-module__xovahG__formPanel{justify-content:center;align-items:center;width:100%;padding:2.5rem 1rem;display:flex}@media (min-width:1024px){.AuthShell-module__xovahG__formPanel{width:50%;padding-inline:2rem}}
.PlansComparison-module__FrneBW__section{width:100%;max-width:72rem;margin-inline:auto;padding-inline:1rem;scroll-margin-top:5rem}@media (min-width:1024px){.PlansComparison-module__FrneBW__section{padding-inline:2rem}}.PlansComparison-module__FrneBW__header{text-align:center;max-width:44rem;margin-inline:auto}.PlansComparison-module__FrneBW__eyebrow{border:1px solid var(--border-gray);background:var(--card-bg);letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);border-radius:9999px;padding:.3rem .9rem;font-size:.72rem;font-weight:800;display:inline-flex}.PlansComparison-module__FrneBW__title{letter-spacing:-.025em;color:var(--header-title);text-wrap:balance;margin-top:1rem;font-size:1.9rem;font-weight:900}@media (min-width:1024px){.PlansComparison-module__FrneBW__title{font-size:2.5rem}}.PlansComparison-module__FrneBW__subtitle{color:var(--text-secondary);margin-top:.85rem;font-size:.98rem;line-height:1.7}.PlansComparison-module__FrneBW__grid{grid-template-columns:1fr;gap:1rem;margin-top:2.25rem;display:grid}@media (min-width:768px){.PlansComparison-module__FrneBW__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.PlansComparison-module__FrneBW__card{border:1px solid var(--border-gray);background:var(--card-bg);border-radius:1.4rem;flex-direction:column;padding:1.75rem;display:flex;position:relative}.PlansComparison-module__FrneBW__pro{background:linear-gradient(var(--card-bg), var(--card-bg)) padding-box, linear-gradient(to bottom right, #22c55e, #4ade80) border-box;border:2px solid #0000;box-shadow:0 24px 50px -28px #22c55e80}@supports (background:conic-gradient(from 0deg, red, blue)){@property --angle{syntax:"<angle>";inherits:false;initial-value:0deg}.PlansComparison-module__FrneBW__pro{background:linear-gradient(var(--card-bg), var(--card-bg)) padding-box, conic-gradient(from var(--angle), #22c55e, #4ade80, #4fc3f7, #22c55e) border-box;animation:8s linear infinite PlansComparison-module__FrneBW__spinAngle}@keyframes PlansComparison-module__FrneBW__spinAngle{to{--angle:360deg}}}@media (prefers-reduced-motion:reduce){.PlansComparison-module__FrneBW__pro{animation:none}}.PlansComparison-module__FrneBW__proBadge{letter-spacing:.08em;color:#04120a;background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:9999px;padding:.25rem .85rem;font-size:.68rem;font-weight:900;position:absolute;top:-.8rem;left:1.75rem}.PlansComparison-module__FrneBW__planName{letter-spacing:.12em;color:var(--text-muted);font-size:.78rem;font-weight:800}.PlansComparison-module__FrneBW__price{letter-spacing:-.02em;color:var(--header-title);margin-top:.5rem;font-size:1.9rem;font-weight:900}.PlansComparison-module__FrneBW__per{color:var(--text-secondary);font-size:.82rem;font-weight:600}.PlansComparison-module__FrneBW__planDesc{color:var(--text-secondary);margin-top:.4rem;font-size:.88rem}.PlansComparison-module__FrneBW__list{flex-direction:column;gap:.6rem;margin-top:1.1rem;padding:0;list-style:none;display:flex}.PlansComparison-module__FrneBW__list li{color:var(--card-content);align-items:flex-start;gap:.55rem;font-size:.87rem;line-height:1.55;display:flex}.PlansComparison-module__FrneBW__list li:before{content:"✓";background:var(--badge-bg);width:1.25rem;height:1.25rem;color:var(--green-accent);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;font-size:.65rem;font-weight:800;display:flex}.PlansComparison-module__FrneBW__secondaryCta,.PlansComparison-module__FrneBW__primaryCta{border-radius:9999px;justify-content:center;align-items:center;margin-top:1.5rem;padding:.8rem 1.5rem;font-size:.87rem;font-weight:700;transition:transform .2s,opacity .2s;display:inline-flex}.PlansComparison-module__FrneBW__secondaryCta{border:1px solid var(--border-gray);background:var(--card-bg-light);color:var(--card-content)}.PlansComparison-module__FrneBW__secondaryCta:hover{background:var(--card-bg-elevated)}.PlansComparison-module__FrneBW__primaryCta{color:#04120a;background:linear-gradient(90deg,#22c55e,#4ade80);box-shadow:0 12px 28px -14px #22c55e99}.PlansComparison-module__FrneBW__primaryCta:hover{opacity:.96;transform:translateY(-1px)}.PlansComparison-module__FrneBW__secondaryCta:focus-visible,.PlansComparison-module__FrneBW__primaryCta:focus-visible{outline-offset:3px;outline:2px solid #22c55e}.PlansComparison-module__FrneBW__tableWrap{border:1px solid var(--border-gray);background:var(--card-bg);border-radius:1.25rem;margin-top:1.5rem;overflow-x:auto}.PlansComparison-module__FrneBW__table{border-collapse:collapse;width:100%;min-width:560px;font-size:.85rem}.PlansComparison-module__FrneBW__caption{text-align:left;color:var(--header-title);padding:1rem 1.25rem;font-weight:800}.PlansComparison-module__FrneBW__table th,.PlansComparison-module__FrneBW__table td{text-align:left;border-top:1px solid var(--border-gray);padding:.85rem 1.25rem}.PlansComparison-module__FrneBW__table thead th{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);border-top:none;font-size:.72rem}.PlansComparison-module__FrneBW__table tbody th{color:var(--card-content);font-weight:600}.PlansComparison-module__FrneBW__table td{color:var(--text-secondary);white-space:nowrap}.PlansComparison-module__FrneBW__highlight td{color:var(--header-title);font-weight:700}
.CalendarioComidas-module__STUVNq__grilla{grid-template-columns:repeat(7,1fr);gap:4px;margin-top:12px;display:grid}.CalendarioComidas-module__STUVNq__diaSemana{text-align:center;color:var(--color-text-muted,#9ca3af);padding:4px 0;font-size:11px;font-weight:700}.CalendarioComidas-module__STUVNq__dia{aspect-ratio:1;color:var(--color-header-title,inherit);border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;display:flex;position:relative}.CalendarioComidas-module__STUVNq__dia:not(:disabled):hover{background:var(--color-card-bg-light,#0000000d)}.CalendarioComidas-module__STUVNq__fueraDeMes{opacity:.35}.CalendarioComidas-module__STUVNq__futuro{opacity:.25;cursor:not-allowed}.CalendarioComidas-module__STUVNq__conComidas{background:#3b82f61f;border-color:#3b82f659}.CalendarioComidas-module__STUVNq__hoy{border-color:#10b981}.CalendarioComidas-module__STUVNq__seleccionado{border:2px solid;font-weight:800}.CalendarioComidas-module__STUVNq__punto{background:#3b82f6;border-radius:9999px;width:5px;height:5px;position:absolute;bottom:4px}
.AuthError-module__E9unnG__alert{border:1px solid color-mix(in srgb, var(--error) 30%, transparent);background:var(--error-bg);color:var(--error);border-radius:.75rem;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;animation:.4s both AuthError-module__E9unnG__authShake;display:flex}@keyframes AuthError-module__E9unnG__authShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(5px)}60%{transform:translate(-3px)}80%{transform:translate(2px)}}@media (prefers-reduced-motion:reduce){.AuthError-module__E9unnG__alert{animation:none}}.AuthError-module__E9unnG__icon{flex-shrink:0;width:1rem;height:1rem;margin-top:.125rem}
.AsistenteChat-module__JGStva__dots{align-items:center;gap:4px;display:inline-flex}.AsistenteChat-module__JGStva__dots span{background-color:var(--text-secondary);border-radius:9999px;width:6px;height:6px;animation:1.2s ease-in-out infinite AsistenteChat-module__JGStva__dotBlink;display:inline-block}.AsistenteChat-module__JGStva__dots span:nth-child(2){animation-delay:.2s}.AsistenteChat-module__JGStva__dots span:nth-child(3){animation-delay:.4s}@keyframes AsistenteChat-module__JGStva__dotBlink{0%,80%,to{opacity:.25;transform:scale(.9)}40%{opacity:1;transform:scale(1.05)}}
.Faq-module__CfRrPG__section{width:100%;max-width:48rem;margin-inline:auto;padding-inline:1rem;scroll-margin-top:5rem}.Faq-module__CfRrPG__header{text-align:center}.Faq-module__CfRrPG__eyebrow{border:1px solid var(--border-gray);background:var(--card-bg);letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);border-radius:9999px;padding:.3rem .9rem;font-size:.72rem;font-weight:800;display:inline-flex}.Faq-module__CfRrPG__title{letter-spacing:-.025em;color:var(--header-title);text-wrap:balance;margin-top:1rem;font-size:1.9rem;font-weight:900}@media (min-width:1024px){.Faq-module__CfRrPG__title{font-size:2.4rem}}.Faq-module__CfRrPG__subtitle{color:var(--text-secondary);margin-top:.75rem;font-size:.98rem;line-height:1.7}.Faq-module__CfRrPG__list{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}.Faq-module__CfRrPG__item{border:1px solid var(--border-gray);background:var(--card-bg);border-radius:1rem;padding:.25rem 1.25rem;transition:box-shadow .2s}.Faq-module__CfRrPG__item[open]{box-shadow:0 14px 30px -22px #0006}.Faq-module__CfRrPG__item::details-content{block-size:auto}.Faq-module__CfRrPG__question{color:var(--header-title);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.1rem;font-size:.95rem;font-weight:700;list-style:none;display:flex}.Faq-module__CfRrPG__question::-webkit-details-marker{display:none}.Faq-module__CfRrPG__question:focus-visible{outline-offset:4px;border-radius:6px;outline:2px solid #22c55e}.Faq-module__CfRrPG__icon{background:var(--card-bg-light);width:1.75rem;height:1.75rem;color:var(--text-secondary);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .25s;display:flex}.Faq-module__CfRrPG__item[open] .Faq-module__CfRrPG__icon{color:#04120a;background:linear-gradient(90deg,#22c55e,#4ade80);transform:rotate(45deg)}.Faq-module__CfRrPG__answer{color:var(--text-secondary);text-wrap:pretty;padding-bottom:1.25rem;font-size:.88rem;line-height:1.7}.Faq-module__CfRrPG__item[open] .Faq-module__CfRrPG__answer{animation:Faq-module__CfRrPG__answerIn .35s var(--ease-out,cubic-bezier(.22, 1, .36, 1)) both}@keyframes Faq-module__CfRrPG__answerIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.Faq-module__CfRrPG__item[open] .Faq-module__CfRrPG__answer{animation:none}}
.CamaraView-module__YDqBUq__pantalla{z-index:60;color:#fff;background:#000;flex-direction:column;display:flex;position:fixed;inset:0}.CamaraView-module__YDqBUq__barra{align-items:flex-start;gap:12px;padding:16px;display:flex}.CamaraView-module__YDqBUq__iconoBtn{background:#ffffff1f;border-radius:9999px;padding:8px;transition:background .15s}.CamaraView-module__YDqBUq__iconoBtn:hover{background:#ffffff38}.CamaraView-module__YDqBUq__titulos h2{font-size:18px;font-weight:800}.CamaraView-module__YDqBUq__titulos p{color:#ffffffb3;margin-top:2px;font-size:12px}.CamaraView-module__YDqBUq__visor{background:#111;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.CamaraView-module__YDqBUq__video{object-fit:cover;width:100%;height:100%}.CamaraView-module__YDqBUq__aviso{background:#000c;border-radius:12px;padding:10px 16px;font-size:13px;position:absolute}.CamaraView-module__YDqBUq__sinPermiso{text-align:center;color:#ffffffd9;flex-direction:column;align-items:center;gap:12px;max-width:320px;padding:24px;font-size:14px;line-height:1.5;display:flex}.CamaraView-module__YDqBUq__btnGaleria{color:#000;background:#fff;border-radius:9999px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:700;display:inline-flex}.CamaraView-module__YDqBUq__controles{justify-content:center;align-items:center;padding:24px 16px 32px;display:flex}.CamaraView-module__YDqBUq__disparador{color:#000;background:#fff;border:4px solid #fff6;border-radius:9999px;justify-content:center;align-items:center;width:76px;height:76px;transition:transform .1s;display:flex}.CamaraView-module__YDqBUq__disparador:active{transform:scale(.94)}.CamaraView-module__YDqBUq__disparador:disabled{opacity:.5}.CamaraView-module__YDqBUq__btnSecundario{border:1px solid #ffffff4d;border-radius:9999px;padding:10px 28px;font-size:14px;font-weight:700}.CamaraView-module__YDqBUq__oculto{display:none}
.field-module__IDPw3G__field{flex-direction:column;gap:.375rem;display:flex}.field-module__IDPw3G__label{color:var(--header-title);font-size:.875rem;font-weight:600}.field-module__IDPw3G__input{border:1px solid var(--border-gray);background:var(--card-bg);color:var(--card-content);border-radius:.75rem;outline:none;padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s;box-shadow:inset 0 1px 2px #0000000d}.field-module__IDPw3G__input::placeholder{color:var(--text-muted)}.field-module__IDPw3G__input:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e33,0 0 0 5px #22c55e14,0 8px 20px -12px #22c55e80}.field-module__IDPw3G__passwordWrap{align-items:center;display:flex;position:relative}.field-module__IDPw3G__passwordInput{width:100%;padding-right:2.75rem}.field-module__IDPw3G__toggle{width:2rem;height:2rem;color:var(--text-muted);border-radius:.5rem;justify-content:center;align-items:center;transition:color .2s,background .2s;display:flex;position:absolute;right:.5rem}.field-module__IDPw3G__toggle:hover{background:var(--card-bg-light);color:var(--card-content);box-shadow:0 4px 12px -6px #00000059}.field-module__IDPw3G__toggle:focus-visible{outline-offset:2px;outline:2px solid #22c55e}.field-module__IDPw3G__strength{align-items:center;gap:.6rem;margin-top:.5rem;display:flex}.field-module__IDPw3G__strengthTrack{background:var(--card-bg-light);border-radius:9999px;flex:1;height:.375rem;overflow:hidden}.field-module__IDPw3G__strengthFill{border-radius:inherit;height:100%;transition:width .35s var(--ease-out,cubic-bezier(.22, 1, .36, 1)), background-color .3s ease;display:block}.field-module__IDPw3G__strengthLabel{text-align:right;min-width:4.5rem;font-size:.72rem;font-weight:700}@media (prefers-reduced-motion:reduce){.field-module__IDPw3G__strengthFill{transition:none}}.field-module__IDPw3G__forgotRow{justify-content:flex-end;margin-top:-.5rem;display:flex}.field-module__IDPw3G__forgotLink{color:var(--green-accent);font-size:.8rem;font-weight:600}.field-module__IDPw3G__forgotLink:hover{text-decoration:underline}.field-module__IDPw3G__forgotLink:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #22c55e}.field-module__IDPw3G__help{color:var(--text-muted);font-size:.75rem}.field-module__IDPw3G__codeInput{letter-spacing:.35em;text-align:center;font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:800}.field-module__IDPw3G__submit{border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;padding:.75rem 1rem;font-size:.875rem;font-weight:700;transition:opacity .2s,transform .2s,box-shadow .2s;display:inline-flex}.field-module__IDPw3G__submit:hover{opacity:.9}.field-module__IDPw3G__submit:disabled{cursor:not-allowed;opacity:.6}.field-module__IDPw3G__submitDark{background:var(--header-title);color:var(--background)}.field-module__IDPw3G__submitGradient{color:#04120a;background:linear-gradient(90deg,#22c55e,#4ade80);box-shadow:0 12px 28px -14px #22c55e99}.field-module__IDPw3G__submitGradient:hover{opacity:1;transform:translateY(-1px);box-shadow:0 16px 32px -14px #22c55eb3}.field-module__IDPw3G__submit:focus-visible{outline-offset:3px;outline:2px solid #22c55e}.field-module__IDPw3G__spinner{border:2px solid #fff6;border-top-color:#0000;border-radius:9999px;width:1rem;height:1rem;animation:1s linear infinite field-module__IDPw3G__spin}.field-module__IDPw3G__spinnerLight{border-color:color-mix(in srgb, var(--background) 40%, transparent);border-top-color:#0000}@keyframes field-module__IDPw3G__spin{to{transform:rotate(360deg)}}
.GenerandoOverlay-module__a5RmQa__heartbeat{animation:1.4s ease-in-out infinite GenerandoOverlay-module__a5RmQa__heartbeat}@keyframes GenerandoOverlay-module__a5RmQa__heartbeat{0%,to{transform:scale(1)}15%{transform:scale(1.12)}30%{transform:scale(1)}45%{transform:scale(1.08)}60%{transform:scale(1)}}.GenerandoOverlay-module__a5RmQa__progressFill{transition:width 1s linear}
.CTASection-module__8QLICq__section{width:100%;max-width:72rem;margin-inline:auto;padding-inline:1rem}@media (min-width:1024px){.CTASection-module__8QLICq__section{padding-inline:2rem}}.CTASection-module__8QLICq__panel{text-align:center;color:#fff;isolation:isolate;background:radial-gradient(36rem 18rem at 15% 0,#22c55e38,#0000 60%),radial-gradient(36rem 20rem at 90% 100%,#4fc3f724,#0000 60%),#0b0e13;border:1px solid #ffffff1a;border-radius:32px;padding:2.5rem;position:relative;overflow:hidden}@media (min-width:1024px){.CTASection-module__8QLICq__panel{padding:4rem}}.CTASection-module__8QLICq__glow{filter:blur(3rem);background:#ffffff1a;border-radius:9999px;width:16rem;height:16rem;position:absolute}.CTASection-module__8QLICq__glowLeft{animation:12s ease-in-out infinite CTASection-module__8QLICq__ctaDrift;top:-4rem;left:-4rem}.CTASection-module__8QLICq__glowRight{animation:12s ease-in-out infinite reverse CTASection-module__8QLICq__ctaDrift;bottom:-4rem;right:-4rem}@keyframes CTASection-module__8QLICq__ctaDrift{0%,to{transform:translate(0)}50%{transform:translate(2rem,1.5rem)}}.CTASection-module__8QLICq__content{z-index:1;position:relative}.CTASection-module__8QLICq__panel:after{content:"";opacity:.06;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");position:absolute;inset:0}.CTASection-module__8QLICq__mascot{display:none}@media (min-width:1024px){.CTASection-module__8QLICq__mascot{opacity:.9;pointer-events:none;width:290px;height:auto;animation:7s ease-in-out infinite CTASection-module__8QLICq__ctaFloat;display:block;position:absolute;bottom:-3rem;right:-2rem;-webkit-mask-image:linear-gradient(#0000 2%,#000 45%);mask-image:linear-gradient(#0000 2%,#000 45%)}}@keyframes CTASection-module__8QLICq__ctaFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (prefers-reduced-motion:reduce){.CTASection-module__8QLICq__glowLeft,.CTASection-module__8QLICq__glowRight,.CTASection-module__8QLICq__mascot{animation:none}}.CTASection-module__8QLICq__badge{letter-spacing:.04em;background:#ffffff24;border:1px solid #ffffff59;border-radius:9999px;align-items:center;padding:.3rem .9rem;font-size:.75rem;font-weight:700;display:inline-flex}.CTASection-module__8QLICq__title{letter-spacing:-.025em;margin-top:1rem;font-size:1.875rem;font-weight:900}@media (min-width:1024px){.CTASection-module__8QLICq__title{font-size:3rem}}.CTASection-module__8QLICq__subtitle{margin-inline:auto;color:#fffc;max-width:36rem;margin-top:1rem;font-size:1rem;line-height:1.625}.CTASection-module__8QLICq__ctaRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;display:flex}.CTASection-module__8QLICq__ctaPrimary{color:#04120a;background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:9999px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:700;transition:transform .2s,opacity .2s;display:inline-flex;box-shadow:0 14px 34px -14px #22c55e99}.CTASection-module__8QLICq__ctaPrimary:hover{opacity:.95;transform:translateY(-1px)}.CTASection-module__8QLICq__ctaSecondary{color:#fff;border:1px solid #fff6;border-radius:9999px;align-items:center;padding:.875rem 1.75rem;font-size:.875rem;font-weight:600;transition:background .2s;display:inline-flex}.CTASection-module__8QLICq__ctaSecondary:hover{background:#ffffff1a}.CTASection-module__8QLICq__microcopy{color:#ffffffbf;margin-top:1.25rem;font-size:.78rem}.CTASection-module__8QLICq__rings{border:1px solid #ffffff38;border-radius:9999px;width:22rem;height:22rem;position:absolute;inset:auto -6rem -9rem auto;box-shadow:0 0 0 2.5rem #ffffff0f,0 0 0 5rem #ffffff0a}
.InsightGrid-module__AIVQOW__grid{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}@media (max-width:1100px){.InsightGrid-module__AIVQOW__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.InsightGrid-module__AIVQOW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:460px){.InsightGrid-module__AIVQOW__grid{grid-template-columns:1fr}}.InsightGrid-module__AIVQOW__card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);box-shadow:inset 0 1px 0 var(--liquid-specular);border-radius:16px;padding:20px;transition:transform .3s,border-color .3s,background .3s}.InsightGrid-module__AIVQOW__card:hover{border-color:color-mix(in srgb, var(--card-content) 28%, transparent);background:var(--glass-bg-strong);transform:translateY(-4px)}.dark .InsightGrid-module__AIVQOW__card{background:#04060c9e;border-color:#ffffff17}.dark .InsightGrid-module__AIVQOW__card:hover{background:#04060c75;border-color:#ffffff38}.InsightGrid-module__AIVQOW__card:focus-within{outline:2px solid var(--glass-ring);outline-offset:3px}.InsightGrid-module__AIVQOW__icon{color:var(--card-content);justify-content:center;align-items:center;margin-bottom:12px;display:inline-flex}.InsightGrid-module__AIVQOW__icon svg{width:28px;height:28px}.InsightGrid-module__AIVQOW__title{letter-spacing:-.01em;color:var(--card-content);margin:0;font-size:1rem;font-weight:700}.InsightGrid-module__AIVQOW__description{color:var(--text-secondary);margin:6px 0 0;font-size:.875rem;line-height:1.55}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.InsightGrid-module__AIVQOW__card{background:var(--card-bg)}}@media (prefers-reduced-motion:reduce){.InsightGrid-module__AIVQOW__card{transition:none}.InsightGrid-module__AIVQOW__card:hover{transform:none}}
.TrainerCard-module__6ZQOYq__bio{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}
.GoogleButton-module__iVWA1G__button{border:1px solid var(--border-gray);background:var(--card-bg);width:100%;color:var(--card-content);border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s,box-shadow .2s,transform .2s;display:flex;box-shadow:0 2px 8px -4px #0000002e}.GoogleButton-module__iVWA1G__button:hover{background:var(--card-bg-light);transform:translateY(-1px);box-shadow:0 10px 24px -16px #0006}.GoogleButton-module__iVWA1G__button:disabled{cursor:not-allowed;opacity:.6}.GoogleButton-module__iVWA1G__spinner{border:2px solid var(--border-gray);border-top-color:#0000;border-radius:9999px;width:1rem;height:1rem;animation:1s linear infinite GoogleButton-module__iVWA1G__spin}@keyframes GoogleButton-module__iVWA1G__spin{to{transform:rotate(360deg)}}.GoogleButton-module__iVWA1G__errorText{color:var(--error);margin-top:.5rem;font-size:.75rem}
.LandingFooter-module__gJHsNa__footer{z-index:1;border-top:1px solid var(--border-gray);background:var(--card-bg);position:relative}.LandingFooter-module__gJHsNa__inner{max-width:72rem;margin-inline:auto;padding-block:3rem 2rem;padding-inline:1rem}@media (min-width:1024px){.LandingFooter-module__gJHsNa__inner{padding-inline:2rem}}.LandingFooter-module__gJHsNa__top{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:1024px){.LandingFooter-module__gJHsNa__top{grid-template-columns:1.1fr 2fr}}.LandingFooter-module__gJHsNa__brand{align-items:center;gap:.75rem;display:flex}.LandingFooter-module__gJHsNa__brandLogo{transition:transform .4s var(--ease-out,cubic-bezier(.22, 1, .36, 1))}.LandingFooter-module__gJHsNa__brandLogo:hover{transform:rotate(-8deg)scale(1.05)}@media (prefers-reduced-motion:reduce){.LandingFooter-module__gJHsNa__brandLogo{transition:none}.LandingFooter-module__gJHsNa__brandLogo:hover{transform:none}}.LandingFooter-module__gJHsNa__brandText{flex-direction:column;gap:.25rem;display:flex}.LandingFooter-module__gJHsNa__brandName{letter-spacing:-.02em;color:var(--header-title);font-size:.95rem;font-weight:800;line-height:1}.LandingFooter-module__gJHsNa__brandCopy{color:var(--text-secondary);font-size:.78rem}.LandingFooter-module__gJHsNa__brandDesc{max-width:22rem;color:var(--text-secondary);margin-top:.5rem;font-size:.85rem;line-height:1.6}.LandingFooter-module__gJHsNa__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}@media (min-width:640px){.LandingFooter-module__gJHsNa__columns{grid-template-columns:repeat(4,minmax(0,1fr))}}.LandingFooter-module__gJHsNa__col{flex-direction:column;gap:.6rem;display:flex}.LandingFooter-module__gJHsNa__colTitle{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:800}.LandingFooter-module__gJHsNa__navLink{color:var(--text-secondary);width:fit-content;font-size:.87rem;transition:color .2s}.LandingFooter-module__gJHsNa__navLink:hover{color:var(--header-title)}.LandingFooter-module__gJHsNa__navLink:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #22c55e}.LandingFooter-module__gJHsNa__bottom{border-top:1px solid var(--border-gray);color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:2.5rem;padding-top:1.5rem;font-size:.78rem;display:flex}.LandingFooter-module__gJHsNa__dot{background:var(--text-muted);border-radius:9999px;width:.25rem;height:.25rem}
.PlanCardHoy-module__7vc6dG__card{transition:background-color .3s,box-shadow .3s}.PlanCardHoy-module__7vc6dG__abierta{background-color:color-mix(in srgb, var(--plan-color) 10%, transparent);box-shadow:0 10px 30px -18px color-mix(in srgb, var(--plan-color) 60%, transparent)}.PlanCardHoy-module__7vc6dG__panel{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.PlanCardHoy-module__7vc6dG__panelAbierto{grid-template-rows:1fr}.PlanCardHoy-module__7vc6dG__panelInterior{min-height:0;overflow:hidden}
.TrainerFilters-module__luWZaW__search{border:1px solid var(--border-gray);background:var(--card-bg);border-radius:999px;align-items:center;gap:.5rem;padding:.6rem 1rem}.TrainerFilters-module__luWZaW__search:focus-within{border-color:var(--cat-accent,var(--header-title))}
.SideNav-module__IbbzDa__aside{box-shadow:0 8px 30px #0000000f}.SideNav-module__IbbzDa__scroll{scrollbar-width:thin;scrollbar-color:var(--border-gray) transparent}.SideNav-module__IbbzDa__scroll::-webkit-scrollbar{width:6px}.SideNav-module__IbbzDa__scroll::-webkit-scrollbar-thumb{background:var(--border-gray);border-radius:999px}
.view-module__GfDCBa__container{border:1px solid var(--border-gray);background:var(--card-bg);border-radius:1.5rem;width:100%;max-width:28rem;padding:1.75rem;box-shadow:0 24px 50px -30px #00000059,0 2px 8px -4px #0000001f}@media (min-width:640px){.view-module__GfDCBa__container{padding:2.25rem}}.view-module__GfDCBa__dark .view-module__GfDCBa__container{box-shadow:0 28px 60px -28px #000000b3,0 2px 10px -4px #00000080}.view-module__GfDCBa__container{animation:view-module__GfDCBa__authRise .5s var(--ease-out,cubic-bezier(.22, 1, .36, 1)) both}@keyframes view-module__GfDCBa__authRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.view-module__GfDCBa__container{animation:none}}.view-module__GfDCBa__mobileLogo{margin-bottom:1.5rem}@media (min-width:1024px){.view-module__GfDCBa__mobileLogo{display:none}}.view-module__GfDCBa__backLink{color:var(--text-secondary);align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.82rem;font-weight:600;transition:color .2s;display:inline-flex}.view-module__GfDCBa__backLink:hover{color:var(--header-title)}.view-module__GfDCBa__backLink:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #22c55e}@media (min-width:1024px){.view-module__GfDCBa__backLink{display:none}}.view-module__GfDCBa__title{letter-spacing:-.025em;color:var(--header-title);font-size:1.875rem;font-weight:900}.view-module__GfDCBa__subtitle{color:var(--text-secondary);margin-top:.5rem;font-size:.875rem;line-height:1.625}.view-module__GfDCBa__formArea{margin-top:2rem}.view-module__GfDCBa__divider{align-items:center;gap:1rem;margin-block:1.5rem;display:flex}.view-module__GfDCBa__line{background:var(--border-gray);flex:1;height:1px}.view-module__GfDCBa__dividerText{letter-spacing:.1em;color:var(--text-muted);font-size:.75rem;font-weight:500}.view-module__GfDCBa__demoBox{border:1px solid color-mix(in srgb, #22c55e 35%, var(--border-gray));background:color-mix(in srgb, #22c55e 8%, var(--card-bg));color:var(--text-secondary);border-radius:.75rem;margin-top:1.5rem;padding:.75rem 1rem;font-size:.75rem;line-height:1.625;box-shadow:0 10px 24px -18px #22c55e80}.view-module__GfDCBa__demoBox strong{color:var(--card-content);font-weight:600}.view-module__GfDCBa__footer{text-align:center;color:var(--text-secondary);margin-top:1.5rem;font-size:.875rem}.view-module__GfDCBa__successBox{border:1px solid color-mix(in srgb, #22c55e 35%, var(--border-gray));background:color-mix(in srgb, #22c55e 8%, var(--card-bg));color:var(--text-secondary);border-radius:.75rem;flex-direction:column;gap:.5rem;margin-top:1.25rem;padding:1rem 1.25rem;font-size:.875rem;line-height:1.625;display:flex;box-shadow:0 12px 28px -20px #22c55e8c}.view-module__GfDCBa__successTitle{color:var(--card-content);font-weight:800}.view-module__GfDCBa__successLink{color:var(--green-accent);width:fit-content;margin-top:.25rem;font-weight:700}.view-module__GfDCBa__successLink:hover{text-decoration:underline}.view-module__GfDCBa__link{color:var(--green-accent);text-underline-offset:4px;font-weight:700}.view-module__GfDCBa__link:hover{text-decoration:underline}
.LandingView-module__sX-_va__page{z-index:1;background:0 0;min-height:100vh;position:relative}.LandingView-module__sX-_va__main{z-index:1;flex-direction:column;gap:4.5rem;padding-top:1.75rem;padding-bottom:5rem;display:flex;position:relative}@media (min-width:1024px){.LandingView-module__sX-_va__main{gap:6.5rem;padding-top:2.5rem}}
