.hero:where(.astro-bbe6dxrz){position:relative;padding:5rem 0 4rem;isolation:isolate;background:var(--color-bg)}.hero:where(.astro-bbe6dxrz):before{content:"";position:absolute;inset:-10% -5% auto;height:120%;background:radial-gradient(55% 65% at 30% 20%,rgba(161,0,255,.18) 0%,rgba(251,72,184,.1) 35%,transparent 70%);z-index:-1;pointer-events:none;opacity:0;transition:opacity .2s}html[data-theme=dark] .hero:where(.astro-bbe6dxrz):before{opacity:1}.hero-inner:where(.astro-bbe6dxrz){max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;gap:4rem}.hero-text:where(.astro-bbe6dxrz){flex:1;max-width:560px}.hero-text:where(.astro-bbe6dxrz) h1:where(.astro-bbe6dxrz){font-size:clamp(2.25rem,4.5vw,3.25rem);line-height:1.08;letter-spacing:-.03em;margin-bottom:1.25rem;font-weight:700}.highlight:where(.astro-bbe6dxrz){background:var(--sfn-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-subtitle:where(.astro-bbe6dxrz){font-size:1.15rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:2rem}.hero-actions:where(.astro-bbe6dxrz){display:flex;gap:.75rem;margin-bottom:1.5rem}.btn:where(.astro-bbe6dxrz){display:inline-flex;align-items:center;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:8px;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s,border-color .15s}.btn-primary:where(.astro-bbe6dxrz){background:var(--sfn-gradient);color:#fff;box-shadow:0 6px 20px -8px #fb48b873}.btn-primary:where(.astro-bbe6dxrz):hover{transform:translateY(-1px);box-shadow:0 10px 28px -8px #fb48b88c;text-decoration:none}.btn-secondary:where(.astro-bbe6dxrz){background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:where(.astro-bbe6dxrz):hover{background:var(--color-bg-alt);border-color:var(--color-border-strong);text-decoration:none}.hero-install:where(.astro-bbe6dxrz){display:flex;align-items:center;gap:.75rem;background:var(--color-bg-code);border:1px solid var(--color-border);border-radius:8px;padding:.6rem .85rem;font-family:var(--font-mono);font-size:.825rem}.hero-install:where(.astro-bbe6dxrz) .prompt:where(.astro-bbe6dxrz){color:var(--color-primary);font-weight:600;user-select:none}.hero-install:where(.astro-bbe6dxrz) code:where(.astro-bbe6dxrz){flex:1;min-width:0;background:none;padding:0;color:var(--color-text);overflow-x:auto;white-space:nowrap}.hero-install:where(.astro-bbe6dxrz) .copy:where(.astro-bbe6dxrz){flex-shrink:0;font-family:var(--font-sans);font-size:.75rem;font-weight:600;color:var(--color-text-secondary);background:var(--color-bg);border:1px solid var(--color-border);padding:.3rem .6rem;border-radius:5px;cursor:pointer;transition:color .15s,border-color .15s}.hero-install:where(.astro-bbe6dxrz) .copy:where(.astro-bbe6dxrz):hover{color:var(--color-text);border-color:var(--color-border-strong)}.hero-install:where(.astro-bbe6dxrz) .copy:where(.astro-bbe6dxrz).ok{color:var(--color-accent);border-color:var(--color-accent)}.hero-code:where(.astro-bbe6dxrz){flex:1;min-width:0}.code-window:where(.astro-bbe6dxrz){background:var(--color-bg-code);border:1px solid var(--color-border);border-radius:var(--r-3);overflow:hidden;box-shadow:var(--shadow-3)}.code-titlebar:where(.astro-bbe6dxrz){display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#00000040;border-bottom:1px solid rgba(255,255,255,.06)}.dot:where(.astro-bbe6dxrz){width:10px;height:10px;border-radius:50%}.dot:where(.astro-bbe6dxrz).red{background:#ff5f57}.dot:where(.astro-bbe6dxrz).yellow{background:#febc2e}.dot:where(.astro-bbe6dxrz).green{background:#28c840}.code-filename:where(.astro-bbe6dxrz){margin-left:.5rem;color:var(--gray-400);font-size:.8rem;font-family:var(--font-mono)}.code-window:where(.astro-bbe6dxrz) pre:where(.astro-bbe6dxrz){margin:0;padding:1.25rem 1.5rem;background:transparent;border-radius:0;overflow-x:auto}.code-window:where(.astro-bbe6dxrz) code:where(.astro-bbe6dxrz){color:#cfc4e0;font-size:.825rem;background:none;padding:0}@media(max-width:900px){.hero-inner:where(.astro-bbe6dxrz){flex-direction:column;gap:2.5rem}.hero-text:where(.astro-bbe6dxrz){max-width:100%;text-align:center}.hero-actions:where(.astro-bbe6dxrz){justify-content:center}.hero-install:where(.astro-bbe6dxrz){text-align:left}.hero-code:where(.astro-bbe6dxrz){width:100%;max-width:100%}}.features:where(.astro-j7pv25f6){padding:5rem 0}.section-title:where(.astro-j7pv25f6){font-size:2rem;text-align:center;margin-bottom:.5rem}.section-subtitle:where(.astro-j7pv25f6){text-align:center;color:var(--color-text-secondary);font-size:1.1rem;margin-bottom:3rem}.features-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card:where(.astro-j7pv25f6){padding:1.75rem;border:1px solid var(--color-border);border-radius:10px;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}.feature-card:where(.astro-j7pv25f6):hover{border-color:var(--color-primary);box-shadow:0 2px 12px #a100ff1f;text-decoration:none}.feature-card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1.1rem;margin-bottom:.5rem;color:var(--color-text)}.feature-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:.9rem;color:var(--color-text-secondary);line-height:1.6}.use-cases:where(.astro-j7pv25f6){padding:4rem 0;background:var(--color-bg-alt)}.use-cases-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem}.use-case-card:where(.astro-j7pv25f6){padding:2rem;background:var(--color-bg);border-radius:10px;border:1px solid var(--color-border)}.use-case-card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1.15rem;margin-bottom:.5rem;color:var(--color-primary)}.use-case-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:.925rem;color:var(--color-text-secondary);line-height:1.6}.cta:where(.astro-j7pv25f6){padding:5rem 0;text-align:center}.cta:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-size:2rem;margin-bottom:.5rem}.cta:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--color-text-secondary);font-size:1.1rem;margin-bottom:2rem}.cta-actions:where(.astro-j7pv25f6){display:flex;justify-content:center;gap:.75rem}.btn:where(.astro-j7pv25f6){display:inline-flex;align-items:center;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .15s}.btn-primary:where(.astro-j7pv25f6){background:var(--color-primary);color:#fff}.btn-primary:where(.astro-j7pv25f6):hover{background:var(--color-primary-dark);text-decoration:none}.btn-secondary:where(.astro-j7pv25f6){background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:where(.astro-j7pv25f6):hover{background:var(--color-bg-alt);text-decoration:none}@media(max-width:768px){.features-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.use-cases-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.cta-actions:where(.astro-j7pv25f6){flex-direction:column;align-items:center}.cta-actions:where(.astro-j7pv25f6) .btn:where(.astro-j7pv25f6){width:100%;max-width:280px;justify-content:center}}@media(min-width:769px)and (max-width:1024px){.features-grid:where(.astro-j7pv25f6){grid-template-columns:repeat(2,1fr)}}
