@charset "UTF-8";.scene:where(.astro-deghgo53){position:relative;width:100%;max-width:640px;margin:0 auto;aspect-ratio:4/3}.wires:where(.astro-deghgo53){position:absolute;inset:0;width:100%;height:100%}.wire:where(.astro-deghgo53){stroke:var(--color-brand-lighter);stroke-width:3;stroke-linecap:round;stroke-dasharray:.1 12;animation:wire-flow 1.6s linear infinite}@keyframes wire-flow{to{stroke-dashoffset:-12.1}}.tile:where(.astro-deghgo53){position:absolute;transform:translate(-50%,-50%);width:clamp(44px,9vw,62px);height:clamp(44px,9vw,62px);border-radius:16px;background-color:var(--color-white);border:1px solid rgba(0,48,58,.06);box-shadow:0 10px 28px #00303a1f;display:flex;align-items:center;justify-content:center;animation:tile-float 5.5s ease-in-out infinite}.tile:where(.astro-deghgo53) i:where(.astro-deghgo53){font-size:clamp(20px,3.5vw,26px);color:var(--color-brand)}.tile:where(.astro-deghgo53) .tile-logo{width:clamp(21px,3.6vw,27px);height:auto;fill:var(--color-brand)}.tile:where(.astro-deghgo53):nth-child(odd){animation-delay:1s}@keyframes tile-float{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,calc(-50% - 6px))}}.doc:where(.astro-deghgo53){position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:38%;background-color:var(--color-white);border:1px solid rgba(0,48,58,.06);border-radius:14px;box-shadow:0 24px 60px #00303a29;padding:clamp(16px,2.6vw,26px)}.doc-fold:where(.astro-deghgo53){position:absolute;top:0;right:0;width:clamp(22px,3.4vw,34px);height:clamp(22px,3.4vw,34px);background-color:#00303a12;clip-path:polygon(0 0,100% 0,100% 100%);border-top-right-radius:14px}.doc-head:where(.astro-deghgo53){margin-bottom:clamp(14px,2vw,22px)}.doc-head:where(.astro-deghgo53) svg{width:clamp(20px,3vw,28px);height:auto}.doc-head:where(.astro-deghgo53) svg path{fill:var(--color-brand)}.doc-title:where(.astro-deghgo53){font-family:var(--font-sans-tight);font-weight:400;line-height:1.15;font-size:clamp(15px,2.4vw,22px);color:var(--color-brand-black);margin-bottom:clamp(14px,2vw,20px)}.doc-lines:where(.astro-deghgo53){display:flex;flex-direction:column;gap:clamp(7px,1.1vw,11px);margin-bottom:clamp(12px,1.8vw,18px)}.doc-lines:where(.astro-deghgo53) span:where(.astro-deghgo53){height:clamp(5px,.8vw,7px);border-radius:99px;background-color:#00303a17;display:block}.doc-code:where(.astro-deghgo53){height:clamp(34px,5vw,48px);border-radius:8px;background-color:#00303a0a;border:1px solid rgba(0,48,58,.08);display:flex;align-items:center;justify-content:center;margin-bottom:clamp(12px,1.8vw,18px)}.doc-code:where(.astro-deghgo53) i:where(.astro-deghgo53){color:var(--color-brand);opacity:.55;font-size:clamp(14px,2vw,18px)}.terminal:where(.astro-deghgo53){position:absolute;left:56%;top:60%;width:46%;background-color:var(--code-block-bg);border-radius:12px;box-shadow:0 26px 60px #00181e66;overflow:hidden;animation:term-rise .8s ease-out both}@keyframes term-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.terminal-bar:where(.astro-deghgo53){display:flex;gap:6px;padding:clamp(8px,1.2vw,11px) clamp(10px,1.4vw,14px)}.terminal-bar:where(.astro-deghgo53) span:where(.astro-deghgo53){width:clamp(7px,1vw,9px);height:clamp(7px,1vw,9px);border-radius:50%;background-color:#ffffff38}.terminal-bar:where(.astro-deghgo53) span:where(.astro-deghgo53):nth-child(1){background-color:#ff5f57}.terminal-bar:where(.astro-deghgo53) span:where(.astro-deghgo53):nth-child(2){background-color:#febc2e}.terminal-bar:where(.astro-deghgo53) span:where(.astro-deghgo53):nth-child(3){background-color:#28c840}.terminal-body:where(.astro-deghgo53){margin:0;padding:clamp(6px,1vw,10px) clamp(14px,1.8vw,20px) clamp(16px,2vw,22px);font-family:var(--font-mono);font-size:clamp(9px,1.35vw,13px);line-height:1.5;color:var(--code-fg)}.t-line:where(.astro-deghgo53){display:block;white-space:pre}.t-indent:where(.astro-deghgo53){padding-left:1.2em}.t-prompt:where(.astro-deghgo53){color:var(--code-comment)}.t-kw:where(.astro-deghgo53){color:var(--code-keyword)}.t-url:where(.astro-deghgo53){color:var(--code-string)}.t-ok:where(.astro-deghgo53){color:var(--code-string);margin-top:.9em}.t-check:where(.astro-deghgo53){color:var(--code-string)}@media(max-width:1024px){.doc:where(.astro-deghgo53){width:42%}.terminal:where(.astro-deghgo53){width:50%}}@media(prefers-reduced-motion:reduce){.wire:where(.astro-deghgo53),.tile:where(.astro-deghgo53),.terminal:where(.astro-deghgo53){animation:none}}.code-block:where(.astro-jgrc2lfe){position:relative;background-color:var(--code-block-bg);border-radius:12px;overflow:hidden}pre:where(.astro-jgrc2lfe){margin:0;padding:20px 56px 20px 24px;overflow-x:auto}code:where(.astro-jgrc2lfe){font-family:var(--font-mono);font-size:13.5px;line-height:1.7;color:var(--code-fg);white-space:pre;tab-size:2}.code-lang:where(.astro-jgrc2lfe){position:absolute;top:12px;left:24px;display:none}.code-copy:where(.astro-jgrc2lfe){position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:8px;color:var(--color-brand-lightest);background-color:#ffffff0f;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.code-copy:where(.astro-jgrc2lfe):hover{background-color:#ffffff24;color:var(--color-white)}.code-copy:where(.astro-jgrc2lfe).copied{color:var(--color-brand-lighter)}.code-copy:where(.astro-jgrc2lfe) i:where(.astro-jgrc2lfe){font-size:15px}.client-tabs:where(.astro-3wscf3fe){max-width:820px;border:1px solid rgba(0,48,58,.05);border-radius:20px;background-color:var(--color-white);box-shadow:0 20px 50px #00303a17;overflow:hidden}.tablist:where(.astro-3wscf3fe){display:flex;gap:4px;padding:10px;border-bottom:1px solid rgba(0,48,58,.07);overflow-x:auto;scrollbar-width:none}.tablist:where(.astro-3wscf3fe)::-webkit-scrollbar{display:none}.tab:where(.astro-3wscf3fe){display:flex;align-items:center;gap:9px;padding:10px 18px;border-radius:12px;white-space:nowrap;color:var(--color-black-lighter);transition:all .2s ease}.tab:where(.astro-3wscf3fe) i:where(.astro-3wscf3fe){font-size:16px}.tab:where(.astro-3wscf3fe) .tab-logo{width:16px;height:16px;flex-shrink:0;fill:currentColor}.tab:where(.astro-3wscf3fe) span:where(.astro-3wscf3fe){font-family:var(--font-sans);font-size:15px;font-weight:500;letter-spacing:-.2px}.tab:where(.astro-3wscf3fe):hover{background-color:#00303a0d}.tab:where(.astro-3wscf3fe).active{background-color:var(--color-brand-black);color:var(--color-white)}.panels:where(.astro-3wscf3fe){padding:clamp(20px,3vw,36px);min-height:420px}@media(max-width:768px){.panels:where(.astro-3wscf3fe){min-height:0}}.panel:where(.astro-3wscf3fe){display:none}.panel:where(.astro-3wscf3fe).active{display:block}.connect-buttons:where(.astro-3wscf3fe){display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.connect-button:where(.astro-3wscf3fe){display:inline-flex;align-items:center;gap:10px;padding:12px 22px;border-radius:12px;background-color:var(--color-brand);color:var(--color-white);font-family:var(--font-sans);font-size:15px;font-weight:500;transition:all .2s ease}.connect-button:where(.astro-3wscf3fe):hover{text-decoration:none;background-color:var(--color-brand-darker)}.connect-button:where(.astro-3wscf3fe) i:where(.astro-3wscf3fe){font-size:13px;opacity:.85}.or-divider:where(.astro-3wscf3fe){display:flex;align-items:center;gap:14px;margin:20px 0;color:var(--color-black-lighter);font-family:var(--font-sans);font-size:13px;font-weight:500}.or-divider:where(.astro-3wscf3fe):before,.or-divider:where(.astro-3wscf3fe):after{content:"";flex:1;height:1px;background-color:#00303a1a}.connect-buttons:where(.astro-3wscf3fe):has(+.or-divider){margin-bottom:0}.steps:where(.astro-3wscf3fe){list-style:none;display:flex;flex-direction:column;gap:24px;counter-reset:step}.steps:where(.astro-3wscf3fe).unnumbered .step-label:where(.astro-3wscf3fe):before{display:none}.step:where(.astro-3wscf3fe){counter-increment:step}.step-label:where(.astro-3wscf3fe){display:flex;align-items:center;gap:12px;margin-bottom:12px;font-family:var(--font-sans);font-size:15px;font-weight:500;color:var(--color-brand-black)}.step-label:where(.astro-3wscf3fe):before{content:counter(step);display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;border-radius:50%;background-color:var(--color-brand-tint);color:var(--color-brand);font-family:var(--font-mono);font-size:12px;font-weight:600}.note:where(.astro-3wscf3fe){display:flex;align-items:flex-start;gap:10px;margin-top:24px;padding:14px 18px;border-radius:12px;background-color:var(--color-brand-tint);font-family:var(--font-sans);font-size:14px;line-height:1.5;color:var(--color-brand-darker)}.note:where(.astro-3wscf3fe) i:where(.astro-3wscf3fe){color:var(--color-brand);font-size:15px;margin-top:2px}.desktop-only:where(.astro-mcww5md5){display:inline}@media(max-width:1024px){.desktop-only:where(.astro-mcww5md5){display:none}}.section-header:where(.astro-mcww5md5){margin:0 0 clamp(40px,5vw,64px);text-align:left}.section-header:where(.astro-mcww5md5) .headline:where(.astro-mcww5md5){font-size:clamp(40px,5vw,64px);margin-bottom:16px}.section-header:where(.astro-mcww5md5) .subheadline:where(.astro-mcww5md5){opacity:.75}.hero:where(.astro-mcww5md5){background-color:var(--color-cream);min-height:100svh;padding:calc(70px + clamp(24px,5vw,80px)) var(--container-padding) clamp(40px,7vw,96px);max-width:var(--container-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,88px)}@media(max-width:1024px){.hero:where(.astro-mcww5md5){min-height:auto;grid-template-columns:1fr;text-align:center;padding-top:calc(70px + clamp(20px,8vw,48px))}}.hero-content:where(.astro-mcww5md5) .headline:where(.astro-mcww5md5){color:var(--color-brand-black);font-size:clamp(48px,6vw,80px)}@media(max-width:768px){.hero-content:where(.astro-mcww5md5) .headline:where(.astro-mcww5md5){font-size:clamp(38px,9vw,56px)}}.hero-content:where(.astro-mcww5md5) .overline:where(.astro-mcww5md5){color:var(--color-brand);margin-bottom:20px}.hero-content:where(.astro-mcww5md5) .subheadline:where(.astro-mcww5md5){margin:28px 0 36px;max-width:540px;opacity:.82}@media(max-width:1024px){.hero-content:where(.astro-mcww5md5) .subheadline:where(.astro-mcww5md5){margin-inline:auto}}.button-wrapper:where(.astro-mcww5md5){display:flex;gap:16px}.button-wrapper:where(.astro-mcww5md5) .btn{min-width:170px;justify-content:center}@media(max-width:1024px){.button-wrapper:where(.astro-mcww5md5){justify-content:center}}@media(max-width:480px){.button-wrapper:where(.astro-mcww5md5){flex-direction:column;align-items:center}}@media(max-width:1024px){.hero-visual:where(.astro-mcww5md5){order:-1;max-width:480px;margin:0 auto;width:100%}}.usecases:where(.astro-mcww5md5){background-color:var(--color-cream);padding:clamp(40px,7vw,96px) var(--container-padding);max-width:var(--container-max-width);margin:0 auto}.usecase-grid:where(.astro-mcww5md5){display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:1024px){.usecase-grid:where(.astro-mcww5md5){grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.usecase-grid:where(.astro-mcww5md5){grid-template-columns:1fr}}.usecase-card:where(.astro-mcww5md5){background-color:var(--color-white);border:1px solid rgba(0,48,58,.05);border-radius:16px;padding:clamp(24px,3vw,34px);box-shadow:0 14px 36px #00303a0f;transition:all .3s ease}.usecase-card:where(.astro-mcww5md5):hover{transform:translateY(-3px);box-shadow:0 20px 44px #00303a1a}.usecase-icon:where(.astro-mcww5md5){font-size:24px;color:var(--color-brand);margin-bottom:18px;display:block}.usecase-title:where(.astro-mcww5md5){font-family:var(--font-sans-tight);font-weight:400;line-height:1.15;font-size:clamp(24px,2.5vw,32px);margin-bottom:10px;color:var(--color-brand-black)}.usecase-desc:where(.astro-mcww5md5){font-family:var(--font-sans);font-size:14.5px;line-height:1.6;opacity:.72}.readwrite:where(.astro-mcww5md5){padding:clamp(12px,4vw,24px);max-width:calc(var(--container-max-width) + 160px);margin:0 auto clamp(48px,7vw,96px)}.readwrite-inner:where(.astro-mcww5md5){background-color:var(--color-brand-darker);color:var(--color-white);border-radius:24px;padding:clamp(40px,6vw,80px) var(--container-padding);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,5vw,72px)}@media(max-width:1024px){.readwrite-inner:where(.astro-mcww5md5){grid-template-columns:1fr;gap:36px}}.readwrite-text:where(.astro-mcww5md5) .headline:where(.astro-mcww5md5){font-size:clamp(40px,5vw,64px);margin-bottom:20px}.overline-light:where(.astro-mcww5md5){color:var(--color-brand-lightest)!important}.readwrite-body:where(.astro-mcww5md5){font-family:var(--font-sans);font-size:clamp(16px,2vw,22px);line-height:1.6;opacity:.85}.readwrite-text:where(.astro-mcww5md5) .button-wrapper:where(.astro-mcww5md5){display:flex;gap:16px;flex-wrap:wrap;margin-top:clamp(28px,4vw,40px)}.readwrite-text:where(.astro-mcww5md5) .button-wrapper:where(.astro-mcww5md5) .btn{min-width:170px;justify-content:center}.readwrite-cards:where(.astro-mcww5md5){display:flex;flex-direction:column;gap:16px}.rw-card:where(.astro-mcww5md5){border-radius:16px;padding:22px 26px}.rw-card-muted:where(.astro-mcww5md5){background-color:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.rw-card-brand:where(.astro-mcww5md5){background-color:var(--color-brand);box-shadow:0 16px 40px #00000040}.rw-tag:where(.astro-mcww5md5){font-family:var(--font-mono);font-weight:500;text-transform:uppercase;letter-spacing:.96px;font-size:11px;opacity:.7;display:block;margin-bottom:12px}.rw-line:where(.astro-mcww5md5){font-family:var(--font-sans);font-size:14.5px;line-height:1.5;padding:5px 0 5px 24px;position:relative}.rw-line:where(.astro-mcww5md5):before{content:"→";position:absolute;left:0;opacity:.6}.rw-line-dim:where(.astro-mcww5md5){opacity:.5}.rw-line-strong:where(.astro-mcww5md5){font-weight:600}.setup:where(.astro-mcww5md5){background-color:var(--color-cream);padding:clamp(40px,7vw,96px) var(--container-padding);max-width:1100px;margin:0 auto}
