:root{--bg: #fafafa;--bg-alt: #f5f5f5;--bg-code: #f0f0f0;--text: #1a1a1a;--text-muted: #666;--text-light: #888;--border: #e0e0e0;--accent: #0066cc;--accent-hover: #0052a3;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "SF Mono", "Fira Code", "Consolas", monospace;--max-width: 720px;--spacing: 1.5rem}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code{font-family:var(--font-mono);font-size:.9em;background:var(--bg-code);padding:.15em .4em;border-radius:3px}pre{font-family:var(--font-mono);font-size:.875rem;line-height:1.5;background:var(--bg-code);border:1px solid var(--border);border-radius:4px;padding:1rem;overflow-x:auto}pre code{background:none;padding:0;font-size:inherit}h1,h2,h3,h4{font-weight:600;line-height:1.3;color:var(--text)}h1{font-size:2rem}h2{font-size:1.25rem;margin-bottom:1rem;color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.05em}p{margin-bottom:1rem}::selection{background:var(--accent);color:#fff}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing)}.header{padding:2rem 0;border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-mono);font-size:1.25rem;font-weight:600;color:var(--text);text-decoration:none}.logo:hover{text-decoration:none}.logo-icon{width:28px;height:28px}.github-link{font-family:var(--font-mono);font-size:.875rem;color:var(--text-muted)}.github-link:hover{color:var(--text)}section{padding:3rem 0;border-bottom:1px solid var(--border)}section:last-of-type{border-bottom:none}.hero{padding:4rem 0}.hero-title{font-size:1.125rem;font-weight:400;color:var(--text-muted);margin-bottom:1.5rem;max-width:560px}.hero-tagline{font-size:1.5rem;font-weight:500;line-height:1.4;color:var(--text);max-width:600px}.hero-tagline strong{font-weight:600}.install-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.install-path{font-family:var(--font-mono);font-size:.8rem;color:var(--text-light)}.code-block{position:relative}.copy-btn{position:absolute;top:.5rem;right:.5rem;background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:.35rem .6rem;font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.copy-btn:hover{background:var(--bg-alt);color:var(--text)}.copy-btn.copied{color:#22863a}.install-note{margin-top:1rem;font-size:.875rem;color:var(--text-muted)}.features-list{list-style:none}.features-list li{padding:.5rem 0;border-bottom:1px solid var(--border);display:flex;align-items:baseline;gap:.75rem}.features-list li:last-child{border-bottom:none}.feature-bullet{color:var(--text-light);font-family:var(--font-mono);font-size:.875rem}.feature-text{color:var(--text)}.feature-text code{font-size:.85em}.stack-grid{display:grid;gap:1rem}.stack-item{display:flex;gap:1rem;padding:1rem;background:var(--bg-alt);border:1px solid var(--border);border-radius:4px}.stack-name{font-family:var(--font-mono);font-weight:600;min-width:140px;flex-shrink:0}.stack-desc{color:var(--text-muted);font-size:.9rem}.stack-config{margin-top:1.5rem}.stack-config h3{font-size:.9rem;font-weight:500;margin-bottom:.75rem;color:var(--text-muted)}.example-flow{background:var(--bg-alt);border:1px solid var(--border);border-radius:4px;padding:1.5rem}.example-prompt{font-family:var(--font-mono);font-size:.9rem;color:var(--text);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.example-prompt:before{content:"> ";color:var(--text-light)}.example-steps{list-style:none;counter-reset:step}.example-steps li{counter-increment:step;padding:.4rem 0;font-size:.875rem;color:var(--text-muted);display:flex;align-items:baseline;gap:.75rem}.example-steps li:before{content:counter(step) ".";font-family:var(--font-mono);color:var(--text-light);min-width:1.5rem}.example-result{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);font-family:var(--font-mono);font-size:.875rem}.example-result-label{color:var(--text-light)}.example-result-url{color:var(--accent)}.footer{padding:2rem 0;text-align:center}.footer-links{display:flex;justify-content:center;gap:2rem;font-family:var(--font-mono);font-size:.875rem}.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--text)}@media(max-width:600px){.header-inner{flex-direction:column;align-items:flex-start;gap:1rem}.hero-tagline{font-size:1.25rem}.stack-item{flex-direction:column;gap:.5rem}.stack-name{min-width:auto}section{padding:2rem 0}}
