@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--bg:#070b14;--card:#0f1629;--text:#f4f7ff;--muted:#8b9bb8;--cyan:#22d3ee;--purple:#a855f7;--pink:#ec4899;--gradient:linear-gradient(90deg,#22d3ee,#a855f7,#ec4899)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:12px;font-weight:600;border:none;cursor:pointer;transition:transform .15s,opacity .15s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--gradient);color:#fff;box-shadow:0 8px 32px rgba(168,85,247,.35)}.btn-ghost{background:rgba(255,255,255,.06);color:var(--text);border:1px solid rgba(255,255,255,.12)}.gradient-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card{background:var(--card);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:28px}input,input[type=range]{width:100%;padding:12px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:var(--text)}input[type=checkbox]{width:18px;height:18px;min-width:18px;padding:0;margin:0;accent-color:#a855f7;cursor:pointer;flex-shrink:0}label{display:block;font-weight:600;margin:16px 0 8px}.hint{color:var(--muted);font-size:.85rem;margin-top:6px}.checks{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.checks label{font-weight:400;display:flex;gap:8px;align-items:center;margin:0}.status{margin-top:16px;padding:14px;border-radius:10px}.status.ok{background:rgba(34,211,238,.12);color:#67e8f9}.status.err{background:rgba(236,72,153,.12);color:#f9a8d4}.link-accent{color:var(--cyan);font-weight:600}.link-accent:hover{text-decoration:underline}.app-header{border-bottom:1px solid rgba(255,255,255,.08);background:rgba(7,11,20,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:-webkit-sticky;position:sticky;top:0;z-index:50}.app-header-inner{gap:16px;padding:16px 24px}.app-header-inner,.brand{display:flex;align-items:center}.brand{gap:12px}.brand-logo{height:44px;width:auto;object-fit:contain}.brand-logo-sm{height:36px}.brand-name{font-size:1.35rem;font-weight:800}.app-nav{display:flex;gap:8px;margin-left:8px}.app-nav-link{padding:8px 14px;border-radius:10px;color:var(--muted);font-weight:500;font-size:.9rem}.app-nav-link.active,.app-nav-link:hover{color:var(--text);background:rgba(255,255,255,.06)}.app-header-actions{margin-left:auto;position:relative}.user-menu-trigger{display:flex;align-items:center;gap:10px;padding:6px 12px 6px 6px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:var(--text);cursor:pointer}.user-avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:.85rem;background:var(--gradient);color:#fff}.user-email{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;color:var(--muted)}.user-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:220px;background:var(--card);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:8px;box-shadow:0 16px 40px rgba(0,0,0,.4)}.user-menu-item{display:block;width:100%;text-align:left;padding:10px 12px;border-radius:8px;border:none;background:transparent;color:var(--text);font:inherit;cursor:pointer}.user-menu-item:hover{background:rgba(255,255,255,.06)}.user-menu-item.danger{color:#f9a8d4}.auth-section{display:grid;place-items:center;padding:48px 24px 80px;min-height:calc(100vh - 80px)}.auth-card{width:100%;max-width:420px}.auth-card h1{font-size:1.75rem}.auth-card h1,.auth-subtitle{margin-bottom:8px}.auth-footer{margin-top:20px;text-align:center;color:var(--muted);font-size:.9rem}.account-page{padding-bottom:80px}.account-content{padding:32px 24px}.account-hero{margin-bottom:28px}.account-hero h1{font-size:2rem;margin-bottom:8px}.account-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px}.account-card h2{font-size:1.1rem;margin-bottom:16px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.account-details{display:grid;grid-gap:16px;gap:16px}.account-details dt{color:var(--muted);font-size:.8rem;margin-bottom:4px}.account-details dd{font-weight:600;word-break:break-all}.account-plan{font-size:1.5rem;font-weight:800;margin-top:12px}.account-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.account-logout{margin-top:24px}.badge{display:inline-block;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:600}.badge-active{background:rgba(34,211,238,.15);color:#67e8f9}.badge-inactive{background:rgba(236,72,153,.15);color:#f9a8d4}.app-content{padding:32px 24px 80px}.app-content-centered{display:flex;flex-direction:column;align-items:center;max-width:720px;margin:0 auto}.app-intro{margin-bottom:24px;text-align:center;width:100%}.app-intro h1{font-size:2rem;margin-bottom:8px}.tab-row{display:flex;gap:8px;margin-bottom:24px;justify-content:center;width:100%}.tab-btn{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:var(--text)}.tab-btn.active{background:rgba(168,85,247,.2);border-color:#a855f7}.app-form-card{width:100%;max-width:640px}.progress-block{margin-top:20px;padding:16px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.progress-label{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px;font-size:.92rem;color:var(--muted)}.progress-label strong{color:#67e8f9;font-weight:600}.progress-track{width:100%;height:10px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#22d3ee,#ec4899);transition:width .35s ease}.progress-hint{margin:10px 0 0;font-size:.85rem;color:var(--muted)}.option-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.option-grid-video{grid-template-columns:repeat(2,1fr)}.option-tile{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);cursor:pointer;font-weight:500;margin:0;transition:border-color .15s,background .15s}.option-tile:hover{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.05)}.option-tile:has(input:checked){border-color:rgba(168,85,247,.45);background:rgba(168,85,247,.12)}.option-tile span{font-size:.92rem;line-height:1.3}@media (max-width:720px){.app-nav,.user-email{display:none}.option-grid{grid-template-columns:1fr}.brand-logo{height:36px}}.landing{position:relative;overflow-x:hidden}.landing-glow{position:absolute;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:0}.landing-glow-1{width:600px;height:600px;top:-200px;left:-100px;background:rgba(168,85,247,.18)}.landing-glow-2{width:500px;height:500px;top:400px;right:-150px;background:rgba(34,211,238,.12)}.landing>:not(.landing-glow){position:relative;z-index:1}.btn-sm{padding:10px 20px;font-size:.9rem}.btn-lg{padding:16px 32px;font-size:1rem}.landing-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.06);background:rgba(7,11,20,.8);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.landing-nav-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:24px;gap:24px;padding:16px 24px}.landing-nav-inner .brand{justify-self:start}.landing-nav-links{display:flex;gap:24px;justify-self:center}.landing-nav-links a{color:var(--muted);font-size:.9rem;font-weight:500;transition:color .15s}.landing-nav-links a:hover{color:var(--text)}.landing-nav-actions{display:flex;gap:10px;align-items:center;justify-self:end}.landing-hero{text-align:center;padding:80px 24px 48px;max-width:900px;margin:0 auto}.landing-eyebrow{display:inline-block;padding:6px 16px;border-radius:999px;background:rgba(168,85,247,.12);border:1px solid rgba(168,85,247,.25);color:#c084fc;font-size:.85rem;font-weight:600;margin-bottom:24px}.landing-title{font-size:clamp(2.4rem,6vw,4rem);font-weight:800;line-height:1.08;letter-spacing:-.02em;margin-bottom:20px}.landing-subtitle{color:var(--muted);font-size:clamp(1rem,2.5vw,1.2rem);max-width:620px;margin:0 auto 36px;line-height:1.6}.landing-hero-cta{gap:12px;margin-bottom:48px}.landing-hero-cta,.landing-hero-stats{display:flex;justify-content:center;flex-wrap:wrap}.landing-hero-stats{gap:48px}.landing-hero-stats div{display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}.landing-hero-stats strong{font-size:1.25rem;font-weight:800}.landing-hero-stats span{color:var(--muted);font-size:.85rem}.landing-testimonials{padding:24px 24px 64px;max-width:1000px;margin:0 auto}.landing-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px;justify-items:center}.landing-testimonial{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;min-height:200px;width:100%;max-width:340px}.landing-testimonial-quote{font-size:1rem;line-height:1.6;color:var(--text);margin-bottom:20px}.landing-testimonial-author{display:flex;align-items:center;justify-content:center;gap:12px}.landing-testimonial-author div{text-align:left}.landing-testimonial-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-weight:700;background:var(--gradient);color:#fff;font-size:.9rem}.landing-testimonial-author strong{display:block;font-size:.9rem}.landing-testimonial-author span{color:var(--muted);font-size:.8rem}.landing-section{padding:64px 24px;max-width:1000px;margin:0 auto;text-align:center}.landing-section-label{color:var(--cyan);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.landing-section-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;line-height:1.15;margin-bottom:16px;max-width:720px;margin-left:auto;margin-right:auto}.landing-section-desc{color:var(--muted);font-size:1.05rem;max-width:640px;line-height:1.6;margin:0 auto 40px}.landing-problem-solution{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px;margin-bottom:32px;text-align:left;max-width:800px;margin-left:auto;margin-right:auto}.landing-ps-card,.landing-ps-card h3,.landing-ps-card p{text-align:center}.landing-ps-card h3{font-size:1.2rem;margin-bottom:12px}.landing-ps-card p{color:var(--muted);line-height:1.6}.landing-ps-tag{display:inline-block;padding:4px 12px;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:rgba(236,72,153,.15);color:#f9a8d4;margin-bottom:16px}.landing-ps-tag-ok{background:rgba(34,211,238,.15);color:#67e8f9}.landing-ps-problem{border-color:rgba(236,72,153,.2)}.landing-ps-solution{border-color:rgba(34,211,238,.2)}.landing-result{font-size:1.1rem;font-weight:600;text-align:center;padding:24px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);max-width:720px;margin:0 auto}.landing-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px;margin-bottom:48px;max-width:900px;margin-left:auto;margin-right:auto}.landing-feature{text-align:center}.landing-feature h3{font-size:1rem;margin-bottom:8px;color:var(--text)}.landing-feature p{color:var(--muted);font-size:.9rem;line-height:1.5}.landing-stats-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;text-align:center;max-width:800px;margin:0 auto}.landing-stat{padding:28px 16px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}.landing-stat-value{display:block;font-size:2rem;font-weight:800;margin-bottom:6px}.landing-stat-label{color:var(--muted);font-size:.85rem}.landing-pricing-card{max-width:520px;margin:0 auto;text-align:center}.landing-pricing-header{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.08)}.landing-pricing-header h3{font-size:1.5rem;font-weight:800}.landing-pricing-price{text-align:center}.landing-price-amount{font-size:2.5rem;font-weight:800;line-height:1}.landing-pricing-features{list-style:none;display:grid;grid-gap:10px;gap:10px;margin-bottom:28px;text-align:left;max-width:360px;margin-left:auto;margin-right:auto}.landing-pricing-form{max-width:360px;margin:0 auto;text-align:left}.landing-pricing-form .auth-footer{text-align:center}.landing-faq{display:grid;grid-gap:8px;gap:8px;max-width:720px;margin:0 auto;text-align:left}.landing-pricing-features li{padding-left:24px;position:relative;color:var(--muted);font-size:.95rem}.landing-pricing-features li:before{content:"✓";position:absolute;left:0;color:var(--cyan);font-weight:700}.landing-faq-item{border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);overflow:hidden}.landing-faq-item.open{border-color:rgba(168,85,247,.25);background:rgba(168,85,247,.04)}.landing-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;background:none;border:none;color:var(--text);font:inherit;font-weight:600;text-align:left;cursor:pointer}.landing-faq-icon{color:var(--muted);font-size:1.2rem;flex-shrink:0}.landing-faq-answer{padding:0 20px 18px;color:var(--muted);line-height:1.6;font-size:.95rem}.landing-final-cta{padding:32px 24px 64px;max-width:800px;margin:0 auto}.landing-final-card{text-align:center;padding:48px 32px;background:linear-gradient(135deg,rgba(168,85,247,.08),rgba(34,211,238,.06));border-color:rgba(168,85,247,.2);display:flex;flex-direction:column;align-items:center}.landing-final-card h2{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800;margin-bottom:12px}.landing-final-card p{color:var(--muted);margin-bottom:28px;max-width:480px;margin-left:auto;margin-right:auto}.landing-footer{padding:32px 24px 48px;border-top:1px solid rgba(255,255,255,.06);text-align:center}.landing-footer-inner{display:flex;flex-direction:column;align-items:center;gap:16px}.landing-footer-inner .hint{margin:0}.landing-footer-links{display:flex;gap:20px;justify-content:center}.landing-footer-links a{color:var(--muted);font-size:.85rem}.landing-footer-links a:hover{color:var(--text)}@media (max-width:768px){.landing-nav-inner{grid-template-columns:1fr auto}.landing-nav-links{display:none}.landing-nav-actions{justify-self:end}.landing-stats-row{grid-template-columns:1fr}.landing-hero-stats{gap:24px}.landing-testimonial{max-width:100%}}