.selection-mode-info{display:flex;align-items:center;margin-right:16px;font-size:12px;color:#fff9}.selection-count{font-size:12px;font-weight:500;color:#ffffffd9}.selection-mode-button{padding:6px 14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:4px;color:#ffffffd9;font-size:12px;font-weight:400;cursor:pointer;transition:all .15s}.selection-mode-button:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff40}.selection-mode-button:disabled{opacity:.4;cursor:not-allowed}.selection-mode-button.selection-mode-run{border:none;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;background:#00aaffd9;color:#fff}.selection-mode-button.selection-mode-run:hover:not(:disabled){background:#0af;box-shadow:0 2px 8px #00aaff4d}.selection-mode-button.selection-mode-run:disabled{background:#fff3;opacity:.5}.selection-mode-button.selection-mode-delete{background:#ff3b3033;border-color:#ff3b3066;color:#ff3b30}.selection-mode-button.selection-mode-delete:hover:not(:disabled){background:#ff3b304d;border-color:#ff3b3099}.selection-mode-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:4px;color:#ffffffd9;font-size:16px;cursor:pointer;transition:all .15s;margin-left:auto}.selection-mode-close:hover{background:#ffffff1a;border-color:#ffffff40}.selection-mode-group{display:flex;align-items:center;gap:4px;padding:2px 4px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:6px}.selection-mode-label{font-size:11px;color:#fff9;padding:0 4px}.selection-mode-button.selection-mode-small{padding:4px 8px;font-size:11px}.selection-mode-button.selection-mode-remove{background:#ff950033;border-color:#ff950066;color:#ff9500}.selection-mode-button.selection-mode-remove:hover:not(:disabled){background:#ff95004d;border-color:#ff950099}.output-limit-selector{padding:8px 12px;border-bottom:1px solid var(--border-color, #333)}.output-limit-header{display:flex;align-items:center;gap:6px;margin-bottom:6px;color:var(--text-secondary, #999);font-size:12px}.output-limit-header svg{opacity:.7}.output-limit-label{font-weight:500}.output-limit-controls{display:flex;align-items:center;gap:8px}.output-limit-mode-select{flex:1;padding:4px 8px;font-size:12px;background:var(--bg-secondary, #1a1a1a);border:1px solid var(--border-color, #333);border-radius:4px;color:var(--text-primary, #fff);cursor:pointer}.output-limit-mode-select:hover{border-color:var(--border-hover, #555)}.output-limit-mode-select:focus{outline:none;border-color:var(--accent-color, #4a9eff)}.output-limit-count-input{width:60px;padding:4px 8px;font-size:12px;background:var(--bg-secondary, #1a1a1a);border:1px solid var(--border-color, #333);border-radius:4px;color:var(--text-primary, #fff);text-align:center}.output-limit-count-input:hover{border-color:var(--border-hover, #555)}.output-limit-count-input:focus{outline:none;border-color:var(--accent-color, #4a9eff)}.output-limit-count-input::-webkit-outer-spin-button,.output-limit-count-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.output-limit-count-input[type=number]{-moz-appearance:textfield}.output-limit-enforce-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:var(--bg-secondary, #1a1a1a);border:1px solid var(--border-color, #333);border-radius:4px;color:var(--text-secondary, #999);cursor:pointer;transition:all .15s ease;flex-shrink:0}.output-limit-enforce-button:hover{border-color:var(--border-hover, #555);color:var(--text-primary, #fff);background:var(--bg-hover, #2a2a2a)}.output-limit-enforce-button.has-violations{border-color:#ef4444;color:#ef4444;animation:pulse-enforce 2s ease-in-out infinite}.output-limit-enforce-button.has-violations:hover{background:#ef444426;color:#f87171}@keyframes pulse-enforce{0%,to{opacity:1}50%{opacity:.6}}.workflow-custom-parameters{display:flex;flex-direction:column;gap:8px;padding:10px 12px;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.workflow-custom-parameters.collapsed{padding:8px 12px}.custom-params-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}.custom-params-header-left{display:flex;align-items:center;gap:6px}.custom-params-collapse-icon{color:#fff6;transition:transform .15s ease;flex-shrink:0}.custom-params-collapse-icon.expanded{transform:rotate(90deg)}.custom-params-title{margin:0;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:#ffffff80}.custom-params-count{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;background:#439cfd33;border-radius:8px;font-size:10px;font-weight:600;color:#60a5fa}.custom-params-add-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:transparent;border:1px solid var(--accent-color, #4a9eff);border-radius:4px;color:var(--accent-color, #4a9eff);font-size:11px;cursor:pointer;transition:all .15s}.custom-params-add-btn:hover{background:var(--accent-color, #4a9eff);color:#fff}.custom-param-form,.custom-param-edit{display:flex;flex-direction:column;gap:8px;padding:10px;background:var(--bg-tertiary, #252525);border-radius:4px}.custom-param-form-row{display:flex;gap:8px}.custom-param-name-input,.custom-param-value-input,.custom-param-desc-input{flex:1;padding:6px 10px;background:var(--bg-input, #1e1e1e);border:1px solid var(--border-color, #333);border-radius:4px;color:var(--text-primary, #fff);font-size:12px;transition:border-color .15s}.custom-param-name-input:focus,.custom-param-value-input:focus,.custom-param-desc-input:focus{outline:none;border-color:var(--accent-color, #4a9eff)}.custom-param-name-input::placeholder,.custom-param-value-input::placeholder,.custom-param-desc-input::placeholder{color:var(--text-tertiary, #555)}.custom-param-type-select{width:100px;padding:6px 10px;background:var(--bg-input, #1e1e1e);border:1px solid var(--border-color, #333);border-radius:4px;color:var(--text-primary, #fff);font-size:12px;cursor:pointer}.custom-param-type-select:focus{outline:none;border-color:var(--accent-color, #4a9eff)}.custom-param-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:12px;color:var(--text-primary, #fff)}.custom-param-checkbox input{width:16px;height:16px;cursor:pointer}.custom-param-dict-input{flex:1;display:flex;flex-direction:column;gap:4px}.custom-param-value-textarea{width:100%;min-height:60px;padding:8px 10px;background:var(--bg-input, #1e1e1e);border:1px solid var(--border-color, #333);border-radius:4px;color:var(--text-primary, #fff);font-family:monospace;font-size:11px;line-height:1.4;resize:vertical;transition:border-color .15s}.custom-param-value-textarea:focus{outline:none;border-color:var(--accent-color, #4a9eff)}.custom-param-value-textarea::placeholder{color:var(--text-tertiary, #555)}.custom-param-json-error{font-size:10px;color:#ef4444}.custom-param-form-actions{display:flex;justify-content:flex-end;gap:8px}.custom-param-cancel-btn,.custom-param-save-btn{padding:4px 12px;border-radius:4px;font-size:11px;cursor:pointer;transition:all .15s}.custom-param-cancel-btn{background:transparent;border:1px solid var(--border-color, #333);color:var(--text-secondary, #888)}.custom-param-cancel-btn:hover{background:var(--bg-hover, #333);color:var(--text-primary, #fff)}.custom-param-save-btn{background:var(--accent-color, #4a9eff);border:1px solid var(--accent-color, #4a9eff);color:#fff}.custom-param-save-btn:hover:not(:disabled){filter:brightness(1.1)}.custom-param-save-btn:disabled{opacity:.5;cursor:not-allowed}.custom-params-list{display:flex;flex-direction:column;gap:4px}.custom-params-empty{padding:16px;text-align:center;color:var(--text-tertiary, #555);font-size:12px}.custom-param-item{background:var(--bg-tertiary, #252525);border-radius:4px;overflow:hidden}.custom-param-display{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 10px}.custom-param-info{display:flex;align-items:center;gap:6px}.custom-param-name{font-family:monospace;font-size:12px;color:#f5a623;background:#f5a6231a;padding:2px 6px;border-radius:3px}.custom-param-copy-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:transparent;border:none;border-radius:3px;color:#fff6;cursor:pointer;transition:all .15s}.custom-param-copy-btn:hover{background:#ffffff1a;color:#fffc}.custom-param-copy-btn.copied{color:#10b981}.custom-param-type{font-size:10px;color:var(--text-tertiary, #666);background:var(--bg-secondary, #1e1e1e);padding:2px 6px;border-radius:3px}.custom-param-value{flex:1;font-size:12px;color:var(--text-secondary, #888);min-width:100px}.custom-param-value.dict{font-family:monospace;font-size:10px;white-space:pre-wrap;word-break:break-all;background:var(--bg-secondary, #1e1e1e);padding:4px 8px;border-radius:4px;max-height:60px;overflow-y:auto}.custom-param-desc{width:100%;font-size:11px;color:var(--text-tertiary, #666);margin-top:2px}.custom-param-actions{display:flex;gap:4px;margin-left:auto}.custom-param-edit-btn,.custom-param-delete-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:4px;color:var(--text-secondary, #888);cursor:pointer;transition:all .15s}.custom-param-edit-btn:hover{background:var(--bg-hover, #333);color:var(--accent-color, #4a9eff)}.custom-param-delete-btn:hover{background:#ef44441a;color:#ef4444}.custom-params-hint{font-size:11px;color:var(--text-tertiary, #666);padding:8px 0 0;border-top:1px solid var(--border-color, #333)}.custom-params-hint code{font-family:monospace;color:#f5a623;background:#f5a6231a;padding:1px 4px;border-radius:2px}
