/* Random setup wizard (all 3 steps) */

.setup-header {
  padding: 2.5rem 0 1.5rem;
  border-bottom: 1px solid #2a2318;
  margin-bottom: 2rem;
}
.setup-header h1 {
  font-family: 'Cinzel', 'Palatino Linotype', serif;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #e0d4bc;
}
.setup-header p {
  font-family: 'Lora', Georgia, serif;
  font-style: italic;
  color: #5a4e3a;
  font-size: 0.88rem;
  margin-top: 0.5rem;
}
.setup-step {
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  color: #4a3e2c;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.setup-card {
  border: 1px solid #2a2318;
  padding: 1.5rem;
  background: #111008;
  max-width: 640px;
}
.setup-card label {
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: #4a3e2c;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
}
.setup-card textarea {
  width: 100%;
  min-height: 120px;
  background: #0d0b07;
  color: #c8b89c;
  border: 1px solid #2a2318;
  padding: 0.75rem;
  font-family: 'Lora', Georgia, serif;
  font-size: 0.9rem;
  line-height: 1.6;
  resize: vertical;
}
.setup-card textarea::placeholder {
  color: #3a3020;
  font-style: italic;
}
.setup-card select {
  background: #0d0b07;
  color: #8a7a60;
  border: 1px solid #2a2318;
  padding: 0.3rem 0.5rem;
  font-family: 'Lora', Georgia, serif;
  font-style: italic;
  font-size: 0.82rem;
}
.setup-form-row {
  display: flex;
  gap: 1rem;
  align-items: end;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #1e1810;
}
.generated-preview {
  background: #0d0b07;
  border: 1px solid #2a2318;
  padding: 1rem;
  margin-bottom: 1.2rem;
}
.generated-preview h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: #e0d4bc;
  margin-bottom: 0.5rem;
}
.generated-preview p {
  font-family: 'Lora', Georgia, serif;
  color: #8a7a60;
  font-size: 0.85rem;
  line-height: 1.6;
  white-space: pre-line;
}
.generated-preview .hero-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: #c8a86e;
}
.equipment-list {
  margin-top: 0.6rem;
  padding-top: 0.5rem;
  border-top: 1px solid #1e1810;
}
.equipment-label {
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: #4a3e2c;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
.equipment-item {
  font-family: 'Lora', Georgia, serif;
  font-size: 0.8rem;
  color: #7a6a58;
  padding: 0.1rem 0;
}
.equipment-item .item-name { color: #b0a890; }
.equipment-item .item-status { color: #5a5040; font-style: italic; }
