#t-ghact .ghact-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:14px 18px;border-bottom:1px solid var(--border-soft);background:var(--bg-subtle);position:relative}#t-ghact .ghact-title{font-size:14px;font-weight:600;color:var(--text-1)}#t-ghact .ghact-toolbar-right{margin-left:auto;display:flex;align-items:center;gap:8px;flex-wrap:wrap;position:relative}#t-ghact .ghact-valid{display:none;align-items:center;gap:4px;font-size:12px;font-weight:600;color:var(--success);background:var(--success-bg);padding:4px 10px;border-radius:var(--r-full)}#t-ghact .ghact-valid.show{display:flex}#t-ghact .ghact-copied{font-size:13px;font-weight:600;color:var(--success);background:var(--success-bg);padding:4px 12px;border-radius:var(--r-full);opacity:0;pointer-events:none;transition:opacity .2s}#t-ghact .ghact-copied.show{opacity:1}#t-ghact .ghact-two-pane{display:grid;grid-template-columns:320px 1fr;min-height:600px}#t-ghact .ghact-form{overflow-y:auto;border-right:1px solid var(--border-soft);background:var(--bg-subtle);display:flex;flex-direction:column;gap:0}#t-ghact .ghact-section{padding:14px 16px;border-bottom:1px solid var(--border-soft);display:flex;flex-direction:column;gap:6px}#t-ghact .ghact-section-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:4px}#t-ghact .ghact-check-row{display:flex;align-items:center}#t-ghact .ghact-check-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--text-1);cursor:pointer;padding:4px 0;user-select:none}#t-ghact .ghact-check-label input[type=checkbox]{accent-color:var(--brand);width:15px;height:15px;flex-shrink:0;cursor:pointer}#t-ghact .ghact-radio-group{display:flex;flex-direction:column;gap:2px}#t-ghact .ghact-radio-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--text-1);cursor:pointer;padding:4px 0;user-select:none}#t-ghact .ghact-radio-label input[type=radio]{accent-color:var(--brand);width:15px;height:15px;flex-shrink:0;cursor:pointer}#t-ghact .ghact-sub-row{display:flex;align-items:center;gap:8px;padding:4px 0 4px 22px}#t-ghact .ghact-sub-rows{display:flex;flex-direction:column;gap:2px;padding-left:22px}#t-ghact .ghact-sub-rows .ghact-sub-row{padding-left:0}#t-ghact .ghact-sub-label{font-size:12px;color:var(--text-muted);font-weight:500;white-space:nowrap;min-width:72px}#t-ghact .ghact-hint{font-size:11px;color:var(--text-muted)}#t-ghact .ghact-hidden{display:none!important}#t-ghact .ghact-text-input{font-size:13px;font-family:var(--font-mono);padding:5px 8px;border:1px solid var(--border);border-radius:var(--r-sm);background:var(--surface);color:var(--text-1);width:100%;outline:none;transition:border-color .15s}#t-ghact .ghact-text-input:focus{border-color:var(--brand)}#t-ghact .ghact-text-sm{width:auto;flex:1;min-width:0}#t-ghact .ghact-select{font-size:13px;padding:5px 8px;border:1px solid var(--border);border-radius:var(--r-sm);background:var(--surface);color:var(--text-1);width:100%;outline:none;cursor:pointer}#t-ghact .ghact-select-sm{width:auto;flex:1}#t-ghact .ghact-add-btn{align-self:flex-start;margin-top:2px;font-size:12px}#t-ghact .ghact-kv-row{display:flex;align-items:center;gap:6px;margin-bottom:6px}#t-ghact .ghact-kv-row input{flex:1;min-width:0;font-size:12px;font-family:var(--font-mono);padding:4px 7px;border:1px solid var(--border);border-radius:var(--r-sm);background:var(--surface);color:var(--text-1);outline:none}#t-ghact .ghact-kv-row input:focus{border-color:var(--brand)}#t-ghact .ghact-kv-sep{font-size:12px;color:var(--text-muted);flex-shrink:0}#t-ghact .ghact-kv-remove{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:2px 4px;border-radius:var(--r-sm);font-size:16px;line-height:1;flex-shrink:0}#t-ghact .ghact-kv-remove:hover{color:var(--error);background:var(--error-bg)}#t-ghact .ghact-secret-row{display:flex;align-items:center;gap:6px;margin-bottom:6px}#t-ghact .ghact-secret-row input{flex:1;min-width:0;font-size:12px;font-family:var(--font-mono);padding:4px 7px;border:1px solid var(--border);border-radius:var(--r-sm);background:var(--surface);color:var(--text-1);outline:none}#t-ghact .ghact-secret-row input:focus{border-color:var(--brand)}#t-ghact .ghact-output-pane{display:flex;flex-direction:column;background:var(--surface)}#t-ghact .ghact-out-label{padding:10px 18px;font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border-soft)}#t-ghact .ghact-out{flex:1;margin:0;padding:18px;font-family:var(--font-mono);font-size:12.5px;line-height:1.7;color:var(--ink);background:var(--surface);overflow:auto;white-space:pre;border:none;tab-size:2}#t-ghact .ghact-placeholder{color:var(--text-muted);font-style:italic}#t-ghact .ghact-out .yaml-key{color:var(--brand)}#t-ghact .ghact-out .yaml-comment{color:var(--text-muted)}#t-ghact .ghact-out .yaml-string{color:var(--success)}.about-section{max-width:760px;margin:40px auto 0;padding:0 20px 48px;font-size:15px;line-height:1.75;color:var(--text-2)}.about-section h2{font-size:20px;font-weight:700;color:var(--text-1);margin:0 0 12px}.about-section h3{font-size:16px;font-weight:700;color:var(--text-1);margin:24px 0 8px}.about-section p{margin:0 0 14px}.about-section ul{margin:0 0 14px;padding-left:22px}.about-section li{margin-bottom:6px}.about-section code{font-family:var(--font-mono);font-size:13px;background:var(--bg-muted);padding:1px 5px;border-radius:4px;color:var(--text-1)}.note{display:flex;align-items:flex-start;gap:12px;background:var(--brand-light);border:1px solid #BFDBFE;border-radius:var(--r-md);padding:14px 18px;margin:24px auto 0;max-width:900px;font-size:14px;color:var(--text-2)}.note svg{color:var(--brand);flex-shrink:0;margin-top:1px}.note strong{color:var(--text-1)}@media (max-width: 860px){#t-ghact .ghact-two-pane{grid-template-columns:1fr}#t-ghact .ghact-form{border-right:none;border-bottom:1px solid var(--border-soft);max-height:480px}#t-ghact .ghact-out{min-height:320px}}
