:root,[data-theme=light]{color-scheme:light;--ink:#0b1f1a;--muted:#5c7269;--line:rgba(11,31,26,.08);--bg:#fff;--soft:#f3faf7;--green:#15b884;--green-deep:#0d9a6c;--teal:#14b8a6;--nav-bg:hsla(0,0%,100%,.82);--surface:#fff;--pill-bg:hsla(0,0%,100%,.75);--mark-bg:hsla(0,0%,100%,.7);--mark-border:hsla(0,0%,100%,.9);--shadow:0 1px 2px rgba(11,31,26,.04),0 10px 32px rgba(11,31,26,.06);--font:var(--font-jakarta),system-ui,sans-serif;--wrap:1120px;--gutter:clamp(1rem,3vw,1.5rem);--nav-h:3.5rem}[data-theme=dark]{color-scheme:dark;--ink:#e8f5ef;--muted:#8aa399;--line:rgba(232,245,239,.12);--bg:#0b1411;--soft:#13201b;--green:#2fd4a1;--green-deep:#1bb888;--teal:#2dd4bf;--nav-bg:rgba(11,20,17,.88);--surface:#13201b;--pill-bg:rgba(19,32,27,.85);--mark-bg:rgba(19,32,27,.85);--mark-border:rgba(232,245,239,.12);--shadow:0 1px 2px rgba(0,0,0,.2),0 14px 40px rgba(0,0,0,.35)}*,:after,:before{box-sizing:border-box}.landing{position:relative;height:100svh;height:100dvh;max-height:100svh;max-height:100dvh;overflow:hidden;display:flex;flex-direction:column;color:var(--ink);font-family:var(--font);font-size:1rem;line-height:1.5;background:var(--bg);-webkit-font-smoothing:antialiased}.landing a{color:inherit;text-decoration:none}.landing button{font:inherit}.landing h1,.landing p{margin:0}.landing ul{margin:0;padding:0;list-style:none}.wrap{width:min(100% - var(--gutter) * 2,var(--wrap));margin-inline:auto}.page-glow{position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse 80% 50% at 50% -15%,rgba(21,184,132,.16),transparent 55%),radial-gradient(ellipse 50% 40% at 100% 30%,rgba(56,189,248,.1),transparent 50%),radial-gradient(ellipse 45% 35% at 0 60%,rgba(20,184,166,.08),transparent 50%)}[data-theme=dark] .page-glow{background:radial-gradient(ellipse 80% 50% at 50% -15%,rgba(47,212,161,.14),transparent 55%),radial-gradient(ellipse 50% 40% at 100% 30%,rgba(56,189,248,.08),transparent 50%),radial-gradient(ellipse 45% 35% at 0 60%,rgba(20,184,166,.06),transparent 50%)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.55rem;padding:.6rem 1.2rem;border-radius:.7rem;border:1px solid transparent;font-weight:700;font-size:.92rem;letter-spacing:-.01em;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:hover{transform:translateY(-1px)}.btn--primary{background:linear-gradient(135deg,var(--green),var(--teal));color:#fff;box-shadow:0 10px 28px rgba(21,184,132,.32)}.btn--ghost{background:var(--surface);border-color:var(--line);color:var(--ink);box-shadow:0 4px 14px rgba(21,184,132,.14)}.btn--ghost:hover{background:var(--soft)}.btn--xl{min-height:clamp(2.7rem,5.5vh,3.2rem);padding:.75rem 1.65rem;font-size:clamp(.95rem,1.8vh,1.05rem)}.icon-btn{width:2.55rem;height:2.55rem;border-radius:.7rem;border:1px solid var(--line);background:var(--surface);color:var(--ink);display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 14px rgba(21,184,132,.1)}.icon-btn svg{width:1.05rem;height:1.05rem;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.icon-moon,[data-theme=dark] .icon-sun{display:none}[data-theme=dark] .icon-moon{display:block}.nav{flex:0 0 auto;z-index:40;backdrop-filter:blur(16px) saturate(1.3);-webkit-backdrop-filter:blur(16px) saturate(1.3);background:var(--nav-bg);border-bottom:1px solid var(--line)}.nav__inner{justify-content:space-between;height:var(--nav-h);gap:.75rem}.nav__end,.nav__inner{display:flex;align-items:center}.nav__end{gap:.45rem;flex-shrink:0}.brand{display:inline-flex;align-items:center;gap:.5rem;letter-spacing:-.03em;font-size:1rem}.brand,.brand__mark{font-family:var(--font-syne),system-ui,sans-serif;font-weight:800}.brand__mark{width:1.85rem;height:1.85rem;border-radius:.55rem;display:grid;place-items:center;flex-shrink:0;background:linear-gradient(160deg,#12352c,#0b1f1a);color:#9af0d0;font-size:.68rem}.brand__mark--lg{width:clamp(2.1rem,4.5vh,2.55rem);height:clamp(2.1rem,4.5vh,2.55rem);border-radius:.75rem;font-size:clamp(.8rem,1.6vh,.92rem)}.hero{flex:1 1 auto;min-height:0;display:grid;align-items:center;justify-items:center;padding:clamp(.5rem,2.2vh,1.25rem) 0;overflow:hidden}.hero__inner{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:46rem;width:100%;gap:clamp(.55rem,1.8vh,1rem)}.hero__mark{position:relative;width:clamp(3.6rem,8vh,5rem);height:clamp(3.6rem,8vh,5rem);margin-bottom:clamp(.15rem,.8vh,.45rem);display:grid;place-items:center;border-radius:50%;background:var(--mark-bg);border:1px solid var(--mark-border);box-shadow:var(--shadow);backdrop-filter:blur(12px);flex-shrink:0}.hero__ring{position:absolute;inset:-8px;border-radius:50%;border:1px dashed rgba(21,184,132,.35);animation:spin 24s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.hero h1{font-size:clamp(1.55rem,4.2vh + .4rem,3.1rem);font-weight:800;line-height:1.08;letter-spacing:-.045em;max-width:18ch}.hero h1 span{background:linear-gradient(120deg,var(--green-deep),var(--teal) 55%,#0ea5e9);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__lead{max-width:32rem;color:var(--muted);font-size:clamp(.88rem,1.7vh + .2rem,1.05rem);line-height:1.45}.pills{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(.3rem,.8vh,.45rem);margin-top:clamp(.15rem,.8vh,.45rem);max-width:38rem}.pills li{padding:.35rem .7rem;border-radius:999px;border:1px solid var(--line);background:var(--pill-bg);backdrop-filter:blur(10px);font-size:clamp(.7rem,1.3vh,.8rem);font-weight:650;color:var(--ink);white-space:nowrap}@media (max-height:700px){:root{--nav-h:3.15rem}.hero h1{max-width:20ch}.pills li:nth-child(n+5){display:none}}@media (max-height:620px){.hero__lead,.hero__mark,.pills{display:none}}@media (max-width:374px){.btn--ghost{padding-inline:.85rem;font-size:.85rem}.brand>span:last-child{font-size:.92rem}}@media (prefers-reduced-motion:reduce){.hero__ring{animation:none}.btn:hover{transform:none}}.seo-footer{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}