: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;--accent-blue: #0b70e0;--accent-green: #0d7d0d;--accent-slate: #475569;--accent-violet: #7c3aed;--bg-white: #ffffff;--bg-off-white: #fafafa;--bg-light-gray: #f0f0f0;--lp-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--lp-max-width: 72rem}*{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:1rem auto 0;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}.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:.75rem;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:background .15s,border-color .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-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;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)}.lp-product-page{padding:5rem 0}.lp-product-back{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted-foreground);text-decoration:none;font-size:.9375rem;font-weight:500;margin-bottom:1.5rem}.lp-product-back:hover{color:var(--foreground)}.lp-product-back-icon{flex-shrink:0}.lp-product-page h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.lp-product-page .lp-product-lead{font-size:1.125rem;color:var(--lp-muted);margin-bottom:2rem;max-width:640px}.lp-product-body{font-size:1rem;color:var(--foreground);max-width:720px}.lp-product-body p{margin-bottom:1rem}.lp-product-body ul{margin:1rem 0 1rem 1.25rem;padding-left:0}.lp-product-body li{margin-bottom:.5rem}.lp-product-cta{margin-top:2.5rem}.lp-product-cta .lp-btn{padding:.75rem 1.5rem;font-size:1rem}.lp-product-links{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border);font-size:.9375rem;color:var(--muted-foreground)}.lp-product-links a{color:var(--accent);text-decoration:none}.lp-product-links a:hover{text-decoration:underline}
