:root{--brand:#6366f1;--brand-light:#818cf8;--brand-dark:#4f46e5;--brand-glow:#6366f180;--gradient:linear-gradient(135deg, #6366f1, #8b5cf6, #a855f7);--bg:#0f0f13;--bg-card:#1a1a24;--border:#2a2a3a;--text:#e2e2e8;--text-muted:#8888a0;--font-mono:"JetBrains Mono", "Fira Code", "Consolas", monospace}:where(.astro-lcdefpme){box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;display:flex}a:where(.astro-lcdefpme){color:var(--brand-light);text-decoration:none}a:where(.astro-lcdefpme):hover{text-decoration:underline}.site-header:where(.astro-lcdefpme){border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.site-logo:where(.astro-lcdefpme){color:var(--text);align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;display:flex}.logo-icon:where(.astro-lcdefpme){width:28px;height:28px}.site-nav:where(.astro-lcdefpme){gap:1.5rem;display:flex}.site-nav:where(.astro-lcdefpme) a:where(.astro-lcdefpme){color:var(--text-muted);font-size:.95rem}.site-nav:where(.astro-lcdefpme) a:where(.astro-lcdefpme):hover{color:var(--text);text-decoration:none}.hero:where(.astro-lcdefpme){padding:4rem 2rem;position:relative;overflow:hidden}.hero:where(.astro-lcdefpme):before{content:"";pointer-events:none;background:radial-gradient(#6366f133 0%,#0000 70%);width:200%;height:200%;animation:6s ease-in-out infinite heroGlow;position:absolute;top:-50%;left:-50%}.hero:where(.astro-lcdefpme):after{content:"";pointer-events:none;background:radial-gradient(circle at 20% 80%,#6366f14d 0%,#0000 50%),radial-gradient(circle at 80% 20%,#8b5cf64d 0%,#0000 50%),radial-gradient(circle at 40% 40%,#a855f733 0%,#0000 50%);animation:8s ease-in-out infinite heroGradient;position:absolute;inset:0}.hero-split:where(.astro-lcdefpme){z-index:1;justify-content:center;align-items:center;gap:4rem;max-width:1000px;margin:0 auto;display:flex;position:relative}.hero-visual:where(.astro-lcdefpme){flex:none;order:1;justify-content:center;display:flex}.hero-logo:where(.astro-lcdefpme){animation:3s ease-in-out infinite float;display:inline-block}.hero-logo:where(.astro-lcdefpme):after{content:"";background:var(--gradient);border-radius:3px;width:80%;height:6px;margin:-8px auto 0;animation:2s ease-in-out infinite pulse;display:block}.hero-logo-img:where(.astro-lcdefpme){width:310px;height:310px;filter:drop-shadow(0 20px 40px var(--brand-glow))}.hero-text:where(.astro-lcdefpme){flex:1;max-width:480px}.hero-title:where(.astro-lcdefpme){background:var(--gradient);-webkit-text-fill-color:transparent;letter-spacing:-.02em;background-size:200%;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800;animation:1s cubic-bezier(.16,1,.3,1) heroTitleIn,3s linear infinite gradientShift}@keyframes heroTitleIn{0%{opacity:0;filter:blur(10px);transform:translateY(40px)scale(.95)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes gradientShift{0%{background-position:0%}to{background-position:200%}}.hero-tagline:where(.astro-lcdefpme){color:var(--text);margin-bottom:.25rem;font-size:1.2rem;animation:1s cubic-bezier(.16,1,.3,1) .2s both heroTaglineIn}@keyframes heroTaglineIn{0%{opacity:0;filter:blur(5px);transform:translateY(30px)}to{opacity:1;filter:blur();transform:translateY(0)}}.hero-subtitle:where(.astro-lcdefpme){color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem}.hero-actions:where(.astro-lcdefpme){flex-wrap:wrap;gap:.75rem;display:flex}.btn-install:where(.astro-lcdefpme){margin-top:.75rem}.particles:where(.astro-lcdefpme){pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.particle:where(.astro-lcdefpme){background:var(--brand);opacity:0;width:8px;height:8px;box-shadow:0 0 20px var(--brand-glow);border-radius:50%;animation:12s linear infinite particleFloat;position:absolute}.particle:where(.astro-lcdefpme):first-child{animation-delay:0s;left:10%}.particle:where(.astro-lcdefpme):nth-child(2){animation-delay:1.5s;left:20%}.particle:where(.astro-lcdefpme):nth-child(3){animation-delay:3s;left:30%}.particle:where(.astro-lcdefpme):nth-child(4){animation-delay:4.5s;left:40%}.particle:where(.astro-lcdefpme):nth-child(5){animation-delay:6s;left:50%}.particle:where(.astro-lcdefpme):nth-child(6){animation-delay:7.5s;left:60%}.particle:where(.astro-lcdefpme):nth-child(7){animation-delay:9s;left:70%}.particle:where(.astro-lcdefpme):nth-child(8){animation-delay:10.5s;left:80%}.particle:where(.astro-lcdefpme):nth-child(9){animation-delay:2s;left:15%}.particle:where(.astro-lcdefpme):nth-child(10){animation-delay:5s;left:85%}@keyframes particleFloat{0%{opacity:0;transform:translateY(100vh)scale(0)rotate(0)}10%{opacity:.8}90%{opacity:.8}to{opacity:0;transform:translateY(-100vh)scale(1.5)rotate(720deg)}}.btn:where(.astro-lcdefpme){cursor:pointer;border:2px solid #0000;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn:where(.astro-lcdefpme) .icon:where(.astro-lcdefpme){flex-shrink:0}.btn-primary:where(.astro-lcdefpme){background:var(--gradient);color:#fff;border-color:#0000}.btn-primary:where(.astro-lcdefpme):hover{box-shadow:0 0 20px var(--brand-glow);text-decoration:none;transform:translateY(-2px)}.btn-github:where(.astro-lcdefpme){cursor:pointer;color:var(--text);background:0 0;border:none;align-items:center;gap:.4rem;padding:.75rem 0;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.btn-github:where(.astro-lcdefpme):hover{color:var(--brand-light);text-decoration:none}.btn-github:where(.astro-lcdefpme) .external-icon:where(.astro-lcdefpme){transition:opacity .2s}.btn-github:where(.astro-lcdefpme):hover .external-icon:where(.astro-lcdefpme){opacity:.8}.btn-install:where(.astro-lcdefpme){background:var(--bg-card);color:var(--text);border-color:var(--border);font-family:var(--font-mono);font-size:.9rem}.btn-install:where(.astro-lcdefpme):hover{border-color:var(--brand);box-shadow:0 0 20px var(--brand-glow);transform:translateY(-2px)}.install-prompt:where(.astro-lcdefpme){opacity:.5;margin-right:.25rem}.install-copy:where(.astro-lcdefpme),.install-done:where(.astro-lcdefpme){font-family:inherit}.install-done:where(.astro-lcdefpme){color:#22c55e;display:none}.btn-install:where(.astro-lcdefpme).copied .install-copy:where(.astro-lcdefpme){display:none}.btn-install:where(.astro-lcdefpme).copied .install-done:where(.astro-lcdefpme){display:inline}.install-cmd:where(.astro-lcdefpme){margin-right:.5rem}.badges-row:where(.astro-lcdefpme){flex-wrap:wrap;justify-content:center;gap:.75rem;padding:0 2rem 2rem;display:flex}.badges-row:where(.astro-lcdefpme) img:where(.astro-lcdefpme){height:20px}.feature-cards:where(.astro-lcdefpme){grid-template-columns:1fr 1fr;gap:1.25rem;max-width:720px;margin:0 auto;padding:0 2rem 3rem;display:grid}.card:where(.astro-lcdefpme){background:var(--bg-card);border:1px solid var(--border);text-align:left;border-radius:12px;padding:1.5rem;transition:transform .2s,border-color .2s;position:relative;overflow:hidden}.card:where(.astro-lcdefpme):before{content:"";background:var(--gradient);opacity:0;height:3px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.card:where(.astro-lcdefpme):hover:before{opacity:1}.card:where(.astro-lcdefpme):hover{border-color:var(--brand);transform:translateY(-4px);box-shadow:0 10px 30px #0000004d}.card-icon:where(.astro-lcdefpme){margin-bottom:.75rem;font-size:1.75rem}.card:where(.astro-lcdefpme) h3:where(.astro-lcdefpme){margin-bottom:.5rem;font-size:1.1rem}.card:where(.astro-lcdefpme) p:where(.astro-lcdefpme){color:var(--text-muted);font-size:.85rem;line-height:1.6}.card-tags:where(.astro-lcdefpme),.card-stats:where(.astro-lcdefpme){flex-wrap:wrap;gap:.4rem;margin-top:.75rem;display:flex}.tag:where(.astro-lcdefpme){color:var(--brand-light);font-size:.7rem;font-family:var(--font-mono);letter-spacing:.01em;background:#6366f11f;border-radius:4px;padding:.2rem .5rem;font-weight:500}.stat:where(.astro-lcdefpme){color:#22c55e;font-size:.7rem;font-family:var(--font-mono);background:#22c55e1a;border-radius:4px;padding:.2rem .5rem;font-weight:500}.stats-row:where(.astro-lcdefpme){flex-wrap:wrap;justify-content:center;gap:2rem;padding:0 2rem 3rem;display:flex}.stat-card:where(.astro-lcdefpme){flex-direction:column;align-items:center;gap:.25rem;display:flex}.stat-number:where(.astro-lcdefpme){background:var(--gradient);-webkit-text-fill-color:transparent;background-size:200%;background-clip:text;font-size:2.5rem;font-weight:800;line-height:1;animation:3s linear infinite gradientShift}.stat-label:where(.astro-lcdefpme){color:var(--text-muted);font-size:.8rem;font-weight:500}.content-section:where(.astro-lcdefpme){max-width:720px;margin:0 auto;padding:0 2rem 4rem}.section-header:where(.astro-lcdefpme){margin:3rem 0 1.5rem}.section-header:where(.astro-lcdefpme) h2:where(.astro-lcdefpme){background:var(--gradient);-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;font-size:1.75rem}.section-header:where(.astro-lcdefpme) p:where(.astro-lcdefpme){color:var(--text-muted);font-size:.95rem}.tip-grid:where(.astro-lcdefpme){grid-template-columns:1fr 1fr;gap:1rem;display:grid}.tip-card:where(.astro-lcdefpme){background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;transition:border-color .2s,transform .2s;position:relative}.tip-card:where(.astro-lcdefpme):hover{border-color:var(--brand);transform:translateY(-2px)}.tip-number:where(.astro-lcdefpme){color:#6366f140;margin-bottom:.5rem;font-size:1.5rem;font-weight:800;line-height:1}.tip-card:where(.astro-lcdefpme) h3:where(.astro-lcdefpme){margin-bottom:.4rem;font-size:1rem}.tip-card:where(.astro-lcdefpme) p:where(.astro-lcdefpme){color:var(--text-muted);font-size:.85rem;line-height:1.6}.inline-code:where(.astro-lcdefpme){font-family:var(--font-mono);color:var(--brand-light);background:#6366f11a;border-radius:3px;padding:.1em .3em;font-size:.8rem}.comparison:where(.astro-lcdefpme){grid-template-columns:1fr 1fr;gap:1rem;display:grid}.compare-box:where(.astro-lcdefpme){border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:transform .2s}.compare-box:where(.astro-lcdefpme):hover{transform:translateY(-2px)}.compare-box:where(.astro-lcdefpme).before{background:#ef44440f;border-color:#ef444440}.compare-box:where(.astro-lcdefpme).after{background:#22c55e0f;border-color:#22c55e40}.compare-box:where(.astro-lcdefpme) h3:where(.astro-lcdefpme){margin-bottom:.75rem;font-size:1.1rem}.compare-box:where(.astro-lcdefpme).before h3:where(.astro-lcdefpme){color:#ef4444}.compare-box:where(.astro-lcdefpme).after h3:where(.astro-lcdefpme){color:#22c55e}.compare-box:where(.astro-lcdefpme) ul:where(.astro-lcdefpme){padding:0;list-style:none}.compare-box:where(.astro-lcdefpme) li:where(.astro-lcdefpme){color:var(--text-muted);padding:.35rem 0 .35rem 1.25rem;font-size:.85rem;position:relative}.compare-box:where(.astro-lcdefpme) li:where(.astro-lcdefpme):before{content:"✗";color:#ef4444;opacity:.7;position:absolute;left:0}.compare-box:where(.astro-lcdefpme).after li:where(.astro-lcdefpme):before{content:"✓";color:#22c55e}pre:where(.astro-lcdefpme){background:var(--bg-card);border:1px solid var(--border);border-radius:12px;margin:1rem 0;padding:1.25rem;overflow-x:auto}pre:where(.astro-lcdefpme) code:where(.astro-lcdefpme){font-family:var(--font-mono);color:var(--text);font-size:.85rem;line-height:1.6}.site-footer:where(.astro-lcdefpme){border-top:1px solid var(--border);text-align:center;color:var(--text-muted);margin-top:auto;padding:2rem;font-size:.9rem}.site-footer:where(.astro-lcdefpme) a:where(.astro-lcdefpme){color:var(--text-muted)}@media (width<=768px){.hero-split:where(.astro-lcdefpme){text-align:center;flex-direction:column;gap:2rem}.hero-actions:where(.astro-lcdefpme){justify-content:center}.hero-logo-img:where(.astro-lcdefpme){width:200px;height:200px}.hero-title:where(.astro-lcdefpme){font-size:2.5rem}.hero:where(.astro-lcdefpme){padding:3rem 1rem 2rem}.site-header:where(.astro-lcdefpme){padding:.75rem 1rem}.feature-cards:where(.astro-lcdefpme),.tip-grid:where(.astro-lcdefpme),.comparison:where(.astro-lcdefpme){grid-template-columns:1fr}.stats-row:where(.astro-lcdefpme){gap:1.5rem}.stat-number:where(.astro-lcdefpme){font-size:2rem}}@media (width<=600px){.hero-actions:where(.astro-lcdefpme){flex-direction:column;align-items:stretch}.btn-install:where(.astro-lcdefpme){justify-content:center;width:100%}}
