:root{--background: #fafafa;--foreground: #18181b;--card: #ffffff;--card-border: #e4e4e7;--primary: #7c3aed;--primary-light: rgba(124, 58, 237, .1);--primary-dark: #6d28d9;--secondary: #10b981;--secondary-dark: #059669;--muted: #f4f4f5;--muted-foreground: #71717a;--border: #d4d4d8;--radius: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--font-body: system-ui, -apple-system, sans-serif;--font-heading: system-ui, -apple-system, sans-serif;--transition: all .2s ease}.dark{--background: #09090b;--foreground: #fafafa;--card: #18181b;--card-border: #27272a;--primary-light: rgba(124, 58, 237, .2);--muted: #27272a;--muted-foreground: #a1a1aa;--border: #3f3f46}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--background);color:var(--foreground);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.bg-blobs{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:-1}.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.blob-1{width:500px;height:500px;background:#a78bfa66;top:-200px;left:-100px}.blob-2{width:400px;height:400px;background:#67e8f94d;top:50%;right:-100px}.blob-3{width:350px;height:350px;background:#fcd34d4d;bottom:-100px;left:30%}.glass{background:#fffc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.3)}.dark .glass{background:#18181bcc;border:1px solid rgba(255,255,255,.1)}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:70px}.header-content{height:100%;display:flex;align-items:center;justify-content:space-between}.header-brand{display:flex;align-items:center;gap:.75rem}.header-logo{width:40px;height:40px;border-radius:var(--radius-full);overflow:hidden;background:var(--primary);display:flex;align-items:center;justify-content:center}.logo-image{width:100%;height:100%;object-fit:cover}.header-title{font-weight:700;font-size:1.25rem}.nav-desktop{display:flex;align-items:center;gap:2rem}.nav-desktop a{font-weight:500;color:var(--muted-foreground);transition:var(--transition)}.nav-desktop a:hover{color:var(--primary)}.header-actions{display:flex;align-items:center;gap:1rem}.jelly-switch-wrapper{position:relative}.jelly-checkbox{display:none}.jelly-label{width:56px;height:30px;background:var(--muted);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:space-between;padding:0 6px;cursor:pointer;position:relative;transition:var(--transition)}.jelly-ball{width:22px;height:22px;background:#fff;border-radius:50%;position:absolute;left:4px;transition:var(--transition);box-shadow:0 2px 4px #0003}.jelly-checkbox:checked+.jelly-label .jelly-ball{transform:translate(26px)}.icon-sun,.icon-moon{font-size:12px;z-index:1}.icon-moon{opacity:.5}.jelly-checkbox:checked+.jelly-label{background:var(--primary)}.jelly-checkbox:checked+.jelly-label .icon-sun{opacity:.5}.jelly-checkbox:checked+.jelly-label .icon-moon{opacity:1}.mobile-menu-toggle{display:none;width:42px;height:42px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--card);color:var(--foreground);font-size:20px}.mobile-only{display:none}.hero{padding:140px 0 80px;min-height:100vh;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:start}.hero-title{font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-highlight-text{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--muted-foreground);margin-bottom:1rem}.hero-description{color:var(--muted-foreground);margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;border-radius:var(--radius-full);font-weight:600;font-size:1rem;transition:var(--transition);border:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn-outline{background:transparent;border:2px solid var(--border);color:var(--foreground)}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.btn-large{padding:1rem 2rem;font-size:1.0625rem}.features-grid{display:flex;gap:2rem}.feature-item{display:flex;align-items:center;gap:.5rem;color:var(--muted-foreground)}.feature-icon{font-size:1.25rem}.hero-sidebar{display:flex;flex-direction:column;gap:1.5rem}.video-container{position:relative;border-radius:var(--radius-xl);overflow:hidden;background:var(--card);border:1px solid var(--card-border);box-shadow:var(--shadow-lg)}.video-wrapper{position:relative;aspect-ratio:16/9}.hero-video{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.3),transparent)}.video-badge{position:absolute;bottom:1rem;left:1rem;background:#ffffffe6;padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.dark .video-badge{background:#000000b3;color:#fff}.video-error{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--card);color:var(--muted-foreground)}.video-error button{margin-top:1rem;padding:.5rem 1rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-full)}.starters-section{padding:1.5rem;border-radius:var(--radius-xl)}.starters-title{font-size:1rem;font-weight:600;margin-bottom:1rem}.starters-list{display:flex;flex-direction:column;gap:.75rem}.starter-card{padding:1rem;background:var(--background);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:var(--transition);font-size:.9375rem}.starter-card:hover{border-color:var(--primary);background:var(--primary-light)}.success-stories{padding:80px 0}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.section-subtitle{color:var(--muted-foreground)}.stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.story-card{background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius-xl);padding:1.5rem;transition:var(--transition)}.story-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.story-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.story-info h3{font-size:1.125rem;font-weight:600}.story-info p{font-size:.875rem;color:var(--muted-foreground)}.story-quote{font-style:italic;color:var(--muted-foreground);margin-bottom:1rem;line-height:1.6}.story-highlight{font-size:.875rem;color:var(--primary);font-weight:600}.quotes-section{padding:80px 0}.quote-container{max-width:800px;margin:0 auto;padding:3rem;border-radius:var(--radius-xl);text-align:center}.quote-icon{font-size:2rem;margin-bottom:1.5rem}.quote-text{font-size:1.5rem;font-weight:500;line-height:1.6;margin-bottom:2rem;font-style:italic}.functions{padding:80px 0}.functions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.function-card{background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius-xl);padding:2rem;text-align:center;cursor:pointer;transition:var(--transition)}.function-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.function-icon{font-size:3rem;margin-bottom:1rem}.function-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.function-card p{color:var(--muted-foreground);font-size:.9375rem}.how-to-use{padding:80px 0}.steps-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.step-card{background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius-xl);padding:2rem;text-align:center}.step-number-container{width:50px;height:50px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;margin:0 auto 1.5rem}.step-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.step-card p{color:var(--muted-foreground);margin-bottom:1.5rem}.cta-section{text-align:center;padding:4rem 2rem;background:var(--card);border-radius:var(--radius-xl);border:1px solid var(--card-border)}.cta-section h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.cta-section p{color:var(--muted-foreground);margin-bottom:2rem}.footer{background:var(--card);border-top:1px solid var(--card-border);padding:4rem 0 2rem;margin-top:4rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand p{color:var(--muted-foreground);margin-top:1rem}.footer-logo-icon{width:40px;height:40px;border-radius:var(--radius-full)}.footer-links h3,.footer-disclaimer h3{font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-links a{color:var(--muted-foreground);display:block;margin-bottom:.5rem;transition:var(--transition)}.footer-links a:hover{color:var(--primary)}.footer-disclaimer p{font-size:.875rem;color:var(--muted-foreground);line-height:1.6}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--card-border);color:var(--muted-foreground);font-size:.875rem}.animate-fade-in-up{animation:fadeInUp .6s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.hero-grid{grid-template-columns:1fr}.hero-sidebar{max-width:500px;margin:0 auto}.stories-grid,.functions-grid,.steps-container{grid-template-columns:1fr;max-width:600px;margin:0 auto}.footer-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.nav-desktop{display:none}.mobile-menu-toggle,.mobile-only{display:flex}.hero{padding:100px 0 60px}.hero-title{font-size:2rem}.hero-buttons{flex-direction:column}.features-grid{flex-direction:column;gap:1rem}.quote-text{font-size:1.25rem}}
