.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#0c0c0dc7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid #222226}.nav__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;max-width:1320px;margin:0 auto;padding:0 32px;height:64px}.nav__inner>.nav__logo{justify-self:start}.nav__inner>.nav__links{justify-self:center}.nav__inner>.nav__cta{justify-self:end}.nav__logo{display:inline-flex;align-items:center;color:#f4f3ed!important}.nav__logo svg{height:28px;width:auto;display:block;transition:color .3s cubic-bezier(.39,.575,.565,1)}.nav__logo:hover svg{color:#fec400}.nav__logo .logo-l{transition:fill .3s cubic-bezier(.39,.575,.565,1)}.nav__logo:hover .logo-l{fill:#106cea}@media(prefers-reduced-motion:reduce){.nav__logo svg{transition:none}}.nav__links{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.nav__links a{position:relative;font-family:Geist Mono,ui-monospace,monospace;font-weight:400;font-size:13px;color:#edece1;text-decoration:none;transition:color .15s ease}.nav__links a:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:1.5px;background:#2880f0;transform:scaleX(0);transform-origin:left center;transition:transform .28s cubic-bezier(.22,1,.36,1)}.nav__links a:hover{color:#f4f3ed}.nav__links a:hover:after{transform:scaleX(1)}@media(prefers-reduced-motion:reduce){.nav__links a:after{transition:none}}.nav__cta{display:flex;align-items:center;gap:8px}.nav .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Geist Mono,ui-monospace,monospace;font-weight:500;font-size:13px;line-height:21px;padding:8px 16px;border:1px solid transparent;border-radius:0;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.nav .btn--primary{background:#fec400;color:#0c0c0d;border-color:#fec400}.nav .btn--primary:hover{background:#e5b000;border-color:#e5b000;box-shadow:0 0 24px #fec40033}.nav .btn--ghost{background:transparent;color:#edece1;border-color:transparent;padding:8px 4px}.nav .btn--ghost:hover{color:#fec400}.nav__hamburger{display:none;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;background:none;border:none;padding:0}.nav__hamburger span{display:block;width:20px;height:2px;background:#f4f3ed;position:relative;transition:background .2s}.nav__hamburger span:before,.nav__hamburger span:after{content:"";position:absolute;left:0;width:20px;height:2px;background:#f4f3ed;transition:transform .2s}.nav__hamburger span:before{top:-6px}.nav__hamburger span:after{top:6px}.nav__hamburger.is-open span{background:transparent}.nav__hamburger.is-open span:before{transform:translateY(6px) rotate(45deg)}.nav__hamburger.is-open span:after{transform:translateY(-6px) rotate(-45deg)}.nav__mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;background:#0c0c0df7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:98;padding:32px 24px;flex-direction:column;gap:8px}.nav__mobile-menu.is-open{display:flex}.nav__mobile-link{font-family:Geist Mono,ui-monospace,monospace;font-weight:400;font-size:18px;color:#edece1;text-decoration:none;padding:14px 0;border-bottom:1px solid #3C3E43;transition:color .2s}.nav__mobile-link:hover{color:#f4f3ed}.nav__mobile-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:24px;font-family:Geist Mono,ui-monospace,monospace;font-weight:500;font-size:14px;line-height:1;padding:16px 18px;border-radius:0;background:#fec400;color:#0c0c0d;border:1px solid #FEC400;text-decoration:none}.nav__mobile-cta:hover{background:#e5b000;border-color:#e5b000}@media(max-width:880px){.nav__inner{display:flex;justify-content:space-between}.nav__links,.nav__cta .btn--ghost,.nav__cta .btn--primary{display:none}.nav__hamburger{display:flex}}.subnav{position:fixed;top:64px;left:0;right:0;z-index:99;display:flex;justify-content:center;padding:0 24px;background:#0c0c0de6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #141416;transform:translateY(-100%);opacity:0;transition:transform .3s ease-out,opacity .3s ease-out;pointer-events:none}.subnav.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.subnav__inner{display:flex;align-items:center;justify-content:center;gap:40px;height:44px;max-width:1320px}.subnav__link{font-family:Geist Mono,ui-monospace,monospace;font-weight:400;font-size:12px;line-height:1;letter-spacing:.06em;color:#767c91;text-decoration:none;padding:4px 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.subnav__link:hover{color:#f4f3ed}.subnav__link.is-active{color:#f4f3ed;border-bottom-color:#fec400}@media(max-width:640px){.subnav__inner{justify-content:flex-start;gap:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 16px}.subnav__inner::-webkit-scrollbar{display:none}.subnav__link{font-size:11px;white-space:nowrap}}.foot-bar{border-top:1px solid #222226;background:#0c0c0d;padding:28px 0}.foot-bar__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;width:100%;max-width:1320px;margin:0 auto;padding:0 32px}.foot-bar__logo{justify-self:start;display:inline-flex;align-items:center;height:18px;color:#6e6e73}.foot-bar__logo svg{height:100%;width:auto;display:block}.foot-bar__links{justify-self:center;display:flex;gap:28px;list-style:none;margin:0;padding:0}.foot-bar__links a{position:relative;font-family:Geist Mono,ui-monospace,monospace;font-weight:400;font-size:13px;color:#b7b7bd;text-decoration:none;transition:color .15s ease}.foot-bar__links a:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:1.5px;background:#2880f0;transform:scaleX(0);transform-origin:left center;transition:transform .28s cubic-bezier(.22,1,.36,1)}.foot-bar__links a:hover{color:#f4f3ed}.foot-bar__links a:hover:after{transform:scaleX(1)}.foot-bar__copy{justify-self:end;font-family:Geist Mono,ui-monospace,monospace;font-size:12px;color:#6e6e73}@media(max-width:880px){.foot-bar__inner{grid-template-columns:1fr;justify-items:center;text-align:center;gap:18px}.foot-bar__logo,.foot-bar__links,.foot-bar__copy{justify-self:center}.foot-bar__links{flex-wrap:wrap;justify-content:center}}@media(prefers-reduced-motion:reduce){.foot-bar__links a:after{transition:none}}.demo-video__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0c0c0d00;transition:background .2s;cursor:pointer;z-index:2}.demo-video__overlay:hover{background:#0c0c0d40}.demo-video__overlay svg{width:56px;height:56px;opacity:0;transition:opacity .2s;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}.demo-video__overlay:hover svg{opacity:1}.demo-video__overlay.is-paused{background:#0c0c0d59}.demo-video__overlay.is-paused svg{opacity:1}.demo-video__expand{position:absolute;bottom:12px;right:12px;width:32px;height:32px;background:#0c0c0d99;border:1px solid var(--border-primary);border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;opacity:0;transition:opacity .2s}.demo-video__inner:hover .demo-video__expand{opacity:1}.demo-video__expand svg{width:16px;height:16px}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0c0c0df2;display:none;align-items:center;justify-content:center;padding:24px;cursor:pointer}.lightbox.is-open{display:flex}.lightbox__content{max-width:100%;max-height:100%;border-radius:8px;overflow:hidden;border:1px solid var(--border-primary)}.lightbox__content video,.lightbox__content img{display:block;max-width:90vw;max-height:90vh;object-fit:contain}.lightbox__close{position:absolute;top:16px;right:16px;width:40px;height:40px;background:#f4f3ed1a;border:1px solid var(--border-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-primary);font-size:20px;transition:background .2s}.lightbox__close:hover{background:#f4f3ed33}@media(max-width:1024px){.demo-video__expand{opacity:1}.demo-video__overlay svg{width:44px;height:44px}}
