.wterm{--term-fg: #d4d4d4;--term-bg: #1e1e1e;--term-cursor: #aeafad;--term-color-0: #1e1e1e;--term-color-1: #f44747;--term-color-2: #6a9955;--term-color-3: #d7ba7d;--term-color-4: #569cd6;--term-color-5: #c586c0;--term-color-6: #4ec9b0;--term-color-7: #d4d4d4;--term-color-8: #808080;--term-color-9: #f44747;--term-color-10: #6a9955;--term-color-11: #d7ba7d;--term-color-12: #569cd6;--term-color-13: #c586c0;--term-color-14: #4ec9b0;--term-color-15: #ffffff;--term-font-family: "Menlo", "Consolas", "DejaVu Sans Mono", "Courier New", monospace;--term-font-size: 14px;--term-line-height: 1.2;--term-row-height: 17px;position:relative;background:var(--term-bg);color:var(--term-fg);font-family:var(--term-font-family);font-size:var(--term-font-size);line-height:var(--term-line-height);padding:12px;border-radius:8px;box-shadow:0 8px 32px #0006;outline:none;overflow:hidden}.wterm:focus,.wterm:focus-visible{outline:none}.term-grid{display:block;white-space:pre;contain:layout paint style;will-change:contents}.term-row{display:block;height:var(--term-row-height);line-height:var(--term-row-height);contain:layout style}.term-row>span{display:inline-block;height:var(--term-row-height);vertical-align:top}.term-block{width:1ch;overflow:hidden}.term-cursor{outline:1px solid var(--term-cursor);outline-offset:-1px}.wterm.focused .term-cursor{background:var(--term-cursor);color:var(--term-bg);outline:none}.wterm.focused.cursor-blink .term-cursor{animation:cursor-blink 1s step-end infinite}@keyframes cursor-blink{0%,to{background:var(--term-cursor);color:var(--term-bg)}50%{background:transparent;color:inherit}}.wterm.has-scrollback{overflow-y:auto}.wterm ::selection{background:#569cd64d}.wterm.theme-solarized-dark{--term-fg: #839496;--term-bg: #002b36;--term-cursor: #93a1a1;--term-color-0: #073642;--term-color-1: #dc322f;--term-color-2: #859900;--term-color-3: #b58900;--term-color-4: #268bd2;--term-color-5: #d33682;--term-color-6: #2aa198;--term-color-7: #eee8d5;--term-color-8: #586e75;--term-color-9: #cb4b16;--term-color-10: #586e75;--term-color-11: #657b83;--term-color-12: #839496;--term-color-13: #6c71c4;--term-color-14: #93a1a1;--term-color-15: #fdf6e3}.wterm.theme-monokai{--term-fg: #f8f8f2;--term-bg: #272822;--term-cursor: #f8f8f0;--term-color-0: #272822;--term-color-1: #f92672;--term-color-2: #a6e22e;--term-color-3: #f4bf75;--term-color-4: #66d9ef;--term-color-5: #ae81ff;--term-color-6: #a1efe4;--term-color-7: #f8f8f2;--term-color-8: #75715e;--term-color-9: #f92672;--term-color-10: #a6e22e;--term-color-11: #f4bf75;--term-color-12: #66d9ef;--term-color-13: #ae81ff;--term-color-14: #a1efe4;--term-color-15: #f9f8f5}.wterm.theme-light{--term-fg: #383a42;--term-bg: #fafafa;--term-cursor: #526eff;--term-color-0: #383a42;--term-color-1: #e45649;--term-color-2: #50a14f;--term-color-3: #c18401;--term-color-4: #4078f2;--term-color-5: #a626a4;--term-color-6: #0184bc;--term-color-7: #fafafa;--term-color-8: #a0a1a7;--term-color-9: #e45649;--term-color-10: #50a14f;--term-color-11: #c18401;--term-color-12: #4078f2;--term-color-13: #a626a4;--term-color-14: #0184bc;--term-color-15: #ffffff}:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e7eef2;background:#0e1116}html,body,#app{width:100%;height:100%}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow:hidden;background:linear-gradient(135deg,rgba(32,82,84,.22),transparent 34%),linear-gradient(225deg,rgba(91,67,33,.16),transparent 30%),#0e1116}button,input,textarea{font:inherit}button{border:0}.app-shell{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);height:100dvh;min-height:0;overflow:hidden}.connection-pane{display:flex;flex-direction:column;gap:24px;min-height:0;overflow:auto;padding:28px;border-right:1px solid rgba(204,218,224,.13);background:#0d1116db}.brand-row{display:flex;align-items:center;gap:12px}.brand-row svg{color:#71d3bd}.brand-row h1{margin:0;font-size:22px;font-weight:720}.brand-row p{margin:2px 0 0;color:#91a1aa;font-size:13px}.connection-form{display:grid;gap:14px}.field{display:grid;gap:7px;color:#c7d3d9;font-size:13px;font-weight:650}.field span{display:flex;align-items:center;gap:7px}.field svg{color:#b8a46a}.field input,.field textarea{width:100%;border:1px solid rgba(207,219,224,.15);border-radius:7px;color:#edf5f7;background:#141a20;outline:none;transition:border-color .15s ease,background .15s ease}.field input{height:42px;padding:0 12px}.field textarea{min-height:120px;resize:vertical;padding:10px 12px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.45}.field input:focus,.field textarea:focus{border-color:#71d3bd;background:#172229}.auth-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px;border:1px solid rgba(207,219,224,.15);border-radius:8px;background:#11171d}.auth-switch button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:36px;border-radius:6px;color:#9eacb4;background:transparent;cursor:pointer}.auth-switch button.active{color:#eff9f7;background:#225c53}.file-button{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:1px dashed rgba(207,219,224,.2);border-radius:7px;color:#d8e4e7;background:#11171d;cursor:pointer}.file-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.action-row{display:grid;grid-template-columns:1fr 44px 44px;gap:8px;margin-top:4px}.primary-button,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:7px;color:#08211c;background:#71d3bd;cursor:pointer}.primary-button:disabled{color:#627177;background:#263137;cursor:not-allowed}.icon-button{color:#d8e4e7;background:#1d252c}.icon-button:hover,.file-button:hover,.auth-switch button:hover{filter:brightness(1.08)}.terminal-pane{display:grid;grid-template-rows:50px minmax(0,1fr);min-width:0;min-height:0;height:100%;overflow:hidden;background:#090b0f}.terminal-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 18px;border-bottom:1px solid rgba(204,218,224,.1);background:#10151a}.status-line,.terminal-meta{display:flex;align-items:center;gap:9px;min-width:0;color:#c8d3d8;font-size:13px}.terminal-meta{color:#7f9098;white-space:nowrap}.terminal-meta span{color:#71d3bd}.status-dot{width:9px;height:9px;flex:0 0 auto;border-radius:999px;background:#6c767d}.status-dot.is-connecting{background:#d3ad5c}.status-dot.is-connected{background:#71d3bd}.status-dot.is-error{background:#ff786f}.terminal-surface{width:100%;height:100%;min-height:0;padding:12px 14px;overflow:auto;background:#080a0d;--term-bg: #080a0d;--term-fg: #e6edf0;--term-font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--term-font-size: 14px;--term-line-height: 1.25}@media(max-width:860px){.app-shell{grid-template-columns:1fr;grid-template-rows:minmax(0,auto) minmax(0,1fr)}.connection-pane{max-height:42dvh;border-right:0;border-bottom:1px solid rgba(204,218,224,.13)}.terminal-pane{min-height:0}.app-shell.is-connected{grid-template-rows:auto minmax(0,1fr)}.app-shell.is-connected .connection-pane{max-height:none;gap:12px;padding:14px 16px;overflow:hidden}.app-shell.is-connected .brand-row{align-items:center}.app-shell.is-connected .brand-row h1{font-size:18px}.app-shell.is-connected .brand-row p{display:none}.app-shell.is-connected .connection-form{gap:0}.app-shell.is-connected .connection-form>:not(.action-row){display:none}.app-shell.is-connected .action-row{grid-template-columns:1fr 42px 42px;margin-top:0}}@media(max-width:520px){.connection-pane{padding:20px}.action-row{grid-template-columns:1fr 42px 42px}}
