:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--text-primary: #1e293b;--text-secondary: #64748b;--border-color: #e2e8f0;--accent-color: #6366f1;--accent-hover: #4f46e5}@media(prefers-color-scheme:dark){:root{--bg-primary: #0f172a;--bg-secondary: #1e293b;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--border-color: #334155}}*{margin:0;padding:0;box-sizing:border-box}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);line-height:1.6}.header{position:sticky;top:0;z-index:100;background:var(--bg-primary);border-bottom:1px solid var(--border-color);backdrop-filter:blur(10px)}.nav{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:1rem 2rem}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:700;font-size:1.25rem;color:var(--text-primary)}.logo-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;color:#fff;font-weight:800}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text-primary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .2s;border:none;cursor:pointer}.btn-primary,.nav-links .btn-primary{background:var(--accent-color);color:#fff}.btn-primary:hover,.nav-links .btn-primary:hover{background:var(--accent-hover);color:#fff}.btn-secondary{background:transparent;color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--bg-secondary);border-color:var(--text-secondary)}.btn-lg{padding:.875rem 1.75rem;font-size:1.05rem}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:3rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.1rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--text-primary)}.footer-copyright{color:var(--text-secondary);font-size:.9rem}@media(max-width:768px){.nav-links{gap:1rem}.nav-links a:not(.btn){display:none}}.hero:where(.astro-bbe6dxrz){min-height:80vh;display:flex;align-items:center;justify-content:space-between;gap:4rem;padding:4rem 2rem;max-width:1200px;margin:0 auto}.hero-content:where(.astro-bbe6dxrz){flex:1;max-width:600px}.hero-title:where(.astro-bbe6dxrz){font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--text-primary)}.gradient-text:where(.astro-bbe6dxrz){background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle:where(.astro-bbe6dxrz){font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.hero-actions:where(.astro-bbe6dxrz){display:flex;gap:1rem;flex-wrap:wrap}.provider-badges:where(.astro-bbe6dxrz){display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}.provider-badge:where(.astro-bbe6dxrz){display:inline-flex;align-items:center;padding:.35rem .75rem;background:var(--provider-color, #6366f1);color:#fff;border-radius:9999px;font-size:.8rem;font-weight:500;opacity:.9;transition:opacity .2s,transform .2s}.provider-badge:where(.astro-bbe6dxrz):hover{opacity:1;transform:scale(1.05)}.hero-visual:where(.astro-bbe6dxrz){flex:1;max-width:500px}.code-block:where(.astro-bbe6dxrz){background:#1e1e2e;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.code-header:where(.astro-bbe6dxrz){display:flex;align-items:center;gap:8px;padding:12px 16px;background:#181825}.dot:where(.astro-bbe6dxrz){width:12px;height:12px;border-radius:50%}.dot:where(.astro-bbe6dxrz).red{background:#f38ba8}.dot:where(.astro-bbe6dxrz).yellow{background:#f9e2af}.dot:where(.astro-bbe6dxrz).green{background:#a6e3a1}.code-title:where(.astro-bbe6dxrz){margin-left:auto;color:#6c7086;font-size:.85rem}.code-block:where(.astro-bbe6dxrz) pre:where(.astro-bbe6dxrz){padding:1.5rem;margin:0;overflow-x:auto}.code-block:where(.astro-bbe6dxrz) code:where(.astro-bbe6dxrz){font-family:JetBrains Mono,Fira Code,monospace;font-size:.9rem;line-height:1.6;color:#cdd6f4}.keyword:where(.astro-bbe6dxrz){color:#cba6f7}.string:where(.astro-bbe6dxrz){color:#a6e3a1}.comment:where(.astro-bbe6dxrz){color:#6c7086}@media(max-width:900px){.hero:where(.astro-bbe6dxrz){flex-direction:column;text-align:center}.hero-title:where(.astro-bbe6dxrz){font-size:2.5rem}.hero-actions:where(.astro-bbe6dxrz){justify-content:center}.hero-visual:where(.astro-bbe6dxrz){max-width:100%}}.features:where(.astro-vnivfuh2){padding:6rem 2rem;max-width:1200px;margin:0 auto}.features-header:where(.astro-vnivfuh2){text-align:center;margin-bottom:4rem}.features-header:where(.astro-vnivfuh2) h2:where(.astro-vnivfuh2){font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.features-header:where(.astro-vnivfuh2) p:where(.astro-vnivfuh2){font-size:1.25rem;color:var(--text-secondary)}.features-grid:where(.astro-vnivfuh2){display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card:where(.astro-vnivfuh2){background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:transform .2s,box-shadow .2s}.feature-card:where(.astro-vnivfuh2):hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.feature-icon:where(.astro-vnivfuh2){font-size:2.5rem;margin-bottom:1rem}.feature-card:where(.astro-vnivfuh2) h3:where(.astro-vnivfuh2){font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.feature-card:where(.astro-vnivfuh2) p:where(.astro-vnivfuh2){color:var(--text-secondary);line-height:1.6}.integrations:where(.astro-bfhcfioi){padding:6rem 2rem;background:var(--bg-secondary)}.integrations-header:where(.astro-bfhcfioi){text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.sdk-header:where(.astro-bfhcfioi){margin-top:5rem}.integrations-header:where(.astro-bfhcfioi) h2:where(.astro-bfhcfioi){font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.integrations-header:where(.astro-bfhcfioi) p:where(.astro-bfhcfioi){font-size:1.25rem;color:var(--text-secondary)}.providers-grid:where(.astro-bfhcfioi){display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.provider-card:where(.astro-bfhcfioi){background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;text-align:center;transition:transform .2s,border-color .2s,box-shadow .2s}.provider-card:where(.astro-bfhcfioi):hover{transform:translateY(-2px);border-color:var(--provider-color);box-shadow:0 4px 12px #0000001a}.provider-icon-circle:where(.astro-bfhcfioi){width:48px;height:48px;background:var(--provider-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.provider-initial:where(.astro-bfhcfioi){color:#fff;font-size:1.25rem;font-weight:700}.provider-card:where(.astro-bfhcfioi) h3:where(.astro-bfhcfioi){font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.provider-card:where(.astro-bfhcfioi) p:where(.astro-bfhcfioi){font-size:.85rem;color:var(--text-secondary);line-height:1.4}.integrations-grid:where(.astro-bfhcfioi){display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.integration-card:where(.astro-bfhcfioi){background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;text-align:center;transition:transform .2s,border-color .2s}.integration-card:where(.astro-bfhcfioi):hover{transform:translateY(-2px);border-color:var(--accent-color)}.integration-icon:where(.astro-bfhcfioi){font-size:3rem;display:block;margin-bottom:1rem}.integration-card:where(.astro-bfhcfioi) h3:where(.astro-bfhcfioi){font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.integration-card:where(.astro-bfhcfioi) p:where(.astro-bfhcfioi){font-size:.9rem;color:var(--text-secondary)}.cta:where(.astro-4xty6sx2){padding:8rem 2rem;text-align:center;background:linear-gradient(135deg,#6366f11a,#8b5cf61a)}.cta-content:where(.astro-4xty6sx2){max-width:600px;margin:0 auto}.cta:where(.astro-4xty6sx2) h2:where(.astro-4xty6sx2){font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.cta:where(.astro-4xty6sx2) p:where(.astro-4xty6sx2){font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem}.cta-actions:where(.astro-4xty6sx2){display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
