/**
 * 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;inset:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.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{font-family:monospace;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:fit-content}.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}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}:root{--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-blue-50: #eff6ff;--color-blue-100: #dbeafe;--color-blue-200: #bfdbfe;--color-blue-500: #3b82f6;--color-blue-600: #2563eb;--color-blue-700: #1d4ed8;--color-blue-800: #1e40af;--color-green-50: #f0fdf4;--color-green-100: #dcfce7;--color-green-200: #bbf7d0;--color-green-500: #22c55e;--color-green-600: #16a34a;--color-green-800: #166534;--color-red-50: #fef2f2;--color-red-100: #fee2e2;--color-red-200: #fecaca;--color-red-500: #ef4444;--color-red-600: #dc2626;--color-red-700: #b91c1c;--color-red-800: #991b1b;--color-yellow-50: #fefce8;--color-yellow-100: #fef9c3;--color-yellow-200: #fef08a;--color-yellow-500: #eab308;--color-yellow-600: #ca8a04;--color-yellow-800: #854d0e;--color-surface: #ffffff;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--color-terminal-bg: #0f172a;--color-terminal-text: #e2e8f0}*{box-sizing:border-box;padding:0;margin:0}html,body{max-width:100vw;overflow-x:hidden;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--color-gray-900);background:var(--color-gray-50);transition:background-color .3s ease,color .3s ease}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border-radius:var(--radius-md);font-size:.9375rem;font-weight:500;border:none;cursor:pointer;transition:all .15s ease;text-decoration:none;line-height:1.5}.btn--primary{background:var(--color-blue-600);color:#fff}.btn--primary:hover{background:var(--color-blue-700)}.btn--secondary{background:var(--color-surface);color:var(--color-gray-700);border:1px solid var(--color-gray-300)}.btn--secondary:hover{background:var(--color-gray-50);border-color:var(--color-gray-400)}.btn--danger{background:var(--color-red-600);color:#fff}.btn--danger:hover{background:var(--color-red-700)}.btn--success{background:var(--color-green-600);color:#fff}.btn--success:hover{background:var(--color-green-500)}.btn--sm{padding:.5rem .75rem;font-size:.875rem}.btn:disabled,.btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.card{background:var(--color-surface);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.card+.card{margin-top:1.5rem}.card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.card__title{font-size:1.125rem;font-weight:600;color:var(--color-gray-900);margin:0}.card__actions{display:flex;gap:.5rem;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500;line-height:1.25rem;text-transform:capitalize}.badge--ready,.badge--connected{background:var(--color-green-100);color:var(--color-green-600)}.badge--idle,.badge--disconnected{background:var(--color-gray-100);color:var(--color-gray-600)}.badge--provisioning,.badge--connecting,.badge--creating,.badge--deleting{background:var(--color-blue-100);color:var(--color-blue-600)}.badge--error,.badge--evicted{background:var(--color-red-100);color:var(--color-red-600)}.badge--exists{background:var(--color-yellow-100);color:var(--color-yellow-600)}.page-header{margin-bottom:2rem}.page-header__title{font-size:1.875rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.5rem}.page-header__subtitle{font-size:1rem;color:var(--color-gray-500)}.page-header__actions{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap;align-items:center}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-gray-500);margin-bottom:1rem}.breadcrumb a{color:var(--color-blue-600)}.breadcrumb a:hover{text-decoration:underline}.breadcrumb__separator{color:var(--color-gray-400)}.alert{padding:1rem;border-radius:var(--radius-md);font-size:.9375rem;margin:1.5rem 0}.alert--warning{background:var(--color-yellow-50);border:1px solid var(--color-yellow-200);color:var(--color-yellow-800)}.alert--error{background:var(--color-red-50);border:1px solid var(--color-red-200);color:var(--color-red-800)}.alert--info{background:var(--color-blue-50);border:1px solid var(--color-blue-200);color:var(--color-blue-800)}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--color-gray-700);margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.625rem .875rem;border:1px solid var(--color-gray-300);border-radius:var(--radius-md);font-size:.9375rem;color:var(--color-gray-900);background:var(--color-surface);transition:all .15s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--color-blue-500);box-shadow:0 0 0 3px #3b82f61a}.form-help{font-size:.875rem;color:var(--color-gray-500);margin-top:.375rem}.empty-state{text-align:center;padding:3rem 1.5rem;color:var(--color-gray-500)}.empty-state__title{font-size:1.125rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.5rem}.empty-state__description{font-size:.9375rem;margin-bottom:1.5rem}.loading-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid var(--color-gray-300);border-top-color:var(--color-blue-600);border-radius:50%;animation:spin .6s linear infinite}.loading-spinner--on-danger{border-color:#ffffff73;border-top-color:#fff}@keyframes spin{to{transform:rotate(360deg)}}.app-layout{display:flex;min-height:100vh}.app-main{flex:1;display:flex;flex-direction:column;min-width:0}.app-content{flex:1}.sidebar{width:260px;background:var(--color-surface);border-right:1px solid var(--color-gray-200);display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;z-index:1000;transition:transform .3s ease}.sidebar__header{padding:1.5rem;border-bottom:1px solid var(--color-gray-200)}.sidebar__logo{font-size:1.25rem;font-weight:700;color:var(--color-gray-900);text-decoration:none;display:flex;align-items:center;gap:.5rem}.sidebar__nav{flex:1;padding:1rem;overflow-y:auto}.sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--color-gray-700);text-decoration:none;border-radius:var(--radius-md);font-size:.9375rem;font-weight:500;transition:all .15s ease;margin-bottom:.25rem;width:100%;background:none;border:none;cursor:pointer}.sidebar__link:hover{background:var(--color-gray-100);color:var(--color-gray-900)}.sidebar__link--active{background:var(--color-blue-50);color:var(--color-blue-700)}.sidebar__icon{display:flex;align-items:center;justify-content:center;width:1.5rem}.sidebar__footer{padding:1rem;border-top:1px solid var(--color-gray-200)}.sidebar__user{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem;margin-bottom:.5rem;background:var(--color-gray-50);border-radius:var(--radius-md)}.sidebar__user-info{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.sidebar__user-name{font-size:.875rem;font-weight:600;color:var(--color-gray-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__user-email{font-size:.75rem;color:var(--color-gray-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__user-logout{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--color-red-600);transition:background .15s ease,color .15s ease;flex-shrink:0}.sidebar__user-logout:hover{background:var(--color-red-50);color:var(--color-red-700)}.sidebar-overlay{display:none}.mobile-header{display:none;align-items:center;gap:1rem;padding:1rem 1.5rem;background:var(--color-surface);border-bottom:1px solid var(--color-gray-200);position:sticky;top:0;z-index:100}.mobile-header__toggle{display:flex;flex-direction:column;gap:4px;padding:.5rem;background:none;border:none;cursor:pointer}.mobile-header__toggle span{width:20px;height:2px;background:var(--color-gray-700);border-radius:2px;transition:all .3s ease}.mobile-header__title{font-size:1.125rem;font-weight:700;color:var(--color-gray-900)}.sidebar-prefs{padding:.75rem;background:var(--color-gray-50);border-radius:var(--radius-md);margin-bottom:.5rem;display:flex;flex-direction:column;gap:.625rem}.sidebar-prefs__row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.sidebar-prefs__label{font-size:.8125rem;font-weight:500;color:var(--color-gray-600);white-space:nowrap}.theme-switcher{display:flex;gap:2px;background:var(--color-gray-200);border-radius:var(--radius-sm);padding:2px}.theme-btn{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .4rem;border-radius:4px;border:none;background:transparent;color:var(--color-gray-500);cursor:pointer;transition:all .15s ease;font-size:.75rem;font-weight:600;line-height:1}.theme-btn:hover{color:var(--color-gray-700)}.theme-btn--active{background:var(--color-surface);color:var(--color-gray-900);box-shadow:var(--shadow-sm)}.workspace-list{display:flex;flex-direction:column;gap:.75rem}.workspace-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border:1px solid var(--color-gray-200);border-radius:var(--radius-md);background:var(--color-surface);cursor:pointer;transition:all .15s ease;text-align:left;width:100%}.workspace-item:hover{border-color:var(--color-blue-200);background:var(--color-gray-50)}.workspace-item__info{display:flex;flex-direction:column;gap:.3rem;min-width:0}.workspace-item__name{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:var(--color-gray-900)}.workspace-item__repo{font-size:.8125rem;color:var(--color-gray-500);font-family:var(--font-mono);word-break:break-all}.workspace-item__desc{font-size:.875rem;color:var(--color-gray-600)}.workspace-item__chevron{color:var(--color-gray-400);flex-shrink:0}.detail-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.detail-meta__item{display:flex;flex-direction:column;gap:.25rem}.detail-meta__label{font-size:.75rem;font-weight:600;color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.04em}.detail-meta__value{font-size:.9375rem;color:var(--color-gray-900);word-break:break-all}.terminal-shell{position:relative;margin-top:1rem;border-radius:var(--radius-md);overflow:hidden;background:var(--color-terminal-bg);border:1px solid var(--color-gray-200)}.terminal-overlay{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;gap:.75rem;background:#0f172af0;color:var(--color-terminal-text);font-size:.9375rem;font-family:var(--font-mono);backdrop-filter:blur(1px)}.terminal-overlay--column{flex-direction:column}.modal-overlay{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000080}.modal{width:100%;max-width:440px;background:var(--color-surface);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.5rem}.modal__title{font-size:1.125rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.75rem}.modal__body{font-size:.9375rem;color:var(--color-gray-600);line-height:1.5;margin-bottom:1.5rem}.modal__actions{display:flex;justify-content:flex-end;gap:.75rem}.terminal-root{height:480px;margin:.75rem}.terminal-shell--fullscreen{position:fixed;inset:0;z-index:1900;margin:0;border-radius:0;border:none;display:flex;flex-direction:column}.terminal-shell--fullscreen .terminal-root{flex:1;height:auto;min-height:0;margin:.5rem .75rem .75rem}.terminal-root{border-radius:var(--radius-sm);outline:1px solid transparent;outline-offset:2px;transition:outline-color .15s ease}.terminal-fullscreen-bar{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:var(--color-terminal-bg);color:var(--color-terminal-text);border-bottom:1px solid rgba(255,255,255,.08);font-family:var(--font-mono);font-size:.875rem}.terminal-fullscreen-bar__title{display:flex;align-items:center;gap:.5rem;font-weight:600}.terminal-fullscreen-bar__detail{margin-left:auto;color:var(--color-gray-400);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.terminal-note{font-size:.875rem;color:var(--color-gray-500);margin-top:.5rem}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--color-gray-50: #0f1115;--color-gray-100: #1a1d24;--color-gray-200: #262b36;--color-gray-300: #343b4a;--color-gray-400: #4a5568;--color-gray-500: #6b7280;--color-gray-600: #94a3b8;--color-gray-700: #cbd5e1;--color-gray-800: #e2e8f0;--color-gray-900: #f1f5f9;--color-blue-50: #0a1728;--color-blue-100: #0f2040;--color-blue-200: #1a3560;--color-blue-500: #60a5fa;--color-blue-600: #3b82f6;--color-blue-700: #93c5fd;--color-blue-800: #bfdbfe;--color-green-50: #071a0c;--color-green-100: #0d2b18;--color-green-200: #14421f;--color-green-500: #4ade80;--color-green-600: #22c55e;--color-green-800: #86efac;--color-red-50: #1f0808;--color-red-100: #3b1010;--color-red-200: #561818;--color-red-500: #f87171;--color-red-600: #ef4444;--color-red-700: #fca5a5;--color-red-800: #fca5a5;--color-yellow-50: #1a1200;--color-yellow-100: #2e1f00;--color-yellow-200: #453000;--color-yellow-500: #fbbf24;--color-yellow-600: #f59e0b;--color-yellow-800: #fcd34d;--color-surface: #1a1d24;--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .4);--shadow-md: 0 4px 8px -1px rgba(0, 0, 0, .5), 0 2px 4px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 20px -3px rgba(0, 0, 0, .6), 0 4px 8px -2px rgba(0, 0, 0, .4)}:root:not([data-theme=light]) .sidebar,:root:not([data-theme=light]) .mobile-header{background:var(--color-gray-100)}:root:not([data-theme=light]) .btn--primary{background:#2f6fd4}:root:not([data-theme=light]) .btn--primary:hover{background:#2560bc}:root:not([data-theme=light]) .btn--danger{background:#c93535}:root:not([data-theme=light]) .btn--danger:hover{background:#b52e2e}:root:not([data-theme=light]) .form-input,:root:not([data-theme=light]) .form-textarea{color-scheme:dark}}:root[data-theme=dark]{--color-gray-50: #0f1115;--color-gray-100: #1a1d24;--color-gray-200: #262b36;--color-gray-300: #343b4a;--color-gray-400: #4a5568;--color-gray-500: #6b7280;--color-gray-600: #94a3b8;--color-gray-700: #cbd5e1;--color-gray-800: #e2e8f0;--color-gray-900: #f1f5f9;--color-blue-50: #0a1728;--color-blue-100: #0f2040;--color-blue-200: #1a3560;--color-blue-500: #60a5fa;--color-blue-600: #3b82f6;--color-blue-700: #93c5fd;--color-blue-800: #bfdbfe;--color-green-50: #071a0c;--color-green-100: #0d2b18;--color-green-200: #14421f;--color-green-500: #4ade80;--color-green-600: #22c55e;--color-green-800: #86efac;--color-red-50: #1f0808;--color-red-100: #3b1010;--color-red-200: #561818;--color-red-500: #f87171;--color-red-600: #ef4444;--color-red-700: #fca5a5;--color-red-800: #fca5a5;--color-yellow-50: #1a1200;--color-yellow-100: #2e1f00;--color-yellow-200: #453000;--color-yellow-500: #fbbf24;--color-yellow-600: #f59e0b;--color-yellow-800: #fcd34d;--color-surface: #1a1d24;--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .4);--shadow-md: 0 4px 8px -1px rgba(0, 0, 0, .5), 0 2px 4px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 20px -3px rgba(0, 0, 0, .6), 0 4px 8px -2px rgba(0, 0, 0, .4)}:root[data-theme=dark] .sidebar,:root[data-theme=dark] .mobile-header{background:var(--color-gray-100)}:root[data-theme=dark] .btn--primary{background:#2f6fd4}:root[data-theme=dark] .btn--primary:hover{background:#2560bc}:root[data-theme=dark] .btn--danger{background:#c93535}:root[data-theme=dark] .btn--danger:hover{background:#b52e2e}:root[data-theme=dark] .form-input,:root[data-theme=dark] .form-textarea{color-scheme:dark}.admin-table-wrap{overflow-x:auto;margin:0 -.25rem}.admin-table{width:100%;border-collapse:collapse;font-size:.9375rem}.admin-table th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-gray-500);padding:.625rem .75rem;border-bottom:1px solid var(--color-gray-200);white-space:nowrap}.admin-table td{padding:.75rem;border-bottom:1px solid var(--color-gray-100);vertical-align:middle;color:var(--color-gray-700)}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover td{background:var(--color-gray-50)}.admin-table__id{font-family:var(--font-mono);font-size:.8125rem;color:var(--color-gray-500);background:var(--color-gray-100);padding:.125rem .375rem;border-radius:var(--radius-sm)}@media (min-width: 769px){.app-main{margin-left:260px}}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.sidebar--open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:999}.mobile-header{display:flex}.app-main{margin-left:0}.container{padding:1rem}.page-header__title{font-size:1.5rem}.workspace-item{flex-direction:column;align-items:stretch}.terminal-root{height:360px}}
