.board-toolbar{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.board-toolbar .hint{color:var(--ink-muted);font-size:.8rem}.board-add{position:relative}.board-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:40;width:260px;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 10px 30px #00000059;padding:.35rem;max-height:min(74vh,640px);overflow:auto}.board-menu .grp{font-size:.66rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted);font-weight:700;padding:.5rem .5rem .25rem}.board-menu button{display:flex;align-items:center;gap:.55rem;width:100%;text-align:left;padding:.5rem .55rem;border:1px solid transparent;border-radius:8px;background:none;color:var(--ink);font:inherit;cursor:pointer}.board-menu button:hover{background:var(--surface-2);border-color:var(--border)}.board-menu button .ic{font-size:1rem;width:1.3rem;text-align:center}.board-menu button .tx{display:flex;flex-direction:column;gap:1px}.board-menu button .tx small{color:var(--ink-muted);font-size:.72rem}.board-wrap{position:relative;height:calc(100vh - 232px);min-height:480px;overflow:auto;border:1px solid var(--hairline);border-radius:var(--radius);background-color:var(--page);background-image:radial-gradient(var(--hairline) 1px,transparent 1px);background-size:22px 22px;background-position:-1px -1px}.board-canvas{position:relative;width:100%;height:100%}.board-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--ink-muted);text-align:center;padding:1rem;pointer-events:none}.pane{position:absolute;display:flex;flex-direction:column;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 1px 2px #0000002e;transition:box-shadow .12s,border-color .12s}.pane:hover{border-color:color-mix(in srgb,var(--accent) 40%,var(--border))}.pane.active{box-shadow:0 12px 34px #0006;border-color:var(--accent)}.pane-head{display:flex;align-items:center;gap:.45rem;flex:none;padding:.4rem .5rem .4rem .6rem;border-bottom:1px solid var(--hairline);background:var(--surface-2);cursor:grab;-webkit-user-select:none;user-select:none}.pane-head:active{cursor:grabbing}.pane-head .ic{font-size:.95rem;line-height:1}.pane-head .ttl{flex:1;min-width:0;font-size:.82rem;font-weight:700;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pane-head .x{flex:none;width:22px;height:22px;border:0;border-radius:6px;background:none;color:var(--ink-muted);cursor:pointer;font-size:.95rem;line-height:1;display:grid;place-items:center}.pane-head .x:hover{background:var(--surface);color:var(--critical)}.pane-body{flex:1;min-height:0;overflow:auto;padding:.65rem .7rem}.pane-body.flush{padding:0}.pane-resize{position:absolute;right:0;bottom:0;width:18px;height:18px;cursor:nwse-resize;z-index:3}.pane-resize:after{content:"";position:absolute;right:3px;bottom:3px;width:8px;height:8px;border-right:2px solid var(--ink-muted);border-bottom:2px solid var(--ink-muted);border-bottom-right-radius:3px;opacity:.7}.pane .meters{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:.5rem}.pane .metric .mlabel{color:var(--ink-muted);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.pane .metric .mval{font-size:1.15rem;font-weight:700;margin:.05rem 0 .3rem}.pane .metric .mval small{font-size:.72rem;color:var(--ink-muted);font-weight:500}.pane .cam-frame{width:100%;height:100%;min-height:120px;background:#000;object-fit:contain;display:block}.pane .cam-holder{position:relative;width:100%;height:100%;background:#000;display:grid;place-items:center}.pane .cam-holder .ph{color:#8a8a8a;font-size:.82rem;text-align:center;padding:1rem}.pane .term-fill{height:100%}.pane .term-fill .term-wrap{height:100%;border:0;border-radius:0}.pane .kv{font-size:.82rem}.pane .wire-list{display:flex;flex-direction:column;gap:.35rem}.pane .wire-row{display:flex;gap:.5rem;font-size:.8rem;padding-bottom:.35rem;border-bottom:1px solid var(--hairline)}.pane .wire-row:last-child{border-bottom:0}.pane .wire-row time{color:var(--ink-muted);flex:none;font-variant-numeric:tabular-nums}.pane .wire-row .act{font-family:ui-monospace,Menlo,monospace;font-size:.76rem}.pane textarea.note{width:100%;height:100%;resize:none;border:0;background:transparent;color:var(--ink);font:inherit;padding:0}.pane textarea.note:focus{outline:none}.pane .reachy .rk-sec{color:var(--ink-muted);font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin:.7rem 0 .4rem}.pane .reachy .rk-sec:first-child{margin-top:0}.pane .reachy .rk-dpad{display:grid;gap:.35rem;width:max-content;grid-template-columns:repeat(3,40px);grid-template-rows:repeat(3,34px);grid-template-areas:".  up   ." "left mid right" ".  down ."}.pane .reachy .rk-dpad .btn{width:100%;padding:0;font-size:1rem}.pane .reachy .rk-emotes{display:grid;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:.4rem}.pane .reachy .rk-emote{display:flex;flex-direction:column;align-items:center;gap:2px;padding:.4rem .2rem}.pane .reachy .rk-emote .e{font-size:1.15rem;line-height:1}.pane .reachy .rk-emote .l{font-size:.7rem;color:var(--ink-muted)}.pane .reachy .rk-dot{width:10px;height:10px;border-radius:50%;background:var(--ink-muted);opacity:.5;align-self:center}.pane .reachy .rk-dot.on{background:var(--good);opacity:1;box-shadow:0 0 0 3px color-mix(in srgb,var(--good) 25%,transparent)}:root{--page: #0d0d0d;--surface: #1a1a19;--surface-2: #232322;--ink: #ffffff;--ink-2: #c3c2b7;--ink-muted: #898781;--hairline: #2c2c2a;--border: rgba(255, 255, 255, .1);--accent: #3987e5;--accent-ink: #ffffff;--good: #0ca30c;--warning: #fab219;--serious: #ec835a;--critical: #d03b3b;--radius: 12px;--font: system-ui, -apple-system, "Segoe UI", sans-serif}@media (prefers-color-scheme: light){:root{--page: #f9f9f7;--surface: #fcfcfb;--surface-2: #f0efec;--ink: #0b0b0b;--ink-2: #52514e;--ink-muted: #898781;--hairline: #e1e0d9;--border: rgba(11, 11, 11, .1);--accent: #2a78d6}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--page);color:var(--ink);font-family:var(--font);font-size:15px;line-height:1.45;-webkit-font-smoothing:antialiased;overflow-x:hidden;overflow-wrap:break-word}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em}.shell{display:flex;min-height:100%}.sidebar{width:220px;flex:none;padding:1rem .75rem;border-right:1px solid var(--hairline);display:flex;flex-direction:column;gap:.25rem;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.05rem;padding:.4rem .6rem 1rem}.brand-mark{width:26px;height:26px;border-radius:8px;flex:none;background:linear-gradient(135deg,var(--accent),#1c5cab);display:grid;place-items:center;color:#fff;font-size:14px}.nav-link{display:flex;align-items:center;gap:.6rem;padding:.55rem .6rem;border-radius:8px;color:var(--ink-2);font-weight:500}.nav-link:hover{background:var(--surface-2);text-decoration:none}.nav-link.active{background:var(--surface-2);color:var(--ink)}.nav-spacer{flex:1}.main{flex:1;min-width:0;max-width:100%;padding:calc(1.25rem + env(safe-area-inset-top)) clamp(.75rem,3vw,2rem) 4rem}.page-head{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin:.25rem 0 1.25rem}.page-head h1{font-size:1.35rem;margin:0}.page-head .sub{color:var(--ink-muted);font-size:.9rem;width:100%}.spacer{flex:1}@media (max-width: 760px){.shell{flex-direction:column}.sidebar{width:100%;height:auto;position:fixed;bottom:0;top:auto;left:0;right:0;z-index:20;flex-direction:row;align-items:center;padding:.35rem .5rem;border-right:0;border-top:1px solid var(--hairline);background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);padding-bottom:calc(.35rem + env(safe-area-inset-bottom));padding-left:calc(.5rem + env(safe-area-inset-left));padding-right:calc(.5rem + env(safe-area-inset-right))}.brand{display:none}.nav-link{flex-direction:column;gap:.12rem;font-size:.68rem;flex:1;text-align:center;padding:.4rem .2rem;min-height:46px;justify-content:center;border-radius:10px}.nav-link .ico{font-size:1.25rem}.nav-spacer,.sidebar .session{display:none}.main{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom));padding-left:max(.9rem,env(safe-area-inset-left));padding-right:max(.9rem,env(safe-area-inset-right))}.page-head{gap:.5rem .6rem;margin-bottom:1rem}.page-head h1{font-size:1.25rem}.page-head .spacer{flex-basis:100%;height:0;margin:0}.tab{padding:.6rem .85rem}.btn{padding:.55rem .9rem}.btn.sm{padding:.45rem .7rem}.board-wrap{height:calc(100dvh - 18rem);min-height:320px}.board-toolbar .hint{flex-basis:100%}}.tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.grid{display:grid;gap:.9rem}.grid.robots{grid-template-columns:repeat(auto-fill,minmax(290px,1fr))}.grid.tiles{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.robot-card{display:flex;flex-direction:column;gap:.6rem;cursor:pointer;transition:border-color .15s}.robot-card:hover{border-color:var(--accent)}.robot-card .top{display:flex;align-items:center;gap:.55rem}.robot-card h3{margin:0;font-size:1.02rem;flex:1;overflow:hidden;text-overflow:ellipsis}.robot-card .host{color:var(--ink-muted);font-size:.82rem}.dot{width:9px;height:9px;border-radius:50%;flex:none;display:inline-block}.status{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;color:var(--ink-2)}.status.online .dot{background:var(--good);box-shadow:0 0 6px var(--good)}.status.offline .dot{background:var(--ink-muted)}.status.pending .dot{background:var(--warning)}.status.revoked .dot{background:var(--critical)}.badge{display:inline-block;padding:.1rem .5rem;border-radius:999px;font-size:.72rem;font-weight:600;border:1px solid var(--border);color:var(--ink-2);background:var(--surface-2)}.badge.role{color:var(--accent);border-color:var(--accent);background:transparent}.tile{padding:.75rem .9rem}.tile .label{color:var(--ink-muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.tile .value{font-size:1.45rem;font-weight:700;margin:.15rem 0 .4rem}.tile .value small{font-size:.85rem;color:var(--ink-muted);font-weight:500}.meter{height:6px;border-radius:4px;background:var(--surface-2);overflow:hidden}.meter>i{display:block;height:100%;border-radius:4px;background:var(--accent);transition:width .4s ease}.meter.warn>i{background:var(--warning)}.meter.crit>i{background:var(--critical)}.tile .state{font-size:.72rem;font-weight:600;margin-top:.3rem}.tile .state.warn{color:var(--warning)}.tile .state.crit{color:var(--critical)}.tile .state.ok{color:var(--ink-muted)}input,select,textarea{width:100%;padding:.55rem .7rem;border-radius:8px;border:1px solid var(--hairline);background:var(--page);color:var(--ink);font:inherit}input:focus,select:focus{outline:2px solid var(--accent);outline-offset:-1px;border-color:transparent}label{display:block;font-size:.82rem;font-weight:600;color:var(--ink-2);margin:.6rem 0 .25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .9rem;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);color:var(--ink);font:inherit;font-weight:600;cursor:pointer;white-space:nowrap}.btn:hover{border-color:var(--accent)}.btn.primary{background:var(--accent);border-color:transparent;color:var(--accent-ink)}.btn.danger{background:transparent;border-color:var(--critical);color:var(--critical)}.btn.danger:hover{background:var(--critical);color:#fff}.btn.sm{padding:.3rem .6rem;font-size:.8rem}.btn:disabled{opacity:.5;cursor:default}.btn-row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}@media (max-width: 760px){input,select,textarea{font-size:16px}}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.88rem}th{text-align:left;color:var(--ink-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}th,td{padding:.5rem .65rem;border-bottom:1px solid var(--hairline)}tr:last-child td{border-bottom:0}td.mono{font-family:ui-monospace,Menlo,monospace;font-size:.8rem}@media (max-width: 640px){.table-wrap{overflow-x:visible}.table-wrap table,.table-wrap thead,.table-wrap tbody,.table-wrap tr,.table-wrap th,.table-wrap td{display:block}.table-wrap thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.table-wrap tr{border:1px solid var(--hairline);border-radius:10px;background:var(--surface-2);padding:.35rem .75rem;margin-bottom:.6rem}.table-wrap tr:last-child{margin-bottom:0}.table-wrap td{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.4rem 0;border-bottom:1px solid var(--hairline);text-align:right;min-height:0}.table-wrap tr td:last-child{border-bottom:0}.table-wrap td[data-label]:before{content:attr(data-label);flex:none;text-align:left;color:var(--ink-muted);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.table-wrap td[colspan]{justify-content:flex-start;text-align:left}.table-wrap td .btn-row{justify-content:flex-end;flex-wrap:wrap}.table-wrap td.mono{word-break:break-all}}.tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--hairline);margin-bottom:1rem;overflow-x:auto}.tab{padding:.5rem .8rem;border:0;background:none;color:var(--ink-2);font:inherit;font-weight:600;cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap}.tab.active{color:var(--ink);border-bottom-color:var(--accent)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:50;display:grid;place-items:center;padding:1rem}.modal{width:min(480px,100%);max-height:90vh;overflow:auto}.modal h3{margin-top:0}.term-wrap{background:#000;border-radius:var(--radius);border:1px solid var(--border);padding:.5rem;height:min(65vh,560px)}.term-wrap .xterm{height:100%}.empty{color:var(--ink-muted);text-align:center;padding:2.5rem 1rem}.error-text{color:var(--critical);font-size:.85rem;margin-top:.5rem}.ok-text{color:var(--good);font-size:.85rem;margin-top:.5rem}.muted{color:var(--ink-muted)}.small{font-size:.82rem}pre.output{background:var(--page);border:1px solid var(--hairline);border-radius:8px;padding:.75rem;overflow-x:auto;font-size:.8rem;white-space:pre-wrap}.auth-page{min-height:100vh;display:grid;place-items:center;padding:1rem}.auth-card{width:min(400px,100%)}.auth-card h1{display:flex;align-items:center;gap:.6rem;font-size:1.2rem}.kv{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;font-size:.88rem}.kv dt{color:var(--ink-muted)}.kv dd{margin:0;word-break:break-all}.qr-img{background:#fff;padding:8px;border-radius:8px;width:200px;height:200px}.code-big{font-family:ui-monospace,Menlo,monospace;font-size:1.6rem;font-weight:700;letter-spacing:.12em;text-align:center;padding:.6rem;background:var(--surface-2);border-radius:8px}.teleop-stage{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center;justify-content:center;margin:1rem 0}.joystick{position:relative;width:220px;height:220px;flex:none;border-radius:50%;background:var(--surface-2);border:1px solid var(--hairline);touch-action:none;cursor:grab;display:grid;place-items:center}.joystick.disabled{opacity:.45;cursor:not-allowed}.joystick:active{cursor:grabbing}.joystick-ring{position:absolute;top:26px;right:26px;bottom:26px;left:26px;border-radius:50%;border:1px dashed var(--hairline)}.joystick-knob{width:60px;height:60px;border-radius:50%;background:radial-gradient(circle at 35% 30%,var(--accent),#1c5cab);box-shadow:0 4px 14px #0006;pointer-events:none}.teleop-readout{flex:1;min-width:220px}.gauge{margin-bottom:.8rem}.gauge-head{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.25rem}.gauge-head b{font-variant-numeric:tabular-nums}.gauge-track{position:relative;height:8px;border-radius:4px;background:var(--surface-2);overflow:hidden}.gauge-track:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:var(--hairline)}.gauge-track>i{position:absolute;top:0;bottom:0;border-radius:4px}.gauge-track>i.pos{background:var(--accent)}.gauge-track>i.neg{background:var(--warning)}kbd{display:inline-block;padding:.05rem .35rem;margin:0 1px;border:1px solid var(--hairline);border-bottom-width:2px;border-radius:5px;background:var(--surface-2);font-family:ui-monospace,Menlo,monospace;font-size:.75rem}.teleop-video{width:100%;max-height:44vh;border-radius:var(--radius);background:#000;margin:0 0 1rem;border:1px solid var(--border)}.docs-shell{display:grid;grid-template-columns:270px 1fr;gap:1rem;height:calc(100vh - 5.5rem)}.docs-nav{display:flex;flex-direction:column;min-height:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.docs-nav-head{padding:.9rem .9rem .75rem;border-bottom:1px solid var(--hairline)}.docs-nav-head h2{margin:0 0 .6rem;font-size:1.05rem}.docs-nav-head input{padding:.4rem .6rem;font-size:.85rem}.docs-nav-scroll{overflow-y:auto;padding:.6rem;display:flex;flex-direction:column;gap:.75rem}.docs-group{display:flex;flex-direction:column;gap:.25rem}.docs-group-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted);font-weight:700;padding:.15rem .5rem}.docs-item{display:flex;flex-direction:column;gap:.15rem;text-align:left;border:1px solid transparent;background:none;cursor:pointer;padding:.5rem .6rem;border-radius:8px;color:var(--ink-2);font:inherit}.docs-item:hover{background:var(--surface-2)}.docs-item.active{background:var(--surface-2);border-color:var(--accent);color:var(--ink)}.docs-item-title{font-weight:600;font-size:.9rem}.docs-item-blurb{font-size:.76rem;color:var(--ink-muted);line-height:1.35}.docs-viewer{display:flex;flex-direction:column;min-width:0;min-height:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.docs-viewer-bar{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.6rem .85rem;border-bottom:1px solid var(--hairline)}.docs-crumbs{display:flex;align-items:center;gap:.4rem;font-size:.9rem;min-width:0}.docs-crumbs b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.docs-sep{color:var(--ink-muted)}.docs-frame{flex:1;width:100%;border:0;background:var(--page)}@media (max-width: 760px){.docs-shell{grid-template-columns:1fr;height:auto}.docs-nav-scroll{max-height:42vh}.docs-frame{height:70vh}}.apps-shell{display:flex;flex-direction:column;gap:.6rem;height:calc(100vh - 5.5rem);min-height:0}.apps-bar{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.apps-tabs{display:flex;gap:.35rem;flex-wrap:wrap}.apps-tab{border:1px solid var(--border);background:none;cursor:pointer;padding:.4rem .8rem;border-radius:8px;color:var(--ink-2);font:inherit;font-size:.88rem;font-weight:600}.apps-tab:hover{background:var(--surface-2)}.apps-tab.active{background:var(--surface-2);border-color:var(--accent);color:var(--ink)}.apps-frame{flex:1;width:100%;border:1px solid var(--border);border-radius:var(--radius);background:var(--page);min-height:0}@media (max-width: 760px){.apps-shell{height:auto}.apps-frame{height:78vh}}.reachy-panel{display:flex;flex-direction:column;gap:.6rem;flex:1;min-height:0}.reachy-connect{display:flex;align-items:flex-end;gap:.6rem;flex-wrap:wrap;padding:.6rem .75rem}.reachy-field{display:flex;flex-direction:column;gap:.25rem}.reachy-field input{width:14rem;max-width:60vw}.reachy-status{font-size:.85rem;font-weight:600}.reachy-status.up{color:var(--accent)}.reachy-status.down{color:var(--critical)}.reachy-install{padding:1.25rem 1.4rem;overflow:auto}.reachy-install h2{margin:0 0 .6rem;font-size:1.05rem}.reachy-steps{margin:.6rem 0;padding-left:1.2rem;display:flex;flex-direction:column;gap:.6rem}.reachy-steps li{line-height:1.5}.reachy-install pre{margin:.4rem 0 0;padding:.6rem .75rem;border-radius:8px;background:var(--surface-2);border:1px solid var(--border);overflow-x:auto;font-size:.82rem}.reachy-note{margin:0 0 .6rem}.reachy-note.down{color:var(--critical)}@media (max-width: 760px){.reachy-panel{height:auto}}/**
 * 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}
