.landing-root{--surface:#f8fafb;--background:#f8fafb;--surface-container-low:#f0f4f6;--surface-container-lowest:#fff;--surface-container-high:#e1eaed;--surface-container-highest:#d9e4e8;--primary:#005db6;--primary-dim:#0051a1;--secondary:#00d2ff;--primary-container:#d6e3ff;--on-primary:#fff;--on-surface:#2a3437;--on-surface-muted:#8a9b9e;--outline-variant:#a9b4b726;--error:#9f403d;--gradient-cta:linear-gradient(135deg, var(--primary) 0%, var(--primary-dim) 100%);--gradient-hero:linear-gradient(180deg, #f8fafb 0%, #e8f0fe 50%, #f0f4f6 100%);--shadow-ambient:0 8px 40px #2a34370f;--shadow-hover:0 12px 48px #2a34371a;--shadow-float:0 20px 60px #2a34371f;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-6:24px;--sp-8:32px;--sp-10:40px;--sp-12:48px;--sp-16:64px;--sp-20:80px;--sp-24:96px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-pill:999px;--font-display:"Manrope", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;font-family:var(--font-body);color:var(--on-surface);background:var(--background);-webkit-font-smoothing:antialiased;width:100%;line-height:1.6;overflow-x:hidden}.landing-root *,.landing-root :before,.landing-root :after{box-sizing:border-box;margin:0;padding:0}.landing-root h1,.landing-root h2,.landing-root h3,.landing-root h4,.landing-root h5,.landing-root h6{font-family:var(--font-display);color:var(--on-surface);letter-spacing:-.02em;line-height:1.2}.landing-root a{color:inherit;text-decoration:none}.landing-root img{max-width:100%;display:block}.landing-root .section{padding:var(--sp-24) var(--sp-6);max-width:1200px;margin:0 auto}.landing-root .section-alt{background:var(--surface-container-low)}.landing-root .section-title{margin-bottom:var(--sp-3);font-size:clamp(2rem,4vw,3rem);font-weight:800}.landing-root .section-subtitle{color:var(--on-surface-muted);max-width:600px;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.7}.landing-root .label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;color:var(--on-surface-muted);font-size:.75rem;font-weight:600}.landing-root .glass-card{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);box-shadow:var(--shadow-ambient);background:#fff9;transition:box-shadow .3s,transform .3s}.landing-root .glass-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.landing-root .btn-primary{background:var(--gradient-cta);color:var(--on-primary);border-radius:var(--radius-pill);font-family:var(--font-display);cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #005db64d}.landing-root .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #005db666}.landing-root .btn-secondary{background:var(--surface-container-high);color:var(--on-surface);border-radius:var(--radius-pill);font-family:var(--font-display);cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.landing-root .btn-secondary:hover{background:var(--surface-container-highest);transform:translateY(-1px)}.landing-root .lp-navbar{z-index:100;padding:var(--sp-4) var(--sp-6);transition:all .3s;position:fixed;top:0;left:0;right:0}.landing-root .lp-navbar-scrolled{-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-ambient);background:#f8fafbcc}.landing-root .lp-navbar-inner{justify-content:space-between;align-items:center;gap:var(--sp-8);max-width:1200px;margin:0 auto;display:flex}.landing-root .lp-navbar-brand{align-items:center;gap:var(--sp-3);display:flex}.landing-root .lp-navbar-logo{border-radius:10px;width:36px;height:36px}.landing-root .lp-navbar-title{font-family:var(--font-display);color:var(--on-surface);letter-spacing:-.02em;align-items:center;gap:4px;font-size:1.35rem;font-weight:800;display:flex}.landing-root .lp-logo-e{object-fit:contain;border-radius:5px;width:1.25em;height:1.25em}.landing-root .lp-navbar-links{gap:var(--sp-8);display:flex}.landing-root .lp-navbar-links a{font-family:var(--font-body);color:var(--on-surface-muted);font-size:.9rem;font-weight:500;transition:color .2s;position:relative}.landing-root .lp-navbar-links a:hover{color:var(--primary)}.landing-root .lp-navbar-links a:after{content:"";background:var(--primary);border-radius:1px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.landing-root .lp-navbar-links a:hover:after{width:100%}.landing-root .lp-navbar-cta{padding:10px 24px!important;font-size:.9rem!important}.landing-root .lp-hero{min-height:100vh;padding:var(--sp-24) var(--sp-6) var(--sp-16);background:var(--gradient-hero);align-items:center;display:flex;position:relative;overflow:hidden}.landing-root .lp-hero-content{gap:var(--sp-16);z-index:2;grid-template-columns:1fr 1fr;align-items:center;max-width:1200px;margin:0 auto;display:grid;position:relative}.landing-root .lp-hero-text{gap:var(--sp-6);flex-direction:column;display:flex}.landing-root .lp-hero-badge{border-radius:var(--radius-pill);font-family:var(--font-body);color:var(--primary);background:#005db614;align-items:center;gap:8px;width:fit-content;padding:8px 16px;font-size:.85rem;font-weight:600;display:inline-flex}.landing-root .lp-hero-badge-dot{background:var(--primary);border-radius:50%;width:8px;height:8px;animation:2s infinite lp-pulse}@keyframes lp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.landing-root .lp-hero-title{letter-spacing:-.03em;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.landing-root .lp-hero-title-accent{background:var(--gradient-cta);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-root .lp-hero-subtitle{color:var(--on-surface-muted);max-width:500px;font-size:1.15rem;line-height:1.7}.landing-root .lp-hero-actions{gap:var(--sp-4);flex-wrap:wrap;display:flex}.landing-root .lp-hero-stats{align-items:center;gap:var(--sp-6);padding-top:var(--sp-4);display:flex}.landing-root .lp-hero-stat{flex-direction:column;display:flex}.landing-root .lp-hero-stat-value{font-family:var(--font-display);color:var(--primary);letter-spacing:-.03em;font-size:1.8rem;font-weight:800}.landing-root .lp-hero-stat-label{color:var(--on-surface-muted);font-size:.8rem;font-weight:500}.landing-root .lp-hero-stat-divider{background:var(--surface-container-high);width:1px;height:40px}.landing-root .lp-hero-animation{justify-content:center;align-items:center;display:flex}.landing-root .lp-hero-animation-wrapper{aspect-ratio:600/440;backdrop-filter:blur(12px);border-radius:var(--radius-xl);width:100%;max-width:560px;box-shadow:var(--shadow-float);background:#ffffff80;overflow:hidden}.landing-root .lp-hero-gradient-orb{filter:blur(100px);pointer-events:none;border-radius:50%;position:absolute}.landing-root .lp-hero-orb-1{background:radial-gradient(circle,#d6e3ff80 0%,#0000 70%);width:600px;height:600px;top:-100px;right:-200px}.landing-root .lp-hero-orb-2{background:radial-gradient(circle,#005db614 0%,#0000 70%);width:400px;height:400px;bottom:-50px;left:-100px}.landing-root .lp-problem-section{background:var(--background)}.landing-root .lp-problem-grid{gap:var(--sp-8);grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.landing-root .lp-problem-card{padding:var(--sp-10);border-radius:var(--radius-xl);background:var(--surface-container-lowest);box-shadow:var(--shadow-ambient)}.landing-root .lp-problem-card-before{background:var(--surface-container-low)}.landing-root .lp-problem-title{margin:var(--sp-3) 0 var(--sp-6);font-size:1.5rem;font-weight:800}.landing-root .lp-problem-stat{align-items:baseline;gap:var(--sp-2);margin-bottom:var(--sp-6);display:flex}.landing-root .lp-problem-stat-value{font-family:var(--font-display);letter-spacing:-.03em;font-size:3rem;font-weight:800}.landing-root .lp-problem-stat-red{color:var(--error)}.landing-root .lp-problem-stat-blue{color:var(--primary)}.landing-root .lp-problem-stat-label{color:var(--on-surface-muted);font-size:1rem}.landing-root .lp-problem-list{gap:var(--sp-3);flex-direction:column;list-style:none;display:flex}.landing-root .lp-problem-list li{color:var(--on-surface-muted);padding-left:24px;font-size:.95rem;position:relative}.landing-root .lp-problem-list li:before{content:"✕";color:var(--error);font-weight:700;position:absolute;left:0}.landing-root .lp-problem-list-check li:before{content:"✓";color:var(--primary)}.landing-root .lp-problem-divider{justify-content:center;align-items:center;display:flex}.landing-root .lp-problem-arrow{animation:3s ease-in-out infinite lp-float}@keyframes lp-float{0%,to{transform:translate(0)}50%{transform:translate(6px)}}.landing-root .lp-features-section{background:var(--background)}.landing-root .section-header{text-align:center;margin-bottom:var(--sp-16)}.landing-root .section-header .section-subtitle{margin:var(--sp-4) auto 0}.landing-root .lp-features-showcase{gap:var(--sp-12);grid-template-columns:1fr 1fr;align-items:start;max-width:1000px;margin:0 auto;display:grid}.landing-root .lp-features-visuals{gap:var(--sp-6);flex-direction:column;display:flex;position:sticky;top:100px}.landing-root .lp-metrics-img-wrapper{border-radius:var(--radius-xl);padding:var(--sp-6);box-shadow:var(--shadow-ambient);align-items:center;gap:var(--sp-4);background:#fff;flex-direction:column;display:flex}.landing-root .lp-metrics-img-wrapper img{border-radius:var(--radius-md);width:100%;max-width:320px;height:auto}.landing-root .lp-metrics-img-label{font-family:var(--font-display);color:var(--on-surface-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}.landing-root .lp-features-legend-list{gap:var(--sp-4);flex-direction:column;display:flex}.landing-root .lp-legend-item{gap:var(--sp-2);padding:var(--sp-6);border-radius:var(--radius-xl);box-shadow:var(--shadow-ambient);background:#fff;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex}.landing-root .lp-legend-item:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.landing-root .lp-legend-swatch{border-radius:50%;flex-shrink:0;width:14px;height:14px}.landing-root .lp-legend-header{align-items:center;gap:var(--sp-3);display:flex}.landing-root .lp-legend-abbr{font-family:var(--font-display);font-size:1.1rem;font-weight:900}.landing-root .lp-legend-name{font-family:var(--font-display);color:var(--on-surface);font-size:1.05rem;font-weight:700}.landing-root .lp-legend-desc{color:var(--on-surface-muted);font-size:.9rem;line-height:1.5}.landing-root .lp-pipeline-section{background:var(--surface-container-low)}.landing-root .lp-pipeline-grid{gap:var(--sp-6);grid-template-columns:repeat(4,1fr);max-width:900px;margin:0 auto;display:grid}.landing-root .lp-pipeline-step{text-align:center;padding:var(--sp-8);border-radius:var(--radius-xl);backdrop-filter:blur(12px);box-shadow:var(--shadow-ambient);background:#fff9;transition:transform .3s,box-shadow .3s;position:relative}.landing-root .lp-pipeline-step:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.landing-root .lp-pipeline-num{width:32px;height:32px;color:var(--primary);font-family:var(--font-display);margin:0 auto var(--sp-3);background:#005db61a;border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:flex}.landing-root .lp-pipeline-icon{margin-bottom:var(--sp-3);font-size:1.6rem}.landing-root .lp-pipeline-step-title{font-family:var(--font-display);margin-bottom:var(--sp-2);font-size:.95rem;font-weight:700}.landing-root .lp-pipeline-step-desc{color:var(--on-surface-muted);font-size:.8rem}.landing-root .lp-accuracy-section{background:var(--background)}.landing-root .lp-accuracy-grid{gap:var(--sp-16);grid-template-columns:1fr 1fr;align-items:center;display:grid}.landing-root .lp-accuracy-text{gap:var(--sp-4);flex-direction:column;display:flex}.landing-root .lp-accuracy-badges{gap:var(--sp-4);margin-top:var(--sp-6);display:flex}.landing-root .lp-accuracy-badge{background:var(--surface-container-low);border-radius:var(--radius-pill);align-items:center;gap:8px;padding:10px 18px;font-size:.85rem;font-weight:600;display:inline-flex}.landing-root .lp-performance-dashboard{width:100%;padding:var(--sp-8);border:1px solid var(--outline-variant);background:#ffffffb3}.landing-root .lp-performance-header{margin-bottom:var(--sp-6);text-align:left}.landing-root .lp-performance-badge{background:var(--primary-container);color:var(--primary);text-transform:uppercase;border-radius:6px;margin-bottom:8px;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-block}.landing-root .lp-performance-title{font-size:1.25rem;font-weight:800}.landing-root .lp-performance-grid{gap:var(--sp-6);grid-template-columns:1fr 1fr;display:grid}.landing-root .lp-performance-item{padding:var(--sp-4);background:var(--surface-container-low);border-radius:var(--radius-md);flex-direction:column;gap:12px;display:flex}.landing-root .lp-performance-label{color:var(--on-surface-muted);font-size:.8rem;font-weight:600}.landing-root .lp-performance-value{color:var(--primary);letter-spacing:-.02em;font-size:2rem;font-weight:800}.landing-root .lp-speed-card-ultra{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:30px 10px;display:flex!important}.landing-root .lp-performance-ultra-value{font-family:var(--font-display);background:var(--gradient-cta);-webkit-text-fill-color:transparent;margin-bottom:var(--sp-2);letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;font-size:5rem;font-weight:900;line-height:1.1}.landing-root .lp-speed-compare{flex-direction:column;gap:12px;display:flex}.landing-root .lp-speed-bar-group{flex-direction:column;gap:4px;display:flex}.landing-root .lp-speed-label-small{color:var(--on-surface-muted);font-size:.65rem;font-weight:600}.landing-root .lp-speed-bar-wrapper{background:var(--surface-container-high);border-radius:var(--radius-pill);height:24px;overflow:hidden}.landing-root .lp-speed-bar{color:#fff;align-items:center;height:100%;padding-left:12px;font-size:.75rem;font-weight:800;transition:width 1.5s cubic-bezier(.34,1.56,.64,1);display:flex}.landing-root .lp-speed-bar-manual{background:#8a9b9e}.landing-root .lp-speed-bar-ai{background:var(--gradient-cta);box-shadow:0 4px 12px #005db633}.landing-root .lp-performance-note{color:var(--on-surface-muted);font-size:.75rem;font-weight:500}.landing-root .lp-pricing-section{background:var(--surface-container-low)}.landing-root .lp-pricing-grid{gap:var(--sp-6);grid-template-columns:repeat(2,1fr);align-items:start;max-width:840px;margin:0 auto;display:grid}.landing-root .lp-pricing-card{padding:var(--sp-10);border-radius:var(--radius-xl);text-align:center;position:relative}.landing-root .lp-pricing-card-featured{transform:scale(1.05);box-shadow:var(--shadow-hover)!important;background:linear-gradient(135deg,#ffffffe6,#d6e3ff4d)!important}.landing-root .lp-pricing-popular{background:var(--gradient-cta);color:#fff;font-family:var(--font-display);border-radius:var(--radius-pill);letter-spacing:.02em;padding:6px 20px;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.landing-root .lp-pricing-tier{font-family:var(--font-display);margin-bottom:var(--sp-4);font-size:1.2rem;font-weight:800}.landing-root .lp-pricing-price{margin-bottom:var(--sp-8);align-items:center;gap:var(--sp-1);flex-direction:column;display:flex}.landing-root .lp-pricing-amount{font-family:var(--font-display);color:var(--primary);letter-spacing:-.03em;font-size:3rem;font-weight:800}.landing-root .lp-pricing-period{color:var(--on-surface-muted);font-size:.9rem}.landing-root .lp-pricing-features{gap:var(--sp-3);margin-bottom:var(--sp-8);text-align:left;flex-direction:column;list-style:none;display:flex}.landing-root .lp-pricing-features li{color:var(--on-surface-muted);padding-left:24px;font-size:.9rem;position:relative}.landing-root .lp-pricing-features li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.landing-root .lp-pricing-btn{justify-content:center;width:100%}.landing-root .lp-team-section{background:var(--background)}.landing-root .lp-team-grid{gap:var(--sp-6);grid-template-columns:repeat(4,1fr);display:grid}.landing-root .lp-team-card{padding:var(--sp-8);border-radius:var(--radius-xl);text-align:center}.landing-root .lp-team-avatar{color:#fff;width:72px;height:72px;font-family:var(--font-display);margin:0 auto var(--sp-4);border-radius:20px;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex}.landing-root .lp-team-name{font-family:var(--font-display);margin-bottom:var(--sp-1);font-size:.95rem;font-weight:700}.landing-root .lp-team-role{color:var(--on-surface-muted);font-size:.8rem}.landing-root .lp-cta-section{background:var(--gradient-cta);padding:var(--sp-24) var(--sp-6)}.landing-root .lp-btn-cta-white{color:var(--primary);border-radius:var(--radius-pill);font-family:var(--font-display);cursor:pointer;background:#fff;border:none;align-items:center;gap:8px;padding:16px 36px;font-size:1.05rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #00000026}.landing-root .lp-btn-cta-white:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0003}.landing-root .lp-footer{background:var(--surface-container-highest);padding:var(--sp-16) var(--sp-6) var(--sp-6)}.landing-root .lp-footer-inner{gap:var(--sp-16);max-width:1200px;margin:0 auto;margin-bottom:var(--sp-12);grid-template-columns:1.5fr 2fr;display:grid}.landing-root .lp-footer-brand{gap:var(--sp-2);flex-direction:column;display:flex}.landing-root .lp-footer-logo{border-radius:12px;width:40px;height:40px}.landing-root .lp-footer-title{font-family:var(--font-display);align-items:center;gap:4px;font-size:1.4rem;font-weight:800;display:flex}.landing-root .lp-footer-tagline{color:var(--on-surface-muted);max-width:280px;font-size:.85rem;line-height:1.6}.landing-root .lp-footer-links{gap:var(--sp-8);grid-template-columns:repeat(3,1fr);display:grid}.landing-root .lp-footer-col h5{font-family:var(--font-display);margin-bottom:var(--sp-4);font-size:.9rem;font-weight:700}.landing-root .lp-footer-col a{color:var(--on-surface-muted);margin-bottom:var(--sp-2);font-size:.85rem;transition:color .2s;display:block}.landing-root .lp-footer-col a:hover{color:var(--primary)}.landing-root .lp-footer-bottom{max-width:1200px;padding-top:var(--sp-6);margin:0 auto}.landing-root .lp-footer-bottom p{color:var(--on-surface-muted);font-size:.8rem}@media (width<=1024px){.landing-root .lp-hero-content{gap:var(--sp-10);text-align:center;grid-template-columns:1fr}.landing-root .lp-hero-text{align-items:center}.landing-root .lp-hero-subtitle{margin:0 auto}.landing-root .lp-hero-actions,.landing-root .lp-hero-stats{justify-content:center}.landing-root .lp-hero-animation-wrapper{max-width:480px;margin:0 auto}.landing-root .lp-problem-grid{gap:var(--sp-4);grid-template-columns:1fr}.landing-root .lp-problem-divider{padding:var(--sp-2) 0;transform:rotate(90deg)}.landing-root .lp-features-grid{grid-template-columns:repeat(2,1fr)}.landing-root .lp-features-showcase{gap:var(--sp-8);grid-template-columns:1fr}.landing-root .lp-features-visuals{flex-direction:row;position:static}.landing-root .lp-accuracy-grid{text-align:center;grid-template-columns:1fr}.landing-root .lp-accuracy-text{align-items:center}.landing-root .lp-accuracy-badges{flex-wrap:wrap;justify-content:center}.landing-root .lp-pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.landing-root .lp-pricing-card-featured{transform:none}.landing-root .lp-team-grid{grid-template-columns:repeat(2,1fr)}.landing-root .lp-footer-inner{gap:var(--sp-8);grid-template-columns:1fr}.landing-root .lp-navbar-links{display:none}.landing-root .lp-pipeline-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.landing-root .lp-features-grid{grid-template-columns:1fr}.landing-root .lp-features-visuals{flex-direction:column}.landing-root .lp-performance-grid,.landing-root .lp-team-grid{grid-template-columns:1fr}.landing-root .lp-hero-title{font-size:2.2rem}.landing-root .lp-footer-links,.landing-root .lp-pipeline-grid{grid-template-columns:1fr}}@keyframes lp-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing-root .section-header,.landing-root .lp-problem-card,.landing-root .lp-feature-card,.landing-root .lp-pricing-card,.landing-root .lp-team-card,.landing-root .lp-pipeline-step{animation:.6s ease-out both lp-fadeInUp}.landing-root .lp-feature-card:nth-child(2){animation-delay:.1s}.landing-root .lp-feature-card:nth-child(3){animation-delay:.2s}.landing-root .lp-feature-card:nth-child(4){animation-delay:.3s}.landing-root .lp-feature-card:nth-child(5){animation-delay:.4s}.landing-root .lp-feature-card:nth-child(6){animation-delay:.5s}.landing-root .lp-pipeline-step:nth-child(2){animation-delay:.1s}.landing-root .lp-pipeline-step:nth-child(3){animation-delay:.2s}.landing-root .lp-pipeline-step:nth-child(4){animation-delay:.3s}.landing-root .lp-eye-svg{width:100%;height:100%}@keyframes lp-scan-pulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:.3;transform:scale(1.02)}}.landing-root .lp-scan-ring{transform-origin:50%;animation:3s ease-in-out infinite lp-scan-pulse}.landing-root .lp-scan-ring:nth-child(2){animation-delay:.5s}@keyframes lp-measure-draw{0%{stroke-dashoffset:100px;opacity:0}to{stroke-dashoffset:0;opacity:1}}.landing-root .lp-measure-line{animation:1s ease-out forwards lp-measure-draw}.landing-root .lp-measure-line:first-child{animation-delay:.5s}.landing-root .lp-measure-line:nth-child(2){animation-delay:.8s}.landing-root .lp-measure-line:nth-child(3){animation-delay:1.1s}.landing-root .lp-measure-line:nth-child(4){animation-delay:1.4s}.landing-root .lp-measure-line:nth-child(5){animation-delay:1.7s}@keyframes lp-label-fade{0%{opacity:0;transform:translate(-5px)}to{opacity:1;transform:translate(0)}}.landing-root .lp-measure-label{opacity:0;animation:.5s ease-out forwards lp-label-fade}.landing-root .lp-measure-label:first-child{animation-delay:.8s}.landing-root .lp-measure-label:nth-child(2){animation-delay:1.1s}.landing-root .lp-measure-label:nth-child(3){animation-delay:1.4s}.landing-root .lp-measure-label:nth-child(4){animation-delay:1.7s}.landing-root .lp-measure-label:nth-child(5){animation-delay:2s}.landing-root .lp-showcase-section{background:var(--background);position:relative;overflow:hidden}.landing-root .lp-showcase-section-alt{background:var(--surface-container-low)}.landing-root .lp-showcase-grid{gap:var(--sp-16);grid-template-columns:1fr 1.15fr;align-items:center;display:grid}.landing-root .lp-showcase-reversed .lp-showcase-grid{grid-template-columns:1.15fr 1fr}.landing-root .lp-showcase-reversed .lp-showcase-text{order:2}.landing-root .lp-showcase-reversed .lp-showcase-demo{order:1}.landing-root .lp-showcase-text{gap:var(--sp-4);flex-direction:column;display:flex}.landing-root .lp-showcase-text h2{letter-spacing:-.02em;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;line-height:1.15}.landing-root .lp-showcase-accent{background:var(--gradient-cta);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-root .lp-showcase-text p{color:var(--on-surface-muted);max-width:480px;font-size:1.05rem;line-height:1.7}.landing-root .lp-showcase-features{gap:var(--sp-3);margin-top:var(--sp-2);flex-direction:column;list-style:none;display:flex}.landing-root .lp-showcase-features li{color:var(--on-surface-muted);padding-left:28px;font-size:.95rem;line-height:1.6;position:relative}.landing-root .lp-showcase-features li:before{content:"✓";width:20px;height:20px;color:var(--primary);text-align:center;background:#005db61a;border-radius:50%;font-size:.65rem;font-weight:800;line-height:20px;position:absolute;top:2px;left:0}.landing-root .lp-showcase-step{border-radius:var(--radius-pill);font-family:var(--font-display);color:var(--primary);background:#005db614;align-items:center;gap:8px;width:fit-content;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.landing-root .lp-showcase-step-num{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;font-weight:800;display:flex}.landing-root .lp-showcase-demo{justify-content:center;align-items:center;display:flex}.landing-root .lp-showcase-entry{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.landing-root .lp-showcase-entry.lp-visible{opacity:1;transform:translateY(0)}.landing-root .lp-showcase-entry-delay{transition-delay:.2s}.landing-root .lp-demo-card{border-radius:var(--radius-xl);width:100%;max-width:560px;box-shadow:var(--shadow-float);background:#fff;border:1px solid #a9b4b71f;overflow:hidden}.landing-root .lp-demo-dashboard{height:380px;display:flex}.landing-root .lp-demo-sidebar{background:#fafcfd;border-right:1px solid #a9b4b726;flex-direction:column;flex-shrink:0;gap:2px;width:140px;padding:16px 8px;display:flex}.landing-root .lp-demo-sidebar-brand{background:var(--gradient-cta);color:#fff;width:32px;height:32px;font-family:var(--font-display);border-radius:8px;justify-content:center;align-items:center;margin:0 auto 16px;font-size:1rem;font-weight:800;display:flex}.landing-root .lp-demo-nav-item{color:var(--on-surface-muted);border-radius:6px;align-items:center;gap:8px;padding:8px 10px;font-size:.72rem;font-weight:500;display:flex}.landing-root .lp-demo-nav-active{color:var(--primary);background:#005db614;font-weight:700}.landing-root .lp-demo-nav-icon{text-align:center;width:20px;font-size:.85rem}.landing-root .lp-demo-main{background:#fff;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow:hidden}.landing-root .lp-demo-topbar{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.landing-root .lp-demo-greeting{font-family:var(--font-display);color:var(--on-surface);font-size:.85rem;font-weight:700}.landing-root .lp-demo-avatar{background:var(--surface-container-high);border:2px solid var(--primary-container);border-radius:50%;width:28px;height:28px}.landing-root .lp-demo-stats{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.landing-root .lp-demo-stat{background:var(--surface-container-low);border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:10px 8px;display:flex}.landing-root .lp-demo-stat-val{font-family:var(--font-display);color:var(--primary);letter-spacing:-.02em;font-size:1.3rem;font-weight:800}.landing-root .lp-demo-stat-lbl{color:var(--on-surface-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.6rem;font-weight:600}.landing-root .lp-demo-patients{flex-direction:column;flex:1;gap:6px;display:flex}.landing-root .lp-demo-patient-row{background:#fafcfd;border:1px solid #a9b4b71a;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;display:flex}.landing-root .lp-demo-patient-avatar{background:var(--primary-container);width:28px;height:28px;color:var(--primary);font-family:var(--font-display);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.55rem;font-weight:700;display:flex}.landing-root .lp-demo-patient-info{flex-direction:column;flex:1;min-width:0;display:flex}.landing-root .lp-demo-patient-name{font-family:var(--font-display);color:var(--on-surface);font-size:.75rem;font-weight:600}.landing-root .lp-demo-patient-meta{color:var(--on-surface-muted);font-size:.6rem}.landing-root .lp-demo-badge{border-radius:var(--radius-pill);white-space:nowrap;flex-shrink:0;padding:3px 8px;font-size:.55rem;font-weight:700}.landing-root .lp-demo-badge-pre{color:#e65100;background:#fff3e0}.landing-root .lp-demo-badge-post{color:var(--primary);background:#e3f2fd}.landing-root .lp-demo-badge-follow{color:#2e7d32;background:#e8f5e9}.landing-root .lp-demo-notification{color:#2e7d32;background:#e8f5e9;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:.7rem;font-weight:600;display:flex}.landing-root .lp-demo-notif-icon{color:#fff;background:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.55rem;font-weight:800;display:flex}.landing-root .lp-demo-dashboard .lp-demo-stat,.landing-root .lp-demo-dashboard .lp-demo-patient-row,.landing-root .lp-demo-dashboard .lp-demo-notification{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(12px)}.landing-root .lp-demo-visible .lp-demo-stat:first-child{opacity:1;transition-delay:.3s;transform:translateY(0)}.landing-root .lp-demo-visible .lp-demo-stat:nth-child(2){opacity:1;transition-delay:.45s;transform:translateY(0)}.landing-root .lp-demo-visible .lp-demo-stat:nth-child(3){opacity:1;transition-delay:.6s;transform:translateY(0)}.landing-root .lp-demo-visible .lp-demo-patient-row:first-child{opacity:1;transition-delay:.75s;transform:translateY(0)}.landing-root .lp-demo-visible .lp-demo-patient-row:nth-child(2){opacity:1;transition-delay:.9s;transform:translateY(0)}.landing-root .lp-demo-visible .lp-demo-patient-row:nth-child(3){opacity:1;transition-delay:1.05s;transform:translateY(0)}.landing-root .lp-demo-visible .lp-demo-notification{opacity:1;transition-delay:1.3s;transform:translateY(0)}.landing-root .lp-demo-alignment{background:#0d1b2a;justify-content:center;align-items:center;height:380px;display:flex;position:relative}.landing-root .lp-demo-alignment-header{align-items:center;gap:8px;display:flex;position:absolute;top:12px;left:16px}.landing-root .lp-demo-processing-dot{background:#4caf50;border-radius:50%;width:6px;height:6px;animation:2s infinite lp-pulse}.landing-root .lp-demo-processing-label{color:#fff9;text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:600}.landing-root .lp-demo-alignment-status{color:#fff6;font-size:.6rem;font-weight:600;position:absolute;top:12px;right:16px}.landing-root .lp-demo-alignment svg{width:100%;height:auto}@keyframes lp-scanline-move-horiz{0%,8.23%{opacity:0;transform:translate(0)}8.24%{opacity:1;transform:translate(0)}49.41%{opacity:1;transform:translate(1024px)}49.42%{opacity:0;transform:translate(1024px)}to{opacity:0;transform:translate(1024px)}}.landing-root .lp-demo-visible .lp-demo-scanline-horiz{animation:8.5s linear infinite lp-scanline-move-horiz}.landing-root .lp-measure-img-overlay{opacity:0}.landing-root .lp-demo-alignment-info{gap:8px;display:flex;position:absolute;bottom:12px;left:16px;right:16px}.landing-root .lp-demo-info-chip{border-radius:var(--radius-pill);color:#ffffffb3;background:#005db633;border:1px solid #005db64d;padding:4px 10px;font-size:.6rem;font-weight:600}.landing-root .lp-demo-report{flex-direction:column;gap:14px;padding:20px;display:flex}.landing-root .lp-demo-report-header{justify-content:space-between;align-items:flex-start;display:flex}.landing-root .lp-demo-report-title{font-family:var(--font-display);color:var(--on-surface);font-size:.9rem;font-weight:800}.landing-root .lp-demo-report-subtitle{color:var(--on-surface-muted);margin-top:2px;font-size:.65rem}.landing-root .lp-demo-report-date{color:var(--on-surface-muted);font-size:.6rem;font-weight:500}.landing-root .lp-demo-comparison{grid-template-columns:1fr 1fr;gap:8px;display:grid;position:relative}.landing-root .lp-demo-thumb{background-position:50%;background-size:cover;border-radius:8px;height:80px;position:relative;overflow:hidden}.landing-root .lp-demo-thumb-pre{background-color:#e8d5c4}.landing-root .lp-demo-thumb-post{background-color:#d5e8e0}.landing-root .lp-demo-thumb-label{color:#fff;background:#00000080;border-radius:4px;padding:2px 8px;font-size:.55rem;font-weight:700;position:absolute;bottom:6px;left:6px}.landing-root .lp-demo-compare-arrow{z-index:2;width:28px;height:28px;color:var(--primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #00000026}.landing-root .lp-demo-chart-section{background:var(--surface-container-low);border-radius:10px;padding:12px}.landing-root .lp-demo-chart-title{color:var(--on-surface-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;font-size:.65rem;font-weight:700}.landing-root .lp-demo-split-comparison{border-radius:8px;margin-bottom:10px;position:relative;overflow:hidden}.landing-root .lp-demo-split-img{border-radius:8px;width:100%;height:auto;display:block}.landing-root .lp-demo-measurement-overlay{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.landing-root .lp-demo-split-divider{background:#ffffffb3;width:2px;position:absolute;top:0;bottom:0;left:50%;box-shadow:0 0 6px #0000004d}.landing-root .lp-demo-split-label{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#00000080;border-radius:4px;padding:2px 8px;font-size:.5rem;font-weight:700;position:absolute;top:6px}.landing-root .lp-demo-split-label-left{left:6px}.landing-root .lp-demo-split-label-right{right:6px}.landing-root .lp-demo-chart-bars{align-items:flex-end;gap:6px;height:40px;padding:0 4px;display:flex}.landing-root .lp-demo-bar-group{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.landing-root .lp-demo-bar-pair{align-items:flex-end;gap:3px;width:100%;display:flex}.landing-root .lp-demo-bar{border-radius:3px 3px 0 0;flex:1;height:0;transition:height 1s cubic-bezier(.34,1.56,.64,1)}.landing-root .lp-demo-bar-pre{background:var(--surface-container-highest)}.landing-root .lp-demo-bar-post{background:var(--gradient-cta)}.landing-root .lp-demo-bar-label{color:var(--on-surface-muted);white-space:nowrap;font-size:.5rem;font-weight:700}.landing-root .lp-demo-chart-legend{justify-content:center;gap:12px;margin-top:8px;display:flex}.landing-root .lp-demo-legend-item{color:var(--on-surface-muted);align-items:center;gap:4px;font-size:.55rem;font-weight:600;display:flex}.landing-root .lp-demo-legend-dot{border-radius:2px;width:8px;height:8px}.landing-root .lp-demo-legend-dot-pre{background:var(--surface-container-highest)}.landing-root .lp-demo-legend-dot-post{background:var(--primary)}.landing-root .lp-demo-visible .lp-demo-bar{height:var(--bar-h)}.landing-root .lp-demo-export-row{justify-content:space-between;align-items:center;display:flex}.landing-root .lp-demo-disclaimer{color:var(--on-surface-muted);font-size:.55rem;font-style:italic;font-weight:500}.landing-root .lp-demo-export-btn{background:var(--gradient-cta);color:#fff;border-radius:var(--radius-pill);font-family:var(--font-display);cursor:default;border:none;align-items:center;gap:6px;padding:8px 16px;font-size:.7rem;font-weight:700;display:inline-flex;box-shadow:0 2px 12px #005db640}.landing-root .lp-demo-report .lp-demo-comparison,.landing-root .lp-demo-report .lp-demo-chart-section,.landing-root .lp-demo-report .lp-demo-export-row{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(10px)}.landing-root .lp-demo-visible .lp-demo-comparison{opacity:1;transition-delay:.3s;transform:translateY(0)}.landing-root .lp-demo-visible .lp-demo-chart-section{opacity:1;transition-delay:.6s;transform:translateY(0)}.landing-root .lp-demo-visible .lp-demo-export-row{opacity:1;transition-delay:1.5s;transform:translateY(0)}@media (width<=1024px){.landing-root .lp-showcase-grid,.landing-root .lp-showcase-reversed .lp-showcase-grid{gap:var(--sp-10);grid-template-columns:1fr}.landing-root .lp-showcase-reversed .lp-showcase-text{order:1}.landing-root .lp-showcase-reversed .lp-showcase-demo{order:2}.landing-root .lp-showcase-text{text-align:left;align-items:flex-start}.landing-root .lp-showcase-text p{margin:0}.landing-root .lp-showcase-features{align-items:flex-start;max-width:100%;margin:0}.landing-root .lp-demo-card{max-width:480px;margin:0 auto}}@media (width<=640px){.landing-root .lp-demo-dashboard{height:320px}.landing-root .lp-demo-sidebar{width:48px;padding:12px 4px}.landing-root .lp-demo-nav-item span:last-child{display:none}.landing-root .lp-demo-alignment{height:300px}}