/* Character Import Wizard */
.character-import-wizard {
  padding: 1rem 0;
}

.character-import-wizard h3 {
  margin-bottom: 0.5rem;
}

.import-textarea {
  width: 100%;
  min-height: 200px;
  font-family: monospace;
  font-size: 0.85rem;
  resize: vertical;
  margin-bottom: 1rem;
}

.import-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.import-confidence {
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.import-field {
  margin-bottom: 0.75rem;
}

.import-field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 0.25rem;
}

.import-field input,
.import-field textarea {
  width: 100%;
}

.import-section {
  margin: 1rem 0;
  padding: 0.75rem;
  background: var(--bg-secondary);
  border-radius: 6px;
  border: 1px solid var(--border-primary);
}

.import-section h4 {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
}

.import-attr-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.import-attr-row label {
  width: 60px;
  font-size: 0.85rem;
  font-weight: 500;
}

.import-attr-row input {
  width: 80px;
}

.import-skill-row {
  padding: 0.25rem 0;
  font-size: 0.85rem;
}

.text-muted {
  color: var(--text-muted);
  font-size: 0.8rem;
}

/* Create mode toggle */
.create-mode-toggle {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
