:root {
  --accent: #01696f;
  --bg: #121212;
  --text: #e0e0e0;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: system-ui, sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}

#hero-title {
  color: var(--accent);
}

#sovereign-bot-interface {
  margin-top: 2rem;
}

textarea {
  width: 100%;
  min-height: 120px;
  margin-top: 1rem;
}

button {
  margin-top: 1rem;
}
