.astro-root{background:#0d1117;color:#e6edf3;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.7}*{box-sizing:border-box;margin:0;padding:0}a{color:#00bcd4;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}code,pre{font-family:Courier New,Courier,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0d1117}::-webkit-scrollbar-thumb{background:#30363d;border-radius:4px}nav{position:sticky;top:0;z-index:100;background:#0d1117f2;border-bottom:1px solid #21262d;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(8px)}nav .logo{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.1rem;color:#e6edf3}nav .logo img{height:32px;width:auto}nav .links{display:flex;gap:1.5rem;align-items:center}nav .links a{color:#8b949e;font-weight:500;font-size:.9rem}nav .links a:hover{color:#e6edf3;text-decoration:none}.btn{display:inline-flex;align-items:center;padding:.4rem 1rem;border-radius:6px;font-weight:600;font-size:.85rem;border:none;cursor:pointer;transition:all .15s}.btn-primary{background:#ff6b35;color:#fff}.btn-primary:hover{background:#e55a2b;text-decoration:none}.btn-outline{background:transparent;color:#e6edf3;border:1px solid #30363d}.btn-outline:hover{border-color:#8b949e;text-decoration:none}.btn-sm{font-size:.8rem;padding:.3rem .75rem}.hero{padding:6rem 2rem 5rem;text-align:center}.hero img{height:120px;margin-bottom:2rem;filter:drop-shadow(0 0 40px rgba(0,188,212,.15))}.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.03em;margin-bottom:1rem;line-height:1.1}.hero h1 span{color:#00bcd4}.hero p{font-size:clamp(1rem,2vw,1.2rem);color:#8b949e;max-width:540px;margin:0 auto 2.5rem}.hero-badges{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.badge{display:inline-flex;align-items:center;gap:.4rem;background:#161b22;border:1px solid #30363d;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;color:#8b949e}.badge img{height:12px}.install-cmd{background:#0a0a0a;border:1px solid #30363d;border-radius:8px;padding:.85rem 1.5rem;font-family:Courier New,monospace;font-size:.9rem;color:#79c0ff;display:inline-block;text-align:left;max-width:560px;margin-bottom:2rem}.install-cmd span{color:#484f58}.hero-btns{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}section{padding:5rem 2rem;max-width:900px;margin:0 auto}.section-label{text-transform:uppercase;font-size:.75rem;font-weight:600;letter-spacing:.12em;color:#00bcd4;margin-bottom:.5rem}.section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:0}.feature{border-bottom:1px solid #21262d;padding:1.5rem 0}.feature:first-child,.feature:nth-child(2),.feature:nth-child(3){border-top:1px solid #21262d}.feature-icon{font-size:1.4rem;margin-bottom:.5rem;color:#00bcd4}.feature h3{font-size:1rem;font-weight:700;margin-bottom:.4rem;color:#e6edf3}.feature p{font-size:.875rem;color:#8b949e}.steps{display:flex;flex-direction:column;gap:0}.step{display:flex;gap:1.5rem;align-items:flex-start;padding:1.25rem 0;border-bottom:1px solid #21262d}.step:first-child{border-top:1px solid #21262d}.step-num{flex-shrink:0;width:32px;height:32px;background:#00bcd4;color:#0d1117;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem}.step-content h3{font-size:1rem;font-weight:700;margin-bottom:.25rem}.step-content p{font-size:.875rem;color:#8b949e}.install-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.install-card{border:1px solid #21262d;border-radius:8px;padding:1.5rem;background:#161b22}.install-card h3{font-size:.9rem;font-weight:700;margin-bottom:.4rem;color:#e6edf3}.install-card p{font-size:.8rem;color:#8b949e;margin-bottom:.75rem}.code-block{background:#0a0a0a;border:1px solid #21262d;border-radius:6px;padding:.75rem 1rem;font-family:Courier New,monospace;font-size:.8rem;color:#79c0ff;overflow-x:auto;white-space:pre}.cta-section{background:#0a0a0a;border-top:1px solid #21262d;border-bottom:1px solid #21262d;padding:4rem 2rem;text-align:center}.cta-section h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:1rem}.cta-section p{color:#8b949e;margin-bottom:2rem;font-size:1rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}footer{background:#0a0a0a;padding:2rem;text-align:center;color:#484f58;font-size:.8rem}footer a{color:#8b949e}footer a:hover{color:#e6edf3}.footer-links{display:flex;gap:1.5rem;justify-content:center;margin-bottom:.75rem}.footer-links a{color:#8b949e;font-size:.85rem}.footer-links a:hover{color:#e6edf3}.disclaimer{font-size:.75rem;color:#484f58;margin-top:.5rem}
