.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to bottom,var(--bg-primary) 0%,transparent 100%)}.landing-logo{font-family:var(--font-mono);font-size:.9rem;font-weight:500;color:var(--text-primary);text-decoration:none;letter-spacing:.05em;display:flex;align-items:center;gap:.75rem}.landing-logoIcon{width:32px;height:32px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:filter .3s ease,transform .3s ease}.landing-logoIcon img{width:100%;height:100%;object-fit:contain}.landing-logo:hover .landing-logoIcon{filter:drop-shadow(0 0 8px rgba(0,212,255,.6));transform:scale(1.05)}.landing-navLinks{display:flex;gap:2rem;list-style:none;align-items:center}.landing-navLinks a{font-size:.85rem;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.landing-navLinks a:hover{color:var(--text-primary)}.landing-navLogin{background:var(--bg-tertiary);padding:.625rem 1.25rem;border-radius:6px;min-height:44px;display:inline-flex;align-items:center;border:1px solid var(--border);transition:all .2s ease}.landing-navLogin:hover{border-color:var(--accent-cyan)!important;background:#00d4ff0d!important}.landing-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:12px;min-width:48px;min-height:48px;justify-content:center;align-items:center}.landing-hamburgerLine{display:block;width:24px;height:2px;background:var(--text-secondary);border-radius:1px;transition:background .2s ease,transform .3s ease,opacity .3s ease}.landing-hamburger:hover .landing-hamburgerLine{background:var(--text-primary)}.landing-mobileMenu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg-secondary);border-bottom:1px solid var(--border);padding:1rem 2rem;flex-direction:column;gap:1rem}#mobile-menu-toggle:checked~.landing-mobileMenu{display:flex}#mobile-menu-toggle:checked~.landing-hamburger .landing-hamburgerLine:nth-child(1){transform:rotate(45deg) translate(5px,5px)}#mobile-menu-toggle:checked~.landing-hamburger .landing-hamburgerLine:nth-child(2){opacity:0}#mobile-menu-toggle:checked~.landing-hamburger .landing-hamburgerLine:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.landing-mobileMenu a{font-size:1rem;color:var(--text-secondary);text-decoration:none;padding:.875rem 0;min-height:48px;display:flex;align-items:center;transition:color .2s ease}.landing-mobileMenu a:hover{color:var(--text-primary)}.landing-mobileLogin{background:var(--bg-tertiary);padding:.625rem 1rem!important;border-radius:6px;border:1px solid var(--border);text-align:center}@media(max-width:768px){.landing-nav{padding:1rem}.landing-navLinks{display:none}.landing-hamburger{display:flex}}.landing-hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8rem 2rem 4rem;position:relative}.landing-hero:before{content:"";position:absolute;top:15%;left:50%;transform:translate(-50%);width:700px;height:700px;background:radial-gradient(circle,var(--accent-glow) 0%,var(--accent-glow-green) 40%,transparent 70%);opacity:.6;pointer-events:none;animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:translate(-50%) scale(1)}50%{opacity:.7;transform:translate(-50%) scale(1.05)}}.landing-hero h1{font-family:var(--font-display);font-size:clamp(3rem,10vw,7rem);font-weight:400;line-height:1.05;margin-bottom:1.5rem;max-width:900px;animation:fadeInUp .6s ease-out .1s both}.landing-hero h1 em{font-style:italic}.landing-llmContainer{display:block;text-align:center;width:100%}.landing-llmSwitcher{display:inline-block;position:relative;min-width:400px;height:1.2em;text-align:center}.landing-llmText{position:absolute;left:50%;top:0;transform:translate(-50%);white-space:nowrap;opacity:0;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeText 17.5s infinite;padding-right:.15em}.landing-llmText:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--accent-gradient);border-radius:2px;opacity:.6}@keyframes fadeText{0%{opacity:1}11%{opacity:1}14.28%{opacity:0}to{opacity:0}}.landing-subtitle{font-size:1.25rem;font-weight:300;color:var(--text-secondary);max-width:560px;margin-bottom:3rem;animation:fadeInUp .6s ease-out .2s both}.landing-cta{display:flex;gap:1rem;animation:fadeInUp .6s ease-out .3s both}.landing-codeCarousel{margin-top:4rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:1.5rem 2rem;animation:fadeInUp .6s ease-out .4s both;position:relative;min-width:700px;max-width:100%;margin-left:auto;margin-right:auto}.landing-codeTrack{position:relative;height:24px;overflow-y:hidden;overflow-x:visible}.landing-codeExample{position:absolute;left:0;top:0;width:100%;font-family:var(--font-mono);font-size:.85rem;line-height:24px;opacity:0;white-space:nowrap;animation:codeSlide 20s infinite}@keyframes codeSlide{0%{opacity:1}17%{opacity:1}20%{opacity:0}to{opacity:0}}.landing-prompt{color:#71717a}.landing-command{color:#fafafa}.landing-string{color:#0f8}.landing-hero[data-visible=false]:before,.landing-hero[data-visible=false] .landing-llmText,.landing-hero[data-visible=false] .landing-codeExample{animation-play-state:paused}@media(max-width:768px){.landing-hero{padding:6rem 1rem 3rem;overflow:hidden;max-width:100vw}.landing-hero h1{font-size:2.5rem;max-width:100%}.landing-subtitle{font-size:1.1rem}.landing-cta{flex-direction:column;width:100%;max-width:280px}.landing-cta .btn{width:100%;text-align:center}.landing-llmSwitcher{min-width:unset;max-width:100%}.landing-llmContainer{max-width:100%;overflow:hidden}.landing-codeCarousel{min-width:unset;width:100%;max-width:100%;padding:.875rem 1rem;margin:2rem 0;overflow:hidden;box-sizing:border-box}.landing-codeTrack{min-width:unset;height:auto;min-height:56px;position:relative;overflow:hidden}.landing-codeExample{font-size:.8rem;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;line-height:1.6;position:absolute;top:0;left:0;right:0;width:100%;padding-right:.5rem}}.demo-section{padding:0 clamp(1rem,4vw,2rem) 4rem;display:flex;justify-content:center}.demo-widget{width:100%;max-width:720px;background:#111113;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:clamp(1.25rem,3vw,2rem)}.demo-widget h2{font-family:"Instrument Serif",serif;font-size:clamp(1.5rem,3vw,2.369rem);color:#fafafa;margin:0 0 .5rem;letter-spacing:-.01em;line-height:1.25}.demo-widget p.demo-subtitle{font-family:Outfit,sans-serif;color:#a1a1aa;font-size:.875rem;margin:0 0 1.5rem}.demo-input-row{display:flex;gap:.75rem;margin-bottom:1rem}.demo-input-row input{flex:1;background:#18181b;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:.75rem;color:#fafafa;font-family:Outfit,sans-serif;font-size:max(16px,.875rem);outline:none;transition:border-color .15s}.demo-input-row input:focus{border-color:#38bdf8}.demo-input-row input::placeholder{color:#71717a}.demo-generate-btn{background:linear-gradient(135deg,#38bdf8,#34d399);color:#0a0a0b;border:none;border-radius:6px;padding:.75rem 1.5rem;font-family:Outfit,sans-serif;font-weight:600;font-size:.875rem;cursor:pointer;transition:opacity .15s;white-space:nowrap}.demo-generate-btn:hover{opacity:.85}.demo-generate-btn:active{opacity:.75}.demo-generate-btn:disabled{opacity:.4;cursor:not-allowed}.demo-platforms{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.demo-pill{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:transparent;color:#a1a1aa;font-family:Outfit,sans-serif;font-size:.8125rem;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.demo-pill:hover{border-color:#ffffff26;color:#fafafa}.demo-pill.selected{border-color:#38bdf866;background:#38bdf814;color:#38bdf8}.demo-pill .pill-dot{width:8px;height:8px;border-radius:50%}.demo-results{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;margin-bottom:1rem}.demo-result-card{flex:0 0 220px;scroll-snap-align:start;background:#18181b;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:1rem;display:flex;flex-direction:column}.demo-result-card .card-platform{font-family:JetBrains Mono,monospace;font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;display:flex;align-items:center;gap:.375rem}.demo-result-card .card-content{font-family:Outfit,sans-serif;font-size:.8125rem;color:#a1a1aa;line-height:1.6;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical}.demo-result-card .card-score{font-family:JetBrains Mono,monospace;font-size:.75rem;margin-top:.75rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.05)}.score-green{color:#22c55e}.score-amber{color:#f59e0b}.score-red{color:#ef4444}.demo-cta-row{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.demo-cta-primary{background:linear-gradient(135deg,#38bdf8,#34d399);color:#0a0a0b;border:none;border-radius:6px;padding:.75rem 1.5rem;font-family:Outfit,sans-serif;font-weight:600;font-size:.875rem;cursor:pointer;text-decoration:none;transition:opacity .15s}.demo-cta-primary:hover{opacity:.85}.demo-cta-secondary{background:transparent;border:none;color:#71717a;font-family:Outfit,sans-serif;font-size:.875rem;cursor:pointer;transition:color .15s}.demo-cta-secondary:hover{color:#a1a1aa}.demo-remaining{font-family:JetBrains Mono,monospace;font-size:.6875rem;color:#71717a;text-align:center;margin-top:.75rem}.demo-shimmer{background:linear-gradient(90deg,#18181b 25%,#1a1a1d,#18181b 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.demo-error{color:#ef4444;font-family:Outfit,sans-serif;font-size:.875rem;text-align:center;padding:1rem 0}@media(max-width:640px){.demo-input-row{flex-direction:column}.demo-result-card{flex:0 0 180px}.demo-cta-row{flex-direction:column}}.landing-platforms{padding:4rem 2rem 6rem;text-align:center;position:relative;z-index:10}.landing-platLabel{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:2.5rem}.landing-platGrid{display:flex;justify-content:center;align-items:stretch;gap:1.5rem;flex-wrap:wrap;max-width:900px;margin:0 auto}.landing-platCard{background:var(--bg-secondary);border:1px solid rgba(0,212,255,.3);border-radius:12px;padding:1.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;min-width:120px;transition:all .3s ease;position:relative}.landing-platCard:hover{border-color:var(--accent-cyan);transform:translateY(-4px);box-shadow:0 8px 32px #00d4ff26}.landing-platIcon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--text-primary)}.landing-platIcon svg{width:32px;height:32px;fill:currentColor}.landing-platName{font-size:.9rem;font-weight:500;color:var(--text-primary)}.landing-platBadge{font-family:var(--font-mono);font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;padding:.25rem .5rem;border-radius:4px;position:absolute;top:-8px;right:-8px;background:var(--accent-gradient);color:#0a0a0b}@media(max-width:768px){.landing-platforms{padding:3rem 1rem;overflow:hidden;max-width:100vw}.landing-platGrid{gap:1rem}.landing-platCard{min-width:100px;padding:1rem 1.25rem}}.landing-features{padding:6rem 2rem;max-width:1200px;margin:0 auto}.landing-featuresGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.landing-featureCard{background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s ease}.landing-featureCard:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 16px 48px #0000004d}.landing-featureIcon{width:48px;height:48px;background:var(--bg-tertiary);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border:1px solid var(--border)}.landing-featureIcon svg{width:24px;height:24px;stroke:var(--accent-cyan)}.landing-featureCard h3{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.landing-featureCard p{font-size:.95rem;color:var(--text-secondary);line-height:1.7}@media(max-width:768px){.landing-features{padding:4rem 1.5rem}.landing-featuresGrid{grid-template-columns:1fr}}.landing-pricing{padding:6rem 2rem;max-width:1400px;margin:0 auto}.landing-pricingToggle{display:flex;justify-content:center;margin-bottom:2.5rem}.landing-toggleBtn{padding:.75rem 1.5rem;font-family:var(--font-body);font-size:.9rem;font-weight:500;background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;transition:all .2s ease;min-height:44px}.landing-toggleBtnMonthly{border-radius:8px 0 0 8px;border-right:none}.landing-toggleBtnAnnual{border-radius:0 8px 8px 0}.landing-toggleBtn:hover{color:var(--text-secondary)}#pricing-monthly:checked~.landing-pricingToggle .landing-toggleBtnMonthly{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--accent-cyan)}#pricing-annual:checked~.landing-pricingToggle .landing-toggleBtnAnnual{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--accent-cyan)}#pricing-monthly:checked~.landing-pricingGrid .landing-annualPrice,#pricing-monthly:checked~.landing-pricingGrid .landing-savings{display:none}#pricing-annual:checked~.landing-pricingGrid .landing-monthlyPrice{display:none}.landing-pricingGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:3rem}.landing-pricingCard{background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;padding:2rem;display:flex;flex-direction:column;position:relative;transition:all .3s ease}.landing-pricingCard:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0000004d}.landing-recommended{border-color:transparent;background:linear-gradient(var(--bg-secondary),var(--bg-secondary)) padding-box,var(--accent-gradient) border-box;border-width:2px}.landing-recommended:before{content:"Most Popular";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--accent-gradient);color:#0a0a0b;font-family:var(--font-mono);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.35rem .75rem;border-radius:100px;white-space:nowrap}.landing-tierName{font-family:var(--font-mono);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.75rem}.landing-price{margin-bottom:1.5rem}.landing-amount{font-family:var(--font-display);font-size:2.5rem;font-weight:400;color:var(--text-primary)}.landing-period{font-size:.9rem;color:var(--text-muted)}.landing-savings{font-size:.8rem;color:var(--accent-cyan);margin-top:.25rem}.landing-featureList{list-style:none;margin:0 0 1.5rem;padding:0;flex-grow:1}.landing-featureList li{font-size:.9rem;color:var(--text-secondary);padding:.5rem 0;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.5rem}.landing-featureList li:last-child{border-bottom:none}.landing-featureList li:before{content:"✓";color:var(--accent-green);font-weight:600}.landing-valueHighlight{color:var(--accent-green)!important;font-weight:500;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.08)}.landing-pricingBtn{width:100%;text-align:center;padding:1rem 1.5rem;border-radius:8px;font-size:1rem;min-height:48px;font-weight:500;text-decoration:none;transition:all .2s ease;border:1px solid var(--border-hover);background:transparent;color:var(--text-primary);display:block}.landing-pricingBtn:hover{border-color:var(--accent-cyan);background:#00d4ff0d}.landing-pricingBtnRecommended{background:var(--accent-gradient);color:#0a0a0b;border:none}.landing-pricingBtnRecommended:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00d4ff4d;background:var(--accent-gradient)}@media(max-width:768px){.landing-pricing{padding:4rem 1rem}.landing-pricingToggle{display:none}.landing-pricingGrid{grid-template-columns:1fr}.landing-featureList li{font-size:1rem;padding:.625rem 0}}.landing-comparison{padding:0 2rem 6rem;max-width:1400px;margin:0 auto}.landing-compTableWrapper{overflow-x:auto;margin-top:2rem}.landing-compTable{width:100%;border-collapse:collapse;font-size:.9rem}.landing-compTable th,.landing-compTable td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid var(--border)}.landing-compTable thead th{font-family:var(--font-mono);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:500;white-space:nowrap}.landing-compTable tbody tr:nth-child(2n){background:#ffffff05}.landing-compTable tbody tr:hover{background:#00d4ff08}.landing-compTable td{color:var(--text-secondary)}.landing-compHighlight{color:var(--text-primary)!important;background:#00d4ff0d}.landing-compTable thead .landing-compHighlight{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:.85rem}.landing-compCheck{color:var(--accent-green);font-weight:600}.landing-compCross{color:var(--text-muted);opacity:.5}.landing-compSummary{margin:3rem 0;padding:2rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px}.landing-compSummary h3{text-align:center;font-family:var(--font-display);font-size:2rem;margin-bottom:2rem}.landing-compSummaryGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.landing-compSummaryItem{text-align:center}.landing-compSummaryIcon{font-size:1.5rem;font-family:var(--font-mono);font-weight:700;color:var(--accent-cyan);margin-bottom:1rem}.landing-compSummaryItem h4{font-size:1.1rem;margin-bottom:.5rem;color:var(--text-primary)}.landing-compSummaryItem p{font-size:.9rem;color:var(--text-secondary)}.landing-compCards{display:none}@media(max-width:768px){.landing-compTableWrapper{display:none}.landing-compCards{display:flex;flex-direction:column;gap:1rem}.landing-compCard{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.landing-compCardHeader{font-family:var(--font-mono);font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.landing-compCardHeaderBadge{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:.7rem}.landing-compCardRow{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.04)}.landing-compCardRow:last-child{border-bottom:none}.landing-compCardFeature{color:var(--text-secondary)}.landing-compCardValues{display:flex;gap:1.5rem;text-align:center}.landing-compCardValue{min-width:60px}.landing-compCardLabel{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.25rem}}.landing-footer{padding:4rem 2rem;border-top:1px solid var(--border);max-width:1200px;margin:0 auto}.landing-footerContent{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem}.landing-footerBrand{max-width:300px}.landing-footerLogo{font-family:var(--font-mono);font-size:.9rem;font-weight:500;color:var(--text-primary);text-decoration:none;letter-spacing:.05em;display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.landing-footerLogoIcon{width:32px;height:32px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.landing-footerLogoIcon img{width:100%;height:100%;object-fit:contain}.landing-footerBrand p{font-size:.9rem;color:var(--text-muted);margin-bottom:1.25rem}.landing-footerSocial{display:flex;gap:.75rem}.landing-socialLink{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-muted);transition:all .2s ease}.landing-socialLink:hover{border-color:var(--accent-cyan);color:var(--text-primary);background:#00d4ff0d}.landing-socialLink svg{width:18px;height:18px;fill:currentColor}.landing-footerLinks{display:flex;gap:4rem}.landing-footerColumn h4{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:1rem}.landing-footerColumn ul{list-style:none}.landing-footerColumn li{margin-bottom:.5rem}.landing-footerColumn a{font-size:.9rem;color:var(--text-muted);text-decoration:none;transition:color .2s ease}.landing-footerColumn a:hover{color:var(--accent-cyan)}.landing-footerBottom{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.landing-footerBottom p{font-size:.85rem;color:var(--text-muted)}@media(max-width:768px){.landing-footerContent{flex-direction:column}.landing-footerLinks{flex-direction:column;gap:2rem}}@font-face{font-family:"Instrument Serif";font-style:normal;font-weight:400;font-display:swap;src:url(/l/fonts/instrument-serif-regular-latin.woff2) format("woff2");unicode-range:U+0000-00FF,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:"Instrument Serif";font-style:italic;font-weight:400;font-display:swap;src:url(/l/fonts/instrument-serif-italic-latin.woff2) format("woff2");unicode-range:U+0000-00FF,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;font-style:normal;font-weight:400 500;font-display:swap;src:url(/l/fonts/jetbrains-mono-latin.woff2) format("woff2");unicode-range:U+0000-00FF,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:Outfit;font-style:normal;font-weight:300 600;font-display:swap;src:url(/l/fonts/outfit-latin.woff2) format("woff2");unicode-range:U+0000-00FF,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}:root{--bg-primary: #0a0a0b;--bg-secondary: #111113;--bg-tertiary: #18181b;--text-primary: #fafafa;--text-secondary: #a1a1aa;--text-muted: #71717a;--accent-cyan: #00d4ff;--accent-green: #00ff88;--accent-gradient: linear-gradient(135deg, #00d4ff 0%, #00ff88 100%);--accent-glow: rgba(0, 212, 255, .15);--accent-glow-green: rgba(0, 255, 136, .15);--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .15);--font-display: "Instrument Serif", Georgia, serif;--font-mono: "JetBrains Mono", monospace;--font-body: "Outfit", -apple-system, sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;overflow-x:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.landing-skip-link{position:absolute;left:-9999px;top:8px;z-index:10000;background:var(--accent-gradient);color:#0a0a0b;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;font-size:.9rem}.landing-skip-link:focus{left:50%;transform:translate(-50%)}a:focus-visible,button:focus-visible,label:focus-visible,input:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:2px}.btn{font-family:var(--font-body);font-size:1rem;font-weight:500;padding:1rem 2rem;border-radius:8px;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;display:inline-block;min-height:48px;min-width:48px}.btn-primary{background:var(--accent-gradient);color:#0a0a0b}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00d4ff4d,0 8px 24px #0f83}.btn-secondary{background:transparent;color:var(--text-primary);border:1px solid var(--border-hover)}.btn-secondary:hover{border-color:var(--accent-cyan);background:#00d4ff0d}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-family:var(--font-display);font-size:2.5rem;font-weight:400;margin-bottom:1rem}.section-header p{color:var(--text-secondary);max-width:500px;margin:0 auto}.landing-section.reveal-hidden{opacity:0;transform:translateY(24px);transition:opacity .6s ease-out,transform .6s ease-out}.landing-section.reveal-visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.section-header h2{font-size:2rem}.btn{font-size:1rem;padding:1rem 1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.landing-section.reveal-hidden{opacity:1;transform:none}}
