.ai-suite-hub {
  margin-top: 1rem;
}
.ai-suite-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.ai-suite-tabs button {
  min-height: 44px;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--border, #e8e0e4);
  background: #fff;
  cursor: pointer;
  font: inherit;
}
.ai-suite-tabs button.active {
  background: var(--accent, #8f3f68);
  color: #fff;
  border-color: var(--accent, #8f3f68);
}
.ai-suite-panel {
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid var(--border, #e8e0e4);
  background: var(--card, #fff);
}
.ai-suite-output {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 10px;
  background: var(--accent-soft, #f8f3f6);
  font-size: 0.9rem;
  max-height: 360px;
  overflow: auto;
}
.ai-suite-output pre {
  white-space: pre-wrap;
  word-break: break-word;
  margin: 0;
}
.ai-tactic {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border, #eee);
}
.ai-suite-panel label {
  display: block;
  margin: 0.5rem 0;
  font-size: 0.875rem;
}
.ai-suite-panel input {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  min-height: 44px;
}
