@layer starlight.components{.accordion:where(.astro-oqjbs5yv){border:1px solid var(--sl-color-gray-6);padding:1.5rem 2rem;border-radius:16px;display:none}.accordion:where(.astro-oqjbs5yv).show-accordion{display:block}.accordion-header:where(.astro-oqjbs5yv){display:flex;align-items:center;justify-content:space-between;cursor:pointer}.accordion-header:where(.astro-oqjbs5yv) h4:where(.astro-oqjbs5yv){font-size:1.22rem!important}.accordion-icon:where(.astro-oqjbs5yv){width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-top:0!important}.accordion-icon:where(.astro-oqjbs5yv) svg:where(.astro-oqjbs5yv){position:relative}.accordion-icon:where(.astro-oqjbs5yv) .vertical-line:where(.astro-oqjbs5yv){transition:transform .5s ease,opacity .5s ease;transform-origin:center}.accordion-icon:where(.astro-oqjbs5yv) .horizontal-line:where(.astro-oqjbs5yv){position:absolute;transition:transform .5s ease;transform-origin:center}.accordion:where(.astro-oqjbs5yv).active .accordion-icon:where(.astro-oqjbs5yv) .vertical-line:where(.astro-oqjbs5yv){transform:rotate(90deg);opacity:0}.accordion:where(.astro-oqjbs5yv).active .accordion-icon:where(.astro-oqjbs5yv) .horizontal-line:where(.astro-oqjbs5yv){transform:rotate(180deg)}.accordion-body:where(.astro-oqjbs5yv){margin-top:0!important;max-height:0px;overflow:hidden;transition:all .5s ease;opacity:0}.accordion:where(.astro-oqjbs5yv).active .accordion-body:where(.astro-oqjbs5yv){margin-top:16px!important;max-height:max-content;overflow:visible;opacity:1;transition:all .5s ease}}@layer starlight.components{.accordion-container:where(.astro-7kpxvxyf){display:grid;grid-template-columns:1fr 2fr;gap:2.5rem}@media(max-width:1280px){.accordion-container:where(.astro-7kpxvxyf){grid-template-columns:1fr}}.accordion-tabs:where(.astro-7kpxvxyf){display:flex;flex-direction:column}.accordion-tab-item:where(.astro-7kpxvxyf){background-color:var(--sl-color-black);border-radius:16px;padding:1.6rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .3s ease;border:1px solid transparent}.accordion-tab-item:where(.astro-7kpxvxyf):hover{background-color:color-mix(in srgb,var(--sl-color-gray-6) 20%,transparent);transform:translateY(-2px)}.tab-icon:where(.astro-7kpxvxyf){background-color:color-mix(in srgb,var(--sl-color-gray-6) 40%,transparent);width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.tab-text:where(.astro-7kpxvxyf){margin-top:0}.tab-text:where(.astro-7kpxvxyf) h3:where(.astro-7kpxvxyf){margin:0 0 4px;font-size:1.25rem!important}.tab-text:where(.astro-7kpxvxyf) p:where(.astro-7kpxvxyf){margin:0!important}.stop-color-1:where(.astro-7kpxvxyf),.stop-color-2:where(.astro-7kpxvxyf),.stop-color-3:where(.astro-7kpxvxyf){stop-color:var(--sl-color-white)}.active-tab:where(.astro-7kpxvxyf){position:relative;transform:translateY(-2px)}.active-tab:where(.astro-7kpxvxyf):before{content:"";position:absolute;inset:0;padding:1px;background:var(--color-primary-gradient);border-radius:inherit;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;opacity:0;animation:borderFadeIn .3s ease forwards}@keyframes borderFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.active-tab:where(.astro-7kpxvxyf) .stop-color-1:where(.astro-7kpxvxyf){stop-color:#3a1c71}.active-tab:where(.astro-7kpxvxyf) .stop-color-2:where(.astro-7kpxvxyf){stop-color:var(--color-primary)}.active-tab:where(.astro-7kpxvxyf) .stop-color-3:where(.astro-7kpxvxyf){stop-color:#ffca7b}.accordion-list:where(.astro-7kpxvxyf){margin-top:0!important;display:flex;flex-direction:column;gap:1rem}.accordion:where(.astro-7kpxvxyf){opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.accordion:where(.astro-7kpxvxyf).show-accordion{opacity:1;transform:translateY(0);pointer-events:auto}.accordion:where(.astro-7kpxvxyf).show-accordion.fade-in{animation:fadeInUp .5s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.accordion:where(.astro-7kpxvxyf).show-accordion:nth-child(1){animation-delay:.1s}.accordion:where(.astro-7kpxvxyf).show-accordion:nth-child(2){animation-delay:.2s}.accordion:where(.astro-7kpxvxyf).show-accordion:nth-child(3){animation-delay:.3s}.accordion:where(.astro-7kpxvxyf).show-accordion:nth-child(4){animation-delay:.4s}.accordion:where(.astro-7kpxvxyf).show-accordion:nth-child(5){animation-delay:.5s}}@layer starlight.components{.card-grid:where(.astro-ex5q2lsb){display:grid;gap:1rem;grid-template-columns:1fr;margin-top:1.4rem!important}.card-grid:where(.astro-ex5q2lsb)>*{margin-top:0!important}@media(max-width:767px){.card-grid:where(.astro-ex5q2lsb){grid-template-columns:1fr!important;gap:1rem}}@media(min-width:768px)and (max-width:1023px){.card-grid:where(.astro-ex5q2lsb){grid-template-columns:repeat(min(var(--columns),2),1fr);gap:1.5rem}}@media(min-width:1024px){.card-grid:where(.astro-ex5q2lsb){grid-template-columns:repeat(var(--columns),1fr);gap:1.7rem}}@media(min-width:1440px){.card-grid:where(.astro-ex5q2lsb){grid-template-columns:repeat(min(var(--columns),4),1fr);gap:1.8rem;max-width:1400px;margin:0 auto}}}.hero-tabs-nav:where(.astro-wfzm445n){border-top:2px solid var(--sl-color-gray-6);display:flex;flex-direction:column;gap:0}@media(min-width:768px){.hero-tabs-nav:where(.astro-wfzm445n){flex-direction:row;justify-content:center;align-items:stretch}}.tab-visual:where(.astro-5466b5s4){width:100%;max-width:70rem;border-radius:1.5rem;padding:1.4rem;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid color-mix(in srgb,var(--sl-color-white) 8%,transparent);color:var(--sl-color-white)}.tab-visual-top:where(.astro-5466b5s4){display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.tab-visual-top:where(.astro-5466b5s4) h4:where(.astro-5466b5s4){margin:0;font-size:1.25rem;line-height:1.25}.tab-kicker:where(.astro-5466b5s4){margin:0 0 .35rem;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb,var(--sl-color-white) 65%,transparent)}.tab-status:where(.astro-5466b5s4),.tab-chip:where(.astro-5466b5s4){display:inline-flex;align-items:center;min-height:1.8rem;padding:.2rem .65rem;border-radius:999px;background:color-mix(in srgb,var(--sl-color-accent) 18%,transparent);color:var(--sl-color-white);font-size:.8rem;white-space:nowrap}.tab-launch-grid:where(.astro-5466b5s4){display:grid;grid-template-columns:1fr 1fr;gap:1rem}.tab-launch-card:where(.astro-5466b5s4),.tab-launch-metrics:where(.astro-5466b5s4),.tab-content-editor:where(.astro-5466b5s4),.tab-content-sync:where(.astro-5466b5s4),.tab-portfolio-main:where(.astro-5466b5s4),.tab-portfolio-sidebar:where(.astro-5466b5s4){border-radius:1.15rem;background:color-mix(in srgb,var(--sl-color-white) 4%,transparent);border:1px solid color-mix(in srgb,var(--sl-color-white) 8%,transparent)}.tab-launch-card:where(.astro-5466b5s4){padding:1rem}.tab-launch-card:where(.astro-5466b5s4) strong:where(.astro-5466b5s4),.tab-content-editor:where(.astro-5466b5s4) strong:where(.astro-5466b5s4){display:block;margin:.7rem 0 .45rem;font-size:1.05rem}.tab-launch-card:where(.astro-5466b5s4) p:where(.astro-5466b5s4),.tab-content-editor:where(.astro-5466b5s4) p:where(.astro-5466b5s4){margin:0;color:color-mix(in srgb,var(--sl-color-white) 72%,transparent)}.tab-launch-metrics:where(.astro-5466b5s4){grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem}.tab-launch-metrics:where(.astro-5466b5s4) span:where(.astro-5466b5s4),.tab-content-sync:where(.astro-5466b5s4) span:where(.astro-5466b5s4){display:block;margin-bottom:.4rem;color:color-mix(in srgb,var(--sl-color-white) 65%,transparent);font-size:.85rem}.tab-launch-metrics:where(.astro-5466b5s4) strong:where(.astro-5466b5s4),.tab-content-sync:where(.astro-5466b5s4) strong:where(.astro-5466b5s4){font-size:1.1rem}.tab-portfolio-shell:where(.astro-5466b5s4),.tab-content-shell:where(.astro-5466b5s4){display:grid;grid-template-columns:14rem 1fr;gap:1rem}.tab-portfolio-sidebar:where(.astro-5466b5s4){padding:1rem;display:grid;gap:.7rem;color:color-mix(in srgb,var(--sl-color-white) 72%,transparent)}.tab-portfolio-main:where(.astro-5466b5s4){padding:1rem;display:grid;gap:.75rem}.tab-portfolio-row:where(.astro-5466b5s4){display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem .9rem;border-radius:.95rem;background:color-mix(in srgb,var(--sl-color-black) 20%,transparent)}.tab-portfolio-row:where(.astro-5466b5s4) span:where(.astro-5466b5s4){color:color-mix(in srgb,var(--sl-color-white) 70%,transparent);font-size:.9rem}.tab-content-shell:where(.astro-5466b5s4){grid-template-columns:1.3fr .9fr}.tab-content-editor:where(.astro-5466b5s4),.tab-content-sync:where(.astro-5466b5s4){padding:1rem}.tab-content-sync:where(.astro-5466b5s4){display:grid;gap:.75rem}.tab-content-sync:where(.astro-5466b5s4)>div:where(.astro-5466b5s4){padding:.8rem .9rem;border-radius:.95rem;background:color-mix(in srgb,var(--sl-color-black) 20%,transparent)}@media(max-width:940px){.tab-launch-grid:where(.astro-5466b5s4),.tab-portfolio-shell:where(.astro-5466b5s4),.tab-content-shell:where(.astro-5466b5s4){grid-template-columns:1fr}.tab-launch-metrics:where(.astro-5466b5s4){grid-column:span 1}}@layer starlight.core{.list-card:where(.astro-lqc53zue){background:var(--sl-color-black);border:1px solid var(--sl-color-gray-6);border-radius:1.3rem;padding:.5rem;display:flex;flex-direction:column;height:100%}.list-card-header:where(.astro-lqc53zue){background-color:color-mix(in oklab,var(--sl-color-gray-6) 30%,transparent);display:flex;border-radius:1rem;justify-content:space-between;align-items:center;padding:1.2rem;margin-bottom:1rem}.list-card-header:where(.astro-lqc53zue) h4:where(.astro-lqc53zue){font-size:1.4rem!important;margin:0!important;font-weight:500!important}.list-card-wide:where(.astro-lqc53zue){grid-column:span 2}@media(max-width:768px){.list-card-wide:where(.astro-lqc53zue){grid-column:span 1}}}@layer starlight.components{.card:where(.astro-gobme5xh){display:flex;flex-direction:column;border-radius:1rem;position:relative;transition:all .5s ease;border:1px solid var(--sl-color-gray-6)}.card:where(.astro-gobme5xh):before{content:"";position:absolute;inset:0;padding:1px;background:var(--color-primary-gradient);border-radius:inherit;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;opacity:0;transition:opacity .5s ease}.card:where(.astro-gobme5xh):hover:before{opacity:1}.title:where(.astro-gobme5xh){font-size:var(--sl-text-h4);color:var(--sl-color-white);line-height:var(--sl-line-height-headings);gap:1rem;align-items:center}.card:where(.astro-gobme5xh) .body:where(.astro-gobme5xh){margin:0;font-size:clamp(var(--sl-text-body))}}@layer starlight.components{.zship-signal-row:where(.astro-k6rpo5f7){display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem;margin:0 auto 3rem;max-width:78rem;padding:0 1rem}.zship-signal-pill:where(.astro-k6rpo5f7){border:1px solid var(--sl-color-gray-6);border-radius:999px;padding:.65rem 1rem;background:color-mix(in srgb,var(--sl-color-white) 4%,transparent);color:var(--sl-color-gray-2);font-size:.9rem;line-height:1}.zship-checklist:where(.astro-k6rpo5f7){list-style:none;margin:1.2rem 0 0;padding:0;display:grid;gap:.8rem}.zship-checklist:where(.astro-k6rpo5f7) li:where(.astro-k6rpo5f7){display:flex;gap:.75rem;align-items:flex-start;margin:0!important}.zship-checklist:where(.astro-k6rpo5f7) li:where(.astro-k6rpo5f7):before{content:"";width:.55rem;height:.55rem;border-radius:999px;margin-top:.45rem;flex-shrink:0;background:var(--color-primary-gradient)}.zship-checklist-muted:where(.astro-k6rpo5f7) li:where(.astro-k6rpo5f7):before{background:color-mix(in srgb,var(--sl-color-gray-3) 75%,transparent)}.zship-checklist-compact:where(.astro-k6rpo5f7){gap:.7rem}.zship-card-note:where(.astro-k6rpo5f7){margin-top:1.3rem!important;color:var(--sl-color-gray-3);font-size:.95rem}.zship-feature-section:where(.astro-k6rpo5f7){padding-top:6rem}.zship-feature-head:where(.astro-k6rpo5f7){max-width:52rem;margin:0 auto;text-align:center}.zship-feature-head:where(.astro-k6rpo5f7) h2:where(.astro-k6rpo5f7){margin-bottom:1.25rem}.zship-feature-head:where(.astro-k6rpo5f7)>p:where(.astro-k6rpo5f7):last-child{font-size:1.125rem;color:var(--sl-color-gray-3);text-wrap:balance}.zship-feature-eyebrow:where(.astro-k6rpo5f7){margin:0 0 .75rem!important;font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--sl-color-accent)}.zship-feature-list:where(.astro-k6rpo5f7){margin-top:5rem;display:grid;gap:3.5rem}.zship-feature-row:where(.astro-k6rpo5f7){display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.25rem;align-items:center;margin-bottom:3.5rem}.zship-feature-row:where(.astro-k6rpo5f7):last-child{margin-bottom:0}.zship-feature-row:where(.astro-k6rpo5f7).is-reversed .zship-feature-visual-col:where(.astro-k6rpo5f7){order:2}.zship-feature-row:where(.astro-k6rpo5f7).is-reversed .zship-feature-copy-col:where(.astro-k6rpo5f7){order:1}.zship-feature-visual-col:where(.astro-k6rpo5f7){padding-right:1.75rem}.zship-feature-row:where(.astro-k6rpo5f7).is-reversed .zship-feature-visual-col:where(.astro-k6rpo5f7){padding-right:0;padding-left:1.75rem}.zship-feature-visual:where(.astro-k6rpo5f7){overflow:hidden;border-radius:2rem;background:radial-gradient(circle at top right,color-mix(in srgb,var(--feature-accent) 18%,transparent),transparent 42%),linear-gradient(180deg,color-mix(in srgb,var(--sl-color-white) 7%,transparent),color-mix(in srgb,var(--sl-color-white) 3%,transparent));border:1px solid color-mix(in srgb,var(--sl-color-white) 8%,transparent);min-height:19rem;padding:2.2rem 0 0 2.2rem;box-shadow:0 18px 44px #00000029,inset 0 1px color-mix(in srgb,var(--sl-color-white) 12%,transparent)}.zship-feature-visual-inner:where(.astro-k6rpo5f7){display:flex;flex-direction:column;gap:1rem;min-height:100%}.zship-feature-badge:where(.astro-k6rpo5f7){display:inline-flex;align-items:center;gap:.8rem;width:fit-content;max-width:100%;padding:.72rem .9rem;border-radius:999px;background:color-mix(in srgb,var(--sl-color-black) 22%,transparent);border:1px solid color-mix(in srgb,var(--feature-accent) 28%,transparent);color:var(--sl-color-white);font-weight:600}.zship-feature-dot:where(.astro-k6rpo5f7){width:.7rem;height:.7rem;border-radius:999px;background:var(--feature-accent);box-shadow:0 0 24px color-mix(in srgb,var(--feature-accent) 70%,transparent);flex-shrink:0}.zship-feature-preview:where(.astro-k6rpo5f7){margin-top:auto;margin-left:1.1rem;padding:1rem 1rem 1rem .95rem;border-radius:1.45rem 0 0;background:color-mix(in srgb,var(--sl-color-black) 18%,transparent);border:1px solid color-mix(in srgb,var(--sl-color-white) 8%,transparent)}.zship-feature-preview-head:where(.astro-k6rpo5f7){display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.85rem;color:var(--sl-color-white);font-weight:600}.zship-feature-preview-list:where(.astro-k6rpo5f7){display:grid;gap:.55rem}.zship-feature-preview-item:where(.astro-k6rpo5f7){display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.7rem;padding:.7rem .75rem;border-radius:.95rem;background:color-mix(in srgb,var(--sl-color-white) 4%,transparent);color:color-mix(in srgb,var(--sl-color-white) 88%,transparent)}.zship-feature-preview-index:where(.astro-k6rpo5f7){display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;border-radius:999px;background:color-mix(in srgb,var(--feature-accent) 24%,transparent);color:var(--sl-color-white);font-size:.82rem;font-weight:700}.zship-feature-meta-row:where(.astro-k6rpo5f7){display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.9rem}.zship-feature-meta-pill:where(.astro-k6rpo5f7){display:inline-flex;align-items:center;min-height:2rem;padding:.4rem .7rem;border-radius:999px;background:color-mix(in srgb,var(--sl-color-white) 4%,transparent);color:color-mix(in srgb,var(--sl-color-white) 82%,transparent);font-size:.86rem}.zship-feature-copy-col:where(.astro-k6rpo5f7){padding-left:2.5rem}.zship-feature-row:where(.astro-k6rpo5f7).is-reversed .zship-feature-copy-col:where(.astro-k6rpo5f7){padding-left:0;padding-right:2.5rem}.zship-feature-copy:where(.astro-k6rpo5f7) h3:where(.astro-k6rpo5f7){margin-bottom:1rem;font-size:clamp(1.65rem,2.5vw,2.2rem);line-height:1.15}.zship-feature-copy:where(.astro-k6rpo5f7)>p:where(.astro-k6rpo5f7){margin:0;font-size:1.06rem;color:var(--sl-color-gray-3)}.zship-feature-subgrid:where(.astro-k6rpo5f7){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.8rem;margin-top:2.25rem}.zship-feature-subcard:where(.astro-k6rpo5f7){padding:0;border-radius:0;background:transparent;border:0}.zship-feature-subicon:where(.astro-k6rpo5f7){display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:.9rem;border-radius:999px;background:color-mix(in srgb,var(--feature-accent, var(--sl-color-accent)) 20%,transparent);color:var(--sl-color-white);font-weight:700}.zship-feature-subcard:where(.astro-k6rpo5f7) h4:where(.astro-k6rpo5f7){margin:0 0 .55rem;font-size:1rem;line-height:1.3;color:var(--sl-color-white)}.zship-feature-subcard:where(.astro-k6rpo5f7) p:where(.astro-k6rpo5f7){margin:0;color:var(--sl-color-gray-3)}@media(max-width:940px){.zship-feature-list:where(.astro-k6rpo5f7){gap:2.5rem;margin-top:3rem}.zship-feature-row:where(.astro-k6rpo5f7){grid-template-columns:1fr;gap:1.5rem}.zship-feature-row:where(.astro-k6rpo5f7).is-reversed .zship-feature-visual-col:where(.astro-k6rpo5f7),.zship-feature-row:where(.astro-k6rpo5f7).is-reversed .zship-feature-copy-col:where(.astro-k6rpo5f7){order:initial}.zship-feature-visual-col:where(.astro-k6rpo5f7),.zship-feature-copy-col:where(.astro-k6rpo5f7),.zship-feature-row:where(.astro-k6rpo5f7).is-reversed .zship-feature-visual-col:where(.astro-k6rpo5f7),.zship-feature-row:where(.astro-k6rpo5f7).is-reversed .zship-feature-copy-col:where(.astro-k6rpo5f7){padding:0}.zship-feature-visual:where(.astro-k6rpo5f7){min-height:auto;padding:1.4rem 0 0 1.4rem;border-radius:1.4rem}.zship-feature-subgrid:where(.astro-k6rpo5f7){grid-template-columns:1fr}}}
