/* ====================================================
   Server Admin – custom styles
   ==================================================== */

body {
  background-color: #f5f6fa;
}

/* --- Navbar --- */
.navbar {
  border-bottom: 2px solid #0d6efd;
}

/* --- Shell panel --- */
.shell-output {
  background: #1e1e2e;
  color: #cdd6f4;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.8rem;
  min-height: 80px;
  max-height: 320px;
  overflow-y: auto;
  padding: 8px 12px;
  border-radius: 4px;
}

.shell-output .shell-cmd {
  margin-bottom: 2px;
  color: #a6e3a1;
}

.shell-output pre.shell-pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
  color: #cdd6f4;
  font-size: inherit;
  font-family: inherit;
}

/* --- File table --- */
.table td, .table th {
  vertical-align: middle;
}

/* --- Breadcrumb --- */
.breadcrumb {
  font-size: 0.85rem;
}

/* --- CodeMirror overrides --- */
.CodeMirror {
  height: 100%;
  font-size: 0.88rem;
  font-family: 'JetBrains Mono', 'Fira Code', 'Courier New', monospace;
}
