.lh-page{background:var(--background);color:var(--foreground);flex:1 1 auto;min-height:100vh;width:100%;overflow-x:hidden;--lh-section-pad-y:88px;--lh-section-gap:24px;--lh-h1:56px;--lh-h2:40px;font-family:var(--font-geist-sans),"Geist",ui-sans-serif,system-ui,sans-serif;font-feature-settings:"cv11","ss01";-webkit-font-smoothing:antialiased}.lh-page,.lh-page *,.lh-page :after,.lh-page :before{box-sizing:border-box}.lh-page .font-mono{font-family:var(--font-geist-mono),"Geist Mono",ui-monospace,"SF Mono","Menlo",monospace;font-feature-settings:"zero","ss01"}@keyframes lh-fade-in{0%{opacity:0}to{opacity:1}}@keyframes lh-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes lh-pulse-soft{0%,to{opacity:1}50%{opacity:.6}}.lh-page .animate-fade-in{animation:lh-fade-in var(--animation-duration-slow) var(--animation-easing-default) both}.lh-page .animate-slide-up{animation:lh-slide-up var(--animation-duration-slow) var(--animation-easing-default) both}@media (prefers-reduced-motion:reduce){.lh-page *,.lh-page :after,.lh-page :before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.lh-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;line-height:1;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;text-decoration:none;transition:all var(--animation-duration-normal) var(--animation-easing-default);font-family:inherit;color:inherit}.lh-page .btn:active:not(:disabled){transform:scale(.98)}.lh-page .btn-primary{background:var(--interactive);color:var(--primary-foreground);box-shadow:0 1px 0 0 color-mix(in oklch,var(--interactive-pressed) 40%,transparent) inset,0 0 0 1px color-mix(in oklch,var(--interactive-pressed) 50%,transparent)}.lh-page .btn-primary:hover{background:var(--interactive-pressed)}.lh-page .btn-outline{background:var(--background);color:var(--foreground);border-color:var(--border)}.lh-page .btn-outline:hover{background:var(--muted)}.lh-page .btn-ghost{background:transparent;color:var(--foreground)}.lh-page .btn-ghost:hover{background:var(--muted)}.lh-page .btn-lg{padding:14px 22px;font-size:15px;border-radius:var(--radius-lg)}.lh-page .btn-sm{padding:6px 8px;font-size:12px;border-radius:var(--radius-sm)}.lh-page .ring-card{background:var(--card);color:var(--card-foreground);border-radius:var(--radius-2xl);box-shadow:0 0 0 1px color-mix(in oklch,var(--foreground) 10%,transparent);transition:box-shadow var(--animation-duration-normal) var(--animation-easing-default)}.lh-page .ring-card:hover{box-shadow:0 0 0 1px color-mix(in oklch,var(--foreground) 15%,transparent)}.lh-page .dot{width:6px;height:6px;border-radius:999px;background:currentColor;display:inline-block}.lh-nav{display:flex;justify-content:space-between;padding:18px 56px;position:sticky;top:0;z-index:20;background:color-mix(in oklch,var(--background) 90%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid color-mix(in oklch,var(--border) 60%,transparent)}.lh-logo,.lh-nav{align-items:center}.lh-logo{display:inline-flex;gap:8px;font-weight:600;font-size:16px;letter-spacing:-.01em;color:var(--foreground);text-decoration:none}.lh-nav-links{display:flex;gap:6px}.lh-nav-link{font-size:14px;color:var(--muted-foreground);padding:6px 12px;border-radius:var(--radius-md);cursor:pointer;position:relative;text-decoration:none;transition:color var(--animation-duration-fast) var(--animation-easing-default)}.lh-nav-link.is-active,.lh-nav-link:hover{color:var(--foreground)}.lh-nav-link.is-active:after{content:"";position:absolute;bottom:-2px;left:12px;right:12px;height:2px;background:var(--primary);border-radius:999px}.lh-nav-actions{display:flex;gap:8px;align-items:center}.lh-theme-toggle{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:transparent;color:var(--foreground);border:1px solid transparent;cursor:pointer;padding:0;font-family:inherit;position:relative;transition:background var(--animation-duration-normal) var(--animation-easing-default),color var(--animation-duration-fast) var(--animation-easing-default)}.lh-theme-toggle:hover{background:var(--muted)}.lh-theme-toggle:active:not(:disabled){transform:scale(.98)}.lh-theme-toggle-icon{display:inline-flex;align-items:center;justify-content:center}.dark .lh-theme-toggle-icon--sun,.lh-theme-toggle-icon--moon{display:none}.dark .lh-theme-toggle-icon--moon{display:inline-flex}.lh-section{padding:var(--lh-section-pad-y) 56px;position:relative}.lh-section--confetti{overflow:hidden}.lh-confetti{position:absolute;inset:0;pointer-events:none;z-index:0}.lh-section--confetti>:not(.lh-confetti){position:relative;z-index:1}.lh-confetti-bit{position:absolute;display:block;opacity:.55;animation-name:lh-confetti-drift;animation-iteration-count:infinite;animation-timing-function:ease-in-out;transform:translateZ(0) rotate(var(--lh-confetti-rot,0deg));will-change:transform}.lh-confetti-bit--circle{border-radius:999px}.lh-confetti-bit--square{border-radius:3px}.lh-confetti-bit--bar{border-radius:999px}.lh-confetti-bit--tri{background:transparent!important;width:0!important;height:0!important;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:7px solid var(--lh-confetti-color,currentColor);opacity:.55}.lh-confetti-tone--lavender{background:var(--accent-lavender-ink);--lh-confetti-color:var(--accent-lavender-ink)}.lh-confetti-tone--mint{background:var(--accent-mint-ink);--lh-confetti-color:var(--accent-mint-ink)}.lh-confetti-tone--amber{background:var(--accent-amber-ink);--lh-confetti-color:var(--accent-amber-ink)}.lh-confetti-tone--blush{background:var(--accent-blush-ink);--lh-confetti-color:var(--accent-blush-ink)}@keyframes lh-confetti-drift{0%{transform:translateZ(0) rotate(var(--lh-confetti-rot,0deg))}25%{transform:translate3d(14px,-10px,0) rotate(calc(var(--lh-confetti-rot, 0deg) + 60deg))}50%{transform:translate3d(-6px,-22px,0) rotate(calc(var(--lh-confetti-rot, 0deg) + 140deg))}75%{transform:translate3d(-16px,-8px,0) rotate(calc(var(--lh-confetti-rot, 0deg) + 220deg))}to{transform:translateZ(0) rotate(calc(var(--lh-confetti-rot, 0deg) + 1turn))}}@media (prefers-reduced-motion:reduce){.lh-confetti-bit{animation:none}}.lh-section-head{max-width:720px;margin:0 auto 48px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}.lh-h1{font-size:var(--lh-h1);line-height:1.02;font-weight:700;letter-spacing:-.025em;margin:0;color:var(--foreground);text-wrap:balance}.lh-h1-accent{color:var(--primary)}.lh-h2{font-size:var(--lh-h2);line-height:1.08;font-weight:600;letter-spacing:-.02em;margin:0;text-wrap:balance}.lh-h2-sub{font-size:16px;line-height:1.55;color:var(--muted-foreground);max-width:580px;margin:0;text-wrap:pretty}.lh-pastel-lavender{--lh-pastel:var(--accent-lavender);--lh-pastel-ink:var(--accent-lavender-ink)}.lh-pastel-mint{--lh-pastel:var(--accent-mint);--lh-pastel-ink:var(--accent-mint-ink)}.lh-pastel-amber{--lh-pastel:var(--accent-amber);--lh-pastel-ink:var(--accent-amber-ink)}.lh-pastel-blush{--lh-pastel:var(--accent-blush);--lh-pastel-ink:var(--accent-blush-ink)}.lh-pastel-lavender-alt{--lh-pastel-2:var(--accent-lavender)}.lh-pastel-mint-alt{--lh-pastel-2:var(--accent-mint)}.lh-pastel-amber-alt{--lh-pastel-2:var(--accent-amber)}.lh-pastel-blush-alt{--lh-pastel-2:var(--accent-blush)}.lh-hero{padding-top:64px;padding-bottom:var(--lh-section-pad-y);background:radial-gradient(60% 70% at 75% 30%,color-mix(in oklch,var(--lh-pastel) 70%,transparent) 0,transparent 70%),var(--background);overflow:hidden}.lh-hero-grid{display:grid;grid-template-columns:minmax(0,540px) minmax(0,1fr);gap:80px;align-items:center;max-width:1440px;margin:0 auto}.lh-hero-copy{display:flex;flex-direction:column;gap:22px}.lh-hero-sub{font-size:18px;line-height:1.55;color:var(--muted-foreground);margin:0;max-width:520px;text-wrap:pretty}.lh-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.lh-hero-visual{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center}.lh-hero-floater{position:absolute;display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:var(--radius-lg);background:var(--card);box-shadow:0 0 0 1px color-mix(in oklch,var(--foreground) 10%,transparent),0 6px 20px -8px color-mix(in oklch,var(--foreground) 20%,transparent);font-size:13px;z-index:2}.lh-hero-floater strong{font-weight:500;color:var(--foreground)}.lh-hero-floater--lavender{background:var(--accent-lavender);color:var(--accent-lavender-ink);top:6%;left:-6%;transform:rotate(-3deg)}.lh-hero-floater--mint{background:var(--accent-mint);color:var(--accent-mint-ink);top:22%;right:-6%;transform:rotate(2deg)}.lh-hero-mock{position:relative;width:100%;max-width:540px;margin:0 auto}.lh-mail-frame{width:100%;max-width:540px;background:var(--card);overflow:hidden;display:flex;flex-direction:column}.lh-mail-toolbar{display:flex;align-items:center;gap:6px;padding:10px 14px;border-bottom:1px solid var(--border);background:color-mix(in oklch,var(--muted) 70%,var(--card))}.lh-mail-toolbar .dot{background:currentColor}.lh-mail-url{margin-left:8px;font-size:11px;color:var(--muted-foreground)}.lh-mail-head{padding:18px 20px 12px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:6px}.lh-mail-head-row{display:flex;gap:6px;align-items:center;font-size:12px}.lh-mail-subject{font-size:18px;font-weight:600;margin:4px 0 0;letter-spacing:-.01em}.lh-mail-preview{font-size:13px;color:var(--muted-foreground);margin:0}.lh-mail-list{display:flex;flex-direction:column}.lh-mail-row{display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid var(--border)}.lh-mail-row:last-child{border-bottom:none}.lh-mail-channel{width:28px;height:28px;border-radius:999px;background:var(--muted);display:inline-flex;align-items:center;justify-content:center;color:var(--foreground);flex-shrink:0}.lh-mail-row-title{font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lh-mail-row-meta{margin-top:2px}.lh-mail-row-meta,.lh-mail-row-status{font-size:11px;color:var(--muted-foreground)}.lh-mail-row-status{display:inline-flex;align-items:center;gap:5px;flex-shrink:0}.lh-mail-actions{display:flex;gap:8px;align-items:center;padding:14px 20px;background:color-mix(in oklch,var(--muted) 50%,var(--card));border-top:1px solid var(--border);flex-wrap:nowrap}.lh-mail-actions .btn{white-space:nowrap;flex-shrink:0}.lh-mail-actions-spacer{flex:1}.lh-mail-actions-caption{white-space:nowrap;flex-shrink:0}.lh-mock-btn{pointer-events:none;cursor:default;user-select:none}.lh-onboard-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;max-width:1440px;margin:0 auto}.lh-onboard-card{background:var(--lh-pastel);color:var(--lh-pastel-ink);padding:22px;border-radius:var(--radius-3xl);display:flex;flex-direction:column;gap:10px;position:relative;min-height:280px;text-align:left;align-items:flex-start;animation:lh-slide-up var(--animation-duration-slow) var(--animation-easing-default) both}.lh-diag-analytics{display:flex;flex-direction:column;gap:0;width:100%;height:100%;flex:1}.lh-diag-chart{width:100%;height:100%;flex:1;display:block;color:currentColor;overflow:visible}.lh-onboard-diagram{flex:0 0 140px;display:flex;align-items:stretch;justify-content:stretch;align-self:stretch;width:100%;height:140px;background:color-mix(in oklch,var(--card) 70%,transparent);border-radius:var(--radius-lg);padding:14px;box-sizing:border-box}.lh-onboard-diagram>*{flex:1;min-width:0;width:100%;align-self:stretch}.lh-onboard-title{font-size:18px;font-weight:600;margin:0;letter-spacing:-.01em;line-height:1.25;min-height:calc(18px * 1.25);display:flex;align-items:flex-start}.lh-onboard-body{font-size:13px;line-height:1.5;margin:0;color:color-mix(in oklch,currentColor 80%,transparent);min-height:calc(13px * 1.5 * 4)}.lh-diag-approve{display:flex;flex-direction:column;gap:10px;width:100%;justify-content:center}.lh-diag-approve-card{background:color-mix(in oklch,currentColor 8%,transparent);border:1px solid color-mix(in oklch,currentColor 22%,transparent);border-radius:8px;padding:8px 10px;display:flex;flex-direction:column;gap:8px}.lh-diag-approve-meta{display:flex;justify-content:space-between;align-items:center;font-size:9px;text-transform:uppercase;letter-spacing:.04em;opacity:.7}.lh-diag-approve-channel{display:inline-flex;align-items:center;gap:4px}.lh-diag-approve-lines{display:flex;flex-direction:column;gap:5px}.lh-diag-approve-line{height:6px;border-radius:999px;background:color-mix(in oklch,currentColor 28%,transparent)}.lh-diag-approve-actions{display:flex;gap:5px;justify-content:flex-end;font-size:10px}.lh-diag-approve-btn{padding:3px 8px;border-radius:4px;background:color-mix(in oklch,currentColor 12%,transparent);display:inline-flex;align-items:center;gap:3px}.lh-diag-approve-btn--ok{background:var(--primary);color:var(--primary-foreground)}.lh-diag-plan{display:flex;flex-direction:column;gap:6px;width:100%}.lh-diag-plan-days{font-size:9px;text-transform:uppercase;letter-spacing:.06em;opacity:.55;text-align:center}.lh-diag-plan-days,.lh-diag-plan-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.lh-diag-plan-grid{grid-template-rows:repeat(3,18px);background-image:repeating-linear-gradient(90deg,color-mix(in oklch,currentColor 10%,transparent) 0 1px,transparent 1px calc((100% - 16px) / 5));background-size:100% 100%}.lh-diag-plan-pill{display:inline-flex;align-items:center;gap:3px;font-size:9px;font-family:var(--font-geist-mono),"Geist Mono",ui-monospace,monospace;padding:0 6px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:1px solid color-mix(in oklch,currentColor 25%,transparent)}.lh-diag-plan-pill--li{background:color-mix(in oklch,currentColor 20%,transparent)}.lh-diag-plan-pill--mail{background:color-mix(in oklch,currentColor 14%,transparent)}.lh-diag-plan-pill--ig{background:color-mix(in oklch,currentColor 28%,transparent)}.lh-diag-schedule{display:flex;flex-direction:column;gap:8px;width:100%}.lh-diag-schedule--horiz{flex-direction:row;align-items:stretch;justify-content:space-between;gap:10px;width:100%}.lh-diag-schedule-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0;height:100%}.lh-diag-schedule-vbar-wrap{width:6px;flex:1 1 auto;min-height:0;background:color-mix(in oklch,currentColor 12%,transparent);border-radius:999px;overflow:hidden;display:flex;align-items:flex-end}.lh-diag-schedule-vbar{display:block;width:100%;background:currentColor;border-radius:999px}.lh-diag-schedule-vbar--soon{background:repeating-linear-gradient(-45deg,color-mix(in oklch,currentColor 35%,transparent) 0 4px,transparent 4px 8px)}.lh-diag-schedule-icon{width:22px;height:22px;border-radius:6px;background:color-mix(in oklch,currentColor 18%,transparent);flex-shrink:0}.lh-diag-schedule-icon,.lh-diag-schedule-status{display:inline-flex;align-items:center;justify-content:center}.lh-diag-schedule-status{font-size:9.5px;letter-spacing:.04em;gap:3px;opacity:.65;text-align:center}.lh-diag-schedule-status--ok{opacity:1}.lh-samples-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:1280px;margin:0 auto}.lh-samples-col{gap:24px}.lh-sample,.lh-samples-col{display:flex;flex-direction:column}.lh-sample{background:var(--card);overflow:hidden}.lh-sample-head{display:flex;align-items:center;gap:8px;padding:10px 16px;border-bottom:1px solid var(--border);font-size:11px;color:var(--muted-foreground);letter-spacing:.04em}.lh-sample-body{padding:18px 20px;flex:1;position:relative}.lh-sample-foot{display:flex;justify-content:space-between;padding:10px 16px;border-top:1px solid var(--border);font-size:11px;color:var(--muted-foreground)}.lh-sample-foot span{display:inline-flex;align-items:center;gap:6px}.lh-email-meta{font-size:11px;color:var(--muted-foreground);margin-bottom:8px;display:flex;gap:4px}.lh-email-subject{font-size:18px;font-weight:600;margin:0 0 8px;letter-spacing:-.01em}.lh-email-hook{font-size:14px;line-height:1.55;margin:0;color:var(--foreground)}.lh-email-fade{height:24px;background:linear-gradient(to bottom,transparent,var(--card));margin-top:8px;margin-left:-20px;margin-right:-20px}.lh-linkedin-author{display:flex;gap:10px;align-items:center;margin-bottom:12px}.lh-avatar{width:36px;height:36px;border-radius:999px;background:var(--accent-mint);color:var(--accent-mint-ink);display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.lh-linkedin-body{font-size:13px;line-height:1.55;white-space:pre-line;margin:0}.lh-ig-brief{gap:14px;padding:14px 16px 16px}.lh-ig-block,.lh-ig-brief{display:flex;flex-direction:column}.lh-ig-block{gap:6px}.lh-ig-block-label{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground)}.lh-ig-caption{margin:0;font-size:13px;line-height:1.5;font-style:italic;color:var(--foreground)}.lh-ig-kv{display:flex;flex-direction:column;gap:4px;margin:0;padding:10px 12px;background:color-mix(in oklch,var(--accent-blush) 35%,transparent);border-radius:6px;border-left:2px solid var(--accent-blush-ink)}.lh-ig-kv>div{display:grid;grid-template-columns:96px 1fr;align-items:baseline;gap:10px;font-size:12.5px;line-height:1.45}.lh-ig-kv dt{font-size:9.5px;letter-spacing:.05em;color:var(--muted-foreground);font-weight:500;margin:0}.lh-ig-kv dd{margin:0;color:var(--foreground)}.lh-ig-extras{font-size:11px;color:var(--muted-foreground);padding-top:6px;border-top:1px dashed color-mix(in oklch,var(--border) 80%,transparent)}.lh-tiktok-script{display:flex;flex-direction:column;gap:14px}.lh-tiktok-tag{font-size:10px;color:var(--muted-foreground);letter-spacing:.04em}.lh-tiktok-hook p{font-size:15px;font-weight:500;line-height:1.4;margin:4px 0 0;letter-spacing:-.01em}.lh-tiktok-beats{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.lh-tiktok-beats li{display:grid;grid-template-columns:36px 1fr;gap:10px;font-size:13px;align-items:baseline}.lh-tiktok-time{color:var(--muted-foreground);font-size:11px}.lh-pricing{background:linear-gradient(180deg,var(--background) 0,color-mix(in oklch,var(--accent-lavender) 24%,var(--background)) 100%)}.lh-pricing-wrap{width:fit-content;max-width:100%;margin:0 auto}.lh-pricing-card{position:relative;overflow:hidden;padding:12px;border-radius:var(--radius-2xl);display:flex;flex-direction:column;gap:0;color:var(--card-foreground);background:var(--card);box-shadow:inset 0 0 0 1px color-mix(in oklch,var(--foreground) 11%,transparent),0 18px 50px color-mix(in oklch,var(--foreground) 6%,transparent)}.lh-pricing-top{position:relative;z-index:1;display:flex;align-items:center;gap:12px;justify-content:center}.lh-pricing-main,.lh-pricing-side{min-width:0}.lh-pricing-main{padding:8px 10px 8px 8px}.lh-pricing-trial-mark{display:inline-flex;width:fit-content;margin:0 0 10px;border-radius:999px;background:color-mix(in oklch,var(--accent-lavender) 70%,var(--background));color:var(--accent-lavender-ink);box-shadow:inset 0 0 0 1px color-mix(in oklch,var(--accent-lavender-ink) 12%,transparent);padding:5px 9px;font-size:12px;font-weight:600}.lh-pricing-kicker{margin:0 0 8px;font-size:11px;letter-spacing:.1em;color:var(--muted-foreground)}.lh-pricing-price-line{display:flex;align-items:flex-end;gap:7px;white-space:nowrap}.lh-pricing-title{margin:0;font-size:44px;line-height:1;font-weight:700;letter-spacing:0}.lh-pricing-note{max-width:520px;margin:0 0 4px;font-size:14px;line-height:1.35;color:var(--muted-foreground)}.lh-pricing-tax{margin:3px 0 0;color:var(--muted-foreground);font-size:12px;line-height:1.3}.lh-pricing-side{display:flex;flex-direction:column;align-items:stretch;justify-content:center;border-left:1px solid color-mix(in oklch,var(--foreground) 11%,transparent);padding-left:12px}.lh-pricing-side .btn{width:max-content;white-space:nowrap;min-height:54px;border-radius:var(--radius-xl)}.lh-pricing-actions{display:flex;align-items:center;justify-content:flex-start}.lh-section--strip{padding-top:40px;padding-bottom:40px}.lh-channels-strip{max-width:1280px;margin:0 auto;padding:28px 32px 32px;border-radius:var(--radius-3xl);background:var(--muted);border:1px solid var(--border);display:flex;flex-direction:column;gap:22px}.lh-channels-head{display:flex;flex-direction:column;gap:6px}.lh-channels-title{font-size:20px;font-weight:600;margin:0;line-height:1.25;letter-spacing:-.01em;text-wrap:balance}.lh-stream{display:grid;grid-template-columns:minmax(120px,160px) 1fr minmax(56px,64px);gap:18px;align-items:stretch;height:132px;position:relative}.lh-stream-source,.lh-stream-source-card{display:flex;align-items:center;justify-content:center}.lh-stream-source-card{position:relative;width:100%;height:100%;border-radius:var(--radius-lg);background:var(--card);border:1px solid var(--border);overflow:hidden}.lh-stream-source-logo{display:inline-flex;align-items:center;justify-content:center;color:var(--foreground);z-index:1}.lh-stream-source-pulse{position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:14px;height:14px;border-radius:999px;background:var(--foreground);opacity:.85;box-shadow:0 0 0 0 color-mix(in oklch,var(--foreground) 40%,transparent);animation:lh-stream-pulse 1.4s ease-out infinite}@keyframes lh-stream-pulse{0%{box-shadow:0 0 0 0 color-mix(in oklch,var(--foreground) 45%,transparent)}to{box-shadow:0 0 0 18px color-mix(in oklch,var(--foreground) 0%,transparent)}}.lh-stream-lane{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:linear-gradient(90deg,var(--muted) 0,transparent 6%,transparent 94%,var(--muted) 100%),repeating-linear-gradient(90deg,color-mix(in oklch,var(--foreground) 6%,transparent) 0 1px,transparent 1px 14px);border:1px solid var(--border);mask-image:linear-gradient(90deg,transparent,black 5%,black 95%,transparent)}.lh-stream-track{position:absolute;inset:0;display:flex;align-items:center;width:max-content;animation:lh-stream-flow 14s linear infinite;will-change:transform}@keyframes lh-stream-flow{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.lh-stream-card{flex:0 0 auto;height:64px;border-radius:10px;background:var(--card);border:1px solid var(--border);border-left:3px solid var(--lh-stream-tint,var(--foreground));padding:8px 10px;display:flex;align-items:center;gap:8px;box-shadow:0 1px 2px rgba(0,0,0,.04);margin-right:12px}.lh-stream-card-icon{width:22px;height:22px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in oklch,var(--lh-stream-tint,var(--foreground)) 14%,transparent);color:var(--lh-stream-tint,var(--foreground));flex-shrink:0}.lh-stream-card-lines{display:flex;flex-direction:column;gap:5px;width:100%;min-width:0}.lh-stream-card-line{display:block;height:5px;border-radius:999px;background:color-mix(in oklch,var(--foreground) 14%,transparent)}.lh-stream-card--linkedin{--lh-stream-tint:#0a66c2}.lh-stream-card--mail{--lh-stream-tint:oklch(0.62 0.18 30)}.lh-stream-card--twitter{--lh-stream-tint:#1d9bf0}.lh-stream-card--instagram{--lh-stream-tint:#d6249f}.lh-stream-card--tiktok{--lh-stream-tint:#111111}.lh-stream-dest{display:flex;flex-direction:column;justify-content:space-between;gap:4px;height:100%}.lh-stream-dest-cell{flex:1;display:flex;align-items:center;justify-content:center;background:var(--card);border:1px solid var(--border);border-radius:8px;position:relative}.lh-stream-dest-icon{width:22px;height:22px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center}.lh-stream-dest-icon--linkedin{color:#0a66c2;background:color-mix(in oklch,#0a66c2 14%,transparent)}.lh-stream-dest-icon--mail{color:oklch(.62 .18 30);background:color-mix(in oklch,oklch(.62 .18 30) 14%,transparent)}.lh-stream-dest-icon--twitter{color:#1d9bf0;background:color-mix(in oklch,#1d9bf0 14%,transparent)}.lh-stream-dest-icon--instagram{color:#d6249f;background:color-mix(in oklch,#d6249f 14%,transparent)}.lh-stream-dest-icon--tiktok{color:#111111;background:color-mix(in oklch,#111111 14%,transparent)}.dark .lh-stream-card--tiktok{--lh-stream-tint:#f5f5f5}.dark .lh-stream-dest-icon--tiktok{color:#f5f5f5;background:color-mix(in oklch,#f5f5f5 14%,transparent)}@media (prefers-reduced-motion:reduce){.lh-stream-source-pulse,.lh-stream-track{animation:none}}@media (max-width:768px){.lh-page{font-size:14px}.lh-nav{padding:14px 20px}.lh-nav-actions .btn-ghost,.lh-nav-links{display:none}.lh-section{padding:36px 18px}.lh-page{--lh-h1:32px;--lh-h2:26px}.lh-hero{padding-top:16px;padding-left:18px;padding-right:18px}.lh-hero-grid{grid-template-columns:minmax(0,1fr);gap:24px}.lh-hero-grid,.lh-hero-grid>*{max-width:100%;min-width:0}.lh-hero-copy{gap:16px;min-width:0}.lh-hero-copy>*{min-width:0;max-width:100%}.lh-hero-sub{font-size:16px}.lh-hero-visual{min-height:280px;max-width:100%;min-width:0;overflow:hidden}.lh-hero-visual>*{max-width:100%}.lh-hero-floater--lavender,.lh-hero-floater--mint{display:none}.lh-hero-floater{font-size:10.5px;padding:8px 10px;gap:2px}.lh-hero-floater strong{font-size:11.5px;line-height:1.25;word-break:break-word}.lh-onboard-grid{grid-template-columns:1fr}.lh-onboard-card{min-height:0;padding:18px}.lh-onboard-body{min-height:0}.lh-onboard-diagram{width:100%!important}.lh-samples-grid{grid-template-columns:1fr;gap:16px}.lh-samples-col{gap:16px}.lh-pricing-card{padding:14px;border-radius:var(--radius-xl)}.lh-pricing-top{align-items:stretch;flex-direction:column;gap:12px}.lh-pricing-main{padding:0}.lh-pricing-title{font-size:46px}.lh-pricing-side{width:100%;border-left:0;border-top:1px solid color-mix(in oklch,var(--foreground) 11%,transparent);padding-left:0;padding-top:12px}.lh-pricing-side .btn{width:100%}.lh-channels-strip{gap:18px;padding:22px}.lh-stream{grid-template-columns:1fr;height:auto;gap:12px}.lh-stream-dest,.lh-stream-source{display:none}.lh-stream-lane{height:96px}.lh-mail-frame{max-width:100%}}