/* TotalBot v5 Matrix-style look */
#tb5-container {
  font-family: "Consolas", "Courier New", monospace;
  color: #00ff6b;
  padding: 1rem;
}

.tb5-banner {
  background: #012d0b;
  color: #00ff6b;
  padding: 1rem;
  border-bottom: 2px solid #00ff6b;
  margin-bottom: 1rem;
  border-radius: 12px;
}

.tb5-alert {
  border: 1px solid #00ff6b;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  background: rgba(0, 0, 0, 0.4);
}

.tb5-alert h4 {
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
  color: #39ff94;
}

.tb5-alert em {
  color: #fff;
  font-style: normal;
}
