/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{font-family:monospace;-webkit-user-select:text;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:fit-content}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}:root{color-scheme:dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0d1117;color:#e6edf3}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:#58a6ff}:focus-visible{outline:2px solid #58a6ff;outline-offset:2px}button,.button{font:inherit;background:#21262d;color:#e6edf3;border:1px solid #30363d;border-radius:6px;padding:6px 14px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}button:hover,.button:hover{background:#30363d}button.primary,.button.primary{background:#1f6feb;border-color:#1f6feb}.button.primary{color:#fff}button.primary:hover,.button.primary:hover{background:#388bfd}button:disabled,.button:disabled{opacity:.5;cursor:default}.button.large{padding:12px 22px;font-size:16px;font-weight:600}input,textarea{font:inherit;background:#0d1117;color:#e6edf3;border:1px solid #30363d;border-radius:6px;padding:6px 10px}.error{color:#f85149}.muted{color:#8b949e}.topbar{display:flex;align-items:center;gap:16px;padding:10px 20px;border-bottom:1px solid #21262d}.topbar .brand{font-weight:700;text-decoration:none;color:#e6edf3}.topbar .spacer{flex:1}.topbar .muted{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}main.page{max-width:760px;margin:0 auto;padding:24px 20px}.host-row{display:flex;align-items:center;gap:12px;padding:12px 4px;border-bottom:1px solid #21262d}.host-row .name{font-weight:600}.host-row .meta{color:#8b949e;font-size:.9em}.host-row .spacer{flex:1}details.keybox{margin-top:6px}details.keybox textarea{width:100%;min-height:90px;font-family:ui-monospace,monospace;font-size:.85em}.terminal-wrap{position:fixed;top:53px;right:0;bottom:0;left:0;padding:0 8px 8px}.terminal-wrap .term{width:100%;height:100%}.landing{--text-fine: 13px;--text-small: 14px;--text-body: 16px;--text-lede: 18px;--text-h3: 18px;--text-h2: clamp(26px, 3vw, 32px);--text-h1: clamp(36px, 5vw, 54px);--gap-section: 96px;--card-pad: 24px}.container{max-width:1080px;margin:0 auto;padding-left:20px;padding-right:20px}.topbar.landing-topbar{display:block;padding:0}.topbar.landing-topbar .topbar-rail{max-width:1080px;margin:0 auto;padding:10px 20px;display:flex;align-items:center;gap:20px}.topbar.landing-topbar .brand{padding:4px 0}.brand-mark{font-family:ui-monospace,monospace;color:#3fb950;margin-right:2px}.site-nav{display:flex;align-items:center;gap:20px}.landing .nav-link{color:#e6edf3;text-decoration:none;padding:6px 0;font-size:var(--text-body)}.landing .nav-link:hover{color:#58a6ff}.landing .text-link{color:#58a6ff;text-decoration:underline;text-decoration-color:#30363d;text-underline-offset:3px;display:inline-block;padding:6px 2px;font-size:var(--text-body)}.landing .text-link:hover{text-decoration-color:#58a6ff}.hero{padding-top:72px;text-align:center}.eyebrow{display:inline-flex;align-items:center;font-size:var(--text-small);color:#58a6ff;background:#161b22;border:1px solid #30363d;border-radius:999px;padding:4px 14px;margin:0 0 20px}.hero h1{font-size:var(--text-h1);line-height:1.1;letter-spacing:-.02em;margin:0 auto 18px;max-width:16ch;text-wrap:balance}.hero .sub{font-size:var(--text-lede);line-height:1.6;color:#8b949e;max-width:56ch;margin:0 auto 28px}.cta-row{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.chips{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;padding:0;margin:22px 0 0}.chip{border:1px solid #30363d;border-radius:999px;padding:4px 12px;font-size:var(--text-fine);color:#8b949e;background:#161b2299}.cta-note{margin:14px 0 0;font-size:var(--text-fine);color:#8b949e}.fact-strip{list-style:none;margin:48px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#30363d;border:1px solid #30363d;border-radius:6px;overflow:hidden}.fact{background:#161b22;padding:16px 20px;font-size:var(--text-fine);line-height:1.5;color:#8b949e}.fact strong{display:block;color:#e6edf3;font-size:var(--text-small);margin-bottom:2px}.hero-visual{margin-top:52px}.term-mock{max-width:860px;margin:0 auto;text-align:left;background:#161b22;border:1px solid #30363d;border-radius:6px;overflow:hidden;box-shadow:0 16px 48px #1f6deb1f,0 24px 64px #01040999}.term-mock .bar{display:flex;align-items:center;gap:6px;padding:10px 14px;border-bottom:1px solid #21262d}.term-mock .dot{width:10px;height:10px;border-radius:50%;background:#30363d}.term-mock .title{margin-left:8px;font-family:ui-monospace,monospace;font-size:var(--text-fine);color:#8b949e}.term-mock pre{margin:0;padding:18px 22px;font-family:ui-monospace,monospace;font-size:15px;line-height:1.75;overflow-x:auto}.t-prompt{color:#58a6ff}.t-user{color:#3fb950}.t-dir{color:#58a6ff}.t-dim{color:#8b949e}.t-green{color:#3fb950}@media (prefers-reduced-motion: no-preference){.cursor{animation:blink 1.2s steps(1) infinite}}@keyframes blink{50%{opacity:0}}.band{margin-top:56px;border-top:1px solid #21262d;padding-top:40px}.band h2{font-size:var(--text-h2);line-height:1.2;letter-spacing:-.01em;margin:0 0 12px}.band-sub{margin:0;font-size:var(--text-lede);line-height:1.6;color:#8b949e}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:32px}.card{background:#161b22;border:1px solid #30363d;border-radius:6px;padding:var(--card-pad)}.card h3,.step h3{margin:0 0 8px;font-size:var(--text-h3)}.card p,.step p{margin:0;font-size:var(--text-body);line-height:1.6;color:#8b949e}.card-link{color:inherit;text-decoration:none}.card-link:hover{border-color:#58a6ff}.card-link h3{color:#58a6ff}.card-meta{display:block;margin-top:12px;font-size:var(--text-fine);color:#8b949e}.blog-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.band-more{margin:20px 0 0}.steps{list-style:none;margin:32px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.step{background:#161b22;border:1px solid #30363d;border-radius:6px;padding:var(--card-pad)}.step .num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #30363d;border-radius:50%;font-family:ui-monospace,monospace;font-size:var(--text-small);color:#58a6ff;margin-bottom:12px}.frow{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:48px;align-items:center;padding:36px 0}.frow>*{min-width:0}.frow+.frow{border-top:1px solid #21262d}.frow--flip .frow-copy{order:2}.frow h3{margin:0 0 10px;font-size:20px}.frow .outcome{margin:0 0 16px;font-size:var(--text-body);line-height:1.65;color:#8b949e}.frow .chips{justify-content:flex-start;padding:0;margin:0 0 16px}.frow .term-mock{max-width:none;margin:0}.hosts-mock{background:#0d1117;border:1px solid #30363d;border-radius:6px;overflow:hidden}.hosts-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid #21262d;font-family:ui-monospace,monospace;font-size:var(--text-fine);color:#8b949e}.hosts-bar .pill{color:#3fb950;border:1px solid #30363d;border-radius:999px;padding:1px 8px;font-size:12px}.hosts-row{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #21262d;font-family:ui-monospace,monospace;font-size:var(--text-fine)}.hosts-row:last-child{border-bottom:0}.hosts-row .hname{color:#e6edf3;font-weight:600}.hosts-row .hmeta{flex:1;color:#8b949e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hosts-row .hbtn{color:#58a6ff;background:#161b22;border:1px solid #30363d;border-radius:6px;padding:3px 10px;font-size:12px}.devices{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:center;gap:24px;padding:32px 24px;background:#161b22;border:1px solid #30363d;border-radius:6px}.device .screen{display:flex;flex-direction:column;gap:7px;background:#0d1117;border:1px solid #30363d;border-radius:6px;padding:12px}.device .screen span{display:block;height:5px;border-radius:3px;background:#30363d}.device .screen span.hl{width:62%;background:#3fb950}.device--laptop .screen{width:190px;height:118px}.device--laptop .base{height:9px;margin:0 -16px;background:#161b22;border:1px solid #30363d;border-top:0;border-radius:0 0 8px 8px}.device--tablet .screen{width:122px;height:150px}.device--phone .screen{width:68px;height:118px;border-radius:10px}.security{background:#161b22;border:1px solid #30363d;border-radius:6px;padding:32px}.security .chips{justify-content:flex-start;margin-top:18px}.security-copy>p{margin:0;font-size:var(--text-body);line-height:1.7;color:#8b949e;max-width:58ch}.sec-flow{list-style:none;margin:24px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.sec-item{background:#0d1117;border:1px solid #21262d;border-radius:6px;padding:16px}.sec-item .n{display:block;font-family:ui-monospace,monospace;font-size:var(--text-fine);color:#58a6ff;margin-bottom:8px}.sec-item h3{margin:0 0 6px;font-size:15px}.sec-item p{margin:0;font-size:var(--text-small);line-height:1.55;color:#8b949e}.sec-bridge{margin:20px 0 0;font-size:var(--text-small);line-height:1.6;color:#8b949e}.security .button{margin-top:20px}.oss{background:#161b22;border:1px solid #30363d;border-radius:6px;padding:32px}.oss-copy{max-width:68ch}.oss-copy p{margin:0;font-size:var(--text-body);line-height:1.6;color:#8b949e}.oss-figure{margin:24px 0 0}.oss-image{display:block;width:100%;height:auto;background:#0d1117;border:1px solid #30363d;border-radius:6px}.oss-figure figcaption{margin-top:12px;font-size:var(--text-small);color:#8b949e;text-align:center}.faq{display:grid;gap:12px;max-width:760px;margin:24px auto 0}.faq details{background:#161b22;border:1px solid #30363d;border-radius:6px}.faq summary{cursor:pointer;padding:16px 20px;font-size:var(--text-body);font-weight:600;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-family:ui-monospace,monospace;font-size:var(--text-h3);color:#8b949e}.faq details[open] summary:after{content:"−"}.faq details p{margin:0;padding:0 20px 16px;font-size:var(--text-body);line-height:1.6;color:#8b949e}.final-cta{text-align:center;padding:8px 0}.final-cta p{margin:0 0 24px;color:#8b949e;font-size:var(--text-lede)}.landing-footer{margin-top:var(--gap-section);border-top:1px solid #21262d}.footer-row{max-width:1080px;margin:0 auto;padding:20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:var(--text-fine)}.foot-brand{font-weight:700;font-size:var(--text-small);color:#e6edf3}.footer-row .foot-dim{color:#8b949e}.footer-nav{margin-left:auto;display:flex;gap:16px}.footer-nav a{color:#8b949e;padding:6px 0}.footer-nav a:hover,.landing .brand:hover{color:#58a6ff}.faq summary:hover{color:#58a6ff}.oss-copy a,.oss-figure a{text-decoration:underline;text-underline-offset:3px;text-decoration-color:#30363d}.oss-copy a:hover,.oss-figure a:hover{text-decoration-color:#58a6ff}@media (max-width: 900px){.landing{--gap-section: 56px}.hero{padding-top:48px}.hero-visual{margin-top:40px}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.steps{grid-template-columns:1fr}.fact-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.frow{grid-template-columns:1fr;gap:24px;padding:28px 0}.frow--flip .frow-copy{order:0}.band{margin-top:32px;padding-top:24px}.sec-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.security,.oss{padding:24px 20px}}@media (max-width: 640px){.topbar.landing-topbar .topbar-rail{flex-wrap:wrap;row-gap:0}.topbar.landing-topbar .site-nav{order:3;width:100%;padding-bottom:10px;gap:18px;flex-wrap:wrap;row-gap:2px}.topbar.landing-topbar .site-nav a,.footer-nav a{padding:12px 0}.cards,.blog-cards,.fact-strip,.sec-flow{grid-template-columns:1fr}.devices{flex-wrap:wrap;gap:14px;padding:16px}.device--laptop .screen{width:138px;height:92px}.device--tablet .screen{width:94px;height:116px}.device--phone .screen{width:54px;height:92px}.term-mock pre{font-size:var(--text-fine);padding:14px}}
