*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow-x:hidden}img,svg,video{max-width:100%;display:block}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:0}a{color:inherit;text-decoration:none}input,textarea{font:inherit;color:inherit}:root{--indigo-50:#eef1fe;--indigo-100:#dee4fd;--indigo-200:#b8c4fc;--indigo-300:#8598fa;--indigo-400:#6c83fb;--indigo-500:#5578fa;--indigo-600:#3e5fe8;--indigo-700:#2d48c2;--indigo-800:#233799;--indigo-900:#18266b;--peach-50:#fff5f6;--peach-100:#fed7d8;--peach-200:#fab8ba;--peach-300:#f39a9d;--lilac-100:#e7e3fc;--lilac-200:#c6bdfb;--lilac-300:#b4acf9;--mint-50:#effbf5;--mint-100:#e0f7ef;--mint-200:#c5efdd;--ink-900:#0a0a14;--ink-800:#14141f;--ink-700:#1c1d2c;--ink-600:#2c2e42;--ink-500:#4a4d66;--ink-400:#6e7290;--ink-300:#9498b3;--ink-200:#c1c4d6;--ink-100:#e3e6f0;--ink-50:#f4f5fa;--white:#fff;--border:#e3e6f0;--border-soft:#eff1f6;--line:#e3e6f0;--bg:var(--white);--bg-soft:#f8f9fc;--bg-ink:var(--ink-900);--fg:var(--ink-900);--fg-soft:var(--ink-500);--fg-mute:var(--ink-400);--brand:var(--indigo-500);--brand-deep:var(--indigo-700);--display:var(--font-manrope), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--sans:var(--font-inter), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono:var(--font-jetbrains-mono), "SF Mono", Menlo, monospace;--ease:cubic-bezier(.2, .8, .2, 1);--ease-emph:cubic-bezier(.2, .9, .1, 1);--dur-fast:.14s;--dur:.22s;--dur-slow:.42s;--r-sm:8px;--r:12px;--r-md:16px;--r-lg:24px;--r-xl:32px;--r-2xl:48px;--r-pill:999px;--shadow-xs:0 1px 2px #0a0a140a;--shadow-sm:0 2px 6px #0a0a140a, 0 1px 2px #0a0a1408;--shadow:0 4px 12px #0a0a140d, 0 2px 4px #0a0a1408;--shadow-md:0 12px 24px -8px #0a0a141a, 0 4px 8px #0a0a140a;--shadow-lg:0 24px 48px -16px #0a0a1424, 0 8px 16px -8px #0a0a140f;--shadow-xl:0 40px 80px -24px #0a0a1433, 0 16px 32px -16px #0a0a1414;--shadow-indigo:0 12px 40px -10px #5578fa73;--shadow-peach:0 12px 40px -10px #fed7d8b3;--grad-hero:radial-gradient(ellipse 90% 60% at 15% 10%, #fed7d866, transparent 60%), radial-gradient(ellipse 70% 50% at 90% 90%, #e0f7efb3, transparent 50%), linear-gradient(165deg, #eef1fe 0%, #dee4fd 50%, #b8c4fc 100%)}body{background:var(--bg);color:var(--fg);font-family:var(--sans);letter-spacing:-.005em;font-size:16px;font-weight:400;line-height:1.5}.display-2xl{font-family:var(--display);letter-spacing:-.035em;font-size:clamp(48px,7vw,104px);font-weight:800;line-height:.98}.display-xl{font-family:var(--display);letter-spacing:-.03em;font-size:clamp(40px,5.4vw,80px);font-weight:800;line-height:1.02}.display-lg{font-family:var(--display);letter-spacing:-.025em;font-size:clamp(32px,4.2vw,58px);font-weight:700;line-height:1.05}.display-md{font-family:var(--display);letter-spacing:-.02em;font-size:clamp(26px,2.8vw,38px);font-weight:700;line-height:1.12}.display-sm{font-family:var(--display);letter-spacing:-.015em;font-size:clamp(20px,1.8vw,24px);font-weight:700;line-height:1.25}.lede{font-family:var(--sans);letter-spacing:-.005em;color:var(--fg-soft);font-size:clamp(17px,1.35vw,20px);font-weight:400;line-height:1.55}.eyebrow{font-family:var(--display);letter-spacing:.14em;text-transform:uppercase;color:var(--fg-mute);font-size:12px;font-weight:600}.eyebrow--indigo{color:var(--indigo-600)}.eyebrow--light{color:#ffffffb3}.mono{font-family:var(--mono);letter-spacing:0;font-size:12px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 32px}.container--wide{max-width:1320px}.container--narrow{max-width:920px}section{position:relative}.skip{background:var(--ink-900);color:#fff;border-radius:var(--r);z-index:9999;padding:8px 14px;font-size:13px;font-weight:600;position:absolute;top:-40px;left:8px}.skip:focus-visible{top:8px}.btn{font-family:var(--display);border-radius:var(--r-pill);transition:all var(--dur) var(--ease);white-space:nowrap;cursor:pointer;align-items:center;gap:8px;padding:14px 22px;font-size:15px;font-weight:600;display:inline-flex}.btn--primary{background:var(--ink-900);color:var(--white);box-shadow:var(--shadow-md)}.btn--primary:hover{background:var(--indigo-600);box-shadow:var(--shadow-indigo);transform:translateY(-1px)}.btn--indigo{background:var(--indigo-500);color:var(--white);box-shadow:var(--shadow-indigo)}.btn--indigo:hover{background:var(--indigo-600);transform:translateY(-1px)}.btn--ghost{color:var(--fg);border:1px solid var(--border);background:0 0}.btn--ghost:hover{background:var(--bg-soft);border-color:var(--ink-200)}.btn--light{color:var(--ink-900);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5}.btn--light:hover{background:var(--white)}.btn:active{transform:scale(.98)}.hidden{display:none!important}.fade-in{animation:fadeIn .6s var(--ease) both}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.nav-pill{z-index:100;-webkit-backdrop-filter:blur(18px)saturate(140%);border-radius:var(--r-pill);box-shadow:var(--shadow-md);transition:all var(--dur) var(--ease);background:#ffffffc7;border:1px solid #ffffffd9;align-items:center;gap:4px;max-width:calc(100vw - 24px);padding:6px;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%)}.nav-pill__brand{font-family:var(--display);letter-spacing:-.015em;flex-shrink:0;align-items:center;gap:8px;padding:6px 12px 6px 8px;font-size:17px;font-weight:700;display:flex}.nav-pill__brand-mark{flex-shrink:0;place-items:center;width:26px;height:26px;display:grid;position:relative}.nav-pill__brand-mark video,.nav-pill__brand-mark img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}@keyframes statusPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:0;transform:scale(2.2)}}.nav-pill__links{gap:2px;display:flex}.nav-pill__link{border-radius:var(--r-pill);color:var(--ink-600);transition:all var(--dur-fast) var(--ease);padding:8px 14px;font-size:14px;font-weight:500}.nav-pill__link:hover{color:var(--ink-900);background:#0a0a140f}.nav-pill__link.is-active{color:var(--ink-900);background:#0a0a140f;font-weight:600}.nav-pill__cta{background:var(--ink-900);color:var(--white);border-radius:var(--r-pill);transition:all var(--dur) var(--ease);flex-shrink:0;margin-left:4px;padding:10px 18px;font-size:14px;font-weight:600}.nav-pill__cta:hover{background:var(--indigo-600)}.nav-pill__menu-btn{width:38px;height:38px;color:var(--ink-700);border-radius:50%;justify-content:center;align-items:center;margin-left:4px;display:none}.nav-pill__menu-btn:hover{background:#0a0a140f}@media (max-width:980px){.nav-pill__links{display:none}}@media (max-width:720px){.nav-pill__cta{display:none}.nav-pill__menu-btn{display:inline-flex}}@media (max-width:480px){.nav-pill__brand>span:not(.nav-pill__brand-mark){display:none}}.mobile-menu{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:opacity .28s var(--ease), visibility .28s var(--ease);background:#0a0a1480;justify-content:center;align-items:flex-start;padding:80px 20px 40px;display:flex;position:fixed;inset:0}.mobile-menu.is-open{opacity:1;visibility:visible}.mobile-menu__sheet{border-radius:var(--r-xl);width:100%;max-width:420px;box-shadow:var(--shadow-xl);transition:transform .32s var(--ease);background:#fff;padding:32px 24px 24px;transform:translateY(-10px)}.mobile-menu.is-open .mobile-menu__sheet{transform:none}.mobile-menu__close{width:36px;height:36px;color:var(--ink-700);background:#fff;border-radius:50%;place-items:center;font-size:22px;display:grid;position:absolute;top:24px;right:24px}.mobile-menu__title{font-family:var(--mono);text-transform:uppercase;letter-spacing:.14em;color:var(--ink-400);margin-bottom:16px;font-size:11px}.mobile-menu__link{font-family:var(--display);color:var(--ink-800);border-bottom:1px solid var(--border-soft);transition:color var(--dur) var(--ease);padding:14px 4px;font-size:18px;font-weight:600;display:block}.mobile-menu__link:hover{color:var(--indigo-700)}.mobile-menu__cta{text-align:center;background:var(--ink-900);color:#fff;border-radius:var(--r-pill);font-family:var(--display);margin-top:20px;padding:14px 22px;font-size:15px;font-weight:600;display:block}.sec{padding:120px 0}.sec--sm{padding:80px 0}.sec--lg{padding:160px 0}@media (max-width:720px){.sec{padding:80px 0}.sec--lg{padding:100px 0}.container{padding:0 20px}}.chip{border-radius:var(--r-pill);background:var(--indigo-50);color:var(--indigo-700);font-family:var(--display);letter-spacing:.02em;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.chip--ghost{border:1px solid var(--border);color:var(--fg-soft);background:0 0}.chip--dark{color:#ffffffd9;background:#ffffff1a;border:1px solid #ffffff24}.chip__dot{background:var(--indigo-500);border-radius:50%;width:6px;height:6px}.grid{gap:24px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:820px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border-soft);box-shadow:var(--shadow-sm);transition:all var(--dur) var(--ease);padding:28px}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}:focus-visible{outline:2px solid var(--indigo-500);outline-offset:3px;border-radius:4px}.scroll-nice::-webkit-scrollbar{width:8px;height:8px}.scroll-nice::-webkit-scrollbar-track{background:0 0}.scroll-nice::-webkit-scrollbar-thumb{background:var(--ink-100);border-radius:999px}.scroll-nice::-webkit-scrollbar-thumb:hover{background:var(--ink-200)}.hero{background:var(--grad-hero);padding:160px 0 80px;position:relative;overflow:hidden}.hero__inner{z-index:2;grid-template-columns:1fr;align-items:center;gap:64px;display:grid;position:relative}@media (min-width:1024px){.hero__inner{grid-template-columns:1.1fr 1fr;gap:40px}}.hero__copy{text-align:center}@media (min-width:1024px){.hero__copy{text-align:left}}.hero__eyebrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #fffc;border-radius:999px;align-items:center;gap:10px;padding:8px 16px;display:inline-flex}.hero-status{-webkit-backdrop-filter:blur(8px);font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--ink-800);animation:fadeIn .7s var(--ease) .2s both;background:#ffffff8c;border:1px dashed #2d48c26b;align-items:center;gap:12px;margin-bottom:28px;padding:12px 22px;font-size:11px;font-weight:500;display:inline-flex;position:relative}.hero-status:before{content:"";pointer-events:none;background:radial-gradient(circle 3px at 0 0, var(--indigo-700) 50%, transparent 51%), radial-gradient(circle 3px at 100% 0, var(--indigo-700) 50%, transparent 51%), radial-gradient(circle 3px at 0 100%, var(--indigo-700) 50%, transparent 51%), radial-gradient(circle 3px at 100% 100%, var(--indigo-700) 50%, transparent 51%);background-repeat:no-repeat;position:absolute;inset:-4px}.hero-status__dot{background:#28c840;border-radius:50%;flex-shrink:0;width:7px;height:7px;position:relative}.hero-status__dot:after{content:"";background:#28c840;border-radius:50%;animation:2.4s ease-in-out infinite statusPulse;position:absolute;inset:0}@media (max-width:720px){.hero-status{letter-spacing:.16em;padding:10px 16px;font-size:10px}}.hero__title{color:var(--ink-900);margin-top:24px}.hero__title em{color:var(--indigo-700);font-style:italic;font-weight:400}.hero__sub{max-width:560px;color:var(--ink-600);margin-top:20px;font-size:clamp(17px,1.4vw,20px)}@media (max-width:1023px){.hero__sub{margin-left:auto;margin-right:auto}}.hero__ctas{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:36px;display:flex}@media (min-width:1024px){.hero__ctas{justify-content:flex-start}}.hero__stat{color:var(--ink-600);grid-template-columns:repeat(3,auto);justify-content:center;gap:32px;margin-top:40px;font-size:13px;display:grid}@media (max-width:720px){.hero__stat{text-align:center;grid-template-columns:1fr;gap:16px}}@media (min-width:1024px){.hero__stat{justify-content:flex-start}}.hero__stat dt{font-family:var(--display);color:var(--ink-900);margin-bottom:2px;font-size:22px;font-weight:700;line-height:1.1;display:block}.hero__stat dd{color:var(--ink-500);font-size:13px;line-height:1.4}.hero__viz{position:relative}.hero-flow{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:var(--r-xl);width:100%;box-shadow:var(--shadow-xl);background:#ffffff8c;border:1px solid #fffc;padding:24px;position:relative}.hero-flow__svg{width:100%;height:auto}.hero-product{border-radius:var(--r-xl);width:100%;box-shadow:var(--shadow-xl);border:1px solid #fffc;overflow:hidden}.hero-product__window{background:var(--white)}.hero-product__chrome{background:var(--ink-50);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:10px 14px;display:flex}.hero-product__traffic{gap:6px;display:flex}.hero-product__traffic span{background:var(--ink-200);border-radius:50%;width:10px;height:10px}.hero-product__traffic span:first-child{background:#ff5f57}.hero-product__traffic span:nth-child(2){background:#febc2e}.hero-product__traffic span:last-child{background:#28c840}.hero-product__tab{font-family:var(--mono);color:var(--ink-400);background:var(--white);border:1px solid var(--border);border-radius:6px;padding:4px 10px;font-size:11px}.hero-product__body{grid-template-columns:160px 1fr;min-height:380px;display:grid}.hero-product__side{background:var(--ink-50);border-right:1px solid var(--border);padding:16px 12px}.hero-product__workspace{font-family:var(--display);align-items:center;gap:8px;margin-bottom:14px;font-size:13px;font-weight:700;display:flex}.hero-product__ws-dot{background:var(--indigo-500);border-radius:50%;width:10px;height:10px}.hero-product__nav-item{color:var(--ink-500);border-radius:8px;align-items:center;gap:8px;margin-bottom:2px;padding:8px 10px;font-size:12px;display:flex}.hero-product__nav-item.is-active{background:var(--white);color:var(--ink-900);box-shadow:var(--shadow-xs);font-weight:600}.hero-product__nav-dot{background:var(--ink-200);border-radius:50%;width:6px;height:6px}.hero-product__nav-item.is-active .hero-product__nav-dot{background:var(--indigo-500)}.hero-product__main{grid-template-columns:1fr 220px;gap:16px;min-width:0;padding:20px;display:grid}@media (max-width:640px){.hero-product__main{grid-template-columns:1fr}}.hero-product__pipeline{grid-template-columns:repeat(4,1fr);gap:10px;min-width:0;display:grid}.hero-product__col{background:var(--ink-50);border-radius:12px;min-width:0;padding:10px}.hero-product__col-head{align-items:center;gap:6px;margin-bottom:8px;font-size:11px;font-weight:600;display:flex}.hero-product__col-dot{border-radius:50%;width:6px;height:6px}.hero-product__col-count{color:var(--ink-400);margin-left:auto}.hero-product__card{background:var(--white);box-shadow:var(--shadow-xs);border-radius:8px;margin-bottom:6px;padding:8px}.hero-product__card-title{background:var(--ink-200);border-radius:3px;height:6px;margin-bottom:5px}.hero-product__card-line{background:var(--ink-100);border-radius:2px;height:4px;margin-bottom:3px}.hero-product__copilot{background:linear-gradient(180deg, var(--indigo-50), var(--white));border:1px solid var(--indigo-100);border-radius:12px;padding:14px}.hero-product__copilot-head{font-family:var(--display);align-items:center;gap:8px;margin-bottom:8px;font-size:13px;font-weight:700;display:flex}.hero-product__copilot-msg{color:var(--ink-600);margin-bottom:10px;font-size:12px}.hero-product__copilot-chips{flex-direction:column;gap:6px;display:flex}.hero-product__copilot-chips span{background:var(--white);border:1px solid var(--indigo-100);color:var(--indigo-700);border-radius:999px;padding:6px 10px;font-size:11px}.hero-device{border-radius:var(--r-xl);background:radial-gradient(circle at 50% 40%, var(--indigo-400), var(--indigo-700));box-shadow:var(--shadow-xl);padding:40px;position:relative;overflow:hidden}.hero-device__glow{background:radial-gradient(circle,#fed7d859,#0000 60%);animation:8s ease-in-out infinite alternate floatGlow;position:absolute;inset:-40%}@keyframes floatGlow{0%{transform:translate(-10%,-10%)}to{transform:translate(10%,10%)}}.hero-device__img{border-radius:var(--r-lg);width:100%;position:relative}.hero-device__caption{text-align:center;color:#ffffffd9;margin-top:20px;position:relative}.hero-device__beams{pointer-events:none;position:absolute;inset:0}.hero-device__beams span{background:linear-gradient(180deg, transparent, var(--peach-100), transparent);opacity:.4;width:2px;height:60%;animation:3s ease-in-out infinite beam;position:absolute;top:50%;left:50%;transform:translate(-50%)}.hero-device__beams span:nth-child(2){transform:translate(-50%)rotate(90deg)}.hero-device__beams span:nth-child(3){transform:translate(-50%)rotate(45deg)}.hero-device__beams span:nth-child(4){transform:translate(-50%)rotate(-45deg)}@keyframes beam{0%,to{opacity:.2}50%{opacity:.6}}.hero-split{min-height:440px;position:relative}.hero-split__card{background:var(--white);border-radius:var(--r-lg);box-shadow:var(--shadow-xl);border:1px solid #fffc;padding:20px;position:absolute}.hero-split__card--pipeline{width:86%;max-width:460px;top:20px;left:0}.hero-split__card--copilot{background:linear-gradient(180deg, var(--indigo-50), var(--white));width:78%;max-width:380px;bottom:20px;right:0}.hero-split__card--pulse{background:var(--ink-900);color:var(--white);align-items:center;gap:10px;padding:12px 16px;display:flex;top:280px;left:20px}.hero-split__head{margin-bottom:14px}.hero-split__rail{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.hero-split__state{font-family:var(--display);background:var(--ink-50);color:var(--ink-500);border-radius:999px;padding:8px 14px;font-size:12px;font-weight:600;position:relative}.hero-split__state.is-done{background:var(--indigo-50);color:var(--indigo-700)}.hero-split__state.is-active{background:var(--ink-900);color:var(--white);padding-right:28px}.hero-split__pulse{background:var(--peach-200);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite pulse;position:absolute;top:50%;right:10px;transform:translateY(-50%)}@keyframes pulse{0%,to{box-shadow:0 0 #feb8ba99}50%{box-shadow:0 0 0 8px #feb8ba00}}.hero-split__trigger{margin-top:14px}.hero-split__copilot-head{align-items:center;gap:10px;margin-bottom:12px;display:flex}.hero-split__copilot-body{color:var(--ink-700);font-size:13px;line-height:1.55}.hero-split__copilot-body em{color:var(--indigo-700);background:var(--indigo-50);border-radius:4px;padding:0 4px;font-style:normal;font-weight:600}.hero-split__chips{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.hero-split__chips span{background:var(--white);border:1px solid var(--indigo-100);color:var(--indigo-700);border-radius:999px;padding:5px 10px;font-size:11px;font-weight:600}.hero-split__pulse-dot{background:var(--peach-200);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.4s ease-in-out infinite pulse}.hero-split__pulse-body{font-size:12px}.invite-band{background:linear-gradient(#faf7f2 0%,#f4eee4 100%);border-top:1px solid #2d48c214;border-bottom:1px solid #2d48c214;padding:56px 0;position:relative}.invite-band__inner{grid-template-columns:1fr;align-items:center;gap:32px;max-width:920px;margin:0 auto;padding:0 32px;display:grid}@media (min-width:880px){.invite-band__inner{grid-template-columns:1.1fr 1fr;gap:56px}}.invite-band__eyebrow{font-family:var(--mono);text-transform:uppercase;letter-spacing:.16em;color:var(--indigo-700);align-items:center;gap:8px;margin-bottom:14px;font-size:11px;display:inline-flex}.invite-band__eyebrow:before{content:"";background:#28c840;border-radius:50%;width:6px;height:6px;animation:2.4s ease-in-out infinite statusPulse;box-shadow:0 0 #28c84066}.invite-band__title{font-family:var(--display);letter-spacing:-.02em;color:var(--ink-900);font-size:clamp(24px,2.6vw,34px);font-weight:600;line-height:1.18}.invite-band__title em{font-family:var(--display);color:var(--indigo-700);font-style:italic;font-weight:500}.invite-band__sub{color:var(--ink-500);max-width:480px;margin-top:10px;font-size:15px;line-height:1.55}.waitlist-form{border-radius:var(--r-pill);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all var(--dur) var(--ease);background:#fff;align-items:center;gap:8px;padding:6px 6px 6px 22px;display:flex}.waitlist-form:focus-within{border-color:var(--indigo-300);box-shadow:0 0 0 4px #5578fa1a, var(--shadow-sm)}.waitlist-form input{min-width:0;color:var(--ink-900);font-size:15px;font-family:var(--sans);background:0 0;border:0;flex:1;padding:12px 0}.waitlist-form input::placeholder{color:var(--ink-300)}.waitlist-form input:focus{outline:none}.waitlist-form button{background:var(--ink-900);color:#fff;border-radius:var(--r-pill);font-family:var(--display);white-space:nowrap;transition:all var(--dur) var(--ease);flex-shrink:0;padding:12px 22px;font-size:14px;font-weight:600}.waitlist-form button:hover{background:var(--indigo-600)}.waitlist-form button:disabled{opacity:.5;cursor:wait}.waitlist-form.is-invalid{border-color:var(--peach-200)}.waitlist-form.is-invalid:focus-within{border-color:var(--peach-300);box-shadow:0 0 0 4px #d6453d1a, var(--shadow-sm)}.waitlist-error{font-family:var(--sans);color:#d6453d;animation:fadeIn .24s var(--ease);align-items:center;gap:7px;margin-top:10px;padding-left:4px;font-size:13px;line-height:1.3;display:flex}.waitlist-error svg{flex-shrink:0}.waitlist-foot{font-family:var(--mono);color:var(--ink-400);flex-wrap:wrap;gap:14px;margin-top:12px;font-size:11px;display:flex}.waitlist-success{background:var(--mint-50);border:1px solid var(--mint-200);color:var(--ink-700);animation:fadeIn .4s var(--ease);border-radius:16px;flex-wrap:wrap;align-items:center;gap:12px;padding:16px 20px;font-size:14px;display:flex}.waitlist-success__check{color:#fff;background:#28c840;border-radius:50%;flex-shrink:0;place-items:center;width:20px;height:20px;font-size:12px;display:grid}.waitlist-success__text{flex:1;min-width:180px}.waitlist-success__reset{font-family:var(--sans);color:var(--indigo-600);text-underline-offset:2px;transition:color var(--dur) var(--ease);flex-shrink:0;font-size:13px;font-weight:600;text-decoration:underline}.waitlist-success__reset:hover{color:var(--ink-900)}.mark-divider{background:var(--ink-900);border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:80px 0;position:relative;overflow:hidden}.mark-divider__inner{text-align:center;z-index:2;position:relative}.mark-divider__mark{width:96px;height:96px;margin:0 auto;position:relative}.mark-divider__mark video,.mark-divider__mark img{object-fit:contain;filter:invert(.92);width:100%;height:100%}.mark-divider__caption{font-family:var(--display);letter-spacing:-.015em;color:#fffffff2;max-width:640px;margin-top:28px;margin-left:auto;margin-right:auto;font-size:clamp(20px,2.2vw,28px);font-style:italic;font-weight:400;line-height:1.35}.mark-divider__caption em{color:var(--peach-200);font-style:italic;font-weight:500}.mark-divider__sub{font-family:var(--mono);text-transform:uppercase;letter-spacing:.18em;color:#fff6;margin-top:12px;font-size:11px}.problem{background:var(--bg)}.problem__human{grid-template-columns:280px 1fr 320px;align-items:stretch;gap:40px;display:grid;position:relative}@media (max-width:1100px){.problem__human{grid-template-columns:1fr 1fr}.problem__person{flex-direction:row;grid-column:1/-1;align-items:center;gap:20px}}@media (max-width:720px){.problem__human{grid-template-columns:1fr}.problem__person{flex-direction:column;align-items:flex-start}}.problem__person{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--r-xl);flex-direction:column;align-items:flex-start;gap:16px;padding:32px 28px;display:flex;position:relative;overflow:hidden}.problem__person:after{content:"";pointer-events:none;background:radial-gradient(60% 80% at 30% 20%,#5c77f214,#0000 70%);position:absolute;inset:0}.problem__avatar{width:72px;height:72px;color:var(--indigo-700);border:1px solid var(--line);background:linear-gradient(135deg,#e7e9fd,#f4eee4);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.problem__avatar--maya{color:#b86a54;background:linear-gradient(135deg,#ffe5d5,#f4eee4)}.problem__name{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-400);font-size:12px}.problem__quote{font-family:var(--display);letter-spacing:-.01em;color:var(--ink-900);font-size:22px;font-style:italic;font-weight:500;line-height:1.35}.problem__tabs{grid-template-columns:repeat(3,1fr);align-content:center;gap:10px;padding:24px 12px;display:grid;position:relative}.problem__tab{background:var(--bg-soft);border:1px dashed var(--ink-200);border-radius:var(--r-lg);transform:rotate(var(--rot,0deg));transition:transform .4s var(--ease);z-index:1;flex-direction:column;gap:4px;padding:16px 14px;display:flex;position:relative}.problem__tab:first-child{--rot:-2deg}.problem__tab:nth-child(2){--rot:1.5deg}.problem__tab:nth-child(3){--rot:-1deg}.problem__tab:nth-child(4){--rot:1deg}.problem__tab:nth-child(5){--rot:-1.5deg}.problem__tab:nth-child(6){--rot:2deg}.problem__tab:hover{transform:rotate(0)translateY(-2px)}.problem__tab-name{font-family:var(--display);color:var(--ink-900);font-size:15px;font-weight:700}.problem__tab-sub{font-family:var(--mono);color:var(--ink-400);text-transform:uppercase;letter-spacing:.05em;font-size:10px}.problem__seam{pointer-events:none;opacity:.5;mix-blend-mode:multiply;background-image:linear-gradient(45deg,#0000 49%,#b86a5426 49.5% 50.5%,#0000 51%),linear-gradient(-45deg,#0000 49%,#b86a541a 49.5% 50.5%,#0000 51%);background-size:24px 24px;position:absolute;inset:0}.problem__result{background:var(--ink-900);color:var(--white);border-radius:var(--r-xl);flex-direction:column;justify-content:center;padding:36px 28px;display:flex}.problem__result h4{font-family:var(--display);letter-spacing:-.02em;color:var(--peach-200);margin-bottom:12px;font-size:26px;font-weight:800;line-height:1.2}.problem__result p{color:#ffffffc7;font-size:15px;line-height:1.6}.solution{background:var(--ink-900);color:var(--white);overflow:hidden}.solution .eyebrow{color:#fff9}.solution h2,.solution h3{color:var(--white)}.arch-int{grid-template-columns:1.2fr 1fr;align-items:center;gap:48px;margin-top:56px;display:grid}@media (max-width:960px){.arch-int{grid-template-columns:1fr}}.arch-int__viz{position:relative}.arch-int__svg{width:100%;height:auto}.arch-int__panel{background:var(--white);border-radius:var(--r-xl);border:1px solid var(--border);box-shadow:var(--shadow-md);animation:fadeIn .4s var(--ease);padding:32px;position:relative}.arch-int__panel-dot{border-radius:50%;width:12px;height:12px;position:absolute;top:32px;right:32px}.arch-int__bullets{grid-template-columns:1fr 1fr;gap:10px;margin-top:24px;list-style:none;display:grid}.arch-int__bullets li{color:var(--ink-700);align-items:center;gap:10px;font-size:13px;display:flex}.arch-int__check{border-radius:50%;flex-shrink:0;width:6px;height:6px}.arch-int__hint{color:var(--ink-400);margin-top:28px;font-size:11px}.pipe-demo{background:var(--white);border-radius:var(--r-xl);border:1px solid var(--border);box-shadow:var(--shadow-md);padding:32px}.pipe-demo__entity{background:var(--bg-soft);border-radius:var(--r);margin-bottom:24px;padding:16px 20px}.pipe-demo__rail{flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:28px;display:flex}.pipe-demo__state{background:var(--bg-soft);font-family:var(--display);color:var(--ink-500);cursor:pointer;transition:all var(--dur) var(--ease);border:1px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;display:inline-flex;position:relative}.pipe-demo__state:hover{background:var(--ink-50);border-color:var(--ink-200);color:var(--ink-900)}.pipe-demo__state.is-active{background:var(--ink-900);color:var(--white);padding-right:26px}.pipe-demo__state.is-done{background:var(--indigo-50);color:var(--indigo-700)}.pipe-demo__dot{opacity:.7;background:currentColor;border-radius:50%;width:6px;height:6px}.pipe-demo__state-pulse{background:var(--peach-200);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite pulse;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.pipe-demo__arr{color:var(--ink-300);align-items:center;display:flex}.pipe-demo__arr.is-done{color:var(--indigo-500)}.pipe-demo__grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:760px){.pipe-demo__grid{grid-template-columns:1fr}}.pipe-demo__panel{background:var(--bg-soft);border-radius:var(--r-lg);min-height:220px;padding:20px}.pipe-demo__panel-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:10px;display:flex}.pipe-demo__rule{align-items:center;gap:10px;padding:8px 0;display:flex}.pipe-demo__rule-dot{background:var(--indigo-500);border-radius:50%;flex-shrink:0;width:6px;height:6px}.pipe-demo__log{flex-direction:column-reverse;max-height:180px;display:flex;overflow-y:auto}.pipe-demo__log-line{animation:slideIn .3s var(--ease);gap:10px;padding:6px 0;display:flex}@keyframes slideIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:none}}.pipe-demo__log-line--transition span:last-child{color:var(--indigo-700);font-weight:600}.pipe-demo__log-line--trigger span:last-child{color:var(--ink-700)}.pipe-demo__hint{color:var(--ink-400);text-align:right;margin-top:16px;font-size:11px}.ai-layer__grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:48px;display:grid}@media (max-width:860px){.ai-layer__grid{grid-template-columns:1fr}}.ai-layer__block{background:var(--white);border-radius:var(--r-xl);border:1px solid var(--border);padding:28px}.ai-layer__block h4{font-family:var(--display);margin-bottom:6px;font-size:20px;font-weight:700}.ai-layer__block p{color:var(--fg-soft);margin-bottom:20px;font-size:14px}.copilot{flex-direction:column;gap:12px;display:flex}.copilot__thread{flex-direction:column;gap:10px;max-height:280px;padding-right:4px;display:flex;overflow-y:auto}.copilot__msg{align-items:flex-start;gap:10px;display:flex}.copilot__msg--user{justify-content:flex-end}.copilot__avatar{background:var(--indigo-50);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.copilot__bubble{border-radius:14px;max-width:82%;padding:10px 14px;font-size:13px;line-height:1.5}.copilot__msg--user .copilot__bubble{background:var(--ink-900);color:var(--white);border-bottom-right-radius:4px}.copilot__msg--copilot .copilot__bubble{background:var(--indigo-50);color:var(--ink-900);border-bottom-left-radius:4px}.copilot__grounded{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.copilot__ground-chip{font-family:var(--mono);color:var(--indigo-700);background:var(--white);border:1px solid var(--indigo-100);border-radius:999px;padding:3px 8px;font-size:10px}.copilot__thinking{gap:3px;margin-right:8px;display:inline-flex}.copilot__thinking span{background:var(--indigo-400);border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite bounce}.copilot__thinking span:nth-child(2){animation-delay:.15s}.copilot__thinking span:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.copilot__starters{flex-wrap:wrap;gap:6px;display:flex}.copilot__starter{font-family:var(--display);background:var(--white);border:1px solid var(--indigo-100);color:var(--indigo-700);transition:all var(--dur-fast) var(--ease);border-radius:999px;padding:6px 10px;font-size:11px;font-weight:600}.copilot__starter:hover{background:var(--indigo-50)}.copilot__input{background:var(--bg-soft);border-radius:999px;align-items:center;gap:8px;padding:6px 6px 6px 16px;display:flex}.copilot__input input{background:0 0;border:0;flex:1;padding:8px 0;font-size:13px}.copilot__input input:focus{outline:none}.copilot__send{background:var(--ink-900);width:34px;height:34px;color:var(--white);border-radius:50%}.eijents{gap:12px;display:grid}.eijents__card{border-radius:var(--r);background:var(--bg-soft);border:1px solid var(--border);transition:all var(--dur) var(--ease);padding:16px}.eijents__card:hover{background:var(--white);box-shadow:var(--shadow-sm)}.eijents__head{align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.eijents__dot{background:var(--accent);border-radius:50%;width:10px;height:10px;margin-top:5px}.eijents__name{font-family:var(--display);font-size:14px;font-weight:700}.eijents__desc{color:var(--ink-600);margin-bottom:10px;font-size:12px}.eijents__run{font-family:var(--display);background:var(--ink-900);color:var(--white);transition:all var(--dur) var(--ease);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex}.eijents__run:hover:not(:disabled){background:var(--indigo-600)}.eijents__run:disabled{background:var(--ink-400);cursor:not-allowed}.eijents__spinner{border:2px solid #ffffff59;border-top-color:var(--white);border-radius:50%;width:10px;height:10px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.eijents__output{background:var(--white);border:1px solid var(--indigo-100);animation:fadeIn .4s var(--ease);border-radius:10px;margin-top:10px;padding:10px 12px}.eijents__line{font-family:var(--mono);color:var(--indigo-700);padding:2px 0;font-size:11px}.activity{background:var(--white);border-radius:var(--r-xl);border:1px solid var(--border);padding:28px}.activity__head{border-bottom:1px solid var(--border-soft);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:32px;padding-bottom:20px;display:flex}.activity__filters{gap:4px;display:flex}.activity__filter{font-family:var(--display);color:var(--ink-500);background:var(--bg-soft);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600}.activity__filter.is-active{background:var(--ink-900);color:var(--white)}.activity__stream{position:relative}.activity__event{animation:fadeIn .4s var(--ease) both;grid-template-columns:20px 1fr;gap:16px;padding:10px 0;display:grid}.activity__rail{flex-direction:column;align-items:center;display:flex;position:relative}.activity__dot{background:var(--accent);width:10px;height:10px;box-shadow:0 0 0 3px var(--white), 0 0 0 4px var(--accent);border-radius:50%;margin-top:6px}.activity__line{background:var(--border);flex:1;width:1px;margin-top:4px}.activity__meta{gap:10px;margin-bottom:2px;display:flex}.activity__from{font-family:var(--display);color:var(--ink-700);font-size:12px;font-weight:600}.activity__text{color:var(--ink-800);font-size:13px}.workflow{background:var(--white);border-radius:var(--r-xl);border:1px solid var(--border);padding:32px}.workflow__canvas{flex-direction:column;align-items:center;gap:4px;display:flex}.workflow__step{border-radius:var(--r-md);background:var(--bg-soft);border:1px solid var(--border);cursor:pointer;width:100%;max-width:440px;transition:all var(--dur) var(--ease);padding:14px 20px}.workflow__step:hover{border-color:var(--indigo-300)}.workflow__step.is-sel{background:var(--white);border-color:var(--indigo-500);box-shadow:var(--shadow-sm)}.workflow__step--trigger.is-sel{border-color:var(--indigo-500)}.workflow__step--filter.is-sel{border-color:var(--peach-300)}.workflow__step--action.is-sel{border-color:var(--indigo-500)}.workflow__step--ai.is-sel{border-color:var(--lilac-300);background:linear-gradient(180deg, var(--indigo-50), var(--white))}.workflow__step-kind{color:var(--ink-400);letter-spacing:.14em;margin-bottom:2px;font-size:10px}.workflow__step-title{font-family:var(--display);font-size:14px;font-weight:600}.workflow__connector{color:var(--ink-300);width:20px;height:20px}.workflow__connector svg{width:100%;height:100%}.coord{background:var(--white);border-radius:var(--r-xl);border:1px solid var(--border);margin-top:24px;padding:32px}.coord__svg{width:100%;height:auto}.pulse{background:var(--ink-900);color:var(--white);padding:0 0 160px;overflow:hidden}.pulse__cine{align-items:center;height:clamp(540px,80vh,760px);display:flex;position:relative;overflow:hidden}.pulse__video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.pulse__cine-overlay{background:linear-gradient(#0a0a1473 0%,#0a0a1433 30%,#0a0a14b3 100%),linear-gradient(90deg,#0a0a14a6,#0a0a141a 60%);position:absolute;inset:0}.pulse__cine-copy{z-index:2;position:relative}.pulse__cine-title{font-family:var(--display);letter-spacing:-.03em;flex-direction:column;gap:4px;max-width:12ch;font-size:clamp(48px,6.4vw,96px);font-weight:800;line-height:1.04;display:flex}.pulse__cine-line{display:block}.pulse__cine-title em{color:var(--peach-200);font-style:normal;font-weight:800}.pulse__cine-sub{color:#ffffffd9;max-width:600px;margin-top:24px;font-size:19px;line-height:1.55}.pulse__bullets{flex-direction:column;gap:12px;margin:24px 0 0;padding:0;list-style:none;display:flex}.pulse__bullets li{color:#ffffffc7;align-items:center;gap:12px;font-size:15px;line-height:1.4;display:flex}.pulse__bullets li>span{background:var(--peach-200);border-radius:50%;flex:0 0 6px;width:6px;height:6px}.pulse__copy{min-width:0}.pulse__inuse{border-radius:var(--r-xl);aspect-ratio:16/10;background:#0a0a14;border:1px solid #ffffff14;position:relative;overflow:hidden;box-shadow:0 40px 80px -30px #000000b3}.pulse__inuse video{object-fit:cover;width:100%;height:100%;display:block}.pulse__inuse-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffffd9;letter-spacing:.05em;text-transform:uppercase;background:#0a0a14b3;border-radius:999px;padding:8px 12px;font-size:11px;position:absolute;bottom:16px;left:16px}.pulse .eyebrow{color:#fff9}.pulse h2,.pulse h3{color:var(--white)}.pulse__hero{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}@media (max-width:920px){.pulse__hero{grid-template-columns:1fr;gap:40px}}.pulse__hero--single{grid-template-columns:minmax(280px,1fr) minmax(0,1.4fr);gap:64px}@media (max-width:920px){.pulse__hero--single{grid-template-columns:1fr;gap:40px}}.pulse__copy p{color:#ffffffb3;margin-top:24px;font-size:17px;line-height:1.6}.pulse__specs{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:80px;display:grid}@media (max-width:800px){.pulse__specs{grid-template-columns:1fr}}.pulse__spec{border-radius:var(--r-xl);background:#ffffff0a;border:1px solid #ffffff14;padding:28px}.pulse__spec-label{font-family:var(--mono);color:#ffffff80;margin-bottom:8px;font-size:11px}.pulse__spec-value{font-family:var(--display);margin-bottom:8px;font-size:28px;font-weight:700;line-height:1.1}.pulse__spec-desc{color:#ffffffa6;font-size:13px}.pulse__flow{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:80px;display:grid}@media (max-width:860px){.pulse__flow{grid-template-columns:repeat(2,1fr)}}.pulse__step{border-radius:var(--r-lg);background:#ffffff0a;border:1px solid #ffffff14;padding:24px}.pulse__step-num{font-family:var(--mono);color:var(--peach-200);margin-bottom:10px;font-size:12px}.pulse__step-title{font-family:var(--display);margin-bottom:6px;font-size:16px;font-weight:700}.pulse__step-desc{color:#fff9;font-size:13px}.pulse__variants{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:60px;display:flex}.pulse__variant{text-align:center}.pulse__variant img{border:1px solid #ffffff1a;border-radius:16px;width:220px}.pulse__variant-name{font-family:var(--display);color:#fffc;margin-top:12px;font-size:13px;font-weight:600}.cases__tabs{background:var(--bg-soft);border-radius:999px;flex-wrap:wrap;justify-content:center;gap:4px;width:fit-content;margin:32px auto 40px;padding:4px;display:flex}.cases__tab{font-family:var(--display);color:var(--ink-500);transition:all var(--dur-fast) var(--ease);border-radius:999px;padding:10px 18px;font-size:13px;font-weight:600}.cases__tab.is-active{background:var(--ink-900);color:var(--white)}.cases__panel{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);animation:fadeIn .4s var(--ease);padding:40px}.cases__grid{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}@media (max-width:800px){.cases__grid{grid-template-columns:1fr}}.cases__flow{flex-direction:column;gap:10px;display:flex}.cases__flow-step{background:var(--bg-soft);font-family:var(--mono);color:var(--ink-700);border-left:3px solid var(--indigo-500);border-radius:12px;padding:12px 16px;font-size:12px}.cases__flow-step em{color:var(--indigo-700);font-style:normal;font-weight:600}.depts{background:var(--bg-soft);padding:120px 0}.depts__head{max-width:720px;margin-bottom:56px}.depts__grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (max-width:760px){.depts__grid{grid-template-columns:1fr}}.depts__card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);transition:all var(--dur) var(--ease);flex-direction:column;gap:14px;padding:28px 28px 24px;display:flex}.depts__card:hover{border-color:var(--indigo-300);box-shadow:var(--shadow-md)}.depts__card-team{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--indigo-700);border-bottom:1px solid var(--border-soft);padding-bottom:10px;font-size:11px}.depts__row{align-items:baseline;gap:12px;font-size:14px;display:flex}.depts__row--col{flex-direction:column;align-items:stretch;gap:8px}.depts__row-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-400);flex-shrink:0;width:64px;font-size:10px}.depts__row--col .depts__row-label{width:auto}.depts__row-value{font-family:var(--display);color:var(--ink-900);letter-spacing:-.01em;font-size:18px;font-weight:700}.depts__pipe{font-family:var(--mono);flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;display:flex}.depts__pipe-stage{background:var(--bg-soft);border:1px solid var(--border-soft);color:var(--ink-700);border-radius:999px;padding:5px 10px}.depts__pipe-arrow{color:var(--ink-300);font-size:11px}.depts__labels{flex-wrap:wrap;gap:6px;display:flex}.depts__label{font-family:var(--mono);background:color-mix(in oklab, var(--peach-200) 28%, white);color:var(--ink-800);border:1px solid color-mix(in oklab, var(--peach-300) 35%, transparent);border-radius:999px;padding:4px 10px;font-size:11px}.depts__eijent{background:color-mix(in oklab, var(--indigo-500) 8%, white);border:1px solid color-mix(in oklab, var(--indigo-500) 18%, transparent);border-radius:var(--r-md);font-family:var(--mono);color:var(--ink-800);align-items:center;gap:8px;margin-top:4px;padding:12px 14px;font-size:12px;display:flex}.depts__eijent-bolt{color:var(--indigo-700)}.humans{background:var(--bg);padding:120px 0}.humans__head{max-width:720px;margin-bottom:64px}.humans__feature{border-radius:var(--r-xl);background:var(--ink-900);color:var(--white);box-shadow:var(--shadow-md);margin-bottom:56px;padding:80px 80px 72px;position:relative;overflow:hidden}@media (max-width:720px){.humans__feature{padding:56px 32px 48px}}.humans__feature-mark{font-family:var(--display);color:var(--peach-300);opacity:.22;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:220px;font-weight:700;line-height:1;position:absolute;top:24px;left:56px}@media (max-width:720px){.humans__feature-mark{font-size:140px;top:16px;left:24px}}.humans__feature-copy{max-width:880px;position:relative}.humans__feature-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#ffffff8c;margin-bottom:28px;font-size:11px}.humans__quote{font-family:var(--display);letter-spacing:-.015em;color:#fff;margin:0;font-size:clamp(26px,3vw,40px);font-style:normal;font-weight:500;line-height:1.3}.humans__hl{background:linear-gradient(120deg, transparent 0 6%, color-mix(in oklab, var(--peach-300) 35%, transparent) 6% 94%, transparent 94%);white-space:nowrap;padding:0 4px}.humans__cite{border-top:1px solid #ffffff24;margin-top:36px;padding-top:24px;padding-right:80px;display:inline-block}.humans__cite-name{font-family:var(--display);color:#fff;font-size:17px;font-weight:700}.humans__cite-role{font-family:var(--mono);color:#ffffff8c;letter-spacing:.04em;margin-top:4px;font-size:12px}.humans__roles{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:1000px){.humans__roles{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.humans__roles{grid-template-columns:1fr}}.humans__role-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);transition:all var(--dur) var(--ease);animation:fadeIn .6s var(--ease) both;flex-direction:column;padding:0;display:flex;position:relative;overflow:hidden}.humans__role-card:before{content:"";background:var(--accent);z-index:3;border-radius:0 0 4px;width:36px;height:4px;position:absolute;top:0;left:0}.humans__role-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent);transform:translateY(-3px)}.humans__role-art{aspect-ratio:5/4;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.humans__role-art svg{width:78%;height:78%;display:block}.humans__role-body{padding:22px 22px 24px}.humans__role-name{font-family:var(--display);color:var(--ink-900);letter-spacing:-.01em;font-size:18px;font-weight:700}.humans__role-moment{color:var(--fg-soft);margin-top:8px;font-size:14px;line-height:1.55}.faq{background:var(--bg);padding:120px 0}.faq__head{text-align:center;max-width:640px;margin:0 auto 56px}.faq__list{border-top:1px solid var(--border-soft);max-width:760px;margin:0 auto}.faq__item{border-bottom:1px solid var(--border-soft)}.faq__q{text-align:left;width:100%;font-family:var(--display);color:var(--ink-900);justify-content:space-between;align-items:center;gap:24px;padding:24px 0;font-size:17px;font-weight:600;display:flex}.faq__q:hover{color:var(--indigo-700)}.faq__plus{width:24px;height:24px;transition:transform var(--dur) var(--ease);flex-shrink:0;position:relative}.faq__plus:before,.faq__plus:after{content:"";background:currentColor;border-radius:1px;position:absolute;top:50%;left:50%}.faq__plus:before{width:12px;height:1.5px;transform:translate(-50%,-50%)}.faq__plus:after{width:1.5px;height:12px;transition:transform var(--dur) var(--ease);transform:translate(-50%,-50%)}.faq__item.is-open .faq__plus:after{transform:translate(-50%,-50%)scaleY(0)}.faq__a{max-height:0;transition:max-height .38s var(--ease), padding .38s var(--ease);color:var(--ink-500);font-size:15px;line-height:1.65;overflow:hidden}.faq__item.is-open .faq__a{max-height:320px;padding-bottom:24px}.closer{background:linear-gradient(180deg, var(--indigo-600), var(--indigo-800));color:var(--white);text-align:center;padding:140px 0 120px;position:relative;overflow:hidden}.closer:before{content:"";pointer-events:none;background:radial-gradient(at 30% 40%,#fed7d833,#0000 50%),radial-gradient(at 70% 60%,#e0f7ef26,#0000 50%);width:140%;height:120%;position:absolute;top:-50%;left:-20%}.closer__inner{position:relative}.closer__mark{filter:invert(.95);width:64px;height:64px;margin:0 auto 28px}.closer__mark video,.closer__mark img{object-fit:contain;width:100%;height:100%}.closer h2{color:var(--white)}.closer p{color:#ffffffd1;max-width:640px;margin:20px auto 40px}.closer__form{max-width:480px;margin:0 auto}.foot{background:var(--bg);border-top:1px solid var(--border);padding:60px 0 40px}.foot__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.foot__brand{font-family:var(--display);align-items:center;gap:8px;font-weight:700;display:flex}.foot__brand-mark{width:22px;height:22px}.foot__brand-mark img{object-fit:contain;width:100%;height:100%}.foot__links{color:var(--ink-500);flex-wrap:wrap;gap:24px;font-size:13px;display:flex}.foot__links a:hover{color:var(--ink-900)}.foot__legal{font-family:var(--mono);color:var(--ink-400);border-top:1px solid var(--border-soft);margin-top:20px;padding-top:20px;font-size:11px}.reveal{opacity:0;transition:all .7s var(--ease);transform:translateY(24px)}.reveal.is-in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}.reveal{opacity:1;transform:none}}
@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_40d561cf-module__6I-ssq__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_40d561cf-module__6I-ssq__variable{--font-manrope:"Manrope", "Manrope Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:300;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:300;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:300;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:300;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:300;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.1y4-pdgsjb-pw.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.3lvt2whj97whp.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.0k62hbripvv8p.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.3-6t-g6q0vh0a.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.p.2bn3s6zvc0dyp.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.0-dom-5bn10r2.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.1y4-pdgsjb-pw.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.3lvt2whj97whp.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.0k62hbripvv8p.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.3-6t-g6q0vh0a.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.p.2bn3s6zvc0dyp.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.0-dom-5bn10r2.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.1y4-pdgsjb-pw.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.3lvt2whj97whp.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.0k62hbripvv8p.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.3-6t-g6q0vh0a.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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-s.p.2bn3s6zvc0dyp.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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 Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_564c8dc7-module__uFyCnq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_564c8dc7-module__uFyCnq__variable{--font-inter:"Inter", "Inter Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/04c5164763c40239-s.1kd-r_s9smv5m.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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.3hlisc-pwq13z.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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.0-oo9_1x_xmvg.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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.36fqqi66-3tjb.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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.3_z45zcoc-xoz.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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.p.1bkzbscqrt8rl.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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.1kd-r_s9smv5m.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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.3hlisc-pwq13z.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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.0-oo9_1x_xmvg.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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.36fqqi66-3tjb.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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.3_z45zcoc-xoz.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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.p.1bkzbscqrt8rl.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:600;font-display:swap;src:url(../media/04c5164763c40239-s.1kd-r_s9smv5m.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:600;font-display:swap;src:url(../media/26f284dcc38c84c0-s.3hlisc-pwq13z.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:600;font-display:swap;src:url(../media/7e7f32a39836f228-s.0-oo9_1x_xmvg.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:600;font-display:swap;src:url(../media/fa39153a3fc630ba-s.36fqqi66-3tjb.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:600;font-display:swap;src:url(../media/6a5386fd6038edbe-s.3_z45zcoc-xoz.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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:600;font-display:swap;src:url(../media/051742360c26797e-s.p.1bkzbscqrt8rl.woff2?dpl=dpl_A4mDoeBRtpLE8VHyxRAK7QVhcipd)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_4e9cc18-module__P2UfCW__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.jetbrains_mono_4e9cc18-module__P2UfCW__variable{--font-jetbrains-mono:"JetBrains Mono", "JetBrains Mono Fallback"}
