#bb-active-mount {
  padding-top: 72px;
  min-height: 100dvh;
  background: #0A1628;
  color: #e2e8f0;
  font-family: Inter, system-ui, sans-serif;
}

.bb-active-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 16px 64px;
}

.bb-active-hero h1 {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.bb-active-hero p {
  margin: 0 0 24px;
  color: #94a3b8;
  max-width: 640px;
  line-height: 1.5;
}

.bb-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.bb-active-filters select,
.bb-active-filters input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2e8f0;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  min-width: 140px;
}

.bb-active-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.bb-active-chip {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  color: #94a3b8;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.bb-active-chip.active,
.bb-active-chip:hover {
  border-color: #00D4AA;
  color: #00D4AA;
  background: rgba(0, 212, 170, 0.08);
}

.bb-active-meta {
  color: #64748b;
  font-size: 14px;
  margin-bottom: 16px;
}

.bb-active-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.bb-active-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.bb-active-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.bb-active-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  background: #0f172a;
}

.bb-active-card-body {
  padding: 16px;
}

.bb-active-card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #00D4AA;
  background: rgba(0, 212, 170, 0.12);
  border-radius: 6px;
  padding: 3px 8px;
  margin-bottom: 8px;
}

.bb-active-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  color: #fff;
  line-height: 1.3;
}

.bb-active-card .loc {
  color: #94a3b8;
  font-size: 13px;
  margin-bottom: 10px;
}

.bb-active-card .desc {
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bb-active-card .price {
  color: #00D4AA;
  font-weight: 700;
  font-size: 15px;
}

.bb-active-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 48px 16px;
  color: #94a3b8;
}
