/* theme-night.css - Dark Mode Color Scheme */

body[data-theme="night"] {
  --bg: #0a0a0f;
  --surface: #16161d;
  --border: #2a2a35;
  --text: #e4e4e7;
  --text-muted: #a1a1aa;
  --openai: #10a37f;
  --claude: #d97757;
  --grok: #9333ea;
}@charset "utf-8";

.ai-agent-response {
  background-color: var(--agent-bg-color, #2d2d2d);
  color: var(--adaptive-text-color, #ffffff);
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 0.5rem 0;
}

/* CSS Document */

