*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;background:#fff;color:#0f1b2d;font-family:var(--font-body),"SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}body{background-color:#fff}a{color:inherit;text-decoration:none}button{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f7f9fc}::-webkit-scrollbar-thumb{background:#c2cede;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#1e7fe0}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 0 0 rgba(30,127,224,.4)}50%{box-shadow:0 0 32px 4px rgba(30,127,224,.18)}}@keyframes grid-pan{0%{background-position:0 0}to{background-position:56px 56px}}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:.35}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.mz-fade-up{animation:fade-up .6s cubic-bezier(.4,0,.2,1) both}.mz-fade-in{animation:fade-in .8s ease-out both}.mz-float{animation:floaty 4s ease-in-out infinite}.mz-blink{animation:blink 1.6s ease-in-out infinite}.mz-glow-pulse{animation:pulse-glow 2.4s ease-in-out infinite}.mz-glass{background:#fff;border:1px solid #e6ebf2;box-shadow:0 1px 3px rgba(16,24,40,.07),0 1px 2px rgba(16,24,40,.05);border-radius:12px;transition:box-shadow .2s ease,border-color .2s ease}.mz-glass:hover{border-color:#d0d9e6;box-shadow:0 4px 12px rgba(16,24,40,.08),0 1px 3px rgba(16,24,40,.06)}@keyframes mz-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.82)}}.mz-pulse{animation:mz-pulse 1.3s ease-in-out infinite}.mz-input{transition:box-shadow .15s ease,border-color .15s ease}.mz-input:focus{outline:none;box-shadow:0 0 0 3px rgba(30,127,224,.18)}.mz-border-gradient{position:relative;border-radius:16px;background:linear-gradient(135deg,rgba(30,127,224,.55),rgba(30,127,224,.08));padding:1px}.mz-border-gradient>.mz-inner{border-radius:15px;background:#fff;height:100%}.mz-tilt{transition:transform .4s cubic-bezier(.175,.885,.32,1.275);transform-style:preserve-3d;transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateZ(0);will-change:transform}.mz-tilt:hover{transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateY(-4px) translateZ(6px)}h1,h2,h3,h4,h5,h6{letter-spacing:-.015em}.mz-heading,h1,h2,h3,h4,h5,h6{font-family:var(--font-display),"SF Pro Display",-apple-system,BlinkMacSystemFont,sans-serif}.mz-heading{color:#0f1b2d;letter-spacing:-.02em;font-weight:800}.mz-btn-primary{background:#1e7fe0;color:#fff;border:none;padding:.9rem 1.6rem;border-radius:10px;font-weight:700;letter-spacing:.02em;cursor:pointer;box-shadow:0 1px 2px rgba(16,24,40,.12);transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;font-family:inherit;display:inline-block;text-align:center;text-decoration:none}.mz-btn-primary:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent,hsla(0,0%,100%,.35),transparent);transform:translateX(-100%);transition:transform .6s;pointer-events:none}.mz-btn-primary:hover{background:#1565c0;transform:translateY(-1px);box-shadow:0 4px 10px rgba(30,127,224,.28)}.mz-btn-primary:hover:after{transform:translateX(100%)}.mz-btn-primary:disabled{opacity:.55;cursor:not-allowed}.mz-btn-ghost{background:#fff;color:#0f1b2d;border:1px solid #d0d9e6;padding:.85rem 1.55rem;border-radius:10px;font-weight:600;cursor:pointer;box-shadow:0 1px 2px rgba(16,24,40,.05);transition:all .2s cubic-bezier(.4,0,.2,1);font-family:inherit;display:inline-block;text-decoration:none;text-align:center}.mz-btn-ghost:hover{background:#f7f9fc;border-color:#1e7fe0;color:#1565c0}.mz-btn-ghost:disabled{opacity:.5;cursor:not-allowed}.mz-grid-bg{background-image:linear-gradient(rgba(30,127,224,.05) 1px,transparent 0),linear-gradient(90deg,rgba(30,127,224,.05) 1px,transparent 0);background-size:48px 48px;animation:grid-pan 24s linear infinite}.mz-shimmer{background:linear-gradient(90deg,rgba(30,127,224,0),rgba(30,127,224,.18) 50%,rgba(30,127,224,0));background-size:200% 100%;animation:shimmer 3s linear infinite}@media (prefers-reduced-motion:reduce){.mz-blink,.mz-fade-in,.mz-fade-up,.mz-float,.mz-glow-pulse,.mz-grid-bg,.mz-shimmer,.mz-tilt{animation:none!important;transition:none!important}}.mz-nav-links{display:flex;gap:1.4rem}.mz-nav-hamburger{display:none!important}@media (max-width:820px){.mz-nav-links{display:none}.mz-nav-hamburger{display:inline-flex!important}.mz-nav-balance,.mz-nav-signout{display:none}}@media (max-width:520px){.mz-nav-brand-text,.mz-nav-username{display:none}.mz-nav-account{padding:.3rem!important}}.mz-play-wrap{padding:2rem}@media (max-width:720px){.mz-play-wrap{padding:.85rem .75rem 1.25rem!important}}.mz-page-pad{padding:3rem 2rem}@media (max-width:720px){.mz-page-pad{padding:1.5rem 1rem!important}}@media (max-width:420px){.mz-page-pad{padding:1rem .75rem!important}}.mz-play-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:1.5rem;gap:1.5rem;align-items:start;margin-top:1.5rem}.mz-play-grid--blocks{grid-template-columns:minmax(0,1fr) 280px}@media (max-width:820px){.mz-play-grid,.mz-play-grid--blocks{grid-template-columns:minmax(0,1fr)!important}}.mz-terminal-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);grid-gap:1.5rem;gap:1.5rem;align-items:start}@media (max-width:820px){.mz-terminal-grid{grid-template-columns:minmax(0,1fr)!important}}canvas,img,video{max-width:100%}@media (max-width:820px){input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{font-size:16px!important}}.mz-tap{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.mz-scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch}.mz-break{overflow-wrap:anywhere;word-break:break-word}@media (max-width:520px){.mz-elite-row{grid-template-columns:40px minmax(0,1fr)!important;row-gap:.55rem}.mz-elite-row>.mz-elite-tail{grid-column:1/-1}}.mz-hero-fx{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.mz-hero-spot{position:absolute;inset:0;background:radial-gradient(340px circle at var(--mx,50%) var(--my,30%),rgba(30,127,224,.16),transparent 62%);opacity:var(--spot,0);transition:opacity .45s ease}.mz-orb{position:absolute;border-radius:50%;filter:blur(52px);opacity:.32}.mz-orb-1{width:360px;height:360px;top:-70px;left:4%;background:radial-gradient(circle,rgba(34,150,245,.5),transparent 70%);transform:translate(calc(var(--px, 0) * 42px),calc(var(--py, 0) * 42px));animation:orb-a 15s ease-in-out infinite}.mz-orb-2{width:300px;height:300px;top:14%;right:3%;background:radial-gradient(circle,rgba(21,101,192,.42),transparent 70%);transform:translate(calc(var(--px, 0) * -32px),calc(var(--py, 0) * 30px));animation:orb-b 19s ease-in-out infinite}.mz-orb-3{width:240px;height:240px;bottom:-60px;left:42%;background:radial-gradient(circle,rgba(127,192,247,.4),transparent 70%);transform:translate(calc(var(--px, 0) * 22px),calc(var(--py, 0) * -26px));animation:orb-c 17s ease-in-out infinite}@keyframes orb-a{0%,to{translate:0 0}50%{translate:0 -26px}}@keyframes orb-b{0%,to{translate:0 0}50%{translate:-22px 18px}}@keyframes orb-c{0%,to{translate:0 0}50%{translate:18px -20px}}.mz-card-shine{position:relative;overflow:hidden}.mz-card-shine:after{content:"";position:absolute;top:0;left:-75%;width:45%;height:100%;background:linear-gradient(105deg,transparent,hsla(0,0%,100%,.55),transparent);transform:skewX(-16deg);opacity:0;pointer-events:none;z-index:3}.mz-card-shine:hover:after{animation:shine-sweep .85s ease}@keyframes shine-sweep{0%{left:-75%;opacity:.85}to{left:135%;opacity:0}}@media (prefers-reduced-motion:reduce){.mz-card-shine:hover:after,.mz-orb-1,.mz-orb-2,.mz-orb-3{animation:none!important}}.mz-hero-anchors{display:none}@media (min-width:1280px){.mz-hero-anchors{display:block}}@font-face{font-family:__Archivo_eff13a;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Archivo_eff13a;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Archivo_eff13a;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Archivo_eff13a;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Archivo_eff13a;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Archivo_eff13a;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Archivo_eff13a;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Archivo_eff13a;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Archivo_eff13a;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Archivo_Fallback_eff13a;src:local("Arial");ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.00%;size-adjust:98.70%}.__className_eff13a{font-family:__Archivo_eff13a,__Archivo_Fallback_eff13a;font-style:normal}.__variable_eff13a{--font-display:"__Archivo_eff13a","__Archivo_Fallback_eff13a"}@font-face{font-family:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Hanken_Grotesk_c8454b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Hanken_Grotesk_Fallback_c8454b;src:local("Arial");ascent-override:99.07%;descent-override:30.02%;line-gap-override:0.00%;size-adjust:100.94%}.__className_c8454b{font-family:__Hanken_Grotesk_c8454b,__Hanken_Grotesk_Fallback_c8454b;font-style:normal}.__variable_c8454b{--font-body:"__Hanken_Grotesk_c8454b","__Hanken_Grotesk_Fallback_c8454b"}