*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0d1117;--surface: #161b22;--border: #30363d;--text: #e6edf3;--text-secondary: #8b949e;--accent: #58a6ff;--green: #2ea043;--green-text: #7ee787;--red-text: #f85149;--purple: #d2a8ff}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code,pre{font-family:JetBrains Mono,monospace}.container{max-width:960px;margin:0 auto;padding:0 1.5rem}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#0d1117d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:60px}.nav-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.1rem;color:var(--text);text-decoration:none}.nav-brand:hover{text-decoration:none}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links a{color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .15s}.nav-links a:hover{color:var(--text);text-decoration:none}.btn-github{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text)!important;font-size:.85rem;font-weight:500;transition:border-color .15s}.btn-github:hover{border-color:var(--text-secondary);text-decoration:none!important}.hero{padding:8rem 0 4rem;text-align:center}.hero-badge{display:inline-block;padding:.3rem .8rem;background:#58a6ff1a;border:1px solid rgba(88,166,255,.2);border-radius:100px;color:var(--accent);font-size:.8rem;font-weight:500;margin-bottom:1.5rem}.hero h1{font-size:3.2rem;font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem}.hero h1 .accent{color:var(--accent)}.hero-sub{font-size:1.2rem;color:var(--text-secondary);max-width:540px;margin:0 auto 2.5rem;line-height:1.5}.hero-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;background:var(--accent);color:var(--bg);font-weight:600;font-size:.95rem;border-radius:8px;border:none;cursor:pointer;transition:opacity .15s}.btn-primary:hover{opacity:.9;text-decoration:none;color:var(--bg)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;background:transparent;color:var(--text);font-weight:600;font-size:.95rem;border-radius:8px;border:1px solid var(--border);cursor:pointer;transition:border-color .15s}.btn-secondary:hover{border-color:var(--text-secondary);text-decoration:none}.install-block{margin:3rem auto 0;max-width:480px}.install-snippet{display:flex;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.8rem 1rem;font-size:.9rem;gap:.75rem}.install-snippet .prompt{color:var(--accent);-webkit-user-select:none;user-select:none}.install-snippet code{flex:1;color:var(--text)}.install-snippet .copy-btn{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:.25rem;border-radius:4px;display:flex;align-items:center;transition:color .15s}.install-snippet .copy-btn:hover{color:var(--text)}.demo-section{padding:3rem 0}.demo-window{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.demo-titlebar{display:flex;align-items:center;gap:6px;padding:12px 16px;background:#161b22cc;border-bottom:1px solid var(--border)}.demo-dot{width:12px;height:12px;border-radius:50%;background:var(--border)}.demo-screenshot{display:block;width:100%;height:auto}.features{padding:4rem 0}.features h2{text-align:center;font-size:2rem;font-weight:700;margin-bottom:.75rem}.features-sub{text-align:center;color:var(--text-secondary);margin-bottom:3rem;font-size:1.05rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;transition:border-color .2s}.feature-card:hover{border-color:var(--text-secondary)}.feature-icon{font-size:1.5rem;margin-bottom:.75rem;display:block;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#58a6ff1a;color:var(--accent)}.feature-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.feature-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.5}.how-it-works{padding:4rem 0}.how-it-works h2{text-align:center;font-size:2rem;font-weight:700;margin-bottom:3rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;counter-reset:step}.step{text-align:center;counter-increment:step}.step-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#58a6ff1a;border:1px solid rgba(88,166,255,.2);border-radius:50%;color:var(--accent);font-weight:700;font-size:1rem;margin-bottom:1rem}.step h3{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.step p{font-size:.9rem;color:var(--text-secondary);line-height:1.5}.step code{display:inline-block;margin-top:.75rem;padding:.5rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;font-size:.8rem;color:var(--green-text)}.cta{padding:4rem 0 6rem;text-align:center}.cta-box{padding:3rem 2rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}.cta-box h2{font-size:1.8rem;font-weight:700;margin-bottom:.75rem}.cta-box p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem}.footer{padding:2rem 0;border-top:1px solid var(--border);text-align:center;color:var(--text-secondary);font-size:.85rem}@media(max-width:768px){.hero h1{font-size:2.2rem}.hero-sub{font-size:1rem}.features-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:2rem}.nav-links a:not(.btn-github){display:none}}.why-page{padding:7rem 0 2rem}.why-header{text-align:center;margin-bottom:4rem}.why-badge{display:inline-block;padding:.3rem .8rem;background:#f851491a;border:1px solid rgba(248,81,73,.2);border-radius:100px;color:var(--red-text);font-size:.8rem;font-weight:500;margin-bottom:1.5rem}.why-header h1{font-size:2.8rem;font-weight:700;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.5rem}.why-header .accent{color:var(--accent)}.why-lead{font-size:1.15rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.why-section{max-width:680px;margin:0 auto 3.5rem}.why-section h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text)}.why-section p{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.why-section p:last-child{margin-bottom:0}.why-examples{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0}.why-example{padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:8px}.example-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;color:var(--accent)}.why-example p{font-size:.9rem;color:var(--text);margin-bottom:0}.why-callout{margin:1.5rem 0;padding:1.25rem 1.5rem;background:#58a6ff0f;border-left:3px solid var(--accent);border-radius:0 8px 8px 0}.why-callout p{color:var(--text);font-size:.95rem;margin-bottom:0}.why-points{display:grid;gap:1.5rem;margin-top:1.5rem}.why-point{padding:1.25rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:8px}.why-point h3{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.why-point p{font-size:.9rem;margin-bottom:0}.why-workflow{display:grid;gap:1rem;margin-top:1.5rem}.workflow-step{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:8px}.workflow-num{display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;background:#58a6ff1a;border:1px solid rgba(88,166,255,.2);border-radius:50%;color:var(--accent);font-weight:700;font-size:.85rem}.workflow-step strong{font-size:.95rem;color:var(--text)}.workflow-step p{font-size:.85rem;color:var(--text-secondary);margin:.25rem 0 0}.why-cta{max-width:680px;margin:2rem auto 0;text-align:center;padding:3rem 2rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}.why-cta h2{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.why-cta p{color:var(--text-secondary);margin-bottom:1.5rem}.why-cta-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.why-header h1{font-size:2rem}.why-examples{grid-template-columns:1fr}}
