@media (prefers-reduced-motion:no-preference){@keyframes v5-bubbleIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes v5-marquee{to{transform:translate(-50%)}}@keyframes v5-float-slow{0%,to{transform:rotate(var(--r,0deg)) translateY(0)}50%{transform:rotate(var(--r,0deg)) translateY(-8px)}}@keyframes v5-spark-pulse{0%,to{opacity:.6;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}@keyframes v5-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes v5-slow-spin{to{transform:rotate(360deg)}}.v5-marquee-track{animation:40s linear infinite v5-marquee}.v5-float-slow{animation:6s ease-in-out infinite v5-float-slow}.v5-float-slow-2{animation:7s ease-in-out .8s infinite v5-float-slow}.v5-float-slow-3{animation:8s ease-in-out 1.6s infinite v5-float-slow}.v5-spark-pulse{animation:2.2s ease-in-out infinite v5-spark-pulse}.v5-typing-dot{animation:1.4s ease-in-out infinite v5-typing}.v5-bubble-in{animation:.45s cubic-bezier(.2,.8,.2,1) both v5-bubbleIn}.v5-slow-spin{animation:40s linear infinite v5-slow-spin}}.v5-reveal{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.2,.8,.2,1);transform:translateY(16px)}.v5-reveal.in{opacity:1;transform:none}.v5-reveal-l{transform:translateY(0)translate(-20px)}.v5-reveal-l.in{transform:none}.v5-reveal-r{transform:translateY(0)translate(20px)}.v5-reveal-r.in{transform:none}@media (prefers-reduced-motion:reduce){.v5-reveal,.v5-reveal-l,.v5-reveal-r{opacity:1;transition:none;transform:none}}@media (max-width:640px){.v5-hero-scene{overflow:hidden}}
.v5-scope *,.v5-scope :before,.v5-scope :after{box-sizing:border-box}.v5-scope img,.v5-scope svg{max-width:100%;display:block}@layer base{:where(.v5-scope) a{color:inherit;text-decoration:none}:where(.v5-scope) button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}}.v5-scope ul{margin:0;padding:0;list-style:none}.v5-scope .container{max-width:1200px;margin:0 auto;padding:0 28px}.v5-scope .container-narrow{max-width:920px;margin:0 auto;padding:0 28px}.v5-scope .nav{z-index:100;background:color-mix(in oklab, var(--bg-white) 98%, transparent);-webkit-backdrop-filter:saturate(140%)blur(16px);border-bottom:1px solid color-mix(in oklab, var(--border) 60%, transparent);position:sticky;top:0}.v5-scope .nav-inner{align-items:center;gap:36px;max-width:1280px;margin:0 auto;padding:14px 28px;display:flex}.v5-scope .logo{font-family:var(--font-sans);letter-spacing:-.02em;color:var(--ink);align-items:center;gap:10px;font-size:20px;font-weight:700;display:inline-flex}.v5-scope .logo-mark{justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.v5-scope .logo-mark svg{width:100%;height:100%;display:block}.v5-scope .logo-word{color:var(--ink)}.v5-scope .logo-word .dot{color:var(--brand)}.v5-scope .nav-links{gap:28px;margin-left:8px;display:flex}.v5-scope .nav-links a{color:var(--ink-2);font-size:14px;font-weight:500;transition:color .15s}.v5-scope .nav-links a:hover{color:var(--ink)}.v5-scope .nav-actions{align-items:center;gap:12px;margin-left:auto;display:flex}.v5-scope .nav-mobile-toggle{border-radius:var(--r-sm);border:1px solid color-mix(in oklab, var(--ink) 12%, transparent);width:40px;height:40px;color:var(--ink);cursor:pointer;background:0 0;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:background .15s;display:none}.v5-scope .nav-mobile-toggle:hover{background:color-mix(in oklab, var(--ink) 5%, transparent)}.v5-scope .nav-mobile-panel{border-top:1px solid color-mix(in oklab, var(--border) 60%, transparent);background:color-mix(in oklab, var(--bg-white) 96%, transparent);-webkit-backdrop-filter:saturate(140%)blur(16px);padding:18px 22px 22px;display:none}.v5-scope .nav-mobile-panel.is-open{display:block}.v5-scope .nav-mobile-links{flex-direction:column;margin-bottom:14px;display:flex}.v5-scope .nav-mobile-links a{color:var(--ink);border-bottom:1px solid color-mix(in oklab, var(--border) 40%, transparent);padding:12px 4px;font-size:16px;font-weight:500}.v5-scope .nav-mobile-actions{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.v5-scope .nav-mobile-actions .btn{justify-content:center;width:100%;padding:12px 18px;font-size:14px}.v5-scope .nav-mobile-switches{flex-wrap:wrap;gap:10px;display:flex}.v5-scope .lang-switch,.v5-scope .theme-switch{border-radius:var(--r-pill);background:color-mix(in oklab, var(--ink) 5%, transparent);border:1px solid color-mix(in oklab, var(--ink) 6%, transparent);padding:3px;display:inline-flex}.v5-scope .lang-switch button,.v5-scope .theme-switch button{border-radius:var(--r-pill);color:var(--ink-muted);padding:5px 10px;font-size:12px;font-weight:600;transition:all .15s}.v5-scope .lang-switch button.active,.v5-scope .theme-switch button.active{background:var(--bg-white);color:var(--ink);box-shadow:var(--shadow-sm)}.v5-scope .btn{border-radius:var(--r-pill);white-space:nowrap;align-items:center;gap:8px;padding:11px 20px;font-size:14px;font-weight:600;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.v5-scope .btn-primary{background:var(--brand);color:#fff;box-shadow:0 6px 18px -4px #2d3ae873}.v5-scope .btn-primary:hover{background:var(--brand-deep);transform:translateY(-1px);box-shadow:0 10px 28px -8px #2d3ae88c}.v5-scope .btn-outline{background:color-mix(in oklab, var(--bg-white) 80%, transparent);color:var(--ink);border:1px solid color-mix(in oklab, var(--ink) 12%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.v5-scope .btn-outline:hover{background:var(--bg-white);border-color:color-mix(in oklab, var(--ink) 20%, transparent)}.v5-scope .btn-ghost{color:var(--ink);background:0 0}.v5-scope .btn-ghost:hover{background:color-mix(in oklab, var(--ink) 5%, transparent)}.v5-scope :is(.btn,.nav-links a,.faq-item summary,.v5-footer-col a,.v5-footer-social a,.demo-scene__btn-primary,.demo-scene__btn-ghost):focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:inherit}.v5-scope .hero{background:var(--grad-hero);isolation:isolate;align-items:center;min-height:calc(100svh - 66px);padding:48px 0 56px;display:flex;position:relative;overflow:hidden}.v5-scope .hero:before{content:"";opacity:.25;pointer-events:none;mix-blend-mode:overlay;background-image:radial-gradient(#ffffff80 1px,#0000 1px);background-size:3px 3px;position:absolute;inset:0}.v5-scope .hero-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:60px;width:100%;display:grid;position:relative}.v5-scope .hero-chip{background:color-mix(in oklab, var(--bg-white) 70%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid color-mix(in oklab, var(--bg-white) 90%, transparent);border-radius:var(--r-pill);color:var(--ink-2);box-shadow:var(--shadow-sm);align-items:center;gap:10px;padding:7px 16px 7px 12px;font-size:13px;font-weight:600;display:inline-flex}.v5-scope .hero-chip .dot{background:var(--grad-warm);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #ff8f6e2e}.v5-scope .h-display{font-family:var(--font-sans);letter-spacing:-.035em;color:var(--ink);font-size:clamp(32px,6.6vw,86px);font-weight:900;line-height:1.02}.v5-scope .h-2{font-family:var(--font-sans);letter-spacing:-.025em;color:var(--ink);font-size:clamp(28px,4.4vw,58px);font-weight:800;line-height:1.04}.v5-scope .h-3{font-family:var(--font-sans);letter-spacing:-.015em;color:var(--ink);font-size:clamp(20px,2.8vw,36px);font-weight:700;line-height:1.1}.v5-scope .hero-title{font-family:var(--font-sans);letter-spacing:-.035em;color:var(--ink);overflow-wrap:anywhere;word-break:break-word;margin:22px 0 24px;font-size:clamp(32px,6.6vw,86px);font-weight:900;line-height:1.02}.v5-scope .hero-title .doodle-under,.v5-scope .hero-title .doodle-circle{white-space:normal}.v5-scope .hero-title .doodle-under{background:linear-gradient(120deg, var(--brand), var(--brand-light));color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.v5-scope .hero-title .doodle-under:after{display:none}.v5-scope .hero-title .doodle-circle{color:var(--brand);white-space:nowrap;padding:0 .35em;display:inline-block;position:relative}.v5-scope .hero-title .doodle-circle:before{content:"";background-color:var(--brand);opacity:.22;z-index:-1;width:1.55em;height:1.55em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-6deg);-webkit-mask:url(/brand/logo-icon.svg) 50%/contain no-repeat;mask:url(/brand/logo-icon.svg) 50%/contain no-repeat}@media (prefers-color-scheme:dark){.v5-scope .hero-title .doodle-circle:before{opacity:.42}}.v5-scope .hero-title em{font-style:italic}.v5-scope .hero-lead{color:var(--ink-2);max-width:540px;margin:0 0 34px;font-size:19px;line-height:1.5}.v5-scope .hero-cta-row{flex-wrap:wrap;gap:12px;margin-bottom:34px;display:flex}.v5-scope .hero-cta-row .btn{padding:14px 24px;font-size:15px}.v5-scope .hero-proof{align-items:center;gap:14px;display:flex}.v5-scope .proof-avatars{display:flex}.v5-scope .proof-avatars span{border:2.5px solid color-mix(in oklab, var(--bg-white) 95%, transparent);width:34px;height:34px;box-shadow:var(--shadow-sm);background-position:50%;background-size:cover;border-radius:50%;margin-left:-10px}.v5-scope .proof-avatars span:first-child{margin-left:0}.v5-scope .proof-text{color:var(--ink-2);font-size:13px;line-height:1.35}.v5-scope .proof-text strong{color:var(--ink);font-weight:700;display:block}.v5-scope .proof-stars{color:#f5b93c;letter-spacing:1px;margin-bottom:1px;font-size:11px;display:block}.v5-scope .hero-squiggle{display:none}.v5-scope .hero-scene{min-height:560px;position:relative}.v5-scope .hero-star{width:48px;height:48px;color:var(--g-lemon,#f0c050);filter:drop-shadow(0 4px 12px #ffe5a399);z-index:4;animation:24s linear infinite slowSpin;position:absolute;top:-10px;left:-20px}@keyframes slowSpin{to{transform:rotate(360deg)}}.v5-scope .hero-phone{aspect-ratio:9/18.5;background:linear-gradient(160deg, color-mix(in oklab, var(--bg-white) 90%, transparent), color-mix(in oklab, var(--bg-white) 55%, transparent));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid color-mix(in oklab, var(--bg-white) 80%, transparent);width:min(300px,100vw - 80px);max-width:300px;box-shadow:var(--shadow-lg), var(--shadow-glow);transform:rotate(var(--r,-4deg));z-index:2;border-radius:42px;margin:0 auto;padding:8px;position:relative}.v5-scope .hero-phone:before{content:"";background:var(--grad-rainbow);filter:blur(50px);opacity:.45;z-index:-1;border-radius:50%;position:absolute;inset:-40px}.v5-scope .hero-phone-inner{background:#0e1a24;border-radius:34px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.v5-scope .hero-phone-notch{z-index:10;background:#000;border-radius:999px;width:90px;height:18px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.v5-scope .wa-head-hero{color:#fff;background:#075e54;align-items:center;gap:10px;padding:38px 14px 10px;display:flex}.v5-scope .wa-head-hero .av{border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid;overflow:hidden}.v5-scope .wa-head-hero .av svg{width:100%;height:100%;display:block}.v5-scope .wa-head-hero h5{margin:0;font-size:13px;font-weight:600}.v5-scope .wa-head-hero .sub{opacity:.8;font-size:10px}.v5-scope .wa-body-hero{background:radial-gradient(circle at 20% 10%,#ffffff0a,#0000 50%),#0b141a;flex-direction:column;flex:1;gap:6px;padding:12px 10px;display:flex;overflow:hidden}.v5-scope .wa-input-hero{background:#0b141a;border-top:1px solid #ffffff0a;align-items:center;gap:6px;padding:8px;display:flex}.v5-scope .wa-input-hero .pill{color:#8696a0;font-family:var(--font-mono);background:#1f2c33;border-radius:999px;flex:1;padding:7px 12px;font-size:10px}.v5-scope .wa-input-hero .send{background:var(--wa-green);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;display:grid}.v5-scope .wa-body-hero .bubble-h{border-radius:10px;max-width:82%;padding:7px 11px;font-size:11.5px;line-height:1.35;animation:.3s ease-out bubbleIn}.v5-scope .wa-body-hero .bubble-h.in{color:#e9edef;background:#1f2c33;border-top-left-radius:2px;align-self:flex-start}.v5-scope .wa-body-hero .bubble-h.out{color:#e9edef;background:#005c4b;border-top-right-radius:2px;align-self:flex-end}@keyframes bubbleIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.v5-scope .sticker{background:color-mix(in oklab, var(--bg-white) 85%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);transform:rotate(var(--r,0deg));z-index:3;background-clip:padding-box;border:1px solid #0000;padding:14px 16px;position:absolute}.v5-scope .sticker:before{content:"";border-radius:inherit;background:var(--grad-rainbow);-webkit-mask-composite:xor;pointer-events:none;opacity:.7;padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.v5-scope .sticker-head{align-items:center;gap:8px;margin-bottom:6px;display:flex}.v5-scope .sticker-dot{border-radius:50%;width:8px;height:8px}.v5-scope .sticker-title{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600}.v5-scope .sticker-body{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;font-size:24px;font-weight:500;line-height:1}.v5-scope .sticker-footer{color:var(--ink-muted);margin-top:6px;font-size:11px;font-weight:600}.v5-scope .st-stats{width:190px;top:8%;right:-8%}.v5-scope .st-site{width:240px;padding:0;bottom:12%;right:-14%;overflow:hidden}.v5-scope .st-site .site-hero{background:var(--brand);color:#fff;padding:14px}.v5-scope .st-site .site-hero h6{font-family:var(--font-sans);letter-spacing:-.01em;margin:0;font-size:14px;font-weight:700}.v5-scope .st-site .site-body{padding:10px 12px}.v5-scope .st-site .site-row{border-bottom:1px solid #0000000a;align-items:center;gap:8px;padding:6px 0;font-size:12px;display:flex}.v5-scope .st-site .site-row:last-child{border-bottom:0}.v5-scope .st-site .thumb{background-position:50%;background-size:cover;border-radius:8px;width:26px;height:26px}.v5-scope .st-site .nm{color:var(--ink);flex:1;font-weight:500}.v5-scope .st-site .pr{color:var(--ink-muted);font-weight:600}.v5-scope .st-ping{width:210px;bottom:0;left:-8%}.v5-scope .st-ping .spark{align-items:flex-end;gap:3px;height:28px;margin-top:8px;display:flex}.v5-scope .st-ping .spark span{background:var(--grad-cool);opacity:.85;border-radius:2px 2px 0 0;flex:1;animation:2.4s ease-in-out infinite sparkPulse}.v5-scope .st-ping .spark span:nth-child(odd){animation-delay:.3s}@keyframes sparkPulse{0%,to{opacity:.6;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}@keyframes floatSlow{0%,to{transform:rotate(var(--r,0deg)) translateY(0)}50%{transform:rotate(var(--r,0deg)) translateY(-8px)}}.v5-scope .float-slow{animation:6s ease-in-out infinite floatSlow}.v5-scope .float-slow-2{animation:7s ease-in-out .8s infinite floatSlow}.v5-scope .float-slow-3{animation:8s ease-in-out 1.6s infinite floatSlow}.v5-scope .logobar{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:42px 0}.v5-scope .logobar-label{text-align:center;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.14em;margin:0 0 22px;font-size:12px;font-weight:600}.v5-scope .marquee-track{white-space:nowrap;font-family:var(--font-sans);letter-spacing:-.01em;color:var(--ink-2);gap:54px;font-size:20px;font-weight:700;animation:40s linear infinite marquee;display:flex}.v5-scope .marquee-track span{flex-shrink:0}@keyframes marquee{to{transform:translate(-50%)}}.v5-scope .trio-section{background:var(--bg-soft);padding:120px 0;position:relative}.v5-scope .trio-header,.v5-scope .demo-header,.v5-scope .cases-header,.v5-scope .pricing-header{text-align:center;max-width:720px;margin:0 auto 64px}.v5-scope .eyebrow{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--ink-muted);background:color-mix(in oklab, var(--bg-white) 60%, transparent);border-radius:var(--r-pill);margin-bottom:18px;padding:6px 14px;font-size:11px;font-weight:500;display:inline-block}.v5-scope .trio-header h2,.v5-scope .demo-header h2,.v5-scope .cases-header h2,.v5-scope .pricing-header h2,.v5-scope .faq h2,.v5-scope .big-cta h2{font-family:var(--font-sans);letter-spacing:-.025em;color:var(--ink);margin:0 0 16px;font-size:clamp(36px,4.4vw,58px);font-weight:800;line-height:1.04}.v5-scope .trio-header h2 em,.v5-scope .demo-header h2 em,.v5-scope .cases-header h2 em,.v5-scope .pricing-header h2 em,.v5-scope .faq h2 em,.v5-scope .big-cta h2 em{color:var(--brand);font-style:normal}.v5-scope .cases-header h2 .script-accent,.v5-scope .big-cta h2 .script-accent,.v5-scope .mid-cta h2 .script-accent{font-family:var(--font-script);letter-spacing:0;color:var(--verde,#2b9f6d);margin-left:.15em;font-size:.78em;font-style:italic;font-weight:700;line-height:1;display:inline-block;transform:rotate(-4deg)translateY(-.08em)}.v5-scope .trio-header p,.v5-scope .demo-header p,.v5-scope .cases-header p,.v5-scope .pricing-header p{color:var(--ink-muted);max-width:620px;margin:0 auto;font-size:18px;line-height:1.55}.v5-scope .trio-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.v5-scope .trio-card{background:var(--bg-white);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);padding:34px 28px 32px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.v5-scope .trio-card:before{content:"";background:var(--grad-rainbow);opacity:.85;height:4px;position:absolute;top:0;left:0;right:0}.v5-scope .trio-card:first-child:before{background:var(--grad-warm)}.v5-scope .trio-card:nth-child(2):before{background:var(--grad-cool)}.v5-scope .trio-card:nth-child(3):before{background:linear-gradient(120deg, var(--teal), var(--gold))}.v5-scope .trio-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.v5-scope .trio-num{font-family:var(--font-mono);color:var(--ink-muted);letter-spacing:.14em;margin-bottom:18px;font-size:11px;display:inline-block}.v5-scope .trio-icon{background:var(--accent-soft);width:54px;height:54px;color:var(--accent-deep);border-radius:16px;place-items:center;margin-bottom:18px;display:grid}.v5-scope .trio-card:first-child .trio-icon{background:var(--gold-soft);color:var(--gold-deep)}.v5-scope .trio-card:nth-child(2) .trio-icon{background:var(--brand-soft);color:var(--brand-deep)}.v5-scope .trio-card:nth-child(3) .trio-icon{background:var(--teal-soft);color:var(--teal)}.v5-scope .trio-card h3{font-family:var(--font-sans);color:var(--ink);letter-spacing:-.02em;margin:0 0 10px;font-size:22px;font-weight:700}.v5-scope .trio-card p{color:var(--ink-muted);margin:0 0 18px;font-size:15px;line-height:1.55}.v5-scope .trio-time{color:var(--ink-2);background:var(--bg-soft);border-radius:var(--r-pill);border:1px solid var(--border);align-items:center;gap:6px;padding:5px 11px;font-size:12px;font-weight:600;display:inline-flex}.v5-scope .demo-section{background:var(--bg);padding:120px 0}.v5-scope .demo-layout{grid-template-columns:340px 1fr;align-items:start;gap:36px;display:grid}.v5-scope .demo-businesses{flex-direction:column;gap:10px;display:flex}.v5-scope .demo-businesses .biz{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--r-md);text-align:left;align-items:center;gap:14px;width:100%;padding:14px 16px;transition:all .18s;display:flex}.v5-scope .demo-businesses .biz:hover{border-color:var(--border-2);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.v5-scope .demo-businesses .biz.active{background:linear-gradient(180deg, var(--bg-white), color-mix(in oklab, var(--bg-white) 92%, var(--primary)));box-shadow:var(--shadow);border-color:#0000;position:relative}.v5-scope .demo-businesses .biz.active:before{content:"";border-radius:inherit;background:var(--grad-cool);-webkit-mask-composite:xor;pointer-events:none;padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.v5-scope .demo-businesses .biz-avatar{border-radius:14px;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:22px;display:grid;position:relative}.v5-scope .demo-businesses .biz-name{color:var(--ink);font-size:15px;font-weight:700;display:block}.v5-scope .demo-businesses .biz-desc{color:var(--ink-muted);margin-top:2px;font-size:13px;display:block}.v5-scope .wa{grid-template-columns:320px 1fr;align-items:start;gap:20px;min-height:540px;display:grid;position:relative}.v5-scope .wa:before{content:"";filter:blur(30px);z-index:-1;pointer-events:none;background:radial-gradient(40% 60% at 0 30%,#ffb7d559 0%,#0000 60%),radial-gradient(40% 60% at 100% 70%,#7ea8f54d 0%,#0000 60%);position:absolute;inset:-40px -20px}.v5-scope .wa-chat{background:var(--bg-white);box-shadow:var(--shadow-lg);border:1px solid var(--border);border-radius:28px;flex-direction:column;min-height:540px;display:flex;overflow:hidden}.v5-scope .wa-head{color:#fff;background:#075e54;align-items:center;gap:10px;padding:14px 16px;display:flex}.v5-scope .wa-avatar{border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid;overflow:hidden}.v5-scope .wa-avatar svg{width:100%;height:100%;display:block}.v5-scope .wa-head h4{margin:0;font-size:14px;font-weight:600}.v5-scope .wa-head .sub{opacity:.85;font-size:11px}.v5-scope .wa-body{background:radial-gradient(circle at 20% 10%,#fff6,#0000 50%),#e5ddd3;flex-direction:column;flex:1;gap:6px;min-height:400px;padding:16px 12px;display:flex;overflow-y:auto}.v5-scope .wa-input{color:var(--ink-muted);font-family:var(--font-mono);background:#f0f2f5;padding:12px 16px;font-size:12px}.v5-scope .wa-body .bubble{border-radius:10px;max-width:78%;padding:8px 12px 18px;font-size:13px;line-height:1.4;animation:.3s ease-out bubbleIn;position:relative;box-shadow:0 1px 1px #0000000d}.v5-scope .wa-body .bubble.in{color:#111;background:#fff;border-top-left-radius:2px;align-self:flex-start}.v5-scope .wa-body .bubble.out{color:#111;background:#d9fdd3;border-top-right-radius:2px;align-self:flex-end}.v5-scope .wa-body .bubble .time{color:#00000073;font-size:10px;position:absolute;bottom:4px;right:8px}.v5-scope .wa-body .bubble.typing{gap:3px;padding:10px 14px;display:inline-flex}.v5-scope .wa-body .bubble.typing span{background:#00000059;border-radius:50%;width:5px;height:5px;animation:1.4s ease-in-out infinite typing}.v5-scope .wa-body .bubble.typing span:nth-child(2){animation-delay:.2s}.v5-scope .wa-body .bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.v5-scope .wa-preview{background:var(--bg-white);box-shadow:var(--shadow-lg);border:1px solid var(--border);border-radius:22px;min-height:540px;overflow:hidden}.v5-scope .preview-head{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:10px 14px;display:flex}.v5-scope .preview-dots{gap:5px;display:inline-flex}.v5-scope .preview-dots span{background:#e2dcd3;border-radius:50%;width:9px;height:9px}.v5-scope .preview-url{font-family:var(--font-mono);color:var(--ink-muted);text-align:center;background:var(--bg-soft);border-radius:var(--r-pill);flex:1;padding:4px 10px;font-size:11px}.v5-scope .preview-hero{color:#fff;padding:28px 20px;background-position:50%!important;background-size:cover!important}.v5-scope .preview-hero h3{font-family:var(--font-display);letter-spacing:-.01em;text-shadow:0 2px 12px #0000004d;margin:0;font-size:24px;font-style:italic;font-weight:500}.v5-scope .preview-meta{border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:10px;padding:14px 16px;display:grid}.v5-scope .preview-meta .cell{text-align:center;background:var(--bg-soft);border-radius:10px;padding:6px 8px}.v5-scope .preview-meta .k{text-transform:uppercase;letter-spacing:.1em;color:var(--ink-muted);font-size:10px;font-weight:600}.v5-scope .preview-meta .v{color:var(--ink);font-size:14px;font-weight:700;font-family:var(--font-display);margin-top:2px;font-style:italic}.v5-scope .preview-products{flex-direction:column;gap:10px;padding:14px 16px;display:flex}.v5-scope .preview-products .product{border:1px solid var(--border);border-radius:14px;align-items:center;gap:12px;padding:8px;transition:all .15s;display:flex}.v5-scope .preview-products .product:hover{border-color:var(--border-2);box-shadow:var(--shadow-sm)}.v5-scope .preview-products .product-img{background-position:50%;background-size:cover;border-radius:10px;width:48px;height:48px}.v5-scope .preview-products .product-body{flex:1}.v5-scope .preview-products .name{color:var(--ink);font-size:13px;font-weight:600}.v5-scope .preview-products .price{color:var(--ink-muted);font-size:12px;font-family:var(--font-mono)}.v5-scope .cases{background:var(--bg-soft);padding:120px 0}.v5-scope .cases-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.v5-scope .cases-grid .case{background:var(--bg-white);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.v5-scope .cases-grid .case:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.v5-scope .cases-grid .case-img{aspect-ratio:4/3;background-position:50%;background-size:cover;position:relative}.v5-scope .cases-grid .case-img:after{content:"";background:linear-gradient(#0000 60%,#16142759);position:absolute;inset:0}.v5-scope .cases-grid .case:first-child .case-img{background-blend-mode:multiply;background-color:#ff8f6e4d}.v5-scope .cases-grid .case:nth-child(2) .case-img{background-blend-mode:multiply;background-color:#a07be84d}.v5-scope .cases-grid .case:nth-child(3) .case-img{background-blend-mode:multiply;background-color:#7ea8f54d}.v5-scope .case-tag{background:color-mix(in oklab, var(--bg-white) 95%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--r-pill);color:var(--ink);letter-spacing:.04em;z-index:2;padding:5px 12px;font-size:11px;font-weight:700;position:absolute;top:14px;left:14px}.v5-scope .case-body{padding:22px 22px 26px}.v5-scope .case-body h3{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;margin:0 0 10px;font-size:22px;font-weight:500;line-height:1.15}.v5-scope .case-body p{color:var(--ink-muted);margin:0 0 16px;font-size:14px;line-height:1.55}.v5-scope .case-stats{border-top:1px solid var(--border);gap:18px;padding-top:14px;display:flex}.v5-scope .case-stats .stat .val{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;font-size:22px;font-style:italic;font-weight:500}.v5-scope .case-stats .stat .lab{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:600}.v5-scope .pricing{background:var(--bg);padding:120px 0}.v5-scope .pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;display:grid}.v5-scope .plan{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--r-lg);flex-direction:column;padding:34px 28px;transition:transform .2s,box-shadow .2s;display:flex}.v5-scope .plan:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.v5-scope .plan.featured{box-shadow:var(--shadow-lg);background:linear-gradient(180deg, var(--bg-white) 0%, color-mix(in oklab, var(--bg-white) 92%, var(--primary)) 100%);border-color:#0000;position:relative}.v5-scope .plan.featured:before{content:"";border-radius:inherit;background:var(--grad-cool);-webkit-mask-composite:xor;pointer-events:none;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.v5-scope .plan-badge{background:var(--grad-cool);color:#fff;border-radius:var(--r-pill);letter-spacing:.06em;box-shadow:var(--shadow);padding:5px 14px;font-size:11px;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.v5-scope .plan-name{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.08em;font-size:14px;font-weight:700}.v5-scope .plan-price{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;align-items:baseline;gap:4px;margin:14px 0 6px;font-size:52px;font-weight:400;line-height:1;display:flex}.v5-scope .plan-price .cur{color:var(--ink-muted);font-size:24px;font-style:italic}.v5-scope .plan-price .per{color:var(--ink-muted);font-size:14px;font-family:var(--font-sans);margin-left:4px;font-style:normal;font-weight:500}.v5-scope .plan-desc{color:var(--ink-muted);margin:0 0 18px;font-size:14px;line-height:1.55}.v5-scope .plan ul{flex-direction:column;flex:1;gap:10px;margin-bottom:22px;display:flex}.v5-scope .plan li{color:var(--ink-2);align-items:center;gap:10px;font-size:14px;display:flex}.v5-scope .plan li svg{color:var(--accent);flex-shrink:0}.v5-scope .plan .btn{justify-content:center}.v5-scope .mid-cta{padding:72px 0;position:relative}.v5-scope .mid-cta .mid-cta-inner{background:var(--bg-white,#fff);border:1px solid var(--border,#0f172a14);border-radius:var(--r-lg,22px);text-align:center;box-shadow:var(--shadow-sm,0 4px 20px #0f172a0d);padding:56px 48px;position:relative;overflow:hidden}.v5-scope .mid-cta .mid-cta-inner:before{content:"";background:radial-gradient(ellipse 60% 100% at 50% 0%, color-mix(in oklab, var(--brand,#2d3ae8) 10%, transparent) 0%, transparent 70%);pointer-events:none;position:absolute;inset:0}.v5-scope .mid-cta .eyebrow{position:relative}.v5-scope .mid-cta h2{font-family:var(--font-sans);letter-spacing:-.022em;color:var(--ink);margin:14px 0;font-size:clamp(30px,3.6vw,46px);font-weight:800;line-height:1.06;position:relative}.v5-scope .mid-cta p{color:var(--ink-muted);max-width:560px;margin:0 auto 28px;font-size:17px;line-height:1.55;position:relative}.v5-scope .mid-cta .cta-row{justify-content:center;position:relative}@media (max-width:640px){.v5-scope .mid-cta{padding:48px 0}.v5-scope .mid-cta .mid-cta-inner{padding:40px 24px}}.v5-scope .big-cta{background:var(--grad-dark);color:#fff;padding:140px 0;position:relative;overflow:hidden}.v5-scope .big-cta:before{content:"";pointer-events:none;opacity:.6;background-image:radial-gradient(#ffffff0f 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.v5-scope .big-cta .inner{text-align:center;z-index:2;position:relative}.v5-scope .big-cta h2{color:#fff;font-size:clamp(40px,5.5vw,72px)}.v5-scope .big-cta h2 em{background:var(--grad-rainbow);color:#0000;-webkit-background-clip:text;background-clip:text}.v5-scope .big-cta-copy p{color:#ffffffbf;max-width:580px;margin:16px auto 36px;font-size:19px;line-height:1.55}.v5-scope .big-cta .btn-primary{color:#111318;background:#fff}.v5-scope .big-cta .btn-primary:hover{color:#111318;background:#f5f3ff}.v5-scope .big-cta .btn-ghost{color:#ffffffe6;border:1px solid #fff3}.v5-scope .big-cta .btn-ghost:hover{background:#ffffff14}.v5-scope .big-cta .deco{background:var(--grad-rainbow);filter:blur(70px);opacity:.5;z-index:1;border-radius:50%;width:280px;height:280px;position:absolute;top:10%;right:-80px}.v5-scope .big-cta-grid{z-index:2;grid-template-columns:.85fr 1.3fr;align-items:center;gap:56px;display:grid;position:relative}.v5-scope .big-cta-copy{text-align:left}.v5-scope .big-cta-copy h2{color:#fff;text-align:left;margin:0 0 20px;font-size:clamp(36px,4.6vw,60px);line-height:1.05}.v5-scope .big-cta-copy h2 em{background:var(--grad-rainbow);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.v5-scope .big-cta-lead{color:#ffffffc7;max-width:440px;margin:0 0 28px;font-size:17px;line-height:1.55}.v5-scope .big-cta-copy .cta-row{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.v5-scope .cta-link{color:#ffffffbf;text-underline-offset:4px;font-size:15px;text-decoration:underline;transition:color .15s}.v5-scope .cta-link:hover{color:#fff}.v5-scope .big-cta-aurora{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.v5-scope .aurora-blob{pointer-events:none;will-change:transform;border-radius:50%;position:absolute}.v5-scope .aurora-blob-1{background:radial-gradient(circle, var(--color-brand-primary,#7c3aed) 0%, transparent 70%);opacity:.35;width:600px;height:600px;top:-10%;left:-8%}.v5-scope .aurora-blob-2{background:radial-gradient(circle, var(--color-brand-accent,#06b6d4) 0%, transparent 70%);opacity:.3;width:800px;height:800px;bottom:-20%;right:-12%}.v5-scope .aurora-blob-3{opacity:1;background:radial-gradient(circle,#5b6bf740 0%,#0000 70%);width:500px;height:500px;top:20%;right:20%}@keyframes aurora-drift-1{0%{transform:translate(0)scale(1)}50%{transform:translate(60px,40px)scale(1.06)}to{transform:translate(-20px,80px)scale(.97)}}@keyframes aurora-drift-2{0%{transform:translate(0)scale(1)}50%{transform:translate(-80px,-30px)scale(1.08)}to{transform:translate(40px,-60px)scale(.95)}}@keyframes aurora-drift-3{0%{transform:translate(0)scale(1)}50%{transform:translate(50px,-50px)scale(1.04)}to{transform:translate(-30px,30px)scale(.98)}}.v5-scope .big-cta-squares{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.v5-scope .big-cta-squares>span{will-change:transform;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;animation:9s ease-in-out infinite alternate bigcta-square-float;display:block;position:absolute}@keyframes bigcta-square-float{0%{transform:translateY(0) rotate(var(--sq-rotate,0deg))}50%{transform:translateY(-10px) rotate(calc(var(--sq-rotate,0deg) + 2deg))}to{transform:translateY(12px) rotate(calc(var(--sq-rotate,0deg) - 3deg))}}.v5-scope .big-cta-showcase{z-index:2;min-height:460px;padding-bottom:20px;padding-right:40px;position:relative}.v5-scope .showcase-dashboard,.v5-scope .showcase-chat,.v5-scope .showcase-metric{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.2,.8,.2,1);transform:translateY(24px)}.v5-scope .v5-reveal.in .showcase-dashboard{opacity:1;transition-delay:0s;transform:none}.v5-scope .v5-reveal.in .showcase-chat{opacity:1;transition-delay:.18s;transform:none}.v5-scope .v5-reveal.in .showcase-metric{opacity:1;transition-delay:.32s;transform:none}.v5-scope .showcase-dashboard{color:#111318;background:#fff;border-radius:18px;max-width:540px;padding:22px 24px 20px;box-shadow:0 20px 60px #00000059,0 4px 16px #0000002e}.v5-scope .dash-header{border-bottom:1px solid #eef0f5;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:14px;display:flex}.v5-scope .dash-brand{color:#5b6bf7;letter-spacing:-.2px;font-size:15px;font-weight:800}.v5-scope .dash-user{color:#6b7280;font-size:13px;font-weight:500}.v5-scope .dash-stats{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;display:grid}.v5-scope .dash-stat{background:#f7f8fc;border-radius:10px;padding:12px 14px}.v5-scope .dash-stat-num{color:#111318;letter-spacing:-.5px;font-size:22px;font-weight:800;line-height:1.1;display:block}.v5-scope .dash-stat-label{color:#6b7280;margin-top:3px;font-size:11px;font-weight:500;display:block}.v5-scope .dash-orders-title{text-transform:uppercase;letter-spacing:.6px;color:#6b7280;margin-bottom:10px;font-size:12px;font-weight:700}.v5-scope .dash-order{border-bottom:1px solid #f0f1f5;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:10px 0;display:grid}.v5-scope .dash-order:last-child{border-bottom:none}.v5-scope .dash-order-name{color:#111318;font-size:13px;font-weight:600}.v5-scope .dash-order-item{color:#6b7280;font-size:12px}.v5-scope .dash-order-status{text-align:center;min-width:28px;font-size:13px;font-weight:700}.v5-scope .dash-order-status.is-done{color:#10b981}.v5-scope .dash-order-status.is-pending{color:#f59e0b;letter-spacing:1px}.v5-scope .showcase-chat{color:#111318;z-index:3;background:#fff;border-radius:16px;width:280px;padding:14px 16px 16px;position:absolute;top:50px;right:0;box-shadow:0 18px 48px #00000059,0 4px 12px #0000002e}.v5-scope .chat-header{color:#25d366;text-transform:uppercase;letter-spacing:.6px;align-items:center;gap:6px;margin-bottom:10px;font-size:11px;font-weight:700;display:flex}.v5-scope .chat-dot{background:#25d366;border-radius:50%;width:6px;height:6px;display:inline-block}.v5-scope .chat-msg{word-wrap:break-word;border-radius:12px;max-width:90%;margin-bottom:8px;padding:8px 12px;font-size:13px;line-height:1.45}.v5-scope .chat-msg-in{color:#111318;background:#f1f1f3;border-bottom-left-radius:4px;align-self:flex-start}.v5-scope .chat-msg-out{color:#111318;background:#d9fdd3;border-bottom-right-radius:4px;margin-left:auto}.v5-scope .chat-msg:last-child{margin-bottom:0}.v5-scope .showcase-metric{color:#111318;z-index:4;background:#fff;border-radius:14px;min-width:140px;padding:12px 18px;position:absolute;bottom:-10px;left:-20px;box-shadow:0 16px 40px #0000004d,0 3px 10px #00000026}.v5-scope .metric-stat{color:#111318;letter-spacing:-.4px;font-size:20px;font-weight:800;line-height:1.1}.v5-scope .metric-label{color:#6b7280;margin-top:3px;font-size:11px;font-weight:500}@media (max-width:1023px) and (min-width:768px){.v5-scope .big-cta-grid{grid-template-columns:.9fr 1.1fr;gap:32px}.v5-scope .big-cta-showcase{transform-origin:0 0;transform:scale(.9)}}@media (max-width:767px){.v5-scope .big-cta-grid{grid-template-columns:1fr;gap:40px}.v5-scope .big-cta-copy,.v5-scope .big-cta-copy h2,.v5-scope .big-cta-lead{text-align:center}.v5-scope .big-cta-lead{margin-left:auto;margin-right:auto}.v5-scope .big-cta-copy .cta-row{justify-content:center}.v5-scope .big-cta-showcase{min-height:520px;padding-right:16px}.v5-scope .showcase-chat{width:240px;top:30px;right:-8px}.v5-scope .showcase-metric{left:-8px}}@media not all and (hover:hover) and (pointer:fine){.v5-scope .aurora-blob{filter:none;will-change:auto;opacity:.18;animation:none}.v5-scope .big-cta-squares>span{animation:none}}@media (hover:hover) and (pointer:fine){.v5-scope .aurora-blob-1{filter:blur(80px);animation:22s ease-in-out infinite alternate aurora-drift-1}.v5-scope .aurora-blob-2{filter:blur(80px);animation:28s ease-in-out infinite alternate aurora-drift-2}.v5-scope .aurora-blob-3{filter:blur(80px);animation:25s ease-in-out infinite alternate aurora-drift-3}}@media (prefers-reduced-motion:reduce){.v5-scope .aurora-blob,.v5-scope .big-cta-squares>span{animation:none}.v5-scope .showcase-dashboard,.v5-scope .showcase-chat,.v5-scope .showcase-metric{opacity:1;transition:none;transform:none}}.v5-scope .faq{background:var(--bg-soft);padding:120px 0}.v5-scope .faq-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:64px;max-width:1100px;margin:0 auto;padding:0 28px;display:grid}.v5-scope .faq .eyebrow{background:var(--bg-white)}.v5-scope .faq h2{text-align:left;margin:0 0 10px}.v5-scope .faq .sub{color:var(--ink-muted);font-size:16px;line-height:1.55}.v5-scope .faq-list{flex-direction:column;gap:12px;display:flex}.v5-scope .faq-item{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--r-md);padding:18px 22px;transition:border-color .15s}.v5-scope .faq-item[open]{border-color:var(--border-2);box-shadow:var(--shadow-sm)}.v5-scope .faq-item summary{font-family:var(--font-display);color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;font-size:18px;font-weight:500;line-height:1.3;list-style:none;display:flex}.v5-scope .faq-item summary::-webkit-details-marker{display:none}.v5-scope .faq-item summary .plus{background:var(--bg-soft);border-radius:50%;flex-shrink:0;width:22px;height:22px;transition:transform .2s,background .15s;position:relative}.v5-scope .faq-item summary .plus:before,.v5-scope .faq-item summary .plus:after{content:"";background:var(--ink);transition:all .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.v5-scope .faq-item summary .plus:before{border-radius:2px;width:10px;height:2px}.v5-scope .faq-item summary .plus:after{border-radius:2px;width:2px;height:10px}.v5-scope .faq-item[open] summary .plus{background:var(--accent-soft);transform:rotate(45deg)}.v5-scope .faq-answer{color:var(--ink-muted);padding-top:12px;font-size:15px;line-height:1.6}.v5-scope .footer{background:var(--bg-darker);color:var(--ink-dark-muted);padding:72px 0 32px}.v5-scope .footer-grid{border-bottom:1px solid var(--border-dark);grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.v5-scope .footer-brand .logo{color:#fff}.v5-scope .footer-brand p{max-width:280px;margin:14px 0 0;font-size:14px;line-height:1.6}.v5-scope .footer h5{color:#fff;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.08em;margin:0 0 16px;font-size:13px;font-weight:700}.v5-scope .footer ul{flex-direction:column;gap:10px;display:flex}.v5-scope .footer ul a{font-size:14px;transition:color .15s}.v5-scope .footer ul a:hover{color:#fff}.v5-scope .footer-bottom{color:#ffffff80;justify-content:space-between;padding-top:24px;font-size:12px;display:flex}.v5-scope .reveal{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.2,.8,.2,1);transition-delay:calc(var(--reveal-index,0) * 80ms);transform:translateY(16px)}.v5-scope .reveal.in{opacity:1;transform:none}.v5-scope .reveal-l{transform:translateY(0)translate(-20px)}.v5-scope .reveal-l.in{transform:none}.v5-scope .reveal-r{transform:translateY(0)translate(20px)}.v5-scope .reveal-r.in{transform:none}@media (prefers-reduced-motion:reduce){.v5-scope .reveal{opacity:1;transition:none;transform:none}.v5-scope .float-slow,.v5-scope .float-slow-2,.v5-scope .float-slow-3,.v5-scope .hero-star,.v5-scope .marquee-track,.v5-scope .st-ping .spark span{animation:none}.v5-scope .wa-body-hero .bubble-h,.v5-scope .wa-body .bubble{opacity:1;animation:none;transform:none}.v5-scope .typing span,.v5-scope .demo-scene__toast-dot{animation:none}}@media (max-width:1040px){.v5-scope .hero{min-height:0;padding:72px 0 96px;display:block}.v5-scope .hero-grid{grid-template-columns:minmax(0,1fr);gap:80px}.v5-scope .hero-grid>*{min-width:0}.v5-scope .hero-scene{max-width:min(420px,100%);min-height:500px;margin:0 auto}.v5-scope .trio-grid,.v5-scope .cases-grid,.v5-scope .pricing-grid{grid-template-columns:1fr}.v5-scope .plan.featured{transform:none}.v5-scope .demo-layout,.v5-scope .wa{grid-template-columns:1fr}.v5-scope .faq-grid{grid-template-columns:1fr;gap:30px}.v5-scope .footer-grid{grid-template-columns:1fr 1fr;gap:36px}}@media (max-width:768px){.v5-scope .nav-links,.v5-scope .nav-actions>.lang-switch,.v5-scope .nav-actions>.theme-switch,.v5-scope .nav-actions>.nav-login,.v5-scope .nav-actions>.nav-cta{display:none}.v5-scope .nav-mobile-toggle{display:inline-flex}.v5-scope .nav-inner{gap:16px;padding:12px 20px}}@media (max-width:640px){.v5-scope .container,.v5-scope .container-narrow{padding:0 20px}.v5-scope .hero{padding:60px 0 80px}.v5-scope .hero-grid{gap:48px}.v5-scope .st-stats{width:160px;right:-20px}.v5-scope .st-site{width:200px;right:-20px}.v5-scope .st-ping{width:180px;left:-10px}.v5-scope .footer-grid{grid-template-columns:1fr}.v5-scope .trio-section,.v5-scope .demo-section,.v5-scope .cases,.v5-scope .pricing,.v5-scope .faq,.v5-scope .big-cta{padding:80px 0}}
.v5-scope{--bg:var(--background,#f8f6f1);--bg-soft:var(--muted,#efecea);--bg-white:var(--card,#fff);--bg-dark:#0e1017;--bg-darker:#080a10;--ink:var(--foreground,#111318);--ink-2:color-mix(in oklab, var(--foreground,#111318) 82%, var(--background,#f8f6f1));--ink-muted:var(--muted-foreground,#5c6170);--ink-dark-fg:#f3f4f6;--ink-dark-muted:#a1a7b8;--border:var(--border,#d4d4d8);--rule:var(--border,#d4d4d8);--border-2:color-mix(in oklab, var(--border,#d4d4d8) 60%, var(--foreground,#111318));--border-dark:#ffffff1a;--brand:var(--primary,#2d3ae8);--brand-deep:color-mix(in oklab, var(--primary,#2d3ae8) 78%, #000);--brand-soft:color-mix(in oklab, var(--primary,#2d3ae8) 14%, var(--background,#f8f6f1));--brand-light:color-mix(in oklab, var(--primary,#2d3ae8) 72%, #fff);--gold:var(--secondary,#a06e1c);--gold-deep:color-mix(in oklab, var(--secondary,#a06e1c) 76%, #000);--gold-soft:color-mix(in oklab, var(--secondary,#a06e1c) 18%, var(--background,#f8f6f1));--gold-bright:color-mix(in oklab, var(--secondary,#a06e1c) 66%, #fff);--teal:var(--accent,#1b7a6c);--teal-deep:color-mix(in oklab, var(--accent,#1b7a6c) 78%, #000);--teal-soft:color-mix(in oklab, var(--accent,#1b7a6c) 18%, var(--background,#f8f6f1));--accent-soft:var(--brand-soft);--accent-deep:var(--brand-deep);--wa-green:#25d366;--verde:var(--teal);--coral:var(--gold);--r-xs:8px;--r-sm:12px;--r-md:18px;--r-lg:26px;--r-xl:34px;--r-pill:999px;--shadow-sm:0 1px 2px #0f1a2e0f, 0 2px 6px #0f1a2e0a;--shadow:0 10px 30px -12px #0f1a2e2e, 0 4px 12px -4px #0f1a2e14;--shadow-lg:0 30px 60px -20px #0f1a2e38, 0 12px 24px -8px #0f1a2e1a;--shadow-glow:0 24px 60px -20px color-mix(in oklab, var(--primary,#2d3ae8) 42%, transparent), 0 12px 32px -10px color-mix(in oklab, var(--secondary,#a06e1c) 22%, transparent);--font-display:var(--font-inter), "Inter", -apple-system, system-ui, sans-serif;--font-sans:var(--font-inter), "Inter", -apple-system, system-ui, sans-serif;--font-script:var(--font-caveat), "Caveat", cursive;--font-mono:var(--font-jetbrains), "JetBrains Mono", ui-monospace, monospace;--grad-hero:radial-gradient(ellipse 70% 55% at 12% 18%, color-mix(in oklab, var(--primary,#2d3ae8) 40%, transparent) 0%, transparent 58%), radial-gradient(ellipse 70% 65% at 88% 8%, color-mix(in oklab, var(--primary,#5b6bf7) 32%, transparent) 0%, transparent 58%), radial-gradient(ellipse 70% 60% at 95% 75%, color-mix(in oklab, var(--secondary,#f0c050) 42%, transparent) 0%, transparent 55%), radial-gradient(ellipse 65% 55% at 0% 95%, color-mix(in oklab, var(--secondary,#a06e1c) 18%, transparent) 0%, transparent 60%), linear-gradient(135deg, color-mix(in oklab, var(--background,#f8f6f1) 94%, #fff) 0%, var(--background,#f8f6f1) 50%, color-mix(in oklab, var(--background,#f8f6f1) 96%, #000) 100%);--grad-dark:radial-gradient(ellipse 50% 70% at 80% 0%, color-mix(in oklab, var(--primary,#5b6bf7) 34%, transparent) 0%, transparent 55%), radial-gradient(ellipse 55% 75% at 10% 30%, color-mix(in oklab, var(--primary,#2d3ae8) 30%, transparent) 0%, transparent 55%), radial-gradient(ellipse 70% 70% at 50% 120%, color-mix(in oklab, var(--secondary,#f0c050) 14%, transparent) 0%, transparent 55%), linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-darker) 100%);--grad-rainbow:linear-gradient(110deg, var(--brand) 0%, var(--brand-light) 35%, var(--teal) 75%, var(--gold) 100%);--grad-warm:linear-gradient(120deg, var(--gold) 0%, var(--gold-bright) 100%);--grad-cool:linear-gradient(120deg, var(--brand) 0%, var(--brand-deep) 100%);background:var(--bg);color:var(--ink);font-family:var(--font-sans)}:where(.dark) .v5-scope{--grad-hero:var(--grad-dark);--ink-2:color-mix(in oklab, var(--foreground) 88%, var(--background));--border-2:color-mix(in oklab, var(--border) 70%, var(--foreground));--brand-soft:color-mix(in oklab, var(--primary) 22%, var(--background));--brand-deep:color-mix(in oklab, var(--primary) 70%, #fff);--brand-light:color-mix(in oklab, var(--primary) 82%, #fff);--gold-soft:color-mix(in oklab, var(--secondary) 22%, var(--background));--gold-deep:color-mix(in oklab, var(--secondary) 72%, #fff);--gold-bright:var(--secondary);--teal-soft:color-mix(in oklab, var(--accent) 22%, var(--background));--teal-deep:color-mix(in oklab, var(--accent) 72%, #fff);--shadow-sm:0 1px 2px #0000004d, 0 2px 6px #0003;--shadow:0 10px 30px -12px #00000080, 0 4px 12px -4px #0000004d;--shadow-lg:0 30px 60px -20px #0009, 0 12px 24px -8px #0006;--shadow-glow:0 24px 60px -20px color-mix(in oklab, var(--primary) 42%, transparent), 0 12px 32px -10px color-mix(in oklab, var(--secondary) 28%, transparent)}.v5-scope .hero-title .doodle-circle:before{display:none!important}.v5-scope{--radius-card:16px;--shadow-float:0 20px 40px -12px #0f1a2e38, 0 8px 16px -6px #0f1a2e1a;--shadow-dash:0 40px 80px -30px #0f1a2e4d, 0 16px 32px -12px #0f1a2e1f;--demo-border:var(--border,#d4d4d8)}.demo-scene{background:radial-gradient(ellipse 60% 50% at 15% 20%, color-mix(in oklab, var(--brand,#2d3ae8) 28%, transparent) 0%, transparent 60%), radial-gradient(ellipse 55% 45% at 85% 15%, color-mix(in oklab, var(--teal,#1b7a6c) 22%, transparent) 0%, transparent 58%), radial-gradient(ellipse 60% 55% at 92% 80%, color-mix(in oklab, var(--gold,#a06e1c) 28%, transparent) 0%, transparent 55%), linear-gradient(135deg, color-mix(in oklab, var(--bg,#f8f6f1) 92%, #fff) 0%, var(--bg,#f8f6f1) 50%, color-mix(in oklab, var(--bg,#f8f6f1) 94%, #000) 100%);padding:96px 48px 120px;position:relative;overflow:hidden}.demo-scene__decor{pointer-events:none;opacity:.12;position:absolute;inset:0}.demo-scene__decor svg{width:100%;height:100%}.demo-scene__wrap{perspective:1400px;grid-template-columns:35% 1fr;align-items:center;gap:56px;max-width:1280px;margin:0 auto;display:grid;position:relative}.demo-scene__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--teal,#1b7a6c);margin-bottom:20px;font-size:13px;font-weight:700;display:inline-block}.demo-scene__h2{letter-spacing:-.02em;color:var(--ink,#111318);margin:0 0 20px;font-size:52px;font-weight:900;line-height:1.05}.demo-scene__h2-script{font-family:var(--font-script,"Caveat", cursive);color:var(--gold,#a06e1c);font-weight:700}.demo-scene__lead{color:var(--ink-muted,#5c6170);max-width:440px;margin:0 0 28px;font-size:18px;line-height:1.55}.demo-scene__pills{gap:10px;margin-bottom:28px;display:grid}.demo-scene__pill{background:var(--bg-white,#fff);border:1px solid var(--demo-border);border-radius:var(--radius-card,16px);cursor:pointer;text-align:left;width:100%;font:inherit;color:inherit;align-items:center;gap:14px;padding:12px 14px;transition:transform .15s ease-out,box-shadow .15s,border-color .15s;display:flex}.demo-scene__pill:hover{transform:translateY(-2px)}.demo-scene__pill:focus-visible{outline:2px solid var(--ink,#111318);outline-offset:2px;box-shadow:0 0 0 3px color-mix(in oklab, var(--demo-brand,var(--gold,#a06e1c)) 45%, transparent)}.demo-scene__pill[aria-checked=true]{border-color:var(--demo-brand,var(--gold,#a06e1c));box-shadow:0 0 0 3px color-mix(in oklab, var(--demo-brand,var(--gold,#a06e1c)) 25%, transparent), 0 8px 20px -8px #0f1a2e1a}.demo-scene__pill--ghost{background:0 0;border-style:dashed}.demo-scene__pill-emoji{background:var(--pill-tint,color-mix(in oklab, var(--gold,#a06e1c) 12%, transparent));border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:18px;display:grid}.demo-scene__pill--ghost .demo-scene__pill-emoji{border:1px dashed var(--demo-border);color:var(--ink-muted,#5c6170);background:0 0}.demo-scene__pill-name{font-size:14px;font-weight:700;display:block}.demo-scene__pill-desc{color:var(--ink-muted,#5c6170);font-size:12px;display:block}.demo-scene__cta-row{align-items:center;gap:12px;display:flex}.v5-scope .demo-scene__btn-primary{background:var(--brand,#2d3ae8);color:#fff;cursor:pointer;border:0;border-radius:999px;padding:14px 22px;font-size:15px;font-weight:700;transition:transform .15s}.v5-scope .demo-scene__btn-primary:hover{background:var(--brand-deep,#1e28b0);transform:translateY(-1px)}.demo-scene__btn-ghost{color:var(--ink,#111318);cursor:pointer;background:0 0;border:0;padding:14px 0;font-size:14px;font-weight:600;text-decoration:underline}.demo-scene__right{min-height:540px;position:relative}.demo-scene__toast{background:var(--ink,#111318);color:#fff;opacity:0;z-index:20;white-space:nowrap;pointer-events:none;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .3s;position:absolute;top:-50px;left:50%;transform:translate(-50%)translateY(10px)}.demo-scene__toast--show{opacity:1;transform:translate(-50%)translateY(0)}.demo-scene__toast-dot{vertical-align:middle;background:#4ade80;border-radius:50%;width:8px;height:8px;margin-right:6px;animation:1s ease-in-out infinite demo-pulse;display:inline-block}@keyframes demo-pulse{0%,to{opacity:1}50%{opacity:.4}}.demo-scene__annot{font-family:var(--font-script,"Caveat", cursive);z-index:4;pointer-events:none;font-size:24px;font-weight:700;line-height:1;position:absolute}.demo-scene__annot--web{color:var(--brand,#2d3ae8);top:180px;left:38%;transform:rotate(-6deg)}.demo-scene__annot--money{color:var(--gold,#a06e1c);top:20px;left:20px;transform:rotate(-8deg)}@keyframes demo-breathe{0%,to{transform:rotateY(-8deg)rotateX(4deg)}50%{transform:rotateY(-7deg)rotateX(3.5deg)}}@keyframes demo-shimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}@keyframes demo-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.demo-scene__dashboard{background:var(--bg-white,#fff);box-shadow:var(--shadow-dash);transform-origin:50%;transform-style:preserve-3d;border:1px solid #0000000f;border-radius:18px;animation:6s ease-in-out infinite demo-breathe;position:relative;overflow:hidden;transform:rotateY(-8deg)rotateX(4deg)}.demo-scene__dashboard--regen:after{content:"";background:linear-gradient(90deg, transparent 0%, color-mix(in oklab, var(--demo-brand,var(--gold,#a06e1c)) 28%, transparent) 50%, transparent 100%);pointer-events:none;z-index:10;animation:.7s ease-out demo-shimmer;position:absolute;inset:0}.demo-scene__chrome{border-bottom:1px solid var(--demo-border);background:#f5f3ef;align-items:center;gap:10px;padding:10px 14px;display:flex}.demo-scene__dots{gap:6px;display:flex}.demo-scene__dot{background:#e0dcd5;border-radius:50%;width:10px;height:10px}.demo-scene__url{border:1px solid var(--demo-border);color:var(--ink-muted,#5c6170);background:#fff;border-radius:999px;flex:1;padding:5px 12px;font-family:ui-monospace,monospace;font-size:12px}.demo-scene__stamp{font-family:var(--font-script,"Caveat", cursive);color:var(--gold,#a06e1c);z-index:5;pointer-events:none;font-size:28px;font-weight:700;line-height:1;position:absolute;top:10px;right:18px;transform:rotate(-6deg)}.demo-scene__stamp-sub{color:var(--ink-muted,#5c6170);font-size:13px;font-family:var(--font-sans,Inter, system-ui, sans-serif);letter-spacing:.02em;margin-top:2px;font-weight:600;display:block;transform:rotate(2deg)}.demo-scene__site{min-height:360px;padding:28px 28px 32px}.demo-scene__site-hero{background:linear-gradient(135deg, color-mix(in oklab, var(--demo-brand,var(--gold,#a06e1c)) 85%, #000) 0%, color-mix(in oklab, var(--demo-brand,var(--gold,#a06e1c)) 40%, transparent) 100%);color:#fff;border-radius:12px;align-items:flex-end;height:140px;margin-bottom:16px;padding:16px;font-size:22px;font-weight:900;animation:.32s ease-out demo-fade-up;display:flex}.demo-scene__products{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.demo-scene__prod{background:#faf8f3;border-radius:10px;padding:10px;font-size:12px;animation:.32s ease-out demo-fade-up}.demo-scene__prod:nth-child(2){animation-delay:60ms;animation-fill-mode:both}.demo-scene__prod:nth-child(3){animation-delay:.12s;animation-fill-mode:both}.demo-scene__prod-thumb{background:linear-gradient(135deg, color-mix(in oklab, var(--demo-brand,var(--gold,#a06e1c)) 22%, #fff), color-mix(in oklab, var(--demo-brand,var(--gold,#a06e1c)) 10%, #fff));border-radius:6px;height:56px;margin-bottom:8px}.demo-scene__prod-name{font-size:12px;font-weight:700}.demo-scene__prod-price{color:color-mix(in oklab, var(--demo-brand,var(--gold,#a06e1c)) 60%, #000);font-size:13px;font-weight:700}.demo-scene__float{border-radius:var(--radius-card,16px);box-shadow:var(--shadow-float);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:3;background:#fffffff5;border:1px solid #fffc;padding:14px 16px;transition:transform .25s ease-out;position:absolute}.demo-scene__float--brand{width:200px;bottom:30px;right:20px;transform:rotate(-1deg)}.demo-scene__float--money{width:210px;top:60px;left:-30px;transform:rotate(-6deg)}.demo-scene__float-label{color:var(--ink-muted,#5c6170);text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px;font-size:12px;font-weight:700}.demo-scene__swatches{gap:6px;margin-bottom:8px;display:flex}.demo-scene__swatch{border-radius:8px;width:36px;height:36px;transition:background .3s}.demo-scene__font-sample{font-family:var(--font-sans,Inter, system-ui, sans-serif);color:var(--ink,#111318);font-size:20px;font-weight:900}.demo-scene__money-big{color:var(--ink,#111318);margin:4px 0 8px;font-size:22px;font-weight:900}.demo-scene__money-from{color:var(--ink-muted,#5c6170);font-size:14px;font-weight:600}.demo-scene__spark{align-items:flex-end;gap:3px;height:36px;display:flex}.demo-scene__bar{background:var(--teal,#1b7a6c);border-radius:2px 2px 0 0;flex:1;transition:height .4s ease-out}.demo-scene__bar--accent{background:var(--demo-brand,var(--gold,#a06e1c))}.demo-scene__mobile-floats{display:none}@media (prefers-reduced-motion:reduce){.demo-scene__dashboard{animation:none}.demo-scene__dashboard--regen:after{opacity:0;animation:none}.demo-scene__site-hero,.demo-scene__prod{animation:none!important}}.demo-scene__tablist{background:color-mix(in oklab, var(--ink,#111318) 6%, transparent);border-radius:var(--r-pill,999px);gap:4px;margin-bottom:20px;padding:4px;display:inline-flex}.demo-scene__tab{border-radius:var(--r-pill,999px);color:var(--ink-muted,#5c6170);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:8px 20px;font-size:13px;font-weight:600;transition:background .15s,color .15s,box-shadow .15s}.demo-scene__tab:hover:not(.demo-scene__tab--active){color:var(--ink,#111318);background:color-mix(in oklab, var(--ink,#111318) 6%, transparent)}.demo-scene__tab--active{background:var(--bg-white,#fff);color:var(--ink,#111318);box-shadow:var(--shadow-sm)}.demo-scene__tab:focus-visible{outline:2px solid var(--brand,#2d3ae8);outline-offset:2px}@media (prefers-reduced-motion:reduce){.demo-scene__tab{transition:none}}@media (max-width:900px){.demo-scene{padding:48px 20px 80px}.demo-scene__wrap{perspective:none;grid-template-columns:1fr;gap:32px}.demo-scene__h2{font-size:36px}.demo-scene__right{min-height:auto}.demo-scene__dashboard{animation:none;transform:none}.demo-scene__float--brand,.demo-scene__float--money{width:auto;margin-top:12px;position:static;transform:none}.demo-scene__mobile-floats{grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;display:grid}.demo-scene__annot{display:none}.demo-scene__stamp{font-size:22px;top:8px;right:12px}.demo-scene__stamp-sub{font-size:11px}}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a.0bjc5tiuqdqro.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8.0m6w47a4e5dy9.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86.11u06r12fd6v_.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930.0wxq9webf.ew4.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f.067x_6k0k23tk.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e.16ipb6fqu393i.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c.p.0q-301v4kxxnr.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a.0bjc5tiuqdqro.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8.0m6w47a4e5dy9.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86.11u06r12fd6v_.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930.0wxq9webf.ew4.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f.067x_6k0k23tk.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e.16ipb6fqu393i.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c.p.0q-301v4kxxnr.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a.0bjc5tiuqdqro.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8.0m6w47a4e5dy9.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86.11u06r12fd6v_.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930.0wxq9webf.ew4.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f.067x_6k0k23tk.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e.16ipb6fqu393i.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c.p.0q-301v4kxxnr.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2c55a0e60120577a.0bjc5tiuqdqro.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/9c72aa0f40e4eef8.0m6w47a4e5dy9.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/ad66f9afd8947f86.11u06r12fd6v_.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/5476f68d60460930.0wxq9webf.ew4.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2bbe8d2671613f1f.067x_6k0k23tk.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1bffadaabf893a1e.16ipb6fqu393i.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/83afe278b6a6bb3c.p.0q-301v4kxxnr.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/2c55a0e60120577a.0bjc5tiuqdqro.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/9c72aa0f40e4eef8.0m6w47a4e5dy9.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/ad66f9afd8947f86.11u06r12fd6v_.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/5476f68d60460930.0wxq9webf.ew4.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/2bbe8d2671613f1f.067x_6k0k23tk.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/1bffadaabf893a1e.16ipb6fqu393i.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/83afe278b6a6bb3c.p.0q-301v4kxxnr.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.inter_7e9ec9de-module__Y1SUGq__className{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-style:normal}.inter_7e9ec9de-module__Y1SUGq__variable{--font-inter:"Inter", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif}
@font-face{font-family:Caveat;font-style:normal;font-weight:500;font-display:swap;src:url(../media/da4b870ab52b3094-s.0v_p~5_c0b~1d.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Caveat;font-style:normal;font-weight:500;font-display:swap;src:url(../media/86d70b7c76b6ec6e-s.17_wf1k7ou9-q.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Caveat;font-style:normal;font-weight:500;font-display:swap;src:url(../media/11cc37d7380d16b4-s.0ptcwqi9jx~4d.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Caveat;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a85fe84266768609-s.05b418i5bs~lg.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Caveat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/da4b870ab52b3094-s.0v_p~5_c0b~1d.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Caveat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/86d70b7c76b6ec6e-s.17_wf1k7ou9-q.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Caveat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/11cc37d7380d16b4-s.0ptcwqi9jx~4d.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Caveat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a85fe84266768609-s.05b418i5bs~lg.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Caveat Fallback;src:local(Arial);ascent-override:124.77%;descent-override:38.99%;line-gap-override:0.0%;size-adjust:76.94%}.caveat_456f7f79-module__MkCo5a__className{font-family:Caveat,Caveat Fallback;font-style:normal}.caveat_456f7f79-module__MkCo5a__variable{--font-caveat:"Caveat", "Caveat Fallback"}
@font-face{font-family:Sora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/3dbe685087e51055-s.1061.lg1~d_4b.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6bd983bd58a87a3d-s.0h108oidc_0fm.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(../media/3dbe685087e51055-s.1061.lg1~d_4b.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6bd983bd58a87a3d-s.0h108oidc_0fm.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/3dbe685087e51055-s.1061.lg1~d_4b.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6bd983bd58a87a3d-s.0h108oidc_0fm.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(../media/3dbe685087e51055-s.1061.lg1~d_4b.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(../media/6bd983bd58a87a3d-s.0h108oidc_0fm.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora Fallback;src:local(Arial);ascent-override:85.29%;descent-override:25.5%;line-gap-override:0.0%;size-adjust:113.73%}.sora_ed5f4d17-module__R0AjIW__className{font-family:Sora,Sora Fallback;font-style:normal}.sora_ed5f4d17-module__R0AjIW__variable{--font-sora:"Sora", "Sora Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/04c5164763c40239-s.0h-nw9_c8d~-_.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/26f284dcc38c84c0-s.10hk62x1-0d9n.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7e7f32a39836f228-s.0bmyfaahigzds.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/fa39153a3fc630ba-s.0-0ft90hthv3~.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6a5386fd6038edbe-s.16fk0g~ypa53a.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/051742360c26797e-s.0f97p8c3305p~.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/04c5164763c40239-s.0h-nw9_c8d~-_.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/26f284dcc38c84c0-s.10hk62x1-0d9n.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/7e7f32a39836f228-s.0bmyfaahigzds.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/fa39153a3fc630ba-s.0-0ft90hthv3~.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6a5386fd6038edbe-s.16fk0g~ypa53a.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/051742360c26797e-s.0f97p8c3305p~.woff2?dpl=dpl_9WG4p12LWg1bT5hLZkTWRtS5Lqzy)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_8e96a9a1-module__Ri8myG__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.jetbrains_mono_8e96a9a1-module__Ri8myG__variable{--font-jetbrains:"JetBrains Mono", "JetBrains Mono Fallback"}
