:root{--bg: #0a0a0a;--bg-2: #0d0d0d;--surface: #121214;--surface-raised: #1a1a1d;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .16);--border-blue: rgba(47, 107, 255, .5);--text: #f2f4f8;--text-muted: #8a93a6;--text-dim: #5a6373;--accent: #2f6bff;--accent-hi: #5685ff;--accent-violet: #5b3df5;--lime: #b8ff3d;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-pill: 9999px;--ease: cubic-bezier(.2, .7, .3, 1);--font: "Inter", system-ui, -apple-system, sans-serif;--display: "Space Grotesk", "Inter", system-ui, sans-serif;--mono: "DM Mono", ui-monospace, "JetBrains Mono", monospace;--max-w: 1200px;--gutter: 24px}@media(min-width:1024px){:root{--gutter: 48px}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:hidden;max-width:100%;scroll-padding-top:72px}body{margin:0;background:transparent;color:var(--text);font-family:var(--font);font-size:16px;font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"cv08" 1;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}::selection{background:var(--accent);color:#fff}.tnum{font-variant-numeric:tabular-nums}h1,h2,h3{margin:0;font-weight:700}.display{font-family:var(--font);font-size:clamp(40px,6.4vw,72px);line-height:1;letter-spacing:-.02em;font-weight:800;text-transform:uppercase}.h2{font-family:var(--font);font-size:clamp(34px,5vw,56px);line-height:1.02;letter-spacing:-.035em;font-weight:700}.h3{font-family:var(--font);font-size:clamp(20px,2.4vw,24px);line-height:1.1;letter-spacing:-.02em;font-weight:600}.body-lg{font-size:clamp(18px,2vw,22px);line-height:1.45;color:var(--text-muted)}.eyebrow{font-family:var(--font);font-size:clamp(24px,4vw,36px);font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-hi)}.idx{font-family:var(--mono);font-size:14px;color:var(--text-dim);letter-spacing:.05em}.container{max-width:var(--max-w);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:96px}@media(min-width:1024px){.section{padding-block:140px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font);font-weight:600;cursor:pointer;border:1px solid transparent;white-space:nowrap;transition:transform .2s var(--ease),box-shadow .22s ease,background .18s ease,border-color .18s ease,color .18s ease}.btn:active{transform:scale(.96)}.btn-pill{height:53px;padding:0 26px;border-radius:var(--r-pill);font-size:19px;font-weight:600;background:#fff;color:#0c0f17}.btn-pill:hover{transform:scale(.96);box-shadow:0 8px 30px #ffffff2e}.btn-pill:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.btn-os{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:var(--r-lg);background:var(--surface);border:1px solid rgba(255,255,255,.14);color:#fff;font-family:var(--font);font-weight:500;box-shadow:inset 0 1px #ffffff0f,0 6px 18px -10px #000000b3;transition:background .2s ease,border-color .22s ease,box-shadow .28s ease,transform .16s var(--ease)}.btn-os svg{flex:none}.btn-os:hover{background:var(--surface-raised);border-color:#2f6bff99;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff14,0 10px 26px -10px #000000b3,0 0 28px -4px #2f6bff8c}.btn-os:active{transform:translateY(0) scale(.97)}.btn-os:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.reveal.is-visible{opacity:1;transform:none}.reveal[data-delay="1"]{transition-delay:80ms}.reveal[data-delay="2"]{transition-delay:.16s}.reveal[data-delay="3"]{transition-delay:.24s}.glow-top{position:absolute;inset:0 0 auto;height:600px;background:radial-gradient(ellipse 60% 100% at 50% 0%,rgba(47,107,255,.16),transparent 70%);pointer-events:none;z-index:0}.hero,.benchmark,.compare,.uc,.cta,.section{background:transparent}.nav{background:#0a0a0ab8!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1!important;transform:none!important}html{scroll-behavior:auto}}.particles:where(.astro-kcjrzsbh){position:fixed;inset:0;overflow:hidden;background:#0a0a0a;z-index:-1;pointer-events:none}.particles__canvas:where(.astro-kcjrzsbh){position:absolute;inset:0;width:100%;height:100%}@media(prefers-reduced-motion:reduce){.particles__canvas:where(.astro-kcjrzsbh){display:none}}.nav:where(.astro-5blmo7yk){position:fixed;top:0;left:0;right:0;z-index:200;background:var(--bg);border-bottom:1px solid var(--border)}.nav__inner:where(.astro-5blmo7yk){position:relative;display:flex;align-items:center;justify-content:space-between;height:58px;padding-inline:var(--gutter);max-width:var(--max-w);margin-inline:auto}.nav__brand:where(.astro-5blmo7yk){display:inline-flex;align-items:center}.nav__logo:where(.astro-5blmo7yk){width:36px;height:36px;border-radius:9px}.nav__links:where(.astro-5blmo7yk){position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:18px}.nav__link:where(.astro-5blmo7yk){font-family:var(--font);font-size:15px;font-weight:500;color:var(--text-muted);transition:color .2s ease}.nav__link:where(.astro-5blmo7yk):hover{color:var(--text)}.nav__cta:where(.astro-5blmo7yk){font-size:15px;gap:7px;padding:8px 13px;border-radius:11px}@media(max-width:900px){.nav__inner:where(.astro-5blmo7yk){height:84px;padding:0 24px}.nav__links:where(.astro-5blmo7yk){display:none}.nav__logo:where(.astro-5blmo7yk){width:44px;height:44px;border-radius:11px}.nav__cta:where(.astro-5blmo7yk){font-size:16px;padding:10px 14px}.nav__cta:where(.astro-5blmo7yk) svg:where(.astro-5blmo7yk){width:20px;height:20px}}.install:where(.astro-tphxj3b6){display:flex;flex-direction:column;gap:12px;width:100%;max-width:692px;min-width:0}.install-card:where(.astro-tphxj3b6){width:100%;max-width:692px;border-radius:20px;background:var(--surface);border:1px solid rgba(255,255,255,.1);cursor:pointer;overflow:hidden;box-shadow:0 0 0 1px #2f6bff00,0 18px 50px -12px #0009,0 0 60px -10px #2f6bff59;transition:transform .18s var(--ease),box-shadow .25s ease,border-color .25s ease}.install-card:where(.astro-tphxj3b6):hover{transform:translateY(-2px);border-color:#2f6bff8c;box-shadow:0 0 0 1px #2f6bff8c,0 22px 60px -12px #000000a6,0 0 80px -8px #2f6bff80}.install-card:where(.astro-tphxj3b6).breathe{animation:breathe 1.4s var(--ease) 1}@keyframes breathe{0%{box-shadow:0 0 0 1px #2f6bff00,0 18px 50px -12px #0009,0 0 60px -10px #2f6bff59}50%{box-shadow:0 0 0 1px #2f6bff8c,0 18px 50px -12px #0009,0 0 90px -6px #2f6bff8c}to{box-shadow:0 0 0 1px #2f6bff00,0 18px 50px -12px #0009,0 0 60px -10px #2f6bff59}}.install-titlebar:where(.astro-tphxj3b6){position:relative;height:48px;display:flex;align-items:center;gap:8px;padding:0 20px}.dot:where(.astro-tphxj3b6){width:11px;height:11px;border-radius:50%;box-shadow:inset 0 0 0 .5px #00000040}.dot--r:where(.astro-tphxj3b6){background:#ff5f56}.dot--y:where(.astro-tphxj3b6){background:#ffbd2e}.dot--g:where(.astro-tphxj3b6){background:#27c93f}.install-comment:where(.astro-tphxj3b6){position:absolute;left:50%;transform:translate(-50%);font-family:var(--mono);font-size:12px;color:var(--text-dim);white-space:nowrap}.install-tag:where(.astro-tphxj3b6){margin-left:auto;font-family:var(--mono);font-size:12px;letter-spacing:.04em;color:var(--text-muted)}.bolt:where(.astro-tphxj3b6){color:var(--accent)}.install-body:where(.astro-tphxj3b6){display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 20px 29px 22px}.install-cmd:where(.astro-tphxj3b6){font-family:var(--mono);font-size:19px;line-height:1;letter-spacing:-.01em;color:var(--text);white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.install-cmd:where(.astro-tphxj3b6)::-webkit-scrollbar{display:none}.prompt:where(.astro-tphxj3b6){color:var(--accent);margin-right:10px;user-select:none}.copy-btn:where(.astro-tphxj3b6){flex-shrink:0;height:40px;min-width:84px;padding:0 14px;border-radius:var(--r-sm);font:600 13px/1 var(--font);letter-spacing:.02em;display:inline-flex;align-items:center;gap:7px;background:#ffffff0f;color:var(--text);border:1px solid rgba(255,255,255,.12);cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.copy-btn:where(.astro-tphxj3b6) .ic:where(.astro-tphxj3b6){stroke:var(--text-muted);transition:stroke .18s ease}.copy-btn:where(.astro-tphxj3b6) .ic-check:where(.astro-tphxj3b6){display:none}.copy-btn:where(.astro-tphxj3b6):hover{background:#2f6bff24;border-color:#2f6bff8c;color:#fff}.copy-btn:where(.astro-tphxj3b6):hover .ic:where(.astro-tphxj3b6){stroke:var(--accent)}.copy-btn:where(.astro-tphxj3b6):active{background:#2f6bff38}.copy-btn:where(.astro-tphxj3b6):focus-visible{outline:2px solid var(--accent);outline-offset:2px}.copy-btn:where(.astro-tphxj3b6).is-copied{background:var(--accent);border-color:var(--accent);color:#fff}.copy-btn:where(.astro-tphxj3b6).is-copied .ic-copy:where(.astro-tphxj3b6){display:none}.copy-btn:where(.astro-tphxj3b6).is-copied .ic-check:where(.astro-tphxj3b6){display:inline;stroke:#fff}.install__reassure:where(.astro-tphxj3b6){margin:0;padding-left:2px;font-size:13px;font-style:italic;color:var(--text-muted)}@media(max-width:640px){.install-card:where(.astro-tphxj3b6){width:100%}.install-cmd:where(.astro-tphxj3b6){font-size:13.5px}.install-body:where(.astro-tphxj3b6){padding:18px 14px 22px 16px}}.term:where(.astro-tz4o25be){width:100%;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border-strong);background:#000;box-shadow:0 40px 120px -30px #000000d9}.term__bar:where(.astro-tz4o25be){height:38px;display:flex;align-items:center;gap:8px;padding:0 16px;background:#1c1c1e;border-bottom:1px solid rgba(255,255,255,.06)}.term__dot:where(.astro-tz4o25be){width:12px;height:12px;border-radius:50%}.term__dot--r:where(.astro-tz4o25be){background:#ff5f56}.term__dot--y:where(.astro-tz4o25be){background:#ffbd2e}.term__dot--g:where(.astro-tz4o25be){background:#27c93f}.term__title:where(.astro-tz4o25be){margin-left:8px;font-size:13px;color:#b8bcc4;font-family:var(--font)}.term__screen:where(.astro-tz4o25be){background:#000;padding:22px 24px 18px;text-align:left}.term__grid:where(.astro-tz4o25be){display:flex;align-items:flex-start;gap:28px}.term__main:where(.astro-tz4o25be){flex:1 1 auto;min-width:0}.term__header:where(.astro-tz4o25be),.ascii:where(.astro-tz4o25be),.term__keys:where(.astro-tz4o25be),.term__foot:where(.astro-tz4o25be){font-family:JetBrains Mono,ui-monospace,monospace;line-height:1.5}.term__header:where(.astro-tz4o25be){font-size:clamp(11px,1.15vw,15px);white-space:nowrap;margin-bottom:8px;color:#c9cfda}.term__logo:where(.astro-tz4o25be){display:flex;align-items:center;gap:clamp(20px,3vw,52px);margin:18px 0 14px}.ascii:where(.astro-tz4o25be){margin:0;white-space:pre}.ascii--cross:where(.astro-tz4o25be){color:#b8ff3d;font-size:clamp(7px,.95vw,12px);line-height:1;flex-shrink:0}.term__brand:where(.astro-tz4o25be){display:flex;flex-direction:column;gap:14px;min-width:0}.ascii--word:where(.astro-tz4o25be){color:#5b3df5;font-size:clamp(8px,1.2vw,16px);line-height:1.12}.term__sub:where(.astro-tz4o25be){color:#8a93a6;font-size:clamp(11px,1.15vw,15px)}.term__keys:where(.astro-tz4o25be){list-style:none;margin:18px 0 0;padding:0;font-size:clamp(11px,1.15vw,15px);color:#c9cfda}.term__keys:where(.astro-tz4o25be) li:where(.astro-tz4o25be){display:flex;align-items:baseline;gap:8px}.term__key:where(.astro-tz4o25be){min-width:clamp(150px,19vw,240px);flex-shrink:0}.term__desc:where(.astro-tz4o25be){color:#c9cfda}.term__foot:where(.astro-tz4o25be){margin-top:26px;font-size:clamp(11px,1.15vw,15px);text-align:left}.term__prompt:where(.astro-tz4o25be),.term__status:where(.astro-tz4o25be),.term__keybar:where(.astro-tz4o25be){text-align:left}.term__prompt:where(.astro-tz4o25be),.term__status:where(.astro-tz4o25be){margin-bottom:14px}.term__keybar:where(.astro-tz4o25be){color:#c9cfda}.term__side:where(.astro-tz4o25be){flex:0 0 auto;width:clamp(150px,17vw,220px);align-self:stretch;border-left:1px solid rgba(255,255,255,.18);padding-left:18px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:clamp(11px,1.15vw,15px);line-height:1.5;color:#c9cfda}.side-title:where(.astro-tz4o25be){color:#eaf0ff;font-weight:700}.side-title--tasks:where(.astro-tz4o25be){margin-top:130px}.side-dim:where(.astro-tz4o25be){color:#6b7280}.acc:where(.astro-tz4o25be),.hl:where(.astro-tz4o25be),.kb:where(.astro-tz4o25be){color:#5b3df5}.hl:where(.astro-tz4o25be),.kb:where(.astro-tz4o25be){font-weight:700}.dim:where(.astro-tz4o25be){color:#6b7280}.grn:where(.astro-tz4o25be){color:#27c93f}.cur:where(.astro-tz4o25be){color:#b8ff3d;animation:caretBlink 1.05s steps(1) infinite}@keyframes caretBlink{0%,50%{opacity:1}50.01%,to{opacity:0}}@media(max-width:760px){.term__side:where(.astro-tz4o25be){display:none}.term__header:where(.astro-tz4o25be){white-space:normal}}@media(prefers-reduced-motion:reduce){.cur:where(.astro-tz4o25be){animation:none}}.hero:where(.astro-bbe6dxrz){position:relative;padding-top:98px;padding-bottom:64px;background:transparent}@media(max-width:900px){.hero:where(.astro-bbe6dxrz){padding-top:110px}}.hero__inner:where(.astro-bbe6dxrz){position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:27px}.hero__brand:where(.astro-bbe6dxrz){display:inline-flex;align-items:center;gap:12px}.hero__logo:where(.astro-bbe6dxrz){width:40px;height:40px;border-radius:10px}.hero__word:where(.astro-bbe6dxrz){font-family:var(--font);font-weight:600;font-size:32px;text-transform:uppercase;letter-spacing:-.02em;color:#fff}.hero__title:where(.astro-bbe6dxrz){margin:0;max-width:820px;color:var(--text)}.hero__badge:where(.astro-bbe6dxrz){display:inline-block;padding:13px 24px;border-radius:var(--r-pill);border:1px solid var(--border-blue);background:#2f6bff0f;font-family:var(--font);font-size:15px;font-weight:600;letter-spacing:.16em;color:var(--accent-hi)}.hero__install:where(.astro-bbe6dxrz){width:100%;max-width:692px;margin-top:14px}.hero__terminal:where(.astro-bbe6dxrz){width:100%;margin-top:48px}@media(max-width:900px){.hero__word:where(.astro-bbe6dxrz){font-size:24px}.hero__badge:where(.astro-bbe6dxrz){font-size:12.5px;padding:11px 18px;letter-spacing:.12em}}.benchmark:where(.astro-rey7jovx){content-visibility:auto;contain-intrinsic-size:auto 1100px}.benchmark:where(.astro-rey7jovx){padding-top:40px;padding-bottom:32px}@media(min-width:1024px){.benchmark:where(.astro-rey7jovx){padding-top:56px;padding-bottom:40px}}.benchmark__eyebrow:where(.astro-rey7jovx){display:block;text-align:center}.benchmark__title:where(.astro-rey7jovx){position:relative;text-align:center;margin:16px 0 0;display:flex;flex-direction:column;align-items:center;gap:0}.benchmark__line:where(.astro-rey7jovx){font-family:var(--font);font-weight:800;font-size:clamp(36px,6vw,72px);line-height:1.12;letter-spacing:-.02em;text-transform:uppercase;color:#fff}.benchmark__vs:where(.astro-rey7jovx){position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:clamp(86px,11vw,134px);height:auto;pointer-events:none}.benchmark__caption:where(.astro-rey7jovx){text-align:center;margin:24px auto 0;max-width:62ch;font-size:18px;color:var(--text-muted)}.bench-card:where(.astro-rey7jovx){position:relative;margin-top:40px;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:40px;overflow:hidden}.bench-confetti:where(.astro-rey7jovx){position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:4}.bench-card__row:where(.astro-rey7jovx){position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:980px){.bench-card__row:where(.astro-rey7jovx){grid-template-columns:minmax(0,.95fr) minmax(0,1fr);gap:56px}}.bars:where(.astro-rey7jovx){display:flex;align-items:flex-end;justify-content:center;gap:36px;--track-h: 460px;--bar-w: 165px}@media(max-width:720px){.bars:where(.astro-rey7jovx){--track-h: 360px;--bar-w: 130px;gap:22px}}.bar-col:where(.astro-rey7jovx){display:flex;flex-direction:column;align-items:center;gap:20px}.bar-track:where(.astro-rey7jovx){position:relative;width:var(--bar-w);height:var(--track-h);display:flex;align-items:flex-end;justify-content:center}.bar-fill:where(.astro-rey7jovx){position:relative;width:100%;height:0;transition:height 1.25s cubic-bezier(.22,1,.36,1);will-change:height}.bar-fill--us:where(.astro-rey7jovx){background:linear-gradient(180deg,#4d86ff 0%,var(--accent) 60%,#1f56e0 100%);border:1px solid #80b5ff;border-bottom:none;border-radius:36px 36px 0 0;box-shadow:inset 0 1px #ffffff38}.bar-fill--them:where(.astro-rey7jovx){background:linear-gradient(180deg,#2b3346,#1b2233);border:1px solid var(--border-strong);border-bottom:none;border-radius:46px 46px 0 0}.bar-val:where(.astro-rey7jovx){position:absolute;left:50%;bottom:calc(var(--track-h) * var(--pct, 0) / 100 + 48px);transform:translate(-50%);font-family:var(--display);font-weight:700;font-size:clamp(36px,4vw,53px);line-height:1;letter-spacing:-.03em;color:#fff;white-space:nowrap;z-index:3;transition:bottom 1.25s cubic-bezier(.22,1,.36,1)}.bar-val--dim:where(.astro-rey7jovx){color:var(--text-muted);bottom:calc(var(--track-h) * var(--pct, 0) / 100 + 16px)}.bar-logo-in:where(.astro-rey7jovx){position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:68px;height:68px;border-radius:16px;z-index:2}.bar-logo-in--frame:where(.astro-rey7jovx){display:grid;place-items:center;border:1px solid #fff;border-radius:16px;overflow:hidden;box-shadow:inset 1px 1px 3px #ffffff14}.bar-logo-img:where(.astro-rey7jovx){width:68px;height:68px;border-radius:0;object-fit:cover;image-rendering:-webkit-optimize-contrast}.bar-badge:where(.astro-rey7jovx){position:absolute;top:0;left:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:6px;font-family:var(--display);font-weight:500;font-size:clamp(16px,1.6vw,21px);color:#fff;background:#006aff;padding:7px 18px;border-radius:var(--r-pill);white-space:nowrap;z-index:4;opacity:0;transition:opacity .4s var(--ease)}.bars:where(.astro-rey7jovx).is-done .bar-badge:where(.astro-rey7jovx){opacity:1}.bar-badge__star:where(.astro-rey7jovx){font-size:14px}.bar-name:where(.astro-rey7jovx){font-family:var(--font);font-weight:700;font-size:clamp(18px,1.7vw,23px);color:var(--text)}.bar-name--dim:where(.astro-rey7jovx){color:var(--text-muted)}.bench-stats:where(.astro-rey7jovx){display:flex;flex-direction:column;gap:34px}.bstat:where(.astro-rey7jovx){display:flex;flex-direction:column;gap:8px}.bstat__head:where(.astro-rey7jovx){position:relative;display:flex;align-items:center}.bstat__num:where(.astro-rey7jovx){font-family:var(--display);font-weight:700;font-size:clamp(40px,4.2vw,50px);line-height:1;color:#fff;white-space:nowrap}.bstat__pre:where(.astro-rey7jovx){font-family:var(--display)}.bstat__label:where(.astro-rey7jovx){position:absolute;right:0;top:50%;transform:translateY(-50%);font-family:var(--mono);font-size:13.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.bstat__desc:where(.astro-rey7jovx){margin:0;font-family:var(--font);font-weight:400;font-size:16.5px;line-height:1.5;color:var(--text)}@media(max-width:560px){.bench-card:where(.astro-rey7jovx){padding:24px}.bstat__label:where(.astro-rey7jovx){position:static;transform:none;display:block;margin-top:4px}}@media(prefers-reduced-motion:reduce){.bar-fill:where(.astro-rey7jovx){transition:none}.bar-badge:where(.astro-rey7jovx){animation:none!important}}.compare:where(.astro-sjh5edtt){padding-block:32px}@media(min-width:1024px){.compare:where(.astro-sjh5edtt){padding-block:44px}}.compare:where(.astro-sjh5edtt) .eyebrow:where(.astro-sjh5edtt){display:block;text-align:center}.compare__title:where(.astro-sjh5edtt){margin:16px auto 56px;text-align:center}.table:where(.astro-sjh5edtt){border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;background:var(--bg-2)}.row:where(.astro-sjh5edtt){display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;border-top:1px solid var(--border)}.row:where(.astro-sjh5edtt):first-child{border-top:none}.row--head:where(.astro-sjh5edtt){background:#ffffff05}.cell:where(.astro-sjh5edtt){padding:20px 22px;font-size:16px;display:flex;align-items:center;gap:9px;color:var(--text-muted)}.cell--label:where(.astro-sjh5edtt){color:var(--text);font-weight:600}.row--head:where(.astro-sjh5edtt) .cell:where(.astro-sjh5edtt){font-weight:600;color:var(--text);font-size:17px}.col-logo:where(.astro-sjh5edtt){width:26px;height:26px;border-radius:6px}.cell--us:where(.astro-sjh5edtt){background:var(--surface-raised);color:var(--text);font-weight:600;box-shadow:inset 1px 0 0 var(--border-blue),inset -1px 0 0 var(--border-blue)}.row--head:where(.astro-sjh5edtt) .cell--us:where(.astro-sjh5edtt){box-shadow:inset 1px 0 0 var(--border-blue),inset -1px 0 0 var(--border-blue),inset 0 1px 0 var(--border-blue);border-top-left-radius:0}.row:where(.astro-sjh5edtt):last-child .cell--us:where(.astro-sjh5edtt){box-shadow:inset 1px 0 0 var(--border-blue),inset -1px 0 0 var(--border-blue),inset 0 -1px 0 var(--border-blue)}.dot:where(.astro-sjh5edtt){width:7px;height:7px;border-radius:50%;background:var(--accent-hi);flex-shrink:0}.compare__note:where(.astro-sjh5edtt){margin:28px 0 0;max-width:none;font-size:15px;color:var(--text-dim);line-height:1.6;text-wrap:balance}@media(max-width:760px){.row:where(.astro-sjh5edtt){grid-template-columns:1.2fr 1fr 1fr 1fr}.cell:where(.astro-sjh5edtt){padding:14px 12px;font-size:13px;gap:6px}.row--head:where(.astro-sjh5edtt) .cell:where(.astro-sjh5edtt){font-size:13px}.cell:where(.astro-sjh5edtt) .col-logo:where(.astro-sjh5edtt){width:20px;height:20px}.cell--us:where(.astro-sjh5edtt) .dot:where(.astro-sjh5edtt){display:none}}.uc:where(.astro-5b4siwv2){content-visibility:auto;contain-intrinsic-size:auto 900px;padding-block:32px}@media(min-width:1024px){.uc:where(.astro-5b4siwv2){padding-block:44px}}.uc:where(.astro-5b4siwv2) .eyebrow:where(.astro-5b4siwv2){display:block;text-align:center}.uc__title:where(.astro-5b4siwv2){margin:16px auto 56px;text-align:center}.uc__panel:where(.astro-5b4siwv2){display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;background:#12121480;min-height:600px}@media(min-width:1000px){.uc__panel:where(.astro-5b4siwv2){flex-direction:row;height:640px}}.uc__tabs:where(.astro-5b4siwv2){display:flex;flex-shrink:0}@media(min-width:1000px){.uc__tabs:where(.astro-5b4siwv2){flex-direction:column;width:360px;border-right:1px solid var(--border)}}@media(max-width:999px){.uc__tabs:where(.astro-5b4siwv2){overflow-x:auto;border-bottom:1px solid var(--border)}}.uc__tab:where(.astro-5b4siwv2){position:relative;flex:1;text-align:left;padding:24px 26px;background:transparent;border:none;border-top:1px solid var(--border);cursor:pointer;display:flex;flex-direction:column;gap:5px;transition:background .2s ease;min-width:200px}.uc__tab:where(.astro-5b4siwv2):first-child{border-top:none}.uc__tab:where(.astro-5b4siwv2):hover{background:#ffffff05}.uc__tab:where(.astro-5b4siwv2).is-active{background:var(--surface)}.uc__tab-bar:where(.astro-5b4siwv2){position:absolute;left:0;top:0;bottom:0;width:3px;background:#2f6bff33;overflow:hidden;opacity:0}.uc__tab:where(.astro-5b4siwv2).is-active .uc__tab-bar:where(.astro-5b4siwv2){opacity:1}.uc__tab-fill:where(.astro-5b4siwv2){display:block;width:100%;height:100%;background:var(--accent-hi);transform:scaleY(0);transform-origin:top}.uc__tab:where(.astro-5b4siwv2).is-active .uc__tab-fill:where(.astro-5b4siwv2){animation:ucProgress 7s linear forwards}@keyframes ucProgress{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.uc__tab-title:where(.astro-5b4siwv2){font-family:var(--font);font-weight:600;font-size:18px;letter-spacing:-.01em;color:var(--text-muted);transition:color .2s ease}.uc__tab:where(.astro-5b4siwv2).is-active .uc__tab-title:where(.astro-5b4siwv2){color:var(--text)}.uc__tab-sub:where(.astro-5b4siwv2){font-family:var(--mono);font-size:12px;letter-spacing:.02em;color:var(--accent-hi)}.uc__tab-desc:where(.astro-5b4siwv2){font-family:var(--font);font-size:13.5px;line-height:1.5;color:var(--text-dim);margin-top:6px}@media(max-width:999px){.uc__tab-sub:where(.astro-5b4siwv2),.uc__tab-desc:where(.astro-5b4siwv2){display:none}}.uc__stage:where(.astro-5b4siwv2){flex:1;position:relative}.uc__demo:where(.astro-5b4siwv2){position:absolute;inset:0;display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center;padding:32px;opacity:0;pointer-events:none;transition:opacity .4s ease}@media(min-width:700px){.uc__demo:where(.astro-5b4siwv2){flex-direction:row}}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active{opacity:1;pointer-events:auto}.uc__scene:where(.astro-5b4siwv2){flex:3;width:100%;display:grid;place-items:center}.uc__log:where(.astro-5b4siwv2){flex:2;list-style:none;margin:0;padding:0;display:none;flex-direction:column;gap:18px;align-self:center;text-align:left}@media(min-width:700px){.uc__log:where(.astro-5b4siwv2){display:flex}}.uc__log:where(.astro-5b4siwv2) li:where(.astro-5b4siwv2){font-family:var(--mono);font-size:13.5px;line-height:1.4;color:var(--text-muted);padding-left:22px;position:relative;opacity:0;transform:translateY(10px)}.uc__log:where(.astro-5b4siwv2) li:where(.astro-5b4siwv2):before{content:"▸";position:absolute;left:0;top:0;color:var(--accent-hi)}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .uc__log:where(.astro-5b4siwv2) li:where(.astro-5b4siwv2){animation:ucStep .5s var(--ease) forwards}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .uc__log:where(.astro-5b4siwv2) li:where(.astro-5b4siwv2):nth-child(1){animation-delay:.3s}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .uc__log:where(.astro-5b4siwv2) li:where(.astro-5b4siwv2):nth-child(2){animation-delay:1.2s}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .uc__log:where(.astro-5b4siwv2) li:where(.astro-5b4siwv2):nth-child(3){animation-delay:2.4s}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .uc__log:where(.astro-5b4siwv2) li:where(.astro-5b4siwv2):nth-child(4){animation-delay:3.6s}@keyframes ucStep{to{opacity:1;transform:none}}.px-win:where(.astro-5b4siwv2){width:440px;max-width:100%;background:#11151f;box-shadow:0 0 0 2px #222a38,0 24px 60px -24px #000c;image-rendering:pixelated}.px-bar:where(.astro-5b4siwv2){height:26px;display:flex;align-items:center;gap:7px;padding:0 12px;background:#0e1320;box-shadow:inset 0 -2px #222a38}.px-bar:where(.astro-5b4siwv2) .d:where(.astro-5b4siwv2){width:7px;height:7px;border-radius:0}.d--r:where(.astro-5b4siwv2){background:#ff4d4d}.d--y:where(.astro-5b4siwv2){background:#ffb43d}.d--g:where(.astro-5b4siwv2){background:#3ddc84}.px-bar-label:where(.astro-5b4siwv2){margin-left:auto;font-family:var(--mono);font-size:11px;color:var(--lime);letter-spacing:1px}.px-body:where(.astro-5b4siwv2){position:relative;height:274px;padding:16px;display:flex;gap:14px}.px-desktop:where(.astro-5b4siwv2){position:relative;width:100%;height:248px;background:#0a0d15;box-shadow:inset 0 0 0 2px #1c2336;image-rendering:pixelated;margin:13px}.px-folder:where(.astro-5b4siwv2){position:absolute;bottom:18px;width:64px;height:50px;background:#14306b;border:3px solid #2f6bff;border-radius:2px;display:grid;place-items:center}.px-folder:where(.astro-5b4siwv2) span:where(.astro-5b4siwv2){font-family:var(--mono);font-size:11px;color:#8fb4ff;letter-spacing:1px}.px-folder:where(.astro-5b4siwv2):before{content:"";position:absolute;top:-9px;left:-3px;width:26px;height:8px;background:#2f6bff;border-radius:2px 2px 0 0}.px-folder--a:where(.astro-5b4siwv2){left:22px}.px-folder--b:where(.astro-5b4siwv2){left:128px}.px-folder--c:where(.astro-5b4siwv2){left:234px}.px-file:where(.astro-5b4siwv2){position:absolute;width:34px;height:42px;top:30px;background:#e9edf6;border:3px solid #aeb6c6;border-radius:2px}.px-file:where(.astro-5b4siwv2):after{content:"";position:absolute;top:6px;left:6px;right:6px;height:3px;background:#aeb6c6;box-shadow:0 7px #aeb6c6,0 14px #aeb6c6}.px-file--1:where(.astro-5b4siwv2){left:40px}.px-file--2:where(.astro-5b4siwv2){left:143px}.px-file--3:where(.astro-5b4siwv2){left:246px}.px-cursor:where(.astro-5b4siwv2){position:absolute;width:0;height:0;z-index:5;left:50px;top:50px;border-left:14px solid #b8ff3d;border-bottom:9px solid transparent;border-right:5px solid transparent;filter:drop-shadow(0 0 4px rgba(184,255,61,.6));transform:rotate(-20deg)}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .px-cursor:where(.astro-5b4siwv2){animation:cursorWalk 6.5s var(--ease) infinite}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .px-file--1:where(.astro-5b4siwv2){animation:fly1 6.5s var(--ease) infinite}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .px-file--2:where(.astro-5b4siwv2){animation:fly2 6.5s var(--ease) infinite}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .px-file--3:where(.astro-5b4siwv2){animation:fly3 6.5s var(--ease) infinite}@keyframes cursorWalk{0%{left:50px;top:50px}12%{left:52px;top:44px}20%{left:150px;top:44px}32%{left:250px;top:46px}to{left:250px;top:46px}}@keyframes fly1{0%,10%{transform:none;opacity:1}18%{transform:translate(-12px,210px) scale(.7);opacity:0}to{transform:translate(-12px,210px) scale(.7);opacity:0}}@keyframes fly2{0%,22%{transform:none;opacity:1}30%{transform:translate(-12px,206px) scale(.7);opacity:0}to{transform:translate(-12px,206px) scale(.7);opacity:0}}@keyframes fly3{0%,34%{transform:none;opacity:1}42%{transform:translate(-12px,208px) scale(.7);opacity:0}to{transform:translate(-12px,208px) scale(.7);opacity:0}}.sc-watch:where(.astro-5b4siwv2) .px-body:where(.astro-5b4siwv2){flex-direction:row;align-items:center;gap:18px}.w-tiles:where(.astro-5b4siwv2){display:flex;flex-direction:column;gap:8px;flex:1}.w-tile:where(.astro-5b4siwv2){background:#0e1320;box-shadow:inset 0 0 0 2px #222a38;padding:10px 12px;display:flex;flex-direction:column;gap:4px;opacity:0}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .w-tile--1:where(.astro-5b4siwv2){animation:wIn 6.5s var(--ease) infinite}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .w-tile--2:where(.astro-5b4siwv2){animation:wIn 6.5s var(--ease) infinite;animation-delay:.15s}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .w-tile--3:where(.astro-5b4siwv2){animation:wIn 6.5s var(--ease) infinite;animation-delay:.3s}@keyframes wIn{0%{opacity:0;transform:translate(-8px)}8%,to{opacity:1;transform:none}}.w-lbl:where(.astro-5b4siwv2){font-family:var(--mono);font-size:10px;letter-spacing:1px;color:#7a869a}.w-val:where(.astro-5b4siwv2){font-family:var(--mono);font-size:18px;color:var(--lime)}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .w-val:where(.astro-5b4siwv2){animation:wTick 6.5s steps(1) infinite}@keyframes wTick{22%{color:#fff}24%{color:var(--lime)}33%{color:#fff}36%{color:var(--lime)}}.w-up:where(.astro-5b4siwv2){color:#3ddc84;font-style:normal;font-size:12px}.w-news:where(.astro-5b4siwv2){font-family:var(--mono);font-size:12px;color:#c9cfda;display:flex;align-items:center;gap:6px}.w-bullet:where(.astro-5b4siwv2){width:7px;height:7px;background:#ffb43d;display:inline-block}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .w-bullet:where(.astro-5b4siwv2){animation:wBullet 6.5s var(--ease) infinite}@keyframes wBullet{0%,42%{transform:scale(1)}48%{transform:scale(1.5)}54%,to{transform:scale(1)}}.w-score:where(.astro-5b4siwv2){font-family:var(--mono);font-size:16px;color:#fff}.w-home:where(.astro-5b4siwv2){display:inline-block}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .w-home:where(.astro-5b4siwv2){animation:wScore 6.5s var(--ease) infinite}@keyframes wScore{59%{transform:translateY(-6px);opacity:0}62%{transform:translateY(0);opacity:1;color:var(--lime)}70%{transform:scale(1.3)}76%{transform:scale(1)}to{color:var(--lime)}}.w-out:where(.astro-5b4siwv2){display:flex;flex-direction:column;align-items:center;gap:12px;width:110px}.w-tg:where(.astro-5b4siwv2){position:relative;width:0;height:0;border-left:30px solid #2f6bff;border-top:16px solid transparent;border-bottom:16px solid transparent;opacity:.4;filter:grayscale(1)}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .w-tg:where(.astro-5b4siwv2){animation:wTg 6.5s var(--ease) infinite}@keyframes wTg{0%,70%{opacity:.4;filter:grayscale(1)}74%{opacity:1;filter:none}78%{filter:drop-shadow(0 0 8px #2f6bff)}82%,to{opacity:1;filter:none}}.w-tg-dot:where(.astro-5b4siwv2){position:absolute;top:-14px;left:-22px;width:8px;height:8px;background:var(--lime);transform:scale(0)}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .w-tg-dot:where(.astro-5b4siwv2){animation:pop 6.5s var(--ease) infinite;animation-delay:0s}.w-bubble:where(.astro-5b4siwv2){font-family:var(--mono);font-size:12px;color:var(--lime);box-shadow:inset 0 0 0 2px var(--lime);padding:8px 12px;opacity:0}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .w-bubble:where(.astro-5b4siwv2){animation:wBubble 6.5s var(--ease) infinite}@keyframes wBubble{0%,84%{opacity:0;transform:translate(-10px,8px)}90%{opacity:1;transform:translate(0)}97%{opacity:0;transform:translate(40px,-24px)}to{opacity:0}}.sc-triage:where(.astro-5b4siwv2) .px-body:where(.astro-5b4siwv2){flex-direction:column;gap:11px}.t-repo:where(.astro-5b4siwv2){display:flex;align-items:center;gap:8px;font-family:var(--mono);font-size:13px;color:#eef2fb;opacity:0}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .t-repo:where(.astro-5b4siwv2){animation:wIn 6.5s var(--ease) infinite}.t-repoicon:where(.astro-5b4siwv2){width:16px;height:13px;background:#2f6bff;box-shadow:0 -4px 0 -1px #2f6bff;display:inline-block}.t-branch:where(.astro-5b4siwv2){font-size:10px;color:#7a869a;box-shadow:inset 0 0 0 1px #2a3346;padding:2px 6px}.t-clone:where(.astro-5b4siwv2){display:flex;align-items:center;gap:10px}.t-clone-lbl:where(.astro-5b4siwv2){font-family:var(--mono);font-size:11px;color:#7a869a}.t-bar:where(.astro-5b4siwv2){flex:1;height:10px;background:#1a2030;overflow:hidden}.t-fill:where(.astro-5b4siwv2){height:100%;width:100%;background:repeating-linear-gradient(90deg,#2f6bff 0 14px,#1a2030 14px 16px);transform:scaleX(0);transform-origin:left}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .t-fill:where(.astro-5b4siwv2){animation:tClone 6.5s steps(10) infinite}@keyframes tClone{0%{transform:scaleX(0)}28%,to{transform:scaleX(1)}}.t-code:where(.astro-5b4siwv2){background:#0e1320;box-shadow:inset 0 0 0 2px #222a38;padding:10px;display:flex;flex-direction:column;gap:6px}.t-line:where(.astro-5b4siwv2){height:7px;background:#2a3346;width:0}.t-l1:where(.astro-5b4siwv2){width:0}.t-l3:where(.astro-5b4siwv2){background:#2a3346}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .t-l1:where(.astro-5b4siwv2){animation:tLine 6.5s steps(12) infinite;animation-delay:0s}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .t-l2:where(.astro-5b4siwv2){animation:tLine 6.5s steps(12) infinite;animation-delay:.1s}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .t-l3:where(.astro-5b4siwv2){animation:tLineBug 6.5s var(--ease) infinite;animation-delay:.2s}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .t-l4:where(.astro-5b4siwv2){animation:tLine 6.5s steps(12) infinite;animation-delay:.3s}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .t-l5:where(.astro-5b4siwv2){animation:tLine 6.5s steps(12) infinite;animation-delay:.4s}@keyframes tLine{0%,30%{width:0}44%{width:72%}to{width:72%}}@keyframes tLineBug{0%,30%{width:0;background:#2a3346}44%{width:88%;background:#2a3346}50%{background:#ff4d4d}56%{background:#2a3346}62%{background:#ff4d4d}72%{background:#3ddc84}to{width:88%;background:#3ddc84}}.t-issue:where(.astro-5b4siwv2){font-family:var(--mono);font-size:12px;color:#ff7a7a;box-shadow:inset 0 0 0 2px #ff4d4d;padding:6px 10px;align-self:flex-start;transform:scale(0)}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .t-issue:where(.astro-5b4siwv2){animation:tIssue 6.5s var(--ease) infinite}@keyframes tIssue{0%,46%{transform:scale(0)}52%{transform:scale(1.1)}56%{transform:scale(1)}78%{transform:scale(1);opacity:1}84%{opacity:.4}to{opacity:.4;transform:scale(1)}}.t-pr:where(.astro-5b4siwv2){font-family:var(--mono);font-size:12px;color:#3ddc84;background:#14361f;box-shadow:inset 0 0 0 2px #3ddc84;padding:6px 12px;align-self:flex-start;transform:scale(0)}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .t-pr:where(.astro-5b4siwv2){animation:tPr 6.5s var(--ease) infinite}@keyframes tPr{0%,80%{transform:scale(0)}88%{transform:scale(1.2);box-shadow:0 0 0 5px #3ddc8466,inset 0 0 0 2px #3ddc84}94%{transform:scale(1);box-shadow:0 0 0 0 transparent,inset 0 0 0 2px #3ddc84}to{transform:scale(1)}}.sc-research:where(.astro-5b4siwv2) .px-body:where(.astro-5b4siwv2){flex-direction:row;gap:14px;align-items:stretch}.r-browser:where(.astro-5b4siwv2){flex:1.4;background:#0e1320;box-shadow:inset 0 0 0 2px #222a38;display:flex;flex-direction:column;position:relative;overflow:hidden}.r-tabs:where(.astro-5b4siwv2){position:relative;display:flex;gap:0;box-shadow:inset 0 -2px #222a38}.r-tab:where(.astro-5b4siwv2){font-family:var(--mono);font-size:11px;color:#7a869a;padding:7px 12px}.r-underline:where(.astro-5b4siwv2){position:absolute;bottom:0;left:0;width:48px;height:2px;background:var(--lime)}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .r-underline:where(.astro-5b4siwv2){animation:rTab 6.5s var(--ease) infinite}@keyframes rTab{0%,30%{left:0;width:48px}38%,to{left:48px;width:78px}}.r-page:where(.astro-5b4siwv2){flex:1;overflow:hidden;padding:10px}.r-pagescroll:where(.astro-5b4siwv2){display:flex;flex-direction:column;gap:6px}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .r-pagescroll:where(.astro-5b4siwv2){animation:rScroll 6.5s steps(8) infinite}@keyframes rScroll{0%,12%{transform:translateY(0)}30%{transform:translateY(-40px)}38%{transform:translateY(0)}to{transform:translateY(0)}}.r-title:where(.astro-5b4siwv2){height:9px;width:60%;background:var(--lime);display:block}.r-l:where(.astro-5b4siwv2){height:6px;background:#2c3550;display:block}.r-l:where(.astro-5b4siwv2):nth-child(2){width:90%}.r-l:where(.astro-5b4siwv2):nth-child(3){width:75%}.r-l:where(.astro-5b4siwv2):nth-child(4){width:85%}.r-l:where(.astro-5b4siwv2):nth-child(5){width:60%}.r-l:where(.astro-5b4siwv2):nth-child(6){width:80%}.r-l:where(.astro-5b4siwv2):nth-child(7){width:70%}.r-pdf:where(.astro-5b4siwv2){position:absolute;right:12px;bottom:12px;font-family:var(--mono);font-size:10px;color:#fff;background:#ff4d4d;padding:6px 8px;transform:translateY(14px);opacity:0}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .r-pdf:where(.astro-5b4siwv2){animation:rPdf 6.5s var(--ease) infinite}@keyframes rPdf{0%,45%{opacity:0;transform:translateY(14px) scale(.8)}52%{opacity:1;transform:translateY(0) scale(1)}82%{opacity:1}88%{opacity:0}to{opacity:0}}.r-note:where(.astro-5b4siwv2){flex:1;background:#0e1320;box-shadow:inset 0 0 0 2px var(--lime);padding:12px;display:flex;flex-direction:column;gap:7px;opacity:0;transform:translate(30px)}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .r-note:where(.astro-5b4siwv2){animation:rNote 6.5s var(--ease) infinite}@keyframes rNote{0%,58%{opacity:0;transform:translate(30px)}66%,to{opacity:1;transform:none}}.r-note-h:where(.astro-5b4siwv2){font-family:var(--mono);font-size:11px;color:var(--lime)}.r-note-l:where(.astro-5b4siwv2){height:6px;background:#2c3550;width:0;display:block}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .r-note-l:where(.astro-5b4siwv2){animation:rNoteLine 6.5s steps(10) infinite}.r-note-title:where(.astro-5b4siwv2){background:var(--lime)}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .r-note-l:where(.astro-5b4siwv2):nth-child(2){animation-delay:0s}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .r-note-l:where(.astro-5b4siwv2):nth-child(3){animation-delay:.15s}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .r-note-l:where(.astro-5b4siwv2):nth-child(4){animation-delay:.3s}@keyframes rNoteLine{0%,66%{width:0}78%{width:85%}to{width:85%}}.r-note-src:where(.astro-5b4siwv2){font-family:var(--mono);font-size:10px;color:#ffb43d}.r-saved:where(.astro-5b4siwv2){font-family:var(--mono);font-size:11px;color:var(--lime);display:flex;align-items:center;gap:6px;opacity:0}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .r-saved:where(.astro-5b4siwv2){animation:rNote 6.5s var(--ease) infinite;animation-delay:.2s}.r-check:where(.astro-5b4siwv2){font-style:normal;transform:scale(0);display:inline-block}.uc--live:where(.astro-5b4siwv2) .uc__demo:where(.astro-5b4siwv2).is-active .r-check:where(.astro-5b4siwv2){animation:pop 6.5s var(--ease) infinite}@keyframes pop{0%,85%{transform:scale(0)}92%{transform:scale(1.25)}96%,to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.uc__tab-fill:where(.astro-5b4siwv2),.px-cursor:where(.astro-5b4siwv2),.px-file:where(.astro-5b4siwv2),.w-tile:where(.astro-5b4siwv2),.w-val:where(.astro-5b4siwv2),.w-bullet:where(.astro-5b4siwv2),.w-home:where(.astro-5b4siwv2),.w-tg:where(.astro-5b4siwv2),.w-tg-dot:where(.astro-5b4siwv2),.w-bubble:where(.astro-5b4siwv2),.t-repo:where(.astro-5b4siwv2),.t-fill:where(.astro-5b4siwv2),.t-line:where(.astro-5b4siwv2),.t-issue:where(.astro-5b4siwv2),.t-pr:where(.astro-5b4siwv2),.r-underline:where(.astro-5b4siwv2),.r-pagescroll:where(.astro-5b4siwv2),.r-pdf:where(.astro-5b4siwv2),.r-note:where(.astro-5b4siwv2),.r-note-l:where(.astro-5b4siwv2),.r-saved:where(.astro-5b4siwv2),.r-check:where(.astro-5b4siwv2){animation:none!important;opacity:1!important;transform:none!important}.uc__log:where(.astro-5b4siwv2) li:where(.astro-5b4siwv2){opacity:1!important;transform:none!important;animation:none!important}}.cta:where(.astro-sz7xmlte){position:relative;overflow:hidden}.cta__inner:where(.astro-sz7xmlte){position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:28px}.cta__title:where(.astro-sz7xmlte){max-width:none;text-align:center;text-wrap:balance}.cta__install:where(.astro-sz7xmlte){width:100%;max-width:692px;margin-top:28px}.cta__github:where(.astro-sz7xmlte){font-size:20px}.footer:where(.astro-sz7xmlte){border-top:1px solid var(--border);background:var(--bg-2);padding-block:22px}.footer__meta:where(.astro-sz7xmlte){display:flex;flex-wrap:wrap;align-items:center;gap:18px 30px}.footer__brand:where(.astro-sz7xmlte){display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:600}.footer__logo:where(.astro-sz7xmlte){width:30px;height:30px;border-radius:8px}.footer__links:where(.astro-sz7xmlte){display:flex;flex-wrap:wrap;gap:22px}.footer__links:where(.astro-sz7xmlte) a:where(.astro-sz7xmlte){font-size:15px;color:var(--text-muted);transition:color .2s ease}.footer__links:where(.astro-sz7xmlte) a:where(.astro-sz7xmlte):hover{color:var(--text)}.footer__license:where(.astro-sz7xmlte){margin-left:auto;font-family:var(--mono);font-size:13px;color:var(--text-dim)}@media(max-width:600px){.footer__license:where(.astro-sz7xmlte){margin-left:0;width:100%}}
