@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Syne:wght@600;700;800&display=swap";.site-footer:where(.astro-gcn2mc3v){margin-top:auto;border-top:1px solid var(--mkt-border);background:#020617}.site-footer__inner:where(.astro-gcn2mc3v){display:grid;gap:2.5rem;padding:3.5rem 0 2.5rem}.site-footer__title:where(.astro-gcn2mc3v){margin:0 0 .75rem;font-size:1.35rem}.site-footer__tagline:where(.astro-gcn2mc3v){margin:0;max-width:22rem;line-height:1.6;color:var(--mkt-muted);font-size:.9375rem}.site-footer__cols:where(.astro-gcn2mc3v){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.site-footer__label:where(.astro-gcn2mc3v){margin:0 0 .75rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--mkt-muted)}.site-footer__cols:where(.astro-gcn2mc3v) a:where(.astro-gcn2mc3v){display:block;margin-bottom:.5rem;color:#cbd5e1;text-decoration:none;font-size:.9375rem}.site-footer__cols:where(.astro-gcn2mc3v) a:where(.astro-gcn2mc3v):hover{color:var(--mkt-accent)}.site-footer__bottom:where(.astro-gcn2mc3v){padding:1.25rem 0 2rem;border-top:1px solid var(--mkt-border)}@media(min-width:768px){.site-footer__inner:where(.astro-gcn2mc3v){grid-template-columns:1.1fr 1.5fr;align-items:start}.site-footer__cols:where(.astro-gcn2mc3v){grid-template-columns:repeat(3,minmax(0,1fr))}}.site-header:where(.astro-ctg3m53h){position:sticky;top:0;z-index:50;border-bottom:1px solid var(--mkt-border);background:#030712d1;backdrop-filter:blur(16px)}.site-header__inner:where(.astro-ctg3m53h){display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:var(--mkt-nav-h)}.site-header__inner:where(.astro-ctg3m53h) .wordmark{color:var(--mkt-text)}.site-nav:where(.astro-ctg3m53h){display:none;align-items:center;gap:.25rem}.site-nav__link:where(.astro-ctg3m53h){padding:.5rem .85rem;border-radius:.5rem;font-size:.9375rem;font-weight:500;color:var(--mkt-muted);text-decoration:none;transition:color .15s ease,background .15s ease}.site-nav__link:where(.astro-ctg3m53h):hover,.site-nav__link:where(.astro-ctg3m53h).is-active{color:var(--mkt-text);background:#94a3b814}.site-header__actions:where(.astro-ctg3m53h){display:flex;align-items:center;gap:.4rem;flex-shrink:0}.site-header__signin:where(.astro-ctg3m53h).mkt-btn{display:none}.site-header__cta:where(.astro-ctg3m53h).mkt-btn{white-space:nowrap;height:2.25rem;padding:0 .7rem;font-size:.75rem;line-height:1;border-radius:.45rem;box-shadow:none}.menu-toggle:where(.astro-ctg3m53h){display:flex;flex-direction:column;justify-content:center;gap:.35rem;width:2.25rem;height:2.25rem;padding:0;border:1px solid var(--mkt-border);border-radius:.55rem;background:transparent;cursor:pointer}.menu-toggle:where(.astro-ctg3m53h) span:where(.astro-ctg3m53h){display:block;width:1.1rem;height:2px;margin-inline:auto;background:var(--mkt-text);border-radius:1px}.mobile-nav:where(.astro-ctg3m53h){border-top:1px solid var(--mkt-border);background:#030712f5;padding:1rem 1rem 1.25rem}.mobile-nav:where(.astro-ctg3m53h) nav:where(.astro-ctg3m53h){display:flex;flex-direction:column;gap:.35rem}.mobile-nav__link:where(.astro-ctg3m53h){padding:.75rem .5rem;font-weight:500;color:var(--mkt-text);text-decoration:none}.mobile-nav__cta:where(.astro-ctg3m53h){margin-top:.5rem;align-self:flex-start;padding:.5rem .9rem;font-size:.875rem}@media(min-width:768px){.site-nav:where(.astro-ctg3m53h){display:flex}.site-header__actions:where(.astro-ctg3m53h){gap:.65rem}.site-header__signin:where(.astro-ctg3m53h).mkt-btn{display:inline-flex;padding:.55rem 1rem}.site-header__cta:where(.astro-ctg3m53h).mkt-btn{height:auto;padding:.55rem 1rem;font-size:.9375rem;box-shadow:0 12px 40px #0ea5e947}.menu-toggle:where(.astro-ctg3m53h),.mobile-nav:where(.astro-ctg3m53h){display:none!important}}@media(min-width:1024px){.site-header__inner:where(.astro-ctg3m53h){display:grid;grid-template-columns:1fr auto 1fr}.site-header__inner:where(.astro-ctg3m53h) .wordmark{justify-self:start}.site-nav:where(.astro-ctg3m53h){justify-self:center}.site-header__actions:where(.astro-ctg3m53h){justify-self:end}}:root{--mkt-bg: #030712;--mkt-bg-elevated: #0a1224;--mkt-surface: rgba(15, 23, 42, .72);--mkt-border: rgba(148, 163, 184, .14);--mkt-text: #f1f5f9;--mkt-muted: #94a3b8;--mkt-accent: #38bdf8;--mkt-accent-2: #6366f1;--mkt-glow: rgba(56, 189, 248, .35);--mkt-font: "Inter", system-ui, sans-serif;--mkt-display: "Syne", "Inter", system-ui, sans-serif;--mkt-nav-h: 4.25rem;--mkt-max: 72rem;--mkt-radius: 1rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body.mkt-body{margin:0;min-height:100dvh;font-family:var(--mkt-font);background:var(--mkt-bg);color:var(--mkt-text);-webkit-font-smoothing:antialiased}.mkt-container{width:min(100% - 2rem,var(--mkt-max));margin-inline:auto}.mkt-display{font-family:var(--mkt-display);letter-spacing:-.03em}.mkt-gradient-text{background:linear-gradient(120deg,#e2e8f0,#38bdf8 45%,#818cf8);-webkit-background-clip:text;background-clip:text;color:transparent}.mkt-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.25rem;border-radius:.65rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.mkt-btn-primary{background:linear-gradient(135deg,#0ea5e9,#6366f1);color:#fff;box-shadow:0 12px 40px #0ea5e947}.mkt-btn-primary:hover{transform:translateY(-1px);box-shadow:0 16px 48px #0ea5e961}.mkt-btn-ghost{border:1px solid var(--mkt-border);background:#0f172a80;color:var(--mkt-text)}.mkt-btn-ghost:hover{border-color:#94a3b859;background:#1e293ba6}.mkt-body:where(.astro-olr72t43){display:flex;flex-direction:column}
