:root{--primary:#2563eb;--primary-dark:#1d4ed8;--secondary:#0f172a;--accent:#22c55e;--text-dark:#0f172a;--text-light:#6b7280;--bg-light:#f3f4f6;--white:#fff;--surface:#fff;--surface-elevated:#fff;--surface-card:#fff;--shadow:0 8px 20px -8px rgba(15,23,42,.12);--shadow-lg:0 18px 40px -16px rgba(15,23,42,.16);--radius:10px;--transition:all 0.2s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-dark);overflow-x:hidden;background-color:var(--bg-light)}h1,h2,h3,h4{font-weight:700;line-height:1.2}h1{font-size:3.5rem;letter-spacing:-.025em}h2{font-size:2.5rem;margin-bottom:2rem}h3{font-size:1.5rem;margin-bottom:1rem}p{font-size:1.125rem;margin-bottom:1.5rem}section{padding:5rem 1.5rem}.container{max-width:1200px;margin:0 auto}.text-center{text-align:center}.hero{background:var(--bg-light);color:var(--text-dark);padding:6rem 1.5rem;position:relative;overflow:hidden}.hero:before{display:none}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero h1{margin-bottom:1.5rem;font-size:3.5rem}.hero p{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9}.btn{display:inline-block;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;border-radius:var(--radius);transition:var(--transition);cursor:pointer;border:none}.btn-primary{background-color:var(--primary);color:#f9fafb;box-shadow:none}.btn-primary:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.features{background-color:var(--bg-light)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:var(--white);border-radius:var(--radius);padding:2.5rem 2rem;box-shadow:none;border:1px solid #e5e7eb;transition:var(--transition);text-align:center;border-top:4px solid var(--accent)}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{width:56px;height:56px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:1.75rem}.how-it-works{background-color:var(--white)}.steps-container{max-width:900px;margin:0 auto}.step-card{background:var(--white);border-radius:var(--radius);padding:3rem;box-shadow:var(--shadow);margin-bottom:2rem;border-left:5px solid var(--secondary);transition:var(--transition)}.step-card:hover{transform:translateX(5px)}.step-number{display:inline-block;width:40px;height:40px;background:var(--primary);color:#fff;border-radius:50%;text-align:center;line-height:40px;margin-bottom:1rem}.faq{background-color:var(--bg-light)}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:var(--white);border-radius:var(--radius);margin-bottom:1rem;box-shadow:var(--shadow);overflow:hidden}.faq-question{padding:1.5rem 2rem;font-weight:600;font-size:1.125rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:var(--transition)}.faq-question:hover{background-color:rgba(0,0,0,.02)}.faq-question:after{content:"+";font-size:1.5rem;transition:var(--transition)}.faq-item.active .faq-question:after{transform:rotate(45deg)}.faq-answer{padding:0 2rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{padding:0 2rem 1.5rem;max-height:500px}footer{background:var(--text-dark);color:var(--white);padding:3rem 1.5rem;text-align:center}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}section{padding:3rem 1rem}.hero{padding:5rem 1rem}.feature-card,.step-card{padding:2rem 1.5rem}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(135deg,#1e293b,#334155);position:relative;overflow:hidden}.auth-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}.auth-layout{width:100%;max-width:480px;display:grid;grid-template-columns:1fr;grid-gap:0;gap:0;position:relative;z-index:1}.auth-panel{border-radius:24px;box-shadow:0 20px 40px rgba(0,0,0,.2);overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1)}.auth-panel-info{display:none}.auth-kicker{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:hsla(0,0%,100%,.8);margin-bottom:1rem}.auth-title{font-size:2.4rem;font-weight:800;letter-spacing:-.03em;margin-top:1.5rem;line-height:1.2;color:#f8fafc}.auth-description{margin-top:1rem;font-size:1.05rem;color:hsla(0,0%,100%,.9);line-height:1.6}.auth-bullets{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.auth-bullet{display:flex;gap:1rem;align-items:flex-start;font-size:.95rem;color:hsla(0,0%,100%,.85)}.auth-bullet-icon{margin-top:.15rem;width:24px;height:24px;border-radius:999px;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#f8fafc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3)}.auth-footer-info{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;gap:1rem}.auth-avatars{display:flex;gap:.25rem}.auth-avatar{width:40px;height:40px;border-radius:999px;background:hsla(0,0%,100%,.2);align-items:center;font-weight:700;font-size:.8rem;color:#f8fafc;border:2px solid hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-avatar,.auth-panel-form{display:flex;justify-content:center}.auth-panel-form{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid hsla(0,0%,100%,.2);padding:2.5rem 2rem;flex-direction:column}.auth-header{justify-content:space-between;margin-bottom:2.5rem}.auth-header,.auth-logo{display:flex;align-items:center}.auth-logo{gap:.75rem}.auth-logo-icon{width:48px;height:48px;border-radius:18px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;box-shadow:0 8px 25px rgba(30,41,59,.3)}.auth-logo-icon,.auth-logo-text{background:linear-gradient(135deg,#1e293b,#334155);font-weight:800}.auth-logo-text{font-size:1.4rem;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.auth-link-inline{font-size:.9rem;font-weight:600;color:#1e293b;text-decoration:none;border-bottom:2px solid transparent;padding-bottom:2px;transition:all .3s ease}.auth-link-inline:hover{border-color:#1e293b;color:#334155}.auth-title-main{font-size:2rem;font-weight:800;margin-bottom:.5rem;color:#1e293b}.auth-subtitle{font-size:.98rem;color:#64748b;margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-field label{display:block;font-size:.9rem;font-weight:600;color:#1e293b;margin-bottom:.35rem}.auth-input-wrapper{position:relative}.auth-input{width:100%;border-radius:12px;border:2px solid #e2e8f0;padding:.85rem 1rem .85rem 3rem;font-size:.95rem;transition:all .3s ease;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-input:focus{outline:none;border-color:#1e293b;box-shadow:0 0 0 3px rgba(30,41,59,.1);background:hsla(0,0%,100%,.95)}.auth-input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;font-size:1rem;pointer-events:none}.auth-row{justify-content:space-between;gap:1rem}.auth-checkbox,.auth-row{display:flex;align-items:center}.auth-checkbox{gap:.5rem;font-size:.9rem;color:#64748b}.auth-checkbox input{width:16px;height:16px;accent-color:#1e293b}.auth-link-small{font-size:.85rem;color:#1e293b;text-decoration:none;font-weight:500;transition:color .3s ease}.auth-link-small:hover{color:#334155}.auth-error{background:#fee2e2;color:#dc2626;padding:.75rem 1rem;border-radius:12px;font-size:.9rem;border:1px solid #fecaca}.auth-button-primary{width:100%;border-radius:16px;padding:1rem 1.5rem;border:none;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px rgba(30,41,59,.3);position:relative;overflow:hidden}.auth-button-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .6s ease}.auth-button-primary:hover:not(:disabled):before{left:100%}.auth-button-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 35px rgba(30,41,59,.4)}.auth-button-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-separator{position:relative;text-align:center;margin:1.5rem 0;color:#64748b;font-size:.85rem}.auth-separator:after,.auth-separator:before{content:"";position:absolute;top:50%;width:calc(50% - 60px);height:1px;background:#e2e8f0}.auth-separator:before{left:0}.auth-separator:after{right:0}.auth-social-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.auth-social-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:12px;background:hsla(0,0%,100%,.8);color:#64748b;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-social-button:hover{border-color:#cbd5e1;background:hsla(0,0%,100%,.95);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.auth-footer-text{text-align:center;margin-top:2rem;font-size:.9rem;color:#64748b}.auth-footer-text a{color:#1e293b;text-decoration:none;font-weight:600;transition:color .3s ease}.auth-footer-text a:hover{color:#334155}@media (min-width:1024px){.auth-layout{max-width:1200px;grid-template-columns:1fr 1fr;gap:2rem}.auth-panel-info{display:flex;flex-direction:column;justify-content:space-between;padding:3rem;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;border-radius:24px 0 0 24px}.auth-panel-form{border-radius:0 24px 24px 0}.auth-title-main{font-size:2.2rem}}@media (max-width:768px){.auth-layout{max-width:100%}.auth-panel-form{padding:2rem 1.5rem}.auth-title-main{font-size:1.8rem}.auth-social-grid{grid-template-columns:1fr}.auth-kicker{font-size:.8rem}.auth-title{font-size:2rem;line-height:1.1}.auth-description{font-size:.95rem}.auth-bullet,.auth-bullets{gap:.75rem}.auth-bullet p{font-size:.9rem}.auth-panel-form{padding:1.5rem}.auth-header{margin-bottom:1.5rem}.auth-title-main{font-size:1.6rem}.auth-subtitle{font-size:.9rem}.auth-field{margin-bottom:1rem}.auth-input{padding:.75rem 1rem .75rem 2.5rem;font-size:.95rem}.auth-input-icon{left:.75rem;font-size:.9rem}.auth-button-primary{padding:.75rem 1.5rem;font-size:.95rem}.auth-footer-text{font-size:.85rem}}.lp-header{background-color:var(--white);box-shadow:0 2px 10px rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;top:0;z-index:30}.lp-navbar{display:flex;justify-content:space-between;align-items:center;padding:1.25rem}.lp-logo{font-size:1.5rem;font-weight:800;color:var(--primary)}.lp-logo i{font-size:1.2rem}.lp-nav-links{display:flex;gap:1.75rem}.lp-nav-links a{text-decoration:none;color:var(--text-dark);font-weight:500;font-size:.95rem;transition:var(--transition)}.lp-nav-links a:hover{color:var(--primary)}.lp-nav-buttons{display:flex;gap:.75rem}.hero{background:linear-gradient(135deg,#eef2ff,#e0f2fe)}.hero-inner{text-align:center}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1.25rem;letter-spacing:-.03em}.hero-subtitle{font-size:1.1rem;color:var(--text-light);max-width:44rem;margin:0 auto 2.5rem}.hero-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.hero-image{max-width:900px;margin:3rem auto 0;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg)}.hero-image-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);height:380px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.1rem}.section-header{text-align:center;margin-bottom:3.5rem}.section-header p{max-width:36rem;margin:.5rem auto 0;color:var(--text-light)}.steps{display:flex;justify-content:space-between;max-width:900px;margin:0 auto;position:relative}.steps:before{content:"";position:absolute;top:40px;left:10%;right:10%;height:2px;background-color:#e5e7eb;z-index:1}.step{text-align:center;position:relative;z-index:2;flex:1 1;padding:0 .75rem}.step-number{width:72px;height:72px;background-color:var(--white);border:2px solid #e5e7eb;border-radius:999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.4rem;font-weight:700;color:var(--primary)}.step p{color:var(--text-light);font-size:.98rem}.testimonials{background-color:var(--white)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.75rem;gap:1.75rem}.testimonial-card{background-color:var(--white);border-radius:var(--radius);padding:1.75rem 1.5rem;box-shadow:var(--shadow);border:1px solid #e5e7eb}.testimonial-text{font-style:italic;margin-bottom:1.25rem;color:var(--text-light)}.testimonial-author{display:flex;align-items:center;gap:.85rem}.author-avatar{width:44px;height:44px;border-radius:999px;background-color:#4f46e5;display:flex;align-items:center;justify-content:center;color:#e5e7eb;font-weight:700}.author-info h4{font-size:.98rem;font-weight:600}.author-info p{font-size:.85rem;color:var(--text-light)}.cta{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:var(--white);text-align:center}.cta p{max-width:32rem;margin:.75rem auto 2rem;opacity:.9}.cta-buttons{display:flex;justify-content:center;gap:1rem}.btn-light{background-color:var(--white);color:var(--primary)}.btn-light:hover{background-color:#e5e7eb}.btn-outline-light{background-color:transparent;color:var(--white);border:1px solid hsla(0,0%,100%,.4)}.btn-outline-light:hover{background-color:hsla(0,0%,100%,.1)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2.5rem}.footer-column h3{font-size:1rem;margin-bottom:.9rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.4rem}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.9rem;transition:var(--transition)}.footer-links a:hover{color:var(--white)}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;font-size:.8rem;color:#9ca3af}@media (max-width:768px){.lp-navbar{flex-direction:column;gap:1rem}.lp-nav-buttons{width:100%;justify-content:center}.hero-title{font-size:2.4rem}.cta-buttons,.hero-buttons{flex-direction:column;align-items:center}.steps{flex-direction:column;gap:2.5rem}.steps:before{display:none}}.builder-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(135deg,#1e293b,#334155);position:relative;overflow:hidden}.builder-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}.builder-container{max-width:860px;width:100%;position:relative;z-index:1}.builder-card{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2.5rem 2.25rem;box-shadow:0 20px 40px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}.builder-header{text-align:center;margin-bottom:2rem}.builder-logo{width:70px;height:70px;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.6rem;margin:0 auto 1.25rem;box-shadow:0 10px 30px rgba(30,41,59,.3)}.builder-logo,.builder-title{background:linear-gradient(135deg,#1e293b,#334155)}.builder-title{font-size:2.1rem;font-weight:800;letter-spacing:-.03em;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.builder-subtitle{font-size:1rem;color:#64748b}.builder-progress-bar{height:8px;background:hsla(0,0%,100%,.2);border-radius:999px;margin:1.75rem 0 2rem;overflow:hidden;position:relative}.builder-progress{height:100%;width:35%;background:linear-gradient(90deg,#1e293b,#334155);border-radius:inherit;transition:width .3s ease;position:relative}.builder-progress:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.builder-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.switch-container{display:inline-flex;align-items:center;gap:.75rem}.switch-label{font-size:.95rem;font-weight:500;color:#374151}.switch{position:relative;width:52px;height:28px;background:#e5e7eb;border:none;border-radius:999px;cursor:pointer;outline:none;flex-shrink:0}.switch,.switch:before{transition:all .3s ease}.switch:before{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.switch:hover{background:#d1d5db}.switch.active{background:linear-gradient(135deg,#1e293b,#334155)}.switch.active:before{transform:translateX(24px)}.switch:focus-visible{box-shadow:0 0 0 3px rgba(30,41,59,.2)}.builder-field{width:100%}.builder-field-full{grid-column:1/-1}.builder-label{display:block;font-size:.9rem;font-weight:600;color:#1e293b;margin-bottom:.4rem}.builder-input-wrapper{position:relative}.builder-input,.builder-select,.builder-textarea{width:100%;border-radius:16px;border:2px solid #e2e8f0;padding:.9rem 1rem .9rem 2.8rem;font-size:.95rem;background-color:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.builder-textarea{min-height:110px;resize:vertical}.builder-input:focus,.builder-select:focus,.builder-textarea:focus{outline:none;border-color:#1e293b;box-shadow:0 0 0 3px rgba(30,41,59,.15);background-color:hsla(0,0%,100%,.95)}.builder-input-icon{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);color:#64748b;font-size:1rem}.builder-textarea+.builder-input-icon{top:1.1rem;transform:none}.builder-button{margin-top:0;width:auto;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.75rem 1.25rem;border-radius:12px;border:none;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;box-shadow:0 4px 15px rgba(30,41,59,.25);transition:all .3s ease;position:relative;overflow:hidden}.builder-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transform:translateX(-100%);transition:transform .6s ease}.builder-button:hover:before{transform:translateX(100%)}.builder-button:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(30,41,59,.4)}.builder-section-divider{margin:2.25rem 0;border:none;border-top:1px solid hsla(0,0%,100%,.2);position:relative}.builder-section-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1.25rem}.builder-footer-stats{margin-top:2rem;display:flex;justify-content:space-between;gap:1.5rem;font-size:.85rem;color:#64748b}.builder-footer-stats span{display:inline-flex;align-items:center;gap:.35rem}.builder-footer{margin-top:2rem;align-items:center}.builder-footer,.builder-footer-actions{display:flex;justify-content:center;gap:1rem}.builder-button-secondary{background:transparent;border:2px solid #e2e8f0;color:#64748b;box-shadow:none}.builder-button-secondary:hover{border-color:#1e293b;color:#1e293b;transform:translateY(-1px);box-shadow:0 4px 12px rgba(30,41,59,.15)}.builder-button-primary{background:linear-gradient(135deg,#1e293b,#334155);color:#fff}.builder-steps{display:flex;justify-content:space-between;margin-bottom:2rem;position:relative}.builder-step{flex:1 1;text-align:center;position:relative}.builder-step:before{content:"";position:absolute;top:20px;left:50%;right:-50%;height:2px;background:hsla(0,0%,100%,.2);z-index:1}.builder-step:last-child:before{display:none}.builder-step.active:before{background:linear-gradient(90deg,#1e293b,#334155)}.builder-step-number{width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.2);border:2px solid hsla(0,0%,100%,.3);display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;font-weight:600;color:#64748b;position:relative;z-index:2;transition:all .3s ease}.builder-step.active .builder-step-number{background:linear-gradient(135deg,#1e293b,#334155);border-color:#1e293b;color:#fff;box-shadow:0 4px 15px rgba(30,41,59,.3)}.builder-step.completed .builder-step-number{background:#16a34a;border-color:#16a34a;color:#fff}.builder-step-label{font-size:.85rem;color:#64748b;font-weight:500}.builder-step.active .builder-step-label{color:#1e293b;font-weight:600}@media (max-width:768px){.builder-card{padding:2rem 1.5rem}.builder-form-grid{grid-template-columns:1fr}.builder-footer-stats,.builder-steps{flex-direction:column}.builder-steps{gap:1rem}.builder-step:before{display:none}.switch-container{align-items:center;gap:.5rem}.builder-container{padding:1rem}.builder-card{padding:1.5rem;border-radius:16px}.builder-header{margin-bottom:1.5rem}.builder-title{font-size:1.75rem}.builder-subtitle{font-size:.95rem}.builder-footer{flex-direction:column;gap:1rem}.builder-footer-actions{flex-direction:row;width:100%;justify-content:space-between}.builder-button{flex:1 1;padding:.75rem 1rem;font-size:.85rem}.builder-field-hint{font-size:.75rem}.builder-estimation-card{padding:1rem;margin-top:.75rem}.builder-estimation-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.builder-estimation-item{padding:.75rem}.builder-estimation-value{font-size:1.25rem}.builder-estimation-label{font-size:.7rem}}.dash-page{min-height:100vh;padding:0;background:linear-gradient(135deg,#1e293b,#334155);position:relative;overflow:hidden}.dash-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}.dash-shell{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:0;gap:0;min-height:100vh;position:relative;z-index:1}.dash-sidebar{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid hsla(0,0%,100%,.2);padding:2rem 1.5rem;display:flex;flex-direction:column;gap:2rem;box-shadow:0 0 40px rgba(0,0,0,.1)}.dash-user-card{flex-direction:column;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#1e293b,#334155);border-radius:20px;box-shadow:0 10px 30px rgba(30,41,59,.3);position:relative}.dash-user-avatar,.dash-user-card{display:flex;align-items:center;color:#fff}.dash-user-avatar{width:60px;height:60px;border-radius:16px;background:hsla(0,0%,100%,.2);justify-content:center;font-size:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.1)}.dash-user-info{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center;width:100%}.dash-logout-button{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:none;background:hsla(0,0%,100%,.15);color:#fff;font-size:.875rem;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.dash-logout-button:hover{background:hsla(0,0%,100%,.25);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.dash-logout-button:active{transform:translateY(0)}.dash-user-name{font-weight:700;font-size:1.1rem;color:#fff}.dash-user-email{font-size:.85rem;color:hsla(0,0%,100%,.8);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.dash-nav{display:flex;flex-direction:column;gap:.5rem}.dash-nav-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:16px;border:none;background:transparent;color:#64748b;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:left;position:relative;overflow:hidden}.dash-nav-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e293b,#334155);opacity:0;transition:opacity .3s ease}.dash-nav-item i{width:20px;text-align:center}.dash-nav-item i,.dash-nav-item span{position:relative;z-index:1}.dash-nav-item:hover:not(:disabled){color:#1e293b;transform:translateX(5px)}.dash-nav-item:hover:not(:disabled):before{opacity:.1}.dash-nav-item:disabled{opacity:.4;cursor:not-allowed}.dash-nav-item-active{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;box-shadow:0 8px 25px rgba(30,41,59,.3);transform:scale(1.02)}.dash-nav-item-active:before{opacity:0}.dash-main{padding:2rem;display:flex;flex-direction:column;gap:2rem}.dash-header{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2rem 2.5rem;box-shadow:0 20px 40px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}.dash-title{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#1e293b,#334155);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.dash-subtitle{margin-top:.5rem;font-size:1.1rem;color:#64748b;font-weight:500}.dash-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.dash-card{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease;position:relative;overflow:hidden}.dash-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1e293b,#334155)}.dash-card:hover{transform:translateY(-5px);box-shadow:0 30px 60px rgba(0,0,0,.15)}.dash-card-primary{background:linear-gradient(135deg,#1e293b,#334155);color:#fff}.dash-card-primary:before{background:hsla(0,0%,100%,.3)}.dash-card-primary .dash-card-title{color:#fff}.dash-card-primary .dash-card-text{color:hsla(0,0%,100%,.9)}.dash-card-body{margin-bottom:1.5rem}.dash-card-title{font-size:1.4rem;font-weight:700;margin-bottom:.75rem;color:#1e293b}.dash-card-text{font-size:1rem;color:#64748b;line-height:1.6}.dash-card-list{margin-top:1rem;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:1rem}.dash-card-list li{padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.dash-card-list li:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateX(5px)}.dash-card-badge{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;margin-bottom:.75rem;box-shadow:0 4px 15px rgba(30,41,59,.3)}.dash-card-footer{margin-top:auto}.dash-card-button-primary,.dash-card-button-secondary{width:100%;border-radius:16px;padding:1rem 1.5rem;border:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.dash-card-button-primary{background:hsla(0,0%,100%,.2);color:#fff;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3)}.dash-card-button-primary:hover{background:hsla(0,0%,100%,.3);transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.dash-card-button-secondary{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;box-shadow:0 8px 25px rgba(30,41,59,.3)}.dash-card-button-secondary:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(30,41,59,.4)}.dash-card-button-secondary:disabled{opacity:.7;cursor:not-allowed;transform:none}.dash-builder-section{margin-top:2.5rem}.dash-builder-title{font-size:1.5rem;font-weight:700;margin-bottom:.3rem;color:#1e293b}.dash-builder-subtitle{font-size:1rem;color:#64748b;margin-bottom:1.25rem}.experiment-card{background:#f8fafc;border-radius:16px;padding:1.5rem;border:1px solid #e2e8f0;transition:all .3s ease;position:relative}.experiment-card:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.experiment-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.experiment-card-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.experiment-card-date{font-size:.85rem;color:#64748b}.experiment-card-actions{display:flex;gap:.5rem}.experiment-card-link{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;text-decoration:none;border-radius:12px;font-size:.85rem;font-weight:600;transition:all .3s ease}.experiment-card-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(30,41,59,.3)}.experiment-card-landing-link-top{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:6px;color:#1e293b;text-decoration:none;font-size:.85rem;font-weight:500;border:1px solid #e2e8f0;background:hsla(0,0%,100%,.8);transition:all .2s ease}.experiment-card-landing-link-top:hover{color:#334155;background:hsla(0,0%,100%,.95);border-color:#cbd5e1}.experiment-card-landing-link-top i{font-size:.8rem;opacity:.7}.experiment-card-landing-link{display:inline-flex;align-items:center;gap:.25rem;color:#1e293b;text-decoration:none;font-size:.85rem;font-weight:500;transition:all .2s ease}.experiment-card-landing-link:hover{color:#334155}.experiment-metrics{display:flex;gap:.75rem;margin:1rem 0;padding:1rem;background:linear-gradient(135deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.9));border-radius:16px;border:1px solid hsla(0,0%,100%,.4);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 25px rgba(30,41,59,.08)}.experiment-metric{flex:1 1;text-align:center;padding:1rem .75rem;background:hsla(0,0%,100%,.6);border-radius:12px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid hsla(0,0%,100%,.5);transition:all .3s ease;position:relative;overflow:hidden}.experiment-metric:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1e293b,#334155);transform:scaleX(0);transition:transform .3s ease}.experiment-metric:hover:before{transform:scaleX(1)}.experiment-metric:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(30,41,59,.15);background:hsla(0,0%,100%,.95)}.experiment-metric-value{font-size:1.4rem;font-weight:800;color:#1e293b;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;line-height:1}.experiment-metric-value i{font-size:1.1rem;margin-right:.5rem}.experiment-metric-label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin:0;position:relative}.waitlist-metric-button{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:1px solid rgba(22,163,74,.2);background:rgba(22,163,74,.1);color:#16a34a;font-size:.75rem;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.waitlist-metric-button:hover{background:rgba(22,163,74,.15);border-color:rgba(22,163,74,.3);transform:translateY(-1px);box-shadow:0 4px 12px rgba(22,163,74,.2)}.waitlist-metric-button:active{transform:translateY(0)}.experiment-metric:first-child .experiment-metric-value{color:#1e293b}.experiment-metric:nth-child(2) .experiment-metric-value{color:#334155}.experiment-metric:nth-child(3) .experiment-metric-value{color:#16a34a}.experiment-metric:first-child:before{background:linear-gradient(90deg,#1e293b,#334155)}.experiment-metric:nth-child(2):before{background:linear-gradient(90deg,#334155,#475569)}.experiment-metric:nth-child(3):before{background:linear-gradient(90deg,#16a34a,#22c55e)}@media (max-width:768px){.experiment-metrics{flex-direction:column;gap:.5rem;padding:.75rem}.experiment-metric{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem}.experiment-metric-value{font-size:1.2rem}.experiment-metric-label{font-size:.7rem}}.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.status-indicator{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600}.status-processing{background:#eff6ff;color:#1e40af}.status-error{background:#fee2e2;color:#dc2626}.status-success{background:#f0fdf4;color:#16a34a}@media (max-width:1024px){.dash-shell{grid-template-columns:260px minmax(0,1fr)}.dash-grid{grid-template-columns:1fr}}@media (max-width:768px){.dash-page{padding:0}.dash-shell{grid-template-columns:1fr}.dash-sidebar{order:2;padding:1.5rem}.dash-main{order:1}.dash-header,.dash-main{padding:1.5rem}.dash-title{font-size:2rem}.dash-card{padding:1.5rem}.dash-user-card{padding:1rem}.dash-user-avatar{width:50px;height:50px}.dash-nav{flex-direction:row;gap:.5rem;overflow-x:auto;padding:.5rem;margin:0 -.5rem}.dash-nav-item{flex-direction:column;min-width:80px;padding:.75rem .5rem;text-align:center;font-size:.8rem}.dash-nav-item span{font-size:.7rem;margin-top:.25rem}.dash-nav-item i{font-size:1rem}}.builder-field-hint{font-size:.8rem;color:#64748b;margin-top:.25rem}.builder-estimation-card{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.3);border-radius:16px;padding:1.5rem;margin-top:1rem;box-shadow:0 8px 25px rgba(30,41,59,.1)}.builder-estimation-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.builder-estimation-loading{display:flex;align-items:center;gap:.75rem;color:#1e293b;font-size:.9rem}.builder-spinner{width:20px;height:20px;border:2px solid #e2e8f0;border-top-color:#1e293b;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.builder-estimation-error{display:flex;align-items:center;gap:.5rem;color:#dc2626;font-size:.9rem;background:#fee2e2;padding:.75rem;border-radius:12px;border:1px solid #fecaca}.builder-estimation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1rem}.builder-estimation-item{background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;border-radius:12px;text-align:center;border:1px solid hsla(0,0%,100%,.3);transition:all .3s ease}.builder-estimation-item:hover{background:hsla(0,0%,100%,.95);transform:translateY(-2px);box-shadow:0 8px 20px rgba(30,41,59,.1)}.builder-estimation-value{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.builder-estimation-label{font-size:.8rem;color:#64748b;margin-bottom:.25rem}.builder-estimation-detail{font-size:.7rem;color:#94a3b8}.builder-estimation-placeholder{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9rem;padding:1rem;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid hsla(0,0%,100%,.3)}.builder-estimation-total{padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.3);font-size:.9rem;color:#1e293b;font-weight:600}@media (max-width:768px){.builder-estimation-grid{grid-template-columns:1fr}}.lp-wrapper{min-height:100vh;background:linear-gradient(135deg,#1e293b,#334155);color:#f8fafc;position:relative;overflow:hidden}.lp-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}.lp-container{max-width:1120px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.lp-nav{position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1)}.lp-nav-inner{justify-content:space-between;height:64px}.lp-logo,.lp-nav-inner{display:flex;align-items:center}.lp-logo{gap:.5rem;color:#fff;text-decoration:none;font-weight:600}.lp-logo span{font-size:1.1rem}.lp-nav-actions{display:flex;gap:.75rem;align-items:center}.lp-link-muted{color:hsla(0,0%,100%,.8);font-size:.9rem;text-decoration:none;padding:.6rem 1.2rem;border-radius:8px;border:1px solid hsla(0,0%,100%,.15);transition:all .2s ease;font-weight:500}.lp-link-muted:hover{color:#fff;background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.25)}.lp-nav-cta{padding:.55rem 1.2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lp-nav-cta,.lp-nav-ta{border-radius:8px;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;font-weight:600;font-size:.9rem;text-decoration:none;border:1px solid hsla(0,0%,100%,.2)}.lp-nav-ta{padding:.65rem 1.4rem;transition:all .2s ease}.lp-nav-ta:hover{background:linear-gradient(135deg,#334155,#475569);border-color:hsla(0,0%,100%,.3)}.lp-hero{padding:96px 0 64px}.lp-pill{display:inline-block;padding:4px 12px;border-radius:999px;border:1px solid hsla(0,0%,100%,.2);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:hsla(0,0%,100%,.7);margin-bottom:1.5rem}.lp-headline{font-size:3rem;line-height:1.1;font-weight:800;letter-spacing:-.03em;margin-bottom:1rem;color:#fff}.lp-subheadline{max-width:560px;font-size:1rem;color:hsla(0,0%,100%,.8);margin-bottom:2rem}.lp-hero-buttons{display:flex;gap:.75rem;align-items:center;margin-bottom:2.5rem}.lp-btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.6rem;border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none;border:1px solid transparent;transition:all .3s ease}.lp-btn-primary{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;border:1px solid hsla(0,0%,100%,.2);transition:all .2s ease}.lp-btn-primary:hover{background:linear-gradient(135deg,#334155,#475569);border-color:hsla(0,0%,100%,.3)}.lp-btn-secondary{background:transparent;color:#fff;border-color:hsla(0,0%,100%,.2);transition:all .2s ease}.lp-btn-secondary:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3)}.lp-hero-card{margin-top:1.5rem;border-radius:16px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem 1.75rem;box-shadow:0 20px 40px rgba(0,0,0,.2)}.lp-hero-card-header{display:flex;justify-content:space-between;align-items:center}.lp-hero-card-header,.lp-metric-label{font-size:.8rem;color:hsla(0,0%,100%,.7);margin-bottom:.1rem}.lp-metric-value{font-size:1.4rem;font-weight:700;color:#fff}.lp-section{padding:64px 0;border-top:1px solid hsla(0,0%,100%,.1)}.lp-section-header{max-width:560px;margin-bottom:2.5rem}.lp-section-title{font-size:2rem;font-weight:700;margin-bottom:.75rem;color:#fff}.lp-section-text{font-size:.95rem;color:hsla(0,0%,100%,.8)}.lp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem}.lp-card{padding:1.75rem 1.5rem;border-radius:14px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 40px rgba(0,0,0,.1);transition:all .3s ease}.lp-card:hover{transform:translateY(-2px);box-shadow:0 30px 60px rgba(0,0,0,.2);background:hsla(0,0%,100%,.15)}.lp-card-span-2{grid-column:span 2}.lp-card h3{font-size:1.1rem;margin-bottom:.5rem;color:#fff}.lp-card p{font-size:.9rem;color:hsla(0,0%,100%,.8)}.lp-steps{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem}.lp-step-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#111827;border:1px solid rgba(148,163,184,.6);font-size:.8rem;margin-bottom:.75rem}.lp-section-cta{border-top:none}.lp-cta-box{border-radius:16px;border:1px solid #e5e7eb;background:#fff;padding:3rem 2rem;box-shadow:var(--shadow-lg)}.lp-cta-box h2{font-size:2rem;margin-bottom:.75rem}.lp-cta-box p{font-size:.95rem;color:var(--text-light);max-width:480px;margin-bottom:1.5rem}.lp-footer{padding:40px 0;border-top:1px solid #e5e7eb;margin-top:40px}.lp-footer-text{text-align:center;font-size:.8rem;color:#6b7280}.experiment-card-expanded{background:hsla(0,0%,100%,.98);border-radius:20px;padding:1.5rem;border:1px solid hsla(0,0%,100%,.3);box-shadow:0 10px 30px rgba(0,0,0,.08);transition:all .3s ease;margin-bottom:1.5rem}.experiment-card-expanded:hover{transform:translateY(-2px);box-shadow:0 15px 40px rgba(0,0,0,.12)}.experiment-status{display:flex;align-items:center}.status-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.status-active{background:linear-gradient(135deg,rgba(22,163,74,.1),rgba(34,197,94,.1));color:#16a34a;border:1px solid rgba(22,163,74,.2)}.status-inactive{background:linear-gradient(135deg,hsla(220,9%,46%,.1),rgba(156,163,175,.1));color:#6b7280;border:1px solid hsla(220,9%,46%,.2)}.experiment-details-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(226,232,240,.6)}.experiment-section-title{font-size:.9rem;font-weight:700;color:#1e293b;margin-bottom:1rem;display:flex;align-items:center}.experiment-detailed-metrics{margin-bottom:1.5rem}.detailed-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:.75rem;gap:.75rem}.detailed-metric-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;padding:.875rem;text-align:center;border:1px solid rgba(226,232,240,.8)}.detailed-metric-label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.detailed-metric-value{font-size:1.125rem;font-weight:800;color:#1e293b}.experiment-preview-section{margin-bottom:1.5rem}.ad-preview-compact{margin-top:.75rem}.ad-preview-wrapper-compact{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;max-height:300px}.ad-instagram-compact{background:#000;border-radius:12px;overflow:hidden;position:relative;aspect-ratio:9/16;max-height:280px;border:4px solid #1a1a1a}.ad-instagram-header-compact{position:absolute;top:0;left:0;right:0;padding:.5rem;background:linear-gradient(180deg,rgba(0,0,0,.7),transparent);display:flex;align-items:center;justify-content:space-between;z-index:10}.ad-instagram-profile-compact{display:flex;align-items:center;gap:.5rem}.ad-profile-avatar-compact{position:relative;width:32px;height:32px;border-radius:50%;overflow:hidden;border:2px solid #fff}.ad-profile-avatar-compact img{width:100%;height:100%;object-fit:cover}.ad-profile-info-compact{flex:1 1}.ad-profile-name-compact{color:#fff;font-weight:700;font-size:.875rem;text-shadow:0 1px 2px rgba(0,0,0,.5)}.ad-profile-time-compact{color:hsla(0,0%,100%,.8);font-size:.75rem;text-shadow:0 1px 2px rgba(0,0,0,.5)}.ad-instagram-content-compact{height:100%;position:relative}.ad-instagram-image-compact{width:100%;height:100%;object-fit:cover}.ad-instagram-placeholder-compact{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.ad-placeholder-icon-compact{font-size:2rem;color:hsla(0,0%,100%,.8)}.ad-instagram-actions-compact{position:absolute;bottom:.75rem;left:0;right:0;display:flex;justify-content:center;gap:.75rem;z-index:10}.ad-action-btn-compact{width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.3);font-size:.875rem;cursor:pointer;transition:all .3s ease}.ad-action-btn-compact:hover{background:hsla(0,0%,100%,.3);transform:scale(1.1)}.ad-facebook-compact{background:#fff;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.08)}.ad-facebook-header-compact{padding:.75rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e4e6eb}.ad-facebook-profile-compact{display:flex;align-items:center;gap:.625rem}.ad-fb-avatar-compact{width:32px;height:32px;border-radius:50%;overflow:hidden;background:#1877f2;display:flex;align-items:center;justify-content:center}.ad-fb-avatar-compact img{width:100%;height:100%;object-fit:cover}.ad-fb-info-compact{flex:1 1}.ad-fb-name-compact{font-weight:700;color:#050505;font-size:.875rem;line-height:1.2}.ad-fb-meta-compact{color:#65676b;font-size:.75rem;line-height:1.2}.ad-facebook-content-compact{padding:.75rem}.ad-fb-text-compact{color:#050505;font-size:.875rem;line-height:1.3;margin-bottom:.5rem}.ad-fb-media-compact{margin:0 -.75rem}.ad-fb-image-compact{width:100%;height:auto;max-height:120px;object-fit:cover}.ad-facebook-cta-compact{padding:.75rem;border-top:1px solid #e4e6eb}.ad-fb-button-compact{width:100%;background:#e7f3ff;color:#1877f2;padding:.5rem .75rem;border-radius:8px;font-weight:700;font-size:.8125rem;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.ad-fb-button-compact:hover{background:#d1e9ff;transform:translateY(-1px)}.experiment-waitlist-section{margin-bottom:1.5rem}.waitlist-compact{display:flex;flex-direction:column;gap:.5rem}.waitlist-item-compact{display:flex;justify-content:space-between;align-items:center;padding:.625rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;border:1px solid rgba(226,232,240,.8)}.waitlist-info-compact{flex:1 1}.waitlist-name-compact{font-size:.875rem;font-weight:600;color:#1e293b;margin-bottom:.125rem}.waitlist-email-compact{font-size:.75rem;color:#64748b}.waitlist-date-compact{font-size:.75rem;color:#94a3b8;font-weight:500}.waitlist-more-compact{text-align:center;padding:.5rem;font-size:.8125rem;color:#64748b;font-style:italic;background:rgba(241,245,249,.5);border-radius:8px}.waitlist-empty-compact{text-align:center;padding:1.5rem;color:#94a3b8}.waitlist-empty-compact p{font-size:.875rem;margin-top:.5rem}.experiment-card-links{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(226,232,240,.6)}.experiment-waitlist-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.waitlist-view-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.waitlist-view-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(22,163,74,.3)}.waitlist-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.waitlist-modal{background:#fff;border-radius:20px;box-shadow:0 25px 50px rgba(0,0,0,.25);max-width:800px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.waitlist-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.waitlist-modal-title{font-size:1.25rem;font-weight:700;color:#1e293b;display:flex;align-items:center}.waitlist-modal-close{width:40px;height:40px;border-radius:50%;border:none;background:hsla(220,9%,46%,.1);color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.waitlist-modal-close:hover{background:hsla(220,9%,46%,.2);color:#374151;transform:scale(1.1)}.waitlist-modal-actions{padding:1rem 2rem;border-bottom:1px solid #e5e7eb;background:#f8fafc}.waitlist-download-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.waitlist-download-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,130,246,.3)}.waitlist-modal-content{flex:1 1;overflow-y:auto;padding:2rem}.waitlist-table-container{overflow-x:auto}.waitlist-table{width:100%;border-collapse:collapse}.waitlist-table th{text-align:left;padding:.75rem;background:#f8fafc;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.waitlist-table td{padding:1rem .75rem;border-bottom:1px solid #f3f4f6;font-size:.875rem}.waitlist-table tr:hover{background:#f8fafc}.waitlist-name{font-weight:600;color:#1e293b}.waitlist-email-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:.8125rem;cursor:pointer;transition:all .2s ease;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.waitlist-email-button:hover{background:linear-gradient(135deg,#e5e7eb,#d1d5db);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.waitlist-email-button i{color:#6b7280;font-size:.75rem}.waitlist-date{color:#6b7280;font-weight:500}.waitlist-modal-empty{text-align:center;padding:3rem;color:#6b7280}.waitlist-modal-empty p{font-size:1rem;margin-top:1rem}@media (max-width:768px){.ad-preview-wrapper-compact{grid-template-columns:1fr;gap:.75rem}.detailed-metrics-grid{grid-template-columns:repeat(2,1fr)}.experiment-card-expanded{padding:1rem}.ad-instagram-compact{max-height:240px}.detailed-metrics-grid{grid-template-columns:1fr}.experiment-metrics{grid-template-columns:repeat(2,1fr)}.lp-headline{font-size:2.4rem}.lp-grid,.lp-hero-card-body,.lp-steps{grid-template-columns:1fr}.lp-card-span-2{grid-column:span 1}.lp-hero-buttons{align-items:flex-start}.lp-nav-inner{height:auto;padding:1rem 0;flex-direction:column;gap:1rem}.lp-nav-actions{width:100%;justify-content:center;flex-wrap:wrap}.lp-link-muted,.lp-nav-ta{flex:1 1;text-align:center;min-width:120px}.lp-hero{padding:4rem 0 3rem}.lp-pill{font-size:.7rem;margin-bottom:1rem}.lp-headline{font-size:2.2rem;line-height:1.1}.lp-subheadline{font-size:.95rem;margin-bottom:1.5rem}.lp-hero-buttons{flex-direction:column;gap:1rem;width:100%}.lp-btn{width:100%;justify-content:center;padding:1rem 1.5rem}.lp-hero-card{margin-top:2rem;padding:1.25rem}.lp-section{padding:4rem 0}.lp-section-title{font-size:1.75rem}.lp-section-text{font-size:.95rem}}@media (max-width:480px){.container,.lp-container{padding:0 1rem}.lp-headline{font-size:1.8rem}.lp-hero{padding:3rem 0 2rem}.lp-section{padding:3rem 0}.lp-section-title{font-size:1.5rem}.auth-panel-form,.builder-card,.dash-header,.dash-main{padding:1rem}.dash-title{font-size:1.5rem}.dash-card{padding:1rem}.builder-title{font-size:1.5rem}.auth-title-main{font-size:1.4rem}.auth-subtitle{font-size:.85rem}.experiment-card-expanded{padding:.75rem}.experiment-metrics{padding:.5rem}.experiment-metric{padding:.5rem .75rem}.experiment-metric-value{font-size:1rem}.experiment-metric-label{font-size:.65rem}}@media (min-width:769px) and (max-width:1024px){.lp-container{padding:0 2rem}.dash-shell{grid-template-columns:240px minmax(0,1fr)}.dash-sidebar{padding:1.5rem 1rem}.dash-main{padding:1.5rem}.builder-container{padding:0 1.5rem}.builder-card{padding:2rem}.auth-layout{max-width:100%;padding:1rem}}@media (min-width:1400px){.lp-container{max-width:1200px}.dash-shell{max-width:1600px}.builder-container{max-width:1000px}.auth-layout{max-width:1400px}}