body {
  background-color: #f6f8fb;
}
.card {
  border: 0;
  box-shadow: 0 6px 24px rgba(0,0,0,0.06);
  border-radius: 14px;
}
.table td, .table th {
  vertical-align: middle;
}
.stat-pill {
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.6rem 1rem; border-radius:999px;
  background:#fff; box-shadow: 0 4px 14px rgba(0,0,0,.06);
}
.stat-pill .dot { width:.65rem; height:.65rem; border-radius:999px; display:inline-block; }
.dot-human { background:#28a745; }
.dot-bot { background:#dc3545; }
.dot-unknown { background:#6c757d; }
.token-box {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  border-radius: 1rem;
  border: 1px solid #dee2e6;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: all 0.2s ease-in-out;
}
.token-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}