
/* NoahTech Marketplace — Bootstrap 5.3 polished theme */
:root {
  --brand: #0d6efd;
  --bg: #f5f7fb;
}

body { background: var(--bg); }

.navbar-brand { font-weight: 700; letter-spacing: .2px; }

.badge-verified {
  background-color: #e6f4ea !important;
  color: #0f5132 !important;
  border: 1px solid #b7dfc6 !important;
}

.badge-unverified {
  background-color: #fff3cd !important;
  color: #664d03 !important;
  border: 1px solid #ffe69c !important;
}

.card {
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

.table th, .table td { vertical-align: middle; }

.pagination .page-link { border-radius: 8px; }
