
#guide-form {
  margin-top: 2rem;
  background: var(--panel);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}
#guide-form select,
#guide-form input[type="text"],
#guide-form textarea {
  background: #222;
  color: var(--text);
  border: 1px solid #444;
}
#guide-form label {
  font-weight: bold;
  margin-top: 1rem;
  display: block;
  color: var(--accent);
}
#guide-form button {
  margin-top: 1rem;
}
.guide-preview {
  background: #181f26;
  padding: 1rem;
  border-left: 4px solid var(--accent);
  margin-top: 2rem;
  border-radius: 8px;
  color: var(--text);
}
