:root{--app-bg: #f5f5f5;--panel-bg: #ffffff;--sidebar-bg: #f1f1f1;--sidebar-active: #ffffff;--border: #d9d9d9;--border-soft: #e8e8e8;--text: #222222;--muted: #555555;--muted-2: #777777;--primary: #2f6fad;--primary-hover: #255b90;--danger: #c5162e;--danger-bg: #fff0f0;--danger-border: #efb7b7;--success: #107e3e;--success-bg: #edf8f0;--warning: #e9730c;--warning-bg: #fff4e5;--table-header: #f3f3f3;--table-row-hover: #f8fbff;--font: Arial, Helvetica, sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font);background:var(--app-bg);color:var(--text);font-size:13px}button,input,textarea,select{font-family:var(--font);font-size:12px}.sap-app{min-height:100vh;background:var(--app-bg)}.muted{color:var(--muted);font-size:12px}.sap-message{padding:9px 12px;border-radius:0;margin-bottom:12px;font-size:12px;font-weight:700}.error-msg{color:#9c0000;background:var(--danger-bg);border:1px solid var(--danger-border)}.success-msg{color:#0e5a2a;background:#edfdf3;border:1px solid #b7e8c7}.object-status{min-height:20px;display:inline-flex;align-items:center;gap:4px;border-radius:0;padding:2px 7px;font-size:11px;font-weight:700;background:#eee;color:#333}.object-status.success,.object-status.SUCCESS{color:var(--success);background:var(--success-bg)}.object-status.FAILED{color:var(--danger);background:var(--danger-bg)}.object-status.RUNNING{color:var(--warning);background:var(--warning-bg)}.object-status.PENDING{color:var(--primary);background:#e8f2ff}.object-status.neutral{color:#333;background:#eee}.sap-login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--app-bg)}.login-shell{width:min(820px,100%);display:grid;grid-template-columns:1fr 360px;background:#fff;border:1px solid var(--border)}.login-brand{padding:36px;background:#f7f7f7;color:var(--text);display:flex;align-items:center;gap:16px;border-right:1px solid var(--border)}.login-brand h1{margin:0;font-size:22px;font-weight:700}.login-brand p{margin:4px 0 0;color:var(--muted);font-size:12px}.fiori-orb{width:42px;height:42px;display:grid;place-items:center;background:var(--primary);color:#fff;border-radius:2px}.fiori-orb ui5-icon{width:22px;height:22px;color:#fff}.login-panel{padding:28px}.login-panel h2{margin:0 0 8px;font-size:18px}.wide{width:100%;justify-content:center;margin-top:14px}.shellbar{height:48px;padding:0 16px;color:var(--text);background:#fff;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.shellbar-left,.shellbar-right,.shellbar-center{display:flex;align-items:center;gap:10px}.shellbar-left strong{display:block;font-size:16px;line-height:16px}.shellbar-left small{display:block;color:var(--muted);font-size:11px;margin-top:2px}.sap-logo{width:28px;height:28px;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:700;border-radius:2px;font-size:10px}.shellbar select{min-width:260px;height:32px;background:#fff}.user-pill{min-height:34px;padding:0 8px;display:inline-flex;align-items:center;gap:5px;color:#111;background:transparent;border:0;font-weight:700}.workspace{display:flex;min-height:calc(100vh - 48px)}.side-nav{width:190px;padding:10px 0;background:var(--sidebar-bg);border-right:1px solid var(--border);position:sticky;top:48px;height:calc(100vh - 48px);overflow-y:auto}.side-nav-title{padding:0 14px 8px;color:#333;font-weight:700;font-size:13px}.nav-group{margin-bottom:8px}.nav-group-title{padding:8px 14px 4px;color:#777;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.side-nav button{width:100%;border:0;background:transparent;color:#222;min-height:30px;padding:0 14px 0 22px;display:flex;align-items:center;gap:9px;cursor:pointer;text-align:left;margin:0;font-weight:400}.side-nav button ui5-icon{color:#394652;width:15px;height:15px}.side-nav button:hover{background:#e7e7e7}.side-nav button.active{background:#fff;color:#000;box-shadow:inset 3px 0 0 var(--primary);font-weight:700}.content-area{flex:1;padding:16px 18px;overflow:auto}.page-header{min-height:auto;padding:0;margin-bottom:12px;background:transparent;border:0;display:flex;justify-content:space-between;align-items:flex-start}.page-header h1{margin:0;font-size:20px;font-weight:700}.page-header p{margin:4px 0 0;color:var(--muted);font-size:13px}.sap-grid{display:grid;gap:12px}.sap-grid.two{grid-template-columns:minmax(340px,420px) minmax(0,1fr)}.sap-card{background:#fff;border:1px solid var(--border);border-radius:0;box-shadow:none;padding:12px}.card-title{min-height:28px;display:flex;align-items:center;gap:7px;margin-bottom:8px;padding-bottom:6px;border-bottom:0}.card-title h2{margin:0;font-size:15px;font-weight:700}.card-title ui5-icon{color:#394652;width:16px;height:16px}.card-title.between{justify-content:space-between}.card-title.between>div{display:flex;align-items:center;gap:7px}.form-card{align-self:start}.file-layout{grid-template-columns:minmax(0,1fr)}.editor-card{margin-top:12px}.confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0000006b;display:flex;align-items:flex-start;justify-content:center;padding-top:90px}.confirm-modal{width:min(440px,calc(100vw - 32px));background:#fff;border:1px solid #bfbfbf;box-shadow:0 10px 30px #00000038}.confirm-header{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:18px 18px 12px}.confirm-icon{width:32px;height:32px;display:grid;place-items:center;background:#e8f2ff;color:var(--primary);border:1px solid #b8d6f5}.confirm-icon.danger{background:var(--danger-bg);color:var(--danger);border-color:var(--danger-border)}.confirm-icon ui5-icon{width:18px;height:18px}.confirm-header h3{margin:0 0 6px;font-size:16px;font-weight:700;color:#222}.confirm-header p{margin:0;font-size:13px;line-height:1.45;color:#444}.confirm-actions{display:flex;justify-content:flex-end;gap:8px;padding:12px 18px 18px;border-top:1px solid #eeeeee}.toast-wrap{position:fixed;top:58px;right:18px;z-index:10000;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast-card{min-width:320px;max-width:440px;min-height:56px;background:#fff;border:1px solid #d9d9d9;border-left:4px solid #0a6ed1;box-shadow:0 10px 30px #0000002e;display:grid;grid-template-columns:36px 1fr;gap:8px;align-items:start;padding:12px;pointer-events:auto;animation:toast-slide-in .18s ease-out}.toast-card.success{border-left-color:#107e3e}.toast-card.error{border-left-color:#b00}.toast-icon{width:28px;height:28px;display:grid;place-items:center}.toast-card.success .toast-icon{color:#107e3e}.toast-card.error .toast-icon{color:#b00}.toast-content{display:flex;flex-direction:column;gap:3px}.toast-content strong{font-size:13px;color:#222}.toast-content span{font-size:12px;line-height:1.4;color:#555}@keyframes toast-slide-in{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.playbook-form-card{min-width:420px}.vscode-editor{width:100%;height:480px}.vscode-editor :deep(.monaco-editor),.vscode-editor :deep(.monaco-editor-background),.vscode-editor :deep(.monaco-editor .inputarea.ime-input){width:100%}input,textarea,select{width:100%;border:1px solid #cfcfcf;border-radius:0;padding:7px 9px;background:#fff;color:var(--text);min-height:32px;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:none}textarea{min-height:92px;resize:vertical}label{display:block;margin-top:10px;margin-bottom:4px;color:#333;font-size:12px;font-weight:700}.icon-button,.sap-button{border:1px solid #bfbfbf;border-radius:0;min-height:30px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;background:#eee;color:#222;font-weight:700}.icon-button{min-width:34px;justify-content:center;padding:0 10px;background:#fff;color:#222}.icon-button:hover,.sap-button:hover{background:#e1e1e1}.sap-button.primary,.sap-button.emphasized{background:var(--primary);color:#fff;border-color:var(--primary)}.sap-button.primary:hover,.sap-button.emphasized:hover{background:var(--primary-hover);color:#fff}.sap-button.danger{background:var(--danger);color:#fff;border-color:var(--danger)}.sap-button.danger:hover{background:#990f22;color:#fff;border-color:#990f22}.sap-button.compact{min-height:26px;padding:0 8px;font-size:11px}.code-editor{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;min-height:220px;background:#fff;line-height:1.4;font-size:12px}.code-editor.small{min-height:110px}.code-editor.large{min-height:420px}.upload-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;align-items:center}.help-text{display:block;margin-top:4px;color:var(--muted-2);font-size:11px}.sap-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px}.sap-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--border)}.sap-table th,.sap-table td{padding:8px 9px;border:1px solid var(--border-soft);text-align:left;vertical-align:top;font-size:12px}.sap-table th{color:#333;background:var(--table-header);font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:700}.sap-table tbody tr{cursor:pointer}.sap-table tbody tr:hover{background:var(--table-row-hover)}.run-card{max-width:none}.job-strip{padding:8px 9px;border:1px solid var(--border);background:#f7f7f7;border-radius:0;display:flex;justify-content:space-between;margin-bottom:8px;font-size:12px}.sap-terminal{min-height:360px;max-height:540px;overflow:auto;padding:10px;margin:0;border-radius:0;background:#1d1d1d;color:#eee;border:1px solid #111111;white-space:pre-wrap;font-size:12px;line-height:1.45}.ssh-layout{grid-template-columns:minmax(340px,420px) minmax(0,1fr)}.terminal-card{min-width:0}.xterm-box{height:560px;padding:6px;background:#1d1d1d;border-radius:0;border:1px solid #111111;overflow:hidden}.button-row{display:flex;gap:6px;margin-top:12px;flex-wrap:wrap}.ssh-note{margin-top:10px;color:var(--muted);background:#f7f7f7;border:1px solid var(--border);border-radius:0;padding:8px;font-size:12px}.jobs-layout{grid-template-columns:minmax(420px,520px) minmax(0,1fr)}.empty-log{min-height:180px;display:grid;place-items:center;color:#666;border:1px dashed #d0d0d0;background:#fafafa;font-size:13px;text-align:center;padding:16px}@media(max-width:1200px){.jobs-layout{grid-template-columns:1fr}}.jobs-layout{grid-template-columns:minmax(420px,560px) minmax(0,1fr);align-items:start}.jobs-list-card,.jobs-log-card{height:calc(100vh - 145px);display:flex;flex-direction:column;overflow:hidden}.jobs-table-scroll{flex:1;overflow-y:auto;overflow-x:auto;border:1px solid #e5e5e5}.jobs-table-scroll .sap-table{border:0}.jobs-table-scroll .sap-table thead th{position:sticky;top:0;z-index:2;background:#f3f3f3}.sap-table tr.selected{background:#e8f2ff}.jobs-log-card .sap-terminal{flex:1;overflow:auto;min-height:0}.empty-log{flex:1;display:grid;place-items:center;color:#666;border:1px dashed #d0d0d0;background:#fafafa;font-size:13px;text-align:center;padding:16px}@media(max-width:1200px){.jobs-layout{grid-template-columns:1fr}.jobs-list-card,.jobs-log-card{height:420px}}.templates-layout{grid-template-columns:420px minmax(0,1fr);align-items:start}.generated-template-card{min-width:0}.editor-title-row{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.editor-badge{font-size:10px;font-weight:700;color:#0a6ed1;background:#e8f2ff;border:1px solid #b8d6f5;padding:2px 7px}.vscode-editor-shell{border:1px solid #1f2937;background:#1e1e1e;margin-top:5px;overflow:hidden;width:100%}.vscode-editor-toolbar{height:32px;background:#252526;border-bottom:1px solid #333333;display:flex;align-items:center;gap:7px;padding:0 10px}.vscode-editor-toolbar .dot{width:10px;height:10px;border-radius:50%}.vscode-editor-toolbar .dot.red{background:#ff5f57}.vscode-editor-toolbar .dot.yellow{background:#ffbd2e}.vscode-editor-toolbar .dot.green{background:#28c840}.editor-file-name{margin-left:8px;color:#ccc;font-size:12px;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.generated-editor-shell,.generated-editor-shell .monaco-editor,.generated-editor-shell .monaco-editor-background{width:100%!important}@media(max-width:1200px){.templates-layout{grid-template-columns:1fr}}@media(max-width:1200px){.sap-grid.two,.ssh-layout{grid-template-columns:1fr}}@media(max-width:860px){.login-shell{grid-template-columns:1fr}.login-brand{padding:24px}.workspace{display:block}.side-nav{position:static;width:100%;height:auto;display:flex;overflow-x:auto;padding:8px}.side-nav:before{display:none}.side-nav button{min-width:140px}.shellbar{height:auto;min-height:48px;flex-wrap:wrap;padding:8px}.shellbar-center,.shellbar-center select{width:100%;min-width:0}.page-header{display:block}.sap-form-grid{grid-template-columns:1fr}}@media(max-width:520px){.content-area{padding:10px}.login-panel{padding:20px}}/**
 * 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}
