@font-face{font-family:Groote;src:url(/fonts/Groote-Regular.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}:root{--color-bg:#fffbf7;--color-surface:#fff;--color-surface-alt:#fff5ed;--color-brand-start:#ff6b35;--color-brand-mid:#f7931e;--color-brand-end:#ffb347;--color-primary:#ff6b35;--color-primary-strong:#e55a2b;--color-secondary:#f7931e;--color-accent-teal:#2dd4bf;--color-accent-purple:#a78bfa;--color-accent-pink:#f472b6;--color-accent-yellow:#fbbf24;--color-ink:#2d1b0e;--color-ink-secondary:#5c4033;--color-muted:#8b7355;--color-inverse:#fff;--color-border:#f0e6dc;--color-soft-border:#fff5ed;--color-success:#22c55e;--color-info:#38bdf8;--color-warning:#fbbf24;--color-error:#f87171;--shadow-soft:0 16px 50px #2d1b0e14;--shadow-lg:0 25px 50px -12px #2d1b0e1f;--shadow-primary:0 20px 40px #ff6b3540;--shadow-glow:0 0 30px #ff6b3533;--shadow-playful:0 8px 0 #2d1b0e1a;--radius-lg:28px;--radius-xl:20px;--radius-2xl:32px;--radius-md:16px;--radius-sm:12px;--radius-full:9999px;--content-width:1280px;--section-gap:48px;--font-primary:"Space Grotesk",-apple-system,BlinkMacSystemFont,sans-serif;--font-headings:"Space Grotesk",-apple-system,BlinkMacSystemFont,sans-serif;--font-body:"Space Grotesk",-apple-system,BlinkMacSystemFont,sans-serif;--font-accent:"Space Grotesk",-apple-system,BlinkMacSystemFont,sans-serif;--font-sans:"Space Grotesk",-apple-system,BlinkMacSystemFont,sans-serif;--font-display:"Space Grotesk",-apple-system,BlinkMacSystemFont,sans-serif;--font-logo:"Groote",Georgia,serif;--text-h1:4.5rem;--text-h2:3rem;--text-h3:1.5rem;--text-body:1rem;--text-small:.75rem;--text-button:1rem;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;--gradient-primary:linear-gradient(135deg,#ff6b35 0%,#f7931e 50%,#ffb347 100%);--gradient-fun:linear-gradient(135deg,#ff6b35,#f472b6,#a78bfa);--ease-bounce:cubic-bezier(.68,-.55,.265,1.55);--ease-spring:cubic-bezier(.34,1.56,.64,1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.dark{--color-bg:#141210;--color-surface:#1e1b18;--color-surface-alt:#262320;--color-primary:#ff7a4a;--color-primary-strong:#ff8a5c;--color-secondary:#ffb347;--color-brand-start:#ff7a4a;--color-brand-mid:#ffb347;--color-brand-end:#ffd180;--color-accent-teal:#5eead4;--color-accent-purple:#c4b5fd;--color-accent-pink:#f9a8d4;--color-accent-yellow:#fde047;--color-ink:#faf5f0;--color-ink-secondary:#d4c8bc;--color-muted:#9a8b7a;--color-inverse:#141210;--color-border:#3d3630;--color-soft-border:#2d2924;--color-success:#4ade80;--color-info:#60a5fa;--color-warning:#fde047;--color-error:#fb7185;--shadow-soft:0 16px 50px #00000080;--shadow-lg:0 25px 50px -12px #0009;--shadow-primary:0 20px 40px #ff7a4a33;--shadow-glow:0 0 40px #ff7a4a40;--shadow-playful:0 8px 0 #0000004d;--gradient-primary:linear-gradient(135deg,#ff7a4a 0%,#ffb347 50%,#ffd180 100%);--gradient-fun:linear-gradient(135deg,#ff7a4a,#f9a8d4,#c4b5fd);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html{transition:background-color .3s}body{font-family:var(--font-primary);font-size:var(--text-body);font-weight:var(--weight-regular);background:var(--color-bg);color:var(--color-ink-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.6;transition:background-color .3s,color .3s}h1,.h1{font-family:var(--font-primary);font-size:clamp(2.5rem,5vw,var(--text-h1));font-weight:var(--weight-bold);letter-spacing:-.03em;color:var(--color-ink);line-height:1.1}h2,.h2{font-family:var(--font-primary);font-size:clamp(2rem,4vw,var(--text-h2));font-weight:var(--weight-bold);letter-spacing:-.03em;color:var(--color-ink);line-height:1.1}h3,.h3{font-family:var(--font-primary);font-size:var(--text-h3);font-weight:var(--weight-bold);letter-spacing:-.03em;color:var(--color-ink);line-height:1.1}h4,.h4{font-family:var(--font-primary);font-size:var(--text-body);font-weight:var(--weight-semibold);letter-spacing:-.02em;color:var(--color-ink);line-height:1.2}p{font-family:var(--font-primary);color:var(--color-ink-secondary);line-height:1.6}.dark p{color:var(--color-ink-secondary)}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.bold-label,.label{font-family:var(--font-primary);font-size:var(--text-small);font-weight:var(--weight-semibold);letter-spacing:.1em;text-transform:uppercase;line-height:1}a{color:inherit;text-decoration:none;transition:color .3s}img{max-width:100%;display:block}:focus-visible{outline:3px solid var(--color-primary);outline-offset:4px;border-radius:4px}button:focus-visible{outline:3px solid var(--color-primary);outline-offset:4px;border-radius:4px}a:focus-visible{outline:3px solid var(--color-primary);outline-offset:4px;border-radius:4px}button,.cta-button{font-family:var(--font-primary);font-size:var(--text-button);font-weight:var(--weight-semibold);letter-spacing:-.01em;cursor:pointer}@media (max-width:1024px){h1,.h1{font-size:3.5rem}h2,.h2{font-size:2.5rem}}@media (max-width:768px){h1,.h1{letter-spacing:-.02em;font-size:2.5rem}h2,.h2{font-size:1.875rem;line-height:1.2}h3,.h3{font-size:1.25rem}body,p{font-size:1rem;line-height:1.5}.cta-button{text-align:center;width:100%}}@media (max-width:480px){h1,.h1{font-size:2.125rem}h2,.h2{font-size:1.5rem}h3,.h3{font-size:1.125rem}}@font-face{font-family:Groote;src:url(/fonts/Groote-Regular.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}.Layout-module__shell___Yjr1h{background:var(--color-bg);isolation:isolate;min-height:100vh;transition:background-color .2s;position:relative;overflow-x:hidden;transform:translateZ(0)}.Layout-module__loading___u7zh-{opacity:.95}.Layout-module__loaded___QqRb9{opacity:1;transition:opacity .2s}.Layout-module__main___HJV66{background:var(--color-bg);contain:layout;min-height:calc(100vh - 72px);padding-top:72px;position:relative}.Layout-module__header___adyKe{z-index:1000;-webkit-backdrop-filter:blur(12px)saturate(180%);will-change:background-color,border-color;contain:layout style;-webkit-backface-visibility:hidden;-webkit-perspective:1000px;background:#fffc;border-bottom:1px solid #0000000d;transition:background-color .2s,border-color .2s;position:fixed;top:0;left:0;right:0;transform:translateZ(0)}.dark .Layout-module__header___adyKe{background:#141210d9;border-bottom:1px solid #fff5eb14}.Layout-module__navbar___tKkk4{max-width:var(--content-width);justify-content:space-between;align-items:center;gap:32px;height:72px;margin:0 auto;padding:0 24px;display:flex}.Layout-module__navLeft___rQyfi{align-items:center;gap:20px;display:flex}.Layout-module__brand___vbrUZ{align-items:center;gap:10px;text-decoration:none;display:flex}.Layout-module__brandLogo___PGJ-W{border-radius:var(--radius-lg);justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.Layout-module__brandLogoImg___Qvu69{object-fit:contain;width:100%;height:100%}.Layout-module__brandName___ofEln{font-size:30px;font-family:"Groote",var(--font-primary);color:var(--color-ink);letter-spacing:-.02em;margin-top:-1px;font-weight:700;line-height:1}.Layout-module__navDivider___cSwRW{background:var(--color-border);width:1px;height:24px}.Layout-module__productBadge___Ew3AD{cursor:pointer;align-items:center;gap:8px;text-decoration:none;display:flex}.Layout-module__productIcon___tot-4{border-radius:var(--radius-md);color:#3b82f6;background:#3b82f61a;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.Layout-module__productBadge___Ew3AD:hover .Layout-module__productIcon___tot-4{background:#3b82f626}.Layout-module__productBadge___Ew3AD span{color:var(--color-muted);font-size:12px;font-weight:600;transition:color .2s}.Layout-module__productBadge___Ew3AD:hover span{color:var(--color-ink)}.Layout-module__navLinks___Mpnz7{align-items:center;gap:40px;font-size:15px;font-weight:500;display:none}@media (min-width:768px){.Layout-module__navLinks___Mpnz7{display:flex}}.Layout-module__navLinks___Mpnz7 a{color:var(--color-muted);text-decoration:none;transition:color .2s;position:relative}.Layout-module__navLinks___Mpnz7 a:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width .2s;position:absolute;bottom:-4px;left:0}.Layout-module__navLinks___Mpnz7 a:hover{color:var(--color-primary)}.Layout-module__navLinks___Mpnz7 a:hover:after{width:100%}.Layout-module__navLinks___Mpnz7 a.Layout-module__activeLink___fZeno{color:var(--color-primary)}.Layout-module__navLinks___Mpnz7 a.Layout-module__activeLink___fZeno:after{width:100%}.Layout-module__productLink___E5VTC{align-items:center;gap:8px;display:flex}.Layout-module__liveBadge___dCjyr{border-radius:var(--radius-sm);color:#22c55e;text-transform:uppercase;letter-spacing:.02em;background:#22c55e1a;border:1px solid #22c55e33;align-items:center;gap:4px;padding:2px 8px;font-size:9px;font-weight:700;display:inline-flex}.Layout-module__liveDot___uy6J2{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s infinite Layout-module__pulse___sQyqu}@keyframes Layout-module__pulse___sQyqu{0%,to{opacity:1}50%{opacity:.5}}.Layout-module__navActions___k38jK{align-items:center;gap:16px;display:flex}.Layout-module__iconAction___1Myq8{border-radius:var(--radius-full);cursor:pointer;color:var(--color-muted);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.Layout-module__iconAction___1Myq8:hover{background:var(--color-soft-border);color:var(--color-ink)}.Layout-module__themeToggle___rQ-M6{border-radius:var(--radius-full);cursor:pointer;color:var(--color-muted);touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;transition:background-color .2s,color .2s;display:flex}.Layout-module__themeToggle___rQ-M6:hover{background:var(--color-soft-border);color:var(--color-ink)}.Layout-module__themeToggle___rQ-M6:active{background:var(--color-border);transform:scale(.95)}.Layout-module__themeToggle___rQ-M6:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.Layout-module__downloadBtn___-k-38{color:#fff;background:var(--gradient-primary);border-radius:var(--radius-full);cursor:pointer;border:none;padding:12px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:box-shadow .2s,transform .2s;box-shadow:0 8px 24px #e34f5b40}.Layout-module__downloadBtn___-k-38:hover{transform:scale(1.05);box-shadow:0 12px 32px #e34f5b66}.Layout-module__downloadBtn___-k-38:active{transform:scale(.95)}.Layout-module__mobileTextNav___jiSdE{align-items:center;gap:20px;display:none}.Layout-module__mobileTextLink___Rk5Zh{color:var(--color-muted);white-space:nowrap;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.Layout-module__mobileTextLink___Rk5Zh:hover{color:var(--color-ink)}.Layout-module__mobileTextActive___Q95pg{color:var(--color-primary)}.Layout-module__mobileProductLink___wuNPM{align-items:center;gap:6px;display:flex;position:relative}.Layout-module__statusDot___5OkHR{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite Layout-module__pulse___sQyqu}@media (max-width:768px){.Layout-module__mobileTextNav___jiSdE{display:flex}.Layout-module__downloadBtn___-k-38,.Layout-module__brandName___ofEln{display:none}.Layout-module__mobileTextLink___Rk5Zh{font-size:14px}.Layout-module__mobileTextNav___jiSdE{gap:20px}}@media (max-width:480px){.Layout-module__mobileTextLink___Rk5Zh{font-size:13px}.Layout-module__mobileTextNav___jiSdE{gap:16px}}@media (max-width:380px){.Layout-module__mobileTextLink___Rk5Zh{font-size:12px}.Layout-module__mobileTextNav___jiSdE{gap:12px}}.Layout-module__main___HJV66{max-width:var(--content-width);margin:0 auto;padding:88px 24px 0}.Layout-module__footer___w9ZMg{border-top:1px solid var(--color-border);margin-top:48px;padding:48px 0 32px}.Layout-module__footerInner___EAfUB{max-width:var(--content-width);margin:0 auto;padding:0 24px}.Layout-module__footerMain___O0xhC{grid-template-columns:1fr 2fr;gap:48px;margin-bottom:40px;display:grid}.Layout-module__footerBrand___50p3Y{flex-direction:column;gap:16px;display:flex}.Layout-module__footerLogo___aDmBf{align-items:center;gap:8px;text-decoration:none;display:flex}.Layout-module__footerLogoIcon___bfybu{border-radius:var(--radius-md);justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.Layout-module__footerLogoImg___KDVzy{object-fit:contain;width:100%;height:100%}.Layout-module__footerBrandName___EDEAX{font-size:30px;font-family:"Groote",var(--font-primary);color:var(--color-ink);letter-spacing:-.02em;margin-top:-1px;font-weight:800;line-height:1}.Layout-module__footerDesc___nLSwR{color:var(--color-muted);max-width:320px;margin:0;font-size:14px;line-height:1.6}.Layout-module__footerLinksWrapper___4-L68{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.Layout-module__footerLinks___Euej6{flex-direction:column;gap:12px;display:flex}.Layout-module__footerLinksTitle___-9x-x{color:var(--color-ink);text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px;font-size:11px;font-weight:700}.Layout-module__footerLinks___Euej6 a{color:var(--color-muted);font-size:14px;text-decoration:none;transition:color .2s}.Layout-module__footerLinks___Euej6 a:hover{color:var(--color-primary)}.Layout-module__footerPrimaryLink___b7I-v{font-weight:600;color:var(--color-primary)!important}.Layout-module__footerBottom___MW1NE{border-top:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.Layout-module__footerCopyright___1COS-{color:var(--color-muted);margin:0;font-size:12px}.Layout-module__footerBottomLinks___J3Pib{gap:24px;display:flex}.Layout-module__footerBottomLinks___J3Pib a{color:var(--color-muted);font-size:12px;text-decoration:none;transition:color .2s}.Layout-module__footerBottomLinks___J3Pib a:hover{color:var(--color-primary)}.Layout-module__footerMadeWith___1UvpF{border-top:1px solid var(--color-border);justify-content:center;align-items:center;margin-top:16px;padding-top:16px;display:flex}.Layout-module__madeWithText___1UwUy{color:var(--color-muted);align-items:center;gap:6px;margin:0;font-size:13px;font-weight:500;display:flex}.Layout-module__heartIcon___6kcse{width:16px;height:16px;color:var(--color-primary);fill:var(--color-primary);flex-shrink:0;animation:1.5s ease-in-out infinite Layout-module__heartbeat___9yyTt}@keyframes Layout-module__heartbeat___9yyTt{0%,to{transform:scale(1)}10%,30%{transform:scale(1.1)}20%,40%{transform:scale(1)}}@media (max-width:1024px){.Layout-module__footerMain___O0xhC{grid-template-columns:1fr;gap:32px}.Layout-module__footerLinksWrapper___4-L68{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Layout-module__navbar___tKkk4{height:64px;padding:0 16px}.Layout-module__navDivider___cSwRW,.Layout-module__productBadge___Ew3AD{display:none}.Layout-module__navActions___k38jK{gap:8px}.Layout-module__main___HJV66{padding:80px 16px 0}.Layout-module__footerMain___O0xhC{grid-template-columns:1fr;gap:32px}.Layout-module__footerLinksWrapper___4-L68{grid-template-columns:1fr 1fr;gap:24px}.Layout-module__footerBottom___MW1NE{flex-direction:column;align-items:flex-start;gap:12px}.Layout-module__footer___w9ZMg{padding:32px 0 24px}.Layout-module__footerInner___EAfUB{padding:0 16px}}@media (max-width:480px){.Layout-module__navbar___tKkk4{padding:0 12px}.Layout-module__brandName___ofEln{font-size:16px}.Layout-module__brandLogo___PGJ-W{width:36px;height:36px}.Layout-module__main___HJV66{padding:72px 12px 0}.Layout-module__footerInner___EAfUB{padding:0 12px}.Layout-module__footerLinksWrapper___4-L68{grid-template-columns:1fr;gap:20px}.Layout-module__footerDesc___nLSwR{max-width:100%}}.FloatingCTA-module__container___NwNw-{z-index:1000;filter:drop-shadow(0 8px 24px #00000026);align-items:center;gap:8px;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards FloatingCTA-module__slideInFromBottom___6fHuo;display:flex;position:fixed;bottom:24px;right:24px}@keyframes FloatingCTA-module__slideInFromBottom___6fHuo{0%{opacity:0;transform:translateY(100px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}.FloatingCTA-module__ctaButton___F2Yth{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-primary),0 6px 0 #e55a2b66;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:none;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative;overflow:hidden}.FloatingCTA-module__ctaButton___F2Yth:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(#fff3 0%,#0000 60%);position:absolute;top:0;bottom:0;left:0;right:0}.FloatingCTA-module__ctaButton___F2Yth:hover{box-shadow:var(--shadow-primary),0 10px 0 #e55a2b4d;transform:translateY(-3px)scale(1.05)}.FloatingCTA-module__ctaButton___F2Yth:active{box-shadow:var(--shadow-glow),0 2px 0 #e55a2b66;transform:translateY(0)scale(.98)}.FloatingCTA-module__dismissButton___S1D4X{background:var(--color-surface);border:2px solid var(--color-border);width:32px;height:32px;color:var(--color-muted);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:24px;font-weight:300;line-height:1;transition:all .2s;display:flex}.FloatingCTA-module__dismissButton___S1D4X:hover{background:var(--color-soft-border);color:var(--color-ink);border-color:var(--color-primary);transform:scale(1.1)rotate(90deg)}.FloatingCTA-module__dismissButton___S1D4X:active{transform:scale(.95)rotate(90deg)}@media (max-width:768px){.FloatingCTA-module__container___NwNw-{justify-content:center;bottom:16px;left:16px;right:16px}.FloatingCTA-module__ctaButton___F2Yth{flex:1;justify-content:center;padding:12px 20px;font-size:14px}.FloatingCTA-module__dismissButton___S1D4X{flex-shrink:0;width:36px;height:36px}}.dark .FloatingCTA-module__dismissButton___S1D4X{background:#ffffff14;border-color:#ffffff1f}.dark .FloatingCTA-module__dismissButton___S1D4X:hover{border-color:var(--color-primary);background:#ffffff26}
