.landing{--l-bg:#070909;--l-surface:rgba(8,11,9,.86);--l-surface2:rgba(10,14,11,.78);--l-border:rgba(180,210,190,.08);--l-border-mid:rgba(180,210,190,.13);--l-fg:#d8ddd6;--l-fg-muted:#9aa298;--l-fg-dim:#4e5850;--l-green:#5c8c54;--l-green-bright:#72a868;--l-serif:Georgia,"Times New Roman",serif;--l-sans:system-ui,-apple-system,"Segoe UI",sans-serif;--l-mono:Menlo,Monaco,Consolas,"Courier New",monospace;position:relative;min-height:100vh;background:var(--l-bg);color:var(--l-fg);font-family:var(--l-serif);-webkit-font-smoothing:antialiased;overflow-x:hidden}.landing ::-moz-selection{background:rgba(114,168,104,.28)}.landing ::selection{background:rgba(114,168,104,.28)}.landing .l-wallpaper{position:fixed;top:0;left:0;right:0;height:118vh;z-index:0;background:var(--l-wall-image,url("/wallpaper.jpg")) center center /cover no-repeat;filter:var(--l-wall-filter,none);transition:filter .6s ease;will-change:transform}.landing .l-wallpaper-overlay{position:fixed;inset:0;z-index:1;background:linear-gradient(to bottom,rgba(var(--l-fog,5,8,6),.72) 0,rgba(var(--l-fog,5,8,6),.55) 30%,rgba(var(--l-fog,5,8,6),.65) 70%,rgba(var(--l-fog,5,8,6),.88) 100%)}@keyframes l-mist-drift{0%{opacity:0;transform:translateX(0) scaleX(1)}50%{opacity:.06;transform:translateX(12px) scaleX(1.02)}to{opacity:0;transform:translateX(0) scaleX(1)}}.landing .l-mist,.landing .l-mist-2{position:fixed;inset:0;z-index:2;pointer-events:none}.landing .l-mist{background:radial-gradient(ellipse 80% 30% at 50% 38%,rgba(190,215,200,.07) 0,transparent 70%);animation:l-mist-drift 12s ease-in-out infinite}.landing .l-mist-2{background:radial-gradient(ellipse 60% 20% at 30% 50%,rgba(190,215,200,.04) 0,transparent 60%);animation:l-mist-drift 18s ease-in-out infinite reverse;animation-delay:-6s}.landing .l-site{position:relative;z-index:10}.landing .l-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:flex-start;justify-content:space-between;padding:28px 48px 0;pointer-events:none;transition:opacity .2s linear}.landing .l-nav-logo{font-style:italic;font-size:13px;letter-spacing:.16em;color:#a3a8a1;pointer-events:all;transition:color .5s;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none}.landing .l-nav-logo:hover{color:var(--l-fg)}.landing .l-nav-links{display:flex;align-items:center;gap:32px;list-style:none;pointer-events:all}.landing .l-nav-links a{font-family:var(--l-sans);font-size:11px;letter-spacing:.1em;color:#a3a8a1;text-decoration:none;transition:color .2s}.landing .l-nav-links a:hover{color:var(--l-fg)}.landing .l-nav-links a.l-nav-download{color:#a3a8a1;letter-spacing:.12em}.landing .l-nav-links a.l-nav-download:hover{color:var(--l-fg)}@keyframes l-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes l-fog-settle{0%{opacity:1}to{opacity:0}}.landing .l-hero{min-height:calc(100vh - 56px);min-height:calc(100svh - 56px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:110px 48px 210px;position:relative}.landing .l-hero:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(180deg,transparent,transparent 79px,hsla(0,0%,100%,.008) 80px);pointer-events:none}.landing .l-hero:after{content:"";position:fixed;inset:0;background:rgba(5,8,6,.55);pointer-events:none;animation:l-fog-settle .5s ease-out both}.landing .l-hero-identity{display:flex;flex-direction:column;align-items:center;margin-bottom:64px}.landing .l-hero-title{font-size:clamp(72px,12vw,118px);font-weight:400;line-height:.94;letter-spacing:-.03em;color:var(--l-fg);margin-bottom:18px;text-shadow:0 2px 24px rgba(0,0,0,.35);animation:l-fade-up .6s ease-out .15s both}.landing .l-hero-sub{font-family:var(--l-sans);font-size:16px;font-weight:400;line-height:1.7;color:#b9beb7;max-width:620px;animation:l-fade-up .6s ease-out .35s both}.landing .l-hero-claim,.landing .l-hero-proof{display:block}.landing .l-hero-cta{animation:l-fade-up .6s ease-out .55s both}.landing .l-cta-row{display:flex;align-items:center;justify-content:center;gap:22px}.landing .l-btn-primary{display:inline-flex;align-items:center;gap:9px;background:var(--l-accent,#5f8a58);color:#f1f4ef;padding:12px 27px;border-radius:3px;text-decoration:none;font-family:var(--l-sans);font-size:12px;font-weight:500;letter-spacing:.04em;box-shadow:0 0 40px rgba(0,0,0,.25);transition:background .6s ease,filter .2s}.landing .l-btn-primary:hover{filter:brightness(1.1)}.landing .l-btn-primary:focus-visible{outline:1px solid var(--l-fg);outline-offset:3px}.landing .l-btn-ghost{font-family:var(--l-sans);font-size:12px;color:#a3a8a1;text-decoration:none;letter-spacing:.05em}.landing .l-trust{margin-top:14px;font-family:var(--l-sans);font-size:11px;letter-spacing:.04em;color:#8f958d;font-variant-numeric:tabular-nums}.landing .l-download-note{font-family:var(--l-sans);font-size:12px;color:var(--l-fg-muted);margin-bottom:16px}@media (prefers-reduced-motion:reduce){.landing .l-hero-cta,.landing .l-hero-sub,.landing .l-hero-title,.landing .l-hero:after{animation-duration:.01s;animation-delay:0s}}.landing .l-glass{background:var(--l-surface);backdrop-filter:blur(22px) saturate(1.3);-webkit-backdrop-filter:blur(22px) saturate(1.3);border-top:1px solid var(--l-border-mid);border-bottom:1px solid var(--l-border)}.landing .l-feature-row{display:grid;grid-template-columns:1fr 1fr;min-height:480px;border-bottom:1px solid var(--l-border)}.landing .l-feature-copy{padding:84px 68px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--l-border);background:var(--l-surface);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.landing .l-feature-row.l-reverse .l-feature-copy{border-right:none;border-left:1px solid var(--l-border);order:2}.landing .l-feature-row.l-reverse .l-feature-visual{order:1}.landing .l-feat-num{font-family:var(--l-sans);font-size:10px;letter-spacing:.24em;color:rgba(114,168,104,.4);text-transform:uppercase;margin-bottom:36px}.landing .l-feat-title{font-size:34px;font-weight:400;line-height:1.18;margin-bottom:22px;color:var(--l-fg)}.landing .l-feat-body{font-family:var(--l-sans);font-size:14px;line-height:1.88;color:var(--l-fg-muted);max-width:330px}.landing .l-feature-visual{background:var(--l-surface2);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:48px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.landing .l-code-block{font-family:var(--l-mono);font-size:12px;line-height:2.1;width:100%;max-width:340px}.landing .l-c-comment{color:var(--l-fg-dim)}.landing .l-c-arrow{color:rgba(114,168,104,.5)}.landing .l-c-label{color:var(--l-fg-muted)}.landing .l-c-val{color:var(--l-green-bright)}.landing .l-c-base{color:var(--l-fg-muted)}.landing .l-stack{display:flex;flex-direction:column;gap:10px;width:100%;max-width:310px}.landing .l-panel-label{font-family:var(--l-sans);font-size:10px;letter-spacing:.16em;color:var(--l-fg-dim);text-transform:uppercase;margin-bottom:10px}.landing .l-row{background:rgba(10,16,12,.6);border:1px solid var(--l-border);border-radius:4px;padding:13px 16px;transition:border-color .25s,background .25s}.landing .l-row:hover{border-color:rgba(114,168,104,.2);background:rgba(15,22,16,.75)}.landing .l-model-row{display:flex;align-items:center;justify-content:space-between}.landing .l-model-name{font-family:var(--l-sans);font-size:13px;color:var(--l-fg-muted)}.landing .l-badge{font-family:var(--l-sans);font-size:10px;padding:3px 9px;border-radius:2px;letter-spacing:.04em}.landing .l-badge-key{background:rgba(30,46,28,.7);color:var(--l-green-bright)}.landing .l-badge-local{background:rgba(20,30,22,.5);color:var(--l-fg-dim)}.landing .l-panel-note{font-family:var(--l-sans);font-size:11px;color:var(--l-fg-dim);text-align:center;margin-top:8px}.landing .l-search-query{font-family:var(--l-mono);font-size:12px;color:var(--l-fg-muted);border-left:2px solid rgba(114,168,104,.5);padding:4px 0 4px 12px;margin-bottom:6px}.landing .l-result-title{font-family:var(--l-sans);font-size:12.5px;color:var(--l-fg);margin-bottom:4px}.landing .l-result-url{font-family:var(--l-mono);font-size:10.5px;color:rgba(114,168,104,.6)}.landing .l-editor-mock{width:100%;max-width:320px;background:rgba(6,9,7,.82);border:1px solid rgba(180,210,190,.1);border-radius:8px;overflow:hidden}.landing .l-editor-bar{padding:10px 14px;border-bottom:1px solid rgba(180,210,190,.07);display:flex;align-items:center;gap:8px;background:rgba(5,7,5,.6)}.landing .l-dot{width:10px;height:10px;border-radius:50%}.landing .l-dot-r{background:#3a2828}.landing .l-dot-y{background:#383520}.landing .l-dot-g{background:#1e2e1e}.landing .l-editor-filename{font-family:var(--l-sans);font-size:11px;color:var(--l-fg-dim);margin-left:6px}.landing .l-editor-body{padding:22px;font-family:var(--l-mono);font-size:11.5px;line-height:2}.landing .l-ed-kw{color:#557a52}.landing .l-ed-fn{color:var(--l-fg-muted)}.landing .l-ed-call{color:var(--l-green-bright)}.landing .l-ed-dim{color:var(--l-fg-dim)}.landing .l-indent-1{padding-left:18px}.landing .l-indent-2{padding-left:36px}.landing .l-privacy{padding:115px 48px;text-align:center;background:rgba(5,8,6,.72);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-top:1px solid var(--l-border);border-bottom:1px solid var(--l-border)}.landing .l-priv-title{font-size:52px;font-weight:400;line-height:1.05;color:var(--l-fg);margin-bottom:26px}.landing .l-priv-body{font-family:var(--l-sans);font-size:14px;line-height:1.88;color:var(--l-fg-muted);max-width:450px;margin:0 auto 56px}.landing .l-stats{display:flex;align-items:center;justify-content:center;gap:52px;flex-wrap:wrap}.landing .l-stat{text-align:center}.landing .l-stat-num{font-size:38px;font-weight:400;color:var(--l-fg);line-height:1;margin-bottom:8px}.landing .l-stat-label{font-family:var(--l-sans);font-size:11px;letter-spacing:.12em;color:var(--l-fg-dim);text-transform:uppercase}.landing .l-stat-divider{width:1px;height:48px;background:rgba(180,210,190,.1)}.landing .l-cta{padding:130px 48px;text-align:center;background:rgba(4,7,5,.62);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-top:1px solid var(--l-border)}.landing .l-cta-eyebrow{font-family:var(--l-sans);font-size:10px;letter-spacing:.26em;color:var(--l-fg-dim);text-transform:uppercase;margin-bottom:36px}.landing .l-cta-title{font-size:clamp(44px,7.5vw,78px);font-weight:400;line-height:1.08;color:var(--l-fg);margin-bottom:52px}.landing .l-cta-title span{display:block}.landing .l-footer{padding:60px 52px 48px;display:flex;align-items:flex-end;justify-content:space-between;position:relative}.landing .l-footer-brand{display:flex;flex-direction:column;gap:6px}.landing .l-footer-logo{font-style:italic;font-size:11px;color:rgba(200,220,200,.14);letter-spacing:.14em}.landing .l-footer-tags{font-family:var(--l-sans);font-size:10px;color:#8f958d;letter-spacing:.12em}.landing .l-footer-links{display:flex;gap:28px;list-style:none}.landing .l-footer-links a{font-family:var(--l-sans);font-size:11px;color:rgba(200,220,200,.14);text-decoration:none;letter-spacing:.1em;transition:color .35s}.landing .l-footer-links a:hover{color:rgba(200,220,200,.4)}.landing .l-doc{max-width:720px;margin:0 auto;padding:150px 32px 110px}.landing .l-doc-card{background:var(--l-surface);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border:1px solid var(--l-border);border-radius:6px;padding:56px 52px}.landing .l-doc h1{font-size:clamp(38px,6vw,56px);font-weight:400;line-height:1.08;margin-bottom:14px}.landing .l-doc-lede{font-family:var(--l-sans);font-size:14px;line-height:1.85;color:var(--l-fg-muted);margin-bottom:48px}.landing .l-doc h2{font-size:24px;font-weight:400;line-height:1.25;margin:44px 0 14px;color:var(--l-fg)}.landing .l-doc h3{font-family:var(--l-sans);font-size:14px;font-weight:500;margin:26px 0 8px;color:var(--l-fg)}.landing .l-doc li,.landing .l-doc p{font-family:var(--l-sans);font-size:14px;line-height:1.85;color:var(--l-fg-muted)}.landing .l-doc p+p{margin-top:12px}.landing .l-doc ol,.landing .l-doc ul{padding-left:20px;display:grid;gap:6px}.landing .l-doc ol{list-style:decimal}.landing .l-doc ul{list-style:disc}.landing .l-doc a{color:var(--l-green-bright);text-underline-offset:3px}.landing .l-doc a.l-btn-primary{color:rgba(5,8,6,.95);text-decoration:none}.landing .l-installer ol{margin:16px 0 10px}.landing .l-doc code{font-family:var(--l-mono);font-size:12px;background:hsla(0,0%,100%,.04);padding:1px 6px;border-radius:2px;word-break:break-all}.landing .l-doc-meta{font-family:var(--l-sans);font-size:11px;letter-spacing:.12em;color:var(--l-fg-dim);text-transform:uppercase}.landing .l-faq-item{border-top:1px solid var(--l-border);padding:22px 0}.landing .l-faq-item:last-child{border-bottom:1px solid var(--l-border)}.landing .l-faq-item h2{margin:0 0 10px;font-size:20px}.landing .l-installer{border:1px solid var(--l-border);border-radius:4px;background:rgba(10,16,12,.6);padding:22px 24px;margin-top:14px}.landing .l-installer-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.landing .l-installer-name{font-family:var(--l-sans);font-size:14px;color:var(--l-fg)}.landing .l-installer-meta{font-family:var(--l-sans);font-size:12px;color:var(--l-fg-dim);margin-top:4px}.landing .l-installer .l-btn-primary{padding:10px 20px;font-size:12px}.landing .l-installer-sum{margin-top:14px;font-family:var(--l-sans);font-size:11px;color:var(--l-fg-dim)}@media (max-width:560px){.landing .l-doc{padding:110px 16px 70px}.landing .l-doc-card{padding:36px 22px}}.landing .l-reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.landing .l-reveal.l-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.landing *,.landing :before{animation:none!important;transition:none!important}.landing .l-reveal{opacity:1;transform:none}}@media (max-width:900px){.landing .l-nav{padding:22px 28px 0}.landing .l-nav-links{gap:20px}.landing .l-hero{padding:110px 28px 150px}.landing .l-hero-sub{max-width:420px}.landing .l-feature-row{grid-template-columns:1fr;min-height:unset}.landing .l-feature-copy{padding:52px 36px;border-right:none;border-bottom:1px solid var(--l-border);order:1!important}.landing .l-feature-row.l-reverse .l-feature-copy{border-left:none;border-bottom:1px solid var(--l-border)}.landing .l-feature-row.l-reverse .l-feature-visual{order:2!important}.landing .l-feature-visual{padding:40px 28px;min-height:280px}.landing .l-feat-title{font-size:28px}.landing .l-feat-body{max-width:100%}.landing .l-feat-num{margin-bottom:20px}.landing .l-priv-title{font-size:38px}.landing .l-stats{gap:32px}.landing .l-stat-divider{display:none}.landing .l-cta-title{font-size:clamp(36px,8vw,56px)}.landing .l-footer{padding:44px 28px 36px}}@media (max-width:560px){.landing .l-nav{padding:18px 20px 0}.landing .l-nav-links{gap:14px}.landing .l-nav-links li:first-child,.landing .l-nav-links li:nth-child(2){display:none}.landing .l-hero{padding:100px 20px 120px}.landing .l-hero-claim,.landing .l-hero-proof{display:inline}.landing .l-hero-title{letter-spacing:-.02em}.landing .l-hero-sub{font-size:14px}.landing .l-cta-row{flex-direction:column;gap:14px}.landing .l-feature-copy{padding:40px 20px}.landing .l-feature-visual{padding:32px 20px}.landing .l-feat-title{font-size:26px}.landing .l-privacy{padding:80px 20px}.landing .l-priv-title{font-size:32px}.landing .l-stats{gap:28px}.landing .l-cta{padding:80px 20px}.landing .l-cta-title{font-size:clamp(30px,9vw,46px);margin-bottom:36px}.landing .l-footer{padding:36px 20px 30px;flex-direction:column;align-items:flex-start;gap:16px}.landing .l-code-block{font-size:11px;line-height:1.9}.landing .l-editor-mock,.landing .l-stack{max-width:100%}}.landing .l-wall-picker{position:fixed;right:22px;bottom:22px;z-index:120;display:flex;flex-direction:column;align-items:flex-end;gap:10px;font-family:var(--l-sans)}.landing .l-wall-toggle{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;color:#a3a8a1;background:rgba(8,11,9,.72);border:1px solid var(--l-border-mid);backdrop-filter:blur(10px);cursor:pointer;transition:color .12s ease-out,border-color .12s ease-out}.landing .l-wall-toggle:hover{color:var(--l-fg);border-color:rgba(180,210,190,.25)}.landing .l-wall-toggle:focus-visible{outline:1px solid var(--l-fg);outline-offset:3px}@keyframes l-wall-arrive{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.landing .l-wall-panel{width:272px;padding:14px;border-radius:14px;background:rgba(8,11,9,.9);border:1px solid var(--l-border-mid);backdrop-filter:blur(14px);animation:l-wall-arrive .18s ease-out both}.landing .l-wall-title{font-size:11px;letter-spacing:.1em;color:#a3a8a1;margin-bottom:10px}.landing .l-wall-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.landing .l-wall-option{position:relative;height:64px;border-radius:8px;border:1px solid var(--l-border);background-size:cover;background-position:50%;cursor:pointer;overflow:hidden}.landing .l-wall-option span{position:absolute;left:6px;bottom:4px;font-size:10px;color:#d8ddd6;text-shadow:0 1px 4px rgba(0,0,0,.8)}.landing .l-wall-option.is-current{border-color:var(--l-accent,#5f8a58);box-shadow:0 0 0 1px var(--l-accent,#5f8a58)}.landing .l-wall-option:focus-visible{outline:1px solid var(--l-fg);outline-offset:2px}@media (prefers-reduced-motion:reduce){.landing .l-wall-panel{animation:none}}.landing .l-founder-body{display:flex;align-items:center;gap:36px;margin-top:18px}.landing .l-founder-photo{width:180px;height:180px;flex:none;border-radius:12px;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 35%;object-position:50% 35%;border:1px solid var(--l-border-mid);filter:grayscale(.35) contrast(1.02)}.landing .l-founder-monogram{display:grid;place-items:center;font-size:72px;font-style:italic;color:#a3a8a1;background:rgba(10,14,11,.7)}.landing .l-founder-name{font-size:clamp(28px,4vw,40px);font-weight:400;letter-spacing:-.01em;color:var(--l-fg);line-height:1.1}.landing .l-founder-role{margin-top:8px;font-family:var(--l-sans);font-size:13px;letter-spacing:.08em;color:var(--l-accent,#5f8a58)}.landing .l-founder-title{margin-top:14px;font-family:var(--l-sans);font-size:15px;line-height:1.7;color:#b9beb7;max-width:460px}.landing .l-doc-card .l-founder-links{display:flex;flex-wrap:wrap;gap:18px;margin-top:20px;list-style:none;padding:0}.landing .l-doc-card .l-founder-links li{list-style:none;margin:0;padding:0}.landing .l-founder-links a{font-family:var(--l-sans);font-size:12px;letter-spacing:.06em;color:#a3a8a1;text-decoration:none;border-bottom:1px solid hsla(103,4%,65%,.35);padding-bottom:2px}.landing .l-founder-links a:hover{color:var(--l-fg);border-color:var(--l-fg)}@media (max-width:640px){.landing .l-founder-body{flex-direction:column;align-items:flex-start;gap:22px}.landing .l-founder-photo{width:140px;height:140px}}