.page-customizer-working .customizer-preview-banner {
  width: min(780px, calc(100% - 32px));
  margin: 20px auto 0;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(238, 164, 100, 0.34);
  border-radius: 999px;
  color: #c9c6bb;
  background: rgba(12, 29, 23, 0.76);
  font-size: 12px;
}

.page-customizer-working .customizer-preview-banner strong {
  color: #eea464;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.customizer-preview-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #5bc5b6;
  box-shadow: 0 0 0 4px rgba(91, 197, 182, 0.12);
}

.page-customizer .workspace-hero {
  padding-bottom: 24px;
}

.page-customizer .customizer-controls {
  max-width: 1040px;
  padding: 20px;
  grid-template-columns: minmax(190px, 0.75fr) minmax(360px, 1.6fr) minmax(210px, 0.7fr);
  align-items: end;
}

.customizer-control-field {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.customizer-control-field label {
  color: #eea464;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.customizer-pokemon-field select {
  min-width: 0;
}

.page-customizer #generateButton:disabled,
.page-customizer select:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.page-customizer .team-card {
  position: relative;
}

.customizer-your-pick {
  display: inline-flex;
  margin-left: 6px;
  padding: 2px 7px;
  vertical-align: 2px;
  border: 1px solid rgba(91, 197, 182, 0.48);
  border-radius: 999px;
  color: #8ee8dc;
  background: rgba(12, 87, 78, 0.38);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.customizer-anchor-placement {
  margin: -2px 0 14px;
  color: #8ee8dc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.customizer-explained {
  width: min(920px, 100%);
  margin: 48px auto 0;
  padding: 24px 28px;
  border: 1px solid rgba(238, 164, 100, 0.32);
  border-radius: 18px;
  background: rgba(6, 24, 18, 0.76);
}

.customizer-explained h2 {
  margin: 4px 0 8px;
  color: #f1ede3;
  font-size: clamp(24px, 3vw, 34px);
}

.customizer-explained > p:last-child {
  margin: 0;
  color: #b9b9ae;
  line-height: 1.7;
}

@media (max-width: 1000px) {
  .page-customizer .customizer-controls {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

@media (max-width: 700px) {
  .page-customizer-working .customizer-preview-banner {
    width: 100%;
    border-radius: 14px;
    flex-wrap: wrap;
  }

  .page-customizer .customizer-controls {
    padding: 16px;
  }

  .page-customizer .workspace-hero > p:last-child {
    max-width: 330px;
    white-space: normal;
    font-size: 0.88rem;
    line-height: 1.55;
  }
}
