:root{--background: oklch(.99 .002 260);--foreground: oklch(.13 .02 260);--muted: oklch(.96 .005 260);--muted-foreground: oklch(.5 .015 260);--accent: oklch(.5 .18 250);--accent-foreground: oklch(.99 0 0);--border: oklch(.91 .005 260);--card: oklch(1 0 0);--radius: .75rem;--lp-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--lp-max-width: 72rem;--accent-blue: #0b70e0;--accent-green: #0d7d0d;--accent-slate: #475569;--accent-violet: #7c3aed;--bg-white: #ffffff;--bg-off-white: #fafafa;--bg-light-gray: #f0f0f0}*{margin:0;padding:0;box-sizing:border-box}*{border-color:var(--border)}html{scroll-behavior:smooth}body{font-family:var(--lp-font);background:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased}.lp-container{max-width:var(--lp-max-width);margin:0 auto;padding:0 1.5rem}.lp-header{position:fixed;top:0;left:0;right:0;z-index:50;background:#fbfcfdcc;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border)}.lp-header-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--lp-max-width);margin:0 auto;padding:1rem 1.5rem}.lp-logo{font-weight:600;font-size:1.125rem;letter-spacing:-.02em;color:var(--foreground);text-decoration:none;display:inline-flex;align-items:center}.lp-logo:hover{color:var(--muted-foreground)}.lp-logo img{height:3rem;width:auto;display:block}.lp-nav{display:flex;align-items:center;gap:2rem}.lp-nav a{color:var(--muted-foreground);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .15s}.lp-nav a:hover{color:var(--foreground)}.lp-nav .lp-btn-outline{color:#fff;background:#0a0a0a;border:1px solid #0a0a0a}.lp-nav .lp-btn-outline:hover{color:#fff;background:#262626;border-color:#262626}.lp-nav-details{position:relative}.lp-nav-details summary{list-style:none;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--muted-foreground);display:flex;align-items:center;gap:.25rem}.lp-nav-details summary::-webkit-details-marker{display:none}.lp-nav-details summary:hover{color:var(--foreground)}.lp-nav-dropdown{position:absolute;top:100%;left:0;margin-top:.5rem;min-width:14rem;padding:.5rem 0;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 12px #00000014}.lp-nav-dropdown a{display:block;padding:.5rem 1rem;font-size:.8125rem;color:var(--foreground)}.lp-nav-dropdown a:hover{background:oklch(.5 .18 250 / .08);color:var(--foreground)}.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:var(--lp-font);border-radius:.5rem;cursor:pointer;text-decoration:none;border:none;transition:opacity .15s,color .15s,border-color .15s,box-shadow .15s}.lp-btn-primary{background:#0a0a0a;color:#fff}.lp-btn-primary:hover{background:#262626;color:#fff}.lp-btn-outline{border:1px solid #0a0a0a;color:#fff;background:#0a0a0a}.lp-btn-outline:hover{background:#262626;border-color:#262626;color:#fff}.lp-btn-appearance{border-radius:var(--radius);border:1px solid var(--border);box-shadow:0 1px 2px #0000000d}.lp-btn-icon{flex-shrink:0}.lp-hero{position:relative;overflow:hidden;padding:8rem 0 6rem;text-align:left}.lp-hero-glow{pointer-events:none;position:absolute;top:0;left:50%;transform:translate(-50%);width:800px;height:600px;border-radius:50%;background:oklch(.5 .18 250 / .05);filter:blur(48px)}.lp-hero-inner{position:relative;max-width:var(--lp-max-width);margin:0 auto;padding:0 1.5rem}.lp-badge{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.375rem 1rem;border-radius:9999px;border:1px solid var(--border);background:var(--card)}.lp-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--accent)}.lp-badge span{font-size:.75rem;font-weight:500;color:var(--muted-foreground)}.lp-hero h1{font-size:clamp(2.25rem,5vw,4rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem}.lp-hero-sub-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:2rem}.lp-hero-sub{font-size:1rem;line-height:1.625;color:var(--muted-foreground);max-width:42rem;flex:1;min-width:0}@media(min-width:768px){.lp-hero-sub{font-size:1.125rem}}.lp-hero-feature-link{flex-shrink:0;font-size:.875rem;font-weight:500;color:var(--foreground);text-decoration:none;display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}.lp-hero-feature-link:hover{color:var(--accent)}.lp-hero-ctas{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.lp-hero-ctas .lp-btn{padding:.75rem 1.5rem;font-size:.875rem}.lp-hero-screenshot{max-width:72rem;margin:2.5rem auto 0;border-radius:1rem;overflow:hidden;box-shadow:0 4px 24px #00000014,0 1px 3px #0000000f;border:1px solid var(--border)}.lp-hero-screenshot img{width:100%;height:auto;display:block;vertical-align:middle}.lp-feature-spotlight{position:relative;padding:6rem 0}@media(min-width:768px){.lp-feature-spotlight{padding:8rem 0}}.lp-feature-spotlight-inner{max-width:var(--lp-max-width);margin:0 auto;padding:0 1.5rem;text-align:left}.lp-feature-spotlight h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:var(--foreground);margin-bottom:1rem}.lp-feature-spotlight-desc{font-size:1rem;line-height:1.625;color:var(--muted-foreground);max-width:42rem;margin-bottom:1rem}@media(min-width:768px){.lp-feature-spotlight-desc{font-size:1.125rem}}.lp-feature-spotlight-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--foreground);text-decoration:none;margin-bottom:.5rem}.lp-feature-spotlight-link:hover{color:var(--accent)}.lp-feature-spotlight-screenshot{max-width:72rem;margin:2rem auto 0;border-radius:1rem;overflow:hidden;box-shadow:0 4px 24px #00000014,0 1px 3px #0000000f;border:1px solid var(--border)}.lp-feature-spotlight-screenshot img{width:100%;height:auto;display:block;vertical-align:middle}.lp-section-divider{pointer-events:none;position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(to right,transparent,var(--border),transparent)}.lp-section{position:relative;padding:6rem 0}@media(min-width:768px){.lp-section{padding:8rem 0}}.lp-section-head{max-width:42rem;margin:0 auto 4rem;text-align:center}.lp-section-label{margin-bottom:.75rem;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}.lp-section-title{font-size:clamp(1.875rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em;color:var(--foreground)}.lp-section-desc{margin-top:1rem;color:var(--muted-foreground)}.lp-features-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.lp-features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.lp-features-grid{grid-template-columns:repeat(3,1fr)}}.lp-feature-card{position:relative;padding:1.5rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 1px 2px #0000000d;transition:border-color .15s,box-shadow .15s}.lp-feature-card-link{text-decoration:none;color:inherit;display:block}.lp-feature-card-link:hover{border-color:oklch(.5 .18 250 / .3);box-shadow:0 1px 3px #0000000d}.lp-feature-icon-wrap{display:inline-flex;margin-bottom:1rem;padding:.625rem;border-radius:.5rem;background:oklch(.5 .18 250 / .1)}.lp-feature-icon{width:1.25rem;height:1.25rem;color:var(--accent)}.lp-feature-card h3{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.lp-feature-card p{font-size:.875rem;line-height:1.5;color:var(--muted-foreground)}.lp-cta{position:relative;padding:6rem 0}@media(min-width:768px){.lp-cta{padding:8rem 0}}.lp-cta-glow{pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:300px;border-radius:50%;background:oklch(.5 .18 250 / .04);filter:blur(48px)}.lp-cta-inner{position:relative;max-width:56rem;margin:0 auto;padding:0 1.5rem;text-align:center}.lp-cta h2{font-size:clamp(1.875rem,3vw,3rem);font-weight:700;letter-spacing:-.02em;color:var(--foreground)}.lp-cta p{margin-top:1rem;max-width:32rem;margin-left:auto;margin-right:auto;color:var(--muted-foreground)}.lp-cta .lp-btn{margin-top:2rem;padding:.75rem 1.5rem}.lp-faq-wrap{max-width:42rem;margin:0 auto}.lp-faq{margin-top:3rem}.lp-faq details{border-bottom:1px solid var(--border)}.lp-faq summary{padding:1rem 0;font-weight:500;font-size:.875rem;color:var(--foreground);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.lp-faq summary:hover{color:#04070fcc}.lp-faq summary::-webkit-details-marker{display:none}.lp-faq summary .lp-chevron{flex-shrink:0;transition:transform .2s}.lp-faq details[open] summary .lp-chevron{transform:rotate(180deg)}.lp-faq .lp-faq-answer{padding-bottom:1rem;font-size:.875rem;line-height:1.5;color:var(--muted-foreground)}.lp-footer{border-top:1px solid var(--border);padding:3rem 0}.lp-footer-inner{max-width:var(--lp-max-width);margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(min-width:768px){.lp-footer-inner{flex-direction:row;justify-content:space-between}}.lp-footer-nav{display:flex;align-items:center;gap:1.5rem}.lp-footer a{font-size:.875rem;font-weight:500;letter-spacing:-.02em;color:var(--foreground);text-decoration:none}.lp-footer .lp-footer-links a{color:var(--muted-foreground);font-weight:400}.lp-footer .lp-footer-links a:hover{color:var(--foreground)}.lp-footer .lp-btn-outline{color:#fff;background:#0a0a0a;border:1px solid #0a0a0a}.lp-footer .lp-btn-outline:hover{color:#fff;background:#262626;border-color:#262626}.lp-footer-copy{font-size:.75rem;color:var(--muted-foreground)}@media(max-width:768px){.lp-hero{padding-top:6rem;padding-bottom:4rem}.lp-section,.lp-cta{padding:4rem 0}}
