body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial;
  background: #0b1220;
  color: #e8eefc;
}

.wrap {
  max-width: 1200px;
  margin: 28px auto;
  padding: 16px;
}

.topbar { margin-bottom: 14px; }
.title { font-size: 22px; font-weight: 700; }
.hint { opacity: 0.7; margin-top: 4px; }

table.dataTable {
  background: #0f1a2f;
  border-radius: 10px;
  overflow: hidden;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  background: #0b1220;
  color: #e8eefc;
  border: 1px solid #27314a;
  border-radius: 8px;
  padding: 6px 10px;
}

.tag {
  display: inline-block;
  padding: 5px 10px;
  margin: 3px 4px 3px 0;
  border-radius: 999px;
  background: rgba(70, 120, 255, 0.18);
  border: 1px solid rgba(70, 120, 255, 0.35);
  color: #cfe0ff;
  font-size: 12px;
}
