/* 🌙 Тёмная тема */
body.dark {
  --editor-bg: #1f1f1f;
  --editor-color: #f5f5f5;
  --editor-border: rgba(255, 255, 255, 0.12);
  --editor-toolbar-bg: #2b2b2b;
  --editor-toolbar-border: rgba(255, 255, 255, 0.1);
  --editor-placeholder: #aaa;
  --editor-highlight: #2e2e2e;
  --editor-ai-bg: #003366;
}
