.site-nav:where(.astro-dmqpwcec){position:sticky;top:0;z-index:100;background:#07111ed1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.site-nav__inner:where(.astro-dmqpwcec){max-width:1200px;margin:0 auto;padding:0 2rem;height:3.75rem;display:flex;align-items:center;justify-content:space-between}.site-nav__logo:where(.astro-dmqpwcec){display:flex;align-items:center;gap:.625rem;text-decoration:none}.site-nav__icon:where(.astro-dmqpwcec){border-radius:6px;flex-shrink:0}.site-nav__name:where(.astro-dmqpwcec){font-family:var(--font-display);font-weight:700;font-size:.9rem;color:var(--text);letter-spacing:-.01em}.site-nav__links:where(.astro-dmqpwcec){display:flex;align-items:center;gap:.375rem}.site-nav__link:where(.astro-dmqpwcec){display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border-radius:6px;color:var(--text-2);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .15s,background .15s,border-color .15s}.site-nav__link:where(.astro-dmqpwcec):hover{color:var(--text);background:#ffffff0d}.site-nav__link--outlined:where(.astro-dmqpwcec){border:1px solid var(--border)}.site-nav__link--outlined:where(.astro-dmqpwcec):hover{border-color:var(--border-hover);background:#ffffff0a}.hero:where(.astro-bbe6dxrz){position:relative;overflow:hidden;padding:6rem 2rem 5.5rem;border-bottom:1px solid var(--border)}.hero__dots:where(.astro-bbe6dxrz){position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.045) 1px,transparent 0);background-size:28px 28px;pointer-events:none}.hero__glow:where(.astro-bbe6dxrz){position:absolute;top:-100px;left:-100px;width:600px;height:600px;background:radial-gradient(ellipse at center,rgba(240,130,32,.07) 0%,transparent 65%);pointer-events:none}.hero__inner:where(.astro-bbe6dxrz){position:relative;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:4rem}.hero__content:where(.astro-bbe6dxrz){flex:1;max-width:560px}.hero__badge:where(.astro-bbe6dxrz){display:inline-flex;align-items:center;gap:.5rem;background:#f0822017;border:1px solid rgba(240,130,32,.22);color:var(--accent-bright);font-size:.72rem;font-weight:500;padding:.3rem .75rem;border-radius:100px;margin-bottom:1.5rem;letter-spacing:.02em;font-family:var(--font-mono)}.hero__badge-dot:where(.astro-bbe6dxrz){width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0;animation:blink 2.4s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.35}}.hero__title:where(.astro-bbe6dxrz){font-family:var(--font-display);font-size:clamp(2.75rem,5.5vw,4.25rem);font-weight:800;line-height:1.04;letter-spacing:-.035em;color:var(--text);margin:0 0 1.25rem}.hero__title-accent:where(.astro-bbe6dxrz){color:var(--accent)}.hero__tagline:where(.astro-bbe6dxrz){font-size:1.05rem;line-height:1.72;color:var(--text-2);margin:0 0 2rem;max-width:460px}.hero__terminal:where(.astro-bbe6dxrz){background:#040d18;border:1px solid var(--border);border-radius:10px;margin-bottom:1.75rem;overflow:hidden}.hero__terminal-bar:where(.astro-bbe6dxrz){display:flex;align-items:center;gap:5px;padding:.55rem .875rem;background:#ffffff06;border-bottom:1px solid var(--border)}.hero__dot:where(.astro-bbe6dxrz){width:10px;height:10px;border-radius:50%;flex-shrink:0}.hero__terminal-file:where(.astro-bbe6dxrz){font-family:var(--font-mono);font-size:.68rem;color:var(--text-muted);margin-left:auto;letter-spacing:.02em}.hero__terminal-body:where(.astro-bbe6dxrz){display:flex;align-items:center;gap:.625rem;padding:.875rem 1rem;overflow-x:auto}.hero__prompt:where(.astro-bbe6dxrz){color:var(--accent);font-family:var(--font-mono);font-size:.85rem;font-weight:500;flex-shrink:0;user-select:none}.hero__terminal-body:where(.astro-bbe6dxrz) code:where(.astro-bbe6dxrz){font-family:var(--font-mono);font-size:.78rem;color:var(--code);white-space:nowrap;flex:1}.hero__copy:where(.astro-bbe6dxrz){display:inline-flex;align-items:center;gap:.3rem;flex-shrink:0;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:var(--text-2);padding:.28rem .6rem;border-radius:5px;cursor:pointer;font-size:.7rem;font-family:var(--font-body);font-weight:500;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.hero__copy:where(.astro-bbe6dxrz):hover{background:#ffffff1c;border-color:#ffffff2e;color:var(--text)}.hero__copy--done:where(.astro-bbe6dxrz){color:var(--code)!important;border-color:#56d8a84d!important}.hero__actions:where(.astro-bbe6dxrz){display:flex;gap:.625rem;flex-wrap:wrap;align-items:center}.btn:where(.astro-bbe6dxrz){display:inline-flex;align-items:center;gap:.375rem;padding:.6rem 1.375rem;border-radius:7px;font-weight:500;font-size:.875rem;text-decoration:none;transition:all .15s;white-space:nowrap;font-family:var(--font-body);border:1px solid transparent}.btn--primary:where(.astro-bbe6dxrz){background:var(--accent);color:#fff;box-shadow:0 0 22px #f0822047}.btn--primary:where(.astro-bbe6dxrz):hover{background:var(--accent-bright);box-shadow:0 0 30px #f082206b;transform:translateY(-1px)}.btn--secondary:where(.astro-bbe6dxrz){background:#ffffff0f;border-color:var(--border);color:var(--text)}.btn--secondary:where(.astro-bbe6dxrz):hover{background:#ffffff17;border-color:var(--border-hover)}.btn--ghost:where(.astro-bbe6dxrz){border-color:var(--border);color:var(--text-2)}.btn--ghost:where(.astro-bbe6dxrz):hover{color:var(--text);border-color:var(--border-hover);background:#ffffff0a}.hero__visual:where(.astro-bbe6dxrz){flex-shrink:0;position:relative}.hero__screenshot-halo:where(.astro-bbe6dxrz){position:absolute;inset:-40px;background:radial-gradient(ellipse at center,rgba(240,130,32,.11) 0%,transparent 68%);pointer-events:none}.hero__screenshot:where(.astro-bbe6dxrz){display:block;border-radius:12px;max-width:350px;width:100%;position:relative;box-shadow:0 0 0 1px #ffffff12,0 0 0 1px #f082202e,0 32px 80px #000000a6}@media(max-width:900px){.hero__inner:where(.astro-bbe6dxrz){flex-direction:column;gap:2.5rem}.hero__visual:where(.astro-bbe6dxrz){display:none}}@media(max-width:640px){.hero:where(.astro-bbe6dxrz){padding:4rem 1.5rem 3.5rem}}.features:where(.astro-yobonxjp){padding:6rem 2rem;border-bottom:1px solid var(--border);background:var(--surface)}.features__inner:where(.astro-yobonxjp){max-width:1200px;margin:0 auto}.features__header:where(.astro-yobonxjp){margin-bottom:3.5rem;max-width:540px}.features__grid:where(.astro-yobonxjp){display:grid;grid-template-columns:repeat(auto-fill,minmax(265px,1fr));gap:1px;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--border)}.feature-card:where(.astro-yobonxjp){background:var(--surface);padding:1.875rem;transition:background .2s}.feature-card:where(.astro-yobonxjp):hover{background:var(--surface-2)}.feature-card__icon:where(.astro-yobonxjp){width:42px;height:42px;border-radius:10px;border:1px solid;display:flex;align-items:center;justify-content:center;margin-bottom:1.125rem;flex-shrink:0}.feature-card__icon:where(.astro-yobonxjp) svg:where(.astro-yobonxjp){width:18px;height:18px}.feature-card__title:where(.astro-yobonxjp){font-family:var(--font-display);font-size:.975rem;font-weight:700;letter-spacing:-.01em;color:var(--text);margin:0 0 .5rem}.feature-card__desc:where(.astro-yobonxjp){font-size:.865rem;line-height:1.65;color:var(--text-2);margin:0}@media(max-width:640px){.features:where(.astro-yobonxjp){padding:4rem 1.5rem}}.gallery:where(.astro-yghs6adl){padding:6rem 2rem;border-bottom:1px solid var(--border)}.gallery__inner:where(.astro-yghs6adl){max-width:1200px;margin:0 auto}.gallery__header:where(.astro-yghs6adl){margin-bottom:3rem;max-width:540px}.gallery__grid:where(.astro-yghs6adl){display:grid;grid-template-columns:repeat(4,1fr);gap:.875rem}.gallery__thumb:where(.astro-yghs6adl){position:relative;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:0;cursor:pointer;overflow:hidden;transition:border-color .2s,transform .2s,box-shadow .2s}.gallery__thumb:where(.astro-yghs6adl):hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 24px #0006,0 0 0 1px #f0822026}.gallery__img:where(.astro-yghs6adl){display:block;width:100%;height:auto;border-radius:9px}.gallery__caption:where(.astro-yghs6adl){position:absolute;inset-inline:0;bottom:0;padding:1.5rem .75rem .625rem;font-size:.72rem;color:#ffffffe6;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 100%);opacity:0;transition:opacity .2s;text-align:left;border-radius:0 0 9px 9px;pointer-events:none}.gallery__thumb:where(.astro-yghs6adl):hover .gallery__caption:where(.astro-yghs6adl){opacity:1}.gallery-dialog:where(.astro-yghs6adl){border:1px solid var(--border);border-radius:14px;padding:0;background:var(--surface);max-width:90vw;max-height:92vh;overflow:hidden}.gallery-dialog:where(.astro-yghs6adl)::backdrop{background:#000000d1;backdrop-filter:blur(4px)}.gallery-dialog__img:where(.astro-yghs6adl){display:block;max-width:85vw;max-height:88vh;object-fit:contain;border-radius:13px}.gallery-dialog__close:where(.astro-yghs6adl){position:absolute;top:.75rem;right:.75rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:var(--text-2);width:2rem;height:2rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.gallery-dialog__close:where(.astro-yghs6adl):hover{background:#ffffff24;color:var(--text)}@media(max-width:900px){.gallery__grid:where(.astro-yghs6adl){grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.gallery:where(.astro-yghs6adl){padding:4rem 1.5rem}.gallery__grid:where(.astro-yghs6adl){grid-template-columns:repeat(2,1fr)}}.install:where(.astro-tauclglw){padding:6rem 2rem;border-bottom:1px solid var(--border);background:var(--surface)}.install__inner:where(.astro-tauclglw){max-width:800px;margin:0 auto}.install__header:where(.astro-tauclglw){margin-bottom:2.5rem}.install__card:where(.astro-tauclglw){background:#040d18;border:1px solid var(--border);border-radius:12px;overflow:hidden}.install__tabs:where(.astro-tauclglw){display:flex;gap:.25rem;padding:.75rem .75rem 0;border-bottom:1px solid var(--border);background:#ffffff05}.install__tab:where(.astro-tauclglw){background:transparent;border:1px solid transparent;padding:.4rem 1rem;font-size:.825rem;font-weight:500;font-family:var(--font-body);color:var(--text-muted);cursor:pointer;border-radius:6px 6px 0 0;transition:color .15s,background .15s,border-color .15s;margin-bottom:-1px}.install__tab:where(.astro-tauclglw):hover{color:var(--text-2);background:#ffffff0a}.install__tab--active:where(.astro-tauclglw){color:var(--text);background:#040d18;border-color:var(--border);border-bottom-color:#040d18}.install__panel:where(.astro-tauclglw){display:none;padding:1.25rem}.install__panel--active:where(.astro-tauclglw){display:block}.install__panel-blurb:where(.astro-tauclglw){margin:0 0 1rem;color:var(--text-2);line-height:1.65;max-width:60ch}.install__block:where(.astro-tauclglw){border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-bottom:.875rem}.install__block:where(.astro-tauclglw):last-child{margin-bottom:0}.install__block-bar:where(.astro-tauclglw){display:flex;align-items:center;gap:.625rem;padding:.5rem .875rem;background:#ffffff08;border-bottom:1px solid var(--border)}.install__block-dots:where(.astro-tauclglw){display:flex;gap:5px;flex-shrink:0}.install__block-dots:where(.astro-tauclglw) span:where(.astro-tauclglw){display:block;width:9px;height:9px;border-radius:50%}.install__block-comment:where(.astro-tauclglw){font-family:var(--font-mono);font-size:.68rem;color:var(--text-muted);letter-spacing:.01em;flex:1}.install__copy-btn:where(.astro-tauclglw){display:inline-flex;align-items:center;gap:.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--text-muted);padding:.2rem .5rem;border-radius:4px;cursor:pointer;font-size:.68rem;font-family:var(--font-body);font-weight:500;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.install__copy-btn:where(.astro-tauclglw):hover{background:#ffffff17;color:var(--text-2);border-color:#ffffff24}.install__copy-btn--done:where(.astro-tauclglw){color:var(--code)!important;border-color:#56d8a84d!important}.install__notes:where(.astro-tauclglw){margin-top:1rem;display:grid;gap:.625rem}.install__note:where(.astro-tauclglw){display:flex;align-items:flex-start;gap:.625rem;padding:.75rem .875rem;border:1px solid rgba(255,255,255,.06);background:#ffffff06;border-radius:8px;color:var(--text-2);line-height:1.55}.install__note-mark:where(.astro-tauclglw){color:var(--accent);font-family:var(--font-mono);font-weight:700;flex-shrink:0}.install__code:where(.astro-tauclglw){margin:0;padding:1rem;overflow-x:auto;display:flex;gap:.75rem;align-items:flex-start}.install__prompt:where(.astro-tauclglw){color:var(--accent);font-family:var(--font-mono);font-size:.82rem;font-weight:500;flex-shrink:0;user-select:none;padding-top:.05em}.install__code:where(.astro-tauclglw) code:where(.astro-tauclglw){font-family:var(--font-mono);font-size:.82rem;line-height:1.75;color:var(--code);white-space:pre}.install__docs-link:where(.astro-tauclglw){margin:1.5rem 0 0;font-size:.875rem;color:var(--text-muted);text-align:center}.install__docs-link:where(.astro-tauclglw) a:where(.astro-tauclglw){color:var(--accent);text-decoration:none;transition:color .15s}.install__docs-link:where(.astro-tauclglw) a:where(.astro-tauclglw):hover{color:var(--accent-bright)}@media(max-width:640px){.install:where(.astro-tauclglw){padding:4rem 1.5rem}}@media(max-width:640px){.install__tabs:where(.astro-tauclglw){flex-wrap:wrap}.install__block-bar:where(.astro-tauclglw){flex-wrap:wrap}.install__copy-btn:where(.astro-tauclglw){margin-left:auto}}.footer:where(.astro-sz7xmlte){padding:2.5rem 2rem;border-top:1px solid var(--border)}.footer__inner:where(.astro-sz7xmlte){max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer__brand:where(.astro-sz7xmlte){display:flex;flex-direction:column;gap:.5rem}.footer__logo:where(.astro-sz7xmlte){display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text-2);font-family:var(--font-display);font-size:.85rem;font-weight:700;letter-spacing:-.01em;transition:color .15s}.footer__logo:where(.astro-sz7xmlte):hover{color:var(--text)}.footer__logo:where(.astro-sz7xmlte) img:where(.astro-sz7xmlte){border-radius:5px}.footer__copy:where(.astro-sz7xmlte){margin:0;font-size:.8rem;color:var(--text-muted)}.footer__copy:where(.astro-sz7xmlte) a:where(.astro-sz7xmlte){color:var(--text-muted);text-decoration:underline;text-underline-offset:2px;transition:color .15s}.footer__copy:where(.astro-sz7xmlte) a:where(.astro-sz7xmlte):hover{color:var(--accent)}.footer__links:where(.astro-sz7xmlte){display:flex;flex-wrap:wrap;gap:.25rem}.footer__links:where(.astro-sz7xmlte) a:where(.astro-sz7xmlte){padding:.3rem .75rem;border-radius:5px;color:var(--text-muted);font-size:.825rem;text-decoration:none;transition:color .15s,background .15s}.footer__links:where(.astro-sz7xmlte) a:where(.astro-sz7xmlte):hover{color:var(--text-2);background:#ffffff0a}@media(max-width:640px){.footer__inner:where(.astro-sz7xmlte){flex-direction:column;align-items:flex-start}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}:root{--bg: #07111E;--surface: #0C1828;--surface-2: #111F30;--border: #1A3050;--border-hover: #2A4D78;--accent: #F08220;--accent-bright: #FF9F45;--accent-dim: rgba(240, 130, 32, .12);--text: #E2ECF8;--text-2: #7A94B8;--text-muted: #3B5478;--code: #56D8A8;--green: #27C93F;--font-display: "Syne", system-ui, sans-serif;--font-body: "DM Sans", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace}body{margin:0;font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.section-label{display:block;font-family:var(--font-mono);font-size:.68rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.875rem}.section-title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;letter-spacing:-.025em;color:var(--text);margin:0 0 1rem;line-height:1.15}.section-desc{font-size:1rem;line-height:1.7;color:var(--text-2);margin:0;max-width:520px}
