.demo-banner {
  position: sticky;
  top: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.demo-banner a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

.demo-banner.demo-banner-live { background: #2563eb; }
.demo-banner.demo-banner-native { background: #b45309; }
.demo-banner.demo-banner-mockup { background: #475569; }
