@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap";/**
* 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 .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;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{-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{font-family:Space Grotesk,ui-sans-serif,system-ui,sans-serif;color:var(--telegram-text, #f2f4f8);background:var(--telegram-bg, #0a0d13);font-synthesis:none;text-rendering:optimizeLegibility;--telegram-bg: #0a0d13;--telegram-secondary-bg: #111722;--telegram-text: #f2f4f8;--telegram-hint: #8791a3;--telegram-button: #d9f85a;--telegram-button-text: #10150a;--telegram-accent: #d9f85a;--ink: #f2f4f8;--muted: #8791a3;--line: rgba(220, 229, 245, .12);--lime: #d9f85a;--lime-soft: rgba(217, 248, 90, .13)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--telegram-bg)}button{font:inherit}.app-shell{position:relative;display:flex;flex-direction:column;width:min(100%,560px);min-height:100svh;margin:0 auto;overflow:hidden;padding:calc(24px + env(safe-area-inset-top)) clamp(20px,6vw,34px) calc(24px + env(safe-area-inset-bottom))}.ambient{position:absolute;pointer-events:none;border-radius:999px;filter:blur(0)}.ambient-one{width:290px;height:290px;top:68px;right:-180px;background:radial-gradient(circle,rgba(217,248,90,.1),transparent 69%)}.ambient-two{width:230px;height:230px;bottom:110px;left:-170px;background:radial-gradient(circle,rgba(83,126,255,.12),transparent 69%)}.topbar,.eyebrow-row,.trust-line,.footer-note,.connection-indicator{display:flex;align-items:center}.topbar{position:relative;z-index:1;justify-content:space-between}.brand-lockup{display:flex;align-items:center;gap:10px}.brand-mark{display:grid;width:24px;height:24px;grid-template-columns:repeat(3,1fr);gap:2px;transform:skewY(-22deg)}.brand-mark span{border:1px solid var(--lime);border-radius:2px;background:var(--lime-soft)}.brand-mark span:nth-child(2){transform:translateY(5px)}.brand-mark span:nth-child(3){transform:translateY(10px)}.brand-name{font-family:DM Mono,monospace;font-size:10px;letter-spacing:.09em;color:var(--ink)}.brand-name span{color:var(--muted)}.beta-pill{border:1px solid var(--line);border-radius:99px;color:var(--muted);padding:7px 10px;font-family:DM Mono,monospace;font-size:8px;letter-spacing:.12em}.hero{position:relative;z-index:1;padding:clamp(64px,14vh,106px) 0 42px}.eyebrow-row{gap:8px;color:var(--lime);font-family:DM Mono,monospace;font-size:9px;letter-spacing:.11em}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px var(--lime-soft)}.eyebrow{margin:24px 0 12px;color:var(--muted);font-family:DM Mono,monospace;font-size:10px;letter-spacing:.13em}h1{max-width:440px;margin:0;font-size:clamp(43px,12vw,72px);font-weight:600;line-height:.98;letter-spacing:-.065em}.hero-copy{max-width:340px;margin:22px 0 0;color:var(--muted);font-size:15px;line-height:1.5}.connect-card{position:relative;z-index:1;display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:15px;padding:16px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:linear-gradient(120deg,#181f2beb,#0e131ceb)}.card-glow{position:absolute;width:160px;height:120px;top:-55px;left:-45px;background:radial-gradient(circle,rgba(217,248,90,.14),transparent 70%)}.box-icon{position:relative;width:58px;height:58px}.box-face{position:absolute;display:block;width:29px;height:25px;border:1px solid rgba(217,248,90,.75);background:#d9f85a1a}.box-face-top{left:14px;top:3px;transform:skewY(28deg) rotate(30deg)}.box-face-left{left:4px;top:24px;transform:skewY(28deg) rotate(-30deg)}.box-face-right{right:3px;top:24px;transform:skewY(-28deg) rotate(30deg)}.box-spark{position:absolute;z-index:2;top:17px;left:25px;color:var(--lime);font-size:16px}.card-content{position:relative;min-width:0}.card-label,.connection-indicator,.footer-note{font-family:DM Mono,monospace;letter-spacing:.1em}.card-label{color:var(--muted);font-size:8px}.card-content h2{margin:6px 0 3px;font-size:15px;font-weight:500;letter-spacing:-.02em}.card-content p{margin:0;color:var(--muted);font-size:11px;line-height:1.4}.connection-indicator{gap:5px;align-self:start;padding-top:3px;color:var(--muted);font-size:7px;white-space:nowrap}.indicator-dot{width:5px;height:5px;border-radius:50%;background:var(--lime)}[data-state=connecting] .indicator-dot{background:#f1c75b;animation:pulse 1.1s ease-in-out infinite}[data-state=error] .indicator-dot{background:#ef7c7c}.connect-button{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:14px;padding:17px 17px 17px 20px;border:1px solid var(--telegram-button);border-radius:13px;color:var(--telegram-button-text);background:var(--telegram-button);cursor:pointer;font-size:14px;font-weight:600;letter-spacing:-.02em;transition:transform .15s ease,filter .15s ease}.connect-button:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.connect-button:active:not(:disabled){transform:translateY(1px)}.connect-button:focus-visible{outline:3px solid rgba(217,248,90,.35);outline-offset:3px}.connect-button:disabled{cursor:default;opacity:.78}.button-arrow{display:grid;width:27px;height:27px;place-items:center;border-radius:50%;color:var(--telegram-button);background:#10150ae6;font-size:16px}.trust-line{justify-content:center;flex-wrap:wrap;gap:7px;margin:13px 0 0;color:var(--muted);font-family:DM Mono,monospace;font-size:8px;letter-spacing:.025em}.lock-icon{color:var(--lime);font-size:13px;line-height:0}.trust-separator{opacity:.45}.terminal-panel{position:relative;z-index:1;margin-top:18px;overflow:hidden;border:1px solid rgba(217,248,90,.22);border-radius:16px;background:#0a0d13;box-shadow:0 18px 55px #00000040}.terminal-toolbar{display:flex;align-items:center;min-height:34px;padding:0 12px;border-bottom:1px solid var(--line);background:#111722;font-family:DM Mono,monospace;font-size:9px}.terminal-lights{display:flex;gap:4px;margin-right:10px}.terminal-lights i{display:block;width:6px;height:6px;border-radius:50%;background:#697386}.terminal-lights i:first-child{background:#ef7c7c}.terminal-lights i:nth-child(2){background:#f1c75b}.terminal-lights i:last-child{background:var(--lime)}.terminal-title{color:var(--ink)}.terminal-title span{color:var(--muted)}.terminal-live{display:flex;align-items:center;gap:5px;margin-left:auto;color:var(--lime);font-size:7px;letter-spacing:.11em}.terminal-live span{width:5px;height:5px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 3px var(--lime-soft)}.terminal-surface{min-height:190px;padding:12px 10px 4px}.terminal-surface .xterm{height:174px}.terminal-surface .xterm-viewport{background:transparent!important}.terminal-hint{margin:0;padding:0 12px 9px;color:#697386;font-family:DM Mono,monospace;font-size:7px;letter-spacing:.03em}.capabilities{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:auto;padding-top:clamp(56px,11vh,96px)}.capability{display:flex;flex-direction:column;gap:9px;min-height:92px;padding:13px 11px;border-top:1px solid var(--line)}.capability-icon{color:var(--lime);font-size:17px;line-height:1}.capability strong,.capability small{display:block}.capability strong{font-size:11px;font-weight:500}.capability small{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.35}.footer-note{justify-content:space-between;margin-top:23px;color:#8791a3a1;font-size:8px}@keyframes pulse{50%{opacity:.35;transform:scale(.65)}}@media (max-width: 390px){.connect-card{grid-template-columns:50px 1fr}.box-icon{transform:scale(.86);transform-origin:left center}.connection-indicator{grid-column:2;margin-top:-7px;padding:0}.trust-line{font-size:7px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
