:root{--bg: #fffcf0;--bg-secondary: #f2f0e5;--text: #100f0f;--text-muted: #6f6e69;--accent: #047857;--accent-hover: #059669;--green: #536907;--border: #e6e4d9;--shadow: rgba(16, 15, 15, .08)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #100f0f;--bg-secondary: #1c1b1a;--text: #cecdc3;--text-muted: #878580;--accent: #6EE7B7;--accent-hover: #A7F3D0;--green: #a0af54;--border: #343331;--shadow: rgba(0, 0, 0, .3)}}:root[data-theme=dark]{--bg: #100f0f;--bg-secondary: #1c1b1a;--text: #cecdc3;--text-muted: #878580;--accent: #6EE7B7;--accent-hover: #A7F3D0;--green: #a0af54;--border: #343331;--shadow: rgba(0, 0, 0, .3)}:where(.astro-j7pv25f6),:where(.astro-j7pv25f6):before,:where(.astro-j7pv25f6):after{box-sizing:border-box;margin:0;padding:0}html{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a:where(.astro-j7pv25f6){color:var(--accent);text-decoration:none}a:where(.astro-j7pv25f6):hover{color:var(--accent-hover)}.header:where(.astro-j7pv25f6){display:flex;align-items:center;justify-content:space-between;max-width:960px;margin:0 auto;padding:1.25rem 1.5rem}.header-logo:where(.astro-j7pv25f6){display:flex;align-items:center;text-decoration:none}.header-logo-svg:where(.astro-j7pv25f6){display:flex;height:2.25rem;transition:transform .15s ease}.header-logo-svg:where(.astro-j7pv25f6) svg{height:100%;width:auto}.header-logo:where(.astro-j7pv25f6):hover .header-logo-svg:where(.astro-j7pv25f6){transform:translate(2px)}.header-logo:where(.astro-j7pv25f6):active .header-logo-svg:where(.astro-j7pv25f6){transform:translate(0)}.header-nav:where(.astro-j7pv25f6){display:flex;gap:1.5rem;list-style:none}.header-nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--text-muted);font-size:.9rem;font-weight:500}.header-nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--text)}.theme-toggle:where(.astro-j7pv25f6){display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid var(--border);border-radius:.375rem;background:transparent;color:var(--text-muted);cursor:pointer;transition:color .15s,border-color .15s}.theme-toggle:where(.astro-j7pv25f6):hover{color:var(--text);border-color:var(--text-muted)}.icon-sun:where(.astro-j7pv25f6){display:none}.icon-moon:where(.astro-j7pv25f6){display:block}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .icon-sun:where(.astro-j7pv25f6){display:block}:root:not([data-theme=light]) .icon-moon:where(.astro-j7pv25f6){display:none}}:root[data-theme=dark] .icon-sun:where(.astro-j7pv25f6){display:block}:root[data-theme=dark] .icon-moon:where(.astro-j7pv25f6){display:none}:root[data-theme=light] .icon-sun:where(.astro-j7pv25f6){display:none}:root[data-theme=light] .icon-moon:where(.astro-j7pv25f6){display:block}.hero:where(.astro-j7pv25f6){max-width:960px;margin:0 auto;padding:3rem 1.5rem 2rem;text-align:center}.hero-tagline:where(.astro-j7pv25f6){font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2;letter-spacing:-.03em;margin-bottom:1rem}.hero-subtitle:where(.astro-j7pv25f6){font-size:clamp(1rem,2vw,1.2rem);color:var(--text-muted);max-width:720px;margin:0 auto 2rem}.terminal-wrap:where(.astro-j7pv25f6){max-width:900px;margin:0 auto 2.5rem}.terminal-wrap:where(.astro-j7pv25f6) img:where(.astro-j7pv25f6){width:100%;border-radius:10px;box-shadow:0 8px 32px var(--shadow)}.ctas:where(.astro-j7pv25f6){display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.btn:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;transition:background .15s,color .15s}.btn-primary:where(.astro-j7pv25f6){background:var(--accent);color:#fff}.btn-primary:where(.astro-j7pv25f6):hover{background:var(--accent-hover);color:#fff}:root[data-theme=dark] .btn-primary:where(.astro-j7pv25f6),:root[data-theme=dark] .btn-primary:where(.astro-j7pv25f6):hover{color:#100f0f}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .btn-primary:where(.astro-j7pv25f6),:root:not([data-theme=light]) .btn-primary:where(.astro-j7pv25f6):hover{color:#100f0f}}.btn-secondary:where(.astro-j7pv25f6){background:var(--bg-secondary);color:var(--text);border:1px solid var(--border)}.btn-secondary:where(.astro-j7pv25f6):hover{border-color:var(--text-muted);color:var(--text)}.features:where(.astro-j7pv25f6){max-width:960px;margin:0 auto;padding:3rem 1.5rem}.features-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.feature:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:.9rem;color:var(--text-muted);line-height:1.5}.providers:where(.astro-j7pv25f6){max-width:960px;margin:0 auto;padding:2rem 1.5rem 3rem;text-align:center;overflow:hidden}.providers:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.carousel-track:where(.astro-j7pv25f6){display:flex;width:max-content;animation:scroll 40s linear infinite}.carousel-track:where(.astro-j7pv25f6):hover{animation-play-state:paused}.carousel-slide:where(.astro-j7pv25f6){display:flex;gap:2.5rem;padding-right:2.5rem}.provider-logo:where(.astro-j7pv25f6){display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0;opacity:.7;transition:opacity .2s}.provider-logo:where(.astro-j7pv25f6):hover{opacity:1}.provider-logo:where(.astro-j7pv25f6) img:where(.astro-j7pv25f6){width:2.25rem;height:2.25rem}.provider-logo:where(.astro-j7pv25f6) span:where(.astro-j7pv25f6){font-size:.7rem;font-weight:500;color:var(--text-muted);white-space:nowrap}.provider-logo:where(.astro-j7pv25f6) .logo-light:where(.astro-j7pv25f6){display:block}.provider-logo:where(.astro-j7pv25f6) .logo-dark:where(.astro-j7pv25f6){display:none}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .provider-logo:where(.astro-j7pv25f6) .logo-light:where(.astro-j7pv25f6){display:none}:root:not([data-theme=light]) .provider-logo:where(.astro-j7pv25f6) .logo-dark:where(.astro-j7pv25f6){display:block}}:root[data-theme=dark] .provider-logo:where(.astro-j7pv25f6) .logo-light:where(.astro-j7pv25f6){display:none}:root[data-theme=dark] .provider-logo:where(.astro-j7pv25f6) .logo-dark:where(.astro-j7pv25f6){display:block}:root[data-theme=light] .provider-logo:where(.astro-j7pv25f6) .logo-light:where(.astro-j7pv25f6){display:block}:root[data-theme=light] .provider-logo:where(.astro-j7pv25f6) .logo-dark:where(.astro-j7pv25f6){display:none}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.deep-dive:where(.astro-j7pv25f6){max-width:960px;margin:0 auto;padding:1rem 1.5rem 4rem}.dd-row:where(.astro-j7pv25f6){display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:2.5rem 0}.dd-row-reverse:where(.astro-j7pv25f6){direction:rtl}.dd-row-reverse:where(.astro-j7pv25f6)>:where(.astro-j7pv25f6){direction:ltr}.dd-text:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-size:1.35rem;font-weight:700;margin-bottom:.75rem}.dd-text:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:.95rem;color:var(--text-muted);line-height:1.6;margin-bottom:.5rem}.dd-audience:where(.astro-j7pv25f6){font-size:.8rem!important;font-style:italic;margin-top:.75rem!important;color:var(--accent)!important}.dd-code:where(.astro-j7pv25f6) pre:where(.astro-j7pv25f6){margin:0;padding:1.25rem;border-radius:.5rem;background:var(--bg-secondary);border:1px solid var(--border);overflow-x:auto;font-size:.82rem;line-height:1.7}.dd-code:where(.astro-j7pv25f6) code:where(.astro-j7pv25f6){font-family:ui-monospace,Cascadia Code,Fira Code,Menlo,monospace;color:var(--text)}.dd-comment:where(.astro-j7pv25f6){color:var(--text-muted)}.dd-divider:where(.astro-j7pv25f6){border:none;border-top:1px solid var(--border);margin:0}.site-footer:where(.astro-j7pv25f6){border-top:1px solid var(--border);padding:2rem 1.5rem;text-align:center;font-size:.85rem;color:var(--text-muted)}.footer-inner:where(.astro-j7pv25f6){max-width:960px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links:where(.astro-j7pv25f6){display:flex;gap:1.5rem}.footer-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--text-muted);font-size:.85rem}.footer-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--text)}@media(max-width:768px){.features-grid:where(.astro-j7pv25f6){grid-template-columns:1fr;gap:1.5rem}.hero:where(.astro-j7pv25f6){padding:2rem 1.25rem 1.5rem}.dd-row:where(.astro-j7pv25f6){grid-template-columns:1fr;gap:1.5rem}.dd-row-reverse:where(.astro-j7pv25f6){direction:ltr}.footer-inner:where(.astro-j7pv25f6){flex-direction:column;gap:.5rem}}
