.hero.svelte-1q37ri0{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:6rem 2rem 4rem;max-width:1400px;margin:0 auto}.hero-content.svelte-1q37ri0{display:flex;flex-direction:column;gap:1.5rem}.badge.svelte-1q37ri0{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:2rem;font-size:.875rem;color:var(--text-secondary);width:fit-content;text-decoration:none;transition:border-color .2s,background .2s}.badge.svelte-1q37ri0:hover{border-color:var(--accent);background:#6366f11a}.badge-dot.svelte-1q37ri0{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:svelte-1q37ri0-pulse 2s infinite}@keyframes svelte-1q37ri0-pulse{0%,to{opacity:1}50%{opacity:.5}}.title.svelte-1q37ri0{font-size:clamp(3rem,2.4rem + 3vw,5rem);font-weight:700;letter-spacing:-.04em;line-height:1;margin:0}.title-main.svelte-1q37ri0{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-alt) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline.svelte-1q37ri0{font-size:clamp(1.25rem,1.1rem + .75vw,1.75rem);color:var(--text-primary);margin:0;font-weight:500}.description.svelte-1q37ri0{font-size:1.125rem;color:var(--text-secondary);line-height:1.7;margin:0;max-width:500px}.cta-group.svelte-1q37ri0{display:flex;gap:1rem;margin-top:1rem}.cta-primary.svelte-1q37ri0,.cta-secondary.svelte-1q37ri0{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s}.cta-primary.svelte-1q37ri0{background:var(--accent);color:#fff}.cta-primary.svelte-1q37ri0:hover{transform:translateY(-2px);box-shadow:0 10px 30px #6366f14d}.cta-secondary.svelte-1q37ri0{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border)}.cta-secondary.svelte-1q37ri0:hover{background:var(--bg-tertiary);transform:translateY(-2px)}.hero-visual.svelte-1q37ri0{display:flex;justify-content:center}.terminal.svelte-1q37ri0{width:100%;max-width:500px;background:var(--code-bg);border-radius:.75rem;overflow:hidden;box-shadow:0 25px 50px -12px #0006;border:1px solid var(--border)}.terminal-header.svelte-1q37ri0{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#ffffff0d;border-bottom:1px solid var(--border)}.terminal-dots.svelte-1q37ri0{display:flex;gap:.5rem}.dot.svelte-1q37ri0{width:12px;height:12px;border-radius:50%}.dot.red.svelte-1q37ri0{background:#ff5f57}.dot.yellow.svelte-1q37ri0{background:#febc2e}.dot.green.svelte-1q37ri0{background:#28c840}.terminal-title.svelte-1q37ri0{font-size:.75rem;color:var(--text-muted);font-family:JetBrains Mono,monospace}.terminal-body.svelte-1q37ri0{padding:1rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem;line-height:1.8}.tree-line.svelte-1q37ri0{color:var(--text-secondary)}.indent-1.svelte-1q37ri0{padding-left:1.5rem}.indent-2.svelte-1q37ri0{padding-left:3rem}.folder.svelte-1q37ri0{color:#60a5fa}.file.svelte-1q37ri0{color:#a0a0a0}.file.claude.svelte-1q37ri0{color:#f97316;font-weight:600}.file.agent.svelte-1q37ri0{color:#a78bfa}.file.skill.svelte-1q37ri0{color:#34d399}.file.command.svelte-1q37ri0{color:#fbbf24}.file.mcp.svelte-1q37ri0{color:#f472b6}.tag.svelte-1q37ri0{font-size:.75rem;padding:.125rem .5rem;background:#6366f133;color:var(--accent);border-radius:.25rem;margin-left:.5rem}.more.svelte-1q37ri0{color:var(--text-muted);font-style:italic}@media(max-width:1024px){.hero.svelte-1q37ri0{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-content.svelte-1q37ri0{align-items:center}.description.svelte-1q37ri0{max-width:600px}.cta-group.svelte-1q37ri0{justify-content:center}}@media(max-width:640px){.hero.svelte-1q37ri0{padding:4rem 1rem 2rem}.cta-group.svelte-1q37ri0{flex-direction:column;width:100%}.cta-primary.svelte-1q37ri0,.cta-secondary.svelte-1q37ri0{justify-content:center}.terminal.svelte-1q37ri0{font-size:.75rem}}.features.svelte-1dpem8h{padding:6rem 2rem;max-width:1200px;margin:0 auto}.features-header.svelte-1dpem8h{text-align:center;margin-bottom:4rem}.features-title.svelte-1dpem8h{font-size:clamp(1.75rem,1.5rem + 1.25vw,2.5rem);font-weight:700;margin:0 0 1rem;letter-spacing:-.02em}.features-subtitle.svelte-1dpem8h{font-size:1.125rem;color:var(--text-secondary);margin:0;max-width:600px;margin-inline:auto}.features-grid.svelte-1dpem8h{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.feature-card.svelte-1dpem8h{padding:2rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:1rem;transition:border-color .2s,transform .2s,box-shadow .2s;animation:svelte-1dpem8h-fade-in .5s ease-out forwards;opacity:0}.feature-card.svelte-1dpem8h:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 20px 40px -15px #0003}@keyframes svelte-1dpem8h-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.feature-icon.svelte-1dpem8h{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-alt) 100%);border-radius:.75rem;margin-bottom:1.25rem;color:#fff}.feature-title.svelte-1dpem8h{font-size:1.25rem;font-weight:600;margin:0 0 .75rem}.feature-description.svelte-1dpem8h{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin:0}@media(max-width:640px){.features.svelte-1dpem8h{padding:4rem 1rem}.features-grid.svelte-1dpem8h{grid-template-columns:1fr}}.claude-section.svelte-13pe01y{padding:6rem 2rem;background:var(--bg-secondary)}.claude-content.svelte-13pe01y{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.section-badge.svelte-13pe01y{display:inline-block;padding:.375rem .75rem;background:#6366f11a;color:var(--accent);font-size:.875rem;font-weight:500;border-radius:.375rem;margin-bottom:1rem}.section-title.svelte-13pe01y{font-size:clamp(1.75rem,1.5rem + 1.25vw,2.5rem);font-weight:700;margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.02em}.highlight.svelte-13pe01y{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-alt) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-description.svelte-13pe01y{font-size:1.125rem;color:var(--text-secondary);line-height:1.7;margin:0 0 2rem}.benefits.svelte-13pe01y{display:flex;flex-direction:column;gap:.75rem}.benefit.svelte-13pe01y{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary)}.benefit.svelte-13pe01y svg:where(.svelte-13pe01y){color:#22c55e;flex-shrink:0}.artifact-list.svelte-13pe01y{display:flex;flex-direction:column;gap:.5rem}.artifact-item.svelte-13pe01y{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:.5rem;animation:svelte-13pe01y-slide-in .4s ease-out forwards;opacity:0;transform:translate(20px)}@keyframes svelte-13pe01y-slide-in{to{opacity:1;transform:translate(0)}}.artifact-indicator.svelte-13pe01y{width:4px;height:100%;min-height:40px;background:var(--type-color);border-radius:2px}.artifact-info.svelte-13pe01y{flex:1;display:flex;flex-direction:column;gap:.25rem}.artifact-name.svelte-13pe01y{font-family:JetBrains Mono,monospace;font-size:.875rem;color:var(--text-primary);background:none;padding:0}.artifact-description.svelte-13pe01y{font-size:.8125rem;color:var(--text-muted)}.artifact-scope.svelte-13pe01y{font-size:.75rem;padding:.25rem .5rem;background:var(--bg-secondary);color:var(--text-muted);border-radius:.25rem;text-transform:uppercase;letter-spacing:.05em}@media(max-width:1024px){.claude-content.svelte-13pe01y{grid-template-columns:1fr;gap:3rem}.claude-text.svelte-13pe01y{text-align:center}.benefits.svelte-13pe01y{align-items:center}}@media(max-width:640px){.claude-section.svelte-13pe01y{padding:4rem 1rem}.artifact-item.svelte-13pe01y{flex-wrap:wrap}.artifact-scope.svelte-13pe01y{margin-left:auto}}.footer.svelte-jz8lnl{background:var(--bg-secondary);border-top:1px solid var(--border);padding:4rem 2rem 2rem}.footer-content.svelte-jz8lnl{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 2fr;gap:4rem}.footer-brand.svelte-jz8lnl{display:flex;flex-direction:column;gap:1rem}.footer-logo.svelte-jz8lnl{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-alt) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline.svelte-jz8lnl{color:var(--text-secondary);font-size:.9375rem;line-height:1.6;margin:0;max-width:280px}.footer-links.svelte-jz8lnl{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-group.svelte-jz8lnl{display:flex;flex-direction:column;gap:.75rem}.footer-heading.svelte-jz8lnl{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);margin:0 0 .5rem}.footer-group.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--text-secondary);text-decoration:none;font-size:.9375rem;transition:color .2s}.footer-group.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--accent)}.footer-bottom.svelte-jz8lnl{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.copyright.svelte-jz8lnl,.attribution.svelte-jz8lnl{font-size:.875rem;color:var(--text-muted);margin:0}.attribution.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--accent);text-decoration:none}.attribution.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{text-decoration:underline}@media(max-width:768px){.footer-content.svelte-jz8lnl{grid-template-columns:1fr;gap:3rem}.footer-links.svelte-jz8lnl{grid-template-columns:repeat(2,1fr)}.footer-bottom.svelte-jz8lnl{flex-direction:column;gap:.5rem;text-align:center}}@media(max-width:480px){.footer.svelte-jz8lnl{padding:3rem 1rem 1.5rem}.footer-links.svelte-jz8lnl{grid-template-columns:1fr}}
