nav:where(.astro-37fxchfa){position:sticky;top:0;background:var(--color-nav-bg);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);z-index:100}.nav-content:where(.astro-37fxchfa){max-width:var(--max-width);margin:0 auto;padding:var(--space-sm) var(--space-md);display:flex;justify-content:space-between;align-items:center}.logo:where(.astro-37fxchfa){font-family:var(--font-display);font-weight:700;font-size:1.125rem;color:var(--color-text);text-decoration:none;display:flex;align-items:center;gap:.375rem}.logo:where(.astro-37fxchfa):hover{color:var(--color-text)}.logo-icon:where(.astro-37fxchfa){font-family:var(--font-mono);font-size:1.5em;font-weight:700;color:var(--cmd-split);text-shadow:0 0 10px var(--cmd-split)}:where(.astro-37fxchfa)[data-theme=light] .logo-icon:where(.astro-37fxchfa){text-shadow:none}.nav-links:where(.astro-37fxchfa){display:flex;gap:var(--space-md);align-items:center}.nav-links:where(.astro-37fxchfa) a:where(.astro-37fxchfa){color:var(--color-text-muted);text-decoration:none;font-size:.9rem;transition:color .15s}.nav-links:where(.astro-37fxchfa) a:where(.astro-37fxchfa):hover{color:var(--cmd-split)}.theme-toggle:where(.astro-37fxchfa){background:none;border:none;cursor:pointer;padding:8px;color:var(--color-text-muted);transition:color .2s;display:flex;align-items:center}.theme-toggle:where(.astro-37fxchfa):hover{color:var(--color-text)}.theme-toggle:where(.astro-37fxchfa) svg:where(.astro-37fxchfa){width:20px;height:20px}.theme-toggle:where(.astro-37fxchfa) .icon-sun:where(.astro-37fxchfa){display:block}.theme-toggle:where(.astro-37fxchfa) .icon-moon:where(.astro-37fxchfa){display:none}:where(.astro-37fxchfa)[data-theme=light] .theme-toggle:where(.astro-37fxchfa) .icon-sun:where(.astro-37fxchfa){display:none}:where(.astro-37fxchfa)[data-theme=light] .theme-toggle:where(.astro-37fxchfa) .icon-moon:where(.astro-37fxchfa){display:block}main:where(.astro-37fxchfa){max-width:var(--max-width);margin:0 auto;padding:var(--space-lg) var(--space-md)}footer:where(.astro-37fxchfa){max-width:var(--max-width);margin:0 auto;padding:var(--space-lg) var(--space-md);text-align:center;border-top:1px solid var(--color-border);font-size:.875rem;color:var(--color-text-muted)}footer:where(.astro-37fxchfa) a:where(.astro-37fxchfa){color:var(--color-text);text-decoration:none}footer:where(.astro-37fxchfa) a:where(.astro-37fxchfa):hover{color:var(--cmd-split)}footer:where(.astro-37fxchfa) .sep:where(.astro-37fxchfa){margin:0 .5rem;color:var(--color-border)}footer:where(.astro-37fxchfa) .credit:where(.astro-37fxchfa){margin-top:var(--space-xs)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}:root{--color-bg: #0a0a0a;--color-surface: #111111;--color-text: #e6edf3;--color-text-muted: #8b949e;--color-border: #27272a;--color-code-bg: #0a0a0a;--color-accent: #58a6ff;--color-accent-hover: #79b8ff;--color-nav-bg: rgba(10, 10, 10, .9);--cmd-split: #58a6ff;--cmd-merge: #a371f7;--cmd-analyze: #3fb950;--cmd-validate: #3fb950;--cmd-convert: #f78166;--cmd-sample: #db61a2;--cmd-shard: #a371f7;--cmd-diff: #ffa657;--cmd-redact: #ff7b72;--cmd-graph: #7ee787;--cmd-order: #79c0ff;--cmd-query: #d2a8ff;--syn-comment: #6e7681;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-display: "Monda", var(--font-sans);--font-mono: "SF Mono", ui-monospace, "Cascadia Code", "Roboto Mono", Menlo, monospace;--max-width: 780px;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--radius: 8px}[data-theme=light]{--color-bg: #ffffff;--color-surface: #f6f8fa;--color-text: #24292f;--color-text-muted: #57606a;--color-border: #d0d7de;--color-code-bg: #f6f8fa;--color-nav-bg: rgba(255, 255, 255, .9);--color-accent-hover: #0550ae;--cmd-split: #0969da;--cmd-merge: #8250df;--cmd-analyze: #1a7f37;--cmd-validate: #1a7f37;--cmd-convert: #bc4c00;--cmd-sample: #bf3989;--cmd-shard: #8250df;--cmd-diff: #953800;--cmd-redact: #cf222e;--cmd-graph: #116329;--cmd-order: #0550ae;--cmd-query: #8250df;--syn-comment: #6e7681}body{font-family:var(--font-sans);font-size:16px;line-height:1.7;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;transition:background-color .2s,color .2s}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}code{font-family:var(--font-mono);font-size:.875em;background:var(--color-surface);padding:.125rem .375rem;border-radius:3px;color:var(--cmd-split)}pre code{background:none;padding:0;color:var(--color-text)}.hero:where(.astro-j7pv25f6){text-align:center;padding:var(--space-xl) 0}.hero:where(.astro-j7pv25f6) h1:where(.astro-j7pv25f6){font-family:var(--font-display);font-size:2.5rem;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:var(--space-xs)}.hero:where(.astro-j7pv25f6) .logo-icon:where(.astro-j7pv25f6){font-family:var(--font-mono);font-size:1.5em;font-weight:700;color:var(--cmd-split);text-shadow:0 0 10px var(--cmd-split)}:where(.astro-j7pv25f6)[data-theme=light] .hero:where(.astro-j7pv25f6) .logo-icon:where(.astro-j7pv25f6){text-shadow:none}.subtitle:where(.astro-j7pv25f6){font-size:1.25rem;font-family:var(--font-mono);color:var(--cmd-split);margin-bottom:var(--space-xs)}.description:where(.astro-j7pv25f6){max-width:500px;margin:0 auto var(--space-md);color:var(--color-text-muted)}.hero-actions:where(.astro-j7pv25f6){display:flex;gap:var(--space-sm);justify-content:center;flex-wrap:wrap}.btn:where(.astro-j7pv25f6){display:inline-block;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;border-radius:var(--radius);transition:all .15s}.btn-primary:where(.astro-j7pv25f6){background:var(--cmd-split);color:var(--color-bg);box-shadow:0 0 20px #58a6ff4d}.btn-primary:where(.astro-j7pv25f6):hover{background:var(--color-accent-hover);box-shadow:0 0 30px #58a6ff80;transform:translateY(-1px);color:var(--color-bg)}:where(.astro-j7pv25f6)[data-theme=light] .btn-primary:where(.astro-j7pv25f6){box-shadow:none}:where(.astro-j7pv25f6)[data-theme=light] .btn-primary:where(.astro-j7pv25f6):hover{box-shadow:0 2px 8px #00000026}.btn-secondary:where(.astro-j7pv25f6){background:transparent;color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:where(.astro-j7pv25f6):hover{border-color:var(--cmd-split);color:var(--cmd-split)}section:where(.astro-j7pv25f6){margin-bottom:var(--space-xl)}section:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin-bottom:var(--space-sm)}.lead:where(.astro-j7pv25f6){font-size:1.1rem;color:var(--color-text-muted);margin-bottom:var(--space-md)}.benefits:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-md);margin-top:var(--space-md)}.benefit:where(.astro-j7pv25f6){text-align:center;padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);transition:all .2s}.benefit:where(.astro-j7pv25f6):hover{border-color:var(--cmd-split);box-shadow:0 0 20px #58a6ff1a}:where(.astro-j7pv25f6)[data-theme=light] .benefit:where(.astro-j7pv25f6):hover{box-shadow:0 2px 8px #00000014}.benefit-icon:where(.astro-j7pv25f6){font-family:var(--font-mono);font-size:1.5rem;font-weight:700;margin-bottom:var(--space-xs)}.benefit:where(.astro-j7pv25f6):nth-child(1) .benefit-icon:where(.astro-j7pv25f6){color:var(--cmd-split);text-shadow:0 0 10px var(--cmd-split)}.benefit:where(.astro-j7pv25f6):nth-child(2) .benefit-icon:where(.astro-j7pv25f6){color:var(--cmd-validate);text-shadow:0 0 10px var(--cmd-validate)}.benefit:where(.astro-j7pv25f6):nth-child(3) .benefit-icon:where(.astro-j7pv25f6){color:var(--cmd-convert);text-shadow:0 0 10px var(--cmd-convert)}:where(.astro-j7pv25f6)[data-theme=light] .benefit-icon:where(.astro-j7pv25f6){text-shadow:none}.benefit:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1rem;margin-bottom:var(--space-xs)}.benefit:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:.9rem;color:var(--color-text-muted);margin:0}.command-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--space-sm);margin-top:var(--space-md)}.command-card:where(.astro-j7pv25f6){display:flex;flex-direction:column;padding:var(--space-sm);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);text-decoration:none;transition:all .2s}.command-card:where(.astro-j7pv25f6):hover{border-color:var(--cmd-split);transform:translateY(-2px)}.command-card:where(.astro-j7pv25f6) .cmd-name:where(.astro-j7pv25f6){font-family:var(--font-mono);font-weight:600;font-size:.95rem;margin-bottom:.25rem}.command-card:where(.astro-j7pv25f6)[data-cmd=split] .cmd-name:where(.astro-j7pv25f6){color:var(--cmd-split)}.command-card:where(.astro-j7pv25f6)[data-cmd=merge] .cmd-name:where(.astro-j7pv25f6){color:var(--cmd-merge)}.command-card:where(.astro-j7pv25f6)[data-cmd=analyze] .cmd-name:where(.astro-j7pv25f6){color:var(--cmd-analyze)}.command-card:where(.astro-j7pv25f6)[data-cmd=validate] .cmd-name:where(.astro-j7pv25f6){color:var(--cmd-validate)}.command-card:where(.astro-j7pv25f6)[data-cmd=convert] .cmd-name:where(.astro-j7pv25f6){color:var(--cmd-convert)}.command-card:where(.astro-j7pv25f6)[data-cmd=sample] .cmd-name:where(.astro-j7pv25f6){color:var(--cmd-sample)}.command-card:where(.astro-j7pv25f6)[data-cmd=shard] .cmd-name:where(.astro-j7pv25f6){color:var(--cmd-shard)}.command-card:where(.astro-j7pv25f6)[data-cmd=diff] .cmd-name:where(.astro-j7pv25f6){color:var(--cmd-diff)}.command-card:where(.astro-j7pv25f6)[data-cmd=redact] .cmd-name:where(.astro-j7pv25f6){color:var(--cmd-redact)}.command-card:where(.astro-j7pv25f6)[data-cmd=graph] .cmd-name:where(.astro-j7pv25f6){color:var(--cmd-graph)}.command-card:where(.astro-j7pv25f6)[data-cmd=order] .cmd-name:where(.astro-j7pv25f6){color:var(--cmd-order)}.command-card:where(.astro-j7pv25f6)[data-cmd=query] .cmd-name:where(.astro-j7pv25f6){color:var(--cmd-query)}.command-card:where(.astro-j7pv25f6) .cmd-desc:where(.astro-j7pv25f6){font-size:.8rem;color:var(--color-text-muted)}.steps:where(.astro-j7pv25f6){display:flex;flex-direction:column;gap:var(--space-md);margin-bottom:var(--space-md)}.step:where(.astro-j7pv25f6){display:flex;gap:var(--space-sm)}.step-number:where(.astro-j7pv25f6){flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:var(--color-surface);color:var(--cmd-split);border:1px solid var(--cmd-split);font-weight:600;font-size:.875rem;border-radius:50%}.step-content:where(.astro-j7pv25f6){flex:1}.step-content:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1rem;margin-bottom:var(--space-xs)}.code-block:where(.astro-j7pv25f6){position:relative;margin:var(--space-xs) 0 var(--space-sm)}.code-block:where(.astro-j7pv25f6) pre:where(.astro-j7pv25f6){background:var(--color-code-bg);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-sm);padding-right:4.5rem;padding-top:2.5rem;overflow-x:auto;position:relative}.code-block:where(.astro-j7pv25f6) pre:where(.astro-j7pv25f6):before{content:"● ● ●";position:absolute;top:0;left:0;right:0;padding:.5rem var(--space-sm);font-size:.6rem;letter-spacing:.25rem;color:var(--color-text-muted);background:var(--color-surface);border-bottom:1px solid var(--color-border);border-radius:var(--radius) var(--radius) 0 0}.code-block:where(.astro-j7pv25f6) code:where(.astro-j7pv25f6){font-family:var(--font-mono);font-size:.8125rem;line-height:1.6;color:var(--color-text);background:none;padding:0}.sh-comment:where(.astro-j7pv25f6){color:var(--syn-comment);font-style:italic}.sh-tool:where(.astro-j7pv25f6){color:var(--cmd-split)}.copy-btn:where(.astro-j7pv25f6){position:absolute;top:calc(var(--space-xs) / 2);right:var(--space-xs);background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-family:var(--font-sans);color:var(--color-text-muted);cursor:pointer;transition:all .15s}.copy-btn:where(.astro-j7pv25f6):hover{border-color:var(--cmd-split);color:var(--cmd-split)}.copy-btn:where(.astro-j7pv25f6).copied{background:var(--cmd-validate);color:var(--color-bg);border-color:var(--cmd-validate)}.workflow:where(.astro-j7pv25f6){margin-bottom:var(--space-lg)}.workflow:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1.1rem;margin-bottom:var(--space-xs)}.cta:where(.astro-j7pv25f6){text-align:center;padding:var(--space-lg) 0;border-top:1px solid var(--color-border)}.cta:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){margin-bottom:var(--space-md)}.cta-actions:where(.astro-j7pv25f6){display:flex;gap:var(--space-sm);justify-content:center;flex-wrap:wrap}@media(max-width:640px){.hero:where(.astro-j7pv25f6) h1:where(.astro-j7pv25f6){font-size:2rem}.benefits:where(.astro-j7pv25f6){grid-template-columns:1fr}.command-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.code-block:where(.astro-j7pv25f6) pre:where(.astro-j7pv25f6){white-space:pre-wrap;word-wrap:break-word}}
