:root{--green-deep:#1c3327;--terracotta:#c97c4a;--terracotta-text:#9e5524;--terracotta-on-dark:#d98f5f;--peach:#e8be9c;--cream-page:#e8e7d6;--cream-panel:#f2f1e7;--cream-band:#ebeada;--sage:#dfe0cd;--line:#e0dfcc;--text-muted:#5e6a5e;--sage-text:#8ca08e;--dark-body:#c2cec2;--footer-link:#e2eae0;--footer-line:#33503f;--serif:var(--font-serif),Georgia,serif;--sans:var(--font-sans),sans-serif;--display:var(--font-display),sans-serif;--mono:var(--font-mono),monospace}html,body{background:var(--cream-page);-webkit-font-smoothing:antialiased;margin:0;padding:0}h1,h2,h3,p{margin:0;font-weight:400}a{color:var(--green-deep);text-decoration:none}a:hover{color:var(--terracotta-text)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--terracotta);outline-offset:2px}::selection{background:var(--peach);color:var(--green-deep)}.site{background:var(--cream-panel);max-width:1280px;margin:0 auto;box-shadow:0 18px 44px -18px #2d3b2e47}.eyebrow{font-family:var(--mono);letter-spacing:.22em;color:var(--terracotta-text);font-size:11px}.btn{white-space:nowrap;font-family:var(--display);border-radius:999px;font-weight:600}.btn-primary{background:var(--terracotta);color:var(--cream-panel)}a.btn-primary:hover{color:var(--cream-panel);background:#b96e3e}.nav{background:var(--cream-panel);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px 40px;display:flex}.brand{align-items:center;gap:11px;display:flex}.wordmark{flex-direction:column;display:flex}.nav-links{font-family:var(--sans);color:var(--green-deep);white-space:nowrap;align-items:center;gap:28px;font-size:13.5px;font-weight:500;display:flex}.nav-links .btn{font-family:var(--sans);padding:10px 20px;font-size:13.5px}.footer{background:var(--green-deep);flex-direction:column;gap:36px;padding:52px 64px 36px;display:flex}.footer-bottom{border-top:1px solid var(--footer-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:20px;display:flex}.footer-bottom span,.footer-bottom a{font-family:var(--mono);color:var(--sage-text);white-space:nowrap;font-size:10.5px}.footer-bottom a:hover{color:var(--peach)}.social-link{color:var(--dark-body);align-self:flex-start;display:inline-flex}.social-link:hover{color:var(--peach)}.honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form-page{flex-direction:column;gap:18px;max-width:640px;margin:0 auto;padding:48px 32px 80px;display:flex}.form-page .eyebrow{font-size:11.5px}.form-title{font-family:var(--serif);letter-spacing:-.025em;color:var(--green-deep);font-size:44px;line-height:1.1}.form-sub{font-family:var(--sans);color:var(--text-muted);font-size:15px;line-height:1.6}.lead-form{flex-direction:column;gap:16px;margin-top:10px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.field label{font-family:var(--mono);letter-spacing:.18em;color:var(--text-muted);text-transform:uppercase;font-size:10.5px}.field input,.field select,.field textarea{font-family:var(--sans);color:var(--green-deep);border:1px solid var(--line);background:#fff;border-radius:10px;padding:12px 14px;font-size:15px}.field textarea{resize:vertical;min-height:110px}.lead-form button{cursor:pointer;border:none;align-self:flex-start;padding:14px 30px;font-size:15px}.lead-form button:disabled{opacity:.6;cursor:default}.form-error{font-family:var(--sans);color:var(--green-deep);background:var(--cream-band);border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:14px;line-height:1.6}.form-success{flex-direction:column;align-items:flex-start;gap:14px;margin-top:10px;display:flex}.form-success h2{font-family:var(--serif);color:var(--green-deep);font-size:28px}.form-success p{font-family:var(--sans);color:var(--text-muted);font-size:15px;line-height:1.6}.notfound{text-align:center;flex-direction:column;align-items:center;gap:18px;max-width:640px;margin:0 auto;padding:80px 32px 100px;display:flex}.notfound h1{font-family:var(--serif);letter-spacing:-.025em;color:var(--green-deep);font-size:44px}.notfound p{font-family:var(--sans);color:var(--text-muted);font-size:15px;line-height:1.6}.legal{flex-direction:column;gap:20px;max-width:760px;margin:0 auto;padding:48px 32px 80px;display:flex}.legal-title{font-family:var(--serif);letter-spacing:-.025em;color:var(--green-deep);font-size:44px;line-height:1.1}.legal-updated{font-family:var(--mono);letter-spacing:.16em;color:var(--text-muted);font-size:11px}.legal h2{font-family:var(--display);color:var(--green-deep);margin-top:16px;font-size:17px;font-weight:700}.legal p{font-family:var(--sans);color:var(--text-muted);font-size:14.5px;line-height:1.7}@media (max-width:1024px){.footer{padding:44px 40px 32px}}@media (max-width:720px){.nav{padding:14px 20px}.nav-links{gap:16px}.nav-links a:not(.btn){display:none}.footer{padding:40px 24px 28px}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-bottom span,.footer-bottom a{white-space:normal}.legal{padding:32px 20px 56px}.legal-title{font-size:32px}}:root{--orange:#e8632b;--sage-2:#78926d;--ink:#233128;--deep:#14231a;--linen:#f5f2eb;--paper:#fbfaf6;--hairline:#23312829}html{scroll-behavior:smooth}body{background:var(--linen);color:var(--ink);overflow-x:hidden}.landing{font-family:var(--font-sans),Arial,sans-serif}.landing a,.landing a:hover{color:inherit}.landing button{font:inherit;-webkit-tap-highlight-color:transparent}.nav-shell{z-index:50;color:#fff;border-bottom:1px solid #f5f2eb47;justify-content:space-between;align-items:center;width:min(1440px,100% - 48px);height:78px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.logo{letter-spacing:-.055em;align-items:baseline;gap:3px;font-size:25px;font-weight:720;display:inline-flex}.logo small{font:600 9px/1 var(--font-sans);letter-spacing:.18em;opacity:.68;margin-left:4px}.top-links{align-items:center;gap:30px;font-size:13px;font-weight:540;display:flex}.top-links>a:not(.nav-cta){opacity:.78;transition:opacity .2s}.top-links>a:hover{opacity:1}.nav-cta{border:1px solid #ffffff8c;border-radius:999px;gap:18px;padding:12px 17px;transition:background .25s,color .25s;display:flex}.nav-cta:hover{color:var(--ink);background:#fff}.menu-button{background:0 0;border:0;padding:10px;display:none}.menu-button span{background:#fff;width:24px;height:1px;margin:6px 0;display:block}.landing-hero{color:#fff;background:var(--deep);isolation:isolate;grid-template-columns:minmax(70px,1fr) minmax(470px,660px) minmax(450px,700px);align-items:center;gap:clamp(30px,4vw,70px);height:100vh;min-height:810px;max-height:940px;padding-top:72px;padding-right:clamp(28px,3vw,64px);display:grid;position:relative;overflow:hidden}.landing-hero:before{content:"";z-index:-3;background:linear-gradient(90deg,#14231afc,#14231ae8 46%,#14231a3d),url(/assets/hero.jpg) 50%/cover;position:absolute;inset:0}.landing-hero:after{content:"";z-index:-1;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:74px 74px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000);mask-image:linear-gradient(90deg,#0000,#000)}.hero-wash{filter:blur(6px);z-index:-2;background:radial-gradient(circle,#e8632b5c,#0000 64%);width:620px;height:620px;position:absolute;top:13%;right:8%}.landing-hero-copy{grid-column:2;align-self:center;padding-top:10px}.flag{letter-spacing:.17em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:28px;font-size:11px;font-weight:650;display:flex}.flag>span{background:var(--orange);width:27px;height:2px}.landing-hero h1{letter-spacing:-.068em;max-width:780px;margin:0;font-size:clamp(52px,5.1vw,74px);font-weight:570;line-height:.93}.landing-hero h1 em{color:#f7a77e;font-family:var(--font-serif),Georgia,serif;letter-spacing:-.06em;font-weight:400;display:block}.hero-lede{color:#ffffffbf;max-width:625px;margin:30px 0 34px;font-size:clamp(17px,1.25vw,20px);line-height:1.62}.hero-actions{align-items:center;gap:27px;display:flex}.button{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:28px;min-height:51px;padding:0 21px;font-size:13px;font-weight:650;transition:transform .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--orange);color:#fff;box-shadow:0 10px 30px #91311040}.button.primary:hover{background:#f06a30}.text-link{border-bottom:1px solid #ffffff57;align-items:center;gap:10px;padding-bottom:5px;font-size:13px;display:inline-flex}.hero-proof{border-top:1px solid #fff3;gap:35px;max-width:610px;margin-top:58px;padding-top:23px;display:flex}.hero-proof div{align-items:baseline;gap:8px;display:flex}.hero-proof strong{letter-spacing:-.05em;font-size:30px;font-weight:560}.hero-proof span{color:#ffffffb3;text-transform:uppercase;letter-spacing:.06em;max-width:85px;font-size:10px;line-height:1.25}.hero-stage{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff17;border:1px solid #ffffff40;border-radius:34px;grid-column:3;max-width:700px;height:min(65vh,630px);padding:24px;position:relative;overflow:hidden;box-shadow:0 40px 100px #050c086b}.stage-photo{opacity:.68;z-index:-1;background:linear-gradient(#0f1e140f,#0f1e14d9),url(/assets/hero.jpg) 62%/cover;position:absolute;inset:0}.stage-topline{letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:11px;display:flex}.stage-topline span{align-items:center;gap:8px;display:flex}.stage-topline i{background:#8fc680;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 0 5px #8fc6802e}.stage-topline small{color:#ffffff80}.route-card{color:var(--ink);background:#fbfaf6f2;border-radius:21px;padding:21px;position:absolute;bottom:132px;left:24px;right:24px;box-shadow:0 20px 50px #0003}.route-family{align-items:center;gap:11px;display:flex}.avatar{color:#fff;background:var(--sage-2);border-radius:12px;place-items:center;width:39px;height:39px;font-size:11px;font-weight:700;display:grid}.route-family>span:nth-child(2){flex-direction:column;flex:1;display:flex}.route-family strong{font-size:13px}.route-family small{color:#5b635c;margin-top:3px;font-size:10px}.route-family b{color:#52724b;text-transform:uppercase;letter-spacing:.07em;background:#e4eee0;border-radius:999px;padding:7px 9px;font-size:9px}.route-line{background:#d9ddd7;justify-content:space-between;height:2px;margin:28px 10px 10px;display:flex;position:relative}.route-line i{border:3px solid var(--paper);z-index:2;background:#d9ddd7;border-radius:50%;width:12px;height:12px;transition:background .4s;position:relative;transform:translateY(-5px)}.route-line i.done{background:var(--orange)}.route-dot{background:var(--orange);border-radius:50%;width:10px;height:10px;animation:4.4s ease-in-out infinite travel;position:absolute;top:-4px;left:0;box-shadow:0 0 0 5px #e8632b2e}.route-labels{color:#5b635c;text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;font-size:8px;display:flex}.stage-callout{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#18271dc7;border:1px solid #ffffff40;border-radius:16px;align-items:center;gap:11px;padding:14px;display:flex;position:absolute;bottom:62px;left:24px;right:24px}.mini-icon{background:var(--orange);border-radius:10px;place-items:center;width:33px;height:33px;display:grid}.stage-callout>span:nth-child(2){flex-direction:column;flex:1;display:flex}.stage-callout small{text-transform:uppercase;color:#ffffff8c;font-size:8px}.stage-callout strong{margin-top:3px;font-size:12px}.stage-callout>b{background:#ffffff1f;border-radius:8px;padding:8px 10px;font-size:11px}.stage-caption{color:#fffc;font-size:11px;position:absolute;bottom:25px;left:26px}.problem-section,.who-section{max-width:1540px;margin:0 auto;padding:120px max(5vw,28px)}.section-tag{text-transform:uppercase;letter-spacing:.16em;color:#6e756f;align-items:center;gap:9px;font-size:9px;font-weight:680;display:inline-flex}.section-tag:after{content:"";opacity:.5;background:currentColor;width:50px;height:1px}.section-tag.light{color:#ffffff8a}.problem-copy,.who-heading{grid-template-columns:1fr 2fr;align-items:start;gap:70px;margin:46px 0 72px;display:grid}.kicker{color:var(--terracotta-text);font-family:var(--font-mono),monospace;letter-spacing:.08em;text-transform:uppercase;max-width:280px;margin:8px 0 0;font-size:11px;line-height:1.5}.kicker.orange{color:#f3976d}.problem-copy h2,.who-heading h2{font:400 clamp(42px,4.2vw,67px)/1.02 var(--font-serif),Georgia,serif;letter-spacing:-.05em;margin:0}.problem-grid{grid-template-columns:1fr 1.38fr;gap:18px;display:grid}.card-lift{background:var(--paper);border:1px solid var(--hairline);border-radius:24px;min-height:440px;padding:clamp(28px,3vw,50px);transition:transform .35s,box-shadow .35s;position:relative}.card-lift:hover{transform:translateY(-5px);box-shadow:0 25px 60px #23312817}.big-stat{flex-direction:column;justify-content:space-between;display:flex}.big-stat>span{color:#5b635c;font-size:12px}.big-stat>strong{letter-spacing:-.085em;margin:35px 0 43px;font-size:clamp(80px,9vw,130px);font-weight:520;line-height:1;display:block}.failure-chart{grid-template-columns:repeat(10,1fr);gap:7px;display:grid}.failure-chart i{background:#edf0ec;border:1px solid #c6ccc7;border-radius:6px;height:42px}.failure-chart i.lost{background:var(--orange);border-color:var(--orange);animation:.8s backwards rise}.big-stat>small{color:#5b635c;margin-top:15px;font-size:11px;display:block}.days-card{background:var(--ink);color:#fff;flex-direction:column;justify-content:space-between;display:flex;overflow:hidden}.days-card:after{content:"";border:1px solid #ffffff21;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-150px;right:-130px;box-shadow:0 0 0 70px #ffffff06,0 0 0 140px #ffffff06}.day-comparison{z-index:2;grid-template-columns:1fr 1fr;gap:60px;display:grid;position:relative}.day-comparison>div{flex-direction:column;align-items:flex-start;display:flex}.day-comparison span{color:#ffffffb8;text-transform:uppercase;letter-spacing:.09em;margin-bottom:16px;font-size:10px}.day-comparison strong{letter-spacing:-.075em;font-size:clamp(64px,7vw,98px);font-weight:520;line-height:.8}.day-comparison strong small{letter-spacing:0;color:#ffffff8a;font-size:12px}.bar{background:#ffffff29;border-radius:5px;width:100%;height:10px;margin-top:26px;display:block;position:relative}.bar.old{width:100%}.bar.new{background:var(--orange);width:4.6%;min-width:10px}.saved-badge{z-index:2;border-top:1px solid #ffffff2e;flex-direction:column;gap:5px;max-width:420px;padding-top:22px;display:flex;position:relative}.saved-badge span{font-family:var(--font-mono),monospace;letter-spacing:.04em;color:#ffffffb8;font-size:10px;line-height:1.5}.platform-section{background:var(--deep);color:#fff;padding:120px max(5vw,28px);overflow:hidden}.platform-intro{grid-template-columns:2fr 1fr;align-items:end;gap:110px;max-width:1390px;margin:0 auto 70px;display:grid}.platform-intro h2{font:400 clamp(42px,4.4vw,68px)/1.02 var(--font-serif),Georgia,serif;letter-spacing:-.05em;max-width:900px;margin:25px 0 0}.platform-intro>p{color:#ffffff91;font-size:14px;line-height:1.7}.workflow-shell{max-width:1390px;margin:auto}.step-tabs{border-bottom:1px solid #ffffff29;grid-template-columns:repeat(4,1fr);display:grid}.step-tabs button{color:#ffffff70;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;gap:14px;padding:18px 4px;font-size:13px;transition:color .3s,border .3s;display:flex}.step-tabs button span{margin-top:3px;font-size:9px}.step-tabs button.active{color:#fff;border-color:var(--orange)}.workflow-display{grid-template-columns:.68fr 1.7fr;align-items:center;gap:55px;padding-top:60px;display:grid}.workflow-copy{animation:.45s both copy-in}.workflow-copy>span{font:500 10px/1 var(--font-mono);color:#f3946a}.workflow-copy h3{font:400 clamp(36px,3.5vw,54px)/1.06 var(--font-serif),Georgia,serif;letter-spacing:-.04em;margin:24px 0}.workflow-copy p{color:#fff9;max-width:410px;font-size:14px;line-height:1.75}.status-pill{text-transform:uppercase;letter-spacing:.07em;border:1px solid #ffffff2e;border-radius:99px;align-items:center;gap:9px;margin-top:25px;padding:10px 13px;font-size:10px;display:inline-flex}.status-pill i{background:#83b778;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #83b77821}.product-window{color:var(--ink);background:#f6f5f0;border-radius:16px;transition:transform .45s;overflow:hidden;transform:perspective(1200px)rotateY(-2deg)rotateX(1deg);box-shadow:0 30px 100px #00000052}.product-window:hover{transform:none}.window-bar{background:#e8e9e4;align-items:center;gap:6px;height:34px;padding:0 12px;display:flex}.window-bar>span{background:#c8cac6;border-radius:50%;width:7px;height:7px}.window-bar small{letter-spacing:.08em;color:#858b85;margin-left:auto;margin-right:auto;font-size:7px}.window-body{grid-template-columns:56px 1fr;min-height:455px;display:grid}.window-body aside{color:#ffffff73;background:#26352b;flex-direction:column;align-items:center;gap:17px;padding:14px 0;display:flex}.window-body aside>span:not(.brand-mark){border-radius:7px;place-items:center;width:29px;height:29px;font-size:11px;display:grid}.window-body aside>span.selected{background:var(--orange);color:#fff}.product-content{padding:25px 28px}.product-head{justify-content:space-between;align-items:center;display:flex}.product-head>span{flex-direction:column;display:flex}.product-head small{color:#7f867f;font-size:8px}.product-head strong{font:400 23px/1.2 var(--font-serif),Georgia,serif;margin-top:5px}.product-head b{background:var(--orange);color:#fff;border-radius:7px;padding:9px 12px;font-size:8px}.stakeholder-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.stakeholder{border:1px solid var(--hairline);border-radius:21px;flex-direction:column;min-height:510px;padding:30px;transition:transform .35s;display:flex;position:relative;overflow:hidden}.stakeholder:hover{transform:translateY(-6px)}.stakeholder.orange{color:#14231a;background:#ef7138}.stakeholder.sage{color:#14231a;background:#829a78}.stakeholder.orange>span,.stakeholder.sage>span{opacity:.92}.stakeholder.orange>p,.stakeholder.sage>p{opacity:.78}.stakeholder.orange .stakeholder-number,.stakeholder.sage .stakeholder-number{border-color:#14231a73}.stakeholder.orange>a,.stakeholder.sage>a{border-color:#14231a66}.stakeholder.ink{color:#fff;background:#26352b}.stakeholder-number{border:1px solid #ffffff61;border-radius:50%;align-self:flex-end;place-items:center;width:39px;height:39px;font-size:9px;display:grid}.stakeholder>p{font:600 10px/1 var(--font-mono);text-transform:uppercase;letter-spacing:.09em;opacity:.67;margin:58px 0 15px}.stakeholder h3{font:400 clamp(32px,3vw,46px)/1.02 var(--font-serif),Georgia,serif;letter-spacing:-.04em;max-width:350px;margin:0 0 20px}.stakeholder>span{opacity:.68;max-width:355px;font-size:13px;line-height:1.65}.stakeholder>a{z-index:3;border-bottom:1px solid #ffffff59;align-self:flex-start;gap:20px;margin-top:auto;padding-bottom:5px;font-size:11px;display:flex;position:relative}.stakeholder-art{border:1px solid #ffffff24;border-radius:50%;width:290px;height:290px;position:absolute;bottom:-90px;right:-70px}.stakeholder-art i{border:1px solid #ffffff38;border-radius:50%;position:absolute}.stakeholder-art i:first-child{width:210px;height:210px;top:38px;left:38px}.stakeholder-art i:nth-child(2){width:130px;height:130px;top:78px;left:78px}.stakeholder-art i:nth-child(3){width:50px;height:50px;top:118px;left:118px}.stakeholder-art b{transform-origin:115px 55px;background:#fff;border-radius:50%;width:11px;height:11px;animation:7s linear infinite orbit;position:absolute;top:90px;left:30px;box-shadow:0 0 0 7px #ffffff21}.human-section{background:var(--paper);grid-template-columns:1.35fr .9fr;min-height:720px;display:grid}.film-wrap{background:#36453a;min-height:620px;position:relative;overflow:hidden}.film-wrap video,.film-wrap img{object-fit:cover;width:100%;height:100%;position:absolute}.film-gradient{background:linear-gradient(#0000 46%,#0f1912b8);position:absolute;inset:0}.human-copy{flex-direction:column;justify-content:center;padding:clamp(60px,8vw,125px);display:flex}.human-copy blockquote{font:400 clamp(34px,3.4vw,54px)/1.08 var(--font-serif),Georgia,serif;letter-spacing:-.045em;margin:52px 0 24px}.human-copy>p{color:#5b635c;max-width:500px;margin:30px 0 0;font-size:14px;line-height:1.75}.human-copy .founder-quote{max-width:560px;margin:0}.human-copy figcaption{font:600 12px/1.5 var(--font-mono),monospace;letter-spacing:.03em;color:var(--ink);align-items:center;gap:14px;display:flex}.human-copy figcaption i{background:var(--orange);flex:none;width:34px;height:1px;display:block}.who-heading h2{font:400 clamp(34px,3.4vw,54px)/1.05 var(--font-serif),Georgia,serif;letter-spacing:-.045em}.network-section{background:var(--deep);color:#fff;padding:clamp(96px,11vw,150px) max(5vw,28px)}.network-copy{max-width:1390px;margin:0 auto}.network-copy .kicker{max-width:none;margin:16px 0 0}.network-copy h2{font:400 clamp(40px,4.6vw,72px)/1.02 var(--font-serif),Georgia,serif;letter-spacing:-.05em;margin:26px 0 34px}.network-copy>p:last-of-type{color:#ffffff9e;max-width:660px;margin:0;font-size:16px;line-height:1.7}.support-section{background:var(--paper);text-align:center;padding:75px max(5vw,28px)}.support-section>span{letter-spacing:.17em;color:#8a908b;font-size:9px}.support-logos{grid-template-columns:repeat(4,1fr);align-items:center;gap:30px;max-width:1100px;margin:37px auto 0;display:grid}.support-logos strong{font:650 15px/1.2 var(--font-sans);letter-spacing:-.02em;color:#7a827c}.demo-section{color:#fff;background:#b44a16;grid-template-columns:1.2fr .8fr;align-items:center;gap:clamp(70px,10vw,160px);padding:120px max(5vw,28px);display:grid}.demo-copy{justify-self:end;max-width:720px}.demo-copy h2{font:400 clamp(50px,5.2vw,79px)/.98 var(--font-serif),Georgia,serif;letter-spacing:-.055em;margin:20px 0 30px}.demo-copy p{color:#ffffffeb;max-width:530px;line-height:1.7}.flag.light>span{background:#fff}.demo-form{background:var(--paper);color:var(--ink);border-radius:22px;gap:17px;width:100%;max-width:500px;padding:34px;display:grid;box-shadow:0 35px 80px #56230d2e}.demo-form>small{text-align:center;color:#5f665f;font-size:10px}.route-links{gap:8px;margin-top:18px;display:grid}.route-links a{border:1px solid #d8dcd7;border-radius:12px;justify-content:space-between;align-items:center;min-height:47px;padding:0 14px;font-size:11px;font-weight:600;transition:background .2s,color .2s,border .2s;display:flex}.route-links a:hover{background:var(--orange);border-color:var(--orange);color:#fff}.landing-footer{color:#fff;background:#132017;grid-template-columns:2fr 1fr 1fr;gap:65px;padding:75px max(5vw,28px) 30px;display:grid}.logo.inverse{color:#fff}.footer-brand p{color:#ffffff78;max-width:370px;margin-top:21px;font-size:12px;line-height:1.6}.footer-links{flex-direction:column;align-items:flex-start;gap:12px;font-size:12px;display:flex}.footer-links>span{letter-spacing:.14em;color:#ffffff8c;margin-bottom:9px;font-size:8px}.footer-links p{color:#ffffff73;margin:0}.landing-footer-bottom{letter-spacing:.15em;color:#ffffffa8;border-top:1px solid #ffffff21;grid-column:1/-1;justify-content:space-between;margin-top:25px;padding-top:30px;font-size:10px;display:flex}.reveal{animation:.9s cubic-bezier(.2,.7,.2,1) both reveal}.delay-1{animation-delay:80ms}.delay-2{animation-delay:.16s}.delay-3{animation-delay:.24s}.delay-4{animation-delay:.32s}@keyframes reveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes pulse{50%{opacity:.65;transform:scale(.75)}}@keyframes travel{0%{left:0}33%{left:33%}66%{left:66%}to{left:calc(100% - 8px)}}@keyframes rise{0%{opacity:0;height:0}}@keyframes copy-in{0%{opacity:0;transform:translateY(8px)}}@keyframes orbit{to{transform:rotate(360deg)}}@media (max-width:1100px){.landing-hero{grid-template-columns:40px 1fr 1fr;gap:30px;height:auto;max-height:none;padding-bottom:60px}.landing-hero h1{font-size:58px}.hero-proof{flex-wrap:wrap;gap:16px}.hero-proof strong{font-size:25px}.hero-stage{height:570px}.problem-copy,.who-heading{grid-template-columns:.7fr 2fr}.workflow-display{grid-template-columns:.8fr 1.4fr}.human-section{grid-template-columns:1.1fr 1fr}.human-copy{padding:60px}}@media (max-width:820px){.nav-shell{width:calc(100% - 36px)}.menu-button{z-index:52;display:block;position:relative}.top-links{background:var(--deep);flex-direction:column;justify-content:center;align-items:flex-start;width:100vw;height:100vh;padding:55px;font-size:25px;display:none;position:fixed;inset:0}.top-links.open{display:flex}.nav-cta{margin-top:20px;font-size:14px}.landing-hero{flex-direction:column;align-items:stretch;gap:50px;height:auto;min-height:0;max-height:none;padding:135px 22px 55px;display:flex}.landing-hero-copy{padding:0}.landing-hero h1{font-size:clamp(51px,15vw,72px)}.hero-lede{font-size:16px}.hero-proof{margin-top:42px}.hero-stage{width:100%;max-width:none;height:570px}.problem-section,.who-section,.platform-section{padding:85px 22px}.problem-copy,.who-heading,.platform-intro{grid-template-columns:1fr;gap:25px;margin-bottom:48px}.problem-grid{grid-template-columns:1fr}.card-lift{min-height:400px}.day-comparison{gap:25px}.workflow-display{grid-template-columns:1fr}.workflow-copy p{max-width:600px}.product-window{transform:none}.window-body{min-height:390px}.product-content{padding:18px}.stakeholder-grid{grid-template-columns:1fr}.stakeholder{min-height:450px}.human-section,.demo-section{grid-template-columns:1fr}.film-wrap{min-height:620px}.human-copy{padding:80px 28px}.demo-copy{justify-self:start}.demo-form{max-width:none}.support-logos{grid-template-columns:1fr 1fr}.support-section{padding:60px 22px}.landing-footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (max-width:520px){.hero-actions{flex-direction:column;align-items:flex-start}.hero-proof{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.hero-proof div{flex-direction:column}.hero-stage{height:520px;padding:16px}.route-card,.stage-callout{left:16px;right:16px}.problem-copy h2,.platform-intro h2{font-size:42px}.who-heading h2{font-size:32px}.big-stat>strong{font-size:86px}.day-comparison{grid-template-columns:1fr 1fr}.day-comparison strong{font-size:57px}.day-comparison strong small{margin-top:5px;display:block}.step-tabs button{justify-content:center;font-size:0}.step-tabs button span{font-size:9px}.workflow-display{padding-top:40px}.window-body{grid-template-columns:38px 1fr}.window-body aside{gap:10px}.window-body aside>span:not(.brand-mark){width:25px;height:25px}.product-head b{display:none}.film-wrap{min-height:520px}.human-copy blockquote{font-size:38px}.network-section{padding:85px 22px}.demo-section{gap:50px;padding:85px 22px}.demo-copy h2{font-size:50px}.demo-form{padding:25px 20px}.landing-footer{grid-template-columns:1fr}.footer-brand{grid-column:auto}.landing-footer-bottom{flex-direction:column;grid-column:auto;gap:8px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.logo{align-items:center;gap:8px}.logo svg{flex:none}.landing .support-logos img{object-fit:contain;max-width:100%;height:64px;margin:0 auto;display:block}.landing .support-logos img.rounded{border-radius:8px}.landing .support-logos img.blend{mix-blend-mode:multiply}.window-body aside svg{margin-bottom:10px}.landing-footer .social-link{color:#ffffff8c;margin-top:16px}.landing-footer .social-link:hover{color:#f3976d}.landing,.landing *,.landing :before,.landing :after{box-sizing:border-box}.wt-anim{animation:.45s both copy-in}.wt-card{background:#fff;border:1px solid #e1e3df;border-radius:11px;margin:20px 0 12px;padding:14px}.wt-list{background:#fff;border:1px solid #e1e3df;border-radius:11px;margin-top:20px;overflow:hidden}.wt-card+.wt-list,.wt-done+.wt-list{margin-top:0}.wt-row{border-top:1px solid #eceeea;align-items:center;gap:11px;padding:12px 14px;font-size:10px;display:flex}.wt-row:first-child{border-top:0}.wt-row.focus{background:#fff2ea}.wt-row .grow{flex-direction:column;flex:1;display:flex}.wt-row strong{font-size:10.5px;font-weight:650}.wt-row small{color:#7f867f;margin-top:3px;font-size:8px}.wt-check{color:#52724b;background:#e4eee0;border-radius:50%;flex:none;place-items:center;width:20px;height:20px;font-size:9px;display:grid}.wt-unit{color:#5f7960;background:#e8eee5;border-radius:8px;flex:none;place-items:center;width:26px;height:26px;font-size:7px;font-weight:700;display:grid}.wt-pill{color:#52724b;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;background:#e4eee0;border-radius:999px;padding:5px 9px;font-size:7px;font-weight:700}.wt-pill.orange{color:#b4531f;background:#fdeadf}.wt-dot{background:#d9ddd7;border-radius:50%;flex:none;width:10px;height:10px;margin:0 5px}.wt-dot.done{background:#83b778}.wt-dot.current{background:var(--orange);box-shadow:0 0 0 5px #e8632b29}.wt-note{color:#5b635c;letter-spacing:.03em;margin-top:11px;font-size:9.5px}.wt-done{background:#e4eee0;border:1px solid #cfe0c8;border-radius:11px;align-items:center;gap:12px;margin:20px 0 12px;padding:14px;display:flex}.wt-done .wt-done-check{color:#fff;background:#52724b;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-size:13px;display:grid}.wt-done>span:last-child{flex-direction:column;display:flex}.wt-done strong{font-size:12px}.wt-done small{color:#5f7960;margin-top:3px;font-size:8.5px}.workflow-controls{border-bottom:1px solid #ffffff29;align-items:stretch;gap:20px;display:flex}.workflow-controls .step-tabs{border-bottom:0;flex:1;min-width:0}.rotate-toggle{color:#ffffff80;font-family:var(--font-mono),monospace;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:9px;padding:18px 2px;font-size:9px;transition:color .3s;display:flex}.rotate-toggle:hover{color:#fff}.rotate-toggle i{flex:none}.rotate-toggle[data-state=playing] i{border-left:3px solid;border-right:3px solid;width:9px;height:10px}.rotate-toggle[data-state=paused] i{border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:8px solid;width:0;height:0}.workflow-display:focus-visible{outline:2px solid var(--orange);outline-offset:8px}.product-frame,.product-content{min-width:0}.window-bar small{font-family:var(--font-mono),monospace}.window-disclosure{font-family:var(--font-mono),monospace;letter-spacing:.08em;color:#ffffff9e;margin:13px 0 0;font-size:9px}.stakeholder.orange a:focus-visible,.stakeholder.sage a:focus-visible{outline-color:var(--deep)}.window-body aside{gap:9px}.window-body aside>span:not(.brand-mark){width:46px;height:auto;min-height:22px;font-family:var(--font-mono),monospace;letter-spacing:.06em;text-transform:uppercase;text-align:center;border-radius:7px;padding:6px 3px;font-size:6.5px;font-weight:700;line-height:1.3}@media (max-width:820px){.workflow-controls{gap:12px}}@media (max-width:520px){.window-body{grid-template-columns:46px 1fr}.window-body aside>span:not(.brand-mark){width:38px;padding:5px 2px;font-size:5.5px}.rotate-toggle{gap:7px;padding:14px 0;font-size:8px}}.problem-copy .wedge{font:600 16px/1.4 var(--font-sans),sans-serif;color:var(--terracotta-text);letter-spacing:-.01em;margin:26px 0 0}.stage-topline-right{align-items:center;gap:12px;display:flex}.stage-pause{font:600 9px/1 var(--font-mono),monospace;letter-spacing:.1em;text-transform:uppercase;color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff57;border-radius:999px;padding:7px 12px}.stage-pause:hover{background:#ffffff38}.hero-stage[data-paused=true] .route-dot,.hero-stage[data-paused=true] .stage-topline i{animation-play-state:paused}.demo-proof{justify-content:center;gap:34px;margin:8px 0 12px;display:flex}.demo-proof div{align-items:baseline;gap:8px;display:flex}.demo-proof strong{letter-spacing:-.04em;color:var(--green-deep);font-size:26px;font-weight:600}.demo-proof span{text-transform:uppercase;letter-spacing:.06em;color:#5b635c;text-align:left;max-width:95px;font-size:10px;line-height:1.3}.demo-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;margin:0 0 26px;display:flex}.demo-logos img{object-fit:contain;width:auto;height:30px}.demo-logos img.rounded{border-radius:6px}.next-steps-title{font:600 10px/1 var(--font-mono),monospace;letter-spacing:.12em;text-transform:uppercase;color:#5b635c;text-align:center;margin:36px 0 0}.next-steps{counter-reset:step;text-align:left;flex-direction:column;gap:12px;max-width:440px;margin:16px auto 0;padding:0;list-style:none;display:flex}.next-steps li{counter-increment:step;color:#3d473f;gap:12px;font-size:13.5px;line-height:1.55;display:flex}.next-steps li:before{content:counter(step);background:var(--green-deep);color:#fff;border-radius:50%;flex:none;place-items:center;width:22px;height:22px;margin-top:1px;font-size:11px;display:grid}
@font-face{font-family:Instrument Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/fc0a7394b875fa43-s.614a1c00.woff2)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:Instrument Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/7ebf22b5a21034f8-s.p.d8bad3ab.woff2)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:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ccf27e5a7366fb23-s.262b87c4.woff2)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:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e41d5df559864f9e-s.p.380d09ea.woff2)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:Instrument Serif Fallback;src:local(Times New Roman);ascent-override:117.94%;descent-override:36.93%;line-gap-override:0.0%;size-adjust:83.94%}.instrument_serif_2c48a049-module__SoI8FG__className{font-family:Instrument Serif,Instrument Serif Fallback;font-weight:400}.instrument_serif_2c48a049-module__SoI8FG__variable{--font-serif:"Instrument Serif","Instrument Serif Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)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:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)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:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)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:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)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:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)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:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)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_31011fd-module__jtyeTG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_31011fd-module__jtyeTG__variable{--font-sans:"Inter","Inter Fallback"}
@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.5f161693.woff2)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:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.7b2da7da.woff2)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:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.51cde8ff.woff2)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:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.5f161693.woff2)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:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.7b2da7da.woff2)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:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.51cde8ff.woff2)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:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.5f161693.woff2)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:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.7b2da7da.woff2)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:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.51cde8ff.woff2)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:Archivo Fallback;src:local(Arial);ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.0%;size-adjust:98.7%}.archivo_4918d723-module__giaESa__className{font-family:Archivo,Archivo Fallback;font-style:normal}.archivo_4918d723-module__giaESa__variable{--font-display:"Archivo","Archivo Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/606d931d1de1f041-s.e25653b1.woff2)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/93ce1fb4a74b790b-s.e575ebd5.woff2)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/3673b45bb7dd3324-s.89104608.woff2)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/1317291d1835f011-s.5bc20f3b.woff2)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/4656623e11daf2b7-s.2853ce2a.woff2)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/e1750518007a189a-s.p.93554b93.woff2)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_dba4f413-module__cY0rUq__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal;font-weight:500}.jetbrains_mono_dba4f413-module__cY0rUq__variable{--font-mono:"JetBrains Mono","JetBrains Mono Fallback"}
