:root{--bg:oklch(0.985 0.002 260);--surface:oklch(1 0 0);--ink:oklch(0.24 0.05 290);--ink-soft:oklch(0.47 0.03 285);--accent-from:oklch(0.58 0.19 258);--accent-to:oklch(0.56 0.22 300);--accent:oklch(0.55 0.2 272);--accent-soft:oklch(0.55 0.2 272/0.1);--violet-deep:oklch(0.48 0.21 288);--lavender:oklch(0.965 0.013 288);--sky:oklch(0.962 0.016 252);--line:oklch(0.905 0.012 280);--white:oklch(1 0 0);--grad:linear-gradient(100deg,var(--accent-from),var(--accent-to));--radius-lg:24px;--radius-md:16px;--radius-pill:999px;--shadow-color:265 25% 20%;--shadow-card:0 1px 2px hsl(var(--shadow-color)/0.06),0 8px 24px -12px hsl(var(--shadow-color)/0.28);--shadow-lift:0 1px 2px hsl(var(--shadow-color)/0.08),0 24px 56px -20px hsl(var(--shadow-color)/0.4);--glass-bg:oklch(1 0 0/0.7);--glass-border:oklch(0.24 0.05 290/0.08);--ease-out-expo:cubic-bezier(0.16,1,0.3,1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5.5rem}body{font-family:var(--font-body),system-ui,sans-serif;font-size:1rem;line-height:1.6;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:clip}img,svg{max-width:100%;display:block}a{color:inherit}::selection{background:var(--accent-soft);color:var(--ink)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line);border-radius:var(--radius-pill);border:3px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--ink-soft)}.wrap{width:min(1120px,100% - 3rem);margin-inline:auto}h1,h2,h3{font-family:var(--font-display),system-ui,sans-serif;line-height:1.08;letter-spacing:-.02em;text-wrap:balance}h1{font-size:clamp(2.4rem,5.4vw,4rem);font-weight:800}h2{font-size:clamp(1.7rem,3.4vw,2.5rem)}h2,h3{font-weight:700}h3{font-size:1.18rem;letter-spacing:-.01em}p{text-wrap:pretty}.lede{font-size:clamp(1.05rem,1.6vw,1.2rem);color:var(--ink-soft);max-width:34em}.eyebrow{font-family:var(--font-mono),ui-monospace,monospace;font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.accent{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}.aurora{position:fixed;inset:0;z-index:-10;overflow:hidden;pointer-events:none}.aurora-grid{position:absolute;inset:0;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 70% 60% at 50% 0,#000,transparent);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 0,#000,transparent);opacity:.35}.aurora-blob{position:absolute;border-radius:50%;animation:float-slow 14s ease-in-out infinite}.aurora-blob.one{top:-10rem;left:-8rem;width:38rem;height:38rem;background:var(--accent-from);opacity:.16;filter:blur(110px)}.aurora-blob.two{top:-6rem;right:-10rem;width:34rem;height:34rem;background:var(--accent-to);opacity:.14;filter:blur(120px);animation-delay:-5s}.aurora-blob.three{top:45%;left:35%;width:30rem;height:30rem;background:var(--accent);opacity:.1;filter:blur(130px);animation-delay:-9s}.aurora-fade{position:absolute;inset:auto 0 0 0;height:45vh;background:linear-gradient(to bottom,transparent,oklch(.985 .002 260/.6),var(--bg))}@keyframes float-slow{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-22px,0) scale(1.06)}}.cursor-layer{position:fixed;inset:0;z-index:70;pointer-events:none}.cursor-dot{width:6px;height:6px;background:var(--accent);transition:opacity .3s ease}.cursor-dot,.cursor-ring{position:absolute;top:0;left:0;border-radius:50%;opacity:0}.cursor-ring{width:2rem;height:2rem;border:1px solid oklch(.55 .2 272/.45);transition:opacity .3s ease,width .3s var(--ease-out-expo),height .3s var(--ease-out-expo),background-color .3s ease,border-color .3s ease}.cursor-ring.cursor-ring-active{width:2.75rem;height:2.75rem;background-color:var(--accent-soft);border-color:transparent}.reveal{opacity:0;transition:opacity .65s var(--ease-out-expo),transform .65s var(--ease-out-expo);will-change:opacity,transform}.reveal-up{transform:translate3d(0,24px,0)}.reveal.is-revealed{opacity:1;transform:none;will-change:auto}@media (scripting:none){.reveal{opacity:1;transform:none}}.spotlight{position:relative}.spotlight:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(420px circle at var(--mx,50%) var(--my,50%),var(--accent-soft),transparent 65%);opacity:0;transition:opacity .4s var(--ease-out-expo);pointer-events:none}.spotlight:focus-within:before,.spotlight:hover:before{opacity:1}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body),system-ui,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;border:0;border-radius:var(--radius-pill);padding:.85rem 1.7rem;cursor:pointer;transition:transform .3s var(--ease-out-expo),box-shadow .3s var(--ease-out-expo),background-color .2s ease}.btn-primary{color:var(--white);background:var(--grad);box-shadow:0 6px 20px oklch(.55 .2 272/.35)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 26px oklch(.55 .2 272/.45)}.btn-ghost{color:var(--violet-deep);background:var(--lavender)}.btn-ghost:hover{background:oklch(.94 .02 288)}.btn-lg{padding:1rem 2.1rem;font-size:1.06rem}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--glass-bg);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border-bottom:1px solid var(--glass-border)}.nav{display:flex;justify-content:space-between;padding-block:.9rem}.logo,.nav{align-items:center}.logo{display:inline-flex;gap:.55rem;font-family:var(--font-display),system-ui,sans-serif;font-size:1.25rem;font-weight:800;text-decoration:none;letter-spacing:-.02em}.logo-mark{width:34px;height:34px;border-radius:10px;background:var(--grad);display:grid;place-items:center;color:var(--white);flex-shrink:0}.nav-links{display:flex;align-items:center;gap:1.8rem;list-style:none}.nav-links a:not(.btn){text-decoration:none;font-size:.95rem;font-weight:500;color:var(--ink-soft);transition:color .15s ease}.nav-links a:not(.btn):hover{color:var(--ink)}.nav-links .btn{padding:.6rem 1.3rem;font-size:.95rem}.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:.4rem;color:var(--ink)}.hero{padding-block:clamp(3.5rem,8vw,6.5rem) clamp(3rem,7vw,6rem);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:clamp(2rem,5vw,4.5rem);gap:clamp(2rem,5vw,4.5rem);align-items:center}.hero-copy .eyebrow{display:inline-block;margin-bottom:1.1rem}.hero-copy h1{margin-bottom:1.2rem}.hero-copy .lede{margin-bottom:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center}.hero-note{margin-top:1.1rem;font-size:.88rem;color:var(--ink-soft)}.phone-stage{position:relative;display:flex;justify-content:center}.phone-stage:before{content:"";position:absolute;inset:8% -6% 0;background:radial-gradient(closest-side,var(--accent-soft),transparent 70%);z-index:-1}.phone{width:min(300px,78vw);border:10px solid var(--ink);border-radius:42px;background:linear-gradient(175deg,oklch(.99 .004 288) 30%,var(--lavender));padding:2.6rem .9rem 1.2rem;position:relative;box-shadow:var(--shadow-lift)}.phone:before{content:"";position:absolute;top:12px;left:50%;transform:translateX(-50%);width:74px;height:20px;border-radius:var(--radius-pill);background:var(--ink)}.feed-title{font-family:var(--font-mono),ui-monospace,monospace;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);display:flex;align-items:center;gap:.45rem;padding:0 .4rem .7rem}.pulse{width:8px;height:8px;border-radius:50%;background:oklch(.68 .16 155);animation:pulse 2s ease infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 0 oklch(.68 .16 155/.5)}55%{box-shadow:0 0 0 6px oklch(.68 .16 155/0)}}.feed{display:flex;flex-direction:column;gap:.65rem;list-style:none}.feed li{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:.75rem .85rem;box-shadow:0 3px 12px hsl(var(--shadow-color)/.06);opacity:0;transform:translateY(14px);animation:card-in .55s ease forwards}.feed li:first-child{animation-delay:.3s}.feed li:nth-child(2){animation-delay:.9s}.feed li:nth-child(3){animation-delay:1.5s}.feed li:nth-child(4){animation-delay:2.1s}@keyframes card-in{to{opacity:1;transform:translateY(0)}}.device-chip{font-family:var(--font-mono),ui-monospace,monospace;font-size:.64rem;font-weight:500;color:var(--violet-deep);background:var(--lavender);border-radius:var(--radius-pill);padding:.14rem .55rem;display:inline-block;margin-bottom:.35rem}.feed .fb{font-size:.82rem;line-height:1.45;color:var(--ink)}.feed .stars{color:oklch(.78 .16 75);font-size:.75rem;letter-spacing:.12em;margin-top:.25rem}.policy{background:var(--ink);color:var(--white);border-radius:var(--radius-lg);padding:clamp(2.2rem,5vw,3.5rem);display:grid;grid-template-columns:auto 1fr;grid-gap:clamp(1.5rem,4vw,3.5rem);gap:clamp(1.5rem,4vw,3.5rem);align-items:center}.policy-stat{font-family:var(--font-display),system-ui,sans-serif;font-weight:800;font-size:clamp(3rem,7vw,5rem);line-height:1;background:linear-gradient(100deg,oklch(.75 .13 262),oklch(.74 .15 300));-webkit-background-clip:text;background-clip:text;color:transparent;white-space:nowrap}.policy-stat small{display:block;font-family:var(--font-mono),ui-monospace,monospace;font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:oklch(.68 .05 290);margin-top:.6rem}.policy h2{margin-bottom:.7rem;font-size:clamp(1.4rem,2.6vw,1.9rem)}.policy p{color:oklch(.82 .04 290);max-width:46em}.section{padding-block:clamp(3.5rem,8vw,6.5rem)}.section-head{max-width:620px;margin-bottom:clamp(2rem,5vw,3.5rem)}.section-head .eyebrow{display:inline-block;margin-bottom:.8rem}.section-head p{color:var(--ink-soft);margin-top:.9rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.4rem;gap:1.4rem;list-style:none;counter-reset:step}.steps li{counter-increment:step;background:var(--lavender);border-radius:var(--radius-lg);padding:1.8rem 1.6rem;position:relative}.steps li:before{content:"step " counter(step) " / 3";font-family:var(--font-mono),ui-monospace,monospace;font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--violet-deep);display:block;margin-bottom:1rem}.steps h3{margin-bottom:.5rem}.steps p{font-size:.95rem;color:var(--ink-soft)}.features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.4rem;gap:1.4rem}.feature-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.8rem 1.6rem;box-shadow:var(--shadow-card);transition:transform .45s var(--ease-out-expo),box-shadow .45s var(--ease-out-expo)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lift)}.feature-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;margin-bottom:1.1rem;color:var(--white)}.feature-icon.violet{background:var(--accent-to)}.feature-icon.blue{background:var(--accent-from)}.feature-icon.mixed{background:var(--grad)}.feature-card h3{margin-bottom:.5rem}.feature-card p{font-size:.95rem;color:var(--ink-soft)}.cta-band{background:linear-gradient(120deg,var(--lavender),var(--sky));border-radius:var(--radius-lg);padding:clamp(2.5rem,6vw,4.5rem);text-align:center}.cta-band h2{margin-bottom:.9rem}.cta-band p{color:var(--ink-soft);max-width:38em;margin:0 auto 2rem}.site-footer{border-top:1px solid var(--line);padding-block:2rem;margin-top:clamp(3rem,7vw,5rem)}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-row p{font-size:.88rem;color:var(--ink-soft)}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{font-size:.88rem;color:var(--ink-soft);text-decoration:none}.footer-links a:hover{color:var(--ink)}.contact-hero{padding-block:clamp(3rem,7vw,5rem) clamp(2rem,5vw,3rem)}.contact-hero .eyebrow{display:inline-block;margin-bottom:1rem}.contact-hero p{margin-top:1rem}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:start;padding-bottom:clamp(3rem,7vw,5rem)}.form-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.6rem,4vw,2.4rem);box-shadow:var(--shadow-card)}.field{margin-bottom:1.3rem}.field label{display:block;font-size:.92rem;font-weight:600;margin-bottom:.45rem}.field input,.field textarea{width:100%;font-family:var(--font-body),system-ui,sans-serif;font-size:1rem;color:var(--ink);background:oklch(.99 .004 288);border:1.5px solid var(--line);border-radius:var(--radius-md);padding:.8rem 1rem;transition:border-color .15s ease,box-shadow .15s ease}.field textarea{resize:vertical;min-height:140px}.field input:focus,.field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.field .hint{display:none;font-size:.82rem;color:oklch(.55 .19 15);margin-top:.35rem}.field.invalid input,.field.invalid textarea{border-color:oklch(.55 .19 15)}.field.invalid .hint{display:block}.form-success{display:none;background:oklch(.96 .03 160);border:1px solid oklch(.88 .06 160);border-radius:var(--radius-md);color:oklch(.45 .1 160);padding:1rem 1.2rem;font-size:.95rem;margin-top:1.2rem}.form-success.show{display:block}.contact-aside{display:flex;flex-direction:column;gap:1.2rem}.aside-card{background:var(--lavender);border-radius:var(--radius-lg);padding:1.6rem}.aside-card h3{margin-bottom:.45rem}.aside-card p{font-size:.94rem;color:var(--ink-soft)}.aside-card .device-chip{margin-bottom:.7rem}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:.9rem}.faq-item{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-card);overflow:hidden;transition:border-color .25s var(--ease-out-expo)}.faq-item[open]{border-color:var(--accent)}.faq-item summary{cursor:pointer;list-style:none;padding:1.1rem 1.4rem;font-family:var(--font-display),sans-serif;font-weight:600;font-size:1.02rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";flex-shrink:0;font-family:var(--font-mono),monospace;font-size:1.15rem;color:var(--accent);transition:transform .25s var(--ease-out-expo)}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{padding:0 1.4rem 1.2rem;font-size:.95rem;color:var(--ink-soft)}@media (max-width:880px){.contact-grid,.features,.hero-grid,.policy,.steps{grid-template-columns:1fr}.policy{text-align:left}}@media (max-width:720px){.nav-toggle{display:block}.nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--surface);border-bottom:1px solid var(--line);padding:.6rem 1.5rem 1.2rem;display:none}.nav-links.open{display:flex}.nav-links li{padding-block:.55rem}.nav-links .btn{justify-content:center;margin-top:.5rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.aurora-blob{animation:none!important}.feed li{opacity:1;transform:none}.reveal{opacity:1!important;transform:none!important}}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-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:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-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:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-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:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque Fallback;src:local("Arial");ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.00%;size-adjust:105.43%}.__className_01ae00{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.__variable_01ae00{--font-display:"Bricolage Grotesque","Bricolage Grotesque Fallback"}@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 Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_37ef13{font-family:Inter,Inter Fallback;font-style:normal}.__variable_37ef13{--font-body:"Inter","Inter Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ad3736e903bfaa5-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/3150dd0728fab2c3-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/e3db186a51b1f2b3-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/3647a4d8cc3a67ad-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/ad50a964c4297b83-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/a36735a804b49f85-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_bdbcf3{font-family:JetBrains Mono,JetBrains Mono Fallback;font-weight:500;font-style:normal}.__variable_bdbcf3{--font-mono:"JetBrains Mono","JetBrains Mono Fallback"}