:root{--ink:#101828;--muted:#667085;--bg:#fff;--surface:#f8fafc;--border:#e4e7ec;--accent:#4f46e5;--accent-hover:#4338ca;--ok:#027a48;--warn:#b54708;--err:#b42318;--radius:12px}*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{min-height:100vh;color:var(--ink);background:var(--bg);flex-direction:column;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;display:flex}main{flex:1}img,svg,video{max-width:100%;display:block}input,button,textarea,select{font:inherit}h1,h2,h3,h4{text-wrap:balance;line-height:1.2}a{color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.container{width:100%;max-width:1080px;margin-inline:auto;padding-inline:20px}.btn{border:1px solid var(--border);background:var(--bg);min-height:44px;color:var(--ink);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex;position:relative}.btn:hover{border-color:var(--muted)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-ghost{color:var(--accent);background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--surface);border-color:#0000}.btn-sm{min-height:36px;padding:0 14px;font-size:.875rem}.btn-sm:after{content:"";position:absolute;inset:-4px}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.input{border:1px solid var(--border);background:var(--bg);width:100%;min-height:44px;color:var(--ink);border-radius:10px;padding:0 14px}.input::placeholder{color:var(--muted)}.input:focus-visible{outline:2px solid var(--accent);outline-offset:0;border-color:var(--accent)}.label{color:var(--ink);margin-bottom:6px;font-size:.875rem;font-weight:600;display:block}.badge{border:1px solid var(--border);background:var(--surface);color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:2px 10px;font-size:.75rem;font-weight:600;line-height:1.7;display:inline-flex}.badge-ok{color:var(--ok);background:#ecfdf3;border-color:#abefc6}.badge-warn{color:var(--warn);background:#fffaeb;border-color:#fedf89}.muted{color:var(--muted)}.error-text{color:var(--err);font-size:.875rem}.code{border:1px solid var(--border);background:var(--surface);overflow-wrap:anywhere;border-radius:6px;padding:1px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85em}.kv{grid-template-columns:max-content 1fr;gap:8px 20px;display:grid}.kv dt{color:var(--muted);font-size:.9rem}.kv dd{overflow-wrap:anywhere;min-width:0;margin:0}.wizard{grid-template-columns:240px 1fr;align-items:start;gap:32px;display:grid}.steps-rail{counter-reset:step;flex-direction:column;gap:4px;padding:0;list-style:none;display:flex}.rail-step{counter-increment:step;color:var(--muted);border-radius:10px;align-items:center;gap:12px;padding:10px 12px;font-size:.9rem;font-weight:500;display:flex}.rail-step:before{content:counter(step);border:1.5px solid var(--border);background:var(--bg);width:28px;height:28px;color:var(--muted);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.8rem;font-weight:600;display:inline-flex}.rail-step.active{background:var(--surface);color:var(--ink);font-weight:600}.rail-step.active:before{border-color:var(--accent);background:var(--accent);color:#fff}.rail-step.done{color:var(--ink)}.rail-step.done:before{content:"✓";color:var(--ok);background:#ecfdf3;border-color:#abefc6}.panel{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);min-width:0;padding:28px}.panel-actions{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;margin-top:28px;padding-top:20px;display:flex}@media (width<=799px){.wizard{grid-template-columns:1fr;gap:20px}.steps-rail{flex-direction:row;padding-bottom:4px;overflow-x:auto}.rail-step{flex:none;padding:8px 10px}}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.progress-steps{flex-direction:column;gap:10px;padding:0;list-style:none;display:flex}.progress-steps>*{align-items:center;gap:10px;min-width:0;display:flex}.progress-steps .pending,.progress-steps .running,.progress-steps .done,.progress-steps .failed,.progress-steps .skipped{overflow-wrap:anywhere}.progress-steps .pending:before,.progress-steps .running:before,.progress-steps .done:before,.progress-steps .failed:before,.progress-steps .skipped:before{border-radius:50%;flex:none;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.progress-steps .pending{color:var(--muted)}.progress-steps .skipped{color:var(--muted);opacity:.65}.progress-steps .skipped:before{content:"–";border:2px solid var(--border);color:var(--muted);font-weight:700;line-height:1}.progress-steps .pending:before{content:"";border:2px solid var(--border)}.progress-steps .running:before{content:"";border:2px solid var(--border);border-top-color:var(--accent);animation:.7s linear infinite spin}.progress-steps .done:before{content:"✓";color:var(--ok);background:#ecfdf3}.progress-steps .failed{color:var(--err)}.progress-steps .failed:before{content:"✕";color:var(--err);background:#fef3f2}.site-header{border-bottom:1px solid var(--border);background:var(--bg)}.header-inner{justify-content:space-between;align-items:center;gap:16px;min-height:64px;display:flex}.brand{color:var(--ink);flex-shrink:0;align-items:center;gap:10px;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.site-nav{align-items:center;gap:20px;display:flex}@media (width<=560px){.site-nav{gap:12px}.site-nav a:not(.btn){display:none}}.site-nav a:not(.btn){color:var(--muted);font-size:.95rem;font-weight:500;text-decoration:none}.site-nav a:not(.btn):hover{color:var(--ink)}.site-footer{border-top:1px solid var(--border);background:var(--bg);padding:24px 0;font-size:.85rem}.site-footer a{color:var(--muted)}.site-footer a:hover{color:var(--ink)}.footer-inner{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}:root[data-theme=dark]{--ink:#f2f4fb;--muted:#99a2c2;--bg:#05060f;--surface:#ffffff0a;--border:#ffffff1a;--accent:#6366f1;--accent-hover:#818cf8}:root[data-theme=dark] .site-header{z-index:40;-webkit-backdrop-filter:blur(12px);background:#05060fb8;position:sticky;top:0}:root[data-theme=dark] .btn-primary{box-shadow:0 0 24px #6366f173}:root[data-theme=dark] .badge-ok,:root[data-theme=dark] .rail-step.done:before,:root[data-theme=dark] .progress-steps .done:before{color:#6ee7b7;background:#34d39924;border-color:#34d39966}:root[data-theme=dark] .badge-warn{color:#fcd34d;background:#fbbf2421;border-color:#fbbf2466}:root[data-theme=dark] .progress-steps .failed:before{color:#fca5a5;background:#f8717126}:root[data-theme=dark] .error-text{color:#fca5a5}:root[data-theme=dark] .rail-step.active{background:#6366f11f}:root[data-theme=dark] .card,:root[data-theme=dark] .panel{background:#ffffff08}:root[data-theme=dark] .input{color:var(--ink);background:#ffffff0d}:root[data-theme=dark] .code{color:#c7d2fe;background:#6366f124}.wizard.rail-hidden{grid-template-columns:1fr}.wizard.rail-hidden .steps-rail{display:none}.rail-back{padding:6px 14px 12px;font-size:.88rem}.rail-back a{color:var(--muted);text-decoration:none}.rail-back a:hover{color:var(--ink)}.sites-list{flex-direction:column;gap:12px;margin:18px 0;padding:0;list-style:none;display:flex}.site-row{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);align-items:center;gap:14px;padding:14px 18px;display:flex}.site-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.site-info strong,.site-info .muted{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.site-info .muted{font-size:.85rem}.site-actions{flex:none;gap:8px;display:flex}@media (width<=640px){.site-row{flex-wrap:wrap}}
.section[data-astro-cid-lcdefpme]{padding:96px 0;position:relative}.eyebrow[data-astro-cid-lcdefpme]{letter-spacing:.12em;text-transform:uppercase;color:#818cf8;margin-bottom:10px;font-size:.8rem;font-weight:700}h2[data-astro-cid-lcdefpme]{letter-spacing:-.02em;margin-bottom:18px;font-size:clamp(1.7rem,3.6vw,2.6rem);line-height:1.15}.lead[data-astro-cid-lcdefpme]{max-width:620px;color:var(--muted);font-size:1.08rem}.lead[data-astro-cid-lcdefpme].center{text-align:center;margin:0 auto 44px}.lead[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{color:#a5b4fc}.code[data-astro-cid-lcdefpme]{color:#c7d2fe;background:#6366f11f;border-radius:6px;padding:1px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em}.hero[data-astro-cid-lcdefpme]{text-align:center;padding:120px 0 90px;position:relative;overflow:hidden}.fx[data-astro-cid-lcdefpme]{pointer-events:none;position:absolute;inset:0}.orb[data-astro-cid-lcdefpme]{filter:blur(70px);opacity:.5;border-radius:50%;animation:16s ease-in-out infinite alternate drift;position:absolute}.orb-a[data-astro-cid-lcdefpme]{background:radial-gradient(circle,#4338ca,#0000 65%);width:480px;height:480px;top:-120px;left:-140px}.orb-b[data-astro-cid-lcdefpme]{background:radial-gradient(circle,#7e22ce,#0000 65%);width:420px;height:420px;animation-delay:-6s;top:40px;right:-120px}.orb-c[data-astro-cid-lcdefpme]{background:radial-gradient(circle,#0e7490,#0000 65%);width:380px;height:380px;animation-delay:-11s;bottom:-180px;left:40%}@keyframes drift{0%{transform:translate(0,0)scale(1)}to{transform:translate(40px,26px)scale(1.12)}}.grid-fade[data-astro-cid-lcdefpme]{background-image:linear-gradient(#94a3e912 1px,#0000 1px),linear-gradient(90deg,#94a3e912 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 55% at 50% 38%,#000 30%,#0000 75%);mask-image:radial-gradient(70% 55% at 50% 38%,#000 30%,#0000 75%)}.hero-inner[data-astro-cid-lcdefpme]{position:relative}.eyebrow-badge[data-astro-cid-lcdefpme]{color:#c7d2fe;background:#6366f11a;border:1px solid #818cf859;border-radius:999px;align-items:center;gap:9px;margin-bottom:30px;padding:7px 16px;font-size:.85rem;font-weight:600;display:inline-flex}.pulse-dot[data-astro-cid-lcdefpme]{background:#34d399;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{box-shadow:0 0 #34d39999}50%{box-shadow:0 0 0 7px #34d39900}}.hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme]{letter-spacing:-.035em;font-size:clamp(2.9rem,8.5vw,5.6rem);font-weight:800;line-height:1.03}.gradient-text[data-astro-cid-lcdefpme]{background:linear-gradient(92deg,#818cf8,#c084fc 38%,#22d3ee 72%,#818cf8) 0 0/220% 100%;color:#0000;-webkit-background-clip:text;background-clip:text;animation:7s linear infinite shimmer}@keyframes shimmer{to{background-position:-220% 0}}.hero-sub[data-astro-cid-lcdefpme]{max-width:640px;color:var(--muted);margin:26px auto 36px;font-size:1.18rem}.hero-sub[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{color:var(--ink)}.hero-ctas[data-astro-cid-lcdefpme]{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.btn-lg[data-astro-cid-lcdefpme]{min-height:54px;padding:0 34px;font-size:1.06rem}.hero-note[data-astro-cid-lcdefpme]{color:var(--muted);margin-top:18px;font-size:.85rem}.pipeline[data-astro-cid-lcdefpme]{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:0;max-width:720px;margin:72px auto 0;display:grid}.pipe-card[data-astro-cid-lcdefpme]{border:1px solid var(--border);border-radius:var(--radius);background:#0a0c1abf;flex-direction:column;align-items:center;gap:8px;padding:26px 18px;animation:6s ease-in-out infinite bob;display:flex}.pipe-card[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{font-weight:700}.pipe-card[data-astro-cid-lcdefpme] em[data-astro-cid-lcdefpme]{color:var(--muted);font-size:.78rem;font-style:normal}.pipe-card-astro[data-astro-cid-lcdefpme]{border-color:#818cf880;animation-delay:-3s;box-shadow:0 0 34px #6366f138}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.pipe-beam[data-astro-cid-lcdefpme]{background:linear-gradient(90deg,#7b8ab899,#818cf8e6);align-self:center;width:150px;height:2px;position:relative}.beam-dot[data-astro-cid-lcdefpme]{background:#a5b4fc;border-radius:50%;width:7px;height:7px;animation:2.4s linear infinite shoot;position:absolute;top:-2.5px;left:0;box-shadow:0 0 10px #818cf8}.beam-dot[data-astro-cid-lcdefpme].d2{animation-delay:.8s}.beam-dot[data-astro-cid-lcdefpme].d3{animation-delay:1.6s}@keyframes shoot{0%{opacity:0;left:-4px}12%{opacity:1}88%{opacity:1}to{opacity:0;left:calc(100% - 3px)}}.beam-bolt[data-astro-cid-lcdefpme]{filter:drop-shadow(0 0 10px #fbbf24a6);animation:2.4s ease-in-out infinite boltpulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes boltpulse{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.18)}}.steps[data-astro-cid-lcdefpme]{grid-template-columns:repeat(3,1fr);gap:36px;margin-top:40px;padding:0;list-style:none;display:grid}.steps[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{margin-bottom:6px;font-size:1.06rem}.steps[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--muted);font-size:.95rem}.step-num[data-astro-cid-lcdefpme]{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-bottom:14px;font-size:.85rem;font-weight:700;display:inline-flex;box-shadow:0 0 18px #6366f173}.magic[data-astro-cid-lcdefpme]{border-block:1px solid var(--border);background:#0a0c1a73}.magic-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.checklist[data-astro-cid-lcdefpme]{gap:11px;margin-top:22px;padding:0;list-style:none;display:grid}.checklist[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{color:var(--muted);padding-left:28px;font-size:.97rem;position:relative}.checklist[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:before{content:"✓";color:#34d399;font-weight:700;position:absolute;top:-1px;left:0}.checklist-amber[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:before{color:#fbbf24}.terminal[data-astro-cid-lcdefpme]{border:1px solid var(--border);background:#0a0d1c;border-radius:14px;overflow:hidden;box-shadow:0 24px 70px #00000080}.term-bar[data-astro-cid-lcdefpme]{color:var(--muted);background:#ffffff0d;align-items:center;gap:7px;padding:11px 14px;font-size:.75rem;display:flex}.term-bar[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme]{background:#3b3f58;border-radius:50%;width:11px;height:11px}.term-bar[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme]:first-child{background:#f87171}.term-bar[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme]:nth-child(2){background:#fbbf24}.term-bar[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme]:nth-child(3){background:#34d399}.term-bar[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{margin-left:8px}.term-body[data-astro-cid-lcdefpme]{padding:20px 20px 24px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.86rem;line-height:1.75}.tl[data-astro-cid-lcdefpme]{opacity:0;white-space:pre-wrap;animation:.45s ease-out both termin}@keyframes termin{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.tl-cmd[data-astro-cid-lcdefpme]{color:#e2e6f5}.tl-ok[data-astro-cid-lcdefpme]{color:#34d399}.tl-run[data-astro-cid-lcdefpme]{color:#fbbf24}.tl-dim[data-astro-cid-lcdefpme]{color:#7d86ab}.tl-end[data-astro-cid-lcdefpme]{color:#a5b4fc}.tl-cursor[data-astro-cid-lcdefpme]{color:#a5b4fc;animation:.3s ease-out both termin,1.1s step-end infinite blink}@keyframes blink{50%{opacity:0}}.race[data-astro-cid-lcdefpme]{gap:26px;margin:44px 0 56px;display:grid}.lane-label[data-astro-cid-lcdefpme]{letter-spacing:.06em;text-transform:uppercase;color:#f0a9a3;margin-bottom:12px;font-size:.82rem;font-weight:700}.lane-label-sp[data-astro-cid-lcdefpme]{color:#6ee7b7}.lane-track[data-astro-cid-lcdefpme]{border:1px solid var(--border);background:#ffffff06;border-radius:12px;align-items:center;gap:30px;padding:16px 18px;display:flex;position:relative;overflow:hidden}.lane-track[data-astro-cid-lcdefpme]:before{content:"";background:#ffffff1f;height:1px;position:absolute;top:50%;left:18px;right:18px}.node[data-astro-cid-lcdefpme]{z-index:1;color:var(--muted);border:1px solid var(--border);white-space:nowrap;background:#141830;border-radius:999px;padding:7px 13px;font-size:.82rem;font-weight:600;position:relative}.node-sp[data-astro-cid-lcdefpme]{color:#d1fae5;border-color:#34d39966}.runner[data-astro-cid-lcdefpme]{z-index:2;border-radius:50%;width:9px;height:9px;margin-top:-4px;position:absolute;top:50%}.runner-wp[data-astro-cid-lcdefpme]{background:#f87171;animation:6s ease-in-out infinite runwp;box-shadow:0 0 12px #f87171cc}.runner-sp[data-astro-cid-lcdefpme]{background:#34d399;animation:6s ease-out infinite runsp;box-shadow:0 0 12px #34d399cc}@keyframes runwp{0%{left:2%}80%{left:95%}92%{opacity:1}96%,to{opacity:0;left:95%}}@keyframes runsp{0%{left:2%}16%{left:95%}90%{opacity:1;left:95%}96%,to{opacity:0;left:95%}}.lane-note[data-astro-cid-lcdefpme]{color:var(--muted);margin-top:10px;font-size:.88rem}.fast-grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.fast-card[data-astro-cid-lcdefpme]{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff08;padding:22px;transition:transform .25s,border-color .25s}.fast-card[data-astro-cid-lcdefpme]:hover{border-color:#818cf873;transform:translateY(-4px)}.fast-card[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{margin-bottom:7px;font-size:.99rem}.fast-card[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--muted);font-size:.9rem}.own-grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(2,1fr);gap:22px;margin-top:40px;display:grid}.own-card[data-astro-cid-lcdefpme]{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(160deg,#6366f112,#ffffff05 55%);padding:28px;transition:transform .25s,border-color .25s}.own-card[data-astro-cid-lcdefpme]:hover{border-color:#818cf873;transform:translateY(-4px)}.own-card[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{margin-bottom:9px;font-size:1.05rem}.own-card[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--muted);font-size:.95rem}.sister[data-astro-cid-lcdefpme]{border-top:1px solid var(--border);text-align:center}.sister-grid[data-astro-cid-lcdefpme]{text-align:left;grid-template-columns:1fr 1fr;gap:24px;display:grid}.sister-card[data-astro-cid-lcdefpme]{border:1px solid var(--border);border-radius:16px;flex-direction:column;align-items:flex-start;gap:12px;padding:34px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex}.sister-card[data-astro-cid-lcdefpme]:hover{transform:translateY(-5px)}.sister-stay[data-astro-cid-lcdefpme]{background:linear-gradient(165deg,#fbbf2414,#ffffff05 60%)}.sister-stay[data-astro-cid-lcdefpme]:hover{border-color:#fbbf2473;box-shadow:0 18px 50px #fbbf2414}.sister-go[data-astro-cid-lcdefpme]{background:linear-gradient(165deg,#6366f11f,#ffffff05 60%)}.sister-go[data-astro-cid-lcdefpme]:hover{border-color:#818cf88c;box-shadow:0 18px 50px #6366f124}.sister-eyebrow[data-astro-cid-lcdefpme]{letter-spacing:.1em;text-transform:uppercase;color:#fbbf24;font-size:.78rem;font-weight:700}.sister-eyebrow-go[data-astro-cid-lcdefpme]{color:#818cf8}.sister-card[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{font-size:1.5rem}.sister-tag[data-astro-cid-lcdefpme]{color:var(--muted)}.sister-card[data-astro-cid-lcdefpme] .checklist[data-astro-cid-lcdefpme]{margin:6px 0 14px}.sister-card[data-astro-cid-lcdefpme] .btn[data-astro-cid-lcdefpme]{margin-top:auto}.faq[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{margin-bottom:30px}.faq-list[data-astro-cid-lcdefpme]{max-width:680px}.faq-list[data-astro-cid-lcdefpme] details[data-astro-cid-lcdefpme]{border-bottom:1px solid var(--border)}.faq-list[data-astro-cid-lcdefpme] summary[data-astro-cid-lcdefpme]{cursor:pointer;padding:16px 0;font-weight:600;list-style-position:outside}.faq-list[data-astro-cid-lcdefpme] summary[data-astro-cid-lcdefpme]:hover{color:#c7d2fe}.faq-list[data-astro-cid-lcdefpme] details[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--muted);max-width:620px;padding:0 0 18px}.cta-band[data-astro-cid-lcdefpme]{text-align:center;border-top:1px solid var(--border);padding:110px 0;position:relative;overflow:hidden}.cta-inner[data-astro-cid-lcdefpme]{position:relative}.cta-band[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{font-size:clamp(1.9rem,4.5vw,3rem)}.cta-band[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--muted);margin:12px 0 30px;font-size:1.05rem}@supports (animation-timeline:view()){.reveal[data-astro-cid-lcdefpme]{animation:linear both rise view();animation-range:entry 5% entry 38%}@keyframes rise{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}}@media (width<=899px){.section[data-astro-cid-lcdefpme]{padding:64px 0}.hero[data-astro-cid-lcdefpme]{padding:84px 0 64px}.steps[data-astro-cid-lcdefpme],.fast-grid[data-astro-cid-lcdefpme],.own-grid[data-astro-cid-lcdefpme],.sister-grid[data-astro-cid-lcdefpme],.magic-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:26px}.pipeline[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:14px;max-width:320px}.pipe-beam[data-astro-cid-lcdefpme]{background:linear-gradient(#7b8ab899,#818cf8e6);width:2px;height:66px;margin:0 auto}.beam-dot[data-astro-cid-lcdefpme]{animation-name:shootv;top:0;left:-2.5px}@keyframes shootv{0%{opacity:0;top:-4px}12%{opacity:1}88%{opacity:1}to{opacity:0;top:calc(100% - 3px)}}.lane-track[data-astro-cid-lcdefpme]{gap:12px;overflow-x:auto}}@media (prefers-reduced-motion:reduce){.orb[data-astro-cid-lcdefpme],.beam-dot[data-astro-cid-lcdefpme],.beam-bolt[data-astro-cid-lcdefpme],.pipe-card[data-astro-cid-lcdefpme],.runner[data-astro-cid-lcdefpme],.gradient-text[data-astro-cid-lcdefpme],.pulse-dot[data-astro-cid-lcdefpme],.tl[data-astro-cid-lcdefpme],.tl-cursor[data-astro-cid-lcdefpme]{animation:none!important}.tl[data-astro-cid-lcdefpme]{opacity:1}.fast-card[data-astro-cid-lcdefpme]:hover,.own-card[data-astro-cid-lcdefpme]:hover,.sister-card[data-astro-cid-lcdefpme]:hover{transform:none}}

.speedpress-inline-1{animation-delay:0.4s}
.speedpress-inline-2{animation-delay:0.9500000000000001s}
.speedpress-inline-3{animation-delay:1.5s}
.speedpress-inline-4{animation-delay:2.0500000000000003s}
.speedpress-inline-5{animation-delay:2.6s}
.speedpress-inline-6{animation-delay:3.15s}
.speedpress-inline-7{animation-delay:3.7s}
.speedpress-inline-8{animation-delay:4.250000000000001s}
.speedpress-inline-9{animation-delay:4.800000000000001s}
.ai2wp-speedpress-disclosure{background:#05060f;color:#99a2c2;border-top:1px solid #ffffff1a;padding:12px 20px;text-align:center;font:12px sans-serif}.ai2wp-speedpress-disclosure a{color:#a5b4fc}