.executor-showcase{display:flex;justify-content:center;margin-top:32px}.window{width:min(780px,100%);height:520px;background:#000;border:1px solid rgba(255,255,255,.06);border-radius:10px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 32px 100px rgba(0,0,0,.85);position:relative;font-family:'Segoe UI',system-ui,sans-serif;font-size:15px;color:#f1f5f9;-webkit-font-smoothing:antialiased}.titlebar{height:38px;background:#000;border-bottom:1px solid rgba(255,255,255,.03);display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;border-radius:10px 10px 0 0;user-select:none}.tb-logo{width:28px;height:28px}.tb-actions{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:flex;gap:2px}.tb-btn{width:26px;height:26px;background:0 0;border:none;color:rgba(255,255,255,.28);border-radius:4px;cursor:pointer;font-size:13px;display:flex;align-items:center;justify-content:center;transition:background .12s,color .12s}.tb-btn:hover{background:rgba(255,255,255,.06);color:rgba(255,255,255,.75)}.settings-popup{position:absolute;top:42px;right:6px;width:260px;background:#0d0d10;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px 14px;z-index:200;display:flex;flex-direction:column;gap:12px;box-shadow:0 8px 32px rgba(0,0,0,.7)}.settings-popup.hidden{display:none}.sp-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.sp-label{display:flex;flex-direction:column;gap:3px}.sp-label>span:first-child{font-size:15px;color:#f1f5f9}.sp-desc{font-size:13px;color:#94a3b8}.navbar{height:32px;background:rgba(10,10,10,.96);border-bottom:1px solid rgba(255,255,255,.03);display:flex;align-items:center;justify-content:center;gap:2px;flex-shrink:0}.nav-item{height:28px;padding:0 12px;background:0 0;border:none;color:#64748b;font-family:inherit;font-size:15px;border-radius:4px;cursor:pointer;position:relative;transition:color .12s;white-space:nowrap}.nav-item:hover{color:rgba(241,245,249,.65)}.nav-item.active{color:#f1f5f9;background:rgba(255,255,255,.06)}.nav-item.active::after{content:'';position:absolute;bottom:1px;left:8px;right:8px;height:1.2px;background:#fff;border-radius:1px}.nav-item.detached::before{content:'';position:absolute;top:5px;right:5px;width:5px;height:5px;background:#94a3b8;border-radius:50%}.panel{display:none;flex-direction:column;flex:1;overflow:hidden;min-height:0}.panel.active{display:flex}.tab-bar{height:28px;background:#000;border-bottom:1px solid rgba(255,255,255,.03);display:flex;align-items:center;padding:0 6px;gap:0;flex-shrink:0;overflow-x:auto;scrollbar-width:none}.tab-bar::-webkit-scrollbar{display:none}.script-tab{height:26px;padding:0 14px;background:0 0;border:none;color:#64748b;font-family:inherit;font-size:14px;cursor:pointer;white-space:nowrap;position:relative;transition:color .12s;flex-shrink:0}.script-tab:hover{color:rgba(241,245,249,.6)}.script-tab.active{color:#f1f5f9;background:rgba(255,255,255,.06);border-radius:4px}.script-tab.active::after{content:'';position:absolute;bottom:0;left:6px;right:6px;height:1.2px;background:#fff;border-radius:1px}.tab-add-btn{width:22px;height:22px;background:0 0;border:none;color:rgba(255,255,255,.3);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:4px;transition:background .12s,color .12s}.tab-add-btn:hover{background:rgba(255,255,255,.07);color:rgba(255,255,255,.8)}.editor-area{flex:1;overflow:hidden;display:flex;min-height:0;background:#000}#cmEditor{flex:1;overflow:auto;min-height:0}#cmEditor .cm-editor{height:100%}.line-numbers{width:38px;background:#000;color:rgba(255,255,255,.18);font-family:Consolas,'Cascadia Code',monospace;font-size:14px;line-height:1.65;padding:10px 8px 10px 0;text-align:right;user-select:none;overflow:hidden;flex-shrink:0}.code-editor{flex:1;background:#000;color:#c8d2dc;border:none;outline:0;resize:none;font-family:Consolas,'Cascadia Code',monospace;font-size:14px;line-height:1.65;padding:10px 14px 10px 4px;tab-size:4;caret-color:#fff}.action-bar{height:50px;background:#000;border-top:1px solid rgba(255,255,255,.05);display:flex;align-items:center;padding:0 8px;gap:8px;flex-shrink:0}.btn-primary{height:34px;padding:0 16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);color:#fff;font-family:inherit;font-size:15px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .12s;white-space:nowrap}.btn-primary:hover{background:rgba(255,255,255,.08)}.btn-primary:active{background:rgba(255,255,255,.06)}.btn-secondary{height:34px;padding:0 14px;background:0 0;border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.6);font-family:inherit;font-size:15px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .12s,color .12s;white-space:nowrap}.btn-secondary:hover{background:rgba(255,255,255,.03);color:rgba(255,255,255,.75)}.sub-tab-bar{height:34px;background:#000;border-bottom:1px solid rgba(255,255,255,.03);display:flex;align-items:center;padding:0 8px;gap:2px;flex-shrink:0}.sub-tab{height:30px;padding:0 14px;background:0 0;border:none;color:#64748b;font-family:inherit;font-size:15px;border-radius:4px;cursor:pointer;position:relative;transition:color .12s;white-space:nowrap}.sub-tab:hover{color:rgba(241,245,249,.6)}.sub-tab.active{color:#f1f5f9;background:rgba(255,255,255,.07)}.sub-tab.active::after{content:'';position:absolute;bottom:1px;left:8px;right:8px;height:1.5px;background:#fff;border-radius:1px}.sub-panel{display:none;flex:1;flex-direction:column;overflow:hidden;min-height:0}.sub-panel.active{display:flex}.ev-enable-wrap{margin-left:auto;display:flex;align-items:center;padding-right:4px}.ev-enable-btn{height:26px;padding:0 14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.87);font-family:inherit;font-size:14px;border-radius:6px;cursor:pointer;transition:background .12s}.ev-enable-btn.disabled{background:rgba(255,255,255,.02);border-color:rgba(255,255,255,.06);color:rgba(100,110,120,.78)}.ev-enable-btn:hover{background:rgba(255,255,255,.1)}.log-area{flex:1;margin:6px 12px 12px;background:rgba(255,255,255,.012);border:1px solid rgba(255,255,255,.06);border-radius:6px;display:flex;overflow-y:auto;min-height:0}.empty-state{flex:1;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:16px}.table-header{display:flex;padding:8px 14px;background:rgba(255,255,255,.02);border-bottom:1px solid rgba(255,255,255,.03);font-size:14px;color:#64748b;flex-shrink:0}.table-header span{flex:1}.dumper-layout{display:flex;flex:1;overflow:hidden;padding:10px 12px;gap:12px;min-height:0}.dumper-sidebar{width:200px;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.file-list{flex:1;background:rgba(255,255,255,.012);border:1px solid rgba(255,255,255,.06);border-radius:6px;display:flex;flex-direction:column;overflow-y:auto}.dumper-editor{flex:1;display:flex;min-height:0}.dumper-editor .code-editor{border-radius:6px;border:1px solid rgba(255,255,255,.06);padding:10px 14px}.menu-card{margin:16px;padding:0 16px;height:52px;background:rgba(255,255,255,.016);border:1px solid rgba(255,255,255,.06);border-radius:6px;display:flex;align-items:center;gap:12px}.menu-card-title{flex:1;font-size:17px;color:#f1f5f9}.settings-list{padding:20px;display:flex;flex-direction:column}.settings-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:16px;min-height:44px}.settings-row-info{display:flex;flex-direction:column;gap:4px}.settings-row-label{font-size:16px;color:#f1f5f9}.settings-row-desc{font-size:14px;color:#94a3b8}.settings-sep{height:1px;background:rgba(255,255,255,.03)}.toggle{width:40px;height:20px;background:rgba(255,255,255,.11);border-radius:10px;position:relative;cursor:pointer;flex-shrink:0;transition:background .18s}.toggle[data-on=true]{background:rgba(255,255,255,.86)}.toggle::after{content:'';position:absolute;top:2px;left:2px;width:16px;height:16px;background:#b4bec8;border-radius:50%;transition:transform .18s,background .18s}.toggle[data-on=true]::after{transform:translateX(20px);background:#000}.keybind-btn{height:26px;padding:0 14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#94a3b8;font-family:inherit;font-size:14px;border-radius:6px;cursor:pointer;transition:background .12s;white-space:nowrap;min-width:100px}.keybind-btn:hover{background:rgba(255,255,255,.09)}.keybind-btn.listening{color:#fff;border-color:rgba(255,255,255,.3)}.window ::-webkit-scrollbar{width:4px;height:4px}.window ::-webkit-scrollbar-track{background:0 0}.window ::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:2px}@media (max-width:860px){.window{height:460px}.navbar{gap:0}.nav-item{padding:0 8px;font-size:13px}}@media (max-width:600px){.window{height:420px}.nav-item{padding:0 6px;font-size:12px}}