.pro-brand-score-wrap {
  margin-bottom: 0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(34, 211, 238, 0.2);
  background: rgba(34, 211, 238, 0.06);
}
.pro-brand-score-bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.2);
  overflow: hidden;
  margin-top: 0.4rem;
}
.pro-brand-score-bar > span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee, #fb923c);
  transition: width 0.35s ease;
}
.pro-brand-preset-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.pro-brand-preset-grid button {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.pro-brand-color-label {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.9);
  margin-top: 0.35rem;
}
.pro-brand-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
}
