body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body, p, td, th, span, div {
    color: #e5e5e5 !important;
}

.text-muted {
    color: #b3b3b3 !important;
}

.bg-metallic {
  background: linear-gradient(135deg, #181a1f, #23252b);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bg-metallic-soft {
  background: linear-gradient(135deg, #2a2c33, #3a3d46);
}

.brand-accent {
  color: #8be9fd;
  margin-right: 4px;
}

.card-metallic {
  background: radial-gradient(circle at top left, #2a2d33, #14151a);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.card-metallic .card-header {
  border-bottom-color: rgba(255, 255, 255, 0.06);
  background-color: rgba(0, 0, 0, 0.2);
}

.btn-metallic {
  background: linear-gradient(135deg, #4e9cff, #7b61ff);
  border: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.6);
}

.btn-metallic:hover {
  filter: brightness(1.05);
}

.table-header-metallic {
  background: linear-gradient(135deg, #23252b, #181a1f);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table-dark th,
.table-dark td {
  border-color: rgba(255, 255, 255, 0.04);
}

.glow-panel {
  background: radial-gradient(circle at top left, rgba(135, 206, 250, 0.18), transparent 60%),
              radial-gradient(circle at bottom right, rgba(147, 112, 219, 0.18), transparent 60%),
              linear-gradient(135deg, #181a1f, #23252b);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.text-gradient {
  background: linear-gradient(135deg, #8be9fd, #bd93f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tiny {
  font-size: 0.7rem;
}

.mini-stat-card {
  background: linear-gradient(135deg, #272a33, #181a1f);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.terminal-block {
  background: #050608;
  border-radius: 6px;
  padding: 8px 10px;
  font-family: "JetBrains Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 0.7rem;
  color: #a9b1d6;
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-height: 180px;
  overflow: auto;
}
