/* Fashion Studio styling */
body {
  background: #fbf5f8;
  color: #33223b;
}

#stage {
  background: linear-gradient(180deg, #ffeef8 0%, #fff7fb 50%, #f3ebf6 100%);
}

#title {
  color: #d63384;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 8px rgba(214, 51, 132, 0.15);
}

#tagline {
  font-size: 1rem;
  color: #7a5a82;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

button {
  background: #d63384;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(214, 51, 132, 0.3);
}

button:active {
  box-shadow: 0 2px 6px rgba(214, 51, 132, 0.3);
}

.screen h2 {
  color: #d63384;
  margin-bottom: 0.25rem;
}

#showcase-desc {
  color: #644a6e;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}