._container_1im8o_1{display:flex;flex-direction:column;height:100%;background:var(--bg-primary)}._header_1im8o_8{padding:20px;border-bottom:1px solid var(--bg-secondary)}._title_1im8o_13{font-size:24px;font-weight:600}._main_1im8o_18{flex:1;overflow-y:auto;padding:16px}._loading_1im8o_24{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-secondary)}._empty_1im8o_32{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:32px}._emptyIcon_1im8o_42{font-size:64px;margin-bottom:16px}._empty_1im8o_32 h2{font-size:24px;margin-bottom:8px}._empty_1im8o_32 p{color:var(--text-secondary);margin-bottom:24px}._pairButton_1im8o_57{background:var(--accent);color:#fff;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;transition:background .2s}._pairButton_1im8o_57:hover{background:var(--accent-hover)}._list_1im8o_71{display:flex;flex-direction:column;gap:12px}._deviceCard_1im8o_77{display:flex;align-items:center;justify-content:space-between;background:var(--bg-secondary);padding:16px;border-radius:12px;text-align:left;width:100%;transition:background .2s}._deviceCard_1im8o_77:hover{background:var(--bg-tertiary)}._deviceInfo_1im8o_93{display:flex;flex-direction:column;gap:4px}._deviceName_1im8o_99{font-size:18px;font-weight:600;color:var(--text-primary)}._deviceId_1im8o_105,._deviceDate_1im8o_106{font-size:12px;color:var(--text-secondary)}._deviceArrow_1im8o_111{font-size:24px;color:var(--text-secondary)}._fab_1im8o_116{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:28px;background:var(--accent);color:#fff;font-size:32px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #4f46e566;transition:transform .2s,background .2s}._fab_1im8o_116:hover{background:var(--accent-hover);transform:scale(1.05)}._container_11pas_1{display:flex;flex-direction:column;height:100%;background:var(--bg-primary)}._header_11pas_8{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--bg-secondary)}._header_11pas_8 h1{font-size:18px;font-weight:600}._backButton_11pas_21{width:40px;height:40px;background:transparent;color:var(--accent);font-size:24px;display:flex;align-items:center;justify-content:center}._center_11pas_32{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center}._subtitle_11pas_42{color:var(--text-secondary);margin-bottom:24px}._codeInput_11pas_47{width:100%;max-width:200px;background:var(--bg-secondary);border:2px solid var(--bg-tertiary);border-radius:12px;padding:16px;font-size:24px;font-weight:600;text-align:center;color:var(--text-primary);letter-spacing:4px;margin-bottom:16px}._codeInput_11pas_47:focus{border-color:var(--accent)}._codeInput_11pas_47::placeholder{color:var(--text-secondary)}._error_11pas_70{color:var(--danger);font-size:14px;margin-bottom:16px}._submitButton_11pas_76{background:var(--accent);color:#fff;padding:16px 48px;border-radius:12px;font-size:16px;font-weight:600;margin-bottom:16px;transition:background .2s}._submitButton_11pas_76:hover:not(:disabled){background:var(--accent-hover)}._submitButton_11pas_76:disabled{opacity:.6;cursor:not-allowed}._linkButton_11pas_96{background:transparent;color:var(--accent);font-size:14px;padding:8px}._linkButton_11pas_96:hover{text-decoration:underline}._spinner_11pas_107{width:48px;height:48px;border:4px solid var(--bg-tertiary);border-top-color:var(--accent);border-radius:50%;animation:_spin_11pas_107 1s linear infinite;margin-bottom:16px}@keyframes _spin_11pas_107{to{transform:rotate(360deg)}}._codeDisplay_11pas_123{background:var(--bg-secondary);padding:24px 32px;border-radius:12px;font-size:32px;font-weight:700;color:var(--accent);letter-spacing:4px;margin-bottom:16px}._deviceName_11pas_134{color:var(--text-secondary);margin-bottom:32px}._confirmButton_11pas_139{background:var(--success);color:#fff;padding:16px 48px;border-radius:12px;font-size:16px;font-weight:600;transition:opacity .2s}._confirmButton_11pas_139:hover{opacity:.9}._scanContainer_11pas_153{flex:1;position:relative;overflow:hidden}._video_11pas_159{width:100%;height:100%;object-fit:cover}._scanOverlay_11pas_165{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000080}._scanFrame_11pas_174{width:250px;height:250px;border:3px solid var(--accent);border-radius:12px;box-shadow:0 0 0 9999px #00000080}._footer_11pas_182{padding:24px;text-align:center}._footer_11pas_182 p{color:var(--text-secondary);margin-bottom:8px}._container_1e6bn_1{background:var(--bg-secondary);padding:8px;display:flex;flex-direction:column;gap:4px;flex-shrink:0}._row_1e6bn_10{display:flex;justify-content:center;gap:4px}._key_1e6bn_16{background:var(--bg-tertiary);color:var(--text-primary);padding:10px 14px;border-radius:6px;font-size:14px;font-weight:500;min-width:50px;transition:background .1s}._key_1e6bn_16:hover{background:#4d4d6c}._key_1e6bn_16:active{background:var(--accent)}._modifier_1e6bn_35{background:#4d4d6c}._active_1e6bn_39{background:var(--accent)!important}/**
 * 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,.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.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}._container_nmirq_1{display:flex;flex-direction:column;height:100%;background:var(--bg-primary)}._header_nmirq_8{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--bg-secondary);flex-shrink:0}._closeButton_nmirq_17{background:transparent;color:var(--accent);font-size:14px;padding:8px}._title_nmirq_24{font-size:16px;font-weight:600;color:var(--text-primary)}._status_nmirq_30{font-size:12px;padding:4px 12px;border-radius:12px}._online_nmirq_36{background:#4caf5033;color:var(--success)}._offline_nmirq_41{background:#9e9e9e33;color:var(--text-secondary)}._terminalContainer_nmirq_46{flex:1;overflow:hidden;padding:8px}._terminalContainer_nmirq_46 .xterm{height:100%}._terminalContainer_nmirq_46 .xterm-viewport{overflow-y:auto!important}._keyboardToggle_nmirq_60{background:var(--bg-secondary);color:var(--text-secondary);padding:8px;font-size:12px;text-align:center;flex-shrink:0}._keyboardToggle_nmirq_60:hover{background:var(--bg-tertiary)}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #1a1a2e;--bg-secondary: #2d2d44;--bg-tertiary: #3d3d5c;--text-primary: #ffffff;--text-secondary: #888888;--accent: #4F46E5;--accent-hover: #4338CA;--success: #4CAF50;--danger: #DC2626}html,body,#root{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{cursor:pointer;border:none;outline:none;font-family:inherit}input{font-family:inherit;outline:none}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}@supports (padding-top: env(safe-area-inset-top)){.safe-area-top{padding-top:env(safe-area-inset-top)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}}
