*,*::before,*::after{box-sizing:border-box;}html,body{margin:0;max-width:100%;overflow-x:clip;}img{max-width:100%;height:auto;}svg{max-width:100%;}@font-face{font-family:'Inter';src:url(/fonts/inter-300.woff2) format('woff2');font-weight:300;font-style:normal;font-display:swap;}@font-face{font-family:'Inter';src:url(/fonts/inter-400.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'Inter';src:url(/fonts/inter-600.woff2) format('woff2');font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:'Inter';src:url(/fonts/inter-700.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:'Montserrat';src:url(/fonts/montserrat-600.woff2) format('woff2');font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:'Montserrat';src:url(/fonts/montserrat-700.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:'Montserrat';src:url(/fonts/montserrat-800.woff2) format('woff2');font-weight:800;font-style:normal;font-display:swap;}@font-face{font-family:'Lora';src:url(/fonts/lora-400.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'Lora';src:url(/fonts/lora-600.woff2) format('woff2');font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:'Zilla Slab';src:url(/fonts/zilla-slab-600.woff2) format('woff2');font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:'Nunito';src:url(/fonts/nunito-400.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'Nunito';src:url(/fonts/nunito-700.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:'Kaushan Script';src:url(/fonts/kaushan-script-400.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'Instrument Serif';src:url(/fonts/instrument-serif-400.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'Instrument Serif';src:url(/fonts/instrument-serif-400-italic.woff2) format('woff2');font-weight:400;font-style:italic;font-display:swap;}@font-face{font-family:'Instrument Sans';src:url(/fonts/instrument-sans-400.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'Instrument Sans';src:url(/fonts/instrument-sans-500.woff2) format('woff2');font-weight:500;font-style:normal;font-display:swap;}@font-face{font-family:'Instrument Sans';src:url(/fonts/instrument-sans-600.woff2) format('woff2');font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:'Clash Display';src:url(/fonts/clash-display-600.woff2) format('woff2');font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:'Clash Display';src:url(/fonts/clash-display-700.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:'General Sans';src:url(/fonts/general-sans-400.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'General Sans';src:url(/fonts/general-sans-500.woff2) format('woff2');font-weight:500;font-style:normal;font-display:swap;}@font-face{font-family:'General Sans';src:url(/fonts/general-sans-600.woff2) format('woff2');font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:'Space Grotesk';src:url(/fonts/space-grotesk-400.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'Space Grotesk';src:url(/fonts/space-grotesk-500.woff2) format('woff2');font-weight:500;font-style:normal;font-display:swap;}@font-face{font-family:'Space Grotesk';src:url(/fonts/space-grotesk-600.woff2) format('woff2');font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:'Space Grotesk';src:url(/fonts/space-grotesk-700.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:'JetBrains Mono';src:url(/fonts/jetbrains-mono-400.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'JetBrains Mono';src:url(/fonts/jetbrains-mono-500.woff2) format('woff2');font-weight:500;font-style:normal;font-display:swap;}@font-face{font-family:'Fraunces';src:url(/fonts/fraunces-400.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'Fraunces';src:url(/fonts/fraunces-700.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap;}.n-contact{display:flex;flex-direction:column;gap:16px;font-family:var(--font-body);}.n-contact .form-group{display:flex;flex-direction:column;gap:6px;}.n-contact label{color:var(--foreground);font-family:var(--font-body);font-size:0.875rem;font-weight:600;}.n-contact input,.n-contact textarea{font-family:var(--font-body);font-size:1rem;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background-color:var(--surface);color:var(--foreground);}.n-contact input:focus,.n-contact textarea:focus{outline:2px solid var(--ring);outline-offset:1px;}.n-contact button[type="submit"]{align-self:flex-start;padding:12px 24px;border-radius:10px;border:none;background-color:var(--primary);color:var(--primary-contrast);font-family:var(--font-body);font-weight:600;cursor:pointer;}.n-contact button[type="submit"]:hover{background-color:var(--primary-hover);}.n-pagenav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:28px;background:var(--surface);margin:0;padding:18px max(24px,calc((100% - 1120px)/2 + 24px)) 0;font-family:var(--font-mono);font-size:0.72rem;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;}.n-pagenav a{color:var(--muted-foreground);text-decoration:none;padding-bottom:2px;border-bottom:2px solid transparent;}.n-pagenav a:hover{color:var(--primary);}.n-pagenav [aria-current="page"]{color:var(--primary);padding-bottom:2px;border-bottom:2px solid var(--accent);}.trial-banner{display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:6px 12px;padding:10px 16px;background:var(--primary);color:var(--primary-contrast);font-family:var(--font-mono);font-size:0.78rem;letter-spacing:0.06em;text-align:center;}.trial-banner a{color:var(--primary-contrast);font-weight:600;text-decoration:underline;text-underline-offset:3px;}.n-root{background-color:var(--background);}.n-home-s0-root{background-color:var(--background);display:flex;flex-direction:column;gap:0px;padding:24px 0px;align-items:flex-start;}.n-home-s0-frame{max-width:1120px;margin-inline:auto;width:100%;padding-inline:24px;display:flex;flex-direction:column;gap:0px;}.n-home-s0-band{display:flex;flex-direction:row;gap:16px;}.n-home-s0-band>*:nth-child(1){flex:65 1 0;min-width:0;}.n-home-s0-band>*:nth-child(2){flex:35 1 0;min-width:0;}.n-home-s0-wordmark{color:var(--heading);font-family:var(--font-script);font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.2;font-weight:400;overflow-wrap:break-word;max-width:100%;}.n-home-s0-tagline{color:var(--muted-foreground);font-family:var(--font-mono);font-size:0.75rem;line-height:1.4;letter-spacing:0.14em;text-transform:uppercase;font-weight:600;}.n-home-s1-root{background-color:var(--primary);display:flex;flex-direction:column;gap:0px;padding:112px 0px;align-items:flex-start;}.n-home-s1-bg{position:absolute;inset:0;width:100%;height:100%;z-index:-1;}.n-home-s1-frame{max-width:1120px;margin-inline:auto;width:100%;padding-inline:24px;display:flex;flex-direction:column;gap:0px;}.n-home-s1-poster{display:flex;flex-direction:column;gap:20px;padding:0px 0px;align-items:center;}.n-home-s1-eyebrow{color:var(--accent-contrast);font-family:var(--font-mono);font-size:0.75rem;line-height:1.4;letter-spacing:0.14em;text-transform:uppercase;font-weight:600;text-align:center;}.n-home-s1-headline{color:var(--primary-contrast);font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.05;font-weight:700;overflow-wrap:break-word;max-width:100%;text-align:center;animation-name:kf-n-home-s1-headline;animation-timing-function:ease-out;animation-fill-mode:both;animation-duration:600ms;}.n-home-s1-subhead{color:var(--primary-contrast);font-family:var(--font-body);font-size:1rem;line-height:1.6;text-align:center;}.n-home-s1-cta{padding-block:16px;display:inline-flex;align-items:center;white-space:nowrap;padding-inline:max(1.25em,12px);background-color:var(--primary-contrast);color:var(--primary);border-radius:12px;text-decoration:none;}.n-home-s1-cta:hover{background-color:var(--surface);}.n-home-s2-root{background-color:var(--muted-surface);display:flex;flex-direction:column;gap:0px;padding:96px 0px;align-items:flex-start;}.n-home-s2-inner{max-width:960px;margin-inline:auto;width:100%;padding-inline:24px;display:flex;flex-direction:column;gap:0px;}.n-home-s2-list{display:flex;flex-direction:column;gap:40px;}.n-home-s2-step{display:flex;flex-direction:row;gap:40px;}.n-home-s2-step>*:nth-child(1){flex:18 1 0;min-width:0;}.n-home-s2-step>*:nth-child(2){flex:82 1 0;min-width:0;}.n-home-s2-num{color:var(--accent);font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.05;font-weight:700;overflow-wrap:break-word;max-width:100%;}.n-home-s2-copy{display:flex;flex-direction:column;gap:8px;padding:8px 0px;align-items:flex-start;}.n-home-s2-title{color:var(--heading);font-family:var(--font-heading);font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.3;font-weight:600;overflow-wrap:break-word;max-width:100%;}.n-home-s2-body{color:var(--muted-foreground);font-family:var(--font-body);font-size:1rem;line-height:1.6;}.n-home-s3-root{background-color:var(--background);display:flex;flex-direction:column;gap:0px;padding:96px 0px;align-items:flex-start;}.n-home-s3-inner{max-width:1080px;margin-inline:auto;width:100%;padding-inline:24px;display:flex;flex-direction:column;gap:0px;}.n-home-s3-split{display:flex;flex-direction:row;gap:64px;}.n-home-s3-split>*:nth-child(1){flex:55 1 0;min-width:0;}.n-home-s3-split>*:nth-child(2){flex:45 1 0;min-width:0;}.n-home-s3-copy{display:flex;flex-direction:column;gap:14px;padding:0px 0px;align-items:flex-start;}.n-home-s3-title{color:var(--heading);font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.2;font-weight:600;overflow-wrap:break-word;max-width:100%;}.n-home-s3-mark{background-color:var(--accent);height:3px;width:56px;}.n-home-s3-body{color:var(--foreground);font-family:var(--font-body);font-size:1rem;line-height:1.6;}.n-home-s3-sig{display:flex;flex-direction:column;gap:0px;padding:0px 0px;align-items:flex-start;}.n-home-s3-figure{display:block;width:100%;height:320px;}.n-home-s4-root{background-color:var(--primary);display:flex;flex-direction:column;gap:20px;padding:112px 32px;align-items:center;background-image:linear-gradient(135deg,var(--primary),var(--accent));}.n-home-s4-headline{color:var(--primary-contrast);font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.05;font-weight:700;overflow-wrap:break-word;max-width:100%;text-align:center;animation-name:kf-n-home-s4-headline;animation-timing-function:ease-out;animation-fill-mode:both;animation-duration:600ms;}.n-home-s4-subhead{color:var(--primary-contrast);font-family:var(--font-body);font-size:1rem;line-height:1.6;text-align:center;}.n-home-s4-cta{padding-block:16px;display:inline-flex;align-items:center;white-space:nowrap;padding-inline:max(1.25em,12px);background-color:var(--primary-contrast);color:var(--primary);border-radius:12px;text-decoration:none;}.n-home-s4-cta:hover{background-color:var(--surface);}.n-home-s5-root{background-color:var(--muted-surface);display:flex;flex-direction:column;gap:0px;padding:96px 0px;align-items:flex-start;}.n-home-s5-inner{max-width:880px;margin-inline:auto;width:100%;padding-inline:24px;display:flex;flex-direction:column;gap:40px;}.n-home-s5-head{display:flex;flex-direction:column;gap:12px;padding:0px 0px;align-items:flex-start;}.n-home-s5-title{color:var(--heading);font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.2;font-weight:600;overflow-wrap:break-word;max-width:100%;}.n-home-s5-body{color:var(--muted-foreground);font-family:var(--font-body);font-size:1rem;line-height:1.6;}.n-home-s1-root{position:relative;isolation:isolate;}@supports (animation-timeline: view()){.n-home-s2-step{animation-name:kf-n-home-s2-step;animation-timing-function:ease-out;animation-fill-mode:both;animation-duration:auto;animation-timeline:view();animation-range:entry 0% cover 35%;animation-delay:calc(var(--stagger-i,0)*80ms);}.n-home-s3-split{animation-name:kf-n-home-s3-split;animation-timing-function:ease-out;animation-fill-mode:both;animation-duration:auto;animation-timeline:view();animation-range:entry 0% cover 35%;}}@keyframes kf-n-home-s1-headline{0%{opacity:0;transform:translateY(24px);}100%{opacity:1;transform:translateY(0px);}}@keyframes kf-n-home-s1-headline-rm{0%{opacity:0;}100%{opacity:1;}}@keyframes kf-n-home-s2-step{0%{opacity:0;transform:translateY(16px);}100%{opacity:1;transform:translateY(0px);}}@keyframes kf-n-home-s3-split{0%{opacity:0;transform:translateY(16px);}100%{opacity:1;transform:translateY(0px);}}@keyframes kf-n-home-s3-split-rm{0%{opacity:0;}100%{opacity:1;}}@keyframes kf-n-home-s4-headline{0%{opacity:0;transform:translateY(24px);}100%{opacity:1;transform:translateY(0px);}}@keyframes kf-n-home-s4-headline-rm{0%{opacity:0;}100%{opacity:1;}}@media (max-width:640px){.n-home-s0-band{flex-direction:column;}.n-home-s0-band>*:nth-child(1){flex:1 1 auto;}.n-home-s0-band>*:nth-child(2){flex:1 1 auto;}.n-home-s2-step{flex-direction:column;}.n-home-s2-step>*:nth-child(1){flex:1 1 auto;}.n-home-s2-step>*:nth-child(2){flex:1 1 auto;}.n-home-s3-split{flex-direction:column;}.n-home-s3-split>*:nth-child(1){flex:1 1 auto;}.n-home-s3-split>*:nth-child(2){flex:1 1 auto;}}@media (prefers-reduced-motion: reduce){.n-home-s1-headline{animation:kf-n-home-s1-headline-rm 400ms ease-out both;}.n-home-s2-step{animation:none;}.n-home-s3-split{animation:kf-n-home-s3-split-rm 400ms ease-out both;}.n-home-s4-headline{animation:kf-n-home-s4-headline-rm 400ms ease-out both;}}