/* SFTPGo connection-info banner (rendered on all webclient pages) */
html::before {
  content: "🔗 spider3 file gateway · SFTP: sftp -P 22100 USER@spider3.files.mdapi.ch · FTP: ftp -p spider3.files.mdapi.ch 22101 (passive 22150-22159) · Full info: /static/disclaimer.html";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff3cd;
  color: #664d03;
  border-bottom: 1px solid #ffecb5;
  padding: 6px 14px;
  text-align: center;
  font: 12px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  z-index: 10000;
  white-space: nowrap;
  overflow-x: auto;
}
body { padding-top: 32px !important; }
