.nm-landing{--brand-100:#85A5FF;--brand-900:#D5FFFF;--white-100:#FFFFFF;--white-200:#FAFCFE;--white-300:#F4F7FE;--white-400:#EFF4FB;--white-500:#E9EDF7;--gray-100:#E0E5F2;--gray-500:#A3AED0;--gray-900:#707EAE;--indigo-300:#868CFF;--indigo-500:#2B3674;--success-900:#01B574;--error-500:#EE5D50;--bg:var(--white-300);--bg-paper:var(--white-100);--fg1:var(--indigo-500);--fg2:var(--gray-900);--fg3:var(--gray-500);--border:var(--gray-100);--font-sans:var(--font-dm),"DM Sans",system-ui,sans-serif;--font-display:var(--font-dm),"DM Sans",system-ui,sans-serif;--fs-caption:0.75rem;--fs-body1:1rem;--fs-h6:1.125rem;--fw-regular:400;--fw-medium:500;--fw-semi:600;--fw-bold:700;--lh-body:1.5;--radius-md:13px;--radius-lg:16px;--radius-xl:20px;--radius-pill:9999px;--shadow-card:0 18px 40px 0 #7090B01F;--ease:cubic-bezier(0.4,0,0.2,1);--dur-base:200ms;background:var(--bg);color:var(--fg1);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;overflow-x:clip;min-height:100vh}html:has(.nm-landing){scroll-behavior:smooth}.nm-landing a{color:inherit;text-decoration:none}.nm-landing .container{width:100%;max-width:1200px;margin:0 auto;padding:0 32px}.nm-landing .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:var(--radius-lg);cursor:pointer;font-family:var(--font-sans);font-weight:var(--fw-medium);white-space:nowrap;transition:transform var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease),filter var(--dur-base) var(--ease),background var(--dur-base) var(--ease)}.nm-landing .btn:active{transform:translateY(1px)}.nm-landing .btn-primary{background:var(--brand-100);color:var(--white-100)}.nm-landing .btn-primary:hover{filter:brightness(.97);box-shadow:0 10px 24px -8px rgba(133,165,255,.7)}.nm-landing .btn-secondary{background:var(--white-400);color:var(--indigo-500)}.nm-landing .btn-secondary:hover{background:var(--white-500)}.nm-landing .btn-ghost{background:transparent;color:var(--fg2)}.nm-landing .btn-ghost:hover{color:var(--fg1)}.nm-landing .btn-on-brand{background:var(--white-100);color:var(--indigo-500)}.nm-landing .btn-on-brand:hover{filter:brightness(.97);box-shadow:0 12px 30px -8px rgba(0,0,0,.25)}.nm-landing .btn-md{padding:8px 22px;font-size:var(--fs-body1);height:46px}.nm-landing .btn-lg{padding:12px 28px;font-size:var(--fs-body1);height:54px}.nm-landing .chip{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 12px;border-radius:var(--radius-pill);font-size:var(--fs-caption);font-weight:var(--fw-bold);letter-spacing:.02em;background:var(--white-100);color:var(--indigo-500)}.nm-landing .chip-ghost{background:rgba(255,255,255,.18);color:var(--white-100)}.nm-landing .paper{background:var(--bg-paper);border-radius:var(--radius-xl);padding:28px}.nm-landing .paper-card{box-shadow:var(--shadow-card)}.nm-landing .section{padding:clamp(64px,9vw,120px) 0;position:relative}.nm-landing .section-tight{padding:clamp(48px,6vw,80px) 0}.nm-landing .bg-page{background:var(--bg)}.nm-landing .bg-paper-sec{background:var(--bg-paper)}.nm-landing .bg-brand-sec{background:var(--brand-100);color:var(--white-100)}.nm-landing .eyebrow{font-size:var(--fs-caption);font-weight:var(--fw-bold);letter-spacing:.14em;text-transform:uppercase;color:var(--brand-100)}.nm-landing .section-head{max-width:640px}.nm-landing .section-head.center{margin:0 auto;text-align:center}.nm-landing .section-title{font:var(--fw-bold) clamp(28px,3.4vw,40px)/1.15 var(--font-display);letter-spacing:-.02em;margin:14px 0 0}.nm-landing .section-sub{font-size:var(--fs-h6);line-height:var(--lh-body);color:var(--fg2);margin:16px 0 0}.nm-landing .bg-brand-sec .section-title{color:var(--white-100)}.nm-landing .bg-brand-sec .section-sub{color:rgba(255,255,255,.85)}.nm-landing .bg-brand-sec .eyebrow{color:var(--brand-900)}@media (prefers-reduced-motion:no-preference){.nm-landing .reveal{animation:nm-reveal .6s var(--ease) both}.nm-landing .feature-grid>.reveal:nth-child(2),.nm-landing .pricing-grid>.reveal:nth-child(2){animation-delay:.07s}.nm-landing .feature-grid>.reveal:nth-child(3),.nm-landing .pricing-grid>.reveal:nth-child(3){animation-delay:.14s}}@keyframes nm-reveal{0%{transform:translateY(16px)}to{transform:none}}.nm-landing .frame{border-radius:16px;overflow:hidden;background:var(--white-100);box-shadow:0 40px 90px -30px rgba(43,54,116,.45),0 12px 30px -12px rgba(43,54,116,.25);border:1px solid var(--border)}.nm-landing .frame-bar{height:40px;display:flex;align-items:center;gap:8px;padding:0 16px;background:var(--white-200);border-bottom:1px solid var(--border)}.nm-landing .frame-dot{width:11px;height:11px;border-radius:999px}.nm-landing .frame-url{margin-left:14px;height:24px;flex:1;max-width:360px;border-radius:999px;background:var(--white-400);display:flex;align-items:center;padding:0 12px;gap:6px;font-size:11px;color:var(--fg3);font-weight:var(--fw-medium)}.nm-landing .pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,360px));justify-content:center;gap:24px;align-items:stretch}.nm-landing .period-toggle{display:inline-flex;background:var(--white-500);border-radius:var(--radius-pill);padding:4px;gap:2px}.nm-landing .period-toggle button{border:0;cursor:pointer;padding:8px 20px;border-radius:var(--radius-pill);font:var(--fw-semi) 14px/1 var(--font-sans);color:var(--fg2);background:transparent;transition:background var(--dur-base) var(--ease),color var(--dur-base) var(--ease)}.nm-landing .period-toggle button.active{background:var(--white-100);color:var(--fg1);box-shadow:var(--shadow-card)}@keyframes nm-fade{0%{opacity:0}to{opacity:1}}@keyframes nm-pop{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}@media (max-width:900px){.nm-landing .hero-row{flex-direction:column!important}.nm-landing .feature-grid{grid-template-columns:1fr!important}.nm-landing .nav-links{display:none!important}}@media (max-width:700px){.nm-landing .container{padding:0 20px}}@media (max-width:600px){.nm-landing .nav-demo,.nm-landing .nav-signin{display:none!important}.nm-landing .more-to-come{flex-direction:column;align-items:flex-start!important}}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_0eeb07{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_0eeb07{--font-dm:"DM Sans","DM Sans Fallback"}