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

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

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

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

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

.bb-ready-filters select,
.bb-ready-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: 160px;
}

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

.bb-ready-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;
}

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

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

.bb-ready-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
}

.bb-ready-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

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

.bb-ready-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  color: #fff;
}

.bb-ready-card .meta {
  color: #94a3b8;
  font-size: 13px;
  margin-bottom: 8px;
}

.bb-ready-card .desc {
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 12px;
}

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

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