:root{color-scheme:light;--font-sans:var(--font-geist-sans),Arial,Helvetica,sans-serif;--font-mono:var(--font-geist-mono),ui-monospace,SFMono-Regular,Menlo,monospace;--ink:#171717;--on-ink:#ffffff;--body:#4d4d4d;--mute:#8f8f8f;--faint:#a1a1a1;--hairline:#ebebeb;--hairline-soft:#f2f2f2;--canvas:#fafafa;--canvas-elevated:#ffffff;--blue:#0070f3;--blue-deep:#0761d1;--blue-soft:#d3e5ff;--violet:#7928ca;--violet-soft:#d8ccf1;--cyan:#50e3c2;--cyan-soft:#aaffec;--pink:#ff0080;--magenta:#eb367f;--error:#ee0000;--error-deep:#c50000;--warning:#f5a623;--warning-soft:#ffefcf;--warning-deep:#ab570a;--success:#0070f3;--gradient-develop-start:#007cf0;--gradient-develop-end:#00dfd8;--gradient-preview-start:#7928ca;--gradient-preview-end:#ff0080;--gradient-ship-start:#ff4d4d;--gradient-ship-end:#f9cb28;--surface-page:var(--canvas);--surface-card:var(--canvas-elevated);--surface-well:var(--hairline-soft);--text-heading:var(--ink);--text-body:var(--body);--text-mute:var(--mute);--text-faint:var(--faint);--text-link:var(--blue);--text-on-primary:var(--on-ink);--border-default:var(--hairline);--border-soft:var(--hairline-soft);--border-strong:var(--ink);--action-primary-bg:var(--ink);--action-primary-fg:var(--on-ink);--action-secondary-bg:var(--canvas-elevated);--action-secondary-fg:var(--ink);--focus-ring:var(--blue);--gradient-mesh:radial-gradient(60% 90% at 12% 20%,rgba(0,124,240,.30),transparent 62%),radial-gradient(55% 85% at 38% 78%,rgba(0,223,216,.28),transparent 64%),radial-gradient(58% 88% at 66% 18%,rgba(121,40,202,.26),transparent 62%),radial-gradient(52% 80% at 88% 62%,rgba(255,0,128,.22),transparent 62%),radial-gradient(48% 78% at 74% 96%,rgba(249,203,40,.24),transparent 62%);--gradient-develop:linear-gradient(90deg,var(--gradient-develop-start),var(--gradient-develop-end));--gradient-preview:linear-gradient(90deg,var(--gradient-preview-start),var(--gradient-preview-end));--gradient-ship:linear-gradient(90deg,var(--gradient-ship-start),var(--gradient-ship-end));--shadow-0:none;--shadow-1:0px 1px 1px rgba(0,0,0,.04);--shadow-2:0px 2px 2px rgba(0,0,0,.04),0px 8px 16px -4px rgba(0,0,0,.06);--border-hairline:1px solid var(--hairline);--radius-none:0px;--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--radius-pill-category:64px;--radius-pill:100px;--radius-full:9999px;--space-xxs:4px;--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:40px;--space-3xl:64px;--space-4xl:96px;--space-section:128px;--container-max:1200px;--gutter:24px;--display-xl-size:48px;--display-xl-weight:600;--display-xl-lh:48px;--display-xl-ls:-2.4px;--heading-lg-size:32px;--heading-lg-weight:600;--heading-lg-lh:40px;--heading-lg-ls:-1.28px;--heading-md-size:20px;--heading-md-weight:600;--heading-md-lh:28px;--heading-md-ls:-0.4px;--label-sm-size:14px;--label-sm-weight:500;--label-sm-lh:20px;--label-sm-ls:-0.28px;--mono-eyebrow-size:12px;--mono-eyebrow-weight:500;--mono-eyebrow-lh:16px;--mono-eyebrow-ls:0px;--body-lg-size:16px;--body-lg-lh:24px;--body-md-size:14px;--body-md-lh:20px;--body-sm-size:12px;--body-sm-lh:16px;--button-lg-size:16px;--button-lg-weight:500;--button-lg-lh:20px;--button-md-size:14px;--button-md-weight:500;--button-md-lh:20px;--code-size:14px;--code-lh:20px;--canvas-soft:var(--canvas)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface-page);color:var(--text-body);font-family:var(--font-sans);font-size:var(--body-md-size);line-height:var(--body-md-lh);-webkit-font-smoothing:antialiased}a{color:var(--text-link);text-decoration:none}a:hover{color:var(--ink)}::selection{background:var(--blue-soft);color:var(--ink)}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}img,svg{display:block;max-width:100%}.ewf-display-xl{font-size:var(--display-xl-size);font-weight:var(--display-xl-weight);line-height:var(--display-xl-lh);letter-spacing:var(--display-xl-ls)}.ewf-display-xl,.ewf-heading-lg{font-family:var(--font-sans);color:var(--text-heading)}.ewf-heading-lg{font-size:var(--heading-lg-size);font-weight:var(--heading-lg-weight);line-height:var(--heading-lg-lh);letter-spacing:var(--heading-lg-ls)}.ewf-heading-md{font-family:var(--font-sans);font-size:var(--heading-md-size);font-weight:var(--heading-md-weight);line-height:var(--heading-md-lh);letter-spacing:var(--heading-md-ls);color:var(--text-heading)}.ewf-label-sm{font-family:var(--font-sans);font-size:var(--label-sm-size);font-weight:var(--label-sm-weight);line-height:var(--label-sm-lh);letter-spacing:var(--label-sm-ls)}.ewf-mono-eyebrow{font-family:var(--font-mono);font-size:var(--mono-eyebrow-size);font-weight:var(--mono-eyebrow-weight);line-height:var(--mono-eyebrow-lh);text-transform:uppercase;color:var(--text-mute)}.ewf-body-lg{font-size:var(--body-lg-size);line-height:var(--body-lg-lh)}.ewf-body-lg,.ewf-body-md{font-family:var(--font-sans);color:var(--text-body)}.ewf-body-md{font-size:var(--body-md-size);line-height:var(--body-md-lh)}.ewf-body-sm{font-family:var(--font-sans);font-size:var(--body-sm-size);line-height:var(--body-sm-lh);color:var(--text-mute)}.ewf-code{font-family:var(--font-mono);font-size:var(--code-size);line-height:var(--code-lh);color:var(--text-heading)}@keyframes ewf-breathe{0%,to{opacity:1}50%{opacity:.55}}@keyframes ewf-blob{0%,to{transform:translateZ(0) scale(1)}33%{transform:translate3d(2%,-3%,0) scale(1.04)}66%{transform:translate3d(-2%,2%,0) scale(.98)}}.ewf-navlink:hover{color:var(--ink)!important;background:var(--hairline-soft)}.ewf-social-link{transition:color .15s ease,border-color .15s ease,transform .2s cubic-bezier(.16,1,.3,1)}.ewf-social-link:hover{color:var(--ink);border-color:var(--ink);transform:translateY(-1px)}.hero-orbit-link .hero-orbit-icon{transition:border-color .15s ease,color .15s ease,transform .2s cubic-bezier(.16,1,.3,1)}.hero-orbit-link:hover .hero-orbit-icon{border-color:var(--ink);transform:scale(1.08)}.hero-orbit-link span.ewf-body-sm{transition:color .15s ease}.hero-orbit-link:hover span.ewf-body-sm{color:var(--ink)}.ewf-occupation-pill{transition:border-color .15s ease,color .15s ease}.ewf-occupation-pill:hover{border-color:var(--ink)!important;color:var(--ink)!important}.ewf-blog-card{transition:border-color .15s ease,transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease}.ewf-blog-card:hover{border-color:var(--ink)!important;transform:translateY(-2px);box-shadow:var(--shadow-2)}.ewf-btn{will-change:transform}.ewf-btn:hover{transform:translateY(-1px)}.ewf-btn:active{transform:translateY(0)}.ewf-container{max-width:var(--container-max);margin:0 auto;padding-left:var(--space-lg);padding-right:var(--space-lg)}.ewf-hide-scrollbar::-webkit-scrollbar{display:none}@media (max-width:900px){.ewf-grid-2,.ewf-grid-3{grid-template-columns:1fr!important}.ewf-grid-4{grid-template-columns:repeat(2,1fr)!important}.ewf-hero-grid{grid-template-columns:1fr!important}.ewf-hero-aside{order:-1}.ewf-terms-grid{grid-template-columns:1fr!important}}@media (max-width:600px){.ewf-grid-4{grid-template-columns:1fr!important}.ewf-display-hero{font-size:34px!important;line-height:36px!important;letter-spacing:-1.4px!important}.ewf-display-cta{font-size:32px!important;line-height:36px!important;letter-spacing:-1.2px!important}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.ewf-orbit-wrap{height:440px}.ewf-orbit{transform:translate(-50%,-50%)}@media (max-width:1100px){.ewf-orbit-wrap{height:400px}.ewf-orbit{transform:translate(-50%,-50%) scale(.9)}}@media (max-width:980px){.ewf-orbit-wrap{height:440px}.ewf-orbit{transform:translate(-50%,-50%)}}@media (max-width:720px){.ewf-orbit-wrap{height:380px}.ewf-orbit{transform:translate(-50%,-50%) scale(.86)}}@media (max-width:560px){.ewf-orbit-wrap{height:320px}.ewf-orbit{transform:translate(-50%,-50%) scale(.72)}}@media (max-width:400px){.ewf-orbit-wrap{height:280px}.ewf-orbit{transform:translate(-50%,-50%) scale(.62)}}.ewf-terms-table{order:1}.ewf-terms-aside{order:2}@media (max-width:900px){.ewf-terms-grid>*{order:0!important;position:static!important}}@media (min-width:901px) and (max-width:1100px){.ewf-about-portrait{width:88%}}@media (max-width:900px){.ewf-about-grid{grid-template-columns:1fr!important;gap:40px!important}.ewf-about-portrait{max-width:380px;margin:0 auto}}@media (max-width:560px){.ewf-about-portrait{max-width:240px}}@media (max-width:400px){.ewf-about-portrait{max-width:200px}}.ewf-nav{flex:1 1;min-width:0;overflow-x:auto;scrollbar-width:none}.ewf-nav::-webkit-scrollbar{display:none}.ewf-nav a{white-space:nowrap}@media (max-width:900px){.ewf-header-cta{display:none!important}}@media (max-width:760px){.ewf-header{flex-wrap:wrap;row-gap:8px}.ewf-nav{order:3;width:100%;flex:0 0 100%;padding-top:8px;border-top:1px solid var(--hairline-soft)}}.ewf-mobile-cta{display:none}@media (max-width:900px){.ewf-mobile-cta{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:40;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:var(--canvas-elevated);border-top:1px solid var(--border-default);box-shadow:0 -2px 2px rgba(0,0,0,.04),0 -8px 16px -4px rgba(0,0,0,.06)}.ewf-page{padding-bottom:84px}}@font-face{font-family:Geist;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f639721981034f88-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:Geist;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9766a7e9e2e0ad5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b66cf8e69499582a-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:Geist;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/aa016aab0e6d1295-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:Geist;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/22a5144ee8d83bca-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:Geist;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f639721981034f88-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:Geist;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9766a7e9e2e0ad5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b66cf8e69499582a-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:Geist;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/aa016aab0e6d1295-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:Geist;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/22a5144ee8d83bca-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:Geist;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f639721981034f88-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:Geist;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9766a7e9e2e0ad5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b66cf8e69499582a-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:Geist;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/aa016aab0e6d1295-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:Geist;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/22a5144ee8d83bca-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:Geist;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f639721981034f88-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:Geist;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9766a7e9e2e0ad5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b66cf8e69499582a-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:Geist;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/aa016aab0e6d1295-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:Geist;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/22a5144ee8d83bca-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:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_629dad{font-family:Geist,Geist Fallback;font-style:normal}.__variable_629dad{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/013b72fa676f92e0-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:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b9408752a0c24fb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/65f03d54ccadf4a8-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e038a29029a234f2-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:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/2b5b02fc7e511755-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:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7d4881bb7e1bf84d-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:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/013b72fa676f92e0-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:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b9408752a0c24fb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/65f03d54ccadf4a8-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e038a29029a234f2-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:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/2b5b02fc7e511755-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:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7d4881bb7e1bf84d-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:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_d7bf65{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_d7bf65{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}