.lp{background:#faf9f9;color:#1b1c1c;min-height:100vh}.lp ::selection{background:#e8dff8;color:#1a0a3e}.lp-header{position:fixed;top:0;width:100%;z-index:50;background:rgba(244,244,245,.5);backdrop-filter:blur(12px)}.lp-nav{justify-content:space-between;padding:1rem 2rem;max-width:80rem;margin:0 auto}.lp-nav,.lp-nav__left{display:flex;align-items:center}.lp-nav__left{gap:3rem}.lp-logo{display:flex;align-items:center}.lp-logo img{max-height:28px;width:auto}.lp-nav__links{display:none;gap:2rem}.lp-nav__link{color:#52525b;font-weight:500;padding-bottom:2px;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.lp-nav__link:hover{color:#6B3FC9;border-bottom-color:#6B3FC9}.lp-nav__link--active{color:#6B3FC9;font-weight:500;border-bottom:2px solid #6b3fc9;padding-bottom:2px}.lp-nav__right{display:flex;align-items:center;gap:1.5rem}.lp-btn-text{color:#71717a;font-weight:500;transition:opacity .2s}.lp-btn-text:hover{opacity:.8}.lp-btn-gradient{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,#6B3FC9,#9B7DE3);color:#ffffff;border:none;cursor:pointer;transition:opacity .2s}.lp-btn-gradient:hover{opacity:.9}.lp-btn-gradient--sm{padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:.5rem}.lp-btn-gradient--lg{padding:.875rem 2rem;font-weight:700;border-radius:.25rem}.lp-btn-gradient--xl{padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;border-radius:.5rem}.lp-btn-ghost{color:#6B3FC9;font-weight:700;padding:.875rem 2rem;border-radius:.25rem;transition:background .2s}.lp-btn-ghost:hover{background:#f5f3f3}.lp-main{padding-top:6rem}.lp-section{max-width:80rem;margin:0 auto;padding-left:2rem;padding-right:2rem}.lp-hero{padding-top:5rem;padding-bottom:4rem}.lp-hero__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}.lp-hero__content{max-width:42rem}.lp-hero__title{font-size:3.75rem;font-weight:800;letter-spacing:-.05em;line-height:1.1;margin:0 0 1.5rem}.lp-hero__title-accent{color:#6B3FC9}.lp-hero__subtitle{color:#594140;font-size:1.125rem;line-height:1.625;margin:0 0 2.5rem}.lp-hero__actions{display:flex;gap:1rem}.lp-hero__no-cc{margin:1rem 0 0;font-size:.85rem;color:#a1a1aa}.lp-hero__visual{position:relative;height:480px;width:100%;display:flex;align-items:center;justify-content:center}.lp-terminal{position:absolute;top:0;left:0;width:80%;z-index:20;background:#1e1e1e;border-radius:.75rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.1);overflow:hidden;transform:rotate(-2deg);transition:all 1.3s ease;-moz-transition:all .3s ease;-webkit-transition:all 1.3s ease}.lp-terminal__bar{display:flex;gap:.375rem;padding:.75rem 1rem;background:#2d2d2d}.lp-terminal__dot{width:.75rem;height:.75rem;border-radius:9999px}.lp-terminal__dot--red{background:#ef4444}.lp-terminal__dot--yellow{background:#eab308}.lp-terminal__dot--green{background:#22c55e}.lp-terminal__content{padding:1.5rem;font-family:var(--font-mono),"JetBrains Mono",monospace;font-size:.875rem;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}.lp-terminal__comment{color:#71717a;margin-bottom:.5rem}.lp-terminal__text{color:#d4d4d8}.lp-terminal__text--mb{margin-bottom:1.5rem}.lp-terminal__prompt{display:flex;align-items:center;gap:.5rem}.lp-terminal__prompt-arrow{color:#4ade80}.lp-terminal__prompt-cmd{color:#f4f4f5}.lp-terminal__cursor{display:inline-block;width:8px;height:1.1em;background:#f4f4f5;margin-left:2px;vertical-align:text-bottom;animation:cursor-blink .7s steps(1) infinite}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.lp-terminal__fade-in{animation:terminal-fade-in .4s ease}@keyframes terminal-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.lp-terminal__status{margin-top:1rem;color:#6B3FC9}.lp-terminal__url{color:#a1a1aa}.lp-doc-preview{position:absolute;bottom:0;right:0;width:80%;z-index:10;background:#ffffff;border-radius:.75rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid #e4e4e7;transform:rotate(3deg)}.lp-doc-preview__bar{padding:1rem 1.5rem;background:#f5f3f3;border-bottom:1px solid #f4f4f5;display:flex;align-items:center;gap:1rem}.lp-doc-preview__url{background:#ffffff;border:1px solid #e4e4e7;padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;color:#71717a;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-doc-preview__body{padding:2.5rem}.lp-doc-preview__tag{color:#6B3FC9;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.lp-doc-preview__title{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;margin:0 0 1rem}.lp-doc-preview__lines{display:flex;flex-direction:column;gap:1rem}.lp-doc-preview__line{height:.5rem;background:#f4f4f5;border-radius:.25rem}.lp-doc-preview__line--full{width:100%}.lp-doc-preview__line--5-6{width:83.333%}.lp-doc-preview__line--4-6{width:66.667%}.lp-steps{background:#f5f3f3;padding:6rem 0}.lp-steps__grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:80rem;margin:0 auto;padding:0 2rem}.lp-step{display:flex;flex-direction:column;gap:1rem}.lp-step__icon{width:2.5rem;height:2.5rem;background:rgba(107,63,201,.1);display:flex;align-items:center;justify-content:center;border-radius:.25rem;color:#6B3FC9}.lp-step__title{font-size:1.25rem;font-weight:700;margin:0}.lp-step__desc{color:#594140;line-height:1.625;margin:0}.lp-ai{padding:6rem 0}.lp-ai__card{background:#ffffff;border:1px solid #e4e5e6;border-radius:1rem;position:relative}.lp-ai__top{padding:3rem;flex-direction:column;text-align:center}.lp-ai__icon-wrap,.lp-ai__top{display:flex;align-items:center}.lp-ai__icon-wrap{width:3rem;height:3rem;border-radius:.75rem;background:linear-gradient(135deg,#6B3FC9,#9B7DE3);color:#ffffff;justify-content:center;margin-bottom:1.5rem}.lp-ai__title{font-size:2.25rem;font-weight:800;letter-spacing:-.03em;margin:0 0 1rem}.lp-ai__desc{color:#52525b;max-width:36rem;font-size:1.0625rem;margin:0 0 2rem;line-height:1.65}.lp-ai__install{display:flex;gap:.5rem;padding:.375rem;background:#f4f4f5;border-radius:.5rem;max-width:28rem;width:100%}.lp-ai__install-cmd{flex:1;font-family:var(--font-mono),"JetBrains Mono",monospace;font-size:.875rem;color:#3f3f46;padding:.5rem 1rem;display:flex;align-items:center}.lp-ai__install-btn{background:#18181b;color:#ffffff;padding:.5rem 1.25rem;border-radius:.375rem;font-size:.8125rem;font-weight:700;border:none;cursor:pointer;transition:background .2s;white-space:nowrap}.lp-ai__install-btn:hover{background:#3f3f46}.lp-ai__divider{height:1px;background:#e4e5e6}.lp-ai__integrations{padding:2rem 3rem 2.5rem;background:#fafafa}.lp-ai__integrations-title{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#71717a;margin:0 0 1.25rem}.lp-ai__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.lp-ai__tool{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:.5rem;background:#ffffff;border:1px solid #e4e5e6;transition:border-color .2s,box-shadow .2s}.lp-ai__tool:hover{border-color:#6B3FC9;box-shadow:0 2px 8px rgba(107,63,201,.08)}.lp-ai__tool-name{font-size:.9375rem;font-weight:600;color:#18181b}.lp-ai__tool-arrow{color:#d4d4d8;transition:color .2s,transform .2s}.lp-ai__tool:hover .lp-ai__tool-arrow{color:#6B3FC9;transform:translateX(2px)}.lp-ai__skill{font-size:.875rem;color:#71717a;margin:1.25rem 0 0;text-align:center}.lp-ai__skill a{color:#6B3FC9;font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s}.lp-ai__skill a:hover{opacity:.8}.lp-features{padding:6rem 0}.lp-features__grid{display:grid;grid-template-columns:1fr;gap:2rem}.lp-feature{padding:2rem;border-left:2px solid rgba(107,63,201,.2);background:#ffffff;transition:border-color .2s}.lp-feature:hover{border-left-color:#6B3FC9}.lp-feature__title{font-weight:700;font-size:1.125rem;margin:0 0 .75rem}.lp-feature__desc{color:#594140;line-height:1.625;margin:0}.lp-robot{position:absolute;pointer-events:none;user-select:none;z-index:10}.lp-robot--hero{width:auto;height:58px;right:6px;top:-56px}.lp-robot--ai{width:auto;height:58px;left:6%;top:-58px}.lp-robot--cta{width:auto;height:58px;right:27%;bottom:-1px}.lp-cta{padding:8rem 2rem;background:#ffffff;display:flex;flex-direction:column;align-items:center;text-align:center}.lp-cta__title{font-size:3rem;font-weight:800;letter-spacing:-.05em;margin:0 0 2rem}.lp-cta__subtitle{color:#a1a1aa;font-size:.875rem;font-weight:500;margin-top:1rem}.lp-footer{width:100%;padding:3rem 2rem;background:#f5f3f3}.lp-footer__inner{display:grid;grid-template-columns:1fr;gap:2rem;max-width:80rem;margin:0 auto;border-top:1px solid rgba(228,228,231,.1);padding-top:2rem}.lp-footer__brand{display:flex;flex-direction:column;gap:1rem}.lp-footer__name{font-size:1.35rem;font-weight:700;color:#18181b}.lp-footer__copy{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#71717a}.lp-footer__columns{display:grid;grid-template-columns:1fr;gap:2rem}.lp-footer__column{display:flex;flex-direction:column;gap:.625rem}.lp-footer__column-title{font-size:.8125rem;font-weight:700;color:#18181b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}.lp-footer__links{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.lp-footer__link{font-size:.8125rem;font-weight:500;color:#71717a;transition:color .2s}.lp-footer__link:hover{color:#6B3FC9}@media (min-width:768px){.lp-nav__links{display:flex}.lp-steps__grid{grid-template-columns:repeat(3,1fr)}.lp-features__grid{grid-template-columns:repeat(2,1fr)}.lp-footer__inner{grid-template-columns:1fr 1fr}.lp-footer__columns{grid-template-columns:repeat(3,1fr)}.lp-footer__links{justify-content:flex-end}}@media (min-width:1024px){.lp-hero__grid{grid-template-columns:1fr 1fr}.lp-features__grid{grid-template-columns:repeat(3,1fr)}.lp-ai__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1023px){.lp-hero__title{font-size:2.75rem}.lp-hero__visual{height:360px}.lp-robot--hero{width:48px;right:-4px}}@media (max-width:639px){.lp-hero__title{font-size:2.25rem}.lp-hero__visual{height:300px}.lp-cta__title{font-size:2rem}.lp-ai__title{font-size:1.75rem}.lp-ai__top{padding:2rem 1.5rem}.lp-ai__integrations{padding:1.5rem}.lp-ai__grid{grid-template-columns:1fr}.lp-hero__content{margin-bottom:60px}.lp-robot--cta{width:auto;height:50px;right:8%;bottom:-1px}}