/* Terminal module: clean HQ controls around the intentionally dark terminal surface. */
.terminal-tabs{display:grid;gap:5px;padding:0 10px}.terminal-tab{display:flex;align-items:center;justify-content:space-between;border:0;background:#fff;color:#45454d;padding:9px 10px;border-radius:7px;text-align:left}.terminal-tab.active{background:#f0efff;color:#4d46be;font-weight:700}.terminal-tab b{font-size:18px;line-height:12px;color:#9797a1}.terminal-new{display:grid;place-items:center;width:100%;height:32px;border:1px dashed #cfcfd7;background:white;border-radius:7px;color:#635bff}.terminal-new svg{width:16px}.terminal-main{height:calc(100vh - 62px);padding:18px 22px;display:flex;flex-direction:column;gap:10px;background:#fff}.terminal-notice{font-size:12px;color:#6b6b75}.terminal-host{flex:1;min-height:280px;background:#101114;border-radius:8px;padding:10px;overflow:hidden}.terminal-host .xterm{height:100%}.terminal-secret{display:flex;gap:8px;align-items:center}.terminal-secret input{width:280px;border:1px solid #d9d9df;border-radius:6px;padding:7px 9px}.terminal-secret span{font-size:12px;color:#777783}
