@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Inter:wght@100..900&family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600&family=Big+Shoulders+Display:wght@700;800&display=swap");:root{--bg-cream:#F7F5F0;--pine-black:#0F1F1C;--pure-white:#FFFFFF;--pop-sage:#C5FF4A;--border-subtle:rgba(0,0,0,0.05);--paper:#EDEAE2;--paper-raised:#F6F3EB;--ink:#1A1814;--ink-soft:#5b5546;--rust:#B23A2E;--teal:#1E6F64;--teal-bright:#5FD9B8;--panel:#13201B;--panel-2:#1B2C25;--line:#CBC3AF;--line-dark:#2C3C35;--amber:#D9822B;--gold:var(--amber);--blue:#4B92B1;--text-main:#1A1A1A;--text-muted:#666666;--text-on-dark:#F7F5F0;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-2xl:24px;--radius-3xl:32px;--radius-pill:999px;--shadow-luxury:0 4px 6px -1px rgba(0,0,0,0.01),0 10px 20px -5px rgba(0,0,0,0.02),0 20px 40px -10px rgba(0,0,0,0.04);--maxw:1280px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{background:var(--bg-cream);color:var(--text-main);font-family:Inter,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}.serif,h1,h2,h3,h4{font-family:Playfair Display,serif;font-weight:800;line-height:.95;letter-spacing:-.04em}h1{font-size:clamp(3.5rem,8vw,6.5rem)}h2{font-size:clamp(2.5rem,5vw,4rem)}.eyebrow{font-family:Inter,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.25em;color:var(--text-muted);display:flex;align-items:center;gap:12px}.mono{font-family:IBM Plex Mono,monospace}header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(247,245,240,.85);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle)}.nav{justify-content:space-between;padding:24px 40px;max-width:var(--maxw);margin:0 auto}.logo,.nav{display:flex;align-items:center}.logo{gap:12px;font-family:Playfair Display,serif;font-weight:800;font-size:24px;text-decoration:none;color:var(--pine-black)}.logo .mark-img{width:32px;height:32px;object-fit:contain;flex-shrink:0}.logo .mark{width:32px;height:32px;background:var(--pine-black);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--bg-cream);font-family:IBM Plex Mono,monospace;font-size:14px}.navlinks{display:flex;gap:32px}.navlinks a{text-decoration:none;font-size:14px;font-weight:500;color:var(--text-main);opacity:.7;transition:opacity .2s}.navlinks a:hover{opacity:1}.mobile-menu-btn{display:none;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:40px;height:40px;padding:0;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:transparent;cursor:pointer;flex-shrink:0}.mobile-menu-btn:hover{background:rgba(0,0,0,.03)}.menu-bar{display:block;width:18px;height:1.5px;border-radius:1px;background:var(--pine-black);transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .2s ease}.mobile-menu-btn.open .menu-bar:first-child{transform:translateY(5.5px) rotate(45deg)}.mobile-menu-btn.open .menu-bar:nth-child(2){opacity:0}.mobile-menu-btn.open .menu-bar:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}.mobile-nav-panel{display:none;flex-direction:column;overflow:hidden;max-height:0;transition:max-height .25s ease;background:var(--bg-cream);border-bottom:1px solid var(--border-subtle)}.mobile-nav-panel.open{max-height:320px}.mobile-navlinks{display:flex;flex-direction:column;padding:4px 24px 12px}.mobile-navlinks a{padding:14px 0;text-decoration:none;font-size:15px;font-weight:500;color:var(--text-main);border-bottom:1px solid var(--border-subtle)}.mobile-navlinks a:last-child{border-bottom:none}.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:var(--radius-pill);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:all .3s cubic-bezier(.2,0,0,1);text-decoration:none}.btn.primary{background:var(--pine-black);color:var(--bg-cream);border:none}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(15,31,28,.15)}.btn.ghost{background:transparent;color:var(--pine-black);border:1px solid rgba(15,31,28,.15)}.btn.ghost:hover{border-color:var(--pine-black);background:rgba(0,0,0,.02)}.hero{padding:80px 0}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:80px;gap:80px;align-items:center}.bento-grid>.card-white,.compare-grid>*,.footer-cols>*,.hero-grid>*,.stat-grid>*,.sticky-wrapper>*{min-width:0}.hero-actions{display:flex;gap:16px;margin-top:40px}.trust-bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:40px 0;border-top:1px solid var(--border-subtle);margin-top:80px}.glass-card{background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.5);border-radius:var(--radius-3xl);box-shadow:var(--shadow-luxury);padding:24px;position:relative}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px;gap:32px}.card-white{background:var(--pure-white);border:1px solid var(--border-subtle);border-radius:var(--radius-3xl);box-shadow:var(--shadow-luxury);padding:48px;display:flex;flex-direction:column}.dark-section{background:var(--pine-black);color:var(--text-on-dark)}.dark-section .eyebrow{color:var(--pop-sage)}.dark-section h2{color:#FFFFFF}.glow-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(197,255,74,.05) 0,transparent 70%);pointer-events:none}.sticky-wrapper{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:100px;gap:100px;align-items:start}.sticky-text{position:-webkit-sticky;position:sticky;top:160px}.form-card{background:var(--pure-white);padding:64px;border-radius:var(--radius-3xl);box-shadow:0 30px 60px -12px rgba(0,0,0,.1)}.input-minimal{width:100%;padding:16px 0;border:none;border-bottom:1px solid var(--border-subtle);background:transparent;font-size:16px;outline:none;transition:border-color .2s}.input-minimal:focus{border-bottom-color:var(--pine-black)}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 40px}.accent-sage{color:var(--pop-sage)}.section-padding{padding:120px 0}@media (max-width:1024px){.hero-grid,.sticky-wrapper{grid-template-columns:1fr;gap:64px}.sticky-text{position:static}.wrap{padding:0 24px}.nav{padding:20px 24px}.navlinks{display:none}.mobile-menu-btn,.mobile-nav-panel{display:flex}}.text-gold{color:var(--gold)!important}.text-blue{color:var(--blue)!important}.section-head .note{color:var(--text-muted);max-width:38ch;font-size:17px;line-height:1.6}.hero-stage{position:relative}.hero-chat{background:linear-gradient(160deg,var(--panel-2) 0,var(--pine-black) 85%);border:1px solid var(--line-dark);border-radius:var(--radius-3xl);overflow:hidden;box-shadow:0 40px 80px -24px rgba(15,31,28,.35)}.hc-head{gap:12px;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.07)}.hc-avatar,.hc-head{display:flex;align-items:center}.hc-avatar{width:36px;height:36px;border-radius:10px;background:var(--pop-sage);color:var(--pine-black);font-family:IBM Plex Mono,monospace;font-weight:700;font-size:15px;justify-content:center}.hc-name{color:#fff;font-size:14px;font-weight:600}.hc-status{color:var(--teal-bright);font-size:11px;display:flex;gap:6px;align-items:center;font-family:IBM Plex Mono,monospace}.hc-dot{width:6px;height:6px;border-radius:50%;background:var(--pop-sage);box-shadow:0 0 8px var(--pop-sage)}.hc-body{padding:24px;display:flex;flex-direction:column;gap:14px}.hc-msg{max-width:85%;padding:14px 18px;border-radius:16px;font-size:14px;line-height:1.55}.hc-msg.customer{align-self:flex-end;background:rgba(255,255,255,.08);color:#EDEAE2;border-bottom-right-radius:4px}.hc-msg.ai{align-self:flex-start;background:var(--paper-raised);color:var(--ink);border-bottom-left-radius:4px}.hc-product{align-self:flex-start;gap:14px;background:var(--pure-white);border-radius:16px;padding:14px 16px;width:85%;box-shadow:0 10px 24px rgba(0,0,0,.18)}.hc-prod-thumb,.hc-product{display:flex;align-items:center}.hc-prod-thumb{width:44px;height:44px;border-radius:12px;background:var(--bg-cream);justify-content:center;color:var(--teal);flex-shrink:0}.hc-prod-info{display:flex;flex-direction:column;gap:2px;min-width:0}.hc-prod-name{color:var(--ink)}.hc-prod-name,.hc-prod-price{font-size:13px;font-weight:600}.hc-prod-price{font-family:IBM Plex Mono,monospace;color:var(--teal)}.hc-prod-why{font-size:11px;color:var(--text-muted)}.hc-chips{display:flex;gap:10px;align-self:flex-start;flex-wrap:wrap}.hc-chip{font-size:12px;font-weight:600;padding:9px 16px;border-radius:var(--radius-pill);background:var(--pop-sage);color:var(--pine-black)}.hc-chip.ghost{background:transparent;border:1px solid rgba(255,255,255,.2);color:#EDEAE2}.hc-float{position:absolute;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-subtle);border-radius:16px;box-shadow:var(--shadow-luxury);animation:hcFloat 6s ease-in-out infinite}.hc-badge{top:-20px;right:-16px;padding:14px 18px}.hc-badge2{bottom:-18px;left:-20px;padding:12px 16px;animation-delay:1.8s}@keyframes hcFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:80px;gap:80px}.compare-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;max-width:1000px;margin:0 auto}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;margin-top:80px;align-items:stretch}.price-card{position:relative;background:var(--pure-white);border:1px solid var(--border-subtle);border-radius:var(--radius-3xl);box-shadow:var(--shadow-luxury);padding:48px;display:flex;flex-direction:column}.price-card.featured{background:var(--pine-black);color:var(--text-on-dark);box-shadow:0 40px 90px -30px rgba(15,31,28,.45)}.badge-featured{position:absolute;top:24px;right:24px;background:var(--pop-sage);color:var(--pine-black);font-size:10px;font-weight:700;letter-spacing:.12em;padding:6px 12px;border-radius:var(--radius-pill)}.badge-featured,.p-name{text-transform:uppercase}.p-name{font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.25em;color:var(--text-muted)}.price-card.featured .p-name{color:var(--pop-sage)}.p-price{font-family:Playfair Display,serif;font-weight:800;font-size:clamp(40px,4vw,56px);letter-spacing:-.03em;margin-top:24px;line-height:1}.p-price span{font-family:Inter,sans-serif;font-size:16px;font-weight:400;opacity:.6;letter-spacing:0}.p-desc{margin-top:16px;font-size:15px;color:var(--text-muted);line-height:1.6}.price-card.featured .p-desc{color:rgba(247,245,240,.7)}.p-list{list-style:none;margin:32px 0 40px;display:flex;flex-direction:column;gap:14px;flex:1 1}.p-list li{display:flex;gap:12px;font-size:15px;color:var(--text-muted);align-items:baseline}.price-card.featured .p-list li{color:rgba(247,245,240,.85)}.check{color:var(--teal);font-weight:700}.price-card.featured .check{color:var(--pop-sage)}.price-card .btn{justify-content:center}.price-card.featured .btn.primary{background:var(--pop-sage);color:var(--pine-black)}.sw-launcher{position:fixed;bottom:28px;right:28px;z-index:900;border:none;border-radius:50%;color:var(--pop-sage);font-family:IBM Plex Mono,monospace;font-weight:700;cursor:pointer;display:none;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.16,1,.3,1)}.sw-launcher.show{display:flex}.sw-launcher:hover{transform:scale(1.06)}.sw-panel{position:fixed;bottom:28px;right:28px;z-index:901;background:var(--pure-white);overflow:hidden;opacity:0;transform:translateY(16px) scale(.97);pointer-events:none;transition:all .35s cubic-bezier(.16,1,.3,1);max-width:calc(100vw - 32px)}.sw-panel.open{opacity:1;transform:none;pointer-events:auto}.sw-head{gap:14px}.sw-avatar,.sw-head{display:flex;align-items:center}.sw-avatar{border-radius:12px;justify-content:center;flex-shrink:0}.sw-meta{flex:1 1}.sw-status{display:flex;align-items:center;gap:6px}.dot2{border-radius:50%;display:inline-block}.sw-close{background:none;border:none;cursor:pointer;line-height:1}.sw-inputrow{display:flex;align-items:center;gap:8px}.sw-inputrow input{flex:1 1;border:none;outline:none;background:transparent;font-family:Inter,sans-serif}.sw-inputrow button{border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay,0s)}[data-reveal].in-view{opacity:1;transform:none}@keyframes heroRise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.hero-text .eyebrow{animation:heroRise .7s cubic-bezier(.16,1,.3,1) .05s both}.hero-text h1{animation:heroRise .8s cubic-bezier(.16,1,.3,1) .15s both}.hero-text .lede{animation:heroRise .8s cubic-bezier(.16,1,.3,1) .3s both}.hero-text .hero-actions{animation:heroRise .8s cubic-bezier(.16,1,.3,1) .45s both}.hero-chat{animation:heroRise .9s cubic-bezier(.16,1,.3,1) .35s both}@keyframes msgPop{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}.hc-body>*{animation:msgPop .5s cubic-bezier(.16,1,.3,1) both}.hc-body>:first-child{animation-delay:.9s}.hc-body>:nth-child(2){animation-delay:1.5s}.hc-body>:nth-child(3){animation-delay:2.1s}.hc-body>:nth-child(4){animation-delay:2.7s}.hc-body>:nth-child(5){animation-delay:3.2s}.hc-float{opacity:0;animation:hcFloat 6s ease-in-out infinite,msgPop .6s cubic-bezier(.16,1,.3,1) both}.hc-badge{animation-delay:0s,3.6s}.hc-badge2{animation-delay:1.8s,4s}.btn svg{transition:transform .25s cubic-bezier(.16,1,.3,1)}.btn:hover svg{transform:translateX(4px)}@keyframes launcherPulse{0%,to{box-shadow:0 20px 40px -10px rgba(0,0,0,.3),0 0 0 0 rgba(197,255,74,.35)}50%{box-shadow:0 20px 40px -10px rgba(0,0,0,.3),0 0 0 12px rgba(197,255,74,0)}}.sw-launcher.show{animation:launcherPulse 2.6s ease-in-out infinite}@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}.form-stage,.hc-body>*,.hc-float,.hero-chat,.hero-text .eyebrow,.hero-text .hero-actions,.hero-text .lede,.hero-text h1,.pass-stage,.sw-launcher.show{animation:none!important;opacity:1}}.footer-cols{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:64px;gap:64px}.footer-col{display:flex;flex-direction:column;gap:16px}.footer-brand-desc{max-width:34ch;line-height:1.6}.footer-status{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;padding:8px 14px;border-radius:var(--radius-pill);width:-moz-fit-content;width:fit-content;font-family:IBM Plex Mono,monospace}.footer-status-dot{width:7px;height:7px;border-radius:50%;box-shadow:0 0 8px currentColor}.footer-col-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.2em}.footer-col-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.footer-col-links a{text-decoration:none;font-size:14px;opacity:.65;transition:opacity .2s}.footer-col-links a:hover{opacity:1}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;font-size:13px}.footer-bottom-links{display:flex;gap:28px}.footer-bottom-links a{text-decoration:none;font-size:13px;transition:opacity .2s}.footer-bottom-links a:hover{opacity:.8}@media (max-width:1024px){.bento-grid{grid-template-columns:1fr}.bento-grid>*{grid-column:auto!important}.stat-grid{gap:48px}.compare-grid,.stat-grid{grid-template-columns:1fr}.compare-grid{gap:32px}.pricing-grid{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto}.featured-lift{transform:none!important}.hc-badge{right:8px}.hc-badge2{left:8px}.footer-cols{grid-template-columns:1fr 1fr;gap:48px}}@media (max-width:640px){.nav{padding:14px 16px;gap:10px}.logo{font-size:19px;gap:8px}.logo .mark{width:26px;height:26px;font-size:12px}.navcta{gap:8px!important}.navcta .btn{padding:10px 14px;font-size:11px;letter-spacing:.04em;gap:6px}.navcta-login{display:none}.hero{padding:64px 0 40px}.hero-actions{flex-wrap:wrap}.trust-bar{flex-direction:column;align-items:flex-start;gap:40px}.metrics{gap:40px!important;flex-wrap:wrap}.logos{flex-wrap:wrap;gap:20px!important}.card-white{padding:32px;border-radius:24px}.radar-panel{padding:20px!important}.radar-row{flex-direction:column!important;align-items:flex-start!important;padding:16px 18px!important;gap:12px}.omni-row{flex-direction:column;gap:32px!important;align-items:stretch!important}.omni-row .logos-cluster{width:100%}.form-card{padding:40px 28px!important}.price-card{padding:36px 28px}.footer-cols{grid-template-columns:1fr;gap:40px}.footer-bottom{flex-direction:column;align-items:flex-start}}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_5c4a2f{font-family:Inter,Inter Fallback;font-style:normal}.__variable_5c4a2f{--font-body:"Inter","Inter Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-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:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-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:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-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:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-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:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-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:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-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:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-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:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-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:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_6d24ac{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_6d24ac{--font-mono:"JetBrains Mono","JetBrains Mono Fallback"}