:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh;width:100%;font-weight:400}a{text-decoration:none;color:inherit;transition:color .2s ease}a:hover{color:#5eead4}body{background:radial-gradient(circle at top,#0f172a,#020617 40%,#01010a);color:#ffffffe0}.site[data-v-1e54fc29]{min-height:100vh;display:flex;flex-direction:column;gap:4rem}.hero[data-v-1e54fc29]{padding:2.5rem clamp(1.5rem,5vw,4rem);padding-bottom:3rem;background:linear-gradient(135deg,#1b275fb3,#10b98126);border-bottom:1px solid rgba(255,255,255,.08)}.nav[data-v-1e54fc29]{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.logo[data-v-1e54fc29]{font-size:1.1rem;letter-spacing:.08em;font-weight:600;text-transform:uppercase}.nav-links[data-v-1e54fc29]{display:flex;gap:1rem;flex-wrap:wrap}.nav-links a[data-v-1e54fc29]{color:#ffffffc7;font-size:.95rem}.hero-content[data-v-1e54fc29]{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem;align-items:center}.hero-text h1[data-v-1e54fc29]{font-size:clamp(2rem,4vw,3.5rem);line-height:1.1;margin:.6rem 0 1rem}.hero-text .lead[data-v-1e54fc29]{color:#ffffffc7;font-size:1.05rem}.eyebrow[data-v-1e54fc29]{text-transform:uppercase;font-size:.75rem;letter-spacing:.2em;color:#7dd3fc}.hero-card[data-v-1e54fc29]{background:#0f172aa6;border:1px solid rgba(148,163,184,.2);border-radius:1.25rem;padding:1.5rem;box-shadow:0 20px 60px #02061780}.hero-card__label[data-v-1e54fc29]{font-size:.85rem;text-transform:uppercase;letter-spacing:.25em;color:#94a3b8e6;margin-bottom:1rem}.hero-card ul[data-v-1e54fc29]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.hero-card li[data-v-1e54fc29]{display:flex;gap:1rem;align-items:flex-start}.hero-card span[data-v-1e54fc29]{font-size:.85rem;color:#94a3b8d9;width:70px}.hero-card small[data-v-1e54fc29]{color:#94a3b8e6}.metrics[data-v-1e54fc29]{margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem}.metrics .value[data-v-1e54fc29]{font-size:2rem;font-weight:600}.metrics .label[data-v-1e54fc29]{color:#94a3b8e6;margin-top:.2rem}main[data-v-1e54fc29]{display:flex;flex-direction:column;gap:4rem;padding:0 clamp(1.5rem,5vw,4rem) 4rem}.section[data-v-1e54fc29]{display:flex;flex-direction:column;gap:2rem}.section-header[data-v-1e54fc29]{display:flex;flex-direction:column;gap:.8rem}.section-header p[data-v-1e54fc29]{color:#e2e8f0db}.card-grid[data-v-1e54fc29]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.card[data-v-1e54fc29]{padding:1.75rem;border-radius:1.25rem;background:#0f172a99;border:1px solid rgba(148,163,184,.12);display:flex;flex-direction:column;gap:1rem}.card ul[data-v-1e54fc29]{padding-left:1.2rem;color:#94a3b8f2;display:flex;flex-direction:column;gap:.4rem}.tinted[data-v-1e54fc29]{background:#0f172a66;border:1px solid rgba(148,163,184,.12);padding:2rem;border-radius:1.5rem}.use-cases[data-v-1e54fc29]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.use-cases article[data-v-1e54fc29]{padding:1.5rem;border-radius:1.25rem;background:#02061799;border:1px solid rgba(148,163,184,.15)}.steps[data-v-1e54fc29]{list-style:none;padding:0;margin:0;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.steps li[data-v-1e54fc29]{background:#02061780;border-radius:1.25rem;padding:1.5rem;border:1px solid rgba(148,163,184,.1);display:flex;gap:1rem}.step-index[data-v-1e54fc29]{width:2rem;height:2rem;border-radius:999px;border:1px solid rgba(94,234,212,.7);display:inline-flex;align-items:center;justify-content:center;font-weight:600}.footer[data-v-1e54fc29]{padding:2rem clamp(1.5rem,5vw,4rem) 3rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;color:#94a3b8e6;font-size:.9rem}.footer a[data-v-1e54fc29]{color:inherit}.narrow[data-v-1e54fc29]{max-width:640px}@media(max-width:600px){.nav-links[data-v-1e54fc29]{width:100%;justify-content:space-between}}
