body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #050816;
  color: #e5e7eb;
}

.dl-header, .dl-footer {
  text-align: center;
  padding: 1.5rem;
  background: #020617;
  border-bottom: 1px solid #1f2937;
}

.dl-header h1 {
  margin: 0;
  font-size: 2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dl-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 1.5rem;
}

.dl-config, .dl-preview, .dl-cart {
  background: #020617;
  border: 1px solid #1f2937;
  border-radius: 0.75rem;
  padding: 1rem;
}

label {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

select, input, textarea, button {
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #374151;
  background: #020617;
  color: #e5e7eb;
}

button {
  cursor: pointer;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  border: none;
  font-weight: 600;
}

button:hover {
  opacity: 0.9;
}

#previewBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

#previewGarment {
  width: 180px;
  height: 220px;
  border-radius: 1rem;
  background: #111827;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #4b5563;
}

#previewText {
  color: #f9fafb;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem;
}

#cartList {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}

#cartList li {
  padding: 0.5rem;
  border-bottom: 1px solid #1f2937;
}

.dl-note {
  font-size: 0.8rem;
  color: #9ca3af;
}

.dl-footer {
  border-top: 1px solid #1f2937;
}
