.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;inset:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.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;inset:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{-webkit-user-select:text;user-select:text;white-space:pre}.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}:root{color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}a{color:inherit;text-decoration:none}button{border:1px solid var(--border);background:var(--button);color:var(--text);cursor:pointer;font:inherit;font-size:.86rem;min-height:34px;padding:0 12px;border-radius:7px}button:hover{border-color:var(--border-strong);background:var(--button-hover)}.shell-demo{--bg: #080909;--surface: #101111;--surface-2: #171717;--surface-3: #171819;--button: #171819;--button-hover: #222426;--border: #222426;--border-strong: #55595d;--text: #f7f7f2;--muted: #a6a7a9;--soft: #85898d;--active: #3a3a3a;--shadow: rgba(0, 0, 0, .38);min-height:100vh;padding:18px 22px 52px;background:var(--bg);color:var(--text);transition:background-color .18s ease,color .18s ease}.shell-demo.theme-solarized{--bg: #001f27;--surface: #073642;--surface-2: #002b36;--surface-3: #0a3d49;--button: #0a3d49;--button-hover: #124c59;--border: #164f5b;--border-strong: #2aa198;--text: #fdf6e3;--muted: #b8c6bc;--soft: #93a1a1;--active: #2aa198;--shadow: rgba(0, 19, 24, .5)}.shell-demo.theme-monokai{--bg: #1b1c18;--surface: #272822;--surface-2: #1f201b;--surface-3: #303128;--button: #303128;--button-hover: #3b3d32;--border: #3c3d35;--border-strong: #a6e22e;--text: #f8f8f2;--muted: #c8c8bf;--soft: #a59f85;--active: #ae81ff;--shadow: rgba(10, 10, 8, .48)}.shell-demo.theme-light{--bg: #f6f1e7;--surface: #fffaf2;--surface-2: #fbf7ef;--surface-3: #efe6d5;--button: #fffaf2;--button-hover: #e8f1e4;--border: #d4c7b4;--border-strong: #277a3f;--text: #1f2924;--muted: #536058;--soft: #6f796f;--active: #d9e8dc;--shadow: rgba(66, 53, 35, .16)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1160px;margin:0 auto 54px}.brand,.nav-links{display:flex;align-items:center;gap:14px}.brand{color:var(--text);font-size:1rem;font-weight:650}.nav-links a,.nav-links button{color:var(--muted)}.nav-links button{min-height:32px}.hero{display:grid;grid-template-columns:.9fr minmax(0,1.7fr);gap:38px;align-items:start;max-width:1160px;margin:0 auto}.hero-copy{padding-top:54px}.eyebrow{margin:0 0 12px;color:var(--soft);font-size:.72rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.hero h1{margin:0;max-width:460px;color:var(--text);font-size:clamp(2.1rem,5vw,4.55rem);line-height:.98;letter-spacing:0}.hero-copy p:not(.eyebrow){max-width:500px;margin:22px 0 0;color:var(--muted);font-size:1.02rem;line-height:1.65}.session-card{min-width:0}.theme-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.theme-tabs button{border-color:transparent;background:transparent;color:var(--soft)}.theme-tabs button.active{background:var(--active);color:var(--text)}.terminal-window{overflow:hidden;border:1px solid var(--border);background:var(--surface-2);border-radius:7px;box-shadow:0 24px 70px var(--shadow)}.terminal-titlebar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:0 12px;border-bottom:1px solid var(--border);color:var(--muted);font-family:SFMono-Regular,Consolas,monospace;font-size:.83rem}.window-actions{display:flex;gap:6px}.window-actions button{min-height:28px;padding:0 9px;font-size:.76rem}.terminal-surface{width:100%;height:430px;padding:12px;background:var(--surface-2)}.terminal-surface .xterm{height:100%}.command-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.telemetry,.features{max-width:1160px;margin:22px auto 0}.telemetry{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid var(--border);background:var(--surface);border-radius:7px}.telemetry div{min-width:0;padding:13px 14px;border-right:1px solid var(--border)}.telemetry div:last-child{border-right:0}.telemetry span{display:block;margin-bottom:5px;color:var(--soft);font-size:.72rem}.telemetry strong{display:block;color:var(--text);font-size:.9rem;overflow-wrap:anywhere}.features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding-top:34px}.features article{min-height:150px;padding:18px;border:1px solid var(--border);background:var(--surface);border-radius:7px}.features h2{margin:0 0 10px;color:var(--text);font-size:1rem;letter-spacing:0}.features p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.55}@media(max-width:980px){.hero{grid-template-columns:1fr;gap:26px}.hero-copy{padding-top:0}.telemetry{grid-template-columns:repeat(3,minmax(0,1fr))}.telemetry div:nth-child(3){border-right:0}.features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.shell-demo{padding:14px 12px 34px}.topbar{align-items:flex-start;flex-direction:column;margin-bottom:34px}.nav-links{flex-wrap:wrap}.terminal-surface{height:390px}.telemetry,.features{grid-template-columns:1fr}.telemetry div{border-right:0;border-bottom:1px solid var(--border)}.telemetry div:last-child{border-bottom:0}}
