.design-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: #0d1b2a;
  color: #fff;
  font: 13px/1 -apple-system, "SF Pro Text", "Segoe UI", Roboto, sans-serif;
}
.design-bar a {
  color: #f5a524;
  text-decoration: none;
}
.design-bar a:hover {
  text-decoration: underline;
}
.design-bar .label {
  opacity: 0.7;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.design-bar .name {
  font-weight: 600;
}
