.aiwest-design-system-panel {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid #dbeafe;
  border-left: 4px solid #2563eb;
  background: #eff6ff;
  border-radius: 14px;
}

.aiwest-design-system-panel > h2 {
  margin-top: 0;
}

.aiwest-design-system-panel > h3,
.aiwest-design-system-panel form > h3 {
  margin-top: 22px;
}

.aiwest-ds-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}

.aiwest-ds-field {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  padding: 10px;
}

.aiwest-ds-field-wide {
  grid-template-columns: 1fr;
}

.aiwest-ds-swatch {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.aiwest-ds-css-swatch {
  background: linear-gradient(135deg, #eff6ff, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #475569;
  font-weight: 800;
}

.aiwest-ds-field span {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}

.aiwest-ds-field input,
.aiwest-ds-field select {
  width: 100%;
}

.aiwest-ds-field .button {
  width: auto;
  margin-top: 8px;
}

.aiwest-ds-help {
  display: block;
  font-size: 11px;
  font-weight: 400 !important;
  color: #64748b;
  margin-top: 4px;
}

.aiwest-ds-live-preview {
  margin-top: 16px;
  transition: all 0.2s ease;
}
