.jst{padding-top:var(--nav-h);--cs-gap: clamp(16px, 3vw, 28px);--cs-glass-bg: rgba(255, 255, 255, .58);--cs-glass-border: rgba(255, 255, 255, .65);--cs-glass-shadow: 0 18px 40px rgba(22, 32, 44, .12);--cs-glass-item-bg: rgba(255, 255, 255, .45);--cs-glass-item-hover: rgba(255, 255, 255, .65)}.jst>section:not(.jst__hero),.jst .jst__tabpanel>section:not(.jst__hero){padding:var(--section-py) 0}.jst>section.jst--subtle,.jst .jst__tabpanel>section.jst--subtle{background:var(--bg-subtle)}.jst__tab-bar-bleed{position:sticky;top:var(--nav-h);z-index:60;width:100%;box-sizing:border-box;padding:12px 0 10px;background:var(--bg);border-bottom:1px solid var(--border);box-shadow:0 1px #0a0f1e0f}.jst__tab-bar-inner{display:flex;flex-direction:column;gap:10px;padding-bottom:0}.jst__doc-subnav-bleed:not([hidden]){flex-shrink:0}.jst__tablist{flex-shrink:0;display:flex;flex-wrap:wrap;gap:8px;border-bottom:none;padding-bottom:0}.jst__tab{position:relative;bottom:-1px;padding:12px 20px;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:.95rem;color:var(--muted);border:1px solid transparent;border-bottom:none;border-radius:var(--radius-sm) var(--radius-sm) 0 0;background:transparent}.jst__tab:hover{color:var(--accent)}.jst__tab[aria-selected=true]{color:var(--accent);background:var(--bg);border-color:var(--bg);border-bottom-color:var(--accent)}.jst__tab[aria-selected=false]:hover{text-decoration:underline}.jst__tabpanel[hidden]{display:none!important}.jst__tabpanel:not([hidden]){display:block}.jst__hero{position:relative;padding:clamp(48px,8vw,88px) 0 clamp(40px,6vw,72px)}.jst__hero-inner{max-width:var(--max-w)}.jst__hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(200px,300px);gap:clamp(28px,5vw,56px);align-items:start;margin-top:8px}.jst__hero-col--main .jst__lead{max-width:56ch}.jst__hero-col--main .jst__lead:last-of-type{margin-bottom:22px}.jst__hero-tertiary-wrap{margin-top:4px}.jst__hero-trust-heading{font-family:Space Grotesk,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--mainhead);margin-bottom:14px}.jst__hero-trust-list{list-style:none;padding:0;margin:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-subtle);box-shadow:var(--shadow-sm)}.jst__hero-trust-list li{position:relative;padding:14px 16px 14px 36px;font-size:.98rem;font-weight:600;line-height:1.45;color:var(--text);border-bottom:1px solid var(--border)}.jst__hero-trust-list li:last-child{border-bottom:none}.jst__hero-trust-list li:before{content:"";position:absolute;left:16px;top:1.4em;width:7px;height:7px;border-radius:50%;background:var(--accent)}@media(max-width:768px){.jst__hero-grid{grid-template-columns:1fr}.jst__hero-col--trust{max-width:420px}}.jst__overview-cta--inline{padding-top:clamp(28px,5vw,44px)}.jst__overview-cta__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px 32px}.jst__overview-cta__title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.15rem,2.2vw,1.35rem);font-weight:700;color:var(--mainhead);letter-spacing:-.02em;margin-bottom:8px}.jst__overview-cta__text{font-size:1rem;line-height:1.55;color:var(--muted);max-width:52ch;margin:0}.jst__overview-cta__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.jst__eyebrow{display:block;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.jst__h1{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(1.85rem,4.2vw,2.65rem);line-height:1.12;letter-spacing:-.03em;color:var(--mainhead);margin-bottom:20px}.jst__lead{font-size:1.1rem;line-height:1.65;color:var(--muted);max-width:62ch;margin-bottom:28px}.jst__lead--mt-sm{margin-top:12px}.jst__lead--mt-md{margin-top:16px}.jst__lead--mt-lg{margin-top:20px}.jst__lead--secondary{font-size:1rem;margin-bottom:22px}.jst__compare-table{width:100%;border-collapse:collapse;margin-top:1.5rem;margin-bottom:.5rem;font-size:.95rem;line-height:1.45}.jst__compare-table th,.jst__compare-table td{border:1px solid rgba(0,0,0,.1);padding:.65rem .75rem;text-align:left;vertical-align:top}.jst__compare-table th{background:var(--bg-subtle, #f5f5f7);font-weight:600;color:var(--text, #0a0f1e)}.jst__compare-table td{color:var(--muted)}.jst__github-strip--intro{margin-top:0;margin-bottom:16px}.jst__github-strip--features{margin-bottom:8px}.jst__github-strip--spaced{margin-top:20px}.jst__last-updated--spaced{margin-top:24px}.jst__hero-actions{display:flex;flex-wrap:wrap;gap:14px 20px;align-items:center;margin-bottom:12px}.jst__link-text{font-size:.95rem;font-weight:600;color:var(--accent);text-decoration:underline;text-underline-offset:3px}.jst__link-text:hover{color:var(--accent-hover)}.jst .jst__doc-subnav-bleed .cs-subnav{position:relative;margin-top:0;padding:14px clamp(16px,4vw,28px);border-radius:18px;background:var(--cs-glass-bg);border:1px solid var(--cs-glass-border);box-shadow:var(--cs-glass-shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.jst .jst__doc-subnav-bleed .cs-subnav ul{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0}.jst .jst__doc-subnav-bleed .cs-subnav li{margin:0}.jst .jst__doc-subnav-bleed .cs-subnav a{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;white-space:nowrap;text-decoration:none;color:var(--muted);background:var(--cs-glass-item-bg);border:1px solid rgba(255,255,255,.4);box-shadow:inset 0 1px #ffffff73;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.jst .jst__doc-subnav-bleed .cs-subnav a:hover{border-color:#ffffffb3;background:var(--cs-glass-item-hover);color:var(--accent)}.jst .jst__doc-subnav-bleed .cs-subnav a.is-active,.jst .jst__doc-subnav-bleed .cs-subnav a[aria-current=true]{background:var(--accent);color:#fff;border-color:var(--accent);font-weight:700;box-shadow:0 8px 20px #c3342747}@media(max-width:720px){.jst .jst__doc-subnav-bleed .cs-subnav{margin:0;border-radius:18px;padding-left:18px;padding-right:18px}.jst .jst__doc-subnav-bleed .cs-subnav ul{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;overscroll-behavior-x:contain;column-gap:10px;padding-bottom:4px;touch-action:pan-x pan-y}.jst .jst__doc-subnav-bleed .cs-subnav li{flex:0 0 auto}.jst .jst__doc-subnav-bleed .cs-subnav ul::-webkit-scrollbar{display:none}}.jst__video-section .jst__video-embed{position:relative;width:100%;margin-top:clamp(24px,4vw,36px);aspect-ratio:16 / 9;border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-sm);background:#0a0f1e}.jst__video-section .jst__video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.jst__feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}@media(max-width:960px){.jst__feature-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.jst__feature-grid{grid-template-columns:1fr}}.jst__card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:22px 22px 24px;box-shadow:var(--shadow-sm)}.jst--subtle .jst__card{background:var(--bg)}.jst__card h3{font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:700;color:var(--mainhead);margin-bottom:10px;letter-spacing:-.02em}.jst__card p{font-size:.95rem;line-height:1.55;color:var(--muted)}.jst__first-hour ol{list-style:decimal;padding-left:1.35em;margin:20px 0 16px;max-width:62ch}.jst__first-hour ol li{margin-bottom:10px;line-height:1.55;color:var(--text)}.jst__screens-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px}@media(max-width:960px){.jst__screens-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.jst__screens-grid{grid-template-columns:1fr}}.jst__screens-item{display:flex;flex-direction:column;min-height:0;width:100%;margin:0;text-align:left;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface-raised);box-shadow:var(--shadow-sm);padding:0;transition:box-shadow .2s ease,transform .2s ease}.jst__screens-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.jst__screens-item:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.jst__screens-img-wrap{display:block;flex-shrink:0;overflow:hidden;background:var(--mainhead);aspect-ratio:16 / 9}.jst__screens-item img{width:100%;height:100%;display:block;object-fit:cover}.jst__screens-cap{display:block;flex:1 1 auto;padding:12px 14px 14px;font-size:.88rem;line-height:1.45;color:var(--muted)}.jst-lightbox{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px 16px}.jst-lightbox[hidden]{display:none!important}.jst-lightbox__backdrop{position:absolute;inset:0;background:#0a0f1eb8;cursor:pointer}.jst-lightbox__dialog{position:relative;z-index:1;max-width:min(1100px,100%);max-height:min(92vh,900px);width:100%;display:flex;flex-direction:column;align-items:center}.jst-lightbox__chrome{position:absolute;top:0;right:0;left:0;display:flex;justify-content:flex-end;align-items:flex-start;gap:8px;padding:8px;pointer-events:none}.jst-lightbox__chrome button{pointer-events:auto}.jst-lightbox__close{width:44px;height:44px;border-radius:var(--radius-sm);background:var(--surface-overlay);border:1px solid var(--border);color:var(--mainhead);font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center}.jst-lightbox__close:hover{border-color:var(--accent);color:var(--accent)}.jst-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:999px;background:var(--surface-overlay);border:1px solid var(--border);color:var(--mainhead);font-size:1.75rem;line-height:1;display:flex;align-items:center;justify-content:center}.jst-lightbox__nav:hover{border-color:var(--accent);color:var(--accent)}.jst-lightbox__nav--prev{left:8px}.jst-lightbox__nav--next{right:8px}.jst-lightbox__figure{margin:0;background:var(--bg);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);max-height:100%;display:flex;flex-direction:column}.jst-lightbox__img{width:100%;max-height:min(78vh,760px);object-fit:contain;background:var(--mainhead)}.jst-lightbox__caption{padding:14px 18px 18px;font-size:.95rem;line-height:1.5;color:var(--muted)}@media(prefers-reduced-motion:reduce){.jst__screens-item{transition:none}.jst__screens-item:hover{transform:none}}.jst__callout{margin-top:20px;padding:16px 18px;border-left:4px solid var(--accent);background:#d745270f;border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:.95rem;line-height:1.55;max-width:72ch}.jst__callout--stack{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.jst__callout__text{margin:0}.jst__callout-btn{flex-shrink:0}.jst__overview-blocks{display:flex;flex-direction:column;gap:28px;margin-top:28px;max-width:72ch}.jst__overview-block h3{font-family:Space Grotesk,sans-serif;font-size:1.15rem;font-weight:700;color:var(--mainhead);margin-bottom:10px}.jst__overview-block p{line-height:1.65;color:var(--muted)}.jst__last-updated{font-size:.88rem;color:var(--muted);margin-bottom:16px}.jst__doc-intro{margin-bottom:20px;max-width:72ch}.jst__doc-intro p{line-height:1.65;color:var(--muted)}.jst__github-strip{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center;margin-top:20px}.jst__features-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}@media(max-width:900px){.jst__features-summary{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.jst__features-summary{grid-template-columns:1fr}}.jst__summary-card{border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px 18px;background:var(--bg)}.jst__summary-card h3{font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:700;color:var(--mainhead);margin-bottom:8px}.jst__summary-card p{font-size:.88rem;line-height:1.5;color:var(--muted)}.jst #ai-setup-prompt{scroll-margin-top:calc(var(--nav-h) + clamp(120px,22vh,200px))}.jst__details{margin-top:28px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);padding:0 4px}.jst__details summary{cursor:pointer;font-weight:700;font-size:1rem;padding:16px 18px;list-style:none;font-family:Space Grotesk,sans-serif}.jst__details summary::-webkit-details-marker{display:none}.jst__details summary:after{content:" ▼";font-size:.75rem;color:var(--muted)}.jst__details[open] summary:after{content:" ▲"}.jst__details .jst-prose{padding:0 18px 20px}.jst-prose{max-width:min(72ch,100%);line-height:1.65;color:var(--text)}.jst-prose>*+*{margin-top:1em}.jst-prose h2,.jst-prose h3,.jst-prose h4{font-family:Space Grotesk,sans-serif;font-weight:700;color:var(--mainhead);margin-top:1.5em;letter-spacing:-.02em}.jst-prose h2{font-size:1.35rem}.jst-prose h3{font-size:1.12rem}.jst-prose h4{font-size:1rem}.jst-prose p,.jst-prose li{color:var(--muted)}.jst-prose a{color:var(--accent);font-weight:600;text-decoration:underline;text-underline-offset:2px}.jst-prose a:hover{color:var(--accent-hover)}.jst-prose ul{list-style:disc;padding-left:1.35em}.jst-prose ol{list-style:decimal;padding-left:1.35em}.jst-prose li{margin-bottom:.35em}.jst-prose blockquote{border-left:4px solid var(--border-strong);padding-left:1em;color:var(--muted);font-style:italic}.jst-prose hr{border:none;border-top:1px solid var(--border);margin:2em 0}.jst-prose table{width:100%;border-collapse:collapse;font-size:.9rem;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.jst-prose th,.jst-prose td{border:1px solid var(--border);padding:10px 12px;text-align:left}.jst-prose th{background:var(--bg-subtle);font-weight:700;color:var(--mainhead)}.jst-pre-wrap{position:relative;margin:1em 0}.jst-prose pre{background:var(--mainhead);color:var(--text-inverse);padding:16px 18px;border-radius:var(--radius-sm);overflow-x:auto;font-size:.82rem;line-height:1.45;max-width:100%}.jst-prose code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.88em;background:var(--bg-subtle);padding:.15em .4em;border-radius:4px}.jst-prose pre code{background:none;padding:0;font-size:inherit}.jst__copy-btn{position:absolute;top:8px;right:8px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:6px 10px;border-radius:6px;background:var(--surface-overlay);color:var(--mainhead);border:1px solid var(--border)}.jst__copy-btn:hover{border-color:var(--accent);color:var(--accent)}.jst__faq{display:flex;flex-direction:column;gap:12px;margin-top:28px;max-width:72ch}.jst__faq details{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);padding:0 16px}.jst__faq summary{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;padding:16px 0;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.02rem;color:var(--mainhead);list-style:none}.jst__faq summary::-webkit-details-marker{display:none}.jst__faq summary::marker{content:""}.jst__faq summary:after{content:"";flex-shrink:0;width:.5em;height:.5em;margin-top:.15em;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);transform-origin:50% 50%;transition:transform .2s ease,border-color .15s ease}.jst__faq summary:hover:after{border-color:var(--accent)}.jst__faq details[open] summary:after{margin-top:.35em;transform:rotate(-135deg)}@media(prefers-reduced-motion:reduce){.jst__faq summary:after{transition:none}}.jst__faq details[open] summary{border-bottom:1px solid var(--border);margin-bottom:12px}.jst__faq .jst__faq-answer{padding-bottom:16px;line-height:1.6;color:var(--muted)}.jst__footer-note{max-width:62ch;margin-top:40px;padding-top:32px;border-top:1px solid var(--border)}.jst__footer-note p{line-height:1.65;color:var(--muted);margin-bottom:14px}.jst__disclaimer{font-size:.88rem;line-height:1.55;color:var(--muted);margin-top:24px;max-width:72ch}.jst__external-inline{display:inline-flex;align-items:center;gap:4px}
