@import "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=Nunito:wght@400;500;600;700&display=swap";:root{--font-display:"Bricolage Grotesque", sans-serif;--font-body:"Nunito", sans-serif;--purple:#7c3aed;--purple-mid:#8b5cf6;--purple-light:#a78bfa;--purple-pale:#ede9fe;--purple-ghost:#f5f3ff;--purple-deep:#4c1d95;--green:#16a34a;--green-mid:#22c55e;--green-pale:#dcfce7;--green-ghost:#f0fdf4;--amber:#d97706;--amber-pale:#fef3c7;--dark:#1c1533;--dark-2:#2a2248;--text:#3b3550;--text-muted:#71717a;--text-light:#a1a1aa;--white:#fff;--bg:#f8f7f4;--bg-card:#fff;--border:#e4e4e7;--border-light:#f0eff0;--shadow-sm:0 1px 3px #1c153314, 0 1px 2px #1c15330a;--shadow-md:0 4px 12px #1c15331a, 0 2px 4px #1c15330f;--shadow-lg:0 10px 40px #1c15331f, 0 4px 12px #1c153314;--shadow-xl:0 20px 60px #1c153329, 0 8px 24px #1c15331a;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--ease-out:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--dark);font-weight:700;line-height:1.15}.reveal{opacity:0;transition:opacity .65s var(--ease-out), transform .65s var(--ease-out);transform:translateY(28px)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal--delay-1{transition-delay:.1s}.reveal--delay-2{transition-delay:.2s}.reveal--delay-3{transition-delay:.3s}.reveal--delay-4{transition-delay:.4s}.btn{font-family:var(--font-body);border-radius:var(--radius-full);cursor:pointer;transition:transform .18s var(--ease-out), box-shadow .18s var(--ease-out), background .18s, color .18s, border-color .18s;white-space:nowrap;border:2px solid #0000;align-items:center;gap:8px;padding:.65rem 1.5rem;font-size:.9375rem;font-weight:700;text-decoration:none;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn--primary{background:var(--purple);color:var(--white);box-shadow:0 4px 20px #7c3aed59}.btn--primary:hover{background:var(--purple-deep);box-shadow:0 8px 30px #7c3aed73}.btn--outline{color:var(--purple);border-color:var(--purple);background:0 0}.btn--outline:hover{background:var(--purple-ghost);box-shadow:0 4px 16px #7c3aed26}.btn--light{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border-color:#ffffff59}.btn--light:hover{background:#ffffff40;border-color:#fff9}.btn--lg{padding:.8rem 2rem;font-size:1.0625rem}.section-inner{max-width:1120px;margin:0 auto;padding:0 2rem}.section-label{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--purple);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.section-heading{font-family:var(--font-display);color:var(--dark);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.15}.section-subtext{color:var(--text-muted);max-width:560px;font-size:1.0625rem;line-height:1.7}@keyframes float{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-14px)rotate(1deg)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-ring{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#1c15338c;justify-content:center;align-items:center;padding:1rem;animation:.18s modal-fade-in;display:flex;position:fixed;inset:0}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);width:100%;max-width:420px;animation:modal-slide-in .22s var(--ease-out);padding:2.25rem 2rem 2rem;position:relative}@keyframes modal-slide-in{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal__close{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:.25rem .4rem;font-size:1rem;line-height:1;transition:background .15s,color .15s;position:absolute;top:.85rem;right:.85rem}.modal__close:hover{background:var(--border-light);color:var(--dark)}.dcsm{text-align:center;flex-direction:column;align-items:center;gap:.6rem;display:flex}.dcsm__icon{margin-bottom:.25rem;font-size:2.25rem;line-height:1}.dcsm__title{font-family:var(--font-display);color:var(--dark);margin:0;font-size:1.5rem}.dcsm__body{color:var(--text-muted);max-width:320px;margin:0;font-size:.9375rem}.dcsm__body--spacer{margin-top:.5rem}.dcsm__email{color:var(--purple);word-break:break-all;font-size:.9375rem;font-weight:700;text-decoration:underline;display:inline-block}.dcsm__email:hover{color:var(--purple-deep)}.dcsm .btn{margin-top:.25rem}.navbar{z-index:1000;-webkit-backdrop-filter:blur(14px);background:#f8f7f4bf;border-bottom:1px solid #0000;transition:border-color .2s,background .2s,box-shadow .2s;position:sticky;top:0}.navbar--scrolled{border-color:var(--border);background:#f8f7f4eb;box-shadow:0 1px 16px #1c153312}.navbar__inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1120px;height:68px;margin:0 auto;padding:0 2rem;display:flex}.navbar__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.navbar__logo-img-wrap{background:linear-gradient(var(--bg), var(--bg)) padding-box, linear-gradient(135deg, var(--green-mid), var(--purple)) border-box;border:2px solid #0000;border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden}.navbar__logo-img{object-fit:cover;width:100%;height:100%}.navbar__logo-text{font-family:var(--font-display);color:var(--dark);letter-spacing:-.02em;font-size:1.0625rem;font-weight:800}.navbar__nav{align-items:center;gap:.25rem;display:flex}.navbar__link{font-family:var(--font-body);color:var(--text-muted);border-radius:var(--radius-full);padding:.4rem .75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s}.navbar__link:hover{color:var(--dark);background:#1c15330d}.navbar__link--active{color:var(--purple)}.navbar__nav-ctas{align-items:center;gap:.5rem;margin-left:.75rem;display:flex}.btn--sm{padding:.45rem 1rem;font-size:.8125rem}.navbar__burger{cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;transition:background .15s;display:none}.navbar__burger:hover{background:#1c15330f}.navbar__burger span{background:var(--dark);height:2px;transition:transform .25s var(--ease-out), opacity .2s;border-radius:2px;display:block}.navbar__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.navbar__burger{display:flex}.navbar__nav{background:var(--bg-card);border-bottom:1px solid var(--border);opacity:0;pointer-events:none;transition:opacity .2s, transform .2s var(--ease-out);flex-direction:column;align-items:stretch;gap:.25rem;padding:1rem 1.5rem 1.5rem;position:fixed;top:68px;left:0;right:0;transform:translateY(-8px);box-shadow:0 8px 32px #1c15331f}.navbar__nav--open{opacity:1;pointer-events:all;transform:translateY(0)}.navbar__link{padding:.6rem .75rem;font-size:1rem}.navbar__nav-ctas{flex-direction:column;margin-top:.5rem;margin-left:0}.navbar__nav-ctas .btn{justify-content:center;width:100%;padding:.65rem 1.5rem;font-size:.9375rem}}.footer{background:var(--dark);color:#ffffffb3;margin-top:auto}.footer__inner{max-width:1120px;margin:0 auto;padding:0 2rem}.footer>.footer__inner{justify-content:space-between;align-items:flex-start;gap:3rem;padding-top:3.5rem;padding-bottom:3rem;display:flex}.footer__brand{max-width:280px}.footer__logo{align-items:center;gap:10px;margin-bottom:1rem;display:flex}.footer__logo-img-wrap{background:linear-gradient(var(--dark), var(--dark)) padding-box, linear-gradient(135deg, var(--green-mid), var(--purple-light)) border-box;border:2px solid #0000;border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden}.footer__logo-img-wrap img{object-fit:cover;width:100%;height:100%}.footer__logo-text{font-family:var(--font-display);color:var(--white);letter-spacing:-.02em;font-size:1rem;font-weight:800}.footer__tagline{color:#ffffff80;font-size:.875rem;line-height:1.65}.footer__nav{flex-shrink:0;gap:3rem;display:flex}.footer__nav-col{flex-direction:column;gap:.6rem;display:flex}.footer__nav-heading{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:.25rem;font-size:.7rem;font-weight:700}.footer__nav-link{color:#fff9;font-size:.875rem;text-decoration:none;transition:color .15s}.footer__nav-link:hover{color:var(--white)}.footer__bottom{border-top:1px solid #ffffff14}.footer__bottom .footer__inner{justify-content:space-between;align-items:center;gap:1rem;padding-top:1.25rem;padding-bottom:1.25rem;display:flex}.footer__copy,.footer__made{color:#ffffff4d;font-size:.8125rem}@media (width<=640px){.footer>.footer__inner{flex-direction:column;gap:2rem}.footer__brand{max-width:100%}.footer__bottom .footer__inner{text-align:center;flex-direction:column;gap:.35rem}}.hero{padding:5rem 0 4rem;position:relative;overflow:hidden}.hero__bg-blob{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero__bg-blob--1{background:radial-gradient(circle,#7c3aed1f 0%,#0000 70%);width:600px;height:600px;top:-160px;right:-100px}.hero__bg-blob--2{background:radial-gradient(circle,#16a34a1a 0%,#0000 70%);width:500px;height:500px;bottom:-80px;left:-120px}.hero__bg-dots{z-index:0;background-image:radial-gradient(circle,#1c15330f 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 30%,#0000 100%);mask-image:radial-gradient(80% 80%,#000 30%,#0000 100%)}.hero__inner{z-index:1;justify-content:space-between;align-items:center;gap:3rem;display:flex;position:relative}.hero__content{max-width:580px;animation:fadeSlideUp .75s var(--ease-out) both;flex:1}.hero__badge{background:var(--purple-ghost);border:1px solid var(--purple-pale);color:var(--purple);border-radius:var(--radius-full);letter-spacing:.01em;align-items:center;gap:8px;margin-bottom:1.5rem;padding:.35rem .9rem;font-size:.8125rem;font-weight:700;display:inline-flex}.hero__badge-sparkle{background:linear-gradient(90deg,#7c3aed 0% 30%,#b89ef8 47%,#c4aff9 50%,#b89ef8 53%,#7c3aed 70% 100%) 0 0/250% 100%;color:#0000;-webkit-background-clip:text;background-clip:text;animation:4s ease-in-out infinite badge-glimmer}@keyframes badge-glimmer{0%{background-position:130% 0}to{background-position:-130% 0}}.hero__badge-dot{background:var(--green-mid);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s infinite pulse-dot;box-shadow:0 0 #22c55e80}@keyframes pulse-dot{0%{box-shadow:0 0 #22c55e80}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}.hero__title{letter-spacing:-.03em;color:var(--dark);animation:fadeSlideUp .75s .1s var(--ease-out) both;margin-bottom:1.25rem;font-size:clamp(2.4rem,5.5vw,3.75rem);font-weight:800;line-height:1.08}.hero__title-accent{color:var(--purple);position:relative}.hero__subtitle{color:var(--text-muted);max-width:480px;animation:fadeSlideUp .75s .2s var(--ease-out) both;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.hero__cta{animation:fadeSlideUp .75s .3s var(--ease-out) both;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}.hero__footnote{color:var(--text-light);animation:fadeSlideUp .75s .4s var(--ease-out) both;font-size:.8125rem}.hero__mascot{animation:fadeSlideUp .85s .15s var(--ease-out) both;flex-shrink:0;position:relative}.hero__frog-glow{filter:blur(20px);z-index:0;background:radial-gradient(circle,#16a34a33 0%,#7c3aed26 50%,#0000 70%);border-radius:50%;animation:5s ease-in-out infinite float;position:absolute;inset:-30px}.hero__frog-ring{z-index:1;background:linear-gradient(#1c1533, #1c1533) padding-box, linear-gradient(135deg, var(--green-mid), var(--purple)) border-box;border:3px solid #0000;border-radius:50%;width:300px;height:300px;animation:5s ease-in-out infinite float;position:relative;overflow:hidden;box-shadow:0 0 60px #16a34a40,0 0 120px #7c3aed26,0 24px 64px #0000004d}.hero__frog-ring img{object-fit:cover;width:100%;height:100%}.hero__anim{justify-content:center;align-items:center;width:300px;height:300px;display:flex;position:relative;overflow:visible}.hero__anim .hero__frog-ring{z-index:2;position:relative}.hero-anim__token{white-space:nowrap;pointer-events:none;opacity:0;animation-duration:3.5s;animation-delay:var(--anim-delay,0s);border-radius:100px;padding:3px 10px;font-family:Courier New,Consolas,monospace;font-size:.68rem;font-weight:600;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-fill-mode:both;position:absolute}.hero-anim__token--in{z-index:1;color:#c4b5fd;text-shadow:0 0 12px #a78bfa80;background:#8b5cf62e;border:1px solid #8b5cf673;animation-name:hero-anim-data-in;left:-148px}.hero-anim__token--out{z-index:3;color:#6ee7b7;text-shadow:0 0 12px #6ee7b766;background:#16a34a24;border:1px solid #22c55e66;animation-name:hero-anim-csv-out;left:300px}@keyframes hero-anim-data-in{0%{opacity:0;transform:translate(0)}12%{opacity:1;transform:translate(40px)}62%{opacity:1;transform:translate(230px)}82%{opacity:0;transform:translate(275px)}to{opacity:0;transform:translate(295px)}}@keyframes hero-anim-csv-out{0%{opacity:0;transform:translate(0)}15%{opacity:1;transform:translate(18px)}65%{opacity:1;transform:translate(128px)}85%{opacity:0;transform:translate(158px)}to{opacity:0;transform:translate(172px)}}.hero__scroll-hint{justify-content:center;margin-top:3rem;display:flex}.hero__scroll-hint span{background:linear-gradient(to bottom, var(--purple-light), transparent);border-radius:2px;width:2px;height:32px;animation:.5s 1s both fadeSlideUp,2s ease-in-out 1.5s infinite scroll-bounce;display:block}@keyframes scroll-bounce{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(8px)}}.stats-bar{background:var(--dark);padding:2rem 0}.stats-bar__inner{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:1rem;display:flex}.stats-bar__item{flex-direction:column;align-items:center;gap:.2rem;display:flex}.stats-bar__value{font-family:var(--font-display);color:var(--white);letter-spacing:-.04em;font-size:2.25rem;font-weight:800;line-height:1}.stats-bar__label{color:#ffffff73;text-transform:uppercase;letter-spacing:.07em;font-size:.8125rem;font-weight:600}.screenshots{padding:5rem 0 4rem}.screenshots__tabs{flex-wrap:wrap;gap:.5rem;margin:2rem 0 1.75rem;display:flex}.screenshots__tab{font-family:var(--font-body);color:var(--text-muted);background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius-full);cursor:pointer;align-items:center;gap:.5rem;padding:.5rem 1.1rem;font-size:.9375rem;font-weight:700;transition:all .18s;display:flex}.screenshots__tab:hover{color:var(--dark);border-color:var(--purple-light)}.screenshots__tab--active{color:var(--purple);background:var(--purple-ghost);border-color:var(--purple)}.screenshots__tab-num{font-family:var(--font-display);color:var(--purple-light);letter-spacing:.05em;font-size:.7rem;font-weight:800}.window-frame__screenshot{width:100%;height:auto;animation:.3s both fadeIn;display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.screenshots__desc{color:var(--text-muted);max-width:620px;margin-top:1.25rem;font-size:1rem;line-height:1.7}.how-it-works{background:var(--bg-card);padding:5rem 0}.steps{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid;position:relative}.steps:before{content:"";background:linear-gradient(to right, var(--purple-pale), var(--purple), var(--purple-pale));z-index:0;height:2px;position:absolute;top:40px;left:calc(16.67% + 40px);right:calc(16.67% + 40px)}.step-card{z-index:1;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);transition:transform .2s var(--ease-out), box-shadow .2s;padding:1.75rem;position:relative}.step-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.step-card__top{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.step-card__num{font-family:var(--font-display);color:var(--purple);background:var(--purple-ghost);border:1px solid var(--purple-pale);border-radius:var(--radius-full);letter-spacing:.05em;padding:.2rem .55rem;font-size:.75rem;font-weight:800}.step-card__emoji{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);width:52px;height:52px;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;font-size:1.75rem;line-height:1;display:flex}.step-card__title{color:var(--dark);margin-bottom:.6rem;font-size:1.1875rem;font-weight:700}.step-card__desc{color:var(--text-muted);font-size:.9375rem;line-height:1.65}.features-section{padding:5rem 0 3.5rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem;display:grid}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:transform .2s var(--ease-out), box-shadow .2s;padding:1.5rem}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.feature-card__icon-wrap{margin-bottom:1rem}.feature-card__icon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:52px;height:52px;font-size:1.75rem;line-height:1;display:flex}.feature-card--blue .feature-card__icon{background:#eff6ff}.feature-card--purple .feature-card__icon{background:var(--purple-ghost)}.feature-card--amber .feature-card__icon{background:#fffbeb}.feature-card--green .feature-card__icon{background:var(--green-ghost)}.feature-card--teal .feature-card__icon{background:#f0fdfa}.feature-card--rose .feature-card__icon{background:#fff1f2}.feature-card__title{color:var(--dark);margin-bottom:.4rem;font-size:1.0625rem;font-weight:700}.feature-card__desc{color:var(--text-muted);font-size:.9rem;line-height:1.65}.features-section__more{justify-content:center;margin-top:2.5rem;display:flex}.ai-skill-spotlight{background:linear-gradient(135deg,#1c1533 0%,#2d1b69 45%,#1a2744 100%);padding:5rem 0;position:relative;overflow:hidden}.ai-skill-spotlight:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#a78bfa0f 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.ai-skill-spotlight:after{content:"";pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#8b5cf633 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-100px;right:-100px}.ai-skill-spotlight__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.ai-skill-spotlight__badge{letter-spacing:.08em;text-transform:uppercase;color:var(--purple-light);border-radius:var(--radius-full);background:#8b5cf626;border:1px solid #8b5cf659;align-items:center;gap:6px;margin-bottom:1.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.ai-skill-spotlight__heading{color:var(--white);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.ai-skill-spotlight__sub{color:#ffffffa6;margin-bottom:1.5rem;font-size:1rem;line-height:1.75}.ai-skill-spotlight__sub strong{color:var(--purple-light);font-weight:700}.ai-skill-spotlight__list{flex-direction:column;gap:.6rem;margin-bottom:2rem;list-style:none;display:flex}.ai-skill-spotlight__list li{color:#ffffffb3;align-items:flex-start;gap:.625rem;font-size:.9375rem;line-height:1.55;display:flex}.ai-skill-spotlight__check{color:var(--green-mid);flex-shrink:0;margin-top:1px;font-weight:800}.ai-skill-spotlight__cta{align-self:flex-start}.ai-skill-card{border-radius:var(--radius-lg);background:#0f0d1e;border:1px solid #8b5cf64d;font-family:Courier New,Consolas,monospace;font-size:.8125rem;overflow:hidden;box-shadow:0 0 0 1px #8b5cf61a,0 20px 60px #00000080,0 0 80px #8b5cf61f}.ai-skill-card__header{background:#ffffff0a;border-bottom:1px solid #ffffff12;align-items:center;gap:6px;padding:.6rem 1rem;display:flex}.ai-skill-card__dot{background:#ffffff1f;border-radius:50%;flex-shrink:0;width:10px;height:10px}.ai-skill-card__filename{font-family:var(--font-body);color:#ffffff59;letter-spacing:.02em;margin-left:4px;font-size:.75rem}.ai-skill-card__body{flex-direction:column;gap:.4rem;padding:1.125rem 1.25rem;display:flex}.ai-skill-card__line{color:#ffffff8c;font-size:.8rem;line-height:1.5}.ai-skill-card__line--h1{color:#c4b5fd;margin-top:.25rem;font-size:.875rem;font-weight:700}.ai-skill-card__line--h2{color:#a78bfa;margin-top:.5rem;font-size:.8125rem;font-weight:600}.ai-skill-card__line--muted{color:#ffffff4d;font-size:.75rem;font-style:italic}.ai-skill-card__line--code{color:#6ee7b7;font-size:.775rem}.ai-skill-card__key{color:#fcd34d}.ai-skill-card__arrow{color:#ffffff40;margin:0 .25rem}.ai-skill-card__val{color:#93c5fd}.privacy-banner{background:var(--green-ghost);border-top:1px solid var(--green-pale);border-bottom:1px solid var(--green-pale);padding:3.5rem 0}.privacy-banner__inner{flex-wrap:wrap;align-items:center;gap:2.5rem;display:flex}.privacy-banner__frog{flex-shrink:0}.privacy-banner__frog-ring{background:linear-gradient(#1c1533, #1c1533) padding-box, linear-gradient(135deg, var(--green-mid), var(--purple)) border-box;border:3px solid #0000;border-radius:50%;width:88px;height:88px;overflow:hidden;box-shadow:0 8px 24px #16a34a33}.privacy-banner__frog-ring img{object-fit:cover;width:100%;height:100%}.privacy-banner__text{flex:1;min-width:240px}.privacy-banner__heading{color:var(--dark);margin-bottom:.5rem;font-size:clamp(1.25rem,3vw,1.625rem);font-weight:800}.privacy-banner__sub{color:var(--text-muted);max-width:480px;font-size:.9375rem;line-height:1.7}.privacy-banner__badges{flex-direction:column;flex-shrink:0;gap:.5rem;display:flex}.privacy-badge{color:var(--green);background:var(--white);border:1px solid var(--green-pale);border-radius:var(--radius-full);white-space:nowrap;align-items:center;gap:6px;padding:.3rem .85rem;font-size:.8125rem;font-weight:700;display:inline-flex}.cta-section{padding:5rem 0;position:relative;overflow:hidden}.cta-section__bg{background:linear-gradient(135deg, var(--dark) 0%, var(--purple-deep) 50%, var(--dark-2) 100%);z-index:0;position:absolute;inset:0}.cta-section__bg:after{content:"";background-image:radial-gradient(circle,#ffffff0a 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.cta-section__inner{z-index:1;text-align:center;position:relative}.cta-section__heading{color:var(--white);margin-bottom:1rem;font-size:clamp(1.75rem,4.5vw,2.75rem);font-weight:800}.cta-section__sub{color:#ffffffa6;max-width:480px;margin:0 auto 2rem;font-size:1.0625rem;line-height:1.7}.cta-section__buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.cta-section__footnote{color:#fff6;font-size:.875rem}@media (width<=900px){.steps,.features-grid{grid-template-columns:1fr 1fr}.steps:before{display:none}.ai-skill-spotlight__inner{grid-template-columns:1fr;gap:2.5rem}}@media (width<=768px){.hero{padding:3.5rem 0 2.5rem}.hero__inner{text-align:center;flex-direction:column-reverse}.hero__content{max-width:100%}.hero__cta{justify-content:center}.hero__subtitle{margin-left:auto;margin-right:auto}.hero__frog-ring{width:200px;height:200px}.hero__frog-glow{inset:-20px}.hero__anim{width:200px;height:200px}.hero-anim__token--out{left:200px}.privacy-banner__inner{text-align:center;flex-direction:column}.privacy-banner__badges{flex-flow:wrap;justify-content:center}}@media (width<=600px){.steps,.features-grid{grid-template-columns:1fr}.stats-bar__inner{grid-template-columns:1fr 1fr;display:grid}}.window-frame{border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:1px solid var(--border);overflow:hidden}.window-frame__bar{border-bottom:1px solid var(--border);background:#f0eff0;justify-content:space-between;align-items:center;padding:.625rem 1rem;display:flex}.window-frame__dots{align-items:center;gap:6px;display:flex}.window-dot{border-radius:50%;width:12px;height:12px}.window-dot--red{background:#ff5f57}.window-dot--yellow{background:#febc2e}.window-dot--green{background:#28c840}.window-frame__title{font-family:var(--font-body);color:var(--text-muted);font-size:.8125rem;font-weight:600}.window-frame__body{background:var(--white);line-height:0}.window-frame__screenshot{width:100%;height:auto;display:block}.fp-hero{padding:4rem 0 3.5rem;position:relative;overflow:hidden}.fp-hero__bg{background:linear-gradient(160deg, var(--purple-ghost) 0%, var(--bg) 50%, var(--green-ghost) 100%);z-index:0;position:absolute;inset:0}.fp-hero__inner{z-index:1;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.fp-back{color:var(--text-muted);align-items:center;gap:6px;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex;position:absolute;top:-2rem;left:2rem}.fp-back:hover{color:var(--purple)}.fp-hero__content{flex:1;padding-top:1.5rem}.fp-hero__title{letter-spacing:-.03em;color:var(--dark);margin-top:.5rem;margin-bottom:1rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800}.fp-hero__sub{color:var(--text-muted);max-width:500px;font-size:1.0625rem;line-height:1.7}.fp-hero__mascot{flex-shrink:0}.fp-hero__frog-ring{background:linear-gradient(#1c1533, #1c1533) padding-box, linear-gradient(135deg, var(--green-mid), var(--purple)) border-box;border:3px solid #0000;border-radius:50%;width:200px;height:200px;animation:5s ease-in-out infinite float;overflow:hidden;box-shadow:0 0 60px #16a34a33,0 16px 40px #0003}.fp-hero__frog-ring img{object-fit:cover;width:100%;height:100%}.fp-hero__anim{justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative;overflow:visible;transform:translate(-70px)}.fp-hero__anim .fp-hero__frog-ring{z-index:2;position:relative}.fp-anim__token{white-space:nowrap;pointer-events:none;opacity:0;animation-duration:3.5s;animation-delay:var(--anim-delay,0s);border-radius:100px;padding:3px 10px;font-family:Courier New,Consolas,monospace;font-size:.68rem;font-weight:600;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-fill-mode:both;position:absolute}.fp-anim__token--in{z-index:1;color:#c4b5fd;text-shadow:0 0 12px #a78bfa80;background:#8b5cf62e;border:1px solid #8b5cf673;animation-name:anim-data-in;left:-148px}.fp-anim__token--out{z-index:3;color:#6ee7b7;text-shadow:0 0 12px #6ee7b766;background:#16a34a24;border:1px solid #22c55e66;animation-name:anim-csv-out;left:200px}@keyframes anim-data-in{0%{opacity:0;transform:translate(0)}12%{opacity:1;transform:translate(40px)}62%{opacity:1;transform:translate(175px)}82%{opacity:0;transform:translate(220px)}to{opacity:0;transform:translate(240px)}}@keyframes anim-csv-out{0%{opacity:0;transform:translate(0)}15%{opacity:1;transform:translate(18px)}65%{opacity:1;transform:translate(128px)}85%{opacity:0;transform:translate(158px)}to{opacity:0;transform:translate(172px)}}.fp-section{padding:4.5rem 0}.fp-section:nth-child(2n){background:var(--bg-card)}.fp-screenshot-block{margin:2.25rem 0 2.75rem}.fp-screenshot-frame{max-width:760px}.sources-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:.5rem;display:grid}.source-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);transition:transform .2s var(--ease-out), box-shadow .2s;padding:1.5rem}.source-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.source-card__top{justify-content:space-between;align-items:center;margin-bottom:.875rem;display:flex}.source-card__icon{font-size:1.75rem;line-height:1}.source-card__tag{letter-spacing:.08em;text-transform:uppercase;color:var(--purple);background:var(--purple-ghost);border:1px solid var(--purple-pale);border-radius:var(--radius-full);padding:.15rem .6rem;font-size:.7rem;font-weight:700}.source-card__title{color:var(--dark);margin-bottom:.5rem;font-size:1.0625rem;font-weight:700}.source-card__desc{color:var(--text-muted);margin-bottom:.6rem;font-size:.9rem;line-height:1.65}.source-card__detail{color:var(--text-light);font-size:.8125rem;font-style:italic}.modes-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:.5rem;display:grid}.mode-card{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-card);transition:transform .2s var(--ease-out), box-shadow .2s;padding:1.75rem}.mode-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.mode-card--blue{border-top:3px solid #3b82f6}.mode-card--purple{border-top:3px solid var(--purple)}.mode-card--amber{border-top:3px solid var(--amber)}.mode-card--green{border-top:3px solid var(--green)}.mode-card__header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.mode-card__icon{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);justify-content:center;align-items:center;width:46px;height:46px;font-size:1.5rem;line-height:1;display:flex}.mode-card--blue .mode-card__icon{background:#eff6ff}.mode-card--purple .mode-card__icon{background:var(--purple-ghost)}.mode-card--amber .mode-card__icon{background:#fffbeb}.mode-card--green .mode-card__icon{background:var(--green-ghost)}.mode-card__label{font-family:var(--font-display);color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.875rem;font-weight:800}.mode-card__headline{color:var(--dark);margin-bottom:.6rem;font-size:1.125rem;font-weight:700}.mode-card__desc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9rem;line-height:1.65}.mode-card__example{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:.75rem 1rem}.mode-card__example-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);margin-bottom:.3rem;font-size:.7rem;font-weight:700;display:block}.mode-card__example-code{color:var(--purple);white-space:pre-wrap;word-break:break-all;background:0 0;padding:0;font-family:Courier New,Consolas,monospace;font-size:.875rem}.fp-logic{background:var(--bg-card)!important}.fp-logic__inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.fp-logic__ops{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.fp-logic__ops-heading{color:var(--dark);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.25rem;font-size:.875rem;font-weight:800}.fp-logic__ops-list{flex-direction:column;gap:.625rem;list-style:none;display:flex}.fp-logic__op{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:baseline;gap:1rem;padding-bottom:.625rem;display:flex}.fp-logic__op:last-child{border-bottom:none;padding-bottom:0}.fp-logic__op-name{color:var(--dark);white-space:nowrap;font-size:.9375rem;font-weight:700}.fp-logic__op-note{color:var(--text-muted);text-align:right;font-size:.825rem}.array-modes{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.25rem;display:grid}.array-mode-card{border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.75rem}.array-mode-card--join{background:var(--purple-ghost);border-color:var(--purple-pale)}.array-mode-card--expand{background:var(--amber-pale);border-color:#fde68a}.array-mode-card--obj{background:var(--green-ghost);border-color:var(--green-pale)}.array-mode-card__icon{margin-bottom:.875rem;font-size:2rem;display:block}.array-mode-card__title{color:var(--dark);margin-bottom:.5rem;font-size:1.0625rem;font-weight:700}.array-mode-card__desc{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.65}.array-mode-card code{color:var(--dark);background:#ffffffb3;border-radius:4px;padding:1px 5px;font-family:Courier New,Consolas,monospace;font-size:.8125rem}.array-mode-card__ex{border-radius:var(--radius-md);background:#fff9;padding:.75rem 1rem}.array-mode-card__ex-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);margin-bottom:.35rem;font-size:.7rem;font-weight:700;display:block}.array-mode-card__ex code{color:var(--dark);background:0 0;padding:0;font-size:.875rem}.fp-save__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.fp-save__bullets{flex-direction:column;gap:.875rem;margin-top:1.5rem;list-style:none;display:flex}.fp-save__bullets li{color:var(--text-muted);gap:.75rem;font-size:.9375rem;line-height:1.6;display:flex}.fp-save__bullet-icon{color:var(--green);flex-shrink:0;margin-top:1px;font-weight:800}.fp-save__visual{flex-direction:column;align-items:center;gap:1rem;display:flex}.fp-save__file-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md);align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.fp-save__file-icon{font-size:2rem}.fp-save__file-name{color:var(--dark);margin-bottom:.2rem;font-family:Courier New,Consolas,monospace;font-size:.9375rem;font-weight:600}.fp-save__file-meta{color:var(--text-light);font-size:.8125rem}.fp-save__arrows{gap:1rem;width:100%;display:flex}.fp-save__arrow{border-radius:var(--radius-md);flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:700;display:flex}.fp-save__arrow--save{background:var(--purple-ghost);border:1px solid var(--purple-pale);color:var(--purple)}.fp-save__arrow--load{background:var(--green-ghost);border:1px solid var(--green-pale);color:var(--green)}.fp-skill{position:relative;overflow:hidden;background:linear-gradient(160deg,#1c1533 0%,#2d1b69 50%,#1a2744 100%)!important;padding:5rem 0!important}.fp-skill__bg{pointer-events:none;background-image:radial-gradient(circle,#a78bfa0f 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.fp-skill__bg:after{content:"";filter:blur(40px);background:radial-gradient(circle,#22c55e1f 0%,#0000 70%);border-radius:50%;width:480px;height:480px;position:absolute;bottom:-80px;left:-80px}.fp-skill__inner{z-index:1;position:relative}.fp-skill__header{max-width:680px;margin-bottom:3rem}.fp-skill__badge{letter-spacing:.08em;text-transform:uppercase;color:var(--purple-light);border-radius:var(--radius-full);background:#8b5cf626;border:1px solid #8b5cf659;align-items:center;gap:6px;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.fp-skill__heading{color:var(--white);letter-spacing:-.03em;margin:.5rem 0 1rem;font-size:clamp(1.875rem,4.5vw,2.75rem);font-weight:800}.fp-skill__sub{color:#fff9;font-size:1.0625rem;line-height:1.75}.fp-skill__sub strong{color:var(--purple-light);font-weight:700}.fp-skill__columns{grid-template-columns:1fr 1fr;align-items:start;gap:3.5rem;display:grid}.fp-skill__section-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;color:#ffffff59;margin-bottom:1.25rem;font-size:.8rem;font-weight:800}.fp-skill__items{flex-direction:column;gap:1.25rem;display:flex}.fp-skill__item{align-items:flex-start;gap:1rem;display:flex}.fp-skill__item-num{width:28px;height:28px;color:var(--purple-light);font-family:var(--font-display);background:#8b5cf640;border:1px solid #8b5cf666;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.8rem;font-weight:800;display:flex}.fp-skill__item h4{color:#ffffffd9;margin-bottom:.3rem;font-size:.9375rem;font-weight:700}.fp-skill__item p{color:#ffffff80;font-size:.875rem;line-height:1.65}.fp-skill__use-cases{flex-direction:column;gap:1.25rem;display:flex}.fp-skill__use-case{align-items:flex-start;gap:1rem;display:flex}.fp-skill__use-case>span{flex-shrink:0;margin-top:1px;font-size:1.375rem}.fp-skill__use-case h4{color:#ffffffd9;margin-bottom:.25rem;font-size:.9375rem;font-weight:700}.fp-skill__use-case p{color:#ffffff80;font-size:.875rem;line-height:1.65}.fp-skill__preview{position:sticky;top:88px}.fp-skill__preview-label{letter-spacing:.07em;text-transform:uppercase;color:#ffffff4d;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.fp-skill__doc{border-radius:var(--radius-lg);background:#0a0818;border:1px solid #8b5cf640;font-family:Courier New,Consolas,monospace;overflow:hidden;box-shadow:0 0 0 1px #8b5cf614,0 24px 80px #0009,0 0 100px #8b5cf61a}.fp-skill__doc-header{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:6px;padding:.65rem 1rem;display:flex}.fp-skill__doc-dot{background:#ffffff1a;border-radius:50%;width:10px;height:10px}.fp-skill__doc-fname{font-family:var(--font-body);color:#ffffff4d;margin-left:4px;font-size:.75rem}.fp-skill__doc-body{flex-direction:column;gap:.35rem;max-height:420px;padding:1.25rem 1.375rem;display:flex;overflow-y:auto}.fp-skill__doc-body::-webkit-scrollbar{width:4px}.fp-skill__doc-body::-webkit-scrollbar-track{background:0 0}.fp-skill__doc-body::-webkit-scrollbar-thumb{background:#8b5cf64d;border-radius:2px}.fp-skill__doc-block{color:#ffffff80;font-size:.8rem;line-height:1.55}.fp-skill__doc-block--h1{color:#c4b5fd;margin-top:.25rem;margin-bottom:.1rem;font-size:.9rem;font-weight:700}.fp-skill__doc-block--h2{color:#a78bfa;margin-top:.75rem;margin-bottom:.15rem;font-size:.825rem;font-weight:600}.fp-skill__doc-block--muted{color:#ffffff40;font-size:.775rem;font-style:italic}.fp-skill__doc-block--indent{color:#ffffff73;padding-left:1rem}.fp-skill__doc-block--csv{color:#6ee7b7;font-size:.775rem}.fp-skill__doc-block--rule{color:#fff6;font-size:.775rem}.fp-skill__doc-hl{color:#fcd34d}.fp-skill__doc-key{color:#fcd34d;font-weight:600}.fp-skill__doc-val{color:#93c5fd}.fp-skill__doc-bool{color:#6ee7b7}.fp-skill__doc-code{color:#f9a8d4;font-size:.75rem}.fp-bulk{background:var(--dark)!important}.fp-bulk__inner{position:relative}.fp-bulk__inner .section-label{color:#ffffff73}.fp-bulk__inner .section-heading{color:var(--white)}.fp-bulk__inner .section-subtext{color:#fff9}.fp-bulk__badge{text-transform:uppercase;letter-spacing:.08em;color:var(--amber);border-radius:var(--radius-full);background:#d9770626;border:1px solid #d9770659;align-items:center;gap:6px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.fp-bulk__badge:before{content:"★";font-size:.6rem}.fp-bulk__steps{flex-wrap:wrap;align-items:flex-start;gap:.75rem;margin:2rem 0 1rem;display:flex}.fp-bulk__step{border-radius:var(--radius-md);background:#ffffff0f;border:1px solid #ffffff1a;flex:1;min-width:160px;padding:1.25rem}.fp-bulk__step-num{font-family:var(--font-display);color:var(--purple-light);margin-bottom:.5rem;font-size:1.75rem;font-weight:800;line-height:1;display:block}.fp-bulk__step p{color:#ffffffa6;font-size:.9rem;line-height:1.6}.fp-bulk__step code{color:var(--purple-light);background:#ffffff1a;border-radius:3px;padding:1px 5px;font-size:.8125rem}.fp-bulk__step-arrow{color:#ffffff4d;flex-shrink:0;padding-top:1.25rem;font-size:1.25rem}.fp-bulk__note{color:#fff6;margin-bottom:2.5rem;font-size:.875rem;font-style:italic}.fp-bulk__screenshot{max-width:700px}.fp-privacy{background:var(--bg-card)!important}.fp-privacy__inner{grid-template-columns:auto 1fr;align-items:start;gap:3.5rem;display:grid}.fp-privacy__frog-ring{background:linear-gradient(#1c1533, #1c1533) padding-box, linear-gradient(135deg, var(--green-mid), var(--purple)) border-box;border:3px solid #0000;border-radius:50%;flex-shrink:0;width:140px;height:140px;overflow:hidden;box-shadow:0 8px 32px #16a34a33}.fp-privacy__frog-ring img{object-fit:cover;width:100%;height:100%}.fp-privacy__grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.fp-privacy__item{gap:1rem;display:flex}.fp-privacy__item-icon{flex-shrink:0;margin-top:2px;font-size:1.5rem}.fp-privacy__item h4{color:var(--dark);margin-bottom:.3rem;font-size:1rem;font-weight:700}.fp-privacy__item p{color:var(--text-muted);font-size:.875rem;line-height:1.65}.fp-cta{padding:5rem 0;position:relative;overflow:hidden}.fp-cta__bg{background:linear-gradient(135deg, var(--dark) 0%, var(--purple-deep) 50%, var(--dark-2) 100%);z-index:0;position:absolute;inset:0}.fp-cta__bg:after{content:"";background-image:radial-gradient(circle,#ffffff0a 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.fp-cta__inner{z-index:1;text-align:center;position:relative}.fp-cta__heading{color:var(--white);margin-bottom:.875rem;font-size:clamp(1.75rem,4.5vw,2.75rem);font-weight:800}.fp-cta__sub{color:#ffffffa6;max-width:460px;margin:0 auto 2rem;font-size:1.0625rem;line-height:1.7}.fp-cta__buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.fp-cta__back{color:#fff6;font-size:.875rem;text-decoration:none;transition:color .15s;display:inline-block}.fp-cta__back:hover{color:#fffc}@media (width<=890px){.fp-anim__token{display:none}.fp-hero__anim{transform:none}}@media (width<=900px){.sources-grid{grid-template-columns:1fr 1fr}.modes-grid{grid-template-columns:1fr}.fp-logic__inner{grid-template-columns:1fr;gap:2rem}.array-modes{grid-template-columns:1fr}.fp-save__inner,.fp-skill__columns{grid-template-columns:1fr;gap:2.5rem}.fp-skill__preview{position:static}.fp-privacy__inner{grid-template-columns:1fr;gap:2rem}.fp-privacy__frog-wrap{display:none}.fp-privacy__grid{grid-template-columns:1fr}.fp-bulk__steps{flex-direction:column}.fp-bulk__step-arrow{align-self:center;padding-top:0;transform:rotate(90deg)}}@media (width<=640px){.sources-grid{grid-template-columns:1fr}.fp-hero__inner{flex-direction:column-reverse}.fp-hero__mascot{display:none}.fp-hero__content{padding-top:2.5rem}}
